prettier 2.7.1 → 3.0.0-alpha.1
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 +181 -1101
- package/{bin-prettier.js → bin/prettier.cjs} +10 -5
- package/doc.js +1432 -1305
- package/doc.mjs +1490 -0
- package/index.cjs +532 -0
- package/index.mjs +35778 -0
- package/{cli.js → internal/cli.mjs} +12236 -13897
- package/{third-party.js → internal/third-party.mjs} +704 -611
- package/package.json +140 -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/plugins/glimmer.js +25 -0
- package/plugins/glimmer.mjs +25 -0
- 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/plugins/yaml.js +148 -0
- package/plugins/yaml.mjs +148 -0
- package/standalone.js +75 -85
- package/standalone.mjs +106 -0
- package/esm/parser-angular.mjs +0 -2
- package/esm/parser-babel.mjs +0 -27
- package/esm/parser-espree.mjs +0 -26
- package/esm/parser-flow.mjs +0 -35
- package/esm/parser-glimmer.mjs +0 -27
- package/esm/parser-graphql.mjs +0 -15
- package/esm/parser-html.mjs +0 -36
- package/esm/parser-markdown.mjs +0 -76
- package/esm/parser-meriyah.mjs +0 -19
- package/esm/parser-postcss.mjs +0 -76
- package/esm/parser-typescript.mjs +0 -280
- package/esm/parser-yaml.mjs +0 -150
- package/esm/standalone.mjs +0 -116
- package/index.js +0 -37282
- package/parser-angular.js +0 -2
- package/parser-babel.js +0 -27
- package/parser-espree.js +0 -26
- package/parser-flow.js +0 -35
- package/parser-glimmer.js +0 -27
- package/parser-graphql.js +0 -15
- package/parser-html.js +0 -36
- package/parser-markdown.js +0 -76
- package/parser-meriyah.js +0 -19
- package/parser-postcss.js +0 -76
- package/parser-typescript.js +0 -280
- package/parser-yaml.js +0 -150
|
@@ -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,r)=>()=>(e&&(r=e(e=0)),r);var Xr=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Tp=(e,r)=>{for(var a in r)bp(e,a,{get:r[a],enumerable:!0})},Cm=(e,r,a,_)=>{if(r&&typeof r=="object"||typeof r=="function")for(let d of G2(r))!$2.call(e,d)&&d!==a&&bp(e,d,{get:()=>r[d],enumerable:!(_=H2(r,d))||_.enumerable});return e};var wm=(e,r,a)=>(a=e!=null?W2(X2(e)):{},Cm(r||!e||!e.__esModule?bp(a,"default",{value:e,enumerable:!0}):a,e)),la=e=>Cm(bp({},"__esModule",{value:!0}),e);var Tr,be=Bl(()=>{Tr={env:{},argv:[]}});var Lm=Xr(Tc=>{"use strict";be();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)*?\*\/)/,rv=/(^|\s+)\/\/([^\r\n]*)/g,km=/^(\r?\n)+/,tv=/(?:^|\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 r=e.match(Nm);return r?r[0].trimLeft():""}function av(e){let r=e.match(Nm);return r&&r[0]?e.substring(r[0].length):e}function ov(e){return Mm(e).pragmas}function Mm(e){let r=`
|
|
2
|
+
`;e=e.replace(ev,"").replace(Z2,"").replace(nv,"$1");let a="";for(;a!==e;)a=e,e=e.replace(tv,`${r}$1 $2${r}`);e=e.replace(km,"").trimRight();let _=Object.create(null),d=e.replace(Pm,"").replace(km,"").trimRight(),x;for(;x=Pm.exec(e);){let X=x[2].replace(rv,"");typeof _[x[1]]=="string"||Array.isArray(_[x[1]])?_[x[1]]=Om.concat(_[x[1]],X):_[x[1]]=X}return{comments:d,pragmas:_}}function sv({comments:e="",pragmas:r={}}){let a=`
|
|
3
|
+
`,_="/**",d=" *",x=" */",X=Object.keys(r),Y=X.map(K=>Im(K,r[K])).reduce((K,ze)=>K.concat(ze),[]).map(K=>`${d} ${K}${a}`).join("");if(!e){if(X.length===0)return"";if(X.length===1&&!Array.isArray(r[X[0]])){let K=r[X[0]];return`${_} ${Im(X[0],K)[0]}${x}`}}let w=e.split(a).map(K=>`${d} ${K}`).join(a)+a;return _+a+(e?w:"")+(e&&X.length?d+a:"")+Y+x}function Im(e,r){return Om.concat(r).map(a=>`@${e} ${a}`.trim())}});var b_={};Tp(b_,{default:()=>kv});var Av,kv,T_=Bl(()=>{be();Av=()=>()=>{},kv=Av});var $m=Xr((y8,Xm)=>{be();Xm.exports=function(r){if(typeof r!="string"||r==="")return!1;for(var a;a=/(\\).|([@?!+*]\(.*\))/g.exec(r);){if(a[2])return!0;r=r.slice(a.index+a[0].length)}return!1}});var Ym=Xr((v8,Qm)=>{be();var Pv=$m(),Vm={"{":"}","(":")","[":"]"},Iv=function(e){if(e[0]==="!")return!0;for(var r=0,a=-2,_=-2,d=-2,x=-2,X=-2;r<e.length;){if(e[r]==="*"||e[r+1]==="?"&&/[\].+)]/.test(e[r])||_!==-1&&e[r]==="["&&e[r+1]!=="]"&&(_<r&&(_=e.indexOf("]",r)),_>r&&(X===-1||X>_||(X=e.indexOf("\\",r),X===-1||X>_)))||d!==-1&&e[r]==="{"&&e[r+1]!=="}"&&(d=e.indexOf("}",r),d>r&&(X=e.indexOf("\\",r),X===-1||X>d))||x!==-1&&e[r]==="("&&e[r+1]==="?"&&/[:!=]/.test(e[r+2])&&e[r+3]!==")"&&(x=e.indexOf(")",r),x>r&&(X=e.indexOf("\\",r),X===-1||X>x))||a!==-1&&e[r]==="("&&e[r+1]!=="|"&&(a<r&&(a=e.indexOf("|",r)),a!==-1&&e[a+1]!==")"&&(x=e.indexOf(")",a),x>a&&(X=e.indexOf("\\",a),X===-1||X>x))))return!0;if(e[r]==="\\"){var Y=e[r+1];r+=2;var w=Vm[Y];if(w){var K=e.indexOf(w,r);K!==-1&&(r=K+1)}if(e[r]==="!")return!0}else r++}return!1},Nv=function(e){if(e[0]==="!")return!0;for(var r=0;r<e.length;){if(/[*?{}()[\]]/.test(e[r]))return!0;if(e[r]==="\\"){var a=e[r+1];r+=2;var _=Vm[a];if(_){var d=e.indexOf(_,r);d!==-1&&(r=d+1)}if(e[r]==="!")return!0}else r++}return!1};Qm.exports=function(r,a){if(typeof r!="string"||r==="")return!1;if(Pv(r))return!0;var _=Iv;return a&&a.strict===!1&&(_=Nv),_(r)}});var sg={};Tp(sg,{basename:()=>ag,default:()=>Mv,delimiter:()=>ng,dirname:()=>ig,extname:()=>og,isAbsolute:()=>Pf,join:()=>eg,normalize:()=>kf,relative:()=>rg,resolve:()=>Ep,sep:()=>tg});function Zm(e,r){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(r)for(;a--;a)e.unshift("..");return e}function Ep(){for(var e="",r=!1,a=arguments.length-1;a>=-1&&!r;a--){var _=a>=0?arguments[a]:"/";if(typeof _!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!_)continue;e=_+"/"+e,r=_.charAt(0)==="/"}return e=Zm(If(e.split("/"),function(d){return!!d}),!r).join("/"),(r?"/":"")+e||"."}function kf(e){var r=Pf(e),a=Lv(e,-1)==="/";return e=Zm(If(e.split("/"),function(_){return!!_}),!r).join("/"),!e&&!r&&(e="."),e&&a&&(e+="/"),(r?"/":"")+e}function Pf(e){return e.charAt(0)==="/"}function eg(){var e=Array.prototype.slice.call(arguments,0);return kf(If(e,function(r,a){if(typeof r!="string")throw new TypeError("Arguments to path.join must be strings");return r}).join("/"))}function rg(e,r){e=Ep(e).substr(1),r=Ep(r).substr(1);function a(K){for(var ze=0;ze<K.length&&K[ze]==="";ze++);for(var ve=K.length-1;ve>=0&&K[ve]==="";ve--);return ze>ve?[]:K.slice(ze,ve-ze+1)}for(var _=a(e.split("/")),d=a(r.split("/")),x=Math.min(_.length,d.length),X=x,Y=0;Y<x;Y++)if(_[Y]!==d[Y]){X=Y;break}for(var w=[],Y=X;Y<_.length;Y++)w.push("..");return w=w.concat(d.slice(X)),w.join("/")}function ig(e){var r=Af(e),a=r[0],_=r[1];return!a&&!_?".":(_&&(_=_.substr(0,_.length-1)),a+_)}function ag(e,r){var a=Af(e)[2];return r&&a.substr(-1*r.length)===r&&(a=a.substr(0,a.length-r.length)),a}function og(e){return Af(e)[3]}function If(e,r){if(e.filter)return e.filter(r);for(var a=[],_=0;_<e.length;_++)r(e[_],_,e)&&a.push(e[_]);return a}var Ov,Af,tg,ng,Mv,Lv,_g=Bl(()=>{be();Ov=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Af=function(e){return Ov.exec(e).slice(1)};tg="/",ng=":";Mv={extname:og,basename:ag,dirname:ig,sep:tg,delimiter:ng,relative:rg,join:eg,isAbsolute:Pf,normalize:kf,resolve:Ep};Lv="ab".substr(-1)==="b"?function(e,r,a){return e.substr(r,a)}:function(e,r,a){return r<0&&(r=e.length+r),e.substr(r,a)}});var Sc=Xr((x8,Cp)=>{be();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=Xr((D8,cg)=>{be();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=Xr((C8,ug)=>{be();var jv=typeof Tr=="object"&&Tr.env&&Tr.env.NODE_DEBUG&&/\bsemver\b/i.test(Tr.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};ug.exports=jv});var Dc=Xr((x_,lg)=>{be();var{MAX_SAFE_COMPONENT_LENGTH:Nf}=Wl(),Bv=Hl();x_=lg.exports={};var qv=x_.re=[],kt=x_.src=[],Pt=x_.t={},Uv=0,mn=(e,r,a)=>{let _=Uv++;Bv(e,_,r),Pt[e]=_,kt[_]=r,qv[_]=new RegExp(r,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",`(${kt[Pt.NUMERICIDENTIFIER]})\\.(${kt[Pt.NUMERICIDENTIFIER]})\\.(${kt[Pt.NUMERICIDENTIFIER]})`);mn("MAINVERSIONLOOSE",`(${kt[Pt.NUMERICIDENTIFIERLOOSE]})\\.(${kt[Pt.NUMERICIDENTIFIERLOOSE]})\\.(${kt[Pt.NUMERICIDENTIFIERLOOSE]})`);mn("PRERELEASEIDENTIFIER",`(?:${kt[Pt.NUMERICIDENTIFIER]}|${kt[Pt.NONNUMERICIDENTIFIER]})`);mn("PRERELEASEIDENTIFIERLOOSE",`(?:${kt[Pt.NUMERICIDENTIFIERLOOSE]}|${kt[Pt.NONNUMERICIDENTIFIER]})`);mn("PRERELEASE",`(?:-(${kt[Pt.PRERELEASEIDENTIFIER]}(?:\\.${kt[Pt.PRERELEASEIDENTIFIER]})*))`);mn("PRERELEASELOOSE",`(?:-?(${kt[Pt.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${kt[Pt.PRERELEASEIDENTIFIERLOOSE]})*))`);mn("BUILDIDENTIFIER","[0-9A-Za-z-]+");mn("BUILD",`(?:\\+(${kt[Pt.BUILDIDENTIFIER]}(?:\\.${kt[Pt.BUILDIDENTIFIER]})*))`);mn("FULLPLAIN",`v?${kt[Pt.MAINVERSION]}${kt[Pt.PRERELEASE]}?${kt[Pt.BUILD]}?`);mn("FULL",`^${kt[Pt.FULLPLAIN]}$`);mn("LOOSEPLAIN",`[v=\\s]*${kt[Pt.MAINVERSIONLOOSE]}${kt[Pt.PRERELEASELOOSE]}?${kt[Pt.BUILD]}?`);mn("LOOSE",`^${kt[Pt.LOOSEPLAIN]}$`);mn("GTLT","((?:<|>)?=?)");mn("XRANGEIDENTIFIERLOOSE",`${kt[Pt.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);mn("XRANGEIDENTIFIER",`${kt[Pt.NUMERICIDENTIFIER]}|x|X|\\*`);mn("XRANGEPLAIN",`[v=\\s]*(${kt[Pt.XRANGEIDENTIFIER]})(?:\\.(${kt[Pt.XRANGEIDENTIFIER]})(?:\\.(${kt[Pt.XRANGEIDENTIFIER]})(?:${kt[Pt.PRERELEASE]})?${kt[Pt.BUILD]}?)?)?`);mn("XRANGEPLAINLOOSE",`[v=\\s]*(${kt[Pt.XRANGEIDENTIFIERLOOSE]})(?:\\.(${kt[Pt.XRANGEIDENTIFIERLOOSE]})(?:\\.(${kt[Pt.XRANGEIDENTIFIERLOOSE]})(?:${kt[Pt.PRERELEASELOOSE]})?${kt[Pt.BUILD]}?)?)?`);mn("XRANGE",`^${kt[Pt.GTLT]}\\s*${kt[Pt.XRANGEPLAIN]}$`);mn("XRANGELOOSE",`^${kt[Pt.GTLT]}\\s*${kt[Pt.XRANGEPLAINLOOSE]}$`);mn("COERCE",`(^|[^\\d])(\\d{1,${Nf}})(?:\\.(\\d{1,${Nf}}))?(?:\\.(\\d{1,${Nf}}))?(?:$|[^\\d])`);mn("COERCERTL",kt[Pt.COERCE],!0);mn("LONETILDE","(?:~>?)");mn("TILDETRIM",`(\\s*)${kt[Pt.LONETILDE]}\\s+`,!0);x_.tildeTrimReplace="$1~";mn("TILDE",`^${kt[Pt.LONETILDE]}${kt[Pt.XRANGEPLAIN]}$`);mn("TILDELOOSE",`^${kt[Pt.LONETILDE]}${kt[Pt.XRANGEPLAINLOOSE]}$`);mn("LONECARET","(?:\\^)");mn("CARETTRIM",`(\\s*)${kt[Pt.LONECARET]}\\s+`,!0);x_.caretTrimReplace="$1^";mn("CARET",`^${kt[Pt.LONECARET]}${kt[Pt.XRANGEPLAIN]}$`);mn("CARETLOOSE",`^${kt[Pt.LONECARET]}${kt[Pt.XRANGEPLAINLOOSE]}$`);mn("COMPARATORLOOSE",`^${kt[Pt.GTLT]}\\s*(${kt[Pt.LOOSEPLAIN]})$|^$`);mn("COMPARATOR",`^${kt[Pt.GTLT]}\\s*(${kt[Pt.FULLPLAIN]})$|^$`);mn("COMPARATORTRIM",`(\\s*)${kt[Pt.GTLT]}\\s*(${kt[Pt.LOOSEPLAIN]}|${kt[Pt.XRANGEPLAIN]})`,!0);x_.comparatorTrimReplace="$1$2$3";mn("HYPHENRANGE",`^\\s*(${kt[Pt.XRANGEPLAIN]})\\s+-\\s+(${kt[Pt.XRANGEPLAIN]})\\s*$`);mn("HYPHENRANGELOOSE",`^\\s*(${kt[Pt.XRANGEPLAINLOOSE]})\\s+-\\s+(${kt[Pt.XRANGEPLAINLOOSE]})\\s*$`);mn("STAR","(<|>)?=?\\s*\\*");mn("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");mn("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Gl=Xr((k8,pg)=>{be();var zv=["includePrerelease","loose","rtl"],Kv=e=>e?typeof e!="object"?{loose:!0}:zv.filter(r=>e[r]).reduce((r,a)=>(r[a]=!0,r),{}):{};pg.exports=Kv});var wp=Xr((I8,mg)=>{be();var fg=/^[0-9]+$/,dg=(e,r)=>{let a=fg.test(e),_=fg.test(r);return a&&_&&(e=+e,r=+r),e===r?0:a&&!_?-1:_&&!a?1:e<r?-1:1},Wv=(e,r)=>dg(r,e);mg.exports={compareIdentifiers:dg,rcompareIdentifiers:Wv}});var Da=Xr((O8,vg)=>{be();var Ap=Hl(),{MAX_LENGTH:gg,MAX_SAFE_INTEGER:kp}=Wl(),{re:yg,t:hg}=Dc(),Hv=Gl(),{compareIdentifiers:Fu}=wp(),no=class{constructor(r,a){if(a=Hv(a),r instanceof no){if(r.loose===!!a.loose&&r.includePrerelease===!!a.includePrerelease)return r;r=r.version}else if(typeof r!="string")throw new TypeError(`Invalid Version: ${r}`);if(r.length>gg)throw new TypeError(`version is longer than ${gg} characters`);Ap("SemVer",r,a),this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease;let _=r.trim().match(a.loose?yg[hg.LOOSE]:yg[hg.FULL]);if(!_)throw new TypeError(`Invalid Version: ${r}`);if(this.raw=r,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(r){if(Ap("SemVer.compare",this.version,this.options,r),!(r instanceof no)){if(typeof r=="string"&&r===this.version)return 0;r=new no(r,this.options)}return r.version===this.version?0:this.compareMain(r)||this.comparePre(r)}compareMain(r){return r instanceof no||(r=new no(r,this.options)),Fu(this.major,r.major)||Fu(this.minor,r.minor)||Fu(this.patch,r.patch)}comparePre(r){if(r instanceof no||(r=new no(r,this.options)),this.prerelease.length&&!r.prerelease.length)return-1;if(!this.prerelease.length&&r.prerelease.length)return 1;if(!this.prerelease.length&&!r.prerelease.length)return 0;let a=0;do{let _=this.prerelease[a],d=r.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(r){r instanceof no||(r=new no(r,this.options));let a=0;do{let _=this.build[a],d=r.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(r,a){switch(r){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: ${r}`)}return this.format(),this.raw=this.version,this}};vg.exports=no});var Ec=Xr((L8,Sg)=>{be();var{MAX_LENGTH:Gv}=Wl(),{re:bg,t:Tg}=Dc(),xg=Da(),Xv=Gl(),$v=(e,r)=>{if(r=Xv(r),e instanceof xg)return e;if(typeof e!="string"||e.length>Gv||!(r.loose?bg[Tg.LOOSE]:bg[Tg.FULL]).test(e))return null;try{return new xg(e,r)}catch{return null}};Sg.exports=$v});var Eg=Xr((J8,Dg)=>{be();var Vv=Ec(),Qv=(e,r)=>{let a=Vv(e,r);return a?a.version:null};Dg.exports=Qv});var wg=Xr((j8,Cg)=>{be();var Yv=Ec(),Zv=(e,r)=>{let a=Yv(e.trim().replace(/^[=v]+/,""),r);return a?a.version:null};Cg.exports=Zv});var Pg=Xr((q8,kg)=>{be();var Ag=Da(),eb=(e,r,a,_)=>{typeof a=="string"&&(_=a,a=void 0);try{return new Ag(e instanceof Ag?e.version:e,a).inc(r,_).version}catch{return null}};kg.exports=eb});var ho=Xr((z8,Ng)=>{be();var Ig=Da(),rb=(e,r,a)=>new Ig(e,a).compare(new Ig(r,a));Ng.exports=rb});var Pp=Xr((W8,Og)=>{be();var tb=ho(),nb=(e,r,a)=>tb(e,r,a)===0;Og.exports=nb});var Rg=Xr((G8,Lg)=>{be();var Mg=Ec(),ib=Pp(),ab=(e,r)=>{if(ib(e,r))return null;{let a=Mg(e),_=Mg(r),d=a.prerelease.length||_.prerelease.length,x=d?"pre":"",X=d?"prerelease":"";for(let Y in a)if((Y==="major"||Y==="minor"||Y==="patch")&&a[Y]!==_[Y])return x+Y;return X}};Lg.exports=ab});var Fg=Xr(($8,Jg)=>{be();var ob=Da(),sb=(e,r)=>new ob(e,r).major;Jg.exports=sb});var Bg=Xr((Q8,jg)=>{be();var _b=Da(),cb=(e,r)=>new _b(e,r).minor;jg.exports=cb});var Ug=Xr((Z8,qg)=>{be();var ub=Da(),lb=(e,r)=>new ub(e,r).patch;qg.exports=lb});var Kg=Xr((r7,zg)=>{be();var pb=Ec(),fb=(e,r)=>{let a=pb(e,r);return a&&a.prerelease.length?a.prerelease:null};zg.exports=fb});var Hg=Xr((n7,Wg)=>{be();var db=ho(),mb=(e,r,a)=>db(r,e,a);Wg.exports=mb});var Xg=Xr((a7,Gg)=>{be();var gb=ho(),yb=(e,r)=>gb(e,r,!0);Gg.exports=yb});var Ip=Xr((s7,Vg)=>{be();var $g=Da(),hb=(e,r,a)=>{let _=new $g(e,a),d=new $g(r,a);return _.compare(d)||_.compareBuild(d)};Vg.exports=hb});var Yg=Xr((c7,Qg)=>{be();var vb=Ip(),bb=(e,r)=>e.sort((a,_)=>vb(a,_,r));Qg.exports=bb});var ey=Xr((l7,Zg)=>{be();var Tb=Ip(),xb=(e,r)=>e.sort((a,_)=>Tb(_,a,r));Zg.exports=xb});var Xl=Xr((f7,ry)=>{be();var Sb=ho(),Db=(e,r,a)=>Sb(e,r,a)>0;ry.exports=Db});var Np=Xr((m7,ty)=>{be();var Eb=ho(),Cb=(e,r,a)=>Eb(e,r,a)<0;ty.exports=Cb});var Of=Xr((y7,ny)=>{be();var wb=ho(),Ab=(e,r,a)=>wb(e,r,a)!==0;ny.exports=Ab});var Op=Xr((v7,iy)=>{be();var kb=ho(),Pb=(e,r,a)=>kb(e,r,a)>=0;iy.exports=Pb});var Mp=Xr((T7,ay)=>{be();var Ib=ho(),Nb=(e,r,a)=>Ib(e,r,a)<=0;ay.exports=Nb});var Mf=Xr((S7,oy)=>{be();var Ob=Pp(),Mb=Of(),Lb=Xl(),Rb=Op(),Jb=Np(),Fb=Mp(),jb=(e,r,a,_)=>{switch(r){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: ${r}`)}};oy.exports=jb});var _y=Xr((E7,sy)=>{be();var Bb=Da(),qb=Ec(),{re:Lp,t:Rp}=Dc(),Ub=(e,r)=>{if(e instanceof Bb)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;r=r||{};let a=null;if(!r.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"}`,r)};sy.exports=Ub});var uy=Xr((w7,cy)=>{"use strict";be();cy.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let r=this.head;r;r=r.next)yield r.value}}});var py=Xr((k7,ly)=>{"use strict";be();ly.exports=Rn;Rn.Node=Cc;Rn.create=Rn;function Rn(e){var r=this;if(r instanceof Rn||(r=new Rn),r.tail=null,r.head=null,r.length=0,e&&typeof e.forEach=="function")e.forEach(function(d){r.push(d)});else if(arguments.length>0)for(var a=0,_=arguments.length;a<_;a++)r.push(arguments[a]);return r}Rn.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var r=e.next,a=e.prev;return r&&(r.prev=a),a&&(a.next=r),e===this.head&&(this.head=r),e===this.tail&&(this.tail=a),e.list.length--,e.next=null,e.prev=null,e.list=null,r};Rn.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var r=this.head;e.list=this,e.next=r,r&&(r.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 r=this.tail;e.list=this,e.prev=r,r&&(r.next=e),this.tail=e,this.head||(this.head=e),this.length++}};Rn.prototype.push=function(){for(var e=0,r=arguments.length;e<r;e++)Kb(this,arguments[e]);return this.length};Rn.prototype.unshift=function(){for(var e=0,r=arguments.length;e<r;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,r){r=r||this;for(var a=this.head,_=0;a!==null;_++)e.call(r,a.value,_,this),a=a.next};Rn.prototype.forEachReverse=function(e,r){r=r||this;for(var a=this.tail,_=this.length-1;a!==null;_--)e.call(r,a.value,_,this),a=a.prev};Rn.prototype.get=function(e){for(var r=0,a=this.head;a!==null&&r<e;r++)a=a.next;if(r===e&&a!==null)return a.value};Rn.prototype.getReverse=function(e){for(var r=0,a=this.tail;a!==null&&r<e;r++)a=a.prev;if(r===e&&a!==null)return a.value};Rn.prototype.map=function(e,r){r=r||this;for(var a=new Rn,_=this.head;_!==null;)a.push(e.call(r,_.value,this)),_=_.next;return a};Rn.prototype.mapReverse=function(e,r){r=r||this;for(var a=new Rn,_=this.tail;_!==null;)a.push(e.call(r,_.value,this)),_=_.prev;return a};Rn.prototype.reduce=function(e,r){var a,_=this.head;if(arguments.length>1)a=r;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,r){var a,_=this.tail;if(arguments.length>1)a=r;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),r=0,a=this.head;a!==null;r++)e[r]=a.value,a=a.next;return e};Rn.prototype.toArrayReverse=function(){for(var e=new Array(this.length),r=0,a=this.tail;a!==null;r++)e[r]=a.value,a=a.prev;return e};Rn.prototype.slice=function(e,r){r=r||this.length,r<0&&(r+=this.length),e=e||0,e<0&&(e+=this.length);var a=new Rn;if(r<e||r<0)return a;e<0&&(e=0),r>this.length&&(r=this.length);for(var _=0,d=this.head;d!==null&&_<e;_++)d=d.next;for(;d!==null&&_<r;_++,d=d.next)a.push(d.value);return a};Rn.prototype.sliceReverse=function(e,r){r=r||this.length,r<0&&(r+=this.length),e=e||0,e<0&&(e+=this.length);var a=new Rn;if(r<e||r<0)return a;e<0&&(e=0),r>this.length&&(r=this.length);for(var _=this.length,d=this.tail;d!==null&&_>r;_--)d=d.prev;for(;d!==null&&_>e;_--,d=d.prev)a.push(d.value);return a};Rn.prototype.splice=function(e,r,...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&&_<r;_++)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,r=this.tail,a=e;a!==null;a=a.prev){var _=a.prev;a.prev=a.next,a.next=_}return this.head=r,this.tail=e,this};function zb(e,r,a){var _=r===e.head?new Cc(a,null,r,e):new Cc(a,r,r.next,e);return _.next===null&&(e.tail=_),_.prev===null&&(e.head=_),e.length++,_}function Kb(e,r){e.tail=new Cc(r,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function Wb(e,r){e.head=new Cc(r,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function Cc(e,r,a,_){if(!(this instanceof Cc))return new Cc(e,r,a,_);this.list=_,this.value=e,r?(r.next=this,this.prev=r):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{uy()(Rn)}catch{}});var yy=Xr((I7,gy)=>{"use strict";be();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(r){if(typeof r=="number"&&(r={max:r}),r||(r={}),r.max&&(typeof r.max!="number"||r.max<0))throw new TypeError("max must be a non-negative number");let a=this[wc]=r.max||1/0,_=r.length||Lf;if(this[ju]=typeof _!="function"?Lf:_,this[Vl]=r.stale||!1,r.maxAge&&typeof r.maxAge!="number")throw new TypeError("maxAge must be a number");this[Ac]=r.maxAge||0,this[Bs]=r.dispose,this[fy]=r.noDisposeOnSet||!1,this[my]=r.updateAgeOnGet||!1,this.reset()}set max(r){if(typeof r!="number"||r<0)throw new TypeError("max must be a non-negative number");this[wc]=r||1/0,$l(this)}get max(){return this[wc]}set allowStale(r){this[Vl]=!!r}get allowStale(){return this[Vl]}set maxAge(r){if(typeof r!="number")throw new TypeError("maxAge must be a non-negative number");this[Ac]=r,$l(this)}get maxAge(){return this[Ac]}set lengthCalculator(r){typeof r!="function"&&(r=Lf),r!==this[ju]&&(this[ju]=r,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(r,a){a=a||this;for(let _=this[pa].tail;_!==null;){let d=_.prev;dy(this,r,_,a),_=d}}forEach(r,a){a=a||this;for(let _=this[pa].head;_!==null;){let d=_.next;dy(this,r,_,a),_=d}}keys(){return this[pa].toArray().map(r=>r.key)}values(){return this[pa].toArray().map(r=>r.value)}reset(){this[Bs]&&this[pa]&&this[pa].length&&this[pa].forEach(r=>this[Bs](r.key,r.value)),this[Ro]=new Map,this[pa]=new Hb,this[qs]=0}dump(){return this[pa].map(r=>Jp(this,r)?!1:{k:r.key,v:r.value,e:r.now+(r.maxAge||0)}).toArray().filter(r=>r)}dumpLru(){return this[pa]}set(r,a,_){if(_=_||this[Ac],_&&typeof _!="number")throw new TypeError("maxAge must be a number");let d=_?Date.now():0,x=this[ju](a,r);if(this[Ro].has(r)){if(x>this[wc])return Bu(this,this[Ro].get(r)),!1;let w=this[Ro].get(r).value;return this[Bs]&&(this[fy]||this[Bs](r,w.value)),w.now=d,w.maxAge=_,w.value=a,this[qs]+=x-w.length,w.length=x,this.get(r),$l(this),!0}let X=new Ff(r,a,x,d,_);return X.length>this[wc]?(this[Bs]&&this[Bs](r,a),!1):(this[qs]+=X.length,this[pa].unshift(X),this[Ro].set(r,this[pa].head),$l(this),!0)}has(r){if(!this[Ro].has(r))return!1;let a=this[Ro].get(r).value;return!Jp(this,a)}get(r){return Rf(this,r,!0)}peek(r){return Rf(this,r,!1)}pop(){let r=this[pa].tail;return r?(Bu(this,r),r.value):null}del(r){Bu(this,this[Ro].get(r))}load(r){this.reset();let a=Date.now();for(let _=r.length-1;_>=0;_--){let d=r[_],x=d.e||0;if(x===0)this.set(d.k,d.v);else{let X=x-a;X>0&&this.set(d.k,d.v,X)}}}prune(){this[Ro].forEach((r,a)=>Rf(this,a,!1))}},Rf=(e,r,a)=>{let _=e[Ro].get(r);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,r)=>{if(!r||!r.maxAge&&!e[Ac])return!1;let a=Date.now()-r.now;return r.maxAge?a>r.maxAge:e[Ac]&&a>e[Ac]},$l=e=>{if(e[qs]>e[wc])for(let r=e[pa].tail;e[qs]>e[wc]&&r!==null;){let a=r.prev;Bu(e,r),r=a}},Bu=(e,r)=>{if(r){let a=r.value;e[Bs]&&e[Bs](a.key,a.value),e[qs]-=a.length,e[Ro].delete(a.key),e[pa].removeNode(r)}},Ff=class{constructor(r,a,_,d,x){this.key=r,this.value=a,this.length=_,this.now=d,this.maxAge=x||0}},dy=(e,r,a,_)=>{let d=a.value;Jp(e,d)&&(Bu(e,a),e[Vl]||(d=void 0)),d&&r.call(_,d.value,d.key,e)};gy.exports=Jf});var vo=Xr((O7,Ty)=>{be();var kc=class{constructor(r,a){if(a=Xb(a),r instanceof kc)return r.loose===!!a.loose&&r.includePrerelease===!!a.includePrerelease?r:new kc(r.raw,a);if(r instanceof jf)return this.raw=r.value,this.set=[[r]],this.format(),this;if(this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease,this.raw=r,this.set=r.split("||").map(_=>this.parseRange(_.trim())).filter(_=>_.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${r}`);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(r=>r.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(r){r=r.trim();let _=`parseRange:${Object.keys(this.options).join(",")}:${r}`,d=hy.get(_);if(d)return d;let x=this.options.loose,X=x?qa[Ma.HYPHENRANGELOOSE]:qa[Ma.HYPHENRANGE];r=r.replace(X,cT(this.options.includePrerelease)),Ti("hyphen replace",r),r=r.replace(qa[Ma.COMPARATORTRIM],Vb),Ti("comparator trim",r),r=r.replace(qa[Ma.TILDETRIM],Qb),r=r.replace(qa[Ma.CARETTRIM],Yb),r=r.split(/\s+/).join(" ");let Y=r.split(" ").map(ve=>eT(ve,this.options)).join(" ").split(/\s+/).map(ve=>_T(ve,this.options));x&&(Y=Y.filter(ve=>(Ti("loose invalid filter",ve,this.options),!!ve.match(qa[Ma.COMPARATORLOOSE])))),Ti("range list",Y);let w=new Map,K=Y.map(ve=>new jf(ve,this.options));for(let ve of K){if(vy(ve))return[ve];w.set(ve.value,ve)}w.size>1&&w.has("")&&w.delete("");let ze=[...w.values()];return hy.set(_,ze),ze}intersects(r,a){if(!(r instanceof kc))throw new TypeError("a Range is required");return this.set.some(_=>by(_,a)&&r.set.some(d=>by(d,a)&&_.every(x=>d.every(X=>x.intersects(X,a)))))}test(r){if(!r)return!1;if(typeof r=="string")try{r=new $b(r,this.options)}catch{return!1}for(let a=0;a<this.set.length;a++)if(uT(this.set[a],r,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,r)=>{let a=!0,_=e.slice(),d=_.pop();for(;a&&_.length;)a=_.every(x=>d.intersects(x,r)),d=_.pop();return a},eT=(e,r)=>(Ti("comp",e,r),e=nT(e,r),Ti("caret",e),e=rT(e,r),Ti("tildes",e),e=aT(e,r),Ti("xrange",e),e=sT(e,r),Ti("stars",e),e),La=e=>!e||e.toLowerCase()==="x"||e==="*",rT=(e,r)=>e.trim().split(/\s+/).map(a=>tT(a,r)).join(" "),tT=(e,r)=>{let a=r.loose?qa[Ma.TILDELOOSE]:qa[Ma.TILDE];return e.replace(a,(_,d,x,X,Y)=>{Ti("tilde",e,_,d,x,X,Y);let w;return La(d)?w="":La(x)?w=`>=${d}.0.0 <${+d+1}.0.0-0`:La(X)?w=`>=${d}.${x}.0 <${d}.${+x+1}.0-0`:Y?(Ti("replaceTilde pr",Y),w=`>=${d}.${x}.${X}-${Y} <${d}.${+x+1}.0-0`):w=`>=${d}.${x}.${X} <${d}.${+x+1}.0-0`,Ti("tilde return",w),w})},nT=(e,r)=>e.trim().split(/\s+/).map(a=>iT(a,r)).join(" "),iT=(e,r)=>{Ti("caret",e,r);let a=r.loose?qa[Ma.CARETLOOSE]:qa[Ma.CARET],_=r.includePrerelease?"-0":"";return e.replace(a,(d,x,X,Y,w)=>{Ti("caret",e,d,x,X,Y,w);let K;return La(x)?K="":La(X)?K=`>=${x}.0.0${_} <${+x+1}.0.0-0`:La(Y)?x==="0"?K=`>=${x}.${X}.0${_} <${x}.${+X+1}.0-0`:K=`>=${x}.${X}.0${_} <${+x+1}.0.0-0`:w?(Ti("replaceCaret pr",w),x==="0"?X==="0"?K=`>=${x}.${X}.${Y}-${w} <${x}.${X}.${+Y+1}-0`:K=`>=${x}.${X}.${Y}-${w} <${x}.${+X+1}.0-0`:K=`>=${x}.${X}.${Y}-${w} <${+x+1}.0.0-0`):(Ti("no pr"),x==="0"?X==="0"?K=`>=${x}.${X}.${Y}${_} <${x}.${X}.${+Y+1}-0`:K=`>=${x}.${X}.${Y}${_} <${x}.${+X+1}.0-0`:K=`>=${x}.${X}.${Y} <${+x+1}.0.0-0`),Ti("caret return",K),K})},aT=(e,r)=>(Ti("replaceXRanges",e,r),e.split(/\s+/).map(a=>oT(a,r)).join(" ")),oT=(e,r)=>{e=e.trim();let a=r.loose?qa[Ma.XRANGELOOSE]:qa[Ma.XRANGE];return e.replace(a,(_,d,x,X,Y,w)=>{Ti("xRange",e,_,d,x,X,Y,w);let K=La(x),ze=K||La(X),ve=ze||La(Y),te=ve;return d==="="&&te&&(d=""),w=r.includePrerelease?"-0":"",K?d===">"||d==="<"?_="<0.0.0-0":_="*":d&&te?(ze&&(X=0),Y=0,d===">"?(d=">=",ze?(x=+x+1,X=0,Y=0):(X=+X+1,Y=0)):d==="<="&&(d="<",ze?x=+x+1:X=+X+1),d==="<"&&(w="-0"),_=`${d+x}.${X}.${Y}${w}`):ze?_=`>=${x}.0.0${w} <${+x+1}.0.0-0`:ve&&(_=`>=${x}.${X}.0${w} <${x}.${+X+1}.0-0`),Ti("xRange return",_),_})},sT=(e,r)=>(Ti("replaceStars",e,r),e.trim().replace(qa[Ma.STAR],"")),_T=(e,r)=>(Ti("replaceGTE0",e,r),e.trim().replace(qa[r.includePrerelease?Ma.GTE0PRE:Ma.GTE0],"")),cT=e=>(r,a,_,d,x,X,Y,w,K,ze,ve,te,U)=>(La(_)?a="":La(d)?a=`>=${_}.0.0${e?"-0":""}`:La(x)?a=`>=${_}.${d}.0${e?"-0":""}`:X?a=`>=${a}`:a=`>=${a}${e?"-0":""}`,La(K)?w="":La(ze)?w=`<${+K+1}.0.0-0`:La(ve)?w=`<${K}.${+ze+1}.0-0`:te?w=`<=${K}.${ze}.${ve}-${te}`:e?w=`<${K}.${ze}.${+ve+1}-0`:w=`<=${w}`,`${a} ${w}`.trim()),uT=(e,r,a)=>{for(let _=0;_<e.length;_++)if(!e[_].test(r))return!1;if(r.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===r.major&&d.minor===r.minor&&d.patch===r.patch)return!0}return!1}return!0}});var Ql=Xr((L7,Cy)=>{be();var Yl=Symbol("SemVer ANY"),qu=class{static get ANY(){return Yl}constructor(r,a){if(a=lT(a),r instanceof qu){if(r.loose===!!a.loose)return r;r=r.value}qf("comparator",r,a),this.options=a,this.loose=!!a.loose,this.parse(r),this.semver===Yl?this.value="":this.value=this.operator+this.semver.version,qf("comp",this)}parse(r){let a=this.options.loose?xy[Sy.COMPARATORLOOSE]:xy[Sy.COMPARATOR],_=r.match(a);if(!_)throw new TypeError(`Invalid comparator: ${r}`);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(r){if(qf("Comparator.test",r,this.options.loose),this.semver===Yl||r===Yl)return!0;if(typeof r=="string")try{r=new Dy(r,this.options)}catch{return!1}return Bf(r,this.operator,this.semver,this.options)}intersects(r,a){if(!(r 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(r.value,a).test(this.value);if(r.operator==="")return r.value===""?!0:new Ey(this.value,a).test(r.semver);let _=(this.operator===">="||this.operator===">")&&(r.operator===">="||r.operator===">"),d=(this.operator==="<="||this.operator==="<")&&(r.operator==="<="||r.operator==="<"),x=this.semver.version===r.semver.version,X=(this.operator===">="||this.operator==="<=")&&(r.operator===">="||r.operator==="<="),Y=Bf(this.semver,"<",r.semver,a)&&(this.operator===">="||this.operator===">")&&(r.operator==="<="||r.operator==="<"),w=Bf(this.semver,">",r.semver,a)&&(this.operator==="<="||this.operator==="<")&&(r.operator===">="||r.operator===">");return _||d||x&&X||Y||w}};Cy.exports=qu;var lT=Gl(),{re:xy,t:Sy}=Dc(),Bf=Mf(),qf=Hl(),Dy=Da(),Ey=vo()});var Zl=Xr((J7,wy)=>{be();var pT=vo(),fT=(e,r,a)=>{try{r=new pT(r,a)}catch{return!1}return r.test(e)};wy.exports=fT});var ky=Xr((j7,Ay)=>{be();var dT=vo(),mT=(e,r)=>new dT(e,r).set.map(a=>a.map(_=>_.value).join(" ").trim().split(" "));Ay.exports=mT});var Iy=Xr((q7,Py)=>{be();var gT=Da(),yT=vo(),hT=(e,r,a)=>{let _=null,d=null,x=null;try{x=new yT(r,a)}catch{return null}return e.forEach(X=>{x.test(X)&&(!_||d.compare(X)===-1)&&(_=X,d=new gT(_,a))}),_};Py.exports=hT});var Oy=Xr((z7,Ny)=>{be();var vT=Da(),bT=vo(),TT=(e,r,a)=>{let _=null,d=null,x=null;try{x=new bT(r,a)}catch{return null}return e.forEach(X=>{x.test(X)&&(!_||d.compare(X)===1)&&(_=X,d=new vT(_,a))}),_};Ny.exports=TT});var Ry=Xr((W7,Ly)=>{be();var Uf=Da(),xT=vo(),My=Xl(),ST=(e,r)=>{e=new xT(e,r);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(X=>{let Y=new Uf(X.semver.version);switch(X.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: ${X.operator}`)}}),x&&(!a||My(a,x))&&(a=x)}return a&&e.test(a)?a:null};Ly.exports=ST});var Fy=Xr((G7,Jy)=>{be();var DT=vo(),ET=(e,r)=>{try{return new DT(e,r).range||"*"}catch{return null}};Jy.exports=ET});var Fp=Xr(($7,Uy)=>{be();var CT=Da(),qy=Ql(),{ANY:wT}=qy,AT=vo(),kT=Zl(),jy=Xl(),By=Np(),PT=Mp(),IT=Op(),NT=(e,r,a,_)=>{e=new CT(e,_),r=new AT(r,_);let d,x,X,Y,w;switch(a){case">":d=jy,x=PT,X=By,Y=">",w=">=";break;case"<":d=By,x=IT,X=jy,Y="<",w="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(kT(e,r,_))return!1;for(let K=0;K<r.set.length;++K){let ze=r.set[K],ve=null,te=null;if(ze.forEach(U=>{U.semver===wT&&(U=new qy(">=0.0.0")),ve=ve||U,te=te||U,d(U.semver,ve.semver,_)?ve=U:X(U.semver,te.semver,_)&&(te=U)}),ve.operator===Y||ve.operator===w||(!te.operator||te.operator===Y)&&x(e,te.semver))return!1;if(te.operator===w&&X(e,te.semver))return!1}return!0};Uy.exports=NT});var Ky=Xr((Q7,zy)=>{be();var OT=Fp(),MT=(e,r,a)=>OT(e,r,">",a);zy.exports=MT});var Hy=Xr((Z7,Wy)=>{be();var LT=Fp(),RT=(e,r,a)=>LT(e,r,"<",a);Wy.exports=RT});var $y=Xr((rw,Xy)=>{be();var Gy=vo(),JT=(e,r,a)=>(e=new Gy(e,a),r=new Gy(r,a),e.intersects(r));Xy.exports=JT});var Qy=Xr((nw,Vy)=>{be();var FT=Zl(),jT=ho();Vy.exports=(e,r,a)=>{let _=[],d=null,x=null,X=e.sort((ze,ve)=>jT(ze,ve,a));for(let ze of X)FT(ze,r,a)?(x=ze,d||(d=ze)):(x&&_.push([d,x]),x=null,d=null);d&&_.push([d,null]);let Y=[];for(let[ze,ve]of _)ze===ve?Y.push(ze):!ve&&ze===X[0]?Y.push("*"):ve?ze===X[0]?Y.push(`<=${ve}`):Y.push(`${ze} - ${ve}`):Y.push(`>=${ze}`);let w=Y.join(" || "),K=typeof r.raw=="string"?r.raw:String(r);return w.length<K.length?w:r}});var th=Xr((aw,rh)=>{be();var Yy=vo(),jp=Ql(),{ANY:zf}=jp,ep=Zl(),Kf=ho(),BT=(e,r,a={})=>{if(e===r)return!0;e=new Yy(e,a),r=new Yy(r,a);let _=!1;e:for(let d of e.set){for(let x of r.set){let X=qT(d,x,a);if(_=_||X!==null,X)continue e}if(_)return!1}return!0},qT=(e,r,a)=>{if(e===r)return!0;if(e.length===1&&e[0].semver===zf){if(r.length===1&&r[0].semver===zf)return!0;a.includePrerelease?e=[new jp(">=0.0.0-0")]:e=[new jp(">=0.0.0")]}if(r.length===1&&r[0].semver===zf){if(a.includePrerelease)return!0;r=[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 X;if(d&&x){if(X=Kf(d.semver,x.semver,a),X>0)return null;if(X===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 Te of r)if(!ep(U,String(Te),a))return!1;return!0}let Y,w,K,ze,ve=x&&!a.includePrerelease&&x.semver.prerelease.length?x.semver:!1,te=d&&!a.includePrerelease&&d.semver.prerelease.length?d.semver:!1;ve&&ve.prerelease.length===1&&x.operator==="<"&&ve.prerelease[0]===0&&(ve=!1);for(let U of r){if(ze=ze||U.operator===">"||U.operator===">=",K=K||U.operator==="<"||U.operator==="<=",d){if(te&&U.semver.prerelease&&U.semver.prerelease.length&&U.semver.major===te.major&&U.semver.minor===te.minor&&U.semver.patch===te.patch&&(te=!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(ve&&U.semver.prerelease&&U.semver.prerelease.length&&U.semver.major===ve.major&&U.semver.minor===ve.minor&&U.semver.patch===ve.patch&&(ve=!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)&&X!==0)return!1}return!(d&&K&&!x&&X!==0||x&&ze&&!d&&X!==0||te||ve)},Zy=(e,r,a)=>{if(!e)return r;let _=Kf(e.semver,r.semver,a);return _>0?e:_<0||r.operator===">"&&e.operator===">="?r:e},eh=(e,r,a)=>{if(!e)return r;let _=Kf(e.semver,r.semver,a);return _<0?e:_>0||r.operator==="<"&&e.operator==="<="?r:e};rh.exports=BT});var Bp=Xr((sw,nh)=>{be();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:th()}});var pi=Xr((io,ah)=>{"use strict";be();var Cn=io&&io.__spreadArray||function(e,r,a){if(a||arguments.length===2)for(var _=0,d=r.length,x;_<d;_++)(x||!(_ in r))&&(x||(x=Array.prototype.slice.call(r,0,_)),x[_]=r[_]);return e.concat(x||Array.prototype.slice.call(r))},Fi=io&&io.__assign||function(){return Fi=Object.assign||function(e){for(var r,a=1,_=arguments.length;a<_;a++){r=arguments[a];for(var d in r)Object.prototype.hasOwnProperty.call(r,d)&&(e[d]=r[d])}return e},Fi.apply(this,arguments)},ih=io&&io.__makeTemplateObject||function(e,r){return Object.defineProperty?Object.defineProperty(e,"raw",{value:r}):e.raw=r,e},cw=io&&io.__generator||function(e,r){var a={label:0,sent:function(){if(x[0]&1)throw x[1];return x[1]},trys:[],ops:[]},_,d,x,X;return X={next:Y(0),throw:Y(1),return:Y(2)},typeof Symbol=="function"&&(X[Symbol.iterator]=function(){return this}),X;function Y(K){return function(ze){return w([K,ze])}}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=r.call(e,a)}catch(ze){K=[6,ze],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,r){var a={};for(var _ in e)Object.prototype.hasOwnProperty.call(e,_)&&r.indexOf(_)<0&&(a[_]=e[_]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,_=Object.getOwnPropertySymbols(e);d<_.length;d++)r.indexOf(_[d])<0&&Object.prototype.propertyIsEnumerable.call(e,_[d])&&(a[_[d]]=e[_[d]]);return a},qp=io&&io.__extends||function(){var e=function(r,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(r,a)};return function(r,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");e(r,a);function _(){this.constructor=r}r.prototype=a===null?Object.create(a):(_.prototype=a.prototype,new _)}}(),$r;(function(e){function r(){var p={};return p.prev=p,{head:p,tail:p,size:0}}function a(p,v){return{key:p,value:v,next:void 0,prev:void 0}}function _(p,v){return p===v||p!==p&&v!==v}function d(p){var v=p.prev;if(!v||v===p)throw new Error("Illegal state");return v}function x(p){for(;p;){var v=!p.prev;if(p=p.next,!v)return p}}function X(p,v){for(var ie=p.tail;ie!==p.head;ie=d(ie))if(_(ie.key,v))return ie}function Y(p,v,ie){var le=X(p,v);if(le){le.value=ie;return}var Ce=a(v,ie);return Ce.prev=p.tail,p.tail.next=Ce,p.tail=Ce,p.size++,Ce}function w(p,v){for(var ie=p.tail;ie!==p.head;ie=d(ie)){if(ie.prev===void 0)throw new Error("Illegal state");if(_(ie.key,v)){if(ie.next)ie.next.prev=ie.prev;else{if(p.tail!==ie)throw new Error("Illegal state");p.tail=ie.prev}return ie.prev.next=ie.next,ie.next=ie.prev,ie.prev=void 0,p.size--,ie}}}function K(p){for(var v=p.tail;v!==p.head;){var ie=d(v);v.next=p.head,v.prev=void 0,v=ie}p.head.next=void 0,p.tail=p.head,p.size=0}function ze(p,v){for(var ie=p.head;ie;)ie=x(ie),ie&&v(ie.value,ie.key)}function ve(p,v){if(p)for(var ie=p.next();!ie.done;ie=p.next())v(ie.value)}function te(p,v){return{current:p.head,selector:v}}function U(p){return p.current=x(p.current),p.current?{value:p.selector(p.current.key,p.current.value),done:!1}:{value:void 0,done:!0}}var Te;(function(p){function v(le){var Ce=function(){function C(Se,V){this._data=te(Se,V)}return C.prototype.next=function(){return U(this._data)},C}();return function(){function C(Se){var V=this;this._mapData=r(),ve(le(Se),function(mr){var _r=mr[0],Sr=mr[1];return V.set(_r,Sr)})}return Object.defineProperty(C.prototype,"size",{get:function(){return this._mapData.size},enumerable:!1,configurable:!0}),C.prototype.get=function(Se){var V;return(V=X(this._mapData,Se))===null||V===void 0?void 0:V.value},C.prototype.set=function(Se,V){return Y(this._mapData,Se,V),this},C.prototype.has=function(Se){return!!X(this._mapData,Se)},C.prototype.delete=function(Se){return!!w(this._mapData,Se)},C.prototype.clear=function(){K(this._mapData)},C.prototype.keys=function(){return new Ce(this._mapData,function(Se,V){return Se})},C.prototype.values=function(){return new Ce(this._mapData,function(Se,V){return V})},C.prototype.entries=function(){return new Ce(this._mapData,function(Se,V){return[Se,V]})},C.prototype.forEach=function(Se){ze(this._mapData,Se)},C}()}p.createMapShim=v;function ie(le){var Ce=function(){function C(Se,V){this._data=te(Se,V)}return C.prototype.next=function(){return U(this._data)},C}();return function(){function C(Se){var V=this;this._mapData=r(),ve(le(Se),function(mr){return V.add(mr)})}return Object.defineProperty(C.prototype,"size",{get:function(){return this._mapData.size},enumerable:!1,configurable:!0}),C.prototype.add=function(Se){return Y(this._mapData,Se,Se),this},C.prototype.has=function(Se){return!!X(this._mapData,Se)},C.prototype.delete=function(Se){return!!w(this._mapData,Se)},C.prototype.clear=function(){K(this._mapData)},C.prototype.keys=function(){return new Ce(this._mapData,function(Se,V){return Se})},C.prototype.values=function(){return new Ce(this._mapData,function(Se,V){return V})},C.prototype.entries=function(){return new Ce(this._mapData,function(Se,V){return[Se,V]})},C.prototype.forEach=function(Se){ze(this._mapData,Se)},C}()}p.createSetShim=ie})(Te=e.ShimCollections||(e.ShimCollections={}))})($r||($r={}));var $r;(function(e){e.versionMajorMinor="4.8",e.version="4.8.4";var r;(function(d){d[d.LessThan=-1]="LessThan",d[d.EqualTo=0]="EqualTo",d[d.GreaterThan=1]="GreaterThan"})(r=e.Comparison||(e.Comparison={}));var a;(function(d){var x=typeof globalThis<"u"||typeof globalThis<"u"?globalThis:typeof self<"u"?self:void 0;function X(){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=X;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,X){var Y,w=(Y=a[x]())!==null&&Y!==void 0?Y:e.ShimCollections===null||e.ShimCollections===void 0?void 0:e.ShimCollections[X](e.getIterator);if(w)return w;throw new Error("TypeScript requires an environment that provides a compatible native ".concat(d," implementation."))}})($r||($r={}));var $r;(function(e){function r(b){if(b){if(Xt(b))return ft(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=r,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 X(b,N){for(;;){var J=b.next();if(J.done)return;var H=N(J.value);if(H!==void 0)return H}}e.firstDefinedIterator=X;function Y(b,N,J){var H=J;if(b)for(var Ie=b.next(),wr=0;!Ie.done;Ie=b.next(),wr++)H=N(H,Ie.value,wr);return H}e.reduceLeftIterator=Y;function w(b,N,J){var H=[];e.Debug.assertEqual(b.length,N.length);for(var Ie=0;Ie<b.length;Ie++)H.push(J(b[Ie],N[Ie],Ie));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 ze(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=ze;function ve(b,N){if(b.length<=1)return b;for(var J=[],H=0,Ie=b.length;H<Ie;H++)H&&J.push(N),J.push(b[H]);return J}e.intersperse=ve;function te(b,N){if(b){for(var J=0;J<b.length;J++)if(!N(b[J],J))return!1}return!0}e.every=te;function U(b,N,J){if(b!==void 0)for(var H=J!=null?J:0;H<b.length;H++){var Ie=b[H];if(N(Ie,H))return Ie}}e.find=U;function Te(b,N,J){if(b!==void 0)for(var H=J!=null?J:b.length-1;H>=0;H--){var Ie=b[H];if(N(Ie,H))return Ie}}e.findLast=Te;function p(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=p;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 ie(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=ie;function le(b,N,J){if(J===void 0&&(J=Bn),b)for(var H=0,Ie=b;H<Ie.length;H++){var wr=Ie[H];if(J(wr,N))return!0}return!1}e.contains=le;function Ce(b,N,J){return J===void 0&&(J=Bn),b.length===N.length&&b.every(function(H,Ie){return J(H,N[Ie])})}e.arraysEqual=Ce;function C(b,N,J){for(var H=J||0;H<b.length;H++)if(le(N,b.charCodeAt(H)))return H;return-1}e.indexOfAnyCharCode=C;function Se(b,N){var J=0;if(b)for(var H=0;H<b.length;H++){var Ie=b[H];N(Ie,H)&&J++}return J}e.countWhere=Se;function V(b,N){if(b){for(var J=b.length,H=0;H<J&&N(b[H]);)H++;if(H<J){var Ie=b.slice(0,H);for(H++;H<J;){var wr=b[H];N(wr)&&Ie.push(wr),H++}return Ie}}return b}e.filter=V;function mr(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=mr;function _r(b){b.length=0}e.clear=_r;function Sr(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=Sr;function Ee(b,N){return{next:function(){var J=b.next();return J.done?J:{value:N(J.value),done:!1}}}}e.mapIterator=Ee;function we(b,N){if(b)for(var J=0;J<b.length;J++){var H=b[J],Ie=N(H,J);if(H!==Ie){var wr=b.slice(0,J);for(wr.push(Ie),J++;J<b.length;J++)wr.push(N(b[J],J));return wr}}return b}e.sameMap=we;function ae(b){for(var N=[],J=0,H=b;J<H.length;J++){var Ie=H[J];Ie&&(Xt(Ie)?ge(N,Ie):N.push(Ie))}return N}e.flatten=ae;function xe(b,N){var J;if(b)for(var H=0;H<b.length;H++){var Ie=N(b[H],H);Ie&&(Xt(Ie)?J=ge(J,Ie):J=br(J,Ie))}return J||e.emptyArray}e.flatMap=xe;function B(b,N){var J=[];if(b)for(var H=0;H<b.length;H++){var Ie=N(b[H],H);Ie&&(Xt(Ie)?ge(J,Ie):J.push(Ie))}return J}e.flatMapToMutable=B;function de(b,N){var J=b.next();if(J.done)return e.emptyIterator;var H=Ie(J.value);return{next:function(){for(;;){var wr=H.next();if(!wr.done)return wr;var fr=b.next();if(fr.done)return fr;H=Ie(fr.value)}}};function Ie(wr){var fr=N(wr);return fr===void 0?e.emptyIterator:Xt(fr)?ft(fr):fr}}e.flatMapIterator=de;function er(b,N){var J;if(b)for(var H=0;H<b.length;H++){var Ie=b[H],wr=N(Ie,H);(J||Ie!==wr||Xt(wr))&&(J||(J=b.slice(0,H)),Xt(wr)?ge(J,wr):J.push(wr))}return J||b}e.sameFlatMap=er;function De(b,N){for(var J=[],H=0;H<b.length;H++){var Ie=N(b[H],H);if(Ie===void 0)return;J.push(Ie)}return J}e.mapAllOrFail=De;function Ae(b,N){var J=[];if(b)for(var H=0;H<b.length;H++){var Ie=N(b[H],H);Ie!==void 0&&J.push(Ie)}return J}e.mapDefined=Ae;function ur(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=ur;function Fe(b,N){if(!!b){var J=new e.Map;return b.forEach(function(H,Ie){var wr=N(Ie,H);if(wr!==void 0){var fr=wr[0],Dr=wr[1];fr!==void 0&&Dr!==void 0&&J.set(fr,Dr)}}),J}}e.mapDefinedEntries=Fe;function Ye(b,N){if(b){var J=new e.Set;return b.forEach(function(H){var Ie=N(H);Ie!==void 0&&J.add(Ie)}),J}}e.mapDefinedValues=Ye;function xr(b,N,J){if(b.has(N))return b.get(N);var H=J();return b.set(N,H),H}e.getOrUpdate=xr;function Nr(b,N){return b.has(N)?!1:(b.add(N),!0)}e.tryAddToSet=Nr,e.emptyIterator={next:function(){return{value:void 0,done:!0}}};function Gr(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=Gr;function oe(b,N,J){var H;if(b){H=[];for(var Ie=b.length,wr=void 0,fr=void 0,Dr=0,et=0;Dr<Ie;){for(;et<Ie;){var pt=b[et];if(fr=N(pt,et),et===0)wr=fr;else if(fr!==wr)break;et++}if(Dr<et){var Kt=J(b.slice(Dr,et),wr,Dr,et);Kt&&H.push(Kt),Dr=et}wr=fr,et++}}return H}e.spanMap=oe;function y(b,N){if(!!b){var J=new e.Map;return b.forEach(function(H,Ie){var wr=N(Ie,H),fr=wr[0],Dr=wr[1];J.set(fr,Dr)}),J}}e.mapEntries=y;function g(b,N){if(b)if(N)for(var J=0,H=b;J<H.length;J++){var Ie=H[J];if(N(Ie))return!0}else return b.length>0;return!1}e.some=g;function S(b,N,J){for(var H,Ie=0;Ie<b.length;Ie++)N(b[Ie])?H=H===void 0?Ie:H:H!==void 0&&(J(H,Ie),H=void 0);H!==void 0&&J(H,b.length)}e.getRangesWhere=S;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 Q(b){return b.map(ee)}e.indicesOf=Q;function Qe(b,N,J){var H=Q(b);Fr(b,H,J);for(var Ie=b[H[0]],wr=[H[0]],fr=1;fr<H.length;fr++){var Dr=H[fr],et=b[Dr];N(Ie,et)||(wr.push(Dr),Ie=et)}return wr.sort(),wr.map(function(pt){return b[pt]})}function nr(b,N){for(var J=[],H=0,Ie=b;H<Ie.length;H++){var wr=Ie[H];ar(J,wr,N)}return J}function je(b,N,J){return b.length===0?[]:b.length===1?b.slice():J?Qe(b,N,J):nr(b,N)}e.deduplicate=je;function Le(b,N){if(b.length===0)return e.emptyArray;for(var J=b[0],H=[J],Ie=1;Ie<b.length;Ie++){var wr=b[Ie];switch(N(wr,J)){case!0:case 0:continue;case-1:return e.Debug.fail("Array is unsorted.")}H.push(J=wr)}return H}function q(){return[]}e.createSortedArray=q;function yr(b,N,J,H){if(b.length===0){b.push(N);return}var Ie=cr(b,N,jn,J);Ie<0?b.splice(~Ie,0,N):H&&b.splice(Ie,0,N)}e.insertSorted=yr;function $(b,N,J){return Le(Lr(b,N),J||N||Lt)}e.sortAndDeduplicate=$;function pe(b,N){if(b.length<2)return!0;for(var J=b[0],H=0,Ie=b.slice(1);H<Ie.length;H++){var wr=Ie[H];if(N(J,wr)===1)return!1;J=wr}return!0}e.arrayIsSorted=pe;function Ue(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=Ue;function We(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=We;function Ze(b,N,J){if(!N||!b||N.length===0||b.length===0)return N;var H=[];e:for(var Ie=0,wr=0;wr<N.length;wr++){wr>0&&e.Debug.assertGreaterThanOrEqual(J(N[wr],N[wr-1]),0);r:for(var fr=Ie;Ie<b.length;Ie++)switch(Ie>fr&&e.Debug.assertGreaterThanOrEqual(J(b[Ie],b[Ie-1]),0),J(N[wr],b[Ie])){case-1:H.push(N[wr]);continue e;case 0:continue e;case 1:continue r}}return H}e.relativeComplement=Ze;function pr(b,N){for(var J=0,H=0,Ie=b;H<Ie.length;H++){var wr=Ie[H];J+=wr[N]}return J}e.sum=pr;function br(b,N){return N===void 0?b:b===void 0?[N]:(b.push(N),b)}e.append=br;function Cr(b,N){return b===void 0?N:N===void 0?b:Xt(b)?Xt(N)?G(b,N):br(b,N):Xt(N)?br(N,b):[b,N]}e.combine=Cr;function Z(b,N){return N<0?b.length+N:N}function ge(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 Ie=J;Ie<H&&Ie<N.length;Ie++)N[Ie]!==void 0&&b.push(N[Ie]);return b}e.addRange=ge;function ar(b,N,J){return le(b,N,J)?!1:(b.push(N),!0)}e.pushIfUnique=ar;function gr(b,N,J){return b?(ar(b,N,J),b):[N]}e.appendIfUnique=gr;function Fr(b,N,J){N.sort(function(H,Ie){return J(b[H],b[Ie])||sr(H,Ie)})}function Lr(b,N){return b.length===0?b:b.slice().sort(N)}e.sort=Lr;function ft(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=ft;function Oe(b){var N=b.length;return{next:function(){return N===0?{value:void 0,done:!0}:(N--,{value:b[N],done:!1})}}}e.arrayReverseIterator=Oe;function L(b,N){var J=Q(b);return Fr(b,J,N),J.map(function(H){return b[H]})}e.stableSort=L;function t(b,N,J,H){for(;J<H;){if(b[J]!==N[J])return!1;J++}return!0}e.rangeEquals=t;function Et(b,N){if(b&&(N=Z(b,N),N<b.length))return b[N]}e.elementAt=Et;function It(b){return b===void 0||b.length===0?void 0:b[0]}e.firstOrUndefined=It;function He(b){return e.Debug.assert(b.length!==0),b[0]}e.first=He;function ce(b){return b===void 0||b.length===0?void 0:b[b.length-1]}e.lastOrUndefined=ce;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 he(b){return b&&b.length===1?b[0]:b}e.singleOrMany=he;function Ar(b,N,J){var H=b.slice(0);return H[N]=J,H}e.replaceElement=Ar;function cr(b,N,J,H,Ie){return Vr(b,J(N),J,H,Ie)}e.binarySearch=cr;function Vr(b,N,J,H,Ie){if(!g(b))return-1;for(var wr=Ie||0,fr=b.length-1;wr<=fr;){var Dr=wr+(fr-wr>>1),et=J(b[Dr],Dr);switch(H(et,N)){case-1:wr=Dr+1;break;case 0:return Dr;case 1:fr=Dr-1;break}}return~wr}e.binarySearchKey=Vr;function Qr(b,N,J,H,Ie){if(b&&b.length>0){var wr=b.length;if(wr>0){var fr=H===void 0||H<0?0:H,Dr=Ie===void 0||fr+Ie>wr-1?wr-1:fr+Ie,et=void 0;for(arguments.length<=2?(et=b[fr],fr++):et=J;fr<=Dr;)et=N(et,b[fr],fr),fr++;return et}}return J}e.reduceLeft=Qr;var nt=Object.prototype.hasOwnProperty;function vt(b,N){return nt.call(b,N)}e.hasProperty=vt;function St(b,N){return nt.call(b,N)?b[N]:void 0}e.getProperty=St;function Wr(b){var N=[];for(var J in b)nt.call(b,J)&&N.push(J);return N}e.getOwnKeys=Wr;function zr(b){var N=[];do for(var J=Object.getOwnPropertyNames(b),H=0,Ie=J;H<Ie.length;H++){var wr=Ie[H];ar(N,wr)}while(b=Object.getPrototypeOf(b));return N}e.getAllKeys=zr;function ut(b){var N=[];for(var J in b)nt.call(b,J)&&N.push(b[J]);return N}e.getOwnValues=ut;var Ct=Object.entries||function(b){for(var N=Wr(b),J=Array(N.length),H=0;H<N.length;H++)J[H]=[N[H],b[N[H]]];return J};function wt(b){return b?Ct(b):[]}e.getEntries=wt;function Qt(b,N){for(var J=new Array(b),H=0;H<b;H++)J[H]=N(H);return J}e.arrayOf=Qt;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,Ie=N;H<Ie.length;H++){var wr=Ie[H];if(wr!==void 0)for(var fr in wr)vt(wr,fr)&&(b[fr]=wr[fr])}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(nt.call(b,H)&&(!nt.call(N,H)||!J(b[H],N[H])))return!1;for(var H in N)if(nt.call(N,H)&&!nt.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,Ie=0,wr=b;Ie<wr.length;Ie++){var fr=wr[Ie],Dr=N(fr);Dr!==void 0&&H.set(Dr,J(fr))}return H}e.arrayToMap=Nn;function On(b,N,J){J===void 0&&(J=jn);for(var H=[],Ie=0,wr=b;Ie<wr.length;Ie++){var fr=wr[Ie];H[N(fr)]=J(fr)}return H}e.arrayToNumericMap=On;function si(b,N,J){J===void 0&&(J=jn);for(var H=ei(),Ie=0,wr=b;Ie<wr.length;Ie++){var fr=wr[Ie];H.add(N(fr),J(fr))}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)nt.call(b,J)&&(N[J]=b[J]);return N}e.clone=Vn;function ji(b,N){var J={};for(var H in N)nt.call(N,H)&&(J[H]=N[H]);for(var H in b)nt.call(b,H)&&(J[H]=b[H]);return J}e.extend=ji;function Jn(b,N){for(var J in N)nt.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 bt(b){var N=(b==null?void 0:b.slice())||[],J=0;function H(){return J===N.length}function Ie(){for(var fr=[],Dr=0;Dr<arguments.length;Dr++)fr[Dr]=arguments[Dr];N.push.apply(N,fr)}function wr(){if(H())throw new Error("Queue is empty");var fr=N[J];if(N[J]=void 0,J++,J>100&&J>N.length>>1){var Dr=N.length-J;N.copyWithin(0,J),N.length=Dr,J=0}return fr}return{enqueue:Ie,dequeue:wr,isEmpty:H}}e.createQueue=bt;function Wn(b,N){var J=new e.Map,H=0;function Ie(){var fr=J.values(),Dr;return{next:function(){for(;;)if(Dr){var et=Dr.next();if(!et.done)return{value:et.value};Dr=void 0}else{var et=fr.next();if(et.done)return{value:void 0,done:!0};if(!Xt(et.value))return{value:et.value};Dr=ft(et.value)}}}}var wr={has:function(fr){var Dr=b(fr);if(!J.has(Dr))return!1;var et=J.get(Dr);if(!Xt(et))return N(et,fr);for(var pt=0,Kt=et;pt<Kt.length;pt++){var Nt=Kt[pt];if(N(Nt,fr))return!0}return!1},add:function(fr){var Dr=b(fr);if(J.has(Dr)){var et=J.get(Dr);if(Xt(et))le(et,fr,N)||(et.push(fr),H++);else{var pt=et;N(pt,fr)||(J.set(Dr,[pt,fr]),H++)}}else J.set(Dr,fr),H++;return this},delete:function(fr){var Dr=b(fr);if(!J.has(Dr))return!1;var et=J.get(Dr);if(Xt(et)){for(var pt=0;pt<et.length;pt++)if(N(et[pt],fr))return et.length===1?J.delete(Dr):et.length===2?J.set(Dr,et[1-pt]):an(et,pt),H--,!0}else{var Kt=et;if(N(Kt,fr))return J.delete(Dr),H--,!0}return!1},clear:function(){J.clear(),H=0},get size(){return H},forEach:function(fr){for(var Dr=0,et=xn(J.values());Dr<et.length;Dr++){var pt=et[Dr];if(Xt(pt))for(var Kt=0,Nt=pt;Kt<Nt.length;Kt++){var sn=Nt[Kt];fr(sn,sn)}else{var sn=pt;fr(sn,sn)}}},keys:function(){return Ie()},values:function(){return Ie()},entries:function(){var fr=Ie();return{next:function(){var Dr=fr.next();return Dr.done?Dr:{value:[Dr.value,Dr.value]}}}}};return wr}e.createSet=Wn;function Xt(b){return Array.isArray?Array.isArray(b):b instanceof Array}e.isArray=Xt;function Hn(b){return Xt(b)?b:[b]}e.toArray=Hn;function Oi(b){return typeof b=="string"}e.isString=Oi;function Ke(b){return typeof b=="number"}e.isNumber=Ke;function qt(b,N){return b!==void 0&&N(b)?b:void 0}e.tryCast=qt;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 hr(){return!0}e.returnTrue=hr;function Yt(){}e.returnUndefined=Yt;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),Ie=N.get(H);return Ie===void 0&&!N.has(H)&&(Ie=b(J),N.set(H,Ie)),Ie}}e.memoizeOne=Si;function ai(b,N,J,H,Ie){if(Ie){for(var wr=[],fr=0;fr<arguments.length;fr++)wr[fr]=arguments[fr];return function(Dr){return Qr(wr,function(et,pt){return pt(et)},Dr)}}else return H?function(Dr){return H(J(N(b(Dr))))}:J?function(Dr){return J(N(b(Dr)))}:N?function(Dr){return N(b(Dr))}:b?function(Dr){return b(Dr)}:function(Dr){return Dr}}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 mt(b,N){return b===N||b!==void 0&&N!==void 0&&b.toUpperCase()===N.toUpperCase()}e.equateStringsCaseInsensitive=mt;function tr(b,N){return Bn(b,N)}e.equateStringsCaseSensitive=tr;function Or(b,N){return b===N?0:b===void 0?-1:N===void 0?1:b<N?-1:1}function sr(b,N){return Or(b,N)}e.compareValues=sr;function ke(b,N){return sr(b==null?void 0:b.start,N==null?void 0:N.start)||sr(b==null?void 0:b.length,N==null?void 0:N.length)}e.compareTextSpans=ke;function Ft(b,N,J){return J(b,N)===-1?b:N}e.min=Ft;function zt(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=zt;function Lt(b,N){return Or(b,N)}e.compareStringsCaseSensitive=Lt;function Pe(b){return b?zt:Lt}e.getStringComparer=Pe;var Re=function(){var b,N,J=Dr();return et;function H(pt,Kt,Nt){if(pt===Kt)return 0;if(pt===void 0)return-1;if(Kt===void 0)return 1;var sn=Nt(pt,Kt);return sn<0?-1:sn>0?1:0}function Ie(pt){var Kt=new Intl.Collator(pt,{usage:"sort",sensitivity:"variant"}).compare;return function(Nt,sn){return H(Nt,sn,Kt)}}function wr(pt){if(pt!==void 0)return fr();return function(Nt,sn){return H(Nt,sn,Kt)};function Kt(Nt,sn){return Nt.localeCompare(sn)}}function fr(){return function(Nt,sn){return H(Nt,sn,pt)};function pt(Nt,sn){return Kt(Nt.toUpperCase(),sn.toUpperCase())||Kt(Nt,sn)}function Kt(Nt,sn){return Nt<sn?-1:Nt>sn?1:0}}function Dr(){return typeof Intl=="object"&&typeof Intl.Collator=="function"?Ie:typeof String.prototype.localeCompare=="function"&&typeof String.prototype.toLocaleUpperCase=="function"&&"a".localeCompare("B")<0?wr:fr}function et(pt){return pt===void 0?b||(b=J(pt)):pt==="en-US"?N||(N=J(pt)):J(pt)}}(),Ve,rr;function or(){return rr}e.getUILocale=or;function kr(b){rr!==b&&(rr=b,Ve=void 0)}e.setUILocale=kr;function at(b,N){var J=Ve||(Ve=Re(rr));return J(b,N)}e.compareStringsCaseSensitiveUI=at;function yt(b,N,J,H){return b===N?0:b===void 0?-1:N===void 0?1:H(b[J],N[J])}e.compareProperties=yt;function rn(b,N){return sr(b?1:0,N?1:0)}e.compareBooleans=rn;function Rt(b,N,J){for(var H=Math.max(2,Math.floor(b.length*.34)),Ie=Math.floor(b.length*.4)+1,wr,fr=0,Dr=N;fr<Dr.length;fr++){var et=Dr[fr],pt=J(et);if(pt!==void 0&&Math.abs(pt.length-b.length)<=H){if(pt===b||pt.length<3&&pt.toLowerCase()!==b.toLowerCase())continue;var Kt=Jt(b,pt,Ie-.1);if(Kt===void 0)continue;e.Debug.assert(Kt<Ie),Ie=Kt,wr=et}}return wr}e.getSpellingSuggestion=Rt;function Jt(b,N,J){for(var H=new Array(N.length+1),Ie=new Array(N.length+1),wr=J+.01,fr=0;fr<=N.length;fr++)H[fr]=fr;for(var fr=1;fr<=b.length;fr++){var Dr=b.charCodeAt(fr-1),et=Math.ceil(fr>J?fr-J:1),pt=Math.floor(N.length>J+fr?J+fr:N.length);Ie[0]=fr;for(var Kt=fr,Nt=1;Nt<et;Nt++)Ie[Nt]=wr;for(var Nt=et;Nt<=pt;Nt++){var sn=b[fr-1].toLowerCase()===N[Nt-1].toLowerCase()?H[Nt-1]+.1:H[Nt-1]+2,ci=Dr===N.charCodeAt(Nt-1)?H[Nt-1]:Math.min(H[Nt]+1,Ie[Nt-1]+1,sn);Ie[Nt]=ci,Kt=Math.min(Kt,ci)}for(var Nt=pt+1;Nt<=N.length;Nt++)Ie[Nt]=wr;if(Kt>J)return;var Qn=H;H=Ie,Ie=Qn}var wi=H[N.length];return wi>J?void 0:wi}function dt(b,N){var J=b.length-N.length;return J>=0&&b.indexOf(N,J)===J}e.endsWith=dt;function hn(b,N){return dt(b,N)?b.slice(0,b.length-N.length):b}e.removeSuffix=hn;function Ut(b,N){return dt(b,N)?b.slice(0,b.length-N.length):void 0}e.tryRemoveSuffix=Ut;function Tt(b,N){return b.indexOf(N)!==-1}e.stringContains=Tt;function me(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=me;function pn(b,N){for(var J=0;J<b.length;J++)if(b[J]===N)return Wt(b,J),!0;return!1}e.orderedRemoveItem=pn;function Wt(b,N){for(var J=N;J<b.length-1;J++)b[J]=b[J+1];b.pop()}e.orderedRemoveItemAt=Wt;function an(b,N){b[N]=b[b.length-1],b.pop()}e.unorderedRemoveItemAt=an;function kn(b,N){return $t(b,function(J){return J===N})}e.unorderedRemoveItem=kn;function $t(b,N){for(var J=0;J<b.length;J++)if(N(b[J]))return an(b,J),!0;return!1}function Zt(b){return b?jn:ii}e.createGetCanonicalFileName=Zt;function Ur(b){var N=b.prefix,J=b.suffix;return"".concat(N,"*").concat(J)}e.patternText=Ur;function lt(b,N){return e.Debug.assert(hi(b,N)),N.substring(b.prefix.length,N.length-b.suffix.length)}e.matchedText=lt;function jt(b,N,J){for(var H,Ie=-1,wr=0,fr=b;wr<fr.length;wr++){var Dr=fr[wr],et=N(Dr);hi(et,J)&&et.prefix.length>Ie&&(Ie=et.prefix.length,H=Dr)}return H}e.findBestPatternMatch=jt;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)&&dt(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 Ie,wr=0,fr=b;wr<fr.length;wr++){var Dr=fr[wr];if(Ie=Dr.apply(void 0,J),Ie)return Ie}return Ie}}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 Bi(b){return b===void 0?void 0:[b]}e.singleElementArray=Bi;function Li(b,N,J,H,Ie,wr){wr=wr||mi;for(var fr=0,Dr=0,et=b.length,pt=N.length,Kt=!1;fr<et&&Dr<pt;){var Nt=b[fr],sn=N[Dr],ci=J(Nt,sn);ci===-1?(H(Nt),fr++,Kt=!0):ci===1?(Ie(sn),Dr++,Kt=!0):(wr(sn,Nt),fr++,Dr++)}for(;fr<et;)H(b[fr++]),Kt=!0;for(;Dr<pt;)Ie(N[Dr++]),Kt=!0;return Kt}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 Ie=0,wr=b[H];Ie<wr.length;Ie++){var fr=wr[Ie],Dr=void 0;J?(Dr=J.slice(),Dr.push(fr)):Dr=[fr],H===b.length-1?N.push(Dr):Qi(b,N,Dr,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)}})($r||($r={}));var $r;(function(e){var r;(function(_){_[_.Off=0]="Off",_[_.Error=1]="Error",_[_.Warning=2]="Warning",_[_.Info=3]="Info",_[_.Verbose=4]="Verbose"})(r=e.LogLevel||(e.LogLevel={}));var a;(function(_){var d,x=0;_.currentLogLevel=r.Warning,_.isDebugging=!1,_.enableDeprecationWarnings=!0;function X(){return d!=null?d:d=new e.Version(e.version)}_.getTypeScriptVersion=X;function Y(ce){return _.currentLogLevel<=ce}_.shouldLog=Y;function w(ce,k){_.loggingHost&&Y(ce)&&_.loggingHost.log(ce,k)}function K(ce){w(r.Info,ce)}_.log=K,function(ce){function k(cr){w(r.Error,cr)}ce.error=k;function W(cr){w(r.Warning,cr)}ce.warn=W;function he(cr){w(r.Info,cr)}ce.log=he;function Ar(cr){w(r.Verbose,cr)}ce.trace=Ar}(K=_.log||(_.log={}));var ze={};function ve(){return x}_.getAssertionLevel=ve;function te(ce){var k=x;if(x=ce,ce>k)for(var W=0,he=e.getOwnKeys(ze);W<he.length;W++){var Ar=he[W],cr=ze[Ar];cr!==void 0&&_[Ar]!==cr.assertion&&ce>=cr.level&&(_[Ar]=cr,ze[Ar]=void 0)}}_.setAssertionLevel=te;function U(ce){return x>=ce}_.shouldAssert=U;function Te(ce,k){return U(ce)?!0:(ze[k]={level:ce,assertion:_[k]},_[k]=e.noop,!1)}function p(ce,k){debugger;var W=new Error(ce?"Debug Failure. ".concat(ce):"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(W,k||p),W}_.fail=p;function v(ce,k,W){return p("".concat(k||"Unexpected node.",`\r
|
|
4
|
+
Node `).concat(Nr(ce.kind)," was unexpected."),W||v)}_.failBadSyntaxKind=v;function ie(ce,k,W,he){ce||(k=k?"False expression: ".concat(k):"False expression.",W&&(k+=`\r
|
|
5
|
+
Verbose Debug Information: `+(typeof W=="string"?W:W())),p(k,he||ie))}_.assert=ie;function le(ce,k,W,he,Ar){if(ce!==k){var cr=W?he?"".concat(W," ").concat(he):W:"";p("Expected ".concat(ce," === ").concat(k,". ").concat(cr),Ar||le)}}_.assertEqual=le;function Ce(ce,k,W,he){ce>=k&&p("Expected ".concat(ce," < ").concat(k,". ").concat(W||""),he||Ce)}_.assertLessThan=Ce;function C(ce,k,W){ce>k&&p("Expected ".concat(ce," <= ").concat(k),W||C)}_.assertLessThanOrEqual=C;function Se(ce,k,W){ce<k&&p("Expected ".concat(ce," >= ").concat(k),W||Se)}_.assertGreaterThanOrEqual=Se;function V(ce,k,W){ce==null&&p(k,W||V)}_.assertIsDefined=V;function mr(ce,k,W){return V(ce,k,W||mr),ce}_.checkDefined=mr;function _r(ce,k,W){for(var he=0,Ar=ce;he<Ar.length;he++){var cr=Ar[he];V(cr,k,W||_r)}}_.assertEachIsDefined=_r;function Sr(ce,k,W){return _r(ce,k,W||Sr),ce}_.checkEachDefined=Sr;function Ee(ce,k,W){k===void 0&&(k="Illegal value:");var he=typeof ce=="object"&&e.hasProperty(ce,"kind")&&e.hasProperty(ce,"pos")?"SyntaxKind: "+Nr(ce.kind):JSON.stringify(ce);return p("".concat(k," ").concat(he),W||Ee)}_.assertNever=Ee;function we(ce,k,W,he){Te(1,"assertEachNode")&&ie(k===void 0||e.every(ce,k),W||"Unexpected node.",function(){return"Node array did not pass test '".concat(Ae(k),"'.")},he||we)}_.assertEachNode=we;function ae(ce,k,W,he){Te(1,"assertNode")&&ie(ce!==void 0&&(k===void 0||k(ce)),W||"Unexpected node.",function(){return"Node ".concat(Nr(ce==null?void 0:ce.kind)," did not pass test '").concat(Ae(k),"'.")},he||ae)}_.assertNode=ae;function xe(ce,k,W,he){Te(1,"assertNotNode")&&ie(ce===void 0||k===void 0||!k(ce),W||"Unexpected node.",function(){return"Node ".concat(Nr(ce.kind)," should not have passed test '").concat(Ae(k),"'.")},he||xe)}_.assertNotNode=xe;function B(ce,k,W,he){Te(1,"assertOptionalNode")&&ie(k===void 0||ce===void 0||k(ce),W||"Unexpected node.",function(){return"Node ".concat(Nr(ce==null?void 0:ce.kind)," did not pass test '").concat(Ae(k),"'.")},he||B)}_.assertOptionalNode=B;function de(ce,k,W,he){Te(1,"assertOptionalToken")&&ie(k===void 0||ce===void 0||ce.kind===k,W||"Unexpected node.",function(){return"Node ".concat(Nr(ce==null?void 0:ce.kind)," was not a '").concat(Nr(k),"' token.")},he||de)}_.assertOptionalToken=de;function er(ce,k,W){Te(1,"assertMissingNode")&&ie(ce===void 0,k||"Unexpected node.",function(){return"Node ".concat(Nr(ce.kind)," was unexpected'.")},W||er)}_.assertMissingNode=er;function De(ce){}_.type=De;function Ae(ce){if(typeof ce!="function")return"";if(ce.hasOwnProperty("name"))return ce.name;var k=Function.prototype.toString.call(ce),W=/^function\s+([\w\$]+)\s*\(/.exec(k);return W?W[1]:""}_.getFunctionName=Ae;function ur(ce){return"{ name: ".concat(e.unescapeLeadingUnderscores(ce.escapedName),"; flags: ").concat(G(ce.flags),"; declarations: ").concat(e.map(ce.declarations,function(k){return Nr(k.kind)})," }")}_.formatSymbol=ur;function Fe(ce,k,W){ce===void 0&&(ce=0);var he=xr(k);if(ce===0)return he.length>0&&he[0][0]===0?he[0][1]:"0";if(W){for(var Ar=[],cr=ce,Vr=0,Qr=he;Vr<Qr.length;Vr++){var nt=Qr[Vr],vt=nt[0],St=nt[1];if(vt>ce)break;vt!==0&&vt&ce&&(Ar.push(St),cr&=~vt)}if(cr===0)return Ar.join("|")}else for(var Wr=0,zr=he;Wr<zr.length;Wr++){var ut=zr[Wr],vt=ut[0],St=ut[1];if(vt===ce)return St}return ce.toString()}_.formatEnum=Fe;var Ye=new e.Map;function xr(ce){var k=Ye.get(ce);if(k)return k;var W=[];for(var he in ce){var Ar=ce[he];typeof Ar=="number"&&W.push([Ar,he])}var cr=e.stableSort(W,function(Vr,Qr){return e.compareValues(Vr[0],Qr[0])});return Ye.set(ce,cr),cr}function Nr(ce){return Fe(ce,e.SyntaxKind,!1)}_.formatSyntaxKind=Nr;function Gr(ce){return Fe(ce,e.SnippetKind,!1)}_.formatSnippetKind=Gr;function oe(ce){return Fe(ce,e.NodeFlags,!0)}_.formatNodeFlags=oe;function y(ce){return Fe(ce,e.ModifierFlags,!0)}_.formatModifierFlags=y;function g(ce){return Fe(ce,e.TransformFlags,!0)}_.formatTransformFlags=g;function S(ce){return Fe(ce,e.EmitFlags,!0)}_.formatEmitFlags=S;function G(ce){return Fe(ce,e.SymbolFlags,!0)}_.formatSymbolFlags=G;function ee(ce){return Fe(ce,e.TypeFlags,!0)}_.formatTypeFlags=ee;function Q(ce){return Fe(ce,e.SignatureFlags,!0)}_.formatSignatureFlags=Q;function Qe(ce){return Fe(ce,e.ObjectFlags,!0)}_.formatObjectFlags=Qe;function nr(ce){return Fe(ce,e.FlowFlags,!0)}_.formatFlowFlags=nr;function je(ce){return Fe(ce,e.RelationComparisonResult,!0)}_.formatRelationComparisonResult=je;function Le(ce){return Fe(ce,e.CheckMode,!0)}_.formatCheckMode=Le;function q(ce){return Fe(ce,e.SignatureCheckMode,!0)}_.formatSignatureCheckMode=q;function yr(ce){return Fe(ce,e.TypeFacts,!0)}_.formatTypeFacts=yr;var $=!1,pe;function Ue(){if(gr(),!pe)throw new Error("Debugging helpers could not be loaded.");return pe}function We(ce){return console.log(Ze(ce))}_.printControlFlowGraph=We;function Ze(ce){return Ue().formatControlFlowGraph(ce)}_.formatControlFlowGraph=Ze;var pr;function br(ce){"__debugFlowFlags"in ce||Object.defineProperties(ce,{__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(nr(W),")"):"")}},__debugFlowFlags:{get:function(){return Fe(this.flags,e.FlowFlags,!0)}},__debugToString:{value:function(){return Ze(this)}}})}function Cr(ce){$&&(typeof Object.setPrototypeOf=="function"?(pr||(pr=Object.create(Object.prototype),br(pr)),Object.setPrototypeOf(ce,pr)):br(ce))}_.attachFlowNodeDebugInfo=Cr;var Z;function ge(ce){"__tsDebuggerDisplay"in ce||Object.defineProperties(ce,{__tsDebuggerDisplay:{value:function(k){return k=String(k).replace(/(?:,[\s\w\d_]+:[^,]+)+\]$/,"]"),"NodeArray ".concat(k)}}})}function ar(ce){$&&(typeof Object.setPrototypeOf=="function"?(Z||(Z=Object.create(Array.prototype),ge(Z)),Object.setPrototypeOf(ce,Z)):ge(ce))}_.attachNodeArrayDebugInfo=ar;function gr(){if($)return;var ce,k;function W(){return ce===void 0&&typeof WeakMap=="function"&&(ce=new WeakMap),ce}function he(){return k===void 0&&typeof WeakMap=="function"&&(k=new WeakMap),k}Object.defineProperties(e.objectAllocator.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value:function(){var St=this.flags&33554432?"TransientSymbol":"Symbol",Wr=this.flags&-33554433;return"".concat(St," '").concat(e.symbolName(this),"'").concat(Wr?" (".concat(G(Wr),")"):"")}},__debugFlags:{get:function(){return G(this.flags)}}}),Object.defineProperties(e.objectAllocator.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value:function(){var St=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",Wr=this.flags&524288?this.objectFlags&-1344:0;return"".concat(St).concat(this.symbol?" '".concat(e.symbolName(this.symbol),"'"):"").concat(Wr?" (".concat(Qe(Wr),")"):"")}},__debugFlags:{get:function(){return ee(this.flags)}},__debugObjectFlags:{get:function(){return this.flags&524288?Qe(this.objectFlags):""}},__debugTypeToString:{value:function(){var St=W(),Wr=St==null?void 0:St.get(this);return Wr===void 0&&(Wr=this.checker.typeToString(this),St==null||St.set(this,Wr)),Wr}}}),Object.defineProperties(e.objectAllocator.getSignatureConstructor().prototype,{__debugFlags:{get:function(){return Q(this.flags)}},__debugSignatureToString:{value:function(){var St;return(St=this.checker)===null||St===void 0?void 0:St.signatureToString(this)}}});for(var Ar=[e.objectAllocator.getNodeConstructor(),e.objectAllocator.getIdentifierConstructor(),e.objectAllocator.getTokenConstructor(),e.objectAllocator.getSourceFileConstructor()],cr=0,Vr=Ar;cr<Vr.length;cr++){var Qr=Vr[cr];Qr.prototype.hasOwnProperty("__debugKind")||Object.defineProperties(Qr.prototype,{__tsDebuggerDisplay:{value:function(){var St=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":Nr(this.kind);return"".concat(St).concat(this.flags?" (".concat(oe(this.flags),")"):"")}},__debugKind:{get:function(){return Nr(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 S(e.getEmitFlags(this))}},__debugGetText:{value:function(St){if(e.nodeIsSynthesized(this))return"";var Wr=he(),zr=Wr==null?void 0:Wr.get(this);if(zr===void 0){var ut=e.getParseTreeNode(this),Ct=ut&&e.getSourceFileOfNode(ut);zr=Ct?e.getSourceTextOfNodeFromSourceFile(Ct,ut,St):"",Wr==null||Wr.set(this,zr)}return zr}}})}try{if(!1)var nt,vt}catch{}$=!0}_.enableDebugInfo=gr;function Fr(ce,k,W,he,Ar){var cr=k?"DeprecationError: ":"DeprecationWarning: ";return cr+="'".concat(ce,"' "),cr+=he?"has been deprecated since v".concat(he):"is deprecated",cr+=k?" and can no longer be used.":W?" and will no longer be usable after v".concat(W,"."):".",cr+=Ar?" ".concat(e.formatStringFromArgs(Ar,[ce],0)):"",cr}function Lr(ce,k,W,he){var Ar=Fr(ce,!0,k,W,he);return function(){throw new TypeError(Ar)}}function ft(ce,k,W,he){var Ar=!1;return function(){_.enableDeprecationWarnings&&!Ar&&(K.warn(Fr(ce,!1,k,W,he)),Ar=!0)}}function Oe(ce,k){var W,he;k===void 0&&(k={});var Ar=typeof k.typeScriptVersion=="string"?new e.Version(k.typeScriptVersion):(W=k.typeScriptVersion)!==null&&W!==void 0?W:X(),cr=typeof k.errorAfter=="string"?new e.Version(k.errorAfter):k.errorAfter,Vr=typeof k.warnAfter=="string"?new e.Version(k.warnAfter):k.warnAfter,Qr=typeof k.since=="string"?new e.Version(k.since):(he=k.since)!==null&&he!==void 0?he:Vr,nt=k.error||cr&&Ar.compareTo(cr)<=0,vt=!Vr||Ar.compareTo(Vr)>=0;return nt?Lr(ce,cr,Qr,k.message):vt?ft(ce,cr,Qr,k.message):e.noop}_.createDeprecation=Oe;function L(ce,k){return function(){return ce(),k.apply(this,arguments)}}function t(ce,k){var W,he=Oe((W=k==null?void 0:k.name)!==null&&W!==void 0?W:Ae(ce),k);return L(he,ce)}_.deprecate=t;function Et(ce){var k=ce&7,W=k===0?"in out":k===3?"[bivariant]":k===2?"in":k===1?"out":k===4?"[independent]":"";return ce&8?W+=" (unmeasurable)":ce&16&&(W+=" (unreliable)"),W}_.formatVariance=Et;var It=function(){function ce(){}return ce.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,he){return"".concat(W.__debugTypeToString()," -> ").concat(typeof he=="string"?he:he.__debugTypeToString())}).join(", ");case 2:return e.zipWith(this.sources,this.targets,function(W,he){return"".concat(W.__debugTypeToString()," -> ").concat(he().__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 Ee(this)}},ce}();_.DebugTypeMapper=It;function He(ce){return _.isDebugging?Object.setPrototypeOf(ce,It.prototype):ce}_.attachDebugPrototypeIfDebug=He})(a=e.Debug||(e.Debug={}))})($r||($r={}));var $r;(function(e){e.tryGetNativePerformanceHooks=()=>{},e.timestamp=Date.now})($r||($r={}));var $r;(function(e){var r;(function(a){var _,d;function x(C,Se,V,mr){return C?X(Se,V,mr):a.nullTimer}a.createTimerIf=x;function X(C,Se,V){var mr=0;return{enter:_r,exit:Sr};function _r(){++mr===1&&te(Se)}function Sr(){--mr===0?(te(V),U(C,Se,V)):mr<0&&e.Debug.fail("enter/exit count does not match.")}}a.createTimer=X,a.nullTimer={enter:e.noop,exit:e.noop};var Y=!1,w=e.timestamp(),K=new e.Map,ze=new e.Map,ve=new e.Map;function te(C){var Se;if(Y){var V=(Se=ze.get(C))!==null&&Se!==void 0?Se:0;ze.set(C,V+1),K.set(C,e.timestamp()),d==null||d.mark(C)}}a.mark=te;function U(C,Se,V){var mr,_r;if(Y){var Sr=(mr=V!==void 0?K.get(V):void 0)!==null&&mr!==void 0?mr:e.timestamp(),Ee=(_r=Se!==void 0?K.get(Se):void 0)!==null&&_r!==void 0?_r:w,we=ve.get(C)||0;ve.set(C,we+(Sr-Ee)),d==null||d.measure(C,Se,V)}}a.measure=U;function Te(C){return ze.get(C)||0}a.getCount=Te;function p(C){return ve.get(C)||0}a.getDuration=p;function v(C){ve.forEach(function(Se,V){return C(V,Se)})}a.forEachMeasure=v;function ie(){return Y}a.isEnabled=ie;function le(C){var Se;return C===void 0&&(C=e.sys),Y||(Y=!0,_||(_=e.tryGetNativePerformanceHooks()),_&&(w=_.performance.timeOrigin,(_.shouldWriteNativeEvents||((Se=C==null?void 0:C.cpuProfilingEnabled)===null||Se===void 0?void 0:Se.call(C))||(C==null?void 0:C.debugMode))&&(d=_.performance))),!0}a.enable=le;function Ce(){Y&&(K.clear(),ze.clear(),ve.clear(),d=void 0,Y=!1)}a.disable=Ce})(r=e.performance||(e.performance={}))})($r||($r={}));var $r;(function(e){var r,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=(r=Tr.env.TS_ETW_MODULE_PATH)!==null&&r!==void 0?r:"./node_modules/@microsoft/typescript-etw";_=void 0}catch{_=void 0}e.perfLogger=_&&_.logEvent?_:a})($r||($r={}));var $r;(function(e){var r;(function(t){t[t.Unknown=0]="Unknown",t[t.EndOfFileToken=1]="EndOfFileToken",t[t.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",t[t.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",t[t.NewLineTrivia=4]="NewLineTrivia",t[t.WhitespaceTrivia=5]="WhitespaceTrivia",t[t.ShebangTrivia=6]="ShebangTrivia",t[t.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",t[t.NumericLiteral=8]="NumericLiteral",t[t.BigIntLiteral=9]="BigIntLiteral",t[t.StringLiteral=10]="StringLiteral",t[t.JsxText=11]="JsxText",t[t.JsxTextAllWhiteSpaces=12]="JsxTextAllWhiteSpaces",t[t.RegularExpressionLiteral=13]="RegularExpressionLiteral",t[t.NoSubstitutionTemplateLiteral=14]="NoSubstitutionTemplateLiteral",t[t.TemplateHead=15]="TemplateHead",t[t.TemplateMiddle=16]="TemplateMiddle",t[t.TemplateTail=17]="TemplateTail",t[t.OpenBraceToken=18]="OpenBraceToken",t[t.CloseBraceToken=19]="CloseBraceToken",t[t.OpenParenToken=20]="OpenParenToken",t[t.CloseParenToken=21]="CloseParenToken",t[t.OpenBracketToken=22]="OpenBracketToken",t[t.CloseBracketToken=23]="CloseBracketToken",t[t.DotToken=24]="DotToken",t[t.DotDotDotToken=25]="DotDotDotToken",t[t.SemicolonToken=26]="SemicolonToken",t[t.CommaToken=27]="CommaToken",t[t.QuestionDotToken=28]="QuestionDotToken",t[t.LessThanToken=29]="LessThanToken",t[t.LessThanSlashToken=30]="LessThanSlashToken",t[t.GreaterThanToken=31]="GreaterThanToken",t[t.LessThanEqualsToken=32]="LessThanEqualsToken",t[t.GreaterThanEqualsToken=33]="GreaterThanEqualsToken",t[t.EqualsEqualsToken=34]="EqualsEqualsToken",t[t.ExclamationEqualsToken=35]="ExclamationEqualsToken",t[t.EqualsEqualsEqualsToken=36]="EqualsEqualsEqualsToken",t[t.ExclamationEqualsEqualsToken=37]="ExclamationEqualsEqualsToken",t[t.EqualsGreaterThanToken=38]="EqualsGreaterThanToken",t[t.PlusToken=39]="PlusToken",t[t.MinusToken=40]="MinusToken",t[t.AsteriskToken=41]="AsteriskToken",t[t.AsteriskAsteriskToken=42]="AsteriskAsteriskToken",t[t.SlashToken=43]="SlashToken",t[t.PercentToken=44]="PercentToken",t[t.PlusPlusToken=45]="PlusPlusToken",t[t.MinusMinusToken=46]="MinusMinusToken",t[t.LessThanLessThanToken=47]="LessThanLessThanToken",t[t.GreaterThanGreaterThanToken=48]="GreaterThanGreaterThanToken",t[t.GreaterThanGreaterThanGreaterThanToken=49]="GreaterThanGreaterThanGreaterThanToken",t[t.AmpersandToken=50]="AmpersandToken",t[t.BarToken=51]="BarToken",t[t.CaretToken=52]="CaretToken",t[t.ExclamationToken=53]="ExclamationToken",t[t.TildeToken=54]="TildeToken",t[t.AmpersandAmpersandToken=55]="AmpersandAmpersandToken",t[t.BarBarToken=56]="BarBarToken",t[t.QuestionToken=57]="QuestionToken",t[t.ColonToken=58]="ColonToken",t[t.AtToken=59]="AtToken",t[t.QuestionQuestionToken=60]="QuestionQuestionToken",t[t.BacktickToken=61]="BacktickToken",t[t.HashToken=62]="HashToken",t[t.EqualsToken=63]="EqualsToken",t[t.PlusEqualsToken=64]="PlusEqualsToken",t[t.MinusEqualsToken=65]="MinusEqualsToken",t[t.AsteriskEqualsToken=66]="AsteriskEqualsToken",t[t.AsteriskAsteriskEqualsToken=67]="AsteriskAsteriskEqualsToken",t[t.SlashEqualsToken=68]="SlashEqualsToken",t[t.PercentEqualsToken=69]="PercentEqualsToken",t[t.LessThanLessThanEqualsToken=70]="LessThanLessThanEqualsToken",t[t.GreaterThanGreaterThanEqualsToken=71]="GreaterThanGreaterThanEqualsToken",t[t.GreaterThanGreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanGreaterThanEqualsToken",t[t.AmpersandEqualsToken=73]="AmpersandEqualsToken",t[t.BarEqualsToken=74]="BarEqualsToken",t[t.BarBarEqualsToken=75]="BarBarEqualsToken",t[t.AmpersandAmpersandEqualsToken=76]="AmpersandAmpersandEqualsToken",t[t.QuestionQuestionEqualsToken=77]="QuestionQuestionEqualsToken",t[t.CaretEqualsToken=78]="CaretEqualsToken",t[t.Identifier=79]="Identifier",t[t.PrivateIdentifier=80]="PrivateIdentifier",t[t.BreakKeyword=81]="BreakKeyword",t[t.CaseKeyword=82]="CaseKeyword",t[t.CatchKeyword=83]="CatchKeyword",t[t.ClassKeyword=84]="ClassKeyword",t[t.ConstKeyword=85]="ConstKeyword",t[t.ContinueKeyword=86]="ContinueKeyword",t[t.DebuggerKeyword=87]="DebuggerKeyword",t[t.DefaultKeyword=88]="DefaultKeyword",t[t.DeleteKeyword=89]="DeleteKeyword",t[t.DoKeyword=90]="DoKeyword",t[t.ElseKeyword=91]="ElseKeyword",t[t.EnumKeyword=92]="EnumKeyword",t[t.ExportKeyword=93]="ExportKeyword",t[t.ExtendsKeyword=94]="ExtendsKeyword",t[t.FalseKeyword=95]="FalseKeyword",t[t.FinallyKeyword=96]="FinallyKeyword",t[t.ForKeyword=97]="ForKeyword",t[t.FunctionKeyword=98]="FunctionKeyword",t[t.IfKeyword=99]="IfKeyword",t[t.ImportKeyword=100]="ImportKeyword",t[t.InKeyword=101]="InKeyword",t[t.InstanceOfKeyword=102]="InstanceOfKeyword",t[t.NewKeyword=103]="NewKeyword",t[t.NullKeyword=104]="NullKeyword",t[t.ReturnKeyword=105]="ReturnKeyword",t[t.SuperKeyword=106]="SuperKeyword",t[t.SwitchKeyword=107]="SwitchKeyword",t[t.ThisKeyword=108]="ThisKeyword",t[t.ThrowKeyword=109]="ThrowKeyword",t[t.TrueKeyword=110]="TrueKeyword",t[t.TryKeyword=111]="TryKeyword",t[t.TypeOfKeyword=112]="TypeOfKeyword",t[t.VarKeyword=113]="VarKeyword",t[t.VoidKeyword=114]="VoidKeyword",t[t.WhileKeyword=115]="WhileKeyword",t[t.WithKeyword=116]="WithKeyword",t[t.ImplementsKeyword=117]="ImplementsKeyword",t[t.InterfaceKeyword=118]="InterfaceKeyword",t[t.LetKeyword=119]="LetKeyword",t[t.PackageKeyword=120]="PackageKeyword",t[t.PrivateKeyword=121]="PrivateKeyword",t[t.ProtectedKeyword=122]="ProtectedKeyword",t[t.PublicKeyword=123]="PublicKeyword",t[t.StaticKeyword=124]="StaticKeyword",t[t.YieldKeyword=125]="YieldKeyword",t[t.AbstractKeyword=126]="AbstractKeyword",t[t.AsKeyword=127]="AsKeyword",t[t.AssertsKeyword=128]="AssertsKeyword",t[t.AssertKeyword=129]="AssertKeyword",t[t.AnyKeyword=130]="AnyKeyword",t[t.AsyncKeyword=131]="AsyncKeyword",t[t.AwaitKeyword=132]="AwaitKeyword",t[t.BooleanKeyword=133]="BooleanKeyword",t[t.ConstructorKeyword=134]="ConstructorKeyword",t[t.DeclareKeyword=135]="DeclareKeyword",t[t.GetKeyword=136]="GetKeyword",t[t.InferKeyword=137]="InferKeyword",t[t.IntrinsicKeyword=138]="IntrinsicKeyword",t[t.IsKeyword=139]="IsKeyword",t[t.KeyOfKeyword=140]="KeyOfKeyword",t[t.ModuleKeyword=141]="ModuleKeyword",t[t.NamespaceKeyword=142]="NamespaceKeyword",t[t.NeverKeyword=143]="NeverKeyword",t[t.OutKeyword=144]="OutKeyword",t[t.ReadonlyKeyword=145]="ReadonlyKeyword",t[t.RequireKeyword=146]="RequireKeyword",t[t.NumberKeyword=147]="NumberKeyword",t[t.ObjectKeyword=148]="ObjectKeyword",t[t.SetKeyword=149]="SetKeyword",t[t.StringKeyword=150]="StringKeyword",t[t.SymbolKeyword=151]="SymbolKeyword",t[t.TypeKeyword=152]="TypeKeyword",t[t.UndefinedKeyword=153]="UndefinedKeyword",t[t.UniqueKeyword=154]="UniqueKeyword",t[t.UnknownKeyword=155]="UnknownKeyword",t[t.FromKeyword=156]="FromKeyword",t[t.GlobalKeyword=157]="GlobalKeyword",t[t.BigIntKeyword=158]="BigIntKeyword",t[t.OverrideKeyword=159]="OverrideKeyword",t[t.OfKeyword=160]="OfKeyword",t[t.QualifiedName=161]="QualifiedName",t[t.ComputedPropertyName=162]="ComputedPropertyName",t[t.TypeParameter=163]="TypeParameter",t[t.Parameter=164]="Parameter",t[t.Decorator=165]="Decorator",t[t.PropertySignature=166]="PropertySignature",t[t.PropertyDeclaration=167]="PropertyDeclaration",t[t.MethodSignature=168]="MethodSignature",t[t.MethodDeclaration=169]="MethodDeclaration",t[t.ClassStaticBlockDeclaration=170]="ClassStaticBlockDeclaration",t[t.Constructor=171]="Constructor",t[t.GetAccessor=172]="GetAccessor",t[t.SetAccessor=173]="SetAccessor",t[t.CallSignature=174]="CallSignature",t[t.ConstructSignature=175]="ConstructSignature",t[t.IndexSignature=176]="IndexSignature",t[t.TypePredicate=177]="TypePredicate",t[t.TypeReference=178]="TypeReference",t[t.FunctionType=179]="FunctionType",t[t.ConstructorType=180]="ConstructorType",t[t.TypeQuery=181]="TypeQuery",t[t.TypeLiteral=182]="TypeLiteral",t[t.ArrayType=183]="ArrayType",t[t.TupleType=184]="TupleType",t[t.OptionalType=185]="OptionalType",t[t.RestType=186]="RestType",t[t.UnionType=187]="UnionType",t[t.IntersectionType=188]="IntersectionType",t[t.ConditionalType=189]="ConditionalType",t[t.InferType=190]="InferType",t[t.ParenthesizedType=191]="ParenthesizedType",t[t.ThisType=192]="ThisType",t[t.TypeOperator=193]="TypeOperator",t[t.IndexedAccessType=194]="IndexedAccessType",t[t.MappedType=195]="MappedType",t[t.LiteralType=196]="LiteralType",t[t.NamedTupleMember=197]="NamedTupleMember",t[t.TemplateLiteralType=198]="TemplateLiteralType",t[t.TemplateLiteralTypeSpan=199]="TemplateLiteralTypeSpan",t[t.ImportType=200]="ImportType",t[t.ObjectBindingPattern=201]="ObjectBindingPattern",t[t.ArrayBindingPattern=202]="ArrayBindingPattern",t[t.BindingElement=203]="BindingElement",t[t.ArrayLiteralExpression=204]="ArrayLiteralExpression",t[t.ObjectLiteralExpression=205]="ObjectLiteralExpression",t[t.PropertyAccessExpression=206]="PropertyAccessExpression",t[t.ElementAccessExpression=207]="ElementAccessExpression",t[t.CallExpression=208]="CallExpression",t[t.NewExpression=209]="NewExpression",t[t.TaggedTemplateExpression=210]="TaggedTemplateExpression",t[t.TypeAssertionExpression=211]="TypeAssertionExpression",t[t.ParenthesizedExpression=212]="ParenthesizedExpression",t[t.FunctionExpression=213]="FunctionExpression",t[t.ArrowFunction=214]="ArrowFunction",t[t.DeleteExpression=215]="DeleteExpression",t[t.TypeOfExpression=216]="TypeOfExpression",t[t.VoidExpression=217]="VoidExpression",t[t.AwaitExpression=218]="AwaitExpression",t[t.PrefixUnaryExpression=219]="PrefixUnaryExpression",t[t.PostfixUnaryExpression=220]="PostfixUnaryExpression",t[t.BinaryExpression=221]="BinaryExpression",t[t.ConditionalExpression=222]="ConditionalExpression",t[t.TemplateExpression=223]="TemplateExpression",t[t.YieldExpression=224]="YieldExpression",t[t.SpreadElement=225]="SpreadElement",t[t.ClassExpression=226]="ClassExpression",t[t.OmittedExpression=227]="OmittedExpression",t[t.ExpressionWithTypeArguments=228]="ExpressionWithTypeArguments",t[t.AsExpression=229]="AsExpression",t[t.NonNullExpression=230]="NonNullExpression",t[t.MetaProperty=231]="MetaProperty",t[t.SyntheticExpression=232]="SyntheticExpression",t[t.TemplateSpan=233]="TemplateSpan",t[t.SemicolonClassElement=234]="SemicolonClassElement",t[t.Block=235]="Block",t[t.EmptyStatement=236]="EmptyStatement",t[t.VariableStatement=237]="VariableStatement",t[t.ExpressionStatement=238]="ExpressionStatement",t[t.IfStatement=239]="IfStatement",t[t.DoStatement=240]="DoStatement",t[t.WhileStatement=241]="WhileStatement",t[t.ForStatement=242]="ForStatement",t[t.ForInStatement=243]="ForInStatement",t[t.ForOfStatement=244]="ForOfStatement",t[t.ContinueStatement=245]="ContinueStatement",t[t.BreakStatement=246]="BreakStatement",t[t.ReturnStatement=247]="ReturnStatement",t[t.WithStatement=248]="WithStatement",t[t.SwitchStatement=249]="SwitchStatement",t[t.LabeledStatement=250]="LabeledStatement",t[t.ThrowStatement=251]="ThrowStatement",t[t.TryStatement=252]="TryStatement",t[t.DebuggerStatement=253]="DebuggerStatement",t[t.VariableDeclaration=254]="VariableDeclaration",t[t.VariableDeclarationList=255]="VariableDeclarationList",t[t.FunctionDeclaration=256]="FunctionDeclaration",t[t.ClassDeclaration=257]="ClassDeclaration",t[t.InterfaceDeclaration=258]="InterfaceDeclaration",t[t.TypeAliasDeclaration=259]="TypeAliasDeclaration",t[t.EnumDeclaration=260]="EnumDeclaration",t[t.ModuleDeclaration=261]="ModuleDeclaration",t[t.ModuleBlock=262]="ModuleBlock",t[t.CaseBlock=263]="CaseBlock",t[t.NamespaceExportDeclaration=264]="NamespaceExportDeclaration",t[t.ImportEqualsDeclaration=265]="ImportEqualsDeclaration",t[t.ImportDeclaration=266]="ImportDeclaration",t[t.ImportClause=267]="ImportClause",t[t.NamespaceImport=268]="NamespaceImport",t[t.NamedImports=269]="NamedImports",t[t.ImportSpecifier=270]="ImportSpecifier",t[t.ExportAssignment=271]="ExportAssignment",t[t.ExportDeclaration=272]="ExportDeclaration",t[t.NamedExports=273]="NamedExports",t[t.NamespaceExport=274]="NamespaceExport",t[t.ExportSpecifier=275]="ExportSpecifier",t[t.MissingDeclaration=276]="MissingDeclaration",t[t.ExternalModuleReference=277]="ExternalModuleReference",t[t.JsxElement=278]="JsxElement",t[t.JsxSelfClosingElement=279]="JsxSelfClosingElement",t[t.JsxOpeningElement=280]="JsxOpeningElement",t[t.JsxClosingElement=281]="JsxClosingElement",t[t.JsxFragment=282]="JsxFragment",t[t.JsxOpeningFragment=283]="JsxOpeningFragment",t[t.JsxClosingFragment=284]="JsxClosingFragment",t[t.JsxAttribute=285]="JsxAttribute",t[t.JsxAttributes=286]="JsxAttributes",t[t.JsxSpreadAttribute=287]="JsxSpreadAttribute",t[t.JsxExpression=288]="JsxExpression",t[t.CaseClause=289]="CaseClause",t[t.DefaultClause=290]="DefaultClause",t[t.HeritageClause=291]="HeritageClause",t[t.CatchClause=292]="CatchClause",t[t.AssertClause=293]="AssertClause",t[t.AssertEntry=294]="AssertEntry",t[t.ImportTypeAssertionContainer=295]="ImportTypeAssertionContainer",t[t.PropertyAssignment=296]="PropertyAssignment",t[t.ShorthandPropertyAssignment=297]="ShorthandPropertyAssignment",t[t.SpreadAssignment=298]="SpreadAssignment",t[t.EnumMember=299]="EnumMember",t[t.UnparsedPrologue=300]="UnparsedPrologue",t[t.UnparsedPrepend=301]="UnparsedPrepend",t[t.UnparsedText=302]="UnparsedText",t[t.UnparsedInternalText=303]="UnparsedInternalText",t[t.UnparsedSyntheticReference=304]="UnparsedSyntheticReference",t[t.SourceFile=305]="SourceFile",t[t.Bundle=306]="Bundle",t[t.UnparsedSource=307]="UnparsedSource",t[t.InputFiles=308]="InputFiles",t[t.JSDocTypeExpression=309]="JSDocTypeExpression",t[t.JSDocNameReference=310]="JSDocNameReference",t[t.JSDocMemberName=311]="JSDocMemberName",t[t.JSDocAllType=312]="JSDocAllType",t[t.JSDocUnknownType=313]="JSDocUnknownType",t[t.JSDocNullableType=314]="JSDocNullableType",t[t.JSDocNonNullableType=315]="JSDocNonNullableType",t[t.JSDocOptionalType=316]="JSDocOptionalType",t[t.JSDocFunctionType=317]="JSDocFunctionType",t[t.JSDocVariadicType=318]="JSDocVariadicType",t[t.JSDocNamepathType=319]="JSDocNamepathType",t[t.JSDoc=320]="JSDoc",t[t.JSDocComment=320]="JSDocComment",t[t.JSDocText=321]="JSDocText",t[t.JSDocTypeLiteral=322]="JSDocTypeLiteral",t[t.JSDocSignature=323]="JSDocSignature",t[t.JSDocLink=324]="JSDocLink",t[t.JSDocLinkCode=325]="JSDocLinkCode",t[t.JSDocLinkPlain=326]="JSDocLinkPlain",t[t.JSDocTag=327]="JSDocTag",t[t.JSDocAugmentsTag=328]="JSDocAugmentsTag",t[t.JSDocImplementsTag=329]="JSDocImplementsTag",t[t.JSDocAuthorTag=330]="JSDocAuthorTag",t[t.JSDocDeprecatedTag=331]="JSDocDeprecatedTag",t[t.JSDocClassTag=332]="JSDocClassTag",t[t.JSDocPublicTag=333]="JSDocPublicTag",t[t.JSDocPrivateTag=334]="JSDocPrivateTag",t[t.JSDocProtectedTag=335]="JSDocProtectedTag",t[t.JSDocReadonlyTag=336]="JSDocReadonlyTag",t[t.JSDocOverrideTag=337]="JSDocOverrideTag",t[t.JSDocCallbackTag=338]="JSDocCallbackTag",t[t.JSDocEnumTag=339]="JSDocEnumTag",t[t.JSDocParameterTag=340]="JSDocParameterTag",t[t.JSDocReturnTag=341]="JSDocReturnTag",t[t.JSDocThisTag=342]="JSDocThisTag",t[t.JSDocTypeTag=343]="JSDocTypeTag",t[t.JSDocTemplateTag=344]="JSDocTemplateTag",t[t.JSDocTypedefTag=345]="JSDocTypedefTag",t[t.JSDocSeeTag=346]="JSDocSeeTag",t[t.JSDocPropertyTag=347]="JSDocPropertyTag",t[t.SyntaxList=348]="SyntaxList",t[t.NotEmittedStatement=349]="NotEmittedStatement",t[t.PartiallyEmittedExpression=350]="PartiallyEmittedExpression",t[t.CommaListExpression=351]="CommaListExpression",t[t.MergeDeclarationMarker=352]="MergeDeclarationMarker",t[t.EndOfDeclarationMarker=353]="EndOfDeclarationMarker",t[t.SyntheticReferenceExpression=354]="SyntheticReferenceExpression",t[t.Count=355]="Count",t[t.FirstAssignment=63]="FirstAssignment",t[t.LastAssignment=78]="LastAssignment",t[t.FirstCompoundAssignment=64]="FirstCompoundAssignment",t[t.LastCompoundAssignment=78]="LastCompoundAssignment",t[t.FirstReservedWord=81]="FirstReservedWord",t[t.LastReservedWord=116]="LastReservedWord",t[t.FirstKeyword=81]="FirstKeyword",t[t.LastKeyword=160]="LastKeyword",t[t.FirstFutureReservedWord=117]="FirstFutureReservedWord",t[t.LastFutureReservedWord=125]="LastFutureReservedWord",t[t.FirstTypeNode=177]="FirstTypeNode",t[t.LastTypeNode=200]="LastTypeNode",t[t.FirstPunctuation=18]="FirstPunctuation",t[t.LastPunctuation=78]="LastPunctuation",t[t.FirstToken=0]="FirstToken",t[t.LastToken=160]="LastToken",t[t.FirstTriviaToken=2]="FirstTriviaToken",t[t.LastTriviaToken=7]="LastTriviaToken",t[t.FirstLiteralToken=8]="FirstLiteralToken",t[t.LastLiteralToken=14]="LastLiteralToken",t[t.FirstTemplateToken=14]="FirstTemplateToken",t[t.LastTemplateToken=17]="LastTemplateToken",t[t.FirstBinaryOperator=29]="FirstBinaryOperator",t[t.LastBinaryOperator=78]="LastBinaryOperator",t[t.FirstStatement=237]="FirstStatement",t[t.LastStatement=253]="LastStatement",t[t.FirstNode=161]="FirstNode",t[t.FirstJSDocNode=309]="FirstJSDocNode",t[t.LastJSDocNode=347]="LastJSDocNode",t[t.FirstJSDocTagNode=327]="FirstJSDocTagNode",t[t.LastJSDocTagNode=347]="LastJSDocTagNode",t[t.FirstContextualKeyword=126]="FirstContextualKeyword",t[t.LastContextualKeyword=160]="LastContextualKeyword"})(r=e.SyntaxKind||(e.SyntaxKind={}));var a;(function(t){t[t.None=0]="None",t[t.Let=1]="Let",t[t.Const=2]="Const",t[t.NestedNamespace=4]="NestedNamespace",t[t.Synthesized=8]="Synthesized",t[t.Namespace=16]="Namespace",t[t.OptionalChain=32]="OptionalChain",t[t.ExportContext=64]="ExportContext",t[t.ContainsThis=128]="ContainsThis",t[t.HasImplicitReturn=256]="HasImplicitReturn",t[t.HasExplicitReturn=512]="HasExplicitReturn",t[t.GlobalAugmentation=1024]="GlobalAugmentation",t[t.HasAsyncFunctions=2048]="HasAsyncFunctions",t[t.DisallowInContext=4096]="DisallowInContext",t[t.YieldContext=8192]="YieldContext",t[t.DecoratorContext=16384]="DecoratorContext",t[t.AwaitContext=32768]="AwaitContext",t[t.DisallowConditionalTypesContext=65536]="DisallowConditionalTypesContext",t[t.ThisNodeHasError=131072]="ThisNodeHasError",t[t.JavaScriptFile=262144]="JavaScriptFile",t[t.ThisNodeOrAnySubNodesHasError=524288]="ThisNodeOrAnySubNodesHasError",t[t.HasAggregatedChildData=1048576]="HasAggregatedChildData",t[t.PossiblyContainsDynamicImport=2097152]="PossiblyContainsDynamicImport",t[t.PossiblyContainsImportMeta=4194304]="PossiblyContainsImportMeta",t[t.JSDoc=8388608]="JSDoc",t[t.Ambient=16777216]="Ambient",t[t.InWithStatement=33554432]="InWithStatement",t[t.JsonFile=67108864]="JsonFile",t[t.TypeCached=134217728]="TypeCached",t[t.Deprecated=268435456]="Deprecated",t[t.BlockScoped=3]="BlockScoped",t[t.ReachabilityCheckFlags=768]="ReachabilityCheckFlags",t[t.ReachabilityAndEmitFlags=2816]="ReachabilityAndEmitFlags",t[t.ContextFlags=50720768]="ContextFlags",t[t.TypeExcludesFlags=40960]="TypeExcludesFlags",t[t.PermanentlySetIncrementalFlags=6291456]="PermanentlySetIncrementalFlags"})(a=e.NodeFlags||(e.NodeFlags={}));var _;(function(t){t[t.None=0]="None",t[t.Export=1]="Export",t[t.Ambient=2]="Ambient",t[t.Public=4]="Public",t[t.Private=8]="Private",t[t.Protected=16]="Protected",t[t.Static=32]="Static",t[t.Readonly=64]="Readonly",t[t.Abstract=128]="Abstract",t[t.Async=256]="Async",t[t.Default=512]="Default",t[t.Const=2048]="Const",t[t.HasComputedJSDocModifiers=4096]="HasComputedJSDocModifiers",t[t.Deprecated=8192]="Deprecated",t[t.Override=16384]="Override",t[t.In=32768]="In",t[t.Out=65536]="Out",t[t.Decorator=131072]="Decorator",t[t.HasComputedFlags=536870912]="HasComputedFlags",t[t.AccessibilityModifier=28]="AccessibilityModifier",t[t.ParameterPropertyModifier=16476]="ParameterPropertyModifier",t[t.NonPublicAccessibilityModifier=24]="NonPublicAccessibilityModifier",t[t.TypeScriptModifier=116958]="TypeScriptModifier",t[t.ExportDefault=513]="ExportDefault",t[t.All=257023]="All",t[t.Modifier=125951]="Modifier"})(_=e.ModifierFlags||(e.ModifierFlags={}));var d;(function(t){t[t.None=0]="None",t[t.IntrinsicNamedElement=1]="IntrinsicNamedElement",t[t.IntrinsicIndexedElement=2]="IntrinsicIndexedElement",t[t.IntrinsicElement=3]="IntrinsicElement"})(d=e.JsxFlags||(e.JsxFlags={}));var x;(function(t){t[t.Succeeded=1]="Succeeded",t[t.Failed=2]="Failed",t[t.Reported=4]="Reported",t[t.ReportsUnmeasurable=8]="ReportsUnmeasurable",t[t.ReportsUnreliable=16]="ReportsUnreliable",t[t.ReportsMask=24]="ReportsMask"})(x=e.RelationComparisonResult||(e.RelationComparisonResult={}));var X;(function(t){t[t.None=0]="None",t[t.Auto=1]="Auto",t[t.Loop=2]="Loop",t[t.Unique=3]="Unique",t[t.Node=4]="Node",t[t.KindMask=7]="KindMask",t[t.ReservedInNestedScopes=8]="ReservedInNestedScopes",t[t.Optimistic=16]="Optimistic",t[t.FileLevel=32]="FileLevel",t[t.AllowNameSubstitution=64]="AllowNameSubstitution"})(X=e.GeneratedIdentifierFlags||(e.GeneratedIdentifierFlags={}));var Y;(function(t){t[t.None=0]="None",t[t.PrecedingLineBreak=1]="PrecedingLineBreak",t[t.PrecedingJSDocComment=2]="PrecedingJSDocComment",t[t.Unterminated=4]="Unterminated",t[t.ExtendedUnicodeEscape=8]="ExtendedUnicodeEscape",t[t.Scientific=16]="Scientific",t[t.Octal=32]="Octal",t[t.HexSpecifier=64]="HexSpecifier",t[t.BinarySpecifier=128]="BinarySpecifier",t[t.OctalSpecifier=256]="OctalSpecifier",t[t.ContainsSeparator=512]="ContainsSeparator",t[t.UnicodeEscape=1024]="UnicodeEscape",t[t.ContainsInvalidEscape=2048]="ContainsInvalidEscape",t[t.BinaryOrOctalSpecifier=384]="BinaryOrOctalSpecifier",t[t.NumericLiteralFlags=1008]="NumericLiteralFlags",t[t.TemplateLiteralLikeFlags=2048]="TemplateLiteralLikeFlags"})(Y=e.TokenFlags||(e.TokenFlags={}));var w;(function(t){t[t.Unreachable=1]="Unreachable",t[t.Start=2]="Start",t[t.BranchLabel=4]="BranchLabel",t[t.LoopLabel=8]="LoopLabel",t[t.Assignment=16]="Assignment",t[t.TrueCondition=32]="TrueCondition",t[t.FalseCondition=64]="FalseCondition",t[t.SwitchClause=128]="SwitchClause",t[t.ArrayMutation=256]="ArrayMutation",t[t.Call=512]="Call",t[t.ReduceLabel=1024]="ReduceLabel",t[t.Referenced=2048]="Referenced",t[t.Shared=4096]="Shared",t[t.Label=12]="Label",t[t.Condition=96]="Condition"})(w=e.FlowFlags||(e.FlowFlags={}));var K;(function(t){t[t.ExpectError=0]="ExpectError",t[t.Ignore=1]="Ignore"})(K=e.CommentDirectiveType||(e.CommentDirectiveType={}));var ze=function(){function t(){}return t}();e.OperationCanceledException=ze;var ve;(function(t){t[t.RootFile=0]="RootFile",t[t.SourceFromProjectReference=1]="SourceFromProjectReference",t[t.OutputFromProjectReference=2]="OutputFromProjectReference",t[t.Import=3]="Import",t[t.ReferenceFile=4]="ReferenceFile",t[t.TypeReferenceDirective=5]="TypeReferenceDirective",t[t.LibFile=6]="LibFile",t[t.LibReferenceDirective=7]="LibReferenceDirective",t[t.AutomaticTypeDirectiveFile=8]="AutomaticTypeDirectiveFile"})(ve=e.FileIncludeKind||(e.FileIncludeKind={}));var te;(function(t){t[t.FilePreprocessingReferencedDiagnostic=0]="FilePreprocessingReferencedDiagnostic",t[t.FilePreprocessingFileExplainingDiagnostic=1]="FilePreprocessingFileExplainingDiagnostic"})(te=e.FilePreprocessingDiagnosticsKind||(e.FilePreprocessingDiagnosticsKind={}));var U;(function(t){t[t.Not=0]="Not",t[t.SafeModules=1]="SafeModules",t[t.Completely=2]="Completely"})(U=e.StructureIsReused||(e.StructureIsReused={}));var Te;(function(t){t[t.Success=0]="Success",t[t.DiagnosticsPresent_OutputsSkipped=1]="DiagnosticsPresent_OutputsSkipped",t[t.DiagnosticsPresent_OutputsGenerated=2]="DiagnosticsPresent_OutputsGenerated",t[t.InvalidProject_OutputsSkipped=3]="InvalidProject_OutputsSkipped",t[t.ProjectReferenceCycle_OutputsSkipped=4]="ProjectReferenceCycle_OutputsSkipped",t[t.ProjectReferenceCycle_OutputsSkupped=4]="ProjectReferenceCycle_OutputsSkupped"})(Te=e.ExitStatus||(e.ExitStatus={}));var p;(function(t){t[t.Ok=0]="Ok",t[t.NeedsOverride=1]="NeedsOverride",t[t.HasInvalidOverride=2]="HasInvalidOverride"})(p=e.MemberOverrideStatus||(e.MemberOverrideStatus={}));var v;(function(t){t[t.None=0]="None",t[t.Literal=1]="Literal",t[t.Subtype=2]="Subtype"})(v=e.UnionReduction||(e.UnionReduction={}));var ie;(function(t){t[t.None=0]="None",t[t.Signature=1]="Signature",t[t.NoConstraints=2]="NoConstraints",t[t.Completions=4]="Completions",t[t.SkipBindingPatterns=8]="SkipBindingPatterns"})(ie=e.ContextFlags||(e.ContextFlags={}));var le;(function(t){t[t.None=0]="None",t[t.NoTruncation=1]="NoTruncation",t[t.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",t[t.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",t[t.UseStructuralFallback=8]="UseStructuralFallback",t[t.ForbidIndexedAccessSymbolReferences=16]="ForbidIndexedAccessSymbolReferences",t[t.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",t[t.UseFullyQualifiedType=64]="UseFullyQualifiedType",t[t.UseOnlyExternalAliasing=128]="UseOnlyExternalAliasing",t[t.SuppressAnyReturnType=256]="SuppressAnyReturnType",t[t.WriteTypeParametersInQualifiedName=512]="WriteTypeParametersInQualifiedName",t[t.MultilineObjectLiterals=1024]="MultilineObjectLiterals",t[t.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",t[t.UseTypeOfFunction=4096]="UseTypeOfFunction",t[t.OmitParameterModifiers=8192]="OmitParameterModifiers",t[t.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",t[t.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",t[t.NoTypeReduction=536870912]="NoTypeReduction",t[t.OmitThisParameter=33554432]="OmitThisParameter",t[t.AllowThisInObjectLiteral=32768]="AllowThisInObjectLiteral",t[t.AllowQualifiedNameInPlaceOfIdentifier=65536]="AllowQualifiedNameInPlaceOfIdentifier",t[t.AllowQualifedNameInPlaceOfIdentifier=65536]="AllowQualifedNameInPlaceOfIdentifier",t[t.AllowAnonymousIdentifier=131072]="AllowAnonymousIdentifier",t[t.AllowEmptyUnionOrIntersection=262144]="AllowEmptyUnionOrIntersection",t[t.AllowEmptyTuple=524288]="AllowEmptyTuple",t[t.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",t[t.AllowEmptyIndexInfoType=2097152]="AllowEmptyIndexInfoType",t[t.AllowNodeModulesRelativePaths=67108864]="AllowNodeModulesRelativePaths",t[t.DoNotIncludeSymbolChain=134217728]="DoNotIncludeSymbolChain",t[t.IgnoreErrors=70221824]="IgnoreErrors",t[t.InObjectTypeLiteral=4194304]="InObjectTypeLiteral",t[t.InTypeAlias=8388608]="InTypeAlias",t[t.InInitialEntityName=16777216]="InInitialEntityName"})(le=e.NodeBuilderFlags||(e.NodeBuilderFlags={}));var Ce;(function(t){t[t.None=0]="None",t[t.NoTruncation=1]="NoTruncation",t[t.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",t[t.UseStructuralFallback=8]="UseStructuralFallback",t[t.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",t[t.UseFullyQualifiedType=64]="UseFullyQualifiedType",t[t.SuppressAnyReturnType=256]="SuppressAnyReturnType",t[t.MultilineObjectLiterals=1024]="MultilineObjectLiterals",t[t.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",t[t.UseTypeOfFunction=4096]="UseTypeOfFunction",t[t.OmitParameterModifiers=8192]="OmitParameterModifiers",t[t.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",t[t.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",t[t.NoTypeReduction=536870912]="NoTypeReduction",t[t.OmitThisParameter=33554432]="OmitThisParameter",t[t.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",t[t.AddUndefined=131072]="AddUndefined",t[t.WriteArrowStyleSignature=262144]="WriteArrowStyleSignature",t[t.InArrayType=524288]="InArrayType",t[t.InElementType=2097152]="InElementType",t[t.InFirstTypeArgument=4194304]="InFirstTypeArgument",t[t.InTypeAlias=8388608]="InTypeAlias",t[t.WriteOwnNameForAnyLike=0]="WriteOwnNameForAnyLike",t[t.NodeBuilderFlagsMask=848330091]="NodeBuilderFlagsMask"})(Ce=e.TypeFormatFlags||(e.TypeFormatFlags={}));var C;(function(t){t[t.None=0]="None",t[t.WriteTypeParametersOrArguments=1]="WriteTypeParametersOrArguments",t[t.UseOnlyExternalAliasing=2]="UseOnlyExternalAliasing",t[t.AllowAnyNodeKind=4]="AllowAnyNodeKind",t[t.UseAliasDefinedOutsideCurrentScope=8]="UseAliasDefinedOutsideCurrentScope",t[t.DoNotIncludeSymbolChain=16]="DoNotIncludeSymbolChain"})(C=e.SymbolFormatFlags||(e.SymbolFormatFlags={}));var Se;(function(t){t[t.Accessible=0]="Accessible",t[t.NotAccessible=1]="NotAccessible",t[t.CannotBeNamed=2]="CannotBeNamed"})(Se=e.SymbolAccessibility||(e.SymbolAccessibility={}));var V;(function(t){t[t.UnionOrIntersection=0]="UnionOrIntersection",t[t.Spread=1]="Spread"})(V=e.SyntheticSymbolKind||(e.SyntheticSymbolKind={}));var mr;(function(t){t[t.This=0]="This",t[t.Identifier=1]="Identifier",t[t.AssertsThis=2]="AssertsThis",t[t.AssertsIdentifier=3]="AssertsIdentifier"})(mr=e.TypePredicateKind||(e.TypePredicateKind={}));var _r;(function(t){t[t.Unknown=0]="Unknown",t[t.TypeWithConstructSignatureAndValue=1]="TypeWithConstructSignatureAndValue",t[t.VoidNullableOrNeverType=2]="VoidNullableOrNeverType",t[t.NumberLikeType=3]="NumberLikeType",t[t.BigIntLikeType=4]="BigIntLikeType",t[t.StringLikeType=5]="StringLikeType",t[t.BooleanType=6]="BooleanType",t[t.ArrayLikeType=7]="ArrayLikeType",t[t.ESSymbolType=8]="ESSymbolType",t[t.Promise=9]="Promise",t[t.TypeWithCallSignature=10]="TypeWithCallSignature",t[t.ObjectType=11]="ObjectType"})(_r=e.TypeReferenceSerializationKind||(e.TypeReferenceSerializationKind={}));var Sr;(function(t){t[t.None=0]="None",t[t.FunctionScopedVariable=1]="FunctionScopedVariable",t[t.BlockScopedVariable=2]="BlockScopedVariable",t[t.Property=4]="Property",t[t.EnumMember=8]="EnumMember",t[t.Function=16]="Function",t[t.Class=32]="Class",t[t.Interface=64]="Interface",t[t.ConstEnum=128]="ConstEnum",t[t.RegularEnum=256]="RegularEnum",t[t.ValueModule=512]="ValueModule",t[t.NamespaceModule=1024]="NamespaceModule",t[t.TypeLiteral=2048]="TypeLiteral",t[t.ObjectLiteral=4096]="ObjectLiteral",t[t.Method=8192]="Method",t[t.Constructor=16384]="Constructor",t[t.GetAccessor=32768]="GetAccessor",t[t.SetAccessor=65536]="SetAccessor",t[t.Signature=131072]="Signature",t[t.TypeParameter=262144]="TypeParameter",t[t.TypeAlias=524288]="TypeAlias",t[t.ExportValue=1048576]="ExportValue",t[t.Alias=2097152]="Alias",t[t.Prototype=4194304]="Prototype",t[t.ExportStar=8388608]="ExportStar",t[t.Optional=16777216]="Optional",t[t.Transient=33554432]="Transient",t[t.Assignment=67108864]="Assignment",t[t.ModuleExports=134217728]="ModuleExports",t[t.All=67108863]="All",t[t.Enum=384]="Enum",t[t.Variable=3]="Variable",t[t.Value=111551]="Value",t[t.Type=788968]="Type",t[t.Namespace=1920]="Namespace",t[t.Module=1536]="Module",t[t.Accessor=98304]="Accessor",t[t.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",t[t.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",t[t.ParameterExcludes=111551]="ParameterExcludes",t[t.PropertyExcludes=0]="PropertyExcludes",t[t.EnumMemberExcludes=900095]="EnumMemberExcludes",t[t.FunctionExcludes=110991]="FunctionExcludes",t[t.ClassExcludes=899503]="ClassExcludes",t[t.InterfaceExcludes=788872]="InterfaceExcludes",t[t.RegularEnumExcludes=899327]="RegularEnumExcludes",t[t.ConstEnumExcludes=899967]="ConstEnumExcludes",t[t.ValueModuleExcludes=110735]="ValueModuleExcludes",t[t.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",t[t.MethodExcludes=103359]="MethodExcludes",t[t.GetAccessorExcludes=46015]="GetAccessorExcludes",t[t.SetAccessorExcludes=78783]="SetAccessorExcludes",t[t.TypeParameterExcludes=526824]="TypeParameterExcludes",t[t.TypeAliasExcludes=788968]="TypeAliasExcludes",t[t.AliasExcludes=2097152]="AliasExcludes",t[t.ModuleMember=2623475]="ModuleMember",t[t.ExportHasLocal=944]="ExportHasLocal",t[t.BlockScoped=418]="BlockScoped",t[t.PropertyOrAccessor=98308]="PropertyOrAccessor",t[t.ClassMember=106500]="ClassMember",t[t.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",t[t.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",t[t.Classifiable=2885600]="Classifiable",t[t.LateBindingContainer=6256]="LateBindingContainer"})(Sr=e.SymbolFlags||(e.SymbolFlags={}));var Ee;(function(t){t[t.Numeric=0]="Numeric",t[t.Literal=1]="Literal"})(Ee=e.EnumKind||(e.EnumKind={}));var we;(function(t){t[t.Instantiated=1]="Instantiated",t[t.SyntheticProperty=2]="SyntheticProperty",t[t.SyntheticMethod=4]="SyntheticMethod",t[t.Readonly=8]="Readonly",t[t.ReadPartial=16]="ReadPartial",t[t.WritePartial=32]="WritePartial",t[t.HasNonUniformType=64]="HasNonUniformType",t[t.HasLiteralType=128]="HasLiteralType",t[t.ContainsPublic=256]="ContainsPublic",t[t.ContainsProtected=512]="ContainsProtected",t[t.ContainsPrivate=1024]="ContainsPrivate",t[t.ContainsStatic=2048]="ContainsStatic",t[t.Late=4096]="Late",t[t.ReverseMapped=8192]="ReverseMapped",t[t.OptionalParameter=16384]="OptionalParameter",t[t.RestParameter=32768]="RestParameter",t[t.DeferredType=65536]="DeferredType",t[t.HasNeverType=131072]="HasNeverType",t[t.Mapped=262144]="Mapped",t[t.StripOptional=524288]="StripOptional",t[t.Unresolved=1048576]="Unresolved",t[t.Synthetic=6]="Synthetic",t[t.Discriminant=192]="Discriminant",t[t.Partial=48]="Partial"})(we=e.CheckFlags||(e.CheckFlags={}));var ae;(function(t){t.Call="__call",t.Constructor="__constructor",t.New="__new",t.Index="__index",t.ExportStar="__export",t.Global="__global",t.Missing="__missing",t.Type="__type",t.Object="__object",t.JSXAttributes="__jsxAttributes",t.Class="__class",t.Function="__function",t.Computed="__computed",t.Resolving="__resolving__",t.ExportEquals="export=",t.Default="default",t.This="this"})(ae=e.InternalSymbolName||(e.InternalSymbolName={}));var xe;(function(t){t[t.TypeChecked=1]="TypeChecked",t[t.LexicalThis=2]="LexicalThis",t[t.CaptureThis=4]="CaptureThis",t[t.CaptureNewTarget=8]="CaptureNewTarget",t[t.SuperInstance=256]="SuperInstance",t[t.SuperStatic=512]="SuperStatic",t[t.ContextChecked=1024]="ContextChecked",t[t.AsyncMethodWithSuper=2048]="AsyncMethodWithSuper",t[t.AsyncMethodWithSuperBinding=4096]="AsyncMethodWithSuperBinding",t[t.CaptureArguments=8192]="CaptureArguments",t[t.EnumValuesComputed=16384]="EnumValuesComputed",t[t.LexicalModuleMergesWithClass=32768]="LexicalModuleMergesWithClass",t[t.LoopWithCapturedBlockScopedBinding=65536]="LoopWithCapturedBlockScopedBinding",t[t.ContainsCapturedBlockScopeBinding=131072]="ContainsCapturedBlockScopeBinding",t[t.CapturedBlockScopedBinding=262144]="CapturedBlockScopedBinding",t[t.BlockScopedBindingInLoop=524288]="BlockScopedBindingInLoop",t[t.ClassWithBodyScopedClassBinding=1048576]="ClassWithBodyScopedClassBinding",t[t.BodyScopedClassBinding=2097152]="BodyScopedClassBinding",t[t.NeedsLoopOutParameter=4194304]="NeedsLoopOutParameter",t[t.AssignmentsMarked=8388608]="AssignmentsMarked",t[t.ClassWithConstructorReference=16777216]="ClassWithConstructorReference",t[t.ConstructorReferenceInClass=33554432]="ConstructorReferenceInClass",t[t.ContainsClassWithPrivateIdentifiers=67108864]="ContainsClassWithPrivateIdentifiers",t[t.ContainsSuperPropertyInStaticInitializer=134217728]="ContainsSuperPropertyInStaticInitializer",t[t.InCheckIdentifier=268435456]="InCheckIdentifier"})(xe=e.NodeCheckFlags||(e.NodeCheckFlags={}));var B;(function(t){t[t.Any=1]="Any",t[t.Unknown=2]="Unknown",t[t.String=4]="String",t[t.Number=8]="Number",t[t.Boolean=16]="Boolean",t[t.Enum=32]="Enum",t[t.BigInt=64]="BigInt",t[t.StringLiteral=128]="StringLiteral",t[t.NumberLiteral=256]="NumberLiteral",t[t.BooleanLiteral=512]="BooleanLiteral",t[t.EnumLiteral=1024]="EnumLiteral",t[t.BigIntLiteral=2048]="BigIntLiteral",t[t.ESSymbol=4096]="ESSymbol",t[t.UniqueESSymbol=8192]="UniqueESSymbol",t[t.Void=16384]="Void",t[t.Undefined=32768]="Undefined",t[t.Null=65536]="Null",t[t.Never=131072]="Never",t[t.TypeParameter=262144]="TypeParameter",t[t.Object=524288]="Object",t[t.Union=1048576]="Union",t[t.Intersection=2097152]="Intersection",t[t.Index=4194304]="Index",t[t.IndexedAccess=8388608]="IndexedAccess",t[t.Conditional=16777216]="Conditional",t[t.Substitution=33554432]="Substitution",t[t.NonPrimitive=67108864]="NonPrimitive",t[t.TemplateLiteral=134217728]="TemplateLiteral",t[t.StringMapping=268435456]="StringMapping",t[t.AnyOrUnknown=3]="AnyOrUnknown",t[t.Nullable=98304]="Nullable",t[t.Literal=2944]="Literal",t[t.Unit=109440]="Unit",t[t.StringOrNumberLiteral=384]="StringOrNumberLiteral",t[t.StringOrNumberLiteralOrUnique=8576]="StringOrNumberLiteralOrUnique",t[t.DefinitelyFalsy=117632]="DefinitelyFalsy",t[t.PossiblyFalsy=117724]="PossiblyFalsy",t[t.Intrinsic=67359327]="Intrinsic",t[t.Primitive=131068]="Primitive",t[t.StringLike=402653316]="StringLike",t[t.NumberLike=296]="NumberLike",t[t.BigIntLike=2112]="BigIntLike",t[t.BooleanLike=528]="BooleanLike",t[t.EnumLike=1056]="EnumLike",t[t.ESSymbolLike=12288]="ESSymbolLike",t[t.VoidLike=49152]="VoidLike",t[t.DefinitelyNonNullable=470302716]="DefinitelyNonNullable",t[t.DisjointDomains=469892092]="DisjointDomains",t[t.UnionOrIntersection=3145728]="UnionOrIntersection",t[t.StructuredType=3670016]="StructuredType",t[t.TypeVariable=8650752]="TypeVariable",t[t.InstantiableNonPrimitive=58982400]="InstantiableNonPrimitive",t[t.InstantiablePrimitive=406847488]="InstantiablePrimitive",t[t.Instantiable=465829888]="Instantiable",t[t.StructuredOrInstantiable=469499904]="StructuredOrInstantiable",t[t.ObjectFlagsType=3899393]="ObjectFlagsType",t[t.Simplifiable=25165824]="Simplifiable",t[t.Singleton=67358815]="Singleton",t[t.Narrowable=536624127]="Narrowable",t[t.IncludesMask=205258751]="IncludesMask",t[t.IncludesMissingType=262144]="IncludesMissingType",t[t.IncludesNonWideningType=4194304]="IncludesNonWideningType",t[t.IncludesWildcard=8388608]="IncludesWildcard",t[t.IncludesEmptyObject=16777216]="IncludesEmptyObject",t[t.IncludesInstantiable=33554432]="IncludesInstantiable",t[t.NotPrimitiveUnion=36323363]="NotPrimitiveUnion"})(B=e.TypeFlags||(e.TypeFlags={}));var de;(function(t){t[t.Class=1]="Class",t[t.Interface=2]="Interface",t[t.Reference=4]="Reference",t[t.Tuple=8]="Tuple",t[t.Anonymous=16]="Anonymous",t[t.Mapped=32]="Mapped",t[t.Instantiated=64]="Instantiated",t[t.ObjectLiteral=128]="ObjectLiteral",t[t.EvolvingArray=256]="EvolvingArray",t[t.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",t[t.ReverseMapped=1024]="ReverseMapped",t[t.JsxAttributes=2048]="JsxAttributes",t[t.JSLiteral=4096]="JSLiteral",t[t.FreshLiteral=8192]="FreshLiteral",t[t.ArrayLiteral=16384]="ArrayLiteral",t[t.PrimitiveUnion=32768]="PrimitiveUnion",t[t.ContainsWideningType=65536]="ContainsWideningType",t[t.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",t[t.NonInferrableType=262144]="NonInferrableType",t[t.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",t[t.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",t[t.ClassOrInterface=3]="ClassOrInterface",t[t.RequiresWidening=196608]="RequiresWidening",t[t.PropagatingFlags=458752]="PropagatingFlags",t[t.ObjectTypeKindMask=1343]="ObjectTypeKindMask",t[t.ContainsSpread=2097152]="ContainsSpread",t[t.ObjectRestType=4194304]="ObjectRestType",t[t.InstantiationExpressionType=8388608]="InstantiationExpressionType",t[t.IsClassInstanceClone=16777216]="IsClassInstanceClone",t[t.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",t[t.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",t[t.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",t[t.IsGenericObjectType=4194304]="IsGenericObjectType",t[t.IsGenericIndexType=8388608]="IsGenericIndexType",t[t.IsGenericType=12582912]="IsGenericType",t[t.ContainsIntersections=16777216]="ContainsIntersections",t[t.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",t[t.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",t[t.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",t[t.IsNeverIntersection=33554432]="IsNeverIntersection"})(de=e.ObjectFlags||(e.ObjectFlags={}));var er;(function(t){t[t.Invariant=0]="Invariant",t[t.Covariant=1]="Covariant",t[t.Contravariant=2]="Contravariant",t[t.Bivariant=3]="Bivariant",t[t.Independent=4]="Independent",t[t.VarianceMask=7]="VarianceMask",t[t.Unmeasurable=8]="Unmeasurable",t[t.Unreliable=16]="Unreliable",t[t.AllowsStructuralFallback=24]="AllowsStructuralFallback"})(er=e.VarianceFlags||(e.VarianceFlags={}));var De;(function(t){t[t.Required=1]="Required",t[t.Optional=2]="Optional",t[t.Rest=4]="Rest",t[t.Variadic=8]="Variadic",t[t.Fixed=3]="Fixed",t[t.Variable=12]="Variable",t[t.NonRequired=14]="NonRequired",t[t.NonRest=11]="NonRest"})(De=e.ElementFlags||(e.ElementFlags={}));var Ae;(function(t){t[t.None=0]="None",t[t.IncludeUndefined=1]="IncludeUndefined",t[t.NoIndexSignatures=2]="NoIndexSignatures",t[t.Writing=4]="Writing",t[t.CacheSymbol=8]="CacheSymbol",t[t.NoTupleBoundsCheck=16]="NoTupleBoundsCheck",t[t.ExpressionPosition=32]="ExpressionPosition",t[t.ReportDeprecated=64]="ReportDeprecated",t[t.SuppressNoImplicitAnyError=128]="SuppressNoImplicitAnyError",t[t.Contextual=256]="Contextual",t[t.Persistent=1]="Persistent"})(Ae=e.AccessFlags||(e.AccessFlags={}));var ur;(function(t){t[t.Component=0]="Component",t[t.Function=1]="Function",t[t.Mixed=2]="Mixed"})(ur=e.JsxReferenceKind||(e.JsxReferenceKind={}));var Fe;(function(t){t[t.Call=0]="Call",t[t.Construct=1]="Construct"})(Fe=e.SignatureKind||(e.SignatureKind={}));var Ye;(function(t){t[t.None=0]="None",t[t.HasRestParameter=1]="HasRestParameter",t[t.HasLiteralTypes=2]="HasLiteralTypes",t[t.Abstract=4]="Abstract",t[t.IsInnerCallChain=8]="IsInnerCallChain",t[t.IsOuterCallChain=16]="IsOuterCallChain",t[t.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",t[t.PropagatingFlags=39]="PropagatingFlags",t[t.CallChainFlags=24]="CallChainFlags"})(Ye=e.SignatureFlags||(e.SignatureFlags={}));var xr;(function(t){t[t.String=0]="String",t[t.Number=1]="Number"})(xr=e.IndexKind||(e.IndexKind={}));var Nr;(function(t){t[t.Simple=0]="Simple",t[t.Array=1]="Array",t[t.Deferred=2]="Deferred",t[t.Function=3]="Function",t[t.Composite=4]="Composite",t[t.Merged=5]="Merged"})(Nr=e.TypeMapKind||(e.TypeMapKind={}));var Gr;(function(t){t[t.NakedTypeVariable=1]="NakedTypeVariable",t[t.SpeculativeTuple=2]="SpeculativeTuple",t[t.SubstituteSource=4]="SubstituteSource",t[t.HomomorphicMappedType=8]="HomomorphicMappedType",t[t.PartialHomomorphicMappedType=16]="PartialHomomorphicMappedType",t[t.MappedTypeConstraint=32]="MappedTypeConstraint",t[t.ContravariantConditional=64]="ContravariantConditional",t[t.ReturnType=128]="ReturnType",t[t.LiteralKeyof=256]="LiteralKeyof",t[t.NoConstraints=512]="NoConstraints",t[t.AlwaysStrict=1024]="AlwaysStrict",t[t.MaxValue=2048]="MaxValue",t[t.PriorityImpliesCombination=416]="PriorityImpliesCombination",t[t.Circularity=-1]="Circularity"})(Gr=e.InferencePriority||(e.InferencePriority={}));var oe;(function(t){t[t.None=0]="None",t[t.NoDefault=1]="NoDefault",t[t.AnyDefault=2]="AnyDefault",t[t.SkippedGenericFunction=4]="SkippedGenericFunction"})(oe=e.InferenceFlags||(e.InferenceFlags={}));var y;(function(t){t[t.False=0]="False",t[t.Unknown=1]="Unknown",t[t.Maybe=3]="Maybe",t[t.True=-1]="True"})(y=e.Ternary||(e.Ternary={}));var g;(function(t){t[t.None=0]="None",t[t.ExportsProperty=1]="ExportsProperty",t[t.ModuleExports=2]="ModuleExports",t[t.PrototypeProperty=3]="PrototypeProperty",t[t.ThisProperty=4]="ThisProperty",t[t.Property=5]="Property",t[t.Prototype=6]="Prototype",t[t.ObjectDefinePropertyValue=7]="ObjectDefinePropertyValue",t[t.ObjectDefinePropertyExports=8]="ObjectDefinePropertyExports",t[t.ObjectDefinePrototypeProperty=9]="ObjectDefinePrototypeProperty"})(g=e.AssignmentDeclarationKind||(e.AssignmentDeclarationKind={}));var S;(function(t){t[t.Warning=0]="Warning",t[t.Error=1]="Error",t[t.Suggestion=2]="Suggestion",t[t.Message=3]="Message"})(S=e.DiagnosticCategory||(e.DiagnosticCategory={}));function G(t,Et){Et===void 0&&(Et=!0);var It=S[t.category];return Et?It.toLowerCase():It}e.diagnosticCategoryName=G;var ee;(function(t){t[t.Classic=1]="Classic",t[t.NodeJs=2]="NodeJs",t[t.Node16=3]="Node16",t[t.NodeNext=99]="NodeNext"})(ee=e.ModuleResolutionKind||(e.ModuleResolutionKind={}));var Q;(function(t){t[t.Legacy=1]="Legacy",t[t.Auto=2]="Auto",t[t.Force=3]="Force"})(Q=e.ModuleDetectionKind||(e.ModuleDetectionKind={}));var Qe;(function(t){t[t.FixedPollingInterval=0]="FixedPollingInterval",t[t.PriorityPollingInterval=1]="PriorityPollingInterval",t[t.DynamicPriorityPolling=2]="DynamicPriorityPolling",t[t.FixedChunkSizePolling=3]="FixedChunkSizePolling",t[t.UseFsEvents=4]="UseFsEvents",t[t.UseFsEventsOnParentDirectory=5]="UseFsEventsOnParentDirectory"})(Qe=e.WatchFileKind||(e.WatchFileKind={}));var nr;(function(t){t[t.UseFsEvents=0]="UseFsEvents",t[t.FixedPollingInterval=1]="FixedPollingInterval",t[t.DynamicPriorityPolling=2]="DynamicPriorityPolling",t[t.FixedChunkSizePolling=3]="FixedChunkSizePolling"})(nr=e.WatchDirectoryKind||(e.WatchDirectoryKind={}));var je;(function(t){t[t.FixedInterval=0]="FixedInterval",t[t.PriorityInterval=1]="PriorityInterval",t[t.DynamicPriority=2]="DynamicPriority",t[t.FixedChunkSize=3]="FixedChunkSize"})(je=e.PollingWatchKind||(e.PollingWatchKind={}));var Le;(function(t){t[t.None=0]="None",t[t.CommonJS=1]="CommonJS",t[t.AMD=2]="AMD",t[t.UMD=3]="UMD",t[t.System=4]="System",t[t.ES2015=5]="ES2015",t[t.ES2020=6]="ES2020",t[t.ES2022=7]="ES2022",t[t.ESNext=99]="ESNext",t[t.Node16=100]="Node16",t[t.NodeNext=199]="NodeNext"})(Le=e.ModuleKind||(e.ModuleKind={}));var q;(function(t){t[t.None=0]="None",t[t.Preserve=1]="Preserve",t[t.React=2]="React",t[t.ReactNative=3]="ReactNative",t[t.ReactJSX=4]="ReactJSX",t[t.ReactJSXDev=5]="ReactJSXDev"})(q=e.JsxEmit||(e.JsxEmit={}));var yr;(function(t){t[t.Remove=0]="Remove",t[t.Preserve=1]="Preserve",t[t.Error=2]="Error"})(yr=e.ImportsNotUsedAsValues||(e.ImportsNotUsedAsValues={}));var $;(function(t){t[t.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",t[t.LineFeed=1]="LineFeed"})($=e.NewLineKind||(e.NewLineKind={}));var pe;(function(t){t[t.Unknown=0]="Unknown",t[t.JS=1]="JS",t[t.JSX=2]="JSX",t[t.TS=3]="TS",t[t.TSX=4]="TSX",t[t.External=5]="External",t[t.JSON=6]="JSON",t[t.Deferred=7]="Deferred"})(pe=e.ScriptKind||(e.ScriptKind={}));var Ue;(function(t){t[t.ES3=0]="ES3",t[t.ES5=1]="ES5",t[t.ES2015=2]="ES2015",t[t.ES2016=3]="ES2016",t[t.ES2017=4]="ES2017",t[t.ES2018=5]="ES2018",t[t.ES2019=6]="ES2019",t[t.ES2020=7]="ES2020",t[t.ES2021=8]="ES2021",t[t.ES2022=9]="ES2022",t[t.ESNext=99]="ESNext",t[t.JSON=100]="JSON",t[t.Latest=99]="Latest"})(Ue=e.ScriptTarget||(e.ScriptTarget={}));var We;(function(t){t[t.Standard=0]="Standard",t[t.JSX=1]="JSX"})(We=e.LanguageVariant||(e.LanguageVariant={}));var Ze;(function(t){t[t.None=0]="None",t[t.Recursive=1]="Recursive"})(Ze=e.WatchDirectoryFlags||(e.WatchDirectoryFlags={}));var pr;(function(t){t[t.nullCharacter=0]="nullCharacter",t[t.maxAsciiCharacter=127]="maxAsciiCharacter",t[t.lineFeed=10]="lineFeed",t[t.carriageReturn=13]="carriageReturn",t[t.lineSeparator=8232]="lineSeparator",t[t.paragraphSeparator=8233]="paragraphSeparator",t[t.nextLine=133]="nextLine",t[t.space=32]="space",t[t.nonBreakingSpace=160]="nonBreakingSpace",t[t.enQuad=8192]="enQuad",t[t.emQuad=8193]="emQuad",t[t.enSpace=8194]="enSpace",t[t.emSpace=8195]="emSpace",t[t.threePerEmSpace=8196]="threePerEmSpace",t[t.fourPerEmSpace=8197]="fourPerEmSpace",t[t.sixPerEmSpace=8198]="sixPerEmSpace",t[t.figureSpace=8199]="figureSpace",t[t.punctuationSpace=8200]="punctuationSpace",t[t.thinSpace=8201]="thinSpace",t[t.hairSpace=8202]="hairSpace",t[t.zeroWidthSpace=8203]="zeroWidthSpace",t[t.narrowNoBreakSpace=8239]="narrowNoBreakSpace",t[t.ideographicSpace=12288]="ideographicSpace",t[t.mathematicalSpace=8287]="mathematicalSpace",t[t.ogham=5760]="ogham",t[t._=95]="_",t[t.$=36]="$",t[t._0=48]="_0",t[t._1=49]="_1",t[t._2=50]="_2",t[t._3=51]="_3",t[t._4=52]="_4",t[t._5=53]="_5",t[t._6=54]="_6",t[t._7=55]="_7",t[t._8=56]="_8",t[t._9=57]="_9",t[t.a=97]="a",t[t.b=98]="b",t[t.c=99]="c",t[t.d=100]="d",t[t.e=101]="e",t[t.f=102]="f",t[t.g=103]="g",t[t.h=104]="h",t[t.i=105]="i",t[t.j=106]="j",t[t.k=107]="k",t[t.l=108]="l",t[t.m=109]="m",t[t.n=110]="n",t[t.o=111]="o",t[t.p=112]="p",t[t.q=113]="q",t[t.r=114]="r",t[t.s=115]="s",t[t.t=116]="t",t[t.u=117]="u",t[t.v=118]="v",t[t.w=119]="w",t[t.x=120]="x",t[t.y=121]="y",t[t.z=122]="z",t[t.A=65]="A",t[t.B=66]="B",t[t.C=67]="C",t[t.D=68]="D",t[t.E=69]="E",t[t.F=70]="F",t[t.G=71]="G",t[t.H=72]="H",t[t.I=73]="I",t[t.J=74]="J",t[t.K=75]="K",t[t.L=76]="L",t[t.M=77]="M",t[t.N=78]="N",t[t.O=79]="O",t[t.P=80]="P",t[t.Q=81]="Q",t[t.R=82]="R",t[t.S=83]="S",t[t.T=84]="T",t[t.U=85]="U",t[t.V=86]="V",t[t.W=87]="W",t[t.X=88]="X",t[t.Y=89]="Y",t[t.Z=90]="Z",t[t.ampersand=38]="ampersand",t[t.asterisk=42]="asterisk",t[t.at=64]="at",t[t.backslash=92]="backslash",t[t.backtick=96]="backtick",t[t.bar=124]="bar",t[t.caret=94]="caret",t[t.closeBrace=125]="closeBrace",t[t.closeBracket=93]="closeBracket",t[t.closeParen=41]="closeParen",t[t.colon=58]="colon",t[t.comma=44]="comma",t[t.dot=46]="dot",t[t.doubleQuote=34]="doubleQuote",t[t.equals=61]="equals",t[t.exclamation=33]="exclamation",t[t.greaterThan=62]="greaterThan",t[t.hash=35]="hash",t[t.lessThan=60]="lessThan",t[t.minus=45]="minus",t[t.openBrace=123]="openBrace",t[t.openBracket=91]="openBracket",t[t.openParen=40]="openParen",t[t.percent=37]="percent",t[t.plus=43]="plus",t[t.question=63]="question",t[t.semicolon=59]="semicolon",t[t.singleQuote=39]="singleQuote",t[t.slash=47]="slash",t[t.tilde=126]="tilde",t[t.backspace=8]="backspace",t[t.formFeed=12]="formFeed",t[t.byteOrderMark=65279]="byteOrderMark",t[t.tab=9]="tab",t[t.verticalTab=11]="verticalTab"})(pr=e.CharacterCodes||(e.CharacterCodes={}));var br;(function(t){t.Ts=".ts",t.Tsx=".tsx",t.Dts=".d.ts",t.Js=".js",t.Jsx=".jsx",t.Json=".json",t.TsBuildInfo=".tsbuildinfo",t.Mjs=".mjs",t.Mts=".mts",t.Dmts=".d.mts",t.Cjs=".cjs",t.Cts=".cts",t.Dcts=".d.cts"})(br=e.Extension||(e.Extension={}));var Cr;(function(t){t[t.None=0]="None",t[t.ContainsTypeScript=1]="ContainsTypeScript",t[t.ContainsJsx=2]="ContainsJsx",t[t.ContainsESNext=4]="ContainsESNext",t[t.ContainsES2022=8]="ContainsES2022",t[t.ContainsES2021=16]="ContainsES2021",t[t.ContainsES2020=32]="ContainsES2020",t[t.ContainsES2019=64]="ContainsES2019",t[t.ContainsES2018=128]="ContainsES2018",t[t.ContainsES2017=256]="ContainsES2017",t[t.ContainsES2016=512]="ContainsES2016",t[t.ContainsES2015=1024]="ContainsES2015",t[t.ContainsGenerator=2048]="ContainsGenerator",t[t.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",t[t.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",t[t.ContainsLexicalThis=16384]="ContainsLexicalThis",t[t.ContainsRestOrSpread=32768]="ContainsRestOrSpread",t[t.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",t[t.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",t[t.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",t[t.ContainsBindingPattern=524288]="ContainsBindingPattern",t[t.ContainsYield=1048576]="ContainsYield",t[t.ContainsAwait=2097152]="ContainsAwait",t[t.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",t[t.ContainsDynamicImport=8388608]="ContainsDynamicImport",t[t.ContainsClassFields=16777216]="ContainsClassFields",t[t.ContainsDecorators=33554432]="ContainsDecorators",t[t.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",t[t.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",t[t.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",t[t.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",t[t.HasComputedFlags=-2147483648]="HasComputedFlags",t[t.AssertTypeScript=1]="AssertTypeScript",t[t.AssertJsx=2]="AssertJsx",t[t.AssertESNext=4]="AssertESNext",t[t.AssertES2022=8]="AssertES2022",t[t.AssertES2021=16]="AssertES2021",t[t.AssertES2020=32]="AssertES2020",t[t.AssertES2019=64]="AssertES2019",t[t.AssertES2018=128]="AssertES2018",t[t.AssertES2017=256]="AssertES2017",t[t.AssertES2016=512]="AssertES2016",t[t.AssertES2015=1024]="AssertES2015",t[t.AssertGenerator=2048]="AssertGenerator",t[t.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",t[t.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",t[t.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",t[t.NodeExcludes=-2147483648]="NodeExcludes",t[t.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",t[t.FunctionExcludes=-1937940480]="FunctionExcludes",t[t.ConstructorExcludes=-1937948672]="ConstructorExcludes",t[t.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",t[t.PropertyExcludes=-2013249536]="PropertyExcludes",t[t.ClassExcludes=-2147344384]="ClassExcludes",t[t.ModuleExcludes=-1941676032]="ModuleExcludes",t[t.TypeExcludes=-2]="TypeExcludes",t[t.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",t[t.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",t[t.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",t[t.ParameterExcludes=-2147483648]="ParameterExcludes",t[t.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",t[t.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",t[t.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",t[t.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags"})(Cr=e.TransformFlags||(e.TransformFlags={}));var Z;(function(t){t[t.TabStop=0]="TabStop",t[t.Placeholder=1]="Placeholder",t[t.Choice=2]="Choice",t[t.Variable=3]="Variable"})(Z=e.SnippetKind||(e.SnippetKind={}));var ge;(function(t){t[t.None=0]="None",t[t.SingleLine=1]="SingleLine",t[t.AdviseOnEmitNode=2]="AdviseOnEmitNode",t[t.NoSubstitution=4]="NoSubstitution",t[t.CapturesThis=8]="CapturesThis",t[t.NoLeadingSourceMap=16]="NoLeadingSourceMap",t[t.NoTrailingSourceMap=32]="NoTrailingSourceMap",t[t.NoSourceMap=48]="NoSourceMap",t[t.NoNestedSourceMaps=64]="NoNestedSourceMaps",t[t.NoTokenLeadingSourceMaps=128]="NoTokenLeadingSourceMaps",t[t.NoTokenTrailingSourceMaps=256]="NoTokenTrailingSourceMaps",t[t.NoTokenSourceMaps=384]="NoTokenSourceMaps",t[t.NoLeadingComments=512]="NoLeadingComments",t[t.NoTrailingComments=1024]="NoTrailingComments",t[t.NoComments=1536]="NoComments",t[t.NoNestedComments=2048]="NoNestedComments",t[t.HelperName=4096]="HelperName",t[t.ExportName=8192]="ExportName",t[t.LocalName=16384]="LocalName",t[t.InternalName=32768]="InternalName",t[t.Indented=65536]="Indented",t[t.NoIndentation=131072]="NoIndentation",t[t.AsyncFunctionBody=262144]="AsyncFunctionBody",t[t.ReuseTempVariableScope=524288]="ReuseTempVariableScope",t[t.CustomPrologue=1048576]="CustomPrologue",t[t.NoHoisting=2097152]="NoHoisting",t[t.HasEndOfDeclarationMarker=4194304]="HasEndOfDeclarationMarker",t[t.Iterator=8388608]="Iterator",t[t.NoAsciiEscaping=16777216]="NoAsciiEscaping",t[t.TypeScriptClassWrapper=33554432]="TypeScriptClassWrapper",t[t.NeverApplyImportHelper=67108864]="NeverApplyImportHelper",t[t.IgnoreSourceNewlines=134217728]="IgnoreSourceNewlines",t[t.Immutable=268435456]="Immutable",t[t.IndirectCall=536870912]="IndirectCall"})(ge=e.EmitFlags||(e.EmitFlags={}));var ar;(function(t){t[t.Extends=1]="Extends",t[t.Assign=2]="Assign",t[t.Rest=4]="Rest",t[t.Decorate=8]="Decorate",t[t.Metadata=16]="Metadata",t[t.Param=32]="Param",t[t.Awaiter=64]="Awaiter",t[t.Generator=128]="Generator",t[t.Values=256]="Values",t[t.Read=512]="Read",t[t.SpreadArray=1024]="SpreadArray",t[t.Await=2048]="Await",t[t.AsyncGenerator=4096]="AsyncGenerator",t[t.AsyncDelegator=8192]="AsyncDelegator",t[t.AsyncValues=16384]="AsyncValues",t[t.ExportStar=32768]="ExportStar",t[t.ImportStar=65536]="ImportStar",t[t.ImportDefault=131072]="ImportDefault",t[t.MakeTemplateObject=262144]="MakeTemplateObject",t[t.ClassPrivateFieldGet=524288]="ClassPrivateFieldGet",t[t.ClassPrivateFieldSet=1048576]="ClassPrivateFieldSet",t[t.ClassPrivateFieldIn=2097152]="ClassPrivateFieldIn",t[t.CreateBinding=4194304]="CreateBinding",t[t.FirstEmitHelper=1]="FirstEmitHelper",t[t.LastEmitHelper=4194304]="LastEmitHelper",t[t.ForOfIncludes=256]="ForOfIncludes",t[t.ForAwaitOfIncludes=16384]="ForAwaitOfIncludes",t[t.AsyncGeneratorIncludes=6144]="AsyncGeneratorIncludes",t[t.AsyncDelegatorIncludes=26624]="AsyncDelegatorIncludes",t[t.SpreadIncludes=1536]="SpreadIncludes"})(ar=e.ExternalEmitHelpers||(e.ExternalEmitHelpers={}));var gr;(function(t){t[t.SourceFile=0]="SourceFile",t[t.Expression=1]="Expression",t[t.IdentifierName=2]="IdentifierName",t[t.MappedTypeParameter=3]="MappedTypeParameter",t[t.Unspecified=4]="Unspecified",t[t.EmbeddedStatement=5]="EmbeddedStatement",t[t.JsxAttributeValue=6]="JsxAttributeValue"})(gr=e.EmitHint||(e.EmitHint={}));var Fr;(function(t){t[t.Parentheses=1]="Parentheses",t[t.TypeAssertions=2]="TypeAssertions",t[t.NonNullAssertions=4]="NonNullAssertions",t[t.PartiallyEmittedExpressions=8]="PartiallyEmittedExpressions",t[t.Assertions=6]="Assertions",t[t.All=15]="All",t[t.ExcludeJSDocTypeAssertion=16]="ExcludeJSDocTypeAssertion"})(Fr=e.OuterExpressionKinds||(e.OuterExpressionKinds={}));var Lr;(function(t){t[t.None=0]="None",t[t.InParameters=1]="InParameters",t[t.VariablesHoistedInParameters=2]="VariablesHoistedInParameters"})(Lr=e.LexicalEnvironmentFlags||(e.LexicalEnvironmentFlags={}));var ft;(function(t){t.Prologue="prologue",t.EmitHelpers="emitHelpers",t.NoDefaultLib="no-default-lib",t.Reference="reference",t.Type="type",t.TypeResolutionModeRequire="type-require",t.TypeResolutionModeImport="type-import",t.Lib="lib",t.Prepend="prepend",t.Text="text",t.Internal="internal"})(ft=e.BundleFileSectionKind||(e.BundleFileSectionKind={}));var Oe;(function(t){t[t.None=0]="None",t[t.SingleLine=0]="SingleLine",t[t.MultiLine=1]="MultiLine",t[t.PreserveLines=2]="PreserveLines",t[t.LinesMask=3]="LinesMask",t[t.NotDelimited=0]="NotDelimited",t[t.BarDelimited=4]="BarDelimited",t[t.AmpersandDelimited=8]="AmpersandDelimited",t[t.CommaDelimited=16]="CommaDelimited",t[t.AsteriskDelimited=32]="AsteriskDelimited",t[t.DelimitersMask=60]="DelimitersMask",t[t.AllowTrailingComma=64]="AllowTrailingComma",t[t.Indented=128]="Indented",t[t.SpaceBetweenBraces=256]="SpaceBetweenBraces",t[t.SpaceBetweenSiblings=512]="SpaceBetweenSiblings",t[t.Braces=1024]="Braces",t[t.Parenthesis=2048]="Parenthesis",t[t.AngleBrackets=4096]="AngleBrackets",t[t.SquareBrackets=8192]="SquareBrackets",t[t.BracketsMask=15360]="BracketsMask",t[t.OptionalIfUndefined=16384]="OptionalIfUndefined",t[t.OptionalIfEmpty=32768]="OptionalIfEmpty",t[t.Optional=49152]="Optional",t[t.PreferNewLine=65536]="PreferNewLine",t[t.NoTrailingNewLine=131072]="NoTrailingNewLine",t[t.NoInterveningComments=262144]="NoInterveningComments",t[t.NoSpaceIfEmpty=524288]="NoSpaceIfEmpty",t[t.SingleElement=1048576]="SingleElement",t[t.SpaceAfterList=2097152]="SpaceAfterList",t[t.Modifiers=2359808]="Modifiers",t[t.HeritageClauses=512]="HeritageClauses",t[t.SingleLineTypeLiteralMembers=768]="SingleLineTypeLiteralMembers",t[t.MultiLineTypeLiteralMembers=32897]="MultiLineTypeLiteralMembers",t[t.SingleLineTupleTypeElements=528]="SingleLineTupleTypeElements",t[t.MultiLineTupleTypeElements=657]="MultiLineTupleTypeElements",t[t.UnionTypeConstituents=516]="UnionTypeConstituents",t[t.IntersectionTypeConstituents=520]="IntersectionTypeConstituents",t[t.ObjectBindingPatternElements=525136]="ObjectBindingPatternElements",t[t.ArrayBindingPatternElements=524880]="ArrayBindingPatternElements",t[t.ObjectLiteralExpressionProperties=526226]="ObjectLiteralExpressionProperties",t[t.ImportClauseEntries=526226]="ImportClauseEntries",t[t.ArrayLiteralExpressionElements=8914]="ArrayLiteralExpressionElements",t[t.CommaListElements=528]="CommaListElements",t[t.CallExpressionArguments=2576]="CallExpressionArguments",t[t.NewExpressionArguments=18960]="NewExpressionArguments",t[t.TemplateExpressionSpans=262144]="TemplateExpressionSpans",t[t.SingleLineBlockStatements=768]="SingleLineBlockStatements",t[t.MultiLineBlockStatements=129]="MultiLineBlockStatements",t[t.VariableDeclarationList=528]="VariableDeclarationList",t[t.SingleLineFunctionBodyStatements=768]="SingleLineFunctionBodyStatements",t[t.MultiLineFunctionBodyStatements=1]="MultiLineFunctionBodyStatements",t[t.ClassHeritageClauses=0]="ClassHeritageClauses",t[t.ClassMembers=129]="ClassMembers",t[t.InterfaceMembers=129]="InterfaceMembers",t[t.EnumMembers=145]="EnumMembers",t[t.CaseBlockClauses=129]="CaseBlockClauses",t[t.NamedImportsOrExportsElements=525136]="NamedImportsOrExportsElements",t[t.JsxElementOrFragmentChildren=262144]="JsxElementOrFragmentChildren",t[t.JsxElementAttributes=262656]="JsxElementAttributes",t[t.CaseOrDefaultClauseStatements=163969]="CaseOrDefaultClauseStatements",t[t.HeritageClauseTypes=528]="HeritageClauseTypes",t[t.SourceFileStatements=131073]="SourceFileStatements",t[t.Decorators=2146305]="Decorators",t[t.TypeArguments=53776]="TypeArguments",t[t.TypeParameters=53776]="TypeParameters",t[t.Parameters=2576]="Parameters",t[t.IndexSignatureParameters=8848]="IndexSignatureParameters",t[t.JSDocComment=33]="JSDocComment"})(Oe=e.ListFormat||(e.ListFormat={}));var L;(function(t){t[t.None=0]="None",t[t.TripleSlashXML=1]="TripleSlashXML",t[t.SingleLine=2]="SingleLine",t[t.MultiLine=4]="MultiLine",t[t.All=7]="All",t[t.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}}})($r||($r={}));var $r;(function(e){e.directorySeparator="/",e.altDirectorySeparator="\\";var r="://",a=/\\/g;function _($){return $===47||$===92}e.isAnyDirectorySeparator=_;function d($){return v($)<0}e.isUrl=d;function x($){return v($)>0}e.isRootedDiskPath=x;function X($){var pe=v($);return pe>0&&pe===$.length}e.isDiskPathRoot=X;function Y($){return v($)!==0}e.pathIsAbsolute=Y;function w($){return/^\.\.?($|[\\/])/.test($)}e.pathIsRelative=w;function K($){return!Y($)&&!w($)}e.pathIsBareSpecifier=K;function ze($){return e.stringContains(Ce($),".")}e.hasExtension=ze;function ve($,pe){return $.length>pe.length&&e.endsWith($,pe)}e.fileExtensionIs=ve;function te($,pe){for(var Ue=0,We=pe;Ue<We.length;Ue++){var Ze=We[Ue];if(ve($,Ze))return!0}return!1}e.fileExtensionIsOneOf=te;function U($){return $.length>0&&_($.charCodeAt($.length-1))}e.hasTrailingDirectorySeparator=U;function Te($){return $>=97&&$<=122||$>=65&&$<=90}function p($,pe){var Ue=$.charCodeAt(pe);if(Ue===58)return pe+1;if(Ue===37&&$.charCodeAt(pe+1)===51){var We=$.charCodeAt(pe+2);if(We===97||We===65)return pe+3}return-1}function v($){if(!$)return 0;var pe=$.charCodeAt(0);if(pe===47||pe===92){if($.charCodeAt(1)!==pe)return 1;var Ue=$.indexOf(pe===47?e.directorySeparator:e.altDirectorySeparator,2);return Ue<0?$.length:Ue+1}if(Te(pe)&&$.charCodeAt(1)===58){var We=$.charCodeAt(2);if(We===47||We===92)return 3;if($.length===2)return 2}var Ze=$.indexOf(r);if(Ze!==-1){var pr=Ze+r.length,br=$.indexOf(e.directorySeparator,pr);if(br!==-1){var Cr=$.slice(0,Ze),Z=$.slice(pr,br);if(Cr==="file"&&(Z===""||Z==="localhost")&&Te($.charCodeAt(br+1))){var ge=p($,br+2);if(ge!==-1){if($.charCodeAt(ge)===47)return~(ge+1);if(ge===$.length)return~ge}}return~(br+1)}return~$.length}return 0}function ie($){var pe=v($);return pe<0?~pe:pe}e.getRootLength=ie;function le($){$=Ee($);var pe=ie($);return pe===$.length?$:($=Fe($),$.slice(0,Math.max(pe,$.lastIndexOf(e.directorySeparator))))}e.getDirectoryPath=le;function Ce($,pe,Ue){$=Ee($);var We=ie($);if(We===$.length)return"";$=Fe($);var Ze=$.slice(Math.max(ie($),$.lastIndexOf(e.directorySeparator)+1)),pr=pe!==void 0&&Ue!==void 0?V(Ze,pe,Ue):void 0;return pr?Ze.slice(0,Ze.length-pr.length):Ze}e.getBaseFileName=Ce;function C($,pe,Ue){if(e.startsWith(pe,".")||(pe="."+pe),$.length>=pe.length&&$.charCodeAt($.length-pe.length)===46){var We=$.slice($.length-pe.length);if(Ue(We,pe))return We}}function Se($,pe,Ue){if(typeof pe=="string")return C($,pe,Ue)||"";for(var We=0,Ze=pe;We<Ze.length;We++){var pr=Ze[We],br=C($,pr,Ue);if(br)return br}return""}function V($,pe,Ue){if(pe)return Se(Fe($),pe,Ue?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive);var We=Ce($),Ze=We.lastIndexOf(".");return Ze>=0?We.substring(Ze):""}e.getAnyExtensionFromPath=V;function mr($,pe){var Ue=$.substring(0,pe),We=$.substring(pe).split(e.directorySeparator);return We.length&&!e.lastOrUndefined(We)&&We.pop(),Cn([Ue],We,!0)}function _r($,pe){return pe===void 0&&(pe=""),$=ae(pe,$),mr($,ie($))}e.getPathComponents=_r;function Sr($){if($.length===0)return"";var pe=$[0]&&Ye($[0]);return pe+$.slice(1).join(e.directorySeparator)}e.getPathFromPathComponents=Sr;function Ee($){var pe=$.indexOf("\\");return pe===-1?$:(a.lastIndex=pe,$.replace(a,e.directorySeparator))}e.normalizeSlashes=Ee;function we($){if(!e.some($))return[];for(var pe=[$[0]],Ue=1;Ue<$.length;Ue++){var We=$[Ue];if(!!We&&We!=="."){if(We===".."){if(pe.length>1){if(pe[pe.length-1]!==".."){pe.pop();continue}}else if(pe[0])continue}pe.push(We)}}return pe}e.reducePathComponents=we;function ae($){for(var pe=[],Ue=1;Ue<arguments.length;Ue++)pe[Ue-1]=arguments[Ue];$&&($=Ee($));for(var We=0,Ze=pe;We<Ze.length;We++){var pr=Ze[We];!pr||(pr=Ee(pr),!$||ie(pr)!==0?$=pr:$=Ye($)+pr)}return $}e.combinePaths=ae;function xe($){for(var pe=[],Ue=1;Ue<arguments.length;Ue++)pe[Ue-1]=arguments[Ue];return er(e.some(pe)?ae.apply(void 0,Cn([$],pe,!1)):Ee($))}e.resolvePath=xe;function B($,pe){return we(_r($,pe))}e.getNormalizedPathComponents=B;function de($,pe){return Sr(B($,pe))}e.getNormalizedAbsolutePath=de;function er($){if($=Ee($),!Gr.test($))return $;var pe=$.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(pe!==$&&($=pe,!Gr.test($)))return $;var Ue=Sr(we(_r($)));return Ue&&U($)?Ye(Ue):Ue}e.normalizePath=er;function De($){return $.length===0?"":$.slice(1).join(e.directorySeparator)}function Ae($,pe){return De(B($,pe))}e.getNormalizedAbsolutePathWithoutRoot=Ae;function ur($,pe,Ue){var We=x($)?er($):de($,pe);return Ue(We)}e.toPath=ur;function Fe($){return U($)?$.substr(0,$.length-1):$}e.removeTrailingDirectorySeparator=Fe;function Ye($){return U($)?$:$+e.directorySeparator}e.ensureTrailingDirectorySeparator=Ye;function xr($){return!Y($)&&!w($)?"./"+$:$}e.ensurePathIsNonModuleName=xr;function Nr($,pe,Ue,We){var Ze=Ue!==void 0&&We!==void 0?V($,Ue,We):V($);return Ze?$.slice(0,$.length-Ze.length)+(e.startsWith(pe,".")?pe:"."+pe):$}e.changeAnyExtension=Nr;var Gr=/(?:\/\/)|(?:^|\/)\.\.?(?:$|\/)/;function oe($,pe,Ue){if($===pe)return 0;if($===void 0)return-1;if(pe===void 0)return 1;var We=$.substring(0,ie($)),Ze=pe.substring(0,ie(pe)),pr=e.compareStringsCaseInsensitive(We,Ze);if(pr!==0)return pr;var br=$.substring(We.length),Cr=pe.substring(Ze.length);if(!Gr.test(br)&&!Gr.test(Cr))return Ue(br,Cr);for(var Z=we(_r($)),ge=we(_r(pe)),ar=Math.min(Z.length,ge.length),gr=1;gr<ar;gr++){var Fr=Ue(Z[gr],ge[gr]);if(Fr!==0)return Fr}return e.compareValues(Z.length,ge.length)}function y($,pe){return oe($,pe,e.compareStringsCaseSensitive)}e.comparePathsCaseSensitive=y;function g($,pe){return oe($,pe,e.compareStringsCaseInsensitive)}e.comparePathsCaseInsensitive=g;function S($,pe,Ue,We){return typeof Ue=="string"?($=ae(Ue,$),pe=ae(Ue,pe)):typeof Ue=="boolean"&&(We=Ue),oe($,pe,e.getStringComparer(We))}e.comparePaths=S;function G($,pe,Ue,We){if(typeof Ue=="string"?($=ae(Ue,$),pe=ae(Ue,pe)):typeof Ue=="boolean"&&(We=Ue),$===void 0||pe===void 0)return!1;if($===pe)return!0;var Ze=we(_r($)),pr=we(_r(pe));if(pr.length<Ze.length)return!1;for(var br=We?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive,Cr=0;Cr<Ze.length;Cr++){var Z=Cr===0?e.equateStringsCaseInsensitive:br;if(!Z(Ze[Cr],pr[Cr]))return!1}return!0}e.containsPath=G;function ee($,pe,Ue){var We=Ue($),Ze=Ue(pe);return e.startsWith(We,Ze+"/")||e.startsWith(We,Ze+"\\")}e.startsWithDirectory=ee;function Q($,pe,Ue,We){var Ze=we(_r($)),pr=we(_r(pe)),br;for(br=0;br<Ze.length&&br<pr.length;br++){var Cr=We(Ze[br]),Z=We(pr[br]),ge=br===0?e.equateStringsCaseInsensitive:Ue;if(!ge(Cr,Z))break}if(br===0)return pr;for(var ar=pr.slice(br),gr=[];br<Ze.length;br++)gr.push("..");return Cn(Cn([""],gr,!0),ar,!0)}e.getPathComponentsRelativeTo=Q;function Qe($,pe,Ue){e.Debug.assert(ie($)>0==ie(pe)>0,"Paths must either both be absolute or both be relative");var We=typeof Ue=="function"?Ue:e.identity,Ze=typeof Ue=="boolean"?Ue:!1,pr=Q($,pe,Ze?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive,We);return Sr(pr)}e.getRelativePathFromDirectory=Qe;function nr($,pe,Ue){return x($)?Le(pe,$,pe,Ue,!1):$}e.convertToRelativePath=nr;function je($,pe,Ue){return xr(Qe(le($),pe,Ue))}e.getRelativePathFromFile=je;function Le($,pe,Ue,We,Ze){var pr=Q(xe(Ue,$),xe(Ue,pe),e.equateStringsCaseSensitive,We),br=pr[0];if(Ze&&x(br)){var Cr=br.charAt(0)===e.directorySeparator?"file://":"file:///";pr[0]=Cr+br}return Sr(pr)}e.getRelativePathToDirectoryOrUrl=Le;function q($,pe){for(;;){var Ue=pe($);if(Ue!==void 0)return Ue;var We=le($);if(We===$)return;$=We}}e.forEachAncestorDirectory=q;function yr($){return e.endsWith($,"/node_modules")}e.isNodeModulesDirectory=yr})($r||($r={}));var $r;(function(e){function r(a,_,d,x,X,Y,w){return{code:a,category:_,key:d,message:x,reportsUnnecessary:X,elidedInCompatabilityPyramid:Y,reportsDeprecated:w}}e.Diagnostics={Unterminated_string_literal:r(1002,e.DiagnosticCategory.Error,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:r(1003,e.DiagnosticCategory.Error,"Identifier_expected_1003","Identifier expected."),_0_expected:r(1005,e.DiagnosticCategory.Error,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:r(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:r(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:r(1009,e.DiagnosticCategory.Error,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:r(1010,e.DiagnosticCategory.Error,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:r(1011,e.DiagnosticCategory.Error,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:r(1012,e.DiagnosticCategory.Error,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1028,e.DiagnosticCategory.Error,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:r(1029,e.DiagnosticCategory.Error,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:r(1030,e.DiagnosticCategory.Error,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1047,e.DiagnosticCategory.Error,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1097,e.DiagnosticCategory.Error,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:r(1098,e.DiagnosticCategory.Error,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:r(1099,e.DiagnosticCategory.Error,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1109,e.DiagnosticCategory.Error,"Expression_expected_1109","Expression expected."),Type_expected:r(1110,e.DiagnosticCategory.Error,"Type_expected_1110","Type expected."),A_default_clause_cannot_appear_more_than_once_in_a_switch_statement:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1123,e.DiagnosticCategory.Error,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:r(1124,e.DiagnosticCategory.Error,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:r(1125,e.DiagnosticCategory.Error,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:r(1126,e.DiagnosticCategory.Error,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:r(1127,e.DiagnosticCategory.Error,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:r(1128,e.DiagnosticCategory.Error,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:r(1129,e.DiagnosticCategory.Error,"Statement_expected_1129","Statement expected."),case_or_default_expected:r(1130,e.DiagnosticCategory.Error,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:r(1131,e.DiagnosticCategory.Error,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:r(1132,e.DiagnosticCategory.Error,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:r(1134,e.DiagnosticCategory.Error,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:r(1135,e.DiagnosticCategory.Error,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:r(1136,e.DiagnosticCategory.Error,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:r(1137,e.DiagnosticCategory.Error,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:r(1138,e.DiagnosticCategory.Error,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:r(1139,e.DiagnosticCategory.Error,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:r(1140,e.DiagnosticCategory.Error,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:r(1141,e.DiagnosticCategory.Error,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:r(1142,e.DiagnosticCategory.Error,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:r(1144,e.DiagnosticCategory.Error,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:r(1145,e.DiagnosticCategory.Error,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:r(1146,e.DiagnosticCategory.Error,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:r(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:r(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:r(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:r(1155,e.DiagnosticCategory.Error,"const_declarations_must_be_initialized_1155","'const' declarations must be initialized."),const_declarations_can_only_be_declared_inside_a_block:r(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:r(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:r(1160,e.DiagnosticCategory.Error,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:r(1161,e.DiagnosticCategory.Error,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1172,e.DiagnosticCategory.Error,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:r(1173,e.DiagnosticCategory.Error,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:r(1174,e.DiagnosticCategory.Error,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:r(1175,e.DiagnosticCategory.Error,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:r(1176,e.DiagnosticCategory.Error,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:r(1177,e.DiagnosticCategory.Error,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:r(1178,e.DiagnosticCategory.Error,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:r(1179,e.DiagnosticCategory.Error,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:r(1180,e.DiagnosticCategory.Error,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:r(1181,e.DiagnosticCategory.Error,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:r(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:r(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:r(1184,e.DiagnosticCategory.Error,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:r(1185,e.DiagnosticCategory.Error,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:r(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:r(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:r(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:r(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:r(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:r(1191,e.DiagnosticCategory.Error,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:r(1192,e.DiagnosticCategory.Error,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:r(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:r(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:r(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:r(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:r(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:r(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:r(1199,e.DiagnosticCategory.Error,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1223,e.DiagnosticCategory.Error,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:r(1224,e.DiagnosticCategory.Error,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:r(1225,e.DiagnosticCategory.Error,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1348,e.DiagnosticCategory.Error,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:r(1349,e.DiagnosticCategory.Error,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1364,e.DiagnosticCategory.Message,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:r(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:r(1366,e.DiagnosticCategory.Message,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:r(1367,e.DiagnosticCategory.Message,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Did_you_mean_0:r(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:r(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:r(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:r(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:r(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:r(1376,e.DiagnosticCategory.Message,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1399,e.DiagnosticCategory.Message,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:r(1400,e.DiagnosticCategory.Message,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(1422,e.DiagnosticCategory.Message,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:r(1423,e.DiagnosticCategory.Message,"File_is_library_specified_here_1423","File is library specified here."),Default_library:r(1424,e.DiagnosticCategory.Message,"Default_library_1424","Default library"),Default_library_for_target_0:r(1425,e.DiagnosticCategory.Message,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:r(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:r(1427,e.DiagnosticCategory.Message,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:r(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:r(1429,e.DiagnosticCategory.Message,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:r(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:r(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:r(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:r(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:r(1434,e.DiagnosticCategory.Error,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:r(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:r(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:r(1437,e.DiagnosticCategory.Error,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:r(1438,e.DiagnosticCategory.Error,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:r(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:r(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:r(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:r(1442,e.DiagnosticCategory.Error,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2211,e.DiagnosticCategory.Message,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:r(2212,e.DiagnosticCategory.Message,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:r(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:r(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:r(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:r(2303,e.DiagnosticCategory.Error,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:r(2304,e.DiagnosticCategory.Error,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2323,e.DiagnosticCategory.Error,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2372,e.DiagnosticCategory.Error,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2387,e.DiagnosticCategory.Error,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:r(2388,e.DiagnosticCategory.Error,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:r(2389,e.DiagnosticCategory.Error,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:r(2390,e.DiagnosticCategory.Error,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:r(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:r(2392,e.DiagnosticCategory.Error,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:r(2393,e.DiagnosticCategory.Error,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2414,e.DiagnosticCategory.Error,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:r(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:r(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:r(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:r(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:r(2419,e.DiagnosticCategory.Error,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:r(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:r(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:r(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:r(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:r(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:r(2427,e.DiagnosticCategory.Error,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:r(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:r(2430,e.DiagnosticCategory.Error,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2449,e.DiagnosticCategory.Error,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:r(2450,e.DiagnosticCategory.Error,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:r(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:r(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:r(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:r(2456,e.DiagnosticCategory.Error,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2468,e.DiagnosticCategory.Error,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2530,e.DiagnosticCategory.Error,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:r(2531,e.DiagnosticCategory.Error,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:r(2532,e.DiagnosticCategory.Error,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2571,e.DiagnosticCategory.Error,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:r(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:r(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:r(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:r(2577,e.DiagnosticCategory.Error,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2728,e.DiagnosticCategory.Message,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:r(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:r(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:r(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:r(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:r(2733,e.DiagnosticCategory.Error,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2750,e.DiagnosticCategory.Error,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:r(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:r(2752,e.DiagnosticCategory.Error,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:r(2753,e.DiagnosticCategory.Error,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:r(2754,e.DiagnosticCategory.Error,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(2769,e.DiagnosticCategory.Error,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(5012,e.DiagnosticCategory.Error,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Failed_to_parse_file_0_Colon_1:r(5014,e.DiagnosticCategory.Error,"Failed_to_parse_file_0_Colon_1_5014","Failed to parse file '{0}': {1}."),Unknown_compiler_option_0:r(5023,e.DiagnosticCategory.Error,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(5072,e.DiagnosticCategory.Error,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:r(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:r(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:r(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:r(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:r(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:r(5078,e.DiagnosticCategory.Error,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:r(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:r(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:r(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:r(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:r(5083,e.DiagnosticCategory.Error,"Cannot_read_file_0_5083","Cannot read file '{0}'."),Tuple_members_must_all_have_names_or_all_not_have_names:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6001,e.DiagnosticCategory.Message,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:r(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:r(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:r(6005,e.DiagnosticCategory.Message,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:r(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:r(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:r(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:r(6009,e.DiagnosticCategory.Message,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:r(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:r(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:r(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:r(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:r(6014,e.DiagnosticCategory.Message,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:r(6015,e.DiagnosticCategory.Message,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:r(6016,e.DiagnosticCategory.Message,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:r(6017,e.DiagnosticCategory.Message,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:r(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:r(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:r(6023,e.DiagnosticCategory.Message,"Syntax_Colon_0_6023","Syntax: {0}"),options:r(6024,e.DiagnosticCategory.Message,"options_6024","options"),file:r(6025,e.DiagnosticCategory.Message,"file_6025","file"),Examples_Colon_0:r(6026,e.DiagnosticCategory.Message,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:r(6027,e.DiagnosticCategory.Message,"Options_Colon_6027","Options:"),Version_0:r(6029,e.DiagnosticCategory.Message,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:r(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:r(6031,e.DiagnosticCategory.Message,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:r(6032,e.DiagnosticCategory.Message,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:r(6034,e.DiagnosticCategory.Message,"KIND_6034","KIND"),FILE:r(6035,e.DiagnosticCategory.Message,"FILE_6035","FILE"),VERSION:r(6036,e.DiagnosticCategory.Message,"VERSION_6036","VERSION"),LOCATION:r(6037,e.DiagnosticCategory.Message,"LOCATION_6037","LOCATION"),DIRECTORY:r(6038,e.DiagnosticCategory.Message,"DIRECTORY_6038","DIRECTORY"),STRATEGY:r(6039,e.DiagnosticCategory.Message,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:r(6040,e.DiagnosticCategory.Message,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:r(6041,e.DiagnosticCategory.Message,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:r(6043,e.DiagnosticCategory.Message,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:r(6044,e.DiagnosticCategory.Error,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:r(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:r(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:r(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:r(6050,e.DiagnosticCategory.Error,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:r(6051,e.DiagnosticCategory.Error,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6061,e.DiagnosticCategory.Message,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:r(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:r(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:r(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:r(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:r(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:r(6071,e.DiagnosticCategory.Message,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6080,e.DiagnosticCategory.Message,"Specify_JSX_code_generation_6080","Specify JSX code generation."),File_0_has_an_unsupported_extension_so_skipping_it:r(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:r(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:r(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:r(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:r(6085,e.DiagnosticCategory.Message,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:r(6086,e.DiagnosticCategory.Message,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6099,e.DiagnosticCategory.Message,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6110,e.DiagnosticCategory.Message,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:r(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:r(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:r(6113,e.DiagnosticCategory.Message,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6134,e.DiagnosticCategory.Message,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6149,e.DiagnosticCategory.Message,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6162,e.DiagnosticCategory.Message,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:r(6163,e.DiagnosticCategory.Message,"The_character_set_of_the_input_files_6163","The character set of the input files."),Do_not_truncate_error_messages:r(6165,e.DiagnosticCategory.Message,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:r(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:r(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:r(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:r(6169,e.DiagnosticCategory.Message,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:r(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:r(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:r(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:r(6180,e.DiagnosticCategory.Message,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:r(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:r(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:r(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:r(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:r(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:r(6188,e.DiagnosticCategory.Error,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:r(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:r(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:r(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:r(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:r(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:r(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:r(6196,e.DiagnosticCategory.Error,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:r(6197,e.DiagnosticCategory.Message,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:r(6198,e.DiagnosticCategory.Error,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:r(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:r(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:r(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:r(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:r(6203,e.DiagnosticCategory.Message,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:r(6204,e.DiagnosticCategory.Message,"and_here_6204","and here."),All_type_parameters_are_unused:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6215,e.DiagnosticCategory.Message,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:r(6216,e.DiagnosticCategory.Message,"Found_1_error_6216","Found 1 error."),Found_0_errors:r(6217,e.DiagnosticCategory.Message,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:r(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:r(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:r(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:r(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:r(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:r(6223,e.DiagnosticCategory.Message,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6235,e.DiagnosticCategory.Message,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6244,e.DiagnosticCategory.Message,"Modules_6244","Modules"),File_Management:r(6245,e.DiagnosticCategory.Message,"File_Management_6245","File Management"),Emit:r(6246,e.DiagnosticCategory.Message,"Emit_6246","Emit"),JavaScript_Support:r(6247,e.DiagnosticCategory.Message,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:r(6248,e.DiagnosticCategory.Message,"Type_Checking_6248","Type Checking"),Editor_Support:r(6249,e.DiagnosticCategory.Message,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:r(6250,e.DiagnosticCategory.Message,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:r(6251,e.DiagnosticCategory.Message,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:r(6252,e.DiagnosticCategory.Message,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:r(6253,e.DiagnosticCategory.Message,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:r(6254,e.DiagnosticCategory.Message,"Language_and_Environment_6254","Language and Environment"),Projects:r(6255,e.DiagnosticCategory.Message,"Projects_6255","Projects"),Output_Formatting:r(6256,e.DiagnosticCategory.Message,"Output_Formatting_6256","Output Formatting"),Completeness:r(6257,e.DiagnosticCategory.Message,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6302,e.DiagnosticCategory.Message,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6357,e.DiagnosticCategory.Message,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:r(6358,e.DiagnosticCategory.Message,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:r(6359,e.DiagnosticCategory.Message,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6602,e.DiagnosticCategory.Message,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:r(6603,e.DiagnosticCategory.Message,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:r(6604,e.DiagnosticCategory.Message,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6614,e.DiagnosticCategory.Message,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6677,e.DiagnosticCategory.Message,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6688,e.DiagnosticCategory.Message,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:r(6689,e.DiagnosticCategory.Message,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(6712,e.DiagnosticCategory.Message,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:r(6713,e.DiagnosticCategory.Message,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:r(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:r(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:r(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:r(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:r(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:r(6900,e.DiagnosticCategory.Message,"one_of_Colon_6900","one of:"),one_or_more_Colon:r(6901,e.DiagnosticCategory.Message,"one_or_more_Colon_6901","one or more:"),type_Colon:r(6902,e.DiagnosticCategory.Message,"type_Colon_6902","type:"),default_Colon:r(6903,e.DiagnosticCategory.Message,"default_Colon_6903","default:"),module_system_or_esModuleInterop:r(6904,e.DiagnosticCategory.Message,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:r(6905,e.DiagnosticCategory.Message,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),false_unless_composite_is_set:r(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:r(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:r(6908,e.DiagnosticCategory.Message,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:r(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:r(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:r(6911,e.DiagnosticCategory.Message,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:r(6912,e.DiagnosticCategory.Message,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:r(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:r(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:r(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:r(6916,e.DiagnosticCategory.Message,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:r(6917,e.DiagnosticCategory.Message,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:r(6918,e.DiagnosticCategory.Message,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:r(6919,e.DiagnosticCategory.Message,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:r(6920,e.DiagnosticCategory.Message,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:r(6921,e.DiagnosticCategory.Message,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:r(6922,e.DiagnosticCategory.Message,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(7027,e.DiagnosticCategory.Error,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:r(7028,e.DiagnosticCategory.Error,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:r(7029,e.DiagnosticCategory.Error,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(8019,e.DiagnosticCategory.Message,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(90001,e.DiagnosticCategory.Message,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:r(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:r(90003,e.DiagnosticCategory.Message,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:r(90004,e.DiagnosticCategory.Message,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:r(90005,e.DiagnosticCategory.Message,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:r(90006,e.DiagnosticCategory.Message,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:r(90007,e.DiagnosticCategory.Message,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:r(90008,e.DiagnosticCategory.Message,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:r(90010,e.DiagnosticCategory.Message,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:r(90011,e.DiagnosticCategory.Message,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:r(90012,e.DiagnosticCategory.Message,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:r(90013,e.DiagnosticCategory.Message,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:r(90014,e.DiagnosticCategory.Message,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:r(90016,e.DiagnosticCategory.Message,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:r(90017,e.DiagnosticCategory.Message,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:r(90018,e.DiagnosticCategory.Message,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:r(90019,e.DiagnosticCategory.Message,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:r(90020,e.DiagnosticCategory.Message,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:r(90021,e.DiagnosticCategory.Message,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:r(90022,e.DiagnosticCategory.Message,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:r(90023,e.DiagnosticCategory.Message,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:r(90024,e.DiagnosticCategory.Message,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:r(90025,e.DiagnosticCategory.Message,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:r(90026,e.DiagnosticCategory.Message,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:r(90027,e.DiagnosticCategory.Message,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:r(90028,e.DiagnosticCategory.Message,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:r(90029,e.DiagnosticCategory.Message,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:r(90030,e.DiagnosticCategory.Message,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:r(90031,e.DiagnosticCategory.Message,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:r(90034,e.DiagnosticCategory.Message,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:r(90035,e.DiagnosticCategory.Message,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:r(90036,e.DiagnosticCategory.Message,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:r(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:r(90038,e.DiagnosticCategory.Message,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:r(90039,e.DiagnosticCategory.Message,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:r(90041,e.DiagnosticCategory.Message,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:r(90053,e.DiagnosticCategory.Message,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:r(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:r(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:r(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:r(90057,e.DiagnosticCategory.Message,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:r(90058,e.DiagnosticCategory.Message,"Update_import_from_0_90058",'Update import from "{0}"'),Convert_function_to_an_ES2015_class:r(95001,e.DiagnosticCategory.Message,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:r(95003,e.DiagnosticCategory.Message,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:r(95004,e.DiagnosticCategory.Message,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:r(95005,e.DiagnosticCategory.Message,"Extract_function_95005","Extract function"),Extract_constant:r(95006,e.DiagnosticCategory.Message,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:r(95007,e.DiagnosticCategory.Message,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:r(95008,e.DiagnosticCategory.Message,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:r(95009,e.DiagnosticCategory.Message,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:r(95011,e.DiagnosticCategory.Message,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:r(95012,e.DiagnosticCategory.Message,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:r(95013,e.DiagnosticCategory.Message,"Convert_to_default_import_95013","Convert to default import"),Install_0:r(95014,e.DiagnosticCategory.Message,"Install_0_95014","Install '{0}'"),Replace_import_with_0:r(95015,e.DiagnosticCategory.Message,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:r(95016,e.DiagnosticCategory.Message,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:r(95017,e.DiagnosticCategory.Message,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:r(95018,e.DiagnosticCategory.Message,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:r(95019,e.DiagnosticCategory.Message,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:r(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:r(95021,e.DiagnosticCategory.Message,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:r(95022,e.DiagnosticCategory.Message,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:r(95023,e.DiagnosticCategory.Message,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:r(95024,e.DiagnosticCategory.Message,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:r(95025,e.DiagnosticCategory.Message,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:r(95026,e.DiagnosticCategory.Message,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:r(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:r(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:r(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:r(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:r(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:r(95032,e.DiagnosticCategory.Message,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:r(95033,e.DiagnosticCategory.Message,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:r(95034,e.DiagnosticCategory.Message,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:r(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:r(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:r(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:r(95038,e.DiagnosticCategory.Message,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:r(95039,e.DiagnosticCategory.Message,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:r(95040,e.DiagnosticCategory.Message,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:r(95041,e.DiagnosticCategory.Message,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:r(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:r(95043,e.DiagnosticCategory.Message,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:r(95044,e.DiagnosticCategory.Message,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:r(95045,e.DiagnosticCategory.Message,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:r(95046,e.DiagnosticCategory.Message,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:r(95047,e.DiagnosticCategory.Message,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:r(95048,e.DiagnosticCategory.Message,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:r(95049,e.DiagnosticCategory.Message,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:r(95050,e.DiagnosticCategory.Message,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:r(95051,e.DiagnosticCategory.Message,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:r(95052,e.DiagnosticCategory.Message,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:r(95053,e.DiagnosticCategory.Message,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:r(95054,e.DiagnosticCategory.Message,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:r(95055,e.DiagnosticCategory.Message,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:r(95056,e.DiagnosticCategory.Message,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:r(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:r(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:r(95059,e.DiagnosticCategory.Message,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:r(95060,e.DiagnosticCategory.Message,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:r(95061,e.DiagnosticCategory.Message,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:r(95062,e.DiagnosticCategory.Message,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:r(95063,e.DiagnosticCategory.Message,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:r(95064,e.DiagnosticCategory.Message,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:r(95065,e.DiagnosticCategory.Message,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:r(95066,e.DiagnosticCategory.Message,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:r(95067,e.DiagnosticCategory.Message,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:r(95068,e.DiagnosticCategory.Message,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:r(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:r(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:r(95071,e.DiagnosticCategory.Message,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:r(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:r(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:r(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:r(95075,e.DiagnosticCategory.Message,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:r(95077,e.DiagnosticCategory.Message,"Extract_type_95077","Extract type"),Extract_to_type_alias:r(95078,e.DiagnosticCategory.Message,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:r(95079,e.DiagnosticCategory.Message,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:r(95080,e.DiagnosticCategory.Message,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:r(95081,e.DiagnosticCategory.Message,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:r(95082,e.DiagnosticCategory.Message,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:r(95083,e.DiagnosticCategory.Message,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:r(95084,e.DiagnosticCategory.Message,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:r(95085,e.DiagnosticCategory.Message,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:r(95086,e.DiagnosticCategory.Message,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:r(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:r(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:r(95089,e.DiagnosticCategory.Message,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:r(95090,e.DiagnosticCategory.Message,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:r(95091,e.DiagnosticCategory.Message,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:r(95092,e.DiagnosticCategory.Message,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:r(95093,e.DiagnosticCategory.Message,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:r(95094,e.DiagnosticCategory.Message,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:r(95095,e.DiagnosticCategory.Message,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:r(95096,e.DiagnosticCategory.Message,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:r(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:r(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:r(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:r(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:r(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:r(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:r(95106,e.DiagnosticCategory.Message,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:r(95107,e.DiagnosticCategory.Message,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:r(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:r(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:r(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:r(95111,e.DiagnosticCategory.Message,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:r(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:r(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:r(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:r(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:r(95116,e.DiagnosticCategory.Message,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:r(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:r(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:r(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:r(95120,e.DiagnosticCategory.Message,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:r(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:r(95122,e.DiagnosticCategory.Message,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:r(95123,e.DiagnosticCategory.Message,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:r(95124,e.DiagnosticCategory.Message,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:r(95125,e.DiagnosticCategory.Message,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:r(95126,e.DiagnosticCategory.Message,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:r(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:r(95128,e.DiagnosticCategory.Message,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:r(95129,e.DiagnosticCategory.Message,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:r(95130,e.DiagnosticCategory.Message,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:r(95131,e.DiagnosticCategory.Message,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:r(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:r(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:r(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:r(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:r(95136,e.DiagnosticCategory.Message,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:r(95137,e.DiagnosticCategory.Message,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:r(95138,e.DiagnosticCategory.Message,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:r(95139,e.DiagnosticCategory.Message,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:r(95140,e.DiagnosticCategory.Message,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:r(95141,e.DiagnosticCategory.Message,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:r(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:r(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:r(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:r(95145,e.DiagnosticCategory.Message,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:r(95146,e.DiagnosticCategory.Message,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:r(95147,e.DiagnosticCategory.Message,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:r(95148,e.DiagnosticCategory.Message,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:r(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:r(95150,e.DiagnosticCategory.Message,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:r(95151,e.DiagnosticCategory.Message,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:r(95152,e.DiagnosticCategory.Message,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:r(95153,e.DiagnosticCategory.Message,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenation:r(95154,e.DiagnosticCategory.Message,"Can_only_convert_string_concatenation_95154","Can only convert string concatenation"),Selection_is_not_a_valid_statement_or_statements:r(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:r(95156,e.DiagnosticCategory.Message,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:r(95157,e.DiagnosticCategory.Message,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:r(95158,e.DiagnosticCategory.Message,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:r(95159,e.DiagnosticCategory.Message,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:r(95160,e.DiagnosticCategory.Message,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:r(95161,e.DiagnosticCategory.Message,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:r(95162,e.DiagnosticCategory.Message,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:r(95163,e.DiagnosticCategory.Message,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:r(95164,e.DiagnosticCategory.Message,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:r(95165,e.DiagnosticCategory.Message,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:r(95166,e.DiagnosticCategory.Message,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:r(95167,e.DiagnosticCategory.Message,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:r(95168,e.DiagnosticCategory.Message,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:r(95169,e.DiagnosticCategory.Message,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:r(95170,e.DiagnosticCategory.Message,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:r(95171,e.DiagnosticCategory.Message,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:r(95172,e.DiagnosticCategory.Message,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(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:r(18044,e.DiagnosticCategory.Message,"_0_is_automatically_exported_here_18044","'{0}' is automatically exported here.")}})($r||($r={}));var $r;(function(e){var r;function a(Z){return Z>=79}e.tokenIsIdentifierOrKeyword=a;function _(Z){return Z===31||a(Z)}e.tokenIsIdentifierOrKeywordOrGreaterThan=_,e.textToKeywordObj=(r={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},r["constructor"]=134,r.debugger=87,r.declare=135,r.default=88,r.delete=89,r.do=90,r.else=91,r.enum=92,r.export=93,r.extends=94,r.false=95,r.finally=96,r.for=97,r.from=156,r.function=98,r.get=136,r.if=99,r.implements=117,r.import=100,r.in=101,r.infer=137,r.instanceof=102,r.interface=118,r.intrinsic=138,r.is=139,r.keyof=140,r.let=119,r.module=141,r.namespace=142,r.never=143,r.new=103,r.null=104,r.number=147,r.object=148,r.package=120,r.private=121,r.protected=122,r.public=123,r.override=159,r.out=144,r.readonly=145,r.require=146,r.global=157,r.return=105,r.set=149,r.static=124,r.string=150,r.super=106,r.switch=107,r.symbol=151,r.this=108,r.throw=109,r.true=110,r.try=111,r.type=152,r.typeof=112,r.undefined=153,r.unique=154,r.unknown=155,r.var=113,r.void=114,r.while=115,r.with=116,r.yield=125,r.async=131,r.await=132,r.of=160,r);var d=new e.Map(e.getEntries(e.textToKeywordObj)),x=new e.Map(e.getEntries(Fi(Fi({},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}))),X=[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],ze=[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],ve=[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],te=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,U=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/;function Te(Z,ge){if(Z<ge[0])return!1;for(var ar=0,gr=ge.length,Fr;ar+1<gr;){if(Fr=ar+(gr-ar)/2,Fr-=Fr%2,ge[Fr]<=Z&&Z<=ge[Fr+1])return!0;Z<ge[Fr]?gr=Fr:ar=Fr+2}return!1}function p(Z,ge){return ge>=2?Te(Z,ze):ge===1?Te(Z,w):Te(Z,X)}e.isUnicodeIdentifierStart=p;function v(Z,ge){return ge>=2?Te(Z,ve):ge===1?Te(Z,K):Te(Z,Y)}function ie(Z){var ge=[];return Z.forEach(function(ar,gr){ge[ar]=gr}),ge}var le=ie(x);function Ce(Z){return le[Z]}e.tokenToString=Ce;function C(Z){return x.get(Z)}e.stringToToken=C;function Se(Z){for(var ge=new Array,ar=0,gr=0;ar<Z.length;){var Fr=Z.charCodeAt(ar);switch(ar++,Fr){case 13:Z.charCodeAt(ar)===10&&ar++;case 10:ge.push(gr),gr=ar;break;default:Fr>127&&de(Fr)&&(ge.push(gr),gr=ar);break}}return ge.push(gr),ge}e.computeLineStarts=Se;function V(Z,ge,ar,gr){return Z.getPositionOfLineAndCharacter?Z.getPositionOfLineAndCharacter(ge,ar,gr):mr(_r(Z),ge,ar,Z.text,gr)}e.getPositionOfLineAndCharacter=V;function mr(Z,ge,ar,gr,Fr){(ge<0||ge>=Z.length)&&(Fr?ge=ge<0?0:ge>=Z.length?Z.length-1:ge:e.Debug.fail("Bad line number. Line: ".concat(ge,", lineStarts.length: ").concat(Z.length," , line map is correct? ").concat(gr!==void 0?e.arraysEqual(Z,Se(gr)):"unknown")));var Lr=Z[ge]+ar;return Fr?Lr>Z[ge+1]?Z[ge+1]:typeof gr=="string"&&Lr>gr.length?gr.length:Lr:(ge<Z.length-1?e.Debug.assert(Lr<Z[ge+1]):gr!==void 0&&e.Debug.assert(Lr<=gr.length),Lr)}e.computePositionOfLineAndCharacter=mr;function _r(Z){return Z.lineMap||(Z.lineMap=Se(Z.text))}e.getLineStarts=_r;function Sr(Z,ge){var ar=Ee(Z,ge);return{line:ar,character:ge-Z[ar]}}e.computeLineAndCharacterOfPosition=Sr;function Ee(Z,ge,ar){var gr=e.binarySearch(Z,ge,e.identity,e.compareValues,ar);return gr<0&&(gr=~gr-1,e.Debug.assert(gr!==-1,"position cannot precede the beginning of the file")),gr}e.computeLineOfPosition=Ee;function we(Z,ge,ar){if(ge===ar)return 0;var gr=_r(Z),Fr=Math.min(ge,ar),Lr=Fr===ar,ft=Lr?ge:ar,Oe=Ee(gr,Fr),L=Ee(gr,ft,Oe);return Lr?Oe-L:L-Oe}e.getLinesBetweenPositions=we;function ae(Z,ge){return Sr(_r(Z),ge)}e.getLineAndCharacterOfPosition=ae;function xe(Z){return B(Z)||de(Z)}e.isWhiteSpaceLike=xe;function B(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=B;function de(Z){return Z===10||Z===13||Z===8232||Z===8233}e.isLineBreak=de;function er(Z){return Z>=48&&Z<=57}function De(Z){return er(Z)||Z>=65&&Z<=70||Z>=97&&Z<=102}function Ae(Z){return Z<=1114111}function ur(Z){return Z>=48&&Z<=55}e.isOctalDigit=ur;function Fe(Z,ge){var ar=Z.charCodeAt(ge);switch(ar){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 ge===0;default:return ar>127}}e.couldStartTrivia=Fe;function Ye(Z,ge,ar,gr,Fr){if(e.positionIsSynthesized(ge))return ge;for(var Lr=!1;;){var ft=Z.charCodeAt(ge);switch(ft){case 13:Z.charCodeAt(ge+1)===10&&ge++;case 10:if(ge++,ar)return ge;Lr=!!Fr;continue;case 9:case 11:case 12:case 32:ge++;continue;case 47:if(gr)break;if(Z.charCodeAt(ge+1)===47){for(ge+=2;ge<Z.length&&!de(Z.charCodeAt(ge));)ge++;Lr=!1;continue}if(Z.charCodeAt(ge+1)===42){for(ge+=2;ge<Z.length;){if(Z.charCodeAt(ge)===42&&Z.charCodeAt(ge+1)===47){ge+=2;break}ge++}Lr=!1;continue}break;case 60:case 124:case 61:case 62:if(Nr(Z,ge)){ge=Gr(Z,ge),Lr=!1;continue}break;case 35:if(ge===0&&y(Z,ge)){ge=g(Z,ge),Lr=!1;continue}break;case 42:if(Lr){ge++,Lr=!1;continue}break;default:if(ft>127&&xe(ft)){ge++;continue}break}return ge}}e.skipTrivia=Ye;var xr=7;function Nr(Z,ge){if(e.Debug.assert(ge>=0),ge===0||de(Z.charCodeAt(ge-1))){var ar=Z.charCodeAt(ge);if(ge+xr<Z.length){for(var gr=0;gr<xr;gr++)if(Z.charCodeAt(ge+gr)!==ar)return!1;return ar===61||Z.charCodeAt(ge+xr)===32}}return!1}function Gr(Z,ge,ar){ar&&ar(e.Diagnostics.Merge_conflict_marker_encountered,ge,xr);var gr=Z.charCodeAt(ge),Fr=Z.length;if(gr===60||gr===62)for(;ge<Fr&&!de(Z.charCodeAt(ge));)ge++;else for(e.Debug.assert(gr===124||gr===61);ge<Fr;){var Lr=Z.charCodeAt(ge);if((Lr===61||Lr===62)&&Lr!==gr&&Nr(Z,ge))break;ge++}return ge}var oe=/^#!.*/;function y(Z,ge){return e.Debug.assert(ge===0),oe.test(Z)}e.isShebangTrivia=y;function g(Z,ge){var ar=oe.exec(Z)[0];return ge=ge+ar.length,ge}e.scanShebangTrivia=g;function S(Z,ge,ar,gr,Fr,Lr,ft){var Oe,L,t,Et,It=!1,He=gr,ce=ft;if(ar===0){He=!0;var k=q(ge);k&&(ar=k.length)}e:for(;ar>=0&&ar<ge.length;){var W=ge.charCodeAt(ar);switch(W){case 13:ge.charCodeAt(ar+1)===10&&ar++;case 10:if(ar++,gr)break e;He=!0,It&&(Et=!0);continue;case 9:case 11:case 12:case 32:ar++;continue;case 47:var he=ge.charCodeAt(ar+1),Ar=!1;if(he===47||he===42){var cr=he===47?2:3,Vr=ar;if(ar+=2,he===47)for(;ar<ge.length;){if(de(ge.charCodeAt(ar))){Ar=!0;break}ar++}else for(;ar<ge.length;){if(ge.charCodeAt(ar)===42&&ge.charCodeAt(ar+1)===47){ar+=2;break}ar++}if(He){if(It&&(ce=Fr(Oe,L,t,Et,Lr,ce),!Z&&ce))return ce;Oe=Vr,L=ar,t=cr,Et=Ar,It=!0}continue}break e;default:if(W>127&&xe(W)){It&&de(W)&&(Et=!0),ar++;continue}break e}}return It&&(ce=Fr(Oe,L,t,Et,Lr,ce)),ce}function G(Z,ge,ar,gr){return S(!1,Z,ge,!1,ar,gr)}e.forEachLeadingCommentRange=G;function ee(Z,ge,ar,gr){return S(!1,Z,ge,!0,ar,gr)}e.forEachTrailingCommentRange=ee;function Q(Z,ge,ar,gr,Fr){return S(!0,Z,ge,!1,ar,gr,Fr)}e.reduceEachLeadingCommentRange=Q;function Qe(Z,ge,ar,gr,Fr){return S(!0,Z,ge,!0,ar,gr,Fr)}e.reduceEachTrailingCommentRange=Qe;function nr(Z,ge,ar,gr,Fr,Lr){return Lr||(Lr=[]),Lr.push({kind:ar,pos:Z,end:ge,hasTrailingNewLine:gr}),Lr}function je(Z,ge){return Q(Z,ge,nr,void 0,void 0)}e.getLeadingCommentRanges=je;function Le(Z,ge){return Qe(Z,ge,nr,void 0,void 0)}e.getTrailingCommentRanges=Le;function q(Z){var ge=oe.exec(Z);if(ge)return ge[0]}e.getShebang=q;function yr(Z,ge){return Z>=65&&Z<=90||Z>=97&&Z<=122||Z===36||Z===95||Z>127&&p(Z,ge)}e.isIdentifierStart=yr;function $(Z,ge,ar){return Z>=65&&Z<=90||Z>=97&&Z<=122||Z>=48&&Z<=57||Z===36||Z===95||(ar===1?Z===45||Z===58:!1)||Z>127&&v(Z,ge)}e.isIdentifierPart=$;function pe(Z,ge,ar){var gr=We(Z,0);if(!yr(gr,ge))return!1;for(var Fr=Ze(gr);Fr<Z.length;Fr+=Ze(gr))if(!$(gr=We(Z,Fr),ge,ar))return!1;return!0}e.isIdentifierText=pe;function Ue(Z,ge,ar,gr,Fr,Lr,ft){ar===void 0&&(ar=0);var Oe=gr,L,t,Et,It,He,ce,k,W,he=0;gn(Oe,Lr,ft);var Ar={getStartPos:function(){return Et},getTextPos:function(){return L},getToken:function(){return He},getTokenPos:function(){return It},getTokenText:function(){return Oe.substring(It,L)},getTokenValue:function(){return ce},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 He===79||He>116},isReservedWord:function(){return He>=81&&He<=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:bt,reScanTemplateHeadOrNoSubstitutionTemplate:Wn,scanJsxIdentifier:I,scanJsxAttributeValue:mi,reScanJsxAttributeValue:qn,reScanJsxToken:Xt,reScanLessThanToken:Hn,reScanHashToken:Oi,reScanQuestionToken:Ke,reScanInvalidIdentifier:ji,scanJsxToken:qt,scanJsDocToken:hr,scan:Vn,getText:ii,clearCommentDirectives:Mi,setText:gn,setScriptTarget:ai,setLanguageVariant:yi,setOnError:Si,setTextPos:Bn,setInJSDocType:mt,tryScan:xi,lookAhead:gi,scanRange:jn};return e.Debug.isDebugging&&Object.defineProperty(Ar,"__debugShowCurrentPositionInText",{get:function(){var tr=Ar.getText();return tr.slice(0,Ar.getStartPos())+"\u2551"+tr.slice(Ar.getStartPos())}}),Ar;function cr(tr,Or,sr){if(Or===void 0&&(Or=L),Fr){var ke=L;L=Or,Fr(tr,sr||0),L=ke}}function Vr(){for(var tr=L,Or=!1,sr=!1,ke="";;){var Ft=Oe.charCodeAt(L);if(Ft===95){k|=512,Or?(Or=!1,sr=!0,ke+=Oe.substring(tr,L)):cr(sr?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++,tr=L;continue}if(er(Ft)){Or=!0,sr=!1,L++;continue}break}return Oe.charCodeAt(L-1)===95&&cr(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),ke+Oe.substring(tr,L)}function Qr(){var tr=L,Or=Vr(),sr,ke;Oe.charCodeAt(L)===46&&(L++,sr=Vr());var Ft=L;if(Oe.charCodeAt(L)===69||Oe.charCodeAt(L)===101){L++,k|=16,(Oe.charCodeAt(L)===43||Oe.charCodeAt(L)===45)&&L++;var zt=L,Lt=Vr();Lt?(ke=Oe.substring(Ft,zt)+Lt,Ft=L):cr(e.Diagnostics.Digit_expected)}var Pe;if(k&512?(Pe=Or,sr&&(Pe+="."+sr),ke&&(Pe+=ke)):Pe=Oe.substring(tr,Ft),sr!==void 0||k&16)return nt(tr,sr===void 0&&!!(k&16)),{type:8,value:""+ +Pe};ce=Pe;var Re=_i();return nt(tr),{type:Re,value:ce}}function nt(tr,Or){if(!!yr(We(Oe,L),Z)){var sr=L,ke=Nn().length;ke===1&&Oe[sr]==="n"?cr(Or?e.Diagnostics.A_bigint_literal_cannot_use_exponential_notation:e.Diagnostics.A_bigint_literal_must_be_an_integer,tr,sr-tr+1):(cr(e.Diagnostics.An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal,sr,ke),L=sr)}}function vt(){for(var tr=L;ur(Oe.charCodeAt(L));)L++;return+Oe.substring(tr,L)}function St(tr,Or){var sr=zr(tr,!1,Or);return sr?parseInt(sr,16):-1}function Wr(tr,Or){return zr(tr,!0,Or)}function zr(tr,Or,sr){for(var ke=[],Ft=!1,zt=!1;ke.length<tr||Or;){var Lt=Oe.charCodeAt(L);if(sr&&Lt===95){k|=512,Ft?(Ft=!1,zt=!0):cr(zt?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++;continue}if(Ft=sr,Lt>=65&&Lt<=70)Lt+=97-65;else if(!(Lt>=48&&Lt<=57||Lt>=97&&Lt<=102))break;ke.push(Lt),L++,zt=!1}return ke.length<tr&&(ke=[]),Oe.charCodeAt(L-1)===95&&cr(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),String.fromCharCode.apply(String,ke)}function ut(tr){tr===void 0&&(tr=!1);var Or=Oe.charCodeAt(L);L++;for(var sr="",ke=L;;){if(L>=t){sr+=Oe.substring(ke,L),k|=4,cr(e.Diagnostics.Unterminated_string_literal);break}var Ft=Oe.charCodeAt(L);if(Ft===Or){sr+=Oe.substring(ke,L),L++;break}if(Ft===92&&!tr){sr+=Oe.substring(ke,L),sr+=wt(),ke=L;continue}if(de(Ft)&&!tr){sr+=Oe.substring(ke,L),k|=4,cr(e.Diagnostics.Unterminated_string_literal);break}L++}return sr}function Ct(tr){var Or=Oe.charCodeAt(L)===96;L++;for(var sr=L,ke="",Ft;;){if(L>=t){ke+=Oe.substring(sr,L),k|=4,cr(e.Diagnostics.Unterminated_template_literal),Ft=Or?14:17;break}var zt=Oe.charCodeAt(L);if(zt===96){ke+=Oe.substring(sr,L),L++,Ft=Or?14:17;break}if(zt===36&&L+1<t&&Oe.charCodeAt(L+1)===123){ke+=Oe.substring(sr,L),L+=2,Ft=Or?15:16;break}if(zt===92){ke+=Oe.substring(sr,L),ke+=wt(tr),sr=L;continue}if(zt===13){ke+=Oe.substring(sr,L),L++,L<t&&Oe.charCodeAt(L)===10&&L++,ke+=`
|
|
11
|
+
`,sr=L;continue}L++}return e.Debug.assert(Ft!==void 0),ce=ke,Ft}function wt(tr){var Or=L;if(L++,L>=t)return cr(e.Diagnostics.Unexpected_end_of_text),"";var sr=Oe.charCodeAt(L);switch(L++,sr){case 48:return tr&&L<t&&er(Oe.charCodeAt(L))?(L++,k|=2048,Oe.substring(Or,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(tr){for(var ke=L;ke<L+4;ke++)if(ke<t&&!De(Oe.charCodeAt(ke))&&Oe.charCodeAt(ke)!==123)return L=ke,k|=2048,Oe.substring(Or,L)}if(L<t&&Oe.charCodeAt(L)===123){if(L++,tr&&!De(Oe.charCodeAt(L)))return k|=2048,Oe.substring(Or,L);if(tr){var Ft=L,zt=Wr(1,!1),Lt=zt?parseInt(zt,16):-1;if(!Ae(Lt)||Oe.charCodeAt(L)!==125)return k|=2048,Oe.substring(Or,L);L=Ft}return k|=8,xn()}return k|=1024,Qt(4);case 120:if(tr)if(De(Oe.charCodeAt(L))){if(!De(Oe.charCodeAt(L+1)))return L++,k|=2048,Oe.substring(Or,L)}else return k|=2048,Oe.substring(Or,L);return Qt(2);case 13:L<t&&Oe.charCodeAt(L)===10&&L++;case 10:case 8232:case 8233:return"";default:return String.fromCharCode(sr)}}function Qt(tr){var Or=St(tr,!1);return Or>=0?String.fromCharCode(Or):(cr(e.Diagnostics.Hexadecimal_digit_expected),"")}function xn(){var tr=Wr(1,!1),Or=tr?parseInt(tr,16):-1,sr=!1;return Or<0?(cr(e.Diagnostics.Hexadecimal_digit_expected),sr=!0):Or>1114111&&(cr(e.Diagnostics.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),sr=!0),L>=t?(cr(e.Diagnostics.Unexpected_end_of_text),sr=!0):Oe.charCodeAt(L)===125?L++:(cr(e.Diagnostics.Unterminated_Unicode_escape_sequence),sr=!0),sr?"":Cr(Or)}function un(){if(L+5<t&&Oe.charCodeAt(L+1)===117){var tr=L;L+=2;var Or=St(4,!1);return L=tr,Or}return-1}function An(){if(Z>=2&&We(Oe,L+1)===117&&We(Oe,L+2)===123){var tr=L;L+=3;var Or=Wr(1,!1),sr=Or?parseInt(Or,16):-1;return L=tr,sr}return-1}function Nn(){for(var tr="",Or=L;L<t;){var sr=We(Oe,L);if($(sr,Z))L+=Ze(sr);else if(sr===92){if(sr=An(),sr>=0&&$(sr,Z)){L+=3,k|=8,tr+=xn(),Or=L;continue}if(sr=un(),!(sr>=0&&$(sr,Z)))break;k|=1024,tr+=Oe.substring(Or,L),tr+=Cr(sr),L+=6,Or=L}else break}return tr+=Oe.substring(Or,L),tr}function On(){var tr=ce.length;if(tr>=2&&tr<=12){var Or=ce.charCodeAt(0);if(Or>=97&&Or<=122){var sr=d.get(ce);if(sr!==void 0)return He=sr}}return He=79}function si(tr){for(var Or="",sr=!1,ke=!1;;){var Ft=Oe.charCodeAt(L);if(Ft===95){k|=512,sr?(sr=!1,ke=!0):cr(ke?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++;continue}if(sr=!0,!er(Ft)||Ft-48>=tr)break;Or+=Oe[L],L++,ke=!1}return Oe.charCodeAt(L-1)===95&&cr(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),Or}function _i(){if(Oe.charCodeAt(L)===110)return ce+="n",k&384&&(ce=e.parsePseudoBigInt(ce)+"n"),L++,9;var tr=k&128?parseInt(ce.slice(2),2):k&256?parseInt(ce.slice(2),8):+ce;return ce=""+tr,8}function Vn(){var tr;Et=L,k=0;for(var Or=!1;;){if(It=L,L>=t)return He=1;var sr=We(Oe,L);if(sr===35&&L===0&&y(Oe,L)){if(L=g(Oe,L),ge)continue;return He=6}switch(sr){case 10:case 13:if(k|=1,ge){L++;continue}else return sr===13&&L+1<t&&Oe.charCodeAt(L+1)===10?L+=2:L++,He=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(ge){L++;continue}else{for(;L<t&&B(Oe.charCodeAt(L));)L++;return He=5}case 33:return Oe.charCodeAt(L+1)===61?Oe.charCodeAt(L+2)===61?(L+=3,He=37):(L+=2,He=35):(L++,He=53);case 34:case 39:return ce=ut(),He=10;case 96:return He=Ct(!1);case 37:return Oe.charCodeAt(L+1)===61?(L+=2,He=69):(L++,He=44);case 38:return Oe.charCodeAt(L+1)===38?Oe.charCodeAt(L+2)===61?(L+=3,He=76):(L+=2,He=55):Oe.charCodeAt(L+1)===61?(L+=2,He=73):(L++,He=50);case 40:return L++,He=20;case 41:return L++,He=21;case 42:if(Oe.charCodeAt(L+1)===61)return L+=2,He=66;if(Oe.charCodeAt(L+1)===42)return Oe.charCodeAt(L+2)===61?(L+=3,He=67):(L+=2,He=42);if(L++,he&&!Or&&k&1){Or=!0;continue}return He=41;case 43:return Oe.charCodeAt(L+1)===43?(L+=2,He=45):Oe.charCodeAt(L+1)===61?(L+=2,He=64):(L++,He=39);case 44:return L++,He=27;case 45:return Oe.charCodeAt(L+1)===45?(L+=2,He=46):Oe.charCodeAt(L+1)===61?(L+=2,He=65):(L++,He=40);case 46:return er(Oe.charCodeAt(L+1))?(ce=Qr().value,He=8):Oe.charCodeAt(L+1)===46&&Oe.charCodeAt(L+2)===46?(L+=3,He=25):(L++,He=24);case 47:if(Oe.charCodeAt(L+1)===47){for(L+=2;L<t&&!de(Oe.charCodeAt(L));)L++;if(W=di(W,Oe.slice(It,L),te,It),ge)continue;return He=2}if(Oe.charCodeAt(L+1)===42){L+=2,Oe.charCodeAt(L)===42&&Oe.charCodeAt(L+1)!==47&&(k|=2);for(var ke=!1,Ft=It;L<t;){var zt=Oe.charCodeAt(L);if(zt===42&&Oe.charCodeAt(L+1)===47){L+=2,ke=!0;break}L++,de(zt)&&(Ft=L,k|=1)}if(W=di(W,Oe.slice(Ft,L),U,Ft),ke||cr(e.Diagnostics.Asterisk_Slash_expected),ge)continue;return ke||(k|=4),He=3}return Oe.charCodeAt(L+1)===61?(L+=2,He=68):(L++,He=43);case 48:if(L+2<t&&(Oe.charCodeAt(L+1)===88||Oe.charCodeAt(L+1)===120))return L+=2,ce=Wr(1,!0),ce||(cr(e.Diagnostics.Hexadecimal_digit_expected),ce="0"),ce="0x"+ce,k|=64,He=_i();if(L+2<t&&(Oe.charCodeAt(L+1)===66||Oe.charCodeAt(L+1)===98))return L+=2,ce=si(2),ce||(cr(e.Diagnostics.Binary_digit_expected),ce="0"),ce="0b"+ce,k|=128,He=_i();if(L+2<t&&(Oe.charCodeAt(L+1)===79||Oe.charCodeAt(L+1)===111))return L+=2,ce=si(8),ce||(cr(e.Diagnostics.Octal_digit_expected),ce="0"),ce="0o"+ce,k|=256,He=_i();if(L+1<t&&ur(Oe.charCodeAt(L+1)))return ce=""+vt(),k|=32,He=8;case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return tr=Qr(),He=tr.type,ce=tr.value,He;case 58:return L++,He=58;case 59:return L++,He=26;case 60:if(Nr(Oe,L)){if(L=Gr(Oe,L,cr),ge)continue;return He=7}return Oe.charCodeAt(L+1)===60?Oe.charCodeAt(L+2)===61?(L+=3,He=70):(L+=2,He=47):Oe.charCodeAt(L+1)===61?(L+=2,He=32):ar===1&&Oe.charCodeAt(L+1)===47&&Oe.charCodeAt(L+2)!==42?(L+=2,He=30):(L++,He=29);case 61:if(Nr(Oe,L)){if(L=Gr(Oe,L,cr),ge)continue;return He=7}return Oe.charCodeAt(L+1)===61?Oe.charCodeAt(L+2)===61?(L+=3,He=36):(L+=2,He=34):Oe.charCodeAt(L+1)===62?(L+=2,He=38):(L++,He=63);case 62:if(Nr(Oe,L)){if(L=Gr(Oe,L,cr),ge)continue;return He=7}return L++,He=31;case 63:return Oe.charCodeAt(L+1)===46&&!er(Oe.charCodeAt(L+2))?(L+=2,He=28):Oe.charCodeAt(L+1)===63?Oe.charCodeAt(L+2)===61?(L+=3,He=77):(L+=2,He=60):(L++,He=57);case 91:return L++,He=22;case 93:return L++,He=23;case 94:return Oe.charCodeAt(L+1)===61?(L+=2,He=78):(L++,He=52);case 123:return L++,He=18;case 124:if(Nr(Oe,L)){if(L=Gr(Oe,L,cr),ge)continue;return He=7}return Oe.charCodeAt(L+1)===124?Oe.charCodeAt(L+2)===61?(L+=3,He=75):(L+=2,He=56):Oe.charCodeAt(L+1)===61?(L+=2,He=74):(L++,He=51);case 125:return L++,He=19;case 126:return L++,He=54;case 64:return L++,He=59;case 92:var Lt=An();if(Lt>=0&&yr(Lt,Z))return L+=3,k|=8,ce=xn()+Nn(),He=On();var Pe=un();return Pe>=0&&yr(Pe,Z)?(L+=6,k|=1024,ce=String.fromCharCode(Pe)+Nn(),He=On()):(cr(e.Diagnostics.Invalid_character),L++,He=0);case 35:return L!==0&&Oe[L+1]==="!"?(cr(e.Diagnostics.can_only_be_used_at_the_start_of_a_file),L++,He=0):(yr(We(Oe,L+1),Z)?(L++,Jn(We(Oe,L),Z)):(ce=String.fromCharCode(We(Oe,L)),cr(e.Diagnostics.Invalid_character,L++,Ze(sr))),He=80);default:var Re=Jn(sr,Z);if(Re)return He=Re;if(B(sr)){L+=Ze(sr);continue}else if(de(sr)){k|=1,L+=Ze(sr);continue}var Ve=Ze(sr);return cr(e.Diagnostics.Invalid_character,L,Ve),L+=Ve,He=0}}}function ji(){e.Debug.assert(He===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),L=It=Et,k=0;var tr=We(Oe,L),Or=Jn(tr,99);return Or?He=Or:(L+=Ze(tr),He)}function Jn(tr,Or){var sr=tr;if(yr(sr,Or)){for(L+=Ze(sr);L<t&&$(sr=We(Oe,L),Or);)L+=Ze(sr);return ce=Oe.substring(It,L),sr===92&&(ce+=Nn()),On()}}function Sn(){if(He===31){if(Oe.charCodeAt(L)===62)return Oe.charCodeAt(L+1)===62?Oe.charCodeAt(L+2)===61?(L+=3,He=72):(L+=2,He=49):Oe.charCodeAt(L+1)===61?(L+=2,He=71):(L++,He=48);if(Oe.charCodeAt(L)===61)return L++,He=33}return He}function ei(){return e.Debug.assert(He===66,"'reScanAsteriskEqualsToken' should only be called on a '*='"),L=It+1,He=63}function Ni(){if(He===43||He===68){for(var tr=It+1,Or=!1,sr=!1;;){if(tr>=t){k|=4,cr(e.Diagnostics.Unterminated_regular_expression_literal);break}var ke=Oe.charCodeAt(tr);if(de(ke)){k|=4,cr(e.Diagnostics.Unterminated_regular_expression_literal);break}if(Or)Or=!1;else if(ke===47&&!sr){tr++;break}else ke===91?sr=!0:ke===92?Or=!0:ke===93&&(sr=!1);tr++}for(;tr<t&&$(Oe.charCodeAt(tr),Z);)tr++;L=tr,ce=Oe.substring(It,L),He=13}return He}function di(tr,Or,sr,ke){var Ft=Fn(e.trimStringStart(Or),sr);return Ft===void 0?tr:e.append(tr,{range:{pos:ke,end:L},type:Ft})}function Fn(tr,Or){var sr=Or.exec(tr);if(!!sr)switch(sr[1]){case"ts-expect-error":return 0;case"ts-ignore":return 1}}function bt(tr){return e.Debug.assert(He===19,"'reScanTemplateToken' should only be called on a '}'"),L=It,He=Ct(tr)}function Wn(){return L=It,He=Ct(!0)}function Xt(tr){return tr===void 0&&(tr=!0),L=It=Et,He=qt(tr)}function Hn(){return He===47?(L=It+1,He=29):He}function Oi(){return He===80?(L=It+1,He=62):He}function Ke(){return e.Debug.assert(He===60,"'reScanQuestionToken' should only be called on a '??'"),L=It+1,He=57}function qt(tr){if(tr===void 0&&(tr=!0),Et=It=L,L>=t)return He=1;var Or=Oe.charCodeAt(L);if(Or===60)return Oe.charCodeAt(L+1)===47?(L+=2,He=30):(L++,He=29);if(Or===123)return L++,He=18;for(var sr=0;L<t&&(Or=Oe.charCodeAt(L),Or!==123);){if(Or===60){if(Nr(Oe,L))return L=Gr(Oe,L,cr),He=7;break}if(Or===62&&cr(e.Diagnostics.Unexpected_token_Did_you_mean_or_gt,L,1),Or===125&&cr(e.Diagnostics.Unexpected_token_Did_you_mean_or_rbrace,L,1),de(Or)&&sr===0)sr=-1;else{if(!tr&&de(Or)&&sr>0)break;xe(Or)||(sr=L)}L++}return ce=Oe.substring(Et,L),sr===-1?12:11}function I(){if(a(He)){for(var tr=!1;L<t;){var Or=Oe.charCodeAt(L);if(Or===45){ce+="-",L++;continue}else if(Or===58&&!tr){ce+=":",L++,tr=!0,He=79;continue}var sr=L;if(ce+=Nn(),L===sr)break}return ce.slice(-1)===":"&&(ce=ce.slice(0,-1),L--),On()}return He}function mi(){switch(Et=L,Oe.charCodeAt(L)){case 34:case 39:return ce=ut(!0),He=10;default:return Vn()}}function qn(){return L=It=Et,mi()}function hr(){if(Et=It=L,k=0,L>=t)return He=1;var tr=We(Oe,L);switch(L+=Ze(tr),tr){case 9:case 11:case 12:case 32:for(;L<t&&B(Oe.charCodeAt(L));)L++;return He=5;case 64:return He=59;case 13:Oe.charCodeAt(L)===10&&L++;case 10:return k|=1,He=4;case 42:return He=41;case 123:return He=18;case 125:return He=19;case 91:return He=22;case 93:return He=23;case 60:return He=29;case 62:return He=31;case 61:return He=63;case 44:return He=27;case 46:return He=24;case 96:return He=61;case 35:return He=62;case 92:L--;var Or=An();if(Or>=0&&yr(Or,Z))return L+=3,k|=8,ce=xn()+Nn(),He=On();var sr=un();return sr>=0&&yr(sr,Z)?(L+=6,k|=1024,ce=String.fromCharCode(sr)+Nn(),He=On()):(L++,He=0)}if(yr(tr,Z)){for(var ke=tr;L<t&&$(ke=We(Oe,L),Z)||Oe.charCodeAt(L)===45;)L+=Ze(ke);return ce=Oe.substring(It,L),ke===92&&(ce+=Nn()),He=On()}else return He=0}function Yt(tr,Or){var sr=L,ke=Et,Ft=It,zt=He,Lt=ce,Pe=k,Re=tr();return(!Re||Or)&&(L=sr,Et=ke,It=Ft,He=zt,ce=Lt,k=Pe),Re}function jn(tr,Or,sr){var ke=t,Ft=L,zt=Et,Lt=It,Pe=He,Re=ce,Ve=k,rr=W;gn(Oe,tr,Or);var or=sr();return t=ke,L=Ft,Et=zt,It=Lt,He=Pe,ce=Re,k=Ve,W=rr,or}function gi(tr){return Yt(tr,!0)}function xi(tr){return Yt(tr,!1)}function ii(){return Oe}function Mi(){W=void 0}function gn(tr,Or,sr){Oe=tr||"",t=sr===void 0?Oe.length:Or+sr,Bn(Or||0)}function Si(tr){Fr=tr}function ai(tr){Z=tr}function yi(tr){ar=tr}function Bn(tr){e.Debug.assert(tr>=0),L=tr,Et=tr,It=tr,He=0,ce=void 0,k=0}function mt(tr){he+=tr?1:-1}}e.createScanner=Ue;var We=String.prototype.codePointAt?function(Z,ge){return Z.codePointAt(ge)}:function(ge,ar){var gr=ge.length;if(!(ar<0||ar>=gr)){var Fr=ge.charCodeAt(ar);if(Fr>=55296&&Fr<=56319&&gr>ar+1){var Lr=ge.charCodeAt(ar+1);if(Lr>=56320&&Lr<=57343)return(Fr-55296)*1024+Lr-56320+65536}return Fr}};function Ze(Z){return Z>=65536?2:1}function pr(Z){if(e.Debug.assert(0<=Z&&Z<=1114111),Z<=65535)return String.fromCharCode(Z);var ge=Math.floor((Z-65536)/1024)+55296,ar=(Z-65536)%1024+56320;return String.fromCharCode(ge,ar)}var br=String.fromCodePoint?function(Z){return String.fromCodePoint(Z)}:pr;function Cr(Z){return br(Z)}e.utf16EncodeAsString=Cr})($r||($r={}));var $r;(function(e){function r(m){return e.pathIsRelative(m)||e.isRootedDiskPath(m)}e.isExternalModuleNameRelative=r;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 X(m,ne){return ne>=m.start&&ne<d(m)}e.textSpanContainsPosition=X;function Y(m,ne){return ne>=m.pos&&ne<=m.end}e.textRangeContainsPositionInclusive=Y;function w(m,ne){return ne.start>=m.start&&d(ne)<=d(m)}e.textSpanContainsTextSpan=w;function K(m,ne){return ze(m,ne)!==void 0}e.textSpanOverlapsWith=K;function ze(m,ne){var qr=p(m,ne);return qr&&qr.length===0?void 0:qr}e.textSpanOverlap=ze;function ve(m,ne){return U(m.start,m.length,ne.start,ne.length)}e.textSpanIntersectsWithTextSpan=ve;function te(m,ne,qr){return U(m.start,m.length,ne,qr)}e.textSpanIntersectsWith=te;function U(m,ne,qr,P){var fn=m+ne,vn=qr+P;return qr<=fn&&vn>=m}e.decodedTextSpanIntersectsWith=U;function Te(m,ne){return ne<=d(m)&&ne>=m.start}e.textSpanIntersectsWithPosition=Te;function p(m,ne){var qr=Math.max(m.start,ne.start),P=Math.min(d(m),d(ne));return qr<=P?ie(qr,P):void 0}e.textSpanIntersection=p;function v(m,ne){if(m<0)throw new Error("start < 0");if(ne<0)throw new Error("length < 0");return{start:m,length:ne}}e.createTextSpan=v;function ie(m,ne){return v(m,ne-m)}e.createTextSpanFromBounds=ie;function le(m){return v(m.span.start,m.newLength)}e.textChangeRangeNewSpan=le;function Ce(m){return x(m.span)&&m.newLength===0}e.textChangeRangeIsUnchanged=Ce;function C(m,ne){if(ne<0)throw new Error("newLength < 0");return{span:m,newLength:ne}}e.createTextChangeRange=C,e.unchangedTextChangeRange=C(v(0,0),0);function Se(m){if(m.length===0)return e.unchangedTextChangeRange;if(m.length===1)return m[0];for(var ne=m[0],qr=ne.span.start,P=d(ne.span),fn=qr+ne.newLength,vn=1;vn<m.length;vn++){var ti=m[vn],ma=qr,zi=P,ba=fn,Ta=ti.span.start,Ja=d(ti.span),Ga=Ta+ti.newLength;qr=Math.min(ma,Ta),P=Math.max(zi,zi+(Ja-ba)),fn=Math.max(Ga,Ga+(ba-Ja))}return C(ie(qr,P),fn-qr)}e.collapseTextChangeRangesAcrossMultipleVersions=Se;function V(m){if(m&&m.kind===163){for(var ne=m;ne;ne=ne.parent)if(Or(ne)||Ve(ne)||ne.kind===258)return ne}}e.getTypeParameterOwner=V;function mr(m,ne){return e.hasSyntacticModifier(m,16476)&&ne.kind===171}e.isParameterPropertyDeclaration=mr;function _r(m){return dt(m)?e.every(m.elements,Sr):!1}e.isEmptyBindingPattern=_r;function Sr(m){return e.isOmittedExpression(m)?!0:_r(m.name)}e.isEmptyBindingElement=Sr;function Ee(m){for(var ne=m.parent;e.isBindingElement(ne.parent);)ne=ne.parent.parent;return ne.parent}e.walkUpBindingElementsAndPatterns=Ee;function we(m,ne){e.isBindingElement(m)&&(m=Ee(m));var qr=ne(m);return m.kind===254&&(m=m.parent),m&&m.kind===255&&(qr|=ne(m),m=m.parent),m&&m.kind===237&&(qr|=ne(m)),qr}function ae(m){return we(m,e.getEffectiveModifierFlags)}e.getCombinedModifierFlags=ae;function xe(m){return we(m,e.getEffectiveModifierFlagsAlwaysIncludeJSDoc)}e.getCombinedNodeFlagsAlwaysIncludeJSDoc=xe;function B(m){return we(m,function(ne){return ne.flags})}e.getCombinedNodeFlags=B,e.supportedLocaleDirectories=["cs","de","es","fr","it","ja","ko","pl","pt-br","ru","tr","zh-cn","zh-tw"];function de(m,ne,qr){var P=m.toLowerCase(),fn=/^([a-z]+)([_\-]([a-z]+))?$/.exec(P);if(!fn){qr&&qr.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],ti=fn[3];e.contains(e.supportedLocaleDirectories,P)&&!ma(vn,ti,qr)&&ma(vn,void 0,qr),e.setUILocale(m);function ma(zi,ba,Ta){var Ja=e.normalizePath(ne.getExecutingFilePath()),Ga=e.getDirectoryPath(Ja),_a=e.combinePaths(Ga,zi);if(ba&&(_a=_a+"-"+ba),_a=ne.resolvePath(e.combinePaths(_a,"diagnosticMessages.generated.json")),!ne.fileExists(_a))return!1;var ca="";try{ca=ne.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=de;function er(m,ne){if(m)for(;m.original!==void 0;)m=m.original;return!ne||ne(m)?m:void 0}e.getOriginalNode=er;function De(m,ne){for(;m;){var qr=ne(m);if(qr==="quit")return;if(qr)return m;m=m.parent}}e.findAncestor=De;function Ae(m){return(m.flags&8)===0}e.isParseTreeNode=Ae;function ur(m,ne){if(m===void 0||Ae(m))return m;for(m=m.original;m;){if(Ae(m))return!ne||ne(m)?m:void 0;m=m.original}}e.getParseTreeNode=ur;function Fe(m){return m.length>=2&&m.charCodeAt(0)===95&&m.charCodeAt(1)===95?"_"+m:m}e.escapeLeadingUnderscores=Fe;function Ye(m){var ne=m;return ne.length>=3&&ne.charCodeAt(0)===95&&ne.charCodeAt(1)===95&&ne.charCodeAt(2)===95?ne.substr(1):ne}e.unescapeLeadingUnderscores=Ye;function xr(m){return Ye(m.escapedText)}e.idText=xr;function Nr(m){return m.valueDeclaration&&ii(m.valueDeclaration)?xr(m.valueDeclaration.name):Ye(m.escapedName)}e.symbolName=Nr;function Gr(m){var ne=m.parent.parent;if(!!ne){if(et(ne))return oe(ne);switch(ne.kind){case 237:if(ne.declarationList&&ne.declarationList.declarations[0])return oe(ne.declarationList.declarations[0]);break;case 238:var qr=ne.expression;switch(qr.kind===221&&qr.operatorToken.kind===63&&(qr=qr.left),qr.kind){case 206:return qr.name;case 207:var P=qr.argumentExpression;if(e.isIdentifier(P))return P}break;case 212:return oe(ne.expression);case 250:{if(et(ne.statement)||Xn(ne.statement))return oe(ne.statement);break}}}}function oe(m){var ne=ee(m);return ne&&e.isIdentifier(ne)?ne:void 0}function y(m,ne){return!!(S(m)&&e.isIdentifier(m.name)&&xr(m.name)===xr(ne)||e.isVariableStatement(m)&&e.some(m.declarationList.declarations,function(qr){return y(qr,ne)}))}e.nodeHasName=y;function g(m){return m.name||Gr(m)}e.getNameOfJSDocTypedef=g;function S(m){return!!m.name}e.isNamedDeclaration=S;function G(m){switch(m.kind){case 79:return m;case 347:case 340:{var ne=m.name;if(ne.kind===161)return ne.right;break}case 208:case 221:{var qr=m;switch(e.getAssignmentDeclarationKind(qr)){case 1:case 4:case 5:case 3:return e.getElementOrPropertyAccessArgumentExpressionOrName(qr.left);case 7:case 8:case 9:return qr.arguments[1];default:return}}case 345:return g(m);case 339:return Gr(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)?Q(m):void 0)}e.getNameOfDeclaration=ee;function Q(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=Q;function Qe(m){if(e.hasDecorators(m))return e.filter(m.modifiers,e.isDecorator)}e.getDecorators=Qe;function nr(m){if(e.hasSyntacticModifier(m,125951))return e.filter(m.modifiers,yi)}e.getModifiers=nr;function je(m,ne){if(m.name)if(e.isIdentifier(m.name)){var qr=m.name.escapedText;return he(m.parent,ne).filter(function(vn){return e.isJSDocParameterTag(vn)&&e.isIdentifier(vn.name)&&vn.name.escapedText===qr})}else{var P=m.parent.parameters.indexOf(m);e.Debug.assert(P>-1,"Parameters should always be in their parents' parameter list");var fn=he(m.parent,ne).filter(e.isJSDocParameterTag);if(P<fn.length)return[fn[P]]}return e.emptyArray}function Le(m){return je(m,!1)}e.getJSDocParameterTags=Le;function q(m){return je(m,!0)}e.getJSDocParameterTagsNoCache=q;function yr(m,ne){var qr=m.name.escapedText;return he(m.parent,ne).filter(function(P){return e.isJSDocTemplateTag(P)&&P.typeParameters.some(function(fn){return fn.name.escapedText===qr})})}function $(m){return yr(m,!1)}e.getJSDocTypeParameterTags=$;function pe(m){return yr(m,!0)}e.getJSDocTypeParameterTagsNoCache=pe;function Ue(m){return!!Vr(m,e.isJSDocParameterTag)}e.hasJSDocParameterTags=Ue;function We(m){return Vr(m,e.isJSDocAugmentsTag)}e.getJSDocAugmentsTag=We;function Ze(m){return Qr(m,e.isJSDocImplementsTag)}e.getJSDocImplementsTags=Ze;function pr(m){return Vr(m,e.isJSDocClassTag)}e.getJSDocClassTag=pr;function br(m){return Vr(m,e.isJSDocPublicTag)}e.getJSDocPublicTag=br;function Cr(m){return Vr(m,e.isJSDocPublicTag,!0)}e.getJSDocPublicTagNoCache=Cr;function Z(m){return Vr(m,e.isJSDocPrivateTag)}e.getJSDocPrivateTag=Z;function ge(m){return Vr(m,e.isJSDocPrivateTag,!0)}e.getJSDocPrivateTagNoCache=ge;function ar(m){return Vr(m,e.isJSDocProtectedTag)}e.getJSDocProtectedTag=ar;function gr(m){return Vr(m,e.isJSDocProtectedTag,!0)}e.getJSDocProtectedTagNoCache=gr;function Fr(m){return Vr(m,e.isJSDocReadonlyTag)}e.getJSDocReadonlyTag=Fr;function Lr(m){return Vr(m,e.isJSDocReadonlyTag,!0)}e.getJSDocReadonlyTagNoCache=Lr;function ft(m){return Vr(m,e.isJSDocOverrideTag,!0)}e.getJSDocOverrideTagNoCache=ft;function Oe(m){return Vr(m,e.isJSDocDeprecatedTag)}e.getJSDocDeprecatedTag=Oe;function L(m){return Vr(m,e.isJSDocDeprecatedTag,!0)}e.getJSDocDeprecatedTagNoCache=L;function t(m){return Vr(m,e.isJSDocEnumTag)}e.getJSDocEnumTag=t;function Et(m){return Vr(m,e.isJSDocThisTag)}e.getJSDocThisTag=Et;function It(m){return Vr(m,e.isJSDocReturnTag)}e.getJSDocReturnTag=It;function He(m){return Vr(m,e.isJSDocTemplateTag)}e.getJSDocTemplateTag=He;function ce(m){var ne=Vr(m,e.isJSDocTypeTag);if(ne&&ne.typeExpression&&ne.typeExpression.type)return ne}e.getJSDocTypeTag=ce;function k(m){var ne=Vr(m,e.isJSDocTypeTag);return!ne&&e.isParameter(m)&&(ne=e.find(Le(m),function(qr){return!!qr.typeExpression})),ne&&ne.typeExpression&&ne.typeExpression.type}e.getJSDocType=k;function W(m){var ne=It(m);if(ne&&ne.typeExpression)return ne.typeExpression.type;var qr=ce(m);if(qr&&qr.typeExpression){var P=qr.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 he(m,ne){var qr=m.jsDocCache;if(qr===void 0||ne){var P=e.getJSDocCommentsAndTags(m,ne);e.Debug.assert(P.length<2||P[0]!==P[1]),qr=e.flatMap(P,function(fn){return e.isJSDoc(fn)?fn.tags:fn}),ne||(m.jsDocCache=qr)}return qr}function Ar(m){return he(m,!1)}e.getJSDocTags=Ar;function cr(m){return he(m,!0)}e.getJSDocTagsNoCache=cr;function Vr(m,ne,qr){return e.find(he(m,qr),ne)}function Qr(m,ne){return Ar(m).filter(ne)}e.getAllJSDocTags=Qr;function nt(m,ne){return Ar(m).filter(function(qr){return qr.kind===ne})}e.getAllJSDocTagsOfKind=nt;function vt(m){return typeof m=="string"?m:m==null?void 0:m.map(function(ne){return ne.kind===321?ne.text:St(ne)}).join("")}e.getTextOfJSDocComment=vt;function St(m){var ne=m.kind===324?"link":m.kind===325?"linkcode":"linkplain",qr=m.name?e.entityNameToString(m.name):"",P=m.name&&m.text.startsWith("://")?"":" ";return"{@".concat(ne," ").concat(qr).concat(P).concat(m.text,"}")}function Wr(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 ne=e.getJSDocTypeParameterDeclarations(m);if(ne.length)return ne;var qr=k(m);if(qr&&e.isFunctionTypeNode(qr)&&qr.typeParameters)return qr.typeParameters}return e.emptyArray}e.getEffectiveTypeParameterDeclarations=Wr;function zr(m){return m.constraint?m.constraint:e.isJSDocTemplateTag(m.parent)&&m===m.parent.typeParameters[0]?m.parent.constraint:void 0}e.getEffectiveConstraintOfTypeParameter=zr;function ut(m){return m.kind===79||m.kind===80}e.isMemberName=ut;function Ct(m){return m.kind===173||m.kind===172}e.isGetOrSetAccessorDeclaration=Ct;function wt(m){return e.isPropertyAccessExpression(m)&&!!(m.flags&32)}e.isPropertyAccessChain=wt;function Qt(m){return e.isElementAccessExpression(m)&&!!(m.flags&32)}e.isElementAccessChain=Qt;function xn(m){return e.isCallExpression(m)&&!!(m.flags&32)}e.isCallChain=xn;function un(m){var ne=m.kind;return!!(m.flags&32)&&(ne===206||ne===207||ne===208||ne===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 ji(m){return e.isNonNullExpression(m)&&!!(m.flags&32)}e.isNonNullChain=ji;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 bt(m.kind)}e.isNode=Fn;function bt(m){return m>=161}e.isNodeKind=bt;function Wn(m){return m>=0&&m<=160}e.isTokenKind=Wn;function Xt(m){return Wn(m.kind)}e.isToken=Xt;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 Ke(m){return Oi(m.kind)}e.isLiteralExpression=Ke;function qt(m){switch(m.kind){case 205:case 204:case 13:case 213:case 226:return!0}return!1}e.isLiteralExpressionOfObject=qt;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 ne=m.kind;return ne===16||ne===17}e.isTemplateMiddleOrTemplateTail=qn;function hr(m){return e.isImportSpecifier(m)||e.isExportSpecifier(m)}e.isImportOrExportSpecifier=hr;function Yt(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=Yt;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)||or(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 ne=m.kind;return ne===161||ne===79}e.isEntityName=Bn;function mt(m){var ne=m.kind;return ne===79||ne===80||ne===10||ne===8||ne===162}e.isPropertyName=mt;function tr(m){var ne=m.kind;return ne===79||ne===201||ne===202}e.isBindingName=tr;function Or(m){return!!m&&Lt(m.kind)}e.isFunctionLike=Or;function sr(m){return!!m&&(Lt(m.kind)||e.isClassStaticBlockDeclaration(m))}e.isFunctionLikeOrClassStaticBlockDeclaration=sr;function ke(m){return m&&zt(m.kind)}e.isFunctionLikeDeclaration=ke;function Ft(m){return m.kind===110||m.kind===95}e.isBooleanLiteral=Ft;function zt(m){switch(m){case 256:case 169:case 171:case 172:case 173:case 213:case 214:return!0;default:return!1}}function Lt(m){switch(m){case 168:case 174:case 323:case 175:case 176:case 179:case 317:case 180:return!0;default:return zt(m)}}e.isFunctionLikeKind=Lt;function Pe(m){return e.isSourceFile(m)||e.isModuleBlock(m)||e.isBlock(m)&&Or(m.parent)}e.isFunctionOrModuleBlock=Pe;function Re(m){var ne=m.kind;return ne===171||ne===167||ne===169||ne===172||ne===173||ne===176||ne===170||ne===234}e.isClassElement=Re;function Ve(m){return m&&(m.kind===257||m.kind===226)}e.isClassLike=Ve;function rr(m){return m&&(m.kind===172||m.kind===173)}e.isAccessor=rr;function or(m){switch(m.kind){case 169:case 172:case 173:return!0;default:return!1}}e.isMethodOrAccessor=or;function kr(m){return yi(m)||e.isDecorator(m)}e.isModifierLike=kr;function at(m){var ne=m.kind;return ne===175||ne===174||ne===166||ne===168||ne===176||ne===172||ne===173}e.isTypeElement=at;function yt(m){return at(m)||Re(m)}e.isClassOrTypeElement=yt;function rn(m){var ne=m.kind;return ne===296||ne===297||ne===298||ne===169||ne===172||ne===173}e.isObjectLiteralElementLike=rn;function Rt(m){return e.isTypeNodeKind(m.kind)}e.isTypeNode=Rt;function Jt(m){switch(m.kind){case 179:case 180:return!0}return!1}e.isFunctionOrConstructorTypeNode=Jt;function dt(m){if(m){var ne=m.kind;return ne===202||ne===201}return!1}e.isBindingPattern=dt;function hn(m){var ne=m.kind;return ne===204||ne===205}e.isAssignmentPattern=hn;function Ut(m){var ne=m.kind;return ne===203||ne===227}e.isArrayBindingElement=Ut;function Tt(m){switch(m.kind){case 254:case 164:case 203:return!0}return!1}e.isDeclarationBindingElement=Tt;function me(m){return pn(m)||an(m)}e.isBindingOrAssignmentPattern=me;function pn(m){switch(m.kind){case 201:case 205:return!0}return!1}e.isObjectBindingOrAssignmentPattern=pn;function Wt(m){switch(m.kind){case 203:case 296:case 297:case 298:return!0}return!1}e.isObjectBindingOrAssignmentElement=Wt;function an(m){switch(m.kind){case 202:case 204:return!0}return!1}e.isArrayBindingOrAssignmentPattern=an;function kn(m){var ne=m.kind;return ne===206||ne===161||ne===200}e.isPropertyAccessOrQualifiedNameOrImportTypeNode=kn;function $t(m){var ne=m.kind;return ne===206||ne===161}e.isPropertyAccessOrQualifiedName=$t;function Zt(m){switch(m.kind){case 280:case 279:case 208:case 209:case 210:case 165:return!0;default:return!1}}e.isCallLikeExpression=Zt;function Ur(m){return m.kind===208||m.kind===209}e.isCallOrNewExpression=Ur;function lt(m){var ne=m.kind;return ne===223||ne===14}e.isTemplateLiteral=lt;function jt(m){return en(Vn(m).kind)}e.isLeftHandSideExpression=jt;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 ne=m.kind;return ne===211||ne===229}e.isAssertionExpression=Ci;function fa(m){return e.isNotEmittedStatement(m)||e.isPartiallyEmittedExpression(m)}e.isNotEmittedOrPartiallyEmittedNode=fa;function Bi(m,ne){switch(m.kind){case 242:case 243:case 244:case 240:case 241:return!0;case 250:return ne&&Bi(m.statement,ne)}return!1}e.isIterationStatement=Bi;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 ne=m.kind;return ne===262||ne===261||ne===79}e.isModuleBody=b;function N(m){var ne=m.kind;return ne===262||ne===261}e.isNamespaceBody=N;function J(m){var ne=m.kind;return ne===79||ne===261}e.isJSDocNamespaceBody=J;function H(m){var ne=m.kind;return ne===269||ne===268}e.isNamedImportBindings=H;function Ie(m){return m.kind===261||m.kind===260}e.isModuleOrEnumDeclaration=Ie;function wr(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 fr(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 Dr(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 et(m){return m.kind===163?m.parent&&m.parent.kind!==344||e.isInJSFile(m):wr(m.kind)}e.isDeclaration=et;function pt(m){return fr(m.kind)}e.isDeclarationStatement=pt;function Kt(m){return Dr(m.kind)}e.isStatementButNotDeclaration=Kt;function Nt(m){var ne=m.kind;return Dr(ne)||fr(ne)||sn(m)}e.isStatement=Nt;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 ne=m.kind;return Dr(ne)||fr(ne)||ne===235}e.isStatementOrBlock=ci;function Qn(m){var ne=m.kind;return ne===277||ne===161||ne===79}e.isModuleReference=Qn;function wi(m){var ne=m.kind;return ne===108||ne===79||ne===206}e.isJsxTagNameExpression=wi;function Aa(m){var ne=m.kind;return ne===278||ne===288||ne===279||ne===11||ne===282}e.isJsxChild=Aa;function oa(m){var ne=m.kind;return ne===285||ne===287}e.isJsxAttributeLike=oa;function ka(m){var ne=m.kind;return ne===10||ne===288}e.isStringLiteralOrJsxExpression=ka;function qi(m){var ne=m.kind;return ne===280||ne===279}e.isJsxOpeningLikeElement=qi;function da(m){var ne=m.kind;return ne===289||ne===290}e.isCaseOrDefaultClause=da;function ri(m){return m.kind>=309&&m.kind<=347}e.isJSDocNode=ri;function Ha(m){return m.kind===320||m.kind===319||m.kind===321||ot(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 Ui(m){return m.kind===172}e.isGetAccessor=Ui;function ra(m){var ne=m.jsDoc;return!!ne&&ne.length>0}e.hasJSDocNodes=ra;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 ue(m){return m.kind===285||m.kind===287||rn(m)}e.isObjectLiteralElement=ue;function Xe(m){return m.kind===178||m.kind===228}e.isTypeReferenceType=Xe;var Br=1073741823;function rt(m){for(var ne=Br,qr=0,P=m;qr<P.length;qr++){var fn=P[qr];if(!!fn.length){for(var vn=0;vn<fn.length&&vn<ne&&e.isWhiteSpaceLike(fn.charCodeAt(vn));vn++);if(vn<ne&&(ne=vn),ne===0)return 0}}return ne===Br?void 0:ne}e.guessIndentation=rt;function st(m){return m.kind===10||m.kind===14}e.isStringLiteralLike=st;function ot(m){return m.kind===324||m.kind===325||m.kind===326}e.isJSDocLinkLike=ot;function Ht(m){var ne=e.lastOrUndefined(m.parameters);return!!ne&>(ne)}e.hasRestParameter=Ht;function gt(m){var ne=e.isJSDocParameterTag(m)?m.typeExpression&&m.typeExpression.type:m.type;return m.dotDotDotToken!==void 0||!!ne&&ne.kind===318}e.isRestParameter=gt})($r||($r={}));var $r;(function(e){e.resolvingEmptyArray=[],e.externalHelpersModuleNameText="tslib",e.defaultMaximumTruncationLength=160,e.noTruncationMaximumTruncationLength=1e6;function r(n,s){var T=n.declarations;if(T)for(var O=0,fe=T;O<fe.length;O++){var ir=fe[O];if(ir.kind===s)return ir}}e.getDeclarationOfKind=r;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 fe=O[T];s.set(fe.escapedName,fe)}return s}e.createSymbolTable=_;function d(n){return(n.flags&33554432)!==0}e.isTransientSymbol=d;var x=X();function X(){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 ze(n,s,e.moduleResolutionOptionDeclarations)}e.optionsHaveModuleResolutionChanges=w;function K(n,s){return ze(n,s,e.optionsAffectingProgramStructure)}e.changesAffectingProgramStructure=K;function ze(n,s,T){return n!==s&&T.some(function(O){return!yf(uf(n,O),uf(s,O))})}e.optionsHaveChanges=ze;function ve(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=ve;function te(n,s){for(var T=n.entries(),O=T.next();!O.done;O=T.next()){var fe=O.value,ir=fe[0],dr=fe[1],Rr=s(dr,ir);if(Rr)return Rr}}e.forEachEntry=te;function U(n,s){for(var T=n.keys(),O=T.next();!O.done;O=T.next()){var fe=s(O.value);if(fe)return fe}}e.forEachKey=U;function Te(n,s){n.forEach(function(T,O){s.set(O,T)})}e.copyEntries=Te;function p(n){var s=x.getText();try{return n(x),x.getText()}finally{x.clear(),x.writeKeyword(s)}}e.usingSingleLineStringWriter=p;function v(n){return n.end-n.pos}e.getFullWidth=v;function ie(n,s,T){return n&&n.resolvedModules&&n.resolvedModules.get(s,T)}e.getResolvedModule=ie;function le(n,s,T,O){n.resolvedModules||(n.resolvedModules=e.createModeAwareCache()),n.resolvedModules.set(s,O,T)}e.setResolvedModule=le;function Ce(n,s,T){n.resolvedTypeReferenceDirectiveNames||(n.resolvedTypeReferenceDirectiveNames=e.createModeAwareCache()),n.resolvedTypeReferenceDirectiveNames.set(s,void 0,T)}e.setResolvedTypeReferenceDirective=Ce;function C(n,s){return n.path===s.path&&!n.prepend==!s.prepend&&!n.circular==!s.circular}e.projectReferenceIsEqualTo=C;function Se(n,s){return n.isExternalLibraryImport===s.isExternalLibraryImport&&n.extension===s.extension&&n.resolvedFileName===s.resolvedFileName&&n.originalPath===s.originalPath&&V(n.packageId,s.packageId)}e.moduleResolutionIsEqualTo=Se;function V(n,s){return n===s||!!n&&!!s&&n.name===s.name&&n.subModuleName===s.subModuleName&&n.version===s.version}function mr(n){var s=n.name,T=n.subModuleName;return T?"".concat(s,"/").concat(T):s}e.packageIdToPackageName=mr;function _r(n){return"".concat(mr(n),"@").concat(n.version)}e.packageIdToString=_r;function Sr(n,s){return n.resolvedFileName===s.resolvedFileName&&n.primary===s.primary&&n.originalPath===s.originalPath}e.typeDirectiveIsEqualTo=Sr;function Ee(n,s,T,O,fe){e.Debug.assert(n.length===s.length);for(var ir=0;ir<n.length;ir++){var dr=s[ir],Rr=n[ir],it=e.isString(Rr)?Rr:Rr.fileName.toLowerCase(),Zr=e.isString(Rr)?O&&e.getModeForResolutionAtIndex(O,ir):e.getModeForFileReference(Rr,O==null?void 0:O.impliedNodeFormat),Vt=T&&T.get(it,Zr),dn=Vt?!dr||!fe(Vt,dr):dr;if(dn)return!0}return!1}e.hasChangesInResolutions=Ee;function we(n){return ae(n),(n.flags&524288)!==0}e.containsParseError=we;function ae(n){if(!(n.flags&1048576)){var s=(n.flags&131072)!==0||e.forEachChild(n,we);s&&(n.flags|=524288),n.flags|=1048576}}function xe(n){for(;n&&n.kind!==305;)n=n.parent;return n}e.getSourceFileOfNode=xe;function B(n){return xe(n.valueDeclaration||W(n))}e.getSourceFileOfModule=B;function de(n,s){return!!n&&(n.scriptKind===1||n.scriptKind===2)&&!n.checkJsDirective&&s===void 0}e.isPlainJsFile=de;function er(n){switch(n.kind){case 235:case 263:case 242:case 243:case 244:return!0}return!1}e.isStatementWithLocals=er;function De(n,s){return e.Debug.assert(n>=0),e.getLineStarts(s)[n]}e.getStartPositionOfLine=De;function Ae(n){var s=xe(n),T=e.getLineAndCharacterOfPosition(s,n.pos);return"".concat(s.fileName,"(").concat(T.line+1,",").concat(T.character+1,")")}e.nodePosToString=Ae;function ur(n,s){e.Debug.assert(n>=0);var T=e.getLineStarts(s),O=n,fe=s.text;if(O+1===T.length)return fe.length-1;var ir=T[O],dr=T[O+1]-1;for(e.Debug.assert(e.isLineBreak(fe.charCodeAt(dr)));ir<=dr&&e.isLineBreak(fe.charCodeAt(dr));)dr--;return dr}e.getEndLinePosition=ur;function Fe(n,s,T){return!(T&&T(s))&&!n.identifiers.has(s)}e.isFileLevelUniqueName=Fe;function Ye(n){return n===void 0?!0:n.pos===n.end&&n.pos>=0&&n.kind!==1}e.nodeIsMissing=Ye;function xr(n){return!Ye(n)}e.nodeIsPresent=xr;function Nr(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 Gr(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)||!!(Ze(n)&1048576)}function y(n,s){return Nr(n,s,jn)}e.insertStatementsAfterStandardPrologue=y;function g(n,s){return Nr(n,s,oe)}e.insertStatementsAfterCustomPrologue=g;function S(n,s){return Gr(n,s,jn)}e.insertStatementAfterStandardPrologue=S;function G(n,s){return Gr(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 Q(n,s){return n.charCodeAt(s+1)===42&&n.charCodeAt(s+2)===33}e.isPinnedComment=Q;function Qe(n,s){var T=new e.Map(s.map(function(dr){return["".concat(e.getLineAndCharacterOfPosition(n,dr.range.end).line),dr]})),O=new e.Map;return{getUnusedExpectations:fe,markUsed:ir};function fe(){return e.arrayFrom(T.entries()).filter(function(dr){var Rr=dr[0],it=dr[1];return it.type===0&&!O.get(Rr)}).map(function(dr){var Rr=dr[0],it=dr[1];return it})}function ir(dr){return T.has("".concat(dr))?(O.set("".concat(dr),!0),!0):!1}}e.createCommentDirectivesMap=Qe;function nr(n,s,T){return Ye(n)?n.pos:e.isJSDocNode(n)||n.kind===11?e.skipTrivia((s||xe(n)).text,n.pos,!1,!0):T&&e.hasJSDocNodes(n)?nr(n.jsDoc[0],s):n.kind===348&&n._children.length>0?nr(n._children[0],s,T):e.skipTrivia((s||xe(n)).text,n.pos,!1,!1,Kt(n))}e.getTokenPosOfNode=nr;function je(n,s){var T=!Ye(n)&&e.canHaveModifiers(n)?e.findLast(n.modifiers,e.isDecorator):void 0;return T?e.skipTrivia((s||xe(n)).text,T.end):nr(n,s)}e.getNonDecoratorTokenPosOfNode=je;function Le(n,s,T){return T===void 0&&(T=!1),$(n.text,s,T)}e.getSourceTextOfNodeFromSourceFile=Le;function q(n){return!!e.findAncestor(n,e.isJSDocTypeExpression)}function yr(n){return!!(e.isExportDeclaration(n)&&n.exportClause&&e.isNamespaceExport(n.exportClause)&&n.exportClause.name.escapedText==="default")}e.isExportNamespaceAsDefaultDeclaration=yr;function $(n,s,T){if(T===void 0&&(T=!1),Ye(s))return"";var O=n.substring(T?s.pos:e.skipTrivia(n,s.pos),s.end);return q(s)&&(O=O.split(/\r\n|\n|\r/).map(function(fe){return e.trimStringStart(fe.replace(/^\s*\*/,""))}).join(`
|
|
13
|
+
`)),O}e.getTextOfNodeFromSourceText=$;function pe(n,s){return s===void 0&&(s=!1),Le(xe(n),n,s)}e.getTextOfNode=pe;function Ue(n){return n.pos}function We(n,s){return e.binarySearch(n,s,Ue,e.compareValues)}e.indexOfNode=We;function Ze(n){var s=n.emitNode;return s&&s.flags||0}e.getEmitFlags=Ze;function pr(){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=pr;var br;(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"})(br=e.GetLiteralTextFlags||(e.GetLiteralTextFlags={}));function Cr(n,s,T){var O;if(s&&Z(n,T))return Le(s,n);switch(n.kind){case 10:{var fe=T&2?Vc:T&1||Ze(n)&16777216?xs:Ss;return n.singleQuote?"'"+fe(n.text,39)+"'":'"'+fe(n.text,34)+'"'}case 14:case 15:case 16:case 17:{var fe=T&1||Ze(n)&16777216?xs:Ss,ir=(O=n.rawText)!==null&&O!==void 0?O:co(fe(n.text,96));switch(n.kind){case 14:return"`"+ir+"`";case 15:return"`"+ir+"${";case 16:return"}"+ir+"${";case 17:return"}"+ir+"`"}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=Cr;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 ge(n){return e.isString(n)?'"'+Ss(n)+'"':""+n}e.getTextOfConstantValue=ge;function ar(n){return e.getBaseFileName(n).replace(/^(\d)/,"_$1").replace(/\W/g,"_")}e.makeIdentifierFromModuleName=ar;function gr(n){return(e.getCombinedNodeFlags(n)&3)!==0||Fr(n)}e.isBlockOrCatchScoped=gr;function Fr(n){var s=Ko(n);return s.kind===254&&s.parent.kind===292}e.isCatchClauseVariableDeclarationOrBindingElement=Fr;function Lr(n){return e.isModuleDeclaration(n)&&(n.name.kind===10||He(n))}e.isAmbientModule=Lr;function ft(n){return e.isModuleDeclaration(n)&&n.name.kind===10}e.isModuleWithStringLiteralName=ft;function Oe(n){return e.isModuleDeclaration(n)&&e.isStringLiteral(n.name)}e.isNonGlobalAmbientModule=Oe;function L(n){return e.isModuleDeclaration(n)||e.isIdentifier(n)}e.isEffectiveModuleDeclaration=L;function t(n){return Et(n.valueDeclaration)}e.isShorthandAmbientModuleSymbol=t;function Et(n){return!!n&&n.kind===261&&!n.body}function It(n){return n.kind===305||n.kind===261||e.isFunctionLikeOrClassStaticBlockDeclaration(n)}e.isBlockScopedContainerTopLevel=It;function He(n){return!!(n.flags&1024)}e.isGlobalScopeAugmentation=He;function ce(n){return Lr(n)&&k(n)}e.isExternalModuleAugmentation=ce;function k(n){switch(n.parent.kind){case 305:return e.isExternalModule(n.parent);case 262:return Lr(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!ce(T)&&!(e.isModuleDeclaration(T)&&He(T))})}e.getNonAugmentationDeclaration=W;function he(n){return n===e.ModuleKind.CommonJS||n===e.ModuleKind.Node16||n===e.ModuleKind.NodeNext}function Ar(n,s){return e.isExternalModule(n)||s.isolatedModules||he(Ir(s))&&!!n.commonJsModuleIndicator}e.isEffectiveExternalModule=Ar;function cr(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?Ir(s)>=e.ModuleKind.ES2015?!0:!s.noImplicitUseStrict:!1}e.isEffectiveStrictModeSourceFile=cr;function Vr(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=Vr;function Qr(n){switch(n.kind){case 338:case 345:case 323:return!0;default:return e.assertType(n),nt(n)}}e.isDeclarationWithTypeParameters=Qr;function nt(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=nt;function vt(n){switch(n.kind){case 266:case 265:return!0;default:return!1}}e.isAnyImportSyntax=vt;function St(n){return vt(n)||Qn(n)}e.isAnyImportOrBareOrAccessedRequire=St;function Wr(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=Wr;function zr(n){return ut(n)||e.isModuleDeclaration(n)||e.isImportTypeNode(n)||qn(n)}e.hasPossibleExternalModuleReference=zr;function ut(n){return vt(n)||e.isExportDeclaration(n)}e.isAnyImportOrReExport=ut;function Ct(n){return e.findAncestor(n.parent,function(s){return Vr(s,s.parent)})}e.getEnclosingBlockScopeContainer=Ct;function wt(n,s){for(var T=Ct(n);T;)s(T),T=Ct(T)}e.forEachEnclosingBlockScopeContainer=wt;function Qt(n){return!n||v(n)===0?"(Missing)":pe(n)}e.declarationNameToString=Qt;function xn(n){return n.declaration?Qt(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):pe(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,fe,ir){var dr=xe(n);return Vn(dr,n,s,T,O,fe,ir)}e.createDiagnosticForNode=si;function _i(n,s,T,O,fe,ir,dr){var Rr=e.skipTrivia(n.text,s.pos);return ro(n,Rr,s.end-Rr,T,O,fe,ir,dr)}e.createDiagnosticForNodeArray=_i;function Vn(n,s,T,O,fe,ir,dr){var Rr=Wn(n,s);return ro(n,Rr.start,Rr.length,T,O,fe,ir,dr)}e.createDiagnosticForNodeInSourceFile=Vn;function ji(n,s,T){var O=xe(n),fe=Wn(O,n);return Sn(O,fe.start,fe.length,s,T)}e.createDiagnosticForNodeFromMessageChain=ji;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,fe){return Jn(n,s,T),{file:n,start:s,length:T,code:O.code,category:O.category,messageText:O.next?O:O.messageText,relatedInformation:fe}}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 bt(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,fe=e.getLineAndCharacterOfPosition(n,s.body.end).line;if(O<fe)return e.createTextSpan(T,ur(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 bt(n,s);case 289:case 290:var fe=e.skipTrivia(n.text,s.pos),ir=s.statements.length>0?s.statements[0].pos:s.end;return e.createTextSpanFromBounds(fe,ir)}if(T===void 0)return Fn(n,s.pos);e.Debug.assert(!e.isJSDoc(T));var dr=Ye(T),Rr=dr||e.isJsxText(s)?T.pos:e.skipTrivia(n.text,T.pos);return dr?(e.Debug.assert(Rr===T.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),e.Debug.assert(Rr===T.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")):(e.Debug.assert(Rr>=T.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),e.Debug.assert(Rr<=T.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")),e.createTextSpanFromBounds(Rr,T.end)}e.getErrorSpanForNode=Wn;function Xt(n){return(n.externalModuleIndicator||n.commonJsModuleIndicator)!==void 0}e.isExternalOrCommonJsModule=Xt;function Hn(n){return n.scriptKind===6}e.isJsonSourceFile=Hn;function Oi(n){return!!(e.getCombinedModifierFlags(n)&2048)}e.isEnumConst=Oi;function Ke(n){return!!(e.getCombinedModifierFlags(n)&64&&!e.isParameterPropertyDeclaration(n,n.parent))}e.isDeclarationReadonly=Ke;function qt(n){return!!(e.getCombinedNodeFlags(n)&2)}e.isVarConst=qt;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 hr(n){return e.isMetaProperty(n)&&n.keywordToken===100&&n.name.escapedText==="meta"}e.isImportMeta=hr;function Yt(n){return e.isImportTypeNode(n)&&e.isLiteralTypeNode(n.argument)&&e.isStringLiteral(n.argument.literal)}e.isLiteralImportTypeNode=Yt;function jn(n){return n.kind===238&&n.expression.kind===10}e.isPrologueDirective=jn;function gi(n){return!!(Ze(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 mt(n,s){for(;n;){if(n.kind===s)return!0;n=n.parent}return!1}e.isChildOfNodeWithKind=mt;function tr(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=tr;function Or(n,s){return T(n);function T(O){switch(O.kind){case 224:s(O);var fe=O.expression;fe&&T(fe);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=Or;function sr(n){return n&&n.kind===183?n.elementType:n&&n.kind===178?e.singleOrUndefined(n.typeArguments):void 0}e.getRestParameterElementType=sr;function ke(n){switch(n.kind){case 258:case 257:case 226:case 182:return n.members;case 205:return n.properties}}e.getMembersOfDeclaration=ke;function Ft(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=Ft;function zt(n){return Ft(n)||e.isAccessor(n)}e.isVariableLikeOrAccessor=zt;function Lt(n){return n.parent.kind===255&&n.parent.parent.kind===237}e.isVariableDeclarationInVariableStatement=Lt;function Pe(n){return Dr(n)?e.isObjectLiteralExpression(n.parent)&&e.isBinaryExpression(n.parent.parent)&&rt(n.parent.parent)===2||Re(n.parent):!1}e.isCommonJsExportedExpression=Pe;function Re(n){return Dr(n)?e.isBinaryExpression(n)&&rt(n)===1:!1}e.isCommonJsExportPropertyAssignment=Re;function Ve(n){return(e.isVariableDeclaration(n)?qt(n)&&e.isIdentifier(n.name)&&Lt(n):e.isPropertyDeclaration(n)?i_(n)&&Ps(n):e.isPropertySignature(n)&&i_(n))||Re(n)}e.isValidESSymbolDeclaration=Ve;function rr(n){switch(n.kind){case 169:case 168:case 171:case 172:case 173:case 256:case 213:return!0}return!1}e.introducesArgumentsExoticObject=rr;function or(n,s){for(;;){if(s&&s(n),n.statement.kind!==250)return n.statement;n=n.statement}}e.unwrapInnermostStatementOfLabel=or;function kr(n){return n&&n.kind===235&&e.isFunctionLike(n.parent)}e.isFunctionBlock=kr;function at(n){return n&&n.kind===169&&n.parent.kind===205}e.isObjectLiteralMethod=at;function yt(n){return(n.kind===169||n.kind===172||n.kind===173)&&(n.parent.kind===205||n.parent.kind===226)}e.isObjectLiteralOrClassExpressionMethodOrAccessor=yt;function rn(n){return n&&n.kind===1}e.isIdentifierTypePredicate=rn;function Rt(n){return n&&n.kind===0}e.isThisTypePredicate=Rt;function Jt(n,s,T){return n.properties.filter(function(O){if(O.kind===296){var fe=An(O.name);return s===fe||!!T&&T===fe}return!1})}e.getPropertyAssignment=Jt;function dt(n,s,T){return e.firstDefined(Jt(n,s),function(O){return e.isArrayLiteralExpression(O.initializer)?e.find(O.initializer.elements,function(fe){return e.isStringLiteral(fe)&&fe.text===T}):void 0})}e.getPropertyArrayElementValue=dt;function hn(n){if(n&&n.statements.length){var s=n.statements[0].expression;return e.tryCast(s,e.isObjectLiteralExpression)}}e.getTsConfigObjectLiteralExpression=hn;function Ut(n,s,T){return e.firstDefined(Tt(n,s),function(O){return e.isArrayLiteralExpression(O.initializer)?e.find(O.initializer.elements,function(fe){return e.isStringLiteral(fe)&&fe.text===T}):void 0})}e.getTsConfigPropArrayElementValue=Ut;function Tt(n,s){var T=hn(n);return T?Jt(T,s):e.emptyArray}e.getTsConfigPropArray=Tt;function me(n){return e.findAncestor(n.parent,e.isFunctionLike)}e.getContainingFunction=me;function pn(n){return e.findAncestor(n.parent,e.isFunctionLikeDeclaration)}e.getContainingFunctionDeclaration=pn;function Wt(n){return e.findAncestor(n.parent,e.isClassLike)}e.getContainingClass=Wt;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 $t(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=$t;function Zt(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=Zt;function Ur(n){e.isIdentifier(n)&&(e.isClassDeclaration(n.parent)||e.isFunctionDeclaration(n.parent))&&n.parent.name===n&&(n=n.parent);var s=$t(n,!0);return e.isSourceFile(s)}e.isInTopLevelContext=Ur;function lt(n){var s=$t(n,!1);if(s)switch(s.kind){case 171:case 256:case 213:return s}}e.getNewTargetContainer=lt;function jt(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=jt;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 Bi(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=Bi;function Li(n,s,T){return su(n)&&Bi(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 Ie(n){return n.kind===265&&n.moduleReference.kind!==277}e.isInternalModuleImportEqualsDeclaration=Ie;function wr(n){return Dr(n)}e.isSourceFileJS=wr;function fr(n){return!Dr(n)}e.isSourceFileNotJS=fr;function Dr(n){return!!n&&!!(n.flags&262144)}e.isInJSFile=Dr;function et(n){return!!n&&!!(n.flags&67108864)}e.isInJsonFile=et;function pt(n){return!Hn(n)}e.isSourceFileNotJson=pt;function Kt(n){return!!n&&!!(n.flags&8388608)}e.isInJSDoc=Kt;function Nt(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=Nt;function sn(n,s){if(n.kind!==208)return!1;var T=n,O=T.expression,fe=T.arguments;if(O.kind!==79||O.escapedText!=="require"||fe.length!==1)return!1;var ir=fe[0];return!s||e.isStringLiteralLike(ir)}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 Le(s,n).charCodeAt(0)===34}e.isStringDoubleQuoted=ka;function qi(n){return e.isBinaryExpression(n)||Za(n)||e.isIdentifier(n)||e.isCallExpression(n)}e.isAssignmentDeclaration=qi;function da(n){return Dr(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 ri(n){var s=da(n);return s&&sa(s,Vo(n.name))}e.getDeclaredExpandoInitializer=ri;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)||Ui(n.parent.left,n.parent.right,s)}if(n&&e.isCallExpression(n)&&st(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=Hr(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 Ui(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 ra(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=ra;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)&&ot(s)&&(s.expression.kind===108||e.isIdentifier(s.expression)&&(s.expression.escapedText==="window"||s.expression.escapedText==="self"||s.expression.escapedText==="global"))?l(n,qr(s)):ot(n)&&ot(s)?ti(n)===ti(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 ue(n){return e.isIdentifier(n)&&n.escapedText==="exports"}e.isExportsIdentifier=ue;function Xe(n){return e.isIdentifier(n)&&n.escapedText==="module"}e.isModuleIdentifier=Xe;function Br(n){return(e.isPropertyAccessExpression(n)||Ht(n))&&Xe(n.expression)&&ti(n)==="exports"}e.isModuleExportsAccessExpression=Br;function rt(n){var s=P(n);return s===5||Dr(n)?s:0}e.getAssignmentDeclarationKind=rt;function st(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])&&ne(n.arguments[0],!0)}e.isBindableObjectDefinePropertyCall=st;function ot(n){return e.isPropertyAccessExpression(n)||Ht(n)}e.isLiteralLikeAccess=ot;function Ht(n){return e.isElementAccessExpression(n)&&_o(n.argumentExpression)}e.isLiteralLikeElementAccess=Ht;function gt(n,s){return e.isPropertyAccessExpression(n)&&(!s&&n.expression.kind===108||e.isIdentifier(n.name)&&ne(n.expression,!0))||m(n,s)}e.isBindableStaticAccessExpression=gt;function m(n,s){return Ht(n)&&(!s&&n.expression.kind===108||na(n.expression)||gt(n.expression,!0))}e.isBindableStaticElementAccessExpression=m;function ne(n,s){return na(n)||gt(n,s)}e.isBindableStaticNameExpression=ne;function qr(n){return e.isPropertyAccessExpression(n)?n.name:n.argumentExpression}e.getNameOrArgument=qr;function P(n){if(e.isCallExpression(n)){if(!st(n))return 0;var s=n.arguments[0];return ue(s)||Br(s)?8:gt(s)&&ti(s)==="prototype"?9:7}return n.operatorToken.kind!==63||!Za(n.left)||fn(F(n))?0:ne(n.left.expression,!0)&&ti(n.left)==="prototype"&&e.isObjectLiteralExpression(zi(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=Hr(n.argumentExpression);return e.isNumericLiteral(s)||e.isStringLiteralLike(s)?s:n}e.getElementOrPropertyAccessArgumentExpressionOrName=vn;function ti(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=ti;function ma(n){if(n.expression.kind===108)return 4;if(Br(n))return 2;if(ne(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"&&ti(s)==="exports")&>(n))return 1;if(ne(n,!0)||e.isElementAccessExpression(n)&&ui(n))return 5}return 0}e.getAssignmentDeclarationPropertyAccessKind=ma;function zi(n){for(;e.isBinaryExpression(n.right);)n=n.right;return n.right}e.getInitializerOfBinaryExpression=zi;function ba(n){return e.isBinaryExpression(n)&&rt(n)===3}e.isPrototypePropertyAssignment=ba;function Ta(n){return Dr(n)&&n.parent&&n.parent.kind===238&&(!e.isElementAccessExpression(n)||Ht(n))&&!!e.getJSDocTypeTag(n.parent)}e.isSpecialPropertyDeclaration=Ta;function Ja(n,s){var T=n.valueDeclaration;(!T||!(s.flags&16777216&&!(T.flags&16777216))&&qi(T)&&!qi(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 Yt(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 ta(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=ta;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)&&rt(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=Ki(n);return s&&s.initializer;case 167:return n.initializer;case 296:return n.initializer}}e.getSingleInitializerOfVariableStatementOrPropertyDeclaration=wo;function Ki(n){return e.isVariableStatement(n)?e.firstOrUndefined(n.declarationList.declarations):void 0}e.getSingleVariableOfVariableStatement=Ki;function Ao(n){return e.isModuleDeclaration(n)&&n.body&&n.body.kind===261?n.body:void 0}function us(n,s){var T;Ft(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&&(Ki(s.parent)===n||e.isBinaryExpression(s)&&s.operatorToken.kind===63))return s.parent;if(s.parent&&s.parent.parent&&(Ki(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(fe){return fe.name.kind===79&&fe.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)||Ki(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 D(n,s){for(;n&&n.kind===s;)n=n.parent;return n}function A(n){return D(n,191)}e.walkUpParenthesizedTypes=A;function _e(n){return D(n,212)}e.walkUpParenthesizedExpressions=_e;function $e(n){for(var s;n&&n.kind===191;)s=n,n=n.parent;return[s,n]}e.walkUpParenthesizedTypesAndGetParentAndChild=$e;function jr(n){for(;e.isParenthesizedTypeNode(n);)n=n.type;return n}e.skipTypeParentheses=jr;function Hr(n,s){var T=s?17:1;return e.skipOuterExpressions(n,T)}e.skipParentheses=Hr;function Dt(n){return n.kind!==206&&n.kind!==207?!1:(n=_e(n.parent),n&&n.kind===215)}e.isDeleteTarget=Dt;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)&&rt(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 xt(n){return _o(n)&&n.parent.kind===162&&e.isDeclaration(n.parent.parent)}e.isLiteralComputedPropertyDeclarationName=xt;function At(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=At;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:Dr(n)&&(e.isBinaryExpression(n)&&rt(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&&Dr(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(Dr(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 fe=O[T];if(fe.token===s)return fe}}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)?Hr(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 rl;(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"})(rl=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 tl(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=tl;function Hc(){var n=[],s=[],T=new e.Map,O=!1;return{add:ir,lookup:fe,getGlobalDiagnostics:dr,getDiagnostics:Rr};function fe(it){var Zr;if(it.file?Zr=T.get(it.file.fileName):Zr=n,!!Zr){var Vt=e.binarySearch(Zr,it,e.identity,vc);if(Vt>=0)return Zr[Vt]}}function ir(it){var Zr;it.file?(Zr=T.get(it.file.fileName),Zr||(Zr=[],T.set(it.file.fileName,Zr),e.insertSorted(s,it.file.fileName,e.compareStringsCaseSensitive))):(O&&(O=!1,n=n.slice()),Zr=n),e.insertSorted(Zr,it,Jl)}function dr(){return O=!0,n}function Rr(it){if(it)return T.get(it)||[];var Zr=e.flatMapToMutable(s,function(Vt){return T.get(Vt)});return n.length&&Zr.unshift.apply(Zr,n),Zr}}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,fe,ir,dr=!1;function Rr(En){var Ba=e.computeLineStarts(En);Ba.length>1?(fe=fe+Ba.length-1,ir=s.length-En.length+e.last(Ba),O=ir-s.length===0):O=!1}function it(En){En&&En.length&&(O&&(En=K_(T)+En,O=!1),s+=En,Rr(En))}function Zr(En){En&&(dr=!1),it(En)}function Vt(En){En&&(dr=!0),it(En)}function dn(){s="",T=0,O=!0,fe=0,ir=0,dr=!1}function ni(En){En!==void 0&&(s+=En,Rr(En),dr=!1)}function Zn(En){En&&En.length&&Zr(En)}function Ln(En){(!O||En)&&(s+=n,fe++,ir=s.length,O=!0,dr=!1)}function ya(){return O?s.length:s.length+n.length}return dn(),{write:Zr,rawWrite:ni,writeLiteral:Zn,writeLine:Ln,increaseIndent:function(){T++},decreaseIndent:function(){T--},getIndent:function(){return T},getTextPos:function(){return s.length},getLine:function(){return fe},getColumn:function(){return O?T*Pa():s.length-ir},getText:function(){return s},isAtStartOfLine:function(){return O},hasTrailingComment:function(){return dr},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:Zr,writeOperator:Zr,writeParameter:Zr,writeProperty:Zr,writePunctuation:Zr,writeSpace:Zr,writeStringLiteral:Zr,writeSymbol:function(En,Ba){return Zr(En)},writeTrailingSemicolon:Zr,writeComment:Vt,getTextPosWithWriteLine:ya}}e.createTextWriter=cl;function Ds(n){var s=!1;function T(){s&&(n.writeTrailingSemicolon(";"),s=!1)}return Fi(Fi({},n),{writeTrailingSemicolon:function(){s=!0},writeLiteral:function(O){T(),n.writeLiteral(O)},writeStringLiteral:function(O){T(),n.writeStringLiteral(O)},writeSymbol:function(O,fe){T(),n.writeSymbol(O,fe)},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 fe=Ks(T);if(!(fe&&e.isStringLiteralLike(fe)&&!e.pathIsRelative(fe.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(it){return n.getCanonicalFileName(it)},fe=e.toPath(T?e.getDirectoryPath(T):n.getCommonSourceDirectory(),n.getCurrentDirectory(),O),ir=e.getNormalizedAbsolutePath(s,n.getCurrentDirectory()),dr=e.getRelativePathToDirectoryOrUrl(fe,ir,fe,O,!1),Rr=Fl(dr);return T?e.ensurePathIsNonModuleName(Rr):Rr}e.getExternalModuleNameFromPath=Yc;function G_(n,s,T){var O=s.getCompilerOptions(),fe;return O.outDir?fe=Fl(Wi(n,s,O.outDir)):fe=Fl(n),fe+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,fe){var ir=s.declarationDir||s.outDir,dr=ir?r_(n,ir,T,O,fe):n,Rr=$_(dr);return Fl(dr)+Rr}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 fe=Ir(O),ir=O.emitDeclarationOnly||fe===e.ModuleKind.AMD||fe===e.ModuleKind.System;return e.filter(n.getSourceFiles(),function(Rr){return(ir||!e.isExternalModule(Rr))&&xa(Rr,n,T)})}else{var dr=s===void 0?n.getSourceFiles():[s];return e.filter(dr,function(Rr){return xa(Rr,n,T)})}}e.getSourceFilesToEmit=Q_;function xa(n,s,T){var O=s.getCompilerOptions();return!(O.noEmitForJsFiles&&wr(n))&&!n.isDeclarationFile&&!s.isSourceFileFromExternalLibrary(n)&&(T||!(Hn(n)&&s.getResolvedProjectReferenceToRedirect(n.fileName))&&!s.isSourceOfProjectReferenceRedirect(n.fileName))}e.sourceFileMayBeEmitted=xa;function Wi(n,s,T){return r_(n,T,s.getCurrentDirectory(),s.getCommonSourceDirectory(),function(O){return s.getCanonicalFileName(O)})}e.getSourceFilePathInNewDir=Wi;function r_(n,s,T,O,fe){var ir=e.getNormalizedAbsolutePath(n,T),dr=fe(ir).indexOf(fe(O))===0;return ir=dr?ir.substring(O.length):ir,e.combinePaths(s,ir)}e.getSourceFilePathInNewDirWorker=r_;function Go(n,s,T,O,fe,ir,dr){n.writeFile(T,O,fe,function(Rr){s.add(hc(e.Diagnostics.Could_not_write_file_0_Colon_1,T,Rr))},ir,dr)}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,fe,ir){try{O(n,s,T)}catch{Xo(e.getDirectoryPath(e.normalizePath(n)),fe,ir),O(n,s,T)}}e.writeFileEnsuringDirectories=ll;function ru(n,s){var T=e.getLineStarts(n);return e.computeLineOfPosition(T,s)}e.getLineOfLocalPosition=ru;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)&&xr(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 rc(n.name)}e.parameterIsThisKeyword=ws;function rc(n){return!!n&&n.kind===79&&tc(n)}e.isThisIdentifier=rc;function tu(n){if(!rc(n))return!1;for(;e.isQualifiedName(n.parent)&&n.parent.left===n;)n=n.parent;return n.parent.kind===181}e.isThisInTypeQuery=tu;function tc(n){return n.originalKeywordKind===108}e.identifierIsThisKeyword=tc;function fl(n,s){var T,O,fe,ir;return $a(s)?(T=s,s.kind===172?fe=s:s.kind===173?ir=s:e.Debug.fail("Accessor has wrong kind")):e.forEach(n,function(dr){if(e.isAccessor(dr)&&oc(dr)===oc(s)){var Rr=bs(dr.name),it=bs(s.name);Rr===it&&(T?O||(O=dr):T=dr,dr.kind===172&&!fe&&(fe=dr),dr.kind===173&&!ir&&(ir=dr))}}),{firstAccessor:T,secondAccessor:O,getAccessor:fe,setAccessor:ir}}e.getAllAccessorDeclarations=fl;function t_(n){if(!(!Dr(n)&&e.isFunctionDeclaration(n))){var s=n.type;return s||!Dr(n)?s:e.isJSDocPropertyLikeTag(n)?n.typeExpression&&n.typeExpression.type:e.getJSDocType(n)}}e.getEffectiveTypeAnnotationNode=t_;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||(Dr(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&&t_(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,fe,ir,dr,Rr){if(O&&O.length>0){fe&&T.writeSpace(" ");for(var it=!1,Zr=0,Vt=O;Zr<Vt.length;Zr++){var dn=Vt[Zr];it&&(T.writeSpace(" "),it=!1),Rr(n,s,T,dn.pos,dn.end,dr),dn.hasTrailingNewLine?T.writeLine():it=!0}it&&ir&&T.writeSpace(" ")}}e.emitComments=ic;function yl(n,s,T,O,fe,ir,dr){var Rr,it;if(dr?fe.pos===0&&(Rr=e.filter(e.getLeadingCommentRanges(n,fe.pos),Ba)):Rr=e.getLeadingCommentRanges(n,fe.pos),Rr){for(var Zr=[],Vt=void 0,dn=0,ni=Rr;dn<ni.length;dn++){var Zn=ni[dn];if(Vt){var Ln=Va(s,Vt.end),ya=Va(s,Zn.pos);if(ya>=Ln+2)break}Zr.push(Zn),Vt=Zn}if(Zr.length){var Ln=Va(s,e.last(Zr).end),En=Va(s,e.skipTrivia(n,fe.pos));En>=Ln+2&&(As(s,T,fe,Rr),ic(n,s,T,Zr,!1,!0,ir,O),it={nodePos:fe.pos,detachedCommentEndPos:e.last(Zr).end})}}return it;function Ba(v_){return Q(n,v_.pos)}}e.emitDetachedComments=yl;function ks(n,s,T,O,fe,ir){if(n.charCodeAt(O+1)===42)for(var dr=e.computeLineAndCharacterOfPosition(s,O),Rr=s.length,it=void 0,Zr=O,Vt=dr.line;Zr<fe;Vt++){var dn=Vt+1===Rr?n.length+1:s[Vt+1];if(Zr!==O){it===void 0&&(it=ac(n,s[dr.line],O));var ni=T.getIndent()*Pa(),Zn=ni-it+ac(n,Zr,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,fe,T,ir,Zr,dn),Zr=dn}else T.writeComment(n.substring(O,fe))}e.writeCommentRange=ks;function ou(n,s,T,O,fe,ir){var dr=Math.min(s,ir-1),Rr=e.trimString(n.substring(fe,dr));Rr?(T.writeComment(Rr),dr!==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 Hi(n){return s_(n)!==0}e.hasSyntacticModifiers=Hi;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||Dr(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)&&(Dr(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 fe=O[T];s|=uc(fe.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 gt(n)&&ti(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 fe=n.charCodeAt(O);fe<128?s.push(fe):fe<2048?(s.push(fe>>6|192),s.push(fe&63|128)):fe<65536?(s.push(fe>>12|224),s.push(fe>>6&63|128),s.push(fe&63|128)):fe<131072?(s.push(fe>>18|240),s.push(fe>>12&63|128),s.push(fe>>6&63|128),s.push(fe&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,fe=T.length,ir,dr,Rr,it;O<fe;)ir=T[O]>>2,dr=(T[O]&3)<<4|T[O+1]>>4,Rr=(T[O+1]&15)<<2|T[O+2]>>6,it=T[O+2]&63,O+1>=fe?Rr=it=64:O+2>=fe&&(it=64),s+=Qa.charAt(ir)+Qa.charAt(dr)+Qa.charAt(Rr)+Qa.charAt(it),O+=3;return s}e.convertToBase64=gu;function yu(n){for(var s="",T=0,O=n.length;T<O;){var fe=n[T];if(fe<128)s+=String.fromCharCode(fe),T++;else if((fe&192)===192){var ir=fe&63;T++;for(var dr=n[T];(dr&192)===128;)ir=ir<<6|dr&63,T++,dr=n[T];s+=String.fromCharCode(ir)}else s+=String.fromCharCode(fe),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=[],fe=0;fe<T&&s.charCodeAt(fe)!==Qa.charCodeAt(64);){var ir=Qa.indexOf(s[fe]),dr=Qa.indexOf(s[fe+1]),Rr=Qa.indexOf(s[fe+2]),it=Qa.indexOf(s[fe+3]),Zr=(ir&63)<<2|dr>>4&3,Vt=(dr&15)<<4|Rr>>2&15,dn=(Rr&3)<<6|it&63;Vt===0&&Rr!==0?O.push(Zr):dn===0&&it!==0?O.push(Zr,Vt):O.push(Zr,Vt,dn),fe+=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 fe=Ya(s,T,O);return e.getLinesBetweenPositions(T,n.end,fe)}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 fe=e.skipTrivia(T.text,n,!1,O),ir=Nl(fe,s,T);return e.getLinesBetweenPositions(T,ir!=null?ir:s,fe)}e.getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter=wu;function Il(n,s,T,O){var fe=e.skipTrivia(T.text,n,!1,O);return e.getLinesBetweenPositions(T,n,Math.min(s,fe))}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 f(n){n.close()}e.closeFileWatcher=f;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 fe=n.checkFlags,ir=fe&1024?8:fe&256?4:16,dr=fe&2048?32:0;return ir|dr}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 se(n){return n.exportSymbol?n.exportSymbol.flags|n.flags:n.flags}e.getCombinedLocalAndExportSymbolFlags=se;function Me(n){return Er(n)===1}e.isWriteOnlyAccess=Me;function lr(n){return Er(n)!==0}e.isWriteAccess=lr;var Pr;(function(n){n[n.Read=0]="Read",n[n.Write=1]="Write",n[n.ReadWrite=2]="ReadWrite"})(Pr||(Pr={}));function Er(n){var s=n.parent;if(!s)return 0;switch(s.kind){case 212:return Er(s);case 220:case 219:var T=s.operator;return T===45||T===46?Rr():0;case 221:var O=s,fe=O.left,ir=O.operatorToken;return fe===n&&u_(ir.kind)?ir.kind===63?1:Rr():0;case 206:return s.name!==n?0:Er(s);case 296:{var dr=Er(s.parent);return n===s.name?Jr(dr):dr}case 297:return n===s.objectAssignmentInitializer?0:Er(s.parent);case 204:return Er(s);default:return 0}function Rr(){return s.parent&&_e(s.parent).kind===238?1:2}}function Jr(n){switch(n){case 0:return 1;case 1:return 0;case 2:return 2;default:return e.Debug.assertNever(n)}}function ct(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(!ct(n[T],s[T]))return!1}else if(typeof n[T]!="function"&&n[T]!==s[T])return!1;return!0}e.compareDataObjects=ct;function Gt(n,s){n.forEach(s),n.clear()}e.clearMap=Gt;function Bt(n,s,T){var O=T.onDeleteValue,fe=T.onExistingValue;n.forEach(function(ir,dr){var Rr=s.get(dr);Rr===void 0?(n.delete(dr),O(ir,dr)):fe&&fe(ir,Rr,dr)})}e.mutateMapSkippingNewValues=Bt;function ln(n,s,T){Bt(n,s,T);var O=T.createNewValue;s.forEach(function(fe,ir){n.has(ir)||n.set(ir,O(ir,fe))})}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:pe(s)}e.showModuleSpecifier=Yo;function Mo(n){var s;return e.forEachChild(n,function(T){xr(T)&&(s=T)},function(T){for(var O=T.length-1;O>=0;O--)if(xr(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 fe=s(O.name);if(fe!==void 0)return fe}else if(O.kind===207)if(e.isIdentifier(O.argumentExpression)||e.isStringLiteralLike(O.argumentExpression)){var fe=s(O.argumentExpression);if(fe!==void 0)return fe}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 Gi(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 Gi},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,fe){return""+e.Debug.checkDefined(s[+fe+T])})}e.formatStringFromArgs=u;var h;function j(n){h=n}e.setLocalizedDiagnosticMessages=j;function Je(n){!h&&n&&(h=n())}e.maybeSetLocalizedDiagnosticMessages=Je;function vr(n){return h&&h[n.key]||n.message}e.getLocaleSpecificMessage=vr;function ht(n,s,T,O){Jn(void 0,s,T);var fe=vr(O);return arguments.length>4&&(fe=u(fe,arguments,4)),{file:void 0,start:s,length:T,messageText:fe,category:O.category,code:O.code,reportsUnnecessary:O.reportsUnnecessary,fileName:n}}e.createDetachedDiagnostic=ht;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 fe={file:s,start:n.start,length:n.length,messageText:n.messageText,category:n.category,code:n.code,reportsUnnecessary:n.reportsUnnecessary};if(n.relatedInformation){fe.relatedInformation=[];for(var ir=0,dr=n.relatedInformation;ir<dr.length;ir++){var Rr=dr[ir];Kn(Rr)&&Rr.fileName===T?(e.Debug.assertLessThanOrEqual(Rr.start,O),e.Debug.assertLessThanOrEqual(Rr.start+Rr.length,O),fe.relatedInformation.push(Na(Rr,s))):fe.relatedInformation.push(Rr)}}return fe}function go(n,s){for(var T=[],O=0,fe=n;O<fe.length;O++){var ir=fe[O];T.push(Na(ir,s))}return T}e.attachFileToDiagnostics=go;function ro(n,s,T,O){Jn(n,s,T);var fe=vr(O);return arguments.length>4&&(fe=u(fe,arguments,4)),{file:n,start:s,length:T,messageText:fe,category:O.category,code:O.code,reportsUnnecessary:O.reportsUnnecessary,reportsDeprecated:O.reportsDeprecated}}e.createFileDiagnostic=ro;function Ll(n,s){var T=vr(s);return arguments.length>2&&(T=u(T,arguments,2)),T}e.formatMessage=Ll;function hc(n){var s=vr(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=vr(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 fe=s.relatedInformation[O];return Jl(T,fe)})||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),fe=0;fe<O;fe++)if(T=fp(n.next[fe],s.next[fe]),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(Kr(n)){case e.ModuleDetectionKind.Force:return function(fe){fe.externalModuleIndicator=e.isFileProbablyExternalModule(fe)||!fe.isDeclarationFile||void 0};case e.ModuleDetectionKind.Legacy:return function(fe){fe.externalModuleIndicator=e.isFileProbablyExternalModule(fe)};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(fe){return void(fe.externalModuleIndicator=T(fe))};return O}}e.getSetExternalModuleIndicator=Zo;function Ge(n){return n.target||n.module===e.ModuleKind.Node16&&9||n.module===e.ModuleKind.NodeNext&&99||0}e.getEmitScriptTarget=Ge;function Ir(n){return typeof n.module=="number"?n.module:Ge(n)>=2?e.ModuleKind.ES2015:e.ModuleKind.CommonJS}e.getEmitModuleKind=Ir;function Mr(n){var s=n.moduleResolution;if(s===void 0)switch(Ir(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=Mr;function Kr(n){return n.moduleDetection||(Ir(n)===e.ModuleKind.Node16||Ir(n)===e.ModuleKind.NodeNext?e.ModuleDetectionKind.Force:e.ModuleDetectionKind.Auto)}e.getEmitModuleDetectionKind=Kr;function tt(n){switch(Ir(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=tt;function Mt(n){return n.allowUnreachableCode===!1}e.unreachableCodeIsError=Mt;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(Ir(n)){case e.ModuleKind.Node16:case e.ModuleKind.NodeNext:return!0}}e.getESModuleInterop=oi;function ua(n){var s=Ir(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?Ge(n)>=9:n.useDefineForClassFields}e.getUseDefineForClassFields=Ou;function cf(n,s){return ze(s,n,e.semanticDiagnosticsOptionDeclarations)}e.compilerOptionsAffectSemanticDiagnostics=cf;function P0(n,s){return ze(s,n,e.affectsEmitOptionDeclarations)}e.compilerOptionsAffectEmit=P0;function I0(n,s){return ze(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,fe,ir=!1;return{getSymlinkedFiles:function(){return fe},getSymlinkedDirectories:function(){return T},getSymlinkedDirectoriesByRealpath:function(){return O},setSymlinkedFile:function(Rr,it){return(fe||(fe=new e.Map)).set(Rr,it)},setSymlinkedDirectory:function(Rr,it){var Zr=e.toPath(Rr,n,s);gm(Zr)||(Zr=e.ensureTrailingDirectorySeparator(Zr),it!==!1&&!(T!=null&&T.has(Zr))&&(O||(O=e.createMultiMap())).add(e.ensureTrailingDirectorySeparator(it.realPath),Rr),(T||(T=new e.Map)).set(Zr,it))},setSymlinksFromResolutions:function(Rr,it){var Zr=this,Vt;e.Debug.assert(!ir),ir=!0;for(var dn=0,ni=Rr;dn<ni.length;dn++){var Zn=ni[dn];(Vt=Zn.resolvedModules)===null||Vt===void 0||Vt.forEach(function(Ln){return dr(Zr,Ln)})}it==null||it.forEach(function(Ln){return dr(Zr,Ln)})},hasProcessedResolutions:function(){return ir}};function dr(Rr,it){if(!(!it||!it.originalPath||!it.resolvedFileName)){var Zr=it.resolvedFileName,Vt=it.originalPath;Rr.setSymlinkedFile(e.toPath(Vt,n,s),Zr);var dn=J0(Zr,Vt,n,s)||e.emptyArray,ni=dn[0],Zn=dn[1];ni&&Zn&&Rr.setSymlinkedDirectory(Zn,{real:ni,realPath:e.toPath(ni,n,s)})}}}e.createSymlinkCache=R0;function J0(n,s,T,O){for(var fe=e.getPathComponents(e.getNormalizedAbsolutePath(n,T)),ir=e.getPathComponents(e.getNormalizedAbsolutePath(s,T)),dr=!1;fe.length>=2&&ir.length>=2&&!Qd(fe[fe.length-2],O)&&!Qd(ir[ir.length-2],O)&&O(fe[fe.length-1])===O(ir[ir.length-1]);)fe.pop(),ir.pop(),dr=!0;return dr?[e.getPathFromPathComponents(fe),e.getPathFromPathComponents(ir)]: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)}},rm={files:Yd,directories:Zd,exclude:em};function mp(n,s,T){var O=ff(n,s,T);if(!(!O||!O.length)){var fe=O.map(function(dr){return"(".concat(dr,")")}).join("|"),ir=T==="exclude"?"($|/)":"$";return"^(".concat(fe,")").concat(ir)}}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,rm[T])})}e.getRegularExpressionsForWildcards=ff;function tm(n){return!/[.*?]/.test(n)}e.isImplicitGlob=tm;function z0(n,s,T){var O=n&&nm(n,s,T,rm[T]);return O&&"^(".concat(O,")").concat(T==="exclude"?"($|/)":"$")}e.getPatternFromSpec=z0;function nm(n,s,T,O){var fe=O.singleAsteriskRegexFragment,ir=O.doubleAsteriskRegexFragment,dr=O.replaceWildcardCharacter,Rr="",it=!1,Zr=e.getNormalizedPathComponents(n,s),Vt=e.last(Zr);if(!(T!=="exclude"&&Vt==="**")){Zr[0]=e.removeTrailingDirectorySeparator(Zr[0]),tm(Vt)&&Zr.push("**","*");for(var dn=0,ni=0,Zn=Zr;ni<Zn.length;ni++){var Ln=Zn[ni];if(Ln==="**")Rr+=ir;else if(T==="directories"&&(Rr+="(",dn++),it&&(Rr+=e.directorySeparator),T!=="exclude"){var ya="";Ln.charCodeAt(0)===42?(ya+="([^./]"+fe+")?",Ln=Ln.substr(1)):Ln.charCodeAt(0)===63&&(ya+="[^./]",Ln=Ln.substr(1)),ya+=Ln.replace(lf,dr),ya!==Ln&&(Rr+=pf),Rr+=ya}else Rr+=Ln.replace(lf,dr);it=!0}for(;dn>0;)Rr+=")?",dn--;return Rr}}function df(n,s){return n==="*"?s:n==="?"?"[^/]":"\\"+n}function im(n,s,T,O,fe){n=e.normalizePath(n),fe=e.normalizePath(fe);var ir=e.combinePaths(fe,n);return{includeFilePatterns:e.map(ff(T,ir,"files"),function(dr){return"^".concat(dr,"$")}),includeFilePattern:mp(T,ir,"files"),includeDirectoryPattern:mp(T,ir,"directories"),excludePattern:mp(s,ir,"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,fe,ir,dr,Rr,it){n=e.normalizePath(n),ir=e.normalizePath(ir);for(var Zr=im(n,T,O,fe,ir),Vt=Zr.includeFilePatterns&&Zr.includeFilePatterns.map(function(js){return gp(js,fe)}),dn=Zr.includeDirectoryPattern&&gp(Zr.includeDirectoryPattern,fe),ni=Zr.excludePattern&&gp(Zr.excludePattern,fe),Zn=Vt?Vt.map(function(){return[]}):[[]],Ln=new e.Map,ya=e.createGetCanonicalFileName(fe),En=0,Ba=Zr.basePaths;En<Ba.length;En++){var v_=Ba[En];jl(v_,e.combinePaths(ir,v_),dr)}return e.flatten(Zn);function jl(js,vf,hp){var vm=ya(it(vf));if(!Ln.has(vm)){Ln.set(vm,!0);for(var bm=Rr(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(!Vt)Zn[0].push(Sf);else{var Em=e.findIndex(Vt,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 fe=[],ir=0,dr=s;ir<dr.length;ir++){var Rr=dr[ir],it=e.isRootedDiskPath(Rr)?Rr:e.normalizePath(e.combinePaths(n,Rr));fe.push(H0(it))}fe.sort(e.getStringComparer(!T));for(var Zr=function(Zn){e.every(O,function(Ln){return!e.containsPath(Ln,Zn,n,!T)})&&O.push(Zn)},Vt=0,dn=fe;Vt<dn.length;Vt++){var ni=dn[Vt];Zr(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,fe=e.flatten(O),ir=Cn(Cn([],O,!0),e.mapDefined(s,function(dr){return dr.scriptKind===7||T&&Q0(dr.scriptKind)&&fe.indexOf(dr.extension)===-1?[dr.extension]:void 0}),!0);return ir}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),fe=0,ir=e.flatten(sm(s,O));fe<ir.length;fe++){var dr=ir[fe];if(e.fileExtensionIs(n,dr))return!0}return!1}e.isSupportedSourceFileName=e2;function _m(n){var s=n.match(/\//g);return s?s.length:0}function r2(n,s){return e.compareValues(_m(n),_m(s))}e.compareNumberOfDirectorySeparators=r2;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],fe=cm(n,O);if(fe!==void 0)return fe}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 t2(n,s){return e.changeAnyExtension(n,s,mf,!1)}e.changeExtension=t2;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,fe=n;O<fe.length;O++){var ir=fe[O];if(ir===s)return s;e.isString(ir)||T.push(ir)}return e.findBestPatternMatch(T,function(dr){return dr},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,fe=1;fe<n.length;fe++){var ir=s(n[fe]);ir<T?T=ir:ir>O&&(O=ir)}return{min:T,max:O}}e.minAndMax=l2;function p2(n){return{pos:nr(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 fe=2,ir=n.length-1,dr=(ir-fe)*s,Rr=new Uint16Array((dr>>>4)+(dr&15?1:0)),it=ir-1,Zr=0;it>=fe;it--,Zr+=s){var Vt=Zr>>>4,dn=n.charCodeAt(it),ni=dn<=57?dn-48:10+dn-(dn<=70?65:97),Zn=ni<<(Zr&15);Rr[Vt]|=Zn;var Ln=Zn>>>16;Ln&&(Rr[Vt+1]|=Ln)}for(var ya="",En=Rr.length-1,Ba=!0;Ba;){var v_=0;Ba=!1;for(var Vt=En;Vt>=0;Vt--){var jl=v_<<16|Rr[Vt],js=jl/10|0;Rr[Vt]=js,v_=jl-js*10,js&&!Ba&&(En=Vt,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,fe=n.length;O<fe;O++){var ir=n[O];if(!s(T,ir))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 fe=O[T];hf(fe,s)}return n}e.setEachParent=E2;function C2(n,s){if(!n)return n;return e.forEachChildRecursively(n,e.isJSDocNode(n)?T:fe),n;function T(ir,dr){if(s&&ir.parent===dr)return"skip";hf(ir,dr)}function O(ir){if(e.hasJSDocNodes(ir))for(var dr=0,Rr=ir.jsDoc;dr<Rr.length;dr++){var it=Rr[dr];T(it,ir),e.forEachChildRecursively(it,T)}}function fe(ir,dr){return T(ir,dr)||O(ir)}}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!t_(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,fe=0,ir;(function(Zr){Zr[Zr.BeforeNodeModules=0]="BeforeNodeModules",Zr[Zr.NodeModules=1]="NodeModules",Zr[Zr.Scope=2]="Scope",Zr[Zr.PackageContent=3]="PackageContent"})(ir||(ir={}));for(var dr=0,Rr=0,it=0;Rr>=0;)switch(dr=Rr,Rr=n.indexOf("/",dr+1),it){case 0:n.indexOf(e.nodeModulesPathPart,dr)===dr&&(s=dr,T=Rr,it=1);break;case 1:case 2:it===1&&n.charAt(dr+1)==="@"?it=2:(O=Rr,it=3);break;case 3:n.indexOf(e.nodeModulesPathPart,dr)===dr?it=1:it=3;break}return fe=dr,it>1?{topLevelNodeModulesIndex:s,topLevelPackageNameIndex:T,packageRootIndex:O,fileNameIndex:fe}: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})($r||($r={}));var $r;(function(e){function r(){var a,_,d,x,X;return{createBaseSourceFileNode:Y,createBaseIdentifierNode:w,createBasePrivateIdentifierNode:K,createBaseTokenNode:ze,createBaseNode:ve};function Y(te){return new(X||(X=e.objectAllocator.getSourceFileConstructor()))(te,-1,-1)}function w(te){return new(d||(d=e.objectAllocator.getIdentifierConstructor()))(te,-1,-1)}function K(te){return new(x||(x=e.objectAllocator.getPrivateIdentifierConstructor()))(te,-1,-1)}function ze(te){return new(_||(_=e.objectAllocator.getTokenConstructor()))(te,-1,-1)}function ve(te){return new(a||(a=e.objectAllocator.getNodeConstructor()))(te,-1,-1)}}e.createBaseNodeFactory=r})($r||($r={}));var $r;(function(e){function r(a){var _,d;return{getParenthesizeLeftSideOfBinaryForOperator:x,getParenthesizeRightSideOfBinaryForOperator:X,parenthesizeLeftSideOfBinary:ve,parenthesizeRightSideOfBinary:te,parenthesizeExpressionOfComputedPropertyName:U,parenthesizeConditionOfConditionalExpression:Te,parenthesizeBranchOfConditionalExpression:p,parenthesizeExpressionOfExportDefault:v,parenthesizeExpressionOfNew:ie,parenthesizeLeftSideOfAccess:le,parenthesizeOperandOfPostfixUnary:Ce,parenthesizeOperandOfPrefixUnary:C,parenthesizeExpressionsOfCommaDelimitedList:Se,parenthesizeExpressionForDisallowedComma:V,parenthesizeExpressionOfExpressionStatement:mr,parenthesizeConciseBodyOfArrowFunction:_r,parenthesizeCheckTypeOfConditionalType:Sr,parenthesizeExtendsTypeOfConditionalType:Ee,parenthesizeConstituentTypesOfUnionType:ae,parenthesizeConstituentTypeOfUnionType:we,parenthesizeConstituentTypesOfIntersectionType:B,parenthesizeConstituentTypeOfIntersectionType:xe,parenthesizeOperandOfTypeOperator:de,parenthesizeOperandOfReadonlyTypeOperator:er,parenthesizeNonArrayTypeOfPostfixType:De,parenthesizeElementTypesOfTupleType:Ae,parenthesizeElementTypeOfTupleType:ur,parenthesizeTypeOfOptionalType:Ye,parenthesizeTypeArguments:Gr,parenthesizeLeadingTypeArgument:xr};function x(oe){_||(_=new e.Map);var y=_.get(oe);return y||(y=function(g){return ve(oe,g)},_.set(oe,y)),y}function X(oe){d||(d=new e.Map);var y=d.get(oe);return y||(y=function(g){return te(oe,void 0,g)},d.set(oe,y)),y}function Y(oe,y,g,S){var G=e.getOperatorPrecedence(221,oe),ee=e.getOperatorAssociativity(221,oe),Q=e.skipPartiallyEmittedExpressions(y);if(!g&&y.kind===214&&G>3)return!0;var Qe=e.getExpressionPrecedence(Q);switch(e.compareValues(Qe,G)){case-1:return!(!g&&ee===1&&y.kind===224);case 1:return!1;case 0:if(g)return ee===1;if(e.isBinaryExpression(Q)&&Q.operatorToken.kind===oe){if(w(oe))return!1;if(oe===39){var nr=S?K(S):0;if(e.isLiteralKind(nr)&&nr===K(Q))return!1}}var je=e.getExpressionAssociativity(Q);return je===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 ze(oe,y,g,S){var G=e.skipPartiallyEmittedExpressions(y);return G.kind===212?y:Y(oe,y,g,S)?a.createParenthesizedExpression(y):y}function ve(oe,y){return ze(oe,y,!0)}function te(oe,y,g){return ze(oe,g,!1,y)}function U(oe){return e.isCommaSequence(oe)?a.createParenthesizedExpression(oe):oe}function Te(oe){var y=e.getOperatorPrecedence(222,57),g=e.skipPartiallyEmittedExpressions(oe),S=e.getExpressionPrecedence(g);return e.compareValues(S,y)!==1?a.createParenthesizedExpression(oe):oe}function p(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 ie(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 le(oe)}function le(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 Ce(oe){return e.isLeftHandSideExpression(oe)?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function C(oe){return e.isUnaryExpression(oe)?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function Se(oe){var y=e.sameMap(oe,V);return e.setTextRange(a.createNodeArray(y,oe.hasTrailingComma),oe)}function V(oe){var y=e.skipPartiallyEmittedExpressions(oe),g=e.getExpressionPrecedence(y),S=e.getOperatorPrecedence(221,27);return g>S?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function mr(oe){var y=e.skipPartiallyEmittedExpressions(oe);if(e.isCallExpression(y)){var g=y.expression,S=e.skipPartiallyEmittedExpressions(g).kind;if(S===213||S===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 _r(oe){return!e.isBlock(oe)&&(e.isCommaSequence(oe)||e.getLeftmostExpression(oe,!1).kind===205)?e.setTextRange(a.createParenthesizedExpression(oe),oe):oe}function Sr(oe){switch(oe.kind){case 179:case 180:case 189:return a.createParenthesizedType(oe)}return oe}function Ee(oe){switch(oe.kind){case 189:return a.createParenthesizedType(oe)}return oe}function we(oe){switch(oe.kind){case 187:case 188:return a.createParenthesizedType(oe)}return Sr(oe)}function ae(oe){return a.createNodeArray(e.sameMap(oe,we))}function xe(oe){switch(oe.kind){case 187:case 188:return a.createParenthesizedType(oe)}return we(oe)}function B(oe){return a.createNodeArray(e.sameMap(oe,xe))}function de(oe){switch(oe.kind){case 188:return a.createParenthesizedType(oe)}return xe(oe)}function er(oe){switch(oe.kind){case 193:return a.createParenthesizedType(oe)}return de(oe)}function De(oe){switch(oe.kind){case 190:case 193:case 181:return a.createParenthesizedType(oe)}return de(oe)}function Ae(oe){return a.createNodeArray(e.sameMap(oe,ur))}function ur(oe){return Fe(oe)?a.createParenthesizedType(oe):oe}function Fe(oe){return e.isJSDocNullableType(oe)?oe.postfix:e.isNamedTupleMember(oe)||e.isFunctionTypeNode(oe)||e.isConstructorTypeNode(oe)||e.isTypeOperatorNode(oe)?Fe(oe.type):e.isConditionalTypeNode(oe)?Fe(oe.falseType):e.isUnionTypeNode(oe)||e.isIntersectionTypeNode(oe)?Fe(e.last(oe.types)):e.isInferTypeNode(oe)?!!oe.typeParameter.constraint&&Fe(oe.typeParameter.constraint):!1}function Ye(oe){return Fe(oe)?a.createParenthesizedType(oe):De(oe)}function xr(oe){return e.isFunctionOrConstructorTypeNode(oe)&&oe.typeParameters?a.createParenthesizedType(oe):oe}function Nr(oe,y){return y===0?xr(oe):oe}function Gr(oe){if(e.some(oe))return a.createNodeArray(e.sameMap(oe,Nr))}}e.createParenthesizerRules=r,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}})($r||($r={}));var $r;(function(e){function r(a){return{convertToFunctionBlock:_,convertToFunctionExpression:d,convertToArrayAssignmentElement:x,convertToObjectAssignmentElement:X,convertToAssignmentPattern:Y,convertToObjectAssignmentPattern:w,convertToArrayAssignmentPattern:K,convertToAssignmentElementTarget:ze};function _(ve,te){if(e.isBlock(ve))return ve;var U=a.createReturnStatement(ve);e.setTextRange(U,ve);var Te=a.createBlock([U],te);return e.setTextRange(Te,ve),Te}function d(ve){if(!ve.body)return e.Debug.fail("Cannot convert a FunctionDeclaration without a body");var te=a.createFunctionExpression(ve.modifiers,ve.asteriskToken,ve.name,ve.typeParameters,ve.parameters,ve.type,ve.body);return e.setOriginalNode(te,ve),e.setTextRange(te,ve),e.getStartsOnNewLine(ve)&&e.setStartsOnNewLine(te,!0),te}function x(ve){if(e.isBindingElement(ve)){if(ve.dotDotDotToken)return e.Debug.assertNode(ve.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createSpreadElement(ve.name),ve),ve);var te=ze(ve.name);return ve.initializer?e.setOriginalNode(e.setTextRange(a.createAssignment(te,ve.initializer),ve),ve):te}return e.cast(ve,e.isExpression)}function X(ve){if(e.isBindingElement(ve)){if(ve.dotDotDotToken)return e.Debug.assertNode(ve.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createSpreadAssignment(ve.name),ve),ve);if(ve.propertyName){var te=ze(ve.name);return e.setOriginalNode(e.setTextRange(a.createPropertyAssignment(ve.propertyName,ve.initializer?a.createAssignment(te,ve.initializer):te),ve),ve)}return e.Debug.assertNode(ve.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createShorthandPropertyAssignment(ve.name,ve.initializer),ve),ve)}return e.cast(ve,e.isObjectLiteralElementLike)}function Y(ve){switch(ve.kind){case 202:case 204:return K(ve);case 201:case 205:return w(ve)}}function w(ve){return e.isObjectBindingPattern(ve)?e.setOriginalNode(e.setTextRange(a.createObjectLiteralExpression(e.map(ve.elements,X)),ve),ve):e.cast(ve,e.isObjectLiteralExpression)}function K(ve){return e.isArrayBindingPattern(ve)?e.setOriginalNode(e.setTextRange(a.createArrayLiteralExpression(e.map(ve.elements,x)),ve),ve):e.cast(ve,e.isArrayLiteralExpression)}function ze(ve){return e.isBindingPattern(ve)?Y(ve):e.cast(ve,e.isExpression)}}e.createNodeConverters=r,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}})($r||($r={}));var $r;(function(e){var r=0,a;(function(ae){ae[ae.None=0]="None",ae[ae.NoParenthesizerRules=1]="NoParenthesizerRules",ae[ae.NoNodeConverters=2]="NoNodeConverters",ae[ae.NoIndentationOnFreshPropertyAccess=4]="NoIndentationOnFreshPropertyAccess",ae[ae.NoOriginalNode=8]="NoOriginalNode"})(a=e.NodeFactoryFlags||(e.NodeFactoryFlags={}));function _(ae,xe){var B=ae&8?d:x,de=e.memoize(function(){return ae&1?e.nullParenthesizerRules:e.createParenthesizerRules(G)}),er=e.memoize(function(){return ae&2?e.nullNodeConverters:e.createNodeConverters(G)}),De=e.memoizeOne(function(i){return function(o,u){return ma(o,i,u)}}),Ae=e.memoizeOne(function(i){return function(o){return P(i,o)}}),ur=e.memoizeOne(function(i){return function(o){return vn(o,i)}}),Fe=e.memoizeOne(function(i){return function(){return W_(i)}}),Ye=e.memoizeOne(function(i){return function(o){return Cs(i,o)}}),xr=e.memoizeOne(function(i){return function(o,u){return Yc(i,o,u)}}),Nr=e.memoizeOne(function(i){return function(o,u){return e_(i,o,u)}}),Gr=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)}}),S=e.memoizeOne(function(i){return function(o,u,h,j){return hl(i,o,u,h,j)}}),G={get parenthesizer(){return de()},get converters(){return er()},baseFactory:xe,flags:ae,createNodeArray:ee,createNumericLiteral:pr,createBigIntLiteral:br,createStringLiteral:Z,createStringLiteralFromNode:ge,createRegularExpressionLiteral:ar,createLiteralLikeNode:gr,createIdentifier:ft,updateIdentifier:Oe,createTempVariable:L,createLoopVariable:t,createUniqueName:Et,getGeneratedNameForNode:It,createPrivateIdentifier:He,createToken:k,createSuper:W,createThis:he,createNull:Ar,createTrue:cr,createFalse:Vr,createModifier:Qr,createModifiersFromModifierFlags:nt,createQualifiedName:vt,updateQualifiedName:St,createComputedPropertyName:Wr,updateComputedPropertyName:zr,createTypeParameterDeclaration:ut,updateTypeParameterDeclaration:Ct,createParameterDeclaration:wt,updateParameterDeclaration:Qt,createDecorator:xn,updateDecorator:un,createPropertySignature:An,updatePropertySignature:Nn,createPropertyDeclaration:si,updatePropertyDeclaration:_i,createMethodSignature:Vn,updateMethodSignature:ji,createMethodDeclaration:Jn,updateMethodDeclaration:Sn,createConstructorDeclaration:bt,updateConstructorDeclaration:Wn,createGetAccessorDeclaration:Hn,updateGetAccessorDeclaration:Oi,createSetAccessorDeclaration:qt,updateSetAccessorDeclaration:I,createCallSignature:qn,updateCallSignature:hr,createConstructSignature:Yt,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:mt,updateFunctionTypeNode:tr,createConstructorTypeNode:sr,updateConstructorTypeNode:zt,createTypeQueryNode:Re,updateTypeQueryNode:Ve,createTypeLiteralNode:rr,updateTypeLiteralNode:or,createArrayTypeNode:kr,updateArrayTypeNode:at,createTupleTypeNode:yt,updateTupleTypeNode:rn,createNamedTupleMember:Rt,updateNamedTupleMember:Jt,createOptionalTypeNode:dt,updateOptionalTypeNode:hn,createRestTypeNode:Ut,updateRestTypeNode:Tt,createUnionTypeNode:Wt,updateUnionTypeNode:an,createIntersectionTypeNode:kn,updateIntersectionTypeNode:$t,createConditionalTypeNode:Zt,updateConditionalTypeNode:Ur,createInferTypeNode:lt,updateInferTypeNode:jt,createImportTypeNode:Di,updateImportTypeNode:hi,createParenthesizedType:Xn,updateParenthesizedType:Ei,createThisTypeNode:Ci,createTypeOperatorNode:fa,updateTypeOperatorNode:Bi,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:wr,updateArrayLiteralExpression:fr,createObjectLiteralExpression:Dr,updateObjectLiteralExpression:et,createPropertyAccessExpression:ae&4?function(i,o){return e.setEmitFlags(pt(i,o),131072)}:pt,updatePropertyAccessExpression:Kt,createPropertyAccessChain:ae&4?function(i,o,u){return e.setEmitFlags(Nt(i,o,u),131072)}:Nt,updatePropertyAccessChain:sn,createElementAccessExpression:ci,updateElementAccessExpression:Qn,createElementAccessChain:wi,updateElementAccessChain:Aa,createCallExpression:oa,updateCallExpression:ka,createCallChain:qi,updateCallChain:da,createNewExpression:ri,updateNewExpression:Ha,createTaggedTemplateExpression:zn,updateTaggedTemplateExpression:sa,createTypeAssertion:Ui,updateTypeAssertion:ra,createParenthesizedExpression:va,updateParenthesizedExpression:l,createFunctionExpression:F,updateFunctionExpression:ue,createArrowFunction:Xe,updateArrowFunction:Br,createDeleteExpression:rt,updateDeleteExpression:st,createTypeOfExpression:ot,updateTypeOfExpression:Ht,createVoidExpression:gt,updateVoidExpression:m,createAwaitExpression:ne,updateAwaitExpression:qr,createPrefixUnaryExpression:P,updatePrefixUnaryExpression:fn,createPostfixUnaryExpression:vn,updatePostfixUnaryExpression:ti,createBinaryExpression:ma,updateBinaryExpression:ba,createConditionalExpression:Ta,updateConditionalExpression:Ja,createTemplateExpression:Ga,updateTemplateExpression:_a,createTemplateHead:Ks,createTemplateMiddle:ta,createTemplateTail:Jo,createNoSubstitutionTemplateLiteral:C_,createTemplateLiteralLikeNode:oo,createYieldExpression:Ws,updateYieldExpression:_s,createSpreadElement:Co,updateSpreadElement:Fo,createClassExpression:ga,updateClassExpression:cs,createOmittedExpression:wo,createExpressionWithTypeArguments:Ki,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:D,createIfStatement:A,updateIfStatement:_e,createDoStatement:$e,updateDoStatement:jr,createWhileStatement:Hr,updateWhileStatement:Dt,createForStatement:_n,updateForStatement:bn,createForInStatement:on,updateForInStatement:xt,createForOfStatement:At,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 Fe(312)},get createJSDocUnknownType(){return Fe(313)},get createJSDocNonNullableType(){return Nr(315)},get updateJSDocNonNullableType(){return Gr(315)},get createJSDocNullableType(){return Nr(314)},get updateJSDocNullableType(){return Gr(314)},get createJSDocOptionalType(){return Ye(316)},get updateJSDocOptionalType(){return xr(316)},get createJSDocVariadicType(){return Ye(318)},get updateJSDocVariadicType(){return xr(318)},get createJSDocNamepathType(){return Ye(319)},get updateJSDocNamepathType(){return xr(319)},createJSDocFunctionType:G_,updateJSDocFunctionType:ul,createJSDocTypeLiteral:X_,updateJSDocTypeLiteral:$_,createJSDocTypeExpression:Zc,updateJSDocTypeExpression:V_,createJSDocSignature:eu,updateJSDocSignature:Q_,createJSDocTemplateTag:r_,updateJSDocTemplateTag:Go,createJSDocTypedefTag:Xo,updateJSDocTypedefTag:ll,createJSDocParameterTag:ru,updateJSDocParameterTag:Va,createJSDocPropertyTag:Y_,updateJSDocPropertyTag:Z_,createJSDocCallbackTag:ec,updateJSDocCallbackTag:pl,createJSDocAugmentsTag:ws,updateJSDocAugmentsTag:rc,createJSDocImplementsTag:tu,updateJSDocImplementsTag:yl,createJSDocSeeTag:tc,updateJSDocSeeTag:fl,createJSDocNameReference:t_,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 S(343)},get createJSDocReturnTag(){return g(341)},get updateJSDocReturnTag(){return S(341)},get createJSDocThisTag(){return g(342)},get updateJSDocThisTag(){return S(342)},get createJSDocEnumTag(){return g(339)},get updateJSDocEnumTag(){return S(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:Hi,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 De(27)},get createAssignment(){return De(63)},get createLogicalOr(){return De(56)},get createLogicalAnd(){return De(55)},get createBitwiseOr(){return De(51)},get createBitwiseXor(){return De(52)},get createBitwiseAnd(){return De(50)},get createStrictEquality(){return De(36)},get createStrictInequality(){return De(37)},get createEquality(){return De(34)},get createInequality(){return De(35)},get createLessThan(){return De(29)},get createLessThanEquals(){return De(32)},get createGreaterThan(){return De(31)},get createGreaterThanEquals(){return De(33)},get createLeftShift(){return De(47)},get createRightShift(){return De(48)},get createUnsignedRightShift(){return De(49)},get createAdd(){return De(39)},get createSubtract(){return De(40)},get createMultiply(){return De(41)},get createDivide(){return De(43)},get createModulo(){return De(44)},get createExponent(){return De(42)},get createPrefixPlus(){return Ae(39)},get createPrefixMinus(){return Ae(40)},get createPrefixIncrement(){return Ae(45)},get createPrefixDecrement(){return Ae(46)},get createBitwiseNot(){return Ae(54)},get createLogicalNot(){return Ae(53)},get createPostfixIncrement(){return ur(45)},get createPostfixDecrement(){return ur(46)},createImmediatelyInvokedFunctionExpression:Cu,createImmediatelyInvokedArrowFunction:Qo,createVoidZero:Ya,createExportDefault:wu,createExternalModuleExport:Il,createTypeCheck:Nl,createMethodCall:Oo,createGlobalMethodCall:f,createFunctionBindCall:Au,createFunctionCallCall:ku,createFunctionApplyCall:Pu,createArraySliceCall:E,createArrayConcatCall:R,createObjectDefinePropertyCall:z,createReflectGetCall:se,createReflectSetCall:Me,createPropertyDescriptor:Pr,createCallBinding:ln,createAssignmentTargetWrapper:Dn,inlineExpressions:Yn,getInternalName:fo,getLocalName:bi,getExportName:Fa,getDeclarationName:Yo,getNamespaceMemberName:Mo,getExternalModuleOrNamespaceExportName:Iu,restoreOuterExpressions:ct,restoreEnclosingLabel:Gt,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&&Te(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,Te(j),e.Debug.attachNodeArrayDebugInfo(j),j}function Q(i){return xe.createBaseNode(i)}function Qe(i){var o=Q(i);return o.symbol=void 0,o.localSymbol=void 0,o.locals=void 0,o.nextContainer=void 0,o}function nr(i,o,u){var h=Qe(i);if(u=Gi(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|=ze(u);break}default:h.transformFlags|=te(u);break}return h}function je(i,o,u,h){var j=nr(i,o,u);return j.typeParameters=Ji(h),j.transformFlags|=U(j.typeParameters),h&&(j.transformFlags|=1),j}function Le(i,o,u,h,j,Je){var vr=je(i,o,u,h);return vr.parameters=ee(j),vr.type=Je,vr.transformFlags|=U(vr.parameters)|te(vr.type),Je&&(vr.transformFlags|=1),vr.typeArguments=void 0,vr}function q(i,o){return i!==o&&(i.typeArguments=o.typeArguments),B(i,o)}function yr(i,o,u,h,j,Je,vr){var ht=Le(i,o,u,h,j,Je);return ht.body=vr,ht.transformFlags|=te(ht.body)&-67108865,vr||(ht.transformFlags|=1),ht}function $(i,o,u,h,j){var Je=je(i,o,u,h);return Je.heritageClauses=Ji(j),Je.transformFlags|=U(Je.heritageClauses),Je}function pe(i,o,u,h,j,Je){var vr=$(i,o,u,h,j);return vr.members=ee(Je),vr.transformFlags|=U(vr.members),vr}function Ue(i,o,u,h){var j=nr(i,o,u);return j.initializer=h,j.transformFlags|=te(j.initializer),j}function We(i,o,u,h,j){var Je=Ue(i,o,u,j);return Je.type=h,Je.transformFlags|=te(h),h&&(Je.transformFlags|=1),Je}function Ze(i,o){var u=ce(i);return u.text=o,u}function pr(i,o){o===void 0&&(o=0);var u=Ze(8,typeof i=="number"?i+"":i);return u.numericLiteralFlags=o,o&384&&(u.transformFlags|=1024),u}function br(i){var o=Ze(9,typeof i=="string"?i:e.pseudoBigIntToString(i)+"n");return o.transformFlags|=4,o}function Cr(i,o){var u=Ze(10,i);return u.singleQuote=o,u}function Z(i,o,u){var h=Cr(i,o);return h.hasExtendedUnicodeEscape=u,u&&(h.transformFlags|=1024),h}function ge(i){var o=Cr(e.getTextOfIdentifierOrLiteral(i),void 0);return o.textSourceNode=i,o}function ar(i){var o=Ze(13,i);return o}function gr(i,o){switch(i){case 8:return pr(o,0);case 9:return br(o);case 10:return Z(o,void 0);case 11:return Ns(o,!1);case 12:return Ns(o,!0);case 13:return ar(o);case 14:return oo(i,o,void 0,0)}}function Fr(i,o){o===void 0&&i&&(o=e.stringToToken(i)),o===79&&(o=void 0);var u=xe.createBaseIdentifierNode(79);return u.originalKeywordKind=o,u.escapedText=e.escapeLeadingUnderscores(i),u}function Lr(i,o){var u=Fr(i,void 0);return u.autoGenerateFlags=o,u.autoGenerateId=r,r++,u}function ft(i,o,u){var h=Fr(i,u);return o&&(h.typeArguments=ee(o)),h.originalKeywordKind===132&&(h.transformFlags|=67108864),h}function Oe(i,o){return i.typeArguments!==o?B(ft(e.idText(i),o),i):i}function L(i,o){var u=1;o&&(u|=8);var h=Lr("",u);return i&&i(h),h}function t(i){var o=2;return i&&(o|=8),Lr("",o)}function Et(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"),Lr(i,3|o)}function It(i,o){o===void 0&&(o=0),e.Debug.assert(!(o&7),"Argument out of range: flags");var u=Lr(i&&e.isIdentifier(i)?e.idText(i):"",4|o);return u.original=i,u}function He(i){e.startsWith(i,"#")||e.Debug.fail("First character of private identifier must be #: "+i);var o=xe.createBasePrivateIdentifierNode(80);return o.escapedText=e.escapeLeadingUnderscores(i),o.transformFlags|=16777216,o}function ce(i){return xe.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=ce(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 he(){return k(108)}function Ar(){return k(104)}function cr(){return k(110)}function Vr(){return k(95)}function Qr(i){return k(i)}function nt(i){var o=[];return i&1&&o.push(Qr(93)),i&2&&o.push(Qr(135)),i&512&&o.push(Qr(88)),i&2048&&o.push(Qr(85)),i&4&&o.push(Qr(123)),i&8&&o.push(Qr(121)),i&16&&o.push(Qr(122)),i&128&&o.push(Qr(126)),i&32&&o.push(Qr(124)),i&16384&&o.push(Qr(159)),i&64&&o.push(Qr(145)),i&256&&o.push(Qr(131)),i&32768&&o.push(Qr(101)),i&65536&&o.push(Qr(144)),o.length?o:void 0}function vt(i,o){var u=Q(161);return u.left=i,u.right=Gi(o),u.transformFlags|=te(u.left)|ze(u.right),u}function St(i,o,u){return i.left!==o||i.right!==u?B(vt(o,u),i):i}function Wr(i){var o=Q(162);return o.expression=de().parenthesizeExpressionOfComputedPropertyName(i),o.transformFlags|=te(o.expression)|1024|131072,o}function zr(i,o){return i.expression!==o?B(Wr(o),i):i}function ut(i,o,u,h){var j=nr(163,i,o);return j.constraint=u,j.default=h,j.transformFlags=1,j}function Ct(i,o,u,h,j){return i.modifiers!==o||i.name!==u||i.constraint!==h||i.default!==j?B(ut(o,u,h,j),i):i}function wt(i,o,u,h,j,Je){var vr=We(164,i,u,j,Je&&de().parenthesizeExpressionForDisallowedComma(Je));return vr.dotDotDotToken=o,vr.questionToken=h,e.isThisIdentifier(vr.name)?vr.transformFlags=1:(vr.transformFlags|=te(vr.dotDotDotToken)|te(vr.questionToken),h&&(vr.transformFlags|=1),e.modifiersToFlags(vr.modifiers)&16476&&(vr.transformFlags|=8192),(Je||o)&&(vr.transformFlags|=1024)),vr}function Qt(i,o,u,h,j,Je,vr){return i.modifiers!==o||i.dotDotDotToken!==u||i.name!==h||i.questionToken!==j||i.type!==Je||i.initializer!==vr?B(wt(o,u,h,j,Je,vr),i):i}function xn(i){var o=Q(165);return o.expression=de().parenthesizeLeftSideOfAccess(i,!1),o.transformFlags|=te(o.expression)|1|8192|33554432,o}function un(i,o){return i.expression!==o?B(xn(o),i):i}function An(i,o,u,h){var j=nr(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),B(i,o)}function si(i,o,u,h,j){var Je=We(167,i,o,h,j);return Je.questionToken=u&&e.isQuestionToken(u)?u:void 0,Je.exclamationToken=u&&e.isExclamationToken(u)?u:void 0,Je.transformFlags|=te(Je.questionToken)|te(Je.exclamationToken)|16777216,(e.isComputedPropertyName(Je.name)||e.hasStaticModifier(Je)&&Je.initializer)&&(Je.transformFlags|=8192),(u||e.modifiersToFlags(Je.modifiers)&2)&&(Je.transformFlags|=1),Je}function _i(i,o,u,h,j,Je){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!==Je?B(si(o,u,h,j,Je),i):i}function Vn(i,o,u,h,j,Je){var vr=Le(168,i,o,h,j,Je);return vr.questionToken=u,vr.transformFlags=1,vr}function ji(i,o,u,h,j,Je,vr){return i.modifiers!==o||i.name!==u||i.questionToken!==h||i.typeParameters!==j||i.parameters!==Je||i.type!==vr?q(Vn(o,u,h,j,Je,vr),i):i}function Jn(i,o,u,h,j,Je,vr,ht){var Kn=yr(169,i,u,j,Je,vr,ht);return Kn.asteriskToken=o,Kn.questionToken=h,Kn.transformFlags|=te(Kn.asteriskToken)|te(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,Je,vr,ht,Kn){return i.modifiers!==o||i.asteriskToken!==u||i.name!==h||i.questionToken!==j||i.typeParameters!==Je||i.parameters!==vr||i.type!==ht||i.body!==Kn?ei(Jn(o,u,h,j,Je,vr,ht,Kn),i):i}function ei(i,o){return i!==o&&(i.exclamationToken=o.exclamationToken),B(i,o)}function Ni(i){var o=je(170,void 0,void 0,void 0);return o.body=i,o.transformFlags=te(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),B(i,o)}function bt(i,o,u){var h=yr(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?Xt(bt(o,u,h),i):i}function Xt(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators,i.typeParameters=o.typeParameters,i.type=o.type),q(i,o)}function Hn(i,o,u,h,j){var Je=yr(172,i,o,void 0,u,h,j);return Je.typeParameters=void 0,Je}function Oi(i,o,u,h,j,Je){return i.modifiers!==o||i.name!==u||i.parameters!==h||i.type!==j||i.body!==Je?Ke(Hn(o,u,h,j,Je),i):i}function Ke(i,o){return i!==o&&(i.typeParameters=o.typeParameters),q(i,o)}function qt(i,o,u,h){var j=yr(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(qt(o,u,h,j),i):i}function mi(i,o){return i!==o&&(i.typeParameters=o.typeParameters,i.type=o.type),q(i,o)}function qn(i,o,u){var h=Le(174,void 0,void 0,i,o,u);return h.transformFlags=1,h}function hr(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?q(qn(o,u,h),i):i}function Yt(i,o,u){var h=Le(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?q(Yt(o,u,h),i):i}function gi(i,o,u){var h=Le(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?q(gi(o,u,h),i):i}function ii(i,o){var u=Q(199);return u.type=i,u.literal=o,u.transformFlags=1,u}function Mi(i,o,u){return i.type!==o||i.literal!==u?B(ii(o,u),i):i}function gn(i){return k(i)}function Si(i,o,u){var h=Q(177);return h.assertsModifier=i,h.parameterName=Gi(o),h.type=u,h.transformFlags=1,h}function ai(i,o,u,h){return i.assertsModifier!==o||i.parameterName!==u||i.type!==h?B(Si(o,u,h),i):i}function yi(i,o){var u=Q(178);return u.typeName=Gi(i),u.typeArguments=o&&de().parenthesizeTypeArguments(ee(o)),u.transformFlags=1,u}function Bn(i,o,u){return i.typeName!==o||i.typeArguments!==u?B(yi(o,u),i):i}function mt(i,o,u){var h=Le(179,void 0,void 0,i,o,u);return h.transformFlags=1,h.modifiers=void 0,h}function tr(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?Or(mt(o,u,h),i):i}function Or(i,o){return i!==o&&(i.modifiers=o.modifiers),q(i,o)}function sr(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return i.length===4?ke.apply(void 0,i):i.length===3?Ft.apply(void 0,i):e.Debug.fail("Incorrect number of arguments specified.")}function ke(i,o,u,h){var j=Le(180,i,void 0,o,u,h);return j.transformFlags=1,j}function Ft(i,o,u){return ke(void 0,i,o,u)}function zt(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return i.length===5?Lt.apply(void 0,i):i.length===4?Pe.apply(void 0,i):e.Debug.fail("Incorrect number of arguments specified.")}function Lt(i,o,u,h,j){return i.modifiers!==o||i.typeParameters!==u||i.parameters!==h||i.type!==j?q(sr(o,u,h,j),i):i}function Pe(i,o,u,h){return Lt(i,i.modifiers,o,u,h)}function Re(i,o){var u=Q(181);return u.exprName=i,u.typeArguments=o&&de().parenthesizeTypeArguments(o),u.transformFlags=1,u}function Ve(i,o,u){return i.exprName!==o||i.typeArguments!==u?B(Re(o,u),i):i}function rr(i){var o=Q(182);return o.members=ee(i),o.transformFlags=1,o}function or(i,o){return i.members!==o?B(rr(o),i):i}function kr(i){var o=Q(183);return o.elementType=de().parenthesizeNonArrayTypeOfPostfixType(i),o.transformFlags=1,o}function at(i,o){return i.elementType!==o?B(kr(o),i):i}function yt(i){var o=Q(184);return o.elements=ee(de().parenthesizeElementTypesOfTupleType(i)),o.transformFlags=1,o}function rn(i,o){return i.elements!==o?B(yt(o),i):i}function Rt(i,o,u,h){var j=Q(197);return j.dotDotDotToken=i,j.name=o,j.questionToken=u,j.type=h,j.transformFlags=1,j}function Jt(i,o,u,h,j){return i.dotDotDotToken!==o||i.name!==u||i.questionToken!==h||i.type!==j?B(Rt(o,u,h,j),i):i}function dt(i){var o=Q(185);return o.type=de().parenthesizeTypeOfOptionalType(i),o.transformFlags=1,o}function hn(i,o){return i.type!==o?B(dt(o),i):i}function Ut(i){var o=Q(186);return o.type=i,o.transformFlags=1,o}function Tt(i,o){return i.type!==o?B(Ut(o),i):i}function me(i,o,u){var h=Q(i);return h.types=G.createNodeArray(u(o)),h.transformFlags=1,h}function pn(i,o,u){return i.types!==o?B(me(i.kind,o,u),i):i}function Wt(i){return me(187,i,de().parenthesizeConstituentTypesOfUnionType)}function an(i,o){return pn(i,o,de().parenthesizeConstituentTypesOfUnionType)}function kn(i){return me(188,i,de().parenthesizeConstituentTypesOfIntersectionType)}function $t(i,o){return pn(i,o,de().parenthesizeConstituentTypesOfIntersectionType)}function Zt(i,o,u,h){var j=Q(189);return j.checkType=de().parenthesizeCheckTypeOfConditionalType(i),j.extendsType=de().parenthesizeExtendsTypeOfConditionalType(o),j.trueType=u,j.falseType=h,j.transformFlags=1,j}function Ur(i,o,u,h,j){return i.checkType!==o||i.extendsType!==u||i.trueType!==h||i.falseType!==j?B(Zt(o,u,h,j),i):i}function lt(i){var o=Q(190);return o.typeParameter=i,o.transformFlags=1,o}function jt(i,o){return i.typeParameter!==o?B(lt(o),i):i}function en(i,o){var u=Q(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?B(en(o,u),i):i}function Di(i,o,u,h,j){j===void 0&&(j=!1);var Je=Q(200);return Je.argument=i,Je.assertions=o,Je.qualifier=u,Je.typeArguments=h&&de().parenthesizeTypeArguments(h),Je.isTypeOf=j,Je.transformFlags=1,Je}function hi(i,o,u,h,j,Je){return Je===void 0&&(Je=i.isTypeOf),i.argument!==o||i.assertions!==u||i.qualifier!==h||i.typeArguments!==j||i.isTypeOf!==Je?B(Di(o,u,h,j,Je),i):i}function Xn(i){var o=Q(191);return o.type=i,o.transformFlags=1,o}function Ei(i,o){return i.type!==o?B(Xn(o),i):i}function Ci(){var i=Q(192);return i.transformFlags=1,i}function fa(i,o){var u=Q(193);return u.operator=i,u.type=i===145?de().parenthesizeOperandOfReadonlyTypeOperator(o):de().parenthesizeOperandOfTypeOperator(o),u.transformFlags=1,u}function Bi(i,o){return i.type!==o?B(fa(i.operator,o),i):i}function Li(i,o){var u=Q(194);return u.objectType=de().parenthesizeNonArrayTypeOfPostfixType(i),u.indexType=o,u.transformFlags=1,u}function vi(i,o,u){return i.objectType!==o||i.indexType!==u?B(Li(o,u),i):i}function Vi(i,o,u,h,j,Je){var vr=Q(195);return vr.readonlyToken=i,vr.typeParameter=o,vr.nameType=u,vr.questionToken=h,vr.type=j,vr.members=Je&&ee(Je),vr.transformFlags=1,vr}function Qi(i,o,u,h,j,Je,vr){return i.readonlyToken!==o||i.typeParameter!==u||i.nameType!==h||i.questionToken!==j||i.type!==Je||i.members!==vr?B(Vi(o,u,h,j,Je,vr),i):i}function Yi(i){var o=Q(196);return o.literal=i,o.transformFlags=1,o}function Zi(i,o){return i.literal!==o?B(Yi(o),i):i}function ea(i){var o=Q(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?B(ea(o),i):i}function b(i){var o=Q(202);return o.elements=ee(i),o.transformFlags|=U(o.elements)|1024|524288,o}function N(i,o){return i.elements!==o?B(b(o),i):i}function J(i,o,u,h){var j=Ue(203,void 0,u,h&&de().parenthesizeExpressionForDisallowedComma(h));return j.propertyName=Gi(o),j.dotDotDotToken=i,j.transformFlags|=te(j.dotDotDotToken)|1024,j.propertyName&&(j.transformFlags|=e.isIdentifier(j.propertyName)?ze(j.propertyName):te(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?B(J(o,u,h,j),i):i}function Ie(i){var o=Q(i);return o}function wr(i,o){var u=Ie(204),h=i&&e.lastOrUndefined(i),j=ee(i,h&&e.isOmittedExpression(h)?!0:void 0);return u.elements=de().parenthesizeExpressionsOfCommaDelimitedList(j),u.multiLine=o,u.transformFlags|=U(u.elements),u}function fr(i,o){return i.elements!==o?B(wr(o,i.multiLine),i):i}function Dr(i,o){var u=Ie(205);return u.properties=ee(i),u.multiLine=o,u.transformFlags|=U(u.properties),u}function et(i,o){return i.properties!==o?B(Dr(o,i.multiLine),i):i}function pt(i,o){var u=Ie(206);return u.expression=de().parenthesizeLeftSideOfAccess(i,!1),u.name=Gi(o),u.transformFlags=te(u.expression)|(e.isIdentifier(u.name)?ze(u.name):te(u.name)|536870912),e.isSuperKeyword(i)&&(u.transformFlags|=384),u}function Kt(i,o,u){return e.isPropertyAccessChain(i)?sn(i,o,i.questionDotToken,e.cast(u,e.isIdentifier)):i.expression!==o||i.name!==u?B(pt(o,u),i):i}function Nt(i,o,u){var h=Ie(206);return h.flags|=32,h.expression=de().parenthesizeLeftSideOfAccess(i,!0),h.questionDotToken=o,h.name=Gi(u),h.transformFlags|=32|te(h.expression)|te(h.questionDotToken)|(e.isIdentifier(h.name)?ze(h.name):te(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?B(Nt(o,u,h),i):i}function ci(i,o){var u=Ie(207);return u.expression=de().parenthesizeLeftSideOfAccess(i,!1),u.argumentExpression=eo(o),u.transformFlags|=te(u.expression)|te(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?B(ci(o,u),i):i}function wi(i,o,u){var h=Ie(207);return h.flags|=32,h.expression=de().parenthesizeLeftSideOfAccess(i,!0),h.questionDotToken=o,h.argumentExpression=eo(u),h.transformFlags|=te(h.expression)|te(h.questionDotToken)|te(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?B(wi(o,u,h),i):i}function oa(i,o,u){var h=Ie(208);return h.expression=de().parenthesizeLeftSideOfAccess(i,!1),h.typeArguments=Ji(o),h.arguments=de().parenthesizeExpressionsOfCommaDelimitedList(ee(u)),h.transformFlags|=te(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?B(oa(o,u,h),i):i}function qi(i,o,u,h){var j=Ie(208);return j.flags|=32,j.expression=de().parenthesizeLeftSideOfAccess(i,!0),j.questionDotToken=o,j.typeArguments=Ji(u),j.arguments=de().parenthesizeExpressionsOfCommaDelimitedList(ee(h)),j.transformFlags|=te(j.expression)|te(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?B(qi(o,u,h,j),i):i}function ri(i,o,u){var h=Ie(209);return h.expression=de().parenthesizeExpressionOfNew(i),h.typeArguments=Ji(o),h.arguments=u?de().parenthesizeExpressionsOfCommaDelimitedList(u):void 0,h.transformFlags|=te(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?B(ri(o,u,h),i):i}function zn(i,o,u){var h=Ie(210);return h.tag=de().parenthesizeLeftSideOfAccess(i,!1),h.typeArguments=Ji(o),h.template=u,h.transformFlags|=te(h.tag)|U(h.typeArguments)|te(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?B(zn(o,u,h),i):i}function Ui(i,o){var u=Ie(211);return u.expression=de().parenthesizeOperandOfPrefixUnary(o),u.type=i,u.transformFlags|=te(u.expression)|te(u.type)|1,u}function ra(i,o,u){return i.type!==o||i.expression!==u?B(Ui(o,u),i):i}function va(i){var o=Ie(212);return o.expression=i,o.transformFlags=te(o.expression),o}function l(i,o){return i.expression!==o?B(va(o),i):i}function F(i,o,u,h,j,Je,vr){var ht=yr(213,i,u,h,j,Je,vr);return ht.asteriskToken=o,ht.transformFlags|=te(ht.asteriskToken),ht.typeParameters&&(ht.transformFlags|=1),e.modifiersToFlags(ht.modifiers)&256?ht.asteriskToken?ht.transformFlags|=128:ht.transformFlags|=256:ht.asteriskToken&&(ht.transformFlags|=2048),ht}function ue(i,o,u,h,j,Je,vr,ht){return i.name!==h||i.modifiers!==o||i.asteriskToken!==u||i.typeParameters!==j||i.parameters!==Je||i.type!==vr||i.body!==ht?q(F(o,u,h,j,Je,vr,ht),i):i}function Xe(i,o,u,h,j,Je){var vr=yr(214,i,void 0,o,u,h,de().parenthesizeConciseBodyOfArrowFunction(Je));return vr.equalsGreaterThanToken=j!=null?j:k(38),vr.transformFlags|=te(vr.equalsGreaterThanToken)|1024,e.modifiersToFlags(vr.modifiers)&256&&(vr.transformFlags|=16640),vr}function Br(i,o,u,h,j,Je,vr){return i.modifiers!==o||i.typeParameters!==u||i.parameters!==h||i.type!==j||i.equalsGreaterThanToken!==Je||i.body!==vr?q(Xe(o,u,h,j,Je,vr),i):i}function rt(i){var o=Ie(215);return o.expression=de().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=te(o.expression),o}function st(i,o){return i.expression!==o?B(rt(o),i):i}function ot(i){var o=Ie(216);return o.expression=de().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=te(o.expression),o}function Ht(i,o){return i.expression!==o?B(ot(o),i):i}function gt(i){var o=Ie(217);return o.expression=de().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=te(o.expression),o}function m(i,o){return i.expression!==o?B(gt(o),i):i}function ne(i){var o=Ie(218);return o.expression=de().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=te(o.expression)|256|128|2097152,o}function qr(i,o){return i.expression!==o?B(ne(o),i):i}function P(i,o){var u=Ie(219);return u.operator=i,u.operand=de().parenthesizeOperandOfPrefixUnary(o),u.transformFlags|=te(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?B(P(i.operator,o),i):i}function vn(i,o){var u=Ie(220);return u.operator=o,u.operand=de().parenthesizeOperandOfPostfixUnary(i),u.transformFlags|=te(u.operand),e.isIdentifier(u.operand)&&!e.isGeneratedIdentifier(u.operand)&&!e.isLocalName(u.operand)&&(u.transformFlags|=268435456),u}function ti(i,o){return i.operand!==o?B(vn(o,i.operator),i):i}function ma(i,o,u){var h=Ie(221),j=g_(o),Je=j.kind;return h.left=de().parenthesizeLeftSideOfBinary(Je,i),h.operatorToken=j,h.right=de().parenthesizeRightSideOfBinary(Je,h.left,u),h.transformFlags|=te(h.left)|te(h.operatorToken)|te(h.right),Je===60?h.transformFlags|=32:Je===63?e.isObjectLiteralExpression(h.left)?h.transformFlags|=5248|zi(h.left):e.isArrayLiteralExpression(h.left)&&(h.transformFlags|=5120|zi(h.left)):Je===42||Je===67?h.transformFlags|=512:e.isLogicalOrCoalescingAssignmentOperator(Je)&&(h.transformFlags|=16),Je===101&&e.isPrivateIdentifier(h.left)&&(h.transformFlags|=536870912),h}function zi(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 Je=zi(j);if(Je)return Je}}}return 0}function ba(i,o,u,h){return i.left!==o||i.operatorToken!==u||i.right!==h?B(ma(o,u,h),i):i}function Ta(i,o,u,h,j){var Je=Ie(222);return Je.condition=de().parenthesizeConditionOfConditionalExpression(i),Je.questionToken=o!=null?o:k(57),Je.whenTrue=de().parenthesizeBranchOfConditionalExpression(u),Je.colonToken=h!=null?h:k(58),Je.whenFalse=de().parenthesizeBranchOfConditionalExpression(j),Je.transformFlags|=te(Je.condition)|te(Je.questionToken)|te(Je.whenTrue)|te(Je.colonToken)|te(Je.whenFalse),Je}function Ja(i,o,u,h,j,Je){return i.condition!==o||i.questionToken!==u||i.whenTrue!==h||i.colonToken!==j||i.whenFalse!==Je?B(Ta(o,u,h,j,Je),i):i}function Ga(i,o){var u=Ie(223);return u.head=i,u.templateSpans=ee(o),u.transformFlags|=te(u.head)|U(u.templateSpans)|1024,u}function _a(i,o,u){return i.head!==o||i.templateSpans!==u?B(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=ce(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 ta(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=Ie(224);return u.expression=o&&de().parenthesizeExpressionForDisallowedComma(o),u.asteriskToken=i,u.transformFlags|=te(u.expression)|te(u.asteriskToken)|1024|128|1048576,u}function _s(i,o,u){return i.expression!==u||i.asteriskToken!==o?B(Ws(o,u),i):i}function Co(i){var o=Ie(225);return o.expression=de().parenthesizeExpressionForDisallowedComma(i),o.transformFlags|=te(o.expression)|1024|32768,o}function Fo(i,o){return i.expression!==o?B(Co(o),i):i}function ga(i,o,u,h,j){var Je=pe(226,i,o,u,h,j);return Je.transformFlags|=1024,Je}function cs(i,o,u,h,j,Je){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Je?B(ga(o,u,h,j,Je),i):i}function wo(){return Ie(227)}function Ki(i,o){var u=Q(228);return u.expression=de().parenthesizeLeftSideOfAccess(i,!1),u.typeArguments=o&&de().parenthesizeTypeArguments(o),u.transformFlags|=te(u.expression)|U(u.typeArguments)|1024,u}function Ao(i,o,u){return i.expression!==o||i.typeArguments!==u?B(Ki(o,u),i):i}function us(i,o){var u=Ie(229);return u.expression=i,u.type=o,u.transformFlags|=te(u.expression)|te(u.type)|1,u}function jo(i,o,u){return i.expression!==o||i.type!==u?B(us(o,u),i):i}function ls(i){var o=Ie(230);return o.expression=de().parenthesizeLeftSideOfAccess(i,!1),o.transformFlags|=te(o.expression)|1,o}function ko(i,o){return e.isNonNullChain(i)?Bo(i,o):i.expression!==o?B(ls(o),i):i}function ps(i){var o=Ie(230);return o.flags|=32,o.expression=de().parenthesizeLeftSideOfAccess(i,!0),o.transformFlags|=te(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?B(ps(o),i):i}function Po(i,o){var u=Ie(231);switch(u.keywordToken=i,u.name=o,u.transformFlags|=te(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?B(Po(i.keywordToken,o),i):i}function ds(i,o){var u=Q(233);return u.expression=i,u.literal=o,u.transformFlags|=te(u.expression)|te(u.literal)|1024,u}function qo(i,o,u){return i.expression!==o||i.literal!==u?B(ds(o,u),i):i}function w_(){var i=Q(234);return i.transformFlags|=1024,i}function Xa(i,o){var u=Q(235);return u.statements=ee(i),u.multiLine=o,u.transformFlags|=U(u.statements),u}function A_(i,o){return i.statements!==o?B(Xa(o,i.multiLine),i):i}function ms(i,o){var u=Qe(237);return u.modifiers=Ji(i),u.declarationList=e.isArray(o)?Mn(o):o,u.transformFlags|=U(u.modifiers)|te(u.declarationList),e.modifiersToFlags(u.modifiers)&2&&(u.transformFlags=1),u}function Hs(i,o,u){return i.modifiers!==o||i.declarationList!==u?B(ms(o,u),i):i}function gs(){return Q(236)}function c(i){var o=Q(238);return o.expression=de().parenthesizeExpressionOfExpressionStatement(i),o.transformFlags|=te(o.expression),o}function D(i,o){return i.expression!==o?B(c(o),i):i}function A(i,o,u){var h=Q(239);return h.expression=i,h.thenStatement=ja(o),h.elseStatement=ja(u),h.transformFlags|=te(h.expression)|te(h.thenStatement)|te(h.elseStatement),h}function _e(i,o,u,h){return i.expression!==o||i.thenStatement!==u||i.elseStatement!==h?B(A(o,u,h),i):i}function $e(i,o){var u=Q(240);return u.statement=ja(i),u.expression=o,u.transformFlags|=te(u.statement)|te(u.expression),u}function jr(i,o,u){return i.statement!==o||i.expression!==u?B($e(o,u),i):i}function Hr(i,o){var u=Q(241);return u.expression=i,u.statement=ja(o),u.transformFlags|=te(u.expression)|te(u.statement),u}function Dt(i,o,u){return i.expression!==o||i.statement!==u?B(Hr(o,u),i):i}function _n(i,o,u,h){var j=Q(242);return j.initializer=i,j.condition=o,j.incrementor=u,j.statement=ja(h),j.transformFlags|=te(j.initializer)|te(j.condition)|te(j.incrementor)|te(j.statement),j}function bn(i,o,u,h,j){return i.initializer!==o||i.condition!==u||i.incrementor!==h||i.statement!==j?B(_n(o,u,h,j),i):i}function on(i,o,u){var h=Q(243);return h.initializer=i,h.expression=o,h.statement=ja(u),h.transformFlags|=te(h.initializer)|te(h.expression)|te(h.statement),h}function xt(i,o,u,h){return i.initializer!==o||i.expression!==u||i.statement!==h?B(on(o,u,h),i):i}function At(i,o,u,h){var j=Q(244);return j.awaitModifier=i,j.initializer=o,j.expression=de().parenthesizeExpressionForDisallowedComma(u),j.statement=ja(h),j.transformFlags|=te(j.awaitModifier)|te(j.initializer)|te(j.expression)|te(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?B(At(o,u,h,j),i):i}function cn(i){var o=Q(245);return o.label=Gi(i),o.transformFlags|=te(o.label)|4194304,o}function Gn(i,o){return i.label!==o?B(cn(o),i):i}function Ri(i){var o=Q(246);return o.label=Gi(i),o.transformFlags|=te(o.label)|4194304,o}function ys(i,o){return i.label!==o?B(Ri(o),i):i}function hs(i){var o=Q(247);return o.expression=i,o.transformFlags|=te(o.expression)|128|4194304,o}function Gs(i,o){return i.expression!==o?B(hs(o),i):i}function Uo(i,o){var u=Q(248);return u.expression=i,u.statement=ja(o),u.transformFlags|=te(u.expression)|te(u.statement),u}function zo(i,o,u){return i.expression!==o||i.statement!==u?B(Uo(o,u),i):i}function k_(i,o){var u=Q(249);return u.expression=de().parenthesizeExpressionForDisallowedComma(i),u.caseBlock=o,u.transformFlags|=te(u.expression)|te(u.caseBlock),u}function P_(i,o,u){return i.expression!==o||i.caseBlock!==u?B(k_(o,u),i):i}function vs(i,o){var u=Q(250);return u.label=Gi(i),u.statement=ja(o),u.transformFlags|=te(u.label)|te(u.statement),u}function Rc(i,o,u){return i.label!==o||i.statement!==u?B(vs(o,u),i):i}function Xs(i){var o=Q(251);return o.expression=i,o.transformFlags|=te(o.expression),o}function $s(i,o){return i.expression!==o?B(Xs(o),i):i}function I_(i,o,u){var h=Q(252);return h.tryBlock=i,h.catchClause=o,h.finallyBlock=u,h.transformFlags|=te(h.tryBlock)|te(h.catchClause)|te(h.finallyBlock),h}function Vu(i,o,u,h){return i.tryBlock!==o||i.catchClause!==u||i.finallyBlock!==h?B(I_(o,u,h),i):i}function Jc(){return Q(253)}function N_(i,o,u,h){var j=We(254,void 0,i,u,h&&de().parenthesizeExpressionForDisallowedComma(h));return j.exclamationToken=o,j.transformFlags|=te(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?B(N_(o,u,h,j),i):i}function Mn(i,o){o===void 0&&(o=0);var u=Q(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?B(Mn(o,i.flags),i):i}function O_(i,o,u,h,j,Je,vr){var ht=yr(256,i,u,h,j,Je,vr);return ht.asteriskToken=o,!ht.body||e.modifiersToFlags(ht.modifiers)&2?ht.transformFlags=1:(ht.transformFlags|=te(ht.asteriskToken)|4194304,e.modifiersToFlags(ht.modifiers)&256?ht.asteriskToken?ht.transformFlags|=128:ht.transformFlags|=256:ht.asteriskToken&&(ht.transformFlags|=2048)),ht.illegalDecorators=void 0,ht}function so(i,o,u,h,j,Je,vr,ht){return i.modifiers!==o||i.asteriskToken!==u||i.name!==h||i.typeParameters!==j||i.parameters!==Je||i.type!==vr||i.body!==ht?_o(O_(o,u,h,j,Je,vr,ht),i):i}function _o(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function $n(i,o,u,h,j){var Je=pe(257,i,o,u,h,j);return e.modifiersToFlags(Je.modifiers)&2?Je.transformFlags=1:(Je.transformFlags|=1024,Je.transformFlags&8192&&(Je.transformFlags|=1)),Je}function $a(i,o,u,h,j,Je){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Je?B($n(o,u,h,j,Je),i):i}function ui(i,o,u,h,j){var Je=$(258,i,o,u,h);return Je.members=ee(j),Je.transformFlags=1,Je.illegalDecorators=void 0,Je}function bs(i,o,u,h,j,Je){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Je?M_(ui(o,u,h,j,Je),i):i}function M_(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),B(i,o)}function Vs(i,o,u,h){var j=je(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),B(i,o)}function Fc(i,o,u){var h=nr(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),B(i,o)}function Bc(i,o,u,h){h===void 0&&(h=0);var j=Qe(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)|te(j.name)|te(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),B(i,o)}function Ko(i){var o=Q(262);return o.statements=ee(i),o.transformFlags|=U(o.statements),o}function el(i,o){return i.statements!==o?B(Ko(o),i):i}function Wo(i){var o=Q(263);return o.clauses=ee(i),o.transformFlags|=U(o.clauses),o}function zc(i,o){return i.clauses!==o?B(Wo(o),i):i}function R_(i){var o=nr(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),B(i,o)}function Wc(i,o,u,h){var j=nr(265,i,u);return j.isTypeOnly=o,j.moduleReference=h,j.transformFlags|=te(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?rl(Wc(o,u,h,j),i):i}function rl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),B(i,o)}function J_(i,o,u,h){var j=Qe(266);return j.modifiers=Ji(i),j.importClause=o,j.moduleSpecifier=u,j.assertClause=h,j.transformFlags|=te(j.importClause)|te(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?tl(J_(o,u,h,j),i):i}function tl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),B(i,o)}function Hc(i,o,u){var h=Q(267);return h.isTypeOnly=i,h.name=o,h.namedBindings=u,h.transformFlags|=te(h.name)|te(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?B(Hc(o,u,h),i):i}function co(i,o){var u=Q(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?B(co(o,u),i):i}function j_(i,o){var u=Q(294);return u.name=i,u.value=o,u.transformFlags|=4,u}function Ys(i,o,u){return i.name!==o||i.value!==u?B(j_(o,u),i):i}function B_(i,o){var u=Q(295);return u.assertClause=i,u.multiLine=o,u}function il(i,o,u){return i.assertClause!==o||i.multiLine!==u?B(B_(o,u),i):i}function Ho(i){var o=Q(268);return o.name=i,o.transformFlags|=te(o.name),o.transformFlags&=-67108865,o}function al(i,o){return i.name!==o?B(Ho(o),i):i}function xs(i){var o=Q(274);return o.name=i,o.transformFlags|=te(o.name)|4,o.transformFlags&=-67108865,o}function q_(i,o){return i.name!==o?B(xs(o),i):i}function Ss(i){var o=Q(269);return o.elements=ee(i),o.transformFlags|=U(o.elements),o.transformFlags&=-67108865,o}function ol(i,o){return i.elements!==o?B(Ss(o),i):i}function Zs(i,o,u){var h=Q(270);return h.isTypeOnly=i,h.propertyName=o,h.name=u,h.transformFlags|=te(h.propertyName)|te(h.name),h.transformFlags&=-67108865,h}function Xc(i,o,u,h){return i.isTypeOnly!==o||i.propertyName!==u||i.name!==h?B(Zs(o,u,h),i):i}function U_(i,o,u){var h=Qe(271);return h.modifiers=Ji(i),h.isExportEquals=o,h.expression=o?de().parenthesizeRightSideOfBinary(63,void 0,u):de().parenthesizeExpressionOfExportDefault(u),h.transformFlags|=U(h.modifiers)|te(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),B(i,o)}function z_(i,o,u,h,j){var Je=Qe(272);return Je.modifiers=Ji(i),Je.isTypeOnly=o,Je.exportClause=u,Je.moduleSpecifier=h,Je.assertClause=j,Je.transformFlags|=U(Je.modifiers)|te(Je.exportClause)|te(Je.moduleSpecifier),Je.transformFlags&=-67108865,Je.illegalDecorators=void 0,Je}function Qc(i,o,u,h,j,Je){return i.modifiers!==o||i.isTypeOnly!==u||i.exportClause!==h||i.moduleSpecifier!==j||i.assertClause!==Je?sl(z_(o,u,h,j,Je),i):i}function sl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),B(i,o)}function uo(i){var o=Q(273);return o.elements=ee(i),o.transformFlags|=U(o.elements),o.transformFlags&=-67108865,o}function K_(i,o){return i.elements!==o?B(uo(o),i):i}function Pa(i,o,u){var h=Q(275);return h.isTypeOnly=i,h.propertyName=Gi(o),h.name=Gi(u),h.transformFlags|=te(h.propertyName)|te(h.name),h.transformFlags&=-67108865,h}function _l(i,o,u,h){return i.isTypeOnly!==o||i.propertyName!==u||i.name!==h?B(Pa(o,u,h),i):i}function cl(){var i=Qe(276);return i}function Ds(i){var o=Q(277);return o.expression=i,o.transformFlags|=te(o.expression),o.transformFlags&=-67108865,o}function Es(i,o){return i.expression!==o?B(Ds(o),i):i}function W_(i){return Q(i)}function e_(i,o,u){u===void 0&&(u=!1);var h=Cs(i,u?o&&de().parenthesizeNonArrayTypeOfPostfixType(o):o);return h.postfix=u,h}function Cs(i,o){var u=Q(i);return u.type=o,u}function H_(i,o,u){return o.type!==u?B(e_(i,u,o.postfix),o):o}function Yc(i,o,u){return o.type!==u?B(Cs(i,u),o):o}function G_(i,o){var u=Le(317,void 0,void 0,void 0,i,o);return u}function ul(i,o,u){return i.parameters!==o||i.type!==u?B(G_(o,u),i):i}function X_(i,o){o===void 0&&(o=!1);var u=Q(322);return u.jsDocPropertyTags=Ji(i),u.isArrayType=o,u}function $_(i,o,u){return i.jsDocPropertyTags!==o||i.isArrayType!==u?B(X_(o,u),i):i}function Zc(i){var o=Q(309);return o.type=i,o}function V_(i,o){return i.type!==o?B(Zc(o),i):i}function eu(i,o,u){var h=Q(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?B(eu(o,u,h),i):i}function xa(i){var o=X(i.kind);return i.tagName.escapedText===e.escapeLeadingUnderscores(o)?i.tagName:ft(o)}function Wi(i,o,u){var h=Q(i);return h.tagName=o,h.comment=u,h}function r_(i,o,u,h){var j=Wi(344,i!=null?i:ft("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?B(r_(o,u,h,j),i):i}function Xo(i,o,u,h){var j=Wi(345,i!=null?i:ft("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?B(Xo(o,u,h,j),i):i}function ru(i,o,u,h,j,Je){var vr=Wi(340,i!=null?i:ft("param"),Je);return vr.typeExpression=h,vr.name=o,vr.isNameFirst=!!j,vr.isBracketed=u,vr}function Va(i,o,u,h,j,Je,vr){return o===void 0&&(o=xa(i)),i.tagName!==o||i.name!==u||i.isBracketed!==h||i.typeExpression!==j||i.isNameFirst!==Je||i.comment!==vr?B(ru(o,u,h,j,Je,vr),i):i}function Y_(i,o,u,h,j,Je){var vr=Wi(347,i!=null?i:ft("prop"),Je);return vr.typeExpression=h,vr.name=o,vr.isNameFirst=!!j,vr.isBracketed=u,vr}function Z_(i,o,u,h,j,Je,vr){return o===void 0&&(o=xa(i)),i.tagName!==o||i.name!==u||i.isBracketed!==h||i.typeExpression!==j||i.isNameFirst!==Je||i.comment!==vr?B(Y_(o,u,h,j,Je,vr),i):i}function ec(i,o,u,h){var j=Wi(338,i!=null?i:ft("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?B(ec(o,u,h,j),i):i}function ws(i,o,u){var h=Wi(328,i!=null?i:ft("augments"),u);return h.class=o,h}function rc(i,o,u,h){return o===void 0&&(o=xa(i)),i.tagName!==o||i.class!==u||i.comment!==h?B(ws(o,u,h),i):i}function tu(i,o,u){var h=Wi(329,i!=null?i:ft("implements"),u);return h.class=o,h}function tc(i,o,u){var h=Wi(346,i!=null?i:ft("see"),u);return h.name=o,h}function fl(i,o,u,h){return i.tagName!==o||i.name!==u||i.comment!==h?B(tc(o,u,h),i):i}function t_(i){var o=Q(310);return o.name=i,o}function dl(i,o){return i.name!==o?B(t_(o),i):i}function nu(i,o){var u=Q(311);return u.left=i,u.right=o,u.transformFlags|=te(u.left)|te(u.right),u}function ml(i,o,u){return i.left!==o||i.right!==u?B(nu(o,u),i):i}function iu(i,o){var u=Q(324);return u.name=i,u.text=o,u}function gl(i,o,u){return i.name!==o?B(iu(o,u),i):i}function As(i,o){var u=Q(325);return u.name=i,u.text=o,u}function au(i,o,u){return i.name!==o?B(As(o,u),i):i}function nc(i,o){var u=Q(326);return u.name=i,u.text=o,u}function ic(i,o,u){return i.name!==o?B(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?B(tu(o,u,h),i):i}function ks(i,o,u){var h=Wi(i,o!=null?o:ft(X(i)),u);return h}function ou(i,o,u,h){return u===void 0&&(u=xa(o)),o.tagName!==u||o.comment!==h?B(ks(i,u,h),o):o}function ac(i,o,u,h){var j=Wi(i,o!=null?o:ft(X(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?B(ac(i,u,h,j),o):o}function Hi(i,o){var u=Wi(327,i,o);return u}function n_(i,o,u){return i.tagName!==o||i.comment!==u?B(Hi(o,u),i):i}function Sa(i){var o=Q(321);return o.text=i,o}function oc(i,o){return i.text!==o?B(Sa(o),i):i}function Ps(i,o){var u=Q(320);return u.comment=i,u.tags=Ji(o),u}function vl(i,o,u){return i.comment!==o||i.tags!==u?B(Ps(o,u),i):i}function Is(i,o,u){var h=Q(278);return h.openingElement=i,h.children=ee(o),h.closingElement=u,h.transformFlags|=te(h.openingElement)|U(h.children)|te(h.closingElement)|2,h}function bl(i,o,u,h){return i.openingElement!==o||i.children!==u||i.closingElement!==h?B(Is(o,u,h),i):i}function i_(i,o,u){var h=Q(279);return h.tagName=i,h.typeArguments=Ji(o),h.attributes=u,h.transformFlags|=te(h.tagName)|U(h.typeArguments)|te(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?B(i_(o,u,h),i):i}function sc(i,o,u){var h=Q(280);return h.tagName=i,h.typeArguments=Ji(o),h.attributes=u,h.transformFlags|=te(h.tagName)|U(h.typeArguments)|te(h.attributes)|2,o&&(h.transformFlags|=1),h}function a_(i,o,u,h){return i.tagName!==o||i.typeArguments!==u||i.attributes!==h?B(sc(o,u,h),i):i}function lo(i){var o=Q(281);return o.tagName=i,o.transformFlags|=te(o.tagName)|2,o}function _c(i,o){return i.tagName!==o?B(lo(o),i):i}function o_(i,o,u){var h=Q(282);return h.openingFragment=i,h.children=ee(o),h.closingFragment=u,h.transformFlags|=te(h.openingFragment)|U(h.children)|te(h.closingFragment)|2,h}function s_(i,o,u,h){return i.openingFragment!==o||i.children!==u||i.closingFragment!==h?B(o_(o,u,h),i):i}function Ns(i,o){var u=Q(11);return u.text=i,u.containsOnlyTriviaWhiteSpaces=!!o,u.transformFlags|=2,u}function cc(i,o,u){return i.text!==o||i.containsOnlyTriviaWhiteSpaces!==u?B(Ns(o,u),i):i}function __(){var i=Q(283);return i.transformFlags|=2,i}function _u(){var i=Q(284);return i.transformFlags|=2,i}function uc(i,o){var u=Q(285);return u.name=i,u.initializer=o,u.transformFlags|=te(u.name)|te(u.initializer)|2,u}function cu(i,o,u){return i.name!==o||i.initializer!==u?B(uc(o,u),i):i}function lc(i){var o=Q(286);return o.properties=ee(i),o.transformFlags|=U(o.properties)|2,o}function c_(i,o){return i.properties!==o?B(lc(o),i):i}function No(i){var o=Q(287);return o.expression=i,o.transformFlags|=te(o.expression)|2,o}function u_(i,o){return i.expression!==o?B(No(o),i):i}function pc(i,o){var u=Q(288);return u.dotDotDotToken=i,u.expression=o,u.transformFlags|=te(u.dotDotDotToken)|te(u.expression)|2,u}function uu(i,o){return i.expression!==o?B(pc(i.dotDotDotToken,o),i):i}function Os(i,o){var u=Q(289);return u.expression=de().parenthesizeExpressionForDisallowedComma(i),u.statements=ee(o),u.transformFlags|=te(u.expression)|U(u.statements),u}function Tl(i,o,u){return i.expression!==o||i.statements!==u?B(Os(o,u),i):i}function $o(i){var o=Q(290);return o.statements=ee(i),o.transformFlags=U(o.statements),o}function fc(i,o){return i.statements!==o?B($o(o),i):i}function na(i,o){var u=Q(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?B(na(i.token,o),i):i}function Ms(i,o){var u=Q(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|=te(u.variableDeclaration)|te(u.block),i||(u.transformFlags|=64),u}function lu(i,o,u){return i.variableDeclaration!==o||i.block!==u?B(Ms(o,u),i):i}function Ls(i,o){var u=nr(296,void 0,i);return u.initializer=de().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=te(u.name)|te(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),B(i,o)}function dc(i,o){var u=nr(297,void 0,i);return u.objectAssignmentInitializer=o&&de().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=te(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),B(i,o)}function du(i){var o=Q(298);return o.expression=de().parenthesizeExpressionForDisallowedComma(i),o.transformFlags|=te(o.expression)|128|65536,o}function Sl(i,o){return i.expression!==o?B(du(o),i):i}function Rs(i,o){var u=Q(299);return u.name=Gi(i),u.initializer=o&&de().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=te(u.name)|te(u.initializer)|1,u}function mu(i,o,u){return i.name!==o||i.initializer!==u?B(Rs(o,u),i):i}function Dl(i,o,u){var h=xe.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)|te(h.endOfFileToken),h}function Qa(i,o,u,h,j,Je,vr){var ht=i.redirectInfo?Object.create(i.redirectInfo.redirectTarget):xe.createBaseSourceFileNode(305);for(var Kn in i)Kn==="emitNode"||e.hasProperty(ht,Kn)||!e.hasProperty(i,Kn)||(ht[Kn]=i[Kn]);return ht.flags|=i.flags,ht.statements=ee(o),ht.endOfFileToken=i.endOfFileToken,ht.isDeclarationFile=u,ht.referencedFiles=h,ht.typeReferenceDirectives=j,ht.hasNoDefaultLib=Je,ht.libReferenceDirectives=vr,ht.transformFlags=U(ht.statements)|te(ht.endOfFileToken),ht.impliedNodeFormat=i.impliedNodeFormat,ht}function gu(i,o,u,h,j,Je,vr){return u===void 0&&(u=i.isDeclarationFile),h===void 0&&(h=i.referencedFiles),j===void 0&&(j=i.typeReferenceDirectives),Je===void 0&&(Je=i.hasNoDefaultLib),vr===void 0&&(vr=i.libReferenceDirectives),i.statements!==o||i.isDeclarationFile!==u||i.referencedFiles!==h||i.typeReferenceDirectives!==j||i.hasNoDefaultLib!==Je||i.libReferenceDirectives!==vr?B(Qa(i,o,u,h,j,Je,vr),i):i}function yu(i,o){o===void 0&&(o=e.emptyArray);var u=Q(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?B(yu(o,u),i):i}function hu(i,o,u){var h=Q(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=Q(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=Q(304);return o.data=i.data,o.section=i,o}function Js(){var i=Q(308);return i.javascriptText="",i.declarationText="",i}function wl(i,o,u){o===void 0&&(o=!1);var h=Q(232);return h.type=i,h.isSpread=o,h.tupleNameSource=u,h}function mc(i){var o=Q(348);return o._children=i,o}function xu(i){var o=Q(349);return o.original=i,e.setTextRange(o,i),o}function Su(i,o){var u=Q(350);return u.expression=i,u.original=o,u.transformFlags|=te(u.expression)|1,e.setTextRange(u,o),u}function p_(i,o){return i.expression!==o?B(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=Q(351);return o.elements=ee(e.sameFlatMap(i,Al)),o.transformFlags|=U(o.elements),o}function kl(i,o){return i.elements!==o?B(gc(o),i):i}function Pl(i){var o=Q(353);return o.emitNode={},o.original=i,o}function Du(i){var o=Q(352);return o.emitNode={},o.original=i,o}function Eu(i,o){var u=Q(354);return u.expression=i,u.thisArg=o,u.transformFlags|=te(u.expression)|te(u.thisArg),u}function f_(i,o,u){return i.expression!==o||i.thisArg!==u?B(Eu(o,u),i):i}function yc(i){if(i===void 0)return i;var o=e.isSourceFile(i)?xe.createBaseSourceFileNode(305):e.isIdentifier(i)?xe.createBaseIdentifierNode(79):e.isPrivateIdentifier(i)?xe.createBasePrivateIdentifierNode(80):e.isNodeKind(i.kind)?xe.createBaseNode(i.kind):xe.createBaseTokenNode(i.kind);o.flags|=i.flags&-9,o.transformFlags=i.transformFlags,Sr(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(Xe(void 0,void 0,o?[o]:[],void 0,void 0,Xa(i,!0)),void 0,u?[u]:[])}function Ya(){return gt(pr("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(ot(i),Z(o))}function Oo(i,o,u){return e.isCallChain(i)?qi(Nt(i,void 0,o),void 0,void 0,u):oa(pt(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 f(i,o,u){return Oo(ft(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 f("Object","defineProperty",[i,eo(o),u])}function se(i,o,u){return f("Reflect","get",u?[i,o,u]:[i,o])}function Me(i,o,u,h){return f("Reflect","set",h?[i,o,u,h]:[i,o,u])}function lr(i,o,u){return u?(i.push(Ls(o,u)),!0):!1}function Pr(i,o){var u=[];lr(u,"enumerable",eo(i.enumerable)),lr(u,"configurable",eo(i.configurable));var h=lr(u,"writable",eo(i.writable));h=lr(u,"value",i.value)||h;var j=lr(u,"get",i.get);return j=lr(u,"set",i.set)||j,e.Debug.assert(!(h&&j),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),Dr(u,!o)}function Er(i,o){switch(i.kind){case 212:return l(i,o);case 211:return ra(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 Jr(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 ct(i,o,u){return u===void 0&&(u=15),i&&e.isOuterExpression(i,u)&&!Jr(i)?Er(i,ct(i.expression,o)):o}function Gt(i,o,u){if(!o)return i;var h=Rc(o,o.label,e.isLabeledStatement(o.statement)?Gt(i,o.statement):i);return u&&u(o),h}function Bt(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),Je,vr;return e.isSuperProperty(j)?(Je=he(),vr=j):e.isSuperKeyword(j)?(Je=he(),vr=u!==void 0&&u<2?e.setTextRange(ft("_super"),j):j):e.getEmitFlags(j)&4096?(Je=Ya(),vr=de().parenthesizeLeftSideOfAccess(j,!1)):e.isPropertyAccessExpression(j)?Bt(j.expression,h)?(Je=L(o),vr=pt(e.setTextRange(G.createAssignment(Je,j.expression),j.expression),j.name),e.setTextRange(vr,j)):(Je=j.expression,vr=j):e.isElementAccessExpression(j)?Bt(j.expression,h)?(Je=L(o),vr=ci(e.setTextRange(G.createAssignment(Je,j.expression),j.expression),j.argumentExpression),e.setTextRange(vr,j)):(Je=j.expression,vr=j):(Je=Ya(),vr=de().parenthesizeLeftSideOfAccess(i,!1)),{target:vr,thisArg:Je}}function Dn(i,o){return pt(va(Dr([qt(void 0,"value",[wt(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 Je=e.setParent(e.setTextRange(yc(j),j),j.parent);return h|=e.getEmitFlags(j),u||(h|=48),o||(h|=1536),h&&e.setEmitFlags(Je,h),Je}return It(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=pt(i,e.nodeIsSynthesized(o)?o:yc(o));e.setTextRange(j,o);var Je=0;return h||(Je|=48),u||(Je|=1536),Je&&e.setEmitFlags(j,Je),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,Je=i.length;u<Je;){var vr=i[u];if(e.isPrologueDirective(vr))Lo(vr)&&(j=!0),o.push(vr);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 Je=i.length;u!==void 0&&u<Je;){var vr=i[u];if(e.getEmitFlags(vr)&1048576&&j(vr))e.append(o,h?e.visitNode(vr,h,e.isStatement):vr);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),Je=mo(o,e.isPrologueDirective,0),vr=mo(o,e.isHoistedFunction,Je),ht=mo(o,e.isHoistedVariableStatement,vr),Kn=mo(o,e.isCustomPrologue,ht);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>ht&&Na.splice.apply(Na,Cn([j,0],o.slice(ht,Kn),!1)),ht>vr&&Na.splice.apply(Na,Cn([h,0],o.slice(vr,ht),!1)),vr>Je&&Na.splice.apply(Na,Cn([u,0],o.slice(Je,vr),!1)),Je>0)if(u===0)Na.splice.apply(Na,Cn([0,0],o.slice(0,Je),!1));else{for(var go=new e.Map,ro=0;ro<u;ro++){var Ll=i[ro];go.set(Ll.expression.text,!0)}for(var ro=Je-1;ro>=0;ro--){var hc=o[ro];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=nt(o):h=o,e.isTypeParameterDeclaration(i)?Ct(i,h,i.name,i.constraint,i.default):e.isParameter(i)?Qt(i,h,i.dotDotDotToken,i.name,i.questionToken,i.type,i.initializer):e.isConstructorTypeNode(i)?Lt(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)?ji(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)?ue(i,h,i.asteriskToken,i.name,i.typeParameters,i.parameters,i.type,i.body):e.isArrowFunction(i)?Br(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 Gi(i){return typeof i=="string"?ft(i):i}function eo(i){return typeof i=="string"?Z(i):typeof i=="number"?pr(i):typeof i=="boolean"?i?cr():Vr():i}function g_(i){return typeof i=="number"?k(i):i}function ja(i){return i&&e.isNotEmittedStatement(i)?e.setTextRange(Sr(gs(),i),i):i}}e.createNodeFactory=_;function d(ae,xe){return ae!==xe&&e.setTextRange(ae,xe),ae}function x(ae,xe){return ae!==xe&&(Sr(ae,xe),e.setTextRange(ae,xe)),ae}function X(ae){switch(ae){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(ae)))}}var Y,w={};function K(ae,xe){switch(Y||(Y=e.createScanner(99,!1,0)),ae){case 14:Y.setText("`"+xe+"`");break;case 15:Y.setText("`"+xe+"${");break;case 16:Y.setText("}"+xe+"${");break;case 17:Y.setText("}"+xe+"`");break}var B=Y.scan();if(B===19&&(B=Y.reScanTemplateToken(!1)),Y.isUnterminated())return Y.setText(void 0),w;var de;switch(B){case 14:case 15:case 16:case 17:de=Y.getTokenValue();break}return de===void 0||Y.scan()!==1?(Y.setText(void 0),w):(Y.setText(void 0),de)}function ze(ae){return te(ae)&-67108865}function ve(ae,xe){return xe|ae.transformFlags&134234112}function te(ae){if(!ae)return 0;var xe=ae.transformFlags&~p(ae.kind);return e.isNamedDeclaration(ae)&&e.isPropertyName(ae.name)?ve(ae.name,xe):xe}function U(ae){return ae?ae.transformFlags:0}function Te(ae){for(var xe=0,B=0,de=ae;B<de.length;B++){var er=de[B];xe|=te(er)}ae.transformFlags=xe}function p(ae){if(ae>=177&&ae<=200)return-2;switch(ae){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=p;var v=e.createBaseNodeFactory();function ie(ae){return ae.flags|=8,ae}var le={createBaseSourceFileNode:function(ae){return ie(v.createBaseSourceFileNode(ae))},createBaseIdentifierNode:function(ae){return ie(v.createBaseIdentifierNode(ae))},createBasePrivateIdentifierNode:function(ae){return ie(v.createBasePrivateIdentifierNode(ae))},createBaseTokenNode:function(ae){return ie(v.createBaseTokenNode(ae))},createBaseNode:function(ae){return ie(v.createBaseNode(ae))}};e.factory=_(4,le);function Ce(ae,xe,B){var de,er,De,Ae,ur,Fe,Ye,xr,Nr,Gr;e.isString(ae)?(De="",Ae=ae,ur=ae.length,Fe=xe,Ye=B):(e.Debug.assert(xe==="js"||xe==="dts"),De=(xe==="js"?ae.javascriptPath:ae.declarationPath)||"",Fe=xe==="js"?ae.javascriptMapPath:ae.declarationMapPath,xr=function(){return xe==="js"?ae.javascriptText:ae.declarationText},Nr=function(){return xe==="js"?ae.javascriptMapText:ae.declarationMapText},ur=function(){return xr().length},ae.buildInfo&&ae.buildInfo.bundle&&(e.Debug.assert(B===void 0||typeof B=="boolean"),de=B,er=xe==="js"?ae.buildInfo.bundle.js:ae.buildInfo.bundle.dts,Gr=ae.oldFileOfCurrentEmit));var oe=Gr?Se(e.Debug.checkDefined(er)):C(er,de,ur);return oe.fileName=De,oe.sourceMapPath=Fe,oe.oldFileOfCurrentEmit=Gr,xr&&Nr?(Object.defineProperty(oe,"text",{get:xr}),Object.defineProperty(oe,"sourceMapText",{get:Nr})):(e.Debug.assert(!Gr),oe.text=Ae!=null?Ae:"",oe.sourceMapText=Ye),oe}e.createUnparsedSourceFile=Ce;function C(ae,xe,B){for(var de,er,De,Ae,ur,Fe,Ye,xr,Nr=0,Gr=ae?ae.sections:e.emptyArray;Nr<Gr.length;Nr++){var oe=Gr[Nr];switch(oe.kind){case"prologue":de=e.append(de,e.setTextRange(e.factory.createUnparsedPrologue(oe.data),oe));break;case"emitHelpers":er=e.append(er,e.getAllUnscopedEmitHelpers().get(oe.data));break;case"no-default-lib":xr=!0;break;case"reference":De=e.append(De,{pos:-1,end:-1,fileName:oe.data});break;case"type":Ae=e.append(Ae,{pos:-1,end:-1,fileName:oe.data});break;case"type-import":Ae=e.append(Ae,{pos:-1,end:-1,fileName:oe.data,resolutionMode:e.ModuleKind.ESNext});break;case"type-require":Ae=e.append(Ae,{pos:-1,end:-1,fileName:oe.data,resolutionMode:e.ModuleKind.CommonJS});break;case"lib":ur=e.append(ur,{pos:-1,end:-1,fileName:oe.data});break;case"prepend":for(var y=void 0,g=0,S=oe.texts;g<S.length;g++){var G=S[g];(!xe||G.kind!=="internal")&&(y=e.append(y,e.setTextRange(e.factory.createUnparsedTextLike(G.data,G.kind==="internal"),G)))}Fe=e.addRange(Fe,y),Ye=e.append(Ye,e.factory.createUnparsedPrepend(oe.data,y!=null?y:e.emptyArray));break;case"internal":if(xe){Ye||(Ye=[]);break}case"text":Ye=e.append(Ye,e.setTextRange(e.factory.createUnparsedTextLike(oe.data,oe.kind==="internal"),oe));break;default:e.Debug.assertNever(oe)}}if(!Ye){var ee=e.factory.createUnparsedTextLike(void 0,!1);e.setTextRangePosWidth(ee,0,typeof B=="function"?B():B),Ye=[ee]}var Q=e.parseNodeFactory.createUnparsedSource(de!=null?de:e.emptyArray,void 0,Ye);return e.setEachParent(de,Q),e.setEachParent(Ye,Q),e.setEachParent(Fe,Q),Q.hasNoDefaultLib=xr,Q.helpers=er,Q.referencedFiles=De||e.emptyArray,Q.typeReferenceDirectives=Ae,Q.libReferenceDirectives=ur||e.emptyArray,Q}function Se(ae){for(var xe,B,de=0,er=ae.sections;de<er.length;de++){var De=er[de];switch(De.kind){case"internal":case"text":xe=e.append(xe,e.setTextRange(e.factory.createUnparsedTextLike(De.data,De.kind==="internal"),De));break;case"no-default-lib":case"reference":case"type":case"type-import":case"type-require":case"lib":B=e.append(B,e.setTextRange(e.factory.createUnparsedSyntheticReference(De),De));break;case"prologue":case"emitHelpers":case"prepend":break;default:e.Debug.assertNever(De)}}var Ae=e.factory.createUnparsedSource(e.emptyArray,B,xe!=null?xe:e.emptyArray);return e.setEachParent(B,Ae),e.setEachParent(xe,Ae),Ae.helpers=e.map(ae.sources&&ae.sources.helpers,function(ur){return e.getAllUnscopedEmitHelpers().get(ur)}),Ae}function V(ae,xe,B,de,er,De,Ae,ur,Fe,Ye,xr){var Nr=e.parseNodeFactory.createInputFiles();if(e.isString(ae))Nr.javascriptText=ae,Nr.javascriptMapPath=B,Nr.javascriptMapText=de,Nr.declarationText=xe,Nr.declarationMapPath=er,Nr.declarationMapText=De,Nr.javascriptPath=Ae,Nr.declarationPath=ur,Nr.buildInfoPath=Fe,Nr.buildInfo=Ye,Nr.oldFileOfCurrentEmit=xr;else{var Gr=new e.Map,oe=function(G){if(G!==void 0){var ee=Gr.get(G);return ee===void 0&&(ee=ae(G),Gr.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,S=function(G){if(g===void 0){var ee=G();g=ee!==void 0?e.getBuildInfo(ee):!1}return g||void 0};Nr.javascriptPath=xe,Nr.javascriptMapPath=B,Nr.declarationPath=e.Debug.checkDefined(de),Nr.declarationMapPath=er,Nr.buildInfoPath=De,Object.defineProperties(Nr,{javascriptText:{get:function(){return y(xe)}},javascriptMapText:{get:function(){return oe(B)}},declarationText:{get:function(){return y(e.Debug.checkDefined(de))}},declarationMapText:{get:function(){return oe(er)}},buildInfo:{get:function(){return S(function(){return oe(De)})}}})}return Nr}e.createInputFiles=V;var mr;function _r(ae,xe,B){return new(mr||(mr=e.objectAllocator.getSourceMapSourceConstructor()))(ae,xe,B)}e.createSourceMapSource=_r;function Sr(ae,xe){if(ae.original=xe,xe){var B=xe.emitNode;B&&(ae.emitNode=Ee(B,ae.emitNode))}return ae}e.setOriginalNode=Sr;function Ee(ae,xe){var B=ae.flags,de=ae.leadingComments,er=ae.trailingComments,De=ae.commentRange,Ae=ae.sourceMapRange,ur=ae.tokenSourceMapRanges,Fe=ae.constantValue,Ye=ae.helpers,xr=ae.startsOnNewLine;if(xe||(xe={}),de&&(xe.leadingComments=e.addRange(de.slice(),xe.leadingComments)),er&&(xe.trailingComments=e.addRange(er.slice(),xe.trailingComments)),B&&(xe.flags=B&-268435457),De&&(xe.commentRange=De),Ae&&(xe.sourceMapRange=Ae),ur&&(xe.tokenSourceMapRanges=we(ur,xe.tokenSourceMapRanges)),Fe!==void 0&&(xe.constantValue=Fe),Ye)for(var Nr=0,Gr=Ye;Nr<Gr.length;Nr++){var oe=Gr[Nr];xe.helpers=e.appendIfUnique(xe.helpers,oe)}return xr!==void 0&&(xe.startsOnNewLine=xr),xe}function we(ae,xe){xe||(xe=[]);for(var B in ae)xe[B]=ae[B];return xe}})($r||($r={}));var $r;(function(e){function r(De){var Ae;if(De.emitNode)e.Debug.assert(!(De.emitNode.flags&268435456),"Invalid attempt to mutate an immutable node.");else{if(e.isParseTreeNode(De)){if(De.kind===305)return De.emitNode={annotatedNodes:[De]};var ur=(Ae=e.getSourceFileOfNode(e.getParseTreeNode(e.getSourceFileOfNode(De))))!==null&&Ae!==void 0?Ae:e.Debug.fail("Could not determine parsed source file.");r(ur).annotatedNodes.push(De)}De.emitNode={}}return De.emitNode}e.getOrCreateEmitNode=r;function a(De){var Ae,ur,Fe=(ur=(Ae=e.getSourceFileOfNode(e.getParseTreeNode(De)))===null||Ae===void 0?void 0:Ae.emitNode)===null||ur===void 0?void 0:ur.annotatedNodes;if(Fe)for(var Ye=0,xr=Fe;Ye<xr.length;Ye++){var Nr=xr[Ye];Nr.emitNode=void 0}}e.disposeEmitNodes=a;function _(De){var Ae=r(De);return Ae.flags|=1536,Ae.leadingComments=void 0,Ae.trailingComments=void 0,De}e.removeAllComments=_;function d(De,Ae){return r(De).flags=Ae,De}e.setEmitFlags=d;function x(De,Ae){var ur=r(De);return ur.flags=ur.flags|Ae,De}e.addEmitFlags=x;function X(De){var Ae,ur;return(ur=(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.sourceMapRange)!==null&&ur!==void 0?ur:De}e.getSourceMapRange=X;function Y(De,Ae){return r(De).sourceMapRange=Ae,De}e.setSourceMapRange=Y;function w(De,Ae){var ur,Fe;return(Fe=(ur=De.emitNode)===null||ur===void 0?void 0:ur.tokenSourceMapRanges)===null||Fe===void 0?void 0:Fe[Ae]}e.getTokenSourceMapRange=w;function K(De,Ae,ur){var Fe,Ye=r(De),xr=(Fe=Ye.tokenSourceMapRanges)!==null&&Fe!==void 0?Fe:Ye.tokenSourceMapRanges=[];return xr[Ae]=ur,De}e.setTokenSourceMapRange=K;function ze(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.startsOnNewLine}e.getStartsOnNewLine=ze;function ve(De,Ae){return r(De).startsOnNewLine=Ae,De}e.setStartsOnNewLine=ve;function te(De){var Ae,ur;return(ur=(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.commentRange)!==null&&ur!==void 0?ur:De}e.getCommentRange=te;function U(De,Ae){return r(De).commentRange=Ae,De}e.setCommentRange=U;function Te(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.leadingComments}e.getSyntheticLeadingComments=Te;function p(De,Ae){return r(De).leadingComments=Ae,De}e.setSyntheticLeadingComments=p;function v(De,Ae,ur,Fe){return p(De,e.append(Te(De),{kind:Ae,pos:-1,end:-1,hasTrailingNewLine:Fe,text:ur}))}e.addSyntheticLeadingComment=v;function ie(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.trailingComments}e.getSyntheticTrailingComments=ie;function le(De,Ae){return r(De).trailingComments=Ae,De}e.setSyntheticTrailingComments=le;function Ce(De,Ae,ur,Fe){return le(De,e.append(ie(De),{kind:Ae,pos:-1,end:-1,hasTrailingNewLine:Fe,text:ur}))}e.addSyntheticTrailingComment=Ce;function C(De,Ae){p(De,Te(Ae)),le(De,ie(Ae));var ur=r(Ae);return ur.leadingComments=void 0,ur.trailingComments=void 0,De}e.moveSyntheticComments=C;function Se(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.constantValue}e.getConstantValue=Se;function V(De,Ae){var ur=r(De);return ur.constantValue=Ae,De}e.setConstantValue=V;function mr(De,Ae){var ur=r(De);return ur.helpers=e.append(ur.helpers,Ae),De}e.addEmitHelper=mr;function _r(De,Ae){if(e.some(Ae))for(var ur=r(De),Fe=0,Ye=Ae;Fe<Ye.length;Fe++){var xr=Ye[Fe];ur.helpers=e.appendIfUnique(ur.helpers,xr)}return De}e.addEmitHelpers=_r;function Sr(De,Ae){var ur,Fe=(ur=De.emitNode)===null||ur===void 0?void 0:ur.helpers;return Fe?e.orderedRemoveItem(Fe,Ae):!1}e.removeEmitHelper=Sr;function Ee(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.helpers}e.getEmitHelpers=Ee;function we(De,Ae,ur){var Fe=De.emitNode,Ye=Fe&&Fe.helpers;if(!!e.some(Ye)){for(var xr=r(Ae),Nr=0,Gr=0;Gr<Ye.length;Gr++){var oe=Ye[Gr];ur(oe)?(Nr++,xr.helpers=e.appendIfUnique(xr.helpers,oe)):Nr>0&&(Ye[Gr-Nr]=oe)}Nr>0&&(Ye.length-=Nr)}}e.moveEmitHelpers=we;function ae(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.snippetElement}e.getSnippetElement=ae;function xe(De,Ae){var ur=r(De);return ur.snippetElement=Ae,De}e.setSnippetElement=xe;function B(De){return r(De).flags|=134217728,De}e.ignoreSourceNewlines=B;function de(De,Ae){var ur=r(De);return ur.typeNode=Ae,De}e.setTypeNode=de;function er(De){var Ae;return(Ae=De.emitNode)===null||Ae===void 0?void 0:Ae.typeNode}e.getTypeNode=er})($r||($r={}));var $r;(function(e){function r(Y){var w=Y.factory,K=e.memoize(function(){return e.setEmitFlags(w.createTrue(),268435456)}),ze=e.memoize(function(){return e.setEmitFlags(w.createFalse(),268435456)});return{getUnscopedHelperName:ve,createDecorateHelper:te,createMetadataHelper:U,createParamHelper:Te,createAssignHelper:p,createAwaitHelper:v,createAsyncGeneratorHelper:ie,createAsyncDelegatorHelper:le,createAsyncValuesHelper:Ce,createRestHelper:C,createAwaiterHelper:Se,createExtendsHelper:V,createTemplateObjectHelper:mr,createSpreadArrayHelper:_r,createValuesHelper:Sr,createReadHelper:Ee,createGeneratorHelper:we,createCreateBindingHelper:ae,createImportStarHelper:xe,createImportStarCallbackHelper:B,createImportDefaultHelper:de,createExportStarHelper:er,createClassPrivateFieldGetHelper:De,createClassPrivateFieldSetHelper:Ae,createClassPrivateFieldInHelper:ur};function ve(Fe){return e.setEmitFlags(w.createIdentifier(Fe),4098)}function te(Fe,Ye,xr,Nr){Y.requestEmitHelper(e.decorateHelper);var Gr=[];return Gr.push(w.createArrayLiteralExpression(Fe,!0)),Gr.push(Ye),xr&&(Gr.push(xr),Nr&&Gr.push(Nr)),w.createCallExpression(ve("__decorate"),void 0,Gr)}function U(Fe,Ye){return Y.requestEmitHelper(e.metadataHelper),w.createCallExpression(ve("__metadata"),void 0,[w.createStringLiteral(Fe),Ye])}function Te(Fe,Ye,xr){return Y.requestEmitHelper(e.paramHelper),e.setTextRange(w.createCallExpression(ve("__param"),void 0,[w.createNumericLiteral(Ye+""),Fe]),xr)}function p(Fe){return e.getEmitScriptTarget(Y.getCompilerOptions())>=2?w.createCallExpression(w.createPropertyAccessExpression(w.createIdentifier("Object"),"assign"),void 0,Fe):(Y.requestEmitHelper(e.assignHelper),w.createCallExpression(ve("__assign"),void 0,Fe))}function v(Fe){return Y.requestEmitHelper(e.awaitHelper),w.createCallExpression(ve("__await"),void 0,[Fe])}function ie(Fe,Ye){return Y.requestEmitHelper(e.awaitHelper),Y.requestEmitHelper(e.asyncGeneratorHelper),(Fe.emitNode||(Fe.emitNode={})).flags|=786432,w.createCallExpression(ve("__asyncGenerator"),void 0,[Ye?w.createThis():w.createVoidZero(),w.createIdentifier("arguments"),Fe])}function le(Fe){return Y.requestEmitHelper(e.awaitHelper),Y.requestEmitHelper(e.asyncDelegator),w.createCallExpression(ve("__asyncDelegator"),void 0,[Fe])}function Ce(Fe){return Y.requestEmitHelper(e.asyncValues),w.createCallExpression(ve("__asyncValues"),void 0,[Fe])}function C(Fe,Ye,xr,Nr){Y.requestEmitHelper(e.restHelper);for(var Gr=[],oe=0,y=0;y<Ye.length-1;y++){var g=e.getPropertyNameOfBindingOrAssignmentElement(Ye[y]);if(g)if(e.isComputedPropertyName(g)){e.Debug.assertIsDefined(xr,"Encountered computed property name but 'computedTempVariables' argument was not provided.");var S=xr[oe];oe++,Gr.push(w.createConditionalExpression(w.createTypeCheck(S,"symbol"),void 0,S,void 0,w.createAdd(S,w.createStringLiteral(""))))}else Gr.push(w.createStringLiteralFromNode(g))}return w.createCallExpression(ve("__rest"),void 0,[Fe,e.setTextRange(w.createArrayLiteralExpression(Gr),Nr)])}function Se(Fe,Ye,xr,Nr){Y.requestEmitHelper(e.awaiterHelper);var Gr=w.createFunctionExpression(void 0,w.createToken(41),void 0,void 0,[],void 0,Nr);return(Gr.emitNode||(Gr.emitNode={})).flags|=786432,w.createCallExpression(ve("__awaiter"),void 0,[Fe?w.createThis():w.createVoidZero(),Ye?w.createIdentifier("arguments"):w.createVoidZero(),xr?e.createExpressionFromEntityName(w,xr):w.createVoidZero(),Gr])}function V(Fe){return Y.requestEmitHelper(e.extendsHelper),w.createCallExpression(ve("__extends"),void 0,[Fe,w.createUniqueName("_super",48)])}function mr(Fe,Ye){return Y.requestEmitHelper(e.templateObjectHelper),w.createCallExpression(ve("__makeTemplateObject"),void 0,[Fe,Ye])}function _r(Fe,Ye,xr){return Y.requestEmitHelper(e.spreadArrayHelper),w.createCallExpression(ve("__spreadArray"),void 0,[Fe,Ye,xr?K():ze()])}function Sr(Fe){return Y.requestEmitHelper(e.valuesHelper),w.createCallExpression(ve("__values"),void 0,[Fe])}function Ee(Fe,Ye){return Y.requestEmitHelper(e.readHelper),w.createCallExpression(ve("__read"),void 0,Ye!==void 0?[Fe,w.createNumericLiteral(Ye+"")]:[Fe])}function we(Fe){return Y.requestEmitHelper(e.generatorHelper),w.createCallExpression(ve("__generator"),void 0,[w.createThis(),Fe])}function ae(Fe,Ye,xr){return Y.requestEmitHelper(e.createBindingHelper),w.createCallExpression(ve("__createBinding"),void 0,Cn([w.createIdentifier("exports"),Fe,Ye],xr?[xr]:[],!0))}function xe(Fe){return Y.requestEmitHelper(e.importStarHelper),w.createCallExpression(ve("__importStar"),void 0,[Fe])}function B(){return Y.requestEmitHelper(e.importStarHelper),ve("__importStar")}function de(Fe){return Y.requestEmitHelper(e.importDefaultHelper),w.createCallExpression(ve("__importDefault"),void 0,[Fe])}function er(Fe,Ye){return Ye===void 0&&(Ye=w.createIdentifier("exports")),Y.requestEmitHelper(e.exportStarHelper),Y.requestEmitHelper(e.createBindingHelper),w.createCallExpression(ve("__exportStar"),void 0,[Fe,Ye])}function De(Fe,Ye,xr,Nr){Y.requestEmitHelper(e.classPrivateFieldGetHelper);var Gr;return Nr?Gr=[Fe,Ye,w.createStringLiteral(xr),Nr]:Gr=[Fe,Ye,w.createStringLiteral(xr)],w.createCallExpression(ve("__classPrivateFieldGet"),void 0,Gr)}function Ae(Fe,Ye,xr,Nr,Gr){Y.requestEmitHelper(e.classPrivateFieldSetHelper);var oe;return Gr?oe=[Fe,Ye,xr,w.createStringLiteral(Nr),Gr]:oe=[Fe,Ye,xr,w.createStringLiteral(Nr)],w.createCallExpression(ve("__classPrivateFieldSet"),void 0,oe)}function ur(Fe,Ye){return Y.requestEmitHelper(e.classPrivateFieldInHelper),w.createCallExpression(ve("__classPrivateFieldIn"),void 0,[Fe,Ye])}}e.createEmitHelperFactory=r;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(ze){for(var ve="",te=0;te<w.length;te++)ve+=Y[te],ve+=ze(w[te]);return ve+=Y[Y.length-1],ve}}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 X(Y,w){return e.isCallExpression(Y)&&e.isIdentifier(Y.expression)&&(e.getEmitFlags(Y.expression)&4096)!==0&&Y.expression.escapedText===w}e.isCallToHelper=X})($r||($r={}));var $r;(function(e){function r(P){return P.kind===8}e.isNumericLiteral=r;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 X(P){return P.kind===14}e.isNoSubstitutionTemplateLiteral=X;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 ze(P){return P.kind===25}e.isDotDotDotToken=ze;function ve(P){return P.kind===27}e.isCommaToken=ve;function te(P){return P.kind===39}e.isPlusToken=te;function U(P){return P.kind===40}e.isMinusToken=U;function Te(P){return P.kind===41}e.isAsteriskToken=Te;function p(P){return P.kind===53}e.isExclamationToken=p;function v(P){return P.kind===57}e.isQuestionToken=v;function ie(P){return P.kind===58}e.isColonToken=ie;function le(P){return P.kind===28}e.isQuestionDotToken=le;function Ce(P){return P.kind===38}e.isEqualsGreaterThanToken=Ce;function C(P){return P.kind===79}e.isIdentifier=C;function Se(P){return P.kind===80}e.isPrivateIdentifier=Se;function V(P){return P.kind===93}e.isExportModifier=V;function mr(P){return P.kind===131}e.isAsyncModifier=mr;function _r(P){return P.kind===128}e.isAssertsKeyword=_r;function Sr(P){return P.kind===132}e.isAwaitKeyword=Sr;function Ee(P){return P.kind===145}e.isReadonlyKeyword=Ee;function we(P){return P.kind===124}e.isStaticModifier=we;function ae(P){return P.kind===126}e.isAbstractModifier=ae;function xe(P){return P.kind===159}e.isOverrideModifier=xe;function B(P){return P.kind===106}e.isSuperKeyword=B;function de(P){return P.kind===100}e.isImportKeyword=de;function er(P){return P.kind===161}e.isQualifiedName=er;function De(P){return P.kind===162}e.isComputedPropertyName=De;function Ae(P){return P.kind===163}e.isTypeParameterDeclaration=Ae;function ur(P){return P.kind===164}e.isParameter=ur;function Fe(P){return P.kind===165}e.isDecorator=Fe;function Ye(P){return P.kind===166}e.isPropertySignature=Ye;function xr(P){return P.kind===167}e.isPropertyDeclaration=xr;function Nr(P){return P.kind===168}e.isMethodSignature=Nr;function Gr(P){return P.kind===169}e.isMethodDeclaration=Gr;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 S(P){return P.kind===173}e.isSetAccessorDeclaration=S;function G(P){return P.kind===174}e.isCallSignatureDeclaration=G;function ee(P){return P.kind===175}e.isConstructSignatureDeclaration=ee;function Q(P){return P.kind===176}e.isIndexSignatureDeclaration=Q;function Qe(P){return P.kind===177}e.isTypePredicateNode=Qe;function nr(P){return P.kind===178}e.isTypeReferenceNode=nr;function je(P){return P.kind===179}e.isFunctionTypeNode=je;function Le(P){return P.kind===180}e.isConstructorTypeNode=Le;function q(P){return P.kind===181}e.isTypeQueryNode=q;function yr(P){return P.kind===182}e.isTypeLiteralNode=yr;function $(P){return P.kind===183}e.isArrayTypeNode=$;function pe(P){return P.kind===184}e.isTupleTypeNode=pe;function Ue(P){return P.kind===197}e.isNamedTupleMember=Ue;function We(P){return P.kind===185}e.isOptionalTypeNode=We;function Ze(P){return P.kind===186}e.isRestTypeNode=Ze;function pr(P){return P.kind===187}e.isUnionTypeNode=pr;function br(P){return P.kind===188}e.isIntersectionTypeNode=br;function Cr(P){return P.kind===189}e.isConditionalTypeNode=Cr;function Z(P){return P.kind===190}e.isInferTypeNode=Z;function ge(P){return P.kind===191}e.isParenthesizedTypeNode=ge;function ar(P){return P.kind===192}e.isThisTypeNode=ar;function gr(P){return P.kind===193}e.isTypeOperatorNode=gr;function Fr(P){return P.kind===194}e.isIndexedAccessTypeNode=Fr;function Lr(P){return P.kind===195}e.isMappedTypeNode=Lr;function ft(P){return P.kind===196}e.isLiteralTypeNode=ft;function Oe(P){return P.kind===200}e.isImportTypeNode=Oe;function L(P){return P.kind===199}e.isTemplateLiteralTypeSpan=L;function t(P){return P.kind===198}e.isTemplateLiteralTypeNode=t;function Et(P){return P.kind===201}e.isObjectBindingPattern=Et;function It(P){return P.kind===202}e.isArrayBindingPattern=It;function He(P){return P.kind===203}e.isBindingElement=He;function ce(P){return P.kind===204}e.isArrayLiteralExpression=ce;function k(P){return P.kind===205}e.isObjectLiteralExpression=k;function W(P){return P.kind===206}e.isPropertyAccessExpression=W;function he(P){return P.kind===207}e.isElementAccessExpression=he;function Ar(P){return P.kind===208}e.isCallExpression=Ar;function cr(P){return P.kind===209}e.isNewExpression=cr;function Vr(P){return P.kind===210}e.isTaggedTemplateExpression=Vr;function Qr(P){return P.kind===211}e.isTypeAssertionExpression=Qr;function nt(P){return P.kind===212}e.isParenthesizedExpression=nt;function vt(P){return P.kind===213}e.isFunctionExpression=vt;function St(P){return P.kind===214}e.isArrowFunction=St;function Wr(P){return P.kind===215}e.isDeleteExpression=Wr;function zr(P){return P.kind===216}e.isTypeOfExpression=zr;function ut(P){return P.kind===217}e.isVoidExpression=ut;function Ct(P){return P.kind===218}e.isAwaitExpression=Ct;function wt(P){return P.kind===219}e.isPrefixUnaryExpression=wt;function Qt(P){return P.kind===220}e.isPostfixUnaryExpression=Qt;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 ji(P){return P.kind===229}e.isAsExpression=ji;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 bt(P){return P.kind===234}e.isSemicolonClassElement=bt;function Wn(P){return P.kind===235}e.isBlock=Wn;function Xt(P){return P.kind===237}e.isVariableStatement=Xt;function Hn(P){return P.kind===236}e.isEmptyStatement=Hn;function Oi(P){return P.kind===238}e.isExpressionStatement=Oi;function Ke(P){return P.kind===239}e.isIfStatement=Ke;function qt(P){return P.kind===240}e.isDoStatement=qt;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 hr(P){return P.kind===244}e.isForOfStatement=hr;function Yt(P){return P.kind===245}e.isContinueStatement=Yt;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 mt(P){return P.kind===256}e.isFunctionDeclaration=mt;function tr(P){return P.kind===257}e.isClassDeclaration=tr;function Or(P){return P.kind===258}e.isInterfaceDeclaration=Or;function sr(P){return P.kind===259}e.isTypeAliasDeclaration=sr;function ke(P){return P.kind===260}e.isEnumDeclaration=ke;function Ft(P){return P.kind===261}e.isModuleDeclaration=Ft;function zt(P){return P.kind===262}e.isModuleBlock=zt;function Lt(P){return P.kind===263}e.isCaseBlock=Lt;function Pe(P){return P.kind===264}e.isNamespaceExportDeclaration=Pe;function Re(P){return P.kind===265}e.isImportEqualsDeclaration=Re;function Ve(P){return P.kind===266}e.isImportDeclaration=Ve;function rr(P){return P.kind===267}e.isImportClause=rr;function or(P){return P.kind===295}e.isImportTypeAssertionContainer=or;function kr(P){return P.kind===293}e.isAssertClause=kr;function at(P){return P.kind===294}e.isAssertEntry=at;function yt(P){return P.kind===268}e.isNamespaceImport=yt;function rn(P){return P.kind===274}e.isNamespaceExport=rn;function Rt(P){return P.kind===269}e.isNamedImports=Rt;function Jt(P){return P.kind===270}e.isImportSpecifier=Jt;function dt(P){return P.kind===271}e.isExportAssignment=dt;function hn(P){return P.kind===272}e.isExportDeclaration=hn;function Ut(P){return P.kind===273}e.isNamedExports=Ut;function Tt(P){return P.kind===275}e.isExportSpecifier=Tt;function me(P){return P.kind===276}e.isMissingDeclaration=me;function pn(P){return P.kind===349}e.isNotEmittedStatement=pn;function Wt(P){return P.kind===354}e.isSyntheticReference=Wt;function an(P){return P.kind===352}e.isMergeDeclarationMarker=an;function kn(P){return P.kind===353}e.isEndOfDeclarationMarker=kn;function $t(P){return P.kind===277}e.isExternalModuleReference=$t;function Zt(P){return P.kind===278}e.isJsxElement=Zt;function Ur(P){return P.kind===279}e.isJsxSelfClosingElement=Ur;function lt(P){return P.kind===280}e.isJsxOpeningElement=lt;function jt(P){return P.kind===281}e.isJsxClosingElement=jt;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 Bi(P){return P.kind===290}e.isDefaultClause=Bi;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 Ie(P){return P.kind===311}e.isJSDocMemberName=Ie;function wr(P){return P.kind===324}e.isJSDocLink=wr;function fr(P){return P.kind===325}e.isJSDocLinkCode=fr;function Dr(P){return P.kind===326}e.isJSDocLinkPlain=Dr;function et(P){return P.kind===312}e.isJSDocAllType=et;function pt(P){return P.kind===313}e.isJSDocUnknownType=pt;function Kt(P){return P.kind===314}e.isJSDocNullableType=Kt;function Nt(P){return P.kind===315}e.isJSDocNonNullableType=Nt;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 qi(P){return P.kind===328}e.isJSDocAugmentsTag=qi;function da(P){return P.kind===330}e.isJSDocAuthorTag=da;function ri(P){return P.kind===332}e.isJSDocClassTag=ri;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 Ui(P){return P.kind===335}e.isJSDocProtectedTag=Ui;function ra(P){return P.kind===336}e.isJSDocReadonlyTag=ra;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 ue(P){return P.kind===339}e.isJSDocEnumTag=ue;function Xe(P){return P.kind===340}e.isJSDocParameterTag=Xe;function Br(P){return P.kind===341}e.isJSDocReturnTag=Br;function rt(P){return P.kind===342}e.isJSDocThisTag=rt;function st(P){return P.kind===343}e.isJSDocTypeTag=st;function ot(P){return P.kind===344}e.isJSDocTemplateTag=ot;function Ht(P){return P.kind===345}e.isJSDocTypedefTag=Ht;function gt(P){return P.kind===327}e.isJSDocUnknownTag=gt;function m(P){return P.kind===347}e.isJSDocPropertyTag=m;function ne(P){return P.kind===329}e.isJSDocImplementsTag=ne;function qr(P){return P.kind===348}e.isSyntaxList=qr})($r||($r={}));var $r;(function(e){function r(k){return k.createExportDeclaration(void 0,!1,k.createNamedExports([]),void 0)}e.createEmptyExports=r;function a(k,W,he,Ar){if(e.isComputedPropertyName(he))return e.setTextRange(k.createElementAccessExpression(W,he.expression),Ar);var cr=e.setTextRange(e.isMemberName(he)?k.createPropertyAccessExpression(W,he):k.createElementAccessExpression(W,he),he);return e.getOrCreateEmitNode(cr).flags|=64,cr}e.createMemberAccessForPropertyName=a;function _(k,W){var he=e.parseNodeFactory.createIdentifier(k||"React");return e.setParent(he,e.getParseTreeNode(W)),he}function d(k,W,he){if(e.isQualifiedName(W)){var Ar=d(k,W.left,he),cr=k.createIdentifier(e.idText(W.right));return cr.escapedText=W.right.escapedText,k.createPropertyAccessExpression(Ar,cr)}else return _(e.idText(W),he)}function x(k,W,he,Ar){return W?d(k,W,Ar):k.createPropertyAccessExpression(_(he,Ar),"createElement")}e.createJsxFactoryExpression=x;function X(k,W,he,Ar){return W?d(k,W,Ar):k.createPropertyAccessExpression(_(he,Ar),"Fragment")}function Y(k,W,he,Ar,cr,Vr){var Qr=[he];if(Ar&&Qr.push(Ar),cr&&cr.length>0)if(Ar||Qr.push(k.createNull()),cr.length>1)for(var nt=0,vt=cr;nt<vt.length;nt++){var St=vt[nt];de(St),Qr.push(St)}else Qr.push(cr[0]);return e.setTextRange(k.createCallExpression(W,void 0,Qr),Vr)}e.createExpressionForJsxElement=Y;function w(k,W,he,Ar,cr,Vr,Qr){var nt=X(k,he,Ar,Vr),vt=[nt,k.createNull()];if(cr&&cr.length>0)if(cr.length>1)for(var St=0,Wr=cr;St<Wr.length;St++){var zr=Wr[St];de(zr),vt.push(zr)}else vt.push(cr[0]);return e.setTextRange(k.createCallExpression(x(k,W,Ar,Vr),void 0,vt),Qr)}e.createExpressionForJsxFragment=w;function K(k,W,he){if(e.isVariableDeclarationList(W)){var Ar=e.first(W.declarations),cr=k.updateVariableDeclaration(Ar,Ar.name,void 0,void 0,he);return e.setTextRange(k.createVariableStatement(void 0,k.updateVariableDeclarationList(W,[cr])),W)}else{var Vr=e.setTextRange(k.createAssignment(W,he),W);return e.setTextRange(k.createExpressionStatement(Vr),W)}}e.createForOfBindingStatement=K;function ze(k,W,he){return e.isBlock(W)?k.updateBlock(W,e.setTextRange(k.createNodeArray(Cn([he],W.statements,!0)),W.statements)):k.createBlock(k.createNodeArray([W,he]),!0)}e.insertLeadingStatement=ze;function ve(k,W){if(e.isQualifiedName(W)){var he=ve(k,W.left),Ar=e.setParent(e.setTextRange(k.cloneNode(W.right),W.right),W.right.parent);return e.setTextRange(k.createPropertyAccessExpression(he,Ar),W)}else return e.setParent(e.setTextRange(k.cloneNode(W),W),W.parent)}e.createExpressionFromEntityName=ve;function te(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=te;function U(k,W,he,Ar,cr){var Vr=e.getAllAccessorDeclarations(W,he),Qr=Vr.firstAccessor,nt=Vr.getAccessor,vt=Vr.setAccessor;if(he===Qr)return e.setTextRange(k.createObjectDefinePropertyCall(Ar,te(k,he.name),k.createPropertyDescriptor({enumerable:k.createFalse(),configurable:!0,get:nt&&e.setTextRange(e.setOriginalNode(k.createFunctionExpression(e.getModifiers(nt),void 0,void 0,void 0,nt.parameters,void 0,nt.body),nt),nt),set:vt&&e.setTextRange(e.setOriginalNode(k.createFunctionExpression(e.getModifiers(vt),void 0,void 0,void 0,vt.parameters,void 0,vt.body),vt),vt)},!cr)),Qr)}function Te(k,W,he){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,he,W.name,W.name),W.initializer),W),W)}function p(k,W,he){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,he,W.name,W.name),k.cloneNode(W.name)),W),W)}function v(k,W,he){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,he,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 ie(k,W,he,Ar){switch(he.name&&e.isPrivateIdentifier(he.name)&&e.Debug.failBadSyntaxKind(he.name,"Private identifiers are not allowed in object literals."),he.kind){case 172:case 173:return U(k,W.properties,he,Ar,!!W.multiLine);case 296:return Te(k,he,Ar);case 297:return p(k,he,Ar);case 169:return v(k,he,Ar)}}e.createExpressionForObjectLiteralElementLike=ie;function le(k,W,he,Ar,cr){var Vr=W.operator;e.Debug.assert(Vr===45||Vr===46,"Expected 'node' to be a pre- or post-increment or pre- or post-decrement expression");var Qr=k.createTempVariable(Ar);he=k.createAssignment(Qr,he),e.setTextRange(he,W.operand);var nt=e.isPrefixUnaryExpression(W)?k.createPrefixUnaryExpression(Vr,Qr):k.createPostfixUnaryExpression(Qr,Vr);return e.setTextRange(nt,W),cr&&(nt=k.createAssignment(cr,nt),e.setTextRange(nt,W)),he=k.createComma(he,nt),e.setTextRange(he,W),e.isPostfixUnaryExpression(W)&&(he=k.createComma(he,Qr),e.setTextRange(he,W)),he}e.expandPreOrPostfixIncrementOrDecrementExpression=le;function Ce(k){return(e.getEmitFlags(k)&32768)!==0}e.isInternalName=Ce;function C(k){return(e.getEmitFlags(k)&16384)!==0}e.isLocalName=C;function Se(k){return(e.getEmitFlags(k)&8192)!==0}e.isExportName=Se;function V(k){return e.isStringLiteral(k.expression)&&k.expression.text==="use strict"}function mr(k){for(var W=0,he=k;W<he.length;W++){var Ar=he[W];if(e.isPrologueDirective(Ar)){if(V(Ar))return Ar}else break}}e.findUseStrictPrologue=mr;function _r(k){var W=e.firstOrUndefined(k);return W!==void 0&&e.isPrologueDirective(W)&&V(W)}e.startsWithUseStrict=_r;function Sr(k){return k.kind===221&&k.operatorToken.kind===27||k.kind===351}e.isCommaSequence=Sr;function Ee(k){return e.isParenthesizedExpression(k)&&e.isInJSFile(k)&&!!e.getJSDocTypeTag(k)}e.isJSDocTypeAssertion=Ee;function we(k){var W=e.getJSDocType(k);return e.Debug.assertIsDefined(W),W}e.getJSDocTypeAssertionType=we;function ae(k,W){switch(W===void 0&&(W=15),k.kind){case 212:return W&16&&Ee(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=ae;function xe(k,W){for(W===void 0&&(W=15);ae(k,W);)k=k.expression;return k}e.skipOuterExpressions=xe;function B(k){return xe(k,6)}e.skipAssertions=B;function de(k){return e.setStartsOnNewLine(k,!0)}e.startOnNewLine=de;function er(k){var W=e.getOriginalNode(k,e.isSourceFile),he=W&&W.emitNode;return he&&he.externalHelpersModuleName}e.getExternalHelpersModuleName=er;function De(k){var W=e.getOriginalNode(k,e.isSourceFile),he=W&&W.emitNode;return!!he&&(!!he.externalHelpersModuleName||!!he.externalHelpers)}e.hasRecordedExternalHelpers=De;function Ae(k,W,he,Ar,cr,Vr,Qr){if(Ar.importHelpers&&e.isEffectiveExternalModule(he,Ar)){var nt=void 0,vt=e.getEmitModuleKind(Ar);if(vt>=e.ModuleKind.ES2015&&vt<=e.ModuleKind.ESNext||he.impliedNodeFormat===e.ModuleKind.ESNext){var St=e.getEmitHelpers(he);if(St){for(var Wr=[],zr=0,ut=St;zr<ut.length;zr++){var Ct=ut[zr];if(!Ct.scoped){var wt=Ct.importName;wt&&e.pushIfUnique(Wr,wt)}}if(e.some(Wr)){Wr.sort(e.compareStringsCaseSensitive),nt=k.createNamedImports(e.map(Wr,function(Nn){return e.isFileLevelUniqueName(he,Nn)?k.createImportSpecifier(!1,void 0,k.createIdentifier(Nn)):k.createImportSpecifier(!1,k.createIdentifier(Nn),W.getUnscopedHelperName(Nn))}));var Qt=e.getOriginalNode(he,e.isSourceFile),xn=e.getOrCreateEmitNode(Qt);xn.externalHelpers=!0}}}else{var un=ur(k,he,Ar,cr,Vr||Qr);un&&(nt=k.createNamespaceImport(un))}if(nt){var An=k.createImportDeclaration(void 0,k.createImportClause(!1,void 0,nt),k.createStringLiteral(e.externalHelpersModuleNameText),void 0);return e.addEmitFlags(An,67108864),An}}}e.createExternalHelpersImportDeclarationIfNeeded=Ae;function ur(k,W,he,Ar,cr){if(he.importHelpers&&e.isEffectiveExternalModule(W,he)){var Vr=er(W);if(Vr)return Vr;var Qr=e.getEmitModuleKind(he),nt=(Ar||e.getESModuleInterop(he)&&cr)&&Qr!==e.ModuleKind.System&&(Qr<e.ModuleKind.ES2015||W.impliedNodeFormat===e.ModuleKind.CommonJS);if(!nt){var vt=e.getEmitHelpers(W);if(vt)for(var St=0,Wr=vt;St<Wr.length;St++){var zr=Wr[St];if(!zr.scoped){nt=!0;break}}}if(nt){var ut=e.getOriginalNode(W,e.isSourceFile),Ct=e.getOrCreateEmitNode(ut);return Ct.externalHelpersModuleName||(Ct.externalHelpersModuleName=k.createUniqueName(e.externalHelpersModuleNameText))}}}e.getOrCreateExternalHelpersModuleNameIfNeeded=ur;function Fe(k,W,he){var Ar=e.getNamespaceDeclarationNode(W);if(Ar&&!e.isDefaultImport(W)&&!e.isExportNamespaceAsDefaultDeclaration(W)){var cr=Ar.name;return e.isGeneratedIdentifier(cr)?cr:k.createIdentifier(e.getSourceTextOfNodeFromSourceFile(he,cr)||e.idText(cr))}if(W.kind===266&&W.importClause||W.kind===272&&W.moduleSpecifier)return k.getGeneratedNameForNode(W)}e.getLocalNameForExternalImport=Fe;function Ye(k,W,he,Ar,cr,Vr){var Qr=e.getExternalModuleName(W);if(Qr&&e.isStringLiteral(Qr))return Gr(W,Ar,k,cr,Vr)||xr(k,Qr,he)||k.cloneNode(Qr)}e.getExternalModuleNameLiteral=Ye;function xr(k,W,he){var Ar=he.renamedDependencies&&he.renamedDependencies.get(W.text);return Ar?k.createStringLiteral(Ar):void 0}function Nr(k,W,he,Ar){if(!!W){if(W.moduleName)return k.createStringLiteral(W.moduleName);if(!W.isDeclarationFile&&e.outFile(Ar))return k.createStringLiteral(e.getExternalModuleNameFromPath(he,W.fileName))}}e.tryGetModuleNameFromFile=Nr;function Gr(k,W,he,Ar,cr){return Nr(he,Ar.getExternalModuleFileFromDeclaration(k),W,cr)}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 S(k){var W=G(k);return e.Debug.assert(!!W||e.isSpreadAssignment(k),"Invalid property name for binding element."),W}e.getPropertyNameOfBindingOrAssignmentElement=S;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 he=y(k);if(he&&e.isPropertyName(he))return he}e.tryGetPropertyNameOfBindingOrAssignmentElement=G;function ee(k){var W=k.kind;return W===10||W===8}function Q(k){switch(k.kind){case 201:case 202:case 204:return k.elements;case 205:return k.properties}}e.getElementsOfBindingOrAssignmentPattern=Q;function Qe(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=Qe;function nr(k){var W=k.kind;return W===171||W===173}e.canHaveIllegalType=nr;function je(k){var W=k.kind;return W===171||W===172||W===173}e.canHaveIllegalTypeParameters=je;function Le(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=Le;function q(k){var W=k.kind;return W===170||W===296||W===297||W===179||W===276||W===264}e.canHaveIllegalModifiers=q,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 yr(k){var W=k.kind;return W===104||W===110||W===95||e.isLiteralExpression(k)||e.isPrefixUnaryExpression(k)}e.isLiteralTypeLikeExpression=yr;function $(k){return k===42}function pe(k){return k===41||k===43||k===44}function Ue(k){return $(k)||pe(k)}function We(k){return k===39||k===40}function Ze(k){return We(k)||Ue(k)}function pr(k){return k===47||k===48||k===49}function br(k){return pr(k)||Ze(k)}function Cr(k){return k===29||k===32||k===31||k===33||k===102||k===101}function Z(k){return Cr(k)||br(k)}function ge(k){return k===34||k===36||k===35||k===37}function ar(k){return ge(k)||Z(k)}function gr(k){return k===50||k===51||k===52}function Fr(k){return gr(k)||ar(k)}function Lr(k){return k===55||k===56}function ft(k){return Lr(k)||Fr(k)}function Oe(k){return k===60||ft(k)||e.isAssignmentOperator(k)}function L(k){return Oe(k)||k===27}function t(k){return L(k.kind)}e.isBinaryOperatorToken=t;var Et;(function(k){function W(Wr,zr,ut,Ct,wt,Qt,xn){var un=zr>0?wt[zr-1]:void 0;return e.Debug.assertEqual(ut[zr],W),wt[zr]=Wr.onEnter(Ct[zr],un,xn),ut[zr]=nt(Wr,W),zr}k.enter=W;function he(Wr,zr,ut,Ct,wt,Qt,xn){e.Debug.assertEqual(ut[zr],he),e.Debug.assertIsDefined(Wr.onLeft),ut[zr]=nt(Wr,he);var un=Wr.onLeft(Ct[zr].left,wt[zr],Ct[zr]);return un?(St(zr,Ct,un),vt(zr,ut,Ct,wt,un)):zr}k.left=he;function Ar(Wr,zr,ut,Ct,wt,Qt,xn){return e.Debug.assertEqual(ut[zr],Ar),e.Debug.assertIsDefined(Wr.onOperator),ut[zr]=nt(Wr,Ar),Wr.onOperator(Ct[zr].operatorToken,wt[zr],Ct[zr]),zr}k.operator=Ar;function cr(Wr,zr,ut,Ct,wt,Qt,xn){e.Debug.assertEqual(ut[zr],cr),e.Debug.assertIsDefined(Wr.onRight),ut[zr]=nt(Wr,cr);var un=Wr.onRight(Ct[zr].right,wt[zr],Ct[zr]);return un?(St(zr,Ct,un),vt(zr,ut,Ct,wt,un)):zr}k.right=cr;function Vr(Wr,zr,ut,Ct,wt,Qt,xn){e.Debug.assertEqual(ut[zr],Vr),ut[zr]=nt(Wr,Vr);var un=Wr.onExit(Ct[zr],wt[zr]);if(zr>0){if(zr--,Wr.foldState){var An=ut[zr]===Vr?"right":"left";wt[zr]=Wr.foldState(wt[zr],un,An)}}else Qt.value=un;return zr}k.exit=Vr;function Qr(Wr,zr,ut,Ct,wt,Qt,xn){return e.Debug.assertEqual(ut[zr],Qr),zr}k.done=Qr;function nt(Wr,zr){switch(zr){case W:if(Wr.onLeft)return he;case he:if(Wr.onOperator)return Ar;case Ar:if(Wr.onRight)return cr;case cr:return Vr;case Vr:return Qr;case Qr:return Qr;default:e.Debug.fail("Invalid state")}}k.nextState=nt;function vt(Wr,zr,ut,Ct,wt){return Wr++,zr[Wr]=W,ut[Wr]=wt,Ct[Wr]=void 0,Wr}function St(Wr,zr,ut){if(e.Debug.shouldAssert(2))for(;Wr>=0;)e.Debug.assert(zr[Wr]!==ut,"Circular traversal detected."),Wr--}})(Et||(Et={}));var It=function(){function k(W,he,Ar,cr,Vr,Qr){this.onEnter=W,this.onLeft=he,this.onOperator=Ar,this.onRight=cr,this.onExit=Vr,this.foldState=Qr}return k}();function He(k,W,he,Ar,cr,Vr){var Qr=new It(k,W,he,Ar,cr,Vr);return nt;function nt(vt,St){for(var Wr={value:void 0},zr=[Et.enter],ut=[vt],Ct=[void 0],wt=0;zr[wt]!==Et.done;)wt=zr[wt](Qr,wt,zr,ut,Ct,Wr,St);return e.Debug.assertEqual(wt,0),Wr.value}}e.createBinaryExpressionTrampoline=He;function ce(k,W){if(W!==void 0)return W.length===0?W:e.setTextRange(k.createNodeArray([],W.hasTrailingComma),W)}e.elideNodes=ce})($r||($r={}));var $r;(function(e){function r(d,x){return x?e.setTextRangePosEnd(d,x.pos,x.end):d}e.setTextRange=r;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=_})($r||($r={}));var $r;(function(e){var r;(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"})(r||(r={}));var a;(function(y){y[y.TryParse=0]="TryParse",y[y.Lookahead=1]="Lookahead",y[y.Reparse=2]="Reparse"})(a||(a={}));var _,d,x,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(X||(X=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,S){if(S){if(g)return g(S);for(var G=0,ee=S;G<ee.length;G++){var Q=ee[G],Qe=y(Q);if(Qe)return Qe}}}function ze(y,g){return y.charCodeAt(g+1)===42&&y.charCodeAt(g+2)===42&&y.charCodeAt(g+3)!==47}e.isJSDocLikeText=ze;function ve(y){return e.forEach(y.statements,te)||U(y)}e.isFileProbablyExternalModule=ve;function te(y){return e.canHaveModifiers(y)&&p(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?Te(y):void 0}function Te(y){return v(y)?y:ie(y,Te)}function p(y,g){return e.some(y.modifiers,function(S){return S.kind===g})}function v(y){return e.isMetaProperty(y)&&y.keywordToken===100&&y.name.escapedText==="meta"}function ie(y,g,S){if(!(!y||y.kind<=160))switch(y.kind){case 161:return w(g,y.left)||w(g,y.right);case 163:return K(g,S,y.modifiers)||w(g,y.name)||w(g,y.constraint)||w(g,y.default)||w(g,y.expression);case 297:return K(g,S,y.illegalDecorators)||K(g,S,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,S,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,S,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,S,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||w(g,y.type)||w(g,y.initializer);case 296:return K(g,S,y.illegalDecorators)||K(g,S,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,S,y.illegalDecorators)||K(g,S,y.modifiers)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type);case 180:return K(g,S,y.modifiers)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type);case 179:return K(g,S,y.modifiers)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type);case 174:case 175:return K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type);case 169:return K(g,S,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||w(g,y.questionToken)||w(g,y.exclamationToken)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 168:return K(g,S,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type);case 171:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 172:return K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 173:return K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 256:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 213:return K(g,S,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.body);case 214:return K(g,S,y.modifiers)||K(g,S,y.typeParameters)||K(g,S,y.parameters)||w(g,y.type)||w(g,y.equalsGreaterThanToken)||w(g,y.body);case 170:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.body);case 178:return w(g,y.typeName)||K(g,S,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,S,y.typeArguments);case 182:return K(g,S,y.members);case 183:return w(g,y.elementType);case 184:return K(g,S,y.elements);case 187:case 188:return K(g,S,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,S,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,S,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,S,y.elements);case 204:return K(g,S,y.elements);case 205:return K(g,S,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,S,y.typeArguments)||K(g,S,y.arguments);case 210:return w(g,y.tag)||w(g,y.questionDotToken)||K(g,S,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,S,y.statements);case 305:return K(g,S,y.statements)||w(g,y.endOfFileToken);case 237:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.declarationList);case 255:return K(g,S,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,S,y.clauses);case 289:return w(g,y.expression)||K(g,S,y.statements);case 290:return K(g,S,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,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.heritageClauses)||K(g,S,y.members);case 258:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||K(g,S,y.heritageClauses)||K(g,S,y.members);case 259:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.typeParameters)||w(g,y.type);case 260:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||K(g,S,y.members);case 299:return w(g,y.name)||w(g,y.initializer);case 261:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||w(g,y.body);case 265:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.name)||w(g,y.moduleReference);case 266:return K(g,S,y.illegalDecorators)||K(g,S,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,S,y.elements);case 294:return w(g,y.name)||w(g,y.value);case 264:return K(g,S,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,S,y.elements);case 272:return K(g,S,y.illegalDecorators)||K(g,S,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,S,y.illegalDecorators)||K(g,S,y.modifiers)||w(g,y.expression);case 223:return w(g,y.head)||K(g,S,y.templateSpans);case 233:return w(g,y.expression)||w(g,y.literal);case 198:return w(g,y.head)||K(g,S,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,S,y.types);case 228:return w(g,y.expression)||K(g,S,y.typeArguments);case 277:return w(g,y.expression);case 276:return K(g,S,y.illegalDecorators)||K(g,S,y.modifiers);case 351:return K(g,S,y.elements);case 278:return w(g,y.openingElement)||K(g,S,y.children)||w(g,y.closingElement);case 282:return w(g,y.openingFragment)||K(g,S,y.children)||w(g,y.closingFragment);case 279:case 280:return w(g,y.tagName)||K(g,S,y.typeArguments)||w(g,y.attributes);case 286:return K(g,S,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,S,y.parameters)||w(g,y.type);case 320:return(typeof y.comment=="string"?void 0:K(g,S,y.comment))||K(g,S,y.tags);case 346:return w(g,y.tagName)||w(g,y.name)||(typeof y.comment=="string"?void 0:K(g,S,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,S,y.comment)):w(g,y.typeExpression)||w(g,y.name)||(typeof y.comment=="string"?void 0:K(g,S,y.comment)));case 330:return w(g,y.tagName)||(typeof y.comment=="string"?void 0:K(g,S,y.comment));case 329:return w(g,y.tagName)||w(g,y.class)||(typeof y.comment=="string"?void 0:K(g,S,y.comment));case 328:return w(g,y.tagName)||w(g,y.class)||(typeof y.comment=="string"?void 0:K(g,S,y.comment));case 344:return w(g,y.tagName)||w(g,y.constraint)||K(g,S,y.typeParameters)||(typeof y.comment=="string"?void 0:K(g,S,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,S,y.comment)):w(g,y.fullName)||w(g,y.typeExpression)||(typeof y.comment=="string"?void 0:K(g,S,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,S,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,S,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,S,y.comment));case 350:return w(g,y.expression)}}e.forEachChild=ie;function le(y,g,S){for(var G=Ce(y),ee=[];ee.length<G.length;)ee.push(y);for(;G.length!==0;){var Q=G.pop(),Qe=ee.pop();if(e.isArray(Q)){if(S){var nr=S(Q,Qe);if(nr){if(nr==="skip")continue;return nr}}for(var je=Q.length-1;je>=0;--je)G.push(Q[je]),ee.push(Qe)}else{var nr=g(Q,Qe);if(nr){if(nr==="skip")continue;return nr}if(Q.kind>=161)for(var Le=0,q=Ce(Q);Le<q.length;Le++){var yr=q[Le];G.push(yr),ee.push(Q)}}}}e.forEachChildRecursively=le;function Ce(y){var g=[];return ie(y,S,S),g;function S(G){g.unshift(G)}}function C(y){y.externalModuleIndicator=ve(y)}function Se(y,g,S,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 Q;e.perfLogger.logStartParseSourceFile(y);var Qe=typeof S=="object"?S:{languageVersion:S},nr=Qe.languageVersion,je=Qe.setExternalModuleIndicator,Le=Qe.impliedNodeFormat;if(nr===100)Q=ae.parseSourceFile(y,g,nr,void 0,G,6,e.noop);else{var q=Le===void 0?je:function(yr){return yr.impliedNodeFormat=Le,(je||C)(yr)};Q=ae.parseSourceFile(y,g,nr,void 0,G,ee,q)}return e.perfLogger.logStopParseSourceFile(),e.performance.mark("afterParse"),e.performance.measure("Parse","beforeParse","afterParse"),e.tracing===null||e.tracing===void 0||e.tracing.pop(),Q}e.createSourceFile=Se;function V(y,g){return ae.parseIsolatedEntityName(y,g)}e.parseIsolatedEntityName=V;function mr(y,g){return ae.parseJsonText(y,g)}e.parseJsonText=mr;function _r(y){return y.externalModuleIndicator!==void 0}e.isExternalModule=_r;function Sr(y,g,S,G){G===void 0&&(G=!1);var ee=xe.updateSourceFile(y,g,S,G);return ee.flags|=y.flags&6291456,ee}e.updateSourceFile=Sr;function Ee(y,g,S){var G=ae.JSDocParser.parseIsolatedJSDocComment(y,g,S);return G&&G.jsDoc&&ae.fixupParentReferences(G.jsDoc),G}e.parseIsolatedJSDocComment=Ee;function we(y,g,S){return ae.JSDocParser.parseJSDocTypeExpressionForTests(y,g,S)}e.parseJSDocTypeExpressionForTests=we;var ae;(function(y){var g=e.createScanner(99,!0),S=20480,G,ee,Q,Qe,nr;function je(f){return ge++,f}var Le={createBaseSourceFileNode:function(f){return je(new nr(f,0,0))},createBaseIdentifierNode:function(f){return je(new Q(f,0,0))},createBasePrivateIdentifierNode:function(f){return je(new Qe(f,0,0))},createBaseTokenNode:function(f){return je(new ee(f,0,0))},createBaseNode:function(f){return je(new G(f,0,0))}},q=e.createNodeFactory(11,Le),yr,$,pe,Ue,We,Ze,pr,br,Cr,Z,ge,ar,gr,Fr,Lr,ft,Oe,L=!0,t=!1;function Et(f,E,R,z,se,Me,lr){var Pr;if(se===void 0&&(se=!1),Me=e.ensureScriptKind(f,Me),Me===6){var Er=He(f,E,R,z,se);return e.convertToObjectWorker(Er,(Pr=Er.statements[0])===null||Pr===void 0?void 0:Pr.expression,Er.parseDiagnostics,!1,void 0,void 0),Er.referencedFiles=e.emptyArray,Er.typeReferenceDirectives=e.emptyArray,Er.libReferenceDirectives=e.emptyArray,Er.amdDependencies=e.emptyArray,Er.hasNoDefaultLib=!1,Er.pragmas=e.emptyMap,Er}ce(f,E,R,z,Me);var Jr=W(R,se,Me,lr||C);return k(),Jr}y.parseSourceFile=Et;function It(f,E){ce("",f,E,void 0,1),hr();var R=ra(!0),z=I()===1&&!pr.length;return k(),z?R:void 0}y.parseIsolatedEntityName=It;function He(f,E,R,z,se){R===void 0&&(R=2),se===void 0&&(se=!1),ce(f,E,R,z,6),$=Oe,hr();var Me=Ke(),lr,Pr;if(I()===1)lr=Tt([],Me,Me),Pr=Rt();else{for(var Er=void 0;I()!==1;){var Jr=void 0;switch(I()){case 22:Jr=V_();break;case 110:case 95:case 104:Jr=Rt();break;case 40:mt(function(){return hr()===8&&hr()!==58})?Jr=Ts():Jr=Q_();break;case 8:case 10:if(mt(function(){return hr()!==58})){Jr=Ht();break}default:Jr=Q_();break}Er&&e.isArray(Er)?Er.push(Jr):Er?Er=[Er,Jr]:(Er=Jr,I()!==1&&bt(e.Diagnostics.Unexpected_token))}var ct=e.isArray(Er)?me(q.createArrayLiteralExpression(Er),Me):e.Debug.checkDefined(Er),Gt=q.createExpressionStatement(ct);me(Gt,Me),lr=Tt([Gt],Me),Pr=yt(1,e.Diagnostics.Unexpected_token)}var Bt=nt(f,2,6,!1,lr,Pr,$,e.noop);se&&Qr(Bt),Bt.nodeCount=ge,Bt.identifierCount=Fr,Bt.identifiers=ar,Bt.parseDiagnostics=e.attachFileToDiagnostics(pr,Bt),br&&(Bt.jsDocDiagnostics=e.attachFileToDiagnostics(br,Bt));var ln=Bt;return k(),ln}y.parseJsonText=He;function ce(f,E,R,z,se){switch(G=e.objectAllocator.getNodeConstructor(),ee=e.objectAllocator.getTokenConstructor(),Q=e.objectAllocator.getIdentifierConstructor(),Qe=e.objectAllocator.getPrivateIdentifierConstructor(),nr=e.objectAllocator.getSourceFileConstructor(),yr=e.normalizePath(f),pe=E,Ue=R,Cr=z,We=se,Ze=e.getLanguageVariant(se),pr=[],Lr=0,ar=new e.Map,gr=new e.Map,Fr=0,ge=0,$=0,L=!0,We){case 1:case 2:Oe=262144;break;case 6:Oe=67371008;break;default:Oe=0;break}t=!1,g.setText(pe),g.setOnError(Oi),g.setScriptTarget(Ue),g.setLanguageVariant(Ze)}function k(){g.clearCommentDirectives(),g.setText(""),g.setOnError(void 0),pe=void 0,Ue=void 0,Cr=void 0,We=void 0,Ze=void 0,$=0,pr=void 0,br=void 0,Lr=0,ar=void 0,ft=void 0,L=!0}function W(f,E,R,z){var se=B(yr);se&&(Oe|=16777216),$=Oe,hr();var Me=fr(0,Hi);e.Debug.assert(I()===1);var lr=cr(Rt()),Pr=nt(yr,f,R,se,Me,lr,$,z);return er(Pr,pe),De(Pr,Er),Pr.commentDirectives=g.getCommentDirectives(),Pr.nodeCount=ge,Pr.identifierCount=Fr,Pr.identifiers=ar,Pr.parseDiagnostics=e.attachFileToDiagnostics(pr,Pr),br&&(Pr.jsDocDiagnostics=e.attachFileToDiagnostics(br,Pr)),E&&Qr(Pr),Pr;function Er(Jr,ct,Gt){pr.push(e.createDetachedDiagnostic(yr,Jr,ct,Gt))}}function he(f,E){return E?cr(f):f}var Ar=!1;function cr(f){e.Debug.assert(!f.jsDoc);var E=e.mapDefined(e.getJSDocCommentRanges(f,pe),function(R){return Pu.parseJSDocComment(f,R.pos,R.end-R.pos)});return E.length&&(f.jsDoc=E),Ar&&(Ar=!1,f.flags|=268435456),f}function Vr(f){var E=Cr,R=xe.createSyntaxCursor(f);Cr={currentNode:ln};var z=[],se=pr;pr=[];for(var Me=0,lr=Gt(f.statements,0),Pr=function(){var Dn=f.statements[Me],Yn=f.statements[lr];e.addRange(z,f.statements,Me,lr),Me=Bt(f.statements,lr);var Pn=e.findIndex(se,function(bi){return bi.start>=Dn.pos}),fo=Pn>=0?e.findIndex(se,function(bi){return bi.start>=Yn.pos},Pn):-1;Pn>=0&&e.addRange(pr,se,Pn,fo>=0?fo:void 0),Bn(function(){var bi=Oe;for(Oe|=32768,g.setTextPos(Yn.pos),hr();I()!==1;){var Fa=g.getStartPos(),Yo=Dr(0,Hi);if(z.push(Yo),Fa===g.getStartPos()&&hr(),Me>=0){var Mo=f.statements[Me];if(Yo.end===Mo.pos)break;Yo.end>Mo.pos&&(Me=Bt(f.statements,Me+1))}}Oe=bi},2),lr=Me>=0?Gt(f.statements,Me):-1};lr!==-1;)Pr();if(Me>=0){var Er=f.statements[Me];e.addRange(z,f.statements,Me);var Jr=e.findIndex(se,function(Dn){return Dn.start>=Er.pos});Jr>=0&&e.addRange(pr,se,Jr)}return Cr=E,q.updateSourceFile(f,e.setTextRange(q.createNodeArray(z),f.statements));function ct(Dn){return!(Dn.flags&32768)&&!!(Dn.transformFlags&67108864)}function Gt(Dn,Yn){for(var Pn=Yn;Pn<Dn.length;Pn++)if(ct(Dn[Pn]))return Pn;return-1}function Bt(Dn,Yn){for(var Pn=Yn;Pn<Dn.length;Pn++)if(!ct(Dn[Pn]))return Pn;return-1}function ln(Dn){var Yn=R.currentNode(Dn);return L&&Yn&&ct(Yn)&&(Yn.intersectsChange=!0),Yn}}function Qr(f){e.setParentRecursive(f,!0)}y.fixupParentReferences=Qr;function nt(f,E,R,z,se,Me,lr,Pr){var Er=q.createSourceFile(se,Me,lr);return e.setTextRangePosWidth(Er,0,pe.length),Jr(Er),!z&&_r(Er)&&Er.transformFlags&67108864&&(Er=Vr(Er),Jr(Er)),Er;function Jr(ct){ct.text=pe,ct.bindDiagnostics=[],ct.bindSuggestionDiagnostics=void 0,ct.languageVersion=E,ct.fileName=f,ct.languageVariant=e.getLanguageVariant(R),ct.isDeclarationFile=z,ct.scriptKind=R,Pr(ct),ct.setExternalModuleIndicator=Pr}}function vt(f,E){f?Oe|=E:Oe&=~E}function St(f){vt(f,4096)}function Wr(f){vt(f,8192)}function zr(f){vt(f,16384)}function ut(f){vt(f,32768)}function Ct(f,E){var R=f&Oe;if(R){vt(!1,R);var z=E();return vt(!0,R),z}return E()}function wt(f,E){var R=f&~Oe;if(R){vt(!0,R);var z=E();return vt(!1,R),z}return E()}function Qt(f){return Ct(4096,f)}function xn(f){return wt(4096,f)}function un(f){return Ct(65536,f)}function An(f){return wt(65536,f)}function Nn(f){return wt(8192,f)}function On(f){return wt(16384,f)}function si(f){return wt(32768,f)}function _i(f){return Ct(32768,f)}function Vn(f){return wt(40960,f)}function ji(f){return Ct(40960,f)}function Jn(f){return(Oe&f)!==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 bt(f,E){return Xt(g.getTokenPos(),g.getTextPos(),f,E)}function Wn(f,E,R,z){var se=e.lastOrUndefined(pr),Me;return(!se||f!==se.start)&&(Me=e.createDetachedDiagnostic(yr,f,E,R,z),pr.push(Me)),t=!0,Me}function Xt(f,E,R,z){return Wn(f,E-f,R,z)}function Hn(f,E,R){Xt(f.pos,f.end,E,R)}function Oi(f,E){Wn(g.getTextPos(),E,f)}function Ke(){return g.getStartPos()}function qt(){return g.hasPrecedingJSDocComment()}function I(){return Z}function mi(){return Z=g.scan()}function qn(f){return hr(),f()}function hr(){return e.isKeyword(Z)&&(g.hasUnicodeEscape()||g.hasExtendedUnicodeEscape())&&Xt(g.getTokenPos(),g.getTextPos(),e.Diagnostics.Keywords_cannot_contain_escape_characters),mi()}function Yt(){return Z=g.scanJsDocToken()}function jn(){return Z=g.reScanGreaterToken()}function gi(){return Z=g.reScanSlashToken()}function xi(f){return Z=g.reScanTemplateToken(f)}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(f,E){var R=Z,z=pr.length,se=t,Me=Oe,lr=E!==0?g.lookAhead(f):g.tryScan(f);return e.Debug.assert(Me===Oe),(!lr||E!==0)&&(Z=R,E!==2&&(pr.length=z),t=se),lr}function mt(f){return Bn(f,1)}function tr(f){return Bn(f,0)}function Or(){return I()===79?!0:I()>116}function sr(){return I()===79?!0:I()===125&&Sn()||I()===132&&Fn()?!1:I()>116}function ke(f,E,R){return R===void 0&&(R=!0),I()===f?(R&&hr(),!0):(E?bt(E):bt(e.Diagnostics._0_expected,e.tokenToString(f)),!1)}var Ft=Object.keys(e.textToKeywordObj).filter(function(f){return f.length>2});function zt(f){var E;if(e.isTaggedTemplateExpression(f)){Xt(e.skipTrivia(pe,f.template.pos),f.template.end,e.Diagnostics.Module_declaration_names_may_only_use_or_quoted_strings);return}var R=e.isIdentifier(f)?e.idText(f):void 0;if(!R||!e.isIdentifierText(R,Ue)){bt(e.Diagnostics._0_expected,e.tokenToString(26));return}var z=e.skipTrivia(pe,f.pos);switch(R){case"const":case"let":case"var":Xt(z,f.end,e.Diagnostics.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":Lt(e.Diagnostics.Interface_name_cannot_be_0,e.Diagnostics.Interface_must_be_given_a_name,18);return;case"is":Xt(z,g.getTextPos(),e.Diagnostics.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":Lt(e.Diagnostics.Namespace_name_cannot_be_0,e.Diagnostics.Namespace_must_be_given_a_name,18);return;case"type":Lt(e.Diagnostics.Type_alias_name_cannot_be_0,e.Diagnostics.Type_alias_must_be_given_a_name,63);return}var se=(E=e.getSpellingSuggestion(R,Ft,function(Me){return Me}))!==null&&E!==void 0?E:Pe(R);if(se){Xt(z,f.end,e.Diagnostics.Unknown_keyword_or_identifier_Did_you_mean_0,se);return}I()!==0&&Xt(z,f.end,e.Diagnostics.Unexpected_keyword_or_identifier)}function Lt(f,E,R){I()===R?bt(E):bt(f,g.getTokenValue())}function Pe(f){for(var E=0,R=Ft;E<R.length;E++){var z=R[E];if(f.length>z.length+2&&e.startsWith(f,z))return"".concat(z," ").concat(f.slice(z.length))}}function Re(f,E,R){if(I()===59&&!g.hasPrecedingLineBreak()){bt(e.Diagnostics.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(I()===20){bt(e.Diagnostics.Cannot_start_a_function_call_in_a_type_annotation),hr();return}if(E&&!dt()){R?bt(e.Diagnostics._0_expected,e.tokenToString(26)):bt(e.Diagnostics.Expected_for_property_initializer);return}if(!hn()){if(R){bt(e.Diagnostics._0_expected,e.tokenToString(26));return}zt(f)}}function Ve(f){return I()===f?(Yt(),!0):(bt(e.Diagnostics._0_expected,e.tokenToString(f)),!1)}function rr(f,E,R,z){if(I()===E){hr();return}var se=bt(e.Diagnostics._0_expected,e.tokenToString(E));!R||se&&e.addRelatedInfo(se,e.createDetachedDiagnostic(yr,z,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,e.tokenToString(f),e.tokenToString(E)))}function or(f){return I()===f?(hr(),!0):!1}function kr(f){if(I()===f)return Rt()}function at(f){if(I()===f)return Jt()}function yt(f,E,R){return kr(f)||pn(f,!1,E||e.Diagnostics._0_expected,R||e.tokenToString(f))}function rn(f){return at(f)||pn(f,!1,e.Diagnostics._0_expected,e.tokenToString(f))}function Rt(){var f=Ke(),E=I();return hr(),me(q.createToken(E),f)}function Jt(){var f=Ke(),E=I();return Yt(),me(q.createToken(E),f)}function dt(){return I()===26?!0:I()===19||I()===1||g.hasPrecedingLineBreak()}function hn(){return dt()?(I()===26&&hr(),!0):!1}function Ut(){return hn()||ke(26)}function Tt(f,E,R,z){var se=q.createNodeArray(f,z);return e.setTextRangePosEnd(se,E,R!=null?R:g.getStartPos()),se}function me(f,E,R){return e.setTextRangePosEnd(f,E,R!=null?R:g.getStartPos()),Oe&&(f.flags|=Oe),t&&(t=!1,f.flags|=131072),f}function pn(f,E,R,z){E?Wn(g.getStartPos(),0,R,z):R&&bt(R,z);var se=Ke(),Me=f===79?q.createIdentifier("",void 0,void 0):e.isTemplateLiteralKind(f)?q.createTemplateLiteralLikeNode(f,"","",void 0):f===8?q.createNumericLiteral("",void 0):f===10?q.createStringLiteral("",void 0):f===276?q.createMissingDeclaration():q.createToken(f);return me(Me,se)}function Wt(f){var E=ar.get(f);return E===void 0&&ar.set(f,E=f),E}function an(f,E,R){if(f){Fr++;var z=Ke(),se=I(),Me=Wt(g.getTokenValue());return mi(),me(q.createIdentifier(Me,void 0,se),z)}if(I()===80)return bt(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);Fr++;var lr=I()===1,Pr=g.isReservedWord(),Er=g.getTokenText(),Jr=Pr?e.Diagnostics.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:e.Diagnostics.Identifier_expected;return pn(79,lr,E||Jr,Er)}function kn(f){return an(Or(),void 0,f)}function $t(f,E){return an(sr(),f,E)}function Zt(f){return an(e.tokenIsIdentifierOrKeyword(I()),f)}function Ur(){return e.tokenIsIdentifierOrKeyword(I())||I()===10||I()===8}function lt(){return e.tokenIsIdentifierOrKeyword(I())||I()===10}function jt(f){if(I()===10||I()===8){var E=Ht();return E.text=Wt(E.text),E}return f&&I()===22?Un():I()===80?hi():Zt()}function en(){return jt(!0)}function Un(){var f=Ke();ke(22);var E=Qt($n);return ke(23),me(q.createComputedPropertyName(E),f)}function Di(f){var E=gr.get(f);return E===void 0&&gr.set(f,E=f),E}function hi(){var f=Ke(),E=q.createPrivateIdentifier(Di(g.getTokenText()));return hr(),me(E,f)}function Xn(f){return I()===f&&tr(Ci)}function Ei(){return hr(),g.hasPrecedingLineBreak()?!1:vi()}function Ci(){switch(I()){case 85:return hr()===92;case 93:return hr(),I()===88?mt(Vi):I()===152?mt(Bi):fa();case 88:return Vi();case 124:case 136:case 149:return hr(),vi();default:return Ei()}}function fa(){return I()!==41&&I()!==127&&I()!==18&&vi()}function Bi(){return hr(),fa()}function Li(){return e.isModifierKind(I())&&tr(Ci)}function vi(){return I()===22||I()===18||I()===41||I()===25||Ur()}function Vi(){return hr(),I()===84||I()===98||I()===118||I()===126&&mt(au)||I()===131&&mt(nc)}function Qi(f,E){var R=et(f);if(R)return!0;switch(f){case 0:case 1:case 3:return!(I()===26&&E)&&ou();case 2:return I()===82||I()===88;case 4:return mt(Bo);case 5:return mt(u_)||I()===26&&!E;case 6:return I()===22||Ur();case 12:switch(I()){case 22:case 41:case 25:case 24:return!0;default:return Ur()}case 18:return Ur();case 9:return I()===22||I()===25||Ur();case 24:return lt();case 7:return I()===18?mt(Yi):E?sr()&&!b():O_()&&!b();case 8:return a_();case 10:return I()===27||I()===25||a_();case 19:return I()===101||sr();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),hr()===19){var f=hr();return f===27||f===18||f===94||f===117}return!0}function Zi(){return hr(),sr()}function ea(){return hr(),e.tokenIsIdentifierOrKeyword(I())}function aa(){return hr(),e.tokenIsIdentifierOrKeywordOrGreaterThan(I())}function b(){return I()===117||I()===94?mt(N):!1}function N(){return hr(),so()}function J(){return hr(),cn()}function H(f){if(I()===1)return!0;switch(f){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 Ie();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&&mt(wl);default:return!1}}function Ie(){return!!(dt()||zc(I())||I()===38)}function wr(){for(var f=0;f<25;f++)if(Lr&1<<f&&(Qi(f,!0)||H(f)))return!0;return!1}function fr(f,E){var R=Lr;Lr|=1<<f;for(var z=[],se=Ke();!H(f);){if(Qi(f,!1)){z.push(Dr(f,E));continue}if(qi(f))break}return Lr=R,Tt(z,se)}function Dr(f,E){var R=et(f);return R?pt(R):E()}function et(f,E){if(!(!Cr||!Kt(f)||t)){var R=Cr.currentNode(E!=null?E:g.getStartPos());if(!(e.nodeIsMissing(R)||R.intersectsChange||e.containsParseError(R))){var z=R.flags&50720768;if(z===Oe&&!!Nt(R,f))return R.jsDocCache&&(R.jsDocCache=void 0),R}}}function pt(f){return g.setTextPos(f.end),hr(),f}function Kt(f){switch(f){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 Nt(f,E){switch(E){case 5:return sn(f);case 2:return ci(f);case 0:case 1:case 3:return Qn(f);case 6:return wi(f);case 4:return Aa(f);case 8:return oa(f);case 17:case 16:return ka(f)}return!1}function sn(f){if(f)switch(f.kind){case 171:case 176:case 172:case 173:case 167:case 234:return!0;case 169:var E=f,R=E.name.kind===79&&E.name.originalKeywordKind===134;return!R}return!1}function ci(f){if(f)switch(f.kind){case 289:case 290:return!0}return!1}function Qn(f){if(f)switch(f.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(f){return f.kind===299}function Aa(f){if(f)switch(f.kind){case 175:case 168:case 176:case 166:case 174:return!0}return!1}function oa(f){if(f.kind!==254)return!1;var E=f;return E.initializer===void 0}function ka(f){if(f.kind!==164)return!1;var E=f;return E.initializer===void 0}function qi(f){return da(f),wr()?!0:(hr(),!1)}function da(f){switch(f){case 0:return I()===88?bt(e.Diagnostics._0_expected,e.tokenToString(93)):bt(e.Diagnostics.Declaration_or_statement_expected);case 1:return bt(e.Diagnostics.Declaration_or_statement_expected);case 2:return bt(e.Diagnostics.case_or_default_expected);case 3:return bt(e.Diagnostics.Statement_expected);case 18:case 4:return bt(e.Diagnostics.Property_or_signature_expected);case 5:return bt(e.Diagnostics.Unexpected_token_A_constructor_method_accessor_or_property_was_expected);case 6:return bt(e.Diagnostics.Enum_member_expected);case 7:return bt(e.Diagnostics.Expression_expected);case 8:return e.isKeyword(I())?bt(e.Diagnostics._0_is_not_allowed_as_a_variable_declaration_name,e.tokenToString(I())):bt(e.Diagnostics.Variable_declaration_expected);case 9:return bt(e.Diagnostics.Property_destructuring_pattern_expected);case 10:return bt(e.Diagnostics.Array_element_destructuring_pattern_expected);case 11:return bt(e.Diagnostics.Argument_expression_expected);case 12:return bt(e.Diagnostics.Property_assignment_expected);case 15:return bt(e.Diagnostics.Expression_or_comma_expected);case 17:return bt(e.Diagnostics.Parameter_declaration_expected);case 16:return e.isKeyword(I())?bt(e.Diagnostics._0_is_not_allowed_as_a_parameter_name,e.tokenToString(I())):bt(e.Diagnostics.Parameter_declaration_expected);case 19:return bt(e.Diagnostics.Type_parameter_declaration_expected);case 20:return bt(e.Diagnostics.Type_argument_expected);case 21:return bt(e.Diagnostics.Type_expected);case 22:return bt(e.Diagnostics.Unexpected_token_expected);case 23:return bt(e.Diagnostics.Identifier_expected);case 13:return bt(e.Diagnostics.Identifier_expected);case 14:return bt(e.Diagnostics.Identifier_expected);case 24:return bt(e.Diagnostics.Identifier_or_string_literal_expected);case 25:return e.Debug.fail("ParsingContext.Count used as a context");default:e.Debug.assertNever(f)}}function ri(f,E,R){var z=Lr;Lr|=1<<f;for(var se=[],Me=Ke(),lr=-1;;){if(Qi(f,!1)){var Pr=g.getStartPos(),Er=Dr(f,E);if(!Er){Lr=z;return}if(se.push(Er),lr=g.getTokenPos(),or(27))continue;if(lr=-1,H(f))break;ke(27,Ha(f)),R&&I()===26&&!g.hasPrecedingLineBreak()&&hr(),Pr===g.getStartPos()&&hr();continue}if(H(f)||qi(f))break}return Lr=z,Tt(se,Me,void 0,lr>=0)}function Ha(f){return f===6?e.Diagnostics.An_enum_member_name_must_be_followed_by_a_or:void 0}function zn(){var f=Tt([],Ke());return f.isMissingList=!0,f}function sa(f){return!!f.isMissingList}function Ui(f,E,R,z){if(ke(R)){var se=ri(f,E);return ke(z),se}return zn()}function ra(f,E){for(var R=Ke(),z=f?Zt(E):$t(E),se=Ke();or(24);){if(I()===29){z.jsdocDotPos=se;break}se=Ke(),z=me(q.createQualifiedName(z,l(f,!1)),R)}return z}function va(f,E){return me(q.createQualifiedName(f,E),f.pos)}function l(f,E){if(g.hasPrecedingLineBreak()&&e.tokenIsIdentifierOrKeyword(I())){var R=mt(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 f?Zt():$t()}function F(f){var E=Ke(),R=[],z;do z=ot(f),R.push(z);while(z.literal.kind===16);return Tt(R,E)}function ue(f){var E=Ke();return me(q.createTemplateExpression(gt(f),F(f)),E)}function Xe(){var f=Ke();return me(q.createTemplateLiteralType(gt(!1),Br()),f)}function Br(){var f=Ke(),E=[],R;do R=rt(),E.push(R);while(R.literal.kind===16);return Tt(E,f)}function rt(){var f=Ke();return me(q.createTemplateLiteralTypeSpan(Mn(),st(!1)),f)}function st(f){return I()===19?(xi(f),m()):yt(17,e.Diagnostics._0_expected,e.tokenToString(19))}function ot(f){var E=Ke();return me(q.createTemplateSpan(Qt($n),st(f)),E)}function Ht(){return qr(I())}function gt(f){f&&ii();var E=qr(I());return e.Debug.assert(E.kind===15,"Template head has wrong token kind"),E}function m(){var f=qr(I());return e.Debug.assert(f.kind===16||f.kind===17,"Template fragment has wrong token kind"),f}function ne(f){var E=f===14||f===17,R=g.getTokenText();return R.substring(1,R.length-(g.isUnterminated()?0:E?1:2))}function qr(f){var E=Ke(),R=e.isTemplateLiteralKind(f)?q.createTemplateLiteralLikeNode(f,g.getTokenValue(),ne(f),g.getTokenFlags()&2048):f===8?q.createNumericLiteral(g.getTokenValue(),g.getNumericLiteralFlags()):f===10?q.createStringLiteral(g.getTokenValue(),void 0,g.hasExtendedUnicodeEscape()):e.isLiteralKind(f)?q.createLiteralLikeNode(f,g.getTokenValue()):e.Debug.fail();return g.hasExtendedUnicodeEscape()&&(R.hasExtendedUnicodeEscape=!0),g.isUnterminated()&&(R.isUnterminated=!0),hr(),me(R,E)}function P(){return ra(!0,e.Diagnostics.Type_expected)}function fn(){if(!g.hasPrecedingLineBreak()&&Mi()===29)return Ui(20,Mn,29,31)}function vn(){var f=Ke();return me(q.createTypeReferenceNode(P(),fn()),f)}function ti(f){switch(f.kind){case 178:return e.nodeIsMissing(f.typeName);case 179:case 180:{var E=f,R=E.parameters,z=E.type;return sa(R)||ti(z)}case 191:return ti(f.type);default:return!1}}function ma(f){return hr(),me(q.createTypePredicateNode(void 0,f,Mn()),f.pos)}function zi(){var f=Ke();return hr(),me(q.createThisTypeNode(),f)}function ba(){var f=Ke();return hr(),me(q.createJSDocAllType(),f)}function Ta(){var f=Ke();return hr(),me(q.createJSDocNonNullableType(Tn(),!1),f)}function Ja(){var f=Ke();return hr(),I()===27||I()===19||I()===21||I()===31||I()===63||I()===51?me(q.createJSDocUnknownType(),f):me(q.createJSDocNullableType(Mn(),!1),f)}function Ga(){var f=Ke(),E=qt();if(mt(Tu)){hr();var R=Ki(36),z=ga(58,!1);return he(me(q.createJSDocFunctionType(R,z),f),E)}return me(q.createTypeReferenceNode(Zt(),void 0),f)}function _a(){var f=Ke(),E;return(I()===108||I()===103)&&(E=Zt(),ke(58)),me(q.createParameterDeclaration(void 0,void 0,E,void 0,ca(),void 0),f)}function ca(){g.setInJSDocType(!0);var f=Ke();if(or(141)){var E=q.createJSDocNamepathType(void 0);e:for(;;)switch(I()){case 19:case 1:case 27:case 5:break e;default:Yt()}return g.setInJSDocType(!1),me(E,f)}var R=or(25),z=Jc();return g.setInJSDocType(!1),R&&(z=me(q.createJSDocVariadicType(z),f)),I()===63?(hr(),me(q.createJSDocOptionalType(z),f)):z}function oo(){var f=Ke();ke(112);var E=ra(!0),R=g.hasPrecedingLineBreak()?void 0:Rs();return me(q.createTypeQueryNode(E,R),f)}function Ks(){var f=Ke(),E=po(),R=$t(),z,se;or(94)&&(cn()||!so()?z=Mn():se=Gc());var Me=or(63)?Mn():void 0,lr=q.createTypeParameterDeclaration(E,R,z,Me);return lr.expression=se,me(lr,f)}function ta(){if(I()===29)return Ui(19,Ks,29,31)}function Jo(f){return I()===25||a_()||e.isModifierKind(I())||I()===59||cn(!f)}function C_(f){var E=lo(e.Diagnostics.Private_identifiers_cannot_be_used_as_parameters);return e.getFullWidth(E)===0&&!e.some(f)&&e.isModifierKind(I())&&hr(),E}function Ws(){return Or()||I()===22||I()===18}function _s(f){return Fo(f)}function Co(f){return Fo(f,!1)}function Fo(f,E){E===void 0&&(E=!0);var R=Ke(),z=qt(),se=f?si($o):_i($o);if(I()===108){var Me=q.createParameterDeclaration(se,void 0,an(!0),void 0,Io(),void 0);return se&&Hn(se[0],e.Diagnostics.Decorators_may_not_be_applied_to_this_parameters),he(me(Me,R),z)}var lr=L;L=!1;var Pr=na(se,po()),Er=kr(25);if(!(!E&&!Ws())){var Jr=he(me(q.createParameterDeclaration(Pr,Er,C_(Pr),kr(57),Io(),$a()),R),z);return L=lr,Jr}}function ga(f,E){if(cs(f,E))return un(Jc)}function cs(f,E){return f===38?(ke(f),!0):or(58)?!0:E&&I()===38?(bt(e.Diagnostics._0_expected,e.tokenToString(58)),hr(),!0):!1}function wo(f,E){var R=Sn(),z=Fn();Wr(!!(f&1)),ut(!!(f&2));var se=f&32?ri(17,_a):ri(16,function(){return E?_s(z):Co(z)});return Wr(R),ut(z),se}function Ki(f){if(!ke(20))return zn();var E=wo(f,!0);return ke(21),E}function Ao(){or(27)||Ut()}function us(f){var E=Ke(),R=qt();f===175&&ke(103);var z=ta(),se=Ki(4),Me=ga(58,!0);Ao();var lr=f===174?q.createCallSignature(z,se,Me):q.createConstructSignature(z,se,Me);return he(me(lr,E),R)}function jo(){return I()===22&&mt(ls)}function ls(){if(hr(),I()===25||I()===23)return!0;if(e.isModifierKind(I())){if(hr(),sr())return!0}else if(sr())hr();else return!1;return I()===58||I()===27?!0:I()!==57?!1:(hr(),I()===58||I()===27||I()===23)}function ko(f,E,R,z){var se=Ui(16,function(){return _s(!1)},22,23),Me=Io();Ao();var lr=q.createIndexSignature(z,se,Me);return lr.illegalDecorators=R,he(me(lr,f),E)}function ps(f,E,R){var z=en(),se=kr(57),Me;if(I()===20||I()===29){var lr=ta(),Pr=Ki(4),Er=ga(58,!0);Me=q.createMethodSignature(R,z,se,lr,Pr,Er)}else{var Er=Io();Me=q.createPropertySignature(R,z,se,Er),I()===63&&(Me.initializer=$a())}return Ao(),he(me(Me,f),E)}function Bo(){if(I()===20||I()===29||I()===136||I()===149)return!0;for(var f=!1;e.isModifierKind(I());)f=!0,hr();return I()===22?!0:(Ur()&&(f=!0,hr()),f?I()===20||I()===29||I()===57||I()===58||I()===27||dt():!1)}function Po(){if(I()===20||I()===29)return us(174);if(I()===103&&mt(fs))return us(175);var f=Ke(),E=qt(),R=po();return Xn(136)?No(f,E,void 0,R,172,4):Xn(149)?No(f,E,void 0,R,173,4):jo()?ko(f,E,void 0,R):ps(f,E,R)}function fs(){return hr(),I()===20||I()===29}function ds(){return hr()===24}function qo(){switch(hr()){case 20:case 29:case 24:return!0}return!1}function w_(){var f=Ke();return me(q.createTypeLiteralNode(Xa()),f)}function Xa(){var f;return ke(18)?(f=fr(4,Po),ke(19)):f=zn(),f}function A_(){return hr(),I()===39||I()===40?hr()===145:(I()===145&&hr(),I()===22&&Zi()&&hr()===101)}function ms(){var f=Ke(),E=Zt();ke(101);var R=Mn();return me(q.createTypeParameterDeclaration(void 0,E,R,void 0),f)}function Hs(){var f=Ke();ke(18);var E;(I()===145||I()===39||I()===40)&&(E=Rt(),E.kind!==145&&ke(145)),ke(22);var R=ms(),z=or(127)?Mn():void 0;ke(23);var se;(I()===57||I()===39||I()===40)&&(se=Rt(),se.kind!==57&&ke(57));var Me=Io();Ut();var lr=fr(4,Po);return ke(19),me(q.createMappedTypeNode(E,R,z,se,Me,lr),f)}function gs(){var f=Ke();if(or(25))return me(q.createRestTypeNode(Mn()),f);var E=Mn();if(e.isJSDocNullableType(E)&&E.pos===E.type.pos){var R=q.createOptionalTypeNode(E.type);return e.setTextRange(R,E),R.flags=E.flags,R}return E}function c(){return hr()===58||I()===57&&hr()===58}function D(){return I()===25?e.tokenIsIdentifierOrKeyword(hr())&&c():e.tokenIsIdentifierOrKeyword(I())&&c()}function A(){if(mt(D)){var f=Ke(),E=qt(),R=kr(25),z=Zt(),se=kr(57);ke(58);var Me=gs(),lr=q.createNamedTupleMember(R,z,se,Me);return he(me(lr,f),E)}return gs()}function _e(){var f=Ke();return me(q.createTupleTypeNode(Ui(21,A,22,23)),f)}function $e(){var f=Ke();ke(20);var E=Mn();return ke(21),me(q.createParenthesizedType(E),f)}function jr(){var f;if(I()===126){var E=Ke();hr();var R=me(q.createToken(126),E);f=Tt([R],E)}return f}function Hr(){var f=Ke(),E=qt(),R=jr(),z=or(103),se=ta(),Me=Ki(4),lr=ga(38,!1),Pr=z?q.createConstructorTypeNode(R,se,Me,lr):q.createFunctionTypeNode(se,Me,lr);return z||(Pr.modifiers=R),he(me(Pr,f),E)}function Dt(){var f=Rt();return I()===24?void 0:f}function _n(f){var E=Ke();f&&hr();var R=I()===110||I()===95||I()===104?Rt():qr(I());return f&&(R=me(q.createPrefixUnaryExpression(40,R),E)),me(q.createLiteralTypeNode(R),E)}function bn(){return hr(),I()===100}function on(){var f=Ke(),E=g.getTokenPos();ke(18);var R=g.hasPrecedingLineBreak();ke(129),ke(58);var z=p_(!0);if(!ke(19)){var se=e.lastOrUndefined(pr);se&&se.code===e.Diagnostics._0_expected.code&&e.addRelatedInfo(se,e.createDetachedDiagnostic(yr,E,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return me(q.createImportTypeAssertionContainer(z,R),f)}function xt(){$|=2097152;var f=Ke(),E=or(112);ke(100),ke(20);var R=Mn(),z;or(27)&&(z=on()),ke(21);var se=or(24)?P():void 0,Me=fn();return me(q.createImportTypeNode(R,z,se,Me,E),f)}function At(){return hr(),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 tr(Dt)||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 mt(At)?_n(!0):vn();case 114:return Rt();case 108:{var f=zi();return I()===139&&!g.hasPrecedingLineBreak()?ma(f):f}case 112:return mt(bn)?xt():oo();case 18:return mt(A_)?Hs():w_();case 22:return _e();case 20:return $e();case 100:return xt();case 128:return mt(As)?Qu():vn();case 15:return Xe();default:return vn()}}function cn(f){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!f;case 40:return!f&&mt(At);case 20:return!f&&mt(Gn);default:return sr()}}function Gn(){return hr(),I()===21||Jo(!1)||cn()}function Ri(){for(var f=Ke(),E=Tn();!g.hasPrecedingLineBreak();)switch(I()){case 53:hr(),E=me(q.createJSDocNonNullableType(E,!0),f);break;case 57:if(mt(J))return E;hr(),E=me(q.createJSDocNullableType(E,!0),f);break;case 22:if(ke(22),cn()){var R=Mn();ke(23),E=me(q.createIndexedAccessTypeNode(E,R),f)}else ke(23),E=me(q.createArrayTypeNode(E),f);break;default:return E}return E}function ys(f){var E=Ke();return ke(f),me(q.createTypeOperatorNode(f,zo()),E)}function hs(){if(or(94)){var f=An(Mn);if(Ni()||I()!==57)return f}}function Gs(){var f=Ke(),E=$t(),R=tr(hs),z=q.createTypeParameterDeclaration(void 0,E,R);return me(z,f)}function Uo(){var f=Ke();return ke(137),me(q.createInferTypeNode(Gs()),f)}function zo(){var f=I();switch(f){case 140:case 154:case 145:return ys(f);case 137:return Uo()}return un(Ri)}function k_(f){if($s()){var E=Hr(),R=void 0;return e.isFunctionTypeNode(E)?R=f?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=f?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_(f,E,R){var z=Ke(),se=f===51,Me=or(f),lr=Me&&k_(se)||E();if(I()===f||Me){for(var Pr=[lr];or(f);)Pr.push(k_(se)||E());lr=me(R(Tt(Pr,z)),z)}return lr}function vs(){return P_(50,zo,q.createIntersectionTypeNode)}function Rc(){return P_(51,vs,q.createUnionTypeNode)}function Xs(){return hr(),I()===103}function $s(){return I()===29||I()===20&&mt(Vu)?!0:I()===103||I()===126&&mt(Xs)}function I_(){if(e.isModifierKind(I())&&po(),sr()||I()===108)return hr(),!0;if(I()===22||I()===18){var f=pr.length;return lo(),f===pr.length}return!1}function Vu(){return hr(),!!(I()===21||I()===25||I_()&&(I()===58||I()===27||I()===57||I()===63||I()===21&&(hr(),I()===38)))}function Jc(){var f=Ke(),E=sr()&&tr(N_),R=Mn();return E?me(q.createTypePredicateNode(void 0,E,R),f):R}function N_(){var f=$t();if(I()===139&&!g.hasPrecedingLineBreak())return hr(),f}function Qu(){var f=Ke(),E=yt(128),R=I()===108?zi():$t(),z=or(139)?Mn():void 0;return me(q.createTypePredicateNode(E,R,z),f)}function Mn(){if(Oe&40960)return Ct(40960,Mn);if($s())return Hr();var f=Ke(),E=Rc();if(!Ni()&&!g.hasPrecedingLineBreak()&&or(94)){var R=An(Mn);ke(57);var z=un(Mn);ke(58);var se=un(Mn);return me(q.createConditionalTypeNode(E,R,z,se),f)}return E}function Io(){return or(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 mt(qo);default:return sr()}}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:sr()}}function _o(){return I()!==18&&I()!==98&&I()!==84&&I()!==59&&so()}function $n(){var f=di();f&&zr(!1);for(var E=Ke(),R=ui(!0),z;z=kr(27);)R=Qs(R,z,ui(!0),E);return f&&zr(!0),R}function $a(){return or(63)?ui(!0):void 0}function ui(f){if(bs())return Vs();var E=Yu(f)||Bc(f);if(E)return E;var R=Ke(),z=Wo(0);return z.kind===79&&I()===38?L_(R,z,f,void 0):e.isLeftHandSideExpression(z)&&e.isAssignmentOperator(jn())?Qs(z,Rt(),ui(f),R):el(z,R,f)}function bs(){return I()===125?Sn()?!0:mt(ic):!1}function M_(){return hr(),!g.hasPrecedingLineBreak()&&sr()}function Vs(){var f=Ke();return hr(),!g.hasPrecedingLineBreak()&&(I()===41||so())?me(q.createYieldExpression(kr(41),ui(!0)),f):me(q.createYieldExpression(void 0,void 0),f)}function L_(f,E,R,z){e.Debug.assert(I()===38,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");var se=q.createParameterDeclaration(void 0,void 0,E,void 0,void 0,void 0);me(se,E.pos);var Me=Tt([se],se.pos,se.end),lr=yt(38),Pr=Ko(!!z,R),Er=q.createArrowFunction(z,void 0,Me,void 0,lr,Pr);return cr(me(Er,f))}function Yu(f){var E=Fc();if(E!==0)return E===1?Uc(!0,!0):tr(function(){return Zu(f)})}function Fc(){return I()===20||I()===29||I()===131?mt(jc):I()===38?1:0}function jc(){if(I()===131&&(hr(),g.hasPrecedingLineBreak()||I()!==20&&I()!==29))return 0;var f=I(),E=hr();if(f===20){if(E===21){var R=hr();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&&mt(Zi))return hr()===127?0:1;if(!sr()&&E!==108)return 0;switch(hr()){case 58:return 1;case 57:return hr(),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(f===29),!sr())return 0;if(Ze===1){var z=mt(function(){var se=hr();if(se===94){var Me=hr();switch(Me){case 63:case 31:return!1;default:return!0}}else if(se===27||se===63)return!0;return!1});return z?1:0}return 2}}function Zu(f){var E=g.getTokenPos();if(!(ft!=null&&ft.has(E))){var R=Uc(!1,f);return R||(ft||(ft=new e.Set)).add(E),R}}function Bc(f){if(I()===131&&mt(qc)===1){var E=Ke(),R=Ms(),z=Wo(0);return L_(E,z,f,R)}}function qc(){if(I()===131){if(hr(),g.hasPrecedingLineBreak()||I()===38)return 0;var f=Wo(0);if(!g.hasPrecedingLineBreak()&&f.kind===79&&I()===38)return 1}return 0}function Uc(f,E){var R=Ke(),z=qt(),se=Ms(),Me=e.some(se,e.isAsyncModifier)?2:0,lr=ta(),Pr;if(ke(20)){if(f)Pr=wo(Me,f);else{var Er=wo(Me,f);if(!Er)return;Pr=Er}if(!ke(21)&&!f)return}else{if(!f)return;Pr=zn()}var Jr=I()===58,ct=ga(58,!1);if(!(ct&&!f&&ti(ct))){for(var Gt=ct;(Gt==null?void 0:Gt.kind)===191;)Gt=Gt.type;var Bt=Gt&&e.isJSDocFunctionType(Gt);if(!(!f&&I()!==38&&(Bt||I()!==18))){var ln=I(),Dn=yt(38),Yn=ln===38||ln===18?Ko(e.some(se,e.isAsyncModifier),E):$t();if(!(!E&&Jr&&I()!==58)){var Pn=q.createArrowFunction(se,lr,Pr,ct,Dn,Yn);return he(me(Pn,R),z)}}}}function Ko(f,E){if(I()===18)return Xo(f?2:0);if(I()!==26&&I()!==98&&I()!==84&&ou()&&!_o())return Xo(16|(f?2:0));var R=L;L=!1;var z=f?si(function(){return ui(E)}):_i(function(){return ui(E)});return L=R,z}function el(f,E,R){var z=kr(57);if(!z)return f;var se;return me(q.createConditionalExpression(f,z,Ct(S,function(){return ui(!1)}),se=yt(58),e.nodeIsPresent(se)?ui(R):pn(79,!1,e.Diagnostics._0_expected,e.tokenToString(58))),E)}function Wo(f){var E=Ke(),R=Gc();return R_(f,R,E)}function zc(f){return f===101||f===160}function R_(f,E,R){for(;;){jn();var z=e.getBinaryOperatorPrecedence(I()),se=I()===42?z>=f:z>f;if(!se||I()===101&&ei())break;if(I()===127){if(g.hasPrecedingLineBreak())break;hr(),E=Wc(E,Mn())}else E=Qs(E,Rt(),Wo(z),R)}return E}function Kc(){return ei()&&I()===101?!1:e.getBinaryOperatorPrecedence(I())>0}function Qs(f,E,R,z){return me(q.createBinaryExpression(f,E,R),z)}function Wc(f,E){return me(q.createAsExpression(f,E),f.pos)}function Ts(){var f=Ke();return me(q.createPrefixUnaryExpression(I(),qn(co)),f)}function rl(){var f=Ke();return me(q.createDeleteExpression(qn(co)),f)}function J_(){var f=Ke();return me(q.createTypeOfExpression(qn(co)),f)}function F_(){var f=Ke();return me(q.createVoidExpression(qn(co)),f)}function tl(){return I()===132?Fn()?!0:mt(ic):!1}function Hc(){var f=Ke();return me(q.createAwaitExpression(qn(co)),f)}function Gc(){if(nl()){var f=Ke(),E=j_();return I()===42?R_(e.getBinaryOperatorPrecedence(I()),E,f):E}var R=I(),z=co();if(I()===42){var f=e.skipTrivia(pe,z.pos),se=z.end;z.kind===211?Xt(f,se,e.Diagnostics.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):Xt(f,se,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 rl();case 112:return J_();case 114:return F_();case 29:return sl();case 132:if(tl())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(Ze!==1)return!1;default:return!0}}function j_(){if(I()===45||I()===46){var f=Ke();return me(q.createPrefixUnaryExpression(I(),qn(Ys)),f)}else if(Ze===1&&I()===29&&mt(aa))return Ho(!0);var E=Ys();if(e.Debug.assert(e.isLeftHandSideExpression(E)),(I()===45||I()===46)&&!g.hasPrecedingLineBreak()){var R=I();return hr(),me(q.createPostfixUnaryExpression(E,R),E.pos)}return E}function Ys(){var f=Ke(),E;return I()===100?mt(fs)?($|=2097152,E=Rt()):mt(ds)?(hr(),hr(),E=me(q.createMetaProperty(100,Zt()),f),$|=4194304):E=B_():E=I()===106?il():B_(),e_(f,E)}function B_(){var f=Ke(),E=G_();return Ds(f,E,!0)}function il(){var f=Ke(),E=Rt();if(I()===29){var R=Ke(),z=tr(H_);z!==void 0&&(Xt(R,Ke(),e.Diagnostics.super_may_not_use_type_arguments),Es()||(E=q.createExpressionWithTypeArguments(E,z)))}return I()===20||I()===24||I()===22?E:(yt(24,e.Diagnostics.super_must_be_followed_by_an_argument_list_or_member_access),me(q.createPropertyAccessExpression(E,l(!0,!0)),f))}function Ho(f,E,R){var z=Ke(),se=ol(f),Me;if(se.kind===280){var lr=q_(se),Pr=void 0,Er=lr[lr.length-1];if((Er==null?void 0:Er.kind)===278&&!oe(Er.openingElement.tagName,Er.closingElement.tagName)&&oe(se.tagName,Er.closingElement.tagName)){var Jr=Er.children.end,ct=me(q.createJsxElement(Er.openingElement,Er.children,me(q.createJsxClosingElement(me(q.createIdentifier(""),Jr,Jr)),Jr,Jr)),Er.openingElement.pos,Jr);lr=Tt(Cn(Cn([],lr.slice(0,lr.length-1),!0),[ct],!1),lr.pos,Jr),Pr=Er.closingElement}else Pr=z_(se,f),oe(se.tagName,Pr.tagName)||(R&&e.isJsxOpeningElement(R)&&oe(Pr.tagName,R.tagName)?Hn(se.tagName,e.Diagnostics.JSX_element_0_has_no_corresponding_closing_tag,e.getTextOfNodeFromSourceText(pe,se.tagName)):Hn(Pr.tagName,e.Diagnostics.Expected_corresponding_JSX_closing_tag_for_0,e.getTextOfNodeFromSourceText(pe,se.tagName)));Me=me(q.createJsxElement(se,lr,Pr),z)}else se.kind===283?Me=me(q.createJsxFragment(se,q_(se),Qc(f)),z):(e.Debug.assert(se.kind===279),Me=se);if(f&&I()===29){var Gt=typeof E>"u"?Me.pos:E,Bt=tr(function(){return Ho(!0,Gt)});if(Bt){var ln=pn(27,!1);return e.setTextRangePosWidth(ln,Bt.pos,0),Xt(e.skipTrivia(pe,Gt),Bt.end,e.Diagnostics.JSX_expressions_must_have_one_parent_element),me(q.createBinaryExpression(Me,ln,Bt),z)}}return Me}function al(){var f=Ke(),E=q.createJsxText(g.getTokenValue(),Z===12);return Z=g.scanJsxToken(),me(E,f)}function xs(f,E){switch(E){case 1:if(e.isJsxOpeningFragment(f))Hn(f,e.Diagnostics.JSX_fragment_has_no_corresponding_closing_tag);else{var R=f.tagName,z=e.skipTrivia(pe,R.pos);Xt(z,R.end,e.Diagnostics.JSX_element_0_has_no_corresponding_closing_tag,e.getTextOfNodeFromSourceText(pe,f.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,f);default:return e.Debug.assertNever(E)}}function q_(f){var E=[],R=Ke(),z=Lr;for(Lr|=1<<14;;){var se=xs(f,Z=g.reScanJsxToken());if(!se||(E.push(se),e.isJsxOpeningElement(f)&&(se==null?void 0:se.kind)===278&&!oe(se.openingElement.tagName,se.closingElement.tagName)&&oe(f.tagName,se.closingElement.tagName)))break}return Lr=z,Tt(E,R)}function Ss(){var f=Ke();return me(q.createJsxAttributes(fr(13,U_)),f)}function ol(f){var E=Ke();if(ke(29),I()===31)return ai(),me(q.createJsxOpeningFragment(),E);var R=Zs(),z=(Oe&262144)===0?Rs():void 0,se=Ss(),Me;return I()===31?(ai(),Me=q.createJsxOpeningElement(R,z,se)):(ke(43),ke(31,void 0,!1)&&(f?hr():ai()),Me=q.createJsxSelfClosingElement(R,z,se)),me(Me,E)}function Zs(){var f=Ke();Si();for(var E=I()===108?Rt():Zt();or(24);)E=me(q.createPropertyAccessExpression(E,l(!0,!1)),f);return E}function Xc(f){var E=Ke();if(!!ke(18)){var R,z;return I()!==19&&(R=kr(25),z=$n()),f?ke(19):ke(19,void 0,!1)&&ai(),me(q.createJsxExpression(R,z),E)}}function U_(){if(I()===18)return Vc();Si();var f=Ke();return me(q.createJsxAttribute(Zt(),$c()),f)}function $c(){if(I()===63){if(yi()===10)return Ht();if(I()===18)return Xc(!0);if(I()===29)return Ho(!0);bt(e.Diagnostics.or_JSX_element_expected)}}function Vc(){var f=Ke();ke(18),ke(25);var E=$n();return ke(19),me(q.createJsxSpreadAttribute(E),f)}function z_(f,E){var R=Ke();ke(30);var z=Zs();return ke(31,void 0,!1)&&(E||!oe(f.tagName,z)?hr():ai()),me(q.createJsxClosingElement(z),R)}function Qc(f){var E=Ke();return ke(30),e.tokenIsIdentifierOrKeyword(I())&&Hn(Zs(),e.Diagnostics.Expected_corresponding_closing_tag_for_JSX_fragment),ke(31,void 0,!1)&&(f?hr():ai()),me(q.createJsxJsxClosingFragment(),E)}function sl(){var f=Ke();ke(29);var E=Mn();ke(31);var R=co();return me(q.createTypeAssertion(E,R),f)}function uo(){return hr(),e.tokenIsIdentifierOrKeyword(I())||I()===22||Es()}function K_(){return I()===28&&mt(uo)}function Pa(f){if(f.flags&32)return!0;if(e.isNonNullExpression(f)){for(var E=f.expression;e.isNonNullExpression(E)&&!(E.flags&32);)E=E.expression;if(E.flags&32){for(;e.isNonNullExpression(f);)f.flags|=32,f=f.expression;return!0}}return!1}function _l(f,E,R){var z=l(!0,!0),se=R||Pa(E),Me=se?q.createPropertyAccessChain(E,R,z):q.createPropertyAccessExpression(E,z);if(se&&e.isPrivateIdentifier(Me.name)&&Hn(Me.name,e.Diagnostics.An_optional_chain_cannot_contain_private_identifiers),e.isExpressionWithTypeArguments(E)&&E.typeArguments){var lr=E.typeArguments.pos-1,Pr=e.skipTrivia(pe,E.typeArguments.end)+1;Xt(lr,Pr,e.Diagnostics.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return me(Me,f)}function cl(f,E,R){var z;if(I()===23)z=pn(79,!0,e.Diagnostics.An_element_access_expression_should_take_an_argument);else{var se=Qt($n);e.isStringOrNumericLiteralLike(se)&&(se.text=Wt(se.text)),z=se}ke(23);var Me=R||Pa(E)?q.createElementAccessChain(E,R,z):q.createElementAccessExpression(E,z);return me(Me,f)}function Ds(f,E,R){for(;;){var z=void 0,se=!1;if(R&&K_()?(z=yt(28),se=e.tokenIsIdentifierOrKeyword(I())):se=or(24),se){E=_l(f,E,z);continue}if((z||!di())&&or(22)){E=cl(f,E,z);continue}if(Es()){E=!z&&E.kind===228?W_(f,E.expression,z,E.typeArguments):W_(f,E,z,void 0);continue}if(!z){if(I()===53&&!g.hasPrecedingLineBreak()){hr(),E=me(q.createNonNullExpression(E),f);continue}var Me=tr(H_);if(Me){E=me(q.createExpressionWithTypeArguments(E,Me),f);continue}}return E}}function Es(){return I()===14||I()===15}function W_(f,E,R,z){var se=q.createTaggedTemplateExpression(E,z,I()===14?(ii(),Ht()):ue(!0));return(R||E.flags&32)&&(se.flags|=32),se.questionDotToken=R,me(se,f)}function e_(f,E){for(;;){E=Ds(f,E,!0);var R=void 0,z=kr(28);if(z&&(R=tr(H_),Es())){E=W_(f,E,z,R);continue}if(R||I()===20){!z&&E.kind===228&&(R=E.typeArguments,E=E.expression);var se=Cs(),Me=z||Pa(E)?q.createCallChain(E,z,R,se):q.createCallExpression(E,R,se);E=me(Me,f);continue}if(z){var lr=pn(79,!1,e.Diagnostics.Identifier_expected);E=me(q.createPropertyAccessChain(E,z,lr),f)}break}return E}function Cs(){ke(20);var f=ri(11,Zc);return ke(21),f}function H_(){if((Oe&262144)===0&&Mi()===29){hr();var f=ri(20,Mn);if(jn()===31)return hr(),f&&Yc()?f: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 Ht();case 108:case 106:case 104:case 110:case 95:return Rt();case 20:return ul();case 22:return V_();case 18:return Q_();case 131:if(!mt(nc))break;return xa();case 84:return Ls();case 98:return xa();case 103:return r_();case 43:case 68:if(gi()===13)return Ht();break;case 15:return ue(!1);case 80:return hi()}return $t(e.Diagnostics.Expression_expected)}function ul(){var f=Ke(),E=qt();ke(20);var R=Qt($n);return ke(21),he(me(q.createParenthesizedExpression(R),f),E)}function X_(){var f=Ke();ke(25);var E=ui(!0);return me(q.createSpreadElement(E),f)}function $_(){return I()===25?X_():I()===27?me(q.createOmittedExpression(),Ke()):ui(!0)}function Zc(){return Ct(S,$_)}function V_(){var f=Ke(),E=g.getTokenPos(),R=ke(22),z=g.hasPrecedingLineBreak(),se=ri(15,$_);return rr(22,23,R,E),me(q.createArrayLiteralExpression(se,z),f)}function eu(){var f=Ke(),E=qt();if(kr(25)){var R=ui(!0);return he(me(q.createSpreadAssignment(R),f),E)}var z=$o(),se=po();if(Xn(136))return No(f,E,z,se,172,0);if(Xn(149))return No(f,E,z,se,173,0);var Me=kr(41),lr=sr(),Pr=en(),Er=kr(57),Jr=kr(53);if(Me||I()===20||I()===29)return cu(f,E,z,se,Me,Pr,Er,Jr);var ct,Gt=lr&&I()!==58;if(Gt){var Bt=kr(63),ln=Bt?Qt(function(){return ui(!0)}):void 0;ct=q.createShorthandPropertyAssignment(Pr,ln),ct.equalsToken=Bt}else{ke(58);var Dn=Qt(function(){return ui(!0)});ct=q.createPropertyAssignment(Pr,Dn)}return ct.illegalDecorators=z,ct.modifiers=se,ct.questionToken=Er,ct.exclamationToken=Jr,he(me(ct,f),E)}function Q_(){var f=Ke(),E=g.getTokenPos(),R=ke(18),z=g.hasPrecedingLineBreak(),se=ri(12,eu,!0);return rr(18,19,R,E),me(q.createObjectLiteralExpression(se,z),f)}function xa(){var f=di();zr(!1);var E=Ke(),R=qt(),z=po();ke(98);var se=kr(41),Me=se?1:0,lr=e.some(z,e.isAsyncModifier)?2:0,Pr=Me&&lr?Vn(Wi):Me?Nn(Wi):lr?si(Wi):Wi(),Er=ta(),Jr=Ki(Me|lr),ct=ga(58,!1),Gt=Xo(Me|lr);zr(f);var Bt=q.createFunctionExpression(z,se,Pr,Er,Jr,ct,Gt);return he(me(Bt,E),R)}function Wi(){return Or()?kn():void 0}function r_(){var f=Ke();if(ke(103),or(24)){var E=Zt();return me(q.createMetaProperty(103,E),f)}var R=Ke(),z=Ds(R,G_(),!1),se;z.kind===228&&(se=z.typeArguments,z=z.expression),I()===28&&bt(e.Diagnostics.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,e.getTextOfNodeFromSourceText(pe,z));var Me=I()===20?Cs():void 0;return me(q.createNewExpression(z,se,Me),f)}function Go(f,E){var R=Ke(),z=qt(),se=g.getTokenPos(),Me=ke(18,E);if(Me||f){var lr=g.hasPrecedingLineBreak(),Pr=fr(1,Hi);rr(18,19,Me,se);var Er=he(me(q.createBlock(Pr,lr),R),z);return I()===63&&(bt(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),hr()),Er}else{var Pr=zn();return he(me(q.createBlock(Pr,void 0),R),z)}}function Xo(f,E){var R=Sn();Wr(!!(f&1));var z=Fn();ut(!!(f&2));var se=L;L=!1;var Me=di();Me&&zr(!1);var lr=Go(!!(f&16),E);return Me&&zr(!0),L=se,Wr(R),ut(z),lr}function ll(){var f=Ke(),E=qt();return ke(26),he(me(q.createEmptyStatement(),f),E)}function ru(){var f=Ke(),E=qt();ke(99);var R=g.getTokenPos(),z=ke(20),se=Qt($n);rr(20,21,z,R);var Me=Hi(),lr=or(91)?Hi():void 0;return he(me(q.createIfStatement(se,Me,lr),f),E)}function Va(){var f=Ke(),E=qt();ke(90);var R=Hi();ke(115);var z=g.getTokenPos(),se=ke(20),Me=Qt($n);return rr(20,21,se,z),or(26),he(me(q.createDoStatement(R,Me),f),E)}function Y_(){var f=Ke(),E=qt();ke(115);var R=g.getTokenPos(),z=ke(20),se=Qt($n);rr(20,21,z,R);var Me=Hi();return he(me(q.createWhileStatement(se,Me),f),E)}function Z_(){var f=Ke(),E=qt();ke(97);var R=kr(132);ke(20);var z;I()!==26&&(I()===113||I()===119||I()===85?z=s_(!0):z=xn($n));var se;if(R?ke(160):or(160)){var Me=Qt(function(){return ui(!0)});ke(21),se=q.createForOfStatement(R,z,Me,Hi())}else if(or(101)){var Me=Qt($n);ke(21),se=q.createForInStatement(z,Me,Hi())}else{ke(26);var lr=I()!==26&&I()!==21?Qt($n):void 0;ke(26);var Pr=I()!==21?Qt($n):void 0;ke(21),se=q.createForStatement(z,lr,Pr,Hi())}return he(me(se,f),E)}function ec(f){var E=Ke(),R=qt();ke(f===246?81:86);var z=dt()?void 0:$t();Ut();var se=f===246?q.createBreakStatement(z):q.createContinueStatement(z);return he(me(se,E),R)}function pl(){var f=Ke(),E=qt();ke(105);var R=dt()?void 0:Qt($n);return Ut(),he(me(q.createReturnStatement(R),f),E)}function ws(){var f=Ke(),E=qt();ke(116);var R=g.getTokenPos(),z=ke(20),se=Qt($n);rr(20,21,z,R);var Me=wt(33554432,Hi);return he(me(q.createWithStatement(se,Me),f),E)}function rc(){var f=Ke(),E=qt();ke(82);var R=Qt($n);ke(58);var z=fr(3,Hi);return he(me(q.createCaseClause(R,z),f),E)}function tu(){var f=Ke();ke(88),ke(58);var E=fr(3,Hi);return me(q.createDefaultClause(E),f)}function tc(){return I()===82?rc():tu()}function fl(){var f=Ke();ke(18);var E=fr(2,tc);return ke(19),me(q.createCaseBlock(E),f)}function t_(){var f=Ke(),E=qt();ke(107),ke(20);var R=Qt($n);ke(21);var z=fl();return he(me(q.createSwitchStatement(R,z),f),E)}function dl(){var f=Ke(),E=qt();ke(109);var R=g.hasPrecedingLineBreak()?void 0:Qt($n);return R===void 0&&(Fr++,R=me(q.createIdentifier(""),Ke())),hn()||zt(R),he(me(q.createThrowStatement(R),f),E)}function nu(){var f=Ke(),E=qt();ke(111);var R=Go(!1),z=I()===83?ml():void 0,se;return(!z||I()===96)&&(ke(96,e.Diagnostics.catch_or_finally_expected),se=Go(!1)),he(me(q.createTryStatement(R,z,se),f),E)}function ml(){var f=Ke();ke(83);var E;or(20)?(E=o_(),ke(21)):E=void 0;var R=Go(!1);return me(q.createCatchClause(E,R),f)}function iu(){var f=Ke(),E=qt();return ke(87),Ut(),he(me(q.createDebuggerStatement(),f),E)}function gl(){var f=Ke(),E=qt(),R,z=I()===20,se=Qt($n);return e.isIdentifier(se)&&or(58)?R=q.createLabeledStatement(se,Hi()):(hn()||zt(se),R=q.createExpressionStatement(se),z&&(E=!1)),he(me(R,f),E)}function As(){return hr(),e.tokenIsIdentifierOrKeyword(I())&&!g.hasPrecedingLineBreak()}function au(){return hr(),I()===84&&!g.hasPrecedingLineBreak()}function nc(){return hr(),I()===98&&!g.hasPrecedingLineBreak()}function ic(){return hr(),(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(hr(),g.hasPrecedingLineBreak())return!1;continue;case 157:return hr(),I()===18||I()===79||I()===93;case 100:return hr(),I()===10||I()===41||I()===18||e.tokenIsIdentifierOrKeyword(I());case 93:var f=hr();if(f===152&&(f=mt(hr)),f===63||f===41||f===18||f===88||f===127)return!0;continue;case 124:hr();continue;default:return!1}}function ks(){return mt(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()||mt(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()||!mt(As);default:return so()}}function ac(){return hr(),Or()||I()===18||I()===22}function hl(){return mt(ac)}function Hi(){switch(I()){case 26:return ll();case 18:return Go(!1);case 113:return cc(Ke(),qt(),void 0,void 0);case 119:if(hl())return cc(Ke(),qt(),void 0,void 0);break;case 98:return __(Ke(),qt(),void 0,void 0);case 84:return Vo(Ke(),qt(),void 0,void 0);case 99:return ru();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 t_();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_(f){return f.kind===135}function Sa(){var f=Ke(),E=qt(),R=$o(),z=po(),se=e.some(z,n_);if(se){var Me=oc(f);if(Me)return Me;for(var lr=0,Pr=z;lr<Pr.length;lr++){var Er=Pr[lr];Er.flags|=16777216}return wt(16777216,function(){return Ps(f,E,R,z)})}else return Ps(f,E,R,z)}function oc(f){return wt(16777216,function(){var E=et(Lr,f);if(E)return pt(E)})}function Ps(f,E,R,z){switch(I()){case 113:case 119:case 85:return cc(f,E,R,z);case 98:return __(f,E,R,z);case 84:return Vo(f,E,R,z);case 118:return Qa(f,E,R,z);case 152:return gu(f,E,R,z);case 92:return El(f,E,R,z);case 157:case 141:case 142:return bu(f,E,R,z);case 100:return xu(f,E,R,z);case 93:switch(hr(),I()){case 88:case 63:return Oo(f,E,R,z);case 127:return mc(f,E,R,z);default:return Nl(f,E,R,z)}default:if(R||z){var se=pn(276,!0,e.Diagnostics.Declaration_expected);return e.setTextRangePos(se,f),se.illegalDecorators=R,se.modifiers=z,se}return}}function vl(){return hr(),!g.hasPrecedingLineBreak()&&(sr()||I()===10)}function Is(f,E){if(I()!==18){if(f&4){Ao();return}if(dt()){Ut();return}}return Xo(f,E)}function bl(){var f=Ke();if(I()===27)return me(q.createOmittedExpression(),f);var E=kr(25),R=lo(),z=$a();return me(q.createBindingElement(E,void 0,R,z),f)}function i_(){var f=Ke(),E=kr(25),R=Or(),z=en(),se;R&&I()!==58?(se=z,z=void 0):(ke(58),se=lo());var Me=$a();return me(q.createBindingElement(E,z,se,Me),f)}function su(){var f=Ke();ke(18);var E=ri(9,i_);return ke(19),me(q.createObjectBindingPattern(E),f)}function sc(){var f=Ke();ke(22);var E=ri(10,bl);return ke(23),me(q.createArrayBindingPattern(E),f)}function a_(){return I()===18||I()===22||I()===80||Or()}function lo(f){return I()===22?sc():I()===18?su():kn(f)}function _c(){return o_(!0)}function o_(f){var E=Ke(),R=qt(),z=lo(e.Diagnostics.Private_identifiers_are_not_allowed_in_variable_declarations),se;f&&z.kind===79&&I()===53&&!g.hasPrecedingLineBreak()&&(se=Rt());var Me=Io(),lr=zc(I())?void 0:$a(),Pr=q.createVariableDeclaration(z,se,Me,lr);return he(me(Pr,E),R)}function s_(f){var E=Ke(),R=0;switch(I()){case 113:break;case 119:R|=1;break;case 85:R|=2;break;default:e.Debug.fail()}hr();var z;if(I()===160&&mt(Ns))z=zn();else{var se=ei();St(f),z=ri(8,f?o_:_c),St(se)}return me(q.createVariableDeclarationList(z,R),E)}function Ns(){return Zi()&&hr()===21}function cc(f,E,R,z){var se=s_(!1);Ut();var Me=q.createVariableStatement(z,se);return Me.illegalDecorators=R,he(me(Me,f),E)}function __(f,E,R,z){var se=Fn(),Me=e.modifiersToFlags(z);ke(98);var lr=kr(41),Pr=Me&512?Wi():kn(),Er=lr?1:0,Jr=Me&256?2:0,ct=ta();Me&1&&ut(!0);var Gt=Ki(Er|Jr),Bt=ga(58,!1),ln=Is(Er|Jr,e.Diagnostics.or_expected);ut(se);var Dn=q.createFunctionDeclaration(z,lr,Pr,ct,Gt,Bt,ln);return Dn.illegalDecorators=R,he(me(Dn,f),E)}function _u(){if(I()===134)return ke(134);if(I()===10&&mt(hr)===20)return tr(function(){var f=Ht();return f.text==="constructor"?f:void 0})}function uc(f,E,R,z){return tr(function(){if(_u()){var se=ta(),Me=Ki(0),lr=ga(58,!1),Pr=Is(0,e.Diagnostics.or_expected),Er=q.createConstructorDeclaration(z,Me,Pr);return Er.illegalDecorators=R,Er.typeParameters=se,Er.type=lr,he(me(Er,f),E)}})}function cu(f,E,R,z,se,Me,lr,Pr,Er){var Jr=se?1:0,ct=e.some(z,e.isAsyncModifier)?2:0,Gt=ta(),Bt=Ki(Jr|ct),ln=ga(58,!1),Dn=Is(Jr|ct,Er),Yn=q.createMethodDeclaration(na(R,z),se,Me,lr,Gt,Bt,ln,Dn);return Yn.exclamationToken=Pr,he(me(Yn,f),E)}function lc(f,E,R,z,se,Me){var lr=!Me&&!g.hasPrecedingLineBreak()?kr(53):void 0,Pr=Io(),Er=Ct(45056,$a);Re(se,Pr,Er);var Jr=q.createPropertyDeclaration(na(R,z),se,Me||lr,Pr,Er);return he(me(Jr,f),E)}function c_(f,E,R,z){var se=kr(41),Me=en(),lr=kr(57);return se||I()===20||I()===29?cu(f,E,R,z,se,Me,lr,void 0,e.Diagnostics.or_expected):lc(f,E,R,z,Me,lr)}function No(f,E,R,z,se,Me){var lr=en(),Pr=ta(),Er=Ki(0),Jr=ga(58,!1),ct=Is(Me),Gt=se===172?q.createGetAccessorDeclaration(na(R,z),lr,Er,Jr,ct):q.createSetAccessorDeclaration(na(R,z),lr,Er,ct);return Gt.typeParameters=Pr,e.isSetAccessorDeclaration(Gt)&&(Gt.type=Jr),he(me(Gt,f),E)}function u_(){var f;if(I()===59)return!0;for(;e.isModifierKind(I());){if(f=I(),e.isClassMemberModifier(f))return!0;hr()}if(I()===41||(Ur()&&(f=I(),hr()),I()===22))return!0;if(f!==void 0){if(!e.isKeyword(f)||f===149||f===136)return!0;switch(I()){case 20:case 29:case 53:case 58:case 63:case 57:return!0;default:return dt()}}return!1}function pc(f,E,R,z){yt(124);var se=uu(),Me=he(me(q.createClassStaticBlockDeclaration(se),f),E);return Me.illegalDecorators=R,Me.modifiers=z,Me}function uu(){var f=Sn(),E=Fn();Wr(!1),ut(!0);var R=Go(!1);return Wr(f),ut(E),R}function Os(){if(Fn()&&I()===132){var f=Ke(),E=$t(e.Diagnostics.Expression_expected);hr();var R=Ds(f,E,!0);return e_(f,R)}return Ys()}function Tl(){var f=Ke();if(!!or(59)){var E=On(Os);return me(q.createDecorator(E),f)}}function $o(){for(var f=Ke(),E,R;R=Tl();)E=e.append(E,R);return E&&Tt(E,f)}function fc(f,E,R){var z=Ke(),se=I();if(I()===85&&f){if(!tr(Ei))return}else{if(E&&I()===124&&mt(Js))return;if(R&&I()===124)return;if(!Li())return}return me(q.createToken(se),z)}function na(f,E){if(!f)return E;if(!E)return f;var R=q.createNodeArray(e.concatenate(f,E));return e.setTextRangePosEnd(R,f.pos,E.end),R}function po(f,E){for(var R=Ke(),z,se,Me=!1;se=fc(f,E,Me);)se.kind===124&&(Me=!0),z=e.append(z,se);return z&&Tt(z,R)}function Ms(){var f;if(I()===131){var E=Ke();hr();var R=me(q.createToken(131),E);f=Tt([R],E)}return f}function lu(){var f=Ke();if(I()===26)return hr(),me(q.createSemicolonClassElement(),f);var E=qt(),R=$o(),z=po(!0,!0);if(I()===124&&mt(Js))return pc(f,E,R,z);if(Xn(136))return No(f,E,R,z,172,0);if(Xn(149))return No(f,E,R,z,173,0);if(I()===134||I()===10){var se=uc(f,E,R,z);if(se)return se}if(jo())return ko(f,E,R,z);if(e.tokenIsIdentifierOrKeyword(I())||I()===10||I()===8||I()===41||I()===22){var Me=e.some(z,n_);if(Me){for(var lr=0,Pr=z;lr<Pr.length;lr++){var Er=Pr[lr];Er.flags|=16777216}return wt(16777216,function(){return c_(f,E,R,z)})}else return c_(f,E,R,z)}if(R||z){var Jr=pn(79,!0,e.Diagnostics.Declaration_expected);return lc(f,E,R,z,Jr,void 0)}return e.Debug.fail("Should not have attempted to parse class member declaration.")}function Ls(){return pu(Ke(),qt(),void 0,void 0,226)}function Vo(f,E,R,z){return pu(f,E,R,z,257)}function pu(f,E,R,z,se){var Me=Fn();ke(84);var lr=dc(),Pr=ta();e.some(z,e.isExportModifier)&&ut(!0);var Er=fu(),Jr;ke(18)?(Jr=Dl(),ke(19)):Jr=zn(),ut(Me);var ct=se===257?q.createClassDeclaration(na(R,z),lr,Pr,Er,Jr):q.createClassExpression(na(R,z),lr,Pr,Er,Jr);return he(me(ct,f),E)}function dc(){return Or()&&!xl()?an(Or()):void 0}function xl(){return I()===117&&mt(ea)}function fu(){if(mu())return fr(22,du)}function du(){var f=Ke(),E=I();e.Debug.assert(E===94||E===117),hr();var R=ri(7,Sl);return me(q.createHeritageClause(E,R),f)}function Sl(){var f=Ke(),E=Ys();if(E.kind===228)return E;var R=Rs();return me(q.createExpressionWithTypeArguments(E,R),f)}function Rs(){return I()===29?Ui(20,Mn,29,31):void 0}function mu(){return I()===94||I()===117}function Dl(){return fr(5,lu)}function Qa(f,E,R,z){ke(118);var se=$t(),Me=ta(),lr=fu(),Pr=Xa(),Er=q.createInterfaceDeclaration(z,se,Me,lr,Pr);return Er.illegalDecorators=R,he(me(Er,f),E)}function gu(f,E,R,z){ke(152);var se=$t(),Me=ta();ke(63);var lr=I()===138&&tr(Dt)||Mn();Ut();var Pr=q.createTypeAliasDeclaration(z,se,Me,lr);return Pr.illegalDecorators=R,he(me(Pr,f),E)}function yu(){var f=Ke(),E=qt(),R=en(),z=Qt($a);return he(me(q.createEnumMember(R,z),f),E)}function El(f,E,R,z){ke(92);var se=$t(),Me;ke(18)?(Me=ji(function(){return ri(6,yu)}),ke(19)):Me=zn();var lr=q.createEnumDeclaration(z,se,Me);return lr.illegalDecorators=R,he(me(lr,f),E)}function hu(){var f=Ke(),E;return ke(18)?(E=fr(1,Hi),ke(19)):E=zn(),me(q.createModuleBlock(E),f)}function l_(f,E,R,z,se){var Me=se&16,lr=$t(),Pr=or(24)?l_(Ke(),!1,void 0,void 0,4|Me):hu(),Er=q.createModuleDeclaration(z,lr,Pr,se);return Er.illegalDecorators=R,he(me(Er,f),E)}function vu(f,E,R,z){var se=0,Me;I()===157?(Me=$t(),se|=1024):(Me=Ht(),Me.text=Wt(Me.text));var lr;I()===18?lr=hu():Ut();var Pr=q.createModuleDeclaration(z,Me,lr,se);return Pr.illegalDecorators=R,he(me(Pr,f),E)}function bu(f,E,R,z){var se=0;if(I()===157)return vu(f,E,R,z);if(or(142))se|=16;else if(ke(141),I()===10)return vu(f,E,R,z);return l_(f,E,R,z,se)}function Cl(){return I()===146&&mt(Tu)}function Tu(){return hr()===20}function Js(){return hr()===18}function wl(){return hr()===43}function mc(f,E,R,z){ke(127),ke(142);var se=$t();Ut();var Me=q.createNamespaceExportDeclaration(se);return Me.illegalDecorators=R,Me.modifiers=z,he(me(Me,f),E)}function xu(f,E,R,z){ke(100);var se=g.getStartPos(),Me;sr()&&(Me=$t());var lr=!1;if(I()!==156&&(Me==null?void 0:Me.escapedText)==="type"&&(sr()||Al())&&(lr=!0,Me=sr()?$t():void 0),Me&&!gc())return kl(f,E,R,z,Me,lr);var Pr;(Me||I()===41||I()===18)&&(Pr=Pl(Me,se,lr),ke(156));var Er=f_(),Jr;I()===129&&!g.hasPrecedingLineBreak()&&(Jr=p_()),Ut();var ct=q.createImportDeclaration(z,Pr,Er,Jr);return ct.illegalDecorators=R,he(me(ct,f),E)}function Su(){var f=Ke(),E=e.tokenIsIdentifierOrKeyword(I())?Zt():qr(10);ke(58);var R=ui(!0);return me(q.createAssertEntry(E,R),f)}function p_(f){var E=Ke();f||ke(129);var R=g.getTokenPos();if(ke(18)){var z=g.hasPrecedingLineBreak(),se=ri(24,Su,!0);if(!ke(19)){var Me=e.lastOrUndefined(pr);Me&&Me.code===e.Diagnostics._0_expected.code&&e.addRelatedInfo(Me,e.createDetachedDiagnostic(yr,R,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return me(q.createAssertClause(se,z),E)}else{var se=Tt([],Ke(),void 0,!1);return me(q.createAssertClause(se,!1),E)}}function Al(){return I()===41||I()===18}function gc(){return I()===27||I()===156}function kl(f,E,R,z,se,Me){ke(63);var lr=Du();Ut();var Pr=q.createImportEqualsDeclaration(z,Me,se,lr);Pr.illegalDecorators=R;var Er=he(me(Pr,f),E);return Er}function Pl(f,E,R){var z;return(!f||or(27))&&(z=I()===41?yc():Cu(269)),me(q.createImportClause(R,f,z),E)}function Du(){return Cl()?Eu():ra(!1)}function Eu(){var f=Ke();ke(146),ke(20);var E=f_();return ke(21),me(q.createExternalModuleReference(E),f)}function f_(){if(I()===10){var f=Ht();return f.text=Wt(f.text),f}else return $n()}function yc(){var f=Ke();ke(41),ke(127);var E=$t();return me(q.createNamespaceImport(E),f)}function Cu(f){var E=Ke(),R=f===269?q.createNamedImports(Ui(23,Ya,18,19)):q.createNamedExports(Ui(23,Qo,18,19));return me(R,E)}function Qo(){var f=qt();return he(wu(275),f)}function Ya(){return wu(270)}function wu(f){var E=Ke(),R=e.isKeyword(I())&&!sr(),z=g.getTokenPos(),se=g.getTextPos(),Me=!1,lr,Pr=!0,Er=Zt();if(Er.escapedText==="type")if(I()===127){var Jr=Zt();if(I()===127){var ct=Zt();e.tokenIsIdentifierOrKeyword(I())?(Me=!0,lr=Jr,Er=Bt(),Pr=!1):(lr=Er,Er=ct,Pr=!1)}else e.tokenIsIdentifierOrKeyword(I())?(lr=Er,Pr=!1,Er=Bt()):(Me=!0,Er=Jr)}else e.tokenIsIdentifierOrKeyword(I())&&(Me=!0,Er=Bt());Pr&&I()===127&&(lr=Er,ke(127),Er=Bt()),f===270&&R&&Xt(z,se,e.Diagnostics.Identifier_expected);var Gt=f===270?q.createImportSpecifier(Me,lr,Er):q.createExportSpecifier(Me,lr,Er);return me(Gt,E);function Bt(){return R=e.isKeyword(I())&&!sr(),z=g.getTokenPos(),se=g.getTextPos(),Zt()}}function Il(f){return me(q.createNamespaceExport(Zt()),f)}function Nl(f,E,R,z){var se=Fn();ut(!0);var Me,lr,Pr,Er=or(152),Jr=Ke();or(41)?(or(127)&&(Me=Il(Jr)),ke(156),lr=f_()):(Me=Cu(273),(I()===156||I()===10&&!g.hasPrecedingLineBreak())&&(ke(156),lr=f_())),lr&&I()===129&&!g.hasPrecedingLineBreak()&&(Pr=p_()),Ut(),ut(se);var ct=q.createExportDeclaration(z,Er,Me,lr,Pr);return ct.illegalDecorators=R,he(me(ct,f),E)}function Oo(f,E,R,z){var se=Fn();ut(!0);var Me;or(63)?Me=!0:ke(88);var lr=ui(!0);Ut(),ut(se);var Pr=q.createExportAssignment(z,Me,lr);return Pr.illegalDecorators=R,he(me(Pr,f),E)}var Au;(function(f){f[f.SourceElements=0]="SourceElements",f[f.BlockStatements=1]="BlockStatements",f[f.SwitchClauses=2]="SwitchClauses",f[f.SwitchClauseStatements=3]="SwitchClauseStatements",f[f.TypeMembers=4]="TypeMembers",f[f.ClassMembers=5]="ClassMembers",f[f.EnumMembers=6]="EnumMembers",f[f.HeritageClauseElement=7]="HeritageClauseElement",f[f.VariableDeclarations=8]="VariableDeclarations",f[f.ObjectBindingElements=9]="ObjectBindingElements",f[f.ArrayBindingElements=10]="ArrayBindingElements",f[f.ArgumentExpressions=11]="ArgumentExpressions",f[f.ObjectLiteralMembers=12]="ObjectLiteralMembers",f[f.JsxAttributes=13]="JsxAttributes",f[f.JsxChildren=14]="JsxChildren",f[f.ArrayLiteralMembers=15]="ArrayLiteralMembers",f[f.Parameters=16]="Parameters",f[f.JSDocParameters=17]="JSDocParameters",f[f.RestProperties=18]="RestProperties",f[f.TypeParameters=19]="TypeParameters",f[f.TypeArguments=20]="TypeArguments",f[f.TupleElementTypes=21]="TupleElementTypes",f[f.HeritageClauses=22]="HeritageClauses",f[f.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",f[f.AssertEntries=24]="AssertEntries",f[f.Count=25]="Count"})(Au||(Au={}));var ku;(function(f){f[f.False=0]="False",f[f.True=1]="True",f[f.Unknown=2]="Unknown"})(ku||(ku={}));var Pu;(function(f){function E(Jr,ct,Gt){ce("file.js",Jr,99,void 0,1),g.setText(Jr,ct,Gt),Z=g.scan();var Bt=R(),ln=nt("file.js",99,1,!1,[],q.createToken(1),0,e.noop),Dn=e.attachFileToDiagnostics(pr,ln);return br&&(ln.jsDocDiagnostics=e.attachFileToDiagnostics(br,ln)),k(),Bt?{jsDocTypeExpression:Bt,diagnostics:Dn}:void 0}f.parseJSDocTypeExpressionForTests=E;function R(Jr){var ct=Ke(),Gt=(Jr?or:ke)(18),Bt=wt(8388608,ca);(!Jr||Gt)&&Ve(19);var ln=q.createJSDocTypeExpression(Bt);return Qr(ln),me(ln,ct)}f.parseJSDocTypeExpression=R;function z(){for(var Jr=Ke(),ct=or(18),Gt=Ke(),Bt=ra(!1);I()===80;)gn(),Yt(),Bt=me(q.createJSDocMemberName(Bt,$t()),Gt);ct&&Ve(19);var ln=q.createJSDocNameReference(Bt);return Qr(ln),me(ln,Jr)}f.parseJSDocNameReference=z;function se(Jr,ct,Gt){ce("",Jr,99,void 0,1);var Bt=wt(8388608,function(){return Er(ct,Gt)}),ln={languageVariant:0,text:Jr},Dn=e.attachFileToDiagnostics(pr,ln);return k(),Bt?{jsDoc:Bt,diagnostics:Dn}:void 0}f.parseIsolatedJSDocComment=se;function Me(Jr,ct,Gt){var Bt=Z,ln=pr.length,Dn=t,Yn=wt(8388608,function(){return Er(ct,Gt)});return e.setParent(Yn,Jr),Oe&262144&&(br||(br=[]),br.push.apply(br,pr)),Z=Bt,pr.length=ln,t=Dn,Yn}f.parseJSDocComment=Me;var lr;(function(Jr){Jr[Jr.BeginningOfLine=0]="BeginningOfLine",Jr[Jr.SawAsterisk=1]="SawAsterisk",Jr[Jr.SavingComments=2]="SavingComments",Jr[Jr.SavingBackticks=3]="SavingBackticks"})(lr||(lr={}));var Pr;(function(Jr){Jr[Jr.Property=1]="Property",Jr[Jr.Parameter=2]="Parameter",Jr[Jr.CallbackParameter=4]="CallbackParameter"})(Pr||(Pr={}));function Er(Jr,ct){Jr===void 0&&(Jr=0);var Gt=pe,Bt=ct===void 0?Gt.length:Jr+ct;if(ct=Bt-Jr,e.Debug.assert(Jr>=0),e.Debug.assert(Jr<=Bt),e.Debug.assert(Bt<=Gt.length),!ze(Gt,Jr))return;var ln,Dn,Yn,Pn,fo,bi=[],Fa=[];return g.scanRange(Jr+3,ct-5,function(){var Ge=1,Ir,Mr=Jr-(Gt.lastIndexOf(`
|
|
221
|
+
`,Jr)+1)+4;function Kr(Ai){Ir||(Ir=Mr),bi.push(Ai),Mr+=Ai.length}for(Yt();Fs(5););Fs(4)&&(Ge=0,Mr=0);e:for(;;){switch(I()){case 59:Ge===0||Ge===1?(Mo(bi),fo||(fo=Ke()),Ji(Za(Mr)),Ge=0,Ir=void 0):Kr(g.getTokenText());break;case 4:bi.push(g.getTokenText()),Ge=0,Mr=0;break;case 41:var tt=g.getTokenText();Ge===1||Ge===2?(Ge=2,Kr(tt)):(Ge=1,Mr+=tt.length);break;case 5:var Mt=g.getTokenText();Ge===2?bi.push(Mt):Ir!==void 0&&Mr+Mt.length>Ir&&bi.push(Mt.slice(Ir-Mr)),Mr+=Mt.length;break;case 1:break e;case 18:Ge=2;var yn=g.getStartPos(),li=g.getTextPos()-1,oi=m_(li);if(oi){Pn||Yo(bi),Fa.push(me(q.createJSDocText(bi.join("")),Pn!=null?Pn:Jr,yn)),Fa.push(oi),bi=[],Pn=g.getTextPos();break}default:Ge=2,Kr(g.getTokenText());break}Yt()}Mo(bi),Fa.length&&bi.length&&Fa.push(me(q.createJSDocText(bi.join("")),Pn!=null?Pn:Jr,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&&Tt(ln,Dn,Yn);return me(q.createJSDocComment(Fa.length?Tt(Fa,Jr,fo):bi.length?bi.join(""):void 0,ua),Jr,Bt)});function Yo(Ge){for(;Ge.length&&(Ge[0]===`
|
|
222
|
+
`||Ge[0]==="\r");)Ge.shift()}function Mo(Ge){for(;Ge.length&&Ge[Ge.length-1].trim()==="";)Ge.pop()}function Iu(){for(;;){if(Yt(),I()===1)return!0;if(!(I()===5||I()===4))return!1}}function Ia(){if(!((I()===5||I()===4)&&mt(Iu)))for(;I()===5||I()===4;)Yt()}function Lo(){if((I()===5||I()===4)&&mt(Iu))return"";for(var Ge=g.hasPrecedingLineBreak(),Ir=!1,Mr="";Ge&&I()===41||I()===5||I()===4;)Mr+=g.getTokenText(),I()===4?(Ge=!0,Ir=!0,Mr=""):I()===41&&(Ge=!1),Yt();return Ir?Mr:""}function Za(Ge){e.Debug.assert(I()===59);var Ir=g.getTokenPos();Yt();var Mr=Zo(void 0),Kr=Lo(),tt;switch(Mr.escapedText){case"author":tt=j(Ir,Mr,Ge,Kr);break;case"implements":tt=vr(Ir,Mr,Ge,Kr);break;case"augments":case"extends":tt=ht(Ir,Mr,Ge,Kr);break;case"class":case"constructor":tt=go(Ir,q.createJSDocClassTag,Mr,Ge,Kr);break;case"public":tt=go(Ir,q.createJSDocPublicTag,Mr,Ge,Kr);break;case"private":tt=go(Ir,q.createJSDocPrivateTag,Mr,Ge,Kr);break;case"protected":tt=go(Ir,q.createJSDocProtectedTag,Mr,Ge,Kr);break;case"readonly":tt=go(Ir,q.createJSDocReadonlyTag,Mr,Ge,Kr);break;case"override":tt=go(Ir,q.createJSDocOverrideTag,Mr,Ge,Kr);break;case"deprecated":Ar=!0,tt=go(Ir,q.createJSDocDeprecatedTag,Mr,Ge,Kr);break;case"this":tt=ro(Ir,Mr,Ge,Kr);break;case"enum":tt=Ll(Ir,Mr,Ge,Kr);break;case"arg":case"argument":case"param":return ja(Ir,Mr,2,Ge);case"return":case"returns":tt=o(Ir,Mr,Ge,Kr);break;case"template":tt=dp(Ir,Mr,Ge,Kr);break;case"type":tt=u(Ir,Mr,Ge,Kr);break;case"typedef":tt=hc(Ir,Mr,Ge,Kr);break;case"callback":tt=af(Ir,Mr,Ge,Kr);break;case"see":tt=h(Ir,Mr,Ge,Kr);break;default:tt=Ml(Ir,Mr,Ge,Kr);break}return tt}function ia(Ge,Ir,Mr,Kr){return Kr||(Mr+=Ir-Ge),d_(Mr,Kr.slice(Mr))}function d_(Ge,Ir){var Mr=Ke(),Kr=[],tt=[],Mt,yn=0,li=!0,oi;function ua(Ou){oi||(oi=Ge),Kr.push(Ou),Ge+=Ou.length}Ir!==void 0&&(Ir!==""&&ua(Ir),yn=1);var Ai=I();e:for(;;){switch(Ai){case 4:yn=0,Kr.push(g.getTokenText()),Ge=0;break;case 59:if(yn===3||yn===2&&(!li||mt(Ol))){Kr.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&&Ge+yo.length>oi&&Kr.push(yo.slice(oi-Ge)),Ge+=yo.length}break;case 18:yn=2;var y_=g.getStartPos(),h_=g.getTextPos()-1,bc=m_(h_);bc?(tt.push(me(q.createJSDocText(Kr.join("")),Mt!=null?Mt:Mr,y_)),tt.push(bc),Kr=[],Mt=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,Ge+=1;break}default:yn!==3&&(yn=2),ua(g.getTokenText());break}li=I()===5,Ai=Yt()}if(Yo(Kr),Mo(Kr),tt.length)return Kr.length&&tt.push(me(q.createJSDocText(Kr.join("")),Mt!=null?Mt:Mr)),Tt(tt,Mr,g.getTextPos());if(Kr.length)return Kr.join("")}function Ol(){var Ge=Yt();return Ge===5||Ge===4}function m_(Ge){var Ir=tr(mo);if(!!Ir){Yt(),Ia();var Mr=Ke(),Kr=e.tokenIsIdentifierOrKeyword(I())?ra(!0):void 0;if(Kr)for(;I()===80;)gn(),Yt(),Kr=me(q.createJSDocMemberName(Kr,$t()),Mr);for(var tt=[];I()!==19&&I()!==4&&I()!==1;)tt.push(g.getTokenText()),Yt();var Mt=Ir==="link"?q.createJSDocLink:Ir==="linkcode"?q.createJSDocLinkCode:q.createJSDocLinkPlain;return me(Mt(Kr,tt.join("")),Ge,g.getTextPos())}}function mo(){if(Lo(),I()===18&&Yt()===59&&e.tokenIsIdentifierOrKeyword(Yt())){var Ge=g.getTokenValue();if(Nu(Ge))return Ge}}function Nu(Ge){return Ge==="link"||Ge==="linkcode"||Ge==="linkplain"}function Ml(Ge,Ir,Mr,Kr){return me(q.createJSDocUnknownTag(Ir,ia(Ge,Ke(),Mr,Kr)),Ge)}function Ji(Ge){!Ge||(ln?ln.push(Ge):(ln=[Ge],Dn=Ge.pos),Yn=Ge.end)}function Gi(){return Lo(),I()===18?R():void 0}function eo(){var Ge=Fs(22);Ge&&Ia();var Ir=Fs(61),Mr=_f();return Ir&&rn(61),Ge&&(Ia(),kr(63)&&$n(),ke(23)),{name:Mr,isBracketed:Ge}}function g_(Ge){switch(Ge.kind){case 148:return!0;case 183:return g_(Ge.elementType);default:return e.isTypeReferenceNode(Ge)&&e.isIdentifier(Ge.typeName)&&Ge.typeName.escapedText==="Object"&&!Ge.typeArguments}}function ja(Ge,Ir,Mr,Kr){var tt=Gi(),Mt=!tt;Lo();var yn=eo(),li=yn.name,oi=yn.isBracketed,ua=Lo();Mt&&!mt(mo)&&(tt=Gi());var Ai=ia(Ge,Ke(),Kr,ua),yo=Mr!==4&&i(tt,li,Mr,Kr);yo&&(tt=yo,Mt=!0);var y_=Mr===1?q.createJSDocPropertyTag(Ir,li,oi,tt,Mt,Ai):q.createJSDocParameterTag(Ir,li,oi,tt,Mt,Ai);return me(y_,Ge)}function i(Ge,Ir,Mr,Kr){if(Ge&&g_(Ge.type)){for(var tt=Ke(),Mt=void 0,yn=void 0;Mt=tr(function(){return vc(Mr,Kr,Ir)});)(Mt.kind===340||Mt.kind===347)&&(yn=e.append(yn,Mt));if(yn){var li=me(q.createJSDocTypeLiteral(yn,Ge.type.kind===183),tt);return me(q.createJSDocTypeExpression(li),tt)}}}function o(Ge,Ir,Mr,Kr){e.some(ln,e.isJSDocReturnTag)&&Xt(Ir.pos,g.getTokenPos(),e.Diagnostics._0_tag_already_specified,Ir.escapedText);var tt=Gi();return me(q.createJSDocReturnTag(Ir,tt,ia(Ge,Ke(),Mr,Kr)),Ge)}function u(Ge,Ir,Mr,Kr){e.some(ln,e.isJSDocTypeTag)&&Xt(Ir.pos,g.getTokenPos(),e.Diagnostics._0_tag_already_specified,Ir.escapedText);var tt=R(!0),Mt=Mr!==void 0&&Kr!==void 0?ia(Ge,Ke(),Mr,Kr):void 0;return me(q.createJSDocTypeTag(Ir,tt,Mt),Ge)}function h(Ge,Ir,Mr,Kr){var tt=I()===22||mt(function(){return Yt()===59&&e.tokenIsIdentifierOrKeyword(Yt())&&Nu(g.getTokenValue())}),Mt=tt?void 0:z(),yn=Mr!==void 0&&Kr!==void 0?ia(Ge,Ke(),Mr,Kr):void 0;return me(q.createJSDocSeeTag(Ir,Mt,yn),Ge)}function j(Ge,Ir,Mr,Kr){var tt=Ke(),Mt=Je(),yn=g.getStartPos(),li=ia(Ge,yn,Mr,Kr);li||(yn=g.getStartPos());var oi=typeof li!="string"?Tt(e.concatenate([me(Mt,tt,yn)],li),tt):Mt.text+li;return me(q.createJSDocAuthorTag(Ir,oi),Ge)}function Je(){for(var Ge=[],Ir=!1,Mr=g.getToken();Mr!==1&&Mr!==4;){if(Mr===29)Ir=!0;else{if(Mr===59&&!Ir)break;if(Mr===31&&Ir){Ge.push(g.getTokenText()),g.setTextPos(g.getTokenPos()+1);break}}Ge.push(g.getTokenText()),Mr=Yt()}return q.createJSDocText(Ge.join(""))}function vr(Ge,Ir,Mr,Kr){var tt=Kn();return me(q.createJSDocImplementsTag(Ir,tt,ia(Ge,Ke(),Mr,Kr)),Ge)}function ht(Ge,Ir,Mr,Kr){var tt=Kn();return me(q.createJSDocAugmentsTag(Ir,tt,ia(Ge,Ke(),Mr,Kr)),Ge)}function Kn(){var Ge=or(18),Ir=Ke(),Mr=Na(),Kr=Rs(),tt=q.createExpressionWithTypeArguments(Mr,Kr),Mt=me(tt,Ir);return Ge&&ke(19),Mt}function Na(){for(var Ge=Ke(),Ir=Zo();or(24);){var Mr=Zo();Ir=me(q.createPropertyAccessExpression(Ir,Mr),Ge)}return Ir}function go(Ge,Ir,Mr,Kr,tt){return me(Ir(Mr,ia(Ge,Ke(),Kr,tt)),Ge)}function ro(Ge,Ir,Mr,Kr){var tt=R(!0);return Ia(),me(q.createJSDocThisTag(Ir,tt,ia(Ge,Ke(),Mr,Kr)),Ge)}function Ll(Ge,Ir,Mr,Kr){var tt=R(!0);return Ia(),me(q.createJSDocEnumTag(Ir,tt,ia(Ge,Ke(),Mr,Kr)),Ge)}function hc(Ge,Ir,Mr,Kr){var tt,Mt=Gi();Lo();var yn=Rl();Ia();var li=d_(Mr),oi;if(!Mt||g_(Mt.type)){for(var ua=void 0,Ai=void 0,yo=void 0,y_=!1;ua=tr(function(){return Jl(Mr)});)if(y_=!0,ua.kind===343)if(Ai){var h_=bt(e.Diagnostics.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);h_&&e.addRelatedInfo(h_,e.createDetachedDiagnostic(yr,0,0,e.Diagnostics.The_tag_was_first_specified_here));break}else Ai=ua;else yo=e.append(yo,ua);if(y_){var bc=Mt&&Mt.type.kind===183,Ou=q.createJSDocTypeLiteral(yo,bc);Mt=Ai&&Ai.typeExpression&&!g_(Ai.typeExpression.type)?Ai.typeExpression:me(Ou,Ge),oi=Mt.end}}oi=oi||li!==void 0?Ke():((tt=yn!=null?yn:Mt)!==null&&tt!==void 0?tt:Ir).end,li||(li=ia(Ge,oi,Mr,Kr));var cf=q.createJSDocTypedefTag(Ir,Mt,yn,li);return me(cf,Ge,oi)}function Rl(Ge){var Ir=g.getTokenPos();if(!!e.tokenIsIdentifierOrKeyword(I())){var Mr=Zo();if(or(24)){var Kr=Rl(!0),tt=q.createModuleDeclaration(void 0,Mr,Kr,Ge?4:void 0);return me(tt,Ir)}return Ge&&(Mr.isInJSDocNamespace=!0),Mr}}function nf(Ge){for(var Ir=Ke(),Mr,Kr;Mr=tr(function(){return vc(4,Ge)});)Kr=e.append(Kr,Mr);return Tt(Kr||[],Ir)}function af(Ge,Ir,Mr,Kr){var tt=Rl();Ia();var Mt=d_(Mr),yn=nf(Mr),li=tr(function(){if(Fs(59)){var Ai=Za(Mr);if(Ai&&Ai.kind===341)return Ai}}),oi=me(q.createJSDocSignature(void 0,yn,li),Ge);Mt||(Mt=ia(Ge,Ke(),Mr,Kr));var ua=Mt!==void 0?Ke():oi.end;return me(q.createJSDocCallbackTag(Ir,oi,tt,Mt),Ge,ua)}function pp(Ge,Ir){for(;!e.isIdentifier(Ge)||!e.isIdentifier(Ir);)if(!e.isIdentifier(Ge)&&!e.isIdentifier(Ir)&&Ge.right.escapedText===Ir.right.escapedText)Ge=Ge.left,Ir=Ir.left;else return!1;return Ge.escapedText===Ir.escapedText}function Jl(Ge){return vc(1,Ge)}function vc(Ge,Ir,Mr){for(var Kr=!0,tt=!1;;)switch(Yt()){case 59:if(Kr){var Mt=of(Ge,Ir);return Mt&&(Mt.kind===340||Mt.kind===347)&&Ge!==4&&Mr&&(e.isIdentifier(Mt.name)||!pp(Mr,Mt.name.left))?!1:Mt}tt=!1;break;case 4:Kr=!0,tt=!1;break;case 41:tt&&(Kr=!1),tt=!0;break;case 79:Kr=!1;break;case 1:return!1}}function of(Ge,Ir){e.Debug.assert(I()===59);var Mr=g.getStartPos();Yt();var Kr=Zo();Ia();var tt;switch(Kr.escapedText){case"type":return Ge===1&&u(Mr,Kr);case"prop":case"property":tt=1;break;case"arg":case"argument":case"param":tt=6;break;default:return!1}return Ge&tt?ja(Mr,Kr,Ge,Ir):!1}function fp(){var Ge=Ke(),Ir=Fs(22);Ir&&Ia();var Mr=Zo(e.Diagnostics.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),Kr;if(Ir&&(Ia(),ke(63),Kr=wt(8388608,ca),ke(23)),!e.nodeIsMissing(Mr))return me(q.createTypeParameterDeclaration(void 0,Mr,void 0,Kr),Ge)}function sf(){var Ge=Ke(),Ir=[];do{Ia();var Mr=fp();Mr!==void 0&&Ir.push(Mr),Lo()}while(Fs(27));return Tt(Ir,Ge)}function dp(Ge,Ir,Mr,Kr){var tt=I()===18?R():void 0,Mt=sf();return me(q.createJSDocTemplateTag(Ir,tt,Mt,ia(Ge,Ke(),Mr,Kr)),Ge)}function Fs(Ge){return I()===Ge?(Yt(),!0):!1}function _f(){var Ge=Zo();for(or(22)&&ke(23);or(24);){var Ir=Zo();or(22)&&ke(23),Ge=va(Ge,Ir)}return Ge}function Zo(Ge){if(!e.tokenIsIdentifierOrKeyword(I()))return pn(79,!Ge,Ge||e.Diagnostics.Identifier_expected);Fr++;var Ir=g.getTokenPos(),Mr=g.getTextPos(),Kr=I(),tt=Wt(g.getTokenValue()),Mt=me(q.createIdentifier(tt,void 0,Kr),Ir,Mr);return Yt(),Mt}}})(Pu=y.JSDocParser||(y.JSDocParser={}))})(ae||(ae={}));var xe;(function(y){function g(pe,Ue,We,Ze){if(Ze=Ze||e.Debug.shouldAssert(2),q(pe,Ue,We,Ze),e.textChangeRangeIsUnchanged(We))return pe;if(pe.statements.length===0)return ae.parseSourceFile(pe.fileName,Ue,pe.languageVersion,void 0,!0,pe.scriptKind,pe.setExternalModuleIndicator);var pr=pe;e.Debug.assert(!pr.hasBeenIncrementallyParsed),pr.hasBeenIncrementallyParsed=!0,ae.fixupParentReferences(pr);var br=pe.text,Cr=yr(pe),Z=je(pe,We);q(pe,Ue,Z,Ze),e.Debug.assert(Z.span.start<=We.span.start),e.Debug.assert(e.textSpanEnd(Z.span)===e.textSpanEnd(We.span)),e.Debug.assert(e.textSpanEnd(e.textChangeRangeNewSpan(Z))===e.textSpanEnd(e.textChangeRangeNewSpan(We)));var ge=e.textChangeRangeNewSpan(Z).length-Z.span.length;nr(pr,Z.span.start,e.textSpanEnd(Z.span),e.textSpanEnd(e.textChangeRangeNewSpan(Z)),ge,br,Ue,Ze);var ar=ae.parseSourceFile(pe.fileName,Ue,pe.languageVersion,Cr,!0,pe.scriptKind,pe.setExternalModuleIndicator);return ar.commentDirectives=S(pe.commentDirectives,ar.commentDirectives,Z.span.start,e.textSpanEnd(Z.span),ge,br,Ue,Ze),ar.impliedNodeFormat=pe.impliedNodeFormat,ar}y.updateSourceFile=g;function S(pe,Ue,We,Ze,pr,br,Cr,Z){if(!pe)return Ue;for(var ge,ar=!1,gr=0,Fr=pe;gr<Fr.length;gr++){var Lr=Fr[gr],ft=Lr.range,Oe=Lr.type;if(ft.end<We)ge=e.append(ge,Lr);else if(ft.pos>Ze){t();var L={range:{pos:ft.pos+pr,end:ft.end+pr},type:Oe};ge=e.append(ge,L),Z&&e.Debug.assert(br.substring(ft.pos,ft.end)===Cr.substring(L.range.pos,L.range.end))}}return t(),ge;function t(){ar||(ar=!0,ge?Ue&&ge.push.apply(ge,Ue):ge=Ue)}}function G(pe,Ue,We,Ze,pr,br){Ue?Z(pe):Cr(pe);return;function Cr(ge){var ar="";if(br&&ee(ge)&&(ar=Ze.substring(ge.pos,ge.end)),ge._children&&(ge._children=void 0),e.setTextRangePosEnd(ge,ge.pos+We,ge.end+We),br&&ee(ge)&&e.Debug.assert(ar===pr.substring(ge.pos,ge.end)),ie(ge,Cr,Z),e.hasJSDocNodes(ge))for(var gr=0,Fr=ge.jsDoc;gr<Fr.length;gr++){var Lr=Fr[gr];Cr(Lr)}Qe(ge,br)}function Z(ge){ge._children=void 0,e.setTextRangePosEnd(ge,ge.pos+We,ge.end+We);for(var ar=0,gr=ge;ar<gr.length;ar++){var Fr=gr[ar];Cr(Fr)}}}function ee(pe){switch(pe.kind){case 10:case 8:case 79:return!0}return!1}function Q(pe,Ue,We,Ze,pr){e.Debug.assert(pe.end>=Ue,"Adjusting an element that was entirely before the change range"),e.Debug.assert(pe.pos<=We,"Adjusting an element that was entirely after the change range"),e.Debug.assert(pe.pos<=pe.end);var br=Math.min(pe.pos,Ze),Cr=pe.end>=We?pe.end+pr:Math.min(pe.end,Ze);e.Debug.assert(br<=Cr),pe.parent&&(e.Debug.assertGreaterThanOrEqual(br,pe.parent.pos),e.Debug.assertLessThanOrEqual(Cr,pe.parent.end)),e.setTextRangePosEnd(pe,br,Cr)}function Qe(pe,Ue){if(Ue){var We=pe.pos,Ze=function(Z){e.Debug.assert(Z.pos>=We),We=Z.end};if(e.hasJSDocNodes(pe))for(var pr=0,br=pe.jsDoc;pr<br.length;pr++){var Cr=br[pr];Ze(Cr)}ie(pe,Ze),e.Debug.assert(We<=pe.end)}}function nr(pe,Ue,We,Ze,pr,br,Cr,Z){ge(pe);return;function ge(gr){if(e.Debug.assert(gr.pos<=gr.end),gr.pos>We){G(gr,!1,pr,br,Cr,Z);return}var Fr=gr.end;if(Fr>=Ue){if(gr.intersectsChange=!0,gr._children=void 0,Q(gr,Ue,We,Ze,pr),ie(gr,ge,ar),e.hasJSDocNodes(gr))for(var Lr=0,ft=gr.jsDoc;Lr<ft.length;Lr++){var Oe=ft[Lr];ge(Oe)}Qe(gr,Z);return}e.Debug.assert(Fr<Ue)}function ar(gr){if(e.Debug.assert(gr.pos<=gr.end),gr.pos>We){G(gr,!0,pr,br,Cr,Z);return}var Fr=gr.end;if(Fr>=Ue){gr.intersectsChange=!0,gr._children=void 0,Q(gr,Ue,We,Ze,pr);for(var Lr=0,ft=gr;Lr<ft.length;Lr++){var Oe=ft[Lr];ge(Oe)}return}e.Debug.assert(Fr<Ue)}}function je(pe,Ue){for(var We=1,Ze=Ue.span.start,pr=0;Ze>0&&pr<=We;pr++){var br=Le(pe,Ze);e.Debug.assert(br.pos<=Ze);var Cr=br.pos;Ze=Math.max(0,Cr-1)}var Z=e.createTextSpanFromBounds(Ze,e.textSpanEnd(Ue.span)),ge=Ue.newLength+(Ue.span.start-Ze);return e.createTextChangeRange(Z,ge)}function Le(pe,Ue){var We=pe,Ze;if(ie(pe,Cr),Ze){var pr=br(Ze);pr.pos>We.pos&&(We=pr)}return We;function br(Z){for(;;){var ge=e.getLastChild(Z);if(ge)Z=ge;else return Z}}function Cr(Z){if(!e.nodeIsMissing(Z))if(Z.pos<=Ue){if(Z.pos>=We.pos&&(We=Z),Ue<Z.end)return ie(Z,Cr),!0;e.Debug.assert(Z.end<=Ue),Ze=Z}else return e.Debug.assert(Z.pos>Ue),!0}}function q(pe,Ue,We,Ze){var pr=pe.text;if(We&&(e.Debug.assert(pr.length-We.span.length+We.newLength===Ue.length),Ze||e.Debug.shouldAssert(3))){var br=pr.substr(0,We.span.start),Cr=Ue.substr(0,We.span.start);e.Debug.assert(br===Cr);var Z=pr.substring(e.textSpanEnd(We.span),pr.length),ge=Ue.substring(e.textSpanEnd(e.textChangeRangeNewSpan(We)),Ue.length);e.Debug.assert(Z===ge)}}function yr(pe){var Ue=pe.statements,We=0;e.Debug.assert(We<Ue.length);var Ze=Ue[We],pr=-1;return{currentNode:function(Cr){return Cr!==pr&&(Ze&&Ze.end===Cr&&We<Ue.length-1&&(We++,Ze=Ue[We]),(!Ze||Ze.pos!==Cr)&&br(Cr)),pr=Cr,e.Debug.assert(!Ze||Ze.pos===Cr),Ze}};function br(Cr){Ue=void 0,We=-1,Ze=void 0,ie(pe,Z,ge);return;function Z(ar){return Cr>=ar.pos&&Cr<ar.end?(ie(ar,Z,ge),!0):!1}function ge(ar){if(Cr>=ar.pos&&Cr<ar.end)for(var gr=0;gr<ar.length;gr++){var Fr=ar[gr];if(Fr){if(Fr.pos===Cr)return Ue=ar,We=gr,Ze=Fr,!0;if(Fr.pos<Cr&&Cr<Fr.end)return ie(Fr,Z,ge),!0}}return!1}}}y.createSyntaxCursor=yr;var $;(function(pe){pe[pe.Value=-1]="Value"})($||($={}))})(xe||(xe={}));function B(y){return e.fileExtensionIsOneOf(y,e.supportedDeclarationExtensions)}e.isDeclarationFileName=B;function de(y,g,S,G){if(!!y){if(y==="import")return e.ModuleKind.ESNext;if(y==="require")return e.ModuleKind.CommonJS;G(g,S-g,e.Diagnostics.resolution_mode_should_be_either_require_or_import)}}function er(y,g){for(var S=[],G=0,ee=e.getLeadingCommentRanges(g,0)||e.emptyArray;G<ee.length;G++){var Q=ee[G],Qe=g.substring(Q.pos,Q.end);xr(S,Q,Qe)}y.pragmas=new e.Map;for(var nr=0,je=S;nr<je.length;nr++){var Le=je[nr];if(y.pragmas.has(Le.name)){var q=y.pragmas.get(Le.name);q instanceof Array?q.push(Le.args):y.pragmas.set(Le.name,[q,Le.args]);continue}y.pragmas.set(Le.name,Le.args)}}e.processCommentPragmas=er;function De(y,g){y.checkJsDirective=void 0,y.referencedFiles=[],y.typeReferenceDirectives=[],y.libReferenceDirectives=[],y.amdDependencies=[],y.hasNoDefaultLib=!1,y.pragmas.forEach(function(S,G){switch(G){case"reference":{var ee=y.referencedFiles,Q=y.typeReferenceDirectives,Qe=y.libReferenceDirectives;e.forEach(e.toArray(S),function(q){var yr=q.arguments,$=yr.types,pe=yr.lib,Ue=yr.path,We=yr["resolution-mode"];if(q.arguments["no-default-lib"])y.hasNoDefaultLib=!0;else if($){var Ze=de(We,$.pos,$.end,g);Q.push(Fi({pos:$.pos,end:$.end,fileName:$.value},Ze?{resolutionMode:Ze}:{}))}else pe?Qe.push({pos:pe.pos,end:pe.end,fileName:pe.value}):Ue?ee.push({pos:Ue.pos,end:Ue.end,fileName:Ue.value}):g(q.range.pos,q.range.end-q.range.pos,e.Diagnostics.Invalid_reference_directive_syntax)});break}case"amd-dependency":{y.amdDependencies=e.map(e.toArray(S),function(q){return{name:q.arguments.name,path:q.arguments.path}});break}case"amd-module":{if(S instanceof Array)for(var nr=0,je=S;nr<je.length;nr++){var Le=je[nr];y.moduleName&&g(Le.range.pos,Le.range.end-Le.range.pos,e.Diagnostics.An_AMD_module_cannot_have_multiple_name_assignments),y.moduleName=Le.arguments.name}else y.moduleName=S.arguments.name;break}case"ts-nocheck":case"ts-check":{e.forEach(e.toArray(S),function(q){(!y.checkJsDirective||q.range.pos>y.checkJsDirective.pos)&&(y.checkJsDirective={enabled:G==="ts-check",end:q.range.end,pos:q.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:e.Debug.fail("Unhandled pragma kind")}})}e.processPragmasIntoFields=De;var Ae=new e.Map;function ur(y){if(Ae.has(y))return Ae.get(y);var g=new RegExp("(\\s".concat(y,`\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`),"im");return Ae.set(y,g),g}var Fe=/^\/\/\/\s*<(\S+)\s.*?\/>/im,Ye=/^\/\/\/?\s*@(\S+)\s*(.*)\s*$/im;function xr(y,g,S){var G=g.kind===2&&Fe.exec(S);if(G){var ee=G[1].toLowerCase(),Q=e.commentPragmas[ee];if(!Q||!(Q.kind&1))return;if(Q.args){for(var Qe={},nr=0,je=Q.args;nr<je.length;nr++){var Le=je[nr],q=ur(Le.name),yr=q.exec(S);if(!yr&&!Le.optional)return;if(yr){var $=yr[2]||yr[3];if(Le.captureSpan){var pe=g.pos+yr.index+yr[1].length+1;Qe[Le.name]={value:$,pos:pe,end:pe+$.length}}else Qe[Le.name]=$}}y.push({name:ee,args:{arguments:Qe,range:g}})}else y.push({name:ee,args:{arguments:{},range:g}});return}var Ue=g.kind===2&&Ye.exec(S);if(Ue)return Nr(y,g,2,Ue);if(g.kind===3)for(var We=/@(\S+)(\s+.*)?$/gim,Ze=void 0;Ze=We.exec(S);)Nr(y,g,4,Ze)}function Nr(y,g,S,G){if(!!G){var ee=G[1].toLowerCase(),Q=e.commentPragmas[ee];if(!(!Q||!(Q.kind&S))){var Qe=G[2],nr=Gr(Q,Qe);nr!=="fail"&&y.push({name:ee,args:{arguments:nr,range:g}})}}}function Gr(y,g){if(!g)return{};if(!y.args)return{};for(var S=e.trimString(g).split(/\s+/),G={},ee=0;ee<y.args.length;ee++){var Q=y.args[ee];if(!S[ee]&&!Q.optional)return"fail";if(Q.captureSpan)return e.Debug.fail("Capture spans not yet implemented for non-xml pragmas");G[Q.name]=S[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})($r||($r={}));var $r;(function(e){var r;(function(v){v[v.NonInstantiated=0]="NonInstantiated",v[v.Instantiated=1]="Instantiated",v[v.ConstEnumOnly=2]="ConstEnumOnly"})(r=e.ModuleInstanceState||(e.ModuleInstanceState={}));function a(v,ie){return v.body&&!v.body.parent&&(e.setParent(v.body,v),e.setParentRecursive(v.body,!1)),v.body?_(v.body,ie):1}e.getModuleInstanceState=a;function _(v,ie){ie===void 0&&(ie=new e.Map);var le=e.getNodeId(v);if(ie.has(le))return ie.get(le)||0;ie.set(le,void 0);var Ce=d(v,ie);return ie.set(le,Ce),Ce}function d(v,ie){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 le=v;if(!le.moduleSpecifier&&le.exportClause&&le.exportClause.kind===273){for(var Ce=0,C=0,Se=le.exportClause.elements;C<Se.length;C++){var V=Se[C],mr=x(V,ie);if(mr>Ce&&(Ce=mr),Ce===1)return Ce}return Ce}break;case 262:{var _r=0;return e.forEachChild(v,function(Sr){var Ee=_(Sr,ie);switch(Ee){case 0:return;case 2:_r=2;return;case 1:return _r=1,!0;default:e.Debug.assertNever(Ee)}}),_r}case 261:return a(v,ie);case 79:if(v.isInJSDocNamespace)return 0}return 1}function x(v,ie){for(var le=v.propertyName||v.name,Ce=v.parent;Ce;){if(e.isBlock(Ce)||e.isModuleBlock(Ce)||e.isSourceFile(Ce)){for(var C=Ce.statements,Se=void 0,V=0,mr=C;V<mr.length;V++){var _r=mr[V];if(e.nodeHasName(_r,le)){_r.parent||(e.setParent(_r,Ce),e.setParentRecursive(_r,!1));var Sr=_(_r,ie);if((Se===void 0||Sr>Se)&&(Se=Sr),Se===1)return Se}}if(Se!==void 0)return Se}Ce=Ce.parent}return 1}var X;(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"})(X||(X={}));function Y(v){return e.Debug.attachFlowNodeDebugInfo(v),v}var w=ze();function K(v,ie){e.performance.mark("beforeBind"),e.perfLogger.logStartBindFile(""+v.fileName),w(v,ie),e.perfLogger.logStopBindFile(),e.performance.mark("afterBind"),e.performance.measure("Bind","beforeBind","afterBind")}e.bindSourceFile=K;function ze(){var v,ie,le,Ce,C,Se,V,mr,_r,Sr,Ee,we,ae,xe,B,de,er,De,Ae,ur,Fe,Ye,xr=!1,Nr=0,Gr,oe,y={flags:1},g={flags:1},S=bt();function G(l,F,ue,Xe,Br){return e.createDiagnosticForNodeInSourceFile(e.getSourceFileOfNode(l)||v,l,F,ue,Xe,Br)}function ee(l,F){v=l,ie=F,le=e.getEmitScriptTarget(ie),Ye=Q(v,F),oe=new e.Set,Nr=0,Gr=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),Ur(v),e.tracing===null||e.tracing===void 0||e.tracing.pop(),v.symbolCount=Nr,v.classifiableNames=oe,Pe()),v=void 0,ie=void 0,le=void 0,Ce=void 0,C=void 0,Se=void 0,V=void 0,mr=void 0,_r=void 0,Sr=!1,Ee=void 0,we=void 0,ae=void 0,xe=void 0,B=void 0,de=void 0,er=void 0,Ae=void 0,ur=!1,xr=!1,Fe=0}return ee;function Q(l,F){return e.getStrictOptionValue(F,"alwaysStrict")&&!l.isDeclarationFile?!0:!!l.externalModuleIndicator}function Qe(l,F){return Nr++,new Gr(l,F)}function nr(l,F,ue){l.flags|=ue,F.symbol=l,l.declarations=e.appendIfUnique(l.declarations,F),ue&1955&&!l.exports&&(l.exports=e.createSymbolTable()),ue&6240&&!l.members&&(l.members=e.createSymbolTable()),l.constEnumOnlyModule&&l.flags&304&&(l.constEnumOnlyModule=!1),ue&111551&&e.setValueDeclaration(l,F)}function je(l){if(l.kind===271)return l.isExportEquals?"export=":"default";var F=e.getNameOfDeclaration(l);if(F){if(e.isAmbientModule(l)){var ue=e.getTextOfIdentifierOrLiteral(F);return e.isGlobalScopeAugmentation(l)?"__global":'"'.concat(ue,'"')}if(F.kind===162){var Xe=F.expression;if(e.isStringOrNumericLiteralLike(Xe))return e.escapeLeadingUnderscores(Xe.text);if(e.isSignedNumericLiteral(Xe))return e.tokenToString(Xe.operator)+Xe.operand.text;e.Debug.fail("Only computed properties with literal names have declaration names")}if(e.isPrivateIdentifier(F)){var Br=e.getContainingClass(l);if(!Br)return;var rt=Br.symbol;return e.getSymbolNameForPrivateIdentifier(rt,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 st=l.parent,ot=st.parameters.indexOf(l);return"arg"+ot}}function Le(l){return e.isNamedDeclaration(l)?e.declarationNameToString(l.name):e.unescapeLeadingUnderscores(e.Debug.checkDefined(je(l)))}function q(l,F,ue,Xe,Br,rt,st){e.Debug.assert(st||!e.hasDynamicName(ue));var ot=e.hasSyntacticModifier(ue,512)||e.isExportSpecifier(ue)&&ue.name.escapedText==="default",Ht=st?"__computed":ot&&F?"default":je(ue),gt;if(Ht===void 0)gt=Qe(0,"__missing");else if(gt=l.get(Ht),Xe&2885600&&oe.add(Ht),!gt)l.set(Ht,gt=Qe(0,Ht)),rt&&(gt.isReplaceableByMethod=!0);else{if(rt&&!gt.isReplaceableByMethod)return gt;if(gt.flags&Br){if(gt.isReplaceableByMethod)l.set(Ht,gt=Qe(0,Ht));else if(!(Xe&3&>.flags&67108864)){e.isNamedDeclaration(ue)&&e.setParent(ue.name,ue);var m=gt.flags&2?e.Diagnostics.Cannot_redeclare_block_scoped_variable_0:e.Diagnostics.Duplicate_identifier_0,ne=!0;(gt.flags&384||Xe&384)&&(m=e.Diagnostics.Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations,ne=!1);var qr=!1;e.length(gt.declarations)&&(ot||gt.declarations&>.declarations.length&&ue.kind===271&&!ue.isExportEquals)&&(m=e.Diagnostics.A_module_cannot_have_multiple_default_exports,ne=!1,qr=!0);var P=[];e.isTypeAliasDeclaration(ue)&&e.nodeIsMissing(ue.type)&&e.hasSyntacticModifier(ue,1)&>.flags&2887656&&P.push(G(ue,e.Diagnostics.Did_you_mean_0,"export type { ".concat(e.unescapeLeadingUnderscores(ue.name.escapedText)," }")));var fn=e.getNameOfDeclaration(ue)||ue;e.forEach(gt.declarations,function(ti,ma){var zi=e.getNameOfDeclaration(ti)||ti,ba=G(zi,m,ne?Le(ti):void 0);v.bindDiagnostics.push(qr?e.addRelatedInfo(ba,G(fn,ma===0?e.Diagnostics.Another_export_default_is_here:e.Diagnostics.and_here)):ba),qr&&P.push(G(zi,e.Diagnostics.The_first_export_default_is_here))});var vn=G(fn,m,ne?Le(ue):void 0);v.bindDiagnostics.push(e.addRelatedInfo.apply(void 0,Cn([vn],P,!1))),gt=Qe(0,Ht)}}}return nr(gt,ue,Xe),gt.parent?e.Debug.assert(gt.parent===F,"Existing symbol parent should match new one"):gt.parent=F,gt}function yr(l,F,ue){var Xe=!!(e.getCombinedModifierFlags(l)&1)||$(l);if(F&2097152)return l.kind===275||l.kind===265&&Xe?q(C.symbol.exports,C.symbol,l,F,ue):q(C.locals,void 0,l,F,ue);if(e.isJSDocTypeAlias(l)&&e.Debug.assert(e.isInJSFile(l)),!e.isAmbientModule(l)&&(Xe||C.flags&64)){if(!C.locals||e.hasSyntacticModifier(l,512)&&!je(l))return q(C.symbol.exports,C.symbol,l,F,ue);var Br=F&111551?1048576:0,rt=q(C.locals,void 0,l,Br,ue);return rt.exportSymbol=q(C.symbol.exports,C.symbol,l,F,ue),l.localSymbol=rt,rt}else return q(C.locals,void 0,l,F,ue)}function $(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)&&Kt(F.parent)||e.isDeclaration(F.parent)&&e.getCombinedModifierFlags(F.parent)&1):!1}function pe(l,F){var ue=C,Xe=Se,Br=V;if(F&1?(l.kind!==214&&(Se=C),C=V=l,F&32&&(C.locals=e.createSymbolTable()),Mi(C)):F&2&&(V=l,V.locals=void 0),F&4){var rt=Ee,st=we,ot=ae,Ht=xe,gt=er,m=Ae,ne=ur,qr=F&16&&!e.hasSyntacticModifier(l,256)&&!l.asteriskToken&&!!e.getImmediatelyInvokedFunctionExpression(l)||l.kind===170;qr||(Ee=Y({flags:2}),F&144&&(Ee.node=l)),xe=qr||l.kind===171||e.isInJSFile(l)&&(l.kind===256||l.kind===213)?Lr():void 0,er=void 0,we=void 0,ae=void 0,Ae=void 0,ur=!1,pr(l),l.flags&=-2817,!(Ee.flags&1)&&F&8&&e.nodeIsPresent(l.body)&&(l.flags|=256,ur&&(l.flags|=512),l.endFlowNode=Ee),l.kind===305&&(l.flags|=Fe,l.endFlowNode=Ee),xe&&(t(xe,Ee),Ee=k(xe),(l.kind===171||l.kind===170||e.isInJSFile(l)&&(l.kind===256||l.kind===213))&&(l.returnFlowNode=Ee)),qr||(Ee=rt),we=st,ae=ot,xe=Ht,er=gt,Ae=m,ur=ne}else F&64?(Sr=!1,pr(l),l.flags=Sr?l.flags|128:l.flags&-129):pr(l);C=ue,Se=Xe,V=Br}function Ue(l){We(l,function(F){return F.kind===256?Ur(F):void 0}),We(l,function(F){return F.kind!==256?Ur(F):void 0})}function We(l,F){F===void 0&&(F=Ur),l!==void 0&&e.forEach(l,F)}function Ze(l){e.forEachChild(l,Ur,We)}function pr(l){var F=xr;if(xr=!1,va(l)){Ze(l),lt(l),xr=F;return}switch(l.kind>=237&&l.kind<=253&&!ie.allowUnreachableCode&&(l.flowNode=Ee),l.kind){case 241:St(l);break;case 240:Wr(l);break;case 242:zr(l);break;case 243:case 244:ut(l);break;case 239:Ct(l);break;case 247:case 251:wt(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:ji(l);break;case 219:Ni(l);break;case 220:di(l);break;case 221:if(e.isDestructuringAssignment(l)){xr=F,Fn(l);return}S(l);break;case 215:Wn(l);break;case 222:Xt(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:qt(l);break;case 305:{Ue(l.statements),Ur(l.endOfFileToken);break}case 235:case 262:Ue(l.statements);break;case 203:Ke(l);break;case 205:case 204:case 296:case 225:xr=F;default:Ze(l);break}lt(l),xr=F}function br(l){switch(l.kind){case 79:case 80:case 108:case 206:case 207:return Z(l);case 208:return ge(l);case 212:case 230:return br(l.expression);case 221:return gr(l);case 219:return l.operator===53&&br(l.operand);case 216:return br(l.expression)}return!1}function Cr(l){return e.isDottedName(l)||(e.isPropertyAccessExpression(l)||e.isNonNullExpression(l)||e.isParenthesizedExpression(l))&&Cr(l.expression)||e.isBinaryExpression(l)&&l.operatorToken.kind===27&&Cr(l.right)||e.isElementAccessExpression(l)&&(e.isStringOrNumericLiteralLike(l.argumentExpression)||e.isEntityNameExpression(l.argumentExpression))&&Cr(l.expression)||e.isAssignmentExpression(l)&&Cr(l.left)}function Z(l){return Cr(l)||e.isOptionalChain(l)&&Z(l.expression)}function ge(l){if(l.arguments)for(var F=0,ue=l.arguments;F<ue.length;F++){var Xe=ue[F];if(Z(Xe))return!0}return!!(l.expression.kind===206&&Z(l.expression.expression))}function ar(l,F){return e.isTypeOfExpression(l)&&Fr(l.expression)&&e.isStringLiteralLike(F)}function gr(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 Fr(l.left)||Fr(l.right)||ar(l.right,l.left)||ar(l.left,l.right);case 102:return Fr(l.left);case 101:return br(l.right);case 27:return br(l.right)}return!1}function Fr(l){switch(l.kind){case 212:return Fr(l.expression);case 221:switch(l.operatorToken.kind){case 63:return Fr(l.left);case 27:return Fr(l.right)}}return Z(l)}function Lr(){return Y({flags:4,antecedents:void 0})}function ft(){return Y({flags:8,antecedents:void 0})}function Oe(l,F,ue){return Y({flags:1024,target:l,antecedents:F,antecedent:ue})}function L(l){l.flags|=l.flags&2048?4096:2048}function t(l,F){!(F.flags&1)&&!e.contains(l.antecedents,F)&&((l.antecedents||(l.antecedents=[])).push(F),L(F))}function Et(l,F,ue){return F.flags&1?F:ue?(ue.kind===110&&l&64||ue.kind===95&&l&32)&&!e.isExpressionOfOptionalChainRoot(ue)&&!e.isNullishCoalesce(ue.parent)?y:br(ue)?(L(F),Y({flags:l,antecedent:F,node:ue})):F:l&32?F:y}function It(l,F,ue,Xe){return L(l),Y({flags:128,antecedent:l,switchStatement:F,clauseStart:ue,clauseEnd:Xe})}function He(l,F,ue){L(F);var Xe=Y({flags:l,antecedent:F,node:ue});return er&&t(er,Xe),Xe}function ce(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 he(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 Ar(l){return l=e.skipParentheses(l),e.isBinaryExpression(l)&&e.isLogicalOrCoalescingAssignmentOperator(l.operatorToken.kind)}function cr(l){for(;e.isParenthesizedExpression(l.parent)||e.isPrefixUnaryExpression(l.parent)&&l.parent.operator===53;)l=l.parent;return!W(l)&&!he(l.parent)&&!(e.isOptionalChain(l.parent)&&l.parent.expression===l)}function Vr(l,F,ue,Xe){var Br=B,rt=de;B=ue,de=Xe,l(F),B=Br,de=rt}function Qr(l,F,ue){Vr(Ur,l,F,ue),(!l||!Ar(l)&&!he(l)&&!(e.isOptionalChain(l)&&e.isOutermostOptionalChain(l)))&&(t(F,Et(32,Ee,l)),t(ue,Et(64,Ee,l)))}function nt(l,F,ue){var Xe=we,Br=ae;we=F,ae=ue,Ur(l),we=Xe,ae=Br}function vt(l,F){for(var ue=Ae;ue&&l.parent.kind===250;)ue.continueTarget=F,ue=ue.next,l=l.parent;return F}function St(l){var F=vt(l,ft()),ue=Lr(),Xe=Lr();t(F,Ee),Ee=F,Qr(l.expression,ue,Xe),Ee=k(ue),nt(l.statement,Xe,F),t(F,Ee),Ee=k(Xe)}function Wr(l){var F=ft(),ue=vt(l,Lr()),Xe=Lr();t(F,Ee),Ee=F,nt(l.statement,Xe,ue),t(ue,Ee),Ee=k(ue),Qr(l.expression,F,Xe),Ee=k(Xe)}function zr(l){var F=vt(l,ft()),ue=Lr(),Xe=Lr();Ur(l.initializer),t(F,Ee),Ee=F,Qr(l.condition,ue,Xe),Ee=k(ue),nt(l.statement,Xe,F),Ur(l.incrementor),t(F,Ee),Ee=k(Xe)}function ut(l){var F=vt(l,ft()),ue=Lr();Ur(l.expression),t(F,Ee),Ee=F,l.kind===244&&Ur(l.awaitModifier),t(ue,Ee),Ur(l.initializer),l.initializer.kind!==255&&Sn(l.initializer),nt(l.statement,ue,F),t(F,Ee),Ee=k(ue)}function Ct(l){var F=Lr(),ue=Lr(),Xe=Lr();Qr(l.expression,F,ue),Ee=k(F),Ur(l.thenStatement),t(Xe,Ee),Ee=k(ue),Ur(l.elseStatement),t(Xe,Ee),Ee=k(Xe)}function wt(l){Ur(l.expression),l.kind===247&&(ur=!0,xe&&t(xe,Ee)),Ee=y}function Qt(l){for(var F=Ae;F;F=F.next)if(F.name===l)return F}function xn(l,F,ue){var Xe=l.kind===246?F:ue;Xe&&(t(Xe,Ee),Ee=y)}function un(l){if(Ur(l.label),l.label){var F=Qt(l.label.escapedText);F&&(F.referenced=!0,xn(l,F.breakTarget,F.continueTarget))}else xn(l,we,ae)}function An(l){var F=xe,ue=er,Xe=Lr(),Br=Lr(),rt=Lr();if(l.finallyBlock&&(xe=Br),t(rt,Ee),er=rt,Ur(l.tryBlock),t(Xe,Ee),l.catchClause&&(Ee=k(rt),rt=Lr(),t(rt,Ee),er=rt,Ur(l.catchClause),t(Xe,Ee)),xe=F,er=ue,l.finallyBlock){var st=Lr();st.antecedents=e.concatenate(e.concatenate(Xe.antecedents,rt.antecedents),Br.antecedents),Ee=st,Ur(l.finallyBlock),Ee.flags&1?Ee=y:(xe&&Br.antecedents&&t(xe,Oe(st,Br.antecedents,Ee)),er&&rt.antecedents&&t(er,Oe(st,rt.antecedents,Ee)),Ee=Xe.antecedents?Oe(st,Xe.antecedents,Ee):y)}else Ee=k(Xe)}function Nn(l){var F=Lr();Ur(l.expression);var ue=we,Xe=De;we=F,De=Ee,Ur(l.caseBlock),t(F,Ee);var Br=e.forEach(l.caseBlock.clauses,function(rt){return rt.kind===290});l.possiblyExhaustive=!Br&&!F.antecedents,Br||t(F,It(De,l,0,0)),we=ue,De=Xe,Ee=k(F)}function On(l){for(var F=l.clauses,ue=br(l.parent.expression),Xe=y,Br=0;Br<F.length;Br++){for(var rt=Br;!F[Br].statements.length&&Br+1<F.length;)Ur(F[Br]),Br++;var st=Lr();t(st,ue?It(De,l.parent,rt,Br+1):De),t(st,Xe),Ee=k(st);var ot=F[Br];Ur(ot),Xe=Ee,!(Ee.flags&1)&&Br!==F.length-1&&ie.noFallthroughCasesInSwitch&&(ot.fallthroughFlowNode=Ee)}}function si(l){var F=Ee;Ee=De,Ur(l.expression),Ee=F,We(l.statements)}function _i(l){Ur(l.expression),Vn(l.expression)}function Vn(l){if(l.kind===208){var F=l;F.expression.kind!==106&&e.isDottedName(F.expression)&&(Ee=ce(Ee,F))}}function ji(l){var F=Lr();Ae={next:Ae,name:l.label.escapedText,breakTarget:F,continueTarget:void 0,referenced:!1},Ur(l.label),Ur(l.statement),!Ae.referenced&&!ie.allowUnusedLabels&&kn(e.unusedLabelIsError(ie),l.label,e.Diagnostics.Unused_label),Ae=Ae.next,t(F,Ee),Ee=k(F)}function Jn(l){l.kind===221&&l.operatorToken.kind===63?Sn(l.left):Sn(l)}function Sn(l){if(Cr(l))Ee=He(16,Ee,l);else if(l.kind===204)for(var F=0,ue=l.elements;F<ue.length;F++){var Xe=ue[F];Xe.kind===225?Sn(Xe.expression):Jn(Xe)}else if(l.kind===205)for(var Br=0,rt=l.properties;Br<rt.length;Br++){var st=rt[Br];st.kind===296?Jn(st.initializer):st.kind===297?Sn(st.name):st.kind===298&&Sn(st.expression)}}function ei(l,F,ue){var Xe=Lr();l.operatorToken.kind===55||l.operatorToken.kind===76?Qr(l.left,Xe,ue):Qr(l.left,F,Xe),Ee=k(Xe),Ur(l.operatorToken),e.isLogicalOrCoalescingAssignmentOperator(l.operatorToken.kind)?(Vr(Ur,l.right,F,ue),Sn(l.left),t(F,Et(32,Ee,l)),t(ue,Et(64,Ee,l))):Qr(l.right,F,ue)}function Ni(l){if(l.operator===53){var F=B;B=de,de=F,Ze(l),de=B,B=F}else Ze(l),(l.operator===45||l.operator===46)&&Sn(l.operand)}function di(l){Ze(l),(l.operator===45||l.operator===46)&&Sn(l.operand)}function Fn(l){xr?(xr=!1,Ur(l.operatorToken),Ur(l.right),xr=!0,Ur(l.left)):(xr=!0,Ur(l.left),xr=!1,Ur(l.operatorToken),Ur(l.right)),Sn(l.left)}function bt(){return e.createBinaryExpressionTrampoline(l,F,ue,Xe,Br,void 0);function l(st,ot){if(ot){ot.stackIndex++,e.setParent(st,Ce);var Ht=Ye;Un(st);var gt=Ce;Ce=st,ot.skip=!1,ot.inStrictModeStack[ot.stackIndex]=Ht,ot.parentStack[ot.stackIndex]=gt}else ot={stackIndex:0,skip:!1,inStrictModeStack:[void 0],parentStack:[void 0]};var m=st.operatorToken.kind;if(m===55||m===56||m===60||e.isLogicalOrCoalescingAssignmentOperator(m)){if(cr(st)){var ne=Lr();ei(st,ne,ne),Ee=k(ne)}else ei(st,B,de);ot.skip=!0}return ot}function F(st,ot,Ht){if(!ot.skip){var gt=rt(st);return Ht.operatorToken.kind===27&&Vn(st),gt}}function ue(st,ot,Ht){ot.skip||Ur(st)}function Xe(st,ot,Ht){if(!ot.skip){var gt=rt(st);return Ht.operatorToken.kind===27&&Vn(st),gt}}function Br(st,ot){if(!ot.skip){var Ht=st.operatorToken.kind;if(e.isAssignmentOperator(Ht)&&!e.isAssignmentTarget(st)&&(Sn(st.left),Ht===63&&st.left.kind===207)){var gt=st.left;Fr(gt.expression)&&(Ee=He(256,Ee,st))}}var m=ot.inStrictModeStack[ot.stackIndex],ne=ot.parentStack[ot.stackIndex];m!==void 0&&(Ye=m),ne!==void 0&&(Ce=ne),ot.skip=!1,ot.stackIndex--}function rt(st){if(st&&e.isBinaryExpression(st)&&!e.isDestructuringAssignment(st))return st;Ur(st)}}function Wn(l){Ze(l),l.expression.kind===206&&Sn(l.expression)}function Xt(l){var F=Lr(),ue=Lr(),Xe=Lr();Qr(l.condition,F,ue),Ee=k(F),Ur(l.questionToken),Ur(l.whenTrue),t(Xe,Ee),Ee=k(ue),Ur(l.colonToken),Ur(l.whenFalse),t(Xe,Ee),Ee=k(Xe)}function Hn(l){var F=e.isOmittedExpression(l)?void 0:l.name;if(e.isBindingPattern(F))for(var ue=0,Xe=F.elements;ue<Xe.length;ue++){var Br=Xe[ue];Hn(Br)}else Ee=He(16,Ee,l)}function Oi(l){Ze(l),(l.initializer||e.isForInOrOfStatement(l.parent.parent))&&Hn(l)}function Ke(l){e.isBindingPattern(l.name)?(Ur(l.dotDotDotToken),Ur(l.propertyName),Ur(l.initializer),Ur(l.name)):Ze(l)}function qt(l){Ur(l.tagName),l.kind!==339&&l.fullName&&(e.setParent(l.fullName,l),e.setParentRecursive(l.fullName,!1)),typeof l.comment!="string"&&We(l.comment)}function I(l){Ze(l);var F=e.getHostSignatureFromJSDoc(l);F&&F.kind!==169&&nr(F.symbol,F,32)}function mi(l,F,ue){Vr(Ur,l,F,ue),(!e.isOptionalChain(l)||e.isOutermostOptionalChain(l))&&(t(F,Et(32,Ee,l)),t(ue,Et(64,Ee,l)))}function qn(l){switch(l.kind){case 206:Ur(l.questionDotToken),Ur(l.name);break;case 207:Ur(l.questionDotToken),Ur(l.argumentExpression);break;case 208:Ur(l.questionDotToken),We(l.typeArguments),We(l.arguments);break}}function hr(l,F,ue){var Xe=e.isOptionalChainRoot(l)?Lr():void 0;mi(l.expression,Xe||F,ue),Xe&&(Ee=k(Xe)),Vr(qn,l,F,ue),e.isOutermostOptionalChain(l)&&(t(F,Et(32,Ee,l)),t(ue,Et(64,Ee,l)))}function Yt(l){if(cr(l)){var F=Lr();hr(l,F,F),Ee=k(F)}else hr(l,B,de)}function jn(l){e.isOptionalChain(l)?Yt(l):Ze(l)}function gi(l){e.isOptionalChain(l)?Yt(l):Ze(l)}function xi(l){if(e.isOptionalChain(l))Yt(l);else{var F=e.skipParentheses(l.expression);F.kind===213||F.kind===214?(We(l.typeArguments),We(l.arguments),Ur(l.expression)):(Ze(l),l.expression.kind===106&&(Ee=ce(Ee,l)))}if(l.expression.kind===206){var ue=l.expression;e.isIdentifier(ue.name)&&Fr(ue.expression)&&e.isPushOrUnshiftIdentifier(ue.name)&&(Ee=He(256,Ee,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){mr&&(mr.nextContainer=l),mr=l}function gn(l,F,ue){switch(C.kind){case 261:return yr(l,F,ue);case 305:return ai(l,F,ue);case 226:case 257:return Si(l,F,ue);case 260:return q(C.symbol.exports,C.symbol,l,F,ue);case 182:case 322:case 205:case 258:case 286:return q(C.symbol.members,C.symbol,l,F,ue);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 q(C.locals,void 0,l,F,ue)}}function Si(l,F,ue){return e.isStatic(l)?q(C.symbol.exports,C.symbol,l,F,ue):q(C.symbol.members,C.symbol,l,F,ue)}function ai(l,F,ue){return e.isExternalModule(v)?yr(l,F,ue):q(v.locals,void 0,l,F,ue)}function yi(l){var F=e.isSourceFile(l)?l:e.tryCast(l.body,e.isModuleBlock);return!!F&&F.statements.some(function(ue){return e.isExportDeclaration(ue)||e.isExportAssignment(ue)})}function Bn(l){l.flags&16777216&&!yi(l)?l.flags|=64:l.flags&=-65}function mt(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))tr(l);else{var F=void 0;if(l.name.kind===10){var ue=l.name.text;F=e.tryParsePattern(ue),F===void 0&&an(l.name,e.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character,ue)}var Xe=gn(l,512,110735);v.patternAmbientModules=e.append(v.patternAmbientModules,F&&!e.isString(F)?{pattern:F,symbol:Xe}:void 0)}else{var Br=tr(l);if(Br!==0){var Xe=l.symbol;Xe.constEnumOnlyModule=!(Xe.flags&304)&&Br===2&&Xe.constEnumOnlyModule!==!1}}}function tr(l){var F=a(l),ue=F!==0;return gn(l,ue?512:1024,ue?110735:0),F}function Or(l){var F=Qe(131072,je(l));nr(F,l,131072);var ue=Qe(2048,"__type");nr(ue,l,2048),ue.members=e.createSymbolTable(),ue.members.set(F.escapedName,F)}function sr(l){return zt(l,4096,"__object")}function ke(l){return zt(l,4096,"__jsxAttributes")}function Ft(l,F,ue){return gn(l,F,ue)}function zt(l,F,ue){var Xe=Qe(F,ue);return F&106508&&(Xe.parent=C.symbol),nr(Xe,l,F),Xe}function Lt(l,F,ue){switch(V.kind){case 261:yr(l,F,ue);break;case 305:if(e.isExternalOrCommonJsModule(C)){yr(l,F,ue);break}default:V.locals||(V.locals=e.createSymbolTable(),Mi(V)),q(V.locals,void 0,l,F,ue)}}function Pe(){if(!!_r){for(var l=C,F=mr,ue=V,Xe=Ce,Br=Ee,rt=0,st=_r;rt<st.length;rt++){var ot=st[rt],Ht=ot.parent.parent;C=e.findAncestor(Ht.parent,function(qr){return!!(ii(qr)&1)})||v,V=e.getEnclosingBlockScopeContainer(Ht)||v,Ee=Y({flags:2}),Ce=ot,Ur(ot.typeExpression);var gt=e.getNameOfDeclaration(ot);if((e.isJSDocEnumTag(ot)||!ot.fullName)&>&&e.isPropertyAccessEntityNameExpression(gt.parent)){var m=Kt(gt.parent);if(m){et(v.symbol,gt.parent,m,!!e.findAncestor(gt,function(qr){return e.isPropertyAccessExpression(qr)&&qr.name.escapedText==="prototype"}),!1);var ne=C;switch(e.getAssignmentDeclarationPropertyAccessKind(gt.parent)){case 1:case 2:e.isExternalOrCommonJsModule(v)?C=v:C=void 0;break;case 4:C=gt.parent.expression;break;case 3:C=gt.parent.expression.name;break;case 5:C=Te(v,gt.parent.expression)?v:e.isPropertyAccessExpression(gt.parent.expression)?gt.parent.expression.name:gt.parent.expression;break;case 0:return e.Debug.fail("Shouldn't have detected typedef or enum on non-assignment declaration")}C&&yr(ot,524288,788968),C=ne}}else e.isJSDocEnumTag(ot)||!ot.fullName||ot.fullName.kind===79?(Ce=ot.parent,Lt(ot,524288,788968)):Ur(ot.fullName)}C=l,mr=F,V=ue,Ce=Xe,Ee=Br}}function Re(l){!v.parseDiagnostics.length&&!(l.flags&16777216)&&!(l.flags&8388608)&&!e.isIdentifierName(l)&&(Ye&&l.originalKeywordKind>=117&&l.originalKeywordKind<=125?v.bindDiagnostics.push(G(l,Ve(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 Ve(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 rr(l){l.escapedText==="#constructor"&&(v.parseDiagnostics.length||v.bindDiagnostics.push(G(l,e.Diagnostics.constructor_is_a_reserved_word,e.declarationNameToString(l))))}function or(l){Ye&&e.isLeftHandSideExpression(l.left)&&e.isAssignmentOperator(l.operatorToken.kind)&&rn(l,l.left)}function kr(l){Ye&&l.variableDeclaration&&rn(l,l.variableDeclaration.name)}function at(l){if(Ye&&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 yt(l){return e.isIdentifier(l)&&(l.escapedText==="eval"||l.escapedText==="arguments")}function rn(l,F){if(F&&F.kind===79){var ue=F;if(yt(ue)){var Xe=e.getErrorSpanForNode(v,F);v.bindDiagnostics.push(e.createFileDiagnostic(v,Xe.start,Xe.length,Rt(l),e.idText(ue)))}}}function Rt(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 Jt(l){Ye&&rn(l,l.name)}function dt(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(le<2&&V.kind!==305&&V.kind!==261&&!e.isFunctionLikeOrClassStaticBlockDeclaration(V)){var F=e.getErrorSpanForNode(v,l);v.bindDiagnostics.push(e.createFileDiagnostic(v,F.start,F.length,dt(l)))}}function Ut(l){le<1&&Ye&&l.numericLiteralFlags&32&&v.bindDiagnostics.push(G(l,e.Diagnostics.Octal_literals_are_not_allowed_in_strict_mode))}function Tt(l){Ye&&rn(l,l.operand)}function me(l){Ye&&(l.operator===45||l.operator===46)&&rn(l,l.operand)}function pn(l){Ye&&an(l,e.Diagnostics.with_statements_are_not_allowed_in_strict_mode)}function Wt(l){Ye&&e.getEmitScriptTarget(ie)>=2&&(e.isDeclarationStatement(l.statement)||e.isVariableStatement(l.statement))&&an(l.label,e.Diagnostics.A_label_is_not_allowed_here)}function an(l,F,ue,Xe,Br){var rt=e.getSpanOfTokenAtPosition(v,l.pos);v.bindDiagnostics.push(e.createFileDiagnostic(v,rt.start,rt.length,F,ue,Xe,Br))}function kn(l,F,ue){$t(l,F,F,ue)}function $t(l,F,ue,Xe){Zt(l,{pos:e.getTokenPosOfNode(F,v),end:ue.end},Xe)}function Zt(l,F,ue){var Xe=e.createFileDiagnostic(v,F.pos,F.end-F.pos,ue);l?v.bindDiagnostics.push(Xe):v.bindSuggestionDiagnostics=e.append(v.bindSuggestionDiagnostics,Fi(Fi({},Xe),{category:e.DiagnosticCategory.Suggestion}))}function Ur(l){if(!!l){e.setParent(l,Ce),e.tracing&&(l.tracingPath=v.path);var F=Ye;if(Un(l),l.kind>160){var ue=Ce;Ce=l;var Xe=ii(l);Xe===0?pr(l):pe(l,Xe),Ce=ue}else{var ue=Ce;l.kind===1&&(Ce=l),lt(l),Ce=ue}Ye=F}}function lt(l){if(e.hasJSDocNodes(l))if(e.isInJSFile(l))for(var F=0,ue=l.jsDoc;F<ue.length;F++){var Xe=ue[F];Ur(Xe)}else for(var Br=0,rt=l.jsDoc;Br<rt.length;Br++){var Xe=rt[Br];e.setParent(Xe,l),e.setParentRecursive(Xe,!1)}}function jt(l){if(!Ye)for(var F=0,ue=l;F<ue.length;F++){var Xe=ue[F];if(!e.isPrologueDirective(Xe))return;if(en(Xe)){Ye=!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;Lt(F,524288,788968);break}case 108:return Ee&&(e.isExpression(l)||Ce.kind===297)&&(l.flowNode=Ee),Re(l);case 161:Ee&&e.isPartOfTypeQuery(l)&&(l.flowNode=Ee);break;case 231:case 106:l.flowNode=Ee;break;case 80:return rr(l);case 206:case 207:var ue=l;Ee&&Cr(ue)&&(ue.flowNode=Ee),e.isSpecialPropertyDeclaration(ue)&&N(ue),e.isInJSFile(ue)&&v.commonJsModuleIndicator&&e.isModuleExportsAccessExpression(ue)&&!p(V,"module")&&q(v.locals,void 0,ue.expression,134217729,111550);break;case 221:var Xe=e.getAssignmentDeclarationKind(l);switch(Xe){case 1:Qi(l);break;case 2:Yi(l);break;case 3:Ie(l.left,l);break;case 6:J(l);break;case 4:ea(l);break;case 5:var Br=l.left.expression;if(e.isInJSFile(l)&&e.isIdentifier(Br)){var rt=p(V,Br.escapedText);if(e.isThisInitializedDeclaration(rt==null?void 0:rt.valueDeclaration)){ea(l);break}}fr(l);break;case 0:break;default:e.Debug.fail("Unknown binary expression special property assignment kind")}return or(l);case 292:return kr(l);case 215:return at(l);case 8:return Ut(l);case 220:return Tt(l);case 219:return me(l);case 248:return pn(l);case 250:return Wt(l);case 192:Sr=!0;return;case 177:break;case 163:return Ui(l);case 164:return da(l);case 254:return qi(l);case 203:return l.flowNode=Ee,qi(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 ri(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 Or(l);case 182:case 322:case 195:return hi(l);case 332:return I(l);case 205:return sr(l);case 213:case 214:return Ha(l);case 208:var st=e.getAssignmentDeclarationKind(l);switch(st){case 7:return wr(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 Ye=!0,oa(l);case 258:return Lt(l,64,788872);case 259:return Lt(l,524288,788968);case 260:return ka(l);case 261:return mt(l);case 286:return ke(l);case 285:return Ft(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 Bi(l);case 271:return Ci(l);case 305:return jt(l.statements),Xn();case 235:if(!e.isFunctionLikeOrClassStaticBlockDeclaration(l.parent))return;case 262:return jt(l.statements);case 340:if(l.parent.kind===323)return da(l);if(l.parent.kind!==322)break;case 347:var ot=l,Ht=ot.isBracketed||ot.typeExpression&&ot.typeExpression.type.kind===316?16777220:4;return gn(ot,Ht,0);case 345:case 338:case 339:return(_r||(_r=[])).push(l)}}function Di(l){return zn(l,4|(l.questionToken?16777216:0),0)}function hi(l){return zt(l,2048,"__type")}function Xn(){if(Bn(v),e.isExternalModule(v))Ei();else if(e.isJsonSourceFile(v)){Ei();var l=v.symbol;q(v.symbol.exports,v.symbol,v,4,67108863),v.symbol=l}}function Ei(){zt(v,512,'"'.concat(e.removeFileExtension(v.fileName),'"'))}function Ci(l){if(!C.symbol||!C.symbol.exports)zt(l,111551,je(l));else{var F=e.exportAssignmentIsAlias(l)?2097152:4,ue=q(C.symbol.exports,C.symbol,l,F,67108863);l.isExportEquals&&e.setValueDeclaration(ue,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(),q(v.symbol.globalExports,v.symbol,l,2097152,2097152))}function Bi(l){!C.symbol||!C.symbol.exports?zt(l,8388608,je(l)):l.exportClause?e.isNamespaceExport(l.exportClause)&&(e.setParent(l.exportClause,l),q(C.symbol.exports,C.symbol,l.exportClause,2097152,2097152)):q(C.symbol.exports,C.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(Xe,Br){return Br&&nr(Br,Xe,67110400),Br});if(F){var ue=1048580;q(F.exports,F,l,ue,0)}}}function Qi(l){if(!!vi(l)){var F=wi(l.left.expression,void 0,function(Br,rt){return rt&&nr(rt,Br,67110400),rt});if(F){var ue=e.isAliasableExpression(l.right)&&(e.isExportsIdentifier(l.left.expression)||e.isModuleExportsAccessExpression(l.left.expression)),Xe=ue?2097152:1048580;e.setParent(l.left,l),q(F.exports,F,l.left,Xe,0)}}}function Yi(l){if(!!vi(l)){var F=e.getRightMostAssignedExpression(l.right);if(!(e.isEmptyObjectLiteral(F)||C===v&&Te(v,F))){if(e.isObjectLiteralExpression(F)&&e.every(F.properties,e.isShorthandPropertyAssignment)){e.forEach(F.properties,Zi);return}var ue=e.exportAssignmentIsAlias(l)?2097152:1049092,Xe=q(v.symbol.exports,v.symbol,l,ue|67108864,0);e.setValueDeclaration(Xe,l)}}}function Zi(l){q(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 ue=e.getThisContainer(l,!1);switch(ue.kind){case 256:case 213:var Xe=ue.symbol;if(e.isBinaryExpression(ue.parent)&&ue.parent.operatorToken.kind===63){var Br=ue.parent.left;e.isBindableStaticAccessExpression(Br)&&e.isPrototypeAccess(Br.expression)&&(Xe=Qn(Br.expression.expression,Se))}Xe&&Xe.valueDeclaration&&(Xe.members=Xe.members||e.createSymbolTable(),e.hasDynamicName(l)?aa(l,Xe,Xe.members):q(Xe.members,Xe,l,67108868,0),nr(Xe,Xe.valueDeclaration,32));break;case 171:case 167:case 169:case 172:case 173:case 170:var rt=ue.parent,st=e.isStatic(ue)?rt.symbol.exports:rt.symbol.members;e.hasDynamicName(l)?aa(l,rt.symbol,st):q(st,rt.symbol,l,67108868,0,!0);break;case 305:if(e.hasDynamicName(l))break;ue.commonJsModuleIndicator?q(ue.symbol.exports,ue.symbol,l,1048580,0):gn(l,1,111550);break;default:e.Debug.failBadSyntaxKind(ue)}}}function aa(l,F,ue){q(ue,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)?Ie(l,l.parent):Dr(l))}function J(l){e.setParent(l.left,l),e.setParent(l.right,l),Nt(l.left.expression,l.left,!1,!0)}function H(l){var F=Qn(l.arguments[0].expression);F&&F.valueDeclaration&&nr(F,F.valueDeclaration,32),pt(l,F,!0)}function Ie(l,F){var ue=l.expression,Xe=ue.expression;e.setParent(Xe,ue),e.setParent(ue,l),e.setParent(l,F),Nt(Xe,l,!0,!0)}function wr(l){var F=Qn(l.arguments[0]),ue=l.parent.parent.kind===305;F=et(F,l.arguments[0],ue,!1,!1),pt(l,F,!1)}function fr(l){var F,ue=Qn(l.left.expression,C)||Qn(l.left.expression,V);if(!(!e.isInJSFile(l)&&!e.isFunctionSymbol(ue))){var Xe=e.getLeftmostAccessExpression(l.left);if(!(e.isIdentifier(Xe)&&((F=p(C,Xe.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)&&C===v&&Te(v,l.left.expression))Qi(l);else if(e.hasDynamicName(l)){zt(l,67108868,"__computed");var Br=et(ue,l.left.expression,Kt(l.left),!1,!1);b(l,Br)}else Dr(e.cast(l.left,e.isBindableStaticNameExpression))}}function Dr(l){e.Debug.assert(!e.isIdentifier(l)),e.setParent(l.expression,l),Nt(l.expression,l,!1,!1)}function et(l,F,ue,Xe,Br){if((l==null?void 0:l.flags)&2097152)return l;if(ue&&!Xe){var rt=67110400,st=110735;l=wi(F,l,function(ot,Ht,gt){if(Ht)return nr(Ht,ot,rt),Ht;var m=gt?gt.exports:v.jsGlobalAugmentations||(v.jsGlobalAugmentations=e.createSymbolTable());return q(m,gt,ot,rt,st)})}return Br&&l&&l.valueDeclaration&&nr(l,l.valueDeclaration,32),l}function pt(l,F,ue){if(!(!F||!sn(F))){var Xe=ue?F.members||(F.members=e.createSymbolTable()):F.exports||(F.exports=e.createSymbolTable()),Br=0,rt=0;e.isFunctionLikeDeclaration(e.getAssignedExpandoInitializer(l))?(Br=8192,rt=103359):e.isCallExpression(l)&&e.isBindableObjectDefinePropertyCall(l)&&(e.some(l.arguments[2].properties,function(st){var ot=e.getNameOfDeclaration(st);return!!ot&&e.isIdentifier(ot)&&e.idText(ot)==="set"})&&(Br|=65540,rt|=78783),e.some(l.arguments[2].properties,function(st){var ot=e.getNameOfDeclaration(st);return!!ot&&e.isIdentifier(ot)&&e.idText(ot)==="get"})&&(Br|=32772,rt|=46015)),Br===0&&(Br=4,rt=0),q(Xe,F,l,Br|67108864,rt&-67108865)}}function Kt(l){return e.isBinaryExpression(l.parent)?ci(l.parent).parent.kind===305:l.parent.parent.kind===305}function Nt(l,F,ue,Xe){var Br=Qn(l,C)||Qn(l,V),rt=Kt(F);Br=et(Br,F.expression,rt,ue,Xe),pt(F,Br,ue)}function sn(l){if(l.flags&1072)return!0;var F=l.valueDeclaration;if(F&&e.isCallExpression(F))return!!e.getAssignedExpandoInitializer(F);var ue=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(ue=ue&&e.getRightMostAssignedExpression(ue),ue){var Xe=e.isPrototypeAccess(e.isVariableDeclaration(F)?F.name:e.isBinaryExpression(F)?F.left:F);return!!e.getExpandoInitializer(e.isBinaryExpression(ue)&&(ue.operatorToken.kind===56||ue.operatorToken.kind===60)?ue.right:ue,Xe)}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=C),e.isIdentifier(l))return p(F,l.escapedText);var ue=Qn(l.expression);return ue&&ue.exports&&ue.exports.get(e.getElementOrPropertyAccessName(l))}function wi(l,F,ue){if(Te(v,l))return v.symbol;if(e.isIdentifier(l))return ue(l,Qn(l),F);var Xe=wi(l.expression,F,ue),Br=e.getNameOrArgument(l);return e.isPrivateIdentifier(Br)&&e.Debug.fail("unexpected PrivateIdentifier"),ue(Br,Xe&&Xe.exports&&Xe.exports.get(e.getElementOrPropertyAccessName(l)),Xe)}function Aa(l){!v.commonJsModuleIndicator&&e.isRequireCall(l,!1)&&vi(l)}function oa(l){if(l.kind===257)Lt(l,32,899503);else{var F=l.name?l.name.escapedText:"__class";zt(l,32,F),l.name&&oe.add(l.name.escapedText)}var ue=l.symbol,Xe=Qe(4194308,"prototype"),Br=ue.exports.get(Xe.escapedName);Br&&(l.name&&e.setParent(l.name,l),v.bindDiagnostics.push(G(Br.declarations[0],e.Diagnostics.Duplicate_identifier_0,e.symbolName(Xe)))),ue.exports.set(Xe.escapedName,Xe),Xe.parent=ue}function ka(l){return e.isEnumConst(l)?Lt(l,128,899967):Lt(l,256,899327)}function qi(l){if(Ye&&rn(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)?Lt(l,2,111551):e.isParameterDeclaration(l)?gn(l,1,111551):gn(l,1,111550)}}function da(l){if(!(l.kind===340&&C.kind!==323)&&(Ye&&!(l.flags&16777216)&&rn(l,l.name),e.isBindingPattern(l.name)?zt(l,1,"__"+l.parent.parameters.indexOf(l)):gn(l,1,111551),e.isParameterPropertyDeclaration(l,l.parent))){var F=l.parent.parent;q(F.symbol.members,F.symbol,l,4|(l.questionToken?16777216:0),0)}}function ri(l){!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(Fe|=2048),Jt(l),Ye?(hn(l),Lt(l,16,110991)):gn(l,16,110991)}function Ha(l){!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(Fe|=2048),Ee&&(l.flowNode=Ee),Jt(l);var F=l.name?l.name.escapedText:"__function";return zt(l,16,F)}function zn(l,F,ue){return!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(Fe|=2048),Ee&&e.isObjectLiteralOrClassExpressionMethodOrAccessor(l)&&(l.flowNode=Ee),e.hasDynamicName(l)?zt(l,F,"__computed"):gn(l,F,ue)}function sa(l){var F=e.findAncestor(l,function(ue){return ue.parent&&e.isConditionalTypeNode(ue.parent)&&ue.parent.extendsType===ue});return F&&F.parent}function Ui(l){if(e.isJSDocTemplateTag(l.parent)){var F=e.getEffectiveContainerForJSDocTemplateTag(l.parent);F?(F.locals||(F.locals=e.createSymbolTable()),q(F.locals,void 0,l,262144,526824)):gn(l,262144,526824)}else if(l.parent.kind===190){var ue=sa(l.parent);ue?(ue.locals||(ue.locals=e.createSymbolTable()),q(ue.locals,void 0,l,262144,526824)):zt(l,262144,je(l))}else gn(l,262144,526824)}function ra(l){var F=a(l);return F===1||F===2&&e.shouldPreserveConstEnums(ie)}function va(l){if(!(Ee.flags&1))return!1;if(Ee===y){var F=e.isStatementButNotDeclaration(l)&&l.kind!==236||l.kind===257||l.kind===261&&ra(l);if(F&&(Ee=g,!ie.allowUnreachableCode)){var ue=e.unreachableCodeIsError(ie)&&!(l.flags&16777216)&&(!e.isVariableStatement(l)||!!(e.getCombinedNodeFlags(l.declarationList)&3)||l.declarationList.declarations.some(function(Xe){return!!Xe.initializer}));ve(l,function(Xe,Br){return $t(ue,Xe,Br,e.Diagnostics.Unreachable_code_detected)})}}return!0}}function ve(v,ie){if(e.isStatement(v)&&te(v)&&e.isBlock(v.parent)){var le=v.parent.statements,Ce=e.sliceAfter(le,v);e.getRangesWhere(Ce,te,function(C,Se){return ie(Ce[C],Ce[Se-1])})}else ie(v,v)}function te(v){return!e.isFunctionDeclaration(v)&&!U(v)&&!e.isEnumDeclaration(v)&&!(e.isVariableStatement(v)&&!(e.getCombinedNodeFlags(v)&3)&&v.declarationList.declarations.some(function(ie){return!ie.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 Te(v,ie){var le=0,Ce=e.createQueue();for(Ce.enqueue(ie);!Ce.isEmpty()&&le<100;){if(le++,ie=Ce.dequeue(),e.isExportsIdentifier(ie)||e.isModuleExportsAccessExpression(ie))return!0;if(e.isIdentifier(ie)){var C=p(v,ie.escapedText);if(!!C&&!!C.valueDeclaration&&e.isVariableDeclaration(C.valueDeclaration)&&!!C.valueDeclaration.initializer){var Se=C.valueDeclaration.initializer;Ce.enqueue(Se),e.isAssignmentExpression(Se,!0)&&(Ce.enqueue(Se.left),Ce.enqueue(Se.right))}}}return!1}e.isExportsOrModuleExportsOrAlias=Te;function p(v,ie){var le=v.locals&&v.locals.get(ie);return le?le.exportSymbol||le:e.isSourceFile(v)&&v.jsGlobalAugmentations&&v.jsGlobalAugmentations.has(ie)?v.jsGlobalAugmentations.get(ie):v.symbol&&v.symbol.exports&&v.symbol.exports.get(ie)}})($r||($r={}));var $r;(function(e){function r(a,_,d,x,X,Y,w,K,ze,ve){return te;function te(U){U===void 0&&(U=function(){return!0});var Te=[],p=[];return{walkType:function(we){try{return v(we),{visitedTypes:e.getOwnValues(Te),visitedSymbols:e.getOwnValues(p)}}finally{e.clear(Te),e.clear(p)}},walkSymbol:function(we){try{return Ee(we),{visitedTypes:e.getOwnValues(Te),visitedSymbols:e.getOwnValues(p)}}finally{e.clear(Te),e.clear(p)}}};function v(we){if(!!we&&!Te[we.id]){Te[we.id]=we;var ae=Ee(we.symbol);if(!ae){if(we.flags&524288){var xe=we,B=xe.objectFlags;B&4&&ie(we),B&32&&V(we),B&3&&_r(we),B&24&&Sr(xe)}we.flags&262144&&le(we),we.flags&3145728&&Ce(we),we.flags&4194304&&C(we),we.flags&8388608&&Se(we)}}}function ie(we){v(we.target),e.forEach(ve(we),v)}function le(we){v(K(we))}function Ce(we){e.forEach(we.types,v)}function C(we){v(we.type)}function Se(we){v(we.objectType),v(we.indexType),v(we.constraint)}function V(we){v(we.typeParameter),v(we.constraintType),v(we.templateType),v(we.modifiersType)}function mr(we){var ae=_(we);ae&&v(ae.type),e.forEach(we.typeParameters,v);for(var xe=0,B=we.parameters;xe<B.length;xe++){var de=B[xe];Ee(de)}v(a(we)),v(d(we))}function _r(we){Sr(we),e.forEach(we.typeParameters,v),e.forEach(x(we),v),v(we.thisType)}function Sr(we){for(var ae=X(we),xe=0,B=ae.indexInfos;xe<B.length;xe++){var de=B[xe];v(de.keyType),v(de.type)}for(var er=0,De=ae.callSignatures;er<De.length;er++){var Ae=De[er];mr(Ae)}for(var ur=0,Fe=ae.constructSignatures;ur<Fe.length;ur++){var Ae=Fe[ur];mr(Ae)}for(var Ye=0,xr=ae.properties;Ye<xr.length;Ye++){var Nr=xr[Ye];Ee(Nr)}}function Ee(we){if(!we)return!1;var ae=e.getSymbolId(we);if(p[ae])return!1;if(p[ae]=we,!U(we))return!0;var xe=Y(we);return v(xe),we.exports&&we.exports.forEach(Ee),e.forEach(we.declarations,function(B){if(B.type&&B.type.kind===181){var de=B.type,er=w(ze(de.exprName));Ee(er)}}),!1}}}e.createGetSymbolWalker=r})($r||($r={}));var $r;(function(e){function r(p,v,ie,le){if(p===void 0||v===void 0)return p;var Ce=v(p);if(Ce===p)return p;var C;if(Ce!==void 0)return e.isArray(Ce)?C=(le||Te)(Ce):C=Ce,e.Debug.assertNode(C,ie),C}e.visitNode=r;function a(p,v,ie,le,Ce){if(p===void 0||v===void 0)return p;var C=p.length;(le===void 0||le<0)&&(le=0),(Ce===void 0||Ce>C-le)&&(Ce=C-le);var Se,V=-1,mr=-1;le>0||Ce<C?Se=p.hasTrailingComma&&le+Ce===C:(V=p.pos,mr=p.end,Se=p.hasTrailingComma);var _r=d(p,v,ie,le,Ce);if(_r!==p){var Sr=e.factory.createNodeArray(_r,Se);return e.setTextRangePosEnd(Sr,V,mr),Sr}return p}e.visitNodes=a;function _(p,v,ie,le,Ce){if(p===void 0)return p;var C=p.length;return(le===void 0||le<0)&&(le=0),(Ce===void 0||Ce>C-le)&&(Ce=C-le),d(p,v,ie,le,Ce)}e.visitArray=_;function d(p,v,ie,le,Ce){var C,Se=p.length;(le>0||Ce<Se)&&(C=[]);for(var V=0;V<Ce;V++){var mr=p[V+le],_r=mr!==void 0?v(mr):void 0;if((C!==void 0||_r===void 0||_r!==mr)&&(C===void 0&&(C=p.slice(0,V)),_r))if(e.isArray(_r))for(var Sr=0,Ee=_r;Sr<Ee.length;Sr++){var we=Ee[Sr];e.Debug.assertNode(we,ie),C.push(we)}else e.Debug.assertNode(_r,ie),C.push(_r)}return C!=null?C:p}function x(p,v,ie,le,Ce,C){return C===void 0&&(C=a),ie.startLexicalEnvironment(),p=C(p,v,e.isStatement,le),Ce&&(p=ie.factory.ensureUseStrict(p)),e.factory.mergeLexicalEnvironment(p,ie.endLexicalEnvironment())}e.visitLexicalEnvironment=x;function X(p,v,ie,le){le===void 0&&(le=a);var Ce;return ie.startLexicalEnvironment(),p&&(ie.setLexicalEnvironmentFlags(1,!0),Ce=le(p,v,e.isParameterDeclaration),ie.getLexicalEnvironmentFlags()&2&&e.getEmitScriptTarget(ie.getCompilerOptions())>=2&&(Ce=Y(Ce,ie)),ie.setLexicalEnvironmentFlags(1,!1)),ie.suspendLexicalEnvironment(),Ce}e.visitParameterList=X;function Y(p,v){for(var ie,le=0;le<p.length;le++){var Ce=p[le],C=w(Ce,v);(ie||C!==Ce)&&(ie||(ie=p.slice(0,le)),ie[le]=C)}return ie?e.setTextRange(v.factory.createNodeArray(ie,p.hasTrailingComma),p):p}function w(p,v){return p.dotDotDotToken?p:e.isBindingPattern(p.name)?K(p,v):p.initializer?ze(p,p.name,p.initializer,v):p}function K(p,v){var ie=v.factory;return v.addInitializationStatement(ie.createVariableStatement(void 0,ie.createVariableDeclarationList([ie.createVariableDeclaration(p.name,void 0,p.type,p.initializer?ie.createConditionalExpression(ie.createStrictEquality(ie.getGeneratedNameForNode(p),ie.createVoidZero()),void 0,p.initializer,void 0,ie.getGeneratedNameForNode(p)):ie.getGeneratedNameForNode(p))]))),ie.updateParameterDeclaration(p,p.modifiers,p.dotDotDotToken,ie.getGeneratedNameForNode(p),p.questionToken,p.type,void 0)}function ze(p,v,ie,le){var Ce=le.factory;return le.addInitializationStatement(Ce.createIfStatement(Ce.createTypeCheck(Ce.cloneNode(v),"undefined"),e.setEmitFlags(e.setTextRange(Ce.createBlock([Ce.createExpressionStatement(e.setEmitFlags(e.setTextRange(Ce.createAssignment(e.setEmitFlags(Ce.cloneNode(v),48),e.setEmitFlags(ie,48|e.getEmitFlags(ie)|1536)),p),1536))]),p),1953))),Ce.updateParameterDeclaration(p,p.modifiers,p.dotDotDotToken,p.name,p.questionToken,p.type,void 0)}function ve(p,v,ie,le){le===void 0&&(le=r),ie.resumeLexicalEnvironment();var Ce=le(p,v,e.isConciseBody),C=ie.endLexicalEnvironment();if(e.some(C)){if(!Ce)return ie.factory.createBlock(C);var Se=ie.factory.converters.convertToFunctionBlock(Ce),V=e.factory.mergeLexicalEnvironment(Se.statements,C);return ie.factory.updateBlock(Se,V)}return Ce}e.visitFunctionBody=ve;function te(p,v,ie){ie.startBlockScope();var le=r(p,v,e.isStatement,ie.factory.liftToBlock),Ce=ie.endBlockScope();return e.some(Ce)?e.isBlock(le)?(Ce.push.apply(Ce,le.statements),ie.factory.updateBlock(le,Ce)):(Ce.push(le),ie.factory.createBlock(Ce)):le}e.visitIterationBody=te;function U(p,v,ie,le,Ce,C){if(le===void 0&&(le=a),C===void 0&&(C=r),p!==void 0){var Se=p.kind;if(Se>0&&Se<=160||Se===192)return p;var V=ie.factory;switch(Se){case 79:return e.Debug.type(p),V.updateIdentifier(p,le(p.typeArguments,v,e.isTypeNodeOrTypeParameterDeclaration));case 161:return e.Debug.type(p),V.updateQualifiedName(p,C(p.left,v,e.isEntityName),C(p.right,v,e.isIdentifier));case 162:return e.Debug.type(p),V.updateComputedPropertyName(p,C(p.expression,v,e.isExpression));case 163:return e.Debug.type(p),V.updateTypeParameterDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isIdentifier),C(p.constraint,v,e.isTypeNode),C(p.default,v,e.isTypeNode));case 164:return e.Debug.type(p),V.updateParameterDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.dotDotDotToken,Ce,e.isDotDotDotToken),C(p.name,v,e.isBindingName),C(p.questionToken,Ce,e.isQuestionToken),C(p.type,v,e.isTypeNode),C(p.initializer,v,e.isExpression));case 165:return e.Debug.type(p),V.updateDecorator(p,C(p.expression,v,e.isExpression));case 166:return e.Debug.type(p),V.updatePropertySignature(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isPropertyName),C(p.questionToken,Ce,e.isToken),C(p.type,v,e.isTypeNode));case 167:return e.Debug.type(p),V.updatePropertyDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.name,v,e.isPropertyName),C(p.questionToken||p.exclamationToken,Ce,e.isQuestionOrExclamationToken),C(p.type,v,e.isTypeNode),C(p.initializer,v,e.isExpression));case 168:return e.Debug.type(p),V.updateMethodSignature(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isPropertyName),C(p.questionToken,Ce,e.isQuestionToken),le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 169:return e.Debug.type(p),V.updateMethodDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.asteriskToken,Ce,e.isAsteriskToken),C(p.name,v,e.isPropertyName),C(p.questionToken,Ce,e.isQuestionToken),le(p.typeParameters,v,e.isTypeParameterDeclaration),X(p.parameters,v,ie,le),C(p.type,v,e.isTypeNode),ve(p.body,v,ie,C));case 171:return e.Debug.type(p),V.updateConstructorDeclaration(p,le(p.modifiers,v,e.isModifier),X(p.parameters,v,ie,le),ve(p.body,v,ie,C));case 172:return e.Debug.type(p),V.updateGetAccessorDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.name,v,e.isPropertyName),X(p.parameters,v,ie,le),C(p.type,v,e.isTypeNode),ve(p.body,v,ie,C));case 173:return e.Debug.type(p),V.updateSetAccessorDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.name,v,e.isPropertyName),X(p.parameters,v,ie,le),ve(p.body,v,ie,C));case 170:return e.Debug.type(p),ie.startLexicalEnvironment(),ie.suspendLexicalEnvironment(),V.updateClassStaticBlockDeclaration(p,ve(p.body,v,ie,C));case 174:return e.Debug.type(p),V.updateCallSignature(p,le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 175:return e.Debug.type(p),V.updateConstructSignature(p,le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 176:return e.Debug.type(p),V.updateIndexSignature(p,le(p.modifiers,v,e.isModifier),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 177:return e.Debug.type(p),V.updateTypePredicateNode(p,C(p.assertsModifier,v,e.isAssertsKeyword),C(p.parameterName,v,e.isIdentifierOrThisTypeNode),C(p.type,v,e.isTypeNode));case 178:return e.Debug.type(p),V.updateTypeReferenceNode(p,C(p.typeName,v,e.isEntityName),le(p.typeArguments,v,e.isTypeNode));case 179:return e.Debug.type(p),V.updateFunctionTypeNode(p,le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 180:return e.Debug.type(p),V.updateConstructorTypeNode(p,le(p.modifiers,v,e.isModifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.parameters,v,e.isParameterDeclaration),C(p.type,v,e.isTypeNode));case 181:return e.Debug.type(p),V.updateTypeQueryNode(p,C(p.exprName,v,e.isEntityName),le(p.typeArguments,v,e.isTypeNode));case 182:return e.Debug.type(p),V.updateTypeLiteralNode(p,le(p.members,v,e.isTypeElement));case 183:return e.Debug.type(p),V.updateArrayTypeNode(p,C(p.elementType,v,e.isTypeNode));case 184:return e.Debug.type(p),V.updateTupleTypeNode(p,le(p.elements,v,e.isTypeNode));case 185:return e.Debug.type(p),V.updateOptionalTypeNode(p,C(p.type,v,e.isTypeNode));case 186:return e.Debug.type(p),V.updateRestTypeNode(p,C(p.type,v,e.isTypeNode));case 187:return e.Debug.type(p),V.updateUnionTypeNode(p,le(p.types,v,e.isTypeNode));case 188:return e.Debug.type(p),V.updateIntersectionTypeNode(p,le(p.types,v,e.isTypeNode));case 189:return e.Debug.type(p),V.updateConditionalTypeNode(p,C(p.checkType,v,e.isTypeNode),C(p.extendsType,v,e.isTypeNode),C(p.trueType,v,e.isTypeNode),C(p.falseType,v,e.isTypeNode));case 190:return e.Debug.type(p),V.updateInferTypeNode(p,C(p.typeParameter,v,e.isTypeParameterDeclaration));case 200:return e.Debug.type(p),V.updateImportTypeNode(p,C(p.argument,v,e.isTypeNode),C(p.assertions,v,e.isNode),C(p.qualifier,v,e.isEntityName),le(p.typeArguments,v,e.isTypeNode),p.isTypeOf);case 295:return e.Debug.type(p),V.updateImportTypeAssertionContainer(p,C(p.assertClause,v,e.isNode),p.multiLine);case 197:return e.Debug.type(p),V.updateNamedTupleMember(p,C(p.dotDotDotToken,Ce,e.isDotDotDotToken),C(p.name,v,e.isIdentifier),C(p.questionToken,Ce,e.isQuestionToken),C(p.type,v,e.isTypeNode));case 191:return e.Debug.type(p),V.updateParenthesizedType(p,C(p.type,v,e.isTypeNode));case 193:return e.Debug.type(p),V.updateTypeOperatorNode(p,C(p.type,v,e.isTypeNode));case 194:return e.Debug.type(p),V.updateIndexedAccessTypeNode(p,C(p.objectType,v,e.isTypeNode),C(p.indexType,v,e.isTypeNode));case 195:return e.Debug.type(p),V.updateMappedTypeNode(p,C(p.readonlyToken,Ce,e.isReadonlyKeywordOrPlusOrMinusToken),C(p.typeParameter,v,e.isTypeParameterDeclaration),C(p.nameType,v,e.isTypeNode),C(p.questionToken,Ce,e.isQuestionOrPlusOrMinusToken),C(p.type,v,e.isTypeNode),le(p.members,v,e.isTypeElement));case 196:return e.Debug.type(p),V.updateLiteralTypeNode(p,C(p.literal,v,e.isExpression));case 198:return e.Debug.type(p),V.updateTemplateLiteralType(p,C(p.head,v,e.isTemplateHead),le(p.templateSpans,v,e.isTemplateLiteralTypeSpan));case 199:return e.Debug.type(p),V.updateTemplateLiteralTypeSpan(p,C(p.type,v,e.isTypeNode),C(p.literal,v,e.isTemplateMiddleOrTemplateTail));case 201:return e.Debug.type(p),V.updateObjectBindingPattern(p,le(p.elements,v,e.isBindingElement));case 202:return e.Debug.type(p),V.updateArrayBindingPattern(p,le(p.elements,v,e.isArrayBindingElement));case 203:return e.Debug.type(p),V.updateBindingElement(p,C(p.dotDotDotToken,Ce,e.isDotDotDotToken),C(p.propertyName,v,e.isPropertyName),C(p.name,v,e.isBindingName),C(p.initializer,v,e.isExpression));case 204:return e.Debug.type(p),V.updateArrayLiteralExpression(p,le(p.elements,v,e.isExpression));case 205:return e.Debug.type(p),V.updateObjectLiteralExpression(p,le(p.properties,v,e.isObjectLiteralElementLike));case 206:return p.flags&32?(e.Debug.type(p),V.updatePropertyAccessChain(p,C(p.expression,v,e.isExpression),C(p.questionDotToken,Ce,e.isQuestionDotToken),C(p.name,v,e.isMemberName))):(e.Debug.type(p),V.updatePropertyAccessExpression(p,C(p.expression,v,e.isExpression),C(p.name,v,e.isMemberName)));case 207:return p.flags&32?(e.Debug.type(p),V.updateElementAccessChain(p,C(p.expression,v,e.isExpression),C(p.questionDotToken,Ce,e.isQuestionDotToken),C(p.argumentExpression,v,e.isExpression))):(e.Debug.type(p),V.updateElementAccessExpression(p,C(p.expression,v,e.isExpression),C(p.argumentExpression,v,e.isExpression)));case 208:return p.flags&32?(e.Debug.type(p),V.updateCallChain(p,C(p.expression,v,e.isExpression),C(p.questionDotToken,Ce,e.isQuestionDotToken),le(p.typeArguments,v,e.isTypeNode),le(p.arguments,v,e.isExpression))):(e.Debug.type(p),V.updateCallExpression(p,C(p.expression,v,e.isExpression),le(p.typeArguments,v,e.isTypeNode),le(p.arguments,v,e.isExpression)));case 209:return e.Debug.type(p),V.updateNewExpression(p,C(p.expression,v,e.isExpression),le(p.typeArguments,v,e.isTypeNode),le(p.arguments,v,e.isExpression));case 210:return e.Debug.type(p),V.updateTaggedTemplateExpression(p,C(p.tag,v,e.isExpression),le(p.typeArguments,v,e.isTypeNode),C(p.template,v,e.isTemplateLiteral));case 211:return e.Debug.type(p),V.updateTypeAssertion(p,C(p.type,v,e.isTypeNode),C(p.expression,v,e.isExpression));case 212:return e.Debug.type(p),V.updateParenthesizedExpression(p,C(p.expression,v,e.isExpression));case 213:return e.Debug.type(p),V.updateFunctionExpression(p,le(p.modifiers,v,e.isModifier),C(p.asteriskToken,Ce,e.isAsteriskToken),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),X(p.parameters,v,ie,le),C(p.type,v,e.isTypeNode),ve(p.body,v,ie,C));case 214:return e.Debug.type(p),V.updateArrowFunction(p,le(p.modifiers,v,e.isModifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),X(p.parameters,v,ie,le),C(p.type,v,e.isTypeNode),C(p.equalsGreaterThanToken,Ce,e.isEqualsGreaterThanToken),ve(p.body,v,ie,C));case 215:return e.Debug.type(p),V.updateDeleteExpression(p,C(p.expression,v,e.isExpression));case 216:return e.Debug.type(p),V.updateTypeOfExpression(p,C(p.expression,v,e.isExpression));case 217:return e.Debug.type(p),V.updateVoidExpression(p,C(p.expression,v,e.isExpression));case 218:return e.Debug.type(p),V.updateAwaitExpression(p,C(p.expression,v,e.isExpression));case 219:return e.Debug.type(p),V.updatePrefixUnaryExpression(p,C(p.operand,v,e.isExpression));case 220:return e.Debug.type(p),V.updatePostfixUnaryExpression(p,C(p.operand,v,e.isExpression));case 221:return e.Debug.type(p),V.updateBinaryExpression(p,C(p.left,v,e.isExpression),C(p.operatorToken,Ce,e.isBinaryOperatorToken),C(p.right,v,e.isExpression));case 222:return e.Debug.type(p),V.updateConditionalExpression(p,C(p.condition,v,e.isExpression),C(p.questionToken,Ce,e.isQuestionToken),C(p.whenTrue,v,e.isExpression),C(p.colonToken,Ce,e.isColonToken),C(p.whenFalse,v,e.isExpression));case 223:return e.Debug.type(p),V.updateTemplateExpression(p,C(p.head,v,e.isTemplateHead),le(p.templateSpans,v,e.isTemplateSpan));case 224:return e.Debug.type(p),V.updateYieldExpression(p,C(p.asteriskToken,Ce,e.isAsteriskToken),C(p.expression,v,e.isExpression));case 225:return e.Debug.type(p),V.updateSpreadElement(p,C(p.expression,v,e.isExpression));case 226:return e.Debug.type(p),V.updateClassExpression(p,le(p.modifiers,v,e.isModifierLike),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.heritageClauses,v,e.isHeritageClause),le(p.members,v,e.isClassElement));case 228:return e.Debug.type(p),V.updateExpressionWithTypeArguments(p,C(p.expression,v,e.isExpression),le(p.typeArguments,v,e.isTypeNode));case 229:return e.Debug.type(p),V.updateAsExpression(p,C(p.expression,v,e.isExpression),C(p.type,v,e.isTypeNode));case 230:return p.flags&32?(e.Debug.type(p),V.updateNonNullChain(p,C(p.expression,v,e.isExpression))):(e.Debug.type(p),V.updateNonNullExpression(p,C(p.expression,v,e.isExpression)));case 231:return e.Debug.type(p),V.updateMetaProperty(p,C(p.name,v,e.isIdentifier));case 233:return e.Debug.type(p),V.updateTemplateSpan(p,C(p.expression,v,e.isExpression),C(p.literal,v,e.isTemplateMiddleOrTemplateTail));case 235:return e.Debug.type(p),V.updateBlock(p,le(p.statements,v,e.isStatement));case 237:return e.Debug.type(p),V.updateVariableStatement(p,le(p.modifiers,v,e.isModifier),C(p.declarationList,v,e.isVariableDeclarationList));case 238:return e.Debug.type(p),V.updateExpressionStatement(p,C(p.expression,v,e.isExpression));case 239:return e.Debug.type(p),V.updateIfStatement(p,C(p.expression,v,e.isExpression),C(p.thenStatement,v,e.isStatement,V.liftToBlock),C(p.elseStatement,v,e.isStatement,V.liftToBlock));case 240:return e.Debug.type(p),V.updateDoStatement(p,te(p.statement,v,ie),C(p.expression,v,e.isExpression));case 241:return e.Debug.type(p),V.updateWhileStatement(p,C(p.expression,v,e.isExpression),te(p.statement,v,ie));case 242:return e.Debug.type(p),V.updateForStatement(p,C(p.initializer,v,e.isForInitializer),C(p.condition,v,e.isExpression),C(p.incrementor,v,e.isExpression),te(p.statement,v,ie));case 243:return e.Debug.type(p),V.updateForInStatement(p,C(p.initializer,v,e.isForInitializer),C(p.expression,v,e.isExpression),te(p.statement,v,ie));case 244:return e.Debug.type(p),V.updateForOfStatement(p,C(p.awaitModifier,Ce,e.isAwaitKeyword),C(p.initializer,v,e.isForInitializer),C(p.expression,v,e.isExpression),te(p.statement,v,ie));case 245:return e.Debug.type(p),V.updateContinueStatement(p,C(p.label,v,e.isIdentifier));case 246:return e.Debug.type(p),V.updateBreakStatement(p,C(p.label,v,e.isIdentifier));case 247:return e.Debug.type(p),V.updateReturnStatement(p,C(p.expression,v,e.isExpression));case 248:return e.Debug.type(p),V.updateWithStatement(p,C(p.expression,v,e.isExpression),C(p.statement,v,e.isStatement,V.liftToBlock));case 249:return e.Debug.type(p),V.updateSwitchStatement(p,C(p.expression,v,e.isExpression),C(p.caseBlock,v,e.isCaseBlock));case 250:return e.Debug.type(p),V.updateLabeledStatement(p,C(p.label,v,e.isIdentifier),C(p.statement,v,e.isStatement,V.liftToBlock));case 251:return e.Debug.type(p),V.updateThrowStatement(p,C(p.expression,v,e.isExpression));case 252:return e.Debug.type(p),V.updateTryStatement(p,C(p.tryBlock,v,e.isBlock),C(p.catchClause,v,e.isCatchClause),C(p.finallyBlock,v,e.isBlock));case 254:return e.Debug.type(p),V.updateVariableDeclaration(p,C(p.name,v,e.isBindingName),C(p.exclamationToken,Ce,e.isExclamationToken),C(p.type,v,e.isTypeNode),C(p.initializer,v,e.isExpression));case 255:return e.Debug.type(p),V.updateVariableDeclarationList(p,le(p.declarations,v,e.isVariableDeclaration));case 256:return e.Debug.type(p),V.updateFunctionDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.asteriskToken,Ce,e.isAsteriskToken),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),X(p.parameters,v,ie,le),C(p.type,v,e.isTypeNode),ve(p.body,v,ie,C));case 257:return e.Debug.type(p),V.updateClassDeclaration(p,le(p.modifiers,v,e.isModifierLike),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.heritageClauses,v,e.isHeritageClause),le(p.members,v,e.isClassElement));case 258:return e.Debug.type(p),V.updateInterfaceDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),le(p.heritageClauses,v,e.isHeritageClause),le(p.members,v,e.isTypeElement));case 259:return e.Debug.type(p),V.updateTypeAliasDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isIdentifier),le(p.typeParameters,v,e.isTypeParameterDeclaration),C(p.type,v,e.isTypeNode));case 260:return e.Debug.type(p),V.updateEnumDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isIdentifier),le(p.members,v,e.isEnumMember));case 261:return e.Debug.type(p),V.updateModuleDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.name,v,e.isModuleName),C(p.body,v,e.isModuleBody));case 262:return e.Debug.type(p),V.updateModuleBlock(p,le(p.statements,v,e.isStatement));case 263:return e.Debug.type(p),V.updateCaseBlock(p,le(p.clauses,v,e.isCaseOrDefaultClause));case 264:return e.Debug.type(p),V.updateNamespaceExportDeclaration(p,C(p.name,v,e.isIdentifier));case 265:return e.Debug.type(p),V.updateImportEqualsDeclaration(p,le(p.modifiers,v,e.isModifier),p.isTypeOnly,C(p.name,v,e.isIdentifier),C(p.moduleReference,v,e.isModuleReference));case 266:return e.Debug.type(p),V.updateImportDeclaration(p,le(p.modifiers,v,e.isModifier),C(p.importClause,v,e.isImportClause),C(p.moduleSpecifier,v,e.isExpression),C(p.assertClause,v,e.isAssertClause));case 293:return e.Debug.type(p),V.updateAssertClause(p,le(p.elements,v,e.isAssertEntry),p.multiLine);case 294:return e.Debug.type(p),V.updateAssertEntry(p,C(p.name,v,e.isAssertionKey),C(p.value,v,e.isExpressionNode));case 267:return e.Debug.type(p),V.updateImportClause(p,p.isTypeOnly,C(p.name,v,e.isIdentifier),C(p.namedBindings,v,e.isNamedImportBindings));case 268:return e.Debug.type(p),V.updateNamespaceImport(p,C(p.name,v,e.isIdentifier));case 274:return e.Debug.type(p),V.updateNamespaceExport(p,C(p.name,v,e.isIdentifier));case 269:return e.Debug.type(p),V.updateNamedImports(p,le(p.elements,v,e.isImportSpecifier));case 270:return e.Debug.type(p),V.updateImportSpecifier(p,p.isTypeOnly,C(p.propertyName,v,e.isIdentifier),C(p.name,v,e.isIdentifier));case 271:return e.Debug.type(p),V.updateExportAssignment(p,le(p.modifiers,v,e.isModifier),C(p.expression,v,e.isExpression));case 272:return e.Debug.type(p),V.updateExportDeclaration(p,le(p.modifiers,v,e.isModifier),p.isTypeOnly,C(p.exportClause,v,e.isNamedExportBindings),C(p.moduleSpecifier,v,e.isExpression),C(p.assertClause,v,e.isAssertClause));case 273:return e.Debug.type(p),V.updateNamedExports(p,le(p.elements,v,e.isExportSpecifier));case 275:return e.Debug.type(p),V.updateExportSpecifier(p,p.isTypeOnly,C(p.propertyName,v,e.isIdentifier),C(p.name,v,e.isIdentifier));case 277:return e.Debug.type(p),V.updateExternalModuleReference(p,C(p.expression,v,e.isExpression));case 278:return e.Debug.type(p),V.updateJsxElement(p,C(p.openingElement,v,e.isJsxOpeningElement),le(p.children,v,e.isJsxChild),C(p.closingElement,v,e.isJsxClosingElement));case 279:return e.Debug.type(p),V.updateJsxSelfClosingElement(p,C(p.tagName,v,e.isJsxTagNameExpression),le(p.typeArguments,v,e.isTypeNode),C(p.attributes,v,e.isJsxAttributes));case 280:return e.Debug.type(p),V.updateJsxOpeningElement(p,C(p.tagName,v,e.isJsxTagNameExpression),le(p.typeArguments,v,e.isTypeNode),C(p.attributes,v,e.isJsxAttributes));case 281:return e.Debug.type(p),V.updateJsxClosingElement(p,C(p.tagName,v,e.isJsxTagNameExpression));case 282:return e.Debug.type(p),V.updateJsxFragment(p,C(p.openingFragment,v,e.isJsxOpeningFragment),le(p.children,v,e.isJsxChild),C(p.closingFragment,v,e.isJsxClosingFragment));case 285:return e.Debug.type(p),V.updateJsxAttribute(p,C(p.name,v,e.isIdentifier),C(p.initializer,v,e.isStringLiteralOrJsxExpression));case 286:return e.Debug.type(p),V.updateJsxAttributes(p,le(p.properties,v,e.isJsxAttributeLike));case 287:return e.Debug.type(p),V.updateJsxSpreadAttribute(p,C(p.expression,v,e.isExpression));case 288:return e.Debug.type(p),V.updateJsxExpression(p,C(p.expression,v,e.isExpression));case 289:return e.Debug.type(p),V.updateCaseClause(p,C(p.expression,v,e.isExpression),le(p.statements,v,e.isStatement));case 290:return e.Debug.type(p),V.updateDefaultClause(p,le(p.statements,v,e.isStatement));case 291:return e.Debug.type(p),V.updateHeritageClause(p,le(p.types,v,e.isExpressionWithTypeArguments));case 292:return e.Debug.type(p),V.updateCatchClause(p,C(p.variableDeclaration,v,e.isVariableDeclaration),C(p.block,v,e.isBlock));case 296:return e.Debug.type(p),V.updatePropertyAssignment(p,C(p.name,v,e.isPropertyName),C(p.initializer,v,e.isExpression));case 297:return e.Debug.type(p),V.updateShorthandPropertyAssignment(p,C(p.name,v,e.isIdentifier),C(p.objectAssignmentInitializer,v,e.isExpression));case 298:return e.Debug.type(p),V.updateSpreadAssignment(p,C(p.expression,v,e.isExpression));case 299:return e.Debug.type(p),V.updateEnumMember(p,C(p.name,v,e.isPropertyName),C(p.initializer,v,e.isExpression));case 305:return e.Debug.type(p),V.updateSourceFile(p,x(p.statements,v,ie));case 350:return e.Debug.type(p),V.updatePartiallyEmittedExpression(p,C(p.expression,v,e.isExpression));case 351:return e.Debug.type(p),V.updateCommaListExpression(p,le(p.elements,v,e.isExpression));default:return p}}}e.visitEachChild=U;function Te(p){return e.Debug.assert(p.length<=1,"Too many nodes written to output."),e.singleOrUndefined(p)}})($r||($r={}));var $r;(function(e){function r(B){return B=e.getOriginalNode(B),B?e.getNodeId(B):0}e.getOriginalNodeId=r;function a(B){return!B||!e.isNamedImports(B)?!1:e.some(B.elements,_)}function _(B){return B.propertyName!==void 0&&B.propertyName.escapedText==="default"}function d(B,de){return er;function er(Ae){return Ae.kind===305?de(Ae):De(Ae)}function De(Ae){return B.factory.createBundle(e.map(Ae.sourceFiles,de),Ae.prepends)}}e.chainBundle=d;function x(B){return!!e.getNamespaceDeclarationNode(B)}e.getExportNeedsImportStarHelper=x;function X(B){if(e.getNamespaceDeclarationNode(B))return!0;var de=B.importClause&&B.importClause.namedBindings;if(!de||!e.isNamedImports(de))return!1;for(var er=0,De=0,Ae=de.elements;De<Ae.length;De++){var ur=Ae[De];_(ur)&&er++}return er>0&&er!==de.elements.length||!!(de.elements.length-er)&&e.isDefaultImport(B)}e.getImportNeedsImportStarHelper=X;function Y(B){return!X(B)&&(e.isDefaultImport(B)||!!B.importClause&&e.isNamedImports(B.importClause.namedBindings)&&a(B.importClause.namedBindings))}e.getImportNeedsImportDefaultHelper=Y;function w(B,de,er,De){for(var Ae=[],ur=e.createMultiMap(),Fe=[],Ye=new e.Map,xr,Nr=!1,Gr,oe=!1,y=!1,g=!1,S=0,G=de.statements;S<G.length;S++){var ee=G[S];switch(ee.kind){case 266:Ae.push(ee),!y&&X(ee)&&(y=!0),!g&&Y(ee)&&(g=!0);break;case 265:ee.moduleReference.kind===277&&Ae.push(ee);break;case 272:if(ee.moduleSpecifier)if(!ee.exportClause)Ae.push(ee),oe=!0;else if(Ae.push(ee),e.isNamedExports(ee.exportClause))q(ee);else{var Q=ee.exportClause.name;Ye.get(e.idText(Q))||(ze(Fe,r(ee),Q),Ye.set(e.idText(Q),!0),xr=e.append(xr,Q)),y=!0}else q(ee);break;case 271:ee.isExportEquals&&!Gr&&(Gr=ee);break;case 237:if(e.hasSyntacticModifier(ee,1))for(var Qe=0,nr=ee.declarationList.declarations;Qe<nr.length;Qe++){var je=nr[Qe];xr=K(je,Ye,xr)}break;case 256:if(e.hasSyntacticModifier(ee,1))if(e.hasSyntacticModifier(ee,512))Nr||(ze(Fe,r(ee),B.factory.getDeclarationName(ee)),Nr=!0);else{var Q=ee.name;Ye.get(e.idText(Q))||(ze(Fe,r(ee),Q),Ye.set(e.idText(Q),!0),xr=e.append(xr,Q))}break;case 257:if(e.hasSyntacticModifier(ee,1))if(e.hasSyntacticModifier(ee,512))Nr||(ze(Fe,r(ee),B.factory.getDeclarationName(ee)),Nr=!0);else{var Q=ee.name;Q&&!Ye.get(e.idText(Q))&&(ze(Fe,r(ee),Q),Ye.set(e.idText(Q),!0),xr=e.append(xr,Q))}break}}var Le=e.createExternalHelpersImportDeclarationIfNeeded(B.factory,B.getEmitHelperFactory(),de,De,oe,y,g);return Le&&Ae.unshift(Le),{externalImports:Ae,exportSpecifiers:ur,exportEquals:Gr,hasExportStarsToExportValues:oe,exportedBindings:Fe,exportedNames:xr,externalHelpersImportDeclaration:Le};function q(yr){for(var $=0,pe=e.cast(yr.exportClause,e.isNamedExports).elements;$<pe.length;$++){var Ue=pe[$];if(!Ye.get(e.idText(Ue.name))){var We=Ue.propertyName||Ue.name;yr.moduleSpecifier||ur.add(e.idText(We),Ue);var Ze=er.getReferencedImportDeclaration(We)||er.getReferencedValueDeclaration(We);Ze&&ze(Fe,r(Ze),Ue.name),Ye.set(e.idText(Ue.name),!0),xr=e.append(xr,Ue.name)}}}}e.collectExternalModuleInfo=w;function K(B,de,er){if(e.isBindingPattern(B.name))for(var De=0,Ae=B.name.elements;De<Ae.length;De++){var ur=Ae[De];e.isOmittedExpression(ur)||(er=K(ur,de,er))}else if(!e.isGeneratedIdentifier(B.name)){var Fe=e.idText(B.name);de.get(Fe)||(de.set(Fe,!0),er=e.append(er,B.name))}return er}function ze(B,de,er){var De=B[de];return De?De.push(er):B[de]=De=[er],De}function ve(B){return e.isStringLiteralLike(B)||B.kind===8||e.isKeyword(B.kind)||e.isIdentifier(B)}e.isSimpleCopiableExpression=ve;function te(B){return!e.isIdentifier(B)&&ve(B)}e.isSimpleInlineableExpression=te;function U(B){return B>=64&&B<=78}e.isCompoundAssignment=U;function Te(B){switch(B){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=Te;function p(B){if(!!e.isExpressionStatement(B)){var de=e.skipParentheses(B.expression);return e.isSuperCall(de)?de:void 0}}e.getSuperCallFromStatement=p;function v(B,de){for(var er=de;er<B.length;er+=1){var De=B[er];if(p(De))return er}return-1}e.findSuperStatementIndex=v;function ie(B,de,er){return e.filter(B.members,function(De){return C(De,de,er)})}e.getProperties=ie;function le(B){return Se(B)||e.isClassStaticBlockDeclaration(B)}function Ce(B){return e.filter(B.members,le)}e.getStaticPropertiesAndClassStaticBlock=Ce;function C(B,de,er){return e.isPropertyDeclaration(B)&&(!!B.initializer||!de)&&e.hasStaticModifier(B)===er}function Se(B){return e.isPropertyDeclaration(B)&&e.hasStaticModifier(B)}function V(B){return B.kind===167&&B.initializer!==void 0}e.isInitializedProperty=V;function mr(B){return!e.isStatic(B)&&e.isMethodOrAccessor(B)&&e.isPrivateIdentifier(B.name)}e.isNonStaticMethodOrAccessorWithPrivateName=mr;function _r(B){var de;if(B)for(var er=B.parameters,De=er.length>0&&e.parameterIsThisKeyword(er[0]),Ae=De?1:0,ur=De?er.length-1:er.length,Fe=0;Fe<ur;Fe++){var Ye=er[Fe+Ae];(de||e.hasDecorators(Ye))&&(de||(de=new Array(ur)),de[Fe]=e.getDecorators(Ye))}return de}function Sr(B){var de=e.getDecorators(B),er=_r(e.getFirstConstructorWithBody(B));if(!(!e.some(de)&&!e.some(er)))return{decorators:de,parameters:er}}e.getAllDecoratorsOfClass=Sr;function Ee(B,de){switch(B.kind){case 172:case 173:return we(B,de);case 169:return ae(B);case 167:return xe(B);default:return}}e.getAllDecoratorsOfClassElement=Ee;function we(B,de){if(!!B.body){var er=e.getAllAccessorDeclarations(de.members,B),De=er.firstAccessor,Ae=er.secondAccessor,ur=er.getAccessor,Fe=er.setAccessor,Ye=e.hasDecorators(De)?De:Ae&&e.hasDecorators(Ae)?Ae:void 0;if(!(!Ye||B!==Ye)){var xr=e.getDecorators(Ye),Nr=_r(Fe);if(!(!e.some(xr)&&!e.some(Nr)))return{decorators:xr,parameters:Nr,getDecorators:ur&&e.getDecorators(ur),setDecorators:Fe&&e.getDecorators(Fe)}}}}function ae(B){if(!!B.body){var de=e.getDecorators(B),er=_r(B);if(!(!e.some(de)&&!e.some(er)))return{decorators:de,parameters:er}}}function xe(B){var de=e.getDecorators(B);if(!!e.some(de))return{decorators:de}}})($r||($r={}));var $r;(function(e){e.scanner=e.createScanner(99,!0);var r;(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"})(r=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=ft(c);var D=c.parent;return c.kind===305?1:e.isExportAssignment(D)||e.isExportSpecifier(D)||e.isExternalModuleReference(D)||e.isImportSpecifier(D)||e.isImportClause(D)||e.isImportEqualsDeclaration(D)&&c===D.name?7:x(c)?d(c):e.isDeclarationName(c)?a(D):e.isEntityName(c)&&e.findAncestor(c,e.or(e.isJSDocNameReference,e.isJSDocLinkLike,e.isJSDocMemberName))?7:K(c)?2:X(c)?4:e.isTypeParameterDeclaration(D)?(e.Debug.assert(e.isJSDocTemplateTag(D.parent)),2):e.isLiteralTypeNode(D)?3:1}e.getMeaningFromLocation=_;function d(c){var D=c.kind===161?c:e.isQualifiedName(c.parent)&&c.parent.right===c?c.parent:void 0;return D&&D.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 X(c){return Y(c)||w(c)}function Y(c){var D=c,A=!0;if(D.parent.kind===161){for(;D.parent&&D.parent.kind===161;)D=D.parent;A=D.right===c}return D.parent.kind===178&&!A}function w(c){var D=c,A=!0;if(D.parent.kind===206){for(;D.parent&&D.parent.kind===206;)D=D.parent;A=D.name===c}if(!A&&D.parent.kind===228&&D.parent.parent.kind===291){var _e=D.parent.parent.parent;return _e.kind===257&&D.parent.parent.token===117||_e.kind===258&&D.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 ze(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isCallExpression,v,D,A)}e.isCallExpressionTarget=ze;function ve(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isNewExpression,v,D,A)}e.isNewExpressionTarget=ve;function te(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isCallOrNewExpression,v,D,A)}e.isCallOrNewExpressionTarget=te;function U(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isTaggedTemplateExpression,ie,D,A)}e.isTaggedTemplateTag=U;function Te(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isDecorator,v,D,A)}e.isDecoratorTarget=Te;function p(c,D,A){return D===void 0&&(D=!1),A===void 0&&(A=!1),Ce(c,e.isJsxOpeningLikeElement,le,D,A)}e.isJsxOpeningLikeElementTagName=p;function v(c){return c.expression}function ie(c){return c.tag}function le(c){return c.tagName}function Ce(c,D,A,_e,$e){var jr=_e?Se(c):C(c);return $e&&(jr=e.skipOuterExpressions(jr)),!!jr&&!!jr.parent&&D(jr.parent)&&A(jr.parent)===jr}function C(c){return xe(c)?c.parent:c}e.climbPastPropertyAccess=C;function Se(c){return xe(c)||B(c)?c.parent:c}e.climbPastPropertyOrElementAccess=Se;function V(c,D){for(;c;){if(c.kind===250&&c.label.escapedText===D)return c.label;c=c.parent}}e.getTargetLabel=V;function mr(c,D){return e.isPropertyAccessExpression(c.expression)?c.expression.name.text===D:!1}e.hasPropertyAccessExpressionWithName=mr;function _r(c){var D;return e.isIdentifier(c)&&((D=e.tryCast(c.parent,e.isBreakOrContinueStatement))===null||D===void 0?void 0:D.label)===c}e.isJumpStatementTarget=_r;function Sr(c){var D;return e.isIdentifier(c)&&((D=e.tryCast(c.parent,e.isLabeledStatement))===null||D===void 0?void 0:D.label)===c}e.isLabelOfLabeledStatement=Sr;function Ee(c){return Sr(c)||_r(c)}e.isLabelName=Ee;function we(c){var D;return((D=e.tryCast(c.parent,e.isJSDocTag))===null||D===void 0?void 0:D.tagName)===c}e.isTagName=we;function ae(c){var D;return((D=e.tryCast(c.parent,e.isQualifiedName))===null||D===void 0?void 0:D.right)===c}e.isRightSideOfQualifiedName=ae;function xe(c){var D;return((D=e.tryCast(c.parent,e.isPropertyAccessExpression))===null||D===void 0?void 0:D.name)===c}e.isRightSideOfPropertyAccess=xe;function B(c){var D;return((D=e.tryCast(c.parent,e.isElementAccessExpression))===null||D===void 0?void 0:D.argumentExpression)===c}e.isArgumentExpressionOfElementAccess=B;function de(c){var D;return((D=e.tryCast(c.parent,e.isModuleDeclaration))===null||D===void 0?void 0:D.name)===c}e.isNameOfModuleDeclaration=de;function er(c){var D;return e.isIdentifier(c)&&((D=e.tryCast(c.parent,e.isFunctionLike))===null||D===void 0?void 0:D.name)===c}e.isNameOfFunctionDeclaration=er;function De(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=De;function Ae(c){return e.isExternalModuleImportEqualsDeclaration(c.parent.parent)&&e.getExternalModuleImportEqualsDeclarationExpression(c.parent.parent)===c}e.isExpressionOfExternalModuleImportEqualsDeclaration=Ae;function ur(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=ur;function Fe(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 Hr(c);case 203:return Hr(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 D=c.initializer;return e.isFunctionLike(D)?"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 A=e.getAssignmentDeclarationKind(c),_e=c.right;switch(A){case 7:case 8:case 9:case 0:return"";case 1:case 2:var $e=Fe(_e);return $e===""?"const":$e;case 3:return e.isFunctionExpression(_e)?"method":"property";case 4:return"property";case 5:return e.isFunctionExpression(_e)?"method":"property";case 6:return"local class";default:return e.assertType(A),""}case 79:return e.isImportClause(c.parent)?"alias":"";case 271:var jr=Fe(c.expression);return jr===""?"const":jr;default:return""}function Hr(Dt){return e.isVarConst(Dt)?"const":e.isLet(Dt)?"let":"var"}}e.getNodeKind=Fe;function Ye(c){switch(c.kind){case 108:return!0;case 79:return e.identifierIsThisKeyword(c)&&c.parent.kind===164;default:return!1}}e.isThis=Ye;var xr=/^\/\/\/\s*</;function Nr(c,D){var A=e.getLineStarts(D),_e=D.getLineAndCharacterOfPosition(c).line;return A[_e]}e.getLineStartPositionForPosition=Nr;function Gr(c,D){return S(c.pos,c.end,D)}e.rangeContainsRange=Gr;function oe(c,D){return g(c,D.pos)&&g(c,D.end)}e.rangeContainsRangeExclusive=oe;function y(c,D){return c.pos<=D&&D<=c.end}e.rangeContainsPosition=y;function g(c,D){return c.pos<D&&D<c.end}e.rangeContainsPositionExclusive=g;function S(c,D,A){return c<=A.pos&&D>=A.end}e.startEndContainsRange=S;function G(c,D,A){return c.pos<=D&&c.end>=A}e.rangeContainsStartEnd=G;function ee(c,D,A){return Qe(c.pos,c.end,D,A)}e.rangeOverlapsWithStartEnd=ee;function Q(c,D,A,_e){return Qe(c.getStart(D),c.end,A,_e)}e.nodeOverlapsWithStartEnd=Q;function Qe(c,D,A,_e){var $e=Math.max(c,A),jr=Math.min(D,_e);return $e<jr}e.startEndOverlapsWithStartEnd=Qe;function nr(c,D,A){return e.Debug.assert(c.pos<=D),D<c.end||!je(c,A)}e.positionBelongsToNode=nr;function je(c,D){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 Le(c,19,D);case 292:return je(c.block,D);case 209:if(!c.arguments)return!0;case 208:case 212:case 191:return Le(c,21,D);case 179:case 180:return je(c.type,D);case 171:case 172:case 173:case 256:case 213:case 169:case 168:case 175:case 174:case 214:return c.body?je(c.body,D):c.type?je(c.type,D):yr(c,21,D);case 261:return!!c.body&&je(c.body,D);case 239:return c.elseStatement?je(c.elseStatement,D):je(c.thenStatement,D);case 238:return je(c.expression,D)||yr(c,26,D);case 204:case 202:case 207:case 162:case 184:return Le(c,23,D);case 176:return c.type?je(c.type,D):yr(c,23,D);case 289:case 290:return!1;case 242:case 243:case 244:case 241:return je(c.statement,D);case 240:return yr(c,115,D)?Le(c,21,D):je(c.statement,D);case 181:return je(c.exprName,D);case 216:case 215:case 217:case 224:case 225:var A=c;return je(A.expression,D);case 210:return je(c.template,D);case 223:var _e=e.lastOrUndefined(c.templateSpans);return je(_e,D);case 233:return e.nodeIsPresent(c.literal);case 272:case 266:return e.nodeIsPresent(c.moduleSpecifier);case 219:return je(c.operand,D);case 221:return je(c.right,D);case 222:return je(c.whenFalse,D);default:return!0}}function Le(c,D,A){var _e=c.getChildren(A);if(_e.length){var $e=e.last(_e);if($e.kind===D)return!0;if($e.kind===26&&_e.length!==1)return _e[_e.length-2].kind===D}return!1}function q(c){var D=pe(c);if(!!D){var A=D.getChildren(),_e=e.indexOfNode(A,c);return{listItemIndex:_e,list:D}}}e.findListItemInfo=q;function yr(c,D,A){return!!$(c,D,A)}e.hasChildOfKind=yr;function $(c,D,A){return e.find(c.getChildren(A),function(_e){return _e.kind===D})}e.findChildOfKind=$;function pe(c){var D=e.find(c.parent.getChildren(),function(A){return e.isSyntaxList(A)&&Gr(A,c)});return e.Debug.assert(!D||e.contains(D.getChildren(),c)),D}e.findContainingList=pe;function Ue(c){return c.kind===88}function We(c){return c.kind===84}function Ze(c){return c.kind===98}function pr(c){if(e.isNamedDeclaration(c))return c.name;if(e.isClassDeclaration(c)){var D=c.modifiers&&e.find(c.modifiers,Ue);if(D)return D}if(e.isClassExpression(c)){var A=e.find(c.getChildren(),We);if(A)return A}}function br(c){if(e.isNamedDeclaration(c))return c.name;if(e.isFunctionDeclaration(c)){var D=e.find(c.modifiers,Ue);if(D)return D}if(e.isFunctionExpression(c)){var A=e.find(c.getChildren(),Ze);if(A)return A}}function Cr(c){var D;return e.findAncestor(c,function(A){return e.isTypeNode(A)&&(D=A),!e.isQualifiedName(A.parent)&&!e.isTypeNode(A.parent)&&!e.isTypeElement(A.parent)}),D}function Z(c,D){var A=rt(c,D);if(A)return A;var _e=Cr(c);return _e&&D.getTypeAtLocation(_e)}e.getContextualTypeFromParentOrAncestorTypeNode=Z;function ge(c,D){if(!D)switch(c.kind){case 257:case 226:return pr(c);case 256:case 213:return br(c);case 171:return c}if(e.isNamedDeclaration(c))return c.name}function ar(c,D){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 A=e.singleOrUndefined(c.importClause.namedBindings.elements);return A?A.name:void 0}else if(e.isNamespaceImport(c.importClause.namedBindings))return c.importClause.namedBindings.name}}if(!D)return c.moduleSpecifier}function gr(c,D){if(c.exportClause){if(e.isNamedExports(c.exportClause)){var A=e.singleOrUndefined(c.exportClause.elements);return A?c.exportClause.elements[0].name:void 0}else if(e.isNamespaceExport(c.exportClause))return c.exportClause.name}if(!D)return c.moduleSpecifier}function Fr(c){if(c.types.length===1)return c.types[0].expression}function Lr(c,D){var A=c.parent;if(e.isModifier(c)&&(D||c.kind!==88)?e.canHaveModifiers(A)&&e.contains(A.modifiers,c):c.kind===84?e.isClassDeclaration(A)||e.isClassExpression(c):c.kind===98?e.isFunctionDeclaration(A)||e.isFunctionExpression(c):c.kind===118?e.isInterfaceDeclaration(A):c.kind===92?e.isEnumDeclaration(A):c.kind===152?e.isTypeAliasDeclaration(A):c.kind===142||c.kind===141?e.isModuleDeclaration(A):c.kind===100?e.isImportEqualsDeclaration(A):c.kind===136?e.isGetAccessorDeclaration(A):c.kind===149&&e.isSetAccessorDeclaration(A)){var _e=ge(A,D);if(_e)return _e}if((c.kind===113||c.kind===85||c.kind===119)&&e.isVariableDeclarationList(A)&&A.declarations.length===1){var $e=A.declarations[0];if(e.isIdentifier($e.name))return $e.name}if(c.kind===152){if(e.isImportClause(A)&&A.isTypeOnly){var _e=ar(A.parent,D);if(_e)return _e}if(e.isExportDeclaration(A)&&A.isTypeOnly){var _e=gr(A,D);if(_e)return _e}}if(c.kind===127){if(e.isImportSpecifier(A)&&A.propertyName||e.isExportSpecifier(A)&&A.propertyName||e.isNamespaceImport(A)||e.isNamespaceExport(A))return A.name;if(e.isExportDeclaration(A)&&A.exportClause&&e.isNamespaceExport(A.exportClause))return A.exportClause.name}if(c.kind===100&&e.isImportDeclaration(A)){var _e=ar(A,D);if(_e)return _e}if(c.kind===93){if(e.isExportDeclaration(A)){var _e=gr(A,D);if(_e)return _e}if(e.isExportAssignment(A))return e.skipOuterExpressions(A.expression)}if(c.kind===146&&e.isExternalModuleReference(A))return A.expression;if(c.kind===156&&(e.isImportDeclaration(A)||e.isExportDeclaration(A))&&A.moduleSpecifier)return A.moduleSpecifier;if((c.kind===94||c.kind===117)&&e.isHeritageClause(A)&&A.token===c.kind){var _e=Fr(A);if(_e)return _e}if(c.kind===94){if(e.isTypeParameterDeclaration(A)&&A.constraint&&e.isTypeReferenceNode(A.constraint))return A.constraint.typeName;if(e.isConditionalTypeNode(A)&&e.isTypeReferenceNode(A.extendsType))return A.extendsType.typeName}if(c.kind===137&&e.isInferTypeNode(A))return A.typeParameter.name;if(c.kind===101&&e.isTypeParameterDeclaration(A)&&e.isMappedTypeNode(A.parent))return A.name;if(c.kind===140&&e.isTypeOperatorNode(A)&&A.operator===140&&e.isTypeReferenceNode(A.type))return A.type.typeName;if(c.kind===145&&e.isTypeOperatorNode(A)&&A.operator===145&&e.isArrayTypeNode(A.type)&&e.isTypeReferenceNode(A.type.elementType))return A.type.elementType.typeName;if(!D){if((c.kind===103&&e.isNewExpression(A)||c.kind===114&&e.isVoidExpression(A)||c.kind===112&&e.isTypeOfExpression(A)||c.kind===132&&e.isAwaitExpression(A)||c.kind===125&&e.isYieldExpression(A)||c.kind===89&&e.isDeleteExpression(A))&&A.expression)return e.skipOuterExpressions(A.expression);if((c.kind===101||c.kind===102)&&e.isBinaryExpression(A)&&A.operatorToken===c)return e.skipOuterExpressions(A.right);if(c.kind===127&&e.isAsExpression(A)&&e.isTypeReferenceNode(A.type))return A.type.typeName;if(c.kind===101&&e.isForInStatement(A)||c.kind===160&&e.isForOfStatement(A))return e.skipOuterExpressions(A.expression)}return c}function ft(c){return Lr(c,!1)}e.getAdjustedReferenceLocation=ft;function Oe(c){return Lr(c,!0)}e.getAdjustedRenameLocation=Oe;function L(c,D){return t(c,D,function(A){return e.isPropertyNameLiteral(A)||e.isKeyword(A.kind)||e.isPrivateIdentifier(A)})}e.getTouchingPropertyName=L;function t(c,D,A){return It(c,D,!1,A,!1)}e.getTouchingToken=t;function Et(c,D){return It(c,D,!0,void 0,!1)}e.getTokenAtPosition=Et;function It(c,D,A,_e,$e){var jr=c,Hr,Dt=function(){var on=jr.getChildren(c),xt=e.binarySearchKey(on,D,function(At,Tn){return Tn},function(At,Tn){var cn=on[At].getEnd();if(cn<D)return-1;var Gn=A?on[At].getFullStart():on[At].getStart(c,!0);return Gn>D?1:bn(on[At],Gn,cn)?on[At-1]&&bn(on[At-1])?1:0:_e&&Gn===D&&on[At-1]&&on[At-1].getEnd()===D&&bn(on[At-1])?1:-1});return Hr?{value:Hr}:xt>=0&&on[xt]?(jr=on[xt],"continue-outer"):{value:jr}};e:for(;;){var _n=Dt();if(typeof _n=="object")return _n.value;switch(_n){case"continue-outer":continue e}}function bn(on,xt,At){if(At!=null||(At=on.getEnd()),At<D||(xt!=null||(xt=A?on.getFullStart():on.getStart(c,!0)),xt>D))return!1;if(D<At||D===At&&(on.kind===1||$e))return!0;if(_e&&At===D){var Tn=W(D,c,on);if(Tn&&_e(Tn))return Hr=Tn,!0}return!1}}function He(c,D){for(var A=Et(c,D);nt(A);){var _e=k(A,A.parent,c);if(!_e)return;A=_e}return A}e.findFirstNonJsxWhitespaceToken=He;function ce(c,D){var A=Et(c,D);return e.isToken(A)&&D>A.getStart(c)&&D<A.getEnd()?A:W(D,c)}e.findTokenOnLeftOfPosition=ce;function k(c,D,A){return _e(D);function _e($e){return e.isToken($e)&&$e.pos===c.end?$e:e.firstDefined($e.getChildren(A),function(jr){var Hr=jr.pos<=c.pos&&jr.end>c.end||jr.pos===c.end;return Hr&&An(jr,A)?_e(jr):void 0})}}e.findNextToken=k;function W(c,D,A,_e){var $e=jr(A||D);return e.Debug.assert(!($e&&nt($e))),$e;function jr(Hr){if(he(Hr)&&Hr.kind!==1)return Hr;var Dt=Hr.getChildren(D),_n=e.binarySearchKey(Dt,c,function(cn,Gn){return Gn},function(cn,Gn){return c<Dt[cn].end?!Dt[cn-1]||c>=Dt[cn-1].end?0:1:-1});if(_n>=0&&Dt[_n]){var bn=Dt[_n];if(c<bn.end){var on=bn.getStart(D,!_e),xt=on>=c||!An(bn,D)||nt(bn);if(xt){var At=cr(Dt,_n,D,Hr.kind);return At&&Ar(At,D)}else return jr(bn)}}e.Debug.assert(A!==void 0||Hr.kind===305||Hr.kind===1||e.isJSDocCommentContainingNode(Hr));var Tn=cr(Dt,Dt.length,D,Hr.kind);return Tn&&Ar(Tn,D)}}e.findPrecedingToken=W;function he(c){return e.isToken(c)&&!nt(c)}function Ar(c,D){if(he(c))return c;var A=c.getChildren(D);if(A.length===0)return c;var _e=cr(A,A.length,D,c.kind);return _e&&Ar(_e,D)}function cr(c,D,A,_e){for(var $e=D-1;$e>=0;$e--){var jr=c[$e];if(nt(jr))$e===0&&(_e===11||_e===279)&&e.Debug.fail("`JsxText` tokens should not be the first child of `JsxElement | JsxSelfClosingElement`");else if(An(c[$e],A))return c[$e]}}function Vr(c,D,A){if(A===void 0&&(A=W(D,c)),A&&e.isStringTextContainingNode(A)){var _e=A.getStart(c),$e=A.getEnd();if(_e<D&&D<$e)return!0;if(D===$e)return!!A.isUnterminated}return!1}e.isInString=Vr;function Qr(c,D){var A=Et(c,D);return A?!!(A.kind===11||A.kind===29&&A.parent.kind===11||A.kind===29&&A.parent.kind===288||A&&A.kind===19&&A.parent.kind===288||A.kind===29&&A.parent.kind===281):!1}e.isInsideJsxElementOrAttribute=Qr;function nt(c){return e.isJsxText(c)&&c.containsOnlyTriviaWhiteSpaces}function vt(c,D){var A=Et(c,D);return e.isTemplateLiteralKind(A.kind)&&D>A.getStart(c)}e.isInTemplateString=vt;function St(c,D){var A=Et(c,D);return!!(e.isJsxText(A)||A.kind===18&&e.isJsxExpression(A.parent)&&e.isJsxElement(A.parent.parent)||A.kind===29&&e.isJsxOpeningLikeElement(A.parent)&&e.isJsxElement(A.parent.parent))}e.isInJSXText=St;function Wr(c,D){function A(_e){for(;_e;)if(_e.kind>=279&&_e.kind<=288||_e.kind===11||_e.kind===29||_e.kind===31||_e.kind===79||_e.kind===19||_e.kind===18||_e.kind===43)_e=_e.parent;else if(_e.kind===278){if(D>_e.getStart(c))return!0;_e=_e.parent}else return!1;return!1}return A(Et(c,D))}e.isInsideJsxElement=Wr;function zr(c,D,A){var _e=e.tokenToString(c.kind),$e=e.tokenToString(D),jr=c.getFullStart(),Hr=A.text.lastIndexOf($e,jr);if(Hr!==-1){if(A.text.lastIndexOf(_e,jr-1)<Hr){var Dt=W(Hr+1,A);if(Dt&&Dt.kind===D)return Dt}for(var _n=c.kind,bn=0;;){var on=W(c.getFullStart(),A);if(!on)return;if(c=on,c.kind===D){if(bn===0)return c;bn--}else c.kind===_n&&bn++}}}e.findPrecedingMatchingToken=zr;function ut(c,D,A){return D?c.getNonNullableType():A?c.getNonOptionalType():c}e.removeOptionality=ut;function Ct(c,D,A){var _e=Qt(c,D);return _e!==void 0&&(e.isPartOfTypeNode(_e.called)||wt(_e.called,_e.nTypeArguments,A).length!==0||Ct(_e.called,D,A))}e.isPossiblyTypeArgumentPosition=Ct;function wt(c,D,A){var _e=A.getTypeAtLocation(c);e.isOptionalChain(c.parent)&&(_e=ut(_e,e.isOptionalChainRoot(c.parent),!0));var $e=e.isNewExpression(c.parent)?_e.getConstructSignatures():_e.getCallSignatures();return $e.filter(function(jr){return!!jr.typeParameters&&jr.typeParameters.length>=D})}e.getPossibleGenericSignatures=wt;function Qt(c,D){if(D.text.lastIndexOf("<",c?c.pos:D.text.length)!==-1)for(var A=c,_e=0,$e=0;A;){switch(A.kind){case 29:if(A=W(A.getFullStart(),D),A&&A.kind===28&&(A=W(A.getFullStart(),D)),!A||!e.isIdentifier(A))return;if(!_e)return e.isDeclarationName(A)?void 0:{called:A,nTypeArguments:$e};_e--;break;case 49:_e=3;break;case 48:_e=2;break;case 31:_e++;break;case 19:if(A=zr(A,18,D),!A)return;break;case 21:if(A=zr(A,20,D),!A)return;break;case 23:if(A=zr(A,22,D),!A)return;break;case 27:$e++;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(A))break;return}A=W(A.getFullStart(),D)}}e.getPossibleTypeArgumentsInfo=Qt;function xn(c,D,A){return e.formatting.getRangeOfEnclosingComment(c,D,void 0,A)}e.isInComment=xn;function un(c,D){var A=Et(c,D);return!!e.findAncestor(A,e.isJSDoc)}e.hasDocComment=un;function An(c,D){return c.kind===1?!!c.jsDoc:c.getWidth(D)!==0}function Nn(c,D){D===void 0&&(D=0);var A=[],_e=e.isDeclaration(c)?e.getCombinedNodeFlagsAlwaysIncludeJSDoc(c)&~D:0;return _e&8&&A.push("private"),_e&16&&A.push("protected"),_e&4&&A.push("public"),(_e&32||e.isClassStaticBlockDeclaration(c))&&A.push("static"),_e&128&&A.push("abstract"),_e&1&&A.push("export"),_e&8192&&A.push("deprecated"),c.flags&16777216&&A.push("declare"),c.kind===271&&A.push("export"),A.length>0?A.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 ji(c,D,A){return e.isTemplateLiteralKind(c.kind)&&c.getStart(A)<D&&D<c.end||!!c.isUnterminated&&D===c.end}e.isInsideTemplateLiteral=ji;function Jn(c){switch(c){case 123:case 121:case 122:return!0}return!1}e.isAccessibilityModifier=Jn;function Sn(c){var D=e.clone(c);return e.setConfigFileInOptions(D,c&&c.configFile),D}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,D){return Fn(c,D,!0)}e.isInReferenceComment=Ni;function di(c,D){return Fn(c,D,!1)}e.isInNonReferenceComment=di;function Fn(c,D,A){var _e=xn(c,D,void 0);return!!_e&&A===xr.test(c.text.substring(_e.pos,_e.end))}function bt(c){if(!!c)switch(c.kind){case 10:case 14:return Xt(c);default:return Wn(c)}}e.getReplacementSpanForContextToken=bt;function Wn(c,D,A){return e.createTextSpanFromBounds(c.getStart(D),(A||c).getEnd())}e.createTextSpanFromNode=Wn;function Xt(c){if(!c.isUnterminated)return e.createTextSpanFromBounds(c.getStart()+1,c.getEnd()-1)}e.createTextSpanFromStringLiteralLikeContent=Xt;function Hn(c,D){return e.createRange(c.getStart(D),c.end)}e.createTextRangeFromNode=Hn;function Oi(c){return e.createTextSpanFromBounds(c.pos,c.end)}e.createTextSpanFromRange=Oi;function Ke(c){return e.createRange(c.start,c.start+c.length)}e.createTextRangeFromSpan=Ke;function qt(c,D,A){return I(e.createTextSpan(c,D),A)}e.createTextChangeFromStartLength=qt;function I(c,D){return{span:c,newText:D}}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 hr(c){return qn(c)||e.isIdentifier(c)&&c.text==="type"}e.isTypeKeywordTokenOrIdentifier=hr;function Yt(c){return!!(c.flags&1536)&&c.name.charCodeAt(0)===34}e.isExternalModuleSymbol=Yt;function jn(){var c=[];return function(D){var A=e.getNodeId(D);return!c[A]&&(c[A]=!0)}}e.nodeSeenTracker=jn;function gi(c){return c.getText(0,c.getLength())}e.getSnapshotText=gi;function xi(c,D){for(var A="",_e=0;_e<D;_e++)A+=c;return A}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(D){return!D.isDeclarationFile&&!c.isSourceFileFromExternalLibrary(D)&&!!(D.externalModuleIndicator||D.commonJsModuleIndicator)})}e.programContainsModules=gn;function Si(c){return c.getSourceFiles().some(function(D){return!D.isDeclarationFile&&!c.isSourceFileFromExternalLibrary(D)&&!!D.externalModuleIndicator})}e.programContainsEsModules=Si;function ai(c){return!!c.module||e.getEmitScriptTarget(c)>=2||!!c.noEmit}e.compilerOptionsIndicateEsModules=ai;function yi(c,D){return{fileExists:function(A){return c.fileExists(A)},getCurrentDirectory:function(){return D.getCurrentDirectory()},readFile:e.maybeBind(D,D.readFile),useCaseSensitiveFileNames:e.maybeBind(D,D.useCaseSensitiveFileNames),getSymlinkCache:e.maybeBind(D,D.getSymlinkCache)||c.getSymlinkCache,getModuleSpecifierCache:e.maybeBind(D,D.getModuleSpecifierCache),getPackageJsonInfoCache:function(){var A;return(A=c.getModuleResolutionCache())===null||A===void 0?void 0:A.getPackageJsonInfoCache()},getGlobalTypingsCacheLocation:e.maybeBind(D,D.getGlobalTypingsCacheLocation),redirectTargetsMap:c.redirectTargetsMap,getProjectReferenceRedirect:function(A){return c.getProjectReferenceRedirect(A)},isSourceOfProjectReferenceRedirect:function(A){return c.isSourceOfProjectReferenceRedirect(A)},getNearestAncestorDirectoryWithPackageJson:e.maybeBind(D,D.getNearestAncestorDirectoryWithPackageJson),getFileIncludeReasons:function(){return c.getFileIncludeReasons()}}}e.createModuleSpecifierResolutionHost=yi;function Bn(c,D){return Fi(Fi({},yi(c,D)),{getCommonSourceDirectory:function(){return c.getCommonSourceDirectory()}})}e.getModuleSpecifierResolverHost=Bn;function mt(c){return c>=e.ModuleResolutionKind.Node16&&c<=e.ModuleResolutionKind.NodeNext}e.moduleResolutionRespectsExports=mt;function tr(c){return c===e.ModuleResolutionKind.NodeJs||c>=e.ModuleResolutionKind.Node16&&c<=e.ModuleResolutionKind.NodeNext}e.moduleResolutionUsesNodeModules=tr;function Or(c,D,A,_e){return c||D&&D.length?sr(c,D,A,_e):void 0}e.makeImportIfNecessary=Or;function sr(c,D,A,_e,$e){return e.factory.createImportDeclaration(void 0,c||D?e.factory.createImportClause(!!$e,c,D&&D.length?e.factory.createNamedImports(D):void 0):void 0,typeof A=="string"?ke(A,_e):A,void 0)}e.makeImport=sr;function ke(c,D){return e.factory.createStringLiteral(c,D===0)}e.makeStringLiteral=ke;var Ft;(function(c){c[c.Single=0]="Single",c[c.Double=1]="Double"})(Ft=e.QuotePreference||(e.QuotePreference={}));function zt(c,D){return e.isStringDoubleQuoted(c,D)?1:0}e.quotePreferenceFromString=zt;function Lt(c,D){if(D.quotePreference&&D.quotePreference!=="auto")return D.quotePreference==="single"?0:1;var A=c.imports&&e.find(c.imports,function(_e){return e.isStringLiteral(_e)&&!e.nodeIsSynthesized(_e.parent)});return A?zt(A,c):1}e.getQuotePreference=Lt;function Pe(c){switch(c){case 0:return"'";case 1:return'"';default:return e.Debug.assertNever(c)}}e.getQuoteFromPreference=Pe;function Re(c){var D=Ve(c);return D===void 0?void 0:e.unescapeLeadingUnderscores(D)}e.symbolNameNoDefault=Re;function Ve(c){return c.escapedName!=="default"?c.escapedName:e.firstDefined(c.declarations,function(D){var A=e.getNameOfDeclaration(D);return A&&A.kind===79?A.escapedText:void 0})}e.symbolEscapedNameNoDefault=Ve;function rr(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=rr;function or(c){return e.isBindingElement(c)&&e.isObjectBindingPattern(c.parent)&&e.isIdentifier(c.name)&&!c.propertyName}e.isObjectBindingElementWithoutPropertyName=or;function kr(c,D){var A=c.getTypeAtLocation(D.parent);return A&&c.getPropertyOfType(A,D.name.text)}e.getPropertySymbolFromBindingElement=kr;function at(c,D,A){if(!!c)for(;c.parent;){if(e.isSourceFile(c.parent)||!yt(A,c.parent,D))return c;c=c.parent}}e.getParentNodeInSpan=at;function yt(c,D,A){return e.textSpanContainsPosition(c,D.getStart(A))&&D.getEnd()<=e.textSpanEnd(c)}function rn(c,D){return e.canHaveModifiers(c)?e.find(c.modifiers,function(A){return A.kind===D}):void 0}e.findModifier=rn;function Rt(c,D,A,_e){var $e=e.isArray(A)?A[0]:A,jr=$e.kind===237?e.isRequireVariableStatement:e.isAnyImportSyntax,Hr=e.filter(D.statements,jr),Dt=e.isArray(A)?e.stableSort(A,e.OrganizeImports.compareImportsOrRequireStatements):[A];if(!Hr.length)c.insertNodesAtTopOfFile(D,Dt,_e);else if(Hr&&e.OrganizeImports.importsAreSorted(Hr))for(var _n=0,bn=Dt;_n<bn.length;_n++){var on=bn[_n],xt=e.OrganizeImports.getImportDeclarationInsertionIndex(Hr,on);if(xt===0){var At=Hr[0]===D.statements[0]?{leadingTriviaOption:e.textChanges.LeadingTriviaOption.Exclude}:{};c.insertNodeBefore(D,Hr[0],on,!1,At)}else{var Tn=Hr[xt-1];c.insertNodeAfter(D,Tn,on)}}else{var cn=e.lastOrUndefined(Hr);cn?c.insertNodesAfter(D,cn,Dt):c.insertNodesAtTopOfFile(D,Dt,_e)}}e.insertImports=Rt;function Jt(c,D){return e.Debug.assert(c.isTypeOnly),e.cast(c.getChildAt(0,D),qn)}e.getTypeKeywordOfTypeOnlyImport=Jt;function dt(c,D){return!!c&&!!D&&c.start===D.start&&c.length===D.length}e.textSpansEqual=dt;function hn(c,D){return c.fileName===D.fileName&&dt(c.textSpan,D.textSpan)}e.documentSpansEqual=hn;function Ut(c,D){if(c){for(var A=0;A<c.length;A++)if(c.indexOf(c[A])===A){var _e=D(c[A],A);if(_e)return _e}}}e.forEachUnique=Ut;function Tt(c,D,A){for(var _e=D;_e<A;_e++)if(!e.isWhiteSpaceLike(c.charCodeAt(_e)))return!1;return!0}e.isTextWhiteSpaceLike=Tt;function me(c,D,A){var _e=D.tryGetSourcePosition(c);return _e&&(!A||A(e.normalizePath(_e.fileName))?_e:void 0)}e.getMappedLocation=me;function pn(c,D,A){var _e=c.fileName,$e=c.textSpan,jr=me({fileName:_e,pos:$e.start},D,A);if(!!jr){var Hr=me({fileName:_e,pos:$e.start+$e.length},D,A),Dt=Hr?Hr.pos-jr.pos:$e.length;return{fileName:jr.fileName,textSpan:{start:jr.pos,length:Dt},originalFileName:c.fileName,originalTextSpan:c.textSpan,contextSpan:Wt(c,D,A),originalContextSpan:c.contextSpan}}}e.getMappedDocumentSpan=pn;function Wt(c,D,A){var _e=c.contextSpan&&me({fileName:c.fileName,pos:c.contextSpan.start},D,A),$e=c.contextSpan&&me({fileName:c.fileName,pos:c.contextSpan.start+c.contextSpan.length},D,A);return _e&&$e?{start:_e.pos,length:$e.pos-_e.pos}:void 0}e.getMappedContextSpan=Wt;function an(c){var D=c.declarations?e.firstOrUndefined(c.declarations):void 0;return!!e.findAncestor(D,function(A){return e.isParameter(A)?!0:e.isBindingElement(A)||e.isObjectBindingPattern(A)||e.isArrayBindingPattern(A)?!1:"quit"})}e.isFirstDeclarationOfSymbolParameter=an;var kn=$t();function $t(){var c=e.defaultMaximumTruncationLength*10,D,A,_e,$e;on();var jr=function(xt){return Dt(xt,e.SymbolDisplayPartKind.text)};return{displayParts:function(){var xt=D.length&&D[D.length-1].text;return $e>c&&xt&&xt!=="..."&&(e.isWhiteSpaceLike(xt.charCodeAt(xt.length-1))||D.push(Ur(" ",e.SymbolDisplayPartKind.space)),D.push(Ur("...",e.SymbolDisplayPartKind.punctuation))),D},writeKeyword:function(xt){return Dt(xt,e.SymbolDisplayPartKind.keyword)},writeOperator:function(xt){return Dt(xt,e.SymbolDisplayPartKind.operator)},writePunctuation:function(xt){return Dt(xt,e.SymbolDisplayPartKind.punctuation)},writeTrailingSemicolon:function(xt){return Dt(xt,e.SymbolDisplayPartKind.punctuation)},writeSpace:function(xt){return Dt(xt,e.SymbolDisplayPartKind.space)},writeStringLiteral:function(xt){return Dt(xt,e.SymbolDisplayPartKind.stringLiteral)},writeParameter:function(xt){return Dt(xt,e.SymbolDisplayPartKind.parameterName)},writeProperty:function(xt){return Dt(xt,e.SymbolDisplayPartKind.propertyName)},writeLiteral:function(xt){return Dt(xt,e.SymbolDisplayPartKind.stringLiteral)},writeSymbol:_n,writeLine:bn,write:jr,writeComment:jr,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 _e},increaseIndent:function(){_e++},decreaseIndent:function(){_e--},clear:on,trackSymbol:function(){return!1},reportInaccessibleThisError:e.noop,reportInaccessibleUniqueSymbolError:e.noop,reportPrivateInBaseOfClassExpression:e.noop};function Hr(){if(!($e>c)&&A){var xt=e.getIndentString(_e);xt&&($e+=xt.length,D.push(Ur(xt,e.SymbolDisplayPartKind.space))),A=!1}}function Dt(xt,At){$e>c||(Hr(),$e+=xt.length,D.push(Ur(xt,At)))}function _n(xt,At){$e>c||(Hr(),$e+=xt.length,D.push(Zt(xt,At)))}function bn(){$e>c||($e+=1,D.push(aa()),A=!0)}function on(){D=[],A=!0,_e=0,$e=0}}function Zt(c,D){return Ur(c,A(D));function A(_e){var $e=_e.flags;return $e&3?an(_e)?e.SymbolDisplayPartKind.parameterName:e.SymbolDisplayPartKind.localName:$e&4||$e&32768||$e&65536?e.SymbolDisplayPartKind.propertyName:$e&8?e.SymbolDisplayPartKind.enumMemberName:$e&16?e.SymbolDisplayPartKind.functionName:$e&32?e.SymbolDisplayPartKind.className:$e&64?e.SymbolDisplayPartKind.interfaceName:$e&384?e.SymbolDisplayPartKind.enumName:$e&1536?e.SymbolDisplayPartKind.moduleName:$e&8192?e.SymbolDisplayPartKind.methodName:$e&262144?e.SymbolDisplayPartKind.typeParameterName:$e&524288||$e&2097152?e.SymbolDisplayPartKind.aliasName:e.SymbolDisplayPartKind.text}}e.symbolPart=Zt;function Ur(c,D){return{text:c,kind:e.SymbolDisplayPartKind[D]}}e.displayPart=Ur;function lt(){return Ur(" ",e.SymbolDisplayPartKind.space)}e.spacePart=lt;function jt(c){return Ur(e.tokenToString(c),e.SymbolDisplayPartKind.keyword)}e.keywordPart=jt;function en(c){return Ur(e.tokenToString(c),e.SymbolDisplayPartKind.punctuation)}e.punctuationPart=en;function Un(c){return Ur(e.tokenToString(c),e.SymbolDisplayPartKind.operator)}e.operatorPart=Un;function Di(c){return Ur(c,e.SymbolDisplayPartKind.parameterName)}e.parameterNamePart=Di;function hi(c){return Ur(c,e.SymbolDisplayPartKind.propertyName)}e.propertyNamePart=hi;function Xn(c){var D=e.stringToToken(c);return D===void 0?Ei(c):jt(D)}e.textOrKeywordPart=Xn;function Ei(c){return Ur(c,e.SymbolDisplayPartKind.text)}e.textPart=Ei;function Ci(c){return Ur(c,e.SymbolDisplayPartKind.aliasName)}e.typeAliasNamePart=Ci;function fa(c){return Ur(c,e.SymbolDisplayPartKind.typeParameterName)}e.typeParameterNamePart=fa;function Bi(c){return Ur(c,e.SymbolDisplayPartKind.linkText)}e.linkTextPart=Bi;function Li(c,D){return{text:c,kind:e.SymbolDisplayPartKind[e.SymbolDisplayPartKind.linkName],target:{fileName:e.getSourceFileOfNode(D).fileName,textSpan:Wn(D)}}}e.linkNamePart=Li;function vi(c){return Ur(c,e.SymbolDisplayPartKind.link)}e.linkPart=vi;function Vi(c,D){var A,_e=e.isJSDocLink(c)?"link":e.isJSDocLinkCode(c)?"linkcode":"linkplain",$e=[vi("{@".concat(_e," "))];if(!c.name)c.text&&$e.push(Bi(c.text));else{var jr=D==null?void 0:D.getSymbolAtLocation(c.name),Hr=Yi(c.text),Dt=e.getTextOfNode(c.name)+c.text.slice(0,Hr),_n=Qi(c.text.slice(Hr)),bn=(jr==null?void 0:jr.valueDeclaration)||((A=jr==null?void 0:jr.declarations)===null||A===void 0?void 0:A[0]);bn?($e.push(Li(Dt,bn)),_n&&$e.push(Bi(_n))):$e.push(Bi(Dt+(Hr||_n.indexOf("://")===0?"":" ")+_n))}return $e.push(vi("}")),$e}e.buildLinkParts=Vi;function Qi(c){var D=0;if(c.charCodeAt(D++)===124){for(;D<c.length&&c.charCodeAt(D)===32;)D++;return c.slice(D)}return c}function Yi(c){if(c.indexOf("()")===0)return 2;if(c[0]!=="<")return 0;for(var D=0,A=0;A<c.length;)if(c[A]==="<"&&D++,c[A]===">"&&D--,A++,!D)return A;return 0}var Zi=`\r
|
|
223
|
+
`;function ea(c,D){var A;return(D==null?void 0:D.newLineCharacter)||((A=c.getNewLine)===null||A===void 0?void 0:A.call(c))||Zi}e.getNewLineOrDefaultFromHost=ea;function aa(){return Ur(`
|
|
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,D,A,_e){return _e===void 0&&(_e=0),b(function($e){c.writeType(D,A,_e|1024|16384,$e)})}e.typeToDisplayParts=N;function J(c,D,A,_e,$e){return $e===void 0&&($e=0),b(function(jr){c.writeSymbol(D,A,_e,$e|8,jr)})}e.symbolToDisplayParts=J;function H(c,D,A,_e){return _e===void 0&&(_e=0),_e|=25632,b(function($e){c.writeSignature(D,A,_e,void 0,$e)})}e.signatureToDisplayParts=H;function Ie(c,D){var A=D.getSourceFile();return b(function(_e){var $e=e.createPrinter({removeComments:!0,omitTrailingSemicolon:!0});$e.writeNode(4,c,A,_e)})}e.nodeToDisplayParts=Ie;function wr(c){return!!c.parent&&e.isImportOrExportSpecifier(c.parent)&&c.parent.propertyName===c}e.isImportOrExportSpecifierName=wr;function fr(c,D){return e.ensureScriptKind(c,D.getScriptKind&&D.getScriptKind(c))}e.getScriptKind=fr;function Dr(c,D){for(var A=c;pt(A)||et(A)&&A.target;)et(A)&&A.target?A=A.target:A=e.skipAlias(A,D);return A}e.getSymbolTarget=Dr;function et(c){return(c.flags&33554432)!==0}function pt(c){return(c.flags&2097152)!==0}function Kt(c,D){return e.getSymbolId(e.skipAlias(c,D))}e.getUniqueSymbolId=Kt;function Nt(c,D){for(;e.isWhiteSpaceLike(c.charCodeAt(D));)D+=1;return D}e.getFirstNonSpaceCharacterPosition=Nt;function sn(c,D){for(;D>-1&&e.isWhiteSpaceSingleLine(c.charCodeAt(D));)D-=1;return D+1}e.getPrecedingNonSpaceCharacterPosition=sn;function ci(c,D){D===void 0&&(D=!0);var A=c&&wi(c);return A&&!D&&ka(A),A}e.getSynthesizedDeepClone=ci;function Qn(c,D,A){var _e=A(c);return _e?e.setOriginalNode(_e,c):_e=wi(c,A),_e&&!D&&ka(_e),_e}e.getSynthesizedDeepCloneWithReplacements=Qn;function wi(c,D){var A=D?function(Hr){return Qn(Hr,!0,D)}:ci,_e=D?function(Hr){return Hr&&oa(Hr,!0,D)}:function(Hr){return Hr&&Aa(Hr)},$e=e.visitEachChild(c,A,e.nullTransformationContext,_e,A);if($e===c){var jr=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(jr,c)}return $e.parent=void 0,$e}function Aa(c,D){return D===void 0&&(D=!0),c&&e.factory.createNodeArray(c.map(function(A){return ci(A,D)}),c.hasTrailingComma)}e.getSynthesizedDeepClones=Aa;function oa(c,D,A){return e.factory.createNodeArray(c.map(function(_e){return Qn(_e,D,A)}),c.hasTrailingComma)}e.getSynthesizedDeepClonesWithReplacements=oa;function ka(c){qi(c),da(c)}e.suppressLeadingAndTrailingTrivia=ka;function qi(c){zn(c,512,sa)}e.suppressLeadingTrivia=qi;function da(c){zn(c,1024,e.getLastChild)}e.suppressTrailingTrivia=da;function ri(c,D){var A=c.getSourceFile(),_e=A.text;Ha(c,_e)?va(c,D,A):F(c,D,A),l(c,D,A)}e.copyComments=ri;function Ha(c,D){for(var A=c.getFullStart(),_e=c.getStart(),$e=A;$e<_e;$e++)if(D.charCodeAt($e)===10)return!0;return!1}function zn(c,D,A){e.addEmitFlags(c,D);var _e=A(c);_e&&zn(_e,D,A)}function sa(c){return c.forEachChild(function(D){return D})}function Ui(c,D){for(var A=c,_e=1;!e.isFileLevelUniqueName(D,A);_e++)A="".concat(c,"_").concat(_e);return A}e.getUniqueName=Ui;function ra(c,D,A,_e){for(var $e=0,jr=-1,Hr=0,Dt=c;Hr<Dt.length;Hr++){var _n=Dt[Hr],bn=_n.fileName,on=_n.textChanges;e.Debug.assert(bn===D);for(var xt=0,At=on;xt<At.length;xt++){var Tn=At[xt],cn=Tn.span,Gn=Tn.newText,Ri=Xe(Gn,e.escapeString(A));if(Ri!==-1&&(jr=cn.start+$e+Ri,!_e))return jr;$e+=Gn.length-cn.length}}return e.Debug.assert(_e),e.Debug.assert(jr>=0),jr}e.getRenameLocation=ra;function va(c,D,A,_e,$e){e.forEachLeadingCommentRange(A.text,c.pos,ue(D,A,_e,$e,e.addSyntheticLeadingComment))}e.copyLeadingComments=va;function l(c,D,A,_e,$e){e.forEachTrailingCommentRange(A.text,c.end,ue(D,A,_e,$e,e.addSyntheticTrailingComment))}e.copyTrailingComments=l;function F(c,D,A,_e,$e){e.forEachTrailingCommentRange(A.text,c.pos,ue(D,A,_e,$e,e.addSyntheticLeadingComment))}e.copyTrailingAsLeadingComments=F;function ue(c,D,A,_e,$e){return function(jr,Hr,Dt,_n){Dt===3?(jr+=2,Hr-=2):jr+=2,$e(c,A||Dt,D.text.slice(jr,Hr),_e!==void 0?_e:_n)}}function Xe(c,D){if(e.startsWith(c,D))return 0;var A=c.indexOf(" "+D);return A===-1&&(A=c.indexOf("."+D)),A===-1&&(A=c.indexOf('"'+D)),A===-1?-1:A+1}function Br(c){return e.isBinaryExpression(c)&&c.operatorToken.kind===27||e.isObjectLiteralExpression(c)||e.isAsExpression(c)&&e.isObjectLiteralExpression(c.expression)}e.needsParentheses=Br;function rt(c,D){var A=c.parent;switch(A.kind){case 209:return D.getContextualType(A);case 221:{var _e=A,$e=_e.left,jr=_e.operatorToken,Hr=_e.right;return ot(jr.kind)?D.getTypeAtLocation(c===Hr?$e:Hr):D.getContextualType(c)}case 289:return A.expression===c?m(A,D):void 0;default:return D.getContextualType(c)}}e.getContextualTypeFromParent=rt;function st(c,D,A){var _e=Lt(c,D),$e=JSON.stringify(A);return _e===0?"'".concat(e.stripQuotes($e).replace(/'/g,"\\'").replace(/\\"/g,'"'),"'"):$e}e.quote=st;function ot(c){switch(c){case 36:case 34:case 37:case 35:return!0;default:return!1}}e.isEqualityOperatorKind=ot;function Ht(c){switch(c.kind){case 10:case 14:case 223:case 210:return!0;default:return!1}}e.isStringLiteralOrTemplate=Ht;function gt(c){return!!c.getStringIndexType()||!!c.getNumberIndexType()}e.hasIndexSignature=gt;function m(c,D){return D.getTypeAtLocation(c.parent.parent.expression)}e.getSwitchedType=m,e.ANONYMOUS="anonymous function";function ne(c,D,A,_e){var $e=A.getTypeChecker(),jr=!0,Hr=function(){return jr=!1},Dt=$e.typeToTypeNode(c,D,1,{trackSymbol:function(_n,bn,on){return jr=jr&&$e.isSymbolAccessible(_n,bn,on,!1).accessibility===0,!jr},reportInaccessibleThisError:Hr,reportPrivateInBaseOfClassExpression:Hr,reportInaccessibleUniqueSymbolError:Hr,moduleResolverHost:Bn(A,_e)});return jr?Dt:void 0}e.getTypeNodeIfAccessible=ne;function qr(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(qr,P,fn,vn);function ti(c,D){var A=c.getLastToken(D);if(A&&A.kind===26)return!1;if(qr(c.kind)){if(A&&A.kind===27)return!1}else if(fn(c.kind)){var _e=e.last(c.getChildren(D));if(_e&&e.isModuleBlock(_e))return!1}else if(P(c.kind)){var _e=e.last(c.getChildren(D));if(_e&&e.isFunctionBlock(_e))return!1}else if(!vn(c.kind))return!1;if(c.kind===240)return!0;var $e=e.findAncestor(c,function(_n){return!_n.parent}),jr=k(c,$e,D);if(!jr||jr.kind===19)return!0;var Hr=D.getLineAndCharacterOfPosition(c.getEnd()).line,Dt=D.getLineAndCharacterOfPosition(jr.getStart(D)).line;return Hr!==Dt}function ma(c,D,A){var _e=e.findAncestor(D,function($e){return $e.end!==c?"quit":e.syntaxMayBeASICandidate($e.kind)});return!!_e&&ti(_e,A)}e.positionIsASICandidate=ma;function zi(c){var D=0,A=0,_e=5;return e.forEachChild(c,function $e(jr){if(vn(jr.kind)){var Hr=jr.getLastToken(c);(Hr==null?void 0:Hr.kind)===26?D++:A++}else if(qr(jr.kind)){var Hr=jr.getLastToken(c);if((Hr==null?void 0:Hr.kind)===26)D++;else if(Hr&&Hr.kind!==27){var Dt=e.getLineAndCharacterOfPosition(c,Hr.getStart(c)).line,_n=e.getLineAndCharacterOfPosition(c,e.getSpanOfTokenAtPosition(c,Hr.end).start).line;Dt!==_n&&A++}}return D+A>=_e?!0:e.forEachChild(jr,$e)}),D===0&&A<=1?!0:D/A>1/_e}e.probablyUsesSemicolons=zi;function ba(c,D){return ca(c,c.getDirectories,D)||[]}e.tryGetDirectories=ba;function Ta(c,D,A,_e,$e){return ca(c,c.readDirectory,D,A,_e,$e)||e.emptyArray}e.tryReadDirectory=Ta;function Ja(c,D){return ca(c,c.fileExists,D)}e.tryFileExists=Ja;function Ga(c,D){return _a(function(){return e.directoryProbablyExists(D,c)})||!1}e.tryDirectoryExists=Ga;function _a(c){try{return c()}catch{return}}e.tryAndIgnoreErrors=_a;function ca(c,D){for(var A=[],_e=2;_e<arguments.length;_e++)A[_e-2]=arguments[_e];return _a(function(){return D&&D.apply(c,A)})}e.tryIOAndConsumeErrors=ca;function oo(c,D,A){var _e=[];return e.forEachAncestorDirectory(c,function($e){if($e===A)return!0;var jr=e.combinePaths($e,"package.json");Ja(D,jr)&&_e.push(jr)}),_e}e.findPackageJsons=oo;function Ks(c,D){var A;return e.forEachAncestorDirectory(c,function(_e){if(_e==="node_modules"||(A=e.findConfigFile(_e,function($e){return Ja(D,$e)},"package.json"),A))return!0}),A}e.findPackageJson=Ks;function ta(c,D){if(!D.fileExists)return[];var A=[];return e.forEachAncestorDirectory(e.getDirectoryPath(c),function(_e){var $e=e.combinePaths(_e,"package.json");if(D.fileExists($e)){var jr=Jo($e,D);jr&&A.push(jr)}}),A}e.getPackageJsonsVisibleToFile=ta;function Jo(c,D){if(!D.readFile)return;var A=["dependencies","devDependencies","optionalDependencies","peerDependencies"],_e=D.readFile(c)||"",$e=Ws(_e),jr={};if($e)for(var Hr=0,Dt=A;Hr<Dt.length;Hr++){var _n=Dt[Hr],bn=$e[_n];if(!!bn){var on=new e.Map;for(var xt in bn)on.set(xt,bn[xt]);jr[_n]=on}}var At=[[1,jr.dependencies],[2,jr.devDependencies],[8,jr.optionalDependencies],[4,jr.peerDependencies]];return Fi(Fi({},jr),{parseable:!!$e,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=At;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,D,A){var _e=(A.getPackageJsonsVisibleToFile&&A.getPackageJsonsVisibleToFile(c.fileName)||ta(c.fileName,A)).filter(function(At){return At.parseable}),$e;return{allowsImportingAmbientModule:Hr,allowsImportingSourceFile:Dt,allowsImportingSpecifier:_n};function jr(At){for(var Tn=xt(At),cn=0,Gn=_e;cn<Gn.length;cn++){var Ri=Gn[cn];if(Ri.has(Tn)||Ri.has(e.getTypesPackageName(Tn)))return!0}return!1}function Hr(At,Tn){if(!_e.length||!At.valueDeclaration)return!0;var cn=At.valueDeclaration.getSourceFile(),Gn=on(cn.fileName,Tn);if(typeof Gn>"u")return!0;var Ri=e.stripQuotes(At.getName());return bn(Ri)?!0:jr(Gn)||jr(Ri)}function Dt(At,Tn){if(!_e.length)return!0;var cn=on(At.fileName,Tn);return cn?jr(cn):!0}function _n(At){return!_e.length||bn(At)||e.pathIsRelative(At)||e.isRootedDiskPath(At)?!0:jr(At)}function bn(At){return!!(e.isSourceFileJS(c)&&e.JsTyping.nodeCoreModules.has(At)&&($e===void 0&&($e=_s(c)),$e))}function on(At,Tn){if(!!e.stringContains(At,"node_modules")){var cn=e.moduleSpecifiers.getNodeModulesPackageName(A.getCompilationSettings(),c,At,Tn,D);if(!!cn&&!e.pathIsRelative(cn)&&!e.isRootedDiskPath(cn))return xt(cn)}}function xt(At){var Tn=e.getPathComponents(e.getPackageNameFromTypesPackageName(At)).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(D){var A=D.text;return e.JsTyping.nodeCoreModules.has(A)})}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,D){var A=Wn(c),_e=e.binarySearchKey(D,A,e.identity,e.compareTextSpans);if(_e>=0){var $e=D[_e];return e.Debug.assertEqual($e.file,c.getSourceFile(),"Diagnostics proided to 'findDiagnosticForNode' must be from a single SourceFile"),e.cast($e,Fo)}}e.findDiagnosticForNode=ga;function cs(c,D){var A,_e=e.binarySearchKey(D,c.start,function(Dt){return Dt.start},e.compareValues);for(_e<0&&(_e=~_e);((A=D[_e-1])===null||A===void 0?void 0:A.start)===c.start;)_e--;for(var $e=[],jr=e.textSpanEnd(c);;){var Hr=e.tryCast(D[_e],Fo);if(!Hr||Hr.start>jr)break;e.textSpanContainsTextSpan(c,Hr)&&$e.push(Hr),_e++}return $e}e.getDiagnosticsWithinSpan=cs;function wo(c){var D=c.startPosition,A=c.endPosition;return e.createTextSpanFromBounds(D,A===void 0?D:A)}e.getRefactorContextSpan=wo;function Ki(c,D){var A=Et(c,D.start),_e=e.findAncestor(A,function($e){return $e.getStart(c)<D.start||$e.getEnd()>e.textSpanEnd(D)?"quit":e.isExpression($e)&&dt(D,Wn($e,c))});return _e}e.getFixableErrorSpanExpression=Ki;function Ao(c,D,A){return A===void 0&&(A=e.identity),c?e.isArray(c)?A(e.map(c,D)):D(c,0):void 0}e.mapOneOrMany=Ao;function us(c){return e.isArray(c)?e.first(c):c}e.firstOrOnly=us;function jo(c,D){if(ko(c)){var A=ps(c);if(A)return A;var _e=e.codefix.moduleSymbolToValidIdentifier(Bo(c),D,!1),$e=e.codefix.moduleSymbolToValidIdentifier(Bo(c),D,!0);return _e===$e?_e:[_e,$e]}return c.name}e.getNamesForExportedSymbol=jo;function ls(c,D,A){return ko(c)?ps(c)||e.codefix.moduleSymbolToValidIdentifier(Bo(c),D,!!A):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(D){var A;return e.isExportAssignment(D)?(A=e.tryCast(e.skipOuterExpressions(D.expression),e.isIdentifier))===null||A===void 0?void 0:A.text:void 0})}function Bo(c){var D;return e.Debug.checkDefined(c.parent,"Symbol parent was undefined. Flags: ".concat(e.Debug.formatSymbolFlags(c.flags),". ")+"Declarations: ".concat((D=c.declarations)===null||D===void 0?void 0:D.map(function(A){var _e=e.Debug.formatSyntaxKind(A.kind),$e=e.isInJSFile(A),jr=A.expression;return($e?"[JS]":"")+_e+(jr?" (expression: ".concat(e.Debug.formatSyntaxKind(jr.kind),")"):"")}).join(", "),"."))}function Po(c,D,A){var _e=D.length;if(_e+A>c.length)return!1;for(var $e=0;$e<_e;$e++)if(D.charCodeAt($e)!==c.charCodeAt($e+A))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 D=c.getSourceFile();return!D.externalModuleIndicator&&!D.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,D){var A=e.firstDefined(c.imports,function(_e){if(e.JsTyping.nodeCoreModules.has(_e.text))return e.startsWith(_e.text,"node:")});return A!=null?A:D.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,D){var A=c.options,_e=!A.semicolons||A.semicolons===e.SemicolonPreference.Ignore,$e=A.semicolons===e.SemicolonPreference.Remove||_e&&!zi(D);return Fi(Fi({},A),{semicolons:$e?e.SemicolonPreference.Remove:e.SemicolonPreference.Ignore})}e.getFormatCodeSettingsForWriting=Hs;function gs(c){return c===2||c===3}e.jsxModeNeedsExplicitImport=gs})($r||($r={}));var $r;(function(e){var r;(function(Te){Te[Te.Named=0]="Named",Te[Te.Default=1]="Default",Te[Te.Namespace=2]="Namespace",Te[Te.CommonJS=3]="CommonJS"})(r=e.ImportKind||(e.ImportKind={}));var a;(function(Te){Te[Te.Named=0]="Named",Te[Te.Default=1]="Default",Te[Te.ExportEquals=2]="ExportEquals",Te[Te.UMD=3]="UMD"})(a=e.ExportKind||(e.ExportKind={}));function _(Te){var p=1,v=e.createMultiMap(),ie=new e.Map,le=new e.Map,Ce,C={isUsableByFile:function(we){return we===Ce},isEmpty:function(){return!v.size},clear:function(){v.clear(),ie.clear(),Ce=void 0},add:function(we,ae,xe,B,de,er,De,Ae){we!==Ce&&(C.clear(),Ce=we);var ur;if(de){var Fe=e.getNodeModulePathParts(de.fileName);if(Fe){var Ye=Fe.topLevelNodeModulesIndex,xr=Fe.topLevelPackageNameIndex,Nr=Fe.packageRootIndex;if(ur=e.unmangleScopedPackageName(e.getPackageNameFromTypesPackageName(de.fileName.substring(xr+1,Nr))),e.startsWith(we,de.path.substring(0,Ye))){var Gr=le.get(ur),oe=de.fileName.substring(0,xr+1);if(Gr){var y=Gr.indexOf(e.nodeModulesPathPart);Ye>y&&le.set(ur,oe)}else le.set(ur,oe)}}}var g=er===1,S=g&&e.getLocalSymbolForExportDefault(ae)||ae,G=er===0||e.isExternalModuleSymbol(S)?e.unescapeLeadingUnderscores(xe):e.getNamesForExportedSymbol(S,void 0),ee=typeof G=="string"?G:G[0],Q=typeof G=="string"?void 0:G[1],Qe=e.stripQuotes(B.name),nr=p++,je=e.skipAlias(ae,Ae),Le=ae.flags&33554432?void 0:ae,q=B.flags&33554432?void 0:B;(!Le||!q)&&ie.set(nr,[ae,B]),v.add(V(ee,ae,e.isExternalModuleNameRelative(Qe)?void 0:Qe,Ae),{id:nr,symbolTableKey:xe,symbolName:ee,capitalizedSymbolName:Q,moduleName:Qe,moduleFile:de,moduleFileName:de==null?void 0:de.fileName,packageName:ur,exportKind:er,targetFlags:je.flags,isFromPackageJson:De,symbol:Le,moduleSymbol:q})},get:function(we,ae){if(we===Ce){var xe=v.get(ae);return xe==null?void 0:xe.map(Se)}},search:function(we,ae,xe,B){we===Ce&&v.forEach(function(de,er){var De=mr(er),Ae=De.symbolName,ur=De.ambientModuleName,Fe=ae&&de[0].capitalizedSymbolName||Ae;if(xe(Fe,de[0].targetFlags)){var Ye=de.map(Se),xr=Ye.filter(function(Nr,Gr){return Ee(Nr,de[Gr].packageName)});xr.length&&B(xr,Fe,!!ur,er)}})},releaseSymbols:function(){ie.clear()},onFileChanged:function(we,ae,xe){return _r(we)&&_r(ae)?!1:Ce&&Ce!==ae.path||xe&&e.consumesNodeCoreModules(we)!==e.consumesNodeCoreModules(ae)||!e.arrayIsEqualTo(we.moduleAugmentations,ae.moduleAugmentations)||!Sr(we,ae)?(C.clear(),!0):(Ce=ae.path,!1)}};return e.Debug.isDebugging&&Object.defineProperty(C,"__cache",{get:function(){return v}}),C;function Se(we){if(we.symbol&&we.moduleSymbol)return we;var ae=we.id,xe=we.exportKind,B=we.targetFlags,de=we.isFromPackageJson,er=we.moduleFileName,De=ie.get(ae)||e.emptyArray,Ae=De[0],ur=De[1];if(Ae&&ur)return{symbol:Ae,moduleSymbol:ur,moduleFileName:er,exportKind:xe,targetFlags:B,isFromPackageJson:de};var Fe=(de?Te.getPackageJsonAutoImportProvider():Te.getCurrentProgram()).getTypeChecker(),Ye=we.moduleSymbol||ur||e.Debug.checkDefined(we.moduleFile?Fe.getMergedSymbol(we.moduleFile.symbol):Fe.tryFindAmbientModule(we.moduleName)),xr=we.symbol||Ae||e.Debug.checkDefined(xe===2?Fe.resolveExternalModuleSymbol(Ye):Fe.tryGetMemberInModuleExportsAndProperties(e.unescapeLeadingUnderscores(we.symbolTableKey),Ye),"Could not find symbol '".concat(we.symbolName,"' by key '").concat(we.symbolTableKey,"' in module ").concat(Ye.name));return ie.set(ae,[xr,Ye]),{symbol:xr,moduleSymbol:Ye,moduleFileName:er,exportKind:xe,targetFlags:B,isFromPackageJson:de}}function V(we,ae,xe,B){var de=xe||"";return"".concat(we,"|").concat(e.getSymbolId(e.skipAlias(ae,B)),"|").concat(de)}function mr(we){var ae=we.substring(0,we.indexOf("|")),xe=we.substring(we.lastIndexOf("|")+1),B=xe===""?void 0:xe;return{symbolName:ae,ambientModuleName:B}}function _r(we){return!we.commonJsModuleIndicator&&!we.externalModuleIndicator&&!we.moduleAugmentations&&!we.ambientModuleNames}function Sr(we,ae){if(!e.arrayIsEqualTo(we.ambientModuleNames,ae.ambientModuleNames))return!1;for(var xe=-1,B=-1,de=function(Fe){var Ye=function(xr){return e.isNonGlobalAmbientModule(xr)&&xr.name.text===Fe};if(xe=e.findIndex(we.statements,Ye,xe+1),B=e.findIndex(ae.statements,Ye,B+1),we.statements[xe]!==ae.statements[B])return{value:!1}},er=0,De=ae.ambientModuleNames;er<De.length;er++){var Ae=De[er],ur=de(Ae);if(typeof ur=="object")return ur.value}return!0}function Ee(we,ae){if(!ae||!we.moduleFileName)return!0;var xe=Te.getGlobalTypingsCacheLocation();if(xe&&e.startsWith(we.moduleFileName,xe))return!0;var B=le.get(ae);return!B||e.startsWith(we.moduleFileName,B)}}e.createCacheableExportInfoMap=_;function d(Te,p,v,ie,le,Ce,C){var Se;if(p===v)return!1;var V=C==null?void 0:C.get(p.path,v.path,ie,{});if((V==null?void 0:V.isBlockedByPackageJsonDependencies)!==void 0)return!V.isBlockedByPackageJsonDependencies;var mr=e.hostGetCanonicalFileName(Ce),_r=(Se=Ce.getGlobalTypingsCacheLocation)===null||Se===void 0?void 0:Se.call(Ce),Sr=!!e.moduleSpecifiers.forEachFileNameOfModule(p.fileName,v.fileName,Ce,!1,function(we){var ae=Te.getSourceFile(we);return(ae===v||!ae)&&x(p.fileName,we,mr,_r)});if(le){var Ee=Sr&&le.allowsImportingSourceFile(v,Ce);return C==null||C.setBlockedByPackageJsonDependencies(p.path,v.path,ie,{},!Ee),Ee}return Sr}e.isImportableFile=d;function x(Te,p,v,ie){var le=e.forEachAncestorDirectory(p,function(C){return e.getBaseFileName(C)==="node_modules"?C:void 0}),Ce=le&&e.getDirectoryPath(v(le));return Ce===void 0||e.startsWith(v(Te),Ce)||!!ie&&e.startsWith(v(ie),Ce)}function X(Te,p,v,ie,le){var Ce,C,Se=e.hostUsesCaseSensitiveFileNames(p),V=v.autoImportFileExcludePatterns&&e.mapDefined(v.autoImportFileExcludePatterns,function(Sr){var Ee=e.getPatternFromSpec(Sr,"","exclude");return Ee?e.getRegexFromPattern(Ee,Se):void 0});Y(Te.getTypeChecker(),Te.getSourceFiles(),V,function(Sr,Ee){return le(Sr,Ee,Te,!1)});var mr=ie&&((Ce=p.getPackageJsonAutoImportProvider)===null||Ce===void 0?void 0:Ce.call(p));if(mr){var _r=e.timestamp();Y(mr.getTypeChecker(),mr.getSourceFiles(),V,function(Sr,Ee){return le(Sr,Ee,mr,!0)}),(C=p.log)===null||C===void 0||C.call(p,"forEachExternalModuleToImportFrom autoImportProvider: ".concat(e.timestamp()-_r))}}e.forEachExternalModuleToImportFrom=X;function Y(Te,p,v,ie){for(var le,Ce=function(Ee){return v==null?void 0:v.some(function(we){return we.test(Ee)})},C=0,Se=Te.getAmbientModules();C<Se.length;C++){var V=Se[C];!e.stringContains(V.name,"*")&&!(v&&((le=V.declarations)===null||le===void 0?void 0:le.every(function(Ee){return Ce(Ee.getSourceFile().fileName)})))&&ie(V,void 0)}for(var mr=0,_r=p;mr<_r.length;mr++){var Sr=_r[mr];e.isExternalOrCommonJsModule(Sr)&&!Ce(Sr.fileName)&&ie(Te.getMergedSymbol(Sr.symbol),Sr)}}function w(Te,p,v,ie,le){var Ce,C,Se,V,mr,_r=e.timestamp();(Ce=p.getPackageJsonAutoImportProvider)===null||Ce===void 0||Ce.call(p);var Sr=((C=p.getCachedExportInfoMap)===null||C===void 0?void 0:C.call(p))||_({getCurrentProgram:function(){return v},getPackageJsonAutoImportProvider:function(){var ae;return(ae=p.getPackageJsonAutoImportProvider)===null||ae===void 0?void 0:ae.call(p)},getGlobalTypingsCacheLocation:function(){var ae;return(ae=p.getGlobalTypingsCacheLocation)===null||ae===void 0?void 0:ae.call(p)}});if(Sr.isUsableByFile(Te.path))return(Se=p.log)===null||Se===void 0||Se.call(p,"getExportInfoMap: cache hit"),Sr;(V=p.log)===null||V===void 0||V.call(p,"getExportInfoMap: cache miss or empty; calculating new results");var Ee=v.getCompilerOptions(),we=0;try{X(v,p,ie,!0,function(ae,xe,B,de){++we%100===0&&(le==null||le.throwIfCancellationRequested());var er=new e.Map,De=B.getTypeChecker(),Ae=K(ae,De,Ee);Ae&&ze(Ae.symbol,De)&&Sr.add(Te.path,Ae.symbol,Ae.exportKind===1?"default":"export=",ae,xe,Ae.exportKind,de,De),De.forEachExportAndPropertyOfModule(ae,function(ur,Fe){ur!==(Ae==null?void 0:Ae.symbol)&&ze(ur,De)&&e.addToSeen(er,Fe)&&Sr.add(Te.path,ur,Fe,ae,xe,0,de,De)})})}catch(ae){throw Sr.clear(),ae}return(mr=p.log)===null||mr===void 0||mr.call(p,"getExportInfoMap: done in ".concat(e.timestamp()-_r," ms")),Sr}e.getExportInfoMap=w;function K(Te,p,v){var ie=ve(Te,p);if(!!ie){var le=ie.symbol,Ce=ie.exportKind,C=te(le,p,v);return C&&Fi({symbol:le,exportKind:Ce},C)}}e.getDefaultLikeExportInfo=K;function ze(Te,p){return!p.isUndefinedSymbol(Te)&&!p.isUnknownSymbol(Te)&&!e.isKnownSymbol(Te)&&!e.isPrivateIdentifierSymbol(Te)}function ve(Te,p){var v=p.resolveExternalModuleSymbol(Te);if(v!==Te)return{symbol:v,exportKind:2};var ie=p.tryGetMemberInModuleExports("default",Te);if(ie)return{symbol:ie,exportKind:1}}function te(Te,p,v){var ie=e.getLocalSymbolForExportDefault(Te);if(ie)return{symbolForMeaning:ie,name:ie.name};var le=U(Te);if(le!==void 0)return{symbolForMeaning:Te,name:le};if(Te.flags&2097152){var Ce=p.getImmediateAliasedSymbol(Te);if(Ce&&Ce.parent)return te(Ce,p,v)}return Te.escapedName!=="default"&&Te.escapedName!=="export="?{symbolForMeaning:Te,name:Te.getName()}:{symbolForMeaning:Te,name:e.getNameForExportedSymbol(Te,v.target)}}function U(Te){return Te.declarations&&e.firstDefined(Te.declarations,function(p){var v;if(e.isExportAssignment(p))return(v=e.tryCast(e.skipOuterExpressions(p.expression),e.isIdentifier))===null||v===void 0?void 0:v.text;if(e.isExportSpecifier(p))return e.Debug.assert(p.name.text==="default","Expected the specifier to be a default export"),p.propertyName&&p.propertyName.text})}})($r||($r={}));var $r;(function(e){function r(){var Se=e.createScanner(99,!1);function V(_r,Sr,Ee){return x(mr(_r,Sr,Ee),_r)}function mr(_r,Sr,Ee){var we=0,ae=0,xe=[],B=w(Sr),de=B.prefix,er=B.pushTemplate;_r=de+_r;var De=de.length;er&&xe.push(15),Se.setText(_r);var Ae=0,ur=[],Fe=0;do{we=Se.scan(),e.isTrivia(we)||(Nr(),ae=we);var Ye=Se.getTextPos();if(d(Se.getTokenPos(),Ye,De,ve(we),ur),Ye>=_r.length){var xr=_(Se,we,e.lastOrUndefined(xe));xr!==void 0&&(Ae=xr)}}while(we!==1);function Nr(){switch(we){case 43:case 68:!a[ae]&&Se.reScanSlashToken()===13&&(we=13);break;case 29:ae===79&&Fe++;break;case 31:Fe>0&&Fe--;break;case 130:case 150:case 147:case 133:case 151:Fe>0&&!Ee&&(we=79);break;case 15:xe.push(we);break;case 18:xe.length>0&&xe.push(we);break;case 19:if(xe.length>0){var Gr=e.lastOrUndefined(xe);Gr===15?(we=Se.reScanTemplateToken(!1),we===17?xe.pop():e.Debug.assertEqual(we,16,"Should have been a template middle.")):(e.Debug.assertEqual(Gr,18,"Should have been an open brace"),xe.pop())}break;default:if(!e.isKeyword(we))break;(ae===24||e.isKeyword(ae)&&e.isKeyword(we)&&!Y(ae,we))&&(we=79)}}return{endOfLineState:Ae,spans:ur}}return{getClassificationsForLine:V,getEncodedLexicalClassifications:mr}}e.createClassifier=r;var a=e.arrayToNumericMap([79,10,8,9,13,108,45,46,21,23,19,110,95],function(Se){return Se},function(){return!0});function _(Se,V,mr){switch(V){case 10:{if(!Se.isUnterminated())return;for(var _r=Se.getTokenText(),Sr=_r.length-1,Ee=0;_r.charCodeAt(Sr-Ee)===92;)Ee++;return(Ee&1)===0?void 0:_r.charCodeAt(0)===34?3:2}case 3:return Se.isUnterminated()?1:void 0;default:if(e.isTemplateLiteralKind(V)){if(!Se.isUnterminated())return;switch(V){case 17:return 5;case 14:return 4;default:return e.Debug.fail("Only 'NoSubstitutionTemplateLiteral's and 'TemplateTail's can be unterminated; got SyntaxKind #"+V)}}return mr===15?6:void 0}}function d(Se,V,mr,_r,Sr){if(_r!==8){Se===0&&mr>0&&(Se+=mr);var Ee=V-Se;Ee>0&&Sr.push(Se-mr,Ee,_r)}}function x(Se,V){for(var mr=[],_r=Se.spans,Sr=0,Ee=0;Ee<_r.length;Ee+=3){var we=_r[Ee],ae=_r[Ee+1],xe=_r[Ee+2];if(Sr>=0){var B=we-Sr;B>0&&mr.push({length:B,classification:e.TokenClass.Whitespace})}mr.push({length:ae,classification:X(xe)}),Sr=we+ae}var de=V.length-Sr;return de>0&&mr.push({length:de,classification:e.TokenClass.Whitespace}),{entries:mr,finalLexState:Se.endOfLineState}}function X(Se){switch(Se){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(Se,V){if(!e.isAccessibilityModifier(Se))return!0;switch(V){case 136:case 149:case 134:case 124:return!0;default:return!1}}function w(Se){switch(Se){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(Se)}}function K(Se){switch(Se){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 ze(Se){switch(Se){case 39:case 40:case 54:case 53:case 45:case 46:return!0;default:return!1}}function ve(Se){if(e.isKeyword(Se))return 3;if(K(Se)||ze(Se))return 5;if(Se>=18&&Se<=78)return 10;switch(Se){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(Se)?6:2}}function te(Se,V,mr,_r,Sr){return le(Te(Se,V,mr,_r,Sr))}e.getSemanticClassifications=te;function U(Se,V){switch(V){case 261:case 257:case 258:case 256:case 226:case 213:case 214:Se.throwIfCancellationRequested()}}function Te(Se,V,mr,_r,Sr){var Ee=[];return mr.forEachChild(function ae(xe){if(!(!xe||!e.textSpanIntersectsWith(Sr,xe.pos,xe.getFullWidth()))){if(U(V,xe.kind),e.isIdentifier(xe)&&!e.nodeIsMissing(xe)&&_r.has(xe.escapedText)){var B=Se.getSymbolAtLocation(xe),de=B&&p(B,e.getMeaningFromLocation(xe),Se);de&&we(xe.getStart(mr),xe.getEnd(),de)}xe.forEachChild(ae)}}),{spans:Ee,endOfLineState:0};function we(ae,xe,B){var de=xe-ae;e.Debug.assert(de>0,"Classification had non-positive length of ".concat(de)),Ee.push(ae),Ee.push(de),Ee.push(B)}}e.getEncodedSemanticClassifications=Te;function p(Se,V,mr){var _r=Se.getFlags();if((_r&2885600)!==0)return _r&32?11:_r&384?12:_r&524288?16:_r&1536?V&4||V&1&&v(Se)?14:void 0:_r&2097152?p(mr.getAliasedSymbol(Se),V,mr):V&2?_r&64?13:_r&262144?15:void 0:void 0}function v(Se){return e.some(Se.declarations,function(V){return e.isModuleDeclaration(V)&&e.getModuleInstanceState(V)===1})}function ie(Se){switch(Se){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 le(Se){e.Debug.assert(Se.spans.length%3===0);for(var V=Se.spans,mr=[],_r=0;_r<V.length;_r+=3)mr.push({textSpan:e.createTextSpan(V[_r],V[_r+1]),classificationType:ie(V[_r+2])});return mr}function Ce(Se,V,mr){return le(C(Se,V,mr))}e.getSyntacticClassifications=Ce;function C(Se,V,mr){var _r=mr.start,Sr=mr.length,Ee=e.createScanner(99,!1,V.languageVariant,V.text),we=e.createScanner(99,!1,V.languageVariant,V.text),ae=[];return oe(V),{spans:ae,endOfLineState:0};function xe(y,g,S){ae.push(y),ae.push(g),ae.push(S)}function B(y){for(Ee.setTextPos(y.pos);;){var g=Ee.getTextPos();if(!e.couldStartTrivia(V.text,g))return g;var S=Ee.scan(),G=Ee.getTextPos(),ee=G-g;if(!e.isTrivia(S))return g;switch(S){case 4:case 5:continue;case 2:case 3:de(y,S,g,ee),Ee.setTextPos(G);continue;case 7:var Q=V.text,Qe=Q.charCodeAt(g);if(Qe===60||Qe===62){xe(g,ee,1);continue}e.Debug.assert(Qe===124||Qe===61),Fe(Q,g,G);break;case 6:break;default:e.Debug.assertNever(S)}}}function de(y,g,S,G){if(g===3){var ee=e.parseIsolatedJSDocComment(V.text,S,G);if(ee&&ee.jsDoc){e.setParent(ee.jsDoc,y),De(ee.jsDoc);return}}else if(g===2&&Ae(S,G))return;er(S,G)}function er(y,g){xe(y,g,1)}function De(y){var g,S,G,ee,Q,Qe,nr,je=y.pos;if(y.tags)for(var Le=0,q=y.tags;Le<q.length;Le++){var yr=q[Le];yr.pos!==je&&er(je,yr.pos-je),xe(yr.pos,1,10),xe(yr.tagName.pos,yr.tagName.end-yr.tagName.pos,18),je=yr.tagName.end;var $=yr.tagName.end;switch(yr.kind){case 340:var pe=yr;Ze(pe),$=pe.isNameFirst&&((g=pe.typeExpression)===null||g===void 0?void 0:g.end)||pe.name.end;break;case 347:var Ue=yr;$=Ue.isNameFirst&&((S=Ue.typeExpression)===null||S===void 0?void 0:S.end)||Ue.name.end;break;case 344:ur(yr),je=yr.end,$=yr.typeParameters.end;break;case 345:var We=yr;$=((G=We.typeExpression)===null||G===void 0?void 0:G.kind)===309&&((ee=We.fullName)===null||ee===void 0?void 0:ee.end)||((Q=We.typeExpression)===null||Q===void 0?void 0:Q.end)||$;break;case 338:$=yr.typeExpression.end;break;case 343:oe(yr.typeExpression),je=yr.end,$=yr.typeExpression.end;break;case 342:case 339:$=yr.typeExpression.end;break;case 341:oe(yr.typeExpression),je=yr.end,$=((Qe=yr.typeExpression)===null||Qe===void 0?void 0:Qe.end)||$;break;case 346:$=((nr=yr.name)===null||nr===void 0?void 0:nr.end)||$;break;case 328:case 329:$=yr.class.end;break}typeof yr.comment=="object"?er(yr.comment.pos,yr.comment.end-yr.comment.pos):typeof yr.comment=="string"&&er($,yr.end-$)}je!==y.end&&er(je,y.end-je);return;function Ze(pr){pr.isNameFirst&&(er(je,pr.name.pos-je),xe(pr.name.pos,pr.name.end-pr.name.pos,17),je=pr.name.end),pr.typeExpression&&(er(je,pr.typeExpression.pos-je),oe(pr.typeExpression),je=pr.typeExpression.end),pr.isNameFirst||(er(je,pr.name.pos-je),xe(pr.name.pos,pr.name.end-pr.name.pos,17),je=pr.name.end)}}function Ae(y,g){var S=/^(\/\/\/\s*)(<)(?:(\S+)((?:[^/]|\/[^>])*)(\/>)?)?/im,G=/(\s)(\S+)(\s*)(=)(\s*)('[^']+'|"[^"]+")/img,ee=V.text.substr(y,g),Q=S.exec(ee);if(!Q||!Q[3]||!(Q[3]in e.commentPragmas))return!1;var Qe=y;er(Qe,Q[1].length),Qe+=Q[1].length,xe(Qe,Q[2].length,10),Qe+=Q[2].length,xe(Qe,Q[3].length,21),Qe+=Q[3].length;for(var nr=Q[4],je=Qe;;){var Le=G.exec(nr);if(!Le)break;var q=Qe+Le.index+Le[1].length;q>je&&(er(je,q-je),je=q),xe(je,Le[2].length,22),je+=Le[2].length,Le[3].length&&(er(je,Le[3].length),je+=Le[3].length),xe(je,Le[4].length,5),je+=Le[4].length,Le[5].length&&(er(je,Le[5].length),je+=Le[5].length),xe(je,Le[6].length,24),je+=Le[6].length}Qe+=Q[4].length,Qe>je&&er(je,Qe-je),Q[5]&&(xe(Qe,Q[5].length,10),Qe+=Q[5].length);var yr=y+g;return Qe<yr&&er(Qe,yr-Qe),!0}function ur(y){for(var g=0,S=y.getChildren();g<S.length;g++){var G=S[g];oe(G)}}function Fe(y,g,S){var G;for(G=g;G<S&&!e.isLineBreak(y.charCodeAt(G));G++);for(xe(g,G-g,1),we.setTextPos(G);we.getTextPos()<S;)Ye()}function Ye(){var y=we.getTextPos(),g=we.scan(),S=we.getTextPos(),G=Gr(g);G&&xe(y,S-y,G)}function xr(y){if(e.isJSDoc(y)||e.nodeIsMissing(y))return!0;var g=Nr(y);if(!e.isToken(y)&&y.kind!==11&&g===void 0)return!1;var S=y.kind===11?y.pos:B(y),G=y.end-S;if(e.Debug.assert(G>=0),G>0){var ee=g||Gr(y.kind,y);ee&&xe(S,G,ee)}return!0}function Nr(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 Gr(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 S=g.parent;if(y===63&&(S.kind===254||S.kind===167||S.kind===164||S.kind===285)||S.kind===221||S.kind===219||S.kind===220||S.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(_r,Sr,y.pos,y.getFullWidth())){U(Se,y.kind);for(var g=0,S=y.getChildren(V);g<S.length;g++){var G=S[g];xr(G)||oe(G)}}}}e.getEncodedSyntacticClassifications=C})($r||($r={}));var $r;(function(e){var r;(function(a){var _;(function(d){var x;(function(C){C[C.typeOffset=8]="typeOffset",C[C.modifierMask=255]="modifierMask"})(x=d.TokenEncodingConsts||(d.TokenEncodingConsts={}));var X;(function(C){C[C.class=0]="class",C[C.enum=1]="enum",C[C.interface=2]="interface",C[C.namespace=3]="namespace",C[C.typeParameter=4]="typeParameter",C[C.type=5]="type",C[C.parameter=6]="parameter",C[C.variable=7]="variable",C[C.enumMember=8]="enumMember",C[C.property=9]="property",C[C.function=10]="function",C[C.member=11]="member"})(X=d.TokenType||(d.TokenType={}));var Y;(function(C){C[C.declaration=0]="declaration",C[C.static=1]="static",C[C.async=2]="async",C[C.readonly=3]="readonly",C[C.defaultLibrary=4]="defaultLibrary",C[C.local=5]="local"})(Y=d.TokenModifier||(d.TokenModifier={}));function w(C,Se,V,mr){var _r=K(C,Se,V,mr);e.Debug.assert(_r.spans.length%3===0);for(var Sr=_r.spans,Ee=[],we=0;we<Sr.length;we+=3)Ee.push({textSpan:e.createTextSpan(Sr[we],Sr[we+1]),classificationType:Sr[we+2]});return Ee}d.getSemanticClassifications=w;function K(C,Se,V,mr){return{spans:ze(C,V,mr,Se),endOfLineState:0}}d.getEncodedSemanticClassifications=K;function ze(C,Se,V,mr){var _r=[],Sr=function(Ee,we,ae){_r.push(Ee.getStart(Se),Ee.getWidth(Se),(we+1<<8)+ae)};return C&&Se&&ve(C,Se,V,Sr,mr),_r}function ve(C,Se,V,mr,_r){var Sr=C.getTypeChecker(),Ee=!1;function we(ae){switch(ae.kind){case 261:case 257:case 258:case 256:case 226:case 213:case 214:_r.throwIfCancellationRequested()}if(!(!ae||!e.textSpanIntersectsWith(V,ae.pos,ae.getFullWidth())||ae.getFullWidth()===0)){var xe=Ee;if((e.isJsxElement(ae)||e.isJsxSelfClosingElement(ae))&&(Ee=!0),e.isJsxExpression(ae)&&(Ee=!1),e.isIdentifier(ae)&&!Ee&&!v(ae)&&!e.isInfinityOrNaNString(ae.escapedText)){var B=Sr.getSymbolAtLocation(ae);if(B){B.flags&2097152&&(B=Sr.getAliasedSymbol(B));var de=te(B,e.getMeaningFromLocation(ae));if(de!==void 0){var er=0;if(ae.parent){var De=e.isBindingElement(ae.parent)||Ce.get(ae.parent.kind)===de;De&&ae.parent.name===ae&&(er=1<<0)}de===6&&le(ae)&&(de=9),de=U(Sr,ae,de);var Ae=B.valueDeclaration;if(Ae){var ur=e.getCombinedModifierFlags(Ae),Fe=e.getCombinedNodeFlags(Ae);ur&32&&(er|=1<<1),ur&256&&(er|=1<<2),de!==0&&de!==2&&(ur&64||Fe&2||B.getFlags()&8)&&(er|=1<<3),(de===7||de===10)&&Te(Ae,Se)&&(er|=1<<5),C.isSourceFileDefaultLibrary(Ae.getSourceFile())&&(er|=1<<4)}else B.declarations&&B.declarations.some(function(Ye){return C.isSourceFileDefaultLibrary(Ye.getSourceFile())})&&(er|=1<<4);mr(ae,de,er)}}}e.forEachChild(ae,we),Ee=xe}}we(Se)}function te(C,Se){var V=C.getFlags();if(V&32)return 0;if(V&384)return 1;if(V&524288)return 5;if(V&64){if(Se&2)return 2}else if(V&262144)return 4;var mr=C.valueDeclaration||C.declarations&&C.declarations[0];return mr&&e.isBindingElement(mr)&&(mr=p(mr)),mr&&Ce.get(mr.kind)}function U(C,Se,V){if(V===7||V===9||V===6){var mr=C.getTypeAtLocation(Se);if(mr){var _r=function(Sr){return Sr(mr)||mr.isUnion()&&mr.types.some(Sr)};if(V!==6&&_r(function(Sr){return Sr.getConstructSignatures().length>0}))return 0;if(_r(function(Sr){return Sr.getCallSignatures().length>0})&&!_r(function(Sr){return Sr.getProperties().length>0})||ie(Se))return V===9?11:10}}return V}function Te(C,Se){return e.isBindingElement(C)&&(C=p(C)),e.isVariableDeclaration(C)?(!e.isSourceFile(C.parent.parent.parent)||e.isCatchClause(C.parent))&&C.getSourceFile()===Se:e.isFunctionDeclaration(C)?!e.isSourceFile(C.parent)&&C.getSourceFile()===Se:!1}function p(C){for(;;)if(e.isBindingElement(C.parent.parent))C=C.parent.parent;else return C.parent.parent}function v(C){var Se=C.parent;return Se&&(e.isImportClause(Se)||e.isImportSpecifier(Se)||e.isNamespaceImport(Se))}function ie(C){for(;le(C);)C=C.parent;return e.isCallExpression(C.parent)&&C.parent.expression===C}function le(C){return e.isQualifiedName(C.parent)&&C.parent.right===C||e.isPropertyAccessExpression(C.parent)&&C.parent.name===C}var Ce=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={}))})(r=e.classifier||(e.classifier={}))})($r||($r={}));var $r;(function(e){e.servicesVersion="0.8";function r(S,G,ee,Q){var Qe=e.isNodeKind(S)?new a(S,G,ee):S===79?new K(79,G,ee):S===80?new ze(80,G,ee):new w(S,G,ee);return Qe.parent=Q,Qe.flags=Q.flags&50720768,Qe}var a=function(){function S(G,ee,Q){this.pos=ee,this.end=Q,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.kind=G}return S.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")},S.prototype.getSourceFile=function(){return e.getSourceFileOfNode(this)},S.prototype.getStart=function(G,ee){return this.assertHasRealPosition(),e.getTokenPosOfNode(this,G,ee)},S.prototype.getFullStart=function(){return this.assertHasRealPosition(),this.pos},S.prototype.getEnd=function(){return this.assertHasRealPosition(),this.end},S.prototype.getWidth=function(G){return this.assertHasRealPosition(),this.getEnd()-this.getStart(G)},S.prototype.getFullWidth=function(){return this.assertHasRealPosition(),this.end-this.pos},S.prototype.getLeadingTriviaWidth=function(G){return this.assertHasRealPosition(),this.getStart(G)-this.pos},S.prototype.getFullText=function(G){return this.assertHasRealPosition(),(G||this.getSourceFile()).text.substring(this.pos,this.end)},S.prototype.getText=function(G){return this.assertHasRealPosition(),G||(G=this.getSourceFile()),G.text.substring(this.getStart(G),this.getEnd())},S.prototype.getChildCount=function(G){return this.getChildren(G).length},S.prototype.getChildAt=function(G,ee){return this.getChildren(ee)[G]},S.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))},S.prototype.getFirstToken=function(G){this.assertHasRealPosition();var ee=this.getChildren(G);if(!!ee.length){var Q=e.find(ee,function(Qe){return Qe.kind<309||Qe.kind>347});return Q.kind<161?Q:Q.getFirstToken(G)}},S.prototype.getLastToken=function(G){this.assertHasRealPosition();var ee=this.getChildren(G),Q=e.lastOrUndefined(ee);if(!!Q)return Q.kind<161?Q:Q.getLastToken(G)},S.prototype.forEachChild=function(G,ee){return e.forEachChild(this,G,ee)},S}();function _(S,G){if(!e.isNodeKind(S.kind))return e.emptyArray;var ee=[];if(e.isJSDocCommentContainingNode(S))return S.forEachChild(function(je){ee.push(je)}),ee;e.scanner.setText((G||S.getSourceFile()).text);var Q=S.pos,Qe=function(je){d(ee,Q,je.pos,S),ee.push(je),Q=je.end},nr=function(je){d(ee,Q,je.pos,S),ee.push(x(je,S)),Q=je.end};return e.forEach(S.jsDoc,Qe),Q=S.pos,S.forEachChild(Qe,nr),d(ee,Q,S.end,S),e.scanner.setText(void 0),ee}function d(S,G,ee,Q){for(e.scanner.setTextPos(G);G<ee;){var Qe=e.scanner.scan(),nr=e.scanner.getTextPos();if(nr<=ee&&(Qe===79&&e.Debug.fail("Did not expect ".concat(e.Debug.formatSyntaxKind(Q.kind)," to have an Identifier in its trivia")),S.push(r(Qe,G,nr,Q))),G=nr,Qe===1)break}}function x(S,G){var ee=r(348,S.pos,S.end,G);ee._children=[];for(var Q=S.pos,Qe=0,nr=S;Qe<nr.length;Qe++){var je=nr[Qe];d(ee._children,Q,je.pos,G),ee._children.push(je),Q=je.end}return d(ee._children,Q,S.end,G),ee}var X=function(){function S(G,ee){this.pos=G,this.end=ee,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0}return S.prototype.getSourceFile=function(){return e.getSourceFileOfNode(this)},S.prototype.getStart=function(G,ee){return e.getTokenPosOfNode(this,G,ee)},S.prototype.getFullStart=function(){return this.pos},S.prototype.getEnd=function(){return this.end},S.prototype.getWidth=function(G){return this.getEnd()-this.getStart(G)},S.prototype.getFullWidth=function(){return this.end-this.pos},S.prototype.getLeadingTriviaWidth=function(G){return this.getStart(G)-this.pos},S.prototype.getFullText=function(G){return(G||this.getSourceFile()).text.substring(this.pos,this.end)},S.prototype.getText=function(G){return G||(G=this.getSourceFile()),G.text.substring(this.getStart(G),this.getEnd())},S.prototype.getChildCount=function(){return this.getChildren().length},S.prototype.getChildAt=function(G){return this.getChildren()[G]},S.prototype.getChildren=function(){return this.kind===1&&this.jsDoc||e.emptyArray},S.prototype.getFirstToken=function(){},S.prototype.getLastToken=function(){},S.prototype.forEachChild=function(){},S}(),Y=function(){function S(G,ee){this.flags=G,this.escapedName=ee}return S.prototype.getFlags=function(){return this.flags},Object.defineProperty(S.prototype,"name",{get:function(){return e.symbolName(this)},enumerable:!1,configurable:!0}),S.prototype.getEscapedName=function(){return this.escapedName},S.prototype.getName=function(){return this.name},S.prototype.getDeclarations=function(){return this.declarations},S.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=p([ee],G)}else this.documentationComment=p(this.declarations,G);return this.documentationComment},S.prototype.getContextualDocumentationComment=function(G,ee){if(G){if(e.isGetAccessor(G)&&(this.contextualGetAccessorDocumentationComment||(this.contextualGetAccessorDocumentationComment=p(e.filter(this.declarations,e.isGetAccessor),ee)),e.length(this.contextualGetAccessorDocumentationComment)))return this.contextualGetAccessorDocumentationComment;if(e.isSetAccessor(G)&&(this.contextualSetAccessorDocumentationComment||(this.contextualSetAccessorDocumentationComment=p(e.filter(this.declarations,e.isSetAccessor),ee)),e.length(this.contextualSetAccessorDocumentationComment)))return this.contextualSetAccessorDocumentationComment}return this.getDocumentationComment(ee)},S.prototype.getJsDocTags=function(G){return this.tags===void 0&&(this.tags=Te(this.declarations,G)),this.tags},S.prototype.getContextualJsDocTags=function(G,ee){if(G){if(e.isGetAccessor(G)&&(this.contextualGetAccessorTags||(this.contextualGetAccessorTags=Te(e.filter(this.declarations,e.isGetAccessor),ee)),e.length(this.contextualGetAccessorTags)))return this.contextualGetAccessorTags;if(e.isSetAccessor(G)&&(this.contextualSetAccessorTags||(this.contextualSetAccessorTags=Te(e.filter(this.declarations,e.isSetAccessor),ee)),e.length(this.contextualSetAccessorTags)))return this.contextualSetAccessorTags}return this.getJsDocTags(ee)},S}(),w=function(S){qp(G,S);function G(ee,Q,Qe){var nr=S.call(this,Q,Qe)||this;return nr.kind=ee,nr}return G}(X),K=function(S){qp(G,S);function G(ee,Q,Qe){var nr=S.call(this,Q,Qe)||this;return nr.kind=79,nr}return Object.defineProperty(G.prototype,"text",{get:function(){return e.idText(this)},enumerable:!1,configurable:!0}),G}(X);K.prototype.kind=79;var ze=function(S){qp(G,S);function G(ee,Q,Qe){return S.call(this,Q,Qe)||this}return Object.defineProperty(G.prototype,"text",{get:function(){return e.idText(this)},enumerable:!1,configurable:!0}),G}(X);ze.prototype.kind=80;var ve=function(){function S(G,ee){this.checker=G,this.flags=ee}return S.prototype.getFlags=function(){return this.flags},S.prototype.getSymbol=function(){return this.symbol},S.prototype.getProperties=function(){return this.checker.getPropertiesOfType(this)},S.prototype.getProperty=function(G){return this.checker.getPropertyOfType(this,G)},S.prototype.getApparentProperties=function(){return this.checker.getAugmentedPropertiesOfType(this)},S.prototype.getCallSignatures=function(){return this.checker.getSignaturesOfType(this,0)},S.prototype.getConstructSignatures=function(){return this.checker.getSignaturesOfType(this,1)},S.prototype.getStringIndexType=function(){return this.checker.getIndexTypeOfType(this,0)},S.prototype.getNumberIndexType=function(){return this.checker.getIndexTypeOfType(this,1)},S.prototype.getBaseTypes=function(){return this.isClassOrInterface()?this.checker.getBaseTypes(this):void 0},S.prototype.isNullableType=function(){return this.checker.isNullableType(this)},S.prototype.getNonNullableType=function(){return this.checker.getNonNullableType(this)},S.prototype.getNonOptionalType=function(){return this.checker.getNonOptionalType(this)},S.prototype.getConstraint=function(){return this.checker.getBaseConstraintOfType(this)},S.prototype.getDefault=function(){return this.checker.getDefaultFromTypeParameter(this)},S.prototype.isUnion=function(){return!!(this.flags&1048576)},S.prototype.isIntersection=function(){return!!(this.flags&2097152)},S.prototype.isUnionOrIntersection=function(){return!!(this.flags&3145728)},S.prototype.isLiteral=function(){return!!(this.flags&384)},S.prototype.isStringLiteral=function(){return!!(this.flags&128)},S.prototype.isNumberLiteral=function(){return!!(this.flags&256)},S.prototype.isTypeParameter=function(){return!!(this.flags&262144)},S.prototype.isClassOrInterface=function(){return!!(e.getObjectFlags(this)&3)},S.prototype.isClass=function(){return!!(e.getObjectFlags(this)&1)},S.prototype.isIndexType=function(){return!!(this.flags&4194304)},Object.defineProperty(S.prototype,"typeArguments",{get:function(){if(e.getObjectFlags(this)&4)return this.checker.getTypeArguments(this)},enumerable:!1,configurable:!0}),S}(),te=function(){function S(G,ee){this.checker=G,this.flags=ee}return S.prototype.getDeclaration=function(){return this.declaration},S.prototype.getTypeParameters=function(){return this.typeParameters},S.prototype.getParameters=function(){return this.parameters},S.prototype.getReturnType=function(){return this.checker.getReturnTypeOfSignature(this)},S.prototype.getTypeParameterAtPosition=function(G){var ee=this.checker.getParameterType(this,G);if(ee.isIndexType()&&e.isThisTypeParameter(ee.type)){var Q=ee.type.getConstraint();if(Q)return this.checker.getIndexType(Q)}return ee},S.prototype.getDocumentationComment=function(){return this.documentationComment||(this.documentationComment=p(e.singleElementArray(this.declaration),this.checker))},S.prototype.getJsDocTags=function(){return this.jsDocTags||(this.jsDocTags=Te(e.singleElementArray(this.declaration),this.checker))},S}();function U(S){return e.getJSDocTags(S).some(function(G){return G.tagName.text==="inheritDoc"||G.tagName.text==="inheritdoc"})}function Te(S,G){if(!S)return e.emptyArray;var ee=e.JsDoc.getJsDocTagsFromDeclarations(S,G);if(G&&(ee.length===0||S.some(U)))for(var Q=new e.Set,Qe=function(q){var yr=v(G,q,function($){var pe;if(!Q.has($))return Q.add($),q.kind===172||q.kind===173?$.getContextualJsDocTags(q,G):((pe=$.declarations)===null||pe===void 0?void 0:pe.length)===1?$.getJsDocTags():void 0});yr&&(ee=Cn(Cn([],yr,!0),ee,!0))},nr=0,je=S;nr<je.length;nr++){var Le=je[nr];Qe(Le)}return ee}function p(S,G){if(!S)return e.emptyArray;var ee=e.JsDoc.getJsDocCommentsFromDeclarations(S,G);if(G&&(ee.length===0||S.some(U)))for(var Q=new e.Set,Qe=function(q){var yr=v(G,q,function($){if(!Q.has($))return Q.add($),q.kind===172||q.kind===173?$.getContextualDocumentationComment(q,G):$.getDocumentationComment(G)});yr&&(ee=ee.length===0?yr.slice():yr.concat(e.lineBreakPart(),ee))},nr=0,je=S;nr<je.length;nr++){var Le=je[nr];Qe(Le)}return ee}function v(S,G,ee){var Q,Qe=((Q=G.parent)===null||Q===void 0?void 0:Q.kind)===171?G.parent.parent:G.parent;if(!!Qe){var nr=e.hasStaticModifier(G);return e.firstDefined(e.getAllSuperTypeNodes(Qe),function(je){var Le=S.getTypeAtLocation(je),q=nr&&Le.symbol?S.getTypeOfSymbol(Le.symbol):Le,yr=S.getPropertyOfType(q,G.symbol.name);return yr?ee(yr):void 0})}}var ie=function(S){qp(G,S);function G(ee,Q,Qe){var nr=S.call(this,ee,Q,Qe)||this;return nr.kind=305,nr}return G.prototype.update=function(ee,Q){return e.updateSourceFile(this,ee,Q)},G.prototype.getLineAndCharacterOfPosition=function(ee){return e.getLineAndCharacterOfPosition(this,ee)},G.prototype.getLineStarts=function(){return e.getLineStarts(this)},G.prototype.getPositionOfLineAndCharacter=function(ee,Q,Qe){return e.computePositionOfLineAndCharacter(e.getLineStarts(this),ee,Q,this.text,Qe)},G.prototype.getLineEndOfPosition=function(ee){var Q=this.getLineAndCharacterOfPosition(ee).line,Qe=this.getLineStarts(),nr;Q+1>=Qe.length&&(nr=this.getEnd()),nr||(nr=Qe[Q+1]-1);var je=this.getFullText();return je[nr]===`
|
|
230
|
+
`&&je[nr-1]==="\r"?nr-1:nr},G.prototype.getNamedDeclarations=function(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations},G.prototype.computeNamedDeclarations=function(){var ee=e.createMultiMap();return this.forEachChild(je),ee;function Q(Le){var q=nr(Le);q&&ee.add(q,Le)}function Qe(Le){var q=ee.get(Le);return q||ee.set(Le,q=[]),q}function nr(Le){var q=e.getNonAssignedNameOfDeclaration(Le);return q&&(e.isComputedPropertyName(q)&&e.isPropertyAccessExpression(q.expression)?q.expression.name.text:e.isPropertyName(q)?e.getNameFromPropertyName(q):void 0)}function je(Le){switch(Le.kind){case 256:case 213:case 169:case 168:var q=Le,yr=nr(q);if(yr){var $=Qe(yr),pe=e.lastOrUndefined($);pe&&q.parent===pe.parent&&q.symbol===pe.symbol?q.body&&!pe.body&&($[$.length-1]=q):$.push(q)}e.forEachChild(Le,je);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:Q(Le),e.forEachChild(Le,je);break;case 164:if(!e.hasSyntacticModifier(Le,16476))break;case 254:case 203:{var Ue=Le;if(e.isBindingPattern(Ue.name)){e.forEachChild(Ue.name,je);break}Ue.initializer&&je(Ue.initializer)}case 299:case 167:case 166:Q(Le);break;case 272:var We=Le;We.exportClause&&(e.isNamedExports(We.exportClause)?e.forEach(We.exportClause.elements,je):je(We.exportClause.name));break;case 266:var Ze=Le.importClause;Ze&&(Ze.name&&Q(Ze.name),Ze.namedBindings&&(Ze.namedBindings.kind===268?Q(Ze.namedBindings):e.forEach(Ze.namedBindings.elements,je)));break;case 221:e.getAssignmentDeclarationKind(Le)!==0&&Q(Le);default:e.forEachChild(Le,je)}}},G}(a),le=function(){function S(G,ee,Q){this.fileName=G,this.text=ee,this.skipTrivia=Q}return S.prototype.getLineAndCharacterOfPosition=function(G){return e.getLineAndCharacterOfPosition(this,G)},S}();function Ce(){return{getNodeConstructor:function(){return a},getTokenConstructor:function(){return w},getIdentifierConstructor:function(){return K},getPrivateIdentifierConstructor:function(){return ze},getSourceFileConstructor:function(){return ie},getSymbolConstructor:function(){return Y},getTypeConstructor:function(){return ve},getSignatureConstructor:function(){return te},getSourceMapSourceConstructor:function(){return le}}}function C(S){var G=!0;for(var ee in S)if(e.hasProperty(S,ee)&&!Se(ee)){G=!1;break}if(G)return S;var Q={};for(var ee in S)if(e.hasProperty(S,ee)){var Qe=Se(ee)?ee:ee.charAt(0).toLowerCase()+ee.substr(1);Q[Qe]=S[ee]}return Q}e.toEditorSettings=C;function Se(S){return!S.length||S.charAt(0)===S.charAt(0).toLowerCase()}function V(S){return S?e.map(S,function(G){return G.text}).join(""):""}e.displayPartsToString=V;function mr(){return{target:1,jsx:1}}e.getDefaultCompilerOptions=mr;function _r(){return e.codefix.getSupportedErrorCodes()}e.getSupportedCodeFixes=_r;var Sr=function(){function S(G){this.host=G}return S.prototype.getCurrentSourceFile=function(G){var ee,Q,Qe,nr,je,Le,q,yr,$=this.host.getScriptSnapshot(G);if(!$)throw new Error("Could not find file: '"+G+"'.");var pe=e.getScriptKind(G,this.host),Ue=this.host.getScriptVersion(G),We;if(this.currentFileName!==G){var Ze={languageVersion:99,impliedNodeFormat:e.getImpliedNodeFormatForFile(e.toPath(G,this.host.getCurrentDirectory(),((Qe=(Q=(ee=this.host).getCompilerHost)===null||Q===void 0?void 0:Q.call(ee))===null||Qe===void 0?void 0:Qe.getCanonicalFileName)||e.hostGetCanonicalFileName(this.host)),(yr=(q=(Le=(je=(nr=this.host).getCompilerHost)===null||je===void 0?void 0:je.call(nr))===null||Le===void 0?void 0:Le.getModuleResolutionCache)===null||q===void 0?void 0:q.call(Le))===null||yr===void 0?void 0:yr.getPackageJsonInfoCache(),this.host,this.host.getCompilationSettings()),setExternalModuleIndicator:e.getSetExternalModuleIndicator(this.host.getCompilationSettings())};We=we(G,$,Ze,Ue,!0,pe)}else if(this.currentFileVersion!==Ue){var pr=$.getChangeRange(this.currentFileScriptSnapshot);We=ae(this.currentSourceFile,$,Ue,pr)}return We&&(this.currentFileVersion=Ue,this.currentFileName=G,this.currentFileScriptSnapshot=$,this.currentSourceFile=We),this.currentSourceFile},S}();function Ee(S,G,ee){S.version=ee,S.scriptSnapshot=G}function we(S,G,ee,Q,Qe,nr){var je=e.createSourceFile(S,e.getSnapshotText(G),ee,Qe,nr);return Ee(je,G,Q),je}e.createLanguageServiceSourceFile=we;function ae(S,G,ee,Q,Qe){if(Q&&ee!==S.version){var nr=void 0,je=Q.span.start!==0?S.text.substr(0,Q.span.start):"",Le=e.textSpanEnd(Q.span)!==S.text.length?S.text.substr(e.textSpanEnd(Q.span)):"";if(Q.newLength===0)nr=je&&Le?je+Le:je||Le;else{var q=G.getText(Q.span.start,Q.span.start+Q.newLength);nr=je&&Le?je+q+Le:je?je+q:q+Le}var yr=e.updateSourceFile(S,nr,Q,Qe);return Ee(yr,G,ee),yr.nameTable=void 0,S!==yr&&S.scriptSnapshot&&(S.scriptSnapshot.dispose&&S.scriptSnapshot.dispose(),S.scriptSnapshot=void 0),yr}var $={languageVersion:S.languageVersion,impliedNodeFormat:S.impliedNodeFormat,setExternalModuleIndicator:S.setExternalModuleIndicator};return we(S.fileName,G,$,ee,!0,S.scriptKind)}e.updateLanguageServiceSourceFile=ae;var xe={isCancellationRequested:e.returnFalse,throwIfCancellationRequested:e.noop},B=function(){function S(G){this.cancellationToken=G}return S.prototype.isCancellationRequested=function(){return this.cancellationToken.isCancellationRequested()},S.prototype.throwIfCancellationRequested=function(){if(this.isCancellationRequested())throw e.tracing===null||e.tracing===void 0||e.tracing.instant("session","cancellationThrown",{kind:"CancellationTokenObject"}),new e.OperationCanceledException},S}(),de=function(){function S(G,ee){ee===void 0&&(ee=20),this.hostCancellationToken=G,this.throttleWaitMilliseconds=ee,this.lastCancellationCheckTime=0}return S.prototype.isCancellationRequested=function(){var G=e.timestamp(),ee=Math.abs(G-this.lastCancellationCheckTime);return ee>=this.throttleWaitMilliseconds?(this.lastCancellationCheckTime=G,this.hostCancellationToken.isCancellationRequested()):!1},S.prototype.throwIfCancellationRequested=function(){if(this.isCancellationRequested())throw e.tracing===null||e.tracing===void 0||e.tracing.instant("session","cancellationThrown",{kind:"ThrottledCancellationToken"}),new e.OperationCanceledException},S}();e.ThrottledCancellationToken=de;var er=["getSemanticDiagnostics","getSuggestionDiagnostics","getCompilerOptionsDiagnostics","getSemanticClassifications","getEncodedSemanticClassifications","getCodeFixesAtPosition","getCombinedCodeFix","applyCodeActionCommand","organizeImports","getEditsForFileRename","getEmitOutput","getApplicableRefactors","getEditsForRefactor","prepareCallHierarchy","provideCallHierarchyIncomingCalls","provideCallHierarchyOutgoingCalls","provideInlayHints"],De=Cn(Cn([],er,!0),["getCompletionsAtPosition","getCompletionEntryDetails","getCompletionEntrySymbol","getSignatureHelpItems","getQuickInfoAtPosition","getDefinitionAtPosition","getDefinitionAndBoundSpan","getImplementationAtPosition","getTypeDefinitionAtPosition","getReferencesAtPosition","findReferences","getOccurrencesAtPosition","getDocumentHighlights","getNavigateToItems","getRenameInfo","findRenameLocations","getApplicableRefactors"],!1);function Ae(S,G,ee){var Q,Qe;G===void 0&&(G=e.createDocumentRegistry(S.useCaseSensitiveFileNames&&S.useCaseSensitiveFileNames(),S.getCurrentDirectory()));var nr;ee===void 0?nr=e.LanguageServiceMode.Semantic:typeof ee=="boolean"?nr=ee?e.LanguageServiceMode.Syntactic:e.LanguageServiceMode.Semantic:nr=ee;var je=new Sr(S),Le,q,yr=0,$=S.getCancellationToken?new B(S.getCancellationToken()):xe,pe=S.getCurrentDirectory();e.maybeSetLocalizedDiagnosticMessages((Qe=S.getLocalizedDiagnosticMessages)===null||Qe===void 0?void 0:Qe.bind(S));function Ue(Pe){S.log&&S.log(Pe)}var We=e.hostUsesCaseSensitiveFileNames(S),Ze=e.createGetCanonicalFileName(We),pr=e.getSourceMapper({useCaseSensitiveFileNames:function(){return We},getCurrentDirectory:function(){return pe},getProgram:Z,fileExists:e.maybeBind(S,S.fileExists),readFile:e.maybeBind(S,S.readFile),getDocumentPositionMapper:e.maybeBind(S,S.getDocumentPositionMapper),getSourceFileLike:e.maybeBind(S,S.getSourceFileLike),log:Ue});function br(Pe){var Re=Le.getSourceFile(Pe);if(!Re){var Ve=new Error("Could not find source file: '".concat(Pe,"'."));throw Ve.ProgramFiles=Le.getSourceFiles().map(function(rr){return rr.fileName}),Ve}return Re}function Cr(){var Pe,Re,Ve;if(e.Debug.assert(nr!==e.LanguageServiceMode.Syntactic),S.getProjectVersion){var rr=S.getProjectVersion();if(rr){if(q===rr&&!(!((Pe=S.hasChangedAutomaticTypeDirectiveNames)===null||Pe===void 0)&&Pe.call(S)))return;q=rr}}var or=S.getTypeRootsVersion?S.getTypeRootsVersion():0;yr!==or&&(Ue("TypeRoots version has changed; provide new program"),Le=void 0,yr=or);var kr=S.getScriptFileNames().slice(),at=S.getCompilationSettings()||mr(),yt=S.hasInvalidatedResolution||e.returnFalse,rn=e.maybeBind(S,S.hasChangedAutomaticTypeDirectiveNames),Rt=(Re=S.getProjectReferences)===null||Re===void 0?void 0:Re.call(S),Jt,dt={getSourceFile:Zt,getSourceFileByPath:Ur,getCancellationToken:function(){return $},getCanonicalFileName:Ze,useCaseSensitiveFileNames:function(){return We},getNewLine:function(){return e.getNewLineCharacter(at,function(){return e.getNewLineOrDefaultFromHost(S)})},getDefaultLibFileName:function(lt){return S.getDefaultLibFileName(lt)},writeFile:e.noop,getCurrentDirectory:function(){return pe},fileExists:function(lt){return S.fileExists(lt)},readFile:function(lt){return S.readFile&&S.readFile(lt)},getSymlinkCache:e.maybeBind(S,S.getSymlinkCache),realpath:e.maybeBind(S,S.realpath),directoryExists:function(lt){return e.directoryProbablyExists(lt,S)},getDirectories:function(lt){return S.getDirectories?S.getDirectories(lt):[]},readDirectory:function(lt,jt,en,Un,Di){return e.Debug.checkDefined(S.readDirectory,"'LanguageServiceHost.readDirectory' must be implemented to correctly process 'projectReferences'"),S.readDirectory(lt,jt,en,Un,Di)},onReleaseOldSourceFile:$t,onReleaseParsedCommandLine:kn,hasInvalidatedResolution:yt,hasChangedAutomaticTypeDirectiveNames:rn,trace:e.maybeBind(S,S.trace),resolveModuleNames:e.maybeBind(S,S.resolveModuleNames),getModuleResolutionCache:e.maybeBind(S,S.getModuleResolutionCache),resolveTypeReferenceDirectives:e.maybeBind(S,S.resolveTypeReferenceDirectives),useSourceOfProjectReferenceRedirect:e.maybeBind(S,S.useSourceOfProjectReferenceRedirect),getParsedCommandLine:Wt},hn=dt.getSourceFile,Ut=e.changeCompilerHostLikeToUseCache(dt,function(lt){return e.toPath(lt,pe,Ze)},function(){for(var lt=[],jt=0;jt<arguments.length;jt++)lt[jt]=arguments[jt];return hn.call.apply(hn,Cn([dt],lt,!1))}).getSourceFileWithCache;dt.getSourceFile=Ut,(Ve=S.setCompilerHost)===null||Ve===void 0||Ve.call(S,dt);var Tt={useCaseSensitiveFileNames:We,fileExists:function(lt){return dt.fileExists(lt)},readFile:function(lt){return dt.readFile(lt)},readDirectory:function(){for(var lt,jt=[],en=0;en<arguments.length;en++)jt[en]=arguments[en];return(lt=dt).readDirectory.apply(lt,jt)},trace:dt.trace,getCurrentDirectory:dt.getCurrentDirectory,onUnRecoverableConfigFileDiagnostic:e.noop};if(e.isProgramUptoDate(Le,kr,at,function(lt,jt){return S.getScriptVersion(jt)},function(lt){return dt.fileExists(lt)},yt,rn,Wt,Rt))return;var me=G.getKeyForCompilationSettings(at),pn={rootNames:kr,options:at,host:dt,oldProgram:Le,projectReferences:Rt};Le=e.createProgram(pn),dt=void 0,Jt=void 0,pr.clearCache(),Le.getTypeChecker();return;function Wt(lt){var jt=e.toPath(lt,pe,Ze),en=Jt==null?void 0:Jt.get(jt);if(en!==void 0)return en||void 0;var Un=S.getParsedCommandLine?S.getParsedCommandLine(lt):an(lt);return(Jt||(Jt=new e.Map)).set(jt,Un||!1),Un}function an(lt){var jt=Zt(lt,100);if(!!jt)return jt.path=e.toPath(lt,pe,Ze),jt.resolvedPath=jt.path,jt.originalFileName=jt.fileName,e.parseJsonSourceFileConfigFileContent(jt,Tt,e.getNormalizedAbsolutePath(e.getDirectoryPath(lt),pe),void 0,e.getNormalizedAbsolutePath(lt,pe))}function kn(lt,jt,en){var Un;S.getParsedCommandLine?(Un=S.onReleaseParsedCommandLine)===null||Un===void 0||Un.call(S,lt,jt,en):jt&&$t(jt.sourceFile,en)}function $t(lt,jt){var en=G.getKeyForCompilationSettings(jt);G.releaseDocumentWithKey(lt.resolvedPath,en,lt.scriptKind,lt.impliedNodeFormat)}function Zt(lt,jt,en,Un){return Ur(lt,e.toPath(lt,pe,Ze),jt,en,Un)}function Ur(lt,jt,en,Un,Di){e.Debug.assert(dt,"getOrCreateSourceFileByPath called after typical CompilerHost lifetime, check the callstack something with a reference to an old host.");var hi=S.getScriptSnapshot(lt);if(!!hi){var Xn=e.getScriptKind(lt,S),Ei=S.getScriptVersion(lt);if(!Di){var Ci=Le&&Le.getSourceFileByPath(jt);if(Ci){if(Xn===Ci.scriptKind)return G.updateDocumentWithKey(lt,jt,S,me,hi,Ei,Xn,en);G.releaseDocumentWithKey(Ci.resolvedPath,G.getKeyForCompilationSettings(Le.getCompilerOptions()),Ci.scriptKind,Ci.impliedNodeFormat)}}return G.acquireDocumentWithKey(lt,jt,S,me,hi,Ei,Xn,en)}}}function Z(){if(nr===e.LanguageServiceMode.Syntactic){e.Debug.assert(Le===void 0);return}return Cr(),Le}function ge(){var Pe;return(Pe=S.getPackageJsonAutoImportProvider)===null||Pe===void 0?void 0:Pe.call(S)}function ar(Pe,Re){var Ve=Le.getTypeChecker(),rr=hn();if(!rr)return!1;for(var or=0,kr=Pe;or<kr.length;or++)for(var at=kr[or],yt=0,rn=at.references;yt<rn.length;yt++){var Rt=rn[yt],Jt=Ut(Rt);if(e.Debug.assertIsDefined(Jt),Re.has(Rt)||e.FindAllReferences.isDeclarationOfSymbol(Jt,rr)){Re.add(Rt),Rt.isDefinition=!0;var dt=e.getMappedDocumentSpan(Rt,pr,e.maybeBind(S,S.fileExists));dt&&Re.add(dt)}else Rt.isDefinition=!1}return!0;function hn(){for(var Tt=0,me=Pe;Tt<me.length;Tt++)for(var pn=me[Tt],Wt=0,an=pn.references;Wt<an.length;Wt++){var kn=an[Wt];if(Re.has(kn)){var $t=Ut(kn);return e.Debug.assertIsDefined($t),Ve.getSymbolAtLocation($t)}var Zt=e.getMappedDocumentSpan(kn,pr,e.maybeBind(S,S.fileExists));if(Zt&&Re.has(Zt)){var $t=Ut(Zt);if($t)return Ve.getSymbolAtLocation($t)}}}function Ut(Tt){var me=Le.getSourceFile(Tt.fileName);if(!!me){var pn=e.getTouchingPropertyName(me,Tt.textSpan.start),Wt=e.FindAllReferences.Core.getAdjustedNode(pn,{use:1});return Wt}}}function gr(){Le=void 0}function Fr(){if(Le){var Pe=G.getKeyForCompilationSettings(Le.getCompilerOptions());e.forEach(Le.getSourceFiles(),function(Re){return G.releaseDocumentWithKey(Re.resolvedPath,Pe,Re.scriptKind,Re.impliedNodeFormat)}),Le=void 0}S=void 0}function Lr(Pe){return Cr(),Le.getSyntacticDiagnostics(br(Pe),$).slice()}function ft(Pe){Cr();var Re=br(Pe),Ve=Le.getSemanticDiagnostics(Re,$);if(!e.getEmitDeclarations(Le.getCompilerOptions()))return Ve.slice();var rr=Le.getDeclarationDiagnostics(Re,$);return Cn(Cn([],Ve,!0),rr,!0)}function Oe(Pe){return Cr(),e.computeSuggestionDiagnostics(br(Pe),Le,$)}function L(){return Cr(),Cn(Cn([],Le.getOptionsDiagnostics($),!0),Le.getGlobalDiagnostics($),!0)}function t(Pe,Re,Ve,rr){Ve===void 0&&(Ve=e.emptyOptions);var or=Fi(Fi({},e.identity(Ve)),{includeCompletionsForModuleExports:Ve.includeCompletionsForModuleExports||Ve.includeExternalModuleExports,includeCompletionsWithInsertText:Ve.includeCompletionsWithInsertText||Ve.includeInsertTextCompletions});return Cr(),e.Completions.getCompletionsAtPosition(S,Le,Ue,br(Pe),Re,or,Ve.triggerCharacter,Ve.triggerKind,$,rr&&e.formatting.getFormatContext(rr,S))}function Et(Pe,Re,Ve,rr,or,kr,at){return kr===void 0&&(kr=e.emptyOptions),Cr(),e.Completions.getCompletionEntryDetails(Le,Ue,br(Pe),Re,{name:Ve,source:or,data:at},S,rr&&e.formatting.getFormatContext(rr,S),kr,$)}function It(Pe,Re,Ve,rr,or){return or===void 0&&(or=e.emptyOptions),Cr(),e.Completions.getCompletionEntrySymbol(Le,Ue,br(Pe),Re,{name:Ve,source:rr},S,or)}function He(Pe,Re){Cr();var Ve=br(Pe),rr=e.getTouchingPropertyName(Ve,Re);if(rr!==Ve){var or=Le.getTypeChecker(),kr=ce(rr),at=Gr(kr,or);if(!at||or.isUnknownSymbol(at)){var yt=k(Ve,kr,Re)?or.getTypeAtLocation(kr):void 0;return yt&&{kind:"",kindModifiers:"",textSpan:e.createTextSpanFromNode(kr,Ve),displayParts:or.runWithCancellationToken($,function(Ut){return e.typeToDisplayParts(Ut,yt,e.getContainerNode(kr))}),documentation:yt.symbol?yt.symbol.getDocumentationComment(or):void 0,tags:yt.symbol?yt.symbol.getJsDocTags(or):void 0}}var rn=or.runWithCancellationToken($,function(Ut){return e.SymbolDisplay.getSymbolDisplayPartsDocumentationAndSymbolKind(Ut,at,Ve,e.getContainerNode(kr),kr)}),Rt=rn.symbolKind,Jt=rn.displayParts,dt=rn.documentation,hn=rn.tags;return{kind:Rt,kindModifiers:e.SymbolDisplay.getSymbolModifiers(or,at),textSpan:e.createTextSpanFromNode(kr,Ve),displayParts:Jt,documentation:dt,tags:hn}}}function ce(Pe){return e.isNewExpression(Pe.parent)&&Pe.pos===Pe.parent.pos?Pe.parent.expression:e.isNamedTupleMember(Pe.parent)&&Pe.pos===Pe.parent.pos||e.isImportMeta(Pe.parent)&&Pe.parent.name===Pe?Pe.parent:Pe}function k(Pe,Re,Ve){switch(Re.kind){case 79:return!e.isLabelName(Re)&&!e.isTagName(Re)&&!e.isConstTypeReference(Re.parent);case 206:case 161:return!e.isInComment(Pe,Ve);case 108:case 192:case 106:case 197:return!0;case 231:return e.isImportMeta(Re);default:return!1}}function W(Pe,Re,Ve,rr){return Cr(),e.GoToDefinition.getDefinitionAtPosition(Le,br(Pe),Re,Ve,rr)}function he(Pe,Re){return Cr(),e.GoToDefinition.getDefinitionAndBoundSpan(Le,br(Pe),Re)}function Ar(Pe,Re){return Cr(),e.GoToDefinition.getTypeDefinitionAtPosition(Le.getTypeChecker(),br(Pe),Re)}function cr(Pe,Re){return Cr(),e.FindAllReferences.getImplementationsAtPosition(Le,$,Le.getSourceFiles(),br(Pe),Re)}function Vr(Pe,Re){return e.flatMap(Qr(Pe,Re,[Pe]),function(Ve){return Ve.highlightSpans.map(function(rr){return Fi(Fi({fileName:Ve.fileName,textSpan:rr.textSpan,isWriteAccess:rr.kind==="writtenReference"},rr.isInString&&{isInString:!0}),rr.contextSpan&&{contextSpan:rr.contextSpan})})})}function Qr(Pe,Re,Ve){var rr=e.normalizePath(Pe);e.Debug.assert(Ve.some(function(at){return e.normalizePath(at)===rr})),Cr();var or=e.mapDefined(Ve,function(at){return Le.getSourceFile(at)}),kr=br(Pe);return e.DocumentHighlights.getDocumentHighlights(Le,$,kr,Re,or)}function nt(Pe,Re,Ve,rr,or){Cr();var kr=br(Pe),at=e.getAdjustedRenameLocation(e.getTouchingPropertyName(kr,Re));if(!!e.Rename.nodeIsEligibleForRename(at))if(e.isIdentifier(at)&&(e.isJsxOpeningElement(at.parent)||e.isJsxClosingElement(at.parent))&&e.isIntrinsicJsxName(at.escapedText)){var yt=at.parent.parent,rn=yt.openingElement,Rt=yt.closingElement;return[rn,Rt].map(function(Jt){var dt=e.createTextSpanFromNode(Jt.tagName,kr);return Fi({fileName:kr.fileName,textSpan:dt},e.FindAllReferences.toContextSpan(dt,kr,Jt.parent))})}else return St(at,Re,{findInStrings:Ve,findInComments:rr,providePrefixAndSuffixTextForRename:or,use:2},function(Jt,dt,hn){return e.FindAllReferences.toRenameLocation(Jt,dt,hn,or||!1)})}function vt(Pe,Re){return Cr(),St(e.getTouchingPropertyName(br(Pe),Re),Re,{use:1},e.FindAllReferences.toReferenceEntry)}function St(Pe,Re,Ve,rr){Cr();var or=Ve&&Ve.use===2?Le.getSourceFiles().filter(function(kr){return!Le.isSourceFileDefaultLibrary(kr)}):Le.getSourceFiles();return e.FindAllReferences.findReferenceOrRenameEntries(Le,$,or,Pe,Re,Ve,rr)}function Wr(Pe,Re){return Cr(),e.FindAllReferences.findReferencedSymbols(Le,$,Le.getSourceFiles(),br(Pe),Re)}function zr(Pe){return Cr(),e.FindAllReferences.Core.getReferencesForFileName(Pe,Le,Le.getSourceFiles()).map(e.FindAllReferences.toReferenceEntry)}function ut(Pe,Re,Ve,rr){rr===void 0&&(rr=!1),Cr();var or=Ve?[br(Ve)]:Le.getSourceFiles();return e.NavigateTo.getNavigateToItems(or,Le.getTypeChecker(),$,Pe,Re,rr)}function Ct(Pe,Re,Ve){Cr();var rr=br(Pe),or=S.getCustomTransformers&&S.getCustomTransformers();return e.getFileEmitOutput(Le,rr,!!Re,$,or,Ve)}function wt(Pe,Re,Ve){var rr=Ve===void 0?e.emptyOptions:Ve,or=rr.triggerReason;Cr();var kr=br(Pe);return e.SignatureHelp.getSignatureHelpItems(Le,kr,Re,or,$)}function Qt(Pe){return je.getCurrentSourceFile(Pe)}function xn(Pe,Re,Ve){var rr=je.getCurrentSourceFile(Pe),or=e.getTouchingPropertyName(rr,Re);if(or!==rr){switch(or.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 kr=or;;)if(e.isRightSideOfPropertyAccess(kr)||e.isRightSideOfQualifiedName(kr))kr=kr.parent;else if(e.isNameOfModuleDeclaration(kr))if(kr.parent.parent.kind===261&&kr.parent.parent.body===kr.parent)kr=kr.parent.parent.name;else break;else break;return e.createTextSpanFromBounds(kr.getStart(),or.getEnd())}}function un(Pe,Re){var Ve=je.getCurrentSourceFile(Pe);return e.BreakpointResolver.spanInSourceFileAtLocation(Ve,Re)}function An(Pe){return e.NavigationBar.getNavigationBarItems(je.getCurrentSourceFile(Pe),$)}function Nn(Pe){return e.NavigationBar.getNavigationTree(je.getCurrentSourceFile(Pe),$)}function On(Pe,Re,Ve){Cr();var rr=Ve||"original";return rr==="2020"?e.classifier.v2020.getSemanticClassifications(Le,$,br(Pe),Re):e.getSemanticClassifications(Le.getTypeChecker(),$,br(Pe),Le.getClassifiableNames(),Re)}function si(Pe,Re,Ve){Cr();var rr=Ve||"original";return rr==="original"?e.getEncodedSemanticClassifications(Le.getTypeChecker(),$,br(Pe),Le.getClassifiableNames(),Re):e.classifier.v2020.getEncodedSemanticClassifications(Le,$,br(Pe),Re)}function _i(Pe,Re){return e.getSyntacticClassifications($,je.getCurrentSourceFile(Pe),Re)}function Vn(Pe,Re){return e.getEncodedSyntacticClassifications($,je.getCurrentSourceFile(Pe),Re)}function ji(Pe){var Re=je.getCurrentSourceFile(Pe);return e.OutliningElementsCollector.collectElements(Re,$)}var Jn=new e.Map(e.getEntries((Q={},Q[18]=19,Q[20]=21,Q[22]=23,Q[31]=29,Q)));Jn.forEach(function(Pe,Re){return Jn.set(Pe.toString(),Number(Re))});function Sn(Pe,Re){var Ve=je.getCurrentSourceFile(Pe),rr=e.getTouchingToken(Ve,Re),or=rr.getStart(Ve)===Re?Jn.get(rr.kind.toString()):void 0,kr=or&&e.findChildOfKind(rr.parent,or,Ve);return kr?[e.createTextSpanFromNode(rr,Ve),e.createTextSpanFromNode(kr,Ve)].sort(function(at,yt){return at.start-yt.start}):e.emptyArray}function ei(Pe,Re,Ve){var rr=e.timestamp(),or=C(Ve),kr=je.getCurrentSourceFile(Pe);Ue("getIndentationAtPosition: getCurrentSourceFile: "+(e.timestamp()-rr)),rr=e.timestamp();var at=e.formatting.SmartIndenter.getIndentation(Re,kr,or);return Ue("getIndentationAtPosition: computeIndentation : "+(e.timestamp()-rr)),at}function Ni(Pe,Re,Ve,rr){var or=je.getCurrentSourceFile(Pe);return e.formatting.formatSelection(Re,Ve,or,e.formatting.getFormatContext(C(rr),S))}function di(Pe,Re){return e.formatting.formatDocument(je.getCurrentSourceFile(Pe),e.formatting.getFormatContext(C(Re),S))}function Fn(Pe,Re,Ve,rr){var or=je.getCurrentSourceFile(Pe),kr=e.formatting.getFormatContext(C(rr),S);if(!e.isInComment(or,Re))switch(Ve){case"{":return e.formatting.formatOnOpeningCurly(Re,or,kr);case"}":return e.formatting.formatOnClosingCurly(Re,or,kr);case";":return e.formatting.formatOnSemicolon(Re,or,kr);case`
|
|
231
|
+
`:return e.formatting.formatOnEnter(Re,or,kr)}return[]}function bt(Pe,Re,Ve,rr,or,kr){kr===void 0&&(kr=e.emptyOptions),Cr();var at=br(Pe),yt=e.createTextSpanFromBounds(Re,Ve),rn=e.formatting.getFormatContext(or,S);return e.flatMap(e.deduplicate(rr,e.equateValues,e.compareValues),function(Rt){return $.throwIfCancellationRequested(),e.codefix.getFixes({errorCode:Rt,sourceFile:at,span:yt,program:Le,host:S,cancellationToken:$,formatContext:rn,preferences:kr})})}function Wn(Pe,Re,Ve,rr){rr===void 0&&(rr=e.emptyOptions),Cr(),e.Debug.assert(Pe.type==="file");var or=br(Pe.fileName),kr=e.formatting.getFormatContext(Ve,S);return e.codefix.getAllFixes({fixId:Re,sourceFile:or,program:Le,host:S,cancellationToken:$,formatContext:kr,preferences:rr})}function Xt(Pe,Re,Ve){Ve===void 0&&(Ve=e.emptyOptions),Cr(),e.Debug.assert(Pe.type==="file");var rr=br(Pe.fileName),or=e.formatting.getFormatContext(Re,S);return e.OrganizeImports.organizeImports(rr,or,S,Le,Ve,Pe.skipDestructiveCodeActions)}function Hn(Pe,Re,Ve,rr){return rr===void 0&&(rr=e.emptyOptions),e.getEditsForFileRename(Z(),Pe,Re,S,e.formatting.getFormatContext(Ve,S),rr,pr)}function Oi(Pe,Re){var Ve=typeof Pe=="string"?Re:Pe;return e.isArray(Ve)?Promise.all(Ve.map(function(rr){return Ke(rr)})):Ke(Ve)}function Ke(Pe){var Re=function(Ve){return e.toPath(Ve,pe,Ze)};return e.Debug.assertEqual(Pe.type,"install package"),S.installPackage?S.installPackage({fileName:Re(Pe.file),packageName:Pe.packageName}):Promise.reject("Host does not implement `installPackage`")}function qt(Pe,Re,Ve){return e.JsDoc.getDocCommentTemplateAtPosition(e.getNewLineOrDefaultFromHost(S),je.getCurrentSourceFile(Pe),Re,Ve)}function I(Pe,Re,Ve){if(Ve===60)return!1;var rr=je.getCurrentSourceFile(Pe);if(e.isInString(rr,Re))return!1;if(e.isInsideJsxElementOrAttribute(rr,Re))return Ve===123;if(e.isInTemplateString(rr,Re))return!1;switch(Ve){case 39:case 34:case 96:return!e.isInComment(rr,Re)}return!0}function mi(Pe,Re){var Ve=je.getCurrentSourceFile(Pe),rr=e.findPrecedingToken(Re,Ve);if(!!rr){var or=rr.kind===31&&e.isJsxOpeningElement(rr.parent)?rr.parent.parent:e.isJsxText(rr)&&e.isJsxElement(rr.parent)?rr.parent:void 0;if(or&&xi(or))return{newText:"</".concat(or.openingElement.tagName.getText(Ve),">")};var kr=rr.kind===31&&e.isJsxOpeningFragment(rr.parent)?rr.parent.parent:e.isJsxText(rr)&&e.isJsxFragment(rr.parent)?rr.parent:void 0;if(kr&&ii(kr))return{newText:"</>"}}}function qn(Pe,Re){return{lineStarts:Pe.getLineStarts(),firstLine:Pe.getLineAndCharacterOfPosition(Re.pos).line,lastLine:Pe.getLineAndCharacterOfPosition(Re.end).line}}function hr(Pe,Re,Ve){for(var rr=je.getCurrentSourceFile(Pe),or=[],kr=qn(rr,Re),at=kr.lineStarts,yt=kr.firstLine,rn=kr.lastLine,Rt=Ve||!1,Jt=Number.MAX_VALUE,dt=new e.Map,hn=new RegExp(/\S/),Ut=e.isInsideJsxElement(rr,at[yt]),Tt=Ut?"{/*":"//",me=yt;me<=rn;me++){var pn=rr.text.substring(at[me],rr.getLineEndOfPosition(at[me])),Wt=hn.exec(pn);Wt&&(Jt=Math.min(Jt,Wt.index),dt.set(me.toString(),Wt.index),pn.substr(Wt.index,Tt.length)!==Tt&&(Rt=Ve===void 0||Ve))}for(var me=yt;me<=rn;me++)if(!(yt!==rn&&at[me]===Re.end)){var an=dt.get(me.toString());an!==void 0&&(Ut?or.push.apply(or,Yt(Pe,{pos:at[me]+Jt,end:rr.getLineEndOfPosition(at[me])},Rt,Ut)):Rt?or.push({newText:Tt,span:{length:0,start:at[me]+Jt}}):rr.text.substr(at[me]+an,Tt.length)===Tt&&or.push({newText:"",span:{length:Tt.length,start:at[me]+an}}))}return or}function Yt(Pe,Re,Ve,rr){for(var or,kr=je.getCurrentSourceFile(Pe),at=[],yt=kr.text,rn=!1,Rt=Ve||!1,Jt=[],dt=Re.pos,hn=rr!==void 0?rr:e.isInsideJsxElement(kr,dt),Ut=hn?"{/*":"/*",Tt=hn?"*/}":"*/",me=hn?"\\{\\/\\*":"\\/\\*",pn=hn?"\\*\\/\\}":"\\*\\/";dt<=Re.end;){var Wt=yt.substr(dt,Ut.length)===Ut?Ut.length:0,an=e.isInComment(kr,dt+Wt);if(an)hn&&(an.pos--,an.end++),Jt.push(an.pos),an.kind===3&&Jt.push(an.end),rn=!0,dt=an.end+1;else{var kn=yt.substring(dt,Re.end).search("(".concat(me,")|(").concat(pn,")"));Rt=Ve!==void 0?Ve:Rt||!e.isTextWhiteSpaceLike(yt,dt,kn===-1?Re.end:dt+kn),dt=kn===-1?Re.end+1:dt+kn+Tt.length}}if(Rt||!rn){((or=e.isInComment(kr,Re.pos))===null||or===void 0?void 0:or.kind)!==2&&e.insertSorted(Jt,Re.pos,e.compareValues),e.insertSorted(Jt,Re.end,e.compareValues);var $t=Jt[0];yt.substr($t,Ut.length)!==Ut&&at.push({newText:Ut,span:{length:0,start:$t}});for(var Zt=1;Zt<Jt.length-1;Zt++)yt.substr(Jt[Zt]-Tt.length,Tt.length)!==Tt&&at.push({newText:Tt,span:{length:0,start:Jt[Zt]}}),yt.substr(Jt[Zt],Ut.length)!==Ut&&at.push({newText:Ut,span:{length:0,start:Jt[Zt]}});at.length%2!==0&&at.push({newText:Tt,span:{length:0,start:Jt[Jt.length-1]}})}else for(var Ur=0,lt=Jt;Ur<lt.length;Ur++){var jt=lt[Ur],en=jt-Tt.length>0?jt-Tt.length:0,Wt=yt.substr(en,Tt.length)===Tt?Tt.length:0;at.push({newText:"",span:{length:Ut.length,start:jt-Wt}})}return at}function jn(Pe,Re){var Ve=je.getCurrentSourceFile(Pe),rr=qn(Ve,Re),or=rr.firstLine,kr=rr.lastLine;return or===kr&&Re.pos!==Re.end?Yt(Pe,Re,!0):hr(Pe,Re,!0)}function gi(Pe,Re){var Ve=je.getCurrentSourceFile(Pe),rr=[],or=Re.pos,kr=Re.end;or===kr&&(kr+=e.isInsideJsxElement(Ve,or)?2:1);for(var at=or;at<=kr;at++){var yt=e.isInComment(Ve,at);if(yt){switch(yt.kind){case 2:rr.push.apply(rr,hr(Pe,{end:yt.end,pos:yt.pos+1},!1));break;case 3:rr.push.apply(rr,Yt(Pe,{end:yt.end,pos:yt.pos+1},!1))}at=yt.end+1}}return rr}function xi(Pe){var Re=Pe.openingElement,Ve=Pe.closingElement,rr=Pe.parent;return!e.tagNamesAreEquivalent(Re.tagName,Ve.tagName)||e.isJsxElement(rr)&&e.tagNamesAreEquivalent(Re.tagName,rr.openingElement.tagName)&&xi(rr)}function ii(Pe){var Re=Pe.closingFragment,Ve=Pe.parent;return!!(Re.flags&131072)||e.isJsxFragment(Ve)&&ii(Ve)}function Mi(Pe,Re,Ve){var rr=je.getCurrentSourceFile(Pe),or=e.formatting.getRangeOfEnclosingComment(rr,Re);return or&&(!Ve||or.kind===3)?e.createTextSpanFromRange(or):void 0}function gn(Pe,Re){Cr();var Ve=br(Pe);$.throwIfCancellationRequested();var rr=Ve.text,or=[];if(Re.length>0&&!pn(Ve.fileName))for(var kr=Tt(),at=void 0;at=kr.exec(rr);){$.throwIfCancellationRequested();var yt=3;e.Debug.assert(at.length===Re.length+yt);var rn=at[1],Rt=at.index+rn.length;if(!!e.isInComment(Ve,Rt)){for(var Jt=void 0,dt=0;dt<Re.length;dt++)at[dt+yt]&&(Jt=Re[dt]);if(Jt===void 0)return e.Debug.fail();if(!me(rr.charCodeAt(Rt+Jt.text.length))){var hn=at[2];or.push({descriptor:Jt,message:hn,position:Rt})}}}return or;function Ut(Wt){return Wt.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}function Tt(){var Wt=/(?:\/\/+\s*)/.source,an=/(?:\/\*+\s*)/.source,kn=/(?:^(?:\s|\*)*)/.source,$t="("+kn+"|"+Wt+"|"+an+")",Zt="(?:"+e.map(Re,function(Un){return"("+Ut(Un.text)+")"}).join("|")+")",Ur=/(?:$|\*\/)/.source,lt=/(?:.*?)/.source,jt="("+Zt+lt+")",en=$t+jt+Ur;return new RegExp(en,"gim")}function me(Wt){return Wt>=97&&Wt<=122||Wt>=65&&Wt<=90||Wt>=48&&Wt<=57}function pn(Wt){return e.stringContains(Wt,"/node_modules/")}}function Si(Pe,Re,Ve){return Cr(),e.Rename.getRenameInfo(Le,br(Pe),Re,Ve||{})}function ai(Pe,Re,Ve,rr,or,kr){var at=typeof Re=="number"?[Re,void 0]:[Re.pos,Re.end],yt=at[0],rn=at[1];return{file:Pe,startPosition:yt,endPosition:rn,program:Z(),host:S,formatContext:e.formatting.getFormatContext(rr,S),cancellationToken:$,preferences:Ve,triggerReason:or,kind:kr}}function yi(Pe,Re,Ve){return{file:Pe,program:Z(),host:S,span:Re,preferences:Ve,cancellationToken:$}}function Bn(Pe,Re){return e.SmartSelectionRange.getSmartSelectionRange(Re,je.getCurrentSourceFile(Pe))}function mt(Pe,Re,Ve,rr,or){Ve===void 0&&(Ve=e.emptyOptions),Cr();var kr=br(Pe);return e.refactor.getApplicableRefactors(ai(kr,Re,Ve,e.emptyOptions,rr,or))}function tr(Pe,Re,Ve,rr,or,kr){kr===void 0&&(kr=e.emptyOptions),Cr();var at=br(Pe);return e.refactor.getEditsForRefactor(ai(at,Ve,kr,Re),rr,or)}function Or(Pe,Re){return Re===0?{line:0,character:0}:pr.toLineColumnOffset(Pe,Re)}function sr(Pe,Re){Cr();var Ve=e.CallHierarchy.resolveCallHierarchyDeclaration(Le,e.getTouchingPropertyName(br(Pe),Re));return Ve&&e.mapOneOrMany(Ve,function(rr){return e.CallHierarchy.createCallHierarchyItem(Le,rr)})}function ke(Pe,Re){Cr();var Ve=br(Pe),rr=e.firstOrOnly(e.CallHierarchy.resolveCallHierarchyDeclaration(Le,Re===0?Ve:e.getTouchingPropertyName(Ve,Re)));return rr?e.CallHierarchy.getIncomingCalls(Le,rr,$):[]}function Ft(Pe,Re){Cr();var Ve=br(Pe),rr=e.firstOrOnly(e.CallHierarchy.resolveCallHierarchyDeclaration(Le,Re===0?Ve:e.getTouchingPropertyName(Ve,Re)));return rr?e.CallHierarchy.getOutgoingCalls(Le,rr):[]}function zt(Pe,Re,Ve){Ve===void 0&&(Ve=e.emptyOptions),Cr();var rr=br(Pe);return e.InlayHints.provideInlayHints(yi(rr,Re,Ve))}var Lt={dispose:Fr,cleanupSemanticCache:gr,getSyntacticDiagnostics:Lr,getSemanticDiagnostics:ft,getSuggestionDiagnostics:Oe,getCompilerOptionsDiagnostics:L,getSyntacticClassifications:_i,getSemanticClassifications:On,getEncodedSyntacticClassifications:Vn,getEncodedSemanticClassifications:si,getCompletionsAtPosition:t,getCompletionEntryDetails:Et,getCompletionEntrySymbol:It,getSignatureHelpItems:wt,getQuickInfoAtPosition:He,getDefinitionAtPosition:W,getDefinitionAndBoundSpan:he,getImplementationAtPosition:cr,getTypeDefinitionAtPosition:Ar,getReferencesAtPosition:vt,findReferences:Wr,getFileReferences:zr,getOccurrencesAtPosition:Vr,getDocumentHighlights:Qr,getNameOrDottedNameSpan:xn,getBreakpointStatementAtPosition:un,getNavigateToItems:ut,getRenameInfo:Si,getSmartSelectionRange:Bn,findRenameLocations:nt,getNavigationBarItems:An,getNavigationTree:Nn,getOutliningSpans:ji,getTodoComments:gn,getBraceMatchingAtPosition:Sn,getIndentationAtPosition:ei,getFormattingEditsForRange:Ni,getFormattingEditsForDocument:di,getFormattingEditsAfterKeystroke:Fn,getDocCommentTemplateAtPosition:qt,isValidBraceCompletionAtPosition:I,getJsxClosingTagAtPosition:mi,getSpanOfEnclosingComment:Mi,getCodeFixesAtPosition:bt,getCombinedCodeFix:Wn,applyCodeActionCommand:Oi,organizeImports:Xt,getEditsForFileRename:Hn,getEmitOutput:Ct,getNonBoundSourceFile:Qt,getProgram:Z,getCurrentProgram:function(){return Le},getAutoImportProvider:ge,updateIsDefinitionOfReferencedSymbols:ar,getApplicableRefactors:mt,getEditsForRefactor:tr,toLineColumnOffset:Or,getSourceMapper:function(){return pr},clearSourceMapperCache:function(){return pr.clearCache()},prepareCallHierarchy:sr,provideCallHierarchyIncomingCalls:ke,provideCallHierarchyOutgoingCalls:Ft,toggleLineComment:hr,toggleMultilineComment:Yt,commentSelection:jn,uncommentSelection:gi,provideInlayHints:zt};switch(nr){case e.LanguageServiceMode.Semantic:break;case e.LanguageServiceMode.PartialSemantic:er.forEach(function(Pe){return Lt[Pe]=function(){throw new Error("LanguageService Operation: ".concat(Pe," not allowed in LanguageServiceMode.PartialSemantic"))}});break;case e.LanguageServiceMode.Syntactic:De.forEach(function(Pe){return Lt[Pe]=function(){throw new Error("LanguageService Operation: ".concat(Pe," not allowed in LanguageServiceMode.Syntactic"))}});break;default:e.Debug.assertNever(nr)}return Lt}e.createLanguageService=Ae;function ur(S){return S.nameTable||Fe(S),S.nameTable}e.getNameTable=ur;function Fe(S){var G=S.nameTable=new e.Map;S.forEachChild(function ee(Q){if(e.isIdentifier(Q)&&!e.isTagName(Q)&&Q.escapedText||e.isStringOrNumericLiteralLike(Q)&&Ye(Q)){var Qe=e.getEscapedTextOfIdentifierOrLiteral(Q);G.set(Qe,G.get(Qe)===void 0?Q.pos:-1)}else if(e.isPrivateIdentifier(Q)){var Qe=Q.escapedText;G.set(Qe,G.get(Qe)===void 0?Q.pos:-1)}if(e.forEachChild(Q,ee),e.hasJSDocNodes(Q))for(var nr=0,je=Q.jsDoc;nr<je.length;nr++){var Le=je[nr];e.forEachChild(Le,ee)}})}function Ye(S){return e.isDeclarationName(S)||S.parent.kind===277||y(S)||e.isLiteralComputedPropertyDeclarationName(S)}function xr(S){var G=Nr(S);return G&&(e.isObjectLiteralExpression(G.parent)||e.isJsxAttributes(G.parent))?G:void 0}e.getContainingObjectLiteralElement=xr;function Nr(S){switch(S.kind){case 10:case 14:case 8:if(S.parent.kind===162)return e.isObjectLiteralElement(S.parent.parent)?S.parent.parent:void 0;case 79:return e.isObjectLiteralElement(S.parent)&&(S.parent.parent.kind===205||S.parent.parent.kind===286)&&S.parent.name===S?S.parent:void 0}}function Gr(S,G){var ee=xr(S);if(ee){var Q=G.getContextualType(ee.parent),Qe=Q&&oe(ee,G,Q,!1);if(Qe&&Qe.length===1)return e.first(Qe)}return G.getSymbolAtLocation(S)}function oe(S,G,ee,Q){var Qe=e.getNameFromPropertyName(S.name);if(!Qe)return e.emptyArray;if(!ee.isUnion()){var nr=ee.getProperty(Qe);return nr?[nr]:e.emptyArray}var je=e.mapDefined(ee.types,function(Le){return(e.isObjectLiteralExpression(S.parent)||e.isJsxAttributes(S.parent))&&G.isTypeInvalidDueToUnionDiscriminant(Le,S.parent)?void 0:Le.getProperty(Qe)});if(Q&&(je.length===0||je.length===ee.types.length)){var nr=ee.getProperty(Qe);if(nr)return[nr]}return je.length===0?e.mapDefined(ee.types,function(Le){return Le.getProperty(Qe)}):je}e.getPropertySymbolsFromContextualType=oe;function y(S){return S&&S.parent&&S.parent.kind===207&&S.parent.argumentExpression===S}function g(S){return e.combinePaths("/prettier-security-dirname-placeholder",e.getDefaultLibFileName(S))}e.getDefaultLibFilePath=g,e.setObjectAllocator(Ce())})($r||($r={}));ah.exports=$r});var Hf=Xr(es=>{"use strict";be();var UT=es&&es.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),zT=es&&es.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),oh=es&&es.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&UT(r,e,a);return zT(r,e),r};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=Xr(bo=>{"use strict";be();var WT=bo&&bo.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),HT=bo&&bo.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),GT=bo&&bo.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&WT(r,e,a);return HT(r,e),r};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 r;if(e!=null){if(_h){if(Uu.canHaveModifiers(e)){let a=Uu.getModifiers(e);return a?Array.from(a):void 0}return}return(r=e.modifiers)===null||r===void 0?void 0:r.filter(a=>!Uu.isDecorator(a))}}bo.getModifiers=$T;function VT(e){var r;if(e!=null){if(_h){if(Uu.canHaveDecorators(e)){let a=Uu.getDecorators(e);return a?Array.from(a):void 0}return}return(r=e.decorators)===null||r===void 0?void 0:r.filter(Uu.isDecorator)}}bo.getDecorators=VT});var ch=Xr(Up=>{"use strict";be();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=Xr(S_=>{"use strict";be();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=Xr(uh=>{"use strict";be();Object.defineProperty(uh,"__esModule",{value:!0})});var fh=Xr(ph=>{"use strict";be();Object.defineProperty(ph,"__esModule",{value:!0})});var dh=Xr(rs=>{"use strict";be();var ZT=rs&&rs.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),ex=rs&&rs.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),rx=rs&&rs.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&ZT(r,e,a);return ex(r,e),r};Object.defineProperty(rs,"__esModule",{value:!0});rs.TSESTree=void 0;rs.TSESTree=rx(Xf())});var gh=Xr(ao=>{"use strict";be();var tx=ao&&ao.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),$f=ao&&ao.__exportStar||function(e,r){for(var a in e)a!=="default"&&!Object.prototype.hasOwnProperty.call(r,a)&&tx(r,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=Xr(yh=>{"use strict";be();Object.defineProperty(yh,"__esModule",{value:!0})});var bh=Xr(vh=>{"use strict";be();Object.defineProperty(vh,"__esModule",{value:!0})});var zp=Xr(Ua=>{"use strict";be();var nx=Ua&&Ua.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),Th=Ua&&Ua.__exportStar||function(e,r){for(var a in e)a!=="default"&&!Object.prototype.hasOwnProperty.call(r,a)&&nx(r,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 rp=Xr(_t=>{"use strict";be();var ix=_t&&_t.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),ax=_t&&_t.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),ox=_t&&_t.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&ix(r,e,a);return ax(r,e),r};Object.defineProperty(_t,"__esModule",{value:!0});_t.isThisInTypeQuery=_t.isThisIdentifier=_t.identifierIsThisKeyword=_t.firstDefined=_t.nodeHasTokens=_t.createError=_t.TSError=_t.convertTokens=_t.convertToken=_t.getTokenType=_t.isChildUnwrappableOptionalChain=_t.isChainExpression=_t.isOptional=_t.isComputedProperty=_t.unescapeStringLiteralText=_t.hasJSXAncestor=_t.findFirstMatchingAncestor=_t.findNextToken=_t.getTSNodeAccessibility=_t.getDeclarationKind=_t.isJSXToken=_t.isToken=_t.getRange=_t.canContainDirective=_t.getLocFor=_t.getLineAndCharacterFor=_t.getBinaryExpressionType=_t.isJSDocComment=_t.isComment=_t.isComma=_t.getLastModifier=_t.hasModifier=_t.isESTreeClassMember=_t.getTextForTokenKind=_t.isLogicalOperator=_t.isAssignmentOperator=void 0;var Ra=ox(pi()),Zf=Gf(),sx=ch(),Xi=zp(),tn=Ra.SyntaxKind,_x=[tn.BarBarToken,tn.AmpersandAmpersandToken,tn.QuestionQuestionToken];function xh(e){return e.kind>=tn.FirstAssignment&&e.kind<=tn.LastAssignment}_t.isAssignmentOperator=xh;function Sh(e){return _x.includes(e.kind)}_t.isLogicalOperator=Sh;function cx(e){return Ra.tokenToString(e)}_t.getTextForTokenKind=cx;function ux(e){return e.kind!==tn.SemicolonClassElement}_t.isESTreeClassMember=ux;function lx(e,r){let a=(0,Zf.getModifiers)(r);return(a==null?void 0:a.some(_=>_.kind===e))===!0}_t.hasModifier=lx;function px(e){var r;let a=(0,Zf.getModifiers)(e);return a==null?null:(r=a[a.length-1])!==null&&r!==void 0?r:null}_t.getLastModifier=px;function fx(e){return e.kind===tn.CommaToken}_t.isComma=fx;function Dh(e){return e.kind===tn.SingleLineCommentTrivia||e.kind===tn.MultiLineCommentTrivia}_t.isComment=Dh;function Eh(e){return e.kind===tn.JSDocComment}_t.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}_t.getBinaryExpressionType=dx;function Qf(e,r){let a=r.getLineAndCharacterOfPosition(e);return{line:a.line+1,column:a.character}}_t.getLineAndCharacterFor=Qf;function Yf(e,r,a){return{start:Qf(e,a),end:Qf(r,a)}}_t.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}_t.canContainDirective=mx;function gx(e,r){return[e.getStart(r),e.getEnd()]}_t.getRange=gx;function Ch(e){return e.kind>=tn.FirstToken&&e.kind<=tn.LastToken}_t.isToken=Ch;function ed(e){return e.kind>=tn.JsxElement&&e.kind<=tn.JsxAttribute}_t.isJSXToken=ed;function yx(e){return e.flags&Ra.NodeFlags.Let?"let":e.flags&Ra.NodeFlags.Const?"const":"var"}_t.getDeclarationKind=yx;function hx(e){let r=(0,Zf.getModifiers)(e);if(r==null)return null;for(let a of r)switch(a.kind){case tn.PublicKeyword:return"public";case tn.ProtectedKeyword:return"protected";case tn.PrivateKeyword:return"private";default:break}return null}_t.getTSNodeAccessibility=hx;function vx(e,r,a){return _(r);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)}}_t.findNextToken=vx;function wh(e,r){for(;e;){if(r(e))return e;e=e.parent}}_t.findFirstMatchingAncestor=wh;function Ah(e){return!!wh(e,ed)}_t.hasJSXAncestor=Ah;function bx(e){return e.replace(/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,r=>{let a=r.slice(1,-1);if(a[0]==="#"){let _=a[1]==="x"?parseInt(a.slice(2),16):parseInt(a.slice(1),10);return _>1114111?r:String.fromCodePoint(_)}return sx.xhtmlEntities[a]||r})}_t.unescapeStringLiteralText=bx;function Tx(e){return e.kind===tn.ComputedPropertyName}_t.isComputedProperty=Tx;function xx(e){return e.questionToken?e.questionToken.kind===tn.QuestionToken:!1}_t.isOptional=xx;function kh(e){return e.type===Xi.AST_NODE_TYPES.ChainExpression}_t.isChainExpression=kh;function Sx(e,r){return kh(r)&&e.expression.kind!==Ra.SyntaxKind.ParenthesizedExpression}_t.isChildUnwrappableOptionalChain=Sx;function Ph(e){if("originalKeywordKind"in e&&e.originalKeywordKind)return e.originalKeywordKind===tn.NullKeyword?Xi.AST_TOKEN_TYPES.Null:e.originalKeywordKind>=tn.FirstFutureReservedWord&&e.originalKeywordKind<=tn.LastKeyword?Xi.AST_TOKEN_TYPES.Identifier:Xi.AST_TOKEN_TYPES.Keyword;if(e.kind>=tn.FirstKeyword&&e.kind<=tn.LastFutureReservedWord)return e.kind===tn.FalseKeyword||e.kind===tn.TrueKeyword?Xi.AST_TOKEN_TYPES.Boolean:Xi.AST_TOKEN_TYPES.Keyword;if(e.kind>=tn.FirstPunctuation&&e.kind<=tn.LastPunctuation)return Xi.AST_TOKEN_TYPES.Punctuator;if(e.kind>=tn.NoSubstitutionTemplateLiteral&&e.kind<=tn.TemplateTail)return Xi.AST_TOKEN_TYPES.Template;switch(e.kind){case tn.NumericLiteral:return Xi.AST_TOKEN_TYPES.Numeric;case tn.JsxText:return Xi.AST_TOKEN_TYPES.JSXText;case tn.StringLiteral:return e.parent&&(e.parent.kind===tn.JsxAttribute||e.parent.kind===tn.JsxElement)?Xi.AST_TOKEN_TYPES.JSXText:Xi.AST_TOKEN_TYPES.String;case tn.RegularExpressionLiteral:return Xi.AST_TOKEN_TYPES.RegularExpression;case tn.Identifier:case tn.ConstructorKeyword:case tn.GetKeyword:case tn.SetKeyword:default:}return e.parent&&e.kind===tn.Identifier&&(ed(e.parent)||e.parent.kind===tn.PropertyAccessExpression&&Ah(e))?Xi.AST_TOKEN_TYPES.JSXIdentifier:Xi.AST_TOKEN_TYPES.Identifier}_t.getTokenType=Ph;function Ih(e,r){let a=e.kind===tn.JsxText?e.getFullStart():e.getStart(r),_=e.getEnd(),d=r.text.slice(a,_),x=Ph(e);return x===Xi.AST_TOKEN_TYPES.RegularExpression?{type:x,value:d,range:[a,_],loc:Yf(a,_,r),regex:{pattern:d.slice(1,d.lastIndexOf("/")),flags:d.slice(d.lastIndexOf("/")+1)}}:{type:x,value:d,range:[a,_],loc:Yf(a,_,r)}}_t.convertToken=Ih;function Dx(e){let r=[];function a(_){if(!(Dh(_)||Eh(_)))if(Ch(_)&&_.kind!==tn.EndOfFileToken){let d=Ih(_,e);d&&r.push(d)}else _.getChildren(e).forEach(a)}return a(e),r}_t.convertTokens=Dx;var Kp=class extends Error{constructor(r,a,_,d,x){super(r),this.fileName=a,this.index=_,this.lineNumber=d,this.column=x,Object.defineProperty(this,"name",{value:new.target.name,enumerable:!1,configurable:!0})}};_t.TSError=Kp;function Ex(e,r,a){let _=e.getLineAndCharacterOfPosition(r);return new Kp(a,e.fileName,r,_.line+1,_.character)}_t.createError=Ex;function Nh(e,r){return e.kind===tn.EndOfFileToken?!!e.jsDoc:e.getWidth(r)!==0}_t.nodeHasTokens=Nh;function Oh(e,r){if(e!==void 0)for(let a=0;a<e.length;a++){let _=r(e[a],a);if(_!==void 0)return _}}_t.firstDefined=Oh;function Mh(e){return e.originalKeywordKind===tn.ThisKeyword}_t.identifierIsThisKeyword=Mh;function Lh(e){return!!e&&e.kind===tn.Identifier&&Mh(e)}_t.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===tn.TypeQuery}_t.isThisInTypeQuery=Cx});var td=Xr(To=>{"use strict";be();var wx=To&&To.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),Ax=To&&To.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),kx=To&&To.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&wx(r,e,a);return Ax(r,e),r};Object.defineProperty(To,"__esModule",{value:!0});To.Converter=To.convertError=void 0;var Pc=kx(pi()),ts=Gf(),Yr=rp(),Be=zp(),Rh=Hf(),ye=Pc.SyntaxKind;function Px(e){return(0,Yr.createError)(e.file,e.start,"message"in e&&e.message||e.messageText)}To.convertError=Px;var rd=class{constructor(r,a){this.esTreeNodeToTSNodeMap=new WeakMap,this.tsNodeToESTreeNodeMap=new WeakMap,this.allowPattern=!1,this.inTypeMode=!1,this.ast=r,this.options=Object.assign({},a)}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}convertProgram(){return this.converter(this.ast)}converter(r,a,_,d){if(!r)return null;let x=this.inTypeMode,X=this.allowPattern;_!==void 0&&(this.inTypeMode=_),d!==void 0&&(this.allowPattern=d);let Y=this.convertNode(r,a!=null?a:r.parent);return this.registerTSNodeInNodeMap(r,Y),this.inTypeMode=x,this.allowPattern=X,Y}fixExports(r,a){let _=(0,ts.getModifiers)(r);if((_==null?void 0:_[0].kind)===ye.ExportKeyword){this.registerTSNodeInNodeMap(r,a);let d=_[0],x=_[1],X=x&&x.kind===ye.DefaultKeyword,Y=X?(0,Yr.findNextToken)(x,this.ast,this.ast):(0,Yr.findNextToken)(d,this.ast,this.ast);if(a.range[0]=Y.getStart(this.ast),a.loc=(0,Yr.getLocFor)(a.range[0],a.range[1],this.ast),X)return this.createNode(r,{type:Be.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:a,range:[d.getStart(this.ast),a.range[1]],exportKind:"value"});{let w=a.type===Be.AST_NODE_TYPES.TSInterfaceDeclaration||a.type===Be.AST_NODE_TYPES.TSTypeAliasDeclaration,K="declare"in a&&a.declare===!0;return this.createNode(r,{type:Be.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(r,a){a&&this.options.shouldPreserveNodeMaps&&(this.tsNodeToESTreeNodeMap.has(r)||this.tsNodeToESTreeNodeMap.set(r,a))}convertPattern(r,a){return this.converter(r,a,this.inTypeMode,!0)}convertChild(r,a){return this.converter(r,a,this.inTypeMode,!1)}convertType(r,a){return this.converter(r,a,!0,!1)}createNode(r,a){let _=a;return _.range||(_.range=(0,Yr.getRange)(r,this.ast)),_.loc||(_.loc=(0,Yr.getLocFor)(_.range[0],_.range[1],this.ast)),_&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(_,r),_}convertBindingNameWithTypeAnnotation(r,a,_){let d=this.convertPattern(r);return a&&(d.typeAnnotation=this.convertTypeAnnotation(a,_),this.fixParentLocation(d,d.typeAnnotation.range)),d}convertTypeAnnotation(r,a){let _=(a==null?void 0:a.kind)===ye.FunctionType||(a==null?void 0:a.kind)===ye.ConstructorType?2:1,d=r.getFullStart()-_,x=(0,Yr.getLocFor)(d,r.end,this.ast);return{type:Be.AST_NODE_TYPES.TSTypeAnnotation,loc:x,range:[d,r.end],typeAnnotation:this.convertType(r)}}convertBodyExpressions(r,a){let _=(0,Yr.canContainDirective)(a);return r.map(d=>{let x=this.convertChild(d);if(_)if((x==null?void 0:x.expression)&&Pc.isExpressionStatement(d)&&Pc.isStringLiteral(d.expression)){let X=x.expression.raw;return x.directive=X.slice(1,-1),x}else _=!1;return x}).filter(d=>d)}convertTypeArgumentsToTypeParameters(r,a){let _=(0,Yr.findNextToken)(r,this.ast,this.ast);return this.createNode(a,{type:Be.AST_NODE_TYPES.TSTypeParameterInstantiation,range:[r.pos-1,_.end],params:r.map(d=>this.convertType(d))})}convertTSTypeParametersToTypeParametersDeclaration(r){let a=(0,Yr.findNextToken)(r,this.ast,this.ast);return{type:Be.AST_NODE_TYPES.TSTypeParameterDeclaration,range:[r.pos-1,a.end],loc:(0,Yr.getLocFor)(r.pos-1,a.end,this.ast),params:r.map(_=>this.convertType(_))}}convertParameters(r){return r!=null&&r.length?r.map(a=>{let _=this.convertChild(a),d=(0,ts.getDecorators)(a);return d!=null&&d.length&&(_.decorators=d.map(x=>this.convertChild(x))),_}):[]}convertChainExpression(r,a){let{child:_,isOptional:d}=(()=>r.type===Be.AST_NODE_TYPES.MemberExpression?{child:r.object,isOptional:r.optional}:r.type===Be.AST_NODE_TYPES.CallExpression?{child:r.callee,isOptional:r.optional}:{child:r.expression,isOptional:!1})(),x=(0,Yr.isChildUnwrappableOptionalChain)(a,_);if(!x&&!d)return r;if(x&&(0,Yr.isChainExpression)(_)){let X=_.expression;r.type===Be.AST_NODE_TYPES.MemberExpression?r.object=X:r.type===Be.AST_NODE_TYPES.CallExpression?r.callee=X:r.expression=X}return this.createNode(a,{type:Be.AST_NODE_TYPES.ChainExpression,expression:r})}deeplyCopy(r){if(r.kind===Pc.SyntaxKind.JSDocFunctionType)throw(0,Yr.createError)(this.ast,r.pos,"JSDoc types can only be used inside documentation comments.");let a=`TS${ye[r.kind]}`;if(this.options.errorOnUnknownASTType&&!Be.AST_NODE_TYPES[a])throw new Error(`Unknown AST_NODE_TYPE: "${a}"`);let _=this.createNode(r,{type:a});"type"in r&&(_.typeAnnotation=r.type&&"kind"in r.type&&Pc.isTypeNode(r.type)?this.convertTypeAnnotation(r.type,r):null),"typeArguments"in r&&(_.typeParameters=r.typeArguments&&"pos"in r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):null),"typeParameters"in r&&(_.typeParameters=r.typeParameters&&"pos"in r.typeParameters?this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters):null);let d=(0,ts.getDecorators)(r);d!=null&&d.length&&(_.decorators=d.map(X=>this.convertChild(X)));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(r).filter(([X])=>!x.has(X)).forEach(([X,Y])=>{Array.isArray(Y)?_[X]=Y.map(w=>this.convertChild(w)):Y&&typeof Y=="object"&&Y.kind?_[X]=this.convertChild(Y):_[X]=Y}),_}convertJSXIdentifier(r){let a=this.createNode(r,{type:Be.AST_NODE_TYPES.JSXIdentifier,name:r.getText()});return this.registerTSNodeInNodeMap(r,a),a}convertJSXNamespaceOrIdentifier(r){let a=r.getText(),_=a.indexOf(":");if(_>0){let d=(0,Yr.getRange)(r,this.ast),x=this.createNode(r,{type:Be.AST_NODE_TYPES.JSXNamespacedName,namespace:this.createNode(r,{type:Be.AST_NODE_TYPES.JSXIdentifier,name:a.slice(0,_),range:[d[0],d[0]+_]}),name:this.createNode(r,{type:Be.AST_NODE_TYPES.JSXIdentifier,name:a.slice(_+1),range:[d[0]+_+1,d[1]]}),range:d});return this.registerTSNodeInNodeMap(r,x),x}return this.convertJSXIdentifier(r)}convertJSXTagName(r,a){let _;switch(r.kind){case ye.PropertyAccessExpression:if(r.name.kind===ye.PrivateIdentifier)throw new Error("Non-private identifier expected.");_=this.createNode(r,{type:Be.AST_NODE_TYPES.JSXMemberExpression,object:this.convertJSXTagName(r.expression,a),property:this.convertJSXIdentifier(r.name)});break;case ye.ThisKeyword:case ye.Identifier:default:return this.convertJSXNamespaceOrIdentifier(r)}return this.registerTSNodeInNodeMap(r,_),_}convertMethodSignature(r){let a=this.createNode(r,{type:Be.AST_NODE_TYPES.TSMethodSignature,computed:(0,Yr.isComputedProperty)(r.name),key:this.convertChild(r.name),params:this.convertParameters(r.parameters),kind:(()=>{switch(r.kind){case ye.GetAccessor:return"get";case ye.SetAccessor:return"set";case ye.MethodSignature:return"method"}})()});(0,Yr.isOptional)(r)&&(a.optional=!0),r.type&&(a.returnType=this.convertTypeAnnotation(r.type,r)),(0,Yr.hasModifier)(ye.ReadonlyKeyword,r)&&(a.readonly=!0),r.typeParameters&&(a.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters));let _=(0,Yr.getTSNodeAccessibility)(r);return _&&(a.accessibility=_),(0,Yr.hasModifier)(ye.ExportKeyword,r)&&(a.export=!0),(0,Yr.hasModifier)(ye.StaticKeyword,r)&&(a.static=!0),a}convertAssertClasue(r){return r===void 0?[]:r.elements.map(a=>this.convertChild(a))}applyModifiersToResult(r,a){if(!a)return;let _=[];for(let d of a)switch(d.kind){case ye.ExportKeyword:case ye.DefaultKeyword:break;case ye.ConstKeyword:r.const=!0;break;case ye.DeclareKeyword:r.declare=!0;break;default:_.push(this.convertChild(d));break}_.length>0&&(r.modifiers=_)}fixParentLocation(r,a){a[0]<r.range[0]&&(r.range[0]=a[0],r.loc.start=(0,Yr.getLineAndCharacterFor)(r.range[0],this.ast)),a[1]>r.range[1]&&(r.range[1]=a[1],r.loc.end=(0,Yr.getLineAndCharacterFor)(r.range[1],this.ast))}assertModuleSpecifier(r,a){var _;if(!a&&r.moduleSpecifier==null)throw(0,Yr.createError)(this.ast,r.pos,"Module specifier must be a string literal.");if(r.moduleSpecifier&&((_=r.moduleSpecifier)===null||_===void 0?void 0:_.kind)!==ye.StringLiteral)throw(0,Yr.createError)(this.ast,r.moduleSpecifier.pos,"Module specifier must be a string literal.")}convertNode(r,a){var _,d,x,X,Y,w,K,ze,ve,te;switch(r.kind){case ye.SourceFile:return this.createNode(r,{type:Be.AST_NODE_TYPES.Program,body:this.convertBodyExpressions(r.statements,r),sourceType:r.externalModuleIndicator?"module":"script",range:[r.getStart(this.ast),r.endOfFileToken.end]});case ye.Block:return this.createNode(r,{type:Be.AST_NODE_TYPES.BlockStatement,body:this.convertBodyExpressions(r.statements,r)});case ye.Identifier:return(0,Yr.isThisInTypeQuery)(r)?this.createNode(r,{type:Be.AST_NODE_TYPES.ThisExpression}):this.createNode(r,{type:Be.AST_NODE_TYPES.Identifier,name:r.text});case ye.PrivateIdentifier:return this.createNode(r,{type:Be.AST_NODE_TYPES.PrivateIdentifier,name:r.text.slice(1)});case ye.WithStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.WithStatement,object:this.convertChild(r.expression),body:this.convertChild(r.statement)});case ye.ReturnStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ReturnStatement,argument:this.convertChild(r.expression)});case ye.LabeledStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.LabeledStatement,label:this.convertChild(r.label),body:this.convertChild(r.statement)});case ye.ContinueStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ContinueStatement,label:this.convertChild(r.label)});case ye.BreakStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.BreakStatement,label:this.convertChild(r.label)});case ye.IfStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.IfStatement,test:this.convertChild(r.expression),consequent:this.convertChild(r.thenStatement),alternate:this.convertChild(r.elseStatement)});case ye.SwitchStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.SwitchStatement,discriminant:this.convertChild(r.expression),cases:r.caseBlock.clauses.map(U=>this.convertChild(U))});case ye.CaseClause:case ye.DefaultClause:return this.createNode(r,{type:Be.AST_NODE_TYPES.SwitchCase,test:r.kind===ye.CaseClause?this.convertChild(r.expression):null,consequent:r.statements.map(U=>this.convertChild(U))});case ye.ThrowStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ThrowStatement,argument:this.convertChild(r.expression)});case ye.TryStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.TryStatement,block:this.convertChild(r.tryBlock),handler:this.convertChild(r.catchClause),finalizer:this.convertChild(r.finallyBlock)});case ye.CatchClause:return this.createNode(r,{type:Be.AST_NODE_TYPES.CatchClause,param:r.variableDeclaration?this.convertBindingNameWithTypeAnnotation(r.variableDeclaration.name,r.variableDeclaration.type):null,body:this.convertChild(r.block)});case ye.WhileStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.WhileStatement,test:this.convertChild(r.expression),body:this.convertChild(r.statement)});case ye.DoStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.DoWhileStatement,test:this.convertChild(r.expression),body:this.convertChild(r.statement)});case ye.ForStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ForStatement,init:this.convertChild(r.initializer),test:this.convertChild(r.condition),update:this.convertChild(r.incrementor),body:this.convertChild(r.statement)});case ye.ForInStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ForInStatement,left:this.convertPattern(r.initializer),right:this.convertChild(r.expression),body:this.convertChild(r.statement)});case ye.ForOfStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ForOfStatement,left:this.convertPattern(r.initializer),right:this.convertChild(r.expression),body:this.convertChild(r.statement),await:Boolean(r.awaitModifier&&r.awaitModifier.kind===ye.AwaitKeyword)});case ye.FunctionDeclaration:{let U=(0,Yr.hasModifier)(ye.DeclareKeyword,r),Te=this.createNode(r,{type:U||!r.body?Be.AST_NODE_TYPES.TSDeclareFunction:Be.AST_NODE_TYPES.FunctionDeclaration,id:this.convertChild(r.name),generator:!!r.asteriskToken,expression:!1,async:(0,Yr.hasModifier)(ye.AsyncKeyword,r),params:this.convertParameters(r.parameters),body:this.convertChild(r.body)||void 0});return r.type&&(Te.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(Te.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),U&&(Te.declare=!0),this.fixExports(r,Te)}case ye.VariableDeclaration:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.VariableDeclarator,id:this.convertBindingNameWithTypeAnnotation(r.name,r.type,r),init:this.convertChild(r.initializer)});return r.exclamationToken&&(U.definite=!0),U}case ye.VariableStatement:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.VariableDeclaration,declarations:r.declarationList.declarations.map(Te=>this.convertChild(Te)),kind:(0,Yr.getDeclarationKind)(r.declarationList)});return(0,Yr.hasModifier)(ye.DeclareKeyword,r)&&(U.declare=!0),this.fixExports(r,U)}case ye.VariableDeclarationList:return this.createNode(r,{type:Be.AST_NODE_TYPES.VariableDeclaration,declarations:r.declarations.map(U=>this.convertChild(U)),kind:(0,Yr.getDeclarationKind)(r)});case ye.ExpressionStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.ExpressionStatement,expression:this.convertChild(r.expression)});case ye.ThisKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES.ThisExpression});case ye.ArrayLiteralExpression:return this.allowPattern?this.createNode(r,{type:Be.AST_NODE_TYPES.ArrayPattern,elements:r.elements.map(U=>this.convertPattern(U))}):this.createNode(r,{type:Be.AST_NODE_TYPES.ArrayExpression,elements:r.elements.map(U=>this.convertChild(U))});case ye.ObjectLiteralExpression:return this.allowPattern?this.createNode(r,{type:Be.AST_NODE_TYPES.ObjectPattern,properties:r.properties.map(U=>this.convertPattern(U))}):this.createNode(r,{type:Be.AST_NODE_TYPES.ObjectExpression,properties:r.properties.map(U=>this.convertChild(U))});case ye.PropertyAssignment:return this.createNode(r,{type:Be.AST_NODE_TYPES.Property,key:this.convertChild(r.name),value:this.converter(r.initializer,r,this.inTypeMode,this.allowPattern),computed:(0,Yr.isComputedProperty)(r.name),method:!1,shorthand:!1,kind:"init"});case ye.ShorthandPropertyAssignment:return r.objectAssignmentInitializer?this.createNode(r,{type:Be.AST_NODE_TYPES.Property,key:this.convertChild(r.name),value:this.createNode(r,{type:Be.AST_NODE_TYPES.AssignmentPattern,left:this.convertPattern(r.name),right:this.convertChild(r.objectAssignmentInitializer)}),computed:!1,method:!1,shorthand:!0,kind:"init"}):this.createNode(r,{type:Be.AST_NODE_TYPES.Property,key:this.convertChild(r.name),value:this.convertChild(r.name),computed:!1,method:!1,shorthand:!0,kind:"init"});case ye.ComputedPropertyName:return this.convertChild(r.expression);case ye.PropertyDeclaration:{let U=(0,Yr.hasModifier)(ye.AbstractKeyword,r),Te=this.createNode(r,{type:U?Be.AST_NODE_TYPES.TSAbstractPropertyDefinition:Be.AST_NODE_TYPES.PropertyDefinition,key:this.convertChild(r.name),value:U?null:this.convertChild(r.initializer),computed:(0,Yr.isComputedProperty)(r.name),static:(0,Yr.hasModifier)(ye.StaticKeyword,r),readonly:(0,Yr.hasModifier)(ye.ReadonlyKeyword,r)||void 0,declare:(0,Yr.hasModifier)(ye.DeclareKeyword,r),override:(0,Yr.hasModifier)(ye.OverrideKeyword,r)});r.type&&(Te.typeAnnotation=this.convertTypeAnnotation(r.type,r));let p=(0,ts.getDecorators)(r);p&&(Te.decorators=p.map(ie=>this.convertChild(ie)));let v=(0,Yr.getTSNodeAccessibility)(r);return v&&(Te.accessibility=v),(r.name.kind===ye.Identifier||r.name.kind===ye.ComputedPropertyName||r.name.kind===ye.PrivateIdentifier)&&r.questionToken&&(Te.optional=!0),r.exclamationToken&&(Te.definite=!0),Te.key.type===Be.AST_NODE_TYPES.Literal&&r.questionToken&&(Te.optional=!0),Te}case ye.GetAccessor:case ye.SetAccessor:if(r.parent.kind===ye.InterfaceDeclaration||r.parent.kind===ye.TypeLiteral)return this.convertMethodSignature(r);case ye.MethodDeclaration:{let U=this.createNode(r,{type:r.body?Be.AST_NODE_TYPES.FunctionExpression:Be.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,id:null,generator:!!r.asteriskToken,expression:!1,async:(0,Yr.hasModifier)(ye.AsyncKeyword,r),body:this.convertChild(r.body),range:[r.parameters.pos-1,r.end],params:[]});r.type&&(U.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters),this.fixParentLocation(U,U.typeParameters.range));let Te;if(a.kind===ye.ObjectLiteralExpression)U.params=r.parameters.map(p=>this.convertChild(p)),Te=this.createNode(r,{type:Be.AST_NODE_TYPES.Property,key:this.convertChild(r.name),value:U,computed:(0,Yr.isComputedProperty)(r.name),method:r.kind===ye.MethodDeclaration,shorthand:!1,kind:"init"});else{U.params=this.convertParameters(r.parameters);let p=(0,Yr.hasModifier)(ye.AbstractKeyword,r)?Be.AST_NODE_TYPES.TSAbstractMethodDefinition:Be.AST_NODE_TYPES.MethodDefinition;Te=this.createNode(r,{type:p,key:this.convertChild(r.name),value:U,computed:(0,Yr.isComputedProperty)(r.name),static:(0,Yr.hasModifier)(ye.StaticKeyword,r),kind:"method",override:(0,Yr.hasModifier)(ye.OverrideKeyword,r)});let v=(0,ts.getDecorators)(r);v&&(Te.decorators=v.map(le=>this.convertChild(le)));let ie=(0,Yr.getTSNodeAccessibility)(r);ie&&(Te.accessibility=ie)}return r.questionToken&&(Te.optional=!0),r.kind===ye.GetAccessor?Te.kind="get":r.kind===ye.SetAccessor?Te.kind="set":!Te.static&&r.name.kind===ye.StringLiteral&&r.name.text==="constructor"&&Te.type!==Be.AST_NODE_TYPES.Property&&(Te.kind="constructor"),Te}case ye.Constructor:{let U=(0,Yr.getLastModifier)(r),Te=U&&(0,Yr.findNextToken)(U,r,this.ast)||r.getFirstToken(),p=this.createNode(r,{type:r.body?Be.AST_NODE_TYPES.FunctionExpression:Be.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,id:null,params:this.convertParameters(r.parameters),generator:!1,expression:!1,async:!1,body:this.convertChild(r.body),range:[r.parameters.pos-1,r.end]});r.typeParameters&&(p.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters),this.fixParentLocation(p,p.typeParameters.range)),r.type&&(p.returnType=this.convertTypeAnnotation(r.type,r));let v=this.createNode(r,{type:Be.AST_NODE_TYPES.Identifier,name:"constructor",range:[Te.getStart(this.ast),Te.end]}),ie=(0,Yr.hasModifier)(ye.StaticKeyword,r),le=this.createNode(r,{type:(0,Yr.hasModifier)(ye.AbstractKeyword,r)?Be.AST_NODE_TYPES.TSAbstractMethodDefinition:Be.AST_NODE_TYPES.MethodDefinition,key:v,value:p,computed:!1,static:ie,kind:ie?"method":"constructor",override:!1}),Ce=(0,Yr.getTSNodeAccessibility)(r);return Ce&&(le.accessibility=Ce),le}case ye.FunctionExpression:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.FunctionExpression,id:this.convertChild(r.name),generator:!!r.asteriskToken,params:this.convertParameters(r.parameters),body:this.convertChild(r.body),async:(0,Yr.hasModifier)(ye.AsyncKeyword,r),expression:!1});return r.type&&(U.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),U}case ye.SuperKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES.Super});case ye.ArrayBindingPattern:return this.createNode(r,{type:Be.AST_NODE_TYPES.ArrayPattern,elements:r.elements.map(U=>this.convertPattern(U))});case ye.OmittedExpression:return null;case ye.ObjectBindingPattern:return this.createNode(r,{type:Be.AST_NODE_TYPES.ObjectPattern,properties:r.elements.map(U=>this.convertPattern(U))});case ye.BindingElement:if(a.kind===ye.ArrayBindingPattern){let U=this.convertChild(r.name,a);return r.initializer?this.createNode(r,{type:Be.AST_NODE_TYPES.AssignmentPattern,left:U,right:this.convertChild(r.initializer)}):r.dotDotDotToken?this.createNode(r,{type:Be.AST_NODE_TYPES.RestElement,argument:U}):U}else{let U;return r.dotDotDotToken?U=this.createNode(r,{type:Be.AST_NODE_TYPES.RestElement,argument:this.convertChild((_=r.propertyName)!==null&&_!==void 0?_:r.name)}):U=this.createNode(r,{type:Be.AST_NODE_TYPES.Property,key:this.convertChild((d=r.propertyName)!==null&&d!==void 0?d:r.name),value:this.convertChild(r.name),computed:Boolean(r.propertyName&&r.propertyName.kind===ye.ComputedPropertyName),method:!1,shorthand:!r.propertyName,kind:"init"}),r.initializer&&(U.value=this.createNode(r,{type:Be.AST_NODE_TYPES.AssignmentPattern,left:this.convertChild(r.name),right:this.convertChild(r.initializer),range:[r.name.getStart(this.ast),r.initializer.end]})),U}case ye.ArrowFunction:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.ArrowFunctionExpression,generator:!1,id:null,params:this.convertParameters(r.parameters),body:this.convertChild(r.body),async:(0,Yr.hasModifier)(ye.AsyncKeyword,r),expression:r.body.kind!==ye.Block});return r.type&&(U.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),U}case ye.YieldExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.YieldExpression,delegate:!!r.asteriskToken,argument:this.convertChild(r.expression)});case ye.AwaitExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.AwaitExpression,argument:this.convertChild(r.expression)});case ye.NoSubstitutionTemplateLiteral:return this.createNode(r,{type:Be.AST_NODE_TYPES.TemplateLiteral,quasis:[this.createNode(r,{type:Be.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(r.getStart(this.ast)+1,r.end-1),cooked:r.text},tail:!0})],expressions:[]});case ye.TemplateExpression:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TemplateLiteral,quasis:[this.convertChild(r.head)],expressions:[]});return r.templateSpans.forEach(Te=>{U.expressions.push(this.convertChild(Te.expression)),U.quasis.push(this.convertChild(Te.literal))}),U}case ye.TaggedTemplateExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.TaggedTemplateExpression,typeParameters:r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):void 0,tag:this.convertChild(r.tag),quasi:this.convertChild(r.template)});case ye.TemplateHead:case ye.TemplateMiddle:case ye.TemplateTail:{let U=r.kind===ye.TemplateTail;return this.createNode(r,{type:Be.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(r.getStart(this.ast)+1,r.end-(U?1:2)),cooked:r.text},tail:U})}case ye.SpreadAssignment:case ye.SpreadElement:return this.allowPattern?this.createNode(r,{type:Be.AST_NODE_TYPES.RestElement,argument:this.convertPattern(r.expression)}):this.createNode(r,{type:Be.AST_NODE_TYPES.SpreadElement,argument:this.convertChild(r.expression)});case ye.Parameter:{let U,Te;return r.dotDotDotToken?U=Te=this.createNode(r,{type:Be.AST_NODE_TYPES.RestElement,argument:this.convertChild(r.name)}):r.initializer?(U=this.convertChild(r.name),Te=this.createNode(r,{type:Be.AST_NODE_TYPES.AssignmentPattern,left:U,right:this.convertChild(r.initializer)}),(0,ts.getModifiers)(r)&&(Te.range[0]=U.range[0],Te.loc=(0,Yr.getLocFor)(Te.range[0],Te.range[1],this.ast))):U=Te=this.convertChild(r.name,a),r.type&&(U.typeAnnotation=this.convertTypeAnnotation(r.type,r),this.fixParentLocation(U,U.typeAnnotation.range)),r.questionToken&&(r.questionToken.end>U.range[1]&&(U.range[1]=r.questionToken.end,U.loc.end=(0,Yr.getLineAndCharacterFor)(U.range[1],this.ast)),U.optional=!0),(0,ts.getModifiers)(r)?this.createNode(r,{type:Be.AST_NODE_TYPES.TSParameterProperty,accessibility:(x=(0,Yr.getTSNodeAccessibility)(r))!==null&&x!==void 0?x:void 0,readonly:(0,Yr.hasModifier)(ye.ReadonlyKeyword,r)||void 0,static:(0,Yr.hasModifier)(ye.StaticKeyword,r)||void 0,export:(0,Yr.hasModifier)(ye.ExportKeyword,r)||void 0,override:(0,Yr.hasModifier)(ye.OverrideKeyword,r)||void 0,parameter:Te}):Te}case ye.ClassDeclaration:case ye.ClassExpression:{let U=(X=r.heritageClauses)!==null&&X!==void 0?X:[],Te=r.kind===ye.ClassDeclaration?Be.AST_NODE_TYPES.ClassDeclaration:Be.AST_NODE_TYPES.ClassExpression,p=U.find(C=>C.token===ye.ExtendsKeyword),v=U.find(C=>C.token===ye.ImplementsKeyword),ie=this.createNode(r,{type:Te,id:this.convertChild(r.name),body:this.createNode(r,{type:Be.AST_NODE_TYPES.ClassBody,body:[],range:[r.members.pos-1,r.end]}),superClass:p!=null&&p.types[0]?this.convertChild(p.types[0].expression):null});if(p){if(p.types.length>1)throw(0,Yr.createError)(this.ast,p.types[1].pos,"Classes can only extend a single class.");!((Y=p.types[0])===null||Y===void 0)&&Y.typeArguments&&(ie.superTypeParameters=this.convertTypeArgumentsToTypeParameters(p.types[0].typeArguments,p.types[0]))}r.typeParameters&&(ie.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),v&&(ie.implements=v.types.map(C=>this.convertChild(C))),(0,Yr.hasModifier)(ye.AbstractKeyword,r)&&(ie.abstract=!0),(0,Yr.hasModifier)(ye.DeclareKeyword,r)&&(ie.declare=!0);let le=(0,ts.getDecorators)(r);le&&(ie.decorators=le.map(C=>this.convertChild(C)));let Ce=r.members.filter(Yr.isESTreeClassMember);return Ce.length&&(ie.body.body=Ce.map(C=>this.convertChild(C))),this.fixExports(r,ie)}case ye.ModuleBlock:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSModuleBlock,body:this.convertBodyExpressions(r.statements,r)});case ye.ImportDeclaration:{this.assertModuleSpecifier(r,!1);let U=this.createNode(r,{type:Be.AST_NODE_TYPES.ImportDeclaration,source:this.convertChild(r.moduleSpecifier),specifiers:[],importKind:"value",assertions:this.convertAssertClasue(r.assertClause)});if(r.importClause&&(r.importClause.isTypeOnly&&(U.importKind="type"),r.importClause.name&&U.specifiers.push(this.convertChild(r.importClause)),r.importClause.namedBindings))switch(r.importClause.namedBindings.kind){case ye.NamespaceImport:U.specifiers.push(this.convertChild(r.importClause.namedBindings));break;case ye.NamedImports:U.specifiers=U.specifiers.concat(r.importClause.namedBindings.elements.map(Te=>this.convertChild(Te)));break}return U}case ye.NamespaceImport:return this.createNode(r,{type:Be.AST_NODE_TYPES.ImportNamespaceSpecifier,local:this.convertChild(r.name)});case ye.ImportSpecifier:return this.createNode(r,{type:Be.AST_NODE_TYPES.ImportSpecifier,local:this.convertChild(r.name),imported:this.convertChild((w=r.propertyName)!==null&&w!==void 0?w:r.name),importKind:r.isTypeOnly?"type":"value"});case ye.ImportClause:{let U=this.convertChild(r.name);return this.createNode(r,{type:Be.AST_NODE_TYPES.ImportDefaultSpecifier,local:U,range:U.range})}case ye.ExportDeclaration:return((K=r.exportClause)===null||K===void 0?void 0:K.kind)===ye.NamedExports?(this.assertModuleSpecifier(r,!0),this.createNode(r,{type:Be.AST_NODE_TYPES.ExportNamedDeclaration,source:this.convertChild(r.moduleSpecifier),specifiers:r.exportClause.elements.map(U=>this.convertChild(U)),exportKind:r.isTypeOnly?"type":"value",declaration:null,assertions:this.convertAssertClasue(r.assertClause)})):(this.assertModuleSpecifier(r,!1),this.createNode(r,{type:Be.AST_NODE_TYPES.ExportAllDeclaration,source:this.convertChild(r.moduleSpecifier),exportKind:r.isTypeOnly?"type":"value",exported:r.exportClause&&r.exportClause.kind===ye.NamespaceExport?this.convertChild(r.exportClause.name):null,assertions:this.convertAssertClasue(r.assertClause)}));case ye.ExportSpecifier:return this.createNode(r,{type:Be.AST_NODE_TYPES.ExportSpecifier,local:this.convertChild((ze=r.propertyName)!==null&&ze!==void 0?ze:r.name),exported:this.convertChild(r.name),exportKind:r.isTypeOnly?"type":"value"});case ye.ExportAssignment:return r.isExportEquals?this.createNode(r,{type:Be.AST_NODE_TYPES.TSExportAssignment,expression:this.convertChild(r.expression)}):this.createNode(r,{type:Be.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:this.convertChild(r.expression),exportKind:"value"});case ye.PrefixUnaryExpression:case ye.PostfixUnaryExpression:{let U=(0,Yr.getTextForTokenKind)(r.operator);return U==="++"||U==="--"?this.createNode(r,{type:Be.AST_NODE_TYPES.UpdateExpression,operator:U,prefix:r.kind===ye.PrefixUnaryExpression,argument:this.convertChild(r.operand)}):this.createNode(r,{type:Be.AST_NODE_TYPES.UnaryExpression,operator:U,prefix:r.kind===ye.PrefixUnaryExpression,argument:this.convertChild(r.operand)})}case ye.DeleteExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.UnaryExpression,operator:"delete",prefix:!0,argument:this.convertChild(r.expression)});case ye.VoidExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.UnaryExpression,operator:"void",prefix:!0,argument:this.convertChild(r.expression)});case ye.TypeOfExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.UnaryExpression,operator:"typeof",prefix:!0,argument:this.convertChild(r.expression)});case ye.TypeOperator:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeOperator,operator:(0,Yr.getTextForTokenKind)(r.operator),typeAnnotation:this.convertChild(r.type)});case ye.BinaryExpression:if((0,Yr.isComma)(r.operatorToken)){let U=this.createNode(r,{type:Be.AST_NODE_TYPES.SequenceExpression,expressions:[]}),Te=this.convertChild(r.left);return Te.type===Be.AST_NODE_TYPES.SequenceExpression&&r.left.kind!==ye.ParenthesizedExpression?U.expressions=U.expressions.concat(Te.expressions):U.expressions.push(Te),U.expressions.push(this.convertChild(r.right)),U}else{let U=(0,Yr.getBinaryExpressionType)(r.operatorToken);return this.allowPattern&&U===Be.AST_NODE_TYPES.AssignmentExpression?this.createNode(r,{type:Be.AST_NODE_TYPES.AssignmentPattern,left:this.convertPattern(r.left,r),right:this.convertChild(r.right)}):this.createNode(r,{type:U,operator:(0,Yr.getTextForTokenKind)(r.operatorToken.kind),left:this.converter(r.left,r,this.inTypeMode,U===Be.AST_NODE_TYPES.AssignmentExpression),right:this.convertChild(r.right)})}case ye.PropertyAccessExpression:{let U=this.convertChild(r.expression),Te=this.convertChild(r.name),p=!1,v=this.createNode(r,{type:Be.AST_NODE_TYPES.MemberExpression,object:U,property:Te,computed:p,optional:r.questionDotToken!==void 0});return this.convertChainExpression(v,r)}case ye.ElementAccessExpression:{let U=this.convertChild(r.expression),Te=this.convertChild(r.argumentExpression),p=!0,v=this.createNode(r,{type:Be.AST_NODE_TYPES.MemberExpression,object:U,property:Te,computed:p,optional:r.questionDotToken!==void 0});return this.convertChainExpression(v,r)}case ye.CallExpression:{if(r.expression.kind===ye.ImportKeyword){if(r.arguments.length!==1&&r.arguments.length!==2)throw(0,Yr.createError)(this.ast,r.arguments.pos,"Dynamic import requires exactly one or two arguments.");return this.createNode(r,{type:Be.AST_NODE_TYPES.ImportExpression,source:this.convertChild(r.arguments[0]),attributes:r.arguments[1]?this.convertChild(r.arguments[1]):null})}let U=this.convertChild(r.expression),Te=r.arguments.map(v=>this.convertChild(v)),p=this.createNode(r,{type:Be.AST_NODE_TYPES.CallExpression,callee:U,arguments:Te,optional:r.questionDotToken!==void 0});return r.typeArguments&&(p.typeParameters=this.convertTypeArgumentsToTypeParameters(r.typeArguments,r)),this.convertChainExpression(p,r)}case ye.NewExpression:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.NewExpression,callee:this.convertChild(r.expression),arguments:r.arguments?r.arguments.map(Te=>this.convertChild(Te)):[]});return r.typeArguments&&(U.typeParameters=this.convertTypeArgumentsToTypeParameters(r.typeArguments,r)),U}case ye.ConditionalExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.ConditionalExpression,test:this.convertChild(r.condition),consequent:this.convertChild(r.whenTrue),alternate:this.convertChild(r.whenFalse)});case ye.MetaProperty:return this.createNode(r,{type:Be.AST_NODE_TYPES.MetaProperty,meta:this.createNode(r.getFirstToken(),{type:Be.AST_NODE_TYPES.Identifier,name:(0,Yr.getTextForTokenKind)(r.keywordToken)}),property:this.convertChild(r.name)});case ye.Decorator:return this.createNode(r,{type:Be.AST_NODE_TYPES.Decorator,expression:this.convertChild(r.expression)});case ye.StringLiteral:return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:a.kind===ye.JsxAttribute?(0,Yr.unescapeStringLiteralText)(r.text):r.text,raw:r.getText()});case ye.NumericLiteral:return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:Number(r.text),raw:r.getText()});case ye.BigIntLiteral:{let U=(0,Yr.getRange)(r,this.ast),Te=this.ast.text.slice(U[0],U[1]),p=Te.slice(0,-1).replace(/_/g,""),v=typeof BigInt<"u"?BigInt(p):null;return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,raw:Te,value:v,bigint:v===null?p:String(v),range:U})}case ye.RegularExpressionLiteral:{let U=r.text.slice(1,r.text.lastIndexOf("/")),Te=r.text.slice(r.text.lastIndexOf("/")+1),p=null;try{p=new RegExp(U,Te)}catch{p=null}return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:p,raw:r.text,regex:{pattern:U,flags:Te}})}case ye.TrueKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:!0,raw:"true"});case ye.FalseKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:!1,raw:"false"});case ye.NullKeyword:return!Rh.typescriptVersionIsAtLeast["4.0"]&&this.inTypeMode?this.createNode(r,{type:Be.AST_NODE_TYPES.TSNullKeyword}):this.createNode(r,{type:Be.AST_NODE_TYPES.Literal,value:null,raw:"null"});case ye.EmptyStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.EmptyStatement});case ye.DebuggerStatement:return this.createNode(r,{type:Be.AST_NODE_TYPES.DebuggerStatement});case ye.JsxElement:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXElement,openingElement:this.convertChild(r.openingElement),closingElement:this.convertChild(r.closingElement),children:r.children.map(U=>this.convertChild(U))});case ye.JsxFragment:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXFragment,openingFragment:this.convertChild(r.openingFragment),closingFragment:this.convertChild(r.closingFragment),children:r.children.map(U=>this.convertChild(U))});case ye.JsxSelfClosingElement:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXElement,openingElement:this.createNode(r,{type:Be.AST_NODE_TYPES.JSXOpeningElement,typeParameters:r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):void 0,selfClosing:!0,name:this.convertJSXTagName(r.tagName,r),attributes:r.attributes.properties.map(U=>this.convertChild(U)),range:(0,Yr.getRange)(r,this.ast)}),closingElement:null,children:[]});case ye.JsxOpeningElement:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXOpeningElement,typeParameters:r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):void 0,selfClosing:!1,name:this.convertJSXTagName(r.tagName,r),attributes:r.attributes.properties.map(U=>this.convertChild(U))});case ye.JsxClosingElement:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXClosingElement,name:this.convertJSXTagName(r.tagName,r)});case ye.JsxOpeningFragment:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXOpeningFragment});case ye.JsxClosingFragment:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXClosingFragment});case ye.JsxExpression:{let U=r.expression?this.convertChild(r.expression):this.createNode(r,{type:Be.AST_NODE_TYPES.JSXEmptyExpression,range:[r.getStart(this.ast)+1,r.getEnd()-1]});return r.dotDotDotToken?this.createNode(r,{type:Be.AST_NODE_TYPES.JSXSpreadChild,expression:U}):this.createNode(r,{type:Be.AST_NODE_TYPES.JSXExpressionContainer,expression:U})}case ye.JsxAttribute:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(r.name),value:this.convertChild(r.initializer)});case ye.JsxText:{let U=r.getFullStart(),Te=r.getEnd(),p=this.ast.text.slice(U,Te);return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXText,value:(0,Yr.unescapeStringLiteralText)(p),raw:p,range:[U,Te]})}case ye.JsxSpreadAttribute:return this.createNode(r,{type:Be.AST_NODE_TYPES.JSXSpreadAttribute,argument:this.convertChild(r.expression)});case ye.QualifiedName:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSQualifiedName,left:this.convertChild(r.left),right:this.convertChild(r.right)});case ye.TypeReference:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeReference,typeName:this.convertType(r.typeName),typeParameters:r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):void 0});case ye.TypeParameter:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeParameter,name:this.convertType(r.name),constraint:r.constraint?this.convertType(r.constraint):void 0,default:r.default?this.convertType(r.default):void 0,in:(0,Yr.hasModifier)(ye.InKeyword,r),out:(0,Yr.hasModifier)(ye.OutKeyword,r)});case ye.ThisType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSThisType});case ye.AnyKeyword:case ye.BigIntKeyword:case ye.BooleanKeyword:case ye.NeverKeyword:case ye.NumberKeyword:case ye.ObjectKeyword:case ye.StringKeyword:case ye.SymbolKeyword:case ye.UnknownKeyword:case ye.VoidKeyword:case ye.UndefinedKeyword:case ye.IntrinsicKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES[`TS${ye[r.kind]}`]});case ye.NonNullExpression:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSNonNullExpression,expression:this.convertChild(r.expression)});return this.convertChainExpression(U,r)}case ye.TypeLiteral:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeLiteral,members:r.members.map(U=>this.convertChild(U))});case ye.ArrayType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSArrayType,elementType:this.convertType(r.elementType)});case ye.IndexedAccessType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSIndexedAccessType,objectType:this.convertType(r.objectType),indexType:this.convertType(r.indexType)});case ye.ConditionalType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSConditionalType,checkType:this.convertType(r.checkType),extendsType:this.convertType(r.extendsType),trueType:this.convertType(r.trueType),falseType:this.convertType(r.falseType)});case ye.TypeQuery:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeQuery,exprName:this.convertType(r.exprName),typeParameters:r.typeArguments&&this.convertTypeArgumentsToTypeParameters(r.typeArguments,r)});case ye.MappedType:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSMappedType,typeParameter:this.convertType(r.typeParameter),nameType:(ve=this.convertType(r.nameType))!==null&&ve!==void 0?ve:null});return r.readonlyToken&&(r.readonlyToken.kind===ye.ReadonlyKeyword?U.readonly=!0:U.readonly=(0,Yr.getTextForTokenKind)(r.readonlyToken.kind)),r.questionToken&&(r.questionToken.kind===ye.QuestionToken?U.optional=!0:U.optional=(0,Yr.getTextForTokenKind)(r.questionToken.kind)),r.type&&(U.typeAnnotation=this.convertType(r.type)),U}case ye.ParenthesizedExpression:return this.convertChild(r.expression,a);case ye.TypeAliasDeclaration:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeAliasDeclaration,id:this.convertChild(r.name),typeAnnotation:this.convertType(r.type)});return(0,Yr.hasModifier)(ye.DeclareKeyword,r)&&(U.declare=!0),r.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),this.fixExports(r,U)}case ye.MethodSignature:return this.convertMethodSignature(r);case ye.PropertySignature:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSPropertySignature,optional:(0,Yr.isOptional)(r)||void 0,computed:(0,Yr.isComputedProperty)(r.name),key:this.convertChild(r.name),typeAnnotation:r.type?this.convertTypeAnnotation(r.type,r):void 0,initializer:this.convertChild(r.initializer)||void 0,readonly:(0,Yr.hasModifier)(ye.ReadonlyKeyword,r)||void 0,static:(0,Yr.hasModifier)(ye.StaticKeyword,r)||void 0,export:(0,Yr.hasModifier)(ye.ExportKeyword,r)||void 0}),Te=(0,Yr.getTSNodeAccessibility)(r);return Te&&(U.accessibility=Te),U}case ye.IndexSignature:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSIndexSignature,parameters:r.parameters.map(p=>this.convertChild(p))});r.type&&(U.typeAnnotation=this.convertTypeAnnotation(r.type,r)),(0,Yr.hasModifier)(ye.ReadonlyKeyword,r)&&(U.readonly=!0);let Te=(0,Yr.getTSNodeAccessibility)(r);return Te&&(U.accessibility=Te),(0,Yr.hasModifier)(ye.ExportKeyword,r)&&(U.export=!0),(0,Yr.hasModifier)(ye.StaticKeyword,r)&&(U.static=!0),U}case ye.ConstructorType:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSConstructorType,params:this.convertParameters(r.parameters),abstract:(0,Yr.hasModifier)(ye.AbstractKeyword,r)});return r.type&&(U.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),U}case ye.FunctionType:case ye.ConstructSignature:case ye.CallSignature:{let U=r.kind===ye.ConstructSignature?Be.AST_NODE_TYPES.TSConstructSignatureDeclaration:r.kind===ye.CallSignature?Be.AST_NODE_TYPES.TSCallSignatureDeclaration:Be.AST_NODE_TYPES.TSFunctionType,Te=this.createNode(r,{type:U,params:this.convertParameters(r.parameters)});return r.type&&(Te.returnType=this.convertTypeAnnotation(r.type,r)),r.typeParameters&&(Te.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),Te}case ye.ExpressionWithTypeArguments:{let U=a.kind,Te=U===ye.InterfaceDeclaration?Be.AST_NODE_TYPES.TSInterfaceHeritage:U===ye.HeritageClause?Be.AST_NODE_TYPES.TSClassImplements:Be.AST_NODE_TYPES.TSInstantiationExpression,p=this.createNode(r,{type:Te,expression:this.convertChild(r.expression)});return r.typeArguments&&(p.typeParameters=this.convertTypeArgumentsToTypeParameters(r.typeArguments,r)),p}case ye.InterfaceDeclaration:{let U=(te=r.heritageClauses)!==null&&te!==void 0?te:[],Te=this.createNode(r,{type:Be.AST_NODE_TYPES.TSInterfaceDeclaration,body:this.createNode(r,{type:Be.AST_NODE_TYPES.TSInterfaceBody,body:r.members.map(p=>this.convertChild(p)),range:[r.members.pos-1,r.end]}),id:this.convertChild(r.name)});if(r.typeParameters&&(Te.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(r.typeParameters)),U.length>0){let p=[],v=[];for(let ie of U)if(ie.token===ye.ExtendsKeyword)for(let le of ie.types)p.push(this.convertChild(le,r));else for(let le of ie.types)v.push(this.convertChild(le,r));p.length&&(Te.extends=p),v.length&&(Te.implements=v)}return(0,Yr.hasModifier)(ye.AbstractKeyword,r)&&(Te.abstract=!0),(0,Yr.hasModifier)(ye.DeclareKeyword,r)&&(Te.declare=!0),this.fixExports(r,Te)}case ye.TypePredicate:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypePredicate,asserts:r.assertsModifier!==void 0,parameterName:this.convertChild(r.parameterName),typeAnnotation:null});return r.type&&(U.typeAnnotation=this.convertTypeAnnotation(r.type,r),U.typeAnnotation.loc=U.typeAnnotation.typeAnnotation.loc,U.typeAnnotation.range=U.typeAnnotation.typeAnnotation.range),U}case ye.ImportType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSImportType,isTypeOf:!!r.isTypeOf,parameter:this.convertChild(r.argument),qualifier:this.convertChild(r.qualifier),typeParameters:r.typeArguments?this.convertTypeArgumentsToTypeParameters(r.typeArguments,r):null});case ye.EnumDeclaration:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSEnumDeclaration,id:this.convertChild(r.name),members:r.members.map(Te=>this.convertChild(Te))});return this.applyModifiersToResult(U,(0,ts.getModifiers)(r)),this.fixExports(r,U)}case ye.EnumMember:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSEnumMember,id:this.convertChild(r.name)});return r.initializer&&(U.initializer=this.convertChild(r.initializer)),r.name.kind===Pc.SyntaxKind.ComputedPropertyName&&(U.computed=!0),U}case ye.ModuleDeclaration:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSModuleDeclaration,id:this.convertChild(r.name)});return r.body&&(U.body=this.convertChild(r.body)),this.applyModifiersToResult(U,(0,ts.getModifiers)(r)),r.flags&Pc.NodeFlags.GlobalAugmentation&&(U.global=!0),this.fixExports(r,U)}case ye.ParenthesizedType:return this.convertType(r.type);case ye.UnionType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSUnionType,types:r.types.map(U=>this.convertType(U))});case ye.IntersectionType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSIntersectionType,types:r.types.map(U=>this.convertType(U))});case ye.AsExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSAsExpression,expression:this.convertChild(r.expression),typeAnnotation:this.convertType(r.type)});case ye.InferType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSInferType,typeParameter:this.convertType(r.typeParameter)});case ye.LiteralType:return Rh.typescriptVersionIsAtLeast["4.0"]&&r.literal.kind===ye.NullKeyword?this.createNode(r.literal,{type:Be.AST_NODE_TYPES.TSNullKeyword}):this.createNode(r,{type:Be.AST_NODE_TYPES.TSLiteralType,literal:this.convertType(r.literal)});case ye.TypeAssertionExpression:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTypeAssertion,typeAnnotation:this.convertType(r.type),expression:this.convertChild(r.expression)});case ye.ImportEqualsDeclaration:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSImportEqualsDeclaration,id:this.convertChild(r.name),moduleReference:this.convertChild(r.moduleReference),importKind:r.isTypeOnly?"type":"value",isExport:(0,Yr.hasModifier)(ye.ExportKeyword,r)});case ye.ExternalModuleReference:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSExternalModuleReference,expression:this.convertChild(r.expression)});case ye.NamespaceExportDeclaration:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSNamespaceExportDeclaration,id:this.convertChild(r.name)});case ye.AbstractKeyword:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSAbstractKeyword});case ye.TupleType:{let U="elementTypes"in r?r.elementTypes.map(Te=>this.convertType(Te)):r.elements.map(Te=>this.convertType(Te));return this.createNode(r,{type:Be.AST_NODE_TYPES.TSTupleType,elementTypes:U})}case ye.NamedTupleMember:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSNamedTupleMember,elementType:this.convertType(r.type,r),label:this.convertChild(r.name,r),optional:r.questionToken!=null});return r.dotDotDotToken?(U.range[0]=U.label.range[0],U.loc.start=U.label.loc.start,this.createNode(r,{type:Be.AST_NODE_TYPES.TSRestType,typeAnnotation:U})):U}case ye.OptionalType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSOptionalType,typeAnnotation:this.convertType(r.type)});case ye.RestType:return this.createNode(r,{type:Be.AST_NODE_TYPES.TSRestType,typeAnnotation:this.convertType(r.type)});case ye.TemplateLiteralType:{let U=this.createNode(r,{type:Be.AST_NODE_TYPES.TSTemplateLiteralType,quasis:[this.convertChild(r.head)],types:[]});return r.templateSpans.forEach(Te=>{U.types.push(this.convertChild(Te.type)),U.quasis.push(this.convertChild(Te.literal))}),U}case ye.ClassStaticBlockDeclaration:return this.createNode(r,{type:Be.AST_NODE_TYPES.StaticBlock,body:this.convertBodyExpressions(r.body.statements,r)});case ye.AssertEntry:return this.createNode(r,{type:Be.AST_NODE_TYPES.ImportAttribute,key:this.convertChild(r.name),value:this.convertChild(r.value)});default:return this.deeplyCopy(r)}}};To.Converter=rd});var ns={};Tp(ns,{__assign:()=>id,__asyncDelegator:()=>zx,__asyncGenerator:()=>Ux,__asyncValues:()=>Kx,__await:()=>tp,__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,r){nd(e,r);function a(){this.constructor=e}e.prototype=r===null?Object.create(r):(a.prototype=r.prototype,new a)}function Nx(e,r){var a={};for(var _ in e)Object.prototype.hasOwnProperty.call(e,_)&&r.indexOf(_)<0&&(a[_]=e[_]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,_=Object.getOwnPropertySymbols(e);d<_.length;d++)r.indexOf(_[d])<0&&Object.prototype.propertyIsEnumerable.call(e,_[d])&&(a[_[d]]=e[_[d]]);return a}function Ox(e,r,a,_){var d=arguments.length,x=d<3?r:_===null?_=Object.getOwnPropertyDescriptor(r,a):_,X;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")x=Reflect.decorate(e,r,a,_);else for(var Y=e.length-1;Y>=0;Y--)(X=e[Y])&&(x=(d<3?X(x):d>3?X(r,a,x):X(r,a))||x);return d>3&&x&&Object.defineProperty(r,a,x),x}function Mx(e,r){return function(a,_){r(a,_,e)}}function Lx(e,r){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,r)}function Rx(e,r,a,_){function d(x){return x instanceof a?x:new a(function(X){X(x)})}return new(a||(a=Promise))(function(x,X){function Y(ze){try{K(_.next(ze))}catch(ve){X(ve)}}function w(ze){try{K(_.throw(ze))}catch(ve){X(ve)}}function K(ze){ze.done?x(ze.value):d(ze.value).then(Y,w)}K((_=_.apply(e,r||[])).next())})}function Jx(e,r){var a={label:0,sent:function(){if(x[0]&1)throw x[1];return x[1]},trys:[],ops:[]},_,d,x,X;return X={next:Y(0),throw:Y(1),return:Y(2)},typeof Symbol=="function"&&(X[Symbol.iterator]=function(){return this}),X;function Y(K){return function(ze){return w([K,ze])}}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=r.call(e,a)}catch(ze){K=[6,ze],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,r,a,_){_===void 0&&(_=a),e[_]=r[a]}function jx(e,r){for(var a in e)a!=="default"&&!r.hasOwnProperty(a)&&(r[a]=e[a])}function ad(e){var r=typeof Symbol=="function"&&Symbol.iterator,a=r&&e[r],_=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(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function Jh(e,r){var a=typeof Symbol=="function"&&e[Symbol.iterator];if(!a)return e;var _=a.call(e),d,x=[],X;try{for(;(r===void 0||r-- >0)&&!(d=_.next()).done;)x.push(d.value)}catch(Y){X={error:Y}}finally{try{d&&!d.done&&(a=_.return)&&a.call(_)}finally{if(X)throw X.error}}return x}function Bx(){for(var e=[],r=0;r<arguments.length;r++)e=e.concat(Jh(arguments[r]));return e}function qx(){for(var e=0,r=0,a=arguments.length;r<a;r++)e+=arguments[r].length;for(var _=Array(e),d=0,r=0;r<a;r++)for(var x=arguments[r],X=0,Y=x.length;X<Y;X++,d++)_[d]=x[X];return _}function tp(e){return this instanceof tp?(this.v=e,this):new tp(e)}function Ux(e,r,a){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _=a.apply(e,r||[]),d,x=[];return d={},X("next"),X("throw"),X("return"),d[Symbol.asyncIterator]=function(){return this},d;function X(te){_[te]&&(d[te]=function(U){return new Promise(function(Te,p){x.push([te,U,Te,p])>1||Y(te,U)})})}function Y(te,U){try{w(_[te](U))}catch(Te){ve(x[0][3],Te)}}function w(te){te.value instanceof tp?Promise.resolve(te.value.v).then(K,ze):ve(x[0][2],te)}function K(te){Y("next",te)}function ze(te){Y("throw",te)}function ve(te,U){te(U),x.shift(),x.length&&Y(x[0][0],x[0][1])}}function zx(e){var r,a;return r={},_("next"),_("throw",function(d){throw d}),_("return"),r[Symbol.iterator]=function(){return this},r;function _(d,x){r[d]=e[d]?function(X){return(a=!a)?{value:tp(e[d](X)),done:d==="return"}:x?x(X):X}:x}}function Kx(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=e[Symbol.asyncIterator],a;return r?r.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(X){return new Promise(function(Y,w){X=e[x](X),d(Y,w,X.done,X.value)})}}function d(x,X,Y,w){Promise.resolve(w).then(function(K){x({value:K,done:Y})},X)}}function Wx(e,r){return Object.defineProperty?Object.defineProperty(e,"raw",{value:r}):e.raw=r,e}function Hx(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)Object.hasOwnProperty.call(e,a)&&(r[a]=e[a]);return r.default=e,r}function Gx(e){return e&&e.__esModule?e:{default:e}}function Xx(e,r){if(!r.has(e))throw new TypeError("attempted to get private field on non-instance");return r.get(e)}function $x(e,r,a){if(!r.has(e))throw new TypeError("attempted to set private field on non-instance");return r.set(e,a),a}var nd,id,is=Bl(()=>{be();nd=function(e,r){return nd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,_){a.__proto__=_}||function(a,_){for(var d in _)_.hasOwnProperty(d)&&(a[d]=_[d])},nd(e,r)};id=function(){return id=Object.assign||function(r){for(var a,_=1,d=arguments.length;_<d;_++){a=arguments[_];for(var x in a)Object.prototype.hasOwnProperty.call(a,x)&&(r[x]=a[x])}return r},id.apply(this,arguments)}});var zh=Xr(re=>{"use strict";be();Object.defineProperty(re,"__esModule",{value:!0});re.isExpressionStatement=re.isExpression=re.isExportSpecifier=re.isExportDeclaration=re.isExportAssignment=re.isEnumMember=re.isEnumDeclaration=re.isEntityNameExpression=re.isEntityName=re.isEmptyStatement=re.isElementAccessExpression=re.isDoStatement=re.isDeleteExpression=re.isDefaultClause=re.isDecorator=re.isDebuggerStatement=re.isComputedPropertyName=re.isContinueStatement=re.isConstructSignatureDeclaration=re.isConstructorTypeNode=re.isConstructorDeclaration=re.isConditionalTypeNode=re.isConditionalExpression=re.isCommaListExpression=re.isClassLikeDeclaration=re.isClassExpression=re.isClassDeclaration=re.isCatchClause=re.isCaseOrDefaultClause=re.isCaseClause=re.isCaseBlock=re.isCallSignatureDeclaration=re.isCallLikeExpression=re.isCallExpression=re.isBreakStatement=re.isBreakOrContinueStatement=re.isBooleanLiteral=re.isBlockLike=re.isBlock=re.isBindingPattern=re.isBindingElement=re.isBinaryExpression=re.isAwaitExpression=re.isAssertionExpression=re.isAsExpression=re.isArrowFunction=re.isArrayTypeNode=re.isArrayLiteralExpression=re.isArrayBindingPattern=re.isAccessorDeclaration=void 0;re.isNamespaceImport=re.isNamespaceDeclaration=re.isNamedImports=re.isNamedExports=re.isModuleDeclaration=re.isModuleBlock=re.isMethodSignature=re.isMethodDeclaration=re.isMetaProperty=re.isMappedTypeNode=re.isLiteralTypeNode=re.isLiteralExpression=re.isLabeledStatement=re.isJsxText=re.isJsxSpreadAttribute=re.isJsxSelfClosingElement=re.isJsxOpeningLikeElement=re.isJsxOpeningFragment=re.isJsxOpeningElement=re.isJsxFragment=re.isJsxExpression=re.isJsxElement=re.isJsxClosingFragment=re.isJsxClosingElement=re.isJsxAttributes=re.isJsxAttributeLike=re.isJsxAttribute=re.isJsDoc=re.isIterationStatement=re.isIntersectionTypeNode=re.isInterfaceDeclaration=re.isInferTypeNode=re.isIndexSignatureDeclaration=re.isIndexedAccessTypeNode=re.isImportSpecifier=re.isImportEqualsDeclaration=re.isImportDeclaration=re.isImportClause=re.isIfStatement=re.isIdentifier=re.isGetAccessorDeclaration=re.isFunctionTypeNode=re.isFunctionExpression=re.isFunctionDeclaration=re.isForStatement=re.isForOfStatement=re.isForInOrOfStatement=re.isForInStatement=re.isExternalModuleReference=re.isExpressionWithTypeArguments=void 0;re.isVariableStatement=re.isVariableDeclaration=re.isUnionTypeNode=re.isTypeQueryNode=re.isTypeReferenceNode=re.isTypePredicateNode=re.isTypeParameterDeclaration=re.isTypeOperatorNode=re.isTypeOfExpression=re.isTypeLiteralNode=re.isTypeAssertion=re.isTypeAliasDeclaration=re.isTupleTypeNode=re.isTryStatement=re.isThrowStatement=re.isTextualLiteral=re.isTemplateLiteral=re.isTemplateExpression=re.isTaggedTemplateExpression=re.isSyntaxList=re.isSwitchStatement=re.isStringLiteral=re.isSpreadElement=re.isSpreadAssignment=re.isSourceFile=re.isSignatureDeclaration=re.isShorthandPropertyAssignment=re.isSetAccessorDeclaration=re.isReturnStatement=re.isRegularExpressionLiteral=re.isQualifiedName=re.isPropertySignature=re.isPropertyDeclaration=re.isPropertyAssignment=re.isPropertyAccessExpression=re.isPrefixUnaryExpression=re.isPostfixUnaryExpression=re.isParenthesizedTypeNode=re.isParenthesizedExpression=re.isParameterDeclaration=re.isOmittedExpression=re.isObjectLiteralExpression=re.isObjectBindingPattern=re.isNumericOrStringLikeLiteral=re.isNumericLiteral=re.isNullLiteral=re.isNoSubstitutionTemplateLiteral=re.isNonNullExpression=re.isNewExpression=re.isNamespaceExportDeclaration=void 0;re.isWithStatement=re.isWhileStatement=re.isVoidExpression=re.isVariableDeclarationList=void 0;var Ne=pi();function Vx(e){return e.kind===Ne.SyntaxKind.GetAccessor||e.kind===Ne.SyntaxKind.SetAccessor}re.isAccessorDeclaration=Vx;function Qx(e){return e.kind===Ne.SyntaxKind.ArrayBindingPattern}re.isArrayBindingPattern=Qx;function Yx(e){return e.kind===Ne.SyntaxKind.ArrayLiteralExpression}re.isArrayLiteralExpression=Yx;function Zx(e){return e.kind===Ne.SyntaxKind.ArrayType}re.isArrayTypeNode=Zx;function eS(e){return e.kind===Ne.SyntaxKind.ArrowFunction}re.isArrowFunction=eS;function rS(e){return e.kind===Ne.SyntaxKind.AsExpression}re.isAsExpression=rS;function tS(e){return e.kind===Ne.SyntaxKind.AsExpression||e.kind===Ne.SyntaxKind.TypeAssertionExpression}re.isAssertionExpression=tS;function nS(e){return e.kind===Ne.SyntaxKind.AwaitExpression}re.isAwaitExpression=nS;function iS(e){return e.kind===Ne.SyntaxKind.BinaryExpression}re.isBinaryExpression=iS;function aS(e){return e.kind===Ne.SyntaxKind.BindingElement}re.isBindingElement=aS;function oS(e){return e.kind===Ne.SyntaxKind.ArrayBindingPattern||e.kind===Ne.SyntaxKind.ObjectBindingPattern}re.isBindingPattern=oS;function sS(e){return e.kind===Ne.SyntaxKind.Block}re.isBlock=sS;function _S(e){return e.statements!==void 0}re.isBlockLike=_S;function cS(e){return e.kind===Ne.SyntaxKind.TrueKeyword||e.kind===Ne.SyntaxKind.FalseKeyword}re.isBooleanLiteral=cS;function uS(e){return e.kind===Ne.SyntaxKind.BreakStatement||e.kind===Ne.SyntaxKind.ContinueStatement}re.isBreakOrContinueStatement=uS;function lS(e){return e.kind===Ne.SyntaxKind.BreakStatement}re.isBreakStatement=lS;function pS(e){return e.kind===Ne.SyntaxKind.CallExpression}re.isCallExpression=pS;function fS(e){switch(e.kind){case Ne.SyntaxKind.CallExpression:case Ne.SyntaxKind.Decorator:case Ne.SyntaxKind.JsxOpeningElement:case Ne.SyntaxKind.JsxSelfClosingElement:case Ne.SyntaxKind.NewExpression:case Ne.SyntaxKind.TaggedTemplateExpression:return!0;default:return!1}}re.isCallLikeExpression=fS;function dS(e){return e.kind===Ne.SyntaxKind.CallSignature}re.isCallSignatureDeclaration=dS;function mS(e){return e.kind===Ne.SyntaxKind.CaseBlock}re.isCaseBlock=mS;function gS(e){return e.kind===Ne.SyntaxKind.CaseClause}re.isCaseClause=gS;function yS(e){return e.kind===Ne.SyntaxKind.CaseClause||e.kind===Ne.SyntaxKind.DefaultClause}re.isCaseOrDefaultClause=yS;function hS(e){return e.kind===Ne.SyntaxKind.CatchClause}re.isCatchClause=hS;function vS(e){return e.kind===Ne.SyntaxKind.ClassDeclaration}re.isClassDeclaration=vS;function bS(e){return e.kind===Ne.SyntaxKind.ClassExpression}re.isClassExpression=bS;function TS(e){return e.kind===Ne.SyntaxKind.ClassDeclaration||e.kind===Ne.SyntaxKind.ClassExpression}re.isClassLikeDeclaration=TS;function xS(e){return e.kind===Ne.SyntaxKind.CommaListExpression}re.isCommaListExpression=xS;function SS(e){return e.kind===Ne.SyntaxKind.ConditionalExpression}re.isConditionalExpression=SS;function DS(e){return e.kind===Ne.SyntaxKind.ConditionalType}re.isConditionalTypeNode=DS;function ES(e){return e.kind===Ne.SyntaxKind.Constructor}re.isConstructorDeclaration=ES;function CS(e){return e.kind===Ne.SyntaxKind.ConstructorType}re.isConstructorTypeNode=CS;function wS(e){return e.kind===Ne.SyntaxKind.ConstructSignature}re.isConstructSignatureDeclaration=wS;function AS(e){return e.kind===Ne.SyntaxKind.ContinueStatement}re.isContinueStatement=AS;function kS(e){return e.kind===Ne.SyntaxKind.ComputedPropertyName}re.isComputedPropertyName=kS;function PS(e){return e.kind===Ne.SyntaxKind.DebuggerStatement}re.isDebuggerStatement=PS;function IS(e){return e.kind===Ne.SyntaxKind.Decorator}re.isDecorator=IS;function NS(e){return e.kind===Ne.SyntaxKind.DefaultClause}re.isDefaultClause=NS;function OS(e){return e.kind===Ne.SyntaxKind.DeleteExpression}re.isDeleteExpression=OS;function MS(e){return e.kind===Ne.SyntaxKind.DoStatement}re.isDoStatement=MS;function LS(e){return e.kind===Ne.SyntaxKind.ElementAccessExpression}re.isElementAccessExpression=LS;function RS(e){return e.kind===Ne.SyntaxKind.EmptyStatement}re.isEmptyStatement=RS;function JS(e){return e.kind===Ne.SyntaxKind.Identifier||Uh(e)}re.isEntityName=JS;function Fh(e){return e.kind===Ne.SyntaxKind.Identifier||qh(e)&&Fh(e.expression)}re.isEntityNameExpression=Fh;function FS(e){return e.kind===Ne.SyntaxKind.EnumDeclaration}re.isEnumDeclaration=FS;function jS(e){return e.kind===Ne.SyntaxKind.EnumMember}re.isEnumMember=jS;function BS(e){return e.kind===Ne.SyntaxKind.ExportAssignment}re.isExportAssignment=BS;function qS(e){return e.kind===Ne.SyntaxKind.ExportDeclaration}re.isExportDeclaration=qS;function US(e){return e.kind===Ne.SyntaxKind.ExportSpecifier}re.isExportSpecifier=US;function zS(e){switch(e.kind){case Ne.SyntaxKind.ArrayLiteralExpression:case Ne.SyntaxKind.ArrowFunction:case Ne.SyntaxKind.AsExpression:case Ne.SyntaxKind.AwaitExpression:case Ne.SyntaxKind.BinaryExpression:case Ne.SyntaxKind.CallExpression:case Ne.SyntaxKind.ClassExpression:case Ne.SyntaxKind.CommaListExpression:case Ne.SyntaxKind.ConditionalExpression:case Ne.SyntaxKind.DeleteExpression:case Ne.SyntaxKind.ElementAccessExpression:case Ne.SyntaxKind.FalseKeyword:case Ne.SyntaxKind.FunctionExpression:case Ne.SyntaxKind.Identifier:case Ne.SyntaxKind.JsxElement:case Ne.SyntaxKind.JsxFragment:case Ne.SyntaxKind.JsxExpression:case Ne.SyntaxKind.JsxOpeningElement:case Ne.SyntaxKind.JsxOpeningFragment:case Ne.SyntaxKind.JsxSelfClosingElement:case Ne.SyntaxKind.MetaProperty:case Ne.SyntaxKind.NewExpression:case Ne.SyntaxKind.NonNullExpression:case Ne.SyntaxKind.NoSubstitutionTemplateLiteral:case Ne.SyntaxKind.NullKeyword:case Ne.SyntaxKind.NumericLiteral:case Ne.SyntaxKind.ObjectLiteralExpression:case Ne.SyntaxKind.OmittedExpression:case Ne.SyntaxKind.ParenthesizedExpression:case Ne.SyntaxKind.PostfixUnaryExpression:case Ne.SyntaxKind.PrefixUnaryExpression:case Ne.SyntaxKind.PropertyAccessExpression:case Ne.SyntaxKind.RegularExpressionLiteral:case Ne.SyntaxKind.SpreadElement:case Ne.SyntaxKind.StringLiteral:case Ne.SyntaxKind.SuperKeyword:case Ne.SyntaxKind.TaggedTemplateExpression:case Ne.SyntaxKind.TemplateExpression:case Ne.SyntaxKind.ThisKeyword:case Ne.SyntaxKind.TrueKeyword:case Ne.SyntaxKind.TypeAssertionExpression:case Ne.SyntaxKind.TypeOfExpression:case Ne.SyntaxKind.VoidExpression:case Ne.SyntaxKind.YieldExpression:return!0;default:return!1}}re.isExpression=zS;function KS(e){return e.kind===Ne.SyntaxKind.ExpressionStatement}re.isExpressionStatement=KS;function WS(e){return e.kind===Ne.SyntaxKind.ExpressionWithTypeArguments}re.isExpressionWithTypeArguments=WS;function HS(e){return e.kind===Ne.SyntaxKind.ExternalModuleReference}re.isExternalModuleReference=HS;function GS(e){return e.kind===Ne.SyntaxKind.ForInStatement}re.isForInStatement=GS;function XS(e){return e.kind===Ne.SyntaxKind.ForOfStatement||e.kind===Ne.SyntaxKind.ForInStatement}re.isForInOrOfStatement=XS;function $S(e){return e.kind===Ne.SyntaxKind.ForOfStatement}re.isForOfStatement=$S;function VS(e){return e.kind===Ne.SyntaxKind.ForStatement}re.isForStatement=VS;function QS(e){return e.kind===Ne.SyntaxKind.FunctionDeclaration}re.isFunctionDeclaration=QS;function YS(e){return e.kind===Ne.SyntaxKind.FunctionExpression}re.isFunctionExpression=YS;function ZS(e){return e.kind===Ne.SyntaxKind.FunctionType}re.isFunctionTypeNode=ZS;function eD(e){return e.kind===Ne.SyntaxKind.GetAccessor}re.isGetAccessorDeclaration=eD;function rD(e){return e.kind===Ne.SyntaxKind.Identifier}re.isIdentifier=rD;function tD(e){return e.kind===Ne.SyntaxKind.IfStatement}re.isIfStatement=tD;function nD(e){return e.kind===Ne.SyntaxKind.ImportClause}re.isImportClause=nD;function iD(e){return e.kind===Ne.SyntaxKind.ImportDeclaration}re.isImportDeclaration=iD;function aD(e){return e.kind===Ne.SyntaxKind.ImportEqualsDeclaration}re.isImportEqualsDeclaration=aD;function oD(e){return e.kind===Ne.SyntaxKind.ImportSpecifier}re.isImportSpecifier=oD;function sD(e){return e.kind===Ne.SyntaxKind.IndexedAccessType}re.isIndexedAccessTypeNode=sD;function _D(e){return e.kind===Ne.SyntaxKind.IndexSignature}re.isIndexSignatureDeclaration=_D;function cD(e){return e.kind===Ne.SyntaxKind.InferType}re.isInferTypeNode=cD;function uD(e){return e.kind===Ne.SyntaxKind.InterfaceDeclaration}re.isInterfaceDeclaration=uD;function lD(e){return e.kind===Ne.SyntaxKind.IntersectionType}re.isIntersectionTypeNode=lD;function pD(e){switch(e.kind){case Ne.SyntaxKind.ForStatement:case Ne.SyntaxKind.ForOfStatement:case Ne.SyntaxKind.ForInStatement:case Ne.SyntaxKind.WhileStatement:case Ne.SyntaxKind.DoStatement:return!0;default:return!1}}re.isIterationStatement=pD;function fD(e){return e.kind===Ne.SyntaxKind.JSDocComment}re.isJsDoc=fD;function dD(e){return e.kind===Ne.SyntaxKind.JsxAttribute}re.isJsxAttribute=dD;function mD(e){return e.kind===Ne.SyntaxKind.JsxAttribute||e.kind===Ne.SyntaxKind.JsxSpreadAttribute}re.isJsxAttributeLike=mD;function gD(e){return e.kind===Ne.SyntaxKind.JsxAttributes}re.isJsxAttributes=gD;function yD(e){return e.kind===Ne.SyntaxKind.JsxClosingElement}re.isJsxClosingElement=yD;function hD(e){return e.kind===Ne.SyntaxKind.JsxClosingFragment}re.isJsxClosingFragment=hD;function vD(e){return e.kind===Ne.SyntaxKind.JsxElement}re.isJsxElement=vD;function bD(e){return e.kind===Ne.SyntaxKind.JsxExpression}re.isJsxExpression=bD;function TD(e){return e.kind===Ne.SyntaxKind.JsxFragment}re.isJsxFragment=TD;function xD(e){return e.kind===Ne.SyntaxKind.JsxOpeningElement}re.isJsxOpeningElement=xD;function SD(e){return e.kind===Ne.SyntaxKind.JsxOpeningFragment}re.isJsxOpeningFragment=SD;function DD(e){return e.kind===Ne.SyntaxKind.JsxOpeningElement||e.kind===Ne.SyntaxKind.JsxSelfClosingElement}re.isJsxOpeningLikeElement=DD;function ED(e){return e.kind===Ne.SyntaxKind.JsxSelfClosingElement}re.isJsxSelfClosingElement=ED;function CD(e){return e.kind===Ne.SyntaxKind.JsxSpreadAttribute}re.isJsxSpreadAttribute=CD;function wD(e){return e.kind===Ne.SyntaxKind.JsxText}re.isJsxText=wD;function AD(e){return e.kind===Ne.SyntaxKind.LabeledStatement}re.isLabeledStatement=AD;function kD(e){return e.kind>=Ne.SyntaxKind.FirstLiteralToken&&e.kind<=Ne.SyntaxKind.LastLiteralToken}re.isLiteralExpression=kD;function PD(e){return e.kind===Ne.SyntaxKind.LiteralType}re.isLiteralTypeNode=PD;function ID(e){return e.kind===Ne.SyntaxKind.MappedType}re.isMappedTypeNode=ID;function ND(e){return e.kind===Ne.SyntaxKind.MetaProperty}re.isMetaProperty=ND;function OD(e){return e.kind===Ne.SyntaxKind.MethodDeclaration}re.isMethodDeclaration=OD;function MD(e){return e.kind===Ne.SyntaxKind.MethodSignature}re.isMethodSignature=MD;function LD(e){return e.kind===Ne.SyntaxKind.ModuleBlock}re.isModuleBlock=LD;function jh(e){return e.kind===Ne.SyntaxKind.ModuleDeclaration}re.isModuleDeclaration=jh;function RD(e){return e.kind===Ne.SyntaxKind.NamedExports}re.isNamedExports=RD;function JD(e){return e.kind===Ne.SyntaxKind.NamedImports}re.isNamedImports=JD;function Bh(e){return jh(e)&&e.name.kind===Ne.SyntaxKind.Identifier&&e.body!==void 0&&(e.body.kind===Ne.SyntaxKind.ModuleBlock||Bh(e.body))}re.isNamespaceDeclaration=Bh;function FD(e){return e.kind===Ne.SyntaxKind.NamespaceImport}re.isNamespaceImport=FD;function jD(e){return e.kind===Ne.SyntaxKind.NamespaceExportDeclaration}re.isNamespaceExportDeclaration=jD;function BD(e){return e.kind===Ne.SyntaxKind.NewExpression}re.isNewExpression=BD;function qD(e){return e.kind===Ne.SyntaxKind.NonNullExpression}re.isNonNullExpression=qD;function UD(e){return e.kind===Ne.SyntaxKind.NoSubstitutionTemplateLiteral}re.isNoSubstitutionTemplateLiteral=UD;function zD(e){return e.kind===Ne.SyntaxKind.NullKeyword}re.isNullLiteral=zD;function KD(e){return e.kind===Ne.SyntaxKind.NumericLiteral}re.isNumericLiteral=KD;function WD(e){switch(e.kind){case Ne.SyntaxKind.StringLiteral:case Ne.SyntaxKind.NumericLiteral:case Ne.SyntaxKind.NoSubstitutionTemplateLiteral:return!0;default:return!1}}re.isNumericOrStringLikeLiteral=WD;function HD(e){return e.kind===Ne.SyntaxKind.ObjectBindingPattern}re.isObjectBindingPattern=HD;function GD(e){return e.kind===Ne.SyntaxKind.ObjectLiteralExpression}re.isObjectLiteralExpression=GD;function XD(e){return e.kind===Ne.SyntaxKind.OmittedExpression}re.isOmittedExpression=XD;function $D(e){return e.kind===Ne.SyntaxKind.Parameter}re.isParameterDeclaration=$D;function VD(e){return e.kind===Ne.SyntaxKind.ParenthesizedExpression}re.isParenthesizedExpression=VD;function QD(e){return e.kind===Ne.SyntaxKind.ParenthesizedType}re.isParenthesizedTypeNode=QD;function YD(e){return e.kind===Ne.SyntaxKind.PostfixUnaryExpression}re.isPostfixUnaryExpression=YD;function ZD(e){return e.kind===Ne.SyntaxKind.PrefixUnaryExpression}re.isPrefixUnaryExpression=ZD;function qh(e){return e.kind===Ne.SyntaxKind.PropertyAccessExpression}re.isPropertyAccessExpression=qh;function e6(e){return e.kind===Ne.SyntaxKind.PropertyAssignment}re.isPropertyAssignment=e6;function r6(e){return e.kind===Ne.SyntaxKind.PropertyDeclaration}re.isPropertyDeclaration=r6;function t6(e){return e.kind===Ne.SyntaxKind.PropertySignature}re.isPropertySignature=t6;function Uh(e){return e.kind===Ne.SyntaxKind.QualifiedName}re.isQualifiedName=Uh;function n6(e){return e.kind===Ne.SyntaxKind.RegularExpressionLiteral}re.isRegularExpressionLiteral=n6;function i6(e){return e.kind===Ne.SyntaxKind.ReturnStatement}re.isReturnStatement=i6;function a6(e){return e.kind===Ne.SyntaxKind.SetAccessor}re.isSetAccessorDeclaration=a6;function o6(e){return e.kind===Ne.SyntaxKind.ShorthandPropertyAssignment}re.isShorthandPropertyAssignment=o6;function s6(e){return e.parameters!==void 0}re.isSignatureDeclaration=s6;function _6(e){return e.kind===Ne.SyntaxKind.SourceFile}re.isSourceFile=_6;function c6(e){return e.kind===Ne.SyntaxKind.SpreadAssignment}re.isSpreadAssignment=c6;function u6(e){return e.kind===Ne.SyntaxKind.SpreadElement}re.isSpreadElement=u6;function l6(e){return e.kind===Ne.SyntaxKind.StringLiteral}re.isStringLiteral=l6;function p6(e){return e.kind===Ne.SyntaxKind.SwitchStatement}re.isSwitchStatement=p6;function f6(e){return e.kind===Ne.SyntaxKind.SyntaxList}re.isSyntaxList=f6;function d6(e){return e.kind===Ne.SyntaxKind.TaggedTemplateExpression}re.isTaggedTemplateExpression=d6;function m6(e){return e.kind===Ne.SyntaxKind.TemplateExpression}re.isTemplateExpression=m6;function g6(e){return e.kind===Ne.SyntaxKind.TemplateExpression||e.kind===Ne.SyntaxKind.NoSubstitutionTemplateLiteral}re.isTemplateLiteral=g6;function y6(e){return e.kind===Ne.SyntaxKind.StringLiteral||e.kind===Ne.SyntaxKind.NoSubstitutionTemplateLiteral}re.isTextualLiteral=y6;function h6(e){return e.kind===Ne.SyntaxKind.ThrowStatement}re.isThrowStatement=h6;function v6(e){return e.kind===Ne.SyntaxKind.TryStatement}re.isTryStatement=v6;function b6(e){return e.kind===Ne.SyntaxKind.TupleType}re.isTupleTypeNode=b6;function T6(e){return e.kind===Ne.SyntaxKind.TypeAliasDeclaration}re.isTypeAliasDeclaration=T6;function x6(e){return e.kind===Ne.SyntaxKind.TypeAssertionExpression}re.isTypeAssertion=x6;function S6(e){return e.kind===Ne.SyntaxKind.TypeLiteral}re.isTypeLiteralNode=S6;function D6(e){return e.kind===Ne.SyntaxKind.TypeOfExpression}re.isTypeOfExpression=D6;function E6(e){return e.kind===Ne.SyntaxKind.TypeOperator}re.isTypeOperatorNode=E6;function C6(e){return e.kind===Ne.SyntaxKind.TypeParameter}re.isTypeParameterDeclaration=C6;function w6(e){return e.kind===Ne.SyntaxKind.TypePredicate}re.isTypePredicateNode=w6;function A6(e){return e.kind===Ne.SyntaxKind.TypeReference}re.isTypeReferenceNode=A6;function k6(e){return e.kind===Ne.SyntaxKind.TypeQuery}re.isTypeQueryNode=k6;function P6(e){return e.kind===Ne.SyntaxKind.UnionType}re.isUnionTypeNode=P6;function I6(e){return e.kind===Ne.SyntaxKind.VariableDeclaration}re.isVariableDeclaration=I6;function N6(e){return e.kind===Ne.SyntaxKind.VariableStatement}re.isVariableStatement=N6;function O6(e){return e.kind===Ne.SyntaxKind.VariableDeclarationList}re.isVariableDeclarationList=O6;function M6(e){return e.kind===Ne.SyntaxKind.VoidExpression}re.isVoidExpression=M6;function L6(e){return e.kind===Ne.SyntaxKind.WhileStatement}re.isWhileStatement=L6;function R6(e){return e.kind===Ne.SyntaxKind.WithStatement}re.isWithStatement=R6});var Kh=Xr(np=>{"use strict";be();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=Xr(Us=>{"use strict";be();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=Xr(ip=>{"use strict";be();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=Xr(_d=>{"use strict";be();Object.defineProperty(_d,"__esModule",{value:!0});var G6=(is(),la(ns));G6.__exportStar(sd(),_d)});var Hh=Xr(wn=>{"use strict";be();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 rE(e){return(e.flags&ki.TypeFlags.Intersection)!==0}wn.isIntersectionType=rE;function tE(e){return(e.flags&(ki.TypeFlags.StringOrNumberLiteral|ki.TypeFlags.BigIntLiteral))!==0}wn.isLiteralType=tE;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=Xr(ud=>{"use strict";be();Object.defineProperty(ud,"__esModule",{value:!0});var lE=(is(),la(ns));lE.__exportStar(Hh(),ud)});var $h=Xr(Ic=>{"use strict";be();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=Xr(pd=>{"use strict";be();Object.defineProperty(pd,"__esModule",{value:!0});var mE=(is(),la(ns));mE.__exportStar($h(),pd)});var Qh=Xr(Wp=>{"use strict";be();Object.defineProperty(Wp,"__esModule",{value:!0});var Vh=(is(),la(ns));Vh.__exportStar(sd(),Wp);Vh.__exportStar(fd(),Wp)});var Yh=Xr(dd=>{"use strict";be();Object.defineProperty(dd,"__esModule",{value:!0});var gE=(is(),la(ns));gE.__exportStar(fd(),dd)});var o1=Xr(nn=>{"use strict";be();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 r=e.getBaseTypes();return r===void 0||r.every(e1)}return!1}nn.isEmptyObjectType=e1;function r1(e,r){if(!Zh(r,In.TypeFlags.Undefined))return r;let a=Zh(r,In.TypeFlags.Null);return r=e.getNonNullableType(r),a?e.getNullableType(r,In.TypeFlags.Null):r}nn.removeOptionalityFromType=r1;function Zh(e,r){for(let a of zu(e))if(ha.isTypeFlagSet(a,r))return!0;return!1}function yE(e,r){if(!Ea.isUnionType(r))return md(e,r)?r.getNonNullableType():r;let a=0,_=!1;for(let d of r.types)md(e,d)?_=!0:a|=d.flags;return _?e.getNullableType(r.getNonNullableType(),a):r}nn.removeOptionalChainingUndefinedMarkerType=yE;function md(e,r){return ha.isTypeFlagSet(r,In.TypeFlags.Undefined)&&e.getNullableType(r.getNonNullableType(),In.TypeFlags.Undefined)!==r}nn.isOptionalChainingUndefinedMarkerType=md;function hE(e,r){return t1(e,r,In.TypeFlags.NumberLike)}nn.isTypeAssignableToNumber=hE;function vE(e,r){return t1(e,r,In.TypeFlags.StringLike)}nn.isTypeAssignableToString=vE;function t1(e,r,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=x.symbol.declarations[0];return X.constraint===void 0?!0:d(e.getTypeFromTypeNode(X.constraint))}return Ea.isUnionType(x)?x.types.every(d):Ea.isIntersectionType(x)?x.types.some(d):ha.isTypeFlagSet(x,a)}(r)}function gd(e){if(Ea.isUnionType(e)){let r=[];for(let a of e.types)r.push(...gd(a));return r}if(Ea.isIntersectionType(e)){let r;for(let a of e.types){let _=gd(a);if(_.length!==0){if(r!==void 0)return[];r=_}}return r===void 0?[]:r}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,r,a){return r(e)?e.types.some(a):a(e)}nn.someTypePart=n1;function TE(e,r,a=e.getTypeAtLocation(r)){for(let _ of zu(e.getApparentType(a))){let d=_.getProperty("then");if(d===void 0)continue;let x=e.getTypeOfSymbolAtLocation(d,r);for(let X of zu(x))for(let Y of X.getCallSignatures())if(Y.parameters.length!==0&&xE(e,Y.parameters[0],r))return!0}return!1}nn.isThenableType=TE;function xE(e,r,a){let _=e.getApparentType(e.getTypeOfSymbolAtLocation(r,a));if(r.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,r){return ha.isTypeFlagSet(e,In.TypeFlags.BooleanLiteral)&&e.intrinsicName===(r?"true":"false")}nn.isBooleanLiteralType=yd;function Hp(e,r){return r.startsWith("__")?e.getProperties().find(a=>a.escapedName===r):e.getProperty(r)}nn.getPropertyOfType=Hp;function DE(e,r,a){let _="__@"+r;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,r))return d}}nn.getWellKnownSymbolPropertyOfType=DE;function EE(e,r,a){let _=r&&e.getTypeOfSymbolAtLocation(r,r.valueDeclaration).getProperty(a),d=_&&e.getTypeOfSymbolAtLocation(_,_.valueDeclaration);return d&&Ea.isUniqueESSymbolType(d)?d.escapedName:"__@"+a}function i1(e,r,a){let _=!1,d=!1;for(let x of zu(e))if(Hp(x,r)===void 0){let X=(ha.isNumericPropertyName(r)?a.getIndexInfoOfType(x,In.IndexKind.Number):void 0)||a.getIndexInfoOfType(x,In.IndexKind.String);if(X!==void 0&&X.isReadonly){if(_)return!0;d=!0}}else{if(d||CE(x,r,a))return!0;_=!0}return!1}nn.isPropertyReadonlyInType=i1;function CE(e,r,a){return n1(e,Ea.isIntersectionType,_=>{let d=Hp(_,r);if(d===void 0)return!1;if(d.flags&In.SymbolFlags.Transient){if(/^(?:[1-9]\d*|0)$/.test(r)&&Ea.isTupleTypeReference(_))return _.target.readonly;switch(wE(_,r,a)){case!0:return!0;case!1:return!1;default:}}return ha.isSymbolFlagSet(d,In.SymbolFlags.ValueModule)||a1(d,a)})}function wE(e,r,a){if(!Ea.isObjectType(e)||!ha.isObjectFlagSet(e,In.ObjectFlags.Mapped))return;let _=e.symbol.declarations[0];return _.readonlyToken!==void 0&&!/^__@[^@]+$/.test(r)?_.readonlyToken.kind!==In.SyntaxKind.MinusToken:i1(e.modifiersType,r,a)}function a1(e,r){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,r)||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 r=String(e.value);return{displayName:r,symbolName:In.escapeLeadingUnderscores(r)}}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,r){var a;return r.getSymbolAtLocation((a=e.name)!==null&&a!==void 0?a:ha.getChildOfKind(e,In.SyntaxKind.ClassKeyword))}nn.getSymbolOfClassLikeDeclaration=hd;function IE(e,r){return e.kind===In.SyntaxKind.ClassExpression?r.getTypeAtLocation(e):r.getTypeOfSymbolAtLocation(hd(e,r),e)}nn.getConstructorTypeOfClassLikeDeclaration=IE;function NE(e,r){return e.kind===In.SyntaxKind.ClassDeclaration?r.getTypeAtLocation(e):r.getDeclaredTypeOfSymbol(hd(e,r))}nn.getInstanceTypeOfClassLikeDeclaration=NE;function OE(e,r,a){return Ea.isUnionType(e)&&e.types.find(_=>{let d=_.getProperty("done");return d!==void 0&&yd(r1(a,a.getTypeOfSymbolAtLocation(d,r)),!1)})||e}nn.getIteratorYieldResultFromIteratorResult=OE;function ME(e,r){if(!D_.isClassLikeDeclaration(e.parent))return;let a=ha.getBaseOfClassLikeExpression(e.parent);if(a===void 0)return;let _=ha.getSingleLateBoundPropertyNameOfPropertyName(e.name,r);if(_===void 0)return;let d=r.getTypeAtLocation(ha.hasModifier(e.modifiers,In.SyntaxKind.StaticKeyword)?a.expression:a);return Hp(d,_.symbolName)}nn.getBaseClassMemberOfClassElement=ME});var vd=Xr(qe=>{"use strict";be();Object.defineProperty(qe,"__esModule",{value:!0});qe.isValidIdentifier=qe.getLineBreakStyle=qe.getLineRanges=qe.forEachComment=qe.forEachTokenWithTrivia=qe.forEachToken=qe.isFunctionWithBody=qe.hasOwnThisReference=qe.isBlockScopeBoundary=qe.isFunctionScopeBoundary=qe.isTypeScopeBoundary=qe.isScopeBoundary=qe.ScopeBoundarySelector=qe.ScopeBoundary=qe.isInSingleStatementContext=qe.isBlockScopedDeclarationStatement=qe.isBlockScopedVariableDeclaration=qe.isBlockScopedVariableDeclarationList=qe.getVariableDeclarationKind=qe.VariableDeclarationKind=qe.forEachDeclaredVariable=qe.forEachDestructuringIdentifier=qe.getPropertyName=qe.getWrappedNodeAtPosition=qe.getAstNodeAtPosition=qe.commentText=qe.isPositionInComment=qe.getCommentAtPosition=qe.getTokenAtPosition=qe.getNextToken=qe.getPreviousToken=qe.getNextStatement=qe.getPreviousStatement=qe.isModifierFlagSet=qe.isObjectFlagSet=qe.isSymbolFlagSet=qe.isTypeFlagSet=qe.isNodeFlagSet=qe.hasAccessModifier=qe.isParameterProperty=qe.hasModifier=qe.getModifier=qe.isThisParameter=qe.isKeywordKind=qe.isJsDocKind=qe.isTypeNodeKind=qe.isAssignmentKind=qe.isNodeKind=qe.isTokenKind=qe.getChildOfKind=void 0;qe.getBaseOfClassLikeExpression=qe.hasExhaustiveCaseClauses=qe.formatPseudoBigInt=qe.unwrapParentheses=qe.getSingleLateBoundPropertyNameOfPropertyName=qe.getLateBoundPropertyNamesOfPropertyName=qe.getLateBoundPropertyNames=qe.getPropertyNameOfWellKnownSymbol=qe.isWellKnownSymbolLiterally=qe.isBindableObjectDefinePropertyCall=qe.isReadonlyAssignmentDeclaration=qe.isInConstContext=qe.isConstAssertion=qe.getTsCheckDirective=qe.getCheckJsDirective=qe.isAmbientModule=qe.isCompilerOptionEnabled=qe.isStrictCompilerOptionEnabled=qe.getIIFE=qe.isAmbientModuleBlock=qe.isStatementInAmbientContext=qe.findImportLikeNodes=qe.findImports=qe.ImportKind=qe.parseJsDocOfNode=qe.getJsDoc=qe.canHaveJsDoc=qe.isReassignmentTarget=qe.getAccessKind=qe.AccessKind=qe.isExpressionValueUsed=qe.getDeclarationOfBindingElement=qe.hasSideEffects=qe.SideEffectOptions=qe.isSameLine=qe.isNumericPropertyName=qe.isValidJsxIdentifier=qe.isValidNumericLiteral=qe.isValidPropertyName=qe.isValidPropertyAccess=void 0;var M=pi(),Pi=cd(),Td=Qh(),Nc=o1();function LE(e,r,a){for(let _ of e.getChildren(a))if(_.kind===r)return _}qe.getChildOfKind=LE;function op(e){return e>=M.SyntaxKind.FirstToken&&e<=M.SyntaxKind.LastToken}qe.isTokenKind=op;function c1(e){return e>=M.SyntaxKind.FirstNode}qe.isNodeKind=c1;function Sd(e){return e>=M.SyntaxKind.FirstAssignment&&e<=M.SyntaxKind.LastAssignment}qe.isAssignmentKind=Sd;function RE(e){return e>=M.SyntaxKind.FirstTypeNode&&e<=M.SyntaxKind.LastTypeNode}qe.isTypeNodeKind=RE;function JE(e){return e>=M.SyntaxKind.FirstJSDocNode&&e<=M.SyntaxKind.LastJSDocNode}qe.isJsDocKind=JE;function FE(e){return e>=M.SyntaxKind.FirstKeyword&&e<=M.SyntaxKind.LastKeyword}qe.isKeywordKind=FE;function jE(e){return e.name.kind===M.SyntaxKind.Identifier&&e.name.originalKeywordKind===M.SyntaxKind.ThisKeyword}qe.isThisParameter=jE;function BE(e,r){if(e.modifiers!==void 0){for(let a of e.modifiers)if(a.kind===r)return a}}qe.getModifier=BE;function Hu(e,...r){if(e===void 0)return!1;for(let a of e)if(r.includes(a.kind))return!0;return!1}qe.hasModifier=Hu;function qE(e){return Hu(e.modifiers,M.SyntaxKind.PublicKeyword,M.SyntaxKind.ProtectedKeyword,M.SyntaxKind.PrivateKeyword,M.SyntaxKind.ReadonlyKeyword)}qe.isParameterProperty=qE;function UE(e){return u1(e,M.ModifierFlags.AccessibilityModifier)}qe.hasAccessModifier=UE;function Dd(e,r){return(e.flags&r)!==0}qe.isNodeFlagSet=Dd;qe.isTypeFlagSet=Dd;qe.isSymbolFlagSet=Dd;function zE(e,r){return(e.objectFlags&r)!==0}qe.isObjectFlagSet=zE;function u1(e,r){return(M.getCombinedModifierFlags(e)&r)!==0}qe.isModifierFlagSet=u1;function KE(e){let r=e.parent;if(Pi.isBlockLike(r)){let a=r.statements.indexOf(e);if(a>0)return r.statements[a-1]}}qe.getPreviousStatement=KE;function WE(e){let r=e.parent;if(Pi.isBlockLike(r)){let a=r.statements.indexOf(e);if(a<r.statements.length)return r.statements[a+1]}}qe.getNextStatement=WE;function HE(e,r){let{pos:a}=e;if(a!==0){do e=e.parent;while(e.pos===a);return Gp(e,a-1,r!=null?r:e.getSourceFile(),!1)}}qe.getPreviousToken=HE;function GE(e,r){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,r!=null?r:e.getSourceFile(),!1)}qe.getNextToken=GE;function l1(e,r,a,_){if(!(r<e.pos||r>=e.end))return op(e.kind)?e:Gp(e,r,a!=null?a:e.getSourceFile(),_===!0)}qe.getTokenAtPosition=l1;function Gp(e,r,a,_){if(!_&&(e=f1(e,r),op(e.kind)))return e;e:for(;;){for(let d of e.getChildren(a))if(d.end>r&&(_||d.kind!==M.SyntaxKind.JSDocComment)){if(op(d.kind))return d;e=d;continue e}return}}function p1(e,r,a=e){let _=l1(a,r,e);if(_===void 0||_.kind===M.SyntaxKind.JsxText||r>=_.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,r)||M.forEachLeadingCommentRange(e.text,d,s1,r)}qe.getCommentAtPosition=p1;function s1(e,r,a,_,d){return d>=e&&d<r?{pos:e,end:r,kind:a}:void 0}function XE(e,r,a){return p1(e,r,a)!==void 0}qe.isPositionInComment=XE;function $E(e,r){return e.substring(r.pos+2,r.kind===M.SyntaxKind.SingleLineCommentTrivia?r.end:r.end-2)}qe.commentText=$E;function f1(e,r){if(!(e.pos>r||e.end<=r)){for(;c1(e.kind);){let a=M.forEachChild(e,_=>_.pos<=r&&_.end>r?_:void 0);if(a===void 0)break;e=a}return e}}qe.getAstNodeAtPosition=f1;function VE(e,r){if(e.node.pos>r||e.node.end<=r)return;e:for(;;){for(let a of e.children){if(a.node.pos>r)return e;if(a.node.end>r){e=a;continue e}}return e}}qe.getWrappedNodeAtPosition=VE;function Ed(e){if(e.kind===M.SyntaxKind.ComputedPropertyName){let r=Rd(e.expression);if(Pi.isPrefixUnaryExpression(r)){let a=!1;switch(r.operator){case M.SyntaxKind.MinusToken:a=!0;case M.SyntaxKind.PlusToken:return Pi.isNumericLiteral(r.operand)?`${a?"-":""}${r.operand.text}`:Td.isBigIntLiteral(r.operand)?`${a?"-":""}${r.operand.text.slice(0,-1)}`:void 0;default:return}}return Td.isBigIntLiteral(r)?r.text.slice(0,-1):Pi.isNumericOrStringLikeLiteral(r)?r.text:void 0}return e.kind===M.SyntaxKind.PrivateIdentifier?void 0:e.text}qe.getPropertyName=Ed;function Cd(e,r){for(let a of e.elements){if(a.kind!==M.SyntaxKind.BindingElement)continue;let _;if(a.name.kind===M.SyntaxKind.Identifier?_=r(a):_=Cd(a.name,r),_)return _}}qe.forEachDestructuringIdentifier=Cd;function QE(e,r){for(let a of e.declarations){let _;if(a.name.kind===M.SyntaxKind.Identifier?_=r(a):_=Cd(a.name,r),_)return _}}qe.forEachDeclaredVariable=QE;var YE;(function(e){e[e.Var=0]="Var",e[e.Let=1]="Let",e[e.Const=2]="Const"})(YE=qe.VariableDeclarationKind||(qe.VariableDeclarationKind={}));function ZE(e){return e.flags&M.NodeFlags.Let?1:e.flags&M.NodeFlags.Const?2:0}qe.getVariableDeclarationKind=ZE;function wd(e){return(e.flags&M.NodeFlags.BlockScoped)!==0}qe.isBlockScopedVariableDeclarationList=wd;function eC(e){let r=e.parent;return r.kind===M.SyntaxKind.CatchClause||wd(r)}qe.isBlockScopedVariableDeclaration=eC;function rC(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}}qe.isBlockScopedDeclarationStatement=rC;function tC(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}}qe.isInSingleStatementContext=tC;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=qe.ScopeBoundary||(qe.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=qe.ScopeBoundarySelector||(qe.ScopeBoundarySelector={}));function aC(e){return Ad(e)||m1(e)||d1(e)}qe.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}}qe.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}}qe.isFunctionScopeBoundary=Ad;function m1(e){switch(e.kind){case M.SyntaxKind.Block:let r=e.parent;return r.kind!==M.SyntaxKind.CatchClause&&(r.kind===M.SyntaxKind.SourceFile||!Ad(r))?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}}qe.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}}qe.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}}qe.isFunctionWithBody=sC;function kd(e,r,a=e.getSourceFile()){let _=[];for(;;){if(op(e.kind))r(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()}}qe.forEachToken=kd;function _C(e,r,a=e.getSourceFile()){let _=a.text,d=M.createScanner(a.languageVersion,!1,a.languageVariant,_);return kd(e,x=>{let X=x.kind===M.SyntaxKind.JsxText||x.pos===x.end?x.pos:x.getStart(a);if(X!==x.pos){d.setTextPos(x.pos);let Y=d.scan(),w=d.getTokenPos();for(;w<X;){let K=d.getTextPos();if(r(_,Y,{pos:w,end:K},x.parent),K===X)break;Y=d.scan(),w=d.getTokenPos()}}return r(_,x.kind,{end:x.end,pos:X},x.parent)},a)}qe.forEachTokenWithTrivia=_C;function cC(e,r,a=e.getSourceFile()){let _=a.text,d=a.languageVariant!==M.LanguageVariant.JSX;return kd(e,X=>{if(X.pos!==X.end&&(X.kind!==M.SyntaxKind.JsxText&&M.forEachLeadingCommentRange(_,X.pos===0?(M.getShebang(_)||"").length:X.pos,x),d||uC(X)))return M.forEachTrailingCommentRange(_,X.end,x)},a);function x(X,Y,w){r(_,{pos:X,end:Y,kind:w})}}qe.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 r=e.getLineStarts(),a=[],_=r.length,d=e.text,x=0;for(let X=1;X<_;++X){let Y=r[X],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}qe.getLineRanges=lC;function pC(e){let r=e.getLineStarts();return r.length===1||r[1]<2||e.text[r[1]-2]!=="\r"?`
|
|
232
|
+
`:`\r
|
|
233
|
+
`}qe.getLineBreakStyle=pC;var Ku;function Pd(e,r){return Ku===void 0?Ku=M.createScanner(r,!1,void 0,e):(Ku.setScriptTarget(r),Ku.setText(e)),Ku.scan(),Ku}function fC(e,r=M.ScriptTarget.Latest){let a=Pd(e,r);return a.isIdentifier()&&a.getTextPos()===e.length&&a.getTokenPos()===0}qe.isValidIdentifier=fC;function ap(e){return e>=65536?2:1}function g1(e,r=M.ScriptTarget.Latest){if(e.length===0)return!1;let a=e.codePointAt(0);if(!M.isIdentifierStart(a,r))return!1;for(let _=ap(a);_<e.length;_+=ap(a))if(a=e.codePointAt(_),!M.isIdentifierPart(a,r))return!1;return!0}qe.isValidPropertyAccess=g1;function dC(e,r=M.ScriptTarget.Latest){if(g1(e,r))return!0;let a=Pd(e,r);return a.getTextPos()===e.length&&a.getToken()===M.SyntaxKind.NumericLiteral&&a.getTokenValue()===e}qe.isValidPropertyName=dC;function mC(e,r=M.ScriptTarget.Latest){let a=Pd(e,r);return a.getToken()===M.SyntaxKind.NumericLiteral&&a.getTextPos()===e.length&&a.getTokenPos()===0}qe.isValidNumericLiteral=mC;function gC(e,r=M.ScriptTarget.Latest){if(e.length===0)return!1;let a=!1,_=e.codePointAt(0);if(!M.isIdentifierStart(_,r))return!1;for(let d=ap(_);d<e.length;d+=ap(_))if(_=e.codePointAt(d),!M.isIdentifierPart(_,r)&&_!==45)if(!a&&_===58&&d+ap(_)!==e.length)a=!0;else return!1;return!0}qe.isValidJsxIdentifier=gC;function yC(e){return String(+e)===e}qe.isNumericPropertyName=yC;function y1(e,r,a){return M.getLineAndCharacterOfPosition(e,r).line===M.getLineAndCharacterOfPosition(e,a).line}qe.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=qe.SideEffectOptions||(qe.SideEffectOptions={}));function vC(e,r){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(r&2)return!0;e.arguments!==void 0&&d.push(...e.arguments),e=e.expression;continue;case M.SyntaxKind.TaggedTemplateExpression:if(r&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 X of e.members){if(X.decorators!==void 0)return!0;if(!Hu(X.modifiers,M.SyntaxKind.DeclareKeyword))if(((a=X.name)===null||a===void 0?void 0:a.kind)===M.SyntaxKind.ComputedPropertyName&&d.push(X.name.expression),Pi.isMethodDeclaration(X)){for(let Y of X.parameters)if(Y.decorators!==void 0)return!0}else Pi.isPropertyDeclaration(X)&&X.initializer!==void 0&&Hu(X.modifiers,M.SyntaxKind.StaticKeyword)&&d.push(X.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(r&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()}}qe.hasSideEffects=vC;function bC(e){let r=e.parent.parent;for(;r.kind===M.SyntaxKind.BindingElement;)r=r.parent.parent;return r}qe.getDeclarationOfBindingElement=bC;function TC(e){for(;;){let r=e.parent;switch(r.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 r.expression===e;case M.SyntaxKind.QualifiedName:return r.left===e;case M.SyntaxKind.ShorthandPropertyAssignment:return r.objectAssignmentInitializer===e||!Wu(r);case M.SyntaxKind.PropertyAssignment:return r.initializer===e&&!Wu(r);case M.SyntaxKind.SpreadAssignment:case M.SyntaxKind.SpreadElement:case M.SyntaxKind.ArrayLiteralExpression:return!Wu(r);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=r;continue;case M.SyntaxKind.ForStatement:return r.condition===e;case M.SyntaxKind.ForInStatement:case M.SyntaxKind.ForOfStatement:return r.expression===e;case M.SyntaxKind.ConditionalExpression:if(r.condition===e)return!0;e=r;break;case M.SyntaxKind.PropertyDeclaration:case M.SyntaxKind.BindingElement:case M.SyntaxKind.VariableDeclaration:case M.SyntaxKind.Parameter:case M.SyntaxKind.EnumMember:return r.initializer===e;case M.SyntaxKind.ImportEqualsDeclaration:return r.moduleReference===e;case M.SyntaxKind.CommaListExpression:if(r.elements[r.elements.length-1]!==e)return!1;e=r;break;case M.SyntaxKind.BinaryExpression:if(r.right===e){if(r.operatorToken.kind===M.SyntaxKind.CommaToken){e=r;break}return!0}switch(r.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=r}break;default:return!1}}}qe.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=qe.AccessKind||(qe.AccessKind={}));function Id(e){let r=e.parent;switch(r.kind){case M.SyntaxKind.DeleteExpression:return 4;case M.SyntaxKind.PostfixUnaryExpression:return 3;case M.SyntaxKind.PrefixUnaryExpression:return r.operator===M.SyntaxKind.PlusPlusToken||r.operator===M.SyntaxKind.MinusMinusToken?3:1;case M.SyntaxKind.BinaryExpression:return r.right===e?1:Sd(r.operatorToken.kind)?r.operatorToken.kind===M.SyntaxKind.EqualsToken?2:3:1;case M.SyntaxKind.ShorthandPropertyAssignment:return r.objectAssignmentInitializer===e?1:Wu(r)?2:1;case M.SyntaxKind.PropertyAssignment:return r.name===e?0:Wu(r)?2:1;case M.SyntaxKind.ArrayLiteralExpression:case M.SyntaxKind.SpreadElement:case M.SyntaxKind.SpreadAssignment:return Wu(r)?2:1;case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.NonNullExpression:case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.AsExpression:return Id(r);case M.SyntaxKind.ForOfStatement:case M.SyntaxKind.ForInStatement:return r.initializer===e?2:1;case M.SyntaxKind.ExpressionWithTypeArguments:return r.parent.token===M.SyntaxKind.ExtendsKeyword&&r.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 r.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 r.initializer===e?1:0;case M.SyntaxKind.PropertyAccessExpression:return r.expression===e?1:0;case M.SyntaxKind.ExportAssignment:return r.isExportEquals?1:0}return 0}qe.getAccessKind=Id;function SC(e){return(Id(e)&2)!==0}qe.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}}qe.canHaveJsDoc=h1;function Nd(e,r){let a=[];for(let _ of e.getChildren(r)){if(!Pi.isJsDoc(_))break;a.push(_)}return a}qe.getJsDoc=Nd;function DC(e,r,a=e.getSourceFile()){if(h1(e)&&e.kind!==M.SyntaxKind.EndOfFileToken){let _=Nd(e,a);if(_.length!==0||!r)return _}return EC(e,e.getStart(a),a,r)}qe.parseJsDocOfNode=DC;function EC(e,r,a,_){let d=M[_&&y1(a,e.pos,r)?"forEachTrailingCommentRange":"forEachLeadingCommentRange"](a.text,e.pos,(ze,ve,te)=>te===M.SyntaxKind.MultiLineCommentTrivia&&a.text[ze+2]==="*"?{pos:ze}:void 0);if(d===void 0)return[];let x=d.pos,X=a.text.slice(x,r),Y=M.createSourceFile("jsdoc.ts",`${X}var a;`,a.languageVersion),w=Nd(Y.statements[0],Y);for(let ze of w)K(ze,e);return w;function K(ze,ve){return ze.pos+=x,ze.end+=x,ze.parent=ve,M.forEachChild(ze,te=>K(te,ze),te=>{te.pos+=x,te.end+=x;for(let U of te)K(U,ze)})}}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=qe.ImportKind||(qe.ImportKind={}));function wC(e,r,a=!0){let _=[];for(let x of v1(e,r,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)}}qe.findImports=wC;function v1(e,r,a=!0){return new xd(e,r,a).find()}qe.findImportLikeNodes=v1;var xd=class{constructor(r,a,_){this._sourceFile=r,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(r){for(let a of r)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(r){if(r.body!==void 0){if(r.body.kind===M.SyntaxKind.ModuleDeclaration)return this._findImportsInModule(r.body);this._findImports(r.body.statements)}}_findNestedImports(){let r=this._ignoreFileName||(this._sourceFile.flags&M.NodeFlags.JavaScriptFile)!==0,a,_;if((this._options&56)===16){if(!r)return;a=/\brequire\s*[</(]/g,_=!1}else this._options&16&&r?(a=/\b(?:import|require)\s*[</(]/g,_=(this._options&32)!==0):(a=/\bimport\s*[</(]/g,_=r&&(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)}qe.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}qe.isAmbientModuleBlock=b1;function kC(e){let r=e.parent;for(;r.kind===M.SyntaxKind.ParenthesizedExpression;)r=r.parent;return Pi.isCallExpression(r)&&e.end<=r.expression.end?r:void 0}qe.getIIFE=kC;function Od(e,r){return(e.strict?e[r]!==!1:e[r]===!0)&&(r!=="strictPropertyInitialization"||Od(e,"strictNullChecks"))}qe.isStrictCompilerOptionEnabled=Od;function zs(e,r){switch(r){case"stripInternal":case"declarationMap":case"emitDeclarationOnly":return e[r]===!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,r)}return e[r]===!0}qe.isCompilerOptionEnabled=zs;function PC(e){return e.name.kind===M.SyntaxKind.StringLiteral||(e.flags&M.NodeFlags.GlobalAugmentation)!==0}qe.isAmbientModule=PC;function IC(e){return T1(e)}qe.getCheckJsDirective=IC;function T1(e){let r;return M.forEachLeadingCommentRange(e,(M.getShebang(e)||"").length,(a,_,d)=>{if(d===M.SyntaxKind.SingleLineCommentTrivia){let x=e.slice(a,_),X=/^\/{2,3}\s*@ts-(no)?check(?:\s|$)/i.exec(x);X!==null&&(r={pos:a,end:_,enabled:X[1]===void 0})}}),r}qe.getTsCheckDirective=T1;function x1(e){return Pi.isTypeReferenceNode(e.type)&&e.type.typeName.kind===M.SyntaxKind.Identifier&&e.type.typeName.escapedText==="const"}qe.isConstAssertion=x1;function NC(e){let r=e;for(;;){let a=r.parent;e:switch(a.kind){case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.AsExpression:return x1(a);case M.SyntaxKind.PrefixUnaryExpression:if(r.kind!==M.SyntaxKind.NumericLiteral)return!1;switch(a.operator){case M.SyntaxKind.PlusToken:case M.SyntaxKind.MinusToken:r=a;break e;default:return!1}case M.SyntaxKind.PropertyAssignment:if(a.initializer!==r)return!1;r=a.parent;break;case M.SyntaxKind.ShorthandPropertyAssignment:r=a.parent;break;case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.ArrayLiteralExpression:case M.SyntaxKind.ObjectLiteralExpression:case M.SyntaxKind.TemplateExpression:r=a;break;default:return!1}}}qe.isInConstContext=NC;function OC(e,r){if(!S1(e))return!1;let a=r.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)?r.getTypeAtLocation(_.valueDeclaration.initializer):r.getTypeOfSymbolAtLocation(_,e.arguments[2]);return Nc.isBooleanLiteralType(d,!1)}qe.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"}qe.isBindableObjectDefinePropertyCall=S1;function Md(e){return M.isPropertyAccessExpression(e)&&M.isIdentifier(e.expression)&&e.expression.escapedText==="Symbol"}qe.isWellKnownSymbolLiterally=Md;function Ld(e){return{displayName:`[Symbol.${e.name.text}]`,symbolName:"__@"+e.name.text}}qe.getPropertyNameOfWellKnownSymbol=Ld;var D1=(([e,r])=>e<"4"||e==="4"&&r<"3")(M.versionMajorMinor.split("."));function E1(e,r){let a={known:!0,names:[]};if(e=Rd(e),D1&&Md(e))a.names.push(Ld(e));else{let _=r.getTypeAtLocation(e);for(let d of Nc.unionTypeParts(r.getBaseConstraintOfType(_)||_)){let x=Nc.getPropertyNameFromType(d);x?a.names.push(x):a.known=!1}}return a}qe.getLateBoundPropertyNames=E1;function MC(e,r){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:r.getSymbolAtLocation(e).escapedName}]}:E1(e.expression,r)}qe.getLateBoundPropertyNamesOfPropertyName=MC;function LC(e,r){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:r.getSymbolAtLocation(e).escapedName};let{expression:_}=e;return D1&&Md(_)?Ld(_):Nc.getPropertyNameFromType(r.getTypeAtLocation(_))}qe.getSingleLateBoundPropertyNameOfPropertyName=LC;function Rd(e){for(;e.kind===M.SyntaxKind.ParenthesizedExpression;)e=e.expression;return e}qe.unwrapParentheses=Rd;function C1(e){return`${e.negative?"-":""}${e.base10Value}n`}qe.formatPseudoBigInt=C1;function RC(e,r){let a=e.caseBlock.clauses.filter(Pi.isCaseClause);if(a.length===0)return!1;let _=Nc.unionTypeParts(r.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 X of a){let Y=r.getTypeAtLocation(X.expression);if(qe.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}qe.hasExhaustiveCaseClauses=RC;function _1(e){if(qe.isTypeFlagSet(e,M.TypeFlags.Null))return"null";if(qe.isTypeFlagSet(e,M.TypeFlags.Undefined))return"undefined";if(qe.isTypeFlagSet(e,M.TypeFlags.NumberLiteral))return`${qe.isTypeFlagSet(e,M.TypeFlags.EnumLiteral)?"enum:":""}${e.value}`;if(qe.isTypeFlagSet(e,M.TypeFlags.StringLiteral))return`${qe.isTypeFlagSet(e,M.TypeFlags.EnumLiteral)?"enum:":""}string:${e.value}`;if(qe.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 r;if(((r=e.heritageClauses)===null||r===void 0?void 0:r[0].token)===M.SyntaxKind.ExtendsKeyword)return e.heritageClauses[0].types[0]}qe.getBaseOfClassLikeExpression=w1});var P1=Xr(as=>{"use strict";be();var JC=as&&as.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),FC=as&&as.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),jC=as&&as.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&JC(r,e,a);return FC(r,e),r};Object.defineProperty(as,"__esModule",{value:!0});as.convertComments=void 0;var BC=vd(),A1=jC(pi()),qC=rp(),k1=zp();function UC(e,r){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,X=[d.pos,d.end],Y=(0,qC.getLocFor)(X[0],X[1],e),w=X[0]+2,K=d.kind===A1.SyntaxKind.SingleLineCommentTrivia?X[1]-w:X[1]-w-2;a.push({type:x,value:r.slice(w,w+K),range:X,loc:Y})},e),a}as.convertComments=UC});var Jd=Xr(_p=>{"use strict";be();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 r=Object.assign({},sp);for(let a of Object.keys(e))if(Object.prototype.hasOwnProperty.call(r,a)){let _=new Set(e[a]);for(let d of r[a])_.add(d);r[a]=Object.freeze(Array.from(_))}else r[a]=Object.freeze(Array.from(e[a]));return Object.freeze(r)}_p.KEYS=sp;_p.getKeys=HC;_p.unionWith=GC});var I1=Xr(Xp=>{"use strict";be();Object.defineProperty(Xp,"__esModule",{value:!0});Xp.getKeys=void 0;var XC=Jd(),$C=XC.getKeys;Xp.getKeys=$C});var N1=Xr(os=>{"use strict";be();var VC=os&&os.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),QC=os&&os.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),YC=os&&os.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&VC(r,e,a);return QC(r,e),r};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:[]},r4=ZC.unionWith(e4);os.visitorKeys=r4});var O1=Xr(Gu=>{"use strict";be();Object.defineProperty(Gu,"__esModule",{value:!0});Gu.visitorKeys=Gu.getKeys=void 0;var t4=I1();Object.defineProperty(Gu,"getKeys",{enumerable:!0,get:function(){return t4.getKeys}});var n4=N1();Object.defineProperty(Gu,"visitorKeys",{enumerable:!0,get:function(){return n4.visitorKeys}})});var M1=Xr($p=>{"use strict";be();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,r){let a=e[r.type];return a!=null?a:[]}var Fd=class{constructor(r,a=!1){this.allVisitorKeys=i4.visitorKeys,this.selectors=r,this.setParentPointers=a}traverse(r,a){if(!a4(r))return;this.setParentPointers&&(r.parent=a),"enter"in this.selectors?this.selectors.enter(r,a):r.type in this.selectors&&this.selectors[r.type](r,a);let _=o4(this.allVisitorKeys,r);if(!(_.length<1))for(let d of _){let x=r[d];if(Array.isArray(x))for(let X of x)this.traverse(X,r);else this.traverse(x,r)}}};function s4(e,r,a=!1){new Fd(r,a).traverse(e,void 0)}$p.simpleTraverse=s4});var R1=Xr(Vp=>{"use strict";be();Object.defineProperty(Vp,"__esModule",{value:!0});Vp.astConverter=void 0;var L1=td(),_4=P1(),c4=rp(),u4=M1();function l4(e,r,a){let{parseDiagnostics:_}=e;if(_.length)throw(0,L1.convertError)(_[0]);let d=new L1.Converter(e,{errorOnUnknownASTType:r.errorOnUnknownASTType||!1,shouldPreserveNodeMaps:a}),x=d.convertProgram();(!r.range||!r.loc)&&(0,u4.simpleTraverse)(x,{enter:Y=>{r.range||delete Y.range,r.loc||delete Y.loc}}),r.tokens&&(x.tokens=(0,c4.convertTokens)(e)),r.comment&&(x.comments=(0,_4.convertComments)(e,r.code));let X=d.getASTMaps();return{estree:x,astMaps:X}}Vp.astConverter=l4});var Oc=Xr(fi=>{"use strict";be();var p4=fi&&fi.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),f4=fi&&fi.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),d4=fi&&fi.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&p4(r,e,a);return f4(r,e),r},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 r=Xu.default.normalize(e);return r.endsWith(Xu.default.sep)&&(r=r.slice(0,-1)),h4(r)}fi.getCanonicalFileName=v4;function b4(e,r){return Xu.default.isAbsolute(e)?e:Xu.default.join(r.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 r;return e?(r=x4.find(a=>e.endsWith(a)))!==null&&r!==void 0?r:Xu.default.extname(e):null}function S4(e,r){let a=e.getSourceFile(r.filePath),_=F1(r.filePath),d=F1(a==null?void 0:a.fileName);if(_===d)return a&&{ast:a,program:e}}fi.getAstFromProgram=S4;function D4(e){let r;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 r}fi.getModuleResolver=D4});var z1=Xr(xo=>{"use strict";be();var E4=xo&&xo.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),C4=xo&&xo.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),w4=xo&&xo.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&E4(r,e,a);return C4(r,e),r},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,r){if(k4("Getting default program for: %s",r.filePath||"unnamed file"),!r.projects||r.projects.length!==1)return;let a=r.projects[0],_=Qp.getParsedCommandLineOfConfigFile(a,(0,q1.createDefaultCompilerOptionsFromExtra)(r),Object.assign(Object.assign({},Qp.sys),{onUnRecoverableConfigFileDiagnostic:()=>{}}));if(!_)return;let d=Qp.createCompilerHost(_.options,!0);r.moduleResolver&&(d.resolveModuleNames=(0,q1.getModuleResolver)(r.moduleResolver).resolveModuleNames);let x=d.readFile;d.readFile=w=>B1.default.normalize(w)===B1.default.normalize(r.filePath)?e:x(w);let X=Qp.createProgram([r.filePath],_.options,d),Y=X.getSourceFile(r.filePath);return Y&&{ast:Y,program:X}}xo.createDefaultProgram=P4});var jd=Xr(za=>{"use strict";be();var I4=za&&za.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),N4=za&&za.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),O4=za&&za.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&I4(r,e,a);return N4(r,e),r},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,r){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 r?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=Xr(So=>{"use strict";be();var F4=So&&So.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),j4=So&&So.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),B4=So&&So.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&F4(r,e,a);return j4(r,e),r},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,r){W4("Getting isolated program in %s mode for: %s",r.jsx?"TSX":"TS",r.filePath);let a={fileExists(){return!0},getCanonicalFileName(){return r.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)(r.filePath,r.jsx))},readFile(){},useCaseSensitiveFileNames(){return!0},writeFile(){return null}},_=up.createProgram([r.filePath],Object.assign({noResolve:!0,target:up.ScriptTarget.Latest,jsx:r.jsx?up.JsxEmit.Preserve:void 0},(0,K4.createDefaultCompilerOptionsFromExtra)(r)),a),d=_.getSourceFile(r.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(()=>{be();G4={}});var Bd=Xr((RA,Yp)=>{be();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=Xr(wa=>{"use strict";be();var X4=wa&&wa.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),$4=wa&&wa.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),V4=wa&&wa.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&X4(r,e,a);return $4(r,e),r},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(r,a)=>{let _=(0,ss.getCanonicalFileName)(r),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 r;return!((r=Ca.sys)===null||r===void 0)&&r.createHash?Ca.sys.createHash(e):e}function Ud(e,r,a){let _=a.EXPERIMENTAL_useSourceOfProjectReferenceRedirect?new Set(r.getSourceFiles().map(d=>(0,ss.getCanonicalFileName)(d.fileName))):new Set(r.getRootFileNames().map(d=>(0,ss.getCanonicalFileName)(d)));return $u.set(e,_),_}function e3(e,r,a){let _=(0,ss.getCanonicalFileName)(r),d=[];ef.code=e,ef.filePath=_;let x=lp.get(_),X=V1(e);Hd.get(_)!==X&&x&&x.size>0&&x.forEach(Y=>Y(_,Ca.FileWatcherEventKind.Changed));for(let[Y,w]of Zp.entries()){let K=$u.get(Y),ze=null;if(K||(ze=w.getProgram().getProgram(),K=Ud(Y,ze,a)),K.has(_))return Ka("Found existing program for file. %s",_),ze=ze!=null?ze:w.getProgram().getProgram(),ze.getTypeChecker(),[ze]}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 te=t3(w,_,Y);if(!te)continue;if(te.getTypeChecker(),Ud(Y,te,a).has(_))return Ka("Found updated program for file. %s",_),[te];d.push(te);continue}let K=Q1(Y,a);Zp.set(Y,K);let ze=K.getProgram().getProgram();if(ze.getTypeChecker(),Ud(Y,ze,a).has(_))return Ka("Found program for file. %s",_),[ze];d.push(ze)}return d}wa.getProgramsForProjects=e3;var X1=Y4.default.satisfies(Ca.version,">=3.9.0-beta",{includePrerelease:!0});function Q1(e,r){Ka("Creating watch program for %s.",e);let a=Ca.createWatchCompilerHost(e,(0,ss.createDefaultCompilerOptionsFromExtra)(r),Ca.sys,Ca.createAbstractBuilder,qd,()=>{});r.moduleResolver&&(a.resolveModuleNames=(0,ss.getModuleResolver)(r.moduleResolver).resolveModuleNames);let _=a.readFile;a.readFile=(Y,w)=>{let K=(0,ss.getCanonicalFileName)(Y),ze=K===ef.filePath?ef.code:_(K,w);return ze!==void 0&&Hd.set(K,V1(ze)),ze},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,ze,ve,te,U)=>w(K,ze?ze.concat(r.extraFileExtensions):void 0,ve,te,U),d(Y)},a.extraFileExtensions=r.extraFileExtensions.map(Y=>({extension:Y,isMixedContent:!0,scriptKind:Ca.ScriptKind.Deferred})),a.trace=Ka,a.useSourceOfProjectReferenceRedirect=()=>r.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 X=Ca.createWatchProgram(a);if(!X1){let Y=X.getProgram;X.getProgram=()=>(x&&x(),x=void 0,Y.call(X))}return X}wa.createWatchProgram=Q1;function r3(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 t3(e,r,a){let _=e.getProgram().getProgram();if(Tr.env.TSESTREE_NO_INVALIDATION==="true")return _;r3(a)&&(Ka("tsconfig has changed - triggering program update. %s",a),lp.get(a).forEach(te=>te(a,Ca.FileWatcherEventKind.Changed)),$u.delete(a));let d=_.getSourceFile(r);if(d)return _;Ka("File was not found in program - triggering folder update. %s",r);let x=(0,ss.canonicalDirname)(r),X=null,Y=x,w=!1;for(;X!==Y;){X=Y;let te=Wd.get(X);te&&(te.forEach(U=>{x!==X&&U(x,Ca.FileWatcherEventKind.Changed),U(X,Ca.FileWatcherEventKind.Changed)}),w=!0),Y=(0,ss.canonicalDirname)(X)}if(!w)return Ka("No callback found for file, not part of this program. %s",r),null;if($u.delete(a),_=e.getProgram().getProgram(),d=_.getSourceFile(r),d)return _;Ka("File was still not found in program after directory update - checking file deletions. %s",r);let ze=_.getRootFileNames().find(te=>!$1.default.existsSync(te));if(!ze)return null;let ve=lp.get((0,ss.getCanonicalFileName)(ze));return ve?(Ka("Marking file as deleted. %s",ze),ve.forEach(te=>te(ze,Ca.FileWatcherEventKind.Deleted)),$u.delete(a),_=e.getProgram().getProgram(),d=_.getSourceFile(r),d?_:(Ka("File was still not found in program after deletion check, assuming it is not part of this program. %s",r),null)):(Ka("Could not find watch callbacks for root file. %s",ze),_)}});var t0=Xr(Do=>{"use strict";be();var n3=Do&&Do.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),i3=Do&&Do.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),a3=Do&&Do.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&n3(r,e,a);return i3(r,e),r},r0=Do&&Do.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Do,"__esModule",{value:!0});Do.createProjectProgram=void 0;var o3=r0((T_(),la(b_))),Z1=r0(Sc()),E_=a3(pi()),s3=rp(),_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,r,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(!_&&!r){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,X=a.extraFileExtensions||[];X.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`;X.length>0?X.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=Xr(Eo=>{"use strict";be();var p3=Eo&&Eo.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),f3=Eo&&Eo.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),d3=Eo&&Eo.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&p3(r,e,a);return f3(r,e),r},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,r){return h3("Getting AST without type information in %s mode for: %s",r.jsx?"TSX":"TS",r.filePath),n0.createSourceFile(r.filePath,e,n0.ScriptTarget.Latest,!0,(0,y3.getScriptKind)(r.filePath,r.jsx))}Eo.createSourceFile=v3});var c0=Xr(Wa=>{"use strict";be();var b3=Wa&&Wa.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),T3=Wa&&Wa.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),Gd=Wa&&Wa.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&b3(r,e,a);return T3(r,e),r},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,r){D3("Retrieving ast for %s from provided program instance(s)",r.filePath);let a;for(let _ of e)if(a=(0,_0.getAstFromProgram)(_,r),a)break;if(!a){let _=s0.relative(r.tsconfigRootDir||"/prettier-security-dirname-placeholder",r.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,r){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:()=>r&&s0.resolve(r)||"/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:r=>r,getCurrentDirectory:Tr.cwd,getNewLine:()=>`
|
|
238
|
+
`})}});var f0=Xr(rf=>{"use strict";be();Object.defineProperty(rf,"__esModule",{value:!0});rf.getFirstSemanticOrSyntacticError=void 0;var u0=pi();function w3(e,r){try{let a=l0(e.getSyntacticDiagnostics(r));if(a.length)return p0(a[0]);let _=l0(e.getSemanticDiagnostics(r));return _.length?p0(_[0]):void 0}catch(a){console.warn(`Warning From TSC: "${a.message}`);return}}rf.getFirstSemanticOrSyntacticError=w3;function l0(e){return e.filter(r=>{switch(r.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=Xr($i=>{"use strict";be();var A3=$i&&$i.__createBinding||(Object.create?function(e,r,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(r,a);(!d||("get"in d?!r.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return r[a]}}),Object.defineProperty(e,_,d)}:function(e,r,a,_){_===void 0&&(_=a),e[_]=r[a]}),k3=$i&&$i.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),P3=$i&&$i.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&A3(r,e,a);return k3(r,e),r},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=td(),L3=z1(),g0=K1(),R3=t0(),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(" || ")),Ot,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,r,a,_){return r&&(0,y0.useProvidedPrograms)(r,Ot)||a&&(0,R3.createProjectProgram)(e,_,Ot)||a&&_&&(0,L3.createDefaultProgram)(e,Ot)||(0,g0.createIsolatedProgram)(e,Ot)}function x0({jsx:e}={}){return e?"estree.tsx":"estree.ts"}function S0(){Ot={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 r;if(e.debugLevel===!0?Ot.debugLevel=new Set(["typescript-eslint"]):Array.isArray(e.debugLevel)&&(Ot.debugLevel=new Set(e.debugLevel)),Ot.debugLevel.size>0){let a=[];Ot.debugLevel.has("typescript-eslint")&&a.push("typescript-eslint:*"),(Ot.debugLevel.has("eslint")||Xd.default.enabled("eslint:*,-eslint:code-path"))&&a.push("eslint:*,-eslint:code-path"),Xd.default.enable(a.join(","))}if(Ot.range=typeof e.range=="boolean"&&e.range,Ot.loc=typeof e.loc=="boolean"&&e.loc,typeof e.tokens=="boolean"&&e.tokens&&(Ot.tokens=[]),typeof e.comment=="boolean"&&e.comment&&(Ot.comment=!0,Ot.comments=[]),typeof e.jsx!="boolean"?Ot.jsx=!1:Ot.jsx=e.jsx,typeof e.filePath=="string"&&e.filePath!=="<input>"?Ot.filePath=e.filePath:Ot.filePath=x0(Ot),typeof e.errorOnUnknownASTType=="boolean"&&e.errorOnUnknownASTType&&(Ot.errorOnUnknownASTType=!0),typeof e.loggerFn=="function"?Ot.log=e.loggerFn:e.loggerFn===!1&&(Ot.log=()=>{}),typeof e.tsconfigRootDir=="string"&&(Ot.tsconfigRootDir=e.tsconfigRootDir),Ot.filePath=(0,F3.ensureAbsolutePath)(Ot.filePath,Ot),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.");Ot.programs=e.programs,h0("parserOptions.programs was provided, so parserOptions.project will be ignored.")}if(!Ot.programs){let a=((r=e.projectFolderIgnoreList)!==null&&r!==void 0?r:["**/node_modules/**"]).reduce((_,d)=>(typeof d=="string"&&_.push(d),_),[]).map(_=>_.startsWith("!")?_:`!${_}`);Ot.projects=[]}Array.isArray(e.extraFileExtensions)&&e.extraFileExtensions.every(a=>typeof a=="string")&&(Ot.extraFileExtensions=e.extraFileExtensions),typeof e.preserveNodeMaps=="boolean"&&(Ot.preserveNodeMaps=e.preserveNodeMaps),Ot.createDefaultProgram=typeof e.createDefaultProgram=="boolean"&&e.createDefaultProgram,Ot.EXPERIMENTAL_useSourceOfProjectReferenceRedirect=typeof e.EXPERIMENTAL_useSourceOfProjectReferenceRedirect=="boolean"&&e.EXPERIMENTAL_useSourceOfProjectReferenceRedirect,typeof e.moduleResolver=="string"&&(Ot.moduleResolver=e.moduleResolver)}function E0(){var e;if(!q3&&!d0){if(typeof Tr>"u"?!1:(e=Tr.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];Ot.log(_.join(`
|
|
239
|
+
|
|
240
|
+
`))}d0=!0}}function C0(e){if(Tr.env.TSESTREE_SINGLE_RUN==="false"){Ot.singleRun=!1;return}if(Tr.env.TSESTREE_SINGLE_RUN==="true"){Ot.singleRun=!0;return}if(e!=null&&e.allowAutomaticSingleRunInference&&(Tr.env.CI==="true"||Tr.argv[1].endsWith((0,I3.normalize)("node_modules/.bin/eslint")))){Ot.singleRun=!0;return}Ot.singleRun=!1}function K3(e,r){let{ast:a}=w0(e,r,!1);return a}$i.parse=K3;function w0(e,r,a){if(S0(),r!=null&&r.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');e=T0(e),Ot.code=e,typeof r<"u"&&D0(r),E0(),C0(r);let _=(0,J3.createSourceFile)(e,Ot),{estree:d,astMaps:x}=(0,m0.astConverter)(_,Ot,a);return{ast:d,esTreeNodeToTSNodeMap:x.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:x.tsNodeToESTreeNodeMap}}function W3(e,r){return w0(e,r,!0)}$i.parseWithNodeMaps=W3;var tf={};function H3(){tf={}}$i.clearParseAndGenerateServicesCalls=H3;function G3(e,r){var a;S0(),e=T0(e),Ot.code=e,typeof r<"u"&&(D0(r),typeof r.errorOnTypeScriptSyntacticAndSemanticIssues=="boolean"&&r.errorOnTypeScriptSyntacticAndSemanticIssues&&(Ot.errorOnTypeScriptSyntacticAndSemanticIssues=!0)),E0(),C0(r),Ot.singleRun&&!Ot.programs&&((a=Ot.projects)===null||a===void 0?void 0:a.length)>0&&(Ot.programs={*[Symbol.iterator](){for(let K of Ot.projects){let ze=$d.get(K);if(ze)yield ze;else{h0("Detected single-run/CLI usage, creating Program once ahead of time for project: %s",K);let ve=(0,y0.createProgramFromConfigFile)(K);$d.set(K,ve),yield ve}}}});let _=Ot.programs!=null||Ot.projects&&Ot.projects.length>0,d,x;if(Ot.singleRun&&r.filePath&&(tf[r.filePath]=(tf[r.filePath]||0)+1),Ot.singleRun&&r.filePath&&tf[r.filePath]>1){let K=(0,g0.createIsolatedProgram)(e,Ot);d=K.ast,x=K.program}else{let K=z3(e,Ot.programs,_,Ot.createDefaultProgram);d=K.ast,x=K.program}let X=typeof Ot.preserveNodeMaps=="boolean"?Ot.preserveNodeMaps:!0,{estree:Y,astMaps:w}=(0,m0.astConverter)(d,Ot,X);if(x&&Ot.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});be();be();function Q2(e,r){let a=new SyntaxError(e+" ("+r.loc.start.line+":"+r.loc.start.column+")");return Object.assign(a,r)}var xp=Q2;be();function Y2(...e){let r;for(let[a,_]of e.entries())try{return{result:_()}}catch(d){a===0&&(r=d)}return{error:r}}var Am=Y2;be();be();var Lu=wm(Lm(),1);be();be();function _v(e){if(!e.startsWith("#!"))return"";let r=e.indexOf(`
|
|
241
|
+
`);return r===-1?e:e.slice(0,r)}var Rm=_v;function cv(e){let r=Rm(e);r&&(e=e.slice(r.length+1));let a=(0,Lu.extract)(e),{pragmas:_,comments:d}=(0,Lu.parseWithComments)(a);return{shebang:r,text:e,pragmas:_,comments:d}}function Jm(e){let r=Object.keys(cv(e).pragmas);return r.includes("prettier")||r.includes("format")}be();be();function uv(e){return Array.isArray(e)&&e.length>0}var Ru=uv;function Oa(e,r){let{ignoreDecorators:a}=r||{};if(!a){let _=e.declaration&&e.declaration.decorators||e.decorators;if(Ru(_))return Oa(_[0])}return e.range?e.range[0]:e.start}function to(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:to,...e}}var Fm=lv;be();function pv(e){return e.charAt(0)==="#"&&e.charAt(1)==="!"?"//"+e.slice(2):e}var jm=pv;be();be();var fv=(e,r,a,..._)=>{if(!(e&&r==null))return r.at?r.at(a,..._):r[a<0?r.length+a:a]},Sp=fv;be();function dv({type:e}){return e.startsWith("TS")&&e.endsWith("Keyword")}var Bm=dv;be();be();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;be();function hv(e){let r=`*${e.value}*`.split(`
|
|
242
|
+
`);return r.length>1&&r.every(a=>a.trimStart()[0]==="*")}var Df=hv;be();be();be();be();var Ul=null;function zl(e){if(Ul!==null&&typeof Ul.property){let r=Ul;return Ul=zl.prototype=null,r}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,r="type"){Ef(e);function a(_){let d=_[r],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:[],NGQuotedExpression:[],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,r){if(!(e!==null&&typeof e=="object"))return e;if(Array.isArray(e)){for(let _=0;_<e.length;_++)e[_]=Cf(e[_],r);return e}let a=Km(e);for(let _=0;_<a.length;_++)e[a[_]]=Cf(e[a[_]],r);return r(e)||e}var Ju=Cf;be();be();function Sv(e,r){let{start:a,end:_}=e.loc;throw xp(r,{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:r}=e;if(!Ru(r))return;let[{expression:a}]=r,_=Dv(a),[d,x]=[a.pos,a.end].map(X=>{let{line:Y,character:w}=_.getLineAndCharacterOfPosition(X);return{line:Y+1,column:w}});Kl({loc:{start:d,end:x}},"Decorators are not valid here.")}function Cv(e,r){e.kind!==167||e.modifiers&&!e.modifiers.some(d=>d.kind===126)||e.initializer&&r.value===null&&Kl(r,"Abstract property cannot have an initializer")}function Wm(e,r){let{esTreeNodeToTSNodeMap:a,tsNodeToESTreeNodeMap:_}=r.tsParseResult;Ju(e,d=>{let x=a.get(d);if(!x)return;let X=_.get(x);X===d&&(Ev(x),Cv(x,X))})}function wv(e,r){if(r.parser==="typescript"&&/@|abstract/.test(r.originalText)&&Wm(e,r),r.parser!=="typescript"&&r.parser!=="flow"&&r.parser!=="acorn"&&r.parser!=="espree"&&r.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 X=Oa(d);if(!_.has(X))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(_),to(_)]),_.typeAnnotation;case"TSTypeParameter":if(typeof _.name=="string"){let d=Oa(_);_.name={type:"Identifier",name:_.name,range:[d,d+_.name.length]}}break;case"ObjectExpression":if(r.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(to(d),to(_))];break}case"TopicReference":r.__isUsingHackPipeline=!0;break;case"ExportAllDeclaration":{let{exported:d}=_;if(r.parser==="meriyah"&&d&&d.type==="Identifier"){let x=r.originalText.slice(Oa(d),to(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];to(x)===Oa(_)&&ql(x)&&ql(_)&&Df(x)&&Df(_)&&(e.comments.splice(d+1,1),x.value+="*//*"+_.value,x.range=[Oa(x),to(_)]),_=x}}return e;function a(_,d){r.originalText[to(d)]!==";"&&(_.range=[Oa(_),to(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),to(e.right.left)]}),right:e.right.right,range:[Oa(e),to(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:r,lineNumber:a,column:_}=e;return typeof a!="number"?e:xp(r,{loc:{start:{line:a,column:_+1}},cause:e})}async function $3(e,r={}){let a=jm(e),_=V3(e),{parseWithNodeMaps:d}=await Promise.resolve().then(()=>wm(A0(),1)),{result:x,error:X}=Am(()=>d(a,{...k0,jsx:_}),()=>d(a,{...k0,jsx:!_}));if(!x)throw X3(X);return r.originalText=e,r.tsParseResult=x,Gm(x.ast,r)}function V3(e){return new RegExp(["(?:^[^\"'`]*</)","|","(?:^[^/]{2}.*/>)"].join(""),"m").test(e)}var Q3={parsers:{typescript:Fm($3)}},tk=Q3;export{tk as default};
|