META-INF.resources.primefaces-extensions.monacoeditor.ts.worker.js Maven / Gradle / Ivy
Show all versions of resources-monacoeditor Show documentation
!function(){"use strict";var e={68621:function(e,n,t){t.d(n,{n:function(){return _i}});const r=new class{constructor(){this.listeners=[],this.unexpectedErrorHandler=function(e){setTimeout((()=>{if(e.stack){if(c.isErrorNoTelemetry(e))throw new c(e.message+"\n\n"+e.stack);throw new Error(e.message+"\n\n"+e.stack)}throw e}),0)}}emit(e){this.listeners.forEach((n=>{n(e)}))}onUnexpectedError(e){this.unexpectedErrorHandler(e),this.emit(e)}onUnexpectedExternalError(e){this.unexpectedErrorHandler(e)}};function o(e){s(e)||r.onUnexpectedError(e)}function i(e){if(e instanceof Error){const{name:n,message:t}=e;return{$isError:!0,name:n,message:t,stack:e.stacktrace||e.stack,noTelemetry:c.isErrorNoTelemetry(e)}}return e}const a="Canceled";function s(e){return e instanceof l||e instanceof Error&&e.name===a&&e.message===a}class l extends Error{constructor(){super(a),this.name=this.message}}Error;class c extends Error{constructor(e){super(e),this.name="CodeExpectedError"}static fromError(e){if(e instanceof c)return e;const n=new c;return n.message=e.message,n.stack=e.stack,n}static isErrorNoTelemetry(e){return"CodeExpectedError"===e.name}}class d extends Error{constructor(e){super(e||"An unexpected bug occurred."),Object.setPrototypeOf(this,d.prototype)}}function u(e,n){const t=this;let r,o=!1;return function(){if(o)return r;if(o=!0,n)try{r=e.apply(t,arguments)}finally{n()}else r=e.apply(t,arguments);return r}}var p;!function(e){function n(e){return e&&"object"==typeof e&&"function"==typeof e[Symbol.iterator]}e.is=n;const t=Object.freeze([]);function*r(e){yield e}e.empty=function(){return t},e.single=r,e.wrap=function(e){return n(e)?e:r(e)},e.from=function(e){return e||t},e.reverse=function*(e){for(let n=e.length-1;n>=0;n--)yield e[n]},e.isEmpty=function(e){return!e||!0===e[Symbol.iterator]().next().done},e.first=function(e){return e[Symbol.iterator]().next().value},e.some=function(e,n){let t=0;for(const r of e)if(n(r,t++))return!0;return!1},e.find=function(e,n){for(const t of e)if(n(t))return t},e.filter=function*(e,n){for(const t of e)n(t)&&(yield t)},e.map=function*(e,n){let t=0;for(const r of e)yield n(r,t++)},e.flatMap=function*(e,n){let t=0;for(const r of e)yield*n(r,t++)},e.concat=function*(...e){for(const n of e)yield*n},e.reduce=function(e,n,t){let r=t;for(const t of e)r=n(r,t);return r},e.slice=function*(e,n,t=e.length){for(n<0&&(n+=e.length),t<0?t+=e.length:t>e.length&&(t=e.length);n1)throw new AggregateError(n,"Encountered errors while disposing of store");return Array.isArray(e)?[]:e}if(e)return e.dispose(),e}function y(...e){const n=v((()=>g(e)));return function(e,n){if(f)for(const t of e)f.setParent(t,n)}(e,n),n}function v(e){const n=m({dispose:u((()=>{_(n),e()}))});return n}class b{static{this.DISABLE_DISPOSED_WARNING=!1}constructor(){this._toDispose=new Set,this._isDisposed=!1,m(this)}dispose(){this._isDisposed||(_(this),this._isDisposed=!0,this.clear())}get isDisposed(){return this._isDisposed}clear(){if(0!==this._toDispose.size)try{g(this._toDispose)}finally{this._toDispose.clear()}}add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a disposable on itself!");return h(e,this),this._isDisposed?b.DISABLE_DISPOSED_WARNING||console.warn(new Error("Trying to add a disposable to a DisposableStore that has already been disposed of. The added object will be leaked!").stack):this._toDispose.add(e),e}deleteAndLeak(e){e&&this._toDispose.has(e)&&(this._toDispose.delete(e),h(e,null))}}class E{static{this.None=Object.freeze({dispose(){}})}constructor(){this._store=new b,m(this),h(this._store,this)}dispose(){_(this),this._store.dispose()}_register(e){if(e===this)throw new Error("Cannot register a disposable on itself!");return this._store.add(e)}}Symbol.iterator;class S{static{this.Undefined=new S(void 0)}constructor(e){this.element=e,this.next=S.Undefined,this.prev=S.Undefined}}class T{constructor(){this._first=S.Undefined,this._last=S.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===S.Undefined}clear(){let e=this._first;for(;e!==S.Undefined;){const n=e.next;e.prev=S.Undefined,e.next=S.Undefined,e=n}this._first=S.Undefined,this._last=S.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,n){const t=new S(e);if(this._first===S.Undefined)this._first=t,this._last=t;else if(n){const e=this._last;this._last=t,t.prev=e,e.next=t}else{const e=this._first;this._first=t,t.next=e,e.prev=t}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(t))}}shift(){if(this._first!==S.Undefined){const e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==S.Undefined){const e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==S.Undefined&&e.next!==S.Undefined){const n=e.prev;n.next=e.next,e.next.prev=n}else e.prev===S.Undefined&&e.next===S.Undefined?(this._first=S.Undefined,this._last=S.Undefined):e.next===S.Undefined?(this._last=this._last.prev,this._last.next=S.Undefined):e.prev===S.Undefined&&(this._first=this._first.next,this._first.prev=S.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==S.Undefined;)yield e.element,e=e.next}}const x=globalThis.performance&&"function"==typeof globalThis.performance.now;class A{static create(e){return new A(e)}constructor(e){this._now=x&&!1===e?Date.now:globalThis.performance.now.bind(globalThis.performance),this._startTime=this._now(),this._stopTime=-1}stop(){this._stopTime=this._now()}reset(){this._startTime=this._now(),this._stopTime=-1}elapsed(){return-1!==this._stopTime?this._stopTime-this._startTime:this._now()-this._startTime}}var R;!function(e){function n(e){false}function t(e){return(n,t=null,r)=>{let o,i=!1;return o=e((e=>{if(!i)return o?o.dispose():i=!0,n.call(t,e)}),null,r),i&&o.dispose(),o}}function r(e,n,t){return i(((t,r=null,o)=>e((e=>t.call(r,n(e))),null,o)),t)}function o(e,n,t){return i(((t,r=null,o)=>e((e=>n(e)&&t.call(r,e)),null,o)),t)}function i(e,t){let r;const o={onWillAddFirstListener(){r=e(i.fire,i)},onDidRemoveLastListener(){r?.dispose()}};t||n();const i=new k(o);return t?.add(i),i.event}function a(e,t,r=100,o=!1,i=!1,a,s){let l,c,d,u,p=0;const f={leakWarningThreshold:a,onWillAddFirstListener(){l=e((e=>{p++,c=t(c,e),o&&!d&&(m.fire(c),c=void 0),u=()=>{const e=c;c=void 0,d=void 0,(!o||p>1)&&m.fire(e),p=0},"number"==typeof r?(clearTimeout(d),d=setTimeout(u,r)):void 0===d&&(d=0,queueMicrotask(u))}))},onWillRemoveListener(){i&&p>0&&u?.()},onDidRemoveLastListener(){u=void 0,l.dispose()}};s||n();const m=new k(f);return s?.add(m),m.event}e.None=()=>E.None,e.defer=function(e,n){return a(e,(()=>{}),0,void 0,!0,void 0,n)},e.once=t,e.map=r,e.forEach=function(e,n,t){return i(((t,r=null,o)=>e((e=>{n(e),t.call(r,e)}),null,o)),t)},e.filter=o,e.signal=function(e){return e},e.any=function(...e){return(n,t=null,r)=>function(e,n){n instanceof Array?n.push(e):n&&n.add(e);return e}(y(...e.map((e=>e((e=>n.call(t,e)))))),r)},e.reduce=function(e,n,t,o){let i=t;return r(e,(e=>(i=n(i,e),i)),o)},e.debounce=a,e.accumulate=function(n,t=0,r){return e.debounce(n,((e,n)=>e?(e.push(n),e):[n]),t,void 0,!0,void 0,r)},e.latch=function(e,n=((e,n)=>e===n),t){let r,i=!0;return o(e,(e=>{const t=i||!n(e,r);return i=!1,r=e,t}),t)},e.split=function(n,t,r){return[e.filter(n,t,r),e.filter(n,(e=>!t(e)),r)]},e.buffer=function(e,n=!1,t=[],r){let o=t.slice(),i=e((e=>{o?o.push(e):s.fire(e)}));r&&r.add(i);const a=()=>{o?.forEach((e=>s.fire(e))),o=null},s=new k({onWillAddFirstListener(){i||(i=e((e=>s.fire(e))),r&&r.add(i))},onDidAddFirstListener(){o&&(n?setTimeout(a):a())},onDidRemoveLastListener(){i&&i.dispose(),i=null}});return r&&r.add(s),s.event},e.chain=function(e,n){return(t,r,o)=>{const i=n(new l);return e((function(e){const n=i.evaluate(e);n!==s&&t.call(r,n)}),void 0,o)}};const s=Symbol("HaltChainable");class l{constructor(){this.steps=[]}map(e){return this.steps.push(e),this}forEach(e){return this.steps.push((n=>(e(n),n))),this}filter(e){return this.steps.push((n=>e(n)?n:s)),this}reduce(e,n){let t=n;return this.steps.push((n=>(t=e(t,n),t))),this}latch(e=((e,n)=>e===n)){let n,t=!0;return this.steps.push((r=>{const o=t||!e(r,n);return t=!1,n=r,o?r:s})),this}evaluate(e){for(const n of this.steps)if((e=n(e))===s)break;return e}}e.fromNodeEventEmitter=function(e,n,t=(e=>e)){const r=(...e)=>o.fire(t(...e)),o=new k({onWillAddFirstListener:()=>e.on(n,r),onDidRemoveLastListener:()=>e.removeListener(n,r)});return o.event},e.fromDOMEventEmitter=function(e,n,t=(e=>e)){const r=(...e)=>o.fire(t(...e)),o=new k({onWillAddFirstListener:()=>e.addEventListener(n,r),onDidRemoveLastListener:()=>e.removeEventListener(n,r)});return o.event},e.toPromise=function(e){return new Promise((n=>t(e)(n)))},e.fromPromise=function(e){const n=new k;return e.then((e=>{n.fire(e)}),(()=>{n.fire(void 0)})).finally((()=>{n.dispose()})),n.event},e.forward=function(e,n){return e((e=>n.fire(e)))},e.runAndSubscribe=function(e,n,t){return n(t),e((e=>n(e)))};class c{constructor(e,t){this._observable=e,this._counter=0,this._hasChanged=!1;const r={onWillAddFirstListener:()=>{e.addObserver(this)},onDidRemoveLastListener:()=>{e.removeObserver(this)}};t||n(),this.emitter=new k(r),t&&t.add(this.emitter)}beginUpdate(e){this._counter++}handlePossibleChange(e){}handleChange(e,n){this._hasChanged=!0}endUpdate(e){this._counter--,0===this._counter&&(this._observable.reportChanges(),this._hasChanged&&(this._hasChanged=!1,this.emitter.fire(this._observable.get())))}}e.fromObservable=function(e,n){return new c(e,n).emitter.event},e.fromObservableLight=function(e){return(n,t,r)=>{let o=0,i=!1;const a={beginUpdate(){o++},endUpdate(){o--,0===o&&(e.reportChanges(),i&&(i=!1,n.call(t)))},handlePossibleChange(){},handleChange(){i=!0}};e.addObserver(a),e.reportChanges();const s={dispose(){e.removeObserver(a)}};return r instanceof b?r.add(s):Array.isArray(r)&&r.push(s),s}}}(R||(R={}));class I{static{this.all=new Set}static{this._idPool=0}constructor(e){this.listenerCount=0,this.invocationCount=0,this.elapsedOverall=0,this.durations=[],this.name=`${e}_${I._idPool++}`,I.all.add(this)}start(e){this._stopWatch=new A,this.listenerCount=e}stop(){if(this._stopWatch){const e=this._stopWatch.elapsed();this.durations.push(e),this.elapsedOverall+=e,this.invocationCount+=1,this._stopWatch=void 0}}}class N{static{this._idPool=1}constructor(e,n,t=(N._idPool++).toString(16).padStart(3,"0")){this._errorHandler=e,this.threshold=n,this.name=t,this._warnCountdown=0}dispose(){this._stacks?.clear()}check(e,n){const t=this.threshold;if(t<=0||n{const n=this._stacks.get(e.value)||0;this._stacks.set(e.value,n-1)}}getMostFrequentStack(){if(!this._stacks)return;let e,n=0;for(const[t,r]of this._stacks)(!e||n{if(this._leakageMon&&this._size>this._leakageMon.threshold**2){const e=`[${this._leakageMon.name}] REFUSES to accept new listeners because it exceeded its threshold by far (${this._size} vs ${this._leakageMon.threshold})`;console.warn(e);const n=this._leakageMon.getMostFrequentStack()??["UNKNOWN stack",-1],t=new M(`${e}. HINT: Stack shows most frequent listener (${n[1]}-times)`,n[0]);return(this._options?.onListenerError||o)(t),E.None}if(this._disposed)return E.None;n&&(e=e.bind(n));const r=new P(e);let i;this._leakageMon&&this._size>=Math.ceil(.2*this._leakageMon.threshold)&&(r.stack=D.create(),i=this._leakageMon.check(r.stack,this._size+1)),this._listeners?this._listeners instanceof P?(this._deliveryQueue??=new w,this._listeners=[this._listeners,r]):this._listeners.push(r):(this._options?.onWillAddFirstListener?.(this),this._listeners=r,this._options?.onDidAddFirstListener?.(this)),this._size++;const a=v((()=>{L?.unregister(a),i?.(),this._removeListener(r)}));if(t instanceof b?t.add(a):Array.isArray(t)&&t.push(a),L){const e=(new Error).stack.split("\n").slice(2,3).join("\n").trim(),n=/(file:|vscode-file:\/\/vscode-app)?(\/[^:]*:\d+:\d+)/.exec(e);L.register(a,n?.[2]??e,a)}return a},this._event}_removeListener(e){if(this._options?.onWillRemoveListener?.(this),!this._listeners)return;if(1===this._size)return this._listeners=void 0,this._options?.onDidRemoveLastListener?.(this),void(this._size=0);const n=this._listeners,t=n.indexOf(e);if(-1===t)throw console.log("disposed?",this._disposed),console.log("size?",this._size),console.log("arr?",JSON.stringify(this._listeners)),new Error("Attempted to dispose unknown listener");this._size--,n[t]=void 0;const r=this._deliveryQueue.current===this;if(2*this._size<=n.length){let e=0;for(let t=0;t0}}class w{constructor(){this.i=-1,this.end=0}enqueue(e,n,t){this.i=0,this.end=t,this.current=e,this.value=n}reset(){this.i=this.end,this.current=void 0,this.value=void 0}}Object.prototype.hasOwnProperty;function O(e){const n=[];for(const t of function(e){let n=[];for(;Object.prototype!==e;)n=n.concat(Object.getOwnPropertyNames(e)),e=Object.getPrototypeOf(e);return n}(e))"function"==typeof e[t]&&n.push(t);return n}function F(){return globalThis._VSCODE_NLS_LANGUAGE}const W="object"==typeof globalThis?globalThis:"object"==typeof window?window:"object"==typeof self?self:global,z="pseudo"===F()||"undefined"!=typeof document&&document.location&&document.location.hash.indexOf("pseudo=true")>=0;function G(e,n){let t;return t=0===n.length?e:e.replace(/\{(\d+)\}/g,((e,t)=>{const r=t[0],o=n[r];let i=e;return"string"==typeof o?i=o:"number"!=typeof o&&"boolean"!=typeof o&&null!=o||(i=String(o)),i})),z&&(t="["+t.replace(/[aouei]/g,"$&$&")+"]"),t}function B(e,n,t,...r){const o="object"==typeof n?n.key:n;let i=((n=((W.MonacoEnvironment||{}).Locale||{}).data||{})[e]||{})[o];i||(i=t),r=[];for(let e=3;e=0,K=U.indexOf("Macintosh")>=0,Q=(U.indexOf("Macintosh")>=0||U.indexOf("iPad")>=0||U.indexOf("iPhone")>=0)&&!!navigator.maxTouchPoints&&navigator.maxTouchPoints>0,q=U.indexOf("Linux")>=0,ee=U?.indexOf("Mobi")>=0,Y=!0,ne=F()||j,V=navigator.language.toLowerCase(),te=V);let le=0;K?le=1:H?le=3:q&&(le=2);const ce=H,de=K,ue=(Y&&"function"==typeof oe.importScripts&&oe.origin,U),pe="function"==typeof oe.postMessage&&!oe.importScripts;(()=>{if(pe){const e=[];oe.addEventListener("message",(n=>{if(n.data&&n.data.vscodeScheduleAsyncWork)for(let t=0,r=e.length;t{const r=++n;e.push({id:r,callback:t}),oe.postMessage({vscodeScheduleAsyncWork:r},"*")}}})();const fe=!!(ue&&ue.indexOf("Chrome")>=0);ue&&ue.indexOf("Firefox"),!fe&&ue&&ue.indexOf("Safari"),ue&&ue.indexOf("Edg/"),ue&&ue.indexOf("Android");function me(e){return e}class _e{constructor(e,n){this.lastCache=void 0,this.lastArgKey=void 0,"function"==typeof e?(this._fn=e,this._computeKey=me):(this._fn=n,this._computeKey=e.getCacheKey)}get(e){const n=this._computeKey(e);return this.lastArgKey!==n&&(this.lastArgKey=n,this.lastCache=this._fn(e)),this.lastCache}}class he{constructor(e){this.executor=e,this._didRun=!1}get value(){if(!this._didRun)try{this._value=this.executor()}catch(e){this._error=e}finally{this._didRun=!0}if(this._error)throw this._error;return this._value}get rawValue(){return this._value}}function ge(e){return e.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")}function ye(e){return e>=65&&e<=90}function ve(e){return 55296<=e&&e<=56319}function be(e){return 56320<=e&&e<=57343}function Ee(e,n){return n-56320+(e-55296<<10)+65536}function Se(e,n,t){const r=e.charCodeAt(t);if(ve(r)&&t+1n[3*r+1]))return n[3*r+2];2*r+1}return 0}}class Ae{static{this.ambiguousCharacterData=new he((()=>JSON.parse('{"_common":[8232,32,8233,32,5760,32,8192,32,8193,32,8194,32,8195,32,8196,32,8197,32,8198,32,8200,32,8201,32,8202,32,8287,32,8199,32,8239,32,2042,95,65101,95,65102,95,65103,95,8208,45,8209,45,8210,45,65112,45,1748,45,8259,45,727,45,8722,45,10134,45,11450,45,1549,44,1643,44,8218,44,184,44,42233,44,894,59,2307,58,2691,58,1417,58,1795,58,1796,58,5868,58,65072,58,6147,58,6153,58,8282,58,1475,58,760,58,42889,58,8758,58,720,58,42237,58,451,33,11601,33,660,63,577,63,2429,63,5038,63,42731,63,119149,46,8228,46,1793,46,1794,46,42510,46,68176,46,1632,46,1776,46,42232,46,1373,96,65287,96,8219,96,8242,96,1370,96,1523,96,8175,96,65344,96,900,96,8189,96,8125,96,8127,96,8190,96,697,96,884,96,712,96,714,96,715,96,756,96,699,96,701,96,700,96,702,96,42892,96,1497,96,2036,96,2037,96,5194,96,5836,96,94033,96,94034,96,65339,91,10088,40,10098,40,12308,40,64830,40,65341,93,10089,41,10099,41,12309,41,64831,41,10100,123,119060,123,10101,125,65342,94,8270,42,1645,42,8727,42,66335,42,5941,47,8257,47,8725,47,8260,47,9585,47,10187,47,10744,47,119354,47,12755,47,12339,47,11462,47,20031,47,12035,47,65340,92,65128,92,8726,92,10189,92,10741,92,10745,92,119311,92,119355,92,12756,92,20022,92,12034,92,42872,38,708,94,710,94,5869,43,10133,43,66203,43,8249,60,10094,60,706,60,119350,60,5176,60,5810,60,5120,61,11840,61,12448,61,42239,61,8250,62,10095,62,707,62,119351,62,5171,62,94015,62,8275,126,732,126,8128,126,8764,126,65372,124,65293,45,120784,50,120794,50,120804,50,120814,50,120824,50,130034,50,42842,50,423,50,1000,50,42564,50,5311,50,42735,50,119302,51,120785,51,120795,51,120805,51,120815,51,120825,51,130035,51,42923,51,540,51,439,51,42858,51,11468,51,1248,51,94011,51,71882,51,120786,52,120796,52,120806,52,120816,52,120826,52,130036,52,5070,52,71855,52,120787,53,120797,53,120807,53,120817,53,120827,53,130037,53,444,53,71867,53,120788,54,120798,54,120808,54,120818,54,120828,54,130038,54,11474,54,5102,54,71893,54,119314,55,120789,55,120799,55,120809,55,120819,55,120829,55,130039,55,66770,55,71878,55,2819,56,2538,56,2666,56,125131,56,120790,56,120800,56,120810,56,120820,56,120830,56,130040,56,547,56,546,56,66330,56,2663,57,2920,57,2541,57,3437,57,120791,57,120801,57,120811,57,120821,57,120831,57,130041,57,42862,57,11466,57,71884,57,71852,57,71894,57,9082,97,65345,97,119834,97,119886,97,119938,97,119990,97,120042,97,120094,97,120146,97,120198,97,120250,97,120302,97,120354,97,120406,97,120458,97,593,97,945,97,120514,97,120572,97,120630,97,120688,97,120746,97,65313,65,119808,65,119860,65,119912,65,119964,65,120016,65,120068,65,120120,65,120172,65,120224,65,120276,65,120328,65,120380,65,120432,65,913,65,120488,65,120546,65,120604,65,120662,65,120720,65,5034,65,5573,65,42222,65,94016,65,66208,65,119835,98,119887,98,119939,98,119991,98,120043,98,120095,98,120147,98,120199,98,120251,98,120303,98,120355,98,120407,98,120459,98,388,98,5071,98,5234,98,5551,98,65314,66,8492,66,119809,66,119861,66,119913,66,120017,66,120069,66,120121,66,120173,66,120225,66,120277,66,120329,66,120381,66,120433,66,42932,66,914,66,120489,66,120547,66,120605,66,120663,66,120721,66,5108,66,5623,66,42192,66,66178,66,66209,66,66305,66,65347,99,8573,99,119836,99,119888,99,119940,99,119992,99,120044,99,120096,99,120148,99,120200,99,120252,99,120304,99,120356,99,120408,99,120460,99,7428,99,1010,99,11429,99,43951,99,66621,99,128844,67,71922,67,71913,67,65315,67,8557,67,8450,67,8493,67,119810,67,119862,67,119914,67,119966,67,120018,67,120174,67,120226,67,120278,67,120330,67,120382,67,120434,67,1017,67,11428,67,5087,67,42202,67,66210,67,66306,67,66581,67,66844,67,8574,100,8518,100,119837,100,119889,100,119941,100,119993,100,120045,100,120097,100,120149,100,120201,100,120253,100,120305,100,120357,100,120409,100,120461,100,1281,100,5095,100,5231,100,42194,100,8558,68,8517,68,119811,68,119863,68,119915,68,119967,68,120019,68,120071,68,120123,68,120175,68,120227,68,120279,68,120331,68,120383,68,120435,68,5024,68,5598,68,5610,68,42195,68,8494,101,65349,101,8495,101,8519,101,119838,101,119890,101,119942,101,120046,101,120098,101,120150,101,120202,101,120254,101,120306,101,120358,101,120410,101,120462,101,43826,101,1213,101,8959,69,65317,69,8496,69,119812,69,119864,69,119916,69,120020,69,120072,69,120124,69,120176,69,120228,69,120280,69,120332,69,120384,69,120436,69,917,69,120492,69,120550,69,120608,69,120666,69,120724,69,11577,69,5036,69,42224,69,71846,69,71854,69,66182,69,119839,102,119891,102,119943,102,119995,102,120047,102,120099,102,120151,102,120203,102,120255,102,120307,102,120359,102,120411,102,120463,102,43829,102,42905,102,383,102,7837,102,1412,102,119315,70,8497,70,119813,70,119865,70,119917,70,120021,70,120073,70,120125,70,120177,70,120229,70,120281,70,120333,70,120385,70,120437,70,42904,70,988,70,120778,70,5556,70,42205,70,71874,70,71842,70,66183,70,66213,70,66853,70,65351,103,8458,103,119840,103,119892,103,119944,103,120048,103,120100,103,120152,103,120204,103,120256,103,120308,103,120360,103,120412,103,120464,103,609,103,7555,103,397,103,1409,103,119814,71,119866,71,119918,71,119970,71,120022,71,120074,71,120126,71,120178,71,120230,71,120282,71,120334,71,120386,71,120438,71,1292,71,5056,71,5107,71,42198,71,65352,104,8462,104,119841,104,119945,104,119997,104,120049,104,120101,104,120153,104,120205,104,120257,104,120309,104,120361,104,120413,104,120465,104,1211,104,1392,104,5058,104,65320,72,8459,72,8460,72,8461,72,119815,72,119867,72,119919,72,120023,72,120179,72,120231,72,120283,72,120335,72,120387,72,120439,72,919,72,120494,72,120552,72,120610,72,120668,72,120726,72,11406,72,5051,72,5500,72,42215,72,66255,72,731,105,9075,105,65353,105,8560,105,8505,105,8520,105,119842,105,119894,105,119946,105,119998,105,120050,105,120102,105,120154,105,120206,105,120258,105,120310,105,120362,105,120414,105,120466,105,120484,105,618,105,617,105,953,105,8126,105,890,105,120522,105,120580,105,120638,105,120696,105,120754,105,1110,105,42567,105,1231,105,43893,105,5029,105,71875,105,65354,106,8521,106,119843,106,119895,106,119947,106,119999,106,120051,106,120103,106,120155,106,120207,106,120259,106,120311,106,120363,106,120415,106,120467,106,1011,106,1112,106,65322,74,119817,74,119869,74,119921,74,119973,74,120025,74,120077,74,120129,74,120181,74,120233,74,120285,74,120337,74,120389,74,120441,74,42930,74,895,74,1032,74,5035,74,5261,74,42201,74,119844,107,119896,107,119948,107,120000,107,120052,107,120104,107,120156,107,120208,107,120260,107,120312,107,120364,107,120416,107,120468,107,8490,75,65323,75,119818,75,119870,75,119922,75,119974,75,120026,75,120078,75,120130,75,120182,75,120234,75,120286,75,120338,75,120390,75,120442,75,922,75,120497,75,120555,75,120613,75,120671,75,120729,75,11412,75,5094,75,5845,75,42199,75,66840,75,1472,108,8739,73,9213,73,65512,73,1633,108,1777,73,66336,108,125127,108,120783,73,120793,73,120803,73,120813,73,120823,73,130033,73,65321,73,8544,73,8464,73,8465,73,119816,73,119868,73,119920,73,120024,73,120128,73,120180,73,120232,73,120284,73,120336,73,120388,73,120440,73,65356,108,8572,73,8467,108,119845,108,119897,108,119949,108,120001,108,120053,108,120105,73,120157,73,120209,73,120261,73,120313,73,120365,73,120417,73,120469,73,448,73,120496,73,120554,73,120612,73,120670,73,120728,73,11410,73,1030,73,1216,73,1493,108,1503,108,1575,108,126464,108,126592,108,65166,108,65165,108,1994,108,11599,73,5825,73,42226,73,93992,73,66186,124,66313,124,119338,76,8556,76,8466,76,119819,76,119871,76,119923,76,120027,76,120079,76,120131,76,120183,76,120235,76,120287,76,120339,76,120391,76,120443,76,11472,76,5086,76,5290,76,42209,76,93974,76,71843,76,71858,76,66587,76,66854,76,65325,77,8559,77,8499,77,119820,77,119872,77,119924,77,120028,77,120080,77,120132,77,120184,77,120236,77,120288,77,120340,77,120392,77,120444,77,924,77,120499,77,120557,77,120615,77,120673,77,120731,77,1018,77,11416,77,5047,77,5616,77,5846,77,42207,77,66224,77,66321,77,119847,110,119899,110,119951,110,120003,110,120055,110,120107,110,120159,110,120211,110,120263,110,120315,110,120367,110,120419,110,120471,110,1400,110,1404,110,65326,78,8469,78,119821,78,119873,78,119925,78,119977,78,120029,78,120081,78,120185,78,120237,78,120289,78,120341,78,120393,78,120445,78,925,78,120500,78,120558,78,120616,78,120674,78,120732,78,11418,78,42208,78,66835,78,3074,111,3202,111,3330,111,3458,111,2406,111,2662,111,2790,111,3046,111,3174,111,3302,111,3430,111,3664,111,3792,111,4160,111,1637,111,1781,111,65359,111,8500,111,119848,111,119900,111,119952,111,120056,111,120108,111,120160,111,120212,111,120264,111,120316,111,120368,111,120420,111,120472,111,7439,111,7441,111,43837,111,959,111,120528,111,120586,111,120644,111,120702,111,120760,111,963,111,120532,111,120590,111,120648,111,120706,111,120764,111,11423,111,4351,111,1413,111,1505,111,1607,111,126500,111,126564,111,126596,111,65259,111,65260,111,65258,111,65257,111,1726,111,64428,111,64429,111,64427,111,64426,111,1729,111,64424,111,64425,111,64423,111,64422,111,1749,111,3360,111,4125,111,66794,111,71880,111,71895,111,66604,111,1984,79,2534,79,2918,79,12295,79,70864,79,71904,79,120782,79,120792,79,120802,79,120812,79,120822,79,130032,79,65327,79,119822,79,119874,79,119926,79,119978,79,120030,79,120082,79,120134,79,120186,79,120238,79,120290,79,120342,79,120394,79,120446,79,927,79,120502,79,120560,79,120618,79,120676,79,120734,79,11422,79,1365,79,11604,79,4816,79,2848,79,66754,79,42227,79,71861,79,66194,79,66219,79,66564,79,66838,79,9076,112,65360,112,119849,112,119901,112,119953,112,120005,112,120057,112,120109,112,120161,112,120213,112,120265,112,120317,112,120369,112,120421,112,120473,112,961,112,120530,112,120544,112,120588,112,120602,112,120646,112,120660,112,120704,112,120718,112,120762,112,120776,112,11427,112,65328,80,8473,80,119823,80,119875,80,119927,80,119979,80,120031,80,120083,80,120187,80,120239,80,120291,80,120343,80,120395,80,120447,80,929,80,120504,80,120562,80,120620,80,120678,80,120736,80,11426,80,5090,80,5229,80,42193,80,66197,80,119850,113,119902,113,119954,113,120006,113,120058,113,120110,113,120162,113,120214,113,120266,113,120318,113,120370,113,120422,113,120474,113,1307,113,1379,113,1382,113,8474,81,119824,81,119876,81,119928,81,119980,81,120032,81,120084,81,120188,81,120240,81,120292,81,120344,81,120396,81,120448,81,11605,81,119851,114,119903,114,119955,114,120007,114,120059,114,120111,114,120163,114,120215,114,120267,114,120319,114,120371,114,120423,114,120475,114,43847,114,43848,114,7462,114,11397,114,43905,114,119318,82,8475,82,8476,82,8477,82,119825,82,119877,82,119929,82,120033,82,120189,82,120241,82,120293,82,120345,82,120397,82,120449,82,422,82,5025,82,5074,82,66740,82,5511,82,42211,82,94005,82,65363,115,119852,115,119904,115,119956,115,120008,115,120060,115,120112,115,120164,115,120216,115,120268,115,120320,115,120372,115,120424,115,120476,115,42801,115,445,115,1109,115,43946,115,71873,115,66632,115,65331,83,119826,83,119878,83,119930,83,119982,83,120034,83,120086,83,120138,83,120190,83,120242,83,120294,83,120346,83,120398,83,120450,83,1029,83,1359,83,5077,83,5082,83,42210,83,94010,83,66198,83,66592,83,119853,116,119905,116,119957,116,120009,116,120061,116,120113,116,120165,116,120217,116,120269,116,120321,116,120373,116,120425,116,120477,116,8868,84,10201,84,128872,84,65332,84,119827,84,119879,84,119931,84,119983,84,120035,84,120087,84,120139,84,120191,84,120243,84,120295,84,120347,84,120399,84,120451,84,932,84,120507,84,120565,84,120623,84,120681,84,120739,84,11430,84,5026,84,42196,84,93962,84,71868,84,66199,84,66225,84,66325,84,119854,117,119906,117,119958,117,120010,117,120062,117,120114,117,120166,117,120218,117,120270,117,120322,117,120374,117,120426,117,120478,117,42911,117,7452,117,43854,117,43858,117,651,117,965,117,120534,117,120592,117,120650,117,120708,117,120766,117,1405,117,66806,117,71896,117,8746,85,8899,85,119828,85,119880,85,119932,85,119984,85,120036,85,120088,85,120140,85,120192,85,120244,85,120296,85,120348,85,120400,85,120452,85,1357,85,4608,85,66766,85,5196,85,42228,85,94018,85,71864,85,8744,118,8897,118,65366,118,8564,118,119855,118,119907,118,119959,118,120011,118,120063,118,120115,118,120167,118,120219,118,120271,118,120323,118,120375,118,120427,118,120479,118,7456,118,957,118,120526,118,120584,118,120642,118,120700,118,120758,118,1141,118,1496,118,71430,118,43945,118,71872,118,119309,86,1639,86,1783,86,8548,86,119829,86,119881,86,119933,86,119985,86,120037,86,120089,86,120141,86,120193,86,120245,86,120297,86,120349,86,120401,86,120453,86,1140,86,11576,86,5081,86,5167,86,42719,86,42214,86,93960,86,71840,86,66845,86,623,119,119856,119,119908,119,119960,119,120012,119,120064,119,120116,119,120168,119,120220,119,120272,119,120324,119,120376,119,120428,119,120480,119,7457,119,1121,119,1309,119,1377,119,71434,119,71438,119,71439,119,43907,119,71919,87,71910,87,119830,87,119882,87,119934,87,119986,87,120038,87,120090,87,120142,87,120194,87,120246,87,120298,87,120350,87,120402,87,120454,87,1308,87,5043,87,5076,87,42218,87,5742,120,10539,120,10540,120,10799,120,65368,120,8569,120,119857,120,119909,120,119961,120,120013,120,120065,120,120117,120,120169,120,120221,120,120273,120,120325,120,120377,120,120429,120,120481,120,5441,120,5501,120,5741,88,9587,88,66338,88,71916,88,65336,88,8553,88,119831,88,119883,88,119935,88,119987,88,120039,88,120091,88,120143,88,120195,88,120247,88,120299,88,120351,88,120403,88,120455,88,42931,88,935,88,120510,88,120568,88,120626,88,120684,88,120742,88,11436,88,11613,88,5815,88,42219,88,66192,88,66228,88,66327,88,66855,88,611,121,7564,121,65369,121,119858,121,119910,121,119962,121,120014,121,120066,121,120118,121,120170,121,120222,121,120274,121,120326,121,120378,121,120430,121,120482,121,655,121,7935,121,43866,121,947,121,8509,121,120516,121,120574,121,120632,121,120690,121,120748,121,1199,121,4327,121,71900,121,65337,89,119832,89,119884,89,119936,89,119988,89,120040,89,120092,89,120144,89,120196,89,120248,89,120300,89,120352,89,120404,89,120456,89,933,89,978,89,120508,89,120566,89,120624,89,120682,89,120740,89,11432,89,1198,89,5033,89,5053,89,42220,89,94019,89,71844,89,66226,89,119859,122,119911,122,119963,122,120015,122,120067,122,120119,122,120171,122,120223,122,120275,122,120327,122,120379,122,120431,122,120483,122,7458,122,43923,122,71876,122,66293,90,71909,90,65338,90,8484,90,8488,90,119833,90,119885,90,119937,90,119989,90,120041,90,120197,90,120249,90,120301,90,120353,90,120405,90,120457,90,918,90,120493,90,120551,90,120609,90,120667,90,120725,90,5059,90,42204,90,71849,90,65282,34,65284,36,65285,37,65286,38,65290,42,65291,43,65294,46,65295,47,65296,48,65297,49,65298,50,65299,51,65300,52,65301,53,65302,54,65303,55,65304,56,65305,57,65308,60,65309,61,65310,62,65312,64,65316,68,65318,70,65319,71,65324,76,65329,81,65330,82,65333,85,65334,86,65335,87,65343,95,65346,98,65348,100,65350,102,65355,107,65357,109,65358,110,65361,113,65362,114,65364,116,65365,117,65367,119,65370,122,65371,123,65373,125,119846,109],"_default":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"cs":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"de":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"es":[8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"fr":[65374,126,65306,58,65281,33,8216,96,8245,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"it":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"ja":[8211,45,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65292,44,65307,59],"ko":[8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pl":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"pt-BR":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"qps-ploc":[160,32,8211,45,65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"ru":[65374,126,65306,58,65281,33,8216,96,8217,96,8245,96,180,96,12494,47,305,105,921,73,1009,112,215,120,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"tr":[160,32,8211,45,65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65288,40,65289,41,65292,44,65307,59,65311,63],"zh-hans":[65374,126,65306,58,65281,33,8245,96,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65288,40,65289,41],"zh-hant":[8211,45,65374,126,180,96,12494,47,1047,51,1073,54,1072,97,1040,65,1068,98,1042,66,1089,99,1057,67,1077,101,1045,69,1053,72,305,105,1050,75,921,73,1052,77,1086,111,1054,79,1009,112,1088,112,1056,80,1075,114,1058,84,215,120,1093,120,1061,88,1091,121,1059,89,65283,35,65307,59]}')))}static{this.cache=new _e({getCacheKey:JSON.stringify},(e=>{function n(e){const n=new Map;for(let t=0;t!e.startsWith("_")&&e in r));0===i.length&&(i=["_default"]);for(const e of i){o=t(o,n(r[e]))}const a=function(e,n){const t=new Map(e);for(const[e,r]of n)t.set(e,r);return t}(n(r._common),o);return new Ae(a)}))}static getInstance(e){return Ae.cache.get(Array.from(e))}static{this._locales=new he((()=>Object.keys(Ae.ambiguousCharacterData.value).filter((e=>!e.startsWith("_")))))}static getLocales(){return Ae._locales.value}constructor(e){this.confusableDictionary=e}isAmbiguous(e){return this.confusableDictionary.has(e)}getPrimaryConfusable(e){return this.confusableDictionary.get(e)}getConfusableCodePoints(){return new Set(this.confusableDictionary.keys())}}class Re{static getRawData(){return JSON.parse("[9,10,11,12,13,32,127,160,173,847,1564,4447,4448,6068,6069,6155,6156,6157,6158,7355,7356,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8234,8235,8236,8237,8238,8239,8287,8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,10240,12288,12644,65024,65025,65026,65027,65028,65029,65030,65031,65032,65033,65034,65035,65036,65037,65038,65039,65279,65440,65520,65521,65522,65523,65524,65525,65526,65527,65528,65532,78844,119155,119156,119157,119158,119159,119160,119161,119162,917504,917505,917506,917507,917508,917509,917510,917511,917512,917513,917514,917515,917516,917517,917518,917519,917520,917521,917522,917523,917524,917525,917526,917527,917528,917529,917530,917531,917532,917533,917534,917535,917536,917537,917538,917539,917540,917541,917542,917543,917544,917545,917546,917547,917548,917549,917550,917551,917552,917553,917554,917555,917556,917557,917558,917559,917560,917561,917562,917563,917564,917565,917566,917567,917568,917569,917570,917571,917572,917573,917574,917575,917576,917577,917578,917579,917580,917581,917582,917583,917584,917585,917586,917587,917588,917589,917590,917591,917592,917593,917594,917595,917596,917597,917598,917599,917600,917601,917602,917603,917604,917605,917606,917607,917608,917609,917610,917611,917612,917613,917614,917615,917616,917617,917618,917619,917620,917621,917622,917623,917624,917625,917626,917627,917628,917629,917630,917631,917760,917761,917762,917763,917764,917765,917766,917767,917768,917769,917770,917771,917772,917773,917774,917775,917776,917777,917778,917779,917780,917781,917782,917783,917784,917785,917786,917787,917788,917789,917790,917791,917792,917793,917794,917795,917796,917797,917798,917799,917800,917801,917802,917803,917804,917805,917806,917807,917808,917809,917810,917811,917812,917813,917814,917815,917816,917817,917818,917819,917820,917821,917822,917823,917824,917825,917826,917827,917828,917829,917830,917831,917832,917833,917834,917835,917836,917837,917838,917839,917840,917841,917842,917843,917844,917845,917846,917847,917848,917849,917850,917851,917852,917853,917854,917855,917856,917857,917858,917859,917860,917861,917862,917863,917864,917865,917866,917867,917868,917869,917870,917871,917872,917873,917874,917875,917876,917877,917878,917879,917880,917881,917882,917883,917884,917885,917886,917887,917888,917889,917890,917891,917892,917893,917894,917895,917896,917897,917898,917899,917900,917901,917902,917903,917904,917905,917906,917907,917908,917909,917910,917911,917912,917913,917914,917915,917916,917917,917918,917919,917920,917921,917922,917923,917924,917925,917926,917927,917928,917929,917930,917931,917932,917933,917934,917935,917936,917937,917938,917939,917940,917941,917942,917943,917944,917945,917946,917947,917948,917949,917950,917951,917952,917953,917954,917955,917956,917957,917958,917959,917960,917961,917962,917963,917964,917965,917966,917967,917968,917969,917970,917971,917972,917973,917974,917975,917976,917977,917978,917979,917980,917981,917982,917983,917984,917985,917986,917987,917988,917989,917990,917991,917992,917993,917994,917995,917996,917997,917998,917999]")}static{this._data=void 0}static getData(){return this._data||(this._data=new Set(Re.getRawData())),this._data}static isInvisibleCharacter(e){return Re.getData().has(e)}static get codePoints(){return Re.getData()}}const Ie="$initialize";let Ne;class De{constructor(e,n,t,r){this.vsWorker=e,this.req=n,this.method=t,this.args=r,this.type=0}}class Ce{constructor(e,n,t,r){this.vsWorker=e,this.seq=n,this.res=t,this.err=r,this.type=1}}class Me{constructor(e,n,t,r){this.vsWorker=e,this.req=n,this.eventName=t,this.arg=r,this.type=2}}class Pe{constructor(e,n,t){this.vsWorker=e,this.req=n,this.event=t,this.type=3}}class Le{constructor(e,n){this.vsWorker=e,this.req=n,this.type=4}}class ke{constructor(e){this._workerId=-1,this._handler=e,this._lastSentReq=0,this._pendingReplies=Object.create(null),this._pendingEmitters=new Map,this._pendingEvents=new Map}setWorkerId(e){this._workerId=e}sendMessage(e,n){const t=String(++this._lastSentReq);return new Promise(((r,o)=>{this._pendingReplies[t]={resolve:r,reject:o},this._send(new De(this._workerId,t,e,n))}))}listen(e,n){let t=null;const r=new k({onWillAddFirstListener:()=>{t=String(++this._lastSentReq),this._pendingEmitters.set(t,r),this._send(new Me(this._workerId,t,e,n))},onDidRemoveLastListener:()=>{this._pendingEmitters.delete(t),this._send(new Le(this._workerId,t)),t=null}});return r.event}handleMessage(e){e&&e.vsWorker&&(-1!==this._workerId&&e.vsWorker!==this._workerId||this._handleMessage(e))}_handleMessage(e){switch(e.type){case 1:return this._handleReplyMessage(e);case 0:return this._handleRequestMessage(e);case 2:return this._handleSubscribeEventMessage(e);case 3:return this._handleEventMessage(e);case 4:return this._handleUnsubscribeEventMessage(e)}}_handleReplyMessage(e){if(!this._pendingReplies[e.seq])return void console.warn("Got reply to unknown seq");const n=this._pendingReplies[e.seq];if(delete this._pendingReplies[e.seq],e.err){let t=e.err;return e.err.$isError&&(t=new Error,t.name=e.err.name,t.message=e.err.message,t.stack=e.err.stack),void n.reject(t)}n.resolve(e.res)}_handleRequestMessage(e){const n=e.req;this._handler.handleMessage(e.method,e.args).then((e=>{this._send(new Ce(this._workerId,n,e,void 0))}),(e=>{e.detail instanceof Error&&(e.detail=i(e.detail)),this._send(new Ce(this._workerId,n,void 0,i(e)))}))}_handleSubscribeEventMessage(e){const n=e.req,t=this._handler.handleEvent(e.eventName,e.arg)((e=>{this._send(new Pe(this._workerId,n,e))}));this._pendingEvents.set(n,t)}_handleEventMessage(e){this._pendingEmitters.has(e.req)?this._pendingEmitters.get(e.req).fire(e.event):console.warn("Got event for unknown req")}_handleUnsubscribeEventMessage(e){this._pendingEvents.has(e.req)?(this._pendingEvents.get(e.req).dispose(),this._pendingEvents.delete(e.req)):console.warn("Got unsubscribe for unknown req")}_send(e){const n=[];if(0===e.type)for(let t=0;tfunction(){const t=Array.prototype.slice.call(arguments,0);return n(e,t)},o=e=>function(n){return t(e,n)},i={};for(const n of e)Oe(n)?i[n]=o(n):we(n)?i[n]=t(n,void 0):i[n]=r(n);return i}class We{constructor(e,n){this._requestHandlerFactory=n,this._requestHandler=null,this._protocol=new ke({sendMessage:(n,t)=>{e(n,t)},handleMessage:(e,n)=>this._handleMessage(e,n),handleEvent:(e,n)=>this._handleEvent(e,n)})}onmessage(e){this._protocol.handleMessage(e)}_handleMessage(e,n){if(e===Ie)return this.initialize(n[0],n[1],n[2],n[3]);if(!this._requestHandler||"function"!=typeof this._requestHandler[e])return Promise.reject(new Error("Missing requestHandler or method: "+e));try{return Promise.resolve(this._requestHandler[e].apply(this._requestHandler,n))}catch(e){return Promise.reject(e)}}_handleEvent(e,n){if(!this._requestHandler)throw new Error("Missing requestHandler");if(Oe(e)){const t=this._requestHandler[e].call(this._requestHandler,n);if("function"!=typeof t)throw new Error(`Missing dynamic event ${e} on request handler.`);return t}if(we(e)){const n=this._requestHandler[e];if("function"!=typeof n)throw new Error(`Missing event ${e} on request handler.`);return n}throw new Error(`Malformed event name ${e}`)}initialize(e,n,t,r){this._protocol.setWorkerId(e);const o=Fe(r,((e,n)=>this._protocol.sendMessage(e,n)),((e,n)=>this._protocol.listen(e,n)));return this._requestHandlerFactory?(this._requestHandler=this._requestHandlerFactory(o),Promise.resolve(O(this._requestHandler))):(n&&(void 0!==n.baseUrl&&delete n.baseUrl,void 0!==n.paths&&void 0!==n.paths.vs&&delete n.paths.vs,void 0!==n.trustedTypesPolicy&&delete n.trustedTypesPolicy,n.catchError=!0,globalThis.require.config(n)),new Promise(((e,n)=>{(0,globalThis.require)([t],(t=>{this._requestHandler=t.create(o),this._requestHandler?e(O(this._requestHandler)):n(new Error("No RequestHandler!"))}),n)})))}}class ze{constructor(e,n,t,r){this.originalStart=e,this.originalLength=n,this.modifiedStart=t,this.modifiedLength=r}getOriginalEnd(){return this.originalStart+this.originalLength}getModifiedEnd(){return this.modifiedStart+this.modifiedLength}}function Ge(e,n){return(n<<5)-n+e|0}function Be(e,n){n=Ge(149417,n);for(let t=0,r=e.length;t>>6,e[n++]=128|(63&t)>>>0):t<65536?(e[n++]=224|(61440&t)>>>12,e[n++]=128|(4032&t)>>>6,e[n++]=128|(63&t)>>>0):(e[n++]=240|(1835008&t)>>>18,e[n++]=128|(258048&t)>>>12,e[n++]=128|(4032&t)>>>6,e[n++]=128|(63&t)>>>0),n>=64&&(this._step(),64,this._totalLen+=64,e[0]=e[64],e[1]=e[65],e[2]=e[66]),n}digest(){return this._finished||(this._finished=!0,this._leftoverHighSurrogate&&(this._leftoverHighSurrogate=0,this._buffLen=this._push(this._buff,this._buffLen,65533)),this._totalLen+=this._buffLen,this._wrapUp()),toHexString(this._h0)+toHexString(this._h1)+toHexString(this._h2)+toHexString(this._h3)+toHexString(this._h4)}_wrapUp(){this._buff[this._buffLen++]=128,fill(this._buff,this._buffLen),this._buffLen>56&&(this._step(),fill(this._buff));const e=8*this._totalLen;this._buffDV.setUint32(56,Math.floor(e/4294967296),!1),this._buffDV.setUint32(60,e%4294967296,!1),this._step()}_step(){const e=je._bigBlock32,n=this._buffDV;for(let t=0;t<64;t+=4)e.setUint32(t,n.getUint32(t,!1),!1);for(let n=64;n<320;n+=4)e.setUint32(n,leftRotate(e.getUint32(n-12,!1)^e.getUint32(n-32,!1)^e.getUint32(n-56,!1)^e.getUint32(n-64,!1),1),!1);let t,r,o,i=this._h0,a=this._h1,s=this._h2,l=this._h3,c=this._h4;for(let n=0;n<80;n++)n<20?(a&s|~a&l,1518500249):n<40?(a^s^l,1859775393):n<60?(a&s|a&l|s&l,2400959708):(a^s^l,3395469782),leftRotate(i,5)+t+c+r+e.getUint32(4*n,!1)&4294967295,l,s,leftRotate(a,30),i,o;this._h0=this._h0+i&4294967295,this._h1=this._h1+a&4294967295,this._h2=this._h2+s&4294967295,this._h3=this._h3+l&4294967295,this._h4=this._h4+c&4294967295}}class Ve{constructor(e){this.source=e}getElements(){const e=this.source,n=new Int32Array(e.length);for(let t=0,r=e.length;t0||this.m_modifiedCount>0)&&this.m_changes.push(new ze(this.m_originalStart,this.m_originalCount,this.m_modifiedStart,this.m_modifiedCount)),this.m_originalCount=0,this.m_modifiedCount=0,this.m_originalStart=1073741824,this.m_modifiedStart=1073741824}AddOriginalElement(e,n){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_originalCount++}AddModifiedElement(e,n){this.m_originalStart=Math.min(this.m_originalStart,e),this.m_modifiedStart=Math.min(this.m_modifiedStart,n),this.m_modifiedCount++}getChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes}getReverseChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&this.MarkNextChange(),this.m_changes.reverse(),this.m_changes}}class Je{constructor(e,n,t=null){this.ContinueProcessingPredicate=t,this._originalSequence=e,this._modifiedSequence=n;const[r,o,i]=Je._getElements(e),[a,s,l]=Je._getElements(n);this._hasStrings=i&&l,this._originalStringElements=r,this._originalElementsOrHash=o,this._modifiedStringElements=a,this._modifiedElementsOrHash=s,this.m_forwardHistory=[],this.m_reverseHistory=[]}static _isStringArray(e){return e.length>0&&"string"==typeof e[0]}static _getElements(e){const n=e.getElements();if(Je._isStringArray(n)){const e=new Int32Array(n.length);for(let t=0,r=n.length;t=e&&r>=t&&this.ElementsAreEqual(n,r);)n--,r--;if(e>n||t>r){let o;return t<=r?(He.Assert(e===n+1,"originalStart should only be one more than originalEnd"),o=[new ze(e,0,t,r-t+1)]):e<=n?(He.Assert(t===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[new ze(e,n-e+1,t,0)]):(He.Assert(e===n+1,"originalStart should only be one more than originalEnd"),He.Assert(t===r+1,"modifiedStart should only be one more than modifiedEnd"),o=[]),o}const i=[0],a=[0],s=this.ComputeRecursionPoint(e,n,t,r,i,a,o),l=i[0],c=a[0];if(null!==s)return s;if(!o[0]){const i=this.ComputeDiffRecursive(e,l,t,c,o);let a=[];return a=o[0]?[new ze(l+1,n-(l+1)+1,c+1,r-(c+1)+1)]:this.ComputeDiffRecursive(l+1,n,c+1,r,o),this.ConcatenateChanges(i,a)}return[new ze(e,n-e+1,t,r-t+1)]}WALKTRACE(e,n,t,r,o,i,a,s,l,c,d,u,p,f,m,_,h,g){let y=null,v=null,b=new qe,E=n,S=t,T=p[0]-_[0]-r,x=-1073741824,A=this.m_forwardHistory.length-1;do{const n=T+e;n===E||n=0&&(e=(l=this.m_forwardHistory[A])[0],E=1,S=l.length-1)}while(--A>=-1);if(y=b.getReverseChanges(),g[0]){let e=p[0]+1,n=_[0]+1;if(null!==y&&y.length>0){const t=y[y.length-1];e=Math.max(e,t.getOriginalEnd()),n=Math.max(n,t.getModifiedEnd())}v=[new ze(e,u-e+1,n,m-n+1)]}else{b=new qe,E=i,S=a,T=p[0]-_[0]-s,x=1073741824,A=h?this.m_reverseHistory.length-1:this.m_reverseHistory.length-2;do{const e=T+o;e===E||e=c[e+1]?(f=(d=c[e+1]-1)-T-s,d>x&&b.MarkNextChange(),x=d+1,b.AddOriginalElement(d+1,f+1),T=e+1-o):(f=(d=c[e-1])-T-s,d>x&&b.MarkNextChange(),x=d,b.AddModifiedElement(d+1,f+1),T=e-1-o),A>=0&&(o=(c=this.m_reverseHistory[A])[0],E=1,S=c.length-1)}while(--A>=-1);v=b.getChanges()}return this.ConcatenateChanges(y,v)}ComputeRecursionPoint(e,n,t,r,o,i,a){let s=0,l=0,c=0,d=0,u=0,p=0;e--,t--,o[0]=0,i[0]=0,this.m_forwardHistory=[],this.m_reverseHistory=[];const f=n-e+(r-t),m=f+1,_=new Int32Array(m),h=new Int32Array(m),g=r-t,y=n-e,v=e-t,b=n-r,E=(y-g)%2==0;_[g]=e,h[y]=n,a[0]=!1;for(let S=1;S<=f/2+1;S++){let f=0,T=0;c=this.ClipDiagonalBound(g-S,S,g,m),d=this.ClipDiagonalBound(g+S,S,g,m);for(let e=c;e<=d;e+=2){s=e===c||ef+T&&(f=s,T=l),!E&&Math.abs(e-y)<=S-1&&s>=h[e])return o[0]=s,i[0]=l,t<=h[e]&&S<=1448?this.WALKTRACE(g,c,d,v,y,u,p,b,_,h,s,n,o,l,r,i,E,a):null}const x=(f-e+(T-t)-S)/2;if(null!==this.ContinueProcessingPredicate&&!this.ContinueProcessingPredicate(f,x))return a[0]=!0,o[0]=f,i[0]=T,x>0&&S<=1448?this.WALKTRACE(g,c,d,v,y,u,p,b,_,h,s,n,o,l,r,i,E,a):(e++,t++,[new ze(e,n-e+1,t,r-t+1)]);u=this.ClipDiagonalBound(y-S,S,y,m),p=this.ClipDiagonalBound(y+S,S,y,m);for(let f=u;f<=p;f+=2){s=f===u||f=h[f+1]?h[f+1]-1:h[f-1],l=s-(f-y)-b;const m=s;for(;s>e&&l>t&&this.ElementsAreEqual(s,l);)s--,l--;if(h[f]=s,E&&Math.abs(f-g)<=S&&s<=_[f])return o[0]=s,i[0]=l,m>=_[f]&&S<=1448?this.WALKTRACE(g,c,d,v,y,u,p,b,_,h,s,n,o,l,r,i,E,a):null}if(S<=1447){let e=new Int32Array(d-c+2);e[0]=g-c+1,Ke.Copy2(_,c,e,1,d-c+1),this.m_forwardHistory.push(e),e=new Int32Array(p-u+2),e[0]=y-u+1,Ke.Copy2(h,u,e,1,p-u+1),this.m_reverseHistory.push(e)}}return this.WALKTRACE(g,c,d,v,y,u,p,b,_,h,s,n,o,l,r,i,E,a)}PrettifyChanges(e){for(let n=0;n0,a=t.modifiedLength>0;for(;t.originalStart+t.originalLength=0;n--){const t=e[n];let r=0,o=0;if(n>0){const t=e[n-1];r=t.originalStart+t.originalLength,o=t.modifiedStart+t.modifiedLength}const i=t.originalLength>0,a=t.modifiedLength>0;let s=0,l=this._boundaryScore(t.originalStart,t.originalLength,t.modifiedStart,t.modifiedLength);for(let e=1;;e++){const n=t.originalStart-e,c=t.modifiedStart-e;if(nl&&(l=d,s=e)}t.originalStart-=s,t.modifiedStart-=s;const c=[null];n>0&&this.ChangesOverlap(e[n-1],e[n],c)&&(e[n-1]=c[0],e.splice(n,1),n++)}if(this._hasStrings)for(let n=1,t=e.length;n0&&t>s&&(s=t,l=n,c=e)}return s>0?[l,c]:null}_contiguousSequenceScore(e,n,t){let r=0;for(let o=0;o=this._originalElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._originalStringElements[e])}_OriginalRegionIsBoundary(e,n){if(this._OriginalIsBoundary(e)||this._OriginalIsBoundary(e-1))return!0;if(n>0){const t=e+n;if(this._OriginalIsBoundary(t-1)||this._OriginalIsBoundary(t))return!0}return!1}_ModifiedIsBoundary(e){return e<=0||e>=this._modifiedElementsOrHash.length-1||this._hasStrings&&/^\s*$/.test(this._modifiedStringElements[e])}_ModifiedRegionIsBoundary(e,n){if(this._ModifiedIsBoundary(e)||this._ModifiedIsBoundary(e-1))return!0;if(n>0){const t=e+n;if(this._ModifiedIsBoundary(t-1)||this._ModifiedIsBoundary(t))return!0}return!1}_boundaryScore(e,n,t,r){return(this._OriginalRegionIsBoundary(e,n)?1:0)+(this._ModifiedRegionIsBoundary(t,r)?1:0)}ConcatenateChanges(e,n){const t=[];if(0===e.length||0===n.length)return n.length>0?n:e;if(this.ChangesOverlap(e[e.length-1],n[0],t)){const r=new Array(e.length+n.length-1);return Ke.Copy(e,0,r,0,e.length-1),r[e.length-1]=t[0],Ke.Copy(n,1,r,e.length,n.length-1),r}{const t=new Array(e.length+n.length);return Ke.Copy(e,0,t,0,e.length),Ke.Copy(n,0,t,e.length,n.length),t}}ChangesOverlap(e,n,t){if(He.Assert(e.originalStart<=n.originalStart,"Left change is not less than or equal to right change"),He.Assert(e.modifiedStart<=n.modifiedStart,"Left change is not less than or equal to right change"),e.originalStart+e.originalLength>=n.originalStart||e.modifiedStart+e.modifiedLength>=n.modifiedStart){const r=e.originalStart;let o=e.originalLength;const i=e.modifiedStart;let a=e.modifiedLength;return e.originalStart+e.originalLength>=n.originalStart&&(o=n.originalStart+n.originalLength-e.originalStart),e.modifiedStart+e.modifiedLength>=n.modifiedStart&&(a=n.modifiedStart+n.modifiedLength-e.modifiedStart),t[0]=new ze(r,o,i,a),!0}return t[0]=null,!1}ClipDiagonalBound(e,n,t,r){if(e>=0&&e=65&&e<=90||e>=97&&e<=122}function dn(e,n,t,r){let o="",i=0,a=-1,s=0,l=0;for(let c=0;c<=e.length;++c){if(c2){const e=o.lastIndexOf(t);-1===e?(o="",i=0):(o=o.slice(0,e),i=o.length-1-o.lastIndexOf(t)),a=c,s=0;continue}if(0!==o.length){o="",i=0,a=c,s=0;continue}}n&&(o+=o.length>0?`${t}..`:"..",i=2)}else o.length>0?o+=`${t}${e.slice(a+1,c)}`:o=e.slice(a+1,c),i=c-a-1;a=c,s=0}else l===Ze&&-1!==s?++s:s=-1}return o}function un(e,n){!function(e,n){if(null===e||"object"!=typeof e)throw new rn(n,"Object",e)}(n,"pathObject");const t=n.dir||n.root,r=n.base||`${n.name||""}${o=n.ext,o?`${"."===o[0]?"":"."}${o}`:""}`;var o;return t?t===n.root?`${t}${r}`:`${t}${e}${r}`:r}const pn={resolve(...e){let n="",t="",r=!1;for(let o=e.length-1;o>=-1;o--){let i;if(o>=0){if(i=e[o],on(i,`paths[${o}]`),0===i.length)continue}else 0===n.length?i=Ye():(i=$e[`=${n}`]||Ye(),(void 0===i||i.slice(0,2).toLowerCase()!==n.toLowerCase()&&i.charCodeAt(2)===nn)&&(i=`${n}\\`));const a=i.length;let s=0,l="",c=!1;const d=i.charCodeAt(0);if(1===a)sn(d)&&(s=1,c=!0);else if(sn(d))if(c=!0,sn(i.charCodeAt(1))){let e=2,n=e;for(;e2&&sn(i.charCodeAt(2))&&(c=!0,s=3));if(l.length>0)if(n.length>0){if(l.toLowerCase()!==n.toLowerCase())continue}else n=l;if(r){if(n.length>0)break}else if(t=`${i.slice(s)}\\${t}`,r=c,c&&n.length>0)break}return t=dn(t,!r,"\\",sn),r?`${n}\\${t}`:`${n}${t}`||"."},normalize(e){on(e,"path");const n=e.length;if(0===n)return".";let t,r=0,o=!1;const i=e.charCodeAt(0);if(1===n)return ln(i)?"\\":e;if(sn(i))if(o=!0,sn(e.charCodeAt(1))){let o=2,i=o;for(;o2&&sn(e.charCodeAt(2))&&(o=!0,r=3));let a=r0&&sn(e.charCodeAt(n-1))&&(a+="\\"),void 0===t?o?`\\${a}`:a:o?`${t}\\${a}`:`${t}${a}`},isAbsolute(e){on(e,"path");const n=e.length;if(0===n)return!1;const t=e.charCodeAt(0);return sn(t)||n>2&&cn(t)&&e.charCodeAt(1)===tn&&sn(e.charCodeAt(2))},join(...e){if(0===e.length)return".";let n,t;for(let r=0;r0&&(void 0===n?n=t=o:n+=`\\${o}`)}if(void 0===n)return".";let r=!0,o=0;if("string"==typeof t&&sn(t.charCodeAt(0))){++o;const e=t.length;e>1&&sn(t.charCodeAt(1))&&(++o,e>2&&(sn(t.charCodeAt(2))?++o:r=!1))}if(r){for(;o=2&&(n=`\\${n.slice(o)}`)}return pn.normalize(n)},relative(e,n){if(on(e,"from"),on(n,"to"),e===n)return"";const t=pn.resolve(e),r=pn.resolve(n);if(t===r)return"";if((e=t.toLowerCase())===(n=r.toLowerCase()))return"";let o=0;for(;oo&&e.charCodeAt(i-1)===nn;)i--;const a=i-o;let s=0;for(;ss&&n.charCodeAt(l-1)===nn;)l--;const c=l-s,d=ad){if(n.charCodeAt(s+p)===nn)return r.slice(s+p+1);if(2===p)return r.slice(s+p)}a>d&&(e.charCodeAt(o+p)===nn?u=p:2===p&&(u=3)),-1===u&&(u=0)}let f="";for(p=o+u+1;p<=i;++p)p!==i&&e.charCodeAt(p)!==nn||(f+=0===f.length?"..":"\\..");return s+=u,f.length>0?`${f}${r.slice(s,l)}`:(r.charCodeAt(s)===nn&&++s,r.slice(s,l))},toNamespacedPath(e){if("string"!=typeof e||0===e.length)return e;const n=pn.resolve(e);if(n.length<=2)return e;if(n.charCodeAt(0)===nn){if(n.charCodeAt(1)===nn){const e=n.charCodeAt(2);if(63!==e&&e!==Ze)return`\\\\?\\UNC\\${n.slice(2)}`}}else if(cn(n.charCodeAt(0))&&n.charCodeAt(1)===tn&&n.charCodeAt(2)===nn)return`\\\\?\\${n}`;return e},dirname(e){on(e,"path");const n=e.length;if(0===n)return".";let t=-1,r=0;const o=e.charCodeAt(0);if(1===n)return sn(o)?e:".";if(sn(o)){if(t=r=1,sn(e.charCodeAt(1))){let o=2,i=o;for(;o2&&sn(e.charCodeAt(2))?3:2,r=t);let i=-1,a=!0;for(let t=n-1;t>=r;--t)if(sn(e.charCodeAt(t))){if(!a){i=t;break}}else a=!1;if(-1===i){if(-1===t)return".";i=t}return e.slice(0,i)},basename(e,n){void 0!==n&&on(n,"suffix"),on(e,"path");let t,r=0,o=-1,i=!0;if(e.length>=2&&cn(e.charCodeAt(0))&&e.charCodeAt(1)===tn&&(r=2),void 0!==n&&n.length>0&&n.length<=e.length){if(n===e)return"";let a=n.length-1,s=-1;for(t=e.length-1;t>=r;--t){const l=e.charCodeAt(t);if(sn(l)){if(!i){r=t+1;break}}else-1===s&&(i=!1,s=t+1),a>=0&&(l===n.charCodeAt(a)?-1==--a&&(o=t):(a=-1,o=s))}return r===o?o=s:-1===o&&(o=e.length),e.slice(r,o)}for(t=e.length-1;t>=r;--t)if(sn(e.charCodeAt(t))){if(!i){r=t+1;break}}else-1===o&&(i=!1,o=t+1);return-1===o?"":e.slice(r,o)},extname(e){on(e,"path");let n=0,t=-1,r=0,o=-1,i=!0,a=0;e.length>=2&&e.charCodeAt(1)===tn&&cn(e.charCodeAt(0))&&(n=r=2);for(let s=e.length-1;s>=n;--s){const n=e.charCodeAt(s);if(sn(n)){if(!i){r=s+1;break}}else-1===o&&(i=!1,o=s+1),n===Ze?-1===t?t=s:1!==a&&(a=1):-1!==t&&(a=-1)}return-1===t||-1===o||0===a||1===a&&t===o-1&&t===r+1?"":e.slice(t,o)},format:un.bind(null,"\\"),parse(e){on(e,"path");const n={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return n;const t=e.length;let r=0,o=e.charCodeAt(0);if(1===t)return sn(o)?(n.root=n.dir=e,n):(n.base=n.name=e,n);if(sn(o)){if(r=1,sn(e.charCodeAt(1))){let n=2,o=n;for(;n0&&(n.root=e.slice(0,r));let i=-1,a=r,s=-1,l=!0,c=e.length-1,d=0;for(;c>=r;--c)if(o=e.charCodeAt(c),sn(o)){if(!l){a=c+1;break}}else-1===s&&(l=!1,s=c+1),o===Ze?-1===i?i=c:1!==d&&(d=1):-1!==i&&(d=-1);return-1!==s&&(-1===i||0===d||1===d&&i===s-1&&i===a+1?n.base=n.name=e.slice(a,s):(n.name=e.slice(a,i),n.base=e.slice(a,s),n.ext=e.slice(i,s))),n.dir=a>0&&a!==r?e.slice(0,a-1):n.root,n},sep:"\\",delimiter:";",win32:null,posix:null},fn=(()=>{if(an){const e=/\\/g;return()=>{const n=Ye().replace(e,"/");return n.slice(n.indexOf("/"))}}return()=>Ye()})(),mn={resolve(...e){let n="",t=!1;for(let r=e.length-1;r>=-1&&!t;r--){const o=r>=0?e[r]:fn();on(o,`paths[${r}]`),0!==o.length&&(n=`${o}/${n}`,t=o.charCodeAt(0)===en)}return n=dn(n,!t,"/",ln),t?`/${n}`:n.length>0?n:"."},normalize(e){if(on(e,"path"),0===e.length)return".";const n=e.charCodeAt(0)===en,t=e.charCodeAt(e.length-1)===en;return 0===(e=dn(e,!n,"/",ln)).length?n?"/":t?"./":".":(t&&(e+="/"),n?`/${e}`:e)},isAbsolute(e){return on(e,"path"),e.length>0&&e.charCodeAt(0)===en},join(...e){if(0===e.length)return".";let n;for(let t=0;t0&&(void 0===n?n=r:n+=`/${r}`)}return void 0===n?".":mn.normalize(n)},relative(e,n){if(on(e,"from"),on(n,"to"),e===n)return"";if((e=mn.resolve(e))===(n=mn.resolve(n)))return"";const t=e.length,r=t-1,o=n.length-1,i=ri){if(n.charCodeAt(1+s)===en)return n.slice(1+s+1);if(0===s)return n.slice(1+s)}else r>i&&(e.charCodeAt(1+s)===en?a=s:0===s&&(a=0));let l="";for(s=1+a+1;s<=t;++s)s!==t&&e.charCodeAt(s)!==en||(l+=0===l.length?"..":"/..");return`${l}${n.slice(1+a)}`},toNamespacedPath(e){return e},dirname(e){if(on(e,"path"),0===e.length)return".";const n=e.charCodeAt(0)===en;let t=-1,r=!0;for(let n=e.length-1;n>=1;--n)if(e.charCodeAt(n)===en){if(!r){t=n;break}}else r=!1;return-1===t?n?"/":".":n&&1===t?"//":e.slice(0,t)},basename(e,n){void 0!==n&&on(n,"ext"),on(e,"path");let t,r=0,o=-1,i=!0;if(void 0!==n&&n.length>0&&n.length<=e.length){if(n===e)return"";let a=n.length-1,s=-1;for(t=e.length-1;t>=0;--t){const l=e.charCodeAt(t);if(l===en){if(!i){r=t+1;break}}else-1===s&&(i=!1,s=t+1),a>=0&&(l===n.charCodeAt(a)?-1==--a&&(o=t):(a=-1,o=s))}return r===o?o=s:-1===o&&(o=e.length),e.slice(r,o)}for(t=e.length-1;t>=0;--t)if(e.charCodeAt(t)===en){if(!i){r=t+1;break}}else-1===o&&(i=!1,o=t+1);return-1===o?"":e.slice(r,o)},extname(e){on(e,"path");let n=-1,t=0,r=-1,o=!0,i=0;for(let a=e.length-1;a>=0;--a){const s=e.charCodeAt(a);if(s!==en)-1===r&&(o=!1,r=a+1),s===Ze?-1===n?n=a:1!==i&&(i=1):-1!==n&&(i=-1);else if(!o){t=a+1;break}}return-1===n||-1===r||0===i||1===i&&n===r-1&&n===t+1?"":e.slice(n,r)},format:un.bind(null,"/"),parse(e){on(e,"path");const n={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return n;const t=e.charCodeAt(0)===en;let r;t?(n.root="/",r=1):r=0;let o=-1,i=0,a=-1,s=!0,l=e.length-1,c=0;for(;l>=r;--l){const n=e.charCodeAt(l);if(n!==en)-1===a&&(s=!1,a=l+1),n===Ze?-1===o?o=l:1!==c&&(c=1):-1!==o&&(c=-1);else if(!s){i=l+1;break}}if(-1!==a){const r=0===i&&t?1:i;-1===o||0===c||1===c&&o===a-1&&o===i+1?n.base=n.name=e.slice(r,a):(n.name=e.slice(r,o),n.base=e.slice(r,a),n.ext=e.slice(o,a))}return i>0?n.dir=e.slice(0,i-1):t&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};mn.win32=pn.win32=pn,mn.posix=pn.posix=mn;an?pn.normalize:mn.normalize,an?pn.resolve:mn.resolve,an?pn.relative:mn.relative,an?pn.dirname:mn.dirname,an?pn.basename:mn.basename,an?pn.extname:mn.extname,an?pn.sep:mn.sep;const _n=/^\w[\w\d+.-]*$/,hn=/^\//,gn=/^\/\//;const yn="",vn="/",bn=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class En{static isUri(e){return e instanceof En||!!e&&("string"==typeof e.authority&&"string"==typeof e.fragment&&"string"==typeof e.path&&"string"==typeof e.query&&"string"==typeof e.scheme&&"string"==typeof e.fsPath&&"function"==typeof e.with&&"function"==typeof e.toString)}constructor(e,n,t,r,o,i=!1){"object"==typeof e?(this.scheme=e.scheme||yn,this.authority=e.authority||yn,this.path=e.path||yn,this.query=e.query||yn,this.fragment=e.fragment||yn):(this.scheme=function(e,n){return e||n?e:"file"}(e,i),this.authority=n||yn,this.path=function(e,n){switch(e){case"https":case"http":case"file":n?n[0]!==vn&&(n=vn+n):n=vn}return n}(this.scheme,t||yn),this.query=r||yn,this.fragment=o||yn,function(e,n){if(!e.scheme&&n)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${e.authority}", path: "${e.path}", query: "${e.query}", fragment: "${e.fragment}"}`);if(e.scheme&&!_n.test(e.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(e.path)if(e.authority){if(!hn.test(e.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(gn.test(e.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}(this,i))}get fsPath(){return In(this,!1)}with(e){if(!e)return this;let{scheme:n,authority:t,path:r,query:o,fragment:i}=e;return void 0===n?n=this.scheme:null===n&&(n=yn),void 0===t?t=this.authority:null===t&&(t=yn),void 0===r?r=this.path:null===r&&(r=yn),void 0===o?o=this.query:null===o&&(o=yn),void 0===i?i=this.fragment:null===i&&(i=yn),n===this.scheme&&t===this.authority&&r===this.path&&o===this.query&&i===this.fragment?this:new Tn(n,t,r,o,i)}static parse(e,n=!1){const t=bn.exec(e);return t?new Tn(t[2]||yn,Mn(t[4]||yn),Mn(t[5]||yn),Mn(t[7]||yn),Mn(t[9]||yn),n):new Tn(yn,yn,yn,yn,yn)}static file(e){let n=yn;if(ce&&(e=e.replace(/\\/g,vn)),e[0]===vn&&e[1]===vn){const t=e.indexOf(vn,2);-1===t?(n=e.substring(2),e=vn):(n=e.substring(2,t),e=e.substring(t)||vn)}return new Tn("file",n,e,yn,yn)}static from(e,n){return new Tn(e.scheme,e.authority,e.path,e.query,e.fragment,n)}static joinPath(e,...n){if(!e.path)throw new Error("[UriError]: cannot call joinPath on URI without path");let t;return t=ce&&"file"===e.scheme?En.file(pn.join(In(e,!0),...n)).path:mn.join(e.path,...n),e.with({path:t})}toString(e=!1){return Nn(this,e)}toJSON(){return this}static revive(e){if(e){if(e instanceof En)return e;{const n=new Tn(e);return n._formatted=e.external??null,n._fsPath=e._sep===Sn?e.fsPath??null:null,n}}return e}}const Sn=ce?1:void 0;class Tn extends En{constructor(){super(...arguments),this._formatted=null,this._fsPath=null}get fsPath(){return this._fsPath||(this._fsPath=In(this,!1)),this._fsPath}toString(e=!1){return e?Nn(this,!0):(this._formatted||(this._formatted=Nn(this,!1)),this._formatted)}toJSON(){const e={$mid:1};return this._fsPath&&(e.fsPath=this._fsPath,e._sep=Sn),this._formatted&&(e.external=this._formatted),this.path&&(e.path=this.path),this.scheme&&(e.scheme=this.scheme),this.authority&&(e.authority=this.authority),this.query&&(e.query=this.query),this.fragment&&(e.fragment=this.fragment),e}}const xn={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function An(e,n,t){let r,o=-1;for(let i=0;i=97&&a<=122||a>=65&&a<=90||a>=48&&a<=57||45===a||46===a||95===a||126===a||n&&47===a||t&&91===a||t&&93===a||t&&58===a)-1!==o&&(r+=encodeURIComponent(e.substring(o,i)),o=-1),void 0!==r&&(r+=e.charAt(i));else{void 0===r&&(r=e.substr(0,i));const n=xn[a];void 0!==n?(-1!==o&&(r+=encodeURIComponent(e.substring(o,i)),o=-1),r+=n):-1===o&&(o=i)}}return-1!==o&&(r+=encodeURIComponent(e.substring(o))),void 0!==r?r:e}function Rn(e){let n;for(let t=0;t1&&"file"===e.scheme?`//${e.authority}${e.path}`:47===e.path.charCodeAt(0)&&(e.path.charCodeAt(1)>=65&&e.path.charCodeAt(1)<=90||e.path.charCodeAt(1)>=97&&e.path.charCodeAt(1)<=122)&&58===e.path.charCodeAt(2)?n?e.path.substr(1):e.path[1].toLowerCase()+e.path.substr(2):e.path,ce&&(t=t.replace(/\//g,"\\")),t}function Nn(e,n){const t=n?Rn:An;let r="",{scheme:o,authority:i,path:a,query:s,fragment:l}=e;if(o&&(r+=o,r+=":"),(i||"file"===o)&&(r+=vn,r+=vn),i){let e=i.indexOf("@");if(-1!==e){const n=i.substr(0,e);i=i.substr(e+1),e=n.lastIndexOf(":"),-1===e?r+=t(n,!1,!1):(r+=t(n.substr(0,e),!1,!1),r+=":",r+=t(n.substr(e+1),!1,!0)),r+="@"}i=i.toLowerCase(),e=i.lastIndexOf(":"),-1===e?r+=t(i,!1,!0):(r+=t(i.substr(0,e),!1,!0),r+=i.substr(e))}if(a){if(a.length>=3&&47===a.charCodeAt(0)&&58===a.charCodeAt(2)){const e=a.charCodeAt(1);e>=65&&e<=90&&(a=`/${String.fromCharCode(e+32)}:${a.substr(3)}`)}else if(a.length>=2&&58===a.charCodeAt(1)){const e=a.charCodeAt(0);e>=65&&e<=90&&(a=`${String.fromCharCode(e+32)}:${a.substr(2)}`)}r+=t(a,!0,!1)}return s&&(r+="?",r+=t(s,!1,!1)),l&&(r+="#",r+=n?l:An(l,!1,!1)),r}function Dn(e){try{return decodeURIComponent(e)}catch{return e.length>3?e.substr(0,3)+Dn(e.substr(3)):e}}const Cn=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function Mn(e){return e.match(Cn)?e.replace(Cn,(e=>Dn(e))):e}class Pn{constructor(e,n){this.lineNumber=e,this.column=n}with(e=this.lineNumber,n=this.column){return e===this.lineNumber&&n===this.column?this:new Pn(e,n)}delta(e=0,n=0){return this.with(this.lineNumber+e,this.column+n)}equals(e){return Pn.equals(this,e)}static equals(e,n){return!e&&!n||!!e&&!!n&&e.lineNumber===n.lineNumber&&e.column===n.column}isBefore(e){return Pn.isBefore(this,e)}static isBefore(e,n){return e.lineNumbert||e===t&&n>r?(this.startLineNumber=t,this.startColumn=r,this.endLineNumber=e,this.endColumn=n):(this.startLineNumber=e,this.startColumn=n,this.endLineNumber=t,this.endColumn=r)}isEmpty(){return Ln.isEmpty(this)}static isEmpty(e){return e.startLineNumber===e.endLineNumber&&e.startColumn===e.endColumn}containsPosition(e){return Ln.containsPosition(this,e)}static containsPosition(e,n){return!(n.lineNumbere.endLineNumber)&&(!(n.lineNumber===e.startLineNumber&&n.columne.endColumn))}static strictContainsPosition(e,n){return!(n.lineNumbere.endLineNumber)&&(!(n.lineNumber===e.startLineNumber&&n.column<=e.startColumn)&&!(n.lineNumber===e.endLineNumber&&n.column>=e.endColumn))}containsRange(e){return Ln.containsRange(this,e)}static containsRange(e,n){return!(n.startLineNumbere.endLineNumber||n.endLineNumber>e.endLineNumber)&&(!(n.startLineNumber===e.startLineNumber&&n.startColumne.endColumn)))}strictContainsRange(e){return Ln.strictContainsRange(this,e)}static strictContainsRange(e,n){return!(n.startLineNumbere.endLineNumber||n.endLineNumber>e.endLineNumber)&&(!(n.startLineNumber===e.startLineNumber&&n.startColumn<=e.startColumn)&&!(n.endLineNumber===e.endLineNumber&&n.endColumn>=e.endColumn)))}plusRange(e){return Ln.plusRange(this,e)}static plusRange(e,n){let t,r,o,i;return n.startLineNumbere.endLineNumber?(o=n.endLineNumber,i=n.endColumn):n.endLineNumber===e.endLineNumber?(o=n.endLineNumber,i=Math.max(n.endColumn,e.endColumn)):(o=e.endLineNumber,i=e.endColumn),new Ln(t,r,o,i)}intersectRanges(e){return Ln.intersectRanges(this,e)}static intersectRanges(e,n){let t=e.startLineNumber,r=e.startColumn,o=e.endLineNumber,i=e.endColumn;const a=n.startLineNumber,s=n.startColumn,l=n.endLineNumber,c=n.endColumn;return tl?(o=l,i=c):o===l&&(i=Math.min(i,c)),t>o||t===o&&r>i?null:new Ln(t,r,o,i)}equalsRange(e){return Ln.equalsRange(this,e)}static equalsRange(e,n){return!e&&!n||!!e&&!!n&&e.startLineNumber===n.startLineNumber&&e.startColumn===n.startColumn&&e.endLineNumber===n.endLineNumber&&e.endColumn===n.endColumn}getEndPosition(){return Ln.getEndPosition(this)}static getEndPosition(e){return new Pn(e.endLineNumber,e.endColumn)}getStartPosition(){return Ln.getStartPosition(this)}static getStartPosition(e){return new Pn(e.startLineNumber,e.startColumn)}toString(){return"["+this.startLineNumber+","+this.startColumn+" -> "+this.endLineNumber+","+this.endColumn+"]"}setEndPosition(e,n){return new Ln(this.startLineNumber,this.startColumn,e,n)}setStartPosition(e,n){return new Ln(e,n,this.endLineNumber,this.endColumn)}collapseToStart(){return Ln.collapseToStart(this)}static collapseToStart(e){return new Ln(e.startLineNumber,e.startColumn,e.startLineNumber,e.startColumn)}collapseToEnd(){return Ln.collapseToEnd(this)}static collapseToEnd(e){return new Ln(e.endLineNumber,e.endColumn,e.endLineNumber,e.endColumn)}delta(e){return new Ln(this.startLineNumber+e,this.startColumn,this.endLineNumber+e,this.endColumn)}static fromPositions(e,n=e){return new Ln(e.lineNumber,e.column,n.lineNumber,n.column)}static lift(e){return e?new Ln(e.startLineNumber,e.startColumn,e.endLineNumber,e.endColumn):null}static isIRange(e){return e&&"number"==typeof e.startLineNumber&&"number"==typeof e.startColumn&&"number"==typeof e.endLineNumber&&"number"==typeof e.endColumn}static areIntersectingOrTouching(e,n){return!(e.endLineNumbere.startLineNumber}toJSON(){return this}}var kn;function wn(e,n){return(t,r)=>n(e(t),e(r))}!function(e){e.isLessThan=function(e){return e<0},e.isLessThanOrEqual=function(e){return e<=0},e.isGreaterThan=function(e){return e>0},e.isNeitherLessOrGreaterThan=function(e){return 0===e},e.greaterThan=1,e.lessThan=-1,e.neitherLessOrGreaterThan=0}(kn||(kn={}));const On=(e,n)=>e-n;class Fn{static{this.empty=new Fn((e=>{}))}constructor(e){this.iterate=e}toArray(){const e=[];return this.iterate((n=>(e.push(n),!0))),e}filter(e){return new Fn((n=>this.iterate((t=>!e(t)||n(t)))))}map(e){return new Fn((n=>this.iterate((t=>n(e(t))))))}findLast(e){let n;return this.iterate((t=>(e(t)&&(n=t),!0))),n}findLastMaxBy(e){let n,t=!0;return this.iterate((r=>((t||kn.isGreaterThan(e(r,n)))&&(t=!1,n=r),!0))),n}}function Wn(e){return e<0?0:e>255?255:0|e}function zn(e){return e<0?0:e>4294967295?4294967295:0|e}class Gn{constructor(e){this.values=e,this.prefixSum=new Uint32Array(e.length),this.prefixSumValidIndex=new Int32Array(1),this.prefixSumValidIndex[0]=-1}insertValues(e,n){e=zn(e);const t=this.values,r=this.prefixSum,o=n.length;return 0!==o&&(this.values=new Uint32Array(t.length+o),this.values.set(t.subarray(0,e),0),this.values.set(t.subarray(e),e+o),this.values.set(n,e),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}setValue(e,n){return e=zn(e),n=zn(n),this.values[e]!==n&&(this.values[e]=n,e-1=t.length)return!1;const o=t.length-e;return n>=o&&(n=o),0!==n&&(this.values=new Uint32Array(t.length-n),this.values.set(t.subarray(0,e),0),this.values.set(t.subarray(e+n),e),this.prefixSum=new Uint32Array(this.values.length),e-1=0&&this.prefixSum.set(r.subarray(0,this.prefixSumValidIndex[0]+1)),!0)}getTotalSum(){return 0===this.values.length?0:this._getPrefixSum(this.values.length-1)}getPrefixSum(e){return e<0?0:(e=zn(e),this._getPrefixSum(e))}_getPrefixSum(e){if(e<=this.prefixSumValidIndex[0])return this.prefixSum[e];let n=this.prefixSumValidIndex[0]+1;0===n&&(this.prefixSum[0]=this.values[0],n++),e>=this.values.length&&(e=this.values.length-1);for(let t=n;t<=e;t++)this.prefixSum[t]=this.prefixSum[t-1]+this.values[t];return this.prefixSumValidIndex[0]=Math.max(this.prefixSumValidIndex[0],e),this.prefixSum[e]}getIndexOf(e){e=Math.floor(e),this.getTotalSum();let n=0,t=this.values.length-1,r=0,o=0,i=0;for(;n<=t;)if(r=n+(t-n)/2|0,o=this.prefixSum[r],i=o-this.values[r],e=o))break;n=r+1}return new Bn(r,e-i)}}class Bn{constructor(e,n){this.index=e,this.remainder=n,this._prefixSumIndexOfResultBrand=void 0,this.index=e,this.remainder=n}}class jn{constructor(e,n,t,r){this._uri=e,this._lines=n,this._eol=t,this._versionId=r,this._lineStarts=null,this._cachedTextValue=null}dispose(){this._lines.length=0}get version(){return this._versionId}getText(){return null===this._cachedTextValue&&(this._cachedTextValue=this._lines.join(this._eol)),this._cachedTextValue}onEvents(e){e.eol&&e.eol!==this._eol&&(this._eol=e.eol,this._lineStarts=null);const n=e.changes;for(const e of n)this._acceptDeleteRange(e.range),this._acceptInsertText(new Pn(e.range.startLineNumber,e.range.startColumn),e.text);this._versionId=e.versionId,this._cachedTextValue=null}_ensureLineStarts(){if(!this._lineStarts){const e=this._eol.length,n=this._lines.length,t=new Uint32Array(n);for(let r=0;r/?")e.indexOf(t)>=0||(n+="\\"+t);return n+="\\s]+)",new RegExp(n,"g")}();function Un(e){let n=Vn;if(e&&e instanceof RegExp)if(e.global)n=e;else{let t="g";e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.unicode&&(t+="u"),n=new RegExp(e.source,t)}return n.lastIndex=0,n}const Hn=new T;function Kn(e,n,t,r,o){if(n=Un(n),o||(o=p.first(Hn)),t.length>o.maxLen){let i=e-o.maxLen/2;return i<0?i=0:r+=i,Kn(e,n,t=t.substring(i,e+o.maxLen/2),r,o)}const i=Date.now(),a=e-1-r;let s=-1,l=null;for(let e=1;!(Date.now()-i>=o.timeBudget);e++){const r=a-o.windowSize*e;n.lastIndex=Math.max(0,r);const i=qn(n,t,a,s);if(!i&&l)break;if(l=i,r<=0)break;s=r}if(l){const e={word:l[0],startColumn:r+1+l.index,endColumn:r+1+l.index+l[0].length};return n.lastIndex=0,e}return null}function qn(e,n,t,r){let o;for(;o=e.exec(n);){const n=o.index||0;if(n<=t&&e.lastIndex>=t)return o;if(r>0&&n>r)return null}return null}Hn.unshift({maxLen:1e3,windowSize:15,timeBudget:150});class Jn{constructor(e){const n=Wn(e);this._defaultValue=n,this._asciiMap=Jn._createAsciiMap(n),this._map=new Map}static _createAsciiMap(e){const n=new Uint8Array(256);return n.fill(e),n}set(e,n){const t=Wn(n);e>=0&&e<256?this._asciiMap[e]=t:this._map.set(e,t)}get(e){return e>=0&&e<256?this._asciiMap[e]:this._map.get(e)||this._defaultValue}clear(){this._asciiMap.fill(this._defaultValue),this._map.clear()}}class Xn{constructor(e,n,t){const r=new Uint8Array(e*n);for(let o=0,i=e*n;on&&(n=i),o>t&&(t=o),a>t&&(t=a)}n++,t++;const r=new Xn(t,n,0);for(let n=0,t=e.length;n=this._maxCharCode?0:this._states.get(e,n)}}let $n=null;let Qn=null;class Zn{static _createLink(e,n,t,r,o){let i=o-1;do{const t=n.charCodeAt(i);if(2!==e.get(t))break;i--}while(i>r);if(r>0){const e=n.charCodeAt(r-1),t=n.charCodeAt(i);(40===e&&41===t||91===e&&93===t||123===e&&125===t)&&i--}return{range:{startLineNumber:t,startColumn:r+1,endLineNumber:t,endColumn:i+2},url:n.substring(r,i+1)}}static computeLinks(e,n=function(){return null===$n&&($n=new Yn([[1,104,2],[1,72,2],[1,102,6],[1,70,6],[2,116,3],[2,84,3],[3,116,4],[3,84,4],[4,112,5],[4,80,5],[5,115,9],[5,83,9],[5,58,10],[6,105,7],[6,73,7],[7,108,8],[7,76,8],[8,101,9],[8,69,9],[9,58,10],[10,47,11],[11,47,12]])),$n}()){const t=function(){if(null===Qn){Qn=new Jn(0);const e=" \t<>'\"、。。、,.:;‘〈「『〔([{「」}])〕』」〉’`~…";for(let n=0;n=0?(r+=t?1:-1,r<0?r=e.length-1:r%=e.length,e[r]):null}}const nt=Object.freeze((function(e,n){const t=setTimeout(e.bind(n),0);return{dispose(){clearTimeout(t)}}}));var tt;!function(e){e.isCancellationToken=function(n){return n===e.None||n===e.Cancelled||(n instanceof rt||!(!n||"object"!=typeof n)&&("boolean"==typeof n.isCancellationRequested&&"function"==typeof n.onCancellationRequested))},e.None=Object.freeze({isCancellationRequested:!1,onCancellationRequested:R.None}),e.Cancelled=Object.freeze({isCancellationRequested:!0,onCancellationRequested:nt})}(tt||(tt={}));class rt{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this._emitter.fire(void 0),this.dispose()))}get isCancellationRequested(){return this._isCancelled}get onCancellationRequested(){return this._isCancelled?nt:(this._emitter||(this._emitter=new k),this._emitter.event)}dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)}}class ot{constructor(e){this._token=void 0,this._parentListener=void 0,this._parentListener=e&&e.onCancellationRequested(this.cancel,this)}get token(){return this._token||(this._token=new rt),this._token}cancel(){this._token?this._token instanceof rt&&this._token.cancel():this._token=tt.Cancelled}dispose(e=!1){e&&this.cancel(),this._parentListener?.dispose(),this._token?this._token instanceof rt&&this._token.dispose():this._token=tt.None}}class it{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(null)}define(e,n){this._keyCodeToStr[e]=n,this._strToKeyCode[n.toLowerCase()]=e}keyCodeToStr(e){return this._keyCodeToStr[e]}strToKeyCode(e){return this._strToKeyCode[e.toLowerCase()]||0}}const at=new it,st=new it,lt=new it,ct=new Array(230),dt={},ut=[],pt=Object.create(null),ft=Object.create(null),mt=[],_t=[];for(let e=0;e<=193;e++)mt[e]=-1;for(let e=0;e<=132;e++)_t[e]=-1;var ht;!function(){const e="",n=[[1,0,"None",0,"unknown",0,"VK_UNKNOWN",e,e],[1,1,"Hyper",0,e,0,e,e,e],[1,2,"Super",0,e,0,e,e,e],[1,3,"Fn",0,e,0,e,e,e],[1,4,"FnLock",0,e,0,e,e,e],[1,5,"Suspend",0,e,0,e,e,e],[1,6,"Resume",0,e,0,e,e,e],[1,7,"Turbo",0,e,0,e,e,e],[1,8,"Sleep",0,e,0,"VK_SLEEP",e,e],[1,9,"WakeUp",0,e,0,e,e,e],[0,10,"KeyA",31,"A",65,"VK_A",e,e],[0,11,"KeyB",32,"B",66,"VK_B",e,e],[0,12,"KeyC",33,"C",67,"VK_C",e,e],[0,13,"KeyD",34,"D",68,"VK_D",e,e],[0,14,"KeyE",35,"E",69,"VK_E",e,e],[0,15,"KeyF",36,"F",70,"VK_F",e,e],[0,16,"KeyG",37,"G",71,"VK_G",e,e],[0,17,"KeyH",38,"H",72,"VK_H",e,e],[0,18,"KeyI",39,"I",73,"VK_I",e,e],[0,19,"KeyJ",40,"J",74,"VK_J",e,e],[0,20,"KeyK",41,"K",75,"VK_K",e,e],[0,21,"KeyL",42,"L",76,"VK_L",e,e],[0,22,"KeyM",43,"M",77,"VK_M",e,e],[0,23,"KeyN",44,"N",78,"VK_N",e,e],[0,24,"KeyO",45,"O",79,"VK_O",e,e],[0,25,"KeyP",46,"P",80,"VK_P",e,e],[0,26,"KeyQ",47,"Q",81,"VK_Q",e,e],[0,27,"KeyR",48,"R",82,"VK_R",e,e],[0,28,"KeyS",49,"S",83,"VK_S",e,e],[0,29,"KeyT",50,"T",84,"VK_T",e,e],[0,30,"KeyU",51,"U",85,"VK_U",e,e],[0,31,"KeyV",52,"V",86,"VK_V",e,e],[0,32,"KeyW",53,"W",87,"VK_W",e,e],[0,33,"KeyX",54,"X",88,"VK_X",e,e],[0,34,"KeyY",55,"Y",89,"VK_Y",e,e],[0,35,"KeyZ",56,"Z",90,"VK_Z",e,e],[0,36,"Digit1",22,"1",49,"VK_1",e,e],[0,37,"Digit2",23,"2",50,"VK_2",e,e],[0,38,"Digit3",24,"3",51,"VK_3",e,e],[0,39,"Digit4",25,"4",52,"VK_4",e,e],[0,40,"Digit5",26,"5",53,"VK_5",e,e],[0,41,"Digit6",27,"6",54,"VK_6",e,e],[0,42,"Digit7",28,"7",55,"VK_7",e,e],[0,43,"Digit8",29,"8",56,"VK_8",e,e],[0,44,"Digit9",30,"9",57,"VK_9",e,e],[0,45,"Digit0",21,"0",48,"VK_0",e,e],[1,46,"Enter",3,"Enter",13,"VK_RETURN",e,e],[1,47,"Escape",9,"Escape",27,"VK_ESCAPE",e,e],[1,48,"Backspace",1,"Backspace",8,"VK_BACK",e,e],[1,49,"Tab",2,"Tab",9,"VK_TAB",e,e],[1,50,"Space",10,"Space",32,"VK_SPACE",e,e],[0,51,"Minus",88,"-",189,"VK_OEM_MINUS","-","OEM_MINUS"],[0,52,"Equal",86,"=",187,"VK_OEM_PLUS","=","OEM_PLUS"],[0,53,"BracketLeft",92,"[",219,"VK_OEM_4","[","OEM_4"],[0,54,"BracketRight",94,"]",221,"VK_OEM_6","]","OEM_6"],[0,55,"Backslash",93,"\\",220,"VK_OEM_5","\\","OEM_5"],[0,56,"IntlHash",0,e,0,e,e,e],[0,57,"Semicolon",85,";",186,"VK_OEM_1",";","OEM_1"],[0,58,"Quote",95,"'",222,"VK_OEM_7","'","OEM_7"],[0,59,"Backquote",91,"`",192,"VK_OEM_3","`","OEM_3"],[0,60,"Comma",87,",",188,"VK_OEM_COMMA",",","OEM_COMMA"],[0,61,"Period",89,".",190,"VK_OEM_PERIOD",".","OEM_PERIOD"],[0,62,"Slash",90,"/",191,"VK_OEM_2","/","OEM_2"],[1,63,"CapsLock",8,"CapsLock",20,"VK_CAPITAL",e,e],[1,64,"F1",59,"F1",112,"VK_F1",e,e],[1,65,"F2",60,"F2",113,"VK_F2",e,e],[1,66,"F3",61,"F3",114,"VK_F3",e,e],[1,67,"F4",62,"F4",115,"VK_F4",e,e],[1,68,"F5",63,"F5",116,"VK_F5",e,e],[1,69,"F6",64,"F6",117,"VK_F6",e,e],[1,70,"F7",65,"F7",118,"VK_F7",e,e],[1,71,"F8",66,"F8",119,"VK_F8",e,e],[1,72,"F9",67,"F9",120,"VK_F9",e,e],[1,73,"F10",68,"F10",121,"VK_F10",e,e],[1,74,"F11",69,"F11",122,"VK_F11",e,e],[1,75,"F12",70,"F12",123,"VK_F12",e,e],[1,76,"PrintScreen",0,e,0,e,e,e],[1,77,"ScrollLock",84,"ScrollLock",145,"VK_SCROLL",e,e],[1,78,"Pause",7,"PauseBreak",19,"VK_PAUSE",e,e],[1,79,"Insert",19,"Insert",45,"VK_INSERT",e,e],[1,80,"Home",14,"Home",36,"VK_HOME",e,e],[1,81,"PageUp",11,"PageUp",33,"VK_PRIOR",e,e],[1,82,"Delete",20,"Delete",46,"VK_DELETE",e,e],[1,83,"End",13,"End",35,"VK_END",e,e],[1,84,"PageDown",12,"PageDown",34,"VK_NEXT",e,e],[1,85,"ArrowRight",17,"RightArrow",39,"VK_RIGHT","Right",e],[1,86,"ArrowLeft",15,"LeftArrow",37,"VK_LEFT","Left",e],[1,87,"ArrowDown",18,"DownArrow",40,"VK_DOWN","Down",e],[1,88,"ArrowUp",16,"UpArrow",38,"VK_UP","Up",e],[1,89,"NumLock",83,"NumLock",144,"VK_NUMLOCK",e,e],[1,90,"NumpadDivide",113,"NumPad_Divide",111,"VK_DIVIDE",e,e],[1,91,"NumpadMultiply",108,"NumPad_Multiply",106,"VK_MULTIPLY",e,e],[1,92,"NumpadSubtract",111,"NumPad_Subtract",109,"VK_SUBTRACT",e,e],[1,93,"NumpadAdd",109,"NumPad_Add",107,"VK_ADD",e,e],[1,94,"NumpadEnter",3,e,0,e,e,e],[1,95,"Numpad1",99,"NumPad1",97,"VK_NUMPAD1",e,e],[1,96,"Numpad2",100,"NumPad2",98,"VK_NUMPAD2",e,e],[1,97,"Numpad3",101,"NumPad3",99,"VK_NUMPAD3",e,e],[1,98,"Numpad4",102,"NumPad4",100,"VK_NUMPAD4",e,e],[1,99,"Numpad5",103,"NumPad5",101,"VK_NUMPAD5",e,e],[1,100,"Numpad6",104,"NumPad6",102,"VK_NUMPAD6",e,e],[1,101,"Numpad7",105,"NumPad7",103,"VK_NUMPAD7",e,e],[1,102,"Numpad8",106,"NumPad8",104,"VK_NUMPAD8",e,e],[1,103,"Numpad9",107,"NumPad9",105,"VK_NUMPAD9",e,e],[1,104,"Numpad0",98,"NumPad0",96,"VK_NUMPAD0",e,e],[1,105,"NumpadDecimal",112,"NumPad_Decimal",110,"VK_DECIMAL",e,e],[0,106,"IntlBackslash",97,"OEM_102",226,"VK_OEM_102",e,e],[1,107,"ContextMenu",58,"ContextMenu",93,e,e,e],[1,108,"Power",0,e,0,e,e,e],[1,109,"NumpadEqual",0,e,0,e,e,e],[1,110,"F13",71,"F13",124,"VK_F13",e,e],[1,111,"F14",72,"F14",125,"VK_F14",e,e],[1,112,"F15",73,"F15",126,"VK_F15",e,e],[1,113,"F16",74,"F16",127,"VK_F16",e,e],[1,114,"F17",75,"F17",128,"VK_F17",e,e],[1,115,"F18",76,"F18",129,"VK_F18",e,e],[1,116,"F19",77,"F19",130,"VK_F19",e,e],[1,117,"F20",78,"F20",131,"VK_F20",e,e],[1,118,"F21",79,"F21",132,"VK_F21",e,e],[1,119,"F22",80,"F22",133,"VK_F22",e,e],[1,120,"F23",81,"F23",134,"VK_F23",e,e],[1,121,"F24",82,"F24",135,"VK_F24",e,e],[1,122,"Open",0,e,0,e,e,e],[1,123,"Help",0,e,0,e,e,e],[1,124,"Select",0,e,0,e,e,e],[1,125,"Again",0,e,0,e,e,e],[1,126,"Undo",0,e,0,e,e,e],[1,127,"Cut",0,e,0,e,e,e],[1,128,"Copy",0,e,0,e,e,e],[1,129,"Paste",0,e,0,e,e,e],[1,130,"Find",0,e,0,e,e,e],[1,131,"AudioVolumeMute",117,"AudioVolumeMute",173,"VK_VOLUME_MUTE",e,e],[1,132,"AudioVolumeUp",118,"AudioVolumeUp",175,"VK_VOLUME_UP",e,e],[1,133,"AudioVolumeDown",119,"AudioVolumeDown",174,"VK_VOLUME_DOWN",e,e],[1,134,"NumpadComma",110,"NumPad_Separator",108,"VK_SEPARATOR",e,e],[0,135,"IntlRo",115,"ABNT_C1",193,"VK_ABNT_C1",e,e],[1,136,"KanaMode",0,e,0,e,e,e],[0,137,"IntlYen",0,e,0,e,e,e],[1,138,"Convert",0,e,0,e,e,e],[1,139,"NonConvert",0,e,0,e,e,e],[1,140,"Lang1",0,e,0,e,e,e],[1,141,"Lang2",0,e,0,e,e,e],[1,142,"Lang3",0,e,0,e,e,e],[1,143,"Lang4",0,e,0,e,e,e],[1,144,"Lang5",0,e,0,e,e,e],[1,145,"Abort",0,e,0,e,e,e],[1,146,"Props",0,e,0,e,e,e],[1,147,"NumpadParenLeft",0,e,0,e,e,e],[1,148,"NumpadParenRight",0,e,0,e,e,e],[1,149,"NumpadBackspace",0,e,0,e,e,e],[1,150,"NumpadMemoryStore",0,e,0,e,e,e],[1,151,"NumpadMemoryRecall",0,e,0,e,e,e],[1,152,"NumpadMemoryClear",0,e,0,e,e,e],[1,153,"NumpadMemoryAdd",0,e,0,e,e,e],[1,154,"NumpadMemorySubtract",0,e,0,e,e,e],[1,155,"NumpadClear",131,"Clear",12,"VK_CLEAR",e,e],[1,156,"NumpadClearEntry",0,e,0,e,e,e],[1,0,e,5,"Ctrl",17,"VK_CONTROL",e,e],[1,0,e,4,"Shift",16,"VK_SHIFT",e,e],[1,0,e,6,"Alt",18,"VK_MENU",e,e],[1,0,e,57,"Meta",91,"VK_COMMAND",e,e],[1,157,"ControlLeft",5,e,0,"VK_LCONTROL",e,e],[1,158,"ShiftLeft",4,e,0,"VK_LSHIFT",e,e],[1,159,"AltLeft",6,e,0,"VK_LMENU",e,e],[1,160,"MetaLeft",57,e,0,"VK_LWIN",e,e],[1,161,"ControlRight",5,e,0,"VK_RCONTROL",e,e],[1,162,"ShiftRight",4,e,0,"VK_RSHIFT",e,e],[1,163,"AltRight",6,e,0,"VK_RMENU",e,e],[1,164,"MetaRight",57,e,0,"VK_RWIN",e,e],[1,165,"BrightnessUp",0,e,0,e,e,e],[1,166,"BrightnessDown",0,e,0,e,e,e],[1,167,"MediaPlay",0,e,0,e,e,e],[1,168,"MediaRecord",0,e,0,e,e,e],[1,169,"MediaFastForward",0,e,0,e,e,e],[1,170,"MediaRewind",0,e,0,e,e,e],[1,171,"MediaTrackNext",124,"MediaTrackNext",176,"VK_MEDIA_NEXT_TRACK",e,e],[1,172,"MediaTrackPrevious",125,"MediaTrackPrevious",177,"VK_MEDIA_PREV_TRACK",e,e],[1,173,"MediaStop",126,"MediaStop",178,"VK_MEDIA_STOP",e,e],[1,174,"Eject",0,e,0,e,e,e],[1,175,"MediaPlayPause",127,"MediaPlayPause",179,"VK_MEDIA_PLAY_PAUSE",e,e],[1,176,"MediaSelect",128,"LaunchMediaPlayer",181,"VK_MEDIA_LAUNCH_MEDIA_SELECT",e,e],[1,177,"LaunchMail",129,"LaunchMail",180,"VK_MEDIA_LAUNCH_MAIL",e,e],[1,178,"LaunchApp2",130,"LaunchApp2",183,"VK_MEDIA_LAUNCH_APP2",e,e],[1,179,"LaunchApp1",0,e,0,"VK_MEDIA_LAUNCH_APP1",e,e],[1,180,"SelectTask",0,e,0,e,e,e],[1,181,"LaunchScreenSaver",0,e,0,e,e,e],[1,182,"BrowserSearch",120,"BrowserSearch",170,"VK_BROWSER_SEARCH",e,e],[1,183,"BrowserHome",121,"BrowserHome",172,"VK_BROWSER_HOME",e,e],[1,184,"BrowserBack",122,"BrowserBack",166,"VK_BROWSER_BACK",e,e],[1,185,"BrowserForward",123,"BrowserForward",167,"VK_BROWSER_FORWARD",e,e],[1,186,"BrowserStop",0,e,0,"VK_BROWSER_STOP",e,e],[1,187,"BrowserRefresh",0,e,0,"VK_BROWSER_REFRESH",e,e],[1,188,"BrowserFavorites",0,e,0,"VK_BROWSER_FAVORITES",e,e],[1,189,"ZoomToggle",0,e,0,e,e,e],[1,190,"MailReply",0,e,0,e,e,e],[1,191,"MailForward",0,e,0,e,e,e],[1,192,"MailSend",0,e,0,e,e,e],[1,0,e,114,"KeyInComposition",229,e,e,e],[1,0,e,116,"ABNT_C2",194,"VK_ABNT_C2",e,e],[1,0,e,96,"OEM_8",223,"VK_OEM_8",e,e],[1,0,e,0,e,0,"VK_KANA",e,e],[1,0,e,0,e,0,"VK_HANGUL",e,e],[1,0,e,0,e,0,"VK_JUNJA",e,e],[1,0,e,0,e,0,"VK_FINAL",e,e],[1,0,e,0,e,0,"VK_HANJA",e,e],[1,0,e,0,e,0,"VK_KANJI",e,e],[1,0,e,0,e,0,"VK_CONVERT",e,e],[1,0,e,0,e,0,"VK_NONCONVERT",e,e],[1,0,e,0,e,0,"VK_ACCEPT",e,e],[1,0,e,0,e,0,"VK_MODECHANGE",e,e],[1,0,e,0,e,0,"VK_SELECT",e,e],[1,0,e,0,e,0,"VK_PRINT",e,e],[1,0,e,0,e,0,"VK_EXECUTE",e,e],[1,0,e,0,e,0,"VK_SNAPSHOT",e,e],[1,0,e,0,e,0,"VK_HELP",e,e],[1,0,e,0,e,0,"VK_APPS",e,e],[1,0,e,0,e,0,"VK_PROCESSKEY",e,e],[1,0,e,0,e,0,"VK_PACKET",e,e],[1,0,e,0,e,0,"VK_DBE_SBCSCHAR",e,e],[1,0,e,0,e,0,"VK_DBE_DBCSCHAR",e,e],[1,0,e,0,e,0,"VK_ATTN",e,e],[1,0,e,0,e,0,"VK_CRSEL",e,e],[1,0,e,0,e,0,"VK_EXSEL",e,e],[1,0,e,0,e,0,"VK_EREOF",e,e],[1,0,e,0,e,0,"VK_PLAY",e,e],[1,0,e,0,e,0,"VK_ZOOM",e,e],[1,0,e,0,e,0,"VK_NONAME",e,e],[1,0,e,0,e,0,"VK_PA1",e,e],[1,0,e,0,e,0,"VK_OEM_CLEAR",e,e]],t=[],r=[];for(const e of n){const[n,o,i,a,s,l,c,d,u]=e;if(r[o]||(r[o]=!0,ut[o]=i,pt[i]=o,ft[i.toLowerCase()]=o,n&&(mt[o]=a,0!==a&&3!==a&&5!==a&&4!==a&&6!==a&&57!==a&&(_t[a]=o))),!t[a]){if(t[a]=!0,!s)throw new Error(`String representation missing for key code ${a} around scan code ${i}`);at.define(a,s),st.define(a,d||s),lt.define(a,u||d||s)}l&&(ct[l]=a),c&&(dt[c]=a)}_t[3]=46}(),function(e){e.toString=function(e){return at.keyCodeToStr(e)},e.fromString=function(e){return at.strToKeyCode(e)},e.toUserSettingsUS=function(e){return st.keyCodeToStr(e)},e.toUserSettingsGeneral=function(e){return lt.keyCodeToStr(e)},e.fromUserSettings=function(e){return st.strToKeyCode(e)||lt.strToKeyCode(e)},e.toElectronAccelerator=function(e){if(e>=98&&e<=113)return null;switch(e){case 16:return"Up";case 18:return"Down";case 15:return"Left";case 17:return"Right"}return at.keyCodeToStr(e)}}(ht||(ht={}));class gt extends Ln{constructor(e,n,t,r){super(e,n,t,r),this.selectionStartLineNumber=e,this.selectionStartColumn=n,this.positionLineNumber=t,this.positionColumn=r}toString(){return"["+this.selectionStartLineNumber+","+this.selectionStartColumn+" -> "+this.positionLineNumber+","+this.positionColumn+"]"}equalsSelection(e){return gt.selectionsEqual(this,e)}static selectionsEqual(e,n){return e.selectionStartLineNumber===n.selectionStartLineNumber&&e.selectionStartColumn===n.selectionStartColumn&&e.positionLineNumber===n.positionLineNumber&&e.positionColumn===n.positionColumn}getDirection(){return this.selectionStartLineNumber===this.startLineNumber&&this.selectionStartColumn===this.startColumn?0:1}setEndPosition(e,n){return 0===this.getDirection()?new gt(this.startLineNumber,this.startColumn,e,n):new gt(e,n,this.startLineNumber,this.startColumn)}getPosition(){return new Pn(this.positionLineNumber,this.positionColumn)}getSelectionStart(){return new Pn(this.selectionStartLineNumber,this.selectionStartColumn)}setStartPosition(e,n){return 0===this.getDirection()?new gt(e,n,this.endLineNumber,this.endColumn):new gt(this.endLineNumber,this.endColumn,e,n)}static fromPositions(e,n=e){return new gt(e.lineNumber,e.column,n.lineNumber,n.column)}static fromRange(e,n){return 0===n?new gt(e.startLineNumber,e.startColumn,e.endLineNumber,e.endColumn):new gt(e.endLineNumber,e.endColumn,e.startLineNumber,e.startColumn)}static liftSelection(e){return new gt(e.selectionStartLineNumber,e.selectionStartColumn,e.positionLineNumber,e.positionColumn)}static selectionsArrEqual(e,n){if(e&&!n||!e&&n)return!1;if(!e&&!n)return!0;if(e.length!==n.length)return!1;for(let t=0,r=e.length;t{this._tokenizationSupports.get(e)===n&&(this._tokenizationSupports.delete(e),this.handleChange([e]))}))}get(e){return this._tokenizationSupports.get(e)||null}registerFactory(e,n){this._factories.get(e)?.dispose();const t=new St(this,e,n);return this._factories.set(e,t),v((()=>{const n=this._factories.get(e);n&&n===t&&(this._factories.delete(e),n.dispose())}))}async getOrCreate(e){const n=this.get(e);if(n)return n;const t=this._factories.get(e);return!t||t.isResolved?null:(await t.resolve(),this.get(e))}isResolved(e){if(this.get(e))return!0;const n=this._factories.get(e);return!(n&&!n.isResolved)}setColorMap(e){this._colorMap=e,this._onDidChange.fire({changedLanguages:Array.from(this._tokenizationSupports.keys()),changedColorMap:!0})}getColorMap(){return this._colorMap}getDefaultBackground(){return this._colorMap&&this._colorMap.length>2?this._colorMap[2]:null}};var Ot,Ft,Wt,zt,Gt,Bt,jt,Vt,Ut,Ht,Kt,qt,Jt,Xt,Yt,$t,Qt,Zt,er,nr,tr,rr,or,ir,ar,sr,lr,cr,dr,ur,pr,fr,mr,_r,hr,gr,yr,vr,br,Er,Sr,Tr,xr,Ar,Rr,Ir,Nr,Dr;!function(e){e[e.Invoke=0]="Invoke",e[e.Automatic=1]="Automatic"}(Ot||(Ot={})),function(e){e[e.Unknown=0]="Unknown",e[e.Disabled=1]="Disabled",e[e.Enabled=2]="Enabled"}(Ft||(Ft={})),function(e){e[e.Invoke=1]="Invoke",e[e.Auto=2]="Auto"}(Wt||(Wt={})),function(e){e[e.None=0]="None",e[e.KeepWhitespace=1]="KeepWhitespace",e[e.InsertAsSnippet=4]="InsertAsSnippet"}(zt||(zt={})),function(e){e[e.Method=0]="Method",e[e.Function=1]="Function",e[e.Constructor=2]="Constructor",e[e.Field=3]="Field",e[e.Variable=4]="Variable",e[e.Class=5]="Class",e[e.Struct=6]="Struct",e[e.Interface=7]="Interface",e[e.Module=8]="Module",e[e.Property=9]="Property",e[e.Event=10]="Event",e[e.Operator=11]="Operator",e[e.Unit=12]="Unit",e[e.Value=13]="Value",e[e.Constant=14]="Constant",e[e.Enum=15]="Enum",e[e.EnumMember=16]="EnumMember",e[e.Keyword=17]="Keyword",e[e.Text=18]="Text",e[e.Color=19]="Color",e[e.File=20]="File",e[e.Reference=21]="Reference",e[e.Customcolor=22]="Customcolor",e[e.Folder=23]="Folder",e[e.TypeParameter=24]="TypeParameter",e[e.User=25]="User",e[e.Issue=26]="Issue",e[e.Snippet=27]="Snippet"}(Gt||(Gt={})),function(e){e[e.Deprecated=1]="Deprecated"}(Bt||(Bt={})),function(e){e[e.Invoke=0]="Invoke",e[e.TriggerCharacter=1]="TriggerCharacter",e[e.TriggerForIncompleteCompletions=2]="TriggerForIncompleteCompletions"}(jt||(jt={})),function(e){e[e.EXACT=0]="EXACT",e[e.ABOVE=1]="ABOVE",e[e.BELOW=2]="BELOW"}(Vt||(Vt={})),function(e){e[e.NotSet=0]="NotSet",e[e.ContentFlush=1]="ContentFlush",e[e.RecoverFromMarkers=2]="RecoverFromMarkers",e[e.Explicit=3]="Explicit",e[e.Paste=4]="Paste",e[e.Undo=5]="Undo",e[e.Redo=6]="Redo"}(Ut||(Ut={})),function(e){e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(Ht||(Ht={})),function(e){e[e.Text=0]="Text",e[e.Read=1]="Read",e[e.Write=2]="Write"}(Kt||(Kt={})),function(e){e[e.None=0]="None",e[e.Keep=1]="Keep",e[e.Brackets=2]="Brackets",e[e.Advanced=3]="Advanced",e[e.Full=4]="Full"}(qt||(qt={})),function(e){e[e.acceptSuggestionOnCommitCharacter=0]="acceptSuggestionOnCommitCharacter",e[e.acceptSuggestionOnEnter=1]="acceptSuggestionOnEnter",e[e.accessibilitySupport=2]="accessibilitySupport",e[e.accessibilityPageSize=3]="accessibilityPageSize",e[e.ariaLabel=4]="ariaLabel",e[e.ariaRequired=5]="ariaRequired",e[e.autoClosingBrackets=6]="autoClosingBrackets",e[e.autoClosingComments=7]="autoClosingComments",e[e.screenReaderAnnounceInlineSuggestion=8]="screenReaderAnnounceInlineSuggestion",e[e.autoClosingDelete=9]="autoClosingDelete",e[e.autoClosingOvertype=10]="autoClosingOvertype",e[e.autoClosingQuotes=11]="autoClosingQuotes",e[e.autoIndent=12]="autoIndent",e[e.automaticLayout=13]="automaticLayout",e[e.autoSurround=14]="autoSurround",e[e.bracketPairColorization=15]="bracketPairColorization",e[e.guides=16]="guides",e[e.codeLens=17]="codeLens",e[e.codeLensFontFamily=18]="codeLensFontFamily",e[e.codeLensFontSize=19]="codeLensFontSize",e[e.colorDecorators=20]="colorDecorators",e[e.colorDecoratorsLimit=21]="colorDecoratorsLimit",e[e.columnSelection=22]="columnSelection",e[e.comments=23]="comments",e[e.contextmenu=24]="contextmenu",e[e.copyWithSyntaxHighlighting=25]="copyWithSyntaxHighlighting",e[e.cursorBlinking=26]="cursorBlinking",e[e.cursorSmoothCaretAnimation=27]="cursorSmoothCaretAnimation",e[e.cursorStyle=28]="cursorStyle",e[e.cursorSurroundingLines=29]="cursorSurroundingLines",e[e.cursorSurroundingLinesStyle=30]="cursorSurroundingLinesStyle",e[e.cursorWidth=31]="cursorWidth",e[e.disableLayerHinting=32]="disableLayerHinting",e[e.disableMonospaceOptimizations=33]="disableMonospaceOptimizations",e[e.domReadOnly=34]="domReadOnly",e[e.dragAndDrop=35]="dragAndDrop",e[e.dropIntoEditor=36]="dropIntoEditor",e[e.emptySelectionClipboard=37]="emptySelectionClipboard",e[e.experimentalWhitespaceRendering=38]="experimentalWhitespaceRendering",e[e.extraEditorClassName=39]="extraEditorClassName",e[e.fastScrollSensitivity=40]="fastScrollSensitivity",e[e.find=41]="find",e[e.fixedOverflowWidgets=42]="fixedOverflowWidgets",e[e.folding=43]="folding",e[e.foldingStrategy=44]="foldingStrategy",e[e.foldingHighlight=45]="foldingHighlight",e[e.foldingImportsByDefault=46]="foldingImportsByDefault",e[e.foldingMaximumRegions=47]="foldingMaximumRegions",e[e.unfoldOnClickAfterEndOfLine=48]="unfoldOnClickAfterEndOfLine",e[e.fontFamily=49]="fontFamily",e[e.fontInfo=50]="fontInfo",e[e.fontLigatures=51]="fontLigatures",e[e.fontSize=52]="fontSize",e[e.fontWeight=53]="fontWeight",e[e.fontVariations=54]="fontVariations",e[e.formatOnPaste=55]="formatOnPaste",e[e.formatOnType=56]="formatOnType",e[e.glyphMargin=57]="glyphMargin",e[e.gotoLocation=58]="gotoLocation",e[e.hideCursorInOverviewRuler=59]="hideCursorInOverviewRuler",e[e.hover=60]="hover",e[e.inDiffEditor=61]="inDiffEditor",e[e.inlineSuggest=62]="inlineSuggest",e[e.inlineEdit=63]="inlineEdit",e[e.letterSpacing=64]="letterSpacing",e[e.lightbulb=65]="lightbulb",e[e.lineDecorationsWidth=66]="lineDecorationsWidth",e[e.lineHeight=67]="lineHeight",e[e.lineNumbers=68]="lineNumbers",e[e.lineNumbersMinChars=69]="lineNumbersMinChars",e[e.linkedEditing=70]="linkedEditing",e[e.links=71]="links",e[e.matchBrackets=72]="matchBrackets",e[e.minimap=73]="minimap",e[e.mouseStyle=74]="mouseStyle",e[e.mouseWheelScrollSensitivity=75]="mouseWheelScrollSensitivity",e[e.mouseWheelZoom=76]="mouseWheelZoom",e[e.multiCursorMergeOverlapping=77]="multiCursorMergeOverlapping",e[e.multiCursorModifier=78]="multiCursorModifier",e[e.multiCursorPaste=79]="multiCursorPaste",e[e.multiCursorLimit=80]="multiCursorLimit",e[e.occurrencesHighlight=81]="occurrencesHighlight",e[e.overviewRulerBorder=82]="overviewRulerBorder",e[e.overviewRulerLanes=83]="overviewRulerLanes",e[e.padding=84]="padding",e[e.pasteAs=85]="pasteAs",e[e.parameterHints=86]="parameterHints",e[e.peekWidgetDefaultFocus=87]="peekWidgetDefaultFocus",e[e.placeholder=88]="placeholder",e[e.definitionLinkOpensInPeek=89]="definitionLinkOpensInPeek",e[e.quickSuggestions=90]="quickSuggestions",e[e.quickSuggestionsDelay=91]="quickSuggestionsDelay",e[e.readOnly=92]="readOnly",e[e.readOnlyMessage=93]="readOnlyMessage",e[e.renameOnType=94]="renameOnType",e[e.renderControlCharacters=95]="renderControlCharacters",e[e.renderFinalNewline=96]="renderFinalNewline",e[e.renderLineHighlight=97]="renderLineHighlight",e[e.renderLineHighlightOnlyWhenFocus=98]="renderLineHighlightOnlyWhenFocus",e[e.renderValidationDecorations=99]="renderValidationDecorations",e[e.renderWhitespace=100]="renderWhitespace",e[e.revealHorizontalRightPadding=101]="revealHorizontalRightPadding",e[e.roundedSelection=102]="roundedSelection",e[e.rulers=103]="rulers",e[e.scrollbar=104]="scrollbar",e[e.scrollBeyondLastColumn=105]="scrollBeyondLastColumn",e[e.scrollBeyondLastLine=106]="scrollBeyondLastLine",e[e.scrollPredominantAxis=107]="scrollPredominantAxis",e[e.selectionClipboard=108]="selectionClipboard",e[e.selectionHighlight=109]="selectionHighlight",e[e.selectOnLineNumbers=110]="selectOnLineNumbers",e[e.showFoldingControls=111]="showFoldingControls",e[e.showUnused=112]="showUnused",e[e.snippetSuggestions=113]="snippetSuggestions",e[e.smartSelect=114]="smartSelect",e[e.smoothScrolling=115]="smoothScrolling",e[e.stickyScroll=116]="stickyScroll",e[e.stickyTabStops=117]="stickyTabStops",e[e.stopRenderingLineAfter=118]="stopRenderingLineAfter",e[e.suggest=119]="suggest",e[e.suggestFontSize=120]="suggestFontSize",e[e.suggestLineHeight=121]="suggestLineHeight",e[e.suggestOnTriggerCharacters=122]="suggestOnTriggerCharacters",e[e.suggestSelection=123]="suggestSelection",e[e.tabCompletion=124]="tabCompletion",e[e.tabIndex=125]="tabIndex",e[e.unicodeHighlighting=126]="unicodeHighlighting",e[e.unusualLineTerminators=127]="unusualLineTerminators",e[e.useShadowDOM=128]="useShadowDOM",e[e.useTabStops=129]="useTabStops",e[e.wordBreak=130]="wordBreak",e[e.wordSegmenterLocales=131]="wordSegmenterLocales",e[e.wordSeparators=132]="wordSeparators",e[e.wordWrap=133]="wordWrap",e[e.wordWrapBreakAfterCharacters=134]="wordWrapBreakAfterCharacters",e[e.wordWrapBreakBeforeCharacters=135]="wordWrapBreakBeforeCharacters",e[e.wordWrapColumn=136]="wordWrapColumn",e[e.wordWrapOverride1=137]="wordWrapOverride1",e[e.wordWrapOverride2=138]="wordWrapOverride2",e[e.wrappingIndent=139]="wrappingIndent",e[e.wrappingStrategy=140]="wrappingStrategy",e[e.showDeprecated=141]="showDeprecated",e[e.inlayHints=142]="inlayHints",e[e.editorClassName=143]="editorClassName",e[e.pixelRatio=144]="pixelRatio",e[e.tabFocusMode=145]="tabFocusMode",e[e.layoutInfo=146]="layoutInfo",e[e.wrappingInfo=147]="wrappingInfo",e[e.defaultColorDecorators=148]="defaultColorDecorators",e[e.colorDecoratorsActivatedOn=149]="colorDecoratorsActivatedOn",e[e.inlineCompletionsAccessibilityVerbose=150]="inlineCompletionsAccessibilityVerbose"}(Jt||(Jt={})),function(e){e[e.TextDefined=0]="TextDefined",e[e.LF=1]="LF",e[e.CRLF=2]="CRLF"}(Xt||(Xt={})),function(e){e[e.LF=0]="LF",e[e.CRLF=1]="CRLF"}(Yt||(Yt={})),function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=3]="Right"}($t||($t={})),function(e){e[e.Increase=0]="Increase",e[e.Decrease=1]="Decrease"}(Qt||(Qt={})),function(e){e[e.None=0]="None",e[e.Indent=1]="Indent",e[e.IndentOutdent=2]="IndentOutdent",e[e.Outdent=3]="Outdent"}(Zt||(Zt={})),function(e){e[e.Both=0]="Both",e[e.Right=1]="Right",e[e.Left=2]="Left",e[e.None=3]="None"}(er||(er={})),function(e){e[e.Type=1]="Type",e[e.Parameter=2]="Parameter"}(nr||(nr={})),function(e){e[e.Automatic=0]="Automatic",e[e.Explicit=1]="Explicit"}(tr||(tr={})),function(e){e[e.Invoke=0]="Invoke",e[e.Automatic=1]="Automatic"}(rr||(rr={})),function(e){e[e.DependsOnKbLayout=-1]="DependsOnKbLayout",e[e.Unknown=0]="Unknown",e[e.Backspace=1]="Backspace",e[e.Tab=2]="Tab",e[e.Enter=3]="Enter",e[e.Shift=4]="Shift",e[e.Ctrl=5]="Ctrl",e[e.Alt=6]="Alt",e[e.PauseBreak=7]="PauseBreak",e[e.CapsLock=8]="CapsLock",e[e.Escape=9]="Escape",e[e.Space=10]="Space",e[e.PageUp=11]="PageUp",e[e.PageDown=12]="PageDown",e[e.End=13]="End",e[e.Home=14]="Home",e[e.LeftArrow=15]="LeftArrow",e[e.UpArrow=16]="UpArrow",e[e.RightArrow=17]="RightArrow",e[e.DownArrow=18]="DownArrow",e[e.Insert=19]="Insert",e[e.Delete=20]="Delete",e[e.Digit0=21]="Digit0",e[e.Digit1=22]="Digit1",e[e.Digit2=23]="Digit2",e[e.Digit3=24]="Digit3",e[e.Digit4=25]="Digit4",e[e.Digit5=26]="Digit5",e[e.Digit6=27]="Digit6",e[e.Digit7=28]="Digit7",e[e.Digit8=29]="Digit8",e[e.Digit9=30]="Digit9",e[e.KeyA=31]="KeyA",e[e.KeyB=32]="KeyB",e[e.KeyC=33]="KeyC",e[e.KeyD=34]="KeyD",e[e.KeyE=35]="KeyE",e[e.KeyF=36]="KeyF",e[e.KeyG=37]="KeyG",e[e.KeyH=38]="KeyH",e[e.KeyI=39]="KeyI",e[e.KeyJ=40]="KeyJ",e[e.KeyK=41]="KeyK",e[e.KeyL=42]="KeyL",e[e.KeyM=43]="KeyM",e[e.KeyN=44]="KeyN",e[e.KeyO=45]="KeyO",e[e.KeyP=46]="KeyP",e[e.KeyQ=47]="KeyQ",e[e.KeyR=48]="KeyR",e[e.KeyS=49]="KeyS",e[e.KeyT=50]="KeyT",e[e.KeyU=51]="KeyU",e[e.KeyV=52]="KeyV",e[e.KeyW=53]="KeyW",e[e.KeyX=54]="KeyX",e[e.KeyY=55]="KeyY",e[e.KeyZ=56]="KeyZ",e[e.Meta=57]="Meta",e[e.ContextMenu=58]="ContextMenu",e[e.F1=59]="F1",e[e.F2=60]="F2",e[e.F3=61]="F3",e[e.F4=62]="F4",e[e.F5=63]="F5",e[e.F6=64]="F6",e[e.F7=65]="F7",e[e.F8=66]="F8",e[e.F9=67]="F9",e[e.F10=68]="F10",e[e.F11=69]="F11",e[e.F12=70]="F12",e[e.F13=71]="F13",e[e.F14=72]="F14",e[e.F15=73]="F15",e[e.F16=74]="F16",e[e.F17=75]="F17",e[e.F18=76]="F18",e[e.F19=77]="F19",e[e.F20=78]="F20",e[e.F21=79]="F21",e[e.F22=80]="F22",e[e.F23=81]="F23",e[e.F24=82]="F24",e[e.NumLock=83]="NumLock",e[e.ScrollLock=84]="ScrollLock",e[e.Semicolon=85]="Semicolon",e[e.Equal=86]="Equal",e[e.Comma=87]="Comma",e[e.Minus=88]="Minus",e[e.Period=89]="Period",e[e.Slash=90]="Slash",e[e.Backquote=91]="Backquote",e[e.BracketLeft=92]="BracketLeft",e[e.Backslash=93]="Backslash",e[e.BracketRight=94]="BracketRight",e[e.Quote=95]="Quote",e[e.OEM_8=96]="OEM_8",e[e.IntlBackslash=97]="IntlBackslash",e[e.Numpad0=98]="Numpad0",e[e.Numpad1=99]="Numpad1",e[e.Numpad2=100]="Numpad2",e[e.Numpad3=101]="Numpad3",e[e.Numpad4=102]="Numpad4",e[e.Numpad5=103]="Numpad5",e[e.Numpad6=104]="Numpad6",e[e.Numpad7=105]="Numpad7",e[e.Numpad8=106]="Numpad8",e[e.Numpad9=107]="Numpad9",e[e.NumpadMultiply=108]="NumpadMultiply",e[e.NumpadAdd=109]="NumpadAdd",e[e.NUMPAD_SEPARATOR=110]="NUMPAD_SEPARATOR",e[e.NumpadSubtract=111]="NumpadSubtract",e[e.NumpadDecimal=112]="NumpadDecimal",e[e.NumpadDivide=113]="NumpadDivide",e[e.KEY_IN_COMPOSITION=114]="KEY_IN_COMPOSITION",e[e.ABNT_C1=115]="ABNT_C1",e[e.ABNT_C2=116]="ABNT_C2",e[e.AudioVolumeMute=117]="AudioVolumeMute",e[e.AudioVolumeUp=118]="AudioVolumeUp",e[e.AudioVolumeDown=119]="AudioVolumeDown",e[e.BrowserSearch=120]="BrowserSearch",e[e.BrowserHome=121]="BrowserHome",e[e.BrowserBack=122]="BrowserBack",e[e.BrowserForward=123]="BrowserForward",e[e.MediaTrackNext=124]="MediaTrackNext",e[e.MediaTrackPrevious=125]="MediaTrackPrevious",e[e.MediaStop=126]="MediaStop",e[e.MediaPlayPause=127]="MediaPlayPause",e[e.LaunchMediaPlayer=128]="LaunchMediaPlayer",e[e.LaunchMail=129]="LaunchMail",e[e.LaunchApp2=130]="LaunchApp2",e[e.Clear=131]="Clear",e[e.MAX_VALUE=132]="MAX_VALUE"}(or||(or={})),function(e){e[e.Hint=1]="Hint",e[e.Info=2]="Info",e[e.Warning=4]="Warning",e[e.Error=8]="Error"}(ir||(ir={})),function(e){e[e.Unnecessary=1]="Unnecessary",e[e.Deprecated=2]="Deprecated"}(ar||(ar={})),function(e){e[e.Inline=1]="Inline",e[e.Gutter=2]="Gutter"}(sr||(sr={})),function(e){e[e.Normal=1]="Normal",e[e.Underlined=2]="Underlined"}(lr||(lr={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.TEXTAREA=1]="TEXTAREA",e[e.GUTTER_GLYPH_MARGIN=2]="GUTTER_GLYPH_MARGIN",e[e.GUTTER_LINE_NUMBERS=3]="GUTTER_LINE_NUMBERS",e[e.GUTTER_LINE_DECORATIONS=4]="GUTTER_LINE_DECORATIONS",e[e.GUTTER_VIEW_ZONE=5]="GUTTER_VIEW_ZONE",e[e.CONTENT_TEXT=6]="CONTENT_TEXT",e[e.CONTENT_EMPTY=7]="CONTENT_EMPTY",e[e.CONTENT_VIEW_ZONE=8]="CONTENT_VIEW_ZONE",e[e.CONTENT_WIDGET=9]="CONTENT_WIDGET",e[e.OVERVIEW_RULER=10]="OVERVIEW_RULER",e[e.SCROLLBAR=11]="SCROLLBAR",e[e.OVERLAY_WIDGET=12]="OVERLAY_WIDGET",e[e.OUTSIDE_EDITOR=13]="OUTSIDE_EDITOR"}(cr||(cr={})),function(e){e[e.AIGenerated=1]="AIGenerated"}(dr||(dr={})),function(e){e[e.Invoke=0]="Invoke",e[e.Automatic=1]="Automatic"}(ur||(ur={})),function(e){e[e.TOP_RIGHT_CORNER=0]="TOP_RIGHT_CORNER",e[e.BOTTOM_RIGHT_CORNER=1]="BOTTOM_RIGHT_CORNER",e[e.TOP_CENTER=2]="TOP_CENTER"}(pr||(pr={})),function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"}(fr||(fr={})),function(e){e[e.Word=0]="Word",e[e.Line=1]="Line",e[e.Suggest=2]="Suggest"}(mr||(mr={})),function(e){e[e.Left=0]="Left",e[e.Right=1]="Right",e[e.None=2]="None",e[e.LeftOfInjectedText=3]="LeftOfInjectedText",e[e.RightOfInjectedText=4]="RightOfInjectedText"}(_r||(_r={})),function(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e.Custom=4]="Custom"}(hr||(hr={})),function(e){e[e.None=0]="None",e[e.Text=1]="Text",e[e.Blocks=2]="Blocks"}(gr||(gr={})),function(e){e[e.Smooth=0]="Smooth",e[e.Immediate=1]="Immediate"}(yr||(yr={})),function(e){e[e.Auto=1]="Auto",e[e.Hidden=2]="Hidden",e[e.Visible=3]="Visible"}(vr||(vr={})),function(e){e[e.LTR=0]="LTR",e[e.RTL=1]="RTL"}(br||(br={})),function(e){e.Off="off",e.OnCode="onCode",e.On="on"}(Er||(Er={})),function(e){e[e.Invoke=1]="Invoke",e[e.TriggerCharacter=2]="TriggerCharacter",e[e.ContentChange=3]="ContentChange"}(Sr||(Sr={})),function(e){e[e.File=0]="File",e[e.Module=1]="Module",e[e.Namespace=2]="Namespace",e[e.Package=3]="Package",e[e.Class=4]="Class",e[e.Method=5]="Method",e[e.Property=6]="Property",e[e.Field=7]="Field",e[e.Constructor=8]="Constructor",e[e.Enum=9]="Enum",e[e.Interface=10]="Interface",e[e.Function=11]="Function",e[e.Variable=12]="Variable",e[e.Constant=13]="Constant",e[e.String=14]="String",e[e.Number=15]="Number",e[e.Boolean=16]="Boolean",e[e.Array=17]="Array",e[e.Object=18]="Object",e[e.Key=19]="Key",e[e.Null=20]="Null",e[e.EnumMember=21]="EnumMember",e[e.Struct=22]="Struct",e[e.Event=23]="Event",e[e.Operator=24]="Operator",e[e.TypeParameter=25]="TypeParameter"}(Tr||(Tr={})),function(e){e[e.Deprecated=1]="Deprecated"}(xr||(xr={})),function(e){e[e.Hidden=0]="Hidden",e[e.Blink=1]="Blink",e[e.Smooth=2]="Smooth",e[e.Phase=3]="Phase",e[e.Expand=4]="Expand",e[e.Solid=5]="Solid"}(Ar||(Ar={})),function(e){e[e.Line=1]="Line",e[e.Block=2]="Block",e[e.Underline=3]="Underline",e[e.LineThin=4]="LineThin",e[e.BlockOutline=5]="BlockOutline",e[e.UnderlineThin=6]="UnderlineThin"}(Rr||(Rr={})),function(e){e[e.AlwaysGrowsWhenTypingAtEdges=0]="AlwaysGrowsWhenTypingAtEdges",e[e.NeverGrowsWhenTypingAtEdges=1]="NeverGrowsWhenTypingAtEdges",e[e.GrowsOnlyWhenTypingBefore=2]="GrowsOnlyWhenTypingBefore",e[e.GrowsOnlyWhenTypingAfter=3]="GrowsOnlyWhenTypingAfter"}(Ir||(Ir={})),function(e){e[e.None=0]="None",e[e.Same=1]="Same",e[e.Indent=2]="Indent",e[e.DeepIndent=3]="DeepIndent"}(Nr||(Nr={}));class Cr{static{this.CtrlCmd=2048}static{this.Shift=1024}static{this.Alt=512}static{this.WinCtrl=256}static chord(e,n){return function(e,n){return(e|(65535&n)<<16>>>0)>>>0}(e,n)}}class Mr{static{this.defaultToKey=e=>e.toString()}constructor(e,n){if(this[_a]="ResourceMap",e instanceof Mr)this.map=new Map(e.map),this.toKey=n??Mr.defaultToKey;else if(function(e){return Array.isArray(e)}(e)){this.map=new Map,this.toKey=n??Mr.defaultToKey;for(const[n,t]of e)this.set(n,t)}else this.map=new Map,this.toKey=e??Mr.defaultToKey}set(e,n){return this.map.set(this.toKey(e),new ResourceMapEntry(e,n)),this}get(e){return this.map.get(this.toKey(e))?.value}has(e){return this.map.has(this.toKey(e))}get size(){return this.map.size}clear(){this.map.clear()}delete(e){return this.map.delete(this.toKey(e))}forEach(e,n){void 0!==n&&e.bind(n);for(const[n,t]of this.map)e(t.value,t.uri,this)}*values(){for(const e of this.map.values())yield e.value}*keys(){for(const e of this.map.values())yield e.uri}*entries(){for(const e of this.map.values())yield[e.uri,e.value]}*[(Symbol.toStringTag,Symbol.iterator)](){for(const[,e]of this.map)yield[e.uri,e.value]}}class Pr{constructor(){this[Dr]="LinkedMap",this._map=new Map,this._head=void 0,this._tail=void 0,this._size=0,this._state=0}clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._size=0,this._state++}isEmpty(){return!this._head&&!this._tail}get size(){return this._size}get first(){return this._head?.value}get last(){return this._tail?.value}has(e){return this._map.has(e)}get(e,n=0){const t=this._map.get(e);if(t)return 0!==n&&this.touch(t,n),t.value}set(e,n,t=0){let r=this._map.get(e);if(r)r.value=n,0!==t&&this.touch(r,t);else{switch(r={key:e,value:n,next:void 0,previous:void 0},t){case 0:case 2:default:this.addItemLast(r);break;case 1:this.addItemFirst(r)}this._map.set(e,r),this._size++}return this}delete(e){return!!this.remove(e)}remove(e){const n=this._map.get(e);if(n)return this._map.delete(e),this.removeItem(n),this._size--,n.value}shift(){if(!this._head&&!this._tail)return;if(!this._head||!this._tail)throw new Error("Invalid list");const e=this._head;return this._map.delete(e.key),this.removeItem(e),this._size--,e.value}forEach(e,n){const t=this._state;let r=this._head;for(;r;){if(n?e.bind(n)(r.value,r.key,this):e(r.value,r.key,this),this._state!==t)throw new Error("LinkedMap got modified during iteration.");r=r.next}}keys(){const e=this,n=this._state;let t=this._head;const r={[Symbol.iterator](){return r},next(){if(e._state!==n)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.key,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}values(){const e=this,n=this._state;let t=this._head;const r={[Symbol.iterator](){return r},next(){if(e._state!==n)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:t.value,done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}entries(){const e=this,n=this._state;let t=this._head;const r={[Symbol.iterator](){return r},next(){if(e._state!==n)throw new Error("LinkedMap got modified during iteration.");if(t){const e={value:[t.key,t.value],done:!1};return t=t.next,e}return{value:void 0,done:!0}}};return r}[(Dr=Symbol.toStringTag,Symbol.iterator)](){return this.entries()}trimOld(e){if(e>=this.size)return;if(0===e)return void this.clear();let n=this._head,t=this.size;for(;n&&t>e;)this._map.delete(n.key),n=n.next,t--;this._head=n,this._size=t,n&&(n.previous=void 0),this._state++}trimNew(e){if(e>=this.size)return;if(0===e)return void this.clear();let n=this._tail,t=this.size;for(;n&&t>e;)this._map.delete(n.key),n=n.previous,t--;this._tail=n,this._size=t,n&&(n.next=void 0),this._state++}addItemFirst(e){if(this._head||this._tail){if(!this._head)throw new Error("Invalid list");e.next=this._head,this._head.previous=e}else this._tail=e;this._head=e,this._state++}addItemLast(e){if(this._head||this._tail){if(!this._tail)throw new Error("Invalid list");e.previous=this._tail,this._tail.next=e}else this._head=e;this._tail=e,this._state++}removeItem(e){if(e===this._head&&e===this._tail)this._head=void 0,this._tail=void 0;else if(e===this._head){if(!e.next)throw new Error("Invalid list");e.next.previous=void 0,this._head=e.next}else if(e===this._tail){if(!e.previous)throw new Error("Invalid list");e.previous.next=void 0,this._tail=e.previous}else{const n=e.next,t=e.previous;if(!n||!t)throw new Error("Invalid list");n.previous=t,t.next=n}e.next=void 0,e.previous=void 0,this._state++}touch(e,n){if(!this._head||!this._tail)throw new Error("Invalid list");if(1===n||2===n)if(1===n){if(e===this._head)return;const n=e.next,t=e.previous;e===this._tail?(t.next=void 0,this._tail=t):(n.previous=t,t.next=n),e.previous=void 0,e.next=this._head,this._head.previous=e,this._head=e,this._state++}else if(2===n){if(e===this._tail)return;const n=e.next,t=e.previous;e===this._head?(n.previous=void 0,this._head=n):(n.previous=t,t.next=n),e.next=void 0,e.previous=this._tail,this._tail.next=e,this._tail=e,this._state++}}toJSON(){const e=[];return this.forEach(((n,t)=>{e.push([t,n])})),e}fromJSON(e){this.clear();for(const[n,t]of e)this.set(n,t)}}class Lr extends Pr{constructor(e,n=1){super(),this._limit=e,this._ratio=Math.min(Math.max(0,n),1)}get limit(){return this._limit}set limit(e){this._limit=e,this.checkTrim()}get(e,n=2){return super.get(e,n)}peek(e){return super.get(e,0)}set(e,n){return super.set(e,n,2),this}checkTrim(){this.size>this._limit&&this.trim(Math.round(this._limit*this._ratio))}}class kr{constructor(){this.map=new Map}add(e,n){let t=this.map.get(e);t||(t=new Set,this.map.set(e,t)),t.add(n)}delete(e,n){const t=this.map.get(e);t&&(t.delete(n),0===t.size&&this.map.delete(e))}forEach(e,n){const t=this.map.get(e);t&&t.forEach(n)}get(e){const n=this.map.get(e);return n||new Set}}new class extends Lr{constructor(e,n=1){super(e,n)}trim(e){this.trimOld(e)}set(e,n){return super.set(e,n),this.checkTrim(),this}}(10);var wr,Or,Fr;!function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=4]="Right",e[e.Full=7]="Full"}(wr||(wr={})),function(e){e[e.Left=1]="Left",e[e.Center=2]="Center",e[e.Right=3]="Right"}(Or||(Or={})),function(e){e[e.Both=0]="Both",e[e.Right=1]="Right",e[e.Left=2]="Left",e[e.None=3]="None"}(Fr||(Fr={}));function Wr(e,n,t,r,o){return function(e,n,t,r,o){if(0===r)return!0;const i=n.charCodeAt(r-1);if(0!==e.get(i))return!0;if(13===i||10===i)return!0;if(o>0){const t=n.charCodeAt(r);if(0!==e.get(t))return!0}return!1}(e,n,0,r,o)&&function(e,n,t,r,o){if(r+o===t)return!0;const i=n.charCodeAt(r+o);if(0!==e.get(i))return!0;if(13===i||10===i)return!0;if(o>0){const t=n.charCodeAt(r+o-1);if(0!==e.get(t))return!0}return!1}(e,n,t,r,o)}class zr{constructor(e,n){this._wordSeparators=e,this._searchRegex=n,this._prevMatchStartIndex=-1,this._prevMatchLength=0}reset(e){this._searchRegex.lastIndex=e,this._prevMatchStartIndex=-1,this._prevMatchLength=0}next(e){const n=e.length;let t;do{if(this._prevMatchStartIndex+this._prevMatchLength===n)return null;if(t=this._searchRegex.exec(e),!t)return null;const r=t.index,o=t[0].length;if(r===this._prevMatchStartIndex&&o===this._prevMatchLength){if(0===o){Se(e,n,this._searchRegex.lastIndex)>65535?this._searchRegex.lastIndex+=2:this._searchRegex.lastIndex+=1;continue}return null}if(this._prevMatchStartIndex=r,this._prevMatchLength=o,!this._wordSeparators||Wr(this._wordSeparators,e,n,r,o))return t}while(t);return null}}function Gr(e,n="Unreachable"){throw new Error(n)}function Br(e){e()||(e(),o(new d("Assertion Failed")))}function jr(e,n){let t=0;for(;tString.fromCodePoint(e))).join(""))}]`,"g");const l=new zr(null,s),c=[];let d,u=!1,p=0,f=0,m=0;e:for(let n=r,t=o;n<=t;n++){const t=e.getLineContent(n),r=t.length;l.reset(0);do{if(d=l.next(t),d){let e=d.index,o=d.index+d[0].length;if(e>0){ve(t.charCodeAt(e-1))&&e--}if(o+1=t){u=!0;break e}c.push(new Ln(n,e+1,n,o+1))}}}while(d)}return{ranges:c,hasMore:u,ambiguousCharacterCount:p,invisibleCharacterCount:f,nonBasicAsciiCharacterCount:m}}static computeUnicodeHighlightReason(e,n){const t=new Ur(n);switch(t.shouldHighlightNonBasicASCII(e,null)){case 0:return null;case 2:return{kind:1};case 3:{const r=e.codePointAt(0),o=t.ambiguousCharacters.getPrimaryConfusable(r),i=Ae.getLocales().filter((e=>!Ae.getInstance(new Set([...n.allowedLocales,e])).isAmbiguous(r)));return{kind:0,confusableWith:String.fromCodePoint(o),notAmbiguousInLocales:i}}case 1:return{kind:2}}}}class Ur{constructor(e){this.options=e,this.allowedCodePoints=new Set(e.allowedCodePoints),this.ambiguousCharacters=Ae.getInstance(new Set(e.allowedLocales))}getCandidateCodePoints(){if(this.options.nonBasicASCII)return"allNonBasicAscii";const e=new Set;if(this.options.invisibleCharacters)for(const n of Re.codePoints)Hr(String.fromCodePoint(n))||e.add(n);if(this.options.ambiguousCharacters)for(const n of this.ambiguousCharacters.getConfusableCodePoints())e.add(n);for(const n of this.allowedCodePoints)e.delete(n);return e}shouldHighlightNonBasicASCII(e,n){const t=e.codePointAt(0);if(this.allowedCodePoints.has(t))return 0;if(this.options.nonBasicASCII)return 1;let r=!1,o=!1;if(n)for(const e of n){const n=e.codePointAt(0),t=(i=e,Te.test(i));r=r||t,t||this.ambiguousCharacters.isAmbiguous(n)||Re.isInvisibleCharacter(n)||(o=!0)}var i;return!r&&o?0:this.options.invisibleCharacters&&!Hr(e)&&Re.isInvisibleCharacter(t)?2:this.options.ambiguousCharacters&&this.ambiguousCharacters.isAmbiguous(t)?3:0}}function Hr(e){return" "===e||"\n"===e||"\t"===e}class Kr{constructor(e,n,t){this.changes=e,this.moves=n,this.hitTimeout=t}}class qr{constructor(e,n){this.lineRangeMapping=e,this.changes=n}}class Jr{static addRange(e,n){let t=0;for(;tn))return new Jr(e,n)}static ofLength(e){return new Jr(0,e)}static ofStartAndLength(e,n){return new Jr(e,e+n)}constructor(e,n){if(this.start=e,this.endExclusive=n,e>n)throw new d(`Invalid range: ${this.toString()}`)}get isEmpty(){return this.start===this.endExclusive}delta(e){return new Jr(this.start+e,this.endExclusive+e)}deltaStart(e){return new Jr(this.start+e,this.endExclusive)}deltaEnd(e){return new Jr(this.start,this.endExclusive+e)}get length(){return this.endExclusive-this.start}toString(){return`[${this.start}, ${this.endExclusive})`}contains(e){return this.start<=e&&e=e.endExclusive}slice(e){return e.slice(this.start,this.endExclusive)}substring(e){return e.substring(this.start,this.endExclusive)}clip(e){if(this.isEmpty)throw new d(`Invalid clipping range: ${this.toString()}`);return Math.max(this.start,Math.min(this.endExclusive-1,e))}clipCyclic(e){if(this.isEmpty)throw new d(`Invalid clipping range: ${this.toString()}`);return e=this.endExclusive?this.start+(e-this.start)%this.length:e}forEach(e){for(let n=this.start;nn)throw new d(`startLineNumber ${e} cannot be after endLineNumberExclusive ${n}`);this.startLineNumber=e,this.endLineNumberExclusive=n}contains(e){return this.startLineNumber<=e&&en.endLineNumberExclusive>=e.startLineNumber)),t=Yr(this._normalizedRanges,(n=>n.startLineNumber<=e.endLineNumberExclusive))+1;if(n===t)this._normalizedRanges.splice(n,0,e);else if(n===t-1){const t=this._normalizedRanges[n];this._normalizedRanges[n]=t.join(e)}else{const r=this._normalizedRanges[n].join(this._normalizedRanges[t-1]).join(e);this._normalizedRanges.splice(n,t-n,r)}}contains(e){const n=Xr(this._normalizedRanges,(n=>n.startLineNumber<=e));return!!n&&n.endLineNumberExclusive>e}intersects(e){const n=Xr(this._normalizedRanges,(n=>n.startLineNumbere.startLineNumber}getUnion(e){if(0===this._normalizedRanges.length)return e;if(0===e._normalizedRanges.length)return this;const n=[];let t=0,r=0,o=null;for(;t=i.startLineNumber?o=new Zr(o.startLineNumber,Math.max(o.endLineNumberExclusive,i.endLineNumberExclusive)):(n.push(o),o=i)}return null!==o&&n.push(o),new eo(n)}subtractFrom(e){const n=$r(this._normalizedRanges,(n=>n.endLineNumberExclusive>=e.startLineNumber)),t=Yr(this._normalizedRanges,(n=>n.startLineNumber<=e.endLineNumberExclusive))+1;if(n===t)return new eo([e]);const r=[];let o=e.startLineNumber;for(let e=n;eo&&r.push(new Zr(o,n.startLineNumber)),o=n.endLineNumberExclusive}return oe.toString())).join(", ")}getIntersection(e){const n=[];let t=0,r=0;for(;tn.delta(e))))}}class no{static{this.zero=new no(0,0)}static betweenPositions(e,n){return e.lineNumber===n.lineNumber?new no(0,n.column-e.column):new no(n.lineNumber-e.lineNumber,n.column-1)}static ofRange(e){return no.betweenPositions(e.getStartPosition(),e.getEndPosition())}static ofText(e){let n=0,t=0;for(const r of e)"\n"===r?(n++,t=0):t++;return new no(n,t)}constructor(e,n){this.lineCount=e,this.columnCount=n}isGreaterThanOrEqualTo(e){return this.lineCount!==e.lineCount?this.lineCount>e.lineCount:this.columnCount>=e.columnCount}createRange(e){return 0===this.lineCount?new Ln(e.lineNumber,e.column,e.lineNumber,e.column+this.columnCount):new Ln(e.lineNumber,e.column,e.lineNumber+this.lineCount,this.columnCount+1)}addToPosition(e){return 0===this.lineCount?new Pn(e.lineNumber,e.column+this.columnCount):new Pn(e.lineNumber+this.lineCount,this.columnCount+1)}toString(){return`${this.lineCount},${this.columnCount}`}}class to{constructor(e,n){this.range=e,this.text=n}toSingleEditOperation(){return{range:this.range,text:this.text}}}class ro{static inverse(e,n,t){const r=[];let o=1,i=1;for(const n of e){const e=new ro(new Zr(o,n.original.startLineNumber),new Zr(i,n.modified.startLineNumber));e.modified.isEmpty||r.push(e),o=n.original.endLineNumberExclusive,i=n.modified.endLineNumberExclusive}const a=new ro(new Zr(o,n+1),new Zr(i,t+1));return a.modified.isEmpty||r.push(a),r}static clip(e,n,t){const r=[];for(const o of e){const e=o.original.intersect(n),i=o.modified.intersect(t);e&&!e.isEmpty&&i&&!i.isEmpty&&r.push(new ro(e,i))}return r}constructor(e,n){this.original=e,this.modified=n}toString(){return`{${this.original.toString()}->${this.modified.toString()}}`}flip(){return new ro(this.modified,this.original)}join(e){return new ro(this.original.join(e.original),this.modified.join(e.modified))}toRangeMapping(){const e=this.original.toInclusiveRange(),n=this.modified.toInclusiveRange();if(e&&n)return new so(e,n);if(1===this.original.startLineNumber||1===this.modified.startLineNumber){if(1!==this.modified.startLineNumber||1!==this.original.startLineNumber)throw new d("not a valid diff");return new so(new Ln(this.original.startLineNumber,1,this.original.endLineNumberExclusive,1),new Ln(this.modified.startLineNumber,1,this.modified.endLineNumberExclusive,1))}return new so(new Ln(this.original.startLineNumber-1,Number.MAX_SAFE_INTEGER,this.original.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER),new Ln(this.modified.startLineNumber-1,Number.MAX_SAFE_INTEGER,this.modified.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER))}toRangeMapping2(e,n){if(io(this.original.endLineNumberExclusive,e)&&io(this.modified.endLineNumberExclusive,n))return new so(new Ln(this.original.startLineNumber,1,this.original.endLineNumberExclusive,1),new Ln(this.modified.startLineNumber,1,this.modified.endLineNumberExclusive,1));if(!this.original.isEmpty&&!this.modified.isEmpty)return new so(Ln.fromPositions(new Pn(this.original.startLineNumber,1),oo(new Pn(this.original.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER),e)),Ln.fromPositions(new Pn(this.modified.startLineNumber,1),oo(new Pn(this.modified.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER),n)));if(this.original.startLineNumber>1&&this.modified.startLineNumber>1)return new so(Ln.fromPositions(oo(new Pn(this.original.startLineNumber-1,Number.MAX_SAFE_INTEGER),e),oo(new Pn(this.original.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER),e)),Ln.fromPositions(oo(new Pn(this.modified.startLineNumber-1,Number.MAX_SAFE_INTEGER),n),oo(new Pn(this.modified.endLineNumberExclusive-1,Number.MAX_SAFE_INTEGER),n)));throw new d}}function oo(e,n){if(e.lineNumber<1)return new Pn(1,1);if(e.lineNumber>n.length)return new Pn(n.length,n[n.length-1].length+1);const t=n[e.lineNumber-1];return e.column>t.length+1?new Pn(e.lineNumber,t.length+1):e}function io(e,n){return e>=1&&e<=n.length}class ao extends ro{static fromRangeMappings(e){const n=Zr.join(e.map((e=>Zr.fromRangeInclusive(e.originalRange)))),t=Zr.join(e.map((e=>Zr.fromRangeInclusive(e.modifiedRange))));return new ao(n,t,e)}constructor(e,n,t){super(e,n),this.innerChanges=t}flip(){return new ao(this.modified,this.original,this.innerChanges?.map((e=>e.flip())))}withInnerChangesFromLineRanges(){return new ao(this.original,this.modified,[this.toRangeMapping()])}}class so{static assertSorted(e){for(let n=1;n${this.modifiedRange.toString()}}`}flip(){return new so(this.modifiedRange,this.originalRange)}toTextEdit(e){const n=e.getValueOfRange(this.modifiedRange);return new to(this.originalRange,n)}}class lo{computeDiff(e,n,t){const r=new _o(e,n,{maxComputationTime:t.maxComputationTimeMs,shouldIgnoreTrimWhitespace:t.ignoreTrimWhitespace,shouldComputeCharChanges:!0,shouldMakePrettyDiff:!0,shouldPostProcessCharChanges:!0}).computeDiff(),o=[];let i=null;for(const e of r.changes){let n,t;n=0===e.originalEndLineNumber?new Zr(e.originalStartLineNumber+1,e.originalStartLineNumber+1):new Zr(e.originalStartLineNumber,e.originalEndLineNumber+1),t=0===e.modifiedEndLineNumber?new Zr(e.modifiedStartLineNumber+1,e.modifiedStartLineNumber+1):new Zr(e.modifiedStartLineNumber,e.modifiedEndLineNumber+1);let r=new ao(n,t,e.charChanges?.map((e=>new so(new Ln(e.originalStartLineNumber,e.originalStartColumn,e.originalEndLineNumber,e.originalEndColumn),new Ln(e.modifiedStartLineNumber,e.modifiedStartColumn,e.modifiedEndLineNumber,e.modifiedEndColumn)))));i&&(i.modified.endLineNumberExclusive!==r.modified.startLineNumber&&i.original.endLineNumberExclusive!==r.original.startLineNumber||(r=new ao(i.original.join(r.original),i.modified.join(r.modified),i.innerChanges&&r.innerChanges?i.innerChanges.concat(r.innerChanges):void 0),o.pop())),o.push(r),i=r}return Br((()=>jr(o,((e,n)=>n.original.startLineNumber-e.original.endLineNumberExclusive==n.modified.startLineNumber-e.modified.endLineNumberExclusive&&e.original.endLineNumberExclusive(10===e?"\\n":String.fromCharCode(e))+`-(${this._lineNumbers[n]},${this._columns[n]})`)).join(", ")+"]"}_assertIndex(e,n){if(e<0||e>=n.length)throw new Error("Illegal index")}getElements(){return this._charCodes}getStartLineNumber(e){return e>0&&e===this._lineNumbers.length?this.getEndLineNumber(e-1):(this._assertIndex(e,this._lineNumbers),this._lineNumbers[e])}getEndLineNumber(e){return-1===e?this.getStartLineNumber(e+1):(this._assertIndex(e,this._lineNumbers),10===this._charCodes[e]?this._lineNumbers[e]+1:this._lineNumbers[e])}getStartColumn(e){return e>0&&e===this._columns.length?this.getEndColumn(e-1):(this._assertIndex(e,this._columns),this._columns[e])}getEndColumn(e){return-1===e?this.getStartColumn(e+1):(this._assertIndex(e,this._columns),10===this._charCodes[e]?1:this._columns[e]+1)}}class fo{constructor(e,n,t,r,o,i,a,s){this.originalStartLineNumber=e,this.originalStartColumn=n,this.originalEndLineNumber=t,this.originalEndColumn=r,this.modifiedStartLineNumber=o,this.modifiedStartColumn=i,this.modifiedEndLineNumber=a,this.modifiedEndColumn=s}static createFromDiffChange(e,n,t){const r=n.getStartLineNumber(e.originalStart),o=n.getStartColumn(e.originalStart),i=n.getEndLineNumber(e.originalStart+e.originalLength-1),a=n.getEndColumn(e.originalStart+e.originalLength-1),s=t.getStartLineNumber(e.modifiedStart),l=t.getStartColumn(e.modifiedStart),c=t.getEndLineNumber(e.modifiedStart+e.modifiedLength-1),d=t.getEndColumn(e.modifiedStart+e.modifiedLength-1);return new fo(r,o,i,a,s,l,c,d)}}class mo{constructor(e,n,t,r,o){this.originalStartLineNumber=e,this.originalEndLineNumber=n,this.modifiedStartLineNumber=t,this.modifiedEndLineNumber=r,this.charChanges=o}static createFromDiffResult(e,n,t,r,o,i,a){let s,l,c,d,u;if(0===n.originalLength?(s=t.getStartLineNumber(n.originalStart)-1,l=0):(s=t.getStartLineNumber(n.originalStart),l=t.getEndLineNumber(n.originalStart+n.originalLength-1)),0===n.modifiedLength?(c=r.getStartLineNumber(n.modifiedStart)-1,d=0):(c=r.getStartLineNumber(n.modifiedStart),d=r.getEndLineNumber(n.modifiedStart+n.modifiedLength-1)),i&&n.originalLength>0&&n.originalLength<20&&n.modifiedLength>0&&n.modifiedLength<20&&o()){const i=t.createCharSequence(e,n.originalStart,n.originalStart+n.originalLength-1),s=r.createCharSequence(e,n.modifiedStart,n.modifiedStart+n.modifiedLength-1);if(i.getElements().length>0&&s.getElements().length>0){let e=co(i,s,o,!0).changes;a&&(e=function(e){if(e.length<=1)return e;const n=[e[0]];let t=n[0];for(let r=1,o=e.length;r1&&a>1;){if(e.charCodeAt(t-2)!==n.charCodeAt(a-2))break;t--,a--}(t>1||a>1)&&this._pushTrimWhitespaceCharChange(r,o+1,1,t,i+1,1,a)}{let t=go(e,1),a=go(n,1);const s=e.length+1,l=n.length+1;for(;t=0;t--){const n=e.charCodeAt(t);if(32!==n&&9!==n)return t}return-1}(e);return-1===t?n:t+2}function yo(e){if(0===e)return()=>!0;const n=Date.now();return()=>Date.now()-n{t.push(bo.fromOffsetPairs(e?e.getEndExclusives():Eo.zero,r?r.getStarts():new Eo(n,(e?e.seq2Range.endExclusive-e.seq1Range.endExclusive:0)+n)))})),t}static fromOffsetPairs(e,n){return new bo(new Jr(e.offset1,n.offset1),new Jr(e.offset2,n.offset2))}static assertSorted(e){let n;for(const t of e){if(n&&!(n.seq1Range.endExclusive<=t.seq1Range.start&&n.seq2Range.endExclusive<=t.seq2Range.start))throw new d("Sequence diffs must be sorted");n=t}}constructor(e,n){this.seq1Range=e,this.seq2Range=n}swap(){return new bo(this.seq2Range,this.seq1Range)}toString(){return`${this.seq1Range} <-> ${this.seq2Range}`}join(e){return new bo(this.seq1Range.join(e.seq1Range),this.seq2Range.join(e.seq2Range))}delta(e){return 0===e?this:new bo(this.seq1Range.delta(e),this.seq2Range.delta(e))}deltaStart(e){return 0===e?this:new bo(this.seq1Range.deltaStart(e),this.seq2Range.deltaStart(e))}deltaEnd(e){return 0===e?this:new bo(this.seq1Range.deltaEnd(e),this.seq2Range.deltaEnd(e))}intersect(e){const n=this.seq1Range.intersect(e.seq1Range),t=this.seq2Range.intersect(e.seq2Range);if(n&&t)return new bo(n,t)}getStarts(){return new Eo(this.seq1Range.start,this.seq2Range.start)}getEndExclusives(){return new Eo(this.seq1Range.endExclusive,this.seq2Range.endExclusive)}}class Eo{static{this.zero=new Eo(0,0)}static{this.max=new Eo(Number.MAX_SAFE_INTEGER,Number.MAX_SAFE_INTEGER)}constructor(e,n){this.offset1=e,this.offset2=n}toString(){return`${this.offset1} <-> ${this.offset2}`}delta(e){return 0===e?this:new Eo(this.offset1+e,this.offset2+e)}equals(e){return this.offset1===e.offset1&&this.offset2===e.offset2}}class So{static{this.instance=new So}isValid(){return!0}}class To{constructor(e){if(this.timeout=e,this.startTime=Date.now(),this.valid=!0,e<=0)throw new d("timeout must be positive")}isValid(){return!(Date.now()-this.startTime0&&l>0&&3===i.get(s-1,l-1)&&(u+=a.get(s-1,l-1)),u+=r?r(s,l):1):u=-1;const p=Math.max(c,d,u);if(p===u){const e=s>0&&l>0?a.get(s-1,l-1):0;a.set(s,l,e+1),i.set(s,l,3)}else p===c?(a.set(s,l,0),i.set(s,l,1)):p===d&&(a.set(s,l,0),i.set(s,l,2));o.set(s,l,p)}const s=[];let l=e.length,c=n.length;function d(e,n){e+1===l&&n+1===c||s.push(new bo(new Jr(e+1,l),new Jr(n+1,c))),l=e,c=n}let u=e.length-1,p=n.length-1;for(;u>=0&&p>=0;)3===i.get(u,p)?(d(u,p),u--,p--):1===i.get(u,p)?u--:p--;return d(-1,-1),s.reverse(),new vo(s,!1)}}class No{compute(e,n,t=So.instance){if(0===e.length||0===n.length)return vo.trivial(e,n);const r=e,o=n;function i(e,n){for(;er.length||p>o.length)continue;const f=i(u,p);s.set(c,f);const m=u===a?l.get(c+1):l.get(c-1);if(l.set(c,f!==u?new Do(m,u,p,f-u):m),s.get(c)===r.length&&s.get(c)-c===o.length)break e}}let d=l.get(c);const u=[];let p=r.length,f=o.length;for(;;){const e=d?d.x+d.length:0,n=d?d.y+d.length:0;if(e===p&&n===f||u.push(new bo(new Jr(e,p),new Jr(n,f))),!d)break;p=d.x,f=d.y,d=d.prev}return u.reverse(),new vo(u,!1)}}class Do{constructor(e,n,t,r){this.prev=e,this.x=n,this.y=t,this.length=r}}class Co{constructor(){this.positiveArr=new Int32Array(10),this.negativeArr=new Int32Array(10)}get(e){return e<0?(e=-e-1,this.negativeArr[e]):this.positiveArr[e]}set(e,n){if(e<0){if((e=-e-1)>=this.negativeArr.length){const e=this.negativeArr;this.negativeArr=new Int32Array(2*e.length),this.negativeArr.set(e)}this.negativeArr[e]=n}else{if(e>=this.positiveArr.length){const e=this.positiveArr;this.positiveArr=new Int32Array(2*e.length),this.positiveArr.set(e)}this.positiveArr[e]=n}}}class Mo{constructor(){this.positiveArr=[],this.negativeArr=[]}get(e){return e<0?(e=-e-1,this.negativeArr[e]):this.positiveArr[e]}set(e,n){e<0?(e=-e-1,this.negativeArr[e]=n):this.positiveArr[e]=n}}class Po{constructor(e,n,t){this.lines=e,this.range=n,this.considerWhitespaceChanges=t,this.elements=[],this.firstElementOffsetByLineIdx=[],this.lineStartOffsets=[],this.trimmedWsLengthsByLineIdx=[],this.firstElementOffsetByLineIdx.push(0);for(let n=this.range.startLineNumber;n<=this.range.endLineNumber;n++){let r=e[n-1],o=0;n===this.range.startLineNumber&&this.range.startColumn>1&&(o=this.range.startColumn-1,r=r.substring(o)),this.lineStartOffsets.push(o);let i=0;if(!t){const e=r.trimStart();i=r.length-e.length,r=e.trimEnd()}this.trimmedWsLengthsByLineIdx.push(i);const a=n===this.range.endLineNumber?Math.min(this.range.endColumn-1-o-i,r.length):r.length;for(let e=0;eString.fromCharCode(e))).join("")}getElement(e){return this.elements[e]}get length(){return this.elements.length}getBoundaryScore(e){const n=Oo(e>0?this.elements[e-1]:-1),t=Oo(en<=e)),r=e-this.firstElementOffsetByLineIdx[t];return new Pn(this.range.startLineNumber+t,1+this.lineStartOffsets[t]+r+(0===r&&"left"===n?0:this.trimmedWsLengthsByLineIdx[t]))}translateRange(e){const n=this.translateOffset(e.start,"right"),t=this.translateOffset(e.endExclusive,"left");return t.isBefore(n)?Ln.fromPositions(t,t):Ln.fromPositions(n,t)}findWordContaining(e){if(e<0||e>=this.elements.length)return;if(!Lo(this.elements[e]))return;let n=e;for(;n>0&&Lo(this.elements[n-1]);)n--;let t=e;for(;tn<=e.start))??0,t=function(e,n){const t=$r(e,n);return t===e.length?void 0:e[t]}(this.firstElementOffsetByLineIdx,(n=>e.endExclusive<=n))??this.elements.length;return new Jr(n,t)}}function Lo(e){return e>=97&&e<=122||e>=65&&e<=90||e>=48&&e<=57}const ko={0:0,1:0,2:0,3:10,4:2,5:30,6:3,7:10,8:10};function wo(e){return ko[e]}function Oo(e){return 10===e?8:13===e?7:Ao(e)?6:e>=97&&e<=122?0:e>=65&&e<=90?1:e>=48&&e<=57?2:-1===e?3:44===e||59===e?5:4}function Fo(e,n,t,r,o,i){let{moves:a,excludedChanges:s}=function(e,n,t,r){const o=[],i=e.filter((e=>e.modified.isEmpty&&e.original.length>=3)).map((e=>new Ro(e.original,n,e))),a=new Set(e.filter((e=>e.original.isEmpty&&e.modified.length>=3)).map((e=>new Ro(e.modified,t,e)))),s=new Set;for(const e of i){let n,t=-1;for(const r of a){const o=e.computeSimilarity(r);o>t&&(t=o,n=r)}if(t>.9&&n&&(a.delete(n),o.push(new ro(e.range,n.range)),s.add(e.source),s.add(n.source)),!r.isValid())return{moves:o,excludedChanges:s}}return{moves:o,excludedChanges:s}}(e,n,t,i);if(!i.isValid())return[];const l=function(e,n,t,r,o,i){const a=[],s=new kr;for(const t of e)for(let e=t.original.startLineNumber;ee.modified.startLineNumber),On));for(const n of e){let e=[];for(let r=n.modified.startLineNumber;r{for(const t of e)if(t.originalLineRange.endLineNumberExclusive+1===n.endLineNumberExclusive&&t.modifiedLineRange.endLineNumberExclusive+1===o.endLineNumberExclusive)return t.originalLineRange=new Zr(t.originalLineRange.startLineNumber,n.endLineNumberExclusive),t.modifiedLineRange=new Zr(t.modifiedLineRange.startLineNumber,o.endLineNumberExclusive),void i.push(t);const t={modifiedLineRange:o,originalLineRange:n};l.push(t),i.push(t)})),e=i}if(!i.isValid())return[]}l.sort((c=wn((e=>e.modifiedLineRange.length),On),(e,n)=>-c(e,n)));var c;const d=new eo,u=new eo;for(const e of l){const n=e.modifiedLineRange.startLineNumber-e.originalLineRange.startLineNumber,t=d.subtractFrom(e.modifiedLineRange),r=u.subtractFrom(e.originalLineRange).getWithDelta(n),o=t.getIntersection(r);for(const e of o.ranges){if(e.length<3)continue;const t=e,r=e.delta(-n);a.push(new ro(r,t)),d.addRange(t),u.addRange(r)}}a.sort(wn((e=>e.original.startLineNumber),On));const p=new Qr(e);for(let n=0;ne.original.startLineNumber<=t.original.startLineNumber)),l=Xr(e,(e=>e.modified.startLineNumber<=t.modified.startLineNumber)),c=Math.max(t.original.startLineNumber-s.original.startLineNumber,t.modified.startLineNumber-l.modified.startLineNumber),f=p.findLastMonotonous((e=>e.original.startLineNumbere.modified.startLineNumberr.length||n>o.length)break;if(d.contains(n)||u.contains(e))break;if(!Wo(r[e-1],o[n-1],i))break}for(h>0&&(u.addRange(new Zr(t.original.startLineNumber-h,t.original.startLineNumber)),d.addRange(new Zr(t.modified.startLineNumber-h,t.modified.startLineNumber))),g=0;g<_;g++){const e=t.original.endLineNumberExclusive+g,n=t.modified.endLineNumberExclusive+g;if(e>r.length||n>o.length)break;if(d.contains(n)||u.contains(e))break;if(!Wo(r[e-1],o[n-1],i))break}g>0&&(u.addRange(new Zr(t.original.endLineNumberExclusive,t.original.endLineNumberExclusive+g)),d.addRange(new Zr(t.modified.endLineNumberExclusive,t.modified.endLineNumberExclusive+g))),(h>0||g>0)&&(a[n]=new ro(new Zr(t.original.startLineNumber-h,t.original.endLineNumberExclusive+g),new Zr(t.modified.startLineNumber-h,t.modified.endLineNumberExclusive+g)))}return a}(e.filter((e=>!s.has(e))),r,o,n,t,i);return function(e,n){for(const t of n)e.push(t)}(a,l),a=function(e){if(0===e.length)return e;e.sort(wn((e=>e.original.startLineNumber),On));const n=[e[0]];for(let t=1;t=0&&a>=0&&i+a<=2?n[n.length-1]=r.join(o):n.push(o)}return n}(a),a=a.filter((e=>{const t=e.original.toOffsetRange().slice(n).map((e=>e.trim()));return t.join("\n").length>=15&&function(e,n){let t=0;for(const r of e)n(r)&&t++;return t}(t,(e=>e.length>=2))>=2})),a=function(e,n){const t=new Qr(e);return n=n.filter((n=>(t.findLastMonotonous((e=>e.original.startLineNumbere.modified.startLineNumber300&&n.length>300)return!1;const r=(new No).compute(new Po([e],new Ln(1,1,1,e.length),!1),new Po([n],new Ln(1,1,1,n.length),!1),t);let o=0;const i=bo.invert(r.diffs,e.length);for(const n of i)n.seq1Range.forEach((n=>{Ao(e.charCodeAt(n))||o++}));const a=function(n){let t=0;for(let r=0;rn.length?e:n);return o/a>.6&&a>10}function zo(e,n,t){let r=t;return r=Go(e,n,r),r=Go(e,n,r),r=function(e,n,t){if(!e.getBoundaryScore||!n.getBoundaryScore)return t;for(let r=0;r0?t[r-1]:void 0,i=t[r],a=r+10&&(a=a.delta(s))}o.push(a)}return r.length>0&&o.push(r[r.length-1]),o}function Bo(e,n,t,r,o){let i=1;for(;e.seq1Range.start-i>=r.start&&e.seq2Range.start-i>=o.start&&t.isStronglyEqual(e.seq2Range.start-i,e.seq2Range.endExclusive-i)&&i<100;)i++;i--;let a=0;for(;e.seq1Range.start+al&&(l=c,s=r)}return e.delta(s)}class jo{constructor(e,n){this.trimmedHash=e,this.lines=n}getElement(e){return this.trimmedHash[e]}get length(){return this.trimmedHash.length}getBoundaryScore(e){return 1e3-((0===e?0:Vo(this.lines[e-1]))+(e===this.lines.length?0:Vo(this.lines[e])))}getText(e){return this.lines.slice(e.start,e.endExclusive).join("\n")}isStronglyEqual(e,n){return this.lines[e]===this.lines[n]}}function Vo(e){let n=0;for(;ne===n)){if(e===n)return!0;if(!e||!n)return!1;if(e.length!==n.length)return!1;for(let r=0,o=e.length;re===n)))return new Kr([],[],!1);if(1===e.length&&0===e[0].length||1===n.length&&0===n[0].length)return new Kr([new ao(new Zr(1,e.length+1),new Zr(1,n.length+1),[new so(new Ln(1,1,e.length,e[e.length-1].length+1),new Ln(1,1,n.length,n[n.length-1].length+1))])],[],!1);const r=0===t.maxComputationTimeMs?So.instance:new To(t.maxComputationTimeMs),o=!t.ignoreTrimWhitespace,i=new Map;function a(e){let n=i.get(e);return void 0===n&&(n=i.size,i.set(e,n)),n}const s=e.map((e=>a(e.trim()))),l=n.map((e=>a(e.trim()))),c=new jo(s,e),d=new jo(l,n),u=(()=>c.length+d.length<1700?this.dynamicProgrammingDiffing.compute(c,d,r,((t,r)=>e[t]===n[r]?0===n[r].length?.1:1+Math.log(1+n[r].length):.99)):this.myersDiffingAlgorithm.compute(c,d,r))();let p=u.diffs,f=u.hitTimeout;p=zo(c,d,p),p=function(e,n,t){let r=t;if(0===r.length)return r;let o,i=0;do{o=!1;const a=[r[0]];for(let s=1;s5||t.seq1Range.length+t.seq2Range.length>5)}d(c,l)?(o=!0,a[a.length-1]=a[a.length-1].join(l)):a.push(l)}r=a}while(i++<10&&o);return r}(c,0,p);const m=[],_=t=>{if(o)for(let i=0;it.seq1Range.start-h==t.seq2Range.start-g));_(t.seq1Range.start-h),h=t.seq1Range.endExclusive,g=t.seq2Range.endExclusive;const i=this.refineDiff(e,n,t,r,o);i.hitTimeout&&(f=!0);for(const e of i.mappings)m.push(e)}_(e.length-h);const y=Ho(m,e,n);let v=[];return t.computeMoves&&(v=this.computeMoves(y,e,n,s,l,r,o)),Br((()=>{function t(e,n){if(e.lineNumber<1||e.lineNumber>n.length)return!1;const t=n[e.lineNumber-1];return!(e.column<1||e.column>t.length+1)}function r(e,n){return!(e.startLineNumber<1||e.startLineNumber>n.length+1)&&!(e.endLineNumberExclusive<1||e.endLineNumberExclusive>n.length+1)}for(const o of y){if(!o.innerChanges)return!1;for(const r of o.innerChanges){if(!(t(r.modifiedRange.getStartPosition(),n)&&t(r.modifiedRange.getEndPosition(),n)&&t(r.originalRange.getStartPosition(),e)&&t(r.originalRange.getEndPosition(),e)))return!1}if(!r(o.modified,n)||!r(o.original,e))return!1}return!0})),new Kr(y,v,f)}computeMoves(e,n,t,r,o,i,a){return Fo(e,n,t,r,o,i).map((e=>{const r=Ho(this.refineDiff(n,t,new bo(e.original.toOffsetRange(),e.modified.toOffsetRange()),i,a).mappings,n,t,!0);return new qr(e,r)}))}refineDiff(e,n,t,r,o){var i;const a=new ro(new Zr((i=t).seq1Range.start+1,i.seq1Range.endExclusive+1),new Zr(i.seq2Range.start+1,i.seq2Range.endExclusive+1)).toRangeMapping2(e,n),s=new Po(e,a.originalRange,o),l=new Po(n,a.modifiedRange,o),c=s.length+l.length<500?this.dynamicProgrammingDiffing.compute(s,l,r):this.myersDiffingAlgorithm.compute(s,l,r),d=!1;let u=c.diffs;u=zo(s,l,u),u=function(e,n,t){const r=bo.invert(t,e.length),o=[];let i=new Eo(0,0);function a(t,a){if(t.offset10;){const t=r[0];if(!t.seq1Range.intersects(c.seq1Range)&&!t.seq2Range.intersects(c.seq2Range))break;const o=e.findWordContaining(t.seq1Range.start),i=n.findWordContaining(t.seq2Range.start),a=new bo(o,i),s=a.intersect(t);if(u+=s.seq1Range.length,p+=s.seq2Range.length,c=c.join(a),!(c.seq1Range.endExclusive>=t.seq1Range.endExclusive))break;r.shift()}u+p<2*(c.seq1Range.length+c.seq2Range.length)/3&&o.push(c),i=c.getEndExclusives()}for(;r.length>0;){const e=r.shift();e.seq1Range.isEmpty||(a(e.getStarts(),e),a(e.getEndExclusives().delta(-1),e))}return function(e,n){const t=[];for(;e.length>0||n.length>0;){const r=e[0],o=n[0];let i;i=r&&(!o||r.seq1Range.start0&&t[t.length-1].seq1Range.endExclusive>=i.seq1Range.start?t[t.length-1]=t[t.length-1].join(i):t.push(i)}return t}(t,o)}(s,l,u),u=function(e,n,t){const r=[];for(const e of t){const n=r[r.length-1];n&&(e.seq1Range.start-n.seq1Range.endExclusive<=2||e.seq2Range.start-n.seq2Range.endExclusive<=2)?r[r.length-1]=new bo(n.seq1Range.join(e.seq1Range),n.seq2Range.join(e.seq2Range)):r.push(e)}return r}(0,0,u),u=function(e,n,t){let r=t;if(0===r.length)return r;let o,i=0;do{o=!1;const s=[r[0]];for(let l=1;l5||o.length>500)return!1;const i=e.getText(o).trim();if(i.length>20||i.split(/\r\n|\r|\n/).length>1)return!1;const a=e.countLinesIn(t.seq1Range),s=t.seq1Range.length,l=n.countLinesIn(t.seq2Range),u=t.seq2Range.length,p=e.countLinesIn(r.seq1Range),f=r.seq1Range.length,m=n.countLinesIn(r.seq2Range),_=r.seq2Range.length;function h(e){return Math.min(e,130)}return Math.pow(Math.pow(h(40*a+s),1.5)+Math.pow(h(40*l+u),1.5),1.5)+Math.pow(Math.pow(h(40*p+f),1.5)+Math.pow(h(40*m+_),1.5),1.5)>74184.96480721243}u(d,c)?(o=!0,s[s.length-1]=s[s.length-1].join(c)):s.push(c)}r=s}while(i++<10&&o);const a=[];return function(e,n){for(let t=0;t{let o=t;function i(e){return e.length>0&&e.trim().length<=3&&t.seq1Range.length+t.seq2Range.length>100}const s=e.extendToFullLines(t.seq1Range),l=e.getText(new Jr(s.start,t.seq1Range.start));i(l)&&(o=o.deltaStart(-l.length));const c=e.getText(new Jr(t.seq1Range.endExclusive,s.endExclusive));i(c)&&(o=o.deltaEnd(c.length));const d=bo.fromOffsetPairs(n?n.getEndExclusives():Eo.zero,r?r.getStarts():Eo.max),u=o.intersect(d);a.length>0&&u.getStarts().equals(a[a.length-1].getEndExclusives())?a[a.length-1]=a[a.length-1].join(u):a.push(u)})),a}(s,l,u);const p=u.map((e=>new so(s.translateRange(e.seq1Range),l.translateRange(e.seq2Range))));return{mappings:p,hitTimeout:c.hitTimeout}}}function Ho(e,n,t,r=!1){const o=[];for(const r of function*(e,n){let t,r;for(const o of e)void 0!==r&&n(r,o)?t.push(o):(t&&(yield t),t=[o]),r=o;t&&(yield t)}(e.map((e=>function(e,n,t){let r=0,o=0;1===e.modifiedRange.endColumn&&1===e.originalRange.endColumn&&e.originalRange.startLineNumber+r<=e.originalRange.endLineNumber&&e.modifiedRange.startLineNumber+r<=e.modifiedRange.endLineNumber&&(o=-1);e.modifiedRange.startColumn-1>=t[e.modifiedRange.startLineNumber-1].length&&e.originalRange.startColumn-1>=n[e.originalRange.startLineNumber-1].length&&e.originalRange.startLineNumber<=e.originalRange.endLineNumber+o&&e.modifiedRange.startLineNumber<=e.modifiedRange.endLineNumber+o&&(r=1);const i=new Zr(e.originalRange.startLineNumber+r,e.originalRange.endLineNumber+1+o),a=new Zr(e.modifiedRange.startLineNumber+r,e.modifiedRange.endLineNumber+1+o);return new ao(i,a,[e])}(e,n,t))),((e,n)=>e.original.overlapOrTouch(n.original)||e.modified.overlapOrTouch(n.modified)))){const e=r[0],n=r[r.length-1];o.push(new ao(e.original.join(n.original),e.modified.join(n.modified),r.map((e=>e.innerChanges[0]))))}return Br((()=>{if(!r&&o.length>0){if(o[0].modified.startLineNumber!==o[0].original.startLineNumber)return!1;if(t.length-o[o.length-1].modified.endLineNumberExclusive!=n.length-o[o.length-1].original.endLineNumberExclusive)return!1}return jr(o,((e,n)=>n.original.startLineNumber-e.original.endLineNumberExclusive==n.modified.startLineNumber-e.modified.endLineNumberExclusive&&e.original.endLineNumberExclusivenew lo,qo=()=>new Uo;function Jo(e,n){const t=Math.pow(10,n);return Math.round(e*t)/t}class Xo{constructor(e,n,t,r=1){this._rgbaBrand=void 0,this.r=0|Math.min(255,Math.max(0,e)),this.g=0|Math.min(255,Math.max(0,n)),this.b=0|Math.min(255,Math.max(0,t)),this.a=Jo(Math.max(Math.min(1,r),0),3)}static equals(e,n){return e.r===n.r&&e.g===n.g&&e.b===n.b&&e.a===n.a}}class Yo{constructor(e,n,t,r){this._hslaBrand=void 0,this.h=0|Math.max(Math.min(360,e),0),this.s=Jo(Math.max(Math.min(1,n),0),3),this.l=Jo(Math.max(Math.min(1,t),0),3),this.a=Jo(Math.max(Math.min(1,r),0),3)}static equals(e,n){return e.h===n.h&&e.s===n.s&&e.l===n.l&&e.a===n.a}static fromRGBA(e){const n=e.r/255,t=e.g/255,r=e.b/255,o=e.a,i=Math.max(n,t,r),a=Math.min(n,t,r);let s=0,l=0;const c=(a+i)/2,d=i-a;if(d>0){switch(l=Math.min(c<=.5?d/(2*c):d/(2-2*c),1),i){case n:s=(t-r)/d+(t1&&(t-=1),t<1/6?e+6*(n-e)*t:t<.5?n:t<2/3?e+(n-e)*(2/3-t)*6:e}static toRGBA(e){const n=e.h/360,{s:t,l:r,a:o}=e;let i,a,s;if(0===t)i=a=s=r;else{const e=r<.5?r*(1+t):r+t-r*t,o=2*r-e;i=Yo._hue2rgb(o,e,n+1/3),a=Yo._hue2rgb(o,e,n),s=Yo._hue2rgb(o,e,n-1/3)}return new Xo(Math.round(255*i),Math.round(255*a),Math.round(255*s),o)}}class $o{constructor(e,n,t,r){this._hsvaBrand=void 0,this.h=0|Math.max(Math.min(360,e),0),this.s=Jo(Math.max(Math.min(1,n),0),3),this.v=Jo(Math.max(Math.min(1,t),0),3),this.a=Jo(Math.max(Math.min(1,r),0),3)}static equals(e,n){return e.h===n.h&&e.s===n.s&&e.v===n.v&&e.a===n.a}static fromRGBA(e){const n=e.r/255,t=e.g/255,r=e.b/255,o=Math.max(n,t,r),i=o-Math.min(n,t,r),a=0===o?0:i/o;let s;return s=0===i?0:o===n?((t-r)/i%6+6)%6:o===t?(r-n)/i+2:(n-t)/i+4,new $o(Math.round(60*s),a,o,e.a)}static toRGBA(e){const{h:n,s:t,v:r,a:o}=e,i=r*t,a=i*(1-Math.abs(n/60%2-1)),s=r-i;let[l,c,d]=[0,0,0];return n<60?(l=i,c=a):n<120?(l=a,c=i):n<180?(c=i,d=a):n<240?(c=a,d=i):n<300?(l=a,d=i):n<=360&&(l=i,d=a),l=Math.round(255*(l+s)),c=Math.round(255*(c+s)),d=Math.round(255*(d+s)),new Xo(l,c,d,o)}}class Qo{static fromHex(e){return Qo.Format.CSS.parseHex(e)||Qo.red}static equals(e,n){return!e&&!n||!(!e||!n)&&e.equals(n)}get hsla(){return this._hsla?this._hsla:Yo.fromRGBA(this.rgba)}get hsva(){return this._hsva?this._hsva:$o.fromRGBA(this.rgba)}constructor(e){if(!e)throw new Error("Color needs a value");if(e instanceof Xo)this.rgba=e;else if(e instanceof Yo)this._hsla=e,this.rgba=Yo.toRGBA(e);else{if(!(e instanceof $o))throw new Error("Invalid color ctor argument");this._hsva=e,this.rgba=$o.toRGBA(e)}}equals(e){return!!e&&Xo.equals(this.rgba,e.rgba)&&Yo.equals(this.hsla,e.hsla)&&$o.equals(this.hsva,e.hsva)}getRelativeLuminance(){return Jo(.2126*Qo._relativeLuminanceForComponent(this.rgba.r)+.7152*Qo._relativeLuminanceForComponent(this.rgba.g)+.0722*Qo._relativeLuminanceForComponent(this.rgba.b),4)}static _relativeLuminanceForComponent(e){const n=e/255;return n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}isLighter(){return(299*this.rgba.r+587*this.rgba.g+114*this.rgba.b)/1e3>=128}isLighterThan(e){return this.getRelativeLuminance()>e.getRelativeLuminance()}isDarkerThan(e){return this.getRelativeLuminance()0)for(const r of t){const t=r.filter((e=>void 0!==e)),o=t[1],i=t[2];if(!i)continue;let a;if("rgb"===o){const n=/^\(\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*,\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*,\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*\)$/gm;a=ri(ni(e,r),ii(i,n),!1)}else if("rgba"===o){const n=/^\(\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*,\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*,\s*(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])\s*,\s*(0[.][0-9]+|[.][0-9]+|[01][.]|[01])\s*\)$/gm;a=ri(ni(e,r),ii(i,n),!0)}else if("hsl"===o){const n=/^\(\s*(36[0]|3[0-5][0-9]|[12][0-9][0-9]|[1-9]?[0-9])\s*,\s*(100|\d{1,2}[.]\d*|\d{1,2})%\s*,\s*(100|\d{1,2}[.]\d*|\d{1,2})%\s*\)$/gm;a=oi(ni(e,r),ii(i,n),!1)}else if("hsla"===o){const n=/^\(\s*(36[0]|3[0-5][0-9]|[12][0-9][0-9]|[1-9]?[0-9])\s*,\s*(100|\d{1,2}[.]\d*|\d{1,2})%\s*,\s*(100|\d{1,2}[.]\d*|\d{1,2})%\s*,\s*(0[.][0-9]+|[.][0-9]+|[01][.]|[01])\s*\)$/gm;a=oi(ni(e,r),ii(i,n),!0)}else"#"===o&&(a=ti(ni(e,r),o+i));a&&n.push(a)}return n}(e):[]}!function(e){let n;!function(n){let t;!function(n){function t(e){const n=e.toString(16);return 2!==n.length?"0"+n:n}function r(e){switch(e){case 48:return 0;case 49:return 1;case 50:return 2;case 51:return 3;case 52:return 4;case 53:return 5;case 54:return 6;case 55:return 7;case 56:return 8;case 57:return 9;case 97:case 65:return 10;case 98:case 66:return 11;case 99:case 67:return 12;case 100:case 68:return 13;case 101:case 69:return 14;case 102:case 70:return 15}return 0}n.formatRGB=function(n){return 1===n.rgba.a?`rgb(${n.rgba.r}, ${n.rgba.g}, ${n.rgba.b})`:e.Format.CSS.formatRGBA(n)},n.formatRGBA=function(e){return`rgba(${e.rgba.r}, ${e.rgba.g}, ${e.rgba.b}, ${+e.rgba.a.toFixed(2)})`},n.formatHSL=function(n){return 1===n.hsla.a?`hsl(${n.hsla.h}, ${(100*n.hsla.s).toFixed(2)}%, ${(100*n.hsla.l).toFixed(2)}%)`:e.Format.CSS.formatHSLA(n)},n.formatHSLA=function(e){return`hsla(${e.hsla.h}, ${(100*e.hsla.s).toFixed(2)}%, ${(100*e.hsla.l).toFixed(2)}%, ${e.hsla.a.toFixed(2)})`},n.formatHex=function(e){return`#${t(e.rgba.r)}${t(e.rgba.g)}${t(e.rgba.b)}`},n.formatHexA=function(n,r=!1){return r&&1===n.rgba.a?e.Format.CSS.formatHex(n):`#${t(n.rgba.r)}${t(n.rgba.g)}${t(n.rgba.b)}${t(Math.round(255*n.rgba.a))}`},n.format=function(n){return n.isOpaque()?e.Format.CSS.formatHex(n):e.Format.CSS.formatRGBA(n)},n.parseHex=function(n){const t=n.length;if(0===t)return null;if(35!==n.charCodeAt(0))return null;if(7===t){const t=16*r(n.charCodeAt(1))+r(n.charCodeAt(2)),o=16*r(n.charCodeAt(3))+r(n.charCodeAt(4)),i=16*r(n.charCodeAt(5))+r(n.charCodeAt(6));return new e(new Xo(t,o,i,1))}if(9===t){const t=16*r(n.charCodeAt(1))+r(n.charCodeAt(2)),o=16*r(n.charCodeAt(3))+r(n.charCodeAt(4)),i=16*r(n.charCodeAt(5))+r(n.charCodeAt(6)),a=16*r(n.charCodeAt(7))+r(n.charCodeAt(8));return new e(new Xo(t,o,i,a/255))}if(4===t){const t=r(n.charCodeAt(1)),o=r(n.charCodeAt(2)),i=r(n.charCodeAt(3));return new e(new Xo(16*t+t,16*o+o,16*i+i))}if(5===t){const t=r(n.charCodeAt(1)),o=r(n.charCodeAt(2)),i=r(n.charCodeAt(3)),a=r(n.charCodeAt(4));return new e(new Xo(16*t+t,16*o+o,16*i+i,(16*a+a)/255))}return null}}(t=n.CSS||(n.CSS={}))}(n=e.Format||(e.Format={}))}(Qo||(Qo={}));const si=new RegExp("\\bMARK:\\s*(.*)$","d"),li=/^-+|-+$/g;function ci(e,n){let t=[];if(n.findRegionSectionHeaders&&n.foldingRules?.markers){const r=function(e,n){const t=[],r=e.getLineCount();for(let o=1;o<=r;o++){const r=e.getLineContent(o),i=r.match(n.foldingRules.markers.start);if(i){const e={startLineNumber:o,startColumn:i[0].length+1,endLineNumber:o,endColumn:r.length+1};if(e.endColumn>e.startColumn){const n={range:e,...ui(r.substring(i[0].length)),shouldBeInComments:!1};(n.text||n.hasSeparatorLine)&&t.push(n)}}}return t}(e,n);t=t.concat(r)}if(n.findMarkSectionHeaders){const n=function(e){const n=[],t=e.getLineCount();for(let r=1;r<=t;r++){di(e.getLineContent(r),r,n)}return n}(e);t=t.concat(n)}return t}function di(e,n,t){si.lastIndex=0;const r=si.exec(e);if(r){const e={startLineNumber:n,startColumn:r.indices[1][0]+1,endLineNumber:n,endColumn:r.indices[1][1]+1};if(e.endColumn>e.startColumn){const n={range:e,...ui(r[1]),shouldBeInComments:!0};(n.text||n.hasSeparatorLine)&&t.push(n)}}}function ui(e){const n=(e=e.trim()).startsWith("-");return{text:e=e.replace(li,""),hasSeparatorLine:n}}class pi extends jn{get uri(){return this._uri}get eol(){return this._eol}getValue(){return this.getText()}findMatches(e){const n=[];for(let t=0;tthis._lines.length)n=this._lines.length,t=this._lines[n-1].length+1,r=!0;else{const e=this._lines[n-1].length+1;t<1?(t=1,r=!0):t>e&&(t=e,r=!0)}return r?{lineNumber:n,column:t}:e}}class fi{constructor(e,n){this._host=e,this._models=Object.create(null),this._foreignModuleFactory=n,this._foreignModule=null}dispose(){this._models=Object.create(null)}_getModel(e){return this._models[e]}_getModels(){const e=[];return Object.keys(this._models).forEach((n=>e.push(this._models[n]))),e}acceptNewModel(e){this._models[e.url]=new pi(En.parse(e.url),e.lines,e.EOL,e.versionId)}acceptModelChanged(e,n){if(!this._models[e])return;this._models[e].onEvents(n)}acceptRemovedModel(e){this._models[e]&&delete this._models[e]}async computeUnicodeHighlights(e,n,t){const r=this._getModel(e);return r?Vr.computeUnicodeHighlights(r,n,t):{ranges:[],hasMore:!1,ambiguousCharacterCount:0,invisibleCharacterCount:0,nonBasicAsciiCharacterCount:0}}async findSectionHeaders(e,n){const t=this._getModel(e);return t?ci(t,n):[]}async computeDiff(e,n,t,r){const o=this._getModel(e),i=this._getModel(n);if(!o||!i)return null;return fi.computeDiff(o,i,t,r)}static computeDiff(e,n,t,r){const o="advanced"===r?qo():Ko(),i=e.getLinesContent(),a=n.getLinesContent(),s=o.computeDiff(i,a,t);function l(e){return e.map((e=>[e.original.startLineNumber,e.original.endLineNumberExclusive,e.modified.startLineNumber,e.modified.endLineNumberExclusive,e.innerChanges?.map((e=>[e.originalRange.startLineNumber,e.originalRange.startColumn,e.originalRange.endLineNumber,e.originalRange.endColumn,e.modifiedRange.startLineNumber,e.modifiedRange.startColumn,e.modifiedRange.endLineNumber,e.modifiedRange.endColumn]))]))}return{identical:!(s.changes.length>0)&&this._modelsAreIdentical(e,n),quitEarly:s.hitTimeout,changes:l(s.changes),moves:s.moves.map((e=>[e.lineRangeMapping.original.startLineNumber,e.lineRangeMapping.original.endLineNumberExclusive,e.lineRangeMapping.modified.startLineNumber,e.lineRangeMapping.modified.endLineNumberExclusive,l(e.changes)]))}}static _modelsAreIdentical(e,n){const t=e.getLineCount();if(t!==n.getLineCount())return!1;for(let r=1;r<=t;r++){if(e.getLineContent(r)!==n.getLineContent(r))return!1}return!0}static{this._diffLimit=1e5}async computeMoreMinimalEdits(e,n,t){const r=this._getModel(e);if(!r)return n;const o=[];let i;n=n.slice(0).sort(((e,n)=>{if(e.range&&n.range)return Ln.compareRangesUsingStarts(e.range,n.range);return(e.range?0:1)-(n.range?0:1)}));let a=0;for(let e=1;efi._diffLimit){o.push({range:e,text:a});continue}const l=Ue(n,a,t),c=r.offsetAt(Ln.lift(e).getStartPosition());for(const e of l){const n=r.positionAt(c+e.originalStart),t=r.positionAt(c+e.originalStart+e.originalLength),i={text:a.substr(e.modifiedStart,e.modifiedLength),range:{startLineNumber:n.lineNumber,startColumn:n.column,endLineNumber:t.lineNumber,endColumn:t.column}};r.getValueInRange(i.range)!==i.text&&o.push(i)}}return"number"==typeof i&&o.push({eol:i,text:"",range:{startLineNumber:0,startColumn:0,endLineNumber:0,endColumn:0}}),o}async computeLinks(e){const n=this._getModel(e);return n?function(e){return e&&"function"==typeof e.getLineCount&&"function"==typeof e.getLineContent?Zn.computeLinks(e):[]}(n):null}async computeDefaultDocumentColors(e){const n=this._getModel(e);return n?ai(n):null}static{this._suggestionsLimit=1e4}async textualSuggest(e,n,t,r){const o=new A,i=new RegExp(t,r),a=new Set;e:for(const t of e){const e=this._getModel(t);if(e)for(const t of e.words(i))if(t!==n&&isNaN(Number(t))&&(a.add(t),a.size>fi._suggestionsLimit))break e}return{words:Array.from(a),duration:o.elapsed()}}async computeWordRanges(e,n,t,r){const o=this._getModel(e);if(!o)return Object.create(null);const i=new RegExp(t,r),a=Object.create(null);for(let e=n.startLineNumber;efunction(){const t=Array.prototype.slice.call(arguments,0);return n(e,t)},r={};for(const n of e)r[n]=t(n);return r}(t,((e,n)=>this._host.fhr(e,n))),o={host:r,getMirrorModels:()=>this._getModels()};return this._foreignModuleFactory?(this._foreignModule=this._foreignModuleFactory(o,n),Promise.resolve(O(this._foreignModule))):Promise.reject(new Error("Unexpected usage"))}fmr(e,n){if(!this._foreignModule||"function"!=typeof this._foreignModule[e])return Promise.reject(new Error("Missing requestHandler or method: "+e));try{return Promise.resolve(this._foreignModule[e].apply(this._foreignModule,n))}catch(e){return Promise.reject(e)}}}"function"==typeof importScripts&&(globalThis.monaco={editor:void 0,languages:void 0,CancellationTokenSource:ot,Emitter:k,KeyCode:or,KeyMod:Cr,Position:Pn,Range:Ln,Selection:gt,SelectionDirection:br,MarkerSeverity:ir,MarkerTag:ar,Uri:En,Token:Tt});let mi=!1;function _i(e){if(mi)return;mi=!0;const n=new We((e=>{globalThis.postMessage(e)}),(n=>new fi(n,e)));globalThis.onmessage=e=>{n.onmessage(e.data)}}globalThis.onmessage=e=>{mi||_i(null)}}},n={};function t(r){var o=n[r];if(void 0!==o)return o.exports;var i=n[r]={exports:{}};return e[r](i,i.exports,t),i.exports}t.d=function(e,n){for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)};var r="/index.js",o=t(68621),i=Object.defineProperty,a={};((e,n)=>{for(var t in n)i(e,t,{get:n[t],enumerable:!0})})(a,{EndOfLineState:()=>f,IndentStyle:()=>_,ScriptKind:()=>h,ScriptTarget:()=>g,TokenClass:()=>y,createClassifier:()=>d,createLanguageService:()=>u,displayPartsToString:()=>p,flattenDiagnosticMessageText:()=>m,typescript:()=>v});var s=void 0,l={exports:{}},c=(()=>{var e,n,o,i,a,c,d,u,p,f,m,_,h,g,y=Object.defineProperty,v=Object.getOwnPropertyNames,b=(e,n)=>function(){return e&&(n=(0,e[v(e)[0]])(e=0)),n},E=(e,n)=>{for(var t in n)y(e,t,{get:n[t],enumerable:!0})},S=b({"src/compiler/corePublic.ts"(){e="5.4",n="5.4.5",o=(e=>(e[e.LessThan=-1]="LessThan",e[e.EqualTo=0]="EqualTo",e[e.GreaterThan=1]="GreaterThan",e))(o||{})}});function T(e){return e?e.length:0}function x(e,n){if(e)for(let t=0;t=0;t--){const r=n(e[t],t);if(r)return r}}function R(e,n){if(void 0!==e)for(let t=0;t=0;r--){const t=e[r];if(n(t,r))return t}}function k(e,n,t){if(void 0===e)return-1;for(let r=t??0;r=0;r--)if(n(e[r],r))return r;return-1}function O(e,n){for(let t=0;tt(e,n[r])))}function z(e,n,t){for(let r=t||0;r{const o=n(r,e);if(void 0!==o){const[e,n]=o;void 0!==e&&void 0!==n&&t.set(e,n)}})),t}function te(e,n,t){if(e.has(n))return e.get(n);const r=t();return e.set(n,r),r}function re(e,n){return!e.has(n)&&(e.add(n),!0)}function*oe(e){yield e}function ie(e,n,t){let r;if(e){r=[];const o=e.length;let i,a,s=0,l=0;for(;s{const[o,i]=n(r,e);t.set(o,i)})),t}function se(e,n){if(e){if(!n)return e.length>0;for(const t of e)if(n(t))return!0}return!1}function le(e,n,t){let r;for(let o=0;oe[n]))}(e,n,t):function(e,n){const t=[];for(const r of e)Ae(t,r,n);return t}(e,n)}function fe(){return[]}function me(e,n,t,r){if(0===e.length)return e.push(n),!0;const o=je(e,n,An,t);return o<0?(e.splice(~o,0,n),!0):!!r&&(e.splice(o,0,n),!0)}function _e(e,n,t){return function(e,n){if(0===e.length)return i;let t=e[0];const r=[t];for(let o=1;o0&&(o&=-2),2&o&&r(i,s)>0&&(o&=-3),i=s}return o}function ye(e,n,t=kn){if(!e||!n)return e===n;if(e.length!==n.length)return!1;for(let r=0;r0&&Rt.assertGreaterThanOrEqual(t(n[i],n[i-1]),0);n:for(const a=o;oa&&Rt.assertGreaterThanOrEqual(t(e[o],e[o-1]),0),t(n[i],e[o])){case-1:r.push(n[i]);continue e;case 0:continue e;case 1:continue n}}return r}function Ee(e,n){return void 0===n?e:void 0===e?[n]:(e.push(n),e)}function Se(e,n){return void 0===e?n:void 0===n?e:_n(e)?_n(n)?ce(e,n):Ee(e,n):_n(n)?Ee(n,e):[e,n]}function Te(e,n){return n<0?e.length+n:n}function xe(e,n,t,r){if(void 0===n||0===n.length)return e;if(void 0===e)return n.slice(t,r);t=void 0===t?0:Te(n,t),r=void 0===r?n.length:Te(n,r);for(let o=t;ot(e[n],e[r])||Wn(n,r)))}function Ne(e,n){return 0===e.length?e:e.slice().sort(n)}function*De(e){for(let n=e.length-1;n>=0;n--)yield e[n]}function Ce(e,n){const t=ue(e);return Ie(e,t,n),t.map((n=>e[n]))}function Me(e,n,t,r){for(;t>1);switch(r(t(e[o],o),n)){case-1:i=o+1;break;case 0:return o;case 1:a=o-1}}return~i}function Ue(e,n,t,r,o){if(e&&e.length>0){const i=e.length;if(i>0){let a=void 0===r||r<0?0:r;const s=void 0===o||a+o>i-1?i-1:a+o;let l;for(arguments.length<=2?(l=e[a],a++):l=t;a<=s;)l=n(l,e[a],a),a++;return l}}return t}function He(e,n){return p.call(e,n)}function Ke(e,n){return p.call(e,n)?e[n]:void 0}function qe(e){const n=[];for(const t in e)p.call(e,t)&&n.push(t);return n}function Je(e){const n=[];do{const t=Object.getOwnPropertyNames(e);for(const e of t)Ae(n,e)}while(e=Object.getPrototypeOf(e));return n}function Xe(e){const n=[];for(const t in e)p.call(e,t)&&n.push(e[t]);return n}function Ye(e,n){const t=new Array(e);for(let r=0;r100&&t>n.length>>1){const e=n.length-t;n.copyWithin(0,t),n.length=e,t=0}return e},isEmpty:r}}function mn(e,n){const t=new Map;let r=0;function*o(){for(const e of t.values())_n(e)?yield*e:yield e}const i={has(r){const o=e(r);if(!t.has(o))return!1;const i=t.get(o);if(!_n(i))return n(i,r);for(const e of i)if(n(e,r))return!0;return!1},add(o){const i=e(o);if(t.has(i)){const e=t.get(i);if(_n(e))F(e,o,n)||(e.push(o),r++);else{const a=e;n(a,o)||(t.set(i,[a,o]),r++)}}else t.set(i,o),r++;return this},delete(o){const i=e(o);if(!t.has(i))return!1;const a=t.get(i);if(_n(a)){for(let e=0;eo(),[Symbol.toStringTag]:t[Symbol.toStringTag]};return i}function _n(e){return Array.isArray(e)}function hn(e){return _n(e)?e:[e]}function gn(e){return"string"==typeof e}function yn(e){return"number"==typeof e}function vn(e,n){return void 0!==e&&n(e)?e:void 0}function bn(e,n){return void 0!==e&&n(e)?e:Rt.fail(`Invalid cast. The supplied value ${e} did not pass the test '${Rt.getFunctionName(n)}'.`)}function En(e){}function Sn(){return!1}function Tn(){return!0}function xn(){}function An(e){return e}function Rn(e){return e.toLowerCase()}function In(e){return f.test(e)?e.replace(f,Rn):e}function Nn(){throw new Error("Not implemented")}function Dn(e){let n;return()=>(e&&(n=e(),e=void 0),n)}function Cn(e){const n=new Map;return t=>{const r=`${typeof t}:${t}`;let o=n.get(r);return void 0!==o||n.has(r)||(o=e(t),n.set(r,o)),o}}function Mn(e){const n=new WeakMap;return t=>{let r=n.get(t);return void 0!==r||n.has(t)||(r=e(t),n.set(t,r)),r}}function Pn(e,n){return(...t)=>{let r=n.get(t);return void 0!==r||n.has(t)||(r=e(...t),n.set(t,r)),r}}function Ln(e,n,t,r,o){if(o){const e=[];for(let n=0;nUe(e,((e,n)=>n(e)),n)}return r?o=>r(t(n(e(o)))):t?r=>t(n(e(r))):n?t=>n(e(t)):e?n=>e(n):e=>e}function kn(e,n){return e===n}function wn(e,n){return e===n||void 0!==e&&void 0!==n&&e.toUpperCase()===n.toUpperCase()}function On(e,n){return kn(e,n)}function Fn(e,n){return e===n?0:void 0===e?-1:void 0===n?1:e-1===n(e,t)?e:t))}function Bn(e,n){return e===n?0:void 0===e?-1:void 0===n?1:(e=e.toUpperCase())<(n=n.toUpperCase())?-1:e>n?1:0}function jn(e,n){return e===n?0:void 0===e?-1:void 0===n?1:(e=e.toLowerCase())<(n=n.toLowerCase())?-1:e>n?1:0}function Vn(e,n){return Fn(e,n)}function Un(e){return e?Bn:Vn}function Hn(){return g}function Kn(e){g!==e&&(g=e,h=void 0)}function qn(e,n){return(h||(h=_(g)))(e,n)}function Jn(e,n,t,r){return e===n?0:void 0===e?-1:void 0===n?1:r(e[t],n[t])}function Xn(e,n){return Wn(e?1:0,n?1:0)}function Yn(e,n,t){const r=Math.max(2,Math.floor(.34*e.length));let o,i=Math.floor(.4*e.length)+1;for(const a of n){const n=t(a);if(void 0!==n&&Math.abs(n.length-e.length)<=r){if(n===e)continue;if(n.length<3&&n.toLowerCase()!==e.toLowerCase())continue;const t=$n(e,n,i-.1);if(void 0===t)continue;Rt.assert(tt?a-t:1),c=Math.floor(n.length>t+a?t+a:n.length);o[0]=a;let d=a;for(let e=1;et)return;const u=r;r=o,o=u}const a=r[n.length];return a>t?void 0:a}function Qn(e,n,t){const r=e.length-n.length;return r>=0&&(t?wn(e.slice(r),n):e.indexOf(n,r)===r)}function Zn(e,n){return Qn(e,n)?e.slice(0,e.length-n.length):e}function et(e,n){return Qn(e,n)?e.slice(0,e.length-n.length):void 0}function nt(e){let n=e.length;for(let t=n-1;t>0;t--){let r=e.charCodeAt(t);if(r>=48&&r<=57)do{--t,r=e.charCodeAt(t)}while(t>0&&r>=48&&r<=57);else{if(!(t>4)||110!==r&&78!==r)break;if(--t,r=e.charCodeAt(t),105!==r&&73!==r)break;if(--t,r=e.charCodeAt(t),109!==r&&77!==r)break;--t,r=e.charCodeAt(t)}if(45!==r&&46!==r)break;n=t}return n===e.length?e:e.slice(0,n)}function tt(e,n){for(let t=0;te===n))}function at(e){return e?An:In}function st({prefix:e,suffix:n}){return`${e}*${n}`}function lt(e,n){return Rt.assert(ft(e,n)),n.substring(e.prefix.length,n.length-e.suffix.length)}function ct(e,n,t){let r,o=-1;for(const i of e){const e=n(i);ft(e,t)&&e.prefix.length>o&&(o=e.prefix.length,r=i)}return r}function dt(e,n,t){return t?wn(e.slice(0,n.length),n):0===e.lastIndexOf(n,0)}function ut(e,n){return dt(e,n)?e.substr(n.length):e}function pt(e,n,t=An){return dt(t(e),t(n))?e.substring(n.length):void 0}function ft({prefix:e,suffix:n},t){return t.length>=e.length+n.length&&dt(t,e)&&Qn(t,n)}function mt(e,n){return t=>e(t)&&n(t)}function _t(...e){return(...n)=>{let t;for(const r of e)if(t=r(...n),t)return t;return t}}function ht(e){return(...n)=>!e(...n)}function gt(e){}function yt(e){return void 0===e?void 0:[e]}function vt(e,n,t,r,o,i){i=i||En;let a=0,s=0;const l=e.length,c=n.length;let d=!1;for(;a(e[e.None=0]="None",e[e.CaseSensitive=1]="CaseSensitive",e[e.CaseInsensitive=2]="CaseInsensitive",e[e.Both=3]="Both",e))(d||{}),u=Array.prototype.at?(e,n)=>null==e?void 0:e.at(n):(e,n)=>{if(e&&(n=Te(e,n))(e[e.None=0]="None",e[e.Normal=1]="Normal",e[e.Aggressive=2]="Aggressive",e[e.VeryAggressive=3]="VeryAggressive",e))(m||{}),_=(()=>function(e){const n=new Intl.Collator(e,{usage:"sort",sensitivity:"variant"}).compare;return(e,t)=>function(e,n,t){if(e===n)return 0;if(void 0===e)return-1;if(void 0===n)return 1;const r=t(e,n);return r<0?-1:r>0?1:0}(e,t,n)})()}}),jt=b({"src/compiler/debug.ts"(){JJ(),JJ(),At=(e=>(e[e.Off=0]="Off",e[e.Error=1]="Error",e[e.Warning=2]="Warning",e[e.Info=3]="Info",e[e.Verbose=4]="Verbose",e))(At||{}),(e=>{let n=0;function t(n){return e.currentLogLevel<=n}function r(n,r){e.loggingHost&&t(n)&&e.loggingHost.log(n,r)}function o(e){r(3,e)}var i;e.currentLogLevel=2,e.isDebugging=!1,e.shouldLog=t,e.log=o,(i=o=e.log||(e.log={})).error=function(e){r(1,e)},i.warn=function(e){r(2,e)},i.log=function(e){r(3,e)},i.trace=function(e){r(4,e)};const a={};function s(e){return n>=e}function l(n,t){return!!s(n)||(a[t]={level:n,assertion:e[t]},e[t]=En,!1)}function c(e,n){const t=new Error(e?`Debug Failure. ${e}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(t,n||c),t}function d(e,n,t,r){e||(n=n?`False expression: ${n}`:"False expression.",t&&(n+="\r\nVerbose Debug Information: "+("string"==typeof t?t:t())),c(n,r||d))}function u(e,n,t){null==e&&c(n,t||u)}function p(e,n,t){for(const r of e)u(r,n,t||p)}function f(e,n="Illegal value:",t){return c(`${n} ${"object"==typeof e&&He(e,"kind")&&He(e,"pos")?"SyntaxKind: "+y(e.kind):JSON.stringify(e)}`,t||f)}function m(e){}function _(e){if("function"!=typeof e)return"";if(He(e,"name"))return e.name;{const n=Function.prototype.toString.call(e),t=/^function\s+([\w$]+)\s*\(/.exec(n);return t?t[1]:""}}function h(e=0,n,t){const r=function(e){const n=g.get(e);if(n)return n;const t=[];for(const n in e){const r=e[n];"number"==typeof r&&t.push([r,n])}const r=Ce(t,((e,n)=>Wn(e[0],n[0])));return g.set(e,r),r}(n);if(0===e)return r.length>0&&0===r[0][0]?r[0][1]:"0";if(t){const n=[];let t=e;for(const[o,i]of r){if(o>e)break;0!==o&&o&e&&(n.push(i),t&=~o)}if(0===t)return n.join("|")}else for(const[n,t]of r)if(n===e)return t;return e.toString()}e.getAssertionLevel=function(){return n},e.setAssertionLevel=function(t){const r=n;if(n=t,t>r)for(const n of qe(a)){const r=a[n];void 0!==r&&e[n]!==r.assertion&&t>=r.level&&(e[n]=r,a[n]=void 0)}},e.shouldAssert=s,e.fail=c,e.failBadSyntaxKind=function e(n,t,r){return c(`${t||"Unexpected node."}\r\nNode ${y(n.kind)} was unexpected.`,r||e)},e.assert=d,e.assertEqual=function e(n,t,r,o,i){if(n!==t){c(`Expected ${n} === ${t}. ${r?o?`${r} ${o}`:r:""}`,i||e)}},e.assertLessThan=function e(n,t,r,o){n>=t&&c(`Expected ${n} < ${t}. ${r||""}`,o||e)},e.assertLessThanOrEqual=function e(n,t,r){n>t&&c(`Expected ${n} <= ${t}`,r||e)},e.assertGreaterThanOrEqual=function e(n,t,r){n= ${t}`,r||e)},e.assertIsDefined=u,e.checkDefined=function e(n,t,r){return u(n,t,r||e),n},e.assertEachIsDefined=p,e.checkEachDefined=function e(n,t,r){return p(n,t,r||e),n},e.assertNever=f,e.assertEachNode=function e(n,t,r,o){l(1,"assertEachNode")&&d(void 0===t||M(n,t),r||"Unexpected node.",(()=>`Node array did not pass test '${_(t)}'.`),o||e)},e.assertNode=function e(n,t,r,o){l(1,"assertNode")&&d(void 0!==n&&(void 0===t||t(n)),r||"Unexpected node.",(()=>`Node ${y(null==n?void 0:n.kind)} did not pass test '${_(t)}'.`),o||e)},e.assertNotNode=function e(n,t,r,o){l(1,"assertNotNode")&&d(void 0===n||void 0===t||!t(n),r||"Unexpected node.",(()=>`Node ${y(n.kind)} should not have passed test '${_(t)}'.`),o||e)},e.assertOptionalNode=function e(n,t,r,o){l(1,"assertOptionalNode")&&d(void 0===t||void 0===n||t(n),r||"Unexpected node.",(()=>`Node ${y(null==n?void 0:n.kind)} did not pass test '${_(t)}'.`),o||e)},e.assertOptionalToken=function e(n,t,r,o){l(1,"assertOptionalToken")&&d(void 0===t||void 0===n||n.kind===t,r||"Unexpected node.",(()=>`Node ${y(null==n?void 0:n.kind)} was not a '${y(t)}' token.`),o||e)},e.assertMissingNode=function e(n,t,r){l(1,"assertMissingNode")&&d(void 0===n,t||"Unexpected node.",(()=>`Node ${y(n.kind)} was unexpected'.`),r||e)},e.type=m,e.getFunctionName=_,e.formatSymbol=function(e){return`{ name: ${Pl(e.escapedName)}; flags: ${T(e.flags)}; declarations: ${U(e.declarations,(e=>y(e.kind)))} }`},e.formatEnum=h;const g=new Map;function y(e){return h(e,Fr,!1)}function v(e){return h(e,Wr,!0)}function b(e){return h(e,zr,!0)}function E(e){return h(e,Ho,!0)}function S(e){return h(e,qo,!0)}function T(e){return h(e,lo,!0)}function x(e){return h(e,mo,!0)}function A(e){return h(e,So,!0)}function R(e){return h(e,_o,!0)}function I(e){return h(e,Ur,!0)}e.formatSyntaxKind=y,e.formatSnippetKind=function(e){return h(e,Ko,!1)},e.formatScriptKind=function(e){return h(e,zo,!1)},e.formatNodeFlags=v,e.formatModifierFlags=b,e.formatTransformFlags=E,e.formatEmitFlags=S,e.formatSymbolFlags=T,e.formatTypeFlags=x,e.formatSignatureFlags=A,e.formatObjectFlags=R,e.formatFlowFlags=I,e.formatRelationComparisonResult=function(e){return h(e,Br,!0)},e.formatCheckMode=function(e){return h(e,Oz,!0)},e.formatSignatureCheckMode=function(e){return h(e,Fz,!0)},e.formatTypeFacts=function(e){return h(e,kz,!0)};let N,C,P=!1;function L(e){"__debugFlowFlags"in e||Object.defineProperties(e,{__tsDebuggerDisplay:{value(){const e=2&this.flags?"FlowStart":4&this.flags?"FlowBranchLabel":8&this.flags?"FlowLoopLabel":16&this.flags?"FlowAssignment":32&this.flags?"FlowTrueCondition":64&this.flags?"FlowFalseCondition":128&this.flags?"FlowSwitchClause":256&this.flags?"FlowArrayMutation":512&this.flags?"FlowCall":1024&this.flags?"FlowReduceLabel":1&this.flags?"FlowUnreachable":"UnknownFlow",n=-2048&this.flags;return`${e}${n?` (${I(n)})`:""}`}},__debugFlowFlags:{get(){return h(this.flags,Ur,!0)}},__debugToString:{value(){return O(this)}}})}function k(e){"__tsDebuggerDisplay"in e||Object.defineProperties(e,{__tsDebuggerDisplay:{value(e){return`NodeArray ${e=String(e).replace(/(?:,[\s\w\d_]+:[^,]+)+\]$/,"]")}`}}})}e.attachFlowNodeDebugInfo=function(e){P&&("function"==typeof Object.setPrototypeOf?(N||(N=Object.create(Object.prototype),L(N)),Object.setPrototypeOf(e,N)):L(e))},e.attachNodeArrayDebugInfo=function(e){P&&("function"==typeof Object.setPrototypeOf?(C||(C=Object.create(Array.prototype),k(C)),Object.setPrototypeOf(e,C)):k(e))},e.enableDebugInfo=function(){if(P)return;const e=new WeakMap,n=new WeakMap;Object.defineProperties(Wp.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){const e=33554432&this.flags?"TransientSymbol":"Symbol",n=-33554433&this.flags;return`${e} '${wl(this)}'${n?` (${T(n)})`:""}`}},__debugFlags:{get(){return T(this.flags)}}}),Object.defineProperties(Wp.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){const e=67359327&this.flags?`IntrinsicType ${this.intrinsicName}${this.debugIntrinsicName?` (${this.debugIntrinsicName})`:""}`:98304&this.flags?"NullableType":384&this.flags?`LiteralType ${JSON.stringify(this.value)}`:2048&this.flags?`LiteralType ${this.value.negative?"-":""}${this.value.base10Value}n`:8192&this.flags?"UniqueESSymbolType":32&this.flags?"EnumType":1048576&this.flags?"UnionType":2097152&this.flags?"IntersectionType":4194304&this.flags?"IndexType":8388608&this.flags?"IndexedAccessType":16777216&this.flags?"ConditionalType":33554432&this.flags?"SubstitutionType":262144&this.flags?"TypeParameter":524288&this.flags?3&this.objectFlags?"InterfaceType":4&this.objectFlags?"TypeReference":8&this.objectFlags?"TupleType":16&this.objectFlags?"AnonymousType":32&this.objectFlags?"MappedType":1024&this.objectFlags?"ReverseMappedType":256&this.objectFlags?"EvolvingArrayType":"ObjectType":"Type",n=524288&this.flags?-1344&this.objectFlags:0;return`${e}${this.symbol?` '${wl(this.symbol)}'`:""}${n?` (${R(n)})`:""}`}},__debugFlags:{get(){return x(this.flags)}},__debugObjectFlags:{get(){return 524288&this.flags?R(this.objectFlags):""}},__debugTypeToString:{value(){let n=e.get(this);return void 0===n&&(n=this.checker.typeToString(this),e.set(this,n)),n}}}),Object.defineProperties(Wp.getSignatureConstructor().prototype,{__debugFlags:{get(){return A(this.flags)}},__debugSignatureToString:{value(){var e;return null==(e=this.checker)?void 0:e.signatureToString(this)}}});const t=[Wp.getNodeConstructor(),Wp.getIdentifierConstructor(),Wp.getTokenConstructor(),Wp.getSourceFileConstructor()];for(const e of t)He(e.prototype,"__debugKind")||Object.defineProperties(e.prototype,{__tsDebuggerDisplay:{value(){return`${ud(this)?"GeneratedIdentifier":tN(this)?`Identifier '${Ll(this)}'`:rN(this)?`PrivateIdentifier '${Ll(this)}'`:zI(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:FI(this)?`NumericLiteral ${this.text}`:WI(this)?`BigIntLiteral ${this.text}n`:vN(this)?"TypeParameterDeclaration":bN(this)?"ParameterDeclaration":IN(this)?"ConstructorDeclaration":NN(this)?"GetAccessorDeclaration":DN(this)?"SetAccessorDeclaration":CN(this)?"CallSignatureDeclaration":MN(this)?"ConstructSignatureDeclaration":PN(this)?"IndexSignatureDeclaration":LN(this)?"TypePredicateNode":kN(this)?"TypeReferenceNode":wN(this)?"FunctionTypeNode":ON(this)?"ConstructorTypeNode":FN(this)?"TypeQueryNode":WN(this)?"TypeLiteralNode":zN(this)?"ArrayTypeNode":GN(this)?"TupleTypeNode":jN(this)?"OptionalTypeNode":VN(this)?"RestTypeNode":UN(this)?"UnionTypeNode":HN(this)?"IntersectionTypeNode":KN(this)?"ConditionalTypeNode":qN(this)?"InferTypeNode":JN(this)?"ParenthesizedTypeNode":XN(this)?"ThisTypeNode":YN(this)?"TypeOperatorNode":$N(this)?"IndexedAccessTypeNode":QN(this)?"MappedTypeNode":ZN(this)?"LiteralTypeNode":BN(this)?"NamedTupleMember":eD(this)?"ImportTypeNode":y(this.kind)}${this.flags?` (${v(this.flags)})`:""}`}},__debugKind:{get(){return y(this.kind)}},__debugNodeFlags:{get(){return v(this.flags)}},__debugModifierFlags:{get(){return b(oE(this))}},__debugTransformFlags:{get(){return E(this.transformFlags)}},__debugIsParseTreeNode:{get(){return Dl(this)}},__debugEmitFlags:{get(){return S(Im(this))}},__debugGetText:{value(e){if(Sv(this))return"";let t=n.get(this);if(void 0===t){const r=Cl(this),o=r&&$f(r);t=o?Em(o,r,e):"",n.set(this,t)}return t}}});P=!0},e.formatVariance=function(e){const n=7&e;let t=0===n?"in out":3===n?"[bivariant]":2===n?"in":1===n?"out":4===n?"[independent]":"";return 8&e?t+=" (unmeasurable)":16&e&&(t+=" (unreliable)"),t};class w{__debugToString(){var e;switch(this.kind){case 3:return(null==(e=this.debugInfo)?void 0:e.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return D(this.sources,this.targets||U(this.sources,(()=>"any")),((e,n)=>`${e.__debugTypeToString()} -> ${"string"==typeof n?n:n.__debugTypeToString()}`)).join(", ");case 2:return D(this.sources,this.targets,((e,n)=>`${e.__debugTypeToString()} -> ${n().__debugTypeToString()}`)).join(", ");case 5:case 4:return`m1: ${this.mapper1.__debugToString().split("\n").join("\n ")}\nm2: ${this.mapper2.__debugToString().split("\n").join("\n ")}`;default:return f(this)}}}function O(e){let n,t=-1;function r(e){return e.id||(e.id=t,t--),e.id}var o;let i;var a;(o=n||(n={})).lr="─",o.ud="│",o.dr="╭",o.dl="╮",o.ul="╯",o.ur="╰",o.udr="├",o.udl="┤",o.dlr="┬",o.ulr="┴",o.udlr="╫",(a=i||(i={}))[a.None=0]="None",a[a.Up=1]="Up",a[a.Down=2]="Down",a[a.Left=4]="Left",a[a.Right=8]="Right",a[a.UpDown=3]="UpDown",a[a.LeftRight=12]="LeftRight",a[a.UpLeft=5]="UpLeft",a[a.UpRight=9]="UpRight",a[a.DownLeft=6]="DownLeft",a[a.DownRight=10]="DownRight",a[a.UpDownLeft=7]="UpDownLeft",a[a.UpDownRight=11]="UpDownRight",a[a.UpLeftRight=13]="UpLeftRight",a[a.DownLeftRight=14]="DownLeftRight",a[a.UpDownLeftRight=15]="UpDownLeftRight",a[a.NoChildren=16]="NoChildren";const s=2032,l=882,c=Object.create(null),d=[],u=[],p=g(e,new Set);for(const e of d)e.text=E(e.flowNode,e.circular),v(e);const f=function e(n){let t=0;for(const r of _(n))t=Math.max(t,e(r));return t+1}(p),m=function(e){const n=T(Array(e),0);for(const e of d)n[e.level]=Math.max(n[e.level],e.text.length);return n}(f);return function e(n,t){if(-1===n.lane){n.lane=t,n.endLane=t;const r=_(n);for(let o=0;o0&&t++;const i=r[o];e(i,t),i.endLane>n.endLane&&(t=i.endLane)}n.endLane=t}}(p,0),function(){const e=m.length,n=d.reduce(((e,n)=>Math.max(e,n.lane)),0)+1,t=T(Array(n),""),r=m.map((()=>Array(n))),o=m.map((()=>T(Array(n),0)));for(const e of d){r[e.level][e.lane]=e;const n=_(e);for(let t=0;t0&&(i|=1),t0&&(i|=1),n0?o[t-1][e]:0,r=e>0?o[t][e-1]:0;let i=o[t][e];i||(8&n&&(i|=12),2&r&&(i|=3),o[t][e]=i)}for(let n=0;n0?e.repeat(n):"";let t="";for(;t.length=",r.version)),Jt(o.major)||t.push(Jt(o.minor)?Xt("<",o.version.increment("major")):Jt(o.patch)?Xt("<",o.version.increment("minor")):Xt("<=",o.version)),!0)}function qt(e,n,t){const r=Ht(n);if(!r)return!1;const{version:o,major:i,minor:a,patch:s}=r;if(Jt(i))"<"!==e&&">"!==e||t.push(Xt("<",kt.zero));else switch(e){case"~":t.push(Xt(">=",o)),t.push(Xt("<",o.increment(Jt(a)?"major":"minor")));break;case"^":t.push(Xt(">=",o)),t.push(Xt("<",o.increment(o.major>0||Jt(a)?"major":o.minor>0||Jt(s)?"minor":"patch")));break;case"<":case">=":t.push(Jt(a)||Jt(s)?Xt(e,o.with({prerelease:"0"})):Xt(e,o));break;case"<=":case">":t.push(Jt(a)?Xt("<="===e?"<":">=",o.increment("major").with({prerelease:"0"})):Jt(s)?Xt("<="===e?"<":">=",o.increment("minor").with({prerelease:"0"})):Xt(e,o));break;case"=":case void 0:Jt(a)||Jt(s)?(t.push(Xt(">=",o.with({prerelease:"0"}))),t.push(Xt("<",o.increment(Jt(a)?"major":"minor").with({prerelease:"0"})))):t.push(Xt("=",o));break;default:return!1}return!0}function Jt(e){return"*"===e||"x"===e||"X"===e}function Xt(e,n){return{operator:e,operand:n}}function Yt(e,n){for(const t of n)if(!$t(e,t.operator,t.operand))return!1;return!0}function $t(e,n,t){const r=e.compareTo(t);switch(n){case"<":return r<0;case"<=":return r<=0;case">":return r>0;case">=":return r>=0;case"=":return 0===r;default:return Rt.assertNever(n)}}function Qt(e){return U(e,Zt).join(" ")}function Zt(e){return`${e.operator}${e.operand}`}var er,nr,tr,rr=b({"src/compiler/semver.ts"(){JJ(),It=/^(0|[1-9]\d*)(?:\.(0|[1-9]\d*)(?:\.(0|[1-9]\d*)(?:-([a-z0-9-.]+))?(?:\+([a-z0-9-.]+))?)?)?$/i,Nt=/^(?:0|[1-9]\d*|[a-z-][a-z0-9-]*)(?:\.(?:0|[1-9]\d*|[a-z-][a-z0-9-]*))*$/i,Dt=/^(?:0|[1-9]\d*|[a-z-][a-z0-9-]*)$/i,Ct=/^[a-z0-9-]+(?:\.[a-z0-9-]+)*$/i,Mt=/^[a-z0-9-]+$/i,Pt=/^(0|[1-9]\d*)$/,(Lt=class e{constructor(e,n=0,t=0,r="",o=""){if("string"==typeof e){const i=Rt.checkDefined(Vt(e),"Invalid version");({major:e,minor:n,patch:t,prerelease:r,build:o}=i)}Rt.assert(e>=0,"Invalid argument: major"),Rt.assert(n>=0,"Invalid argument: minor"),Rt.assert(t>=0,"Invalid argument: patch");const a=r?_n(r)?r:r.split("."):i,s=o?_n(o)?o:o.split("."):i;Rt.assert(M(a,(e=>Dt.test(e))),"Invalid argument: prerelease"),Rt.assert(M(s,(e=>Mt.test(e))),"Invalid argument: build"),this.major=e,this.minor=n,this.patch=t,this.prerelease=a,this.build=s}static tryParse(n){const t=Vt(n);if(!t)return;const{major:r,minor:o,patch:i,prerelease:a,build:s}=t;return new e(r,o,i,a,s)}compareTo(e){return this===e?0:void 0===e?1:Wn(this.major,e.major)||Wn(this.minor,e.minor)||Wn(this.patch,e.patch)||function(e,n){if(e===n)return 0;if(0===e.length)return 0===n.length?0:1;if(0===n.length)return-1;const t=Math.min(e.length,n.length);for(let r=0;r|>=|=)?\s*([a-z0-9-+.*]+)$/i}});function or(e,n){return"object"==typeof e&&"number"==typeof e.timeOrigin&&"function"==typeof e.mark&&"function"==typeof e.measure&&"function"==typeof e.now&&"function"==typeof e.clearMarks&&"function"==typeof e.clearMeasures&&"function"==typeof n}function ir(){return er}var ar,sr,lr,cr,dr,ur,pr,fr,mr,_r,hr=b({"src/compiler/performanceCore.ts"(){JJ(),er=function(){if("object"==typeof performance&&"function"==typeof PerformanceObserver&&or(performance,PerformanceObserver))return{shouldWriteNativeEvents:!0,performance:performance,PerformanceObserver:PerformanceObserver}}()||function(){if(xt())try{const{performance:e,PerformanceObserver:n}=s("perf_hooks");if(or(e,n))return{shouldWriteNativeEvents:!1,performance:e,PerformanceObserver:n}}catch{}}(),nr=null==er?void 0:er.performance,tr=nr?()=>nr.now():Date.now?Date.now:()=>+new Date}}),gr=b({"src/compiler/perfLogger.ts"(){try{const e=process.env.TS_ETW_MODULE_PATH??"./node_modules/@microsoft/typescript-etw";ar=s(e)}catch(e){ar=void 0}sr=(null==ar?void 0:ar.logEvent)?ar:void 0}});function yr(e,n,t,r){return e?vr(n,t,r):dr}function vr(e,n,t){let r=0;return{enter:function(){1==++r&&br(n)},exit:function(){0==--r?(br(t),Er(e,n,t)):r<0&&Rt.fail("enter/exit count does not match.")}}}function br(e){if(ur){const n=mr.get(e)??0;mr.set(e,n+1),fr.set(e,tr()),null==cr||cr.mark(e),"function"==typeof onProfilerEvent&&onProfilerEvent(e)}}function Er(e,n,t){if(ur){const r=(void 0!==t?fr.get(t):void 0)??tr(),o=(void 0!==n?fr.get(n):void 0)??pr,i=_r.get(e)||0;_r.set(e,i+(r-o)),null==cr||cr.measure(e,n,t)}}function Sr(e){return mr.get(e)||0}function Tr(e){return _r.get(e)||0}function xr(e){_r.forEach(((n,t)=>e(t,n)))}function Ar(e){fr.forEach(((n,t)=>e(t)))}function Rr(e){void 0!==e?_r.delete(e):_r.clear(),null==cr||cr.clearMeasures(e)}function Ir(e){void 0!==e?(mr.delete(e),fr.delete(e)):(mr.clear(),fr.clear()),null==cr||cr.clearMarks(e)}function Nr(){return ur}function Dr(e=hi){var n;return ur||(ur=!0,lr||(lr=ir()),lr&&(pr=lr.performance.timeOrigin,(lr.shouldWriteNativeEvents||(null==(n=null==e?void 0:e.cpuProfilingEnabled)?void 0:n.call(e))||(null==e?void 0:e.debugMode))&&(cr=lr.performance))),!0}function Cr(){ur&&(fr.clear(),mr.clear(),_r.clear(),cr=void 0,ur=!1)}var Mr=b({"src/compiler/performance.ts"(){JJ(),dr={enter:En,exit:En},ur=!1,pr=tr(),fr=new Map,mr=new Map,_r=new Map}}),Pr={};E(Pr,{clearMarks:()=>Ir,clearMeasures:()=>Rr,createTimer:()=>vr,createTimerIf:()=>yr,disable:()=>Cr,enable:()=>Dr,forEachMark:()=>Ar,forEachMeasure:()=>xr,getCount:()=>Sr,getDuration:()=>Tr,isEnabled:()=>Nr,mark:()=>br,measure:()=>Er,nullTimer:()=>dr});var Lr,kr,wr,Or,Fr,Wr,zr,Gr,Br,jr,Vr,Ur,Hr,Kr,qr,Jr,Xr,Yr,$r,Qr,Zr,eo,no,to,ro,oo,io,ao,so,lo,co,uo,po,fo,mo,_o,ho,go,yo,vo,bo,Eo,So,To,xo,Ao,Ro,Io,No,Do,Co,Mo,Po,Lo,ko,wo,Oo,Fo,Wo,zo,Go,Bo,jo,Vo,Uo,Ho,Ko,qo,Jo,Xo,Yo,$o,Qo,Zo,ei,ni,ti,ri,oi=b({"src/compiler/_namespaces/ts.performance.ts"(){Mr()}}),ii=b({"src/compiler/tracing.ts"(){JJ(),oi(),(e=>{let n,t,r=0,o=0;const i=[];let a;const l=[];let c;var d;e.startTracing=function(c,d,u){if(Rt.assert(!Lr,"Tracing already started"),void 0===n)try{n=s("fs")}catch(e){throw new Error(`tracing requires having fs\n(original error: ${e.message||e})`)}t=c,i.length=0,void 0===a&&(a=ua(d,"legend.json")),n.existsSync(d)||n.mkdirSync(d,{recursive:!0});const p="build"===t?`.${process.pid}-${++r}`:"server"===t?`.${process.pid}`:"",f=ua(d,`trace${p}.json`),m=ua(d,`types${p}.json`);l.push({configFilePath:u,tracePath:f,typesPath:m}),o=n.openSync(f,"w"),Lr=e;const _={cat:"__metadata",ph:"M",ts:1e3*tr(),pid:1,tid:1};n.writeSync(o,"[\n"+[{name:"process_name",args:{name:"tsc"},..._},{name:"thread_name",args:{name:"Main"},..._},{name:"TracingStartedInBrowser",..._,cat:"disabled-by-default-devtools.timeline"}].map((e=>JSON.stringify(e))).join(",\n"))},e.stopTracing=function(){Rt.assert(Lr,"Tracing is not in progress"),Rt.assert(!!i.length==("server"!==t)),n.writeSync(o,"\n]\n"),n.closeSync(o),Lr=void 0,i.length?function(e){var t,r,o,i,a,s,c,d,u,p,f,m,h,g,y,v,b,E,S;br("beginDumpTypes");const T=l[l.length-1].typesPath,x=n.openSync(T,"w"),A=new Map;n.writeSync(x,"[");const R=e.length;for(let l=0;le.id)),referenceLocation:_(e.node)}}let P={};if(16777216&T.flags){const e=T;P={conditionalCheckType:null==(s=e.checkType)?void 0:s.id,conditionalExtendsType:null==(c=e.extendsType)?void 0:c.id,conditionalTrueType:(null==(d=e.resolvedTrueType)?void 0:d.id)??-1,conditionalFalseType:(null==(u=e.resolvedFalseType)?void 0:u.id)??-1}}let L={};if(33554432&T.flags){const e=T;L={substitutionBaseType:null==(p=e.baseType)?void 0:p.id,constraintType:null==(f=e.constraint)?void 0:f.id}}let k={};if(1024&I){const e=T;k={reverseMappedSourceType:null==(m=e.source)?void 0:m.id,reverseMappedMappedType:null==(h=e.mappedType)?void 0:h.id,reverseMappedConstraintType:null==(g=e.constraintType)?void 0:g.id}}let w,O={};if(256&I){const e=T;O={evolvingArrayElementType:e.elementType.id,evolvingArrayFinalType:null==(y=e.finalArrayType)?void 0:y.id}}const F=T.checker.getRecursionIdentity(T);F&&(w=A.get(F),w||(w=A.size,A.set(F,w)));const W={id:T.id,intrinsicName:T.intrinsicName,symbolName:(null==N?void 0:N.escapedName)&&Pl(N.escapedName),recursionId:w,isTuple:!!(8&I)||void 0,unionTypes:1048576&T.flags?null==(v=T.types)?void 0:v.map((e=>e.id)):void 0,intersectionTypes:2097152&T.flags?T.types.map((e=>e.id)):void 0,aliasTypeArguments:null==(b=T.aliasTypeArguments)?void 0:b.map((e=>e.id)),keyofType:4194304&T.flags?null==(E=T.type)?void 0:E.id:void 0,...C,...M,...P,...L,...k,...O,destructuringPattern:_(T.pattern),firstDeclaration:_(null==(S=null==N?void 0:N.declarations)?void 0:S[0]),flags:Rt.formatTypeFlags(T.flags).split("|"),display:D};n.writeSync(x,JSON.stringify(W)),l0),f(u.length-1,1e3*tr(),e),u.length--},e.popAll=function(){const e=1e3*tr();for(let n=u.length-1;n>=0;n--)f(n,e);u.length=0};const p=1e4;function f(e,n,t){const{phase:r,name:o,args:i,time:a,separateBeginAndEnd:s}=u[e];s?(Rt.assert(!t,"`results` are not supported for events with `separateBeginAndEnd`"),m("E",r,o,i,void 0,n)):p-a%p<=n-a&&m("X",r,o,{...i,results:t},'"dur":'+(n-a),a)}function m(e,r,i,a,s,l=1e3*tr()){"server"===t&&"checkTypes"===r||(br("beginTracing"),n.writeSync(o,`,\n{"pid":1,"tid":1,"ph":"${e}","cat":"${r}","ts":${l},"name":"${i}"`),s&&n.writeSync(o,`,${s}`),a&&n.writeSync(o,`,"args":${JSON.stringify(a)}`),n.writeSync(o,"}"),br("endTracing"),Er("Tracing","beginTracing","endTracing"))}function _(e){const n=$f(e);return n?{path:n.path,start:t(_s(n,e.pos)),end:t(_s(n,e.end))}:void 0;function t(e){return{line:e.line+1,character:e.character+1}}}e.dumpLegend=function(){a&&n.writeFileSync(a,JSON.stringify(l))}})(kr||(kr={})),wr=kr.startTracing,Or=kr.dumpLegend}});function ai(e,n=!0){const t=Do[e.category];return n?t.toLowerCase():t}var si,li,ci,di,ui,pi,fi,mi,_i,hi,gi=b({"src/compiler/types.ts"(){Fr=(e=>(e[e.Unknown=0]="Unknown",e[e.EndOfFileToken=1]="EndOfFileToken",e[e.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",e[e.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",e[e.NewLineTrivia=4]="NewLineTrivia",e[e.WhitespaceTrivia=5]="WhitespaceTrivia",e[e.ShebangTrivia=6]="ShebangTrivia",e[e.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",e[e.NonTextFileMarkerTrivia=8]="NonTextFileMarkerTrivia",e[e.NumericLiteral=9]="NumericLiteral",e[e.BigIntLiteral=10]="BigIntLiteral",e[e.StringLiteral=11]="StringLiteral",e[e.JsxText=12]="JsxText",e[e.JsxTextAllWhiteSpaces=13]="JsxTextAllWhiteSpaces",e[e.RegularExpressionLiteral=14]="RegularExpressionLiteral",e[e.NoSubstitutionTemplateLiteral=15]="NoSubstitutionTemplateLiteral",e[e.TemplateHead=16]="TemplateHead",e[e.TemplateMiddle=17]="TemplateMiddle",e[e.TemplateTail=18]="TemplateTail",e[e.OpenBraceToken=19]="OpenBraceToken",e[e.CloseBraceToken=20]="CloseBraceToken",e[e.OpenParenToken=21]="OpenParenToken",e[e.CloseParenToken=22]="CloseParenToken",e[e.OpenBracketToken=23]="OpenBracketToken",e[e.CloseBracketToken=24]="CloseBracketToken",e[e.DotToken=25]="DotToken",e[e.DotDotDotToken=26]="DotDotDotToken",e[e.SemicolonToken=27]="SemicolonToken",e[e.CommaToken=28]="CommaToken",e[e.QuestionDotToken=29]="QuestionDotToken",e[e.LessThanToken=30]="LessThanToken",e[e.LessThanSlashToken=31]="LessThanSlashToken",e[e.GreaterThanToken=32]="GreaterThanToken",e[e.LessThanEqualsToken=33]="LessThanEqualsToken",e[e.GreaterThanEqualsToken=34]="GreaterThanEqualsToken",e[e.EqualsEqualsToken=35]="EqualsEqualsToken",e[e.ExclamationEqualsToken=36]="ExclamationEqualsToken",e[e.EqualsEqualsEqualsToken=37]="EqualsEqualsEqualsToken",e[e.ExclamationEqualsEqualsToken=38]="ExclamationEqualsEqualsToken",e[e.EqualsGreaterThanToken=39]="EqualsGreaterThanToken",e[e.PlusToken=40]="PlusToken",e[e.MinusToken=41]="MinusToken",e[e.AsteriskToken=42]="AsteriskToken",e[e.AsteriskAsteriskToken=43]="AsteriskAsteriskToken",e[e.SlashToken=44]="SlashToken",e[e.PercentToken=45]="PercentToken",e[e.PlusPlusToken=46]="PlusPlusToken",e[e.MinusMinusToken=47]="MinusMinusToken",e[e.LessThanLessThanToken=48]="LessThanLessThanToken",e[e.GreaterThanGreaterThanToken=49]="GreaterThanGreaterThanToken",e[e.GreaterThanGreaterThanGreaterThanToken=50]="GreaterThanGreaterThanGreaterThanToken",e[e.AmpersandToken=51]="AmpersandToken",e[e.BarToken=52]="BarToken",e[e.CaretToken=53]="CaretToken",e[e.ExclamationToken=54]="ExclamationToken",e[e.TildeToken=55]="TildeToken",e[e.AmpersandAmpersandToken=56]="AmpersandAmpersandToken",e[e.BarBarToken=57]="BarBarToken",e[e.QuestionToken=58]="QuestionToken",e[e.ColonToken=59]="ColonToken",e[e.AtToken=60]="AtToken",e[e.QuestionQuestionToken=61]="QuestionQuestionToken",e[e.BacktickToken=62]="BacktickToken",e[e.HashToken=63]="HashToken",e[e.EqualsToken=64]="EqualsToken",e[e.PlusEqualsToken=65]="PlusEqualsToken",e[e.MinusEqualsToken=66]="MinusEqualsToken",e[e.AsteriskEqualsToken=67]="AsteriskEqualsToken",e[e.AsteriskAsteriskEqualsToken=68]="AsteriskAsteriskEqualsToken",e[e.SlashEqualsToken=69]="SlashEqualsToken",e[e.PercentEqualsToken=70]="PercentEqualsToken",e[e.LessThanLessThanEqualsToken=71]="LessThanLessThanEqualsToken",e[e.GreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanEqualsToken",e[e.GreaterThanGreaterThanGreaterThanEqualsToken=73]="GreaterThanGreaterThanGreaterThanEqualsToken",e[e.AmpersandEqualsToken=74]="AmpersandEqualsToken",e[e.BarEqualsToken=75]="BarEqualsToken",e[e.BarBarEqualsToken=76]="BarBarEqualsToken",e[e.AmpersandAmpersandEqualsToken=77]="AmpersandAmpersandEqualsToken",e[e.QuestionQuestionEqualsToken=78]="QuestionQuestionEqualsToken",e[e.CaretEqualsToken=79]="CaretEqualsToken",e[e.Identifier=80]="Identifier",e[e.PrivateIdentifier=81]="PrivateIdentifier",e[e.JSDocCommentTextToken=82]="JSDocCommentTextToken",e[e.BreakKeyword=83]="BreakKeyword",e[e.CaseKeyword=84]="CaseKeyword",e[e.CatchKeyword=85]="CatchKeyword",e[e.ClassKeyword=86]="ClassKeyword",e[e.ConstKeyword=87]="ConstKeyword",e[e.ContinueKeyword=88]="ContinueKeyword",e[e.DebuggerKeyword=89]="DebuggerKeyword",e[e.DefaultKeyword=90]="DefaultKeyword",e[e.DeleteKeyword=91]="DeleteKeyword",e[e.DoKeyword=92]="DoKeyword",e[e.ElseKeyword=93]="ElseKeyword",e[e.EnumKeyword=94]="EnumKeyword",e[e.ExportKeyword=95]="ExportKeyword",e[e.ExtendsKeyword=96]="ExtendsKeyword",e[e.FalseKeyword=97]="FalseKeyword",e[e.FinallyKeyword=98]="FinallyKeyword",e[e.ForKeyword=99]="ForKeyword",e[e.FunctionKeyword=100]="FunctionKeyword",e[e.IfKeyword=101]="IfKeyword",e[e.ImportKeyword=102]="ImportKeyword",e[e.InKeyword=103]="InKeyword",e[e.InstanceOfKeyword=104]="InstanceOfKeyword",e[e.NewKeyword=105]="NewKeyword",e[e.NullKeyword=106]="NullKeyword",e[e.ReturnKeyword=107]="ReturnKeyword",e[e.SuperKeyword=108]="SuperKeyword",e[e.SwitchKeyword=109]="SwitchKeyword",e[e.ThisKeyword=110]="ThisKeyword",e[e.ThrowKeyword=111]="ThrowKeyword",e[e.TrueKeyword=112]="TrueKeyword",e[e.TryKeyword=113]="TryKeyword",e[e.TypeOfKeyword=114]="TypeOfKeyword",e[e.VarKeyword=115]="VarKeyword",e[e.VoidKeyword=116]="VoidKeyword",e[e.WhileKeyword=117]="WhileKeyword",e[e.WithKeyword=118]="WithKeyword",e[e.ImplementsKeyword=119]="ImplementsKeyword",e[e.InterfaceKeyword=120]="InterfaceKeyword",e[e.LetKeyword=121]="LetKeyword",e[e.PackageKeyword=122]="PackageKeyword",e[e.PrivateKeyword=123]="PrivateKeyword",e[e.ProtectedKeyword=124]="ProtectedKeyword",e[e.PublicKeyword=125]="PublicKeyword",e[e.StaticKeyword=126]="StaticKeyword",e[e.YieldKeyword=127]="YieldKeyword",e[e.AbstractKeyword=128]="AbstractKeyword",e[e.AccessorKeyword=129]="AccessorKeyword",e[e.AsKeyword=130]="AsKeyword",e[e.AssertsKeyword=131]="AssertsKeyword",e[e.AssertKeyword=132]="AssertKeyword",e[e.AnyKeyword=133]="AnyKeyword",e[e.AsyncKeyword=134]="AsyncKeyword",e[e.AwaitKeyword=135]="AwaitKeyword",e[e.BooleanKeyword=136]="BooleanKeyword",e[e.ConstructorKeyword=137]="ConstructorKeyword",e[e.DeclareKeyword=138]="DeclareKeyword",e[e.GetKeyword=139]="GetKeyword",e[e.InferKeyword=140]="InferKeyword",e[e.IntrinsicKeyword=141]="IntrinsicKeyword",e[e.IsKeyword=142]="IsKeyword",e[e.KeyOfKeyword=143]="KeyOfKeyword",e[e.ModuleKeyword=144]="ModuleKeyword",e[e.NamespaceKeyword=145]="NamespaceKeyword",e[e.NeverKeyword=146]="NeverKeyword",e[e.OutKeyword=147]="OutKeyword",e[e.ReadonlyKeyword=148]="ReadonlyKeyword",e[e.RequireKeyword=149]="RequireKeyword",e[e.NumberKeyword=150]="NumberKeyword",e[e.ObjectKeyword=151]="ObjectKeyword",e[e.SatisfiesKeyword=152]="SatisfiesKeyword",e[e.SetKeyword=153]="SetKeyword",e[e.StringKeyword=154]="StringKeyword",e[e.SymbolKeyword=155]="SymbolKeyword",e[e.TypeKeyword=156]="TypeKeyword",e[e.UndefinedKeyword=157]="UndefinedKeyword",e[e.UniqueKeyword=158]="UniqueKeyword",e[e.UnknownKeyword=159]="UnknownKeyword",e[e.UsingKeyword=160]="UsingKeyword",e[e.FromKeyword=161]="FromKeyword",e[e.GlobalKeyword=162]="GlobalKeyword",e[e.BigIntKeyword=163]="BigIntKeyword",e[e.OverrideKeyword=164]="OverrideKeyword",e[e.OfKeyword=165]="OfKeyword",e[e.QualifiedName=166]="QualifiedName",e[e.ComputedPropertyName=167]="ComputedPropertyName",e[e.TypeParameter=168]="TypeParameter",e[e.Parameter=169]="Parameter",e[e.Decorator=170]="Decorator",e[e.PropertySignature=171]="PropertySignature",e[e.PropertyDeclaration=172]="PropertyDeclaration",e[e.MethodSignature=173]="MethodSignature",e[e.MethodDeclaration=174]="MethodDeclaration",e[e.ClassStaticBlockDeclaration=175]="ClassStaticBlockDeclaration",e[e.Constructor=176]="Constructor",e[e.GetAccessor=177]="GetAccessor",e[e.SetAccessor=178]="SetAccessor",e[e.CallSignature=179]="CallSignature",e[e.ConstructSignature=180]="ConstructSignature",e[e.IndexSignature=181]="IndexSignature",e[e.TypePredicate=182]="TypePredicate",e[e.TypeReference=183]="TypeReference",e[e.FunctionType=184]="FunctionType",e[e.ConstructorType=185]="ConstructorType",e[e.TypeQuery=186]="TypeQuery",e[e.TypeLiteral=187]="TypeLiteral",e[e.ArrayType=188]="ArrayType",e[e.TupleType=189]="TupleType",e[e.OptionalType=190]="OptionalType",e[e.RestType=191]="RestType",e[e.UnionType=192]="UnionType",e[e.IntersectionType=193]="IntersectionType",e[e.ConditionalType=194]="ConditionalType",e[e.InferType=195]="InferType",e[e.ParenthesizedType=196]="ParenthesizedType",e[e.ThisType=197]="ThisType",e[e.TypeOperator=198]="TypeOperator",e[e.IndexedAccessType=199]="IndexedAccessType",e[e.MappedType=200]="MappedType",e[e.LiteralType=201]="LiteralType",e[e.NamedTupleMember=202]="NamedTupleMember",e[e.TemplateLiteralType=203]="TemplateLiteralType",e[e.TemplateLiteralTypeSpan=204]="TemplateLiteralTypeSpan",e[e.ImportType=205]="ImportType",e[e.ObjectBindingPattern=206]="ObjectBindingPattern",e[e.ArrayBindingPattern=207]="ArrayBindingPattern",e[e.BindingElement=208]="BindingElement",e[e.ArrayLiteralExpression=209]="ArrayLiteralExpression",e[e.ObjectLiteralExpression=210]="ObjectLiteralExpression",e[e.PropertyAccessExpression=211]="PropertyAccessExpression",e[e.ElementAccessExpression=212]="ElementAccessExpression",e[e.CallExpression=213]="CallExpression",e[e.NewExpression=214]="NewExpression",e[e.TaggedTemplateExpression=215]="TaggedTemplateExpression",e[e.TypeAssertionExpression=216]="TypeAssertionExpression",e[e.ParenthesizedExpression=217]="ParenthesizedExpression",e[e.FunctionExpression=218]="FunctionExpression",e[e.ArrowFunction=219]="ArrowFunction",e[e.DeleteExpression=220]="DeleteExpression",e[e.TypeOfExpression=221]="TypeOfExpression",e[e.VoidExpression=222]="VoidExpression",e[e.AwaitExpression=223]="AwaitExpression",e[e.PrefixUnaryExpression=224]="PrefixUnaryExpression",e[e.PostfixUnaryExpression=225]="PostfixUnaryExpression",e[e.BinaryExpression=226]="BinaryExpression",e[e.ConditionalExpression=227]="ConditionalExpression",e[e.TemplateExpression=228]="TemplateExpression",e[e.YieldExpression=229]="YieldExpression",e[e.SpreadElement=230]="SpreadElement",e[e.ClassExpression=231]="ClassExpression",e[e.OmittedExpression=232]="OmittedExpression",e[e.ExpressionWithTypeArguments=233]="ExpressionWithTypeArguments",e[e.AsExpression=234]="AsExpression",e[e.NonNullExpression=235]="NonNullExpression",e[e.MetaProperty=236]="MetaProperty",e[e.SyntheticExpression=237]="SyntheticExpression",e[e.SatisfiesExpression=238]="SatisfiesExpression",e[e.TemplateSpan=239]="TemplateSpan",e[e.SemicolonClassElement=240]="SemicolonClassElement",e[e.Block=241]="Block",e[e.EmptyStatement=242]="EmptyStatement",e[e.VariableStatement=243]="VariableStatement",e[e.ExpressionStatement=244]="ExpressionStatement",e[e.IfStatement=245]="IfStatement",e[e.DoStatement=246]="DoStatement",e[e.WhileStatement=247]="WhileStatement",e[e.ForStatement=248]="ForStatement",e[e.ForInStatement=249]="ForInStatement",e[e.ForOfStatement=250]="ForOfStatement",e[e.ContinueStatement=251]="ContinueStatement",e[e.BreakStatement=252]="BreakStatement",e[e.ReturnStatement=253]="ReturnStatement",e[e.WithStatement=254]="WithStatement",e[e.SwitchStatement=255]="SwitchStatement",e[e.LabeledStatement=256]="LabeledStatement",e[e.ThrowStatement=257]="ThrowStatement",e[e.TryStatement=258]="TryStatement",e[e.DebuggerStatement=259]="DebuggerStatement",e[e.VariableDeclaration=260]="VariableDeclaration",e[e.VariableDeclarationList=261]="VariableDeclarationList",e[e.FunctionDeclaration=262]="FunctionDeclaration",e[e.ClassDeclaration=263]="ClassDeclaration",e[e.InterfaceDeclaration=264]="InterfaceDeclaration",e[e.TypeAliasDeclaration=265]="TypeAliasDeclaration",e[e.EnumDeclaration=266]="EnumDeclaration",e[e.ModuleDeclaration=267]="ModuleDeclaration",e[e.ModuleBlock=268]="ModuleBlock",e[e.CaseBlock=269]="CaseBlock",e[e.NamespaceExportDeclaration=270]="NamespaceExportDeclaration",e[e.ImportEqualsDeclaration=271]="ImportEqualsDeclaration",e[e.ImportDeclaration=272]="ImportDeclaration",e[e.ImportClause=273]="ImportClause",e[e.NamespaceImport=274]="NamespaceImport",e[e.NamedImports=275]="NamedImports",e[e.ImportSpecifier=276]="ImportSpecifier",e[e.ExportAssignment=277]="ExportAssignment",e[e.ExportDeclaration=278]="ExportDeclaration",e[e.NamedExports=279]="NamedExports",e[e.NamespaceExport=280]="NamespaceExport",e[e.ExportSpecifier=281]="ExportSpecifier",e[e.MissingDeclaration=282]="MissingDeclaration",e[e.ExternalModuleReference=283]="ExternalModuleReference",e[e.JsxElement=284]="JsxElement",e[e.JsxSelfClosingElement=285]="JsxSelfClosingElement",e[e.JsxOpeningElement=286]="JsxOpeningElement",e[e.JsxClosingElement=287]="JsxClosingElement",e[e.JsxFragment=288]="JsxFragment",e[e.JsxOpeningFragment=289]="JsxOpeningFragment",e[e.JsxClosingFragment=290]="JsxClosingFragment",e[e.JsxAttribute=291]="JsxAttribute",e[e.JsxAttributes=292]="JsxAttributes",e[e.JsxSpreadAttribute=293]="JsxSpreadAttribute",e[e.JsxExpression=294]="JsxExpression",e[e.JsxNamespacedName=295]="JsxNamespacedName",e[e.CaseClause=296]="CaseClause",e[e.DefaultClause=297]="DefaultClause",e[e.HeritageClause=298]="HeritageClause",e[e.CatchClause=299]="CatchClause",e[e.ImportAttributes=300]="ImportAttributes",e[e.ImportAttribute=301]="ImportAttribute",e[e.AssertClause=300]="AssertClause",e[e.AssertEntry=301]="AssertEntry",e[e.ImportTypeAssertionContainer=302]="ImportTypeAssertionContainer",e[e.PropertyAssignment=303]="PropertyAssignment",e[e.ShorthandPropertyAssignment=304]="ShorthandPropertyAssignment",e[e.SpreadAssignment=305]="SpreadAssignment",e[e.EnumMember=306]="EnumMember",e[e.UnparsedPrologue=307]="UnparsedPrologue",e[e.UnparsedPrepend=308]="UnparsedPrepend",e[e.UnparsedText=309]="UnparsedText",e[e.UnparsedInternalText=310]="UnparsedInternalText",e[e.UnparsedSyntheticReference=311]="UnparsedSyntheticReference",e[e.SourceFile=312]="SourceFile",e[e.Bundle=313]="Bundle",e[e.UnparsedSource=314]="UnparsedSource",e[e.InputFiles=315]="InputFiles",e[e.JSDocTypeExpression=316]="JSDocTypeExpression",e[e.JSDocNameReference=317]="JSDocNameReference",e[e.JSDocMemberName=318]="JSDocMemberName",e[e.JSDocAllType=319]="JSDocAllType",e[e.JSDocUnknownType=320]="JSDocUnknownType",e[e.JSDocNullableType=321]="JSDocNullableType",e[e.JSDocNonNullableType=322]="JSDocNonNullableType",e[e.JSDocOptionalType=323]="JSDocOptionalType",e[e.JSDocFunctionType=324]="JSDocFunctionType",e[e.JSDocVariadicType=325]="JSDocVariadicType",e[e.JSDocNamepathType=326]="JSDocNamepathType",e[e.JSDoc=327]="JSDoc",e[e.JSDocComment=327]="JSDocComment",e[e.JSDocText=328]="JSDocText",e[e.JSDocTypeLiteral=329]="JSDocTypeLiteral",e[e.JSDocSignature=330]="JSDocSignature",e[e.JSDocLink=331]="JSDocLink",e[e.JSDocLinkCode=332]="JSDocLinkCode",e[e.JSDocLinkPlain=333]="JSDocLinkPlain",e[e.JSDocTag=334]="JSDocTag",e[e.JSDocAugmentsTag=335]="JSDocAugmentsTag",e[e.JSDocImplementsTag=336]="JSDocImplementsTag",e[e.JSDocAuthorTag=337]="JSDocAuthorTag",e[e.JSDocDeprecatedTag=338]="JSDocDeprecatedTag",e[e.JSDocClassTag=339]="JSDocClassTag",e[e.JSDocPublicTag=340]="JSDocPublicTag",e[e.JSDocPrivateTag=341]="JSDocPrivateTag",e[e.JSDocProtectedTag=342]="JSDocProtectedTag",e[e.JSDocReadonlyTag=343]="JSDocReadonlyTag",e[e.JSDocOverrideTag=344]="JSDocOverrideTag",e[e.JSDocCallbackTag=345]="JSDocCallbackTag",e[e.JSDocOverloadTag=346]="JSDocOverloadTag",e[e.JSDocEnumTag=347]="JSDocEnumTag",e[e.JSDocParameterTag=348]="JSDocParameterTag",e[e.JSDocReturnTag=349]="JSDocReturnTag",e[e.JSDocThisTag=350]="JSDocThisTag",e[e.JSDocTypeTag=351]="JSDocTypeTag",e[e.JSDocTemplateTag=352]="JSDocTemplateTag",e[e.JSDocTypedefTag=353]="JSDocTypedefTag",e[e.JSDocSeeTag=354]="JSDocSeeTag",e[e.JSDocPropertyTag=355]="JSDocPropertyTag",e[e.JSDocThrowsTag=356]="JSDocThrowsTag",e[e.JSDocSatisfiesTag=357]="JSDocSatisfiesTag",e[e.SyntaxList=358]="SyntaxList",e[e.NotEmittedStatement=359]="NotEmittedStatement",e[e.PartiallyEmittedExpression=360]="PartiallyEmittedExpression",e[e.CommaListExpression=361]="CommaListExpression",e[e.SyntheticReferenceExpression=362]="SyntheticReferenceExpression",e[e.Count=363]="Count",e[e.FirstAssignment=64]="FirstAssignment",e[e.LastAssignment=79]="LastAssignment",e[e.FirstCompoundAssignment=65]="FirstCompoundAssignment",e[e.LastCompoundAssignment=79]="LastCompoundAssignment",e[e.FirstReservedWord=83]="FirstReservedWord",e[e.LastReservedWord=118]="LastReservedWord",e[e.FirstKeyword=83]="FirstKeyword",e[e.LastKeyword=165]="LastKeyword",e[e.FirstFutureReservedWord=119]="FirstFutureReservedWord",e[e.LastFutureReservedWord=127]="LastFutureReservedWord",e[e.FirstTypeNode=182]="FirstTypeNode",e[e.LastTypeNode=205]="LastTypeNode",e[e.FirstPunctuation=19]="FirstPunctuation",e[e.LastPunctuation=79]="LastPunctuation",e[e.FirstToken=0]="FirstToken",e[e.LastToken=165]="LastToken",e[e.FirstTriviaToken=2]="FirstTriviaToken",e[e.LastTriviaToken=7]="LastTriviaToken",e[e.FirstLiteralToken=9]="FirstLiteralToken",e[e.LastLiteralToken=15]="LastLiteralToken",e[e.FirstTemplateToken=15]="FirstTemplateToken",e[e.LastTemplateToken=18]="LastTemplateToken",e[e.FirstBinaryOperator=30]="FirstBinaryOperator",e[e.LastBinaryOperator=79]="LastBinaryOperator",e[e.FirstStatement=243]="FirstStatement",e[e.LastStatement=259]="LastStatement",e[e.FirstNode=166]="FirstNode",e[e.FirstJSDocNode=316]="FirstJSDocNode",e[e.LastJSDocNode=357]="LastJSDocNode",e[e.FirstJSDocTagNode=334]="FirstJSDocTagNode",e[e.LastJSDocTagNode=357]="LastJSDocTagNode",e[e.FirstContextualKeyword=128]="FirstContextualKeyword",e[e.LastContextualKeyword=165]="LastContextualKeyword",e))(Fr||{}),Wr=(e=>(e[e.None=0]="None",e[e.Let=1]="Let",e[e.Const=2]="Const",e[e.Using=4]="Using",e[e.AwaitUsing=6]="AwaitUsing",e[e.NestedNamespace=8]="NestedNamespace",e[e.Synthesized=16]="Synthesized",e[e.Namespace=32]="Namespace",e[e.OptionalChain=64]="OptionalChain",e[e.ExportContext=128]="ExportContext",e[e.ContainsThis=256]="ContainsThis",e[e.HasImplicitReturn=512]="HasImplicitReturn",e[e.HasExplicitReturn=1024]="HasExplicitReturn",e[e.GlobalAugmentation=2048]="GlobalAugmentation",e[e.HasAsyncFunctions=4096]="HasAsyncFunctions",e[e.DisallowInContext=8192]="DisallowInContext",e[e.YieldContext=16384]="YieldContext",e[e.DecoratorContext=32768]="DecoratorContext",e[e.AwaitContext=65536]="AwaitContext",e[e.DisallowConditionalTypesContext=131072]="DisallowConditionalTypesContext",e[e.ThisNodeHasError=262144]="ThisNodeHasError",e[e.JavaScriptFile=524288]="JavaScriptFile",e[e.ThisNodeOrAnySubNodesHasError=1048576]="ThisNodeOrAnySubNodesHasError",e[e.HasAggregatedChildData=2097152]="HasAggregatedChildData",e[e.PossiblyContainsDynamicImport=4194304]="PossiblyContainsDynamicImport",e[e.PossiblyContainsImportMeta=8388608]="PossiblyContainsImportMeta",e[e.JSDoc=16777216]="JSDoc",e[e.Ambient=33554432]="Ambient",e[e.InWithStatement=67108864]="InWithStatement",e[e.JsonFile=134217728]="JsonFile",e[e.TypeCached=268435456]="TypeCached",e[e.Deprecated=536870912]="Deprecated",e[e.BlockScoped=7]="BlockScoped",e[e.Constant=6]="Constant",e[e.ReachabilityCheckFlags=1536]="ReachabilityCheckFlags",e[e.ReachabilityAndEmitFlags=5632]="ReachabilityAndEmitFlags",e[e.ContextFlags=101441536]="ContextFlags",e[e.TypeExcludesFlags=81920]="TypeExcludesFlags",e[e.PermanentlySetIncrementalFlags=12582912]="PermanentlySetIncrementalFlags",e[e.IdentifierHasExtendedUnicodeEscape=256]="IdentifierHasExtendedUnicodeEscape",e[e.IdentifierIsInJSDocNamespace=4096]="IdentifierIsInJSDocNamespace",e))(Wr||{}),zr=(e=>(e[e.None=0]="None",e[e.Public=1]="Public",e[e.Private=2]="Private",e[e.Protected=4]="Protected",e[e.Readonly=8]="Readonly",e[e.Override=16]="Override",e[e.Export=32]="Export",e[e.Abstract=64]="Abstract",e[e.Ambient=128]="Ambient",e[e.Static=256]="Static",e[e.Accessor=512]="Accessor",e[e.Async=1024]="Async",e[e.Default=2048]="Default",e[e.Const=4096]="Const",e[e.In=8192]="In",e[e.Out=16384]="Out",e[e.Decorator=32768]="Decorator",e[e.Deprecated=65536]="Deprecated",e[e.JSDocPublic=8388608]="JSDocPublic",e[e.JSDocPrivate=16777216]="JSDocPrivate",e[e.JSDocProtected=33554432]="JSDocProtected",e[e.JSDocReadonly=67108864]="JSDocReadonly",e[e.JSDocOverride=134217728]="JSDocOverride",e[e.SyntacticOrJSDocModifiers=31]="SyntacticOrJSDocModifiers",e[e.SyntacticOnlyModifiers=65504]="SyntacticOnlyModifiers",e[e.SyntacticModifiers=65535]="SyntacticModifiers",e[e.JSDocCacheOnlyModifiers=260046848]="JSDocCacheOnlyModifiers",e[e.JSDocOnlyModifiers=65536]="JSDocOnlyModifiers",e[e.NonCacheOnlyModifiers=131071]="NonCacheOnlyModifiers",e[e.HasComputedJSDocModifiers=268435456]="HasComputedJSDocModifiers",e[e.HasComputedFlags=536870912]="HasComputedFlags",e[e.AccessibilityModifier=7]="AccessibilityModifier",e[e.ParameterPropertyModifier=31]="ParameterPropertyModifier",e[e.NonPublicAccessibilityModifier=6]="NonPublicAccessibilityModifier",e[e.TypeScriptModifier=28895]="TypeScriptModifier",e[e.ExportDefault=2080]="ExportDefault",e[e.All=131071]="All",e[e.Modifier=98303]="Modifier",e))(zr||{}),Gr=(e=>(e[e.None=0]="None",e[e.IntrinsicNamedElement=1]="IntrinsicNamedElement",e[e.IntrinsicIndexedElement=2]="IntrinsicIndexedElement",e[e.IntrinsicElement=3]="IntrinsicElement",e))(Gr||{}),Br=(e=>(e[e.None=0]="None",e[e.Succeeded=1]="Succeeded",e[e.Failed=2]="Failed",e[e.Reported=4]="Reported",e[e.ReportsUnmeasurable=8]="ReportsUnmeasurable",e[e.ReportsUnreliable=16]="ReportsUnreliable",e[e.ReportsMask=24]="ReportsMask",e))(Br||{}),jr=(e=>(e[e.None=0]="None",e[e.Auto=1]="Auto",e[e.Loop=2]="Loop",e[e.Unique=3]="Unique",e[e.Node=4]="Node",e[e.KindMask=7]="KindMask",e[e.ReservedInNestedScopes=8]="ReservedInNestedScopes",e[e.Optimistic=16]="Optimistic",e[e.FileLevel=32]="FileLevel",e[e.AllowNameSubstitution=64]="AllowNameSubstitution",e))(jr||{}),Vr=(e=>(e[e.None=0]="None",e[e.PrecedingLineBreak=1]="PrecedingLineBreak",e[e.PrecedingJSDocComment=2]="PrecedingJSDocComment",e[e.Unterminated=4]="Unterminated",e[e.ExtendedUnicodeEscape=8]="ExtendedUnicodeEscape",e[e.Scientific=16]="Scientific",e[e.Octal=32]="Octal",e[e.HexSpecifier=64]="HexSpecifier",e[e.BinarySpecifier=128]="BinarySpecifier",e[e.OctalSpecifier=256]="OctalSpecifier",e[e.ContainsSeparator=512]="ContainsSeparator",e[e.UnicodeEscape=1024]="UnicodeEscape",e[e.ContainsInvalidEscape=2048]="ContainsInvalidEscape",e[e.HexEscape=4096]="HexEscape",e[e.ContainsLeadingZero=8192]="ContainsLeadingZero",e[e.ContainsInvalidSeparator=16384]="ContainsInvalidSeparator",e[e.BinaryOrOctalSpecifier=384]="BinaryOrOctalSpecifier",e[e.WithSpecifier=448]="WithSpecifier",e[e.StringLiteralFlags=7176]="StringLiteralFlags",e[e.NumericLiteralFlags=25584]="NumericLiteralFlags",e[e.TemplateLiteralLikeFlags=7176]="TemplateLiteralLikeFlags",e[e.IsInvalid=26656]="IsInvalid",e))(Vr||{}),Ur=(e=>(e[e.Unreachable=1]="Unreachable",e[e.Start=2]="Start",e[e.BranchLabel=4]="BranchLabel",e[e.LoopLabel=8]="LoopLabel",e[e.Assignment=16]="Assignment",e[e.TrueCondition=32]="TrueCondition",e[e.FalseCondition=64]="FalseCondition",e[e.SwitchClause=128]="SwitchClause",e[e.ArrayMutation=256]="ArrayMutation",e[e.Call=512]="Call",e[e.ReduceLabel=1024]="ReduceLabel",e[e.Referenced=2048]="Referenced",e[e.Shared=4096]="Shared",e[e.Label=12]="Label",e[e.Condition=96]="Condition",e))(Ur||{}),Hr=(e=>(e[e.ExpectError=0]="ExpectError",e[e.Ignore=1]="Ignore",e))(Hr||{}),Kr=class{},qr=(e=>(e[e.RootFile=0]="RootFile",e[e.SourceFromProjectReference=1]="SourceFromProjectReference",e[e.OutputFromProjectReference=2]="OutputFromProjectReference",e[e.Import=3]="Import",e[e.ReferenceFile=4]="ReferenceFile",e[e.TypeReferenceDirective=5]="TypeReferenceDirective",e[e.LibFile=6]="LibFile",e[e.LibReferenceDirective=7]="LibReferenceDirective",e[e.AutomaticTypeDirectiveFile=8]="AutomaticTypeDirectiveFile",e))(qr||{}),Jr=(e=>(e[e.FilePreprocessingReferencedDiagnostic=0]="FilePreprocessingReferencedDiagnostic",e[e.FilePreprocessingFileExplainingDiagnostic=1]="FilePreprocessingFileExplainingDiagnostic",e[e.ResolutionDiagnostics=2]="ResolutionDiagnostics",e))(Jr||{}),Xr=(e=>(e[e.Js=0]="Js",e[e.Dts=1]="Dts",e))(Xr||{}),Yr=(e=>(e[e.Not=0]="Not",e[e.SafeModules=1]="SafeModules",e[e.Completely=2]="Completely",e))(Yr||{}),$r=(e=>(e[e.Success=0]="Success",e[e.DiagnosticsPresent_OutputsSkipped=1]="DiagnosticsPresent_OutputsSkipped",e[e.DiagnosticsPresent_OutputsGenerated=2]="DiagnosticsPresent_OutputsGenerated",e[e.InvalidProject_OutputsSkipped=3]="InvalidProject_OutputsSkipped",e[e.ProjectReferenceCycle_OutputsSkipped=4]="ProjectReferenceCycle_OutputsSkipped",e))($r||{}),Qr=(e=>(e[e.Ok=0]="Ok",e[e.NeedsOverride=1]="NeedsOverride",e[e.HasInvalidOverride=2]="HasInvalidOverride",e))(Qr||{}),Zr=(e=>(e[e.None=0]="None",e[e.Literal=1]="Literal",e[e.Subtype=2]="Subtype",e))(Zr||{}),eo=(e=>(e[e.None=0]="None",e[e.Signature=1]="Signature",e[e.NoConstraints=2]="NoConstraints",e[e.Completions=4]="Completions",e[e.SkipBindingPatterns=8]="SkipBindingPatterns",e))(eo||{}),no=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.ForbidIndexedAccessSymbolReferences=16]="ForbidIndexedAccessSymbolReferences",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.UseOnlyExternalAliasing=128]="UseOnlyExternalAliasing",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.WriteTypeParametersInQualifiedName=512]="WriteTypeParametersInQualifiedName",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowThisInObjectLiteral=32768]="AllowThisInObjectLiteral",e[e.AllowQualifiedNameInPlaceOfIdentifier=65536]="AllowQualifiedNameInPlaceOfIdentifier",e[e.AllowAnonymousIdentifier=131072]="AllowAnonymousIdentifier",e[e.AllowEmptyUnionOrIntersection=262144]="AllowEmptyUnionOrIntersection",e[e.AllowEmptyTuple=524288]="AllowEmptyTuple",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AllowEmptyIndexInfoType=2097152]="AllowEmptyIndexInfoType",e[e.WriteComputedProps=1073741824]="WriteComputedProps",e[e.AllowNodeModulesRelativePaths=67108864]="AllowNodeModulesRelativePaths",e[e.DoNotIncludeSymbolChain=134217728]="DoNotIncludeSymbolChain",e[e.IgnoreErrors=70221824]="IgnoreErrors",e[e.InObjectTypeLiteral=4194304]="InObjectTypeLiteral",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.InInitialEntityName=16777216]="InInitialEntityName",e))(no||{}),to=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AddUndefined=131072]="AddUndefined",e[e.WriteArrowStyleSignature=262144]="WriteArrowStyleSignature",e[e.InArrayType=524288]="InArrayType",e[e.InElementType=2097152]="InElementType",e[e.InFirstTypeArgument=4194304]="InFirstTypeArgument",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.NodeBuilderFlagsMask=848330095]="NodeBuilderFlagsMask",e))(to||{}),ro=(e=>(e[e.None=0]="None",e[e.WriteTypeParametersOrArguments=1]="WriteTypeParametersOrArguments",e[e.UseOnlyExternalAliasing=2]="UseOnlyExternalAliasing",e[e.AllowAnyNodeKind=4]="AllowAnyNodeKind",e[e.UseAliasDefinedOutsideCurrentScope=8]="UseAliasDefinedOutsideCurrentScope",e[e.WriteComputedProps=16]="WriteComputedProps",e[e.DoNotIncludeSymbolChain=32]="DoNotIncludeSymbolChain",e))(ro||{}),oo=(e=>(e[e.Accessible=0]="Accessible",e[e.NotAccessible=1]="NotAccessible",e[e.CannotBeNamed=2]="CannotBeNamed",e))(oo||{}),io=(e=>(e[e.UnionOrIntersection=0]="UnionOrIntersection",e[e.Spread=1]="Spread",e))(io||{}),ao=(e=>(e[e.This=0]="This",e[e.Identifier=1]="Identifier",e[e.AssertsThis=2]="AssertsThis",e[e.AssertsIdentifier=3]="AssertsIdentifier",e))(ao||{}),so=(e=>(e[e.Unknown=0]="Unknown",e[e.TypeWithConstructSignatureAndValue=1]="TypeWithConstructSignatureAndValue",e[e.VoidNullableOrNeverType=2]="VoidNullableOrNeverType",e[e.NumberLikeType=3]="NumberLikeType",e[e.BigIntLikeType=4]="BigIntLikeType",e[e.StringLikeType=5]="StringLikeType",e[e.BooleanType=6]="BooleanType",e[e.ArrayLikeType=7]="ArrayLikeType",e[e.ESSymbolType=8]="ESSymbolType",e[e.Promise=9]="Promise",e[e.TypeWithCallSignature=10]="TypeWithCallSignature",e[e.ObjectType=11]="ObjectType",e))(so||{}),lo=(e=>(e[e.None=0]="None",e[e.FunctionScopedVariable=1]="FunctionScopedVariable",e[e.BlockScopedVariable=2]="BlockScopedVariable",e[e.Property=4]="Property",e[e.EnumMember=8]="EnumMember",e[e.Function=16]="Function",e[e.Class=32]="Class",e[e.Interface=64]="Interface",e[e.ConstEnum=128]="ConstEnum",e[e.RegularEnum=256]="RegularEnum",e[e.ValueModule=512]="ValueModule",e[e.NamespaceModule=1024]="NamespaceModule",e[e.TypeLiteral=2048]="TypeLiteral",e[e.ObjectLiteral=4096]="ObjectLiteral",e[e.Method=8192]="Method",e[e.Constructor=16384]="Constructor",e[e.GetAccessor=32768]="GetAccessor",e[e.SetAccessor=65536]="SetAccessor",e[e.Signature=131072]="Signature",e[e.TypeParameter=262144]="TypeParameter",e[e.TypeAlias=524288]="TypeAlias",e[e.ExportValue=1048576]="ExportValue",e[e.Alias=2097152]="Alias",e[e.Prototype=4194304]="Prototype",e[e.ExportStar=8388608]="ExportStar",e[e.Optional=16777216]="Optional",e[e.Transient=33554432]="Transient",e[e.Assignment=67108864]="Assignment",e[e.ModuleExports=134217728]="ModuleExports",e[e.All=-1]="All",e[e.Enum=384]="Enum",e[e.Variable=3]="Variable",e[e.Value=111551]="Value",e[e.Type=788968]="Type",e[e.Namespace=1920]="Namespace",e[e.Module=1536]="Module",e[e.Accessor=98304]="Accessor",e[e.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",e[e.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",e[e.ParameterExcludes=111551]="ParameterExcludes",e[e.PropertyExcludes=0]="PropertyExcludes",e[e.EnumMemberExcludes=900095]="EnumMemberExcludes",e[e.FunctionExcludes=110991]="FunctionExcludes",e[e.ClassExcludes=899503]="ClassExcludes",e[e.InterfaceExcludes=788872]="InterfaceExcludes",e[e.RegularEnumExcludes=899327]="RegularEnumExcludes",e[e.ConstEnumExcludes=899967]="ConstEnumExcludes",e[e.ValueModuleExcludes=110735]="ValueModuleExcludes",e[e.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",e[e.MethodExcludes=103359]="MethodExcludes",e[e.GetAccessorExcludes=46015]="GetAccessorExcludes",e[e.SetAccessorExcludes=78783]="SetAccessorExcludes",e[e.AccessorExcludes=13247]="AccessorExcludes",e[e.TypeParameterExcludes=526824]="TypeParameterExcludes",e[e.TypeAliasExcludes=788968]="TypeAliasExcludes",e[e.AliasExcludes=2097152]="AliasExcludes",e[e.ModuleMember=2623475]="ModuleMember",e[e.ExportHasLocal=944]="ExportHasLocal",e[e.BlockScoped=418]="BlockScoped",e[e.PropertyOrAccessor=98308]="PropertyOrAccessor",e[e.ClassMember=106500]="ClassMember",e[e.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",e[e.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",e[e.Classifiable=2885600]="Classifiable",e[e.LateBindingContainer=6256]="LateBindingContainer",e))(lo||{}),co=(e=>(e[e.Numeric=0]="Numeric",e[e.Literal=1]="Literal",e))(co||{}),uo=(e=>(e[e.None=0]="None",e[e.Instantiated=1]="Instantiated",e[e.SyntheticProperty=2]="SyntheticProperty",e[e.SyntheticMethod=4]="SyntheticMethod",e[e.Readonly=8]="Readonly",e[e.ReadPartial=16]="ReadPartial",e[e.WritePartial=32]="WritePartial",e[e.HasNonUniformType=64]="HasNonUniformType",e[e.HasLiteralType=128]="HasLiteralType",e[e.ContainsPublic=256]="ContainsPublic",e[e.ContainsProtected=512]="ContainsProtected",e[e.ContainsPrivate=1024]="ContainsPrivate",e[e.ContainsStatic=2048]="ContainsStatic",e[e.Late=4096]="Late",e[e.ReverseMapped=8192]="ReverseMapped",e[e.OptionalParameter=16384]="OptionalParameter",e[e.RestParameter=32768]="RestParameter",e[e.DeferredType=65536]="DeferredType",e[e.HasNeverType=131072]="HasNeverType",e[e.Mapped=262144]="Mapped",e[e.StripOptional=524288]="StripOptional",e[e.Unresolved=1048576]="Unresolved",e[e.Synthetic=6]="Synthetic",e[e.Discriminant=192]="Discriminant",e[e.Partial=48]="Partial",e))(uo||{}),po=(e=>(e.Call="__call",e.Constructor="__constructor",e.New="__new",e.Index="__index",e.ExportStar="__export",e.Global="__global",e.Missing="__missing",e.Type="__type",e.Object="__object",e.JSXAttributes="__jsxAttributes",e.Class="__class",e.Function="__function",e.Computed="__computed",e.Resolving="__resolving__",e.ExportEquals="export=",e.Default="default",e.This="this",e.InstantiationExpression="__instantiationExpression",e.ImportAttributes="__importAttributes",e))(po||{}),fo=(e=>(e[e.None=0]="None",e[e.TypeChecked=1]="TypeChecked",e[e.LexicalThis=2]="LexicalThis",e[e.CaptureThis=4]="CaptureThis",e[e.CaptureNewTarget=8]="CaptureNewTarget",e[e.SuperInstance=16]="SuperInstance",e[e.SuperStatic=32]="SuperStatic",e[e.ContextChecked=64]="ContextChecked",e[e.MethodWithSuperPropertyAccessInAsync=128]="MethodWithSuperPropertyAccessInAsync",e[e.MethodWithSuperPropertyAssignmentInAsync=256]="MethodWithSuperPropertyAssignmentInAsync",e[e.CaptureArguments=512]="CaptureArguments",e[e.EnumValuesComputed=1024]="EnumValuesComputed",e[e.LexicalModuleMergesWithClass=2048]="LexicalModuleMergesWithClass",e[e.LoopWithCapturedBlockScopedBinding=4096]="LoopWithCapturedBlockScopedBinding",e[e.ContainsCapturedBlockScopeBinding=8192]="ContainsCapturedBlockScopeBinding",e[e.CapturedBlockScopedBinding=16384]="CapturedBlockScopedBinding",e[e.BlockScopedBindingInLoop=32768]="BlockScopedBindingInLoop",e[e.NeedsLoopOutParameter=65536]="NeedsLoopOutParameter",e[e.AssignmentsMarked=131072]="AssignmentsMarked",e[e.ContainsConstructorReference=262144]="ContainsConstructorReference",e[e.ConstructorReference=536870912]="ConstructorReference",e[e.ContainsClassWithPrivateIdentifiers=1048576]="ContainsClassWithPrivateIdentifiers",e[e.ContainsSuperPropertyInStaticInitializer=2097152]="ContainsSuperPropertyInStaticInitializer",e[e.InCheckIdentifier=4194304]="InCheckIdentifier",e))(fo||{}),mo=(e=>(e[e.Any=1]="Any",e[e.Unknown=2]="Unknown",e[e.String=4]="String",e[e.Number=8]="Number",e[e.Boolean=16]="Boolean",e[e.Enum=32]="Enum",e[e.BigInt=64]="BigInt",e[e.StringLiteral=128]="StringLiteral",e[e.NumberLiteral=256]="NumberLiteral",e[e.BooleanLiteral=512]="BooleanLiteral",e[e.EnumLiteral=1024]="EnumLiteral",e[e.BigIntLiteral=2048]="BigIntLiteral",e[e.ESSymbol=4096]="ESSymbol",e[e.UniqueESSymbol=8192]="UniqueESSymbol",e[e.Void=16384]="Void",e[e.Undefined=32768]="Undefined",e[e.Null=65536]="Null",e[e.Never=131072]="Never",e[e.TypeParameter=262144]="TypeParameter",e[e.Object=524288]="Object",e[e.Union=1048576]="Union",e[e.Intersection=2097152]="Intersection",e[e.Index=4194304]="Index",e[e.IndexedAccess=8388608]="IndexedAccess",e[e.Conditional=16777216]="Conditional",e[e.Substitution=33554432]="Substitution",e[e.NonPrimitive=67108864]="NonPrimitive",e[e.TemplateLiteral=134217728]="TemplateLiteral",e[e.StringMapping=268435456]="StringMapping",e[e.Reserved1=536870912]="Reserved1",e[e.AnyOrUnknown=3]="AnyOrUnknown",e[e.Nullable=98304]="Nullable",e[e.Literal=2944]="Literal",e[e.Unit=109472]="Unit",e[e.Freshable=2976]="Freshable",e[e.StringOrNumberLiteral=384]="StringOrNumberLiteral",e[e.StringOrNumberLiteralOrUnique=8576]="StringOrNumberLiteralOrUnique",e[e.DefinitelyFalsy=117632]="DefinitelyFalsy",e[e.PossiblyFalsy=117724]="PossiblyFalsy",e[e.Intrinsic=67359327]="Intrinsic",e[e.StringLike=402653316]="StringLike",e[e.NumberLike=296]="NumberLike",e[e.BigIntLike=2112]="BigIntLike",e[e.BooleanLike=528]="BooleanLike",e[e.EnumLike=1056]="EnumLike",e[e.ESSymbolLike=12288]="ESSymbolLike",e[e.VoidLike=49152]="VoidLike",e[e.Primitive=402784252]="Primitive",e[e.DefinitelyNonNullable=470302716]="DefinitelyNonNullable",e[e.DisjointDomains=469892092]="DisjointDomains",e[e.UnionOrIntersection=3145728]="UnionOrIntersection",e[e.StructuredType=3670016]="StructuredType",e[e.TypeVariable=8650752]="TypeVariable",e[e.InstantiableNonPrimitive=58982400]="InstantiableNonPrimitive",e[e.InstantiablePrimitive=406847488]="InstantiablePrimitive",e[e.Instantiable=465829888]="Instantiable",e[e.StructuredOrInstantiable=469499904]="StructuredOrInstantiable",e[e.ObjectFlagsType=3899393]="ObjectFlagsType",e[e.Simplifiable=25165824]="Simplifiable",e[e.Singleton=67358815]="Singleton",e[e.Narrowable=536624127]="Narrowable",e[e.IncludesMask=473694207]="IncludesMask",e[e.IncludesMissingType=262144]="IncludesMissingType",e[e.IncludesNonWideningType=4194304]="IncludesNonWideningType",e[e.IncludesWildcard=8388608]="IncludesWildcard",e[e.IncludesEmptyObject=16777216]="IncludesEmptyObject",e[e.IncludesInstantiable=33554432]="IncludesInstantiable",e[e.IncludesConstrainedTypeVariable=536870912]="IncludesConstrainedTypeVariable",e[e.NotPrimitiveUnion=36323331]="NotPrimitiveUnion",e))(mo||{}),_o=(e=>(e[e.None=0]="None",e[e.Class=1]="Class",e[e.Interface=2]="Interface",e[e.Reference=4]="Reference",e[e.Tuple=8]="Tuple",e[e.Anonymous=16]="Anonymous",e[e.Mapped=32]="Mapped",e[e.Instantiated=64]="Instantiated",e[e.ObjectLiteral=128]="ObjectLiteral",e[e.EvolvingArray=256]="EvolvingArray",e[e.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",e[e.ReverseMapped=1024]="ReverseMapped",e[e.JsxAttributes=2048]="JsxAttributes",e[e.JSLiteral=4096]="JSLiteral",e[e.FreshLiteral=8192]="FreshLiteral",e[e.ArrayLiteral=16384]="ArrayLiteral",e[e.PrimitiveUnion=32768]="PrimitiveUnion",e[e.ContainsWideningType=65536]="ContainsWideningType",e[e.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",e[e.NonInferrableType=262144]="NonInferrableType",e[e.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",e[e.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",e[e.ClassOrInterface=3]="ClassOrInterface",e[e.RequiresWidening=196608]="RequiresWidening",e[e.PropagatingFlags=458752]="PropagatingFlags",e[e.InstantiatedMapped=96]="InstantiatedMapped",e[e.ObjectTypeKindMask=1343]="ObjectTypeKindMask",e[e.ContainsSpread=2097152]="ContainsSpread",e[e.ObjectRestType=4194304]="ObjectRestType",e[e.InstantiationExpressionType=8388608]="InstantiationExpressionType",e[e.IsClassInstanceClone=16777216]="IsClassInstanceClone",e[e.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",e[e.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",e[e.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",e[e.IsGenericObjectType=4194304]="IsGenericObjectType",e[e.IsGenericIndexType=8388608]="IsGenericIndexType",e[e.IsGenericType=12582912]="IsGenericType",e[e.ContainsIntersections=16777216]="ContainsIntersections",e[e.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",e[e.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",e[e.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",e[e.IsNeverIntersection=33554432]="IsNeverIntersection",e[e.IsConstrainedTypeVariable=67108864]="IsConstrainedTypeVariable",e))(_o||{}),ho=(e=>(e[e.Invariant=0]="Invariant",e[e.Covariant=1]="Covariant",e[e.Contravariant=2]="Contravariant",e[e.Bivariant=3]="Bivariant",e[e.Independent=4]="Independent",e[e.VarianceMask=7]="VarianceMask",e[e.Unmeasurable=8]="Unmeasurable",e[e.Unreliable=16]="Unreliable",e[e.AllowsStructuralFallback=24]="AllowsStructuralFallback",e))(ho||{}),go=(e=>(e[e.Required=1]="Required",e[e.Optional=2]="Optional",e[e.Rest=4]="Rest",e[e.Variadic=8]="Variadic",e[e.Fixed=3]="Fixed",e[e.Variable=12]="Variable",e[e.NonRequired=14]="NonRequired",e[e.NonRest=11]="NonRest",e))(go||{}),yo=(e=>(e[e.None=0]="None",e[e.IncludeUndefined=1]="IncludeUndefined",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.Writing=4]="Writing",e[e.CacheSymbol=8]="CacheSymbol",e[e.NoTupleBoundsCheck=16]="NoTupleBoundsCheck",e[e.ExpressionPosition=32]="ExpressionPosition",e[e.ReportDeprecated=64]="ReportDeprecated",e[e.SuppressNoImplicitAnyError=128]="SuppressNoImplicitAnyError",e[e.Contextual=256]="Contextual",e[e.Persistent=1]="Persistent",e))(yo||{}),vo=(e=>(e[e.None=0]="None",e[e.StringsOnly=1]="StringsOnly",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.NoReducibleCheck=4]="NoReducibleCheck",e))(vo||{}),bo=(e=>(e[e.Component=0]="Component",e[e.Function=1]="Function",e[e.Mixed=2]="Mixed",e))(bo||{}),Eo=(e=>(e[e.Call=0]="Call",e[e.Construct=1]="Construct",e))(Eo||{}),So=(e=>(e[e.None=0]="None",e[e.HasRestParameter=1]="HasRestParameter",e[e.HasLiteralTypes=2]="HasLiteralTypes",e[e.Abstract=4]="Abstract",e[e.IsInnerCallChain=8]="IsInnerCallChain",e[e.IsOuterCallChain=16]="IsOuterCallChain",e[e.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",e[e.IsNonInferrable=64]="IsNonInferrable",e[e.IsSignatureCandidateForOverloadFailure=128]="IsSignatureCandidateForOverloadFailure",e[e.PropagatingFlags=167]="PropagatingFlags",e[e.CallChainFlags=24]="CallChainFlags",e))(So||{}),To=(e=>(e[e.String=0]="String",e[e.Number=1]="Number",e))(To||{}),xo=(e=>(e[e.Simple=0]="Simple",e[e.Array=1]="Array",e[e.Deferred=2]="Deferred",e[e.Function=3]="Function",e[e.Composite=4]="Composite",e[e.Merged=5]="Merged",e))(xo||{}),Ao=(e=>(e[e.None=0]="None",e[e.NakedTypeVariable=1]="NakedTypeVariable",e[e.SpeculativeTuple=2]="SpeculativeTuple",e[e.SubstituteSource=4]="SubstituteSource",e[e.HomomorphicMappedType=8]="HomomorphicMappedType",e[e.PartialHomomorphicMappedType=16]="PartialHomomorphicMappedType",e[e.MappedTypeConstraint=32]="MappedTypeConstraint",e[e.ContravariantConditional=64]="ContravariantConditional",e[e.ReturnType=128]="ReturnType",e[e.LiteralKeyof=256]="LiteralKeyof",e[e.NoConstraints=512]="NoConstraints",e[e.AlwaysStrict=1024]="AlwaysStrict",e[e.MaxValue=2048]="MaxValue",e[e.PriorityImpliesCombination=416]="PriorityImpliesCombination",e[e.Circularity=-1]="Circularity",e))(Ao||{}),Ro=(e=>(e[e.None=0]="None",e[e.NoDefault=1]="NoDefault",e[e.AnyDefault=2]="AnyDefault",e[e.SkippedGenericFunction=4]="SkippedGenericFunction",e))(Ro||{}),Io=(e=>(e[e.False=0]="False",e[e.Unknown=1]="Unknown",e[e.Maybe=3]="Maybe",e[e.True=-1]="True",e))(Io||{}),No=(e=>(e[e.None=0]="None",e[e.ExportsProperty=1]="ExportsProperty",e[e.ModuleExports=2]="ModuleExports",e[e.PrototypeProperty=3]="PrototypeProperty",e[e.ThisProperty=4]="ThisProperty",e[e.Property=5]="Property",e[e.Prototype=6]="Prototype",e[e.ObjectDefinePropertyValue=7]="ObjectDefinePropertyValue",e[e.ObjectDefinePropertyExports=8]="ObjectDefinePropertyExports",e[e.ObjectDefinePrototypeProperty=9]="ObjectDefinePrototypeProperty",e))(No||{}),Do=(e=>(e[e.Warning=0]="Warning",e[e.Error=1]="Error",e[e.Suggestion=2]="Suggestion",e[e.Message=3]="Message",e))(Do||{}),Co=(e=>(e[e.Classic=1]="Classic",e[e.NodeJs=2]="NodeJs",e[e.Node10=2]="Node10",e[e.Node16=3]="Node16",e[e.NodeNext=99]="NodeNext",e[e.Bundler=100]="Bundler",e))(Co||{}),Mo=(e=>(e[e.Legacy=1]="Legacy",e[e.Auto=2]="Auto",e[e.Force=3]="Force",e))(Mo||{}),Po=(e=>(e[e.FixedPollingInterval=0]="FixedPollingInterval",e[e.PriorityPollingInterval=1]="PriorityPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e[e.UseFsEvents=4]="UseFsEvents",e[e.UseFsEventsOnParentDirectory=5]="UseFsEventsOnParentDirectory",e))(Po||{}),Lo=(e=>(e[e.UseFsEvents=0]="UseFsEvents",e[e.FixedPollingInterval=1]="FixedPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e))(Lo||{}),ko=(e=>(e[e.FixedInterval=0]="FixedInterval",e[e.PriorityInterval=1]="PriorityInterval",e[e.DynamicPriority=2]="DynamicPriority",e[e.FixedChunkSize=3]="FixedChunkSize",e))(ko||{}),wo=(e=>(e[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ES2020=6]="ES2020",e[e.ES2022=7]="ES2022",e[e.ESNext=99]="ESNext",e[e.Node16=100]="Node16",e[e.NodeNext=199]="NodeNext",e[e.Preserve=200]="Preserve",e))(wo||{}),Oo=(e=>(e[e.None=0]="None",e[e.Preserve=1]="Preserve",e[e.React=2]="React",e[e.ReactNative=3]="ReactNative",e[e.ReactJSX=4]="ReactJSX",e[e.ReactJSXDev=5]="ReactJSXDev",e))(Oo||{}),Fo=(e=>(e[e.Remove=0]="Remove",e[e.Preserve=1]="Preserve",e[e.Error=2]="Error",e))(Fo||{}),Wo=(e=>(e[e.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",e[e.LineFeed=1]="LineFeed",e))(Wo||{}),zo=(e=>(e[e.Unknown=0]="Unknown",e[e.JS=1]="JS",e[e.JSX=2]="JSX",e[e.TS=3]="TS",e[e.TSX=4]="TSX",e[e.External=5]="External",e[e.JSON=6]="JSON",e[e.Deferred=7]="Deferred",e))(zo||{}),Go=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ES2021=8]="ES2021",e[e.ES2022=9]="ES2022",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(Go||{}),Bo=(e=>(e[e.Standard=0]="Standard",e[e.JSX=1]="JSX",e))(Bo||{}),jo=(e=>(e[e.None=0]="None",e[e.Recursive=1]="Recursive",e))(jo||{}),Vo=(e=>(e[e.nullCharacter=0]="nullCharacter",e[e.maxAsciiCharacter=127]="maxAsciiCharacter",e[e.lineFeed=10]="lineFeed",e[e.carriageReturn=13]="carriageReturn",e[e.lineSeparator=8232]="lineSeparator",e[e.paragraphSeparator=8233]="paragraphSeparator",e[e.nextLine=133]="nextLine",e[e.space=32]="space",e[e.nonBreakingSpace=160]="nonBreakingSpace",e[e.enQuad=8192]="enQuad",e[e.emQuad=8193]="emQuad",e[e.enSpace=8194]="enSpace",e[e.emSpace=8195]="emSpace",e[e.threePerEmSpace=8196]="threePerEmSpace",e[e.fourPerEmSpace=8197]="fourPerEmSpace",e[e.sixPerEmSpace=8198]="sixPerEmSpace",e[e.figureSpace=8199]="figureSpace",e[e.punctuationSpace=8200]="punctuationSpace",e[e.thinSpace=8201]="thinSpace",e[e.hairSpace=8202]="hairSpace",e[e.zeroWidthSpace=8203]="zeroWidthSpace",e[e.narrowNoBreakSpace=8239]="narrowNoBreakSpace",e[e.ideographicSpace=12288]="ideographicSpace",e[e.mathematicalSpace=8287]="mathematicalSpace",e[e.ogham=5760]="ogham",e[e._=95]="_",e[e.$=36]="$",e[e._0=48]="_0",e[e._1=49]="_1",e[e._2=50]="_2",e[e._3=51]="_3",e[e._4=52]="_4",e[e._5=53]="_5",e[e._6=54]="_6",e[e._7=55]="_7",e[e._8=56]="_8",e[e._9=57]="_9",e[e.a=97]="a",e[e.b=98]="b",e[e.c=99]="c",e[e.d=100]="d",e[e.e=101]="e",e[e.f=102]="f",e[e.g=103]="g",e[e.h=104]="h",e[e.i=105]="i",e[e.j=106]="j",e[e.k=107]="k",e[e.l=108]="l",e[e.m=109]="m",e[e.n=110]="n",e[e.o=111]="o",e[e.p=112]="p",e[e.q=113]="q",e[e.r=114]="r",e[e.s=115]="s",e[e.t=116]="t",e[e.u=117]="u",e[e.v=118]="v",e[e.w=119]="w",e[e.x=120]="x",e[e.y=121]="y",e[e.z=122]="z",e[e.A=65]="A",e[e.B=66]="B",e[e.C=67]="C",e[e.D=68]="D",e[e.E=69]="E",e[e.F=70]="F",e[e.G=71]="G",e[e.H=72]="H",e[e.I=73]="I",e[e.J=74]="J",e[e.K=75]="K",e[e.L=76]="L",e[e.M=77]="M",e[e.N=78]="N",e[e.O=79]="O",e[e.P=80]="P",e[e.Q=81]="Q",e[e.R=82]="R",e[e.S=83]="S",e[e.T=84]="T",e[e.U=85]="U",e[e.V=86]="V",e[e.W=87]="W",e[e.X=88]="X",e[e.Y=89]="Y",e[e.Z=90]="Z",e[e.ampersand=38]="ampersand",e[e.asterisk=42]="asterisk",e[e.at=64]="at",e[e.backslash=92]="backslash",e[e.backtick=96]="backtick",e[e.bar=124]="bar",e[e.caret=94]="caret",e[e.closeBrace=125]="closeBrace",e[e.closeBracket=93]="closeBracket",e[e.closeParen=41]="closeParen",e[e.colon=58]="colon",e[e.comma=44]="comma",e[e.dot=46]="dot",e[e.doubleQuote=34]="doubleQuote",e[e.equals=61]="equals",e[e.exclamation=33]="exclamation",e[e.greaterThan=62]="greaterThan",e[e.hash=35]="hash",e[e.lessThan=60]="lessThan",e[e.minus=45]="minus",e[e.openBrace=123]="openBrace",e[e.openBracket=91]="openBracket",e[e.openParen=40]="openParen",e[e.percent=37]="percent",e[e.plus=43]="plus",e[e.question=63]="question",e[e.semicolon=59]="semicolon",e[e.singleQuote=39]="singleQuote",e[e.slash=47]="slash",e[e.tilde=126]="tilde",e[e.backspace=8]="backspace",e[e.formFeed=12]="formFeed",e[e.byteOrderMark=65279]="byteOrderMark",e[e.tab=9]="tab",e[e.verticalTab=11]="verticalTab",e))(Vo||{}),Uo=(e=>(e.Ts=".ts",e.Tsx=".tsx",e.Dts=".d.ts",e.Js=".js",e.Jsx=".jsx",e.Json=".json",e.TsBuildInfo=".tsbuildinfo",e.Mjs=".mjs",e.Mts=".mts",e.Dmts=".d.mts",e.Cjs=".cjs",e.Cts=".cts",e.Dcts=".d.cts",e))(Uo||{}),Ho=(e=>(e[e.None=0]="None",e[e.ContainsTypeScript=1]="ContainsTypeScript",e[e.ContainsJsx=2]="ContainsJsx",e[e.ContainsESNext=4]="ContainsESNext",e[e.ContainsES2022=8]="ContainsES2022",e[e.ContainsES2021=16]="ContainsES2021",e[e.ContainsES2020=32]="ContainsES2020",e[e.ContainsES2019=64]="ContainsES2019",e[e.ContainsES2018=128]="ContainsES2018",e[e.ContainsES2017=256]="ContainsES2017",e[e.ContainsES2016=512]="ContainsES2016",e[e.ContainsES2015=1024]="ContainsES2015",e[e.ContainsGenerator=2048]="ContainsGenerator",e[e.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",e[e.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",e[e.ContainsLexicalThis=16384]="ContainsLexicalThis",e[e.ContainsRestOrSpread=32768]="ContainsRestOrSpread",e[e.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",e[e.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",e[e.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",e[e.ContainsBindingPattern=524288]="ContainsBindingPattern",e[e.ContainsYield=1048576]="ContainsYield",e[e.ContainsAwait=2097152]="ContainsAwait",e[e.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",e[e.ContainsDynamicImport=8388608]="ContainsDynamicImport",e[e.ContainsClassFields=16777216]="ContainsClassFields",e[e.ContainsDecorators=33554432]="ContainsDecorators",e[e.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",e[e.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",e[e.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",e[e.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",e[e.HasComputedFlags=-2147483648]="HasComputedFlags",e[e.AssertTypeScript=1]="AssertTypeScript",e[e.AssertJsx=2]="AssertJsx",e[e.AssertESNext=4]="AssertESNext",e[e.AssertES2022=8]="AssertES2022",e[e.AssertES2021=16]="AssertES2021",e[e.AssertES2020=32]="AssertES2020",e[e.AssertES2019=64]="AssertES2019",e[e.AssertES2018=128]="AssertES2018",e[e.AssertES2017=256]="AssertES2017",e[e.AssertES2016=512]="AssertES2016",e[e.AssertES2015=1024]="AssertES2015",e[e.AssertGenerator=2048]="AssertGenerator",e[e.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",e[e.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",e[e.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",e[e.NodeExcludes=-2147483648]="NodeExcludes",e[e.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",e[e.FunctionExcludes=-1937940480]="FunctionExcludes",e[e.ConstructorExcludes=-1937948672]="ConstructorExcludes",e[e.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",e[e.PropertyExcludes=-2013249536]="PropertyExcludes",e[e.ClassExcludes=-2147344384]="ClassExcludes",e[e.ModuleExcludes=-1941676032]="ModuleExcludes",e[e.TypeExcludes=-2]="TypeExcludes",e[e.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",e[e.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",e[e.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",e[e.ParameterExcludes=-2147483648]="ParameterExcludes",e[e.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",e[e.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",e[e.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",e[e.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags",e))(Ho||{}),Ko=(e=>(e[e.TabStop=0]="TabStop",e[e.Placeholder=1]="Placeholder",e[e.Choice=2]="Choice",e[e.Variable=3]="Variable",e))(Ko||{}),qo=(e=>(e[e.None=0]="None",e[e.SingleLine=1]="SingleLine",e[e.MultiLine=2]="MultiLine",e[e.AdviseOnEmitNode=4]="AdviseOnEmitNode",e[e.NoSubstitution=8]="NoSubstitution",e[e.CapturesThis=16]="CapturesThis",e[e.NoLeadingSourceMap=32]="NoLeadingSourceMap",e[e.NoTrailingSourceMap=64]="NoTrailingSourceMap",e[e.NoSourceMap=96]="NoSourceMap",e[e.NoNestedSourceMaps=128]="NoNestedSourceMaps",e[e.NoTokenLeadingSourceMaps=256]="NoTokenLeadingSourceMaps",e[e.NoTokenTrailingSourceMaps=512]="NoTokenTrailingSourceMaps",e[e.NoTokenSourceMaps=768]="NoTokenSourceMaps",e[e.NoLeadingComments=1024]="NoLeadingComments",e[e.NoTrailingComments=2048]="NoTrailingComments",e[e.NoComments=3072]="NoComments",e[e.NoNestedComments=4096]="NoNestedComments",e[e.HelperName=8192]="HelperName",e[e.ExportName=16384]="ExportName",e[e.LocalName=32768]="LocalName",e[e.InternalName=65536]="InternalName",e[e.Indented=131072]="Indented",e[e.NoIndentation=262144]="NoIndentation",e[e.AsyncFunctionBody=524288]="AsyncFunctionBody",e[e.ReuseTempVariableScope=1048576]="ReuseTempVariableScope",e[e.CustomPrologue=2097152]="CustomPrologue",e[e.NoHoisting=4194304]="NoHoisting",e[e.Iterator=8388608]="Iterator",e[e.NoAsciiEscaping=16777216]="NoAsciiEscaping",e))(qo||{}),Jo=(e=>(e[e.None=0]="None",e[e.TypeScriptClassWrapper=1]="TypeScriptClassWrapper",e[e.NeverApplyImportHelper=2]="NeverApplyImportHelper",e[e.IgnoreSourceNewlines=4]="IgnoreSourceNewlines",e[e.Immutable=8]="Immutable",e[e.IndirectCall=16]="IndirectCall",e[e.TransformPrivateStaticElements=32]="TransformPrivateStaticElements",e))(Jo||{}),Xo=(e=>(e[e.Extends=1]="Extends",e[e.Assign=2]="Assign",e[e.Rest=4]="Rest",e[e.Decorate=8]="Decorate",e[e.ESDecorateAndRunInitializers=8]="ESDecorateAndRunInitializers",e[e.Metadata=16]="Metadata",e[e.Param=32]="Param",e[e.Awaiter=64]="Awaiter",e[e.Generator=128]="Generator",e[e.Values=256]="Values",e[e.Read=512]="Read",e[e.SpreadArray=1024]="SpreadArray",e[e.Await=2048]="Await",e[e.AsyncGenerator=4096]="AsyncGenerator",e[e.AsyncDelegator=8192]="AsyncDelegator",e[e.AsyncValues=16384]="AsyncValues",e[e.ExportStar=32768]="ExportStar",e[e.ImportStar=65536]="ImportStar",e[e.ImportDefault=131072]="ImportDefault",e[e.MakeTemplateObject=262144]="MakeTemplateObject",e[e.ClassPrivateFieldGet=524288]="ClassPrivateFieldGet",e[e.ClassPrivateFieldSet=1048576]="ClassPrivateFieldSet",e[e.ClassPrivateFieldIn=2097152]="ClassPrivateFieldIn",e[e.CreateBinding=4194304]="CreateBinding",e[e.SetFunctionName=8388608]="SetFunctionName",e[e.PropKey=16777216]="PropKey",e[e.AddDisposableResourceAndDisposeResources=33554432]="AddDisposableResourceAndDisposeResources",e[e.FirstEmitHelper=1]="FirstEmitHelper",e[e.LastEmitHelper=33554432]="LastEmitHelper",e[e.ForOfIncludes=256]="ForOfIncludes",e[e.ForAwaitOfIncludes=16384]="ForAwaitOfIncludes",e[e.AsyncGeneratorIncludes=6144]="AsyncGeneratorIncludes",e[e.AsyncDelegatorIncludes=26624]="AsyncDelegatorIncludes",e[e.SpreadIncludes=1536]="SpreadIncludes",e))(Xo||{}),Yo=(e=>(e[e.SourceFile=0]="SourceFile",e[e.Expression=1]="Expression",e[e.IdentifierName=2]="IdentifierName",e[e.MappedTypeParameter=3]="MappedTypeParameter",e[e.Unspecified=4]="Unspecified",e[e.EmbeddedStatement=5]="EmbeddedStatement",e[e.JsxAttributeValue=6]="JsxAttributeValue",e[e.ImportTypeNodeAttributes=7]="ImportTypeNodeAttributes",e))(Yo||{}),$o=(e=>(e[e.Parentheses=1]="Parentheses",e[e.TypeAssertions=2]="TypeAssertions",e[e.NonNullAssertions=4]="NonNullAssertions",e[e.PartiallyEmittedExpressions=8]="PartiallyEmittedExpressions",e[e.Assertions=6]="Assertions",e[e.All=15]="All",e[e.ExcludeJSDocTypeAssertion=16]="ExcludeJSDocTypeAssertion",e))($o||{}),Qo=(e=>(e[e.None=0]="None",e[e.InParameters=1]="InParameters",e[e.VariablesHoistedInParameters=2]="VariablesHoistedInParameters",e))(Qo||{}),Zo=(e=>(e.Prologue="prologue",e.EmitHelpers="emitHelpers",e.NoDefaultLib="no-default-lib",e.Reference="reference",e.Type="type",e.TypeResolutionModeRequire="type-require",e.TypeResolutionModeImport="type-import",e.Lib="lib",e.Prepend="prepend",e.Text="text",e.Internal="internal",e))(Zo||{}),ei=(e=>(e[e.None=0]="None",e[e.SingleLine=0]="SingleLine",e[e.MultiLine=1]="MultiLine",e[e.PreserveLines=2]="PreserveLines",e[e.LinesMask=3]="LinesMask",e[e.NotDelimited=0]="NotDelimited",e[e.BarDelimited=4]="BarDelimited",e[e.AmpersandDelimited=8]="AmpersandDelimited",e[e.CommaDelimited=16]="CommaDelimited",e[e.AsteriskDelimited=32]="AsteriskDelimited",e[e.DelimitersMask=60]="DelimitersMask",e[e.AllowTrailingComma=64]="AllowTrailingComma",e[e.Indented=128]="Indented",e[e.SpaceBetweenBraces=256]="SpaceBetweenBraces",e[e.SpaceBetweenSiblings=512]="SpaceBetweenSiblings",e[e.Braces=1024]="Braces",e[e.Parenthesis=2048]="Parenthesis",e[e.AngleBrackets=4096]="AngleBrackets",e[e.SquareBrackets=8192]="SquareBrackets",e[e.BracketsMask=15360]="BracketsMask",e[e.OptionalIfUndefined=16384]="OptionalIfUndefined",e[e.OptionalIfEmpty=32768]="OptionalIfEmpty",e[e.Optional=49152]="Optional",e[e.PreferNewLine=65536]="PreferNewLine",e[e.NoTrailingNewLine=131072]="NoTrailingNewLine",e[e.NoInterveningComments=262144]="NoInterveningComments",e[e.NoSpaceIfEmpty=524288]="NoSpaceIfEmpty",e[e.SingleElement=1048576]="SingleElement",e[e.SpaceAfterList=2097152]="SpaceAfterList",e[e.Modifiers=2359808]="Modifiers",e[e.HeritageClauses=512]="HeritageClauses",e[e.SingleLineTypeLiteralMembers=768]="SingleLineTypeLiteralMembers",e[e.MultiLineTypeLiteralMembers=32897]="MultiLineTypeLiteralMembers",e[e.SingleLineTupleTypeElements=528]="SingleLineTupleTypeElements",e[e.MultiLineTupleTypeElements=657]="MultiLineTupleTypeElements",e[e.UnionTypeConstituents=516]="UnionTypeConstituents",e[e.IntersectionTypeConstituents=520]="IntersectionTypeConstituents",e[e.ObjectBindingPatternElements=525136]="ObjectBindingPatternElements",e[e.ArrayBindingPatternElements=524880]="ArrayBindingPatternElements",e[e.ObjectLiteralExpressionProperties=526226]="ObjectLiteralExpressionProperties",e[e.ImportAttributes=526226]="ImportAttributes",e[e.ImportClauseEntries=526226]="ImportClauseEntries",e[e.ArrayLiteralExpressionElements=8914]="ArrayLiteralExpressionElements",e[e.CommaListElements=528]="CommaListElements",e[e.CallExpressionArguments=2576]="CallExpressionArguments",e[e.NewExpressionArguments=18960]="NewExpressionArguments",e[e.TemplateExpressionSpans=262144]="TemplateExpressionSpans",e[e.SingleLineBlockStatements=768]="SingleLineBlockStatements",e[e.MultiLineBlockStatements=129]="MultiLineBlockStatements",e[e.VariableDeclarationList=528]="VariableDeclarationList",e[e.SingleLineFunctionBodyStatements=768]="SingleLineFunctionBodyStatements",e[e.MultiLineFunctionBodyStatements=1]="MultiLineFunctionBodyStatements",e[e.ClassHeritageClauses=0]="ClassHeritageClauses",e[e.ClassMembers=129]="ClassMembers",e[e.InterfaceMembers=129]="InterfaceMembers",e[e.EnumMembers=145]="EnumMembers",e[e.CaseBlockClauses=129]="CaseBlockClauses",e[e.NamedImportsOrExportsElements=525136]="NamedImportsOrExportsElements",e[e.JsxElementOrFragmentChildren=262144]="JsxElementOrFragmentChildren",e[e.JsxElementAttributes=262656]="JsxElementAttributes",e[e.CaseOrDefaultClauseStatements=163969]="CaseOrDefaultClauseStatements",e[e.HeritageClauseTypes=528]="HeritageClauseTypes",e[e.SourceFileStatements=131073]="SourceFileStatements",e[e.Decorators=2146305]="Decorators",e[e.TypeArguments=53776]="TypeArguments",e[e.TypeParameters=53776]="TypeParameters",e[e.Parameters=2576]="Parameters",e[e.IndexSignatureParameters=8848]="IndexSignatureParameters",e[e.JSDocComment=33]="JSDocComment",e))(ei||{}),ni=(e=>(e[e.None=0]="None",e[e.TripleSlashXML=1]="TripleSlashXML",e[e.SingleLine=2]="SingleLine",e[e.MultiLine=4]="MultiLine",e[e.All=7]="All",e[e.Default=7]="Default",e))(ni||{}),ti={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}},ri=(e=>(e[e.ParseAll=0]="ParseAll",e[e.ParseNone=1]="ParseNone",e[e.ParseForTypeErrors=2]="ParseForTypeErrors",e[e.ParseForTypeInfo=3]="ParseForTypeInfo",e))(ri||{})}});function yi(e){let n=5381;for(let t=0;t{i.isClosed=!0,it(n,i)}}};function a(e){const n=[];return n.pollingInterval=e,n.pollIndex=0,n.pollScheduled=!1,n}function s(e,n){n.pollIndex=c(n,n.pollingInterval,n.pollIndex,ui[n.pollingInterval]),n.length?f(n.pollingInterval):(Rt.assert(0===n.pollIndex),n.pollScheduled=!1)}function l(e,n){c(t,250,0,t.length),s(0,n),!n.pollScheduled&&t.length&&f(250)}function c(n,r,o,i){return Ti(e,n,o,i,(function(e,o,i){i?(e.unchangedPolls=0,n!==t&&(n[o]=void 0,a=e,t.push(a),p(250))):e.unchangedPolls!==pi[r]?e.unchangedPolls++:n===t?(e.unchangedPolls=1,n[o]=void 0,u(e,250)):2e3!==r&&(e.unchangedPolls++,n[o]=void 0,u(e,250===r?500:2e3));var a}))}function d(e){switch(e){case 250:return r;case 500:return o;case 2e3:return i}}function u(e,n){d(n).push(e),p(n)}function p(e){d(e).pollScheduled||f(e)}function f(n){d(n).pollScheduled=e.setTimeout(250===n?l:s,n,250===n?"pollLowPollingIntervalQueue":"pollPollingIntervalQueue",d(n))}}function Ai(e,n,t,r){const o=dn(),i=r?new Map:void 0,a=new Map,s=at(n);return function(n,r,l,c){const d=s(n);1===o.add(d,r).length&&i&&i.set(d,t(n)||ci);const u=ra(d)||".",p=a.get(u)||function(n,r,l){const c=e(n,1,((e,r)=>{if(!gn(r))return;const a=ma(r,n),l=s(a),c=a&&o.get(l);if(c){let n,r=1;if(i){const o=i.get(l);if("change"===e&&(n=t(a)||ci,n.getTime()===o.getTime()))return;n||(n=t(a)||ci),i.set(l,n),o===ci?r=0:n===ci&&(r=2)}for(const e of c)e(a,r,n)}}),!1,500,l);return c.referenceCount=0,a.set(r,c),c}(ra(n)||".",u,c);return p.referenceCount++,{close:()=>{1===p.referenceCount?(p.close(),a.delete(u)):p.referenceCount--,o.remove(d,r)}}}}function Ri(e,n,t,r,o){const i=at(n)(t),a=e.get(i);return a?a.callbacks.push(r):e.set(i,{watcher:o(((n,t,r)=>{var o;return null==(o=e.get(i))?void 0:o.callbacks.slice().forEach((e=>e(n,t,r)))})),callbacks:[r]}),{close:()=>{const n=e.get(i);n&&tt(n.callbacks,r)&&!n.callbacks.length&&(e.delete(i),lU(n))}}}function Ii(e,n){const t=e.mtime.getTime(),r=n.getTime();return t!==r&&(e.mtime=n,e.callback(e.fileName,Ni(t,r),n),!0)}function Ni(e,n){return 0===e?0:0===n?2:1}function Di(e){return mi(e)}function Ci(e){mi=e}function Mi({watchDirectory:e,useCaseSensitiveFileNames:n,getCurrentDirectory:t,getAccessibleSortedChildDirectories:r,fileSystemEntryExists:o,realpath:a,setTimeout:s,clearTimeout:l}){const c=new Map,d=dn(),u=new Map;let p;const f=Un(!n),m=at(n);return(n,t,r,o)=>r?_(n,o,t):e(n,t,r,o);function _(n,t,r){const a=m(n);let f=c.get(a);f?f.refCount++:(f={watcher:e(n,(e=>{b(e,t)||((null==t?void 0:t.synchronousWatchDirectory)?(h(a,e),v(n,a,t)):function(e,n,t,r){const i=c.get(n);if(i&&o(e,1))return void function(e,n,t,r){const o=u.get(n);o?o.fileNames.push(t):u.set(n,{dirName:e,options:r,fileNames:[t]});p&&(l(p),p=void 0);p=s(g,1e3,"timerToUpdateChildWatches")}(e,n,t,r);h(n,t),y(i)}(n,a,e,t))}),!1,t),refCount:1,childWatches:i},c.set(a,f),v(n,a,t));const _=r&&{dirName:n,callback:r};return _&&d.add(a,_),{dirName:n,close:()=>{const e=Rt.checkDefined(c.get(a));_&&d.remove(a,_),e.refCount--,e.refCount||(c.delete(a),lU(e),e.childWatches.forEach(fS))}}}function h(e,n,t){let r,o;gn(n)?r=n:o=n,d.forEach(((n,i)=>{if((!o||!0!==o.get(i))&&(i===e||dt(e,i)&&e[i.length]===Fi))if(o)if(t){const e=o.get(i);e?e.push(...t):o.set(i,t.slice())}else o.set(i,!0);else n.forEach((({callback:e})=>e(r)))}))}function g(){p=void 0,Di(`sysLog:: onTimerToUpdateChildWatches:: ${u.size}`);const e=tr(),n=new Map;for(;!p&&u.size;){const e=u.entries().next();Rt.assert(!e.done);const{value:[t,{dirName:r,options:o,fileNames:i}]}=e;u.delete(t);const a=v(r,t,o);h(t,n,a?void 0:i)}Di(`sysLog:: invokingWatchers:: Elapsed:: ${tr()-e}ms:: ${u.size}`),d.forEach(((e,t)=>{const r=n.get(t);r&&e.forEach((({callback:e,dirName:n})=>{_n(r)?r.forEach(e):e(n)}))}));Di(`sysLog:: Elapsed:: ${tr()-e}ms:: onTimerToUpdateChildWatches:: ${u.size} ${p}`)}function y(e){if(!e)return;const n=e.childWatches;e.childWatches=i;for(const e of n)e.close(),y(c.get(m(e.dirName)))}function v(e,n,t){const s=c.get(n);if(!s)return!1;let l;const d=vt(o(e,1)?Z(r(e),(n=>{const r=ma(n,e);return b(r,t)||0!==f(r,_a(a(r)))?void 0:r})):i,s.childWatches,((e,n)=>f(e,n.dirName)),(function(e){u(_(e,t))}),fS,u);return s.childWatches=l||i,d;function u(e){(l||(l=[])).push(e)}}function b(e,r){return se(fi,(t=>function(e,t){return!!e.includes(t)||!n&&m(e).includes(t)}(e,t)))||Pi(e,r,n,t)}}function Pi(e,n,t,r){return((null==n?void 0:n.excludeDirectories)||(null==n?void 0:n.excludeFiles))&&(CO(e,null==n?void 0:n.excludeFiles,t,r())||CO(e,null==n?void 0:n.excludeDirectories,t,r()))}function Li(e,n,t,r,o){return(i,a)=>{if("rename"===i){const i=a?_a(ua(e,a)):e;a&&Pi(i,t,r,o)||n(i)}}}function ki({pollingWatchFileWorker:e,getModifiedTime:n,setTimeout:t,clearTimeout:r,fsWatchWorker:o,fileSystemEntryExists:i,useCaseSensitiveFileNames:a,getCurrentDirectory:s,fsSupportsRecursiveFsWatch:l,getAccessibleSortedChildDirectories:c,realpath:d,tscWatchFile:u,useNonPollingWatchers:p,tscWatchDirectory:f,inodeWatching:m,fsWatchWithTimestamp:_,sysLog:h}){const g=new Map,y=new Map,v=new Map;let b,E,S,T,x=!1;return{watchFile:A,watchDirectory:function(e,n,o,u){if(l)return M(e,1,Li(e,n,u,a,s),o,500,sU(u));T||(T=Mi({useCaseSensitiveFileNames:a,getCurrentDirectory:s,fileSystemEntryExists:i,getAccessibleSortedChildDirectories:c,watchDirectory:D,realpath:d,setTimeout:t,clearTimeout:r}));return T(e,n,o,u)}};function A(e,t,r,o){o=function(e,n){if(e&&void 0!==e.watchFile)return e;switch(u){case"PriorityPollingInterval":return{watchFile:1};case"DynamicPriorityPolling":return{watchFile:2};case"UseFsEvents":return N(4,1,e);case"UseFsEventsWithFallbackDynamicPolling":return N(4,2,e);case"UseFsEventsOnParentDirectory":n=!0;default:return n?N(5,1,e):{watchFile:4}}}(o,p);const i=Rt.checkDefined(o.watchFile);switch(i){case 0:return C(e,t,250,void 0);case 1:return C(e,t,r,void 0);case 2:return R()(e,t,r,void 0);case 3:return I()(e,t,void 0,void 0);case 4:return M(e,0,function(e,n,t){return(r,o,i)=>{"rename"===r?(i||(i=t(e)||ci),n(e,i!==ci?0:2,i)):n(e,1,i)}}(e,t,n),!1,r,sU(o));case 5:return S||(S=Ai(M,a,n,_)),S(e,t,r,sU(o));default:Rt.assertNever(i)}}function R(){return b||(b=xi({getModifiedTime:n,setTimeout:t}))}function I(){return E||(E=function(e){const n=[];let t,r=0;return function(t,r){const o={fileName:t,callback:r,mtime:bi(e,t)};return n.push(o),i(),{close:()=>{o.isClosed=!0,it(n,o)}}};function o(){t=void 0,r=Ti(e,n,r,ui[250]),i()}function i(){n.length&&!t&&(t=e.setTimeout(o,2e3,"pollQueue"))}}({getModifiedTime:n,setTimeout:t}))}function N(e,n,t){const r=null==t?void 0:t.fallbackPolling;return{watchFile:e,fallbackPolling:void 0===r?n:r}}function D(e,n,t,r){Rt.assert(!t);const o=function(e){if(e&&void 0!==e.watchDirectory)return e;switch(f){case"RecursiveDirectoryUsingFsWatchFile":return{watchDirectory:1};case"RecursiveDirectoryUsingDynamicPriorityPolling":return{watchDirectory:2};default:const n=null==e?void 0:e.fallbackPolling;return{watchDirectory:0,fallbackPolling:void 0!==n?n:void 0}}}(r),i=Rt.checkDefined(o.watchDirectory);switch(i){case 1:return C(e,(()=>n(e)),500,void 0);case 2:return R()(e,(()=>n(e)),500,void 0);case 3:return I()(e,(()=>n(e)),void 0,void 0);case 0:return M(e,1,Li(e,n,r,a,s),t,500,sU(o));default:Rt.assertNever(i)}}function C(n,t,r,o){return Ri(g,a,n,t,(t=>e(n,t,r,o)))}function M(e,t,r,s,l,c){return Ri(s?v:y,a,e,r,(r=>function(e,t,r,a,s,l){let c,d;m&&(c=e.substring(e.lastIndexOf(Fi)),d=c.slice(Fi.length));let u=i(e,t)?f():v();return{close:()=>{u&&(u.close(),u=void 0)}};function p(n){u&&(h(`sysLog:: ${e}:: Changing watcher to ${n===f?"Present":"Missing"}FileSystemEntryWatcher`),u.close(),u=n())}function f(){if(x)return h(`sysLog:: ${e}:: Defaulting to watchFile`),y();try{const n=(1!==t&&_?P:o)(e,a,m?g:r);return n.on("error",(()=>{r("rename",""),p(v)})),n}catch(n){return x||(x="ENOSPC"===n.code),h(`sysLog:: ${e}:: Changing to watchFile`),y()}}function g(t,o){let i;if(o&&Qn(o,"~")&&(i=o,o=o.slice(0,o.length-1)),"rename"!==t||o&&o!==d&&!Qn(o,c))i&&r(t,i),r(t,o);else{const a=n(e)||ci;i&&r(t,i,a),r(t,o,a),m?p(a===ci?v:f):a===ci&&p(v)}}function y(){return A(e,function(e){return(n,t,r)=>e(1===t?"change":"rename","",r)}(r),s,l)}function v(){return A(e,((t,o,i)=>{0===o&&(i||(i=n(e)||ci),i!==ci&&(r("rename","",i),p(f)))}),s,l)}}(e,t,r,s,l,c)))}function P(e,t,r){let i=n(e)||ci;return o(e,t,((t,o,a)=>{"change"===t&&(a||(a=n(e)||ci),a.getTime()===i.getTime())||(i=a||n(e)||ci,r(t,o,i))}))}}function wi(e){const n=e.writeFile;e.writeFile=(t,r,o)=>pb(t,r,!!o,((t,r,o)=>n.call(e,t,r,o)),(n=>e.createDirectory(n)),(n=>e.directoryExists(n)))}function Oi(e){hi=e}var Fi,Wi,zi,Gi,Bi,ji=b({"src/compiler/sys.ts"(){JJ(),si=(e=>(e[e.Created=0]="Created",e[e.Changed=1]="Changed",e[e.Deleted=2]="Deleted",e))(si||{}),li=(e=>(e[e.High=2e3]="High",e[e.Medium=500]="Medium",e[e.Low=250]="Low",e))(li||{}),ci=new Date(0),ui=Ei(di={Low:32,Medium:64,High:256}),pi=Ei(di),fi=["/node_modules/.","/.git","/.#"],mi=En,_i=(e=>(e[e.File=0]="File",e[e.Directory=1]="Directory",e))(_i||{}),(hi=(()=>{let e;return xt()&&(e=function(){const e=/^native |^\([^)]+\)$|^(internal[\\/]|[a-zA-Z0-9_\s]+(\.js)?$)/,n=s("fs"),o=s("path"),i=s("os");let a,l;try{a=s("crypto")}catch{a=void 0}let c="./profile.cpuprofile";const d=s("buffer").Buffer,u="darwin"===process.platform,p="linux"===process.platform||u,f=i.platform(),m="win32"!==f&&"win64"!==f&&!N((S=r,S.replace(/\w/g,(e=>{const n=e.toUpperCase();return e===n?e.toLowerCase():n})))),_=n.realpathSync.native?"win32"===process.platform?function(e){return e.length<260?n.realpathSync.native(e):n.realpathSync(e)}:n.realpathSync.native:n.realpathSync,h=r.endsWith("sys.js")?o.join(o.dirname("/"),"__fake__.js"):r,g="win32"===process.platform||u,y=Dn((()=>process.cwd())),{watchFile:v,watchDirectory:b}=ki({pollingWatchFileWorker:function(e,t,r){let o;return n.watchFile(e,{persistent:!0,interval:r},i),{close:()=>n.unwatchFile(e,i)};function i(n,r){const i=0==+r.mtime||2===o;if(0==+n.mtime){if(i)return;o=2}else if(i)o=0;else{if(+n.mtime==+r.mtime)return;o=1}t(e,o,n.mtime)}},getModifiedTime:C,setTimeout:setTimeout,clearTimeout:clearTimeout,fsWatchWorker:function(e,t,r){return n.watch(e,g?{persistent:!0,recursive:!!t}:{persistent:!0},r)},useCaseSensitiveFileNames:m,getCurrentDirectory:y,fileSystemEntryExists:I,fsSupportsRecursiveFsWatch:g,getAccessibleSortedChildDirectories:e=>R(e).directories,realpath:D,tscWatchFile:process.env.TSC_WATCHFILE,useNonPollingWatchers:!!process.env.TSC_NONPOLLING_WATCHER,tscWatchDirectory:process.env.TSC_WATCHDIRECTORY,inodeWatching:p,fsWatchWithTimestamp:u,sysLog:Di}),E={args:process.argv.slice(2),newLine:i.EOL,useCaseSensitiveFileNames:m,write(e){process.stdout.write(e)},getWidthOfTerminal(){return process.stdout.columns},writeOutputIsTTY(){return process.stdout.isTTY},readFile:function(e,t){var r,o;null==(r=sr)||r.logStartReadFile(e);const i=function(e,t){let r;try{r=n.readFileSync(e)}catch(e){return}let o=r.length;if(o>=2&&254===r[0]&&255===r[1]){o&=-2;for(let e=0;e=2&&255===r[0]&&254===r[1]?r.toString("utf16le",2):o>=3&&239===r[0]&&187===r[1]&&191===r[2]?r.toString("utf8",3):r.toString("utf8")}(e);return null==(o=sr)||o.logStopReadFile(),i},writeFile:function(e,t,r){var o;let i;null==(o=sr)||o.logEvent("WriteFile: "+e),r&&(t="\ufeff"+t);try{i=n.openSync(e,"w"),n.writeSync(i,t,void 0,"utf8")}finally{void 0!==i&&n.closeSync(i)}},watchFile:v,watchDirectory:b,resolvePath:e=>o.resolve(e),fileExists:N,directoryExists:function(e){return I(e,1)},getAccessibleFileSystemEntries:R,createDirectory(e){if(!E.directoryExists(e))try{n.mkdirSync(e)}catch(e){if("EEXIST"!==e.code)throw e}},getExecutingFilePath(){return h},getCurrentDirectory:y,getDirectories:function(e){return R(e).directories.slice()},getEnvironmentVariable(e){return process.env[e]||""},readDirectory:function(e,n,t,r,o){return XT(e,n,t,r,m,process.cwd(),o,R,D)},getModifiedTime:C,setModifiedTime:function(e,t){try{n.utimesSync(e,t,t)}catch(e){return}},deleteFile:function(e){try{return n.unlinkSync(e)}catch(e){return}},createHash:a?M:yi,createSHA256Hash:a?M:void 0,getMemoryUsage(){return t.g.gc&&t.g.gc(),process.memoryUsage().heapUsed},getFileSize(e){try{const n=T(e);if(null==n?void 0:n.isFile())return n.size}catch{}return 0},exit(e){x((()=>process.exit(e)))},enableCPUProfiler:function(e,n){if(l)return n(),!1;const t=s("inspector");if(!t||!t.Session)return n(),!1;const r=new t.Session;return r.connect(),r.post("Profiler.enable",(()=>{r.post("Profiler.start",(()=>{l=r,c=e,n()}))})),!0},disableCPUProfiler:x,cpuProfilingEnabled:()=>!!l||F(process.execArgv,"--cpu-prof")||F(process.execArgv,"--prof"),realpath:D,debugMode:!!process.env.NODE_INSPECTOR_IPC||!!process.env.VSCODE_INSPECTOR_OPTIONS||se(process.execArgv,(e=>/^--(inspect|debug)(-brk)?(=\d+)?$/i.test(e)))||!!process.recordreplay,tryEnableSourceMapsForHost(){try{s("source-map-support").install()}catch{}},setTimeout:setTimeout,clearTimeout:clearTimeout,clearScreen:()=>{process.stdout.write("c")},setBlocking:()=>{var e;const n=null==(e=process.stdout)?void 0:e._handle;n&&n.setBlocking&&n.setBlocking(!0)},bufferFrom:A,base64decode:e=>A(e,"base64").toString("utf8"),base64encode:e=>A(e).toString("base64"),require:(e,n)=>{try{const t=FF(n,e,E);return{module:s(t),modulePath:t,error:void 0}}catch(e){return{module:void 0,modulePath:void 0,error:e}}}};var S;return E;function T(e){return n.statSync(e,{throwIfNoEntry:!1})}function x(t){if(l&&"stopping"!==l){const r=l;return l.post("Profiler.stop",((i,{profile:a})=>{var s;if(!i){try{(null==(s=T(c))?void 0:s.isDirectory())&&(c=o.join(c,`${(new Date).toISOString().replace(/:/g,"-")}+P${process.pid}.cpuprofile`))}catch{}try{n.mkdirSync(o.dirname(c),{recursive:!0})}catch{}n.writeFileSync(c,JSON.stringify(function(n){let t=0;const r=new Map,i=ca(o.dirname(h)),a=`file://${1===ta(i)?"":"/"}${i}`;for(const o of n.nodes)if(o.callFrame.url){const n=ca(o.callFrame.url);Ia(a,n,m)?o.callFrame.url=La(a,n,a,at(m),!0):e.test(n)||(o.callFrame.url=(r.has(n)?r:r.set(n,`external${t}.js`)).get(n),t++)}return n}(a)))}l=void 0,r.disconnect(),t()})),l="stopping",!0}return t(),!1}function A(e,n){return d.from&&d.from!==Int8Array.from?d.from(e,n):new d(e,n)}function R(e){var t;null==(t=sr)||t.logEvent("ReadDir: "+(e||"."));try{const t=n.readdirSync(e||".",{withFileTypes:!0}),r=[],o=[];for(const n of t){const t="string"==typeof n?n:n.name;if("."===t||".."===t)continue;let i;if("string"==typeof n||n.isSymbolicLink()){const n=ua(e,t);try{if(i=T(n),!i)continue}catch(e){continue}}else i=n;i.isFile()?r.push(t):i.isDirectory()&&o.push(t)}return r.sort(),o.sort(),{files:r,directories:o}}catch(e){return Rf}}function I(e,n){const t=Error.stackTraceLimit;Error.stackTraceLimit=0;try{const t=T(e);if(!t)return!1;switch(n){case 0:return t.isFile();case 1:return t.isDirectory();default:return!1}}catch(e){return!1}finally{Error.stackTraceLimit=t}}function N(e){return I(e,0)}function D(e){try{return _(e)}catch{return e}}function C(e){var n;const t=Error.stackTraceLimit;Error.stackTraceLimit=0;try{return null==(n=T(e))?void 0:n.mtime}catch(e){return}finally{Error.stackTraceLimit=t}}function M(e){const n=a.createHash("sha256");return n.update(e),n.digest("hex")}}()),e&&wi(e),e})())&&hi.getEnvironmentVariable&&(Si(hi),Rt.setAssertionLevel(/^development$/i.test(hi.getEnvironmentVariable("NODE_ENV"))?1:0)),hi&&hi.debugMode&&(Rt.isDebugging=!0)}});function Vi(e){return 47===e||92===e}function Ui(e){return na(e)<0}function Hi(e){return na(e)>0}function Ki(e){const n=na(e);return n>0&&n===e.length}function qi(e){return 0!==na(e)}function Ji(e){return/^\.\.?($|[\\/])/.test(e)}function Xi(e){return!qi(e)&&!Ji(e)}function Yi(e){return oa(e).includes(".")}function $i(e,n){return e.length>n.length&&Qn(e,n)}function Qi(e,n){for(const t of n)if($i(e,t))return!0;return!1}function Zi(e){return e.length>0&&Vi(e.charCodeAt(e.length-1))}function ea(e){return e>=97&&e<=122||e>=65&&e<=90}function na(e){if(!e)return 0;const n=e.charCodeAt(0);if(47===n||92===n){if(e.charCodeAt(1)!==n)return 1;const t=e.indexOf(47===n?Fi:Wi,2);return t<0?e.length:t+1}if(ea(n)&&58===e.charCodeAt(1)){const n=e.charCodeAt(2);if(47===n||92===n)return 3;if(2===e.length)return 2}const t=e.indexOf(zi);if(-1!==t){const n=t+zi.length,r=e.indexOf(Fi,n);if(-1!==r){const o=e.slice(0,t),i=e.slice(n,r);if("file"===o&&(""===i||"localhost"===i)&&ea(e.charCodeAt(r+1))){const n=function(e,n){const t=e.charCodeAt(n);if(58===t)return n+1;if(37===t&&51===e.charCodeAt(n+1)){const t=e.charCodeAt(n+2);if(97===t||65===t)return n+3}return-1}(e,r+2);if(-1!==n){if(47===e.charCodeAt(n))return~(n+1);if(n===e.length)return~n}}return~(r+1)}return~e.length}return 0}function ta(e){const n=na(e);return n<0?~n:n}function ra(e){const n=ta(e=ca(e));return n===e.length?e:(e=ya(e)).slice(0,Math.max(n,e.lastIndexOf(Fi)))}function oa(e,n,t){if(ta(e=ca(e))===e.length)return"";const r=(e=ya(e)).slice(Math.max(ta(e),e.lastIndexOf(Fi)+1)),o=void 0!==n&&void 0!==t?aa(r,n,t):void 0;return o?r.slice(0,r.length-o.length):r}function ia(e,n,t){if(dt(n,".")||(n="."+n),e.length>=n.length&&46===e.charCodeAt(e.length-n.length)){const r=e.slice(e.length-n.length);if(t(r,n))return r}}function aa(e,n,t){if(n)return function(e,n,t){if("string"==typeof n)return ia(e,n,t)||"";for(const r of n){const n=ia(e,r,t);if(n)return n}return""}(ya(e),n,t?wn:On);const r=oa(e),o=r.lastIndexOf(".");return o>=0?r.substring(o):""}function sa(e,n=""){return function(e,n){const t=e.substring(0,n),r=e.substring(n).split(Fi);return r.length&&!Oe(r)&&r.pop(),[t,...r]}(e=ua(n,e),ta(e))}function la(e,n){if(0===e.length)return"";return(e[0]&&va(e[0]))+e.slice(1,n).join(Fi)}function ca(e){return e.includes("\\")?e.replace(Gi,Fi):e}function da(e){if(!se(e))return[];const n=[e[0]];for(let t=1;t1){if(".."!==n[n.length-1]){n.pop();continue}}else if(n[0])continue;n.push(r)}}return n}function ua(e,...n){e&&(e=ca(e));for(let t of n)t&&(t=ca(t),e=e&&0===ta(t)?va(e)+t:t);return e}function pa(e,...n){return _a(se(n)?ua(e,...n):ca(e))}function fa(e,n){return da(sa(e,n))}function ma(e,n){return la(fa(e,n))}function _a(e){if(e=ca(e),!Bi.test(e))return e;const n=e.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(n!==e&&(e=n,!Bi.test(e)))return e;const t=la(da(sa(e)));return t&&Zi(e)?va(t):t}function ha(e,n){return 0===(t=fa(e,n)).length?"":t.slice(1).join(Fi);var t}function ga(e,n,t){return t(Hi(e)?_a(e):ma(e,n))}function ya(e){return Zi(e)?e.substr(0,e.length-1):e}function va(e){return Zi(e)?e:e+Fi}function ba(e){return qi(e)||Ji(e)?e:"./"+e}function Ea(e,n,t,r){const o=void 0!==t&&void 0!==r?aa(e,t,r):aa(e);return o?e.slice(0,e.length-o.length)+(dt(n,".")?n:"."+n):e}function Sa(e,n){const t=hk(e);return t?e.slice(0,e.length-t.length)+(dt(n,".")?n:"."+n):Ea(e,n)}function Ta(e,n,t){if(e===n)return 0;if(void 0===e)return-1;if(void 0===n)return 1;const r=e.substring(0,ta(e)),o=n.substring(0,ta(n)),i=Bn(r,o);if(0!==i)return i;const a=e.substring(r.length),s=n.substring(o.length);if(!Bi.test(a)&&!Bi.test(s))return t(a,s);const l=da(sa(e)),c=da(sa(n)),d=Math.min(l.length,c.length);for(let e=1;e0==ta(n)>0,"Paths must either both be absolute or both be relative");return la(Da(e,n,"boolean"==typeof t&&t?wn:On,"function"==typeof t?t:An))}function Ma(e,n,t){return Hi(e)?La(n,e,n,t,!1):e}function Pa(e,n,t){return ba(Ca(ra(e),n,t))}function La(e,n,t,r,o){const i=Da(pa(t,e),pa(t,n),On,r),a=i[0];if(o&&Hi(a)){const e=a.charAt(0)===Fi?"file://":"file:///";i[0]=e+a}return la(i)}function ka(e,n){for(;;){const t=n(e);if(void 0!==t)return t;const r=ra(e);if(r===e)return;e=r}}function wa(e){return Qn(e,"/node_modules")}var Oa,Fa=b({"src/compiler/path.ts"(){JJ(),Fi="/",Wi="\\",zi="://",Gi=/\\/g,Bi=/(?:\/\/)|(?:^|\/)\.\.?(?:$|\/)/}});function Wa(e,n,t,r,o,i,a){return{code:e,category:n,key:t,message:r,reportsUnnecessary:o,elidedInCompatabilityPyramid:i,reportsDeprecated:a}}var za,Ga,Ba,ja,Va,Ua,Ha,Ka,qa,Ja,Xa,Ya,$a,Qa,Za,es,ns=b({"src/compiler/diagnosticInformationMap.generated.ts"(){gi(),Oa={Unterminated_string_literal:Wa(1002,1,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:Wa(1003,1,"Identifier_expected_1003","Identifier expected."),_0_expected:Wa(1005,1,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:Wa(1006,1,"A_file_cannot_have_a_reference_to_itself_1006","A file cannot have a reference to itself."),The_parser_expected_to_find_a_1_to_match_the_0_token_here:Wa(1007,1,"The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007","The parser expected to find a '{1}' to match the '{0}' token here."),Trailing_comma_not_allowed:Wa(1009,1,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:Wa(1010,1,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:Wa(1011,1,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:Wa(1012,1,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:Wa(1013,1,"A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013","A rest parameter or binding pattern may not have a trailing comma."),A_rest_parameter_must_be_last_in_a_parameter_list:Wa(1014,1,"A_rest_parameter_must_be_last_in_a_parameter_list_1014","A rest parameter must be last in a parameter list."),Parameter_cannot_have_question_mark_and_initializer:Wa(1015,1,"Parameter_cannot_have_question_mark_and_initializer_1015","Parameter cannot have question mark and initializer."),A_required_parameter_cannot_follow_an_optional_parameter:Wa(1016,1,"A_required_parameter_cannot_follow_an_optional_parameter_1016","A required parameter cannot follow an optional parameter."),An_index_signature_cannot_have_a_rest_parameter:Wa(1017,1,"An_index_signature_cannot_have_a_rest_parameter_1017","An index signature cannot have a rest parameter."),An_index_signature_parameter_cannot_have_an_accessibility_modifier:Wa(1018,1,"An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018","An index signature parameter cannot have an accessibility modifier."),An_index_signature_parameter_cannot_have_a_question_mark:Wa(1019,1,"An_index_signature_parameter_cannot_have_a_question_mark_1019","An index signature parameter cannot have a question mark."),An_index_signature_parameter_cannot_have_an_initializer:Wa(1020,1,"An_index_signature_parameter_cannot_have_an_initializer_1020","An index signature parameter cannot have an initializer."),An_index_signature_must_have_a_type_annotation:Wa(1021,1,"An_index_signature_must_have_a_type_annotation_1021","An index signature must have a type annotation."),An_index_signature_parameter_must_have_a_type_annotation:Wa(1022,1,"An_index_signature_parameter_must_have_a_type_annotation_1022","An index signature parameter must have a type annotation."),readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature:Wa(1024,1,"readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature_1024","'readonly' modifier can only appear on a property declaration or index signature."),An_index_signature_cannot_have_a_trailing_comma:Wa(1025,1,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:Wa(1028,1,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:Wa(1029,1,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:Wa(1030,1,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:Wa(1031,1,"_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031","'{0}' modifier cannot appear on class elements of this kind."),super_must_be_followed_by_an_argument_list_or_member_access:Wa(1034,1,"super_must_be_followed_by_an_argument_list_or_member_access_1034","'super' must be followed by an argument list or member access."),Only_ambient_modules_can_use_quoted_names:Wa(1035,1,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:Wa(1036,1,"Statements_are_not_allowed_in_ambient_contexts_1036","Statements are not allowed in ambient contexts."),A_declare_modifier_cannot_be_used_in_an_already_ambient_context:Wa(1038,1,"A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038","A 'declare' modifier cannot be used in an already ambient context."),Initializers_are_not_allowed_in_ambient_contexts:Wa(1039,1,"Initializers_are_not_allowed_in_ambient_contexts_1039","Initializers are not allowed in ambient contexts."),_0_modifier_cannot_be_used_in_an_ambient_context:Wa(1040,1,"_0_modifier_cannot_be_used_in_an_ambient_context_1040","'{0}' modifier cannot be used in an ambient context."),_0_modifier_cannot_be_used_here:Wa(1042,1,"_0_modifier_cannot_be_used_here_1042","'{0}' modifier cannot be used here."),_0_modifier_cannot_appear_on_a_module_or_namespace_element:Wa(1044,1,"_0_modifier_cannot_appear_on_a_module_or_namespace_element_1044","'{0}' modifier cannot appear on a module or namespace element."),Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier:Wa(1046,1,"Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046","Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier."),A_rest_parameter_cannot_be_optional:Wa(1047,1,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:Wa(1048,1,"A_rest_parameter_cannot_have_an_initializer_1048","A rest parameter cannot have an initializer."),A_set_accessor_must_have_exactly_one_parameter:Wa(1049,1,"A_set_accessor_must_have_exactly_one_parameter_1049","A 'set' accessor must have exactly one parameter."),A_set_accessor_cannot_have_an_optional_parameter:Wa(1051,1,"A_set_accessor_cannot_have_an_optional_parameter_1051","A 'set' accessor cannot have an optional parameter."),A_set_accessor_parameter_cannot_have_an_initializer:Wa(1052,1,"A_set_accessor_parameter_cannot_have_an_initializer_1052","A 'set' accessor parameter cannot have an initializer."),A_set_accessor_cannot_have_rest_parameter:Wa(1053,1,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:Wa(1054,1,"A_get_accessor_cannot_have_parameters_1054","A 'get' accessor cannot have parameters."),Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:Wa(1055,1,"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:Wa(1056,1,"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056","Accessors are only available when targeting ECMAScript 5 and higher."),The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:Wa(1058,1,"The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058","The return type of an async function must either be a valid promise or must not contain a callable 'then' member."),A_promise_must_have_a_then_method:Wa(1059,1,"A_promise_must_have_a_then_method_1059","A promise must have a 'then' method."),The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback:Wa(1060,1,"The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback_1060","The first parameter of the 'then' method of a promise must be a callback."),Enum_member_must_have_initializer:Wa(1061,1,"Enum_member_must_have_initializer_1061","Enum member must have initializer."),Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method:Wa(1062,1,"Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method_1062","Type is referenced directly or indirectly in the fulfillment callback of its own 'then' method."),An_export_assignment_cannot_be_used_in_a_namespace:Wa(1063,1,"An_export_assignment_cannot_be_used_in_a_namespace_1063","An export assignment cannot be used in a namespace."),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0:Wa(1064,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064","The return type of an async function or method must be the global Promise type. Did you mean to write 'Promise<{0}>'?"),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type:Wa(1065,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1065","The return type of an async function or method must be the global Promise type."),In_ambient_enum_declarations_member_initializer_must_be_constant_expression:Wa(1066,1,"In_ambient_enum_declarations_member_initializer_must_be_constant_expression_1066","In ambient enum declarations member initializer must be constant expression."),Unexpected_token_A_constructor_method_accessor_or_property_was_expected:Wa(1068,1,"Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068","Unexpected token. A constructor, method, accessor, or property was expected."),Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces:Wa(1069,1,"Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069","Unexpected token. A type parameter name was expected without curly braces."),_0_modifier_cannot_appear_on_a_type_member:Wa(1070,1,"_0_modifier_cannot_appear_on_a_type_member_1070","'{0}' modifier cannot appear on a type member."),_0_modifier_cannot_appear_on_an_index_signature:Wa(1071,1,"_0_modifier_cannot_appear_on_an_index_signature_1071","'{0}' modifier cannot appear on an index signature."),A_0_modifier_cannot_be_used_with_an_import_declaration:Wa(1079,1,"A_0_modifier_cannot_be_used_with_an_import_declaration_1079","A '{0}' modifier cannot be used with an import declaration."),Invalid_reference_directive_syntax:Wa(1084,1,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),_0_modifier_cannot_appear_on_a_constructor_declaration:Wa(1089,1,"_0_modifier_cannot_appear_on_a_constructor_declaration_1089","'{0}' modifier cannot appear on a constructor declaration."),_0_modifier_cannot_appear_on_a_parameter:Wa(1090,1,"_0_modifier_cannot_appear_on_a_parameter_1090","'{0}' modifier cannot appear on a parameter."),Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement:Wa(1091,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement_1091","Only a single variable declaration is allowed in a 'for...in' statement."),Type_parameters_cannot_appear_on_a_constructor_declaration:Wa(1092,1,"Type_parameters_cannot_appear_on_a_constructor_declaration_1092","Type parameters cannot appear on a constructor declaration."),Type_annotation_cannot_appear_on_a_constructor_declaration:Wa(1093,1,"Type_annotation_cannot_appear_on_a_constructor_declaration_1093","Type annotation cannot appear on a constructor declaration."),An_accessor_cannot_have_type_parameters:Wa(1094,1,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:Wa(1095,1,"A_set_accessor_cannot_have_a_return_type_annotation_1095","A 'set' accessor cannot have a return type annotation."),An_index_signature_must_have_exactly_one_parameter:Wa(1096,1,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:Wa(1097,1,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:Wa(1098,1,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:Wa(1099,1,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:Wa(1100,1,"Invalid_use_of_0_in_strict_mode_1100","Invalid use of '{0}' in strict mode."),with_statements_are_not_allowed_in_strict_mode:Wa(1101,1,"with_statements_are_not_allowed_in_strict_mode_1101","'with' statements are not allowed in strict mode."),delete_cannot_be_called_on_an_identifier_in_strict_mode:Wa(1102,1,"delete_cannot_be_called_on_an_identifier_in_strict_mode_1102","'delete' cannot be called on an identifier in strict mode."),for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:Wa(1103,1,"for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1103","'for await' loops are only allowed within async functions and at the top levels of modules."),A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement:Wa(1104,1,"A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104","A 'continue' statement can only be used within an enclosing iteration statement."),A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement:Wa(1105,1,"A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105","A 'break' statement can only be used within an enclosing iteration or switch statement."),The_left_hand_side_of_a_for_of_statement_may_not_be_async:Wa(1106,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_async_1106","The left-hand side of a 'for...of' statement may not be 'async'."),Jump_target_cannot_cross_function_boundary:Wa(1107,1,"Jump_target_cannot_cross_function_boundary_1107","Jump target cannot cross function boundary."),A_return_statement_can_only_be_used_within_a_function_body:Wa(1108,1,"A_return_statement_can_only_be_used_within_a_function_body_1108","A 'return' statement can only be used within a function body."),Expression_expected:Wa(1109,1,"Expression_expected_1109","Expression expected."),Type_expected:Wa(1110,1,"Type_expected_1110","Type expected."),Private_field_0_must_be_declared_in_an_enclosing_class:Wa(1111,1,"Private_field_0_must_be_declared_in_an_enclosing_class_1111","Private field '{0}' must be declared in an enclosing class."),A_default_clause_cannot_appear_more_than_once_in_a_switch_statement:Wa(1113,1,"A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113","A 'default' clause cannot appear more than once in a 'switch' statement."),Duplicate_label_0:Wa(1114,1,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:Wa(1115,1,"A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115","A 'continue' statement can only jump to a label of an enclosing iteration statement."),A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement:Wa(1116,1,"A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116","A 'break' statement can only jump to a label of an enclosing statement."),An_object_literal_cannot_have_multiple_properties_with_the_same_name:Wa(1117,1,"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117","An object literal cannot have multiple properties with the same name."),An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name:Wa(1118,1,"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118","An object literal cannot have multiple get/set accessors with the same name."),An_object_literal_cannot_have_property_and_accessor_with_the_same_name:Wa(1119,1,"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119","An object literal cannot have property and accessor with the same name."),An_export_assignment_cannot_have_modifiers:Wa(1120,1,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_Use_the_syntax_0:Wa(1121,1,"Octal_literals_are_not_allowed_Use_the_syntax_0_1121","Octal literals are not allowed. Use the syntax '{0}'."),Variable_declaration_list_cannot_be_empty:Wa(1123,1,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:Wa(1124,1,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:Wa(1125,1,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:Wa(1126,1,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:Wa(1127,1,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:Wa(1128,1,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:Wa(1129,1,"Statement_expected_1129","Statement expected."),case_or_default_expected:Wa(1130,1,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:Wa(1131,1,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:Wa(1132,1,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:Wa(1134,1,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:Wa(1135,1,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:Wa(1136,1,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:Wa(1137,1,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:Wa(1138,1,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:Wa(1139,1,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:Wa(1140,1,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:Wa(1141,1,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:Wa(1142,1,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:Wa(1144,1,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:Wa(1145,1,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:Wa(1146,1,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:Wa(1147,1,"Import_declarations_in_a_namespace_cannot_reference_a_module_1147","Import declarations in a namespace cannot reference a module."),Cannot_use_imports_exports_or_module_augmentations_when_module_is_none:Wa(1148,1,"Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148","Cannot use imports, exports, or module augmentations when '--module' is 'none'."),File_name_0_differs_from_already_included_file_name_1_only_in_casing:Wa(1149,1,"File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149","File name '{0}' differs from already included file name '{1}' only in casing."),_0_declarations_must_be_initialized:Wa(1155,1,"_0_declarations_must_be_initialized_1155","'{0}' declarations must be initialized."),_0_declarations_can_only_be_declared_inside_a_block:Wa(1156,1,"_0_declarations_can_only_be_declared_inside_a_block_1156","'{0}' declarations can only be declared inside a block."),Unterminated_template_literal:Wa(1160,1,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:Wa(1161,1,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:Wa(1162,1,"An_object_member_cannot_be_declared_optional_1162","An object member cannot be declared optional."),A_yield_expression_is_only_allowed_in_a_generator_body:Wa(1163,1,"A_yield_expression_is_only_allowed_in_a_generator_body_1163","A 'yield' expression is only allowed in a generator body."),Computed_property_names_are_not_allowed_in_enums:Wa(1164,1,"Computed_property_names_are_not_allowed_in_enums_1164","Computed property names are not allowed in enums."),A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:Wa(1165,1,"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165","A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_symbol_type:Wa(1166,1,"A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166","A computed property name in a class property declaration must have a simple literal type or a 'unique symbol' type."),A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:Wa(1168,1,"A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168","A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:Wa(1169,1,"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169","A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:Wa(1170,1,"A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170","A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_comma_expression_is_not_allowed_in_a_computed_property_name:Wa(1171,1,"A_comma_expression_is_not_allowed_in_a_computed_property_name_1171","A comma expression is not allowed in a computed property name."),extends_clause_already_seen:Wa(1172,1,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:Wa(1173,1,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:Wa(1174,1,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:Wa(1175,1,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:Wa(1176,1,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:Wa(1177,1,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:Wa(1178,1,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:Wa(1179,1,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:Wa(1180,1,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:Wa(1181,1,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:Wa(1182,1,"A_destructuring_declaration_must_have_an_initializer_1182","A destructuring declaration must have an initializer."),An_implementation_cannot_be_declared_in_ambient_contexts:Wa(1183,1,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:Wa(1184,1,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:Wa(1185,1,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:Wa(1186,1,"A_rest_element_cannot_have_an_initializer_1186","A rest element cannot have an initializer."),A_parameter_property_may_not_be_declared_using_a_binding_pattern:Wa(1187,1,"A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187","A parameter property may not be declared using a binding pattern."),Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement:Wa(1188,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement_1188","Only a single variable declaration is allowed in a 'for...of' statement."),The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer:Wa(1189,1,"The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189","The variable declaration of a 'for...in' statement cannot have an initializer."),The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer:Wa(1190,1,"The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer_1190","The variable declaration of a 'for...of' statement cannot have an initializer."),An_import_declaration_cannot_have_modifiers:Wa(1191,1,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:Wa(1192,1,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:Wa(1193,1,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:Wa(1194,1,"Export_declarations_are_not_permitted_in_a_namespace_1194","Export declarations are not permitted in a namespace."),export_Asterisk_does_not_re_export_a_default:Wa(1195,1,"export_Asterisk_does_not_re_export_a_default_1195","'export *' does not re-export a default."),Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified:Wa(1196,1,"Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196","Catch clause variable type annotation must be 'any' or 'unknown' if specified."),Catch_clause_variable_cannot_have_an_initializer:Wa(1197,1,"Catch_clause_variable_cannot_have_an_initializer_1197","Catch clause variable cannot have an initializer."),An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive:Wa(1198,1,"An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198","An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_sequence:Wa(1199,1,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:Wa(1200,1,"Line_terminator_not_permitted_before_arrow_1200","Line terminator not permitted before arrow."),Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_import_d_from_mod_or_another_module_format_instead:Wa(1202,1,"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202","Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from \"mod\"', 'import {a} from \"mod\"', 'import d from \"mod\"', or another module format instead."),Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or_another_module_format_instead:Wa(1203,1,"Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203","Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead."),Re_exporting_a_type_when_0_is_enabled_requires_using_export_type:Wa(1205,1,"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205","Re-exporting a type when '{0}' is enabled requires using 'export type'."),Decorators_are_not_valid_here:Wa(1206,1,"Decorators_are_not_valid_here_1206","Decorators are not valid here."),Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name:Wa(1207,1,"Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name_1207","Decorators cannot be applied to multiple get/set accessors of the same name."),Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0:Wa(1209,1,"Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0_1209","Invalid optional chain from new expression. Did you mean to call '{0}()'?"),Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of_0_For_more_information_see_https_Colon_Slash_Slashdeveloper_mozilla_org_Slashen_US_Slashdocs_SlashWeb_SlashJavaScript_SlashReference_SlashStrict_mode:Wa(1210,1,"Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of__1210","Code contained in a class is evaluated in JavaScript's strict mode which does not allow this use of '{0}'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode."),A_class_declaration_without_the_default_modifier_must_have_a_name:Wa(1211,1,"A_class_declaration_without_the_default_modifier_must_have_a_name_1211","A class declaration without the 'default' modifier must have a name."),Identifier_expected_0_is_a_reserved_word_in_strict_mode:Wa(1212,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212","Identifier expected. '{0}' is a reserved word in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode:Wa(1213,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_stric_1213","Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode:Wa(1214,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode_1214","Identifier expected. '{0}' is a reserved word in strict mode. Modules are automatically in strict mode."),Invalid_use_of_0_Modules_are_automatically_in_strict_mode:Wa(1215,1,"Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215","Invalid use of '{0}'. Modules are automatically in strict mode."),Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules:Wa(1216,1,"Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules_1216","Identifier expected. '__esModule' is reserved as an exported marker when transforming ECMAScript modules."),Export_assignment_is_not_supported_when_module_flag_is_system:Wa(1218,1,"Export_assignment_is_not_supported_when_module_flag_is_system_1218","Export assignment is not supported when '--module' flag is 'system'."),Generators_are_not_allowed_in_an_ambient_context:Wa(1221,1,"Generators_are_not_allowed_in_an_ambient_context_1221","Generators are not allowed in an ambient context."),An_overload_signature_cannot_be_declared_as_a_generator:Wa(1222,1,"An_overload_signature_cannot_be_declared_as_a_generator_1222","An overload signature cannot be declared as a generator."),_0_tag_already_specified:Wa(1223,1,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:Wa(1224,1,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:Wa(1225,1,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:Wa(1226,1,"Type_predicate_0_is_not_assignable_to_1_1226","Type predicate '{0}' is not assignable to '{1}'."),Parameter_0_is_not_in_the_same_position_as_parameter_1:Wa(1227,1,"Parameter_0_is_not_in_the_same_position_as_parameter_1_1227","Parameter '{0}' is not in the same position as parameter '{1}'."),A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods:Wa(1228,1,"A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228","A type predicate is only allowed in return type position for functions and methods."),A_type_predicate_cannot_reference_a_rest_parameter:Wa(1229,1,"A_type_predicate_cannot_reference_a_rest_parameter_1229","A type predicate cannot reference a rest parameter."),A_type_predicate_cannot_reference_element_0_in_a_binding_pattern:Wa(1230,1,"A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230","A type predicate cannot reference element '{0}' in a binding pattern."),An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration:Wa(1231,1,"An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231","An export assignment must be at the top level of a file or module declaration."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:Wa(1232,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232","An import declaration can only be used at the top level of a namespace or module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:Wa(1233,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233","An export declaration can only be used at the top level of a namespace or module."),An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file:Wa(1234,1,"An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234","An ambient module declaration is only allowed at the top level in a file."),A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module:Wa(1235,1,"A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235","A namespace declaration is only allowed at the top level of a namespace or module."),The_return_type_of_a_property_decorator_function_must_be_either_void_or_any:Wa(1236,1,"The_return_type_of_a_property_decorator_function_must_be_either_void_or_any_1236","The return type of a property decorator function must be either 'void' or 'any'."),The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any:Wa(1237,1,"The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any_1237","The return type of a parameter decorator function must be either 'void' or 'any'."),Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression:Wa(1238,1,"Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression_1238","Unable to resolve signature of class decorator when called as an expression."),Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression:Wa(1239,1,"Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression_1239","Unable to resolve signature of parameter decorator when called as an expression."),Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression:Wa(1240,1,"Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression_1240","Unable to resolve signature of property decorator when called as an expression."),Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression:Wa(1241,1,"Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression_1241","Unable to resolve signature of method decorator when called as an expression."),abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration:Wa(1242,1,"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242","'abstract' modifier can only appear on a class, method, or property declaration."),_0_modifier_cannot_be_used_with_1_modifier:Wa(1243,1,"_0_modifier_cannot_be_used_with_1_modifier_1243","'{0}' modifier cannot be used with '{1}' modifier."),Abstract_methods_can_only_appear_within_an_abstract_class:Wa(1244,1,"Abstract_methods_can_only_appear_within_an_abstract_class_1244","Abstract methods can only appear within an abstract class."),Method_0_cannot_have_an_implementation_because_it_is_marked_abstract:Wa(1245,1,"Method_0_cannot_have_an_implementation_because_it_is_marked_abstract_1245","Method '{0}' cannot have an implementation because it is marked abstract."),An_interface_property_cannot_have_an_initializer:Wa(1246,1,"An_interface_property_cannot_have_an_initializer_1246","An interface property cannot have an initializer."),A_type_literal_property_cannot_have_an_initializer:Wa(1247,1,"A_type_literal_property_cannot_have_an_initializer_1247","A type literal property cannot have an initializer."),A_class_member_cannot_have_the_0_keyword:Wa(1248,1,"A_class_member_cannot_have_the_0_keyword_1248","A class member cannot have the '{0}' keyword."),A_decorator_can_only_decorate_a_method_implementation_not_an_overload:Wa(1249,1,"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249","A decorator can only decorate a method implementation, not an overload."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5:Wa(1250,1,"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:Wa(1251,1,"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:Wa(1252,1,"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."),Abstract_properties_can_only_appear_within_an_abstract_class:Wa(1253,1,"Abstract_properties_can_only_appear_within_an_abstract_class_1253","Abstract properties can only appear within an abstract class."),A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference:Wa(1254,1,"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254","A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference."),A_definite_assignment_assertion_is_not_permitted_in_this_context:Wa(1255,1,"A_definite_assignment_assertion_is_not_permitted_in_this_context_1255","A definite assignment assertion '!' is not permitted in this context."),A_required_element_cannot_follow_an_optional_element:Wa(1257,1,"A_required_element_cannot_follow_an_optional_element_1257","A required element cannot follow an optional element."),A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration:Wa(1258,1,"A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258","A default export must be at the top level of a file or module declaration."),Module_0_can_only_be_default_imported_using_the_1_flag:Wa(1259,1,"Module_0_can_only_be_default_imported_using_the_1_flag_1259","Module '{0}' can only be default-imported using the '{1}' flag"),Keywords_cannot_contain_escape_characters:Wa(1260,1,"Keywords_cannot_contain_escape_characters_1260","Keywords cannot contain escape characters."),Already_included_file_name_0_differs_from_file_name_1_only_in_casing:Wa(1261,1,"Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261","Already included file name '{0}' differs from file name '{1}' only in casing."),Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module:Wa(1262,1,"Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262","Identifier expected. '{0}' is a reserved word at the top-level of a module."),Declarations_with_initializers_cannot_also_have_definite_assignment_assertions:Wa(1263,1,"Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263","Declarations with initializers cannot also have definite assignment assertions."),Declarations_with_definite_assignment_assertions_must_also_have_type_annotations:Wa(1264,1,"Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264","Declarations with definite assignment assertions must also have type annotations."),A_rest_element_cannot_follow_another_rest_element:Wa(1265,1,"A_rest_element_cannot_follow_another_rest_element_1265","A rest element cannot follow another rest element."),An_optional_element_cannot_follow_a_rest_element:Wa(1266,1,"An_optional_element_cannot_follow_a_rest_element_1266","An optional element cannot follow a rest element."),Property_0_cannot_have_an_initializer_because_it_is_marked_abstract:Wa(1267,1,"Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267","Property '{0}' cannot have an initializer because it is marked abstract."),An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type:Wa(1268,1,"An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type_1268","An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type."),Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled:Wa(1269,1,"Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled_1269","Cannot use 'export import' on a type or type-only namespace when '{0}' is enabled."),Decorator_function_return_type_0_is_not_assignable_to_type_1:Wa(1270,1,"Decorator_function_return_type_0_is_not_assignable_to_type_1_1270","Decorator function return type '{0}' is not assignable to type '{1}'."),Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any:Wa(1271,1,"Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any_1271","Decorator function return type is '{0}' but is expected to be 'void' or 'any'."),A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_when_isolatedModules_and_emitDecoratorMetadata_are_enabled:Wa(1272,1,"A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_w_1272","A type referenced in a decorated signature must be imported with 'import type' or a namespace import when 'isolatedModules' and 'emitDecoratorMetadata' are enabled."),_0_modifier_cannot_appear_on_a_type_parameter:Wa(1273,1,"_0_modifier_cannot_appear_on_a_type_parameter_1273","'{0}' modifier cannot appear on a type parameter"),_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias:Wa(1274,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274","'{0}' modifier can only appear on a type parameter of a class, interface or type alias"),accessor_modifier_can_only_appear_on_a_property_declaration:Wa(1275,1,"accessor_modifier_can_only_appear_on_a_property_declaration_1275","'accessor' modifier can only appear on a property declaration."),An_accessor_property_cannot_be_declared_optional:Wa(1276,1,"An_accessor_property_cannot_be_declared_optional_1276","An 'accessor' property cannot be declared optional."),_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class:Wa(1277,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class_1277","'{0}' modifier can only appear on a type parameter of a function, method or class"),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0:Wa(1278,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0_1278","The runtime will invoke the decorator with {1} arguments, but the decorator expects {0}."),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0:Wa(1279,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0_1279","The runtime will invoke the decorator with {1} arguments, but the decorator expects at least {0}."),Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to_be_a_global_script_set_moduleDetection_to_force_or_add_an_empty_export_statement:Wa(1280,1,"Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to__1280","Namespaces are not allowed in global script files when '{0}' is enabled. If this file is not intended to be a global script, set 'moduleDetection' to 'force' or add an empty 'export {}' statement."),Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead:Wa(1281,1,"Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead_1281","Cannot access '{0}' from another file without qualification when '{1}' is enabled. Use '{2}' instead."),An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:Wa(1282,1,"An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers__1282","An 'export =' declaration must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:Wa(1283,1,"An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolve_1283","An 'export =' declaration must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:Wa(1284,1,"An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_1284","An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:Wa(1285,1,"An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_1285","An 'export default' must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled:Wa(1286,1,"ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled_1286","ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled."),A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled:Wa(1287,1,"A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimM_1287","A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled."),An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabled:Wa(1288,1,"An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabl_1288","An import alias cannot resolve to a type or type-only declaration when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:Wa(1289,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1289","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:Wa(1290,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1290","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:Wa(1291,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1291","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:Wa(1292,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1292","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),with_statements_are_not_allowed_in_an_async_function_block:Wa(1300,1,"with_statements_are_not_allowed_in_an_async_function_block_1300","'with' statements are not allowed in an async function block."),await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:Wa(1308,1,"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308","'await' expressions are only allowed within async functions and at the top levels of modules."),The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level:Wa(1309,1,"The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level_1309","The current file is a CommonJS module and cannot use 'await' at the top level."),Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_part_of_a_destructuring_pattern:Wa(1312,1,"Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312","Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern."),The_body_of_an_if_statement_cannot_be_the_empty_statement:Wa(1313,1,"The_body_of_an_if_statement_cannot_be_the_empty_statement_1313","The body of an 'if' statement cannot be the empty statement."),Global_module_exports_may_only_appear_in_module_files:Wa(1314,1,"Global_module_exports_may_only_appear_in_module_files_1314","Global module exports may only appear in module files."),Global_module_exports_may_only_appear_in_declaration_files:Wa(1315,1,"Global_module_exports_may_only_appear_in_declaration_files_1315","Global module exports may only appear in declaration files."),Global_module_exports_may_only_appear_at_top_level:Wa(1316,1,"Global_module_exports_may_only_appear_at_top_level_1316","Global module exports may only appear at top level."),A_parameter_property_cannot_be_declared_using_a_rest_parameter:Wa(1317,1,"A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317","A parameter property cannot be declared using a rest parameter."),An_abstract_accessor_cannot_have_an_implementation:Wa(1318,1,"An_abstract_accessor_cannot_have_an_implementation_1318","An abstract accessor cannot have an implementation."),A_default_export_can_only_be_used_in_an_ECMAScript_style_module:Wa(1319,1,"A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319","A default export can only be used in an ECMAScript-style module."),Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:Wa(1320,1,"Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member_1320","Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member."),Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:Wa(1321,1,"Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321","Type of 'yield' operand in an async generator must either be a valid promise or must not contain a callable 'then' member."),Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:Wa(1322,1,"Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322","Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member."),Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd_system_umd_node16_or_nodenext:Wa(1323,1,"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323","Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', or 'nodenext'."),Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nodenext:Wa(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nod_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', or 'nodenext'."),Argument_of_dynamic_import_cannot_be_spread_element:Wa(1325,1,"Argument_of_dynamic_import_cannot_be_spread_element_1325","Argument of dynamic import cannot be spread element."),This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot_have_type_arguments:Wa(1326,1,"This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326","This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments."),String_literal_with_double_quotes_expected:Wa(1327,1,"String_literal_with_double_quotes_expected_1327","String literal with double quotes expected."),Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal:Wa(1328,1,"Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_li_1328","Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal."),_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0:Wa(1329,1,"_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329","'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?"),A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly:Wa(1330,1,"A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330","A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'."),A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly:Wa(1331,1,"A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331","A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'."),A_variable_whose_type_is_a_unique_symbol_type_must_be_const:Wa(1332,1,"A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332","A variable whose type is a 'unique symbol' type must be 'const'."),unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name:Wa(1333,1,"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333","'unique symbol' types may not be used on a variable declaration with a binding name."),unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement:Wa(1334,1,"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334","'unique symbol' types are only allowed on variables in a variable statement."),unique_symbol_types_are_not_allowed_here:Wa(1335,1,"unique_symbol_types_are_not_allowed_here_1335","'unique symbol' types are not allowed here."),An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_object_type_instead:Wa(1337,1,"An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_o_1337","An index signature parameter type cannot be a literal type or generic type. Consider using a mapped object type instead."),infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type:Wa(1338,1,"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338","'infer' declarations are only permitted in the 'extends' clause of a conditional type."),Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here:Wa(1339,1,"Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here_1339","Module '{0}' does not refer to a value, but is used as a value here."),Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0:Wa(1340,1,"Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0_1340","Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?"),Class_constructor_may_not_be_an_accessor:Wa(1341,1,"Class_constructor_may_not_be_an_accessor_1341","Class constructor may not be an accessor."),The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system_node16_or_nodenext:Wa(1343,1,"The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system__1343","The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'."),A_label_is_not_allowed_here:Wa(1344,1,"A_label_is_not_allowed_here_1344","'A label is not allowed here."),An_expression_of_type_void_cannot_be_tested_for_truthiness:Wa(1345,1,"An_expression_of_type_void_cannot_be_tested_for_truthiness_1345","An expression of type 'void' cannot be tested for truthiness."),This_parameter_is_not_allowed_with_use_strict_directive:Wa(1346,1,"This_parameter_is_not_allowed_with_use_strict_directive_1346","This parameter is not allowed with 'use strict' directive."),use_strict_directive_cannot_be_used_with_non_simple_parameter_list:Wa(1347,1,"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347","'use strict' directive cannot be used with non-simple parameter list."),Non_simple_parameter_declared_here:Wa(1348,1,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:Wa(1349,1,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:Wa(1350,3,"Print_the_final_configuration_instead_of_building_1350","Print the final configuration instead of building."),An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal:Wa(1351,1,"An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351","An identifier or keyword cannot immediately follow a numeric literal."),A_bigint_literal_cannot_use_exponential_notation:Wa(1352,1,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:Wa(1353,1,"A_bigint_literal_must_be_an_integer_1353","A bigint literal must be an integer."),readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types:Wa(1354,1,"readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types_1354","'readonly' type modifier is only permitted on array and tuple literal types."),A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_or_object_literals:Wa(1355,1,"A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355","A 'const' assertions can only be applied to references to enum members, or string, number, boolean, array, or object literals."),Did_you_mean_to_mark_this_function_as_async:Wa(1356,1,"Did_you_mean_to_mark_this_function_as_async_1356","Did you mean to mark this function as 'async'?"),An_enum_member_name_must_be_followed_by_a_or:Wa(1357,1,"An_enum_member_name_must_be_followed_by_a_or_1357","An enum member name must be followed by a ',', '=', or '}'."),Tagged_template_expressions_are_not_permitted_in_an_optional_chain:Wa(1358,1,"Tagged_template_expressions_are_not_permitted_in_an_optional_chain_1358","Tagged template expressions are not permitted in an optional chain."),Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:Wa(1359,1,"Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here_1359","Identifier expected. '{0}' is a reserved word that cannot be used here."),Type_0_does_not_satisfy_the_expected_type_1:Wa(1360,1,"Type_0_does_not_satisfy_the_expected_type_1_1360","Type '{0}' does not satisfy the expected type '{1}'."),_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type:Wa(1361,1,"_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type_1361","'{0}' cannot be used as a value because it was imported using 'import type'."),_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type:Wa(1362,1,"_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type_1362","'{0}' cannot be used as a value because it was exported using 'export type'."),A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both:Wa(1363,1,"A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363","A type-only import can specify a default import or named bindings, but not both."),Convert_to_type_only_export:Wa(1364,3,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:Wa(1365,3,"Convert_all_re_exported_types_to_type_only_exports_1365","Convert all re-exported types to type-only exports"),Split_into_two_separate_import_declarations:Wa(1366,3,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:Wa(1367,3,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Class_constructor_may_not_be_a_generator:Wa(1368,1,"Class_constructor_may_not_be_a_generator_1368","Class constructor may not be a generator."),Did_you_mean_0:Wa(1369,3,"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:Wa(1371,1,"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'."),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:Wa(1375,1,"await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375","'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),_0_was_imported_here:Wa(1376,3,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:Wa(1377,3,"_0_was_exported_here_1377","'{0}' was exported here."),Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:Wa(1378,1,"Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378","Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:Wa(1379,1,"An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379","An import alias cannot reference a declaration that was exported using 'export type'."),An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type:Wa(1380,1,"An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380","An import alias cannot reference a declaration that was imported using 'import type'."),Unexpected_token_Did_you_mean_or_rbrace:Wa(1381,1,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `}`?"),Unexpected_token_Did_you_mean_or_gt:Wa(1382,1,"Unexpected_token_Did_you_mean_or_gt_1382","Unexpected token. Did you mean `{'>'}` or `>`?"),Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:Wa(1385,1,"Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385","Function type notation must be parenthesized when used in a union type."),Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:Wa(1386,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386","Constructor type notation must be parenthesized when used in a union type."),Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:Wa(1387,1,"Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387","Function type notation must be parenthesized when used in an intersection type."),Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:Wa(1388,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388","Constructor type notation must be parenthesized when used in an intersection type."),_0_is_not_allowed_as_a_variable_declaration_name:Wa(1389,1,"_0_is_not_allowed_as_a_variable_declaration_name_1389","'{0}' is not allowed as a variable declaration name."),_0_is_not_allowed_as_a_parameter_name:Wa(1390,1,"_0_is_not_allowed_as_a_parameter_name_1390","'{0}' is not allowed as a parameter name."),An_import_alias_cannot_use_import_type:Wa(1392,1,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:Wa(1393,3,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:Wa(1394,3,"Imported_via_0_from_file_1_with_packageId_2_1394","Imported via {0} from file '{1}' with packageId '{2}'"),Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions:Wa(1395,3,"Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions_1395","Imported via {0} from file '{1}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions:Wa(1396,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions_1396","Imported via {0} from file '{1}' with packageId '{2}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions:Wa(1397,3,"Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions_1397","Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions"),Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions:Wa(1398,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions_1398","Imported via {0} from file '{1}' with packageId '{2}' to import 'jsx' and 'jsxs' factory functions"),File_is_included_via_import_here:Wa(1399,3,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:Wa(1400,3,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:Wa(1401,3,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:Wa(1402,3,"Type_library_referenced_via_0_from_file_1_1402","Type library referenced via '{0}' from file '{1}'"),Type_library_referenced_via_0_from_file_1_with_packageId_2:Wa(1403,3,"Type_library_referenced_via_0_from_file_1_with_packageId_2_1403","Type library referenced via '{0}' from file '{1}' with packageId '{2}'"),File_is_included_via_type_library_reference_here:Wa(1404,3,"File_is_included_via_type_library_reference_here_1404","File is included via type library reference here."),Library_referenced_via_0_from_file_1:Wa(1405,3,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:Wa(1406,3,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:Wa(1407,3,"Matched_by_include_pattern_0_in_1_1407","Matched by include pattern '{0}' in '{1}'"),File_is_matched_by_include_pattern_specified_here:Wa(1408,3,"File_is_matched_by_include_pattern_specified_here_1408","File is matched by include pattern specified here."),Part_of_files_list_in_tsconfig_json:Wa(1409,3,"Part_of_files_list_in_tsconfig_json_1409","Part of 'files' list in tsconfig.json"),File_is_matched_by_files_list_specified_here:Wa(1410,3,"File_is_matched_by_files_list_specified_here_1410","File is matched by 'files' list specified here."),Output_from_referenced_project_0_included_because_1_specified:Wa(1411,3,"Output_from_referenced_project_0_included_because_1_specified_1411","Output from referenced project '{0}' included because '{1}' specified"),Output_from_referenced_project_0_included_because_module_is_specified_as_none:Wa(1412,3,"Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412","Output from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_output_from_referenced_project_specified_here:Wa(1413,3,"File_is_output_from_referenced_project_specified_here_1413","File is output from referenced project specified here."),Source_from_referenced_project_0_included_because_1_specified:Wa(1414,3,"Source_from_referenced_project_0_included_because_1_specified_1414","Source from referenced project '{0}' included because '{1}' specified"),Source_from_referenced_project_0_included_because_module_is_specified_as_none:Wa(1415,3,"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415","Source from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_source_from_referenced_project_specified_here:Wa(1416,3,"File_is_source_from_referenced_project_specified_here_1416","File is source from referenced project specified here."),Entry_point_of_type_library_0_specified_in_compilerOptions:Wa(1417,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_1417","Entry point of type library '{0}' specified in compilerOptions"),Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1:Wa(1418,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1_1418","Entry point of type library '{0}' specified in compilerOptions with packageId '{1}'"),File_is_entry_point_of_type_library_specified_here:Wa(1419,3,"File_is_entry_point_of_type_library_specified_here_1419","File is entry point of type library specified here."),Entry_point_for_implicit_type_library_0:Wa(1420,3,"Entry_point_for_implicit_type_library_0_1420","Entry point for implicit type library '{0}'"),Entry_point_for_implicit_type_library_0_with_packageId_1:Wa(1421,3,"Entry_point_for_implicit_type_library_0_with_packageId_1_1421","Entry point for implicit type library '{0}' with packageId '{1}'"),Library_0_specified_in_compilerOptions:Wa(1422,3,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:Wa(1423,3,"File_is_library_specified_here_1423","File is library specified here."),Default_library:Wa(1424,3,"Default_library_1424","Default library"),Default_library_for_target_0:Wa(1425,3,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:Wa(1426,3,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:Wa(1427,3,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:Wa(1428,3,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:Wa(1429,3,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:Wa(1430,3,"The_file_is_in_the_program_because_Colon_1430","The file is in the program because:"),for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:Wa(1431,1,"for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431","'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:Wa(1432,1,"Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432","Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters:Wa(1433,1,"Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters_1433","Neither decorators nor modifiers may be applied to 'this' parameters."),Unexpected_keyword_or_identifier:Wa(1434,1,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:Wa(1435,1,"Unknown_keyword_or_identifier_Did_you_mean_0_1435","Unknown keyword or identifier. Did you mean '{0}'?"),Decorators_must_precede_the_name_and_all_keywords_of_property_declarations:Wa(1436,1,"Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436","Decorators must precede the name and all keywords of property declarations."),Namespace_must_be_given_a_name:Wa(1437,1,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:Wa(1438,1,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:Wa(1439,1,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:Wa(1440,1,"Variable_declaration_not_allowed_at_this_location_1440","Variable declaration not allowed at this location."),Cannot_start_a_function_call_in_a_type_annotation:Wa(1441,1,"Cannot_start_a_function_call_in_a_type_annotation_1441","Cannot start a function call in a type annotation."),Expected_for_property_initializer:Wa(1442,1,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:Wa(1443,1,"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:Wa(1444,1,"_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:Wa(1446,1,"_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_1_is_enabled:Wa(1448,1,"_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_1448","'{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when '{1}' is enabled."),Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed:Wa(1449,3,"Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449","Preserve unused imported values in the JavaScript output that would otherwise be removed."),Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments:Wa(1450,3,"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450","Dynamic imports can only accept a module specifier and an optional set of attributes as arguments"),Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression:Wa(1451,1,"Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451","Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"),resolution_mode_should_be_either_require_or_import:Wa(1453,1,"resolution_mode_should_be_either_require_or_import_1453","`resolution-mode` should be either `require` or `import`."),resolution_mode_can_only_be_set_for_type_only_imports:Wa(1454,1,"resolution_mode_can_only_be_set_for_type_only_imports_1454","`resolution-mode` can only be set for type-only imports."),resolution_mode_is_the_only_valid_key_for_type_import_assertions:Wa(1455,1,"resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455","`resolution-mode` is the only valid key for type import assertions."),Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:Wa(1456,1,"Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456","Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`."),Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk:Wa(1457,3,"Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457","Matched by default include pattern '**/*'"),File_is_ECMAScript_module_because_0_has_field_type_with_value_module:Wa(1458,3,"File_is_ECMAScript_module_because_0_has_field_type_with_value_module_1458",'File is ECMAScript module because \'{0}\' has field "type" with value "module"'),File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module:Wa(1459,3,"File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module_1459",'File is CommonJS module because \'{0}\' has field "type" whose value is not "module"'),File_is_CommonJS_module_because_0_does_not_have_field_type:Wa(1460,3,"File_is_CommonJS_module_because_0_does_not_have_field_type_1460","File is CommonJS module because '{0}' does not have field \"type\""),File_is_CommonJS_module_because_package_json_was_not_found:Wa(1461,3,"File_is_CommonJS_module_because_package_json_was_not_found_1461","File is CommonJS module because 'package.json' was not found"),resolution_mode_is_the_only_valid_key_for_type_import_attributes:Wa(1463,1,"resolution_mode_is_the_only_valid_key_for_type_import_attributes_1463","'resolution-mode' is the only valid key for type import attributes."),Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:Wa(1464,1,"Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1464","Type import attributes should have exactly one key - 'resolution-mode' - with value 'import' or 'require'."),The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output:Wa(1470,1,"The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output_1470","The 'import.meta' meta-property is not allowed in files which will build into CommonJS output."),Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead:Wa(1471,1,"Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471","Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported with 'require'. Use an ECMAScript import instead."),catch_or_finally_expected:Wa(1472,1,"catch_or_finally_expected_1472","'catch' or 'finally' expected."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_module:Wa(1473,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473","An import declaration can only be used at the top level of a module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_module:Wa(1474,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474","An export declaration can only be used at the top level of a module."),Control_what_method_is_used_to_detect_module_format_JS_files:Wa(1475,3,"Control_what_method_is_used_to_detect_module_format_JS_files_1475","Control what method is used to detect module-format JS files."),auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules:Wa(1476,3,"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476",'"auto": Treat files with imports, exports, import.meta, jsx (with jsx: react-jsx), or esm format (with module: node16+) as modules.'),An_instantiation_expression_cannot_be_followed_by_a_property_access:Wa(1477,1,"An_instantiation_expression_cannot_be_followed_by_a_property_access_1477","An instantiation expression cannot be followed by a property access."),Identifier_or_string_literal_expected:Wa(1478,1,"Identifier_or_string_literal_expected_1478","Identifier or string literal expected."),The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_referenced_file_is_an_ECMAScript_module_and_cannot_be_imported_with_require_Consider_writing_a_dynamic_import_0_call_instead:Wa(1479,1,"The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_reference_1479","The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import(\"{0}\")' call instead."),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_package_json_file_with_type_Colon_module:Wa(1480,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_packag_1480",'To convert this file to an ECMAScript module, change its file extension to \'{0}\' or create a local package.json file with `{ "type": "module" }`.'),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Colon_module_to_1:Wa(1481,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Co_1481","To convert this file to an ECMAScript module, change its file extension to '{0}', or add the field `\"type\": \"module\"` to '{1}'."),To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0:Wa(1482,3,"To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0_1482",'To convert this file to an ECMAScript module, add the field `"type": "module"` to \'{0}\'.'),To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module:Wa(1483,3,"To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module_1483",'To convert this file to an ECMAScript module, create a local package.json file with `{ "type": "module" }`.'),_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:Wa(1484,1,"_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled_1484","'{0}' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:Wa(1485,1,"_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimMo_1485","'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),Decorator_used_before_export_here:Wa(1486,1,"Decorator_used_before_export_here_1486","Decorator used before 'export' here."),Octal_escape_sequences_are_not_allowed_Use_the_syntax_0:Wa(1487,1,"Octal_escape_sequences_are_not_allowed_Use_the_syntax_0_1487","Octal escape sequences are not allowed. Use the syntax '{0}'."),Escape_sequence_0_is_not_allowed:Wa(1488,1,"Escape_sequence_0_is_not_allowed_1488","Escape sequence '{0}' is not allowed."),Decimals_with_leading_zeros_are_not_allowed:Wa(1489,1,"Decimals_with_leading_zeros_are_not_allowed_1489","Decimals with leading zeros are not allowed."),File_appears_to_be_binary:Wa(1490,1,"File_appears_to_be_binary_1490","File appears to be binary."),_0_modifier_cannot_appear_on_a_using_declaration:Wa(1491,1,"_0_modifier_cannot_appear_on_a_using_declaration_1491","'{0}' modifier cannot appear on a 'using' declaration."),_0_declarations_may_not_have_binding_patterns:Wa(1492,1,"_0_declarations_may_not_have_binding_patterns_1492","'{0}' declarations may not have binding patterns."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration:Wa(1493,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration_1493","The left-hand side of a 'for...in' statement cannot be a 'using' declaration."),The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration:Wa(1494,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration_1494","The left-hand side of a 'for...in' statement cannot be an 'await using' declaration."),_0_modifier_cannot_appear_on_an_await_using_declaration:Wa(1495,1,"_0_modifier_cannot_appear_on_an_await_using_declaration_1495","'{0}' modifier cannot appear on an 'await using' declaration."),Identifier_string_literal_or_number_literal_expected:Wa(1496,1,"Identifier_string_literal_or_number_literal_expected_1496","Identifier, string literal, or number literal expected."),The_types_of_0_are_incompatible_between_these_types:Wa(2200,1,"The_types_of_0_are_incompatible_between_these_types_2200","The types of '{0}' are incompatible between these types."),The_types_returned_by_0_are_incompatible_between_these_types:Wa(2201,1,"The_types_returned_by_0_are_incompatible_between_these_types_2201","The types returned by '{0}' are incompatible between these types."),Call_signature_return_types_0_and_1_are_incompatible:Wa(2202,1,"Call_signature_return_types_0_and_1_are_incompatible_2202","Call signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Construct_signature_return_types_0_and_1_are_incompatible:Wa(2203,1,"Construct_signature_return_types_0_and_1_are_incompatible_2203","Construct signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:Wa(2204,1,"Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204","Call signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:Wa(2205,1,"Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2205","Construct signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement:Wa(2206,1,"The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206","The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement."),The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement:Wa(2207,1,"The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207","The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement."),This_type_parameter_might_need_an_extends_0_constraint:Wa(2208,1,"This_type_parameter_might_need_an_extends_0_constraint_2208","This type parameter might need an `extends {0}` constraint."),The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:Wa(2209,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_roo_2209","The project root is ambiguous, but is required to resolve export map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:Wa(2210,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_roo_2210","The project root is ambiguous, but is required to resolve import map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),Add_extends_constraint:Wa(2211,3,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:Wa(2212,3,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:Wa(2300,1,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:Wa(2301,1,"Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2301","Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),Static_members_cannot_reference_class_type_parameters:Wa(2302,1,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:Wa(2303,1,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:Wa(2304,1,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:Wa(2305,1,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:Wa(2306,1,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:Wa(2307,1,"Cannot_find_module_0_or_its_corresponding_type_declarations_2307","Cannot find module '{0}' or its corresponding type declarations."),Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity:Wa(2308,1,"Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambig_2308","Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity."),An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements:Wa(2309,1,"An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309","An export assignment cannot be used in a module with other exported elements."),Type_0_recursively_references_itself_as_a_base_type:Wa(2310,1,"Type_0_recursively_references_itself_as_a_base_type_2310","Type '{0}' recursively references itself as a base type."),Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function:Wa(2311,1,"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311","Cannot find name '{0}'. Did you mean to write this in an async function?"),An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_members:Wa(2312,1,"An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312","An interface can only extend an object type or intersection of object types with statically known members."),Type_parameter_0_has_a_circular_constraint:Wa(2313,1,"Type_parameter_0_has_a_circular_constraint_2313","Type parameter '{0}' has a circular constraint."),Generic_type_0_requires_1_type_argument_s:Wa(2314,1,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:Wa(2315,1,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:Wa(2316,1,"Global_type_0_must_be_a_class_or_interface_type_2316","Global type '{0}' must be a class or interface type."),Global_type_0_must_have_1_type_parameter_s:Wa(2317,1,"Global_type_0_must_have_1_type_parameter_s_2317","Global type '{0}' must have {1} type parameter(s)."),Cannot_find_global_type_0:Wa(2318,1,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:Wa(2319,1,"Named_property_0_of_types_1_and_2_are_not_identical_2319","Named property '{0}' of types '{1}' and '{2}' are not identical."),Interface_0_cannot_simultaneously_extend_types_1_and_2:Wa(2320,1,"Interface_0_cannot_simultaneously_extend_types_1_and_2_2320","Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'."),Excessive_stack_depth_comparing_types_0_and_1:Wa(2321,1,"Excessive_stack_depth_comparing_types_0_and_1_2321","Excessive stack depth comparing types '{0}' and '{1}'."),Type_0_is_not_assignable_to_type_1:Wa(2322,1,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:Wa(2323,1,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:Wa(2324,1,"Property_0_is_missing_in_type_1_2324","Property '{0}' is missing in type '{1}'."),Property_0_is_private_in_type_1_but_not_in_type_2:Wa(2325,1,"Property_0_is_private_in_type_1_but_not_in_type_2_2325","Property '{0}' is private in type '{1}' but not in type '{2}'."),Types_of_property_0_are_incompatible:Wa(2326,1,"Types_of_property_0_are_incompatible_2326","Types of property '{0}' are incompatible."),Property_0_is_optional_in_type_1_but_required_in_type_2:Wa(2327,1,"Property_0_is_optional_in_type_1_but_required_in_type_2_2327","Property '{0}' is optional in type '{1}' but required in type '{2}'."),Types_of_parameters_0_and_1_are_incompatible:Wa(2328,1,"Types_of_parameters_0_and_1_are_incompatible_2328","Types of parameters '{0}' and '{1}' are incompatible."),Index_signature_for_type_0_is_missing_in_type_1:Wa(2329,1,"Index_signature_for_type_0_is_missing_in_type_1_2329","Index signature for type '{0}' is missing in type '{1}'."),_0_and_1_index_signatures_are_incompatible:Wa(2330,1,"_0_and_1_index_signatures_are_incompatible_2330","'{0}' and '{1}' index signatures are incompatible."),this_cannot_be_referenced_in_a_module_or_namespace_body:Wa(2331,1,"this_cannot_be_referenced_in_a_module_or_namespace_body_2331","'this' cannot be referenced in a module or namespace body."),this_cannot_be_referenced_in_current_location:Wa(2332,1,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_constructor_arguments:Wa(2333,1,"this_cannot_be_referenced_in_constructor_arguments_2333","'this' cannot be referenced in constructor arguments."),this_cannot_be_referenced_in_a_static_property_initializer:Wa(2334,1,"this_cannot_be_referenced_in_a_static_property_initializer_2334","'this' cannot be referenced in a static property initializer."),super_can_only_be_referenced_in_a_derived_class:Wa(2335,1,"super_can_only_be_referenced_in_a_derived_class_2335","'super' can only be referenced in a derived class."),super_cannot_be_referenced_in_constructor_arguments:Wa(2336,1,"super_cannot_be_referenced_in_constructor_arguments_2336","'super' cannot be referenced in constructor arguments."),Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors:Wa(2337,1,"Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors_2337","Super calls are not permitted outside constructors or in nested functions inside constructors."),super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class:Wa(2338,1,"super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338","'super' property access is permitted only in a constructor, member function, or member accessor of a derived class."),Property_0_does_not_exist_on_type_1:Wa(2339,1,"Property_0_does_not_exist_on_type_1_2339","Property '{0}' does not exist on type '{1}'."),Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword:Wa(2340,1,"Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340","Only public and protected methods of the base class are accessible via the 'super' keyword."),Property_0_is_private_and_only_accessible_within_class_1:Wa(2341,1,"Property_0_is_private_and_only_accessible_within_class_1_2341","Property '{0}' is private and only accessible within class '{1}'."),This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_version_of_0:Wa(2343,1,"This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_ve_2343","This syntax requires an imported helper named '{1}' which does not exist in '{0}'. Consider upgrading your version of '{0}'."),Type_0_does_not_satisfy_the_constraint_1:Wa(2344,1,"Type_0_does_not_satisfy_the_constraint_1_2344","Type '{0}' does not satisfy the constraint '{1}'."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1:Wa(2345,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345","Argument of type '{0}' is not assignable to parameter of type '{1}'."),Untyped_function_calls_may_not_accept_type_arguments:Wa(2347,1,"Untyped_function_calls_may_not_accept_type_arguments_2347","Untyped function calls may not accept type arguments."),Value_of_type_0_is_not_callable_Did_you_mean_to_include_new:Wa(2348,1,"Value_of_type_0_is_not_callable_Did_you_mean_to_include_new_2348","Value of type '{0}' is not callable. Did you mean to include 'new'?"),This_expression_is_not_callable:Wa(2349,1,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:Wa(2350,1,"Only_a_void_function_can_be_called_with_the_new_keyword_2350","Only a void function can be called with the 'new' keyword."),This_expression_is_not_constructable:Wa(2351,1,"This_expression_is_not_constructable_2351","This expression is not constructable."),Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the_other_If_this_was_intentional_convert_the_expression_to_unknown_first:Wa(2352,1,"Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the__2352","Conversion of type '{0}' to type '{1}' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first."),Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1:Wa(2353,1,"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353","Object literal may only specify known properties, and '{0}' does not exist in type '{1}'."),This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found:Wa(2354,1,"This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354","This syntax requires an imported helper but module '{0}' cannot be found."),A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value:Wa(2355,1,"A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value_2355","A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value."),An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type:Wa(2356,1,"An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type_2356","An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type."),The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access:Wa(2357,1,"The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357","The operand of an increment or decrement operator must be a variable or a property access."),The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_parameter:Wa(2358,1,"The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358","The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter."),The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_type_assignable_to_the_Function_interface_type_or_an_object_type_with_a_Symbol_hasInstance_method:Wa(2359,1,"The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_2359","The right-hand side of an 'instanceof' expression must be either of type 'any', a class, function, or other type assignable to the 'Function' interface type, or an object type with a 'Symbol.hasInstance' method."),The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:Wa(2362,1,"The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2362","The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:Wa(2363,1,"The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2363","The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access:Wa(2364,1,"The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364","The left-hand side of an assignment expression must be a variable or a property access."),Operator_0_cannot_be_applied_to_types_1_and_2:Wa(2365,1,"Operator_0_cannot_be_applied_to_types_1_and_2_2365","Operator '{0}' cannot be applied to types '{1}' and '{2}'."),Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined:Wa(2366,1,"Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined_2366","Function lacks ending return statement and return type does not include 'undefined'."),This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap:Wa(2367,1,"This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap_2367","This comparison appears to be unintentional because the types '{0}' and '{1}' have no overlap."),Type_parameter_name_cannot_be_0:Wa(2368,1,"Type_parameter_name_cannot_be_0_2368","Type parameter name cannot be '{0}'."),A_parameter_property_is_only_allowed_in_a_constructor_implementation:Wa(2369,1,"A_parameter_property_is_only_allowed_in_a_constructor_implementation_2369","A parameter property is only allowed in a constructor implementation."),A_rest_parameter_must_be_of_an_array_type:Wa(2370,1,"A_rest_parameter_must_be_of_an_array_type_2370","A rest parameter must be of an array type."),A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation:Wa(2371,1,"A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371","A parameter initializer is only allowed in a function or constructor implementation."),Parameter_0_cannot_reference_itself:Wa(2372,1,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:Wa(2373,1,"Parameter_0_cannot_reference_identifier_1_declared_after_it_2373","Parameter '{0}' cannot reference identifier '{1}' declared after it."),Duplicate_index_signature_for_type_0:Wa(2374,1,"Duplicate_index_signature_for_type_0_2374","Duplicate index signature for type '{0}'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:Wa(2375,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_class_contains_initialized_properties_parameter_properties_or_private_identifiers:Wa(2376,1,"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376","A 'super' call must be the first statement in the constructor to refer to 'super' or 'this' when a derived class contains initialized properties, parameter properties, or private identifiers."),Constructors_for_derived_classes_must_contain_a_super_call:Wa(2377,1,"Constructors_for_derived_classes_must_contain_a_super_call_2377","Constructors for derived classes must contain a 'super' call."),A_get_accessor_must_return_a_value:Wa(2378,1,"A_get_accessor_must_return_a_value_2378","A 'get' accessor must return a value."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:Wa(2379,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379","Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),Overload_signatures_must_all_be_exported_or_non_exported:Wa(2383,1,"Overload_signatures_must_all_be_exported_or_non_exported_2383","Overload signatures must all be exported or non-exported."),Overload_signatures_must_all_be_ambient_or_non_ambient:Wa(2384,1,"Overload_signatures_must_all_be_ambient_or_non_ambient_2384","Overload signatures must all be ambient or non-ambient."),Overload_signatures_must_all_be_public_private_or_protected:Wa(2385,1,"Overload_signatures_must_all_be_public_private_or_protected_2385","Overload signatures must all be public, private or protected."),Overload_signatures_must_all_be_optional_or_required:Wa(2386,1,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:Wa(2387,1,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:Wa(2388,1,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:Wa(2389,1,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:Wa(2390,1,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:Wa(2391,1,"Function_implementation_is_missing_or_not_immediately_following_the_declaration_2391","Function implementation is missing or not immediately following the declaration."),Multiple_constructor_implementations_are_not_allowed:Wa(2392,1,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:Wa(2393,1,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:Wa(2394,1,"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394","This overload signature is not compatible with its implementation signature."),Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local:Wa(2395,1,"Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local_2395","Individual declarations in merged declaration '{0}' must be all exported or all local."),Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters:Wa(2396,1,"Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters_2396","Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters."),Declaration_name_conflicts_with_built_in_global_identifier_0:Wa(2397,1,"Declaration_name_conflicts_with_built_in_global_identifier_0_2397","Declaration name conflicts with built-in global identifier '{0}'."),constructor_cannot_be_used_as_a_parameter_property_name:Wa(2398,1,"constructor_cannot_be_used_as_a_parameter_property_name_2398","'constructor' cannot be used as a parameter property name."),Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference:Wa(2399,1,"Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399","Duplicate identifier '_this'. Compiler uses variable declaration '_this' to capture 'this' reference."),Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference:Wa(2400,1,"Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400","Expression resolves to variable declaration '_this' that compiler uses to capture 'this' reference."),A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_initialized_properties_parameter_properties_or_private_identifiers:Wa(2401,1,"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401","A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers."),Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference:Wa(2402,1,"Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402","Expression resolves to '_super' that compiler uses to capture base class reference."),Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_type_2:Wa(2403,1,"Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_t_2403","Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'."),The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation:Wa(2404,1,"The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation_2404","The left-hand side of a 'for...in' statement cannot use a type annotation."),The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any:Wa(2405,1,"The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any_2405","The left-hand side of a 'for...in' statement must be of type 'string' or 'any'."),The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access:Wa(2406,1,"The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406","The left-hand side of a 'for...in' statement must be a variable or a property access."),The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_here_has_type_0:Wa(2407,1,"The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_2407","The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter, but here has type '{0}'."),Setters_cannot_return_a_value:Wa(2408,1,"Setters_cannot_return_a_value_2408","Setters cannot return a value."),Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class:Wa(2409,1,"Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class_2409","Return type of constructor signature must be assignable to the instance type of the class."),The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any:Wa(2410,1,"The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any_2410","The 'with' statement is not supported. All symbols in a 'with' block will have type 'any'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_type_of_the_target:Wa(2412,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target."),Property_0_of_type_1_is_not_assignable_to_2_index_type_3:Wa(2411,1,"Property_0_of_type_1_is_not_assignable_to_2_index_type_3_2411","Property '{0}' of type '{1}' is not assignable to '{2}' index type '{3}'."),_0_index_type_1_is_not_assignable_to_2_index_type_3:Wa(2413,1,"_0_index_type_1_is_not_assignable_to_2_index_type_3_2413","'{0}' index type '{1}' is not assignable to '{2}' index type '{3}'."),Class_name_cannot_be_0:Wa(2414,1,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:Wa(2415,1,"Class_0_incorrectly_extends_base_class_1_2415","Class '{0}' incorrectly extends base class '{1}'."),Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2:Wa(2416,1,"Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416","Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'."),Class_static_side_0_incorrectly_extends_base_class_static_side_1:Wa(2417,1,"Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417","Class static side '{0}' incorrectly extends base class static side '{1}'."),Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1:Wa(2418,1,"Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1_2418","Type of computed property's value is '{0}', which is not assignable to type '{1}'."),Types_of_construct_signatures_are_incompatible:Wa(2419,1,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:Wa(2420,1,"Class_0_incorrectly_implements_interface_1_2420","Class '{0}' incorrectly implements interface '{1}'."),A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_members:Wa(2422,1,"A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_memb_2422","A class can only implement an object type or intersection of object types with statically known members."),Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor:Wa(2423,1,"Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_access_2423","Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor."),Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function:Wa(2425,1,"Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_functi_2425","Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function."),Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function:Wa(2426,1,"Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_functi_2426","Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function."),Interface_name_cannot_be_0:Wa(2427,1,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:Wa(2428,1,"All_declarations_of_0_must_have_identical_type_parameters_2428","All declarations of '{0}' must have identical type parameters."),Interface_0_incorrectly_extends_interface_1:Wa(2430,1,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:Wa(2431,1,"Enum_name_cannot_be_0_2431","Enum name cannot be '{0}'."),In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enum_element:Wa(2432,1,"In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enu_2432","In an enum with multiple declarations, only one declaration can omit an initializer for its first enum element."),A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merged:Wa(2433,1,"A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merg_2433","A namespace declaration cannot be in a different file from a class or function with which it is merged."),A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged:Wa(2434,1,"A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged_2434","A namespace declaration cannot be located prior to a class or function with which it is merged."),Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces:Wa(2435,1,"Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces_2435","Ambient modules cannot be nested in other modules or namespaces."),Ambient_module_declaration_cannot_specify_relative_module_name:Wa(2436,1,"Ambient_module_declaration_cannot_specify_relative_module_name_2436","Ambient module declaration cannot specify relative module name."),Module_0_is_hidden_by_a_local_declaration_with_the_same_name:Wa(2437,1,"Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437","Module '{0}' is hidden by a local declaration with the same name."),Import_name_cannot_be_0:Wa(2438,1,"Import_name_cannot_be_0_2438","Import name cannot be '{0}'."),Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relative_module_name:Wa(2439,1,"Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relati_2439","Import or export declaration in an ambient module declaration cannot reference module through relative module name."),Import_declaration_conflicts_with_local_declaration_of_0:Wa(2440,1,"Import_declaration_conflicts_with_local_declaration_of_0_2440","Import declaration conflicts with local declaration of '{0}'."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module:Wa(2441,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),Types_have_separate_declarations_of_a_private_property_0:Wa(2442,1,"Types_have_separate_declarations_of_a_private_property_0_2442","Types have separate declarations of a private property '{0}'."),Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2:Wa(2443,1,"Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2_2443","Property '{0}' is protected but type '{1}' is not a class derived from '{2}'."),Property_0_is_protected_in_type_1_but_public_in_type_2:Wa(2444,1,"Property_0_is_protected_in_type_1_but_public_in_type_2_2444","Property '{0}' is protected in type '{1}' but public in type '{2}'."),Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses:Wa(2445,1,"Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses_2445","Property '{0}' is protected and only accessible within class '{1}' and its subclasses."),Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_class_2:Wa(2446,1,"Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_cl_2446","Property '{0}' is protected and only accessible through an instance of class '{1}'. This is an instance of class '{2}'."),The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead:Wa(2447,1,"The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead_2447","The '{0}' operator is not allowed for boolean types. Consider using '{1}' instead."),Block_scoped_variable_0_used_before_its_declaration:Wa(2448,1,"Block_scoped_variable_0_used_before_its_declaration_2448","Block-scoped variable '{0}' used before its declaration."),Class_0_used_before_its_declaration:Wa(2449,1,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:Wa(2450,1,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:Wa(2451,1,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:Wa(2452,1,"An_enum_member_cannot_have_a_numeric_name_2452","An enum member cannot have a numeric name."),Variable_0_is_used_before_being_assigned:Wa(2454,1,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:Wa(2456,1,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:Wa(2457,1,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:Wa(2458,1,"An_AMD_module_cannot_have_multiple_name_assignments_2458","An AMD module cannot have multiple name assignments."),Module_0_declares_1_locally_but_it_is_not_exported:Wa(2459,1,"Module_0_declares_1_locally_but_it_is_not_exported_2459","Module '{0}' declares '{1}' locally, but it is not exported."),Module_0_declares_1_locally_but_it_is_exported_as_2:Wa(2460,1,"Module_0_declares_1_locally_but_it_is_exported_as_2_2460","Module '{0}' declares '{1}' locally, but it is exported as '{2}'."),Type_0_is_not_an_array_type:Wa(2461,1,"Type_0_is_not_an_array_type_2461","Type '{0}' is not an array type."),A_rest_element_must_be_last_in_a_destructuring_pattern:Wa(2462,1,"A_rest_element_must_be_last_in_a_destructuring_pattern_2462","A rest element must be last in a destructuring pattern."),A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature:Wa(2463,1,"A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463","A binding pattern parameter cannot be optional in an implementation signature."),A_computed_property_name_must_be_of_type_string_number_symbol_or_any:Wa(2464,1,"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464","A computed property name must be of type 'string', 'number', 'symbol', or 'any'."),this_cannot_be_referenced_in_a_computed_property_name:Wa(2465,1,"this_cannot_be_referenced_in_a_computed_property_name_2465","'this' cannot be referenced in a computed property name."),super_cannot_be_referenced_in_a_computed_property_name:Wa(2466,1,"super_cannot_be_referenced_in_a_computed_property_name_2466","'super' cannot be referenced in a computed property name."),A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type:Wa(2467,1,"A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467","A computed property name cannot reference a type parameter from its containing type."),Cannot_find_global_value_0:Wa(2468,1,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:Wa(2469,1,"The_0_operator_cannot_be_applied_to_type_symbol_2469","The '{0}' operator cannot be applied to type 'symbol'."),Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher:Wa(2472,1,"Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher_2472","Spread operator in 'new' expressions is only available when targeting ECMAScript 5 and higher."),Enum_declarations_must_all_be_const_or_non_const:Wa(2473,1,"Enum_declarations_must_all_be_const_or_non_const_2473","Enum declarations must all be const or non-const."),const_enum_member_initializers_must_be_constant_expressions:Wa(2474,1,"const_enum_member_initializers_must_be_constant_expressions_2474","const enum member initializers must be constant expressions."),const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query:Wa(2475,1,"const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475","'const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment or type query."),A_const_enum_member_can_only_be_accessed_using_a_string_literal:Wa(2476,1,"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476","A const enum member can only be accessed using a string literal."),const_enum_member_initializer_was_evaluated_to_a_non_finite_value:Wa(2477,1,"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477","'const' enum member initializer was evaluated to a non-finite value."),const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN:Wa(2478,1,"const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN_2478","'const' enum member initializer was evaluated to disallowed value 'NaN'."),let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations:Wa(2480,1,"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480","'let' is not allowed to be used as a name in 'let' or 'const' declarations."),Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1:Wa(2481,1,"Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481","Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation:Wa(2483,1,"The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation_2483","The left-hand side of a 'for...of' statement cannot use a type annotation."),Export_declaration_conflicts_with_exported_declaration_of_0:Wa(2484,1,"Export_declaration_conflicts_with_exported_declaration_of_0_2484","Export declaration conflicts with exported declaration of '{0}'."),The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access:Wa(2487,1,"The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access_2487","The left-hand side of a 'for...of' statement must be a variable or a property access."),Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator:Wa(2488,1,"Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator_2488","Type '{0}' must have a '[Symbol.iterator]()' method that returns an iterator."),An_iterator_must_have_a_next_method:Wa(2489,1,"An_iterator_must_have_a_next_method_2489","An iterator must have a 'next()' method."),The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property:Wa(2490,1,"The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property_2490","The type returned by the '{0}()' method of an iterator must have a 'value' property."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern:Wa(2491,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern_2491","The left-hand side of a 'for...in' statement cannot be a destructuring pattern."),Cannot_redeclare_identifier_0_in_catch_clause:Wa(2492,1,"Cannot_redeclare_identifier_0_in_catch_clause_2492","Cannot redeclare identifier '{0}' in catch clause."),Tuple_type_0_of_length_1_has_no_element_at_index_2:Wa(2493,1,"Tuple_type_0_of_length_1_has_no_element_at_index_2_2493","Tuple type '{0}' of length '{1}' has no element at index '{2}'."),Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher:Wa(2494,1,"Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494","Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher."),Type_0_is_not_an_array_type_or_a_string_type:Wa(2495,1,"Type_0_is_not_an_array_type_or_a_string_type_2495","Type '{0}' is not an array type or a string type."),The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES3_and_ES5_Consider_using_a_standard_function_expression:Wa(2496,1,"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:Wa(2497,1,"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497","This module can only be referenced with ECMAScript imports/exports by turning on the '{0}' flag and referencing its default export."),Module_0_uses_export_and_cannot_be_used_with_export_Asterisk:Wa(2498,1,"Module_0_uses_export_and_cannot_be_used_with_export_Asterisk_2498","Module '{0}' uses 'export =' and cannot be used with 'export *'."),An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments:Wa(2499,1,"An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499","An interface can only extend an identifier/qualified-name with optional type arguments."),A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments:Wa(2500,1,"A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments_2500","A class can only implement an identifier/qualified-name with optional type arguments."),A_rest_element_cannot_contain_a_binding_pattern:Wa(2501,1,"A_rest_element_cannot_contain_a_binding_pattern_2501","A rest element cannot contain a binding pattern."),_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation:Wa(2502,1,"_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation_2502","'{0}' is referenced directly or indirectly in its own type annotation."),Cannot_find_namespace_0:Wa(2503,1,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:Wa(2504,1,"Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504","Type '{0}' must have a '[Symbol.asyncIterator]()' method that returns an async iterator."),A_generator_cannot_have_a_void_type_annotation:Wa(2505,1,"A_generator_cannot_have_a_void_type_annotation_2505","A generator cannot have a 'void' type annotation."),_0_is_referenced_directly_or_indirectly_in_its_own_base_expression:Wa(2506,1,"_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506","'{0}' is referenced directly or indirectly in its own base expression."),Type_0_is_not_a_constructor_function_type:Wa(2507,1,"Type_0_is_not_a_constructor_function_type_2507","Type '{0}' is not a constructor function type."),No_base_constructor_has_the_specified_number_of_type_arguments:Wa(2508,1,"No_base_constructor_has_the_specified_number_of_type_arguments_2508","No base constructor has the specified number of type arguments."),Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members:Wa(2509,1,"Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_2509","Base constructor return type '{0}' is not an object type or intersection of object types with statically known members."),Base_constructors_must_all_have_the_same_return_type:Wa(2510,1,"Base_constructors_must_all_have_the_same_return_type_2510","Base constructors must all have the same return type."),Cannot_create_an_instance_of_an_abstract_class:Wa(2511,1,"Cannot_create_an_instance_of_an_abstract_class_2511","Cannot create an instance of an abstract class."),Overload_signatures_must_all_be_abstract_or_non_abstract:Wa(2512,1,"Overload_signatures_must_all_be_abstract_or_non_abstract_2512","Overload signatures must all be abstract or non-abstract."),Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression:Wa(2513,1,"Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression_2513","Abstract method '{0}' in class '{1}' cannot be accessed via super expression."),A_tuple_type_cannot_be_indexed_with_a_negative_value:Wa(2514,1,"A_tuple_type_cannot_be_indexed_with_a_negative_value_2514","A tuple type cannot be indexed with a negative value."),Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2:Wa(2515,1,"Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2_2515","Non-abstract class '{0}' does not implement inherited abstract member '{1}' from class '{2}'."),All_declarations_of_an_abstract_method_must_be_consecutive:Wa(2516,1,"All_declarations_of_an_abstract_method_must_be_consecutive_2516","All declarations of an abstract method must be consecutive."),Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type:Wa(2517,1,"Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type_2517","Cannot assign an abstract constructor type to a non-abstract constructor type."),A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard:Wa(2518,1,"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518","A 'this'-based type guard is not compatible with a parameter-based type guard."),An_async_iterator_must_have_a_next_method:Wa(2519,1,"An_async_iterator_must_have_a_next_method_2519","An async iterator must have a 'next()' method."),Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions:Wa(2520,1,"Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520","Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES3_and_ES5_Consider_using_a_standard_function_or_method:Wa(2522,1,"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:Wa(2523,1,"yield_expressions_cannot_be_used_in_a_parameter_initializer_2523","'yield' expressions cannot be used in a parameter initializer."),await_expressions_cannot_be_used_in_a_parameter_initializer:Wa(2524,1,"await_expressions_cannot_be_used_in_a_parameter_initializer_2524","'await' expressions cannot be used in a parameter initializer."),Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value:Wa(2525,1,"Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value_2525","Initializer provides no value for this binding element and the binding element has no default value."),A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface:Wa(2526,1,"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526","A 'this' type is available only in a non-static member of a class or interface."),The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary:Wa(2527,1,"The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527","The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary."),A_module_cannot_have_multiple_default_exports:Wa(2528,1,"A_module_cannot_have_multiple_default_exports_2528","A module cannot have multiple default exports."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions:Wa(2529,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),Property_0_is_incompatible_with_index_signature:Wa(2530,1,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:Wa(2531,1,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:Wa(2532,1,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:Wa(2533,1,"Object_is_possibly_null_or_undefined_2533","Object is possibly 'null' or 'undefined'."),A_function_returning_never_cannot_have_a_reachable_end_point:Wa(2534,1,"A_function_returning_never_cannot_have_a_reachable_end_point_2534","A function returning 'never' cannot have a reachable end point."),Type_0_cannot_be_used_to_index_type_1:Wa(2536,1,"Type_0_cannot_be_used_to_index_type_1_2536","Type '{0}' cannot be used to index type '{1}'."),Type_0_has_no_matching_index_signature_for_type_1:Wa(2537,1,"Type_0_has_no_matching_index_signature_for_type_1_2537","Type '{0}' has no matching index signature for type '{1}'."),Type_0_cannot_be_used_as_an_index_type:Wa(2538,1,"Type_0_cannot_be_used_as_an_index_type_2538","Type '{0}' cannot be used as an index type."),Cannot_assign_to_0_because_it_is_not_a_variable:Wa(2539,1,"Cannot_assign_to_0_because_it_is_not_a_variable_2539","Cannot assign to '{0}' because it is not a variable."),Cannot_assign_to_0_because_it_is_a_read_only_property:Wa(2540,1,"Cannot_assign_to_0_because_it_is_a_read_only_property_2540","Cannot assign to '{0}' because it is a read-only property."),Index_signature_in_type_0_only_permits_reading:Wa(2542,1,"Index_signature_in_type_0_only_permits_reading_2542","Index signature in type '{0}' only permits reading."),Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_meta_property_reference:Wa(2543,1,"Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543","Duplicate identifier '_newTarget'. Compiler uses variable declaration '_newTarget' to capture 'new.target' meta-property reference."),Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta_property_reference:Wa(2544,1,"Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544","Expression resolves to variable declaration '_newTarget' that compiler uses to capture 'new.target' meta-property reference."),A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any:Wa(2545,1,"A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545","A mixin class must have a constructor with a single rest parameter of type 'any[]'."),The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_property:Wa(2547,1,"The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_pro_2547","The type returned by the '{0}()' method of an async iterator must be a promise for a type with a 'value' property."),Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:Wa(2548,1,"Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator_2548","Type '{0}' is not an array type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:Wa(2549,1,"Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549","Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2_or_later:Wa(2550,1,"Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550","Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{2}' or later."),Property_0_does_not_exist_on_type_1_Did_you_mean_2:Wa(2551,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551","Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?"),Cannot_find_name_0_Did_you_mean_1:Wa(2552,1,"Cannot_find_name_0_Did_you_mean_1_2552","Cannot find name '{0}'. Did you mean '{1}'?"),Computed_values_are_not_permitted_in_an_enum_with_string_valued_members:Wa(2553,1,"Computed_values_are_not_permitted_in_an_enum_with_string_valued_members_2553","Computed values are not permitted in an enum with string valued members."),Expected_0_arguments_but_got_1:Wa(2554,1,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:Wa(2555,1,"Expected_at_least_0_arguments_but_got_1_2555","Expected at least {0} arguments, but got {1}."),A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter:Wa(2556,1,"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556","A spread argument must either have a tuple type or be passed to a rest parameter."),Expected_0_type_arguments_but_got_1:Wa(2558,1,"Expected_0_type_arguments_but_got_1_2558","Expected {0} type arguments, but got {1}."),Type_0_has_no_properties_in_common_with_type_1:Wa(2559,1,"Type_0_has_no_properties_in_common_with_type_1_2559","Type '{0}' has no properties in common with type '{1}'."),Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it:Wa(2560,1,"Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it_2560","Value of type '{0}' has no properties in common with type '{1}'. Did you mean to call it?"),Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2:Wa(2561,1,"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561","Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?"),Base_class_expressions_cannot_reference_class_type_parameters:Wa(2562,1,"Base_class_expressions_cannot_reference_class_type_parameters_2562","Base class expressions cannot reference class type parameters."),The_containing_function_or_module_body_is_too_large_for_control_flow_analysis:Wa(2563,1,"The_containing_function_or_module_body_is_too_large_for_control_flow_analysis_2563","The containing function or module body is too large for control flow analysis."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor:Wa(2564,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564","Property '{0}' has no initializer and is not definitely assigned in the constructor."),Property_0_is_used_before_being_assigned:Wa(2565,1,"Property_0_is_used_before_being_assigned_2565","Property '{0}' is used before being assigned."),A_rest_element_cannot_have_a_property_name:Wa(2566,1,"A_rest_element_cannot_have_a_property_name_2566","A rest element cannot have a property name."),Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations:Wa(2567,1,"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567","Enum declarations can only merge with namespace or other enum declarations."),Property_0_may_not_exist_on_type_1_Did_you_mean_2:Wa(2568,1,"Property_0_may_not_exist_on_type_1_Did_you_mean_2_2568","Property '{0}' may not exist on type '{1}'. Did you mean '{2}'?"),Could_not_find_name_0_Did_you_mean_1:Wa(2570,1,"Could_not_find_name_0_Did_you_mean_1_2570","Could not find name '{0}'. Did you mean '{1}'?"),Object_is_of_type_unknown:Wa(2571,1,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:Wa(2574,1,"A_rest_element_type_must_be_an_array_type_2574","A rest element type must be an array type."),No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments:Wa(2575,1,"No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments_2575","No overload expects {0} arguments, but overloads do exist that expect either {1} or {2} arguments."),Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead:Wa(2576,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead_2576","Property '{0}' does not exist on type '{1}'. Did you mean to access the static member '{2}' instead?"),Return_type_annotation_circularly_references_itself:Wa(2577,1,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:Wa(2578,1,"Unused_ts_expect_error_directive_2578","Unused '@ts-expect-error' directive."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode:Wa(2580,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery:Wa(2581,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha:Wa(2582,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_1_or_later:Wa(2583,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_include_dom:Wa(2584,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_es2015_or_later:Wa(2585,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_2585","'{0}' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later."),Cannot_assign_to_0_because_it_is_a_constant:Wa(2588,1,"Cannot_assign_to_0_because_it_is_a_constant_2588","Cannot assign to '{0}' because it is a constant."),Type_instantiation_is_excessively_deep_and_possibly_infinite:Wa(2589,1,"Type_instantiation_is_excessively_deep_and_possibly_infinite_2589","Type instantiation is excessively deep and possibly infinite."),Expression_produces_a_union_type_that_is_too_complex_to_represent:Wa(2590,1,"Expression_produces_a_union_type_that_is_too_complex_to_represent_2590","Expression produces a union type that is too complex to represent."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode_and_then_add_node_to_the_types_field_in_your_tsconfig:Wa(2591,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery_and_then_add_jquery_to_the_types_field_in_your_tsconfig:Wa(2592,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha_and_then_add_jest_or_mocha_to_the_types_field_in_your_tsconfig:Wa(2593,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig."),This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag:Wa(2594,1,"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594","This module is declared with 'export =', and can only be used with a default import when using the '{0}' flag."),_0_can_only_be_imported_by_using_a_default_import:Wa(2595,1,"_0_can_only_be_imported_by_using_a_default_import_2595","'{0}' can only be imported by using a default import."),_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:Wa(2596,1,"_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import_2596","'{0}' can only be imported by turning on the 'esModuleInterop' flag and using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import:Wa(2597,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import_2597","'{0}' can only be imported by using a 'require' call or by using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:Wa(2598,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using__2598","'{0}' can only be imported by using a 'require' call or by turning on the 'esModuleInterop' flag and using a default import."),JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist:Wa(2602,1,"JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist_2602","JSX element implicitly has type 'any' because the global type 'JSX.Element' does not exist."),Property_0_in_type_1_is_not_assignable_to_type_2:Wa(2603,1,"Property_0_in_type_1_is_not_assignable_to_type_2_2603","Property '{0}' in type '{1}' is not assignable to type '{2}'."),JSX_element_type_0_does_not_have_any_construct_or_call_signatures:Wa(2604,1,"JSX_element_type_0_does_not_have_any_construct_or_call_signatures_2604","JSX element type '{0}' does not have any construct or call signatures."),Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property:Wa(2606,1,"Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606","Property '{0}' of JSX spread attribute is not assignable to target property."),JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property:Wa(2607,1,"JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property_2607","JSX element class does not support attributes because it does not have a '{0}' property."),The_global_type_JSX_0_may_not_have_more_than_one_property:Wa(2608,1,"The_global_type_JSX_0_may_not_have_more_than_one_property_2608","The global type 'JSX.{0}' may not have more than one property."),JSX_spread_child_must_be_an_array_type:Wa(2609,1,"JSX_spread_child_must_be_an_array_type_2609","JSX spread child must be an array type."),_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property:Wa(2610,1,"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610","'{0}' is defined as an accessor in class '{1}', but is overridden here in '{2}' as an instance property."),_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor:Wa(2611,1,"_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor_2611","'{0}' is defined as a property in class '{1}', but is overridden here in '{2}' as an accessor."),Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_add_a_declare_modifier_or_remove_the_redundant_declaration:Wa(2612,1,"Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_2612","Property '{0}' will overwrite the base property in '{1}'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration."),Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead:Wa(2613,1,"Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead_2613","Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?"),Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead:Wa(2614,1,"Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead_2614","Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?"),Type_of_property_0_circularly_references_itself_in_mapped_type_1:Wa(2615,1,"Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615","Type of property '{0}' circularly references itself in mapped type '{1}'."),_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import:Wa(2616,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import_2616","'{0}' can only be imported by using 'import {1} = require({2})' or a default import."),_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:Wa(2617,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_us_2617","'{0}' can only be imported by using 'import {1} = require({2})' or by turning on the 'esModuleInterop' flag and using a default import."),Source_has_0_element_s_but_target_requires_1:Wa(2618,1,"Source_has_0_element_s_but_target_requires_1_2618","Source has {0} element(s) but target requires {1}."),Source_has_0_element_s_but_target_allows_only_1:Wa(2619,1,"Source_has_0_element_s_but_target_allows_only_1_2619","Source has {0} element(s) but target allows only {1}."),Target_requires_0_element_s_but_source_may_have_fewer:Wa(2620,1,"Target_requires_0_element_s_but_source_may_have_fewer_2620","Target requires {0} element(s) but source may have fewer."),Target_allows_only_0_element_s_but_source_may_have_more:Wa(2621,1,"Target_allows_only_0_element_s_but_source_may_have_more_2621","Target allows only {0} element(s) but source may have more."),Source_provides_no_match_for_required_element_at_position_0_in_target:Wa(2623,1,"Source_provides_no_match_for_required_element_at_position_0_in_target_2623","Source provides no match for required element at position {0} in target."),Source_provides_no_match_for_variadic_element_at_position_0_in_target:Wa(2624,1,"Source_provides_no_match_for_variadic_element_at_position_0_in_target_2624","Source provides no match for variadic element at position {0} in target."),Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target:Wa(2625,1,"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625","Variadic element at position {0} in source does not match element at position {1} in target."),Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target:Wa(2626,1,"Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target_2626","Type at position {0} in source is not compatible with type at position {1} in target."),Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target:Wa(2627,1,"Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target_2627","Type at positions {0} through {1} in source is not compatible with type at position {2} in target."),Cannot_assign_to_0_because_it_is_an_enum:Wa(2628,1,"Cannot_assign_to_0_because_it_is_an_enum_2628","Cannot assign to '{0}' because it is an enum."),Cannot_assign_to_0_because_it_is_a_class:Wa(2629,1,"Cannot_assign_to_0_because_it_is_a_class_2629","Cannot assign to '{0}' because it is a class."),Cannot_assign_to_0_because_it_is_a_function:Wa(2630,1,"Cannot_assign_to_0_because_it_is_a_function_2630","Cannot assign to '{0}' because it is a function."),Cannot_assign_to_0_because_it_is_a_namespace:Wa(2631,1,"Cannot_assign_to_0_because_it_is_a_namespace_2631","Cannot assign to '{0}' because it is a namespace."),Cannot_assign_to_0_because_it_is_an_import:Wa(2632,1,"Cannot_assign_to_0_because_it_is_an_import_2632","Cannot assign to '{0}' because it is an import."),JSX_property_access_expressions_cannot_include_JSX_namespace_names:Wa(2633,1,"JSX_property_access_expressions_cannot_include_JSX_namespace_names_2633","JSX property access expressions cannot include JSX namespace names"),_0_index_signatures_are_incompatible:Wa(2634,1,"_0_index_signatures_are_incompatible_2634","'{0}' index signatures are incompatible."),Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable:Wa(2635,1,"Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable_2635","Type '{0}' has no signatures for which the type argument list is applicable."),Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation:Wa(2636,1,"Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636","Type '{0}' is not assignable to type '{1}' as implied by variance annotation."),Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_types:Wa(2637,1,"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637","Variance annotations are only supported in type aliases for object, function, constructor, and mapped types."),Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operator:Wa(2638,1,"Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638","Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator."),React_components_cannot_include_JSX_namespace_names:Wa(2639,1,"React_components_cannot_include_JSX_namespace_names_2639","React components cannot include JSX namespace names"),Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity:Wa(2649,1,"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649","Cannot augment module '{0}' with value exports because it resolves to a non-module entity."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:Wa(2651,1,"A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651","A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums."),Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_default_0_declaration_instead:Wa(2652,1,"Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_d_2652","Merged declaration '{0}' cannot include a default export declaration. Consider adding a separate 'export default {0}' declaration instead."),Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1:Wa(2653,1,"Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653","Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."),JSX_expressions_must_have_one_parent_element:Wa(2657,1,"JSX_expressions_must_have_one_parent_element_2657","JSX expressions must have one parent element."),Type_0_provides_no_match_for_the_signature_1:Wa(2658,1,"Type_0_provides_no_match_for_the_signature_1_2658","Type '{0}' provides no match for the signature '{1}'."),super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_higher:Wa(2659,1,"super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_highe_2659","'super' is only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher."),super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions:Wa(2660,1,"super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions_2660","'super' can only be referenced in members of derived classes or object literal expressions."),Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module:Wa(2661,1,"Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module_2661","Cannot export '{0}'. Only local declarations can be exported from a module."),Cannot_find_name_0_Did_you_mean_the_static_member_1_0:Wa(2662,1,"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662","Cannot find name '{0}'. Did you mean the static member '{1}.{0}'?"),Cannot_find_name_0_Did_you_mean_the_instance_member_this_0:Wa(2663,1,"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663","Cannot find name '{0}'. Did you mean the instance member 'this.{0}'?"),Invalid_module_name_in_augmentation_module_0_cannot_be_found:Wa(2664,1,"Invalid_module_name_in_augmentation_module_0_cannot_be_found_2664","Invalid module name in augmentation, module '{0}' cannot be found."),Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augmented:Wa(2665,1,"Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augm_2665","Invalid module name in augmentation. Module '{0}' resolves to an untyped module at '{1}', which cannot be augmented."),Exports_and_export_assignments_are_not_permitted_in_module_augmentations:Wa(2666,1,"Exports_and_export_assignments_are_not_permitted_in_module_augmentations_2666","Exports and export assignments are not permitted in module augmentations."),Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_module:Wa(2667,1,"Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_mod_2667","Imports are not permitted in module augmentations. Consider moving them to the enclosing external module."),export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible:Wa(2668,1,"export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always__2668","'export' modifier cannot be applied to ambient modules and module augmentations since they are always visible."),Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations:Wa(2669,1,"Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669","Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context:Wa(2670,1,"Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670","Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity:Wa(2671,1,"Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity_2671","Cannot augment module '{0}' because it resolves to a non-module entity."),Cannot_assign_a_0_constructor_type_to_a_1_constructor_type:Wa(2672,1,"Cannot_assign_a_0_constructor_type_to_a_1_constructor_type_2672","Cannot assign a '{0}' constructor type to a '{1}' constructor type."),Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration:Wa(2673,1,"Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration_2673","Constructor of class '{0}' is private and only accessible within the class declaration."),Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration:Wa(2674,1,"Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration_2674","Constructor of class '{0}' is protected and only accessible within the class declaration."),Cannot_extend_a_class_0_Class_constructor_is_marked_as_private:Wa(2675,1,"Cannot_extend_a_class_0_Class_constructor_is_marked_as_private_2675","Cannot extend a class '{0}'. Class constructor is marked as private."),Accessors_must_both_be_abstract_or_non_abstract:Wa(2676,1,"Accessors_must_both_be_abstract_or_non_abstract_2676","Accessors must both be abstract or non-abstract."),A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type:Wa(2677,1,"A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677","A type predicate's type must be assignable to its parameter's type."),Type_0_is_not_comparable_to_type_1:Wa(2678,1,"Type_0_is_not_comparable_to_type_1_2678","Type '{0}' is not comparable to type '{1}'."),A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void:Wa(2679,1,"A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void_2679","A function that is called with the 'new' keyword cannot have a 'this' type that is 'void'."),A_0_parameter_must_be_the_first_parameter:Wa(2680,1,"A_0_parameter_must_be_the_first_parameter_2680","A '{0}' parameter must be the first parameter."),A_constructor_cannot_have_a_this_parameter:Wa(2681,1,"A_constructor_cannot_have_a_this_parameter_2681","A constructor cannot have a 'this' parameter."),this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation:Wa(2683,1,"this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_2683","'this' implicitly has type 'any' because it does not have a type annotation."),The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1:Wa(2684,1,"The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1_2684","The 'this' context of type '{0}' is not assignable to method's 'this' of type '{1}'."),The_this_types_of_each_signature_are_incompatible:Wa(2685,1,"The_this_types_of_each_signature_are_incompatible_2685","The 'this' types of each signature are incompatible."),_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead:Wa(2686,1,"_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead_2686","'{0}' refers to a UMD global, but the current file is a module. Consider adding an import instead."),All_declarations_of_0_must_have_identical_modifiers:Wa(2687,1,"All_declarations_of_0_must_have_identical_modifiers_2687","All declarations of '{0}' must have identical modifiers."),Cannot_find_type_definition_file_for_0:Wa(2688,1,"Cannot_find_type_definition_file_for_0_2688","Cannot find type definition file for '{0}'."),Cannot_extend_an_interface_0_Did_you_mean_implements:Wa(2689,1,"Cannot_extend_an_interface_0_Did_you_mean_implements_2689","Cannot extend an interface '{0}'. Did you mean 'implements'?"),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0:Wa(2690,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0_2690","'{0}' only refers to a type, but is being used as a value here. Did you mean to use '{1} in {0}'?"),_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible:Wa(2692,1,"_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible_2692","'{0}' is a primitive, but '{1}' is a wrapper object. Prefer using '{0}' when possible."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here:Wa(2693,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_2693","'{0}' only refers to a type, but is being used as a value here."),Namespace_0_has_no_exported_member_1:Wa(2694,1,"Namespace_0_has_no_exported_member_1_2694","Namespace '{0}' has no exported member '{1}'."),Left_side_of_comma_operator_is_unused_and_has_no_side_effects:Wa(2695,1,"Left_side_of_comma_operator_is_unused_and_has_no_side_effects_2695","Left side of comma operator is unused and has no side effects.",!0),The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead:Wa(2696,1,"The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead_2696","The 'Object' type is assignable to very few other types. Did you mean to use the 'any' type instead?"),An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:Wa(2697,1,"An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_in_2697","An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),Spread_types_may_only_be_created_from_object_types:Wa(2698,1,"Spread_types_may_only_be_created_from_object_types_2698","Spread types may only be created from object types."),Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1:Wa(2699,1,"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699","Static property '{0}' conflicts with built-in property 'Function.{0}' of constructor function '{1}'."),Rest_types_may_only_be_created_from_object_types:Wa(2700,1,"Rest_types_may_only_be_created_from_object_types_2700","Rest types may only be created from object types."),The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access:Wa(2701,1,"The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access_2701","The target of an object rest assignment must be a variable or a property access."),_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here:Wa(2702,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here_2702","'{0}' only refers to a type, but is being used as a namespace here."),The_operand_of_a_delete_operator_must_be_a_property_reference:Wa(2703,1,"The_operand_of_a_delete_operator_must_be_a_property_reference_2703","The operand of a 'delete' operator must be a property reference."),The_operand_of_a_delete_operator_cannot_be_a_read_only_property:Wa(2704,1,"The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704","The operand of a 'delete' operator cannot be a read-only property."),An_async_function_or_method_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:Wa(2705,1,"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:Wa(2706,1,"Required_type_parameters_may_not_follow_optional_type_parameters_2706","Required type parameters may not follow optional type parameters."),Generic_type_0_requires_between_1_and_2_type_arguments:Wa(2707,1,"Generic_type_0_requires_between_1_and_2_type_arguments_2707","Generic type '{0}' requires between {1} and {2} type arguments."),Cannot_use_namespace_0_as_a_value:Wa(2708,1,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:Wa(2709,1,"Cannot_use_namespace_0_as_a_type_2709","Cannot use namespace '{0}' as a type."),_0_are_specified_twice_The_attribute_named_0_will_be_overwritten:Wa(2710,1,"_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710","'{0}' are specified twice. The attribute named '{0}' will be overwritten."),A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:Wa(2711,1,"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711","A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:Wa(2712,1,"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:Wa(2713,1,"Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713","Cannot access '{0}.{1}' because '{0}' is a type, but not a namespace. Did you mean to retrieve the type of the property '{1}' in '{0}' with '{0}[\"{1}\"]'?"),The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context:Wa(2714,1,"The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context_2714","The expression of an export assignment must be an identifier or qualified name in an ambient context."),Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor:Wa(2715,1,"Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715","Abstract property '{0}' in class '{1}' cannot be accessed in the constructor."),Type_parameter_0_has_a_circular_default:Wa(2716,1,"Type_parameter_0_has_a_circular_default_2716","Type parameter '{0}' has a circular default."),Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_type_2:Wa(2717,1,"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717","Subsequent property declarations must have the same type. Property '{0}' must be of type '{1}', but here has type '{2}'."),Duplicate_property_0:Wa(2718,1,"Duplicate_property_0_2718","Duplicate property '{0}'."),Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated:Wa(2719,1,"Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated_2719","Type '{0}' is not assignable to type '{1}'. Two different types with this name exist, but they are unrelated."),Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclass:Wa(2720,1,"Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720","Class '{0}' incorrectly implements class '{1}'. Did you mean to extend '{1}' and inherit its members as a subclass?"),Cannot_invoke_an_object_which_is_possibly_null:Wa(2721,1,"Cannot_invoke_an_object_which_is_possibly_null_2721","Cannot invoke an object which is possibly 'null'."),Cannot_invoke_an_object_which_is_possibly_undefined:Wa(2722,1,"Cannot_invoke_an_object_which_is_possibly_undefined_2722","Cannot invoke an object which is possibly 'undefined'."),Cannot_invoke_an_object_which_is_possibly_null_or_undefined:Wa(2723,1,"Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723","Cannot invoke an object which is possibly 'null' or 'undefined'."),_0_has_no_exported_member_named_1_Did_you_mean_2:Wa(2724,1,"_0_has_no_exported_member_named_1_Did_you_mean_2_2724","'{0}' has no exported member named '{1}'. Did you mean '{2}'?"),Class_name_cannot_be_Object_when_targeting_ES5_with_module_0:Wa(2725,1,"Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725","Class name cannot be 'Object' when targeting ES5 with module {0}."),Cannot_find_lib_definition_for_0:Wa(2726,1,"Cannot_find_lib_definition_for_0_2726","Cannot find lib definition for '{0}'."),Cannot_find_lib_definition_for_0_Did_you_mean_1:Wa(2727,1,"Cannot_find_lib_definition_for_0_Did_you_mean_1_2727","Cannot find lib definition for '{0}'. Did you mean '{1}'?"),_0_is_declared_here:Wa(2728,3,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:Wa(2729,1,"Property_0_is_used_before_its_initialization_2729","Property '{0}' is used before its initialization."),An_arrow_function_cannot_have_a_this_parameter:Wa(2730,1,"An_arrow_function_cannot_have_a_this_parameter_2730","An arrow function cannot have a 'this' parameter."),Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_in_String:Wa(2731,1,"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731","Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'."),Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension:Wa(2732,1,"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732","Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension."),Property_0_was_also_declared_here:Wa(2733,1,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:Wa(2734,1,"Are_you_missing_a_semicolon_2734","Are you missing a semicolon?"),Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1:Wa(2735,1,"Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1_2735","Did you mean for '{0}' to be constrained to type 'new (...args: any[]) => {1}'?"),Operator_0_cannot_be_applied_to_type_1:Wa(2736,1,"Operator_0_cannot_be_applied_to_type_1_2736","Operator '{0}' cannot be applied to type '{1}'."),BigInt_literals_are_not_available_when_targeting_lower_than_ES2020:Wa(2737,1,"BigInt_literals_are_not_available_when_targeting_lower_than_ES2020_2737","BigInt literals are not available when targeting lower than ES2020."),An_outer_value_of_this_is_shadowed_by_this_container:Wa(2738,3,"An_outer_value_of_this_is_shadowed_by_this_container_2738","An outer value of 'this' is shadowed by this container."),Type_0_is_missing_the_following_properties_from_type_1_Colon_2:Wa(2739,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_2739","Type '{0}' is missing the following properties from type '{1}': {2}"),Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more:Wa(2740,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more_2740","Type '{0}' is missing the following properties from type '{1}': {2}, and {3} more."),Property_0_is_missing_in_type_1_but_required_in_type_2:Wa(2741,1,"Property_0_is_missing_in_type_1_but_required_in_type_2_2741","Property '{0}' is missing in type '{1}' but required in type '{2}'."),The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_annotation_is_necessary:Wa(2742,1,"The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_a_2742","The inferred type of '{0}' cannot be named without a reference to '{1}'. This is likely not portable. A type annotation is necessary."),No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments:Wa(2743,1,"No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments_2743","No overload expects {0} type arguments, but overloads do exist that expect either {1} or {2} type arguments."),Type_parameter_defaults_can_only_reference_previously_declared_type_parameters:Wa(2744,1,"Type_parameter_defaults_can_only_reference_previously_declared_type_parameters_2744","Type parameter defaults can only reference previously declared type parameters."),This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided:Wa(2745,1,"This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745","This JSX tag's '{0}' prop expects type '{1}' which requires multiple children, but only a single child was provided."),This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided:Wa(2746,1,"This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746","This JSX tag's '{0}' prop expects a single child of type '{1}', but multiple children were provided."),_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_type_of_1_is_2:Wa(2747,1,"_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_t_2747","'{0}' components don't accept text as child elements. Text in JSX has the type 'string', but the expected type of '{1}' is '{2}'."),Cannot_access_ambient_const_enums_when_0_is_enabled:Wa(2748,1,"Cannot_access_ambient_const_enums_when_0_is_enabled_2748","Cannot access ambient const enums when '{0}' is enabled."),_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0:Wa(2749,1,"_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749","'{0}' refers to a value, but is being used as a type here. Did you mean 'typeof {0}'?"),The_implementation_signature_is_declared_here:Wa(2750,1,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:Wa(2751,1,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:Wa(2752,1,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:Wa(2753,1,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:Wa(2754,1,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:Wa(2755,1,"No_constituent_of_type_0_is_callable_2755","No constituent of type '{0}' is callable."),Not_all_constituents_of_type_0_are_callable:Wa(2756,1,"Not_all_constituents_of_type_0_are_callable_2756","Not all constituents of type '{0}' are callable."),Type_0_has_no_call_signatures:Wa(2757,1,"Type_0_has_no_call_signatures_2757","Type '{0}' has no call signatures."),Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other:Wa(2758,1,"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758","Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),No_constituent_of_type_0_is_constructable:Wa(2759,1,"No_constituent_of_type_0_is_constructable_2759","No constituent of type '{0}' is constructable."),Not_all_constituents_of_type_0_are_constructable:Wa(2760,1,"Not_all_constituents_of_type_0_are_constructable_2760","Not all constituents of type '{0}' are constructable."),Type_0_has_no_construct_signatures:Wa(2761,1,"Type_0_has_no_construct_signatures_2761","Type '{0}' has no construct signatures."),Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other:Wa(2762,1,"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762","Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_send_0:Wa(2763,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_s_2763","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but for-of will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0:Wa(2764,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring_will_always_send_0:Wa(2765,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring__2765","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array destructuring will always send '{0}'."),Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_containing_generator_will_always_send_0:Wa(2766,1,"Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766","Cannot delegate iteration to value because the 'next' method of its iterator expects type '{1}', but the containing generator will always send '{0}'."),The_0_property_of_an_iterator_must_be_a_method:Wa(2767,1,"The_0_property_of_an_iterator_must_be_a_method_2767","The '{0}' property of an iterator must be a method."),The_0_property_of_an_async_iterator_must_be_a_method:Wa(2768,1,"The_0_property_of_an_async_iterator_must_be_a_method_2768","The '{0}' property of an async iterator must be a method."),No_overload_matches_this_call:Wa(2769,1,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:Wa(2770,1,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:Wa(2771,1,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:Wa(2772,1,"Overload_0_of_1_2_gave_the_following_error_2772","Overload {0} of {1}, '{2}', gave the following error."),Did_you_forget_to_use_await:Wa(2773,1,"Did_you_forget_to_use_await_2773","Did you forget to use 'await'?"),This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_instead:Wa(2774,1,"This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_2774","This condition will always return true since this function is always defined. Did you mean to call it instead?"),Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation:Wa(2775,1,"Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation_2775","Assertions require every name in the call target to be declared with an explicit type annotation."),Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name:Wa(2776,1,"Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name_2776","Assertions require the call target to be an identifier or qualified name."),The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access:Wa(2777,1,"The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777","The operand of an increment or decrement operator may not be an optional property access."),The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access:Wa(2778,1,"The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access_2778","The target of an object rest assignment may not be an optional property access."),The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access:Wa(2779,1,"The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access_2779","The left-hand side of an assignment expression may not be an optional property access."),The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access:Wa(2780,1,"The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access_2780","The left-hand side of a 'for...in' statement may not be an optional property access."),The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access:Wa(2781,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access_2781","The left-hand side of a 'for...of' statement may not be an optional property access."),_0_needs_an_explicit_type_annotation:Wa(2782,3,"_0_needs_an_explicit_type_annotation_2782","'{0}' needs an explicit type annotation."),_0_is_specified_more_than_once_so_this_usage_will_be_overwritten:Wa(2783,1,"_0_is_specified_more_than_once_so_this_usage_will_be_overwritten_2783","'{0}' is specified more than once, so this usage will be overwritten."),get_and_set_accessors_cannot_declare_this_parameters:Wa(2784,1,"get_and_set_accessors_cannot_declare_this_parameters_2784","'get' and 'set' accessors cannot declare 'this' parameters."),This_spread_always_overwrites_this_property:Wa(2785,1,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:Wa(2786,1,"_0_cannot_be_used_as_a_JSX_component_2786","'{0}' cannot be used as a JSX component."),Its_return_type_0_is_not_a_valid_JSX_element:Wa(2787,1,"Its_return_type_0_is_not_a_valid_JSX_element_2787","Its return type '{0}' is not a valid JSX element."),Its_instance_type_0_is_not_a_valid_JSX_element:Wa(2788,1,"Its_instance_type_0_is_not_a_valid_JSX_element_2788","Its instance type '{0}' is not a valid JSX element."),Its_element_type_0_is_not_a_valid_JSX_element:Wa(2789,1,"Its_element_type_0_is_not_a_valid_JSX_element_2789","Its element type '{0}' is not a valid JSX element."),The_operand_of_a_delete_operator_must_be_optional:Wa(2790,1,"The_operand_of_a_delete_operator_must_be_optional_2790","The operand of a 'delete' operator must be optional."),Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_later:Wa(2791,1,"Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791","Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later."),Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_to_the_paths_option:Wa(2792,1,"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792","Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?"),The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_are_not_externally_visible:Wa(2793,1,"The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_2793","The call would have succeeded against this implementation, but implementation signatures of overloads are not externally visible."),Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise:Wa(2794,1,"Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794","Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?"),The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types:Wa(2795,1,"The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795","The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types."),It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tagged_template_expression_which_cannot_be_invoked:Wa(2796,1,"It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796","It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked."),A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_be_declared_abstract:Wa(2797,1,"A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_2797","A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'."),The_declaration_was_marked_as_deprecated_here:Wa(2798,1,"The_declaration_was_marked_as_deprecated_here_2798","The declaration was marked as deprecated here."),Type_produces_a_tuple_type_that_is_too_large_to_represent:Wa(2799,1,"Type_produces_a_tuple_type_that_is_too_large_to_represent_2799","Type produces a tuple type that is too large to represent."),Expression_produces_a_tuple_type_that_is_too_large_to_represent:Wa(2800,1,"Expression_produces_a_tuple_type_that_is_too_large_to_represent_2800","Expression produces a tuple type that is too large to represent."),This_condition_will_always_return_true_since_this_0_is_always_defined:Wa(2801,1,"This_condition_will_always_return_true_since_this_0_is_always_defined_2801","This condition will always return true since this '{0}' is always defined."),Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es2015_or_higher:Wa(2802,1,"Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es201_2802","Type '{0}' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher."),Cannot_assign_to_private_method_0_Private_methods_are_not_writable:Wa(2803,1,"Cannot_assign_to_private_method_0_Private_methods_are_not_writable_2803","Cannot assign to private method '{0}'. Private methods are not writable."),Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name:Wa(2804,1,"Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name_2804","Duplicate identifier '{0}'. Static and instance elements cannot share the same private name."),Private_accessor_was_defined_without_a_getter:Wa(2806,1,"Private_accessor_was_defined_without_a_getter_2806","Private accessor was defined without a getter."),This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_one_in_0_Consider_upgrading_your_version_of_0:Wa(2807,1,"This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_o_2807","This syntax requires an imported helper named '{1}' with {2} parameters, which is not compatible with the one in '{0}'. Consider upgrading your version of '{0}'."),A_get_accessor_must_be_at_least_as_accessible_as_the_setter:Wa(2808,1,"A_get_accessor_must_be_at_least_as_accessible_as_the_setter_2808","A get accessor must be at least as accessible as the setter"),Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses:Wa(2809,1,"Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809","Declaration or statement expected. This '=' follows a block of statements, so if you intended to write a destructuring assignment, you might need to wrap the whole assignment in parentheses."),Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_without_arguments:Wa(2810,1,"Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810","Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments."),Initializer_for_property_0:Wa(2811,1,"Initializer_for_property_0_2811","Initializer for property '{0}'"),Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom:Wa(2812,1,"Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom_2812","Property '{0}' does not exist on type '{1}'. Try changing the 'lib' compiler option to include 'dom'."),Class_declaration_cannot_implement_overload_list_for_0:Wa(2813,1,"Class_declaration_cannot_implement_overload_list_for_0_2813","Class declaration cannot implement overload list for '{0}'."),Function_with_bodies_can_only_merge_with_classes_that_are_ambient:Wa(2814,1,"Function_with_bodies_can_only_merge_with_classes_that_are_ambient_2814","Function with bodies can only merge with classes that are ambient."),arguments_cannot_be_referenced_in_property_initializers:Wa(2815,1,"arguments_cannot_be_referenced_in_property_initializers_2815","'arguments' cannot be referenced in property initializers."),Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class:Wa(2816,1,"Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816","Cannot use 'this' in a static property initializer of a decorated class."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block:Wa(2817,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block_2817","Property '{0}' has no initializer and is not definitely assigned in a class static block."),Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializers:Wa(2818,1,"Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializer_2818","Duplicate identifier '{0}'. Compiler reserves name '{1}' when emitting 'super' references in static initializers."),Namespace_name_cannot_be_0:Wa(2819,1,"Namespace_name_cannot_be_0_2819","Namespace name cannot be '{0}'."),Type_0_is_not_assignable_to_type_1_Did_you_mean_2:Wa(2820,1,"Type_0_is_not_assignable_to_type_1_Did_you_mean_2_2820","Type '{0}' is not assignable to type '{1}'. Did you mean '{2}'?"),Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve:Wa(2821,1,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve_2821","Import assertions are only supported when the '--module' option is set to 'esnext', 'nodenext', or 'preserve'."),Import_assertions_cannot_be_used_with_type_only_imports_or_exports:Wa(2822,1,"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822","Import assertions cannot be used with type-only imports or exports."),Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve:Wa(2823,1,"Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve_2823","Import attributes are only supported when the '--module' option is set to 'esnext', 'nodenext', or 'preserve'."),Cannot_find_namespace_0_Did_you_mean_1:Wa(2833,1,"Cannot_find_namespace_0_Did_you_mean_1_2833","Cannot find namespace '{0}'. Did you mean '{1}'?"),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Consider_adding_an_extension_to_the_import_path:Wa(2834,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2834","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path."),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Did_you_mean_0:Wa(2835,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2835","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '{0}'?"),Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:Wa(2836,1,"Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2836","Import assertions are not allowed on statements that compile to CommonJS 'require' calls."),Import_assertion_values_must_be_string_literal_expressions:Wa(2837,1,"Import_assertion_values_must_be_string_literal_expressions_2837","Import assertion values must be string literal expressions."),All_declarations_of_0_must_have_identical_constraints:Wa(2838,1,"All_declarations_of_0_must_have_identical_constraints_2838","All declarations of '{0}' must have identical constraints."),This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value:Wa(2839,1,"This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839","This condition will always return '{0}' since JavaScript compares objects by reference, not value."),An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types:Wa(2840,1,"An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types_2840","An interface cannot extend a primitive type like '{0}'. It can only extend other named object types."),_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation:Wa(2842,1,"_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation_2842","'{0}' is an unused renaming of '{1}'. Did you intend to use it as a type annotation?"),We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here:Wa(2843,1,"We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843","We can only write a type for '{0}' by adding a type for the entire parameter here."),Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:Wa(2844,1,"Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844","Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),This_condition_will_always_return_0:Wa(2845,1,"This_condition_will_always_return_0_2845","This condition will always return '{0}'."),A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_file_0_instead:Wa(2846,1,"A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_f_2846","A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file '{0}' instead?"),The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression:Wa(2848,1,"The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression_2848","The right-hand side of an 'instanceof' expression must not be an instantiation expression."),Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1:Wa(2849,1,"Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1_2849","Target signature provides too few arguments. Expected {0} or more, but got {1}."),The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_null_or_undefined:Wa(2850,1,"The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_n_2850","The initializer of a 'using' declaration must be either an object with a '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_Symbol_dispose_method_or_be_null_or_undefined:Wa(2851,1,"The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_2851","The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:Wa(2852,1,"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852","'await using' statements are only allowed within async functions and at the top levels of modules."),await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:Wa(2853,1,"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853","'await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:Wa(2854,1,"Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_sys_2854","Top-level 'await using' statements are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super:Wa(2855,1,"Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super_2855","Class field '{0}' defined by the parent class is not accessible in the child class via super."),Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:Wa(2856,1,"Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2856","Import attributes are not allowed on statements that compile to CommonJS 'require' calls."),Import_attributes_cannot_be_used_with_type_only_imports_or_exports:Wa(2857,1,"Import_attributes_cannot_be_used_with_type_only_imports_or_exports_2857","Import attributes cannot be used with type-only imports or exports."),Import_attribute_values_must_be_string_literal_expressions:Wa(2858,1,"Import_attribute_values_must_be_string_literal_expressions_2858","Import attribute values must be string literal expressions."),Excessive_complexity_comparing_types_0_and_1:Wa(2859,1,"Excessive_complexity_comparing_types_0_and_1_2859","Excessive complexity comparing types '{0}' and '{1}'."),The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method:Wa(2860,1,"The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_2860","The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method."),An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression:Wa(2861,1,"An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861","An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression."),Type_0_is_generic_and_can_only_be_indexed_for_reading:Wa(2862,1,"Type_0_is_generic_and_can_only_be_indexed_for_reading_2862","Type '{0}' is generic and can only be indexed for reading."),A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values:Wa(2863,1,"A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values_2863","A class cannot extend a primitive type like '{0}'. Classes can only extend constructable values."),A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types:Wa(2864,1,"A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types_2864","A class cannot implement a primitive type like '{0}'. It can only implement other named object types."),Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:Wa(2865,1,"Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_2865","Import '{0}' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled."),Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:Wa(2866,1,"Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_w_2866","Import '{0}' conflicts with global value used in this file, so must be declared with a type-only import when 'isolatedModules' is enabled."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun:Wa(2867,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2867","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_and_then_add_bun_to_the_types_field_in_your_tsconfig:Wa(2868,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2868","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun` and then add 'bun' to the types field in your tsconfig."),Import_declaration_0_is_using_private_name_1:Wa(4e3,1,"Import_declaration_0_is_using_private_name_1_4000","Import declaration '{0}' is using private name '{1}'."),Type_parameter_0_of_exported_class_has_or_is_using_private_name_1:Wa(4002,1,"Type_parameter_0_of_exported_class_has_or_is_using_private_name_1_4002","Type parameter '{0}' of exported class has or is using private name '{1}'."),Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1:Wa(4004,1,"Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1_4004","Type parameter '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:Wa(4006,1,"Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4006","Type parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:Wa(4008,1,"Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008","Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:Wa(4010,1,"Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4010","Type parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:Wa(4012,1,"Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4012","Type parameter '{0}' of public method from exported class has or is using private name '{1}'."),Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:Wa(4014,1,"Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4014","Type parameter '{0}' of method from exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_function_has_or_is_using_private_name_1:Wa(4016,1,"Type_parameter_0_of_exported_function_has_or_is_using_private_name_1_4016","Type parameter '{0}' of exported function has or is using private name '{1}'."),Implements_clause_of_exported_class_0_has_or_is_using_private_name_1:Wa(4019,1,"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019","Implements clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_0_has_or_is_using_private_name_1:Wa(4020,1,"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020","'extends' clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_has_or_is_using_private_name_0:Wa(4021,1,"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021","'extends' clause of exported class has or is using private name '{0}'."),extends_clause_of_exported_interface_0_has_or_is_using_private_name_1:Wa(4022,1,"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022","'extends' clause of exported interface '{0}' has or is using private name '{1}'."),Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4023,1,"Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4023","Exported variable '{0}' has or is using name '{1}' from external module {2} but cannot be named."),Exported_variable_0_has_or_is_using_name_1_from_private_module_2:Wa(4024,1,"Exported_variable_0_has_or_is_using_name_1_from_private_module_2_4024","Exported variable '{0}' has or is using name '{1}' from private module '{2}'."),Exported_variable_0_has_or_is_using_private_name_1:Wa(4025,1,"Exported_variable_0_has_or_is_using_private_name_1_4025","Exported variable '{0}' has or is using private name '{1}'."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4026,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot__4026","Public static property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4027,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4027","Public static property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_property_0_of_exported_class_has_or_is_using_private_name_1:Wa(4028,1,"Public_static_property_0_of_exported_class_has_or_is_using_private_name_1_4028","Public static property '{0}' of exported class has or is using private name '{1}'."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4029,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_name_4029","Public property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4030,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4030","Public property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_property_0_of_exported_class_has_or_is_using_private_name_1:Wa(4031,1,"Public_property_0_of_exported_class_has_or_is_using_private_name_1_4031","Public property '{0}' of exported class has or is using private name '{1}'."),Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:Wa(4032,1,"Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4032","Property '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Property_0_of_exported_interface_has_or_is_using_private_name_1:Wa(4033,1,"Property_0_of_exported_interface_has_or_is_using_private_name_1_4033","Property '{0}' of exported interface has or is using private name '{1}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4034,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034","Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1:Wa(4035,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035","Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4036,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036","Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1:Wa(4037,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037","Parameter type of public setter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4038,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038","Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4039,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039","Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1:Wa(4040,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040","Return type of public static getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4041,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041","Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4042,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042","Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1:Wa(4043,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043","Return type of public getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:Wa(4044,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_mod_4044","Return type of constructor signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0:Wa(4045,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0_4045","Return type of constructor signature from exported interface has or is using private name '{0}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:Wa(4046,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4046","Return type of call signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0:Wa(4047,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0_4047","Return type of call signature from exported interface has or is using private name '{0}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:Wa(4048,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4048","Return type of index signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0:Wa(4049,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0_4049","Return type of index signature from exported interface has or is using private name '{0}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:Wa(4050,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module__4050","Return type of public static method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:Wa(4051,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4051","Return type of public static method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0:Wa(4052,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0_4052","Return type of public static method from exported class has or is using private name '{0}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:Wa(4053,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053","Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:Wa(4054,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4054","Return type of public method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0:Wa(4055,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0_4055","Return type of public method from exported class has or is using private name '{0}'."),Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1:Wa(4056,1,"Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4056","Return type of method from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0:Wa(4057,1,"Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0_4057","Return type of method from exported interface has or is using private name '{0}'."),Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:Wa(4058,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named_4058","Return type of exported function has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1:Wa(4059,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1_4059","Return type of exported function has or is using name '{0}' from private module '{1}'."),Return_type_of_exported_function_has_or_is_using_private_name_0:Wa(4060,1,"Return_type_of_exported_function_has_or_is_using_private_name_0_4060","Return type of exported function has or is using private name '{0}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4061,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_can_4061","Parameter '{0}' of constructor from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4062,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2_4062","Parameter '{0}' of constructor from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1:Wa(4063,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1_4063","Parameter '{0}' of constructor from exported class has or is using private name '{1}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:Wa(4064,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_mod_4064","Parameter '{0}' of constructor signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:Wa(4065,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4065","Parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:Wa(4066,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4066","Parameter '{0}' of call signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:Wa(4067,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4067","Parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4068,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068","Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4069,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4069","Parameter '{0}' of public static method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:Wa(4070,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4070","Parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4071,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_c_4071","Parameter '{0}' of public method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4072,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4072","Parameter '{0}' of public method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:Wa(4073,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4073","Parameter '{0}' of public method from exported class has or is using private name '{1}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2:Wa(4074,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4074","Parameter '{0}' of method from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:Wa(4075,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4075","Parameter '{0}' of method from exported interface has or is using private name '{1}'."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4076,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4076","Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2:Wa(4077,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2_4077","Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."),Parameter_0_of_exported_function_has_or_is_using_private_name_1:Wa(4078,1,"Parameter_0_of_exported_function_has_or_is_using_private_name_1_4078","Parameter '{0}' of exported function has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1:Wa(4081,1,"Exported_type_alias_0_has_or_is_using_private_name_1_4081","Exported type alias '{0}' has or is using private name '{1}'."),Default_export_of_the_module_has_or_is_using_private_name_0:Wa(4082,1,"Default_export_of_the_module_has_or_is_using_private_name_0_4082","Default export of the module has or is using private name '{0}'."),Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1:Wa(4083,1,"Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1_4083","Type parameter '{0}' of exported type alias has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2:Wa(4084,1,"Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2_4084","Exported type alias '{0}' has or is using private name '{1}' from module {2}."),Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1:Wa(4085,1,"Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1_4085","Extends clause for inferred type '{0}' has or is using private name '{1}'."),Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_library_to_resolve_the_conflict:Wa(4090,1,"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:Wa(4091,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4091","Parameter '{0}' of index signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1:Wa(4092,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092","Parameter '{0}' of index signature from exported interface has or is using private name '{1}'."),Property_0_of_exported_class_expression_may_not_be_private_or_protected:Wa(4094,1,"Property_0_of_exported_class_expression_may_not_be_private_or_protected_4094","Property '{0}' of exported class expression may not be private or protected."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4095,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_4095","Public static method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4096,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4096","Public static method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_method_0_of_exported_class_has_or_is_using_private_name_1:Wa(4097,1,"Public_static_method_0_of_exported_class_has_or_is_using_private_name_1_4097","Public static method '{0}' of exported class has or is using private name '{1}'."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4098,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098","Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:Wa(4099,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4099","Public method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_method_0_of_exported_class_has_or_is_using_private_name_1:Wa(4100,1,"Public_method_0_of_exported_class_has_or_is_using_private_name_1_4100","Public method '{0}' of exported class has or is using private name '{1}'."),Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:Wa(4101,1,"Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4101","Method '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Method_0_of_exported_interface_has_or_is_using_private_name_1:Wa(4102,1,"Method_0_of_exported_interface_has_or_is_using_private_name_1_4102","Method '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1:Wa(4103,1,"Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1_4103","Type parameter '{0}' of exported mapped object type is using private name '{1}'."),The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1:Wa(4104,1,"The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1_4104","The type '{0}' is 'readonly' and cannot be assigned to the mutable type '{1}'."),Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter:Wa(4105,1,"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105","Private or protected member '{0}' cannot be accessed on a type parameter."),Parameter_0_of_accessor_has_or_is_using_private_name_1:Wa(4106,1,"Parameter_0_of_accessor_has_or_is_using_private_name_1_4106","Parameter '{0}' of accessor has or is using private name '{1}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2:Wa(4107,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2_4107","Parameter '{0}' of accessor has or is using name '{1}' from private module '{2}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:Wa(4108,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4108","Parameter '{0}' of accessor has or is using name '{1}' from external module '{2}' but cannot be named."),Type_arguments_for_0_circularly_reference_themselves:Wa(4109,1,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:Wa(4110,1,"Tuple_type_arguments_circularly_reference_themselves_4110","Tuple type arguments circularly reference themselves."),Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0:Wa(4111,1,"Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0_4111","Property '{0}' comes from an index signature, so it must be accessed with ['{0}']."),This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another_class:Wa(4112,1,"This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another__4112","This member cannot have an 'override' modifier because its containing class '{0}' does not extend another class."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0:Wa(4113,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_4113","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0:Wa(4114,1,"This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0_4114","This member must have an 'override' modifier because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0:Wa(4115,1,"This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0_4115","This parameter property must have an 'override' modifier because it overrides a member in base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared_in_the_base_class_0:Wa(4116,1,"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116","This member must have an 'override' modifier because it overrides an abstract method that is declared in the base class '{0}'."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:Wa(4117,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you__4117","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'. Did you mean '{1}'?"),The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized:Wa(4118,1,"The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized_4118","The type of this node cannot be serialized because its property '{0}' cannot be serialized."),This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:Wa(4119,1,"This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119","This member must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:Wa(4120,1,"This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120","This parameter property must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_extend_another_class:Wa(4121,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121","This member cannot have a JSDoc comment with an '@override' tag because its containing class '{0}' does not extend another class."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0:Wa(4122,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122","This member cannot have a JSDoc comment with an '@override' tag because it is not declared in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:Wa(4123,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123","This member cannot have a JSDoc comment with an 'override' tag because it is not declared in the base class '{0}'. Did you mean '{1}'?"),Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:Wa(4124,1,"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124","Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given:Wa(4125,1,"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125","Each declaration of '{0}.{1}' differs in its value, where '{2}' was expected but '{3}' was given."),One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value:Wa(4126,1,"One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value_4126","One value of '{0}.{1}' is the string '{2}', and the other is assumed to be an unknown numeric value."),The_current_host_does_not_support_the_0_option:Wa(5001,1,"The_current_host_does_not_support_the_0_option_5001","The current host does not support the '{0}' option."),Cannot_find_the_common_subdirectory_path_for_the_input_files:Wa(5009,1,"Cannot_find_the_common_subdirectory_path_for_the_input_files_5009","Cannot find the common subdirectory path for the input files."),File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:Wa(5010,1,"File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010","File specification cannot end in a recursive directory wildcard ('**'): '{0}'."),Cannot_read_file_0_Colon_1:Wa(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Failed_to_parse_file_0_Colon_1:Wa(5014,1,"Failed_to_parse_file_0_Colon_1_5014","Failed to parse file '{0}': {1}."),Unknown_compiler_option_0:Wa(5023,1,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:Wa(5024,1,"Compiler_option_0_requires_a_value_of_type_1_5024","Compiler option '{0}' requires a value of type {1}."),Unknown_compiler_option_0_Did_you_mean_1:Wa(5025,1,"Unknown_compiler_option_0_Did_you_mean_1_5025","Unknown compiler option '{0}'. Did you mean '{1}'?"),Could_not_write_file_0_Colon_1:Wa(5033,1,"Could_not_write_file_0_Colon_1_5033","Could not write file '{0}': {1}."),Option_project_cannot_be_mixed_with_source_files_on_a_command_line:Wa(5042,1,"Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042","Option 'project' cannot be mixed with source files on a command line."),Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES2015_or_higher:Wa(5047,1,"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047","Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),Option_0_cannot_be_specified_when_option_target_is_ES3:Wa(5048,1,"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:Wa(5051,1,"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051","Option '{0} can only be used when either option '--inlineSourceMap' or option '--sourceMap' is provided."),Option_0_cannot_be_specified_without_specifying_option_1:Wa(5052,1,"Option_0_cannot_be_specified_without_specifying_option_1_5052","Option '{0}' cannot be specified without specifying option '{1}'."),Option_0_cannot_be_specified_with_option_1:Wa(5053,1,"Option_0_cannot_be_specified_with_option_1_5053","Option '{0}' cannot be specified with option '{1}'."),A_tsconfig_json_file_is_already_defined_at_Colon_0:Wa(5054,1,"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054","A 'tsconfig.json' file is already defined at: '{0}'."),Cannot_write_file_0_because_it_would_overwrite_input_file:Wa(5055,1,"Cannot_write_file_0_because_it_would_overwrite_input_file_5055","Cannot write file '{0}' because it would overwrite input file."),Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files:Wa(5056,1,"Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files_5056","Cannot write file '{0}' because it would be overwritten by multiple input files."),Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0:Wa(5057,1,"Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057","Cannot find a tsconfig.json file at the specified directory: '{0}'."),The_specified_path_does_not_exist_Colon_0:Wa(5058,1,"The_specified_path_does_not_exist_Colon_0_5058","The specified path does not exist: '{0}'."),Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier:Wa(5059,1,"Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059","Invalid value for '--reactNamespace'. '{0}' is not a valid identifier."),Pattern_0_can_have_at_most_one_Asterisk_character:Wa(5061,1,"Pattern_0_can_have_at_most_one_Asterisk_character_5061","Pattern '{0}' can have at most one '*' character."),Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character:Wa(5062,1,"Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character_5062","Substitution '{0}' in pattern '{1}' can have at most one '*' character."),Substitutions_for_pattern_0_should_be_an_array:Wa(5063,1,"Substitutions_for_pattern_0_should_be_an_array_5063","Substitutions for pattern '{0}' should be an array."),Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2:Wa(5064,1,"Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2_5064","Substitution '{0}' for pattern '{1}' has incorrect type, expected 'string', got '{2}'."),File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:Wa(5065,1,"File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065","File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),Substitutions_for_pattern_0_shouldn_t_be_an_empty_array:Wa(5066,1,"Substitutions_for_pattern_0_shouldn_t_be_an_empty_array_5066","Substitutions for pattern '{0}' shouldn't be an empty array."),Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name:Wa(5067,1,"Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name_5067","Invalid value for 'jsxFactory'. '{0}' is not a valid identifier or qualified-name."),Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript_files_Learn_more_at_https_Colon_Slash_Slashaka_ms_Slashtsconfig:Wa(5068,1,"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068","Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig."),Option_0_cannot_be_specified_without_specifying_option_1_or_option_2:Wa(5069,1,"Option_0_cannot_be_specified_without_specifying_option_1_or_option_2_5069","Option '{0}' cannot be specified without specifying option '{1}' or option '{2}'."),Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic:Wa(5070,1,"Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic_5070","Option '--resolveJsonModule' cannot be specified when 'moduleResolution' is set to 'classic'."),Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd:Wa(5071,1,"Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd_5071","Option '--resolveJsonModule' cannot be specified when 'module' is set to 'none', 'system', or 'umd'."),Unknown_build_option_0:Wa(5072,1,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:Wa(5073,1,"Build_option_0_requires_a_value_of_type_1_5073","Build option '{0}' requires a value of type {1}."),Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBuildInfoFile_is_specified:Wa(5074,1,"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074","Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified."),_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_constraint_2:Wa(5075,1,"_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075","'{0}' is assignable to the constraint of type '{1}', but '{1}' could be instantiated with a different subtype of constraint '{2}'."),_0_and_1_operations_cannot_be_mixed_without_parentheses:Wa(5076,1,"_0_and_1_operations_cannot_be_mixed_without_parentheses_5076","'{0}' and '{1}' operations cannot be mixed without parentheses."),Unknown_build_option_0_Did_you_mean_1:Wa(5077,1,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:Wa(5078,1,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:Wa(5079,1,"Unknown_watch_option_0_Did_you_mean_1_5079","Unknown watch option '{0}'. Did you mean '{1}'?"),Watch_option_0_requires_a_value_of_type_1:Wa(5080,1,"Watch_option_0_requires_a_value_of_type_1_5080","Watch option '{0}' requires a value of type {1}."),Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0:Wa(5081,1,"Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081","Cannot find a tsconfig.json file at the current directory: {0}."),_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1:Wa(5082,1,"_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1_5082","'{0}' could be instantiated with an arbitrary type which could be unrelated to '{1}'."),Cannot_read_file_0:Wa(5083,1,"Cannot_read_file_0_5083","Cannot read file '{0}'."),A_tuple_member_cannot_be_both_optional_and_rest:Wa(5085,1,"A_tuple_member_cannot_be_both_optional_and_rest_5085","A tuple member cannot be both optional and rest."),A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_colon_rather_than_after_the_type:Wa(5086,1,"A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086","A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type."),A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type:Wa(5087,1,"A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087","A labeled tuple element is declared as rest with a '...' before the name, rather than before the type."),The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialized_A_type_annotation_is_necessary:Wa(5088,1,"The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialize_5088","The inferred type of '{0}' references a type with a cyclic structure which cannot be trivially serialized. A type annotation is necessary."),Option_0_cannot_be_specified_when_option_jsx_is_1:Wa(5089,1,"Option_0_cannot_be_specified_when_option_jsx_is_1_5089","Option '{0}' cannot be specified when option 'jsx' is '{1}'."),Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash:Wa(5090,1,"Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090","Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?"),Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled:Wa(5091,1,"Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled_5091","Option 'preserveConstEnums' cannot be disabled when '{0}' is enabled."),The_root_value_of_a_0_file_must_be_an_object:Wa(5092,1,"The_root_value_of_a_0_file_must_be_an_object_5092","The root value of a '{0}' file must be an object."),Compiler_option_0_may_only_be_used_with_build:Wa(5093,1,"Compiler_option_0_may_only_be_used_with_build_5093","Compiler option '--{0}' may only be used with '--build'."),Compiler_option_0_may_not_be_used_with_build:Wa(5094,1,"Compiler_option_0_may_not_be_used_with_build_5094","Compiler option '--{0}' may not be used with '--build'."),Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later:Wa(5095,1,"Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later_5095","Option '{0}' can only be used when 'module' is set to 'preserve' or to 'es2015' or later."),Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set:Wa(5096,1,"Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set_5096","Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set."),An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled:Wa(5097,1,"An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled_5097","An import path can only end with a '{0}' extension when 'allowImportingTsExtensions' is enabled."),Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler:Wa(5098,1,"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098","Option '{0}' can only be used when 'moduleResolution' is set to 'node16', 'nodenext', or 'bundler'."),Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprecations_Colon_2_to_silence_this_error:Wa(5101,1,"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101","Option '{0}' is deprecated and will stop functioning in TypeScript {1}. Specify compilerOption '\"ignoreDeprecations\": \"{2}\"' to silence this error."),Option_0_has_been_removed_Please_remove_it_from_your_configuration:Wa(5102,1,"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102","Option '{0}' has been removed. Please remove it from your configuration."),Invalid_value_for_ignoreDeprecations:Wa(5103,1,"Invalid_value_for_ignoreDeprecations_5103","Invalid value for '--ignoreDeprecations'."),Option_0_is_redundant_and_cannot_be_specified_with_option_1:Wa(5104,1,"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104","Option '{0}' is redundant and cannot be specified with option '{1}'."),Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System:Wa(5105,1,"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105","Option 'verbatimModuleSyntax' cannot be used when 'module' is set to 'UMD', 'AMD', or 'System'."),Use_0_instead:Wa(5106,3,"Use_0_instead_5106","Use '{0}' instead."),Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDeprecations_Colon_3_to_silence_this_error:Wa(5107,1,"Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDepr_5107","Option '{0}={1}' is deprecated and will stop functioning in TypeScript {2}. Specify compilerOption '\"ignoreDeprecations\": \"{3}\"' to silence this error."),Option_0_1_has_been_removed_Please_remove_it_from_your_configuration:Wa(5108,1,"Option_0_1_has_been_removed_Please_remove_it_from_your_configuration_5108","Option '{0}={1}' has been removed. Please remove it from your configuration."),Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1:Wa(5109,1,"Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1_5109","Option 'moduleResolution' must be set to '{0}' (or left unspecified) when option 'module' is set to '{1}'."),Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1:Wa(5110,1,"Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1_5110","Option 'module' must be set to '{0}' when option 'moduleResolution' is set to '{1}'."),Generates_a_sourcemap_for_each_corresponding_d_ts_file:Wa(6e3,3,"Generates_a_sourcemap_for_each_corresponding_d_ts_file_6000","Generates a sourcemap for each corresponding '.d.ts' file."),Concatenate_and_emit_output_to_single_file:Wa(6001,3,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:Wa(6002,3,"Generates_corresponding_d_ts_file_6002","Generates corresponding '.d.ts' file."),Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations:Wa(6004,3,"Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004","Specify the location where debugger should locate TypeScript files instead of source locations."),Watch_input_files:Wa(6005,3,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:Wa(6006,3,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:Wa(6007,3,"Do_not_erase_const_enum_declarations_in_generated_code_6007","Do not erase const enum declarations in generated code."),Do_not_emit_outputs_if_any_errors_were_reported:Wa(6008,3,"Do_not_emit_outputs_if_any_errors_were_reported_6008","Do not emit outputs if any errors were reported."),Do_not_emit_comments_to_output:Wa(6009,3,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:Wa(6010,3,"Do_not_emit_outputs_6010","Do not emit outputs."),Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking:Wa(6011,3,"Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011","Allow default imports from modules with no default export. This does not affect code emit, just typechecking."),Skip_type_checking_of_declaration_files:Wa(6012,3,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:Wa(6013,3,"Do_not_resolve_the_real_path_of_symlinks_6013","Do not resolve the real path of symlinks."),Only_emit_d_ts_declaration_files:Wa(6014,3,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:Wa(6015,3,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:Wa(6016,3,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:Wa(6017,3,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:Wa(6019,3,"Print_the_compiler_s_version_6019","Print the compiler's version."),Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json:Wa(6020,3,"Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json_6020","Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'."),Syntax_Colon_0:Wa(6023,3,"Syntax_Colon_0_6023","Syntax: {0}"),options:Wa(6024,3,"options_6024","options"),file:Wa(6025,3,"file_6025","file"),Examples_Colon_0:Wa(6026,3,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:Wa(6027,3,"Options_Colon_6027","Options:"),Version_0:Wa(6029,3,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:Wa(6030,3,"Insert_command_line_options_and_files_from_a_file_6030","Insert command line options and files from a file."),Starting_compilation_in_watch_mode:Wa(6031,3,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:Wa(6032,3,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:Wa(6034,3,"KIND_6034","KIND"),FILE:Wa(6035,3,"FILE_6035","FILE"),VERSION:Wa(6036,3,"VERSION_6036","VERSION"),LOCATION:Wa(6037,3,"LOCATION_6037","LOCATION"),DIRECTORY:Wa(6038,3,"DIRECTORY_6038","DIRECTORY"),STRATEGY:Wa(6039,3,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:Wa(6040,3,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:Wa(6041,3,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:Wa(6043,3,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:Wa(6044,1,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:Wa(6045,1,"Unterminated_quoted_string_in_response_file_0_6045","Unterminated quoted string in response file '{0}'."),Argument_for_0_option_must_be_Colon_1:Wa(6046,1,"Argument_for_0_option_must_be_Colon_1_6046","Argument for '{0}' option must be: {1}."),Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1:Wa(6048,1,"Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048","Locale must be of the form or -. For example '{0}' or '{1}'."),Unable_to_open_file_0:Wa(6050,1,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:Wa(6051,1,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:Wa(6052,3,"Raise_error_on_expressions_and_declarations_with_an_implied_any_type_6052","Raise error on expressions and declarations with an implied 'any' type."),File_0_not_found:Wa(6053,1,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:Wa(6054,1,"File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1_6054","File '{0}' has an unsupported extension. The only supported extensions are {1}."),Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures:Wa(6055,3,"Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures_6055","Suppress noImplicitAny errors for indexing objects lacking index signatures."),Do_not_emit_declarations_for_code_that_has_an_internal_annotation:Wa(6056,3,"Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056","Do not emit declarations for code that has an '@internal' annotation."),Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir:Wa(6058,3,"Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058","Specify the root directory of input files. Use to control the output directory structure with --outDir."),File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files:Wa(6059,1,"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059","File '{0}' is not under 'rootDir' '{1}'. 'rootDir' is expected to contain all source files."),Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix:Wa(6060,3,"Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060","Specify the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)."),NEWLINE:Wa(6061,3,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:Wa(6064,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line."),Enables_experimental_support_for_ES7_decorators:Wa(6065,3,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:Wa(6066,3,"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066","Enables experimental support for emitting type metadata for decorators."),Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file:Wa(6070,3,"Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file_6070","Initializes a TypeScript project and creates a tsconfig.json file."),Successfully_created_a_tsconfig_json_file:Wa(6071,3,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:Wa(6072,3,"Suppress_excess_property_checks_for_object_literals_6072","Suppress excess property checks for object literals."),Stylize_errors_and_messages_using_color_and_context_experimental:Wa(6073,3,"Stylize_errors_and_messages_using_color_and_context_experimental_6073","Stylize errors and messages using color and context (experimental)."),Do_not_report_errors_on_unused_labels:Wa(6074,3,"Do_not_report_errors_on_unused_labels_6074","Do not report errors on unused labels."),Report_error_when_not_all_code_paths_in_function_return_a_value:Wa(6075,3,"Report_error_when_not_all_code_paths_in_function_return_a_value_6075","Report error when not all code paths in function return a value."),Report_errors_for_fallthrough_cases_in_switch_statement:Wa(6076,3,"Report_errors_for_fallthrough_cases_in_switch_statement_6076","Report errors for fallthrough cases in switch statement."),Do_not_report_errors_on_unreachable_code:Wa(6077,3,"Do_not_report_errors_on_unreachable_code_6077","Do not report errors on unreachable code."),Disallow_inconsistently_cased_references_to_the_same_file:Wa(6078,3,"Disallow_inconsistently_cased_references_to_the_same_file_6078","Disallow inconsistently-cased references to the same file."),Specify_library_files_to_be_included_in_the_compilation:Wa(6079,3,"Specify_library_files_to_be_included_in_the_compilation_6079","Specify library files to be included in the compilation."),Specify_JSX_code_generation:Wa(6080,3,"Specify_JSX_code_generation_6080","Specify JSX code generation."),Only_amd_and_system_modules_are_supported_alongside_0:Wa(6082,1,"Only_amd_and_system_modules_are_supported_alongside_0_6082","Only 'amd' and 'system' modules are supported alongside --{0}."),Base_directory_to_resolve_non_absolute_module_names:Wa(6083,3,"Base_directory_to_resolve_non_absolute_module_names_6083","Base directory to resolve non-absolute module names."),Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react_JSX_emit:Wa(6084,3,"Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084","[Deprecated] Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit"),Enable_tracing_of_the_name_resolution_process:Wa(6085,3,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:Wa(6086,3,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:Wa(6087,3,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:Wa(6088,3,"Module_resolution_kind_is_not_specified_using_0_6088","Module resolution kind is not specified, using '{0}'."),Module_name_0_was_successfully_resolved_to_1:Wa(6089,3,"Module_name_0_was_successfully_resolved_to_1_6089","======== Module name '{0}' was successfully resolved to '{1}'. ========"),Module_name_0_was_not_resolved:Wa(6090,3,"Module_name_0_was_not_resolved_6090","======== Module name '{0}' was not resolved. ========"),paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0:Wa(6091,3,"paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0_6091","'paths' option is specified, looking for a pattern to match module name '{0}'."),Module_name_0_matched_pattern_1:Wa(6092,3,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:Wa(6093,3,"Trying_substitution_0_candidate_module_location_Colon_1_6093","Trying substitution '{0}', candidate module location: '{1}'."),Resolving_module_name_0_relative_to_base_url_1_2:Wa(6094,3,"Resolving_module_name_0_relative_to_base_url_1_2_6094","Resolving module name '{0}' relative to base url '{1}' - '{2}'."),Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1:Wa(6095,3,"Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1_6095","Loading module as file / folder, candidate module location '{0}', target file types: {1}."),File_0_does_not_exist:Wa(6096,3,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exists_use_it_as_a_name_resolution_result:Wa(6097,3,"File_0_exists_use_it_as_a_name_resolution_result_6097","File '{0}' exists - use it as a name resolution result."),Loading_module_0_from_node_modules_folder_target_file_types_Colon_1:Wa(6098,3,"Loading_module_0_from_node_modules_folder_target_file_types_Colon_1_6098","Loading module '{0}' from 'node_modules' folder, target file types: {1}."),Found_package_json_at_0:Wa(6099,3,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:Wa(6100,3,"package_json_does_not_have_a_0_field_6100","'package.json' does not have a '{0}' field."),package_json_has_0_field_1_that_references_2:Wa(6101,3,"package_json_has_0_field_1_that_references_2_6101","'package.json' has '{0}' field '{1}' that references '{2}'."),Allow_javascript_files_to_be_compiled:Wa(6102,3,"Allow_javascript_files_to_be_compiled_6102","Allow javascript files to be compiled."),Checking_if_0_is_the_longest_matching_prefix_for_1_2:Wa(6104,3,"Checking_if_0_is_the_longest_matching_prefix_for_1_2_6104","Checking if '{0}' is the longest matching prefix for '{1}' - '{2}'."),Expected_type_of_0_field_in_package_json_to_be_1_got_2:Wa(6105,3,"Expected_type_of_0_field_in_package_json_to_be_1_got_2_6105","Expected type of '{0}' field in 'package.json' to be '{1}', got '{2}'."),baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1:Wa(6106,3,"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106","'baseUrl' option is set to '{0}', using this value to resolve non-relative module name '{1}'."),rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0:Wa(6107,3,"rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107","'rootDirs' option is set, using it to resolve relative module name '{0}'."),Longest_matching_prefix_for_0_is_1:Wa(6108,3,"Longest_matching_prefix_for_0_is_1_6108","Longest matching prefix for '{0}' is '{1}'."),Loading_0_from_the_root_dir_1_candidate_location_2:Wa(6109,3,"Loading_0_from_the_root_dir_1_candidate_location_2_6109","Loading '{0}' from the root dir '{1}', candidate location '{2}'."),Trying_other_entries_in_rootDirs:Wa(6110,3,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:Wa(6111,3,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:Wa(6112,3,"Do_not_emit_use_strict_directives_in_module_output_6112","Do not emit 'use strict' directives in module output."),Enable_strict_null_checks:Wa(6113,3,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:Wa(6114,1,"Unknown_option_excludes_Did_you_mean_exclude_6114","Unknown option 'excludes'. Did you mean 'exclude'?"),Raise_error_on_this_expressions_with_an_implied_any_type:Wa(6115,3,"Raise_error_on_this_expressions_with_an_implied_any_type_6115","Raise error on 'this' expressions with an implied 'any' type."),Resolving_type_reference_directive_0_containing_file_1_root_directory_2:Wa(6116,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_2_6116","======== Resolving type reference directive '{0}', containing file '{1}', root directory '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2:Wa(6119,3,"Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2_6119","======== Type reference directive '{0}' was successfully resolved to '{1}', primary: {2}. ========"),Type_reference_directive_0_was_not_resolved:Wa(6120,3,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:Wa(6121,3,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:Wa(6122,3,"Root_directory_cannot_be_determined_skipping_primary_search_paths_6122","Root directory cannot be determined, skipping primary search paths."),Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set:Wa(6123,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set_6123","======== Resolving type reference directive '{0}', containing file '{1}', root directory not set. ========"),Type_declaration_files_to_be_included_in_compilation:Wa(6124,3,"Type_declaration_files_to_be_included_in_compilation_6124","Type declaration files to be included in compilation."),Looking_up_in_node_modules_folder_initial_location_0:Wa(6125,3,"Looking_up_in_node_modules_folder_initial_location_0_6125","Looking up in 'node_modules' folder, initial location '{0}'."),Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_modules_folder:Wa(6126,3,"Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126","Containing file is not specified and root directory cannot be determined, skipping lookup in 'node_modules' folder."),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1:Wa(6127,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1_6127","======== Resolving type reference directive '{0}', containing file not set, root directory '{1}'. ========"),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set:Wa(6128,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set_6128","======== Resolving type reference directive '{0}', containing file not set, root directory not set. ========"),Resolving_real_path_for_0_result_1:Wa(6130,3,"Resolving_real_path_for_0_result_1_6130","Resolving real path for '{0}', result '{1}'."),Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system:Wa(6131,1,"Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system_6131","Cannot compile modules using option '{0}' unless the '--module' flag is 'amd' or 'system'."),File_name_0_has_a_1_extension_stripping_it:Wa(6132,3,"File_name_0_has_a_1_extension_stripping_it_6132","File name '{0}' has a '{1}' extension - stripping it."),_0_is_declared_but_its_value_is_never_read:Wa(6133,1,"_0_is_declared_but_its_value_is_never_read_6133","'{0}' is declared but its value is never read.",!0),Report_errors_on_unused_locals:Wa(6134,3,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:Wa(6135,3,"Report_errors_on_unused_parameters_6135","Report errors on unused parameters."),The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files:Wa(6136,3,"The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files_6136","The maximum dependency depth to search under node_modules and load JavaScript files."),Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1:Wa(6137,1,"Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1_6137","Cannot import type declaration files. Consider importing '{0}' instead of '{1}'."),Property_0_is_declared_but_its_value_is_never_read:Wa(6138,1,"Property_0_is_declared_but_its_value_is_never_read_6138","Property '{0}' is declared but its value is never read.",!0),Import_emit_helpers_from_tslib:Wa(6139,3,"Import_emit_helpers_from_tslib_6139","Import emit helpers from 'tslib'."),Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2:Wa(6140,1,"Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using__6140","Auto discovery for typings is enabled in project '{0}'. Running extra resolution pass for module '{1}' using cache location '{2}'."),Parse_in_strict_mode_and_emit_use_strict_for_each_source_file:Wa(6141,3,"Parse_in_strict_mode_and_emit_use_strict_for_each_source_file_6141",'Parse in strict mode and emit "use strict" for each source file.'),Module_0_was_resolved_to_1_but_jsx_is_not_set:Wa(6142,1,"Module_0_was_resolved_to_1_but_jsx_is_not_set_6142","Module '{0}' was resolved to '{1}', but '--jsx' is not set."),Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1:Wa(6144,3,"Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144","Module '{0}' was resolved as locally declared ambient module in file '{1}'."),Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified:Wa(6145,3,"Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified_6145","Module '{0}' was resolved as ambient module declared in '{1}' since this file was not modified."),Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h:Wa(6146,3,"Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h_6146","Specify the JSX factory function to use when targeting 'react' JSX emit, e.g. 'React.createElement' or 'h'."),Resolution_for_module_0_was_found_in_cache_from_location_1:Wa(6147,3,"Resolution_for_module_0_was_found_in_cache_from_location_1_6147","Resolution for module '{0}' was found in cache from location '{1}'."),Directory_0_does_not_exist_skipping_all_lookups_in_it:Wa(6148,3,"Directory_0_does_not_exist_skipping_all_lookups_in_it_6148","Directory '{0}' does not exist, skipping all lookups in it."),Show_diagnostic_information:Wa(6149,3,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:Wa(6150,3,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:Wa(6151,3,"Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151","Emit a single file with source maps instead of having a separate file."),Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set:Wa(6152,3,"Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152","Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set."),Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule:Wa(6153,3,"Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule_6153","Transpile each file as a separate module (similar to 'ts.transpileModule')."),Print_names_of_generated_files_part_of_the_compilation:Wa(6154,3,"Print_names_of_generated_files_part_of_the_compilation_6154","Print names of generated files part of the compilation."),Print_names_of_files_part_of_the_compilation:Wa(6155,3,"Print_names_of_files_part_of_the_compilation_6155","Print names of files part of the compilation."),The_locale_used_when_displaying_messages_to_the_user_e_g_en_us:Wa(6156,3,"The_locale_used_when_displaying_messages_to_the_user_e_g_en_us_6156","The locale used when displaying messages to the user (e.g. 'en-us')"),Do_not_generate_custom_helper_functions_like_extends_in_compiled_output:Wa(6157,3,"Do_not_generate_custom_helper_functions_like_extends_in_compiled_output_6157","Do not generate custom helper functions like '__extends' in compiled output."),Do_not_include_the_default_library_file_lib_d_ts:Wa(6158,3,"Do_not_include_the_default_library_file_lib_d_ts_6158","Do not include the default library file (lib.d.ts)."),Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files:Wa(6159,3,"Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files_6159","Do not add triple-slash references or imported modules to the list of compiled files."),Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files:Wa(6160,3,"Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160","[Deprecated] Use '--skipLibCheck' instead. Skip type checking of default library declaration files."),List_of_folders_to_include_type_definitions_from:Wa(6161,3,"List_of_folders_to_include_type_definitions_from_6161","List of folders to include type definitions from."),Disable_size_limitations_on_JavaScript_projects:Wa(6162,3,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:Wa(6163,3,"The_character_set_of_the_input_files_6163","The character set of the input files."),Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1:Wa(6164,3,"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164","Skipping module '{0}' that looks like an absolute URI, target file types: {1}."),Do_not_truncate_error_messages:Wa(6165,3,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:Wa(6166,3,"Output_directory_for_generated_declaration_files_6166","Output directory for generated declaration files."),A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl:Wa(6167,3,"A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167","A series of entries which re-map imports to lookup locations relative to the 'baseUrl'."),List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime:Wa(6168,3,"List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime_6168","List of root folders whose combined content represents the structure of the project at runtime."),Show_all_compiler_options:Wa(6169,3,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:Wa(6170,3,"Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170","[Deprecated] Use '--outFile' instead. Concatenate and emit output to single file"),Command_line_Options:Wa(6171,3,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3:Wa(6179,3,"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:Wa(6180,3,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:Wa(6182,3,"Scoped_package_detected_looking_in_0_6182","Scoped package detected, looking in '{0}'"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2:Wa(6183,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:Wa(6184,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Enable_strict_checking_of_function_types:Wa(6186,3,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:Wa(6187,3,"Enable_strict_checking_of_property_initialization_in_classes_6187","Enable strict checking of property initialization in classes."),Numeric_separators_are_not_allowed_here:Wa(6188,1,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:Wa(6189,1,"Multiple_consecutive_numeric_separators_are_not_permitted_6189","Multiple consecutive numeric separators are not permitted."),Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen:Wa(6191,3,"Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191","Whether to keep outdated console output in watch mode instead of clearing the screen."),All_imports_in_import_declaration_are_unused:Wa(6192,1,"All_imports_in_import_declaration_are_unused_6192","All imports in import declaration are unused.",!0),Found_1_error_Watching_for_file_changes:Wa(6193,3,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:Wa(6194,3,"Found_0_errors_Watching_for_file_changes_6194","Found {0} errors. Watching for file changes."),Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols:Wa(6195,3,"Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195","Resolve 'keyof' to string valued property names only (no numbers or symbols)."),_0_is_declared_but_never_used:Wa(6196,1,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:Wa(6197,3,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:Wa(6198,1,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:Wa(6199,1,"All_variables_are_unused_6199","All variables are unused.",!0),Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0:Wa(6200,1,"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200","Definitions of the following identifiers conflict with those in another file: {0}"),Conflicts_are_in_this_file:Wa(6201,3,"Conflicts_are_in_this_file_6201","Conflicts are in this file."),Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0:Wa(6202,1,"Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202","Project references may not form a circular graph. Cycle detected: {0}"),_0_was_also_declared_here:Wa(6203,3,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:Wa(6204,3,"and_here_6204","and here."),All_type_parameters_are_unused:Wa(6205,1,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:Wa(6206,3,"package_json_has_a_typesVersions_field_with_version_specific_path_mappings_6206","'package.json' has a 'typesVersions' field with version-specific path mappings."),package_json_does_not_have_a_typesVersions_entry_that_matches_version_0:Wa(6207,3,"package_json_does_not_have_a_typesVersions_entry_that_matches_version_0_6207","'package.json' does not have a 'typesVersions' entry that matches version '{0}'."),package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2:Wa(6208,3,"package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_ma_6208","'package.json' has a 'typesVersions' entry '{0}' that matches compiler version '{1}', looking for a pattern to match module name '{2}'."),package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range:Wa(6209,3,"package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range_6209","'package.json' has a 'typesVersions' entry '{0}' that is not a valid semver range."),An_argument_for_0_was_not_provided:Wa(6210,3,"An_argument_for_0_was_not_provided_6210","An argument for '{0}' was not provided."),An_argument_matching_this_binding_pattern_was_not_provided:Wa(6211,3,"An_argument_matching_this_binding_pattern_was_not_provided_6211","An argument matching this binding pattern was not provided."),Did_you_mean_to_call_this_expression:Wa(6212,3,"Did_you_mean_to_call_this_expression_6212","Did you mean to call this expression?"),Did_you_mean_to_use_new_with_this_expression:Wa(6213,3,"Did_you_mean_to_use_new_with_this_expression_6213","Did you mean to use 'new' with this expression?"),Enable_strict_bind_call_and_apply_methods_on_functions:Wa(6214,3,"Enable_strict_bind_call_and_apply_methods_on_functions_6214","Enable strict 'bind', 'call', and 'apply' methods on functions."),Using_compiler_options_of_project_reference_redirect_0:Wa(6215,3,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:Wa(6216,3,"Found_1_error_6216","Found 1 error."),Found_0_errors:Wa(6217,3,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:Wa(6218,3,"Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2_6218","======== Module name '{0}' was successfully resolved to '{1}' with Package ID '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3:Wa(6219,3,"Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3_6219","======== Type reference directive '{0}' was successfully resolved to '{1}' with Package ID '{2}', primary: {3}. ========"),package_json_had_a_falsy_0_field:Wa(6220,3,"package_json_had_a_falsy_0_field_6220","'package.json' had a falsy '{0}' field."),Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects:Wa(6221,3,"Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects_6221","Disable use of source files instead of declaration files from referenced projects."),Emit_class_fields_with_Define_instead_of_Set:Wa(6222,3,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:Wa(6223,3,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:Wa(6224,3,"Disable_solution_searching_for_this_project_6224","Disable solution searching for this project."),Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling_UseFsEvents_UseFsEventsOnParentDirectory:Wa(6225,3,"Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_Dynami_6225","Specify strategy for watching file: 'FixedPollingInterval' (default), 'PriorityPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling', 'UseFsEvents', 'UseFsEventsOnParentDirectory'."),Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively_Colon_UseFsEvents_default_FixedPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling:Wa(6226,3,"Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively__6226","Specify strategy for watching directory on platforms that don't support recursive watching natively: 'UseFsEvents' (default), 'FixedPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling'."),Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_FixedInterval_default_PriorityInterval_DynamicPriority_FixedChunkSize:Wa(6227,3,"Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_6227","Specify strategy for creating a polling watch when it fails to create using file system events: 'FixedInterval' (default), 'PriorityInterval', 'DynamicPriority', 'FixedChunkSize'."),Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3:Wa(6229,1,"Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229","Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'."),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line:Wa(6230,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line."),Could_not_resolve_the_path_0_with_the_extensions_Colon_1:Wa(6231,1,"Could_not_resolve_the_path_0_with_the_extensions_Colon_1_6231","Could not resolve the path '{0}' with the extensions: {1}."),Declaration_augments_declaration_in_another_file_This_cannot_be_serialized:Wa(6232,1,"Declaration_augments_declaration_in_another_file_This_cannot_be_serialized_6232","Declaration augments declaration in another file. This cannot be serialized."),This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_file:Wa(6233,1,"This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_fil_6233","This is the declaration being augmented. Consider moving the augmenting declaration into the same file."),This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without:Wa(6234,1,"This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234","This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?"),Disable_loading_referenced_projects:Wa(6235,3,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:Wa(6236,1,"Arguments_for_the_rest_parameter_0_were_not_provided_6236","Arguments for the rest parameter '{0}' were not provided."),Generates_an_event_trace_and_a_list_of_types:Wa(6237,3,"Generates_an_event_trace_and_a_list_of_types_6237","Generates an event trace and a list of types."),Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react:Wa(6238,1,"Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238","Specify the module specifier to be used to import the 'jsx' and 'jsxs' factory functions from. eg, react"),File_0_exists_according_to_earlier_cached_lookups:Wa(6239,3,"File_0_exists_according_to_earlier_cached_lookups_6239","File '{0}' exists according to earlier cached lookups."),File_0_does_not_exist_according_to_earlier_cached_lookups:Wa(6240,3,"File_0_does_not_exist_according_to_earlier_cached_lookups_6240","File '{0}' does not exist according to earlier cached lookups."),Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1:Wa(6241,3,"Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1_6241","Resolution for type reference directive '{0}' was found in cache from location '{1}'."),Resolving_type_reference_directive_0_containing_file_1:Wa(6242,3,"Resolving_type_reference_directive_0_containing_file_1_6242","======== Resolving type reference directive '{0}', containing file '{1}'. ========"),Interpret_optional_property_types_as_written_rather_than_adding_undefined:Wa(6243,3,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:Wa(6244,3,"Modules_6244","Modules"),File_Management:Wa(6245,3,"File_Management_6245","File Management"),Emit:Wa(6246,3,"Emit_6246","Emit"),JavaScript_Support:Wa(6247,3,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:Wa(6248,3,"Type_Checking_6248","Type Checking"),Editor_Support:Wa(6249,3,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:Wa(6250,3,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:Wa(6251,3,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:Wa(6252,3,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:Wa(6253,3,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:Wa(6254,3,"Language_and_Environment_6254","Language and Environment"),Projects:Wa(6255,3,"Projects_6255","Projects"),Output_Formatting:Wa(6256,3,"Output_Formatting_6256","Output Formatting"),Completeness:Wa(6257,3,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:Wa(6258,1,"_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258","'{0}' should be set inside the 'compilerOptions' object of the config json file"),Found_1_error_in_0:Wa(6259,3,"Found_1_error_in_0_6259","Found 1 error in {0}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:Wa(6260,3,"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260","Found {0} errors in the same file, starting at: {1}"),Found_0_errors_in_1_files:Wa(6261,3,"Found_0_errors_in_1_files_6261","Found {0} errors in {1} files."),File_name_0_has_a_1_extension_looking_up_2_instead:Wa(6262,3,"File_name_0_has_a_1_extension_looking_up_2_instead_6262","File name '{0}' has a '{1}' extension - looking up '{2}' instead."),Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set:Wa(6263,1,"Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set_6263","Module '{0}' was resolved to '{1}', but '--allowArbitraryExtensions' is not set."),Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present:Wa(6264,3,"Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present_6264","Enable importing files with any extension, provided a declaration file is present."),Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_node_modules_folder:Wa(6265,3,"Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_no_6265","Resolving type reference directive for program that specifies custom typeRoots, skipping lookup in 'node_modules' folder."),Option_0_can_only_be_specified_on_command_line:Wa(6266,1,"Option_0_can_only_be_specified_on_command_line_6266","Option '{0}' can only be specified on command line."),Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve:Wa(6270,3,"Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270","Directory '{0}' has no containing package.json scope. Imports will not resolve."),Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1:Wa(6271,3,"Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271","Import specifier '{0}' does not exist in package.json scope at path '{1}'."),Invalid_import_specifier_0_has_no_possible_resolutions:Wa(6272,3,"Invalid_import_specifier_0_has_no_possible_resolutions_6272","Invalid import specifier '{0}' has no possible resolutions."),package_json_scope_0_has_no_imports_defined:Wa(6273,3,"package_json_scope_0_has_no_imports_defined_6273","package.json scope '{0}' has no imports defined."),package_json_scope_0_explicitly_maps_specifier_1_to_null:Wa(6274,3,"package_json_scope_0_explicitly_maps_specifier_1_to_null_6274","package.json scope '{0}' explicitly maps specifier '{1}' to null."),package_json_scope_0_has_invalid_type_for_target_of_specifier_1:Wa(6275,3,"package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275","package.json scope '{0}' has invalid type for target of specifier '{1}'"),Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1:Wa(6276,3,"Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276","Export specifier '{0}' does not exist in package.json scope at path '{1}'."),Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_if_npm_library_needs_configuration_update:Wa(6277,3,"Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_i_6277","Resolution of non-relative name failed; trying with modern Node resolution features disabled to see if npm library needs configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The_1_library_may_need_to_update_its_package_json_or_typings:Wa(6278,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The__6278","There are types at '{0}', but this result could not be resolved when respecting package.json \"exports\". The '{1}' library may need to update its package.json or typings."),Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_need_configuration_update:Wa(6279,3,"Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_ne_6279","Resolution of non-relative name failed; trying with '--moduleResolution bundler' to see if project may need configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setting_Consider_updating_to_node16_nodenext_or_bundler:Wa(6280,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setti_6280","There are types at '{0}', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'."),Enable_project_compilation:Wa(6302,3,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:Wa(6304,1,"Composite_projects_may_not_disable_declaration_emit_6304","Composite projects may not disable declaration emit."),Output_file_0_has_not_been_built_from_source_file_1:Wa(6305,1,"Output_file_0_has_not_been_built_from_source_file_1_6305","Output file '{0}' has not been built from source file '{1}'."),Referenced_project_0_must_have_setting_composite_Colon_true:Wa(6306,1,"Referenced_project_0_must_have_setting_composite_Colon_true_6306","Referenced project '{0}' must have setting \"composite\": true."),File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_include_pattern:Wa(6307,1,"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307","File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern."),Cannot_prepend_project_0_because_it_does_not_have_outFile_set:Wa(6308,1,"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:Wa(6309,1,"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:Wa(6310,1,"Referenced_project_0_may_not_disable_emit_6310","Referenced project '{0}' may not disable emit."),Project_0_is_out_of_date_because_output_1_is_older_than_input_2:Wa(6350,3,"Project_0_is_out_of_date_because_output_1_is_older_than_input_2_6350","Project '{0}' is out of date because output '{1}' is older than input '{2}'"),Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2:Wa(6351,3,"Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2_6351","Project '{0}' is up to date because newest input '{1}' is older than output '{2}'"),Project_0_is_out_of_date_because_output_file_1_does_not_exist:Wa(6352,3,"Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352","Project '{0}' is out of date because output file '{1}' does not exist"),Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date:Wa(6353,3,"Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353","Project '{0}' is out of date because its dependency '{1}' is out of date"),Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies:Wa(6354,3,"Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354","Project '{0}' is up to date with .d.ts files from its dependencies"),Projects_in_this_build_Colon_0:Wa(6355,3,"Projects_in_this_build_Colon_0_6355","Projects in this build: {0}"),A_non_dry_build_would_delete_the_following_files_Colon_0:Wa(6356,3,"A_non_dry_build_would_delete_the_following_files_Colon_0_6356","A non-dry build would delete the following files: {0}"),A_non_dry_build_would_build_project_0:Wa(6357,3,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:Wa(6358,3,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:Wa(6359,3,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:Wa(6361,3,"Project_0_is_up_to_date_6361","Project '{0}' is up to date"),Skipping_build_of_project_0_because_its_dependency_1_has_errors:Wa(6362,3,"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362","Skipping build of project '{0}' because its dependency '{1}' has errors"),Project_0_can_t_be_built_because_its_dependency_1_has_errors:Wa(6363,3,"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363","Project '{0}' can't be built because its dependency '{1}' has errors"),Build_one_or_more_projects_and_their_dependencies_if_out_of_date:Wa(6364,3,"Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364","Build one or more projects and their dependencies, if out of date"),Delete_the_outputs_of_all_projects:Wa(6365,3,"Delete_the_outputs_of_all_projects_6365","Delete the outputs of all projects."),Show_what_would_be_built_or_deleted_if_specified_with_clean:Wa(6367,3,"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367","Show what would be built (or deleted, if specified with '--clean')"),Option_build_must_be_the_first_command_line_argument:Wa(6369,1,"Option_build_must_be_the_first_command_line_argument_6369","Option '--build' must be the first command line argument."),Options_0_and_1_cannot_be_combined:Wa(6370,1,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:Wa(6371,3,"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:Wa(6372,3,"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:Wa(6373,3,"Updating_output_of_project_0_6373","Updating output of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:Wa(6374,3,"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374","A non-dry build would update timestamps for output of project '{0}'"),A_non_dry_build_would_update_output_of_project_0:Wa(6375,3,"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:Wa(6376,3,"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:Wa(6377,1,"Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377","Cannot write file '{0}' because it will overwrite '.tsbuildinfo' file generated by referenced project '{1}'"),Composite_projects_may_not_disable_incremental_compilation:Wa(6379,1,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:Wa(6380,3,"Specify_file_to_store_incremental_compilation_information_6380","Specify file to store incremental compilation information"),Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_current_version_2:Wa(6381,3,"Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_curren_6381","Project '{0}' is out of date because output for it was generated with version '{1}' that differs with current version '{2}'"),Skipping_build_of_project_0_because_its_dependency_1_was_not_built:Wa(6382,3,"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382","Skipping build of project '{0}' because its dependency '{1}' was not built"),Project_0_can_t_be_built_because_its_dependency_1_was_not_built:Wa(6383,3,"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383","Project '{0}' can't be built because its dependency '{1}' was not built"),Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:Wa(6384,3,"Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_di_6384","Have recompiles in '--incremental' and '--watch' assume that changes within a file will only affect files directly depending on it."),_0_is_deprecated:Wa(6385,2,"_0_is_deprecated_6385","'{0}' is deprecated.",void 0,void 0,!0),Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_native_implementation_of_the_Web_Performance_API_could_not_be_found:Wa(6386,3,"Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_nativ_6386","Performance timings for '--diagnostics' or '--extendedDiagnostics' are not available in this session. A native implementation of the Web Performance API could not be found."),The_signature_0_of_1_is_deprecated:Wa(6387,2,"The_signature_0_of_1_is_deprecated_6387","The signature '{0}' of '{1}' is deprecated.",void 0,void 0,!0),Project_0_is_being_forcibly_rebuilt:Wa(6388,3,"Project_0_is_being_forcibly_rebuilt_6388","Project '{0}' is being forcibly rebuilt"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved:Wa(6389,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389","Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2:Wa(6390,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:Wa(6391,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved:Wa(6392,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:Wa(6393,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6393","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:Wa(6394,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6394","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:Wa(6395,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved_6395","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:Wa(6396,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6396","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:Wa(6397,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6397","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:Wa(6398,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_re_6398","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitted:Wa(6399,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitte_6399","Project '{0}' is out of date because buildinfo file '{1}' indicates that some of the changes were not emitted"),Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_files:Wa(6400,3,"Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_fil_6400","Project '{0}' is up to date but needs to update timestamps of output files that are older than input files"),Project_0_is_out_of_date_because_there_was_error_reading_file_1:Wa(6401,3,"Project_0_is_out_of_date_because_there_was_error_reading_file_1_6401","Project '{0}' is out of date because there was error reading file '{1}'"),Resolving_in_0_mode_with_conditions_1:Wa(6402,3,"Resolving_in_0_mode_with_conditions_1_6402","Resolving in {0} mode with conditions {1}."),Matched_0_condition_1:Wa(6403,3,"Matched_0_condition_1_6403","Matched '{0}' condition '{1}'."),Using_0_subpath_1_with_target_2:Wa(6404,3,"Using_0_subpath_1_with_target_2_6404","Using '{0}' subpath '{1}' with target '{2}'."),Saw_non_matching_condition_0:Wa(6405,3,"Saw_non_matching_condition_0_6405","Saw non-matching condition '{0}'."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions:Wa(6406,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions_6406","Project '{0}' is out of date because buildinfo file '{1}' indicates there is change in compilerOptions"),Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set:Wa(6407,3,"Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noE_6407","Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set."),Use_the_package_json_exports_field_when_resolving_package_imports:Wa(6408,3,"Use_the_package_json_exports_field_when_resolving_package_imports_6408","Use the package.json 'exports' field when resolving package imports."),Use_the_package_json_imports_field_when_resolving_imports:Wa(6409,3,"Use_the_package_json_imports_field_when_resolving_imports_6409","Use the package.json 'imports' field when resolving imports."),Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports:Wa(6410,3,"Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports_6410","Conditions to set in addition to the resolver-specific defaults when resolving imports."),true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false:Wa(6411,3,"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411","`true` when 'moduleResolution' is 'node16', 'nodenext', or 'bundler'; otherwise `false`."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_but_not_any_more:Wa(6412,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412","Project '{0}' is out of date because buildinfo file '{1}' indicates that file '{2}' was root file of compilation but not any more."),Entering_conditional_exports:Wa(6413,3,"Entering_conditional_exports_6413","Entering conditional exports."),Resolved_under_condition_0:Wa(6414,3,"Resolved_under_condition_0_6414","Resolved under condition '{0}'."),Failed_to_resolve_under_condition_0:Wa(6415,3,"Failed_to_resolve_under_condition_0_6415","Failed to resolve under condition '{0}'."),Exiting_conditional_exports:Wa(6416,3,"Exiting_conditional_exports_6416","Exiting conditional exports."),Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0:Wa(6417,3,"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417","Searching all ancestor node_modules directories for preferred extensions: {0}."),Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0:Wa(6418,3,"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418","Searching all ancestor node_modules directories for fallback extensions: {0}."),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:Wa(6500,3,"The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1_6500","The expected type comes from property '{0}' which is declared here on type '{1}'"),The_expected_type_comes_from_this_index_signature:Wa(6501,3,"The_expected_type_comes_from_this_index_signature_6501","The expected type comes from this index signature."),The_expected_type_comes_from_the_return_type_of_this_signature:Wa(6502,3,"The_expected_type_comes_from_the_return_type_of_this_signature_6502","The expected type comes from the return type of this signature."),Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing:Wa(6503,3,"Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing_6503","Print names of files that are part of the compilation and then stop processing."),File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option:Wa(6504,1,"File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option_6504","File '{0}' is a JavaScript file. Did you mean to enable the 'allowJs' option?"),Print_names_of_files_and_the_reason_they_are_part_of_the_compilation:Wa(6505,3,"Print_names_of_files_and_the_reason_they_are_part_of_the_compilation_6505","Print names of files and the reason they are part of the compilation."),Consider_adding_a_declare_modifier_to_this_class:Wa(6506,3,"Consider_adding_a_declare_modifier_to_this_class_6506","Consider adding a 'declare' modifier to this class."),Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these_files:Wa(6600,3,"Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these__6600","Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files."),Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export:Wa(6601,3,"Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export_6601","Allow 'import x from y' when a module doesn't have a default export."),Allow_accessing_UMD_globals_from_modules:Wa(6602,3,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:Wa(6603,3,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:Wa(6604,3,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:Wa(6605,3,"Ensure_use_strict_is_always_emitted_6605","Ensure 'use strict' is always emitted."),Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:Wa(6606,3,"Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_wi_6606","Have recompiles in projects that use 'incremental' and 'watch' mode assume that changes within a file will only affect files directly depending on it."),Specify_the_base_directory_to_resolve_non_relative_module_names:Wa(6607,3,"Specify_the_base_directory_to_resolve_non_relative_module_names_6607","Specify the base directory to resolve non-relative module names."),No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files:Wa(6608,3,"No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files_6608","No longer supported. In early versions, manually set the text encoding for reading files."),Enable_error_reporting_in_type_checked_JavaScript_files:Wa(6609,3,"Enable_error_reporting_in_type_checked_JavaScript_files_6609","Enable error reporting in type-checked JavaScript files."),Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references:Wa(6611,3,"Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references_6611","Enable constraints that allow a TypeScript project to be used with project references."),Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project:Wa(6612,3,"Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project_6612","Generate .d.ts files from TypeScript and JavaScript files in your project."),Specify_the_output_directory_for_generated_declaration_files:Wa(6613,3,"Specify_the_output_directory_for_generated_declaration_files_6613","Specify the output directory for generated declaration files."),Create_sourcemaps_for_d_ts_files:Wa(6614,3,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:Wa(6615,3,"Output_compiler_performance_information_after_building_6615","Output compiler performance information after building."),Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project:Wa(6616,3,"Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project_6616","Disables inference for type acquisition by looking at filenames in a project."),Reduce_the_number_of_projects_loaded_automatically_by_TypeScript:Wa(6617,3,"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617","Reduce the number of projects loaded automatically by TypeScript."),Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server:Wa(6618,3,"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618","Remove the 20mb cap on total source code size for JavaScript files in the TypeScript language server."),Opt_a_project_out_of_multi_project_reference_checking_when_editing:Wa(6619,3,"Opt_a_project_out_of_multi_project_reference_checking_when_editing_6619","Opt a project out of multi-project reference checking when editing."),Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects:Wa(6620,3,"Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects_6620","Disable preferring source files instead of declaration files when referencing composite projects."),Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration:Wa(6621,3,"Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration_6621","Emit more compliant, but verbose and less performant JavaScript for iteration."),Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files:Wa(6622,3,"Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files_6622","Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files."),Only_output_d_ts_files_and_not_JavaScript_files:Wa(6623,3,"Only_output_d_ts_files_and_not_JavaScript_files_6623","Only output d.ts files and not JavaScript files."),Emit_design_type_metadata_for_decorated_declarations_in_source_files:Wa(6624,3,"Emit_design_type_metadata_for_decorated_declarations_in_source_files_6624","Emit design-type metadata for decorated declarations in source files."),Disable_the_type_acquisition_for_JavaScript_projects:Wa(6625,3,"Disable_the_type_acquisition_for_JavaScript_projects_6625","Disable the type acquisition for JavaScript projects"),Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheticDefaultImports_for_type_compatibility:Wa(6626,3,"Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheti_6626","Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility."),Filters_results_from_the_include_option:Wa(6627,3,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:Wa(6628,3,"Remove_a_list_of_directories_from_the_watch_process_6628","Remove a list of directories from the watch process."),Remove_a_list_of_files_from_the_watch_mode_s_processing:Wa(6629,3,"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629","Remove a list of files from the watch mode's processing."),Enable_experimental_support_for_legacy_experimental_decorators:Wa(6630,3,"Enable_experimental_support_for_legacy_experimental_decorators_6630","Enable experimental support for legacy experimental decorators."),Print_files_read_during_the_compilation_including_why_it_was_included:Wa(6631,3,"Print_files_read_during_the_compilation_including_why_it_was_included_6631","Print files read during the compilation including why it was included."),Output_more_detailed_compiler_performance_information_after_building:Wa(6632,3,"Output_more_detailed_compiler_performance_information_after_building_6632","Output more detailed compiler performance information after building."),Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_are_inherited:Wa(6633,3,"Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_a_6633","Specify one or more path or node module references to base configuration files from which settings are inherited."),Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers:Wa(6634,3,"Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers_6634","Specify what approach the watcher should use if the system runs out of native file watchers."),Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include:Wa(6635,3,"Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include_6635","Include a list of files. This does not support glob patterns, as opposed to `include`."),Build_all_projects_including_those_that_appear_to_be_up_to_date:Wa(6636,3,"Build_all_projects_including_those_that_appear_to_be_up_to_date_6636","Build all projects, including those that appear to be up to date."),Ensure_that_casing_is_correct_in_imports:Wa(6637,3,"Ensure_that_casing_is_correct_in_imports_6637","Ensure that casing is correct in imports."),Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging:Wa(6638,3,"Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging_6638","Emit a v8 CPU profile of the compiler run for debugging."),Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file:Wa(6639,3,"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639","Allow importing helper functions from tslib once per project, instead of including them per-file."),Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation:Wa(6641,3,"Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation_6641","Specify a list of glob patterns that match files to be included in compilation."),Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects:Wa(6642,3,"Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects_6642","Save .tsbuildinfo files to allow for incremental compilation of projects."),Include_sourcemap_files_inside_the_emitted_JavaScript:Wa(6643,3,"Include_sourcemap_files_inside_the_emitted_JavaScript_6643","Include sourcemap files inside the emitted JavaScript."),Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript:Wa(6644,3,"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644","Include source code in the sourcemaps inside the emitted JavaScript."),Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports:Wa(6645,3,"Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports_6645","Ensure that each file can be safely transpiled without relying on other imports."),Specify_what_JSX_code_is_generated:Wa(6646,3,"Specify_what_JSX_code_is_generated_6646","Specify what JSX code is generated."),Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h:Wa(6647,3,"Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h_6647","Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'."),Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment:Wa(6648,3,"Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragme_6648","Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'."),Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Asterisk:Wa(6649,3,"Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Ast_6649","Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'."),Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option:Wa(6650,3,"Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option_6650","Make keyof only return strings instead of string, numbers or symbols. Legacy option."),Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment:Wa(6651,3,"Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment_6651","Specify a set of bundled library declaration files that describe the target runtime environment."),Print_the_names_of_emitted_files_after_a_compilation:Wa(6652,3,"Print_the_names_of_emitted_files_after_a_compilation_6652","Print the names of emitted files after a compilation."),Print_all_of_the_files_read_during_the_compilation:Wa(6653,3,"Print_all_of_the_files_read_during_the_compilation_6653","Print all of the files read during the compilation."),Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit:Wa(6654,3,"Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit_6654","Set the language of the messaging from TypeScript. This does not affect emit."),Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations:Wa(6655,3,"Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations_6655","Specify the location where debugger should locate map files instead of generated locations."),Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicable_with_allowJs:Wa(6656,3,"Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicabl_6656","Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'."),Specify_what_module_code_is_generated:Wa(6657,3,"Specify_what_module_code_is_generated_6657","Specify what module code is generated."),Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier:Wa(6658,3,"Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier_6658","Specify how TypeScript looks up a file from a given module specifier."),Set_the_newline_character_for_emitting_files:Wa(6659,3,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:Wa(6660,3,"Disable_emitting_files_from_a_compilation_6660","Disable emitting files from a compilation."),Disable_generating_custom_helper_functions_like_extends_in_compiled_output:Wa(6661,3,"Disable_generating_custom_helper_functions_like_extends_in_compiled_output_6661","Disable generating custom helper functions like '__extends' in compiled output."),Disable_emitting_files_if_any_type_checking_errors_are_reported:Wa(6662,3,"Disable_emitting_files_if_any_type_checking_errors_are_reported_6662","Disable emitting files if any type checking errors are reported."),Disable_truncating_types_in_error_messages:Wa(6663,3,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:Wa(6664,3,"Enable_error_reporting_for_fallthrough_cases_in_switch_statements_6664","Enable error reporting for fallthrough cases in switch statements."),Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type:Wa(6665,3,"Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type_6665","Enable error reporting for expressions and declarations with an implied 'any' type."),Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier:Wa(6666,3,"Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier_6666","Ensure overriding members in derived classes are marked with an override modifier."),Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function:Wa(6667,3,"Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function_6667","Enable error reporting for codepaths that do not explicitly return in a function."),Enable_error_reporting_when_this_is_given_the_type_any:Wa(6668,3,"Enable_error_reporting_when_this_is_given_the_type_any_6668","Enable error reporting when 'this' is given the type 'any'."),Disable_adding_use_strict_directives_in_emitted_JavaScript_files:Wa(6669,3,"Disable_adding_use_strict_directives_in_emitted_JavaScript_files_6669","Disable adding 'use strict' directives in emitted JavaScript files."),Disable_including_any_library_files_including_the_default_lib_d_ts:Wa(6670,3,"Disable_including_any_library_files_including_the_default_lib_d_ts_6670","Disable including any library files, including the default lib.d.ts."),Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type:Wa(6671,3,"Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type_6671","Enforces using indexed accessors for keys declared using an indexed type."),Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add_to_a_project:Wa(6672,3,"Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add__6672","Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project."),Disable_strict_checking_of_generic_signatures_in_function_types:Wa(6673,3,"Disable_strict_checking_of_generic_signatures_in_function_types_6673","Disable strict checking of generic signatures in function types."),Add_undefined_to_a_type_when_accessed_using_an_index:Wa(6674,3,"Add_undefined_to_a_type_when_accessed_using_an_index_6674","Add 'undefined' to a type when accessed using an index."),Enable_error_reporting_when_local_variables_aren_t_read:Wa(6675,3,"Enable_error_reporting_when_local_variables_aren_t_read_6675","Enable error reporting when local variables aren't read."),Raise_an_error_when_a_function_parameter_isn_t_read:Wa(6676,3,"Raise_an_error_when_a_function_parameter_isn_t_read_6676","Raise an error when a function parameter isn't read."),Deprecated_setting_Use_outFile_instead:Wa(6677,3,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:Wa(6678,3,"Specify_an_output_folder_for_all_emitted_files_6678","Specify an output folder for all emitted files."),Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output:Wa(6679,3,"Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designa_6679","Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output."),Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations:Wa(6680,3,"Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations_6680","Specify a set of entries that re-map imports to additional lookup locations."),Specify_a_list_of_language_service_plugins_to_include:Wa(6681,3,"Specify_a_list_of_language_service_plugins_to_include_6681","Specify a list of language service plugins to include."),Disable_erasing_const_enum_declarations_in_generated_code:Wa(6682,3,"Disable_erasing_const_enum_declarations_in_generated_code_6682","Disable erasing 'const enum' declarations in generated code."),Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node:Wa(6683,3,"Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node_6683","Disable resolving symlinks to their realpath. This correlates to the same flag in node."),Disable_wiping_the_console_in_watch_mode:Wa(6684,3,"Disable_wiping_the_console_in_watch_mode_6684","Disable wiping the console in watch mode."),Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read:Wa(6685,3,"Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read_6685","Enable color and formatting in TypeScript's output to make compiler errors easier to read."),Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit:Wa(6686,3,"Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit_6686","Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit."),Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references:Wa(6687,3,"Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references_6687","Specify an array of objects that specify paths for projects. Used in project references."),Disable_emitting_comments:Wa(6688,3,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:Wa(6689,3,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:Wa(6690,3,"Specify_the_root_folder_within_your_source_files_6690","Specify the root folder within your source files."),Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules:Wa(6691,3,"Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules_6691","Allow multiple folders to be treated as one when resolving modules."),Skip_type_checking_d_ts_files_that_are_included_with_TypeScript:Wa(6692,3,"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692","Skip type checking .d.ts files that are included with TypeScript."),Skip_type_checking_all_d_ts_files:Wa(6693,3,"Skip_type_checking_all_d_ts_files_6693","Skip type checking all .d.ts files."),Create_source_map_files_for_emitted_JavaScript_files:Wa(6694,3,"Create_source_map_files_for_emitted_JavaScript_files_6694","Create source map files for emitted JavaScript files."),Specify_the_root_path_for_debuggers_to_find_the_reference_source_code:Wa(6695,3,"Specify_the_root_path_for_debuggers_to_find_the_reference_source_code_6695","Specify the root path for debuggers to find the reference source code."),Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function:Wa(6697,3,"Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697","Check that the arguments for 'bind', 'call', and 'apply' methods match the original function."),When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible:Wa(6698,3,"When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible_6698","When assigning functions, check to ensure parameters and the return values are subtype-compatible."),When_type_checking_take_into_account_null_and_undefined:Wa(6699,3,"When_type_checking_take_into_account_null_and_undefined_6699","When type checking, take into account 'null' and 'undefined'."),Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor:Wa(6700,3,"Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor_6700","Check for class properties that are declared but not set in the constructor."),Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments:Wa(6701,3,"Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments_6701","Disable emitting declarations that have '@internal' in their JSDoc comments."),Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals:Wa(6702,3,"Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals_6702","Disable reporting of excess property errors during the creation of object literals."),Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures:Wa(6703,3,"Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures_6703","Suppress 'noImplicitAny' errors when indexing objects that lack index signatures."),Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_support_recursive_watching_natively:Wa(6704,3,"Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_supp_6704","Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively."),Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations:Wa(6705,3,"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705","Set the JavaScript language version for emitted JavaScript and include compatible library declarations."),Log_paths_used_during_the_moduleResolution_process:Wa(6706,3,"Log_paths_used_during_the_moduleResolution_process_6706","Log paths used during the 'moduleResolution' process."),Specify_the_path_to_tsbuildinfo_incremental_compilation_file:Wa(6707,3,"Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707","Specify the path to .tsbuildinfo incremental compilation file."),Specify_options_for_automatic_acquisition_of_declaration_files:Wa(6709,3,"Specify_options_for_automatic_acquisition_of_declaration_files_6709","Specify options for automatic acquisition of declaration files."),Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types:Wa(6710,3,"Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types_6710","Specify multiple folders that act like './node_modules/@types'."),Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file:Wa(6711,3,"Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file_6711","Specify type package names to be included without being referenced in a source file."),Emit_ECMAScript_standard_compliant_class_fields:Wa(6712,3,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:Wa(6713,3,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:Wa(6714,3,"Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality_6714","Specify how directories are watched on systems that lack recursive file-watching functionality."),Specify_how_the_TypeScript_watch_mode_works:Wa(6715,3,"Specify_how_the_TypeScript_watch_mode_works_6715","Specify how the TypeScript watch mode works."),Require_undeclared_properties_from_index_signatures_to_use_element_accesses:Wa(6717,3,"Require_undeclared_properties_from_index_signatures_to_use_element_accesses_6717","Require undeclared properties from index signatures to use element accesses."),Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types:Wa(6718,3,"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718","Specify emit/checking behavior for imports that are only used for types."),Default_catch_clause_variables_as_unknown_instead_of_any:Wa(6803,3,"Default_catch_clause_variables_as_unknown_instead_of_any_6803","Default catch clause variables as 'unknown' instead of 'any'."),Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting:Wa(6804,3,"Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_i_6804","Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting."),one_of_Colon:Wa(6900,3,"one_of_Colon_6900","one of:"),one_or_more_Colon:Wa(6901,3,"one_or_more_Colon_6901","one or more:"),type_Colon:Wa(6902,3,"type_Colon_6902","type:"),default_Colon:Wa(6903,3,"default_Colon_6903","default:"),module_system_or_esModuleInterop:Wa(6904,3,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:Wa(6905,3,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),false_unless_composite_is_set:Wa(6906,3,"false_unless_composite_is_set_6906","`false`, unless `composite` is set"),node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified:Wa(6907,3,"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907",'`["node_modules", "bower_components", "jspm_packages"]`, plus the value of `outDir` if one is specified.'),if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk:Wa(6908,3,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:Wa(6909,3,"true_if_composite_false_otherwise_6909","`true` if `composite`, `false` otherwise"),module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node:Wa(69010,3,"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010","module === `AMD` or `UMD` or `System` or `ES6`, then `Classic`, Otherwise `Node`"),Computed_from_the_list_of_input_files:Wa(6911,3,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:Wa(6912,3,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:Wa(6913,3,"You_can_learn_about_all_of_the_compiler_options_at_0_6913","You can learn about all of the compiler options at {0}"),Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_config_watch_mode_with_Colon:Wa(6914,3,"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914","Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:"),Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_trigger_building_composite_projects_which_you_can_learn_more_about_at_0:Wa(6915,3,"Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_tr_6915","Using --build, -b will make tsc behave more like a build orchestrator than a compiler. This is used to trigger building composite projects which you can learn more about at {0}"),COMMON_COMMANDS:Wa(6916,3,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:Wa(6917,3,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:Wa(6918,3,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:Wa(6919,3,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:Wa(6920,3,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:Wa(6921,3,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:Wa(6922,3,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:Wa(6923,3,"Compiles_the_current_project_tsconfig_json_in_the_working_directory_6923","Compiles the current project (tsconfig.json in the working directory.)"),Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options:Wa(6924,3,"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924","Ignoring tsconfig.json, compiles the specified files with default compiler options."),Build_a_composite_project_in_the_working_directory:Wa(6925,3,"Build_a_composite_project_in_the_working_directory_6925","Build a composite project in the working directory."),Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory:Wa(6926,3,"Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory_6926","Creates a tsconfig.json with the recommended settings in the working directory."),Compiles_the_TypeScript_project_located_at_the_specified_path:Wa(6927,3,"Compiles_the_TypeScript_project_located_at_the_specified_path_6927","Compiles the TypeScript project located at the specified path."),An_expanded_version_of_this_information_showing_all_possible_compiler_options:Wa(6928,3,"An_expanded_version_of_this_information_showing_all_possible_compiler_options_6928","An expanded version of this information, showing all possible compiler options"),Compiles_the_current_project_with_additional_settings:Wa(6929,3,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:Wa(6930,3,"true_for_ES2022_and_above_including_ESNext_6930","`true` for ES2022 and above, including ESNext."),List_of_file_name_suffixes_to_search_when_resolving_a_module:Wa(6931,1,"List_of_file_name_suffixes_to_search_when_resolving_a_module_6931","List of file name suffixes to search when resolving a module."),Variable_0_implicitly_has_an_1_type:Wa(7005,1,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:Wa(7006,1,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:Wa(7008,1,"Member_0_implicitly_has_an_1_type_7008","Member '{0}' implicitly has an '{1}' type."),new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type:Wa(7009,1,"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009","'new' expression, whose target lacks a construct signature, implicitly has an 'any' type."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type:Wa(7010,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type_7010","'{0}', which lacks return-type annotation, implicitly has an '{1}' return type."),Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:Wa(7011,1,"Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7011","Function expression, which lacks return-type annotation, implicitly has an '{0}' return type."),This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation:Wa(7012,1,"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012","This overload implicitly returns the type '{0}' because it lacks a return type annotation."),Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:Wa(7013,1,"Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7013","Construct signature, which lacks return-type annotation, implicitly has an 'any' return type."),Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:Wa(7014,1,"Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014","Function type, which lacks return-type annotation, implicitly has an '{0}' return type."),Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number:Wa(7015,1,"Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number_7015","Element implicitly has an 'any' type because index expression is not of type 'number'."),Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type:Wa(7016,1,"Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type_7016","Could not find a declaration file for module '{0}'. '{1}' implicitly has an 'any' type."),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature:Wa(7017,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_7017","Element implicitly has an 'any' type because type '{0}' has no index signature."),Object_literal_s_property_0_implicitly_has_an_1_type:Wa(7018,1,"Object_literal_s_property_0_implicitly_has_an_1_type_7018","Object literal's property '{0}' implicitly has an '{1}' type."),Rest_parameter_0_implicitly_has_an_any_type:Wa(7019,1,"Rest_parameter_0_implicitly_has_an_any_type_7019","Rest parameter '{0}' implicitly has an 'any[]' type."),Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:Wa(7020,1,"Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020","Call signature, which lacks return-type annotation, implicitly has an 'any' return type."),_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer:Wa(7022,1,"_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or__7022","'{0}' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer."),_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:Wa(7023,1,"_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_reference_7023","'{0}' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:Wa(7024,1,"Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024","Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation:Wa(7025,1,"Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_retu_7025","Generator implicitly has yield type '{0}' because it does not yield any values. Consider supplying a return type annotation."),JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists:Wa(7026,1,"JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists_7026","JSX element implicitly has type 'any' because no interface 'JSX.{0}' exists."),Unreachable_code_detected:Wa(7027,1,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:Wa(7028,1,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:Wa(7029,1,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:Wa(7030,1,"Not_all_code_paths_return_a_value_7030","Not all code paths return a value."),Binding_element_0_implicitly_has_an_1_type:Wa(7031,1,"Binding_element_0_implicitly_has_an_1_type_7031","Binding element '{0}' implicitly has an '{1}' type."),Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation:Wa(7032,1,"Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation_7032","Property '{0}' implicitly has type 'any', because its set accessor lacks a parameter type annotation."),Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation:Wa(7033,1,"Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033","Property '{0}' implicitly has type 'any', because its get accessor lacks a return type annotation."),Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined:Wa(7034,1,"Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined_7034","Variable '{0}' implicitly has type '{1}' in some locations where its type cannot be determined."),Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0:Wa(7035,1,"Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare__7035","Try `npm i --save-dev @types/{1}` if it exists or add a new declaration (.d.ts) file containing `declare module '{0}';`"),Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0:Wa(7036,1,"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036","Dynamic import's specifier must be of type 'string', but here has type '{0}'."),Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for_all_imports_Implies_allowSyntheticDefaultImports:Wa(7037,3,"Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037","Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'."),Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_Consider_using_a_default_import_or_import_require_here_instead:Wa(7038,3,"Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cau_7038","Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead."),Mapped_object_type_implicitly_has_an_any_template_type:Wa(7039,1,"Mapped_object_type_implicitly_has_an_any_template_type_7039","Mapped object type implicitly has an 'any' template type."),If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_Slash_Slashgithub_com_SlashDefinitelyTyped_SlashDefinitelyTyped_Slashtree_Slashmaster_Slashtypes_Slash_1:Wa(7040,1,"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040","If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'"),The_containing_arrow_function_captures_the_global_value_of_this:Wa(7041,1,"The_containing_arrow_function_captures_the_global_value_of_this_7041","The containing arrow function captures the global value of 'this'."),Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used:Wa(7042,1,"Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used_7042","Module '{0}' was resolved to '{1}', but '--resolveJsonModule' is not used."),Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:Wa(7043,2,"Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7043","Variable '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:Wa(7044,2,"Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7044","Parameter '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:Wa(7045,2,"Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7045","Member '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage:Wa(7046,2,"Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage_7046","Variable '{0}' implicitly has type '{1}' in some locations, but a better type may be inferred from usage."),Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage:Wa(7047,2,"Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage_7047","Rest parameter '{0}' implicitly has an 'any[]' type, but a better type may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage:Wa(7048,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage_7048","Property '{0}' implicitly has type 'any', but a better type for its get accessor may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage:Wa(7049,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage_7049","Property '{0}' implicitly has type 'any', but a better type for its set accessor may be inferred from usage."),_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage:Wa(7050,2,"_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage_7050","'{0}' implicitly has an '{1}' return type, but a better type may be inferred from usage."),Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1:Wa(7051,1,"Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1_7051","Parameter has a name but no type. Did you mean '{0}: {1}'?"),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1:Wa(7052,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1_7052","Element implicitly has an 'any' type because type '{0}' has no index signature. Did you mean to call '{1}'?"),Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1:Wa(7053,1,"Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053","Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'."),No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1:Wa(7054,1,"No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1_7054","No index signature with a parameter of type '{0}' was found on type '{1}'."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type:Wa(7055,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type_7055","'{0}', which lacks return-type annotation, implicitly has an '{1}' yield type."),The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_type_annotation_is_needed:Wa(7056,1,"The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056","The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed."),yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_type_annotation:Wa(7057,1,"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057","'yield' expression implicitly results in an 'any' type because its containing generator lacks a return-type annotation."),If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1:Wa(7058,1,"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058","If the '{0}' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module '{1}';`"),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead:Wa(7059,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead_7059","This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead."),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_constraint:Wa(7060,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_cons_7060","This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint."),A_mapped_type_may_not_declare_properties_or_methods:Wa(7061,1,"A_mapped_type_may_not_declare_properties_or_methods_7061","A mapped type may not declare properties or methods."),You_cannot_rename_this_element:Wa(8e3,1,"You_cannot_rename_this_element_8000","You cannot rename this element."),You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library:Wa(8001,1,"You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001","You cannot rename elements that are defined in the standard TypeScript library."),import_can_only_be_used_in_TypeScript_files:Wa(8002,1,"import_can_only_be_used_in_TypeScript_files_8002","'import ... =' can only be used in TypeScript files."),export_can_only_be_used_in_TypeScript_files:Wa(8003,1,"export_can_only_be_used_in_TypeScript_files_8003","'export =' can only be used in TypeScript files."),Type_parameter_declarations_can_only_be_used_in_TypeScript_files:Wa(8004,1,"Type_parameter_declarations_can_only_be_used_in_TypeScript_files_8004","Type parameter declarations can only be used in TypeScript files."),implements_clauses_can_only_be_used_in_TypeScript_files:Wa(8005,1,"implements_clauses_can_only_be_used_in_TypeScript_files_8005","'implements' clauses can only be used in TypeScript files."),_0_declarations_can_only_be_used_in_TypeScript_files:Wa(8006,1,"_0_declarations_can_only_be_used_in_TypeScript_files_8006","'{0}' declarations can only be used in TypeScript files."),Type_aliases_can_only_be_used_in_TypeScript_files:Wa(8008,1,"Type_aliases_can_only_be_used_in_TypeScript_files_8008","Type aliases can only be used in TypeScript files."),The_0_modifier_can_only_be_used_in_TypeScript_files:Wa(8009,1,"The_0_modifier_can_only_be_used_in_TypeScript_files_8009","The '{0}' modifier can only be used in TypeScript files."),Type_annotations_can_only_be_used_in_TypeScript_files:Wa(8010,1,"Type_annotations_can_only_be_used_in_TypeScript_files_8010","Type annotations can only be used in TypeScript files."),Type_arguments_can_only_be_used_in_TypeScript_files:Wa(8011,1,"Type_arguments_can_only_be_used_in_TypeScript_files_8011","Type arguments can only be used in TypeScript files."),Parameter_modifiers_can_only_be_used_in_TypeScript_files:Wa(8012,1,"Parameter_modifiers_can_only_be_used_in_TypeScript_files_8012","Parameter modifiers can only be used in TypeScript files."),Non_null_assertions_can_only_be_used_in_TypeScript_files:Wa(8013,1,"Non_null_assertions_can_only_be_used_in_TypeScript_files_8013","Non-null assertions can only be used in TypeScript files."),Type_assertion_expressions_can_only_be_used_in_TypeScript_files:Wa(8016,1,"Type_assertion_expressions_can_only_be_used_in_TypeScript_files_8016","Type assertion expressions can only be used in TypeScript files."),Signature_declarations_can_only_be_used_in_TypeScript_files:Wa(8017,1,"Signature_declarations_can_only_be_used_in_TypeScript_files_8017","Signature declarations can only be used in TypeScript files."),Report_errors_in_js_files:Wa(8019,3,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:Wa(8020,1,"JSDoc_types_can_only_be_used_inside_documentation_comments_8020","JSDoc types can only be used inside documentation comments."),JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags:Wa(8021,1,"JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021","JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags."),JSDoc_0_is_not_attached_to_a_class:Wa(8022,1,"JSDoc_0_is_not_attached_to_a_class_8022","JSDoc '@{0}' is not attached to a class."),JSDoc_0_1_does_not_match_the_extends_2_clause:Wa(8023,1,"JSDoc_0_1_does_not_match_the_extends_2_clause_8023","JSDoc '@{0} {1}' does not match the 'extends {2}' clause."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name:Wa(8024,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_8024","JSDoc '@param' tag has name '{0}', but there is no parameter with that name."),Class_declarations_cannot_have_more_than_one_augments_or_extends_tag:Wa(8025,1,"Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025","Class declarations cannot have more than one '@augments' or '@extends' tag."),Expected_0_type_arguments_provide_these_with_an_extends_tag:Wa(8026,1,"Expected_0_type_arguments_provide_these_with_an_extends_tag_8026","Expected {0} type arguments; provide these with an '@extends' tag."),Expected_0_1_type_arguments_provide_these_with_an_extends_tag:Wa(8027,1,"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027","Expected {0}-{1} type arguments; provide these with an '@extends' tag."),JSDoc_may_only_appear_in_the_last_parameter_of_a_signature:Wa(8028,1,"JSDoc_may_only_appear_in_the_last_parameter_of_a_signature_8028","JSDoc '...' may only appear in the last parameter of a signature."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_had_an_array_type:Wa(8029,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029","JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type."),The_type_of_a_function_declaration_must_match_the_function_s_signature:Wa(8030,1,"The_type_of_a_function_declaration_must_match_the_function_s_signature_8030","The type of a function declaration must match the function's signature."),You_cannot_rename_a_module_via_a_global_import:Wa(8031,1,"You_cannot_rename_a_module_via_a_global_import_8031","You cannot rename a module via a global import."),Qualified_name_0_is_not_allowed_without_a_leading_param_object_1:Wa(8032,1,"Qualified_name_0_is_not_allowed_without_a_leading_param_object_1_8032","Qualified name '{0}' is not allowed without a leading '@param {object} {1}'."),A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags:Wa(8033,1,"A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags_8033","A JSDoc '@typedef' comment may not contain multiple '@type' tags."),The_tag_was_first_specified_here:Wa(8034,1,"The_tag_was_first_specified_here_8034","The tag was first specified here."),You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder:Wa(8035,1,"You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder_8035","You cannot rename elements that are defined in a 'node_modules' folder."),You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder:Wa(8036,1,"You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder_8036","You cannot rename elements that are defined in another 'node_modules' folder."),Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files:Wa(8037,1,"Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files_8037","Type satisfaction expressions can only be used in TypeScript files."),Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export:Wa(8038,1,"Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export_8038","Decorators may not appear after 'export' or 'export default' if they also appear before 'export'."),A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag:Wa(8039,1,"A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag_8039","A JSDoc '@template' tag may not follow a '@typedef', '@callback', or '@overload' tag"),Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_declaration_emit:Wa(9005,1,"Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005","Declaration emit for this file requires using private name '{0}'. An explicit type annotation may unblock declaration emit."),Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotation_may_unblock_declaration_emit:Wa(9006,1,"Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006","Declaration emit for this file requires using private name '{0}' from module '{1}'. An explicit type annotation may unblock declaration emit."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:Wa(17e3,1,"JSX_attributes_must_only_be_assigned_a_non_empty_expression_17000","JSX attributes must only be assigned a non-empty 'expression'."),JSX_elements_cannot_have_multiple_attributes_with_the_same_name:Wa(17001,1,"JSX_elements_cannot_have_multiple_attributes_with_the_same_name_17001","JSX elements cannot have multiple attributes with the same name."),Expected_corresponding_JSX_closing_tag_for_0:Wa(17002,1,"Expected_corresponding_JSX_closing_tag_for_0_17002","Expected corresponding JSX closing tag for '{0}'."),Cannot_use_JSX_unless_the_jsx_flag_is_provided:Wa(17004,1,"Cannot_use_JSX_unless_the_jsx_flag_is_provided_17004","Cannot use JSX unless the '--jsx' flag is provided."),A_constructor_cannot_contain_a_super_call_when_its_class_extends_null:Wa(17005,1,"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005","A constructor cannot contain a 'super' call when its class extends 'null'."),An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:Wa(17006,1,"An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_ex_17006","An unary expression with the '{0}' operator is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:Wa(17007,1,"A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007","A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),JSX_element_0_has_no_corresponding_closing_tag:Wa(17008,1,"JSX_element_0_has_no_corresponding_closing_tag_17008","JSX element '{0}' has no corresponding closing tag."),super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class:Wa(17009,1,"super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class_17009","'super' must be called before accessing 'this' in the constructor of a derived class."),Unknown_type_acquisition_option_0:Wa(17010,1,"Unknown_type_acquisition_option_0_17010","Unknown type acquisition option '{0}'."),super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class:Wa(17011,1,"super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class_17011","'super' must be called before accessing a property of 'super' in the constructor of a derived class."),_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2:Wa(17012,1,"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012","'{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?"),Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constructor:Wa(17013,1,"Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constru_17013","Meta-property '{0}' is only allowed in the body of a function declaration, function expression, or constructor."),JSX_fragment_has_no_corresponding_closing_tag:Wa(17014,1,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:Wa(17015,1,"Expected_corresponding_closing_tag_for_JSX_fragment_17015","Expected corresponding closing tag for JSX fragment."),The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_compiler_option:Wa(17016,1,"The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016","The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option."),An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments:Wa(17017,1,"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017","An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments."),Unknown_type_acquisition_option_0_Did_you_mean_1:Wa(17018,1,"Unknown_type_acquisition_option_0_Did_you_mean_1_17018","Unknown type acquisition option '{0}'. Did you mean '{1}'?"),_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:Wa(17019,1,"_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17019","'{0}' at the end of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:Wa(17020,1,"_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17020","'{0}' at the start of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),Unicode_escape_sequence_cannot_appear_here:Wa(17021,1,"Unicode_escape_sequence_cannot_appear_here_17021","Unicode escape sequence cannot appear here."),Circularity_detected_while_resolving_configuration_Colon_0:Wa(18e3,1,"Circularity_detected_while_resolving_configuration_Colon_0_18000","Circularity detected while resolving configuration: {0}"),The_files_list_in_config_file_0_is_empty:Wa(18002,1,"The_files_list_in_config_file_0_is_empty_18002","The 'files' list in config file '{0}' is empty."),No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2:Wa(18003,1,"No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2_18003","No inputs were found in config file '{0}'. Specified 'include' paths were '{1}' and 'exclude' paths were '{2}'."),File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module:Wa(80001,2,"File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module_80001","File is a CommonJS module; it may be converted to an ES module."),This_constructor_function_may_be_converted_to_a_class_declaration:Wa(80002,2,"This_constructor_function_may_be_converted_to_a_class_declaration_80002","This constructor function may be converted to a class declaration."),Import_may_be_converted_to_a_default_import:Wa(80003,2,"Import_may_be_converted_to_a_default_import_80003","Import may be converted to a default import."),JSDoc_types_may_be_moved_to_TypeScript_types:Wa(80004,2,"JSDoc_types_may_be_moved_to_TypeScript_types_80004","JSDoc types may be moved to TypeScript types."),require_call_may_be_converted_to_an_import:Wa(80005,2,"require_call_may_be_converted_to_an_import_80005","'require' call may be converted to an import."),This_may_be_converted_to_an_async_function:Wa(80006,2,"This_may_be_converted_to_an_async_function_80006","This may be converted to an async function."),await_has_no_effect_on_the_type_of_this_expression:Wa(80007,2,"await_has_no_effect_on_the_type_of_this_expression_80007","'await' has no effect on the type of this expression."),Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accurately_as_integers:Wa(80008,2,"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008","Numeric literals with absolute values equal to 2^53 or greater are too large to be represented accurately as integers."),JSDoc_typedef_may_be_converted_to_TypeScript_type:Wa(80009,2,"JSDoc_typedef_may_be_converted_to_TypeScript_type_80009","JSDoc typedef may be converted to TypeScript type."),JSDoc_typedefs_may_be_converted_to_TypeScript_types:Wa(80010,2,"JSDoc_typedefs_may_be_converted_to_TypeScript_types_80010","JSDoc typedefs may be converted to TypeScript types."),Add_missing_super_call:Wa(90001,3,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:Wa(90002,3,"Make_super_call_the_first_statement_in_the_constructor_90002","Make 'super()' call the first statement in the constructor"),Change_extends_to_implements:Wa(90003,3,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:Wa(90004,3,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:Wa(90005,3,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:Wa(90006,3,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:Wa(90007,3,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:Wa(90008,3,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:Wa(90010,3,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:Wa(90011,3,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:Wa(90012,3,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:Wa(90013,3,"Import_0_from_1_90013","Import '{0}' from \"{1}\""),Change_0_to_1:Wa(90014,3,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:Wa(90016,3,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:Wa(90017,3,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:Wa(90018,3,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:Wa(90019,3,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:Wa(90020,3,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:Wa(90021,3,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:Wa(90022,3,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:Wa(90023,3,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:Wa(90024,3,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:Wa(90025,3,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:Wa(90026,3,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:Wa(90027,3,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:Wa(90028,3,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:Wa(90029,3,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:Wa(90030,3,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:Wa(90031,3,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:Wa(90034,3,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:Wa(90035,3,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:Wa(90036,3,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:Wa(90037,3,"Fix_all_incorrect_return_type_of_an_async_functions_90037","Fix all incorrect return type of an async functions"),Declare_private_method_0:Wa(90038,3,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:Wa(90039,3,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:Wa(90041,3,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:Wa(90053,3,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:Wa(90054,3,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:Wa(90055,3,"Remove_type_from_import_declaration_from_0_90055","Remove 'type' from import declaration from \"{0}\""),Remove_type_from_import_of_0_from_1:Wa(90056,3,"Remove_type_from_import_of_0_from_1_90056","Remove 'type' from import of '{0}' from \"{1}\""),Add_import_from_0:Wa(90057,3,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:Wa(90058,3,"Update_import_from_0_90058",'Update import from "{0}"'),Export_0_from_module_1:Wa(90059,3,"Export_0_from_module_1_90059","Export '{0}' from module '{1}'"),Export_all_referenced_locals:Wa(90060,3,"Export_all_referenced_locals_90060","Export all referenced locals"),Convert_function_to_an_ES2015_class:Wa(95001,3,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:Wa(95003,3,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:Wa(95004,3,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:Wa(95005,3,"Extract_function_95005","Extract function"),Extract_constant:Wa(95006,3,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:Wa(95007,3,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:Wa(95008,3,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:Wa(95009,3,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:Wa(95011,3,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:Wa(95012,3,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:Wa(95013,3,"Convert_to_default_import_95013","Convert to default import"),Install_0:Wa(95014,3,"Install_0_95014","Install '{0}'"),Replace_import_with_0:Wa(95015,3,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:Wa(95016,3,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:Wa(95017,3,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:Wa(95018,3,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:Wa(95019,3,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:Wa(95020,3,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:Wa(95021,3,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:Wa(95022,3,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:Wa(95023,3,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:Wa(95024,3,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:Wa(95025,3,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:Wa(95026,3,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:Wa(95027,3,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:Wa(95028,3,"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028","Add definite assignment assertions to all uninitialized properties"),Add_undefined_type_to_all_uninitialized_properties:Wa(95029,3,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:Wa(95030,3,"Change_all_jsdoc_style_types_to_TypeScript_95030","Change all jsdoc-style types to TypeScript"),Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types:Wa(95031,3,"Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031","Change all jsdoc-style types to TypeScript (and add '| undefined' to nullable types)"),Implement_all_unimplemented_interfaces:Wa(95032,3,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:Wa(95033,3,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:Wa(95034,3,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:Wa(95035,3,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:Wa(95036,3,"Make_all_super_calls_the_first_statement_in_their_constructor_95036","Make all 'super()' calls the first statement in their constructor"),Add_qualifier_to_all_unresolved_variables_matching_a_member_name:Wa(95037,3,"Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037","Add qualifier to all unresolved variables matching a member name"),Change_all_extended_interfaces_to_implements:Wa(95038,3,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:Wa(95039,3,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:Wa(95040,3,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:Wa(95041,3,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:Wa(95042,3,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:Wa(95043,3,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:Wa(95044,3,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:Wa(95045,3,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:Wa(95046,3,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:Wa(95047,3,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:Wa(95048,3,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:Wa(95049,3,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:Wa(95050,3,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:Wa(95051,3,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:Wa(95052,3,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:Wa(95053,3,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:Wa(95054,3,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:Wa(95055,3,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:Wa(95056,3,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:Wa(95057,3,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:Wa(95058,3,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:Wa(95059,3,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:Wa(95060,3,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:Wa(95061,3,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:Wa(95062,3,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:Wa(95063,3,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:Wa(95064,3,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:Wa(95065,3,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:Wa(95066,3,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:Wa(95067,3,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:Wa(95068,3,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:Wa(95069,3,"Add_unknown_conversion_for_non_overlapping_types_95069","Add 'unknown' conversion for non-overlapping types"),Add_unknown_to_all_conversions_of_non_overlapping_types:Wa(95070,3,"Add_unknown_to_all_conversions_of_non_overlapping_types_95070","Add 'unknown' to all conversions of non-overlapping types"),Add_missing_new_operator_to_call:Wa(95071,3,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:Wa(95072,3,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:Wa(95073,3,"Add_names_to_all_parameters_without_names_95073","Add names to all parameters without names"),Enable_the_experimentalDecorators_option_in_your_configuration_file:Wa(95074,3,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:Wa(95075,3,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:Wa(95077,3,"Extract_type_95077","Extract type"),Extract_to_type_alias:Wa(95078,3,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:Wa(95079,3,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:Wa(95080,3,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:Wa(95081,3,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:Wa(95082,3,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:Wa(95083,3,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:Wa(95084,3,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:Wa(95085,3,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:Wa(95086,3,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:Wa(95087,3,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:Wa(95088,3,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:Wa(95089,3,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:Wa(95090,3,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:Wa(95091,3,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:Wa(95092,3,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:Wa(95093,3,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:Wa(95094,3,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:Wa(95095,3,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:Wa(95096,3,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:Wa(95097,3,"Add_export_to_make_this_file_into_a_module_95097","Add 'export {}' to make this file into a module"),Set_the_target_option_in_your_configuration_file_to_0:Wa(95098,3,"Set_the_target_option_in_your_configuration_file_to_0_95098","Set the 'target' option in your configuration file to '{0}'"),Set_the_module_option_in_your_configuration_file_to_0:Wa(95099,3,"Set_the_module_option_in_your_configuration_file_to_0_95099","Set the 'module' option in your configuration file to '{0}'"),Convert_invalid_character_to_its_html_entity_code:Wa(95100,3,"Convert_invalid_character_to_its_html_entity_code_95100","Convert invalid character to its html entity code"),Convert_all_invalid_characters_to_HTML_entity_code:Wa(95101,3,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_all_const_to_let:Wa(95102,3,"Convert_all_const_to_let_95102","Convert all 'const' to 'let'"),Convert_function_expression_0_to_arrow_function:Wa(95105,3,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:Wa(95106,3,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:Wa(95107,3,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:Wa(95108,3,"Wrap_invalid_character_in_an_expression_container_95108","Wrap invalid character in an expression container"),Wrap_all_invalid_characters_in_an_expression_container:Wa(95109,3,"Wrap_all_invalid_characters_in_an_expression_container_95109","Wrap all invalid characters in an expression container"),Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file:Wa(95110,3,"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110","Visit https://aka.ms/tsconfig to read more about this file"),Add_a_return_statement:Wa(95111,3,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:Wa(95112,3,"Remove_braces_from_arrow_function_body_95112","Remove braces from arrow function body"),Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal:Wa(95113,3,"Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal_95113","Wrap the following body with parentheses which should be an object literal"),Add_all_missing_return_statement:Wa(95114,3,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:Wa(95115,3,"Remove_braces_from_all_arrow_function_bodies_with_relevant_issues_95115","Remove braces from all arrow function bodies with relevant issues"),Wrap_all_object_literal_with_parentheses:Wa(95116,3,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:Wa(95117,3,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:Wa(95118,3,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:Wa(95119,3,"Generate_get_and_set_accessors_for_all_overriding_properties_95119","Generate 'get' and 'set' accessors for all overriding properties"),Wrap_in_JSX_fragment:Wa(95120,3,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:Wa(95121,3,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:Wa(95122,3,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:Wa(95123,3,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:Wa(95124,3,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:Wa(95125,3,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:Wa(95126,3,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:Wa(95127,3,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:Wa(95128,3,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:Wa(95129,3,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:Wa(95130,3,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:Wa(95131,3,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:Wa(95132,3,"Could_not_find_namespace_import_or_named_imports_95132","Could not find namespace import or named imports"),Selection_is_not_a_valid_type_node:Wa(95133,3,"Selection_is_not_a_valid_type_node_95133","Selection is not a valid type node"),No_type_could_be_extracted_from_this_type_node:Wa(95134,3,"No_type_could_be_extracted_from_this_type_node_95134","No type could be extracted from this type node"),Could_not_find_property_for_which_to_generate_accessor:Wa(95135,3,"Could_not_find_property_for_which_to_generate_accessor_95135","Could not find property for which to generate accessor"),Name_is_not_valid:Wa(95136,3,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:Wa(95137,3,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:Wa(95138,3,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:Wa(95139,3,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:Wa(95140,3,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:Wa(95141,3,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:Wa(95142,3,"Can_only_convert_logical_AND_access_chains_95142","Can only convert logical AND access chains"),Add_void_to_Promise_resolved_without_a_value:Wa(95143,3,"Add_void_to_Promise_resolved_without_a_value_95143","Add 'void' to Promise resolved without a value"),Add_void_to_all_Promises_resolved_without_a_value:Wa(95144,3,"Add_void_to_all_Promises_resolved_without_a_value_95144","Add 'void' to all Promises resolved without a value"),Use_element_access_for_0:Wa(95145,3,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:Wa(95146,3,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:Wa(95147,3,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:Wa(95148,3,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:Wa(95149,3,"Return_type_must_be_inferred_from_a_function_95149","Return type must be inferred from a function"),Could_not_determine_function_return_type:Wa(95150,3,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:Wa(95151,3,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:Wa(95152,3,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:Wa(95153,3,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenations_and_string_literals:Wa(95154,3,"Can_only_convert_string_concatenations_and_string_literals_95154","Can only convert string concatenations and string literals"),Selection_is_not_a_valid_statement_or_statements:Wa(95155,3,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:Wa(95156,3,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:Wa(95157,3,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:Wa(95158,3,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:Wa(95159,3,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:Wa(95160,3,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:Wa(95161,3,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:Wa(95162,3,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:Wa(95163,3,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:Wa(95164,3,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:Wa(95165,3,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:Wa(95166,3,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:Wa(95167,3,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:Wa(95168,3,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:Wa(95169,3,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:Wa(95170,3,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:Wa(95171,3,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:Wa(95172,3,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:Wa(95173,3,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),Use_0:Wa(95174,3,"Use_0_95174","Use `{0}`."),Use_Number_isNaN_in_all_conditions:Wa(95175,3,"Use_Number_isNaN_in_all_conditions_95175","Use `Number.isNaN` in all conditions."),Convert_typedef_to_TypeScript_type:Wa(95176,3,"Convert_typedef_to_TypeScript_type_95176","Convert typedef to TypeScript type."),Convert_all_typedef_to_TypeScript_types:Wa(95177,3,"Convert_all_typedef_to_TypeScript_types_95177","Convert all typedef to TypeScript types."),Move_to_file:Wa(95178,3,"Move_to_file_95178","Move to file"),Cannot_move_to_file_selected_file_is_invalid:Wa(95179,3,"Cannot_move_to_file_selected_file_is_invalid_95179","Cannot move to file, selected file is invalid"),Use_import_type:Wa(95180,3,"Use_import_type_95180","Use 'import type'"),Use_type_0:Wa(95181,3,"Use_type_0_95181","Use 'type {0}'"),Fix_all_with_type_only_imports:Wa(95182,3,"Fix_all_with_type_only_imports_95182","Fix all with type-only imports"),Cannot_move_statements_to_the_selected_file:Wa(95183,3,"Cannot_move_statements_to_the_selected_file_95183","Cannot move statements to the selected file"),Inline_variable:Wa(95184,3,"Inline_variable_95184","Inline variable"),Could_not_find_variable_to_inline:Wa(95185,3,"Could_not_find_variable_to_inline_95185","Could not find variable to inline."),Variables_with_multiple_declarations_cannot_be_inlined:Wa(95186,3,"Variables_with_multiple_declarations_cannot_be_inlined_95186","Variables with multiple declarations cannot be inlined."),Add_missing_comma_for_object_member_completion_0:Wa(95187,3,"Add_missing_comma_for_object_member_completion_0_95187","Add missing comma for object member completion '{0}'."),Add_missing_parameter_to_0:Wa(95188,3,"Add_missing_parameter_to_0_95188","Add missing parameter to '{0}'"),Add_missing_parameters_to_0:Wa(95189,3,"Add_missing_parameters_to_0_95189","Add missing parameters to '{0}'"),Add_all_missing_parameters:Wa(95190,3,"Add_all_missing_parameters_95190","Add all missing parameters"),Add_optional_parameter_to_0:Wa(95191,3,"Add_optional_parameter_to_0_95191","Add optional parameter to '{0}'"),Add_optional_parameters_to_0:Wa(95192,3,"Add_optional_parameters_to_0_95192","Add optional parameters to '{0}'"),Add_all_optional_parameters:Wa(95193,3,"Add_all_optional_parameters_95193","Add all optional parameters"),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:Wa(18004,1,"No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer_18004","No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer."),Classes_may_not_have_a_field_named_constructor:Wa(18006,1,"Classes_may_not_have_a_field_named_constructor_18006","Classes may not have a field named 'constructor'."),JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array:Wa(18007,1,"JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array_18007","JSX expressions may not use the comma operator. Did you mean to write an array?"),Private_identifiers_cannot_be_used_as_parameters:Wa(18009,1,"Private_identifiers_cannot_be_used_as_parameters_18009","Private identifiers cannot be used as parameters."),An_accessibility_modifier_cannot_be_used_with_a_private_identifier:Wa(18010,1,"An_accessibility_modifier_cannot_be_used_with_a_private_identifier_18010","An accessibility modifier cannot be used with a private identifier."),The_operand_of_a_delete_operator_cannot_be_a_private_identifier:Wa(18011,1,"The_operand_of_a_delete_operator_cannot_be_a_private_identifier_18011","The operand of a 'delete' operator cannot be a private identifier."),constructor_is_a_reserved_word:Wa(18012,1,"constructor_is_a_reserved_word_18012","'#constructor' is a reserved word."),Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier:Wa(18013,1,"Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier_18013","Property '{0}' is not accessible outside class '{1}' because it has a private identifier."),The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_private_identifier_with_the_same_spelling:Wa(18014,1,"The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_priv_18014","The property '{0}' cannot be accessed on type '{1}' within this class because it is shadowed by another private identifier with the same spelling."),Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2:Wa(18015,1,"Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2_18015","Property '{0}' in type '{1}' refers to a different member that cannot be accessed from within type '{2}'."),Private_identifiers_are_not_allowed_outside_class_bodies:Wa(18016,1,"Private_identifiers_are_not_allowed_outside_class_bodies_18016","Private identifiers are not allowed outside class bodies."),The_shadowing_declaration_of_0_is_defined_here:Wa(18017,1,"The_shadowing_declaration_of_0_is_defined_here_18017","The shadowing declaration of '{0}' is defined here"),The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here:Wa(18018,1,"The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here_18018","The declaration of '{0}' that you probably intended to use is defined here"),_0_modifier_cannot_be_used_with_a_private_identifier:Wa(18019,1,"_0_modifier_cannot_be_used_with_a_private_identifier_18019","'{0}' modifier cannot be used with a private identifier."),An_enum_member_cannot_be_named_with_a_private_identifier:Wa(18024,1,"An_enum_member_cannot_be_named_with_a_private_identifier_18024","An enum member cannot be named with a private identifier."),can_only_be_used_at_the_start_of_a_file:Wa(18026,1,"can_only_be_used_at_the_start_of_a_file_18026","'#!' can only be used at the start of a file."),Compiler_reserves_name_0_when_emitting_private_identifier_downlevel:Wa(18027,1,"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027","Compiler reserves name '{0}' when emitting private identifier downlevel."),Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher:Wa(18028,1,"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028","Private identifiers are only available when targeting ECMAScript 2015 and higher."),Private_identifiers_are_not_allowed_in_variable_declarations:Wa(18029,1,"Private_identifiers_are_not_allowed_in_variable_declarations_18029","Private identifiers are not allowed in variable declarations."),An_optional_chain_cannot_contain_private_identifiers:Wa(18030,1,"An_optional_chain_cannot_contain_private_identifiers_18030","An optional chain cannot contain private identifiers."),The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents:Wa(18031,1,"The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031","The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."),The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some:Wa(18032,1,"The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032","The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."),Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values:Wa(18033,1,"Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values_18033","Type '{0}' is not assignable to type '{1}' as required for computed enum member values."),Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compiler_option_is_specified_e_g_Fragment:Wa(18034,3,"Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034","Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'."),Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name:Wa(18035,1,"Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035","Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name."),Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_decorator:Wa(18036,1,"Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_dec_18036","Class decorators can't be used with static private identifier. Consider removing the experimental decorator."),await_expression_cannot_be_used_inside_a_class_static_block:Wa(18037,1,"await_expression_cannot_be_used_inside_a_class_static_block_18037","'await' expression cannot be used inside a class static block."),for_await_loops_cannot_be_used_inside_a_class_static_block:Wa(18038,1,"for_await_loops_cannot_be_used_inside_a_class_static_block_18038","'for await' loops cannot be used inside a class static block."),Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block:Wa(18039,1,"Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block_18039","Invalid use of '{0}'. It cannot be used inside a class static block."),A_return_statement_cannot_be_used_inside_a_class_static_block:Wa(18041,1,"A_return_statement_cannot_be_used_inside_a_class_static_block_18041","A 'return' statement cannot be used inside a class static block."),_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation:Wa(18042,1,"_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation_18042","'{0}' is a type and cannot be imported in JavaScript files. Use '{1}' in a JSDoc type annotation."),Types_cannot_appear_in_export_declarations_in_JavaScript_files:Wa(18043,1,"Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043","Types cannot appear in export declarations in JavaScript files."),_0_is_automatically_exported_here:Wa(18044,3,"_0_is_automatically_exported_here_18044","'{0}' is automatically exported here."),Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher:Wa(18045,1,"Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045","Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher."),_0_is_of_type_unknown:Wa(18046,1,"_0_is_of_type_unknown_18046","'{0}' is of type 'unknown'."),_0_is_possibly_null:Wa(18047,1,"_0_is_possibly_null_18047","'{0}' is possibly 'null'."),_0_is_possibly_undefined:Wa(18048,1,"_0_is_possibly_undefined_18048","'{0}' is possibly 'undefined'."),_0_is_possibly_null_or_undefined:Wa(18049,1,"_0_is_possibly_null_or_undefined_18049","'{0}' is possibly 'null' or 'undefined'."),The_value_0_cannot_be_used_here:Wa(18050,1,"The_value_0_cannot_be_used_here_18050","The value '{0}' cannot be used here."),Compiler_option_0_cannot_be_given_an_empty_string:Wa(18051,1,"Compiler_option_0_cannot_be_given_an_empty_string_18051","Compiler option '{0}' cannot be given an empty string."),Non_abstract_class_0_does_not_implement_all_abstract_members_of_1:Wa(18052,1,"Non_abstract_class_0_does_not_implement_all_abstract_members_of_1_18052","Non-abstract class '{0}' does not implement all abstract members of '{1}'"),Its_type_0_is_not_a_valid_JSX_element_type:Wa(18053,1,"Its_type_0_is_not_a_valid_JSX_element_type_18053","Its type '{0}' is not a valid JSX element type."),await_using_statements_cannot_be_used_inside_a_class_static_block:Wa(18054,1,"await_using_statements_cannot_be_used_inside_a_class_static_block_18054","'await using' statements cannot be used inside a class static block.")}}});function ts(e){return e>=80}function rs(e){return 32===e||ts(e)}function os(e,n){if(e=2?Ka:1===n?Ua:ja)}function as(e){return $a[e]}function ss(e){return Ba.get(e)}function ls(e){const n=[];let t=0,r=0;for(;t127&&ys(o)&&(n.push(r),r=t)}}return n.push(r),n}function cs(e,n,t,r){return e.getPositionOfLineAndCharacter?e.getPositionOfLineAndCharacter(n,t,r):ds(us(e),n,t,e.text,r)}function ds(e,n,t,r,o){(n<0||n>=e.length)&&(o?n=n<0?0:n>=e.length?e.length-1:n:Rt.fail(`Bad line number. Line: ${n}, lineStarts.length: ${e.length} , line map is correct? ${void 0!==r?W(e,ls(r)):"unknown"}`));const i=e[n]+t;return o?i>e[n+1]?e[n+1]:"string"==typeof r&&i>r.length?r.length:i:(n=8192&&e<=8203||8239===e||8287===e||12288===e||65279===e}function ys(e){return 10===e||13===e||8232===e||8233===e}function vs(e){return e>=48&&e<=57}function bs(e){return vs(e)||e>=65&&e<=70||e>=97&&e<=102}function Es(e){return e>=48&&e<=55}function Ss(e,n){const t=e.charCodeAt(n);switch(t){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 0===n;default:return t>127}}function Ts(e,n,t,r,o){if(_x(n))return n;let i=!1;for(;;){const a=e.charCodeAt(n);switch(a){case 13:10===e.charCodeAt(n+1)&&n++;case 10:if(n++,t)return n;i=!!o;continue;case 9:case 11:case 12:case 32:n++;continue;case 47:if(r)break;if(47===e.charCodeAt(n+1)){for(n+=2;n127&&hs(a)){n++;continue}}return n}}function xs(e,n){if(Rt.assert(n>=0),0===n||ys(e.charCodeAt(n-1))){const t=e.charCodeAt(n);if(n+Qa=0&&t127&&hs(a)){u&&ys(a)&&(d=!0),t++;continue}break e}}return u&&(f=o(s,l,c,d,i,f)),f}function Ds(e,n,t,r){return Ns(!1,e,n,!1,t,r)}function Cs(e,n,t,r){return Ns(!1,e,n,!0,t,r)}function Ms(e,n,t,r,o){return Ns(!0,e,n,!1,t,r,o)}function Ps(e,n,t,r,o){return Ns(!0,e,n,!0,t,r,o)}function Ls(e,n,t,r,o,i=[]){return i.push({kind:t,pos:e,end:n,hasTrailingNewLine:r}),i}function ks(e,n){return Ms(e,n,Ls,void 0,void 0)}function ws(e,n){return Ps(e,n,Ls,void 0,void 0)}function Os(e){const n=Za.exec(e);if(n)return n[0]}function Fs(e,n){return e>=65&&e<=90||e>=97&&e<=122||36===e||95===e||e>127&&is(e,n)}function Ws(e,n,t){return e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||36===e||95===e||1===t&&(45===e||58===e)||e>127&&function(e,n){return os(e,n>=2?qa:1===n?Ha:Va)}(e,n)}function zs(e,n,t){let r=Bs(e,0);if(!Fs(r,n))return!1;for(let o=js(r);oc,getStartPos:()=>c,getTokenEnd:()=>s,getTextPos:()=>s,getToken:()=>u,getTokenStart:()=>d,getTokenPos:()=>d,getTokenText:()=>_.substring(d,s),getTokenValue:()=>p,hasUnicodeEscape:()=>0!=(1024&f),hasExtendedUnicodeEscape:()=>0!=(8&f),hasPrecedingLineBreak:()=>0!=(1&f),hasPrecedingJSDocComment:()=>0!=(2&f),isIdentifier:()=>80===u||u>118,isReservedWord:()=>u>=83&&u<=118,isUnterminated:()=>0!=(4&f),getCommentDirectives:()=>m,getNumericLiteralFlags:()=>25584&f,getTokenFlags:()=>f,reScanGreaterToken:function(){if(32===u){if(62===_.charCodeAt(s))return 62===_.charCodeAt(s+1)?61===_.charCodeAt(s+2)?(s+=3,u=73):(s+=2,u=50):61===_.charCodeAt(s+1)?(s+=2,u=72):(s++,u=49);if(61===_.charCodeAt(s))return s++,u=34}return u},reScanAsteriskEqualsToken:function(){return Rt.assert(67===u,"'reScanAsteriskEqualsToken' should only be called on a '*='"),s=d+1,u=64},reScanSlashToken:function(){if(44===u||69===u){let n=d+1,t=!1,r=!1;for(;;){if(n>=l){f|=4,b(Oa.Unterminated_regular_expression_literal);break}const e=_.charCodeAt(n);if(ys(e)){f|=4,b(Oa.Unterminated_regular_expression_literal);break}if(t)t=!1;else{if(47===e&&!r){n++;break}91===e?r=!0:92===e?t=!0:93===e&&(r=!1)}n++}for(;n=l)return u=1;for(let n=_.charCodeAt(s);s=0&&gs(_.charCodeAt(s-1))&&!(s+1{const e=v.getText();return e.slice(0,v.getTokenFullStart())+"║"+e.slice(v.getTokenFullStart())}}),v;function b(e,n=s,t,r){if(o){const i=s;s=n,o(e,t||0,r),s=i}}function E(){let e=s,n=!1,t=!1,r="";for(;;){const o=_.charCodeAt(s);if(95!==o){if(!vs(o))break;n=!0,t=!1,s++}else f|=512,n?(n=!1,t=!0,r+=_.substring(e,s)):(f|=16384,b(t?Oa.Multiple_consecutive_numeric_separators_are_not_permitted:Oa.Numeric_separators_are_not_allowed_here,s,1)),e=++s}return 95===_.charCodeAt(s-1)&&(f|=16384,b(Oa.Numeric_separators_are_not_allowed_here,s-1,1)),r+_.substring(e,s)}function S(){let e,n,t,r=s;if(48===_.charCodeAt(s))if(s++,95===_.charCodeAt(s))f|=16896,b(Oa.Numeric_separators_are_not_allowed_here,s,1),s--,e=E();else if(function(){const e=s;let n=!0;for(;vs(_.charCodeAt(s));)Es(_.charCodeAt(s))||(n=!1),s++;return p=_.substring(e,s),n}()){if(p){p=""+parseInt(p,8),f|=32;const e=41===u,n=(e?"-":"")+"0o"+(+p).toString(8);return e&&r--,b(Oa.Octal_literals_are_not_allowed_Use_the_syntax_0,r,s-r,n),9}e="0"}else f|=8192,e=""+ +p;else e=E();46===_.charCodeAt(s)&&(s++,n=E());let o,i=s;if(69===_.charCodeAt(s)||101===_.charCodeAt(s)){s++,f|=16,43!==_.charCodeAt(s)&&45!==_.charCodeAt(s)||s++;const e=s,n=E();n?(t=_.substring(i,e)+n,i=s):b(Oa.Digit_expected)}if(512&f?(o=e,n&&(o+="."+n),t&&(o+=t)):o=_.substring(r,i),8192&f)return b(Oa.Decimals_with_leading_zeros_are_not_allowed,r,i-r),p=""+ +o,9;if(void 0!==n||16&f)return T(r,void 0===n&&!!(16&f)),p=""+ +o,9;{p=o;const e=w();return T(r),e}}function T(n,t){if(!Fs(Bs(_,s),e))return;const r=s,{length:o}=P();1===o&&"n"===_[r]?b(t?Oa.A_bigint_literal_cannot_use_exponential_notation:Oa.A_bigint_literal_must_be_an_integer,n,r-n+1):(b(Oa.An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal,r,o),s=r)}function x(e,n){return A(e,!0,n)}function A(e,n,t){let r=[],o=!1,i=!1;for(;r.length=65&&e<=70)e+=32;else if(!(e>=48&&e<=57||e>=97&&e<=102))break;r.push(e),s++,i=!1}}return r.length=l){t+=_.substring(r,s),f|=4,b(Oa.Unterminated_string_literal);break}const o=_.charCodeAt(s);if(o===n){t+=_.substring(r,s),s++;break}if(92!==o||e){if((10===o||13===o)&&!e){t+=_.substring(r,s),f|=4,b(Oa.Unterminated_string_literal);break}s++}else t+=_.substring(r,s),t+=N(!0),r=s}return t}function I(e){const n=96===_.charCodeAt(s);let t,r=++s,o="";for(;;){if(s>=l){o+=_.substring(r,s),f|=4,b(Oa.Unterminated_template_literal),t=n?15:18;break}const i=_.charCodeAt(s);if(96===i){o+=_.substring(r,s),s++,t=n?15:18;break}if(36===i&&s+1=l)return b(Oa.Unexpected_end_of_text),"";const t=_.charCodeAt(s);switch(s++,t){case 48:if(s>=l||!vs(_.charCodeAt(s)))return"\0";case 49:case 50:case 51:s=l?(f|=2048,e&&b(Oa.Unexpected_end_of_text),_.substring(n,s)):125!==_.charCodeAt(s)?(f|=2048,e&&b(Oa.Unterminated_Unicode_escape_sequence),_.substring(n,s)):(s++,f|=8,Us(r)):(f|=2048,e&&b(Oa.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),_.substring(n,s))}for(;s1114111&&(b(Oa.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),t=!0),s>=l?(b(Oa.Unexpected_end_of_text),t=!0):125===_.charCodeAt(s)?s++:(b(Oa.Unterminated_Unicode_escape_sequence),t=!0),t?"":Us(n)}function C(){if(s+5=0&&Ws(r,e)){s+=3,f|=8,n+=D(),t=s;continue}if(r=C(),!(r>=0&&Ws(r,e)))break;f|=1024,n+=_.substring(t,s),n+=Us(r),t=s+=6}}return n+=_.substring(t,s),n}function L(){const e=p.length;if(e>=2&&e<=12){const e=p.charCodeAt(0);if(e>=97&&e<=122){const e=Ga.get(p);if(void 0!==e)return u=e}}return u=80}function k(e){let n="",t=!1,r=!1;for(;;){const o=_.charCodeAt(s);if(95!==o){if(t=!0,!vs(o)||o-48>=e)break;n+=_[s],s++,r=!1}else f|=512,t?(t=!1,r=!0):b(r?Oa.Multiple_consecutive_numeric_separators_are_not_permitted:Oa.Numeric_separators_are_not_allowed_here,s,1),s++}return 95===_.charCodeAt(s-1)&&b(Oa.Numeric_separators_are_not_allowed_here,s-1,1),n}function w(){if(110===_.charCodeAt(s))return p+="n",384&f&&(p=Cx(p)+"n"),s++,10;{const e=128&f?parseInt(p.slice(2),2):256&f?parseInt(p.slice(2),8):+p;return p=""+e,9}}function O(){c=s,f=0;let r=!1;for(;;){if(d=s,s>=l)return u=1;const o=Bs(_,s);if(0===s){if(_.slice(0,256).includes("�"))return b(Oa.File_appears_to_be_binary),s=l,u=8;if(35===o&&Rs(_,s)){if(s=Is(_,s),n)continue;return u=6}}switch(o){case 10:case 13:if(f|=1,n){s++;continue}return 13===o&&s+1=0&&Fs(i,e))return s+=3,f|=8,p=D()+P(),u=L();const a=C();return a>=0&&Fs(a,e)?(s+=6,f|=1024,p=String.fromCharCode(a)+P(),u=L()):(b(Oa.Invalid_character),s++,u=0);case 35:if(0!==s&&"!"===_[s+1])return b(Oa.can_only_be_used_at_the_start_of_a_file),s++,u=0;const c=Bs(_,s+1);if(92===c){s++;const n=M();if(n>=0&&Fs(n,e))return s+=3,f|=8,p="#"+D()+P(),u=81;const t=C();if(t>=0&&Fs(t,e))return s+=6,f|=1024,p="#"+String.fromCharCode(t)+P(),u=81;s--}return Fs(c,e)?(s++,W(c,e)):(p="#",b(Oa.Invalid_character,s++,js(o))),u=81;default:const g=W(o,e);if(g)return u=g;if(gs(o)){s+=js(o);continue}if(ys(o)){f|=1,s+=js(o);continue}const y=js(o);return b(Oa.Invalid_character,s,y),s+=y,u=0}}}function F(){switch(y){case 0:return!0;case 1:return!1}return 3!==g&&4!==g||3!==y&&Ya.test(_.slice(c,s))}function W(e,n){let t=e;if(Fs(t,n)){for(s+=js(t);s=l)return u=1;let n=_.charCodeAt(s);if(60===n)return 47===_.charCodeAt(s+1)?(s+=2,u=31):(s++,u=30);if(123===n)return s++,u=19;let t=0;for(;s0)break;hs(n)||(t=s)}s++}return p=_.substring(c,s),-1===t?13:12}function B(){switch(c=s,_.charCodeAt(s)){case 34:case 39:return p=R(!0),u=11;default:return O()}}function j(){if(c=d=s,f=0,s>=l)return u=1;const n=Bs(_,s);switch(s+=js(n),n){case 9:case 11:case 12:case 32:for(;s=0&&Fs(n,e))return s+=3,f|=8,p=D()+P(),u=L();const t=C();return t>=0&&Fs(t,e)?(s+=6,f|=1024,p=String.fromCharCode(t)+P(),u=L()):(s++,u=0)}if(Fs(n,e)){let t=n;for(;s=0),s=e,c=e,d=e,u=0,p=void 0,f=0}}function Bs(e,n){return e.codePointAt(n)}function js(e){return e>=65536?2:1}function Vs(e){if(Rt.assert(0<=e&&e<=1114111),e<=65535)return String.fromCharCode(e);const n=Math.floor((e-65536)/1024)+55296,t=(e-65536)%1024+56320;return String.fromCharCode(n,t)}function Us(e){return es(e)}var Hs,Ks,qs,Js=b({"src/compiler/scanner.ts"(){JJ(),za={abstract:128,accessor:129,any:133,as:130,asserts:131,assert:132,bigint:163,boolean:136,break:83,case:84,catch:85,class:86,continue:88,const:87,constructor:137,debugger:89,declare:138,default:90,delete:91,do:92,else:93,enum:94,export:95,extends:96,false:97,finally:98,for:99,from:161,function:100,get:139,if:101,implements:119,import:102,in:103,infer:140,instanceof:104,interface:120,intrinsic:141,is:142,keyof:143,let:121,module:144,namespace:145,never:146,new:105,null:106,number:150,object:151,package:122,private:123,protected:124,public:125,override:164,out:147,readonly:148,require:149,global:162,return:107,satisfies:152,set:153,static:126,string:154,super:108,switch:109,symbol:155,this:110,throw:111,true:112,try:113,type:156,typeof:114,undefined:157,unique:158,unknown:159,using:160,var:115,void:116,while:117,with:118,yield:127,async:134,await:135,of:165},Ga=new Map(Object.entries(za)),Ba=new Map(Object.entries({...za,"{":19,"}":20,"(":21,")":22,"[":23,"]":24,".":25,"...":26,";":27,",":28,"<":30,">":32,"<=":33,">=":34,"==":35,"!=":36,"===":37,"!==":38,"=>":39,"+":40,"-":41,"**":43,"*":42,"/":44,"%":45,"++":46,"--":47,"<<":48,"":31,">>":49,">>>":50,"&":51,"|":52,"^":53,"!":54,"~":55,"&&":56,"||":57,"?":58,"??":61,"?.":29,":":59,"=":64,"+=":65,"-=":66,"*=":67,"**=":68,"/=":69,"%=":70,"<<=":71,">>=":72,">>>=":73,"&=":74,"|=":75,"^=":79,"||=":76,"&&=":77,"??=":78,"@":60,"#":63,"`":62})),ja=[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],Va=[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],Ua=[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],Ha=[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],Ka=[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],qa=[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],Ja=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,Xa=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,Ya=/@(?:see|link)/i,$a=function(e){const n=[];return e.forEach(((e,t)=>{n[e]=t})),n}(Ba),Qa=7,Za=/^#!.*/,es=String.fromCodePoint?e=>String.fromCodePoint(e):Vs}});function Xs(e){return Ji(e)||Hi(e)}function Ys(e){return _e(e,pT)}function $s(e){switch(jp(e)){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"}}function Qs(e){return e.start+e.length}function Zs(e){return 0===e.length}function el(e,n){return n>=e.start&&n=e.pos&&n<=e.end}function tl(e,n){return n.start>=e.start&&Qs(n)<=Qs(e)}function rl(e,n){return void 0!==ol(e,n)}function ol(e,n){const t=cl(e,n);return t&&0===t.length?void 0:t}function il(e,n){return sl(e.start,e.length,n.start,n.length)}function al(e,n,t){return sl(e.start,e.length,n,t)}function sl(e,n,t,r){return t<=e+n&&t+r>=e}function ll(e,n){return n<=Qs(e)&&n>=e.start}function cl(e,n){const t=Math.max(e.start,n.start),r=Math.min(Qs(e),Qs(n));return t<=r?ul(t,r):void 0}function dl(e,n){if(e<0)throw new Error("start < 0");if(n<0)throw new Error("length < 0");return{start:e,length:n}}function ul(e,n){return dl(e,n-e)}function pl(e){return dl(e.span.start,e.newLength)}function fl(e){return Zs(e.span)&&0===e.newLength}function ml(e,n){if(n<0)throw new Error("newLength < 0");return{span:e,newLength:n}}function _l(e){if(0===e.length)return Hs;if(1===e.length)return e[0];const n=e[0];let t=n.span.start,r=Qs(n.span),o=t+n.newLength;for(let n=1;n=2&&95===e.charCodeAt(0)&&95===e.charCodeAt(1)?"_"+e:e}function Pl(e){const n=e;return n.length>=3&&95===n.charCodeAt(0)&&95===n.charCodeAt(1)&&95===n.charCodeAt(2)?n.substr(1):n}function Ll(e){return Pl(e.escapedText)}function kl(e){const n=ss(e.escapedText);return n?vn(n,Vy):void 0}function wl(e){return e.valueDeclaration&&md(e.valueDeclaration)?Ll(e.valueDeclaration.name):Pl(e.escapedName)}function Ol(e){const n=e.parent.parent;if(n){if(Pu(n))return Fl(n);switch(n.kind){case 243:if(n.declarationList&&n.declarationList.declarations[0])return Fl(n.declarationList.declarations[0]);break;case 244:let e=n.expression;switch(226===e.kind&&64===e.operatorToken.kind&&(e=e.left),e.kind){case 211:return e.name;case 212:const n=e.argumentExpression;if(tN(n))return n}break;case 217:return Fl(n.expression);case 256:if(Pu(n.statement)||uu(n.statement))return Fl(n.statement)}}}function Fl(e){const n=jl(e);return n&&tN(n)?n:void 0}function Wl(e,n){return!(!Gl(e)||!tN(e.name)||Ll(e.name)!==Ll(n))||!(!BD(e)||!se(e.declarationList.declarations,(e=>Wl(e,n))))}function zl(e){return e.name||Ol(e)}function Gl(e){return!!e.name}function Bl(e){switch(e.kind){case 80:return e;case 355:case 348:{const{name:n}=e;if(166===n.kind)return n.right;break}case 213:case 226:{const n=e;switch(Eg(n)){case 1:case 4:case 5:case 3:return Dg(n.left);case 7:case 8:case 9:return n.arguments[1];default:return}}case 353:return zl(e);case 347:return Ol(e);case 277:{const{expression:n}=e;return tN(n)?n:void 0}case 212:const n=e;if(Rg(n))return n.argumentExpression}return e.name}function jl(e){if(void 0!==e)return Bl(e)||(_D(e)||hD(e)||ND(e)?Vl(e):void 0)}function Vl(e){if(e.parent){if(QC(e.parent)||iD(e.parent))return e.parent.name;if(TD(e.parent)&&e===e.parent.right){if(tN(e.parent.left))return e.parent.left;if(wS(e.parent.left))return Dg(e.parent.left)}else if(iC(e.parent)&&tN(e.parent.name))return e.parent.name}}function Ul(e){if(Xb(e))return B(e.modifiers,EN)}function Hl(e){if(Bb(e,98303))return B(e.modifiers,vd)}function Kl(e,n){if(e.name){if(tN(e.name)){const t=e.name.escapedText;return Ec(e.parent,n).filter((e=>OM(e)&&tN(e.name)&&e.name.escapedText===t))}{const t=e.parent.parameters.indexOf(e);Rt.assert(t>-1,"Parameters should always be in their parents' parameter list");const r=Ec(e.parent,n).filter(OM);if(tGM(e)&&e.typeParameters.some((e=>e.name.escapedText===t))))}function Yl(e){return Xl(e,!1)}function $l(e){return Xl(e,!0)}function Ql(e){return!!xc(e,OM)}function Zl(e){return xc(e,TM)}function ec(e){return Ac(e,UM)}function nc(e){return xc(e,AM)}function tc(e){return xc(e,IM)}function rc(e){return xc(e,IM,!0)}function oc(e){return xc(e,NM)}function ic(e){return xc(e,NM,!0)}function ac(e){return xc(e,DM)}function sc(e){return xc(e,DM,!0)}function lc(e){return xc(e,CM)}function cc(e){return xc(e,CM,!0)}function dc(e){return xc(e,MM,!0)}function uc(e){return xc(e,LM)}function pc(e){return xc(e,LM,!0)}function fc(e){return xc(e,wM)}function mc(e){return xc(e,WM)}function _c(e){return xc(e,FM)}function hc(e){return xc(e,GM)}function gc(e){return xc(e,HM)}function yc(e){const n=xc(e,zM);if(n&&n.typeExpression&&n.typeExpression.type)return n}function vc(e){let n=xc(e,zM);return!n&&bN(e)&&(n=P(ql(e),(e=>!!e.typeExpression))),n&&n.typeExpression&&n.typeExpression.type}function bc(e){const n=_c(e);if(n&&n.typeExpression)return n.typeExpression.type;const t=yc(e);if(t&&t.typeExpression){const e=t.typeExpression.type;if(WN(e)){const n=P(e.members,CN);return n&&n.type}if(wN(e)||gM(e))return e.type}}function Ec(e,n){var t;if(!Zg(e))return i;let r=null==(t=e.jsDoc)?void 0:t.jsDocCache;if(void 0===r||n){const t=ey(e,n);Rt.assert(t.length<2||t[0]!==t[1]),r=J(t,(e=>bM(e)?e.tags:e)),n||(e.jsDoc??(e.jsDoc=[]),e.jsDoc.jsDocCache=r)}return r}function Sc(e){return Ec(e,!1)}function Tc(e){return Ec(e,!0)}function xc(e,n,t){return P(Ec(e,t),n)}function Ac(e,n){return Sc(e).filter(n)}function Rc(e,n){return Sc(e).filter((e=>e.kind===n))}function Ic(e){return"string"==typeof e?e:null==e?void 0:e.map((e=>328===e.kind?e.text:function(e){const n=331===e.kind?"link":332===e.kind?"linkcode":"linkplain",t=e.name?c_(e.name):"",r=e.name&&e.text.startsWith("://")?"":" ";return`{@${n} ${t}${r}${e.text}}`}(e))).join("")}function Nc(e){if(SM(e)){if(PM(e.parent)){const n=cy(e.parent);if(n&&T(n.tags))return J(n.tags,(e=>GM(e)?e.typeParameters:void 0))}return i}if(Kg(e))return Rt.assert(327===e.parent.kind),J(e.parent.tags,(e=>GM(e)?e.typeParameters:void 0));if(e.typeParameters)return e.typeParameters;if(BP(e)&&e.typeParameters)return e.typeParameters;if(Yh(e)){const n=Nb(e);if(n.length)return n;const t=vc(e);if(t&&wN(t)&&t.typeParameters)return t.typeParameters}return i}function Dc(e){return e.constraint?e.constraint:GM(e.parent)&&e===e.parent.typeParameters[0]?e.parent.constraint:void 0}function Cc(e){return 80===e.kind||81===e.kind}function Mc(e){return 178===e.kind||177===e.kind}function Pc(e){return lD(e)&&!!(64&e.flags)}function Lc(e){return cD(e)&&!!(64&e.flags)}function kc(e){return dD(e)&&!!(64&e.flags)}function wc(e){const n=e.kind;return!!(64&e.flags)&&(211===n||212===n||213===n||235===n)}function Oc(e){return wc(e)&&!LD(e)&&!!e.questionDotToken}function Fc(e){return Oc(e.parent)&&e.parent.expression===e}function Wc(e){return!wc(e.parent)||Oc(e.parent)||e!==e.parent.expression}function zc(e){return 226===e.kind&&61===e.operatorToken.kind}function Gc(e){return kN(e)&&tN(e.typeName)&&"const"===e.typeName.escapedText&&!e.typeArguments}function Bc(e){return EP(e,8)}function jc(e){return LD(e)&&!!(64&e.flags)}function Vc(e){return 252===e.kind||251===e.kind}function Uc(e){return 280===e.kind||279===e.kind}function Hc(e){switch(e.kind){case 309:case 310:return!0;default:return!1}}function Kc(e){return Hc(e)||307===e.kind||311===e.kind}function qc(e){return 355===e.kind||348===e.kind}function Jc(e){return Xc(e.kind)}function Xc(e){return e>=166}function Yc(e){return e>=0&&e<=165}function $c(e){return Yc(e.kind)}function Qc(e){return He(e,"pos")&&He(e,"end")}function Zc(e){return 9<=e&&e<=15}function ed(e){return Zc(e.kind)}function nd(e){switch(e.kind){case 210:case 209:case 14:case 218:case 231:return!0}return!1}function td(e){return 15<=e&&e<=18}function rd(e){return td(e.kind)}function od(e){const n=e.kind;return 17===n||18===n}function id(e){return IC(e)||MC(e)}function ad(e){switch(e.kind){case 276:return e.isTypeOnly||e.parent.parent.isTypeOnly;case 274:return e.parent.isTypeOnly;case 273:case 271:return e.isTypeOnly}return!1}function sd(e){switch(e.kind){case 281:return e.isTypeOnly||e.parent.parent.isTypeOnly;case 278:return e.isTypeOnly&&!!e.moduleSpecifier&&!e.exportClause;case 280:return e.parent.isTypeOnly}return!1}function ld(e){return ad(e)||sd(e)}function cd(e){return 11===e.kind||td(e.kind)}function dd(e){return zI(e)||tN(e)}function ud(e){var n;return tN(e)&&void 0!==(null==(n=e.emitNode)?void 0:n.autoGenerate)}function pd(e){var n;return rN(e)&&void 0!==(null==(n=e.emitNode)?void 0:n.autoGenerate)}function fd(e){const n=e.emitNode.autoGenerate.flags;return!!(32&n)&&!!(16&n)&&!!(8&n)}function md(e){return(TN(e)||wd(e))&&rN(e.name)}function _d(e){return lD(e)&&rN(e.name)}function hd(e){switch(e){case 128:case 129:case 134:case 87:case 138:case 90:case 95:case 103:case 125:case 123:case 124:case 148:case 126:case 147:case 164:return!0}return!1}function gd(e){return!!(31&sE(e))}function yd(e){return gd(e)||126===e||164===e||129===e}function vd(e){return hd(e.kind)}function bd(e){const n=e.kind;return 166===n||80===n}function Ed(e){const n=e.kind;return 80===n||81===n||11===n||9===n||167===n}function Sd(e){const n=e.kind;return 80===n||206===n||207===n}function Td(e){return!!e&&Nd(e.kind)}function xd(e){return!!e&&(Nd(e.kind)||RN(e))}function Ad(e){return e&&Id(e.kind)}function Rd(e){return 112===e.kind||97===e.kind}function Id(e){switch(e){case 262:case 174:case 176:case 177:case 178:case 218:case 219:return!0;default:return!1}}function Nd(e){switch(e){case 173:case 179:case 330:case 180:case 181:case 184:case 324:case 185:return!0;default:return Id(e)}}function Dd(e){return rM(e)||fC(e)||GD(e)&&Td(e.parent)}function Cd(e){const n=e.kind;return 176===n||172===n||174===n||177===n||178===n||181===n||175===n||240===n}function Md(e){return e&&(263===e.kind||231===e.kind)}function Pd(e){return e&&(177===e.kind||178===e.kind)}function Ld(e){return TN(e)&&qb(e)}function kd(e){return Yh(e)&&RA(e)?!(Ag(e)&&RE(e.expression)||Ig(e,!0)):e.parent&&Md(e.parent)&&TN(e)&&!qb(e)}function wd(e){switch(e.kind){case 174:case 177:case 178:return!0;default:return!1}}function Od(e){switch(e.kind){case 174:case 177:case 178:case 172:return!0;default:return!1}}function Fd(e){return vd(e)||EN(e)}function Wd(e){const n=e.kind;return 180===n||179===n||171===n||173===n||181===n||177===n||178===n}function zd(e){return Wd(e)||Cd(e)}function Gd(e){const n=e.kind;return 303===n||304===n||305===n||174===n||177===n||178===n}function Bd(e){return kS(e.kind)}function jd(e){switch(e.kind){case 184:case 185:return!0}return!1}function Vd(e){if(e){const n=e.kind;return 207===n||206===n}return!1}function Ud(e){const n=e.kind;return 209===n||210===n}function Hd(e){const n=e.kind;return 208===n||232===n}function Kd(e){switch(e.kind){case 260:case 169:case 208:return!0}return!1}function qd(e){return iC(e)||bN(e)||Yd(e)||Qd(e)}function Jd(e){return Xd(e)||$d(e)}function Xd(e){switch(e.kind){case 206:case 210:return!0}return!1}function Yd(e){switch(e.kind){case 208:case 303:case 304:case 305:return!0}return!1}function $d(e){switch(e.kind){case 207:case 209:return!0}return!1}function Qd(e){switch(e.kind){case 208:case 232:case 230:case 209:case 210:case 80:case 211:case 212:return!0}return gE(e,!0)}function Zd(e){const n=e.kind;return 211===n||166===n||205===n}function eu(e){const n=e.kind;return 211===n||166===n}function nu(e){return tu(e)||eA(e)}function tu(e){switch(e.kind){case 286:case 285:case 213:case 214:case 215:case 170:return!0;default:return!1}}function ru(e){return 213===e.kind||214===e.kind}function ou(e){const n=e.kind;return 228===n||15===n}function iu(e){return au(Bc(e).kind)}function au(e){switch(e){case 211:case 212:case 214:case 213:case 284:case 285:case 288:case 215:case 209:case 217:case 210:case 231:case 218:case 80:case 81:case 14:case 9:case 10:case 11:case 15:case 228:case 97:case 106:case 110:case 112:case 108:case 235:case 233:case 236:case 102:case 282:return!0;default:return!1}}function su(e){return lu(Bc(e).kind)}function lu(e){switch(e){case 224:case 225:case 220:case 221:case 222:case 223:case 216:return!0;default:return au(e)}}function cu(e){switch(e.kind){case 225:return!0;case 224:return 46===e.operator||47===e.operator;default:return!1}}function du(e){switch(e.kind){case 106:case 112:case 97:case 224:return!0;default:return ed(e)}}function uu(e){return function(e){switch(e){case 227:case 229:case 219:case 226:case 230:case 234:case 232:case 361:case 360:case 238:return!0;default:return lu(e)}}(Bc(e).kind)}function pu(e){const n=e.kind;return 216===n||234===n}function fu(e){return LC(e)||OD(e)}function mu(e,n){switch(e.kind){case 248:case 249:case 250:case 246:case 247:return!0;case 256:return n&&mu(e.statement,n)}return!1}function _u(e){return NC(e)||DC(e)}function hu(e){return se(e,_u)}function gu(e){return!(e_(e)||NC(e)||Bb(e,32)||km(e))}function yu(e){return e_(e)||NC(e)||Bb(e,32)}function vu(e){return 249===e.kind||250===e.kind}function bu(e){return GD(e)||uu(e)}function Eu(e){return GD(e)}function Su(e){return aC(e)||uu(e)}function Tu(e){const n=e.kind;return 268===n||267===n||80===n}function xu(e){const n=e.kind;return 268===n||267===n}function Au(e){const n=e.kind;return 80===n||267===n}function Ru(e){const n=e.kind;return 275===n||274===n}function Iu(e){return 267===e.kind||266===e.kind}function Nu(e){switch(e.kind){case 219:case 226:case 208:case 213:case 179:case 263:case 231:case 175:case 176:case 185:case 180:case 212:case 266:case 306:case 277:case 278:case 281:case 262:case 218:case 184:case 177:case 80:case 273:case 271:case 276:case 181:case 264:case 345:case 347:case 324:case 348:case 355:case 330:case 353:case 329:case 291:case 292:case 293:case 200:case 174:case 173:case 267:case 202:case 280:case 270:case 274:case 214:case 15:case 9:case 210:case 169:case 211:case 303:case 172:case 171:case 178:case 304:case 312:case 305:case 11:case 265:case 187:case 168:case 260:return!0;default:return!1}}function Du(e){switch(e.kind){case 219:case 241:case 179:case 269:case 299:case 175:case 194:case 176:case 185:case 180:case 248:case 249:case 250:case 262:case 218:case 184:case 177:case 181:case 345:case 347:case 324:case 330:case 353:case 200:case 174:case 173:case 267:case 178:case 312:case 265:return!0;default:return!1}}function Cu(e){return 262===e||282===e||263===e||264===e||265===e||266===e||267===e||272===e||271===e||278===e||277===e||270===e}function Mu(e){return 252===e||251===e||259===e||246===e||244===e||242===e||249===e||250===e||248===e||245===e||256===e||253===e||255===e||257===e||258===e||243===e||247===e||254===e||359===e}function Pu(e){return 168===e.kind?e.parent&&352!==e.parent.kind||Yh(e):219===(n=e.kind)||208===n||263===n||231===n||175===n||176===n||266===n||306===n||281===n||262===n||218===n||177===n||273===n||271===n||276===n||264===n||291===n||174===n||173===n||267===n||270===n||274===n||280===n||169===n||303===n||172===n||171===n||178===n||304===n||265===n||168===n||260===n||353===n||345===n||355===n;var n}function Lu(e){return Cu(e.kind)}function ku(e){return Mu(e.kind)}function wu(e){const n=e.kind;return Mu(n)||Cu(n)||function(e){if(241!==e.kind)return!1;if(void 0!==e.parent&&(258===e.parent.kind||299===e.parent.kind))return!1;return!rh(e)}(e)}function Ou(e){const n=e.kind;return Mu(n)||Cu(n)||241===n}function Fu(e){const n=e.kind;return 283===n||166===n||80===n}function Wu(e){const n=e.kind;return 110===n||80===n||211===n||295===n}function zu(e){const n=e.kind;return 284===n||294===n||285===n||12===n||288===n}function Gu(e){const n=e.kind;return 291===n||293===n}function Bu(e){const n=e.kind;return 11===n||294===n}function ju(e){const n=e.kind;return 286===n||285===n}function Vu(e){const n=e.kind;return 296===n||297===n}function Uu(e){return e.kind>=316&&e.kind<=357}function Hu(e){return 327===e.kind||326===e.kind||328===e.kind||rp(e)||Ku(e)||EM(e)||SM(e)}function Ku(e){return e.kind>=334&&e.kind<=357}function qu(e){return 178===e.kind}function Ju(e){return 177===e.kind}function Xu(e){if(!Zg(e))return!1;const{jsDoc:n}=e;return!!n&&n.length>0}function Yu(e){return!!e.type}function $u(e){return!!e.initializer}function Qu(e){switch(e.kind){case 260:case 169:case 208:case 172:case 303:case 306:return!0;default:return!1}}function Zu(e){return 291===e.kind||293===e.kind||Gd(e)}function ep(e){return 183===e.kind||233===e.kind}function np(e){let n=qs;for(const t of e){if(!t.length)continue;let e=0;for(;e0?t.parent.parameters[r-1]:void 0,i=n.text,a=o?ce(ws(i,Ts(i,o.end+1,!1,!0)),ks(i,e.pos)):ws(i,Ts(i,e.pos,!1,!0));return se(a)&&ap(Fe(a),n)}return!!x(t&&G_(t,n),(e=>ap(e,n)))}var lp,cp,dp,up,pp,fp,mp,_p,hp,gp,yp,vp,bp,Ep,Sp,Tp,xp,Ap,Rp,Ip,Np,Dp,Cp,Mp,Pp,Lp,kp,wp,Op,Fp,Wp,zp,Gp,Bp,jp,Vp,Up,Hp,Kp,qp,Jp,Xp,Yp,$p,Qp,Zp,ef,nf,tf,rf,of,af,sf,lf,cf,df,uf,pf,ff,mf,_f,hf,gf,yf,vf,bf,Ef,Sf,Tf,xf,Af,Rf,If,Nf=b({"src/compiler/utilitiesPublic.ts"(){JJ(),Hs=ml(dl(0,0),0),Ks=["cs","de","es","fr","it","ja","ko","pl","pt-br","ru","tr","zh-cn","zh-tw"],qs=1073741823}});function Df(e,n){const t=e.declarations;if(t)for(const e of t)if(e.kind===n)return e}function Cf(e,n){return B(e.declarations||i,(e=>e.kind===n))}function Mf(e){const n=new Map;if(e)for(const t of e)n.set(t.escapedName,t);return n}function Pf(e){return 0!=(33554432&e.flags)}function Lf(e,n){return e.configFilePath!==n.configFilePath||kf(e,n)}function kf(e,n){return Of(e,n,Wk)}function wf(e,n){return Of(e,n,Gk)}function Of(e,n,t){return e!==n&&t.some((t=>!Dx(MT(e,t),MT(n,t))))}function Ff(e,n){for(;;){const t=n(e);if("quit"===t)return;if(void 0!==t)return t;if(rM(e))return;e=e.parent}}function Wf(e,n){const t=e.entries();for(const[e,r]of t){const t=n(r,e);if(t)return t}}function zf(e,n){const t=e.keys();for(const e of t){const t=n(e);if(t)return t}}function Gf(e,n){e.forEach(((e,t)=>{n.set(t,e)}))}function Bf(e){const n=pp.getText();try{return e(pp),pp.getText()}finally{pp.clear(),pp.writeKeyword(n)}}function jf(e){return e.end-e.pos}function Vf(e,n){return e.path===n.path&&!e.prepend==!n.prepend&&!e.circular==!n.circular}function Uf(e,n){return e===n||e.resolvedModule===n.resolvedModule||!!e.resolvedModule&&!!n.resolvedModule&&e.resolvedModule.isExternalLibraryImport===n.resolvedModule.isExternalLibraryImport&&e.resolvedModule.extension===n.resolvedModule.extension&&e.resolvedModule.resolvedFileName===n.resolvedModule.resolvedFileName&&e.resolvedModule.originalPath===n.resolvedModule.originalPath&&(t=e.resolvedModule.packageId,r=n.resolvedModule.packageId,t===r||!!t&&!!r&&t.name===r.name&&t.subModuleName===r.subModuleName&&t.version===r.version)&&e.alternateResult===n.alternateResult;var t,r}function Hf(e,n,t,r,o){var i;const a=null==(i=n.getResolvedModule(e,t,r))?void 0:i.alternateResult,s=a&&(2===Up(n.getCompilerOptions())?[Oa.There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setting_Consider_updating_to_node16_nodenext_or_bundler,[a]]:[Oa.There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The_1_library_may_need_to_update_its_package_json_or_typings,[a,a.includes(HO+"@types/")?`@types/${xW(o)}`:o]]),l=s?cT(void 0,s[0],...s[1]):n.typesPackageExists(o)?cT(void 0,Oa.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,o,xW(o)):n.packageBundlesTypes(o)?cT(void 0,Oa.If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1,o,t):cT(void 0,Oa.Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0,t,xW(o));return l&&(l.repopulateInfo=()=>({moduleReference:t,mode:r,packageName:o===t?void 0:o})),l}function Kf({name:e,subModuleName:n}){return n?`${e}/${n}`:e}function qf(e){return`${Kf(e)}@${e.version}`}function Jf(e,n){return e===n||e.resolvedTypeReferenceDirective===n.resolvedTypeReferenceDirective||!!e.resolvedTypeReferenceDirective&&!!n.resolvedTypeReferenceDirective&&e.resolvedTypeReferenceDirective.resolvedFileName===n.resolvedTypeReferenceDirective.resolvedFileName&&!!e.resolvedTypeReferenceDirective.primary==!!n.resolvedTypeReferenceDirective.primary&&e.resolvedTypeReferenceDirective.originalPath===n.resolvedTypeReferenceDirective.originalPath}function Xf(e,n,t,r){Rt.assert(e.length===n.length);for(let o=0;o=0),us(n)[e]}function tm(e){const n=$f(e),t=_s(n,e.pos);return`${n.fileName}(${t.line+1},${t.character+1})`}function rm(e,n){Rt.assert(e>=0);const t=us(n),r=e,o=n.text;if(r+1===t.length)return o.length-1;{const e=t[r];let n=t[r+1]-1;for(Rt.assert(ys(o.charCodeAt(n)));e<=n&&ys(o.charCodeAt(n));)n--;return n}}function om(e,n,t){return!(t&&t(n)||e.identifiers.has(n))}function im(e){return void 0===e||e.pos===e.end&&e.pos>=0&&1!==e.kind}function am(e){return!im(e)}function sm(e,n){return vN(e)?n===e.expression:RN(e)?n===e.modifiers:SN(e)?n===e.initializer:TN(e)?n===e.questionToken&&Ld(e):QC(e)?n===e.modifiers||n===e.questionToken||n===e.exclamationToken||lm(e.modifiers,n,Fd):ZC(e)?n===e.equalsToken||n===e.modifiers||n===e.questionToken||n===e.exclamationToken||lm(e.modifiers,n,Fd):AN(e)?n===e.exclamationToken:IN(e)?n===e.typeParameters||n===e.type||lm(e.typeParameters,n,vN):NN(e)?n===e.typeParameters||lm(e.typeParameters,n,vN):DN(e)?n===e.typeParameters||n===e.type||lm(e.typeParameters,n,vN):!!_C(e)&&(n===e.modifiers||lm(e.modifiers,n,Fd))}function lm(e,n,t){return!(!e||_n(n)||!t(n))&&F(e,n)}function cm(e,n,t){if(void 0===n||0===n.length)return e;let r=0;for(;r[`${_s(e,n.range.end).line}`,n]))),r=new Map;return{getUnusedExpectations:function(){return $e(t.entries()).filter((([e,n])=>0===n.type&&!r.get(e))).map((([e,n])=>n))},markUsed:function(e){if(!t.has(`${e}`))return!1;return r.set(`${e}`,!0),!0}}}function vm(e,n,t){return im(e)?e.pos:Uu(e)||12===e.kind?Ts((n||$f(e)).text,e.pos,!1,!0):t&&Xu(e)?vm(e.jsDoc[0],n):358===e.kind&&e._children.length>0?vm(e._children[0],n,t):Ts((n||$f(e)).text,e.pos,!1,!1,Zh(e))}function bm(e,n){const t=!im(e)&&vL(e)?L(e.modifiers,EN):void 0;return t?Ts((n||$f(e)).text,t.end):vm(e,n)}function Em(e,n,t=!1){return Tm(e.text,n,t)}function Sm(e){return!!(DC(e)&&e.exportClause&&AC(e.exportClause)&&"default"===e.exportClause.name.escapedText)}function Tm(e,n,t=!1){if(im(n))return"";let r=e.substring(t?n.pos:Ts(e,n.pos),n.end);return function(e){return!!Nl(e,aM)}(n)&&(r=r.split(/\r\n|\n|\r/).map((e=>e.replace(/^\s*\*/,"").trimStart())).join("\n")),r}function xm(e,n=!1){return Em($f(e),e,n)}function Am(e){return e.pos}function Rm(e,n){return je(e,n,Am,Wn)}function Im(e){const n=e.emitNode;return n&&n.flags||0}function Nm(e){const n=e.emitNode;return n&&n.internalFlags||0}function Dm(e,n,t){if(n&&function(e,n){if(Sv(e)||!e.parent||4&n&&e.isUnterminated)return!1;if(FI(e)){if(26656&e.numericLiteralFlags)return!1;if(512&e.numericLiteralFlags)return!!(8&n)}return!WI(e)}(e,t))return Em(n,e);switch(e.kind){case 11:{const n=2&t?Gv:1&t||16777216&Im(e)?Fv:Wv;return e.singleQuote?"'"+n(e.text,39)+"'":'"'+n(e.text,34)+'"'}case 15:case 16:case 17:case 18:{const n=1&t||16777216&Im(e)?Fv:Wv,r=e.rawText??Pv(n(e.text,96));switch(e.kind){case 15:return"`"+r+"`";case 16:return"`"+r+"${";case 17:return"}"+r+"${";case 18:return"}"+r+"`"}break}case 9:case 10:return e.text;case 14:return 4&t&&e.isUnterminated?e.text+(92===e.text.charCodeAt(e.text.length-1)?" /":"/"):e.text}return Rt.fail(`Literal kind '${e.kind}' not accounted for.`)}function Cm(e){return gn(e)?'"'+Wv(e)+'"':""+e}function Mm(e){return oa(e).replace(/^(\d)/,"_$1").replace(/\W/g,"_")}function Pm(e){return 0!=(7&xl(e))||Lm(e)}function Lm(e){const n=bv(e);return 260===n.kind&&299===n.parent.kind}function km(e){return pC(e)&&(11===e.name.kind||Gm(e))}function wm(e){return pC(e)&&11===e.name.kind}function Om(e){return pC(e)&&zI(e.name)}function Fm(e){return pC(e)||tN(e)}function Wm(e){return!!(n=e.valueDeclaration)&&267===n.kind&&!n.body;var n}function zm(e){return 312===e.kind||267===e.kind||xd(e)}function Gm(e){return!!(2048&e.flags)}function Bm(e){return km(e)&&jm(e)}function jm(e){switch(e.parent.kind){case 312:return uk(e.parent);case 268:return km(e.parent.parent)&&rM(e.parent.parent.parent)&&!uk(e.parent.parent.parent)}return!1}function Vm(e){var n;return null==(n=e.declarations)?void 0:n.find((e=>!(Bm(e)||pC(e)&&Gm(e))))}function Um(e,n){return uk(e)||(1===(t=Vp(n))||100===t||199===t)&&!!e.commonJsModuleIndicator;var t}function Hm(e,n){switch(e.scriptKind){case 1:case 3:case 2:case 4:break;default:return!1}return!e.isDeclarationFile&&(!!RT(n,"alwaysStrict")||(!!_P(e.statements)||!(!uk(e)&&!Kp(n))&&(Vp(n)>=5||!n.noImplicitUseStrict)))}function Km(e){return!!(33554432&e.flags)||Bb(e,128)}function qm(e,n){switch(e.kind){case 312:case 269:case 299:case 267:case 248:case 249:case 250:case 176:case 174:case 177:case 178:case 262:case 218:case 219:case 172:case 175:return!0;case 241:return!xd(n)}return!1}function Jm(e){switch(Rt.type(e),e.kind){case 345:case 353:case 330:return!0;default:return Xm(e)}}function Xm(e){switch(Rt.type(e),e.kind){case 179:case 180:case 173:case 181:case 184:case 185:case 324:case 263:case 231:case 264:case 265:case 352:case 262:case 174:case 176:case 177:case 178:case 218:case 219:return!0;default:return!1}}function Ym(e){switch(e.kind){case 272:case 271:return!0;default:return!1}}function $m(e){return Ym(e)||rg(e)}function Qm(e){switch(e.kind){case 272:case 271:case 243:case 263:case 262:case 267:case 265:case 264:case 266:return!0;default:return!1}}function Zm(e){return e_(e)||pC(e)||eD(e)||P_(e)}function e_(e){return Ym(e)||DC(e)}function n_(e){return Nl(e.parent,(e=>!!(1&qW(e))))}function t_(e){return Nl(e.parent,(e=>qm(e,e.parent)))}function r_(e,n){let t=t_(e);for(;t;)n(t),t=t_(t)}function o_(e){return e&&0!==jf(e)?xm(e):"(Missing)"}function i_(e){return e.declaration?o_(e.declaration.parameters[0].name):void 0}function a_(e){return 167===e.kind&&!nv(e.expression)}function s_(e){var n;switch(e.kind){case 80:case 81:return(null==(n=e.emitNode)?void 0:n.autoGenerate)?void 0:e.escapedText;case 11:case 9:case 15:return Ml(e.text);case 167:return nv(e.expression)?Ml(e.expression.text):void 0;case 295:return EA(e);default:return Rt.assertNever(e)}}function l_(e){return Rt.checkDefined(s_(e))}function c_(e){switch(e.kind){case 110:return"this";case 81:case 80:return 0===jf(e)?Ll(e):xm(e);case 166:return c_(e.left)+"."+c_(e.right);case 211:return tN(e.name)||rN(e.name)?c_(e.expression)+"."+c_(e.name):Rt.assertNever(e.name);case 318:return c_(e.left)+c_(e.right);case 295:return c_(e.namespace)+":"+c_(e.name);default:return Rt.assertNever(e)}}function d_(e,n,...t){return p_($f(e),e,n,...t)}function u_(e,n,t,...r){const o=Ts(e.text,n.pos);return iT(e,o,n.end-o,t,...r)}function p_(e,n,t,...r){const o=S_(e,n);return iT(e,o.start,o.length,t,...r)}function f_(e,n,t,r){const o=S_(e,n);return h_(e,o.start,o.length,t,r)}function m_(e,n,t,r){const o=Ts(e.text,n.pos);return h_(e,o,n.end-o,t,r)}function __(e,n,t){Rt.assertGreaterThanOrEqual(n,0),Rt.assertGreaterThanOrEqual(t,0),Rt.assertLessThanOrEqual(n,e.length),Rt.assertLessThanOrEqual(n+t,e.length)}function h_(e,n,t,r,o){return __(e.text,n,t),{file:e,start:n,length:t,code:r.code,category:r.category,messageText:r.next?r:r.messageText,relatedInformation:o}}function g_(e,n,t){return{file:e,start:0,length:0,code:n.code,category:n.category,messageText:n.next?n:n.messageText,relatedInformation:t}}function y_(e){return"string"==typeof e.messageText?{code:e.code,category:e.category,messageText:e.messageText,next:e.next}:e.messageText}function v_(e,n,t){return{file:e,start:n.pos,length:n.end-n.pos,code:t.code,category:t.category,messageText:t.message}}function b_(e,n){const t=Gs(e.languageVersion,!0,e.languageVariant,e.text,void 0,n);t.scan();return ul(t.getTokenStart(),t.getTokenEnd())}function E_(e,n){const t=Gs(e.languageVersion,!0,e.languageVariant,e.text,void 0,n);return t.scan(),t.getToken()}function S_(e,n){let t=n;switch(n.kind){case 312:{const n=Ts(e.text,0,!1);return n===e.text.length?dl(0,0):b_(e,n)}case 260:case 208:case 263:case 231:case 264:case 267:case 266:case 306:case 262:case 218:case 174:case 177:case 178:case 265:case 172:case 171:case 274:t=n.name;break;case 219:return function(e,n){const t=Ts(e.text,n.pos);if(n.body&&241===n.body.kind){const{line:r}=_s(e,n.body.pos),{line:o}=_s(e,n.body.end);if(r0?n.statements[0].pos:n.end);case 253:case 229:return b_(e,Ts(e.text,n.pos));case 238:return b_(e,Ts(e.text,n.expression.end));case 357:return b_(e,Ts(e.text,n.tagName.pos))}if(void 0===t)return b_(e,n.pos);Rt.assert(!bM(t));const r=im(t),o=r||GI(n)?t.pos:Ts(e.text,t.pos);return r?(Rt.assert(o===t.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),Rt.assert(o===t.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")):(Rt.assert(o>=t.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),Rt.assert(o<=t.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")),ul(o,t.end)}function T_(e){return void 0!==(e.externalModuleIndicator||e.commonJsModuleIndicator)}function x_(e){return 6===e.scriptKind}function A_(e){return!!(4096&Sl(e))}function R_(e){return!(!(8&Sl(e))||gl(e,e.parent))}function I_(e){return 6==(7&xl(e))}function N_(e){return 4==(7&xl(e))}function D_(e){return 2==(7&xl(e))}function C_(e){return 1==(7&xl(e))}function M_(e){return 213===e.kind&&108===e.expression.kind}function P_(e){return 213===e.kind&&102===e.expression.kind}function L_(e){return kD(e)&&102===e.keywordToken&&"meta"===e.name.escapedText}function k_(e){return eD(e)&&ZN(e.argument)&&zI(e.argument.literal)}function w_(e){return 244===e.kind&&11===e.expression.kind}function O_(e){return!!(2097152&Im(e))}function F_(e){return O_(e)&&sC(e)}function W_(e){return tN(e.name)&&!e.initializer}function z_(e){return O_(e)&&BD(e)&&M(e.declarationList.declarations,W_)}function G_(e,n){return 12!==e.kind?ks(n.text,e.pos):void 0}function B_(e,n){return B(169===e.kind||168===e.kind||218===e.kind||219===e.kind||217===e.kind||260===e.kind||281===e.kind?ce(ws(n,e.pos),ks(n,e.pos)):ks(n,e.pos),(e=>42===n.charCodeAt(e.pos+1)&&42===n.charCodeAt(e.pos+2)&&47!==n.charCodeAt(e.pos+3)))}function j_(e){if(182<=e.kind&&e.kind<=205)return!0;switch(e.kind){case 133:case 159:case 150:case 163:case 154:case 136:case 155:case 151:case 157:case 106:case 146:return!0;case 116:return 222!==e.parent.kind;case 233:return V_(e);case 168:return 200===e.parent.kind||195===e.parent.kind;case 80:(166===e.parent.kind&&e.parent.right===e||211===e.parent.kind&&e.parent.name===e)&&(e=e.parent),Rt.assert(80===e.kind||166===e.kind||211===e.kind,"'node' was expected to be a qualified name, identifier or property access in 'isPartOfTypeNode'.");case 166:case 211:case 110:{const{parent:n}=e;if(186===n.kind)return!1;if(205===n.kind)return!n.isTypeOf;if(182<=n.kind&&n.kind<=205)return!0;switch(n.kind){case 233:return V_(n);case 168:case 352:return e===n.constraint;case 172:case 171:case 169:case 260:case 262:case 218:case 219:case 176:case 174:case 173:case 177:case 178:case 179:case 180:case 181:case 216:return e===n.type;case 213:case 214:case 215:return F(n.typeArguments,e)}}}return!1}function V_(e){return UM(e.parent)||TM(e.parent)||YC(e.parent)&&!bE(e)}function U_(e,n){for(;e;){if(e.kind===n)return!0;e=e.parent}return!1}function H_(e,n){return function e(t){switch(t.kind){case 253:return n(t);case 269:case 241:case 245:case 246:case 247:case 248:case 249:case 250:case 254:case 255:case 296:case 297:case 256:case 258:case 299:return ok(t,e)}}(e)}function K_(e,n){return function e(t){switch(t.kind){case 229:n(t);const r=t.expression;return void(r&&e(r));case 266:case 264:case 267:case 265:return;default:if(Td(t)){if(t.name&&167===t.name.kind)return void e(t.name.expression)}else j_(t)||ok(t,e)}}(e)}function q_(e){return e&&188===e.kind?e.elementType:e&&183===e.kind?We(e.typeArguments):void 0}function J_(e){switch(e.kind){case 264:case 263:case 231:case 187:return e.members;case 210:return e.properties}}function X_(e){if(e)switch(e.kind){case 208:case 306:case 169:case 303:case 172:case 171:case 304:case 260:return!0}return!1}function Y_(e){return X_(e)||Pd(e)}function $_(e){return 261===e.parent.kind&&243===e.parent.parent.kind}function Q_(e){return!!Yh(e)&&(sD(e.parent)&&TD(e.parent.parent)&&2===Eg(e.parent.parent)||Z_(e.parent))}function Z_(e){return!!Yh(e)&&(TD(e)&&1===Eg(e))}function eh(e){return(iC(e)?D_(e)&&tN(e.name)&&$_(e):TN(e)?Jb(e)&&Vb(e):SN(e)&&Jb(e))||Z_(e)}function nh(e){switch(e.kind){case 174:case 173:case 176:case 177:case 178:case 262:case 218:return!0}return!1}function th(e,n){for(;;){if(n&&n(e),256!==e.statement.kind)return e.statement;e=e.statement}}function rh(e){return e&&241===e.kind&&Td(e.parent)}function oh(e){return e&&174===e.kind&&210===e.parent.kind}function ih(e){return!(174!==e.kind&&177!==e.kind&&178!==e.kind||210!==e.parent.kind&&231!==e.parent.kind)}function ah(e){return e&&1===e.kind}function sh(e){return e&&0===e.kind}function lh(e,n,t,r){return x(null==e?void 0:e.properties,(e=>{if(!QC(e))return;const o=s_(e.name);return n===o||r&&r===o?t(e):void 0}))}function ch(e,n,t){return lh(e,n,(e=>aD(e.initializer)?P(e.initializer.elements,(e=>zI(e)&&e.text===t)):void 0))}function dh(e){if(e&&e.statements.length){return vn(e.statements[0].expression,sD)}}function uh(e,n,t){return ph(e,n,(e=>aD(e.initializer)?P(e.initializer.elements,(e=>zI(e)&&e.text===t)):void 0))}function ph(e,n,t){return lh(dh(e),n,t)}function fh(e){return Nl(e.parent,Td)}function mh(e){return Nl(e.parent,Ad)}function _h(e){return Nl(e.parent,Md)}function hh(e){return Nl(e.parent,(e=>Md(e)||Td(e)?"quit":RN(e)))}function gh(e){return Nl(e.parent,xd)}function yh(e){const n=Nl(e.parent,(e=>Md(e)?"quit":EN(e)));return n&&Md(n.parent)?_h(n.parent):_h(n??e)}function vh(e,n,t){for(Rt.assert(312!==e.kind);;){if(!(e=e.parent))return Rt.fail();switch(e.kind){case 167:if(t&&Md(e.parent.parent))return e;e=e.parent.parent;break;case 170:169===e.parent.kind&&Cd(e.parent.parent)?e=e.parent.parent:Cd(e.parent)&&(e=e.parent);break;case 219:if(!n)continue;case 262:case 218:case 267:case 175:case 172:case 171:case 174:case 173:case 176:case 177:case 178:case 179:case 180:case 181:case 266:case 312:return e}}}function bh(e){switch(e.kind){case 219:case 262:case 218:case 172:return!0;case 241:switch(e.parent.kind){case 176:case 174:case 177:case 178:return!0;default:return!1}default:return!1}}function Eh(e){tN(e)&&(lC(e.parent)||sC(e.parent))&&e.parent.name===e&&(e=e.parent);return rM(vh(e,!0,!1))}function Sh(e){const n=vh(e,!1,!1);if(n)switch(n.kind){case 176:case 262:case 218:return n}}function Th(e,n){for(;;){if(!(e=e.parent))return;switch(e.kind){case 167:e=e.parent;break;case 262:case 218:case 219:if(!n)continue;case 172:case 171:case 174:case 173:case 176:case 177:case 178:case 175:return e;case 170:169===e.parent.kind&&Cd(e.parent.parent)?e=e.parent.parent:Cd(e.parent)&&(e=e.parent)}}}function xh(e){if(218===e.kind||219===e.kind){let n=e,t=e.parent;for(;217===t.kind;)n=t,t=t.parent;if(213===t.kind&&t.expression===n)return t}}function Ah(e){return 108===e.kind||Rh(e)}function Rh(e){const n=e.kind;return(211===n||212===n)&&108===e.expression.kind}function Ih(e){const n=e.kind;return(211===n||212===n)&&110===e.expression.kind}function Nh(e){var n;return!!e&&iC(e)&&110===(null==(n=e.initializer)?void 0:n.kind)}function Dh(e){return!!e&&(ZC(e)||QC(e))&&TD(e.parent.parent)&&64===e.parent.parent.operatorToken.kind&&110===e.parent.parent.right.kind}function Ch(e){switch(e.kind){case 183:return e.typeName;case 233:return EE(e.expression)?e.expression:void 0;case 80:case 166:return e}}function Mh(e){switch(e.kind){case 215:return e.tag;case 286:case 285:return e.tagName;case 226:return e.right;default:return e.expression}}function Ph(e,n,t,r){if(e&&Gl(n)&&rN(n.name))return!1;switch(n.kind){case 263:return!0;case 231:return!e;case 172:return void 0!==t&&(e?lC(t):Md(t)&&!Hb(n)&&!Kb(n));case 177:case 178:case 174:return void 0!==n.body&&void 0!==t&&(e?lC(t):Md(t));case 169:return!!e&&(void 0!==t&&void 0!==t.body&&(176===t.kind||174===t.kind||178===t.kind)&&yb(t)!==n&&void 0!==r&&263===r.kind)}return!1}function Lh(e,n,t,r){return Xb(n)&&Ph(e,n,t,r)}function kh(e,n,t,r){return Lh(e,n,t,r)||wh(e,n,t)}function wh(e,n,t){switch(n.kind){case 263:return se(n.members,(r=>kh(e,r,n,t)));case 231:return!e&&se(n.members,(r=>kh(e,r,n,t)));case 174:case 178:case 176:return se(n.parameters,(r=>Lh(e,r,n,t)));default:return!1}}function Oh(e,n){if(Lh(e,n))return!0;const t=_b(n);return!!t&&wh(e,t,n)}function Fh(e,n,t){let r;if(Pd(n)){const{firstAccessor:e,secondAccessor:o,setAccessor:i}=xb(t.members,n),a=Xb(e)?e:o&&Xb(o)?o:void 0;if(!a||n!==a)return!1;r=null==i?void 0:i.parameters}else AN(n)&&(r=n.parameters);if(Lh(e,n,t))return!0;if(r)for(const o of r)if(!vb(o)&&Lh(e,o,n,t))return!0;return!1}function Wh(e){if(e.textSourceNode){switch(e.textSourceNode.kind){case 11:return Wh(e.textSourceNode);case 15:return""===e.text}return!1}return""===e.text}function zh(e){const{parent:n}=e;return(286===n.kind||285===n.kind||287===n.kind)&&n.tagName===e}function Gh(e){switch(e.kind){case 108:case 106:case 112:case 97:case 14:case 209:case 210:case 211:case 212:case 213:case 214:case 215:case 234:case 216:case 238:case 235:case 217:case 218:case 231:case 219:case 222:case 220:case 221:case 224:case 225:case 226:case 227:case 230:case 228:case 232:case 284:case 285:case 288:case 229:case 223:case 236:return!0;case 233:return!YC(e.parent)&&!TM(e.parent);case 166:for(;166===e.parent.kind;)e=e.parent;return 186===e.parent.kind||rp(e.parent)||sM(e.parent)||lM(e.parent)||zh(e);case 318:for(;lM(e.parent);)e=e.parent;return 186===e.parent.kind||rp(e.parent)||sM(e.parent)||lM(e.parent)||zh(e);case 81:return TD(e.parent)&&e.parent.left===e&&103===e.parent.operatorToken.kind;case 80:if(186===e.parent.kind||rp(e.parent)||sM(e.parent)||lM(e.parent)||zh(e))return!0;case 9:case 10:case 11:case 15:case 110:return Bh(e);default:return!1}}function Bh(e){const{parent:n}=e;switch(n.kind){case 260:case 169:case 172:case 171:case 306:case 303:case 208:return n.initializer===e;case 244:case 245:case 246:case 247:case 253:case 254:case 255:case 296:case 257:return n.expression===e;case 248:const t=n;return t.initializer===e&&261!==t.initializer.kind||t.condition===e||t.incrementor===e;case 249:case 250:const r=n;return r.initializer===e&&261!==r.initializer.kind||r.expression===e;case 216:case 234:case 239:case 167:case 238:return e===n.expression;case 170:case 294:case 293:case 305:return!0;case 233:return n.expression===e&&!j_(n);case 304:return n.objectAssignmentInitializer===e;default:return Gh(n)}}function jh(e){for(;166===e.kind||80===e.kind;)e=e.parent;return 186===e.kind}function Vh(e){return AC(e)&&!!e.parent.moduleSpecifier}function Uh(e){return 271===e.kind&&283===e.moduleReference.kind}function Hh(e){return Rt.assert(Uh(e)),e.moduleReference.expression}function Kh(e){return rg(e)&&zS(e.initializer).arguments[0]}function qh(e){return 271===e.kind&&283!==e.moduleReference.kind}function Jh(e){return Yh(e)}function Xh(e){return!Yh(e)}function Yh(e){return!!e&&!!(524288&e.flags)}function $h(e){return!!e&&!!(134217728&e.flags)}function Qh(e){return!x_(e)}function Zh(e){return!!e&&!!(16777216&e.flags)}function eg(e){return kN(e)&&tN(e.typeName)&&"Object"===e.typeName.escapedText&&e.typeArguments&&2===e.typeArguments.length&&(154===e.typeArguments[0].kind||150===e.typeArguments[0].kind)}function ng(e,n){if(213!==e.kind)return!1;const{expression:t,arguments:r}=e;if(80!==t.kind||"require"!==t.escapedText)return!1;if(1!==r.length)return!1;const o=r[0];return!n||tp(o)}function tg(e){return ig(e,!1)}function rg(e){return ig(e,!0)}function og(e){return iD(e)&&rg(e.parent.parent)}function ig(e,n){return iC(e)&&!!e.initializer&&ng(n?zS(e.initializer):e.initializer,!0)}function ag(e){return BD(e)&&e.declarationList.declarations.length>0&&M(e.declarationList.declarations,(e=>tg(e)))}function sg(e){return 39===e||34===e}function lg(e,n){return 34===Em(n,e).charCodeAt(0)}function cg(e){return TD(e)||wS(e)||tN(e)||dD(e)}function dg(e){return Yh(e)&&e.initializer&&TD(e.initializer)&&(57===e.initializer.operatorToken.kind||61===e.initializer.operatorToken.kind)&&e.name&&EE(e.name)&&hg(e.name,e.initializer.left)?e.initializer.right:e.initializer}function ug(e){const n=dg(e);return n&&fg(n,RE(e.name))}function pg(e){if(e&&e.parent&&TD(e.parent)&&64===e.parent.operatorToken.kind){const n=RE(e.parent.left);return fg(e.parent.right,n)||function(e,n,t){const r=TD(n)&&(57===n.operatorToken.kind||61===n.operatorToken.kind)&&fg(n.right,t);if(r&&hg(e,n.left))return r}(e.parent.left,e.parent.right,n)}if(e&&dD(e)&&Sg(e)){const n=function(e,n){return x(e.properties,(e=>QC(e)&&tN(e.name)&&"value"===e.name.escapedText&&e.initializer&&fg(e.initializer,n)))}(e.arguments[2],"prototype"===e.arguments[1].text);if(n)return n}}function fg(e,n){if(dD(e)){const n=Ty(e.expression);return 218===n.kind||219===n.kind?e:void 0}return 218===e.kind||231===e.kind||219===e.kind||sD(e)&&(0===e.properties.length||n)?e:void 0}function mg(e){const n=iC(e.parent)?e.parent.name:TD(e.parent)&&64===e.parent.operatorToken.kind?e.parent.left:void 0;return n&&fg(e.right,RE(n))&&EE(n)&&hg(n,e.left)}function _g(e){if(TD(e.parent)){const n=57!==e.parent.operatorToken.kind&&61!==e.parent.operatorToken.kind||!TD(e.parent.parent)?e.parent:e.parent.parent;if(64===n.operatorToken.kind&&tN(n.left))return n.left}else if(iC(e.parent))return e.parent.name}function hg(e,n){return av(e)&&av(n)?sv(e)===sv(n):Cc(e)&&Tg(n)&&(110===n.expression.kind||tN(n.expression)&&("window"===n.expression.escapedText||"self"===n.expression.escapedText||"global"===n.expression.escapedText))?hg(e,Ng(n)):!(!Tg(e)||!Tg(n))&&(Cg(e)===Cg(n)&&hg(e.expression,n.expression))}function gg(e){for(;gE(e,!0);)e=e.right;return e}function yg(e){return tN(e)&&"exports"===e.escapedText}function vg(e){return tN(e)&&"module"===e.escapedText}function bg(e){return(lD(e)||xg(e))&&vg(e.expression)&&"exports"===Cg(e)}function Eg(e){const n=function(e){if(dD(e)){if(!Sg(e))return 0;const n=e.arguments[0];return yg(n)||bg(n)?8:Ag(n)&&"prototype"===Cg(n)?9:7}if(64!==e.operatorToken.kind||!wS(e.left)||(n=gg(e),vD(n)&&FI(n.expression)&&"0"===n.expression.text))return 0;var n;if(Ig(e.left.expression,!0)&&"prototype"===Cg(e.left)&&sD(Pg(e)))return 6;return Mg(e.left)}(e);return 5===n||Yh(e)?n:0}function Sg(e){return 3===T(e.arguments)&&lD(e.expression)&&tN(e.expression.expression)&&"Object"===Ll(e.expression.expression)&&"defineProperty"===Ll(e.expression.name)&&nv(e.arguments[1])&&Ig(e.arguments[0],!0)}function Tg(e){return lD(e)||xg(e)}function xg(e){return cD(e)&&nv(e.argumentExpression)}function Ag(e,n){return lD(e)&&(!n&&110===e.expression.kind||tN(e.name)&&Ig(e.expression,!0))||Rg(e,n)}function Rg(e,n){return xg(e)&&(!n&&110===e.expression.kind||EE(e.expression)||Ag(e.expression,!0))}function Ig(e,n){return EE(e)||Ag(e,n)}function Ng(e){return lD(e)?e.name:e.argumentExpression}function Dg(e){if(lD(e))return e.name;const n=Ty(e.argumentExpression);return FI(n)||tp(n)?n:e}function Cg(e){const n=Dg(e);if(n){if(tN(n))return n.escapedText;if(tp(n)||FI(n))return Ml(n.text)}}function Mg(e){if(110===e.expression.kind)return 4;if(bg(e))return 2;if(Ig(e.expression,!0)){if(RE(e.expression))return 3;let n=e;for(;!tN(n.expression);)n=n.expression;const t=n.expression;if(("exports"===t.escapedText||"module"===t.escapedText&&"exports"===Cg(n))&&Ag(e))return 1;if(Ig(e,!0)||cD(e)&&ov(e))return 5}return 0}function Pg(e){for(;TD(e.right);)e=e.right;return e.right}function Lg(e){return TD(e)&&3===Eg(e)}function kg(e){return Yh(e)&&e.parent&&244===e.parent.kind&&(!cD(e)||xg(e))&&!!yc(e.parent)}function wg(e,n){const{valueDeclaration:t}=e;(!t||(!(33554432&n.flags)||Yh(n)||33554432&t.flags)&&cg(t)&&!cg(n)||t.kind!==n.kind&&Fm(t))&&(e.valueDeclaration=n)}function Og(e){if(!e||!e.valueDeclaration)return!1;const n=e.valueDeclaration;return 262===n.kind||iC(n)&&n.initializer&&Td(n.initializer)}function Fg(e){var n,t;switch(e.kind){case 260:case 208:return null==(n=Nl(e.initializer,(e=>ng(e,!0))))?void 0:n.arguments[0];case 272:case 278:return vn(e.moduleSpecifier,tp);case 271:return vn(null==(t=vn(e.moduleReference,wC))?void 0:t.expression,tp);case 273:case 280:return vn(e.parent.moduleSpecifier,tp);case 274:case 281:return vn(e.parent.parent.moduleSpecifier,tp);case 276:return vn(e.parent.parent.parent.moduleSpecifier,tp);case 205:return k_(e)?e.argument.literal:void 0;default:Rt.assertNever(e)}}function Wg(e){return zg(e)||Rt.failBadSyntaxKind(e.parent)}function zg(e){switch(e.parent.kind){case 272:case 278:return e.parent;case 283:return e.parent.parent;case 213:return P_(e.parent)||ng(e.parent,!1)?e.parent:void 0;case 201:return Rt.assert(zI(e)),vn(e.parent.parent,eD);default:return}}function Gg(e){switch(e.kind){case 272:case 278:return e.moduleSpecifier;case 271:return 283===e.moduleReference.kind?e.moduleReference.expression:void 0;case 205:return k_(e)?e.argument.literal:void 0;case 213:return e.arguments[0];case 267:return 11===e.name.kind?e.name:void 0;default:return Rt.assertNever(e)}}function Bg(e){switch(e.kind){case 272:return e.importClause&&vn(e.importClause.namedBindings,xC);case 271:return e;case 278:return e.exportClause&&vn(e.exportClause,AC);default:return Rt.assertNever(e)}}function jg(e){return 272===e.kind&&!!e.importClause&&!!e.importClause.name}function Vg(e,n){if(e.name){const t=n(e);if(t)return t}if(e.namedBindings){const t=xC(e.namedBindings)?n(e.namedBindings):x(e.namedBindings.elements,n);if(t)return t}}function Ug(e){if(e)switch(e.kind){case 169:case 174:case 173:case 304:case 303:case 172:case 171:return void 0!==e.questionToken}return!1}function Hg(e){const n=gM(e)?Pe(e.parameters):void 0,t=vn(n&&n.name,tN);return!!t&&"new"===t.escapedText}function Kg(e){return 353===e.kind||345===e.kind||347===e.kind}function qg(e){return Kg(e)||dC(e)}function Jg(e){return VD(e)&&TD(e.expression)&&0!==Eg(e.expression)&&TD(e.expression.right)&&(57===e.expression.right.operatorToken.kind||61===e.expression.right.operatorToken.kind)?e.expression.right.right:void 0}function Xg(e){switch(e.kind){case 243:const n=Yg(e);return n&&n.initializer;case 172:case 303:return e.initializer}}function Yg(e){return BD(e)?Pe(e.declarationList.declarations):void 0}function $g(e){return pC(e)&&e.body&&267===e.body.kind?e.body:void 0}function Qg(e){if(e.kind>=243&&e.kind<=259)return!0;switch(e.kind){case 80:case 110:case 108:case 166:case 236:case 212:case 211:case 208:case 218:case 219:case 174:case 177:case 178:return!0;default:return!1}}function Zg(e){switch(e.kind){case 219:case 226:case 241:case 252:case 179:case 296:case 263:case 231:case 175:case 176:case 185:case 180:case 251:case 259:case 246:case 212:case 242:case 1:case 266:case 306:case 277:case 278:case 281:case 244:case 249:case 250:case 248:case 262:case 218:case 184:case 177:case 80:case 245:case 272:case 271:case 181:case 264:case 324:case 330:case 256:case 174:case 173:case 267:case 202:case 270:case 210:case 169:case 217:case 211:case 303:case 172:case 171:case 253:case 240:case 178:case 304:case 305:case 255:case 257:case 258:case 265:case 168:case 260:case 243:case 247:case 254:return!0;default:return!1}}function ey(e,n){let t;X_(e)&&$u(e)&&Xu(e.initializer)&&(t=xe(t,ny(e,e.initializer.jsDoc)));let r=e;for(;r&&r.parent;){if(Xu(r)&&(t=xe(t,ny(e,r.jsDoc))),169===r.kind){t=xe(t,(n?Jl:ql)(r));break}if(168===r.kind){t=xe(t,(n?$l:Yl)(r));break}r=ty(r)}return t||i}function ny(e,n){const t=Fe(n);return J(n,(n=>{if(n===t){const t=B(n.tags,(n=>function(e,n){return!((zM(n)||HM(n))&&n.parent&&bM(n.parent)&&mD(n.parent.parent)&&n.parent.parent!==e)}(e,n)));return n.tags===t?[n]:t}return B(n.tags,PM)}))}function ty(e){const n=e.parent;return 303===n.kind||277===n.kind||172===n.kind||244===n.kind&&211===e.kind||253===n.kind||$g(n)||gE(e)?n:n.parent&&(Yg(n.parent)===e||gE(n))?n.parent:n.parent&&n.parent.parent&&(Yg(n.parent.parent)||Xg(n.parent.parent)===e||Jg(n.parent.parent))?n.parent.parent:void 0}function ry(e){if(e.symbol)return e.symbol;if(!tN(e.name))return;const n=e.name.escapedText,t=ay(e);if(!t)return;const r=P(t.parameters,(e=>80===e.name.kind&&e.name.escapedText===n));return r&&r.symbol}function oy(e){if(bM(e.parent)&&e.parent.tags){const n=P(e.parent.tags,Kg);if(n)return n}return ay(e)}function iy(e){return Ac(e,PM)}function ay(e){const n=sy(e);if(n)return SN(n)&&n.type&&Td(n.type)?n.type:Td(n)?n:void 0}function sy(e){const n=ly(e);if(n)return Jg(n)||function(e){return VD(e)&&TD(e.expression)&&64===e.expression.operatorToken.kind?gg(e.expression):void 0}(n)||Xg(n)||Yg(n)||$g(n)||n}function ly(e){const n=cy(e);if(!n)return;const t=n.parent;return t&&t.jsDoc&&n===Oe(t.jsDoc)?t:void 0}function cy(e){return Nl(e.parent,bM)}function dy(e){const n=e.name.escapedText,{typeParameters:t}=e.parent.parent.parent;return t&&P(t,(e=>e.name.escapedText===n))}function uy(e){return!!e.typeArguments}function py(e){let n=e.parent;for(;;){switch(n.kind){case 226:const t=n;return mE(t.operatorToken.kind)&&t.left===e?t:void 0;case 224:case 225:const r=n,o=r.operator;return 46===o||47===o?r:void 0;case 249:case 250:const i=n;return i.initializer===e?i:void 0;case 217:case 209:case 230:case 235:e=n;break;case 305:e=n.parent;break;case 304:if(n.name!==e)return;e=n.parent;break;case 303:if(n.name===e)return;e=n.parent;break;default:return}n=e.parent}}function fy(e){const n=py(e);if(!n)return 0;switch(n.kind){case 226:const e=n.operatorToken.kind;return 64===e||dE(e)?1:2;case 224:case 225:return 2;case 249:case 250:return 1}}function my(e){return!!py(e)}function _y(e){const n=py(e);return!!n&&gE(n,!0)&&function(e){const n=Ty(e.right);return 226===n.kind&&YP(n.operatorToken.kind)}(n)}function hy(e){switch(e.kind){case 241:case 243:case 254:case 245:case 255:case 269:case 296:case 297:case 256:case 248:case 249:case 250:case 246:case 247:case 258:case 299:return!0}return!1}function gy(e){return _D(e)||hD(e)||wd(e)||sC(e)||IN(e)}function yy(e,n){for(;e&&e.kind===n;)e=e.parent;return e}function vy(e){return yy(e,196)}function by(e){return yy(e,217)}function Ey(e){let n;for(;e&&196===e.kind;)n=e,e=e.parent;return[n,e]}function Sy(e){for(;JN(e);)e=e.type;return e}function Ty(e,n){return EP(e,n?17:1)}function xy(e){return(211===e.kind||212===e.kind)&&((e=by(e.parent))&&220===e.kind)}function Ay(e,n){for(;e;){if(e===n)return!0;e=e.parent}return!1}function Ry(e){return!rM(e)&&!Vd(e)&&Pu(e.parent)&&e.parent.name===e}function Iy(e){const n=e.parent;switch(e.kind){case 11:case 15:case 9:if(yN(n))return n.parent;case 80:if(Pu(n))return n.name===e?n:void 0;if(gN(n)){const e=n.parent;return OM(e)&&e.name===n?e:void 0}{const t=n.parent;return TD(t)&&0!==Eg(t)&&(t.left.symbol||t.symbol)&&jl(t)===e?t:void 0}case 81:return Pu(n)&&n.name===e?n:void 0;default:return}}function Ny(e){return nv(e)&&167===e.parent.kind&&Pu(e.parent.parent)}function Dy(e){const n=e.parent;switch(n.kind){case 172:case 171:case 174:case 173:case 177:case 178:case 306:case 303:case 211:return n.name===e;case 166:return n.right===e;case 208:case 276:return n.propertyName===e;case 281:case 291:case 285:case 286:case 287:return!0}return!1}function Cy(e){return!!(271===e.kind||270===e.kind||273===e.kind&&e.name||274===e.kind||280===e.kind||276===e.kind||281===e.kind||277===e.kind&&Ly(e))||Yh(e)&&(TD(e)&&2===Eg(e)&&Ly(e)||lD(e)&&TD(e.parent)&&e.parent.left===e&&64===e.parent.operatorToken.kind&&Py(e.parent.right))}function My(e){switch(e.parent.kind){case 273:case 276:case 274:case 281:case 277:case 271:case 280:return e.parent;case 166:do{e=e.parent}while(166===e.parent.kind);return My(e)}}function Py(e){return EE(e)||ND(e)}function Ly(e){return Py(ky(e))}function ky(e){return NC(e)?e.expression:e.right}function wy(e){return 304===e.kind?e.name:303===e.kind?e.initializer:e.parent.right}function Oy(e){const n=Fy(e);if(n&&Yh(e)){const n=Zl(e);if(n)return n.class}return n}function Fy(e){const n=By(e.heritageClauses,96);return n&&n.types.length>0?n.types[0]:void 0}function Wy(e){if(Yh(e))return ec(e).map((e=>e.class));{const n=By(e.heritageClauses,119);return null==n?void 0:n.types}}function zy(e){return cC(e)?Gy(e)||i:Md(e)&&ce(yt(Oy(e)),Wy(e))||i}function Gy(e){const n=By(e.heritageClauses,96);return n?n.types:void 0}function By(e,n){if(e)for(const t of e)if(t.token===n)return t}function jy(e,n){for(;e;){if(e.kind===n)return e;e=e.parent}}function Vy(e){return 83<=e&&e<=165}function Uy(e){return 19<=e&&e<=79}function Hy(e){return Vy(e)||Uy(e)}function Ky(e){return 128<=e&&e<=165}function qy(e){return Vy(e)&&!Ky(e)}function Jy(e){return 119<=e&&e<=127}function Xy(e){const n=ss(e);return void 0!==n&&qy(n)}function Yy(e){const n=ss(e);return void 0!==n&&Vy(n)}function $y(e){const n=kl(e);return!!n&&!Ky(n)}function Qy(e){return 2<=e&&e<=7}function Zy(e){if(!e)return 4;let n=0;switch(e.kind){case 262:case 218:case 174:e.asteriskToken&&(n|=1);case 219:Bb(e,1024)&&(n|=2)}return e.body||(n|=4),n}function ev(e){switch(e.kind){case 262:case 218:case 219:case 174:return void 0!==e.body&&void 0===e.asteriskToken&&Bb(e,1024)}return!1}function nv(e){return tp(e)||FI(e)}function tv(e){return ED(e)&&(40===e.operator||41===e.operator)&&FI(e.operand)}function rv(e){const n=jl(e);return!!n&&ov(n)}function ov(e){if(167!==e.kind&&212!==e.kind)return!1;const n=cD(e)?Ty(e.argumentExpression):e.expression;return!nv(n)&&!tv(n)}function iv(e){switch(e.kind){case 80:case 81:return e.escapedText;case 11:case 15:case 9:return Ml(e.text);case 167:const n=e.expression;return nv(n)?Ml(n.text):tv(n)?41===n.operator?as(n.operator)+n.operand.text:n.operand.text:void 0;case 295:return EA(e);default:return Rt.assertNever(e)}}function av(e){switch(e.kind){case 80:case 11:case 15:case 9:return!0;default:return!1}}function sv(e){return Cc(e)?Ll(e):qC(e)?SA(e):e.text}function lv(e){return Cc(e)?e.escapedText:qC(e)?EA(e):Ml(e.text)}function cv(e){return`__@${Kz(e)}@${e.escapedName}`}function dv(e,n){return`__#${Kz(e)}@${n}`}function uv(e){return dt(e.escapedName,"__@")}function pv(e){return dt(e.escapedName,"__#")}function fv(e){return 80===e.kind&&"Symbol"===e.escapedText}function mv(e){return tN(e)?"__proto__"===Ll(e):zI(e)&&"__proto__"===e.text}function _v(e,n){switch((e=EP(e)).kind){case 231:if(zB(e))return!1;break;case 218:if(e.name)return!1;break;case 219:break;default:return!1}return"function"!=typeof n||n(e)}function hv(e){switch(e.kind){case 303:return!mv(e.name);case 304:return!!e.objectAssignmentInitializer;case 260:return tN(e.name)&&!!e.initializer;case 169:case 208:return tN(e.name)&&!!e.initializer&&!e.dotDotDotToken;case 172:return!!e.initializer;case 226:switch(e.operatorToken.kind){case 64:case 77:case 76:case 78:return tN(e.left)}break;case 277:return!0}return!1}function gv(e,n){if(!hv(e))return!1;switch(e.kind){case 303:case 260:case 169:case 208:case 172:return _v(e.initializer,n);case 304:return _v(e.objectAssignmentInitializer,n);case 226:return _v(e.right,n);case 277:return _v(e.expression,n)}}function yv(e){return"push"===e.escapedText||"unshift"===e.escapedText}function vv(e){return 169===bv(e).kind}function bv(e){for(;208===e.kind;)e=e.parent.parent;return e}function Ev(e){const n=e.kind;return 176===n||218===n||262===n||219===n||174===n||177===n||178===n||267===n||312===n}function Sv(e){return _x(e.pos)||_x(e.end)}function Tv(e){return Cl(e,rM)||e}function xv(e){const n=Iv(e),t=214===e.kind&&void 0!==e.arguments;return Av(e.kind,n,t)}function Av(e,n,t){switch(e){case 214:return t?0:1;case 224:case 221:case 222:case 220:case 223:case 227:case 229:return 1;case 226:switch(n){case 43:case 64:case 65:case 66:case 68:case 67:case 69:case 70:case 71:case 72:case 73:case 74:case 79:case 75:case 76:case 77:case 78:return 1}}return 0}function Rv(e){const n=Iv(e),t=214===e.kind&&void 0!==e.arguments;return Nv(e.kind,n,t)}function Iv(e){return 226===e.kind?e.operatorToken.kind:224===e.kind||225===e.kind?e.operator:e.kind}function Nv(e,n,t){switch(e){case 361:return 0;case 230:return 1;case 229:return 2;case 227:return 4;case 226:switch(n){case 28:return 0;case 64:case 65:case 66:case 68:case 67:case 69:case 70:case 71:case 72:case 73:case 74:case 79:case 75:case 76:case 77:case 78:return 3;default:return Dv(n)}case 216:case 235:case 224:case 221:case 222:case 220:case 223:return 16;case 225:return 17;case 213:return 18;case 214:return t?19:18;case 215:case 211:case 212:case 236:return 19;case 234:case 238:return 11;case 110:case 108:case 80:case 81:case 106:case 112:case 97:case 9:case 10:case 11:case 209:case 210:case 218:case 219:case 231:case 14:case 15:case 228:case 217:case 232:case 284:case 285:case 288:return 20;default:return-1}}function Dv(e){switch(e){case 61:return 4;case 57:return 5;case 56:return 6;case 52:return 7;case 53:return 8;case 51:return 9;case 35:case 36:case 37:case 38:return 10;case 30:case 32:case 33:case 34:case 104:case 103:case 130:case 152:return 11;case 48:case 49:case 50:return 12;case 40:case 41:return 13;case 42:case 44:case 45:return 14;case 43:return 15}return-1}function Cv(e){return B(e,(e=>{switch(e.kind){case 294:return!!e.expression;case 12:return!e.containsOnlyTriviaWhiteSpaces;default:return!0}}))}function Mv(){let e=[];const n=[],t=new Map;let r=!1;return{add:function(o){let i;o.file?(i=t.get(o.file.fileName),i||(i=[],t.set(o.file.fileName,i),me(n,o.file.fileName,Vn))):(r&&(r=!1,e=e.slice()),i=e);me(i,o,fT)},lookup:function(n){let r;r=n.file?t.get(n.file.fileName):e;if(!r)return;const o=je(r,n,An,fT);if(o>=0)return r[o];return},getGlobalDiagnostics:function(){return r=!0,e},getDiagnostics:function(r){if(r)return t.get(r)||[];const o=X(n,(e=>t.get(e)));if(!e.length)return o;return o.unshift(...e),o}}}function Pv(e){return e.replace(Ap,"\\${")}function Lv(e){return!!(2048&(e.templateFlags||0))}function kv(e){return e&&!!(jI(e)?Lv(e):Lv(e.head)||se(e.templateSpans,(e=>Lv(e.literal))))}function wv(e){return"\\u"+("0000"+e.toString(16).toUpperCase()).slice(-4)}function Ov(e,n,t){if(0===e.charCodeAt(0)){const r=t.charCodeAt(n+e.length);return r>=48&&r<=57?"\\x00":"\\0"}return Dp.get(e)||wv(e.charCodeAt(0))}function Fv(e,n){const t=96===n?Np:39===n?Ip:Rp;return e.replace(t,Ov)}function Wv(e,n){return e=Fv(e,n),Cp.test(e)?e.replace(Cp,(e=>wv(e.charCodeAt(0)))):e}function zv(e){return 0===e.charCodeAt(0)?"":Lp.get(e)||""+e.charCodeAt(0).toString(16).toUpperCase()+";"}function Gv(e,n){const t=39===n?Pp:Mp;return e.replace(t,zv)}function Bv(e){const n=e.length;return n>=2&&e.charCodeAt(0)===e.charCodeAt(n-1)&&(39===(t=e.charCodeAt(0))||34===t||96===t)?e.substring(1,n-1):e;var t}function jv(e){const n=e.charCodeAt(0);return n>=97&&n<=122||e.includes("-")}function Vv(e){const n=kp[1];for(let t=kp.length;t<=e;t++)kp.push(kp[t-1]+n);return kp[e]}function Uv(){return kp[1].length}function Hv(e){var n,t,r,o,i,a=!1;function s(e){const t=ls(e);t.length>1?(o=o+t.length-1,i=n.length-e.length+Fe(t),r=i-n.length==0):r=!1}function l(e){e&&e.length&&(r&&(e=Vv(t)+e,r=!1),n+=e,s(e))}function c(e){e&&(a=!1),l(e)}function d(){n="",t=0,r=!0,o=0,i=0,a=!1}return d(),{write:c,rawWrite:function(e){void 0!==e&&(n+=e,s(e),a=!1)},writeLiteral:function(e){e&&e.length&&c(e)},writeLine:function(t){r&&!t||(o++,i=(n+=e).length,r=!0,a=!1)},increaseIndent:()=>{t++},decreaseIndent:()=>{t--},getIndent:()=>t,getTextPos:()=>n.length,getLine:()=>o,getColumn:()=>r?t*Uv():n.length-i,getText:()=>n,isAtStartOfLine:()=>r,hasTrailingComment:()=>a,hasTrailingWhitespace:()=>!!n.length&&hs(n.charCodeAt(n.length-1)),clear:d,writeKeyword:c,writeOperator:c,writeParameter:c,writeProperty:c,writePunctuation:c,writeSpace:c,writeStringLiteral:c,writeSymbol:(e,n)=>c(e),writeTrailingSemicolon:c,writeComment:function(e){e&&(a=!0),l(e)},getTextPosWithWriteLine:function(){return r?n.length:n.length+e.length}}}function Kv(e){let n=!1;function t(){n&&(e.writeTrailingSemicolon(";"),n=!1)}return{...e,writeTrailingSemicolon(){n=!0},writeLiteral(n){t(),e.writeLiteral(n)},writeStringLiteral(n){t(),e.writeStringLiteral(n)},writeSymbol(n,r){t(),e.writeSymbol(n,r)},writePunctuation(n){t(),e.writePunctuation(n)},writeKeyword(n){t(),e.writeKeyword(n)},writeOperator(n){t(),e.writeOperator(n)},writeParameter(n){t(),e.writeParameter(n)},writeSpace(n){t(),e.writeSpace(n)},writeProperty(n){t(),e.writeProperty(n)},writeComment(n){t(),e.writeComment(n)},writeLine(){t(),e.writeLine()},increaseIndent(){t(),e.increaseIndent()},decreaseIndent(){t(),e.decreaseIndent()}}}function qv(e){return!!e.useCaseSensitiveFileNames&&e.useCaseSensitiveFileNames()}function Jv(e){return at(qv(e))}function Xv(e,n,t){return n.moduleName||Qv(e,n.fileName,t&&t.fileName)}function Yv(e,n){return e.getCanonicalFileName(ma(n,e.getCurrentDirectory()))}function $v(e,n,t){const r=n.getExternalModuleFileFromDeclaration(t);if(!r||r.isDeclarationFile)return;const o=Gg(t);return!o||!tp(o)||Ji(o.text)||Yv(e,r.path).includes(Yv(e,va(e.getCommonSourceDirectory())))?Xv(e,r):void 0}function Qv(e,n,t){const r=n=>e.getCanonicalFileName(n),o=ga(t?ra(t):e.getCommonSourceDirectory(),e.getCurrentDirectory(),r),i=cx(La(o,ma(n,e.getCurrentDirectory()),o,r,!1));return t?ba(i):i}function Zv(e,n,t){const r=n.getCompilerOptions();let o;return o=r.outDir?cx(lb(e,n,r.outDir)):cx(e),o+t}function eb(e,n){return nb(e,n.getCompilerOptions(),n.getCurrentDirectory(),n.getCommonSourceDirectory(),(e=>n.getCanonicalFileName(e)))}function nb(e,n,t,r,o){const i=n.declarationDir||n.outDir,a=i?cb(e,i,t,r,o):e,s=tb(a);return cx(a)+s}function tb(e){return Qi(e,[".mjs",".mts"])?".d.mts":Qi(e,[".cjs",".cts"])?".d.cts":Qi(e,[".json"])?".d.json.ts":".d.ts"}function rb(e){return Qi(e,[".d.mts",".mjs",".mts"])?[".mts",".mjs"]:Qi(e,[".d.cts",".cjs",".cts"])?[".cts",".cjs"]:Qi(e,[".d.json.ts"])?[".json"]:[".tsx",".ts",".jsx",".js"]}function ob(e){return e.outFile||e.out}function ib(e,n){var t;if(e.paths)return e.baseUrl??Rt.checkDefined(e.pathsBasePath||(null==(t=n.getCurrentDirectory)?void 0:t.call(n)),"Encountered 'paths' without a 'baseUrl', config file, or host 'getCurrentDirectory'.")}function ab(e,n,t){const r=e.getCompilerOptions();if(ob(r)){const n=Vp(r),o=r.emitDeclarationOnly||2===n||4===n;return B(e.getSourceFiles(),(n=>(o||!uk(n))&&sb(n,e,t)))}return B(void 0===n?e.getSourceFiles():[n],(n=>sb(n,e,t)))}function sb(e,n,t){const r=n.getCompilerOptions();if(r.noEmitForJsFiles&&Jh(e))return!1;if(e.isDeclarationFile)return!1;if(n.isSourceFileFromExternalLibrary(e))return!1;if(t)return!0;if(n.isSourceOfProjectReferenceRedirect(e.fileName))return!1;if(!x_(e))return!0;if(n.getResolvedProjectReferenceToRedirect(e.fileName))return!1;if(ob(r))return!0;if(!r.outDir)return!1;if(r.rootDir||r.composite&&r.configFilePath){const t=ma(wV(r,(()=>[]),n.getCurrentDirectory(),n.getCanonicalFileName),n.getCurrentDirectory()),o=cb(e.fileName,r.outDir,n.getCurrentDirectory(),t,n.getCanonicalFileName);if(0===Ra(e.fileName,o,n.getCurrentDirectory(),!n.useCaseSensitiveFileNames()))return!1}return!0}function lb(e,n,t){return cb(e,t,n.getCurrentDirectory(),n.getCommonSourceDirectory(),(e=>n.getCanonicalFileName(e)))}function cb(e,n,t,r,o){let i=ma(e,t);return i=0===o(i).indexOf(o(r))?i.substring(r.length):i,ua(n,i)}function db(e,n,t,r,o,i,a){e.writeFile(t,r,o,(e=>{n.add(sT(Oa.Could_not_write_file_0_Colon_1,t,e))}),i,a)}function ub(e,n,t){if(e.length>ta(e)&&!t(e)){ub(ra(e),n,t),n(e)}}function pb(e,n,t,r,o,i){try{r(e,n,t)}catch{ub(ra(_a(e)),o,i),r(e,n,t)}}function fb(e,n){return fs(us(e),n)}function mb(e,n){return fs(e,n)}function _b(e){return P(e.members,(e=>IN(e)&&am(e.body)))}function hb(e){if(e&&e.parameters.length>0){const n=2===e.parameters.length&&vb(e.parameters[0]);return e.parameters[n?1:0]}}function gb(e){const n=hb(e);return n&&n.type}function yb(e){if(e.parameters.length&&!SM(e)){const n=e.parameters[0];if(vb(n))return n}}function vb(e){return bb(e.name)}function bb(e){return!!e&&80===e.kind&&Tb(e)}function Eb(e){return!!Nl(e,(e=>186===e.kind||80!==e.kind&&166!==e.kind&&"quit"))}function Sb(e){if(!bb(e))return!1;for(;gN(e.parent)&&e.parent.left===e;)e=e.parent;return 186===e.parent.kind}function Tb(e){return"this"===e.escapedText}function xb(e,n){let t,r,o,i;return rv(n)?(t=n,177===n.kind?o=n:178===n.kind?i=n:Rt.fail("Accessor has wrong kind")):x(e,(e=>{if(Pd(e)&&jb(e)===jb(n)){iv(e.name)===iv(n.name)&&(t?r||(r=e):t=e,177!==e.kind||o||(o=e),178!==e.kind||i||(i=e))}})),{firstAccessor:t,secondAccessor:r,getAccessor:o,setAccessor:i}}function Ab(e){if(!Yh(e)&&sC(e))return;const n=e.type;return n||!Yh(e)?n:qc(e)?e.typeExpression&&e.typeExpression.type:vc(e)}function Rb(e){return e.type}function Ib(e){return SM(e)?e.type&&e.type.typeExpression&&e.type.typeExpression.type:e.type||(Yh(e)?bc(e):void 0)}function Nb(e){return J(Sc(e),(e=>function(e){return GM(e)&&!(327===e.parent.kind&&(e.parent.tags.some(Kg)||e.parent.tags.some(PM)))}(e)?e.typeParameters:void 0))}function Db(e){const n=hb(e);return n&&Ab(n)}function Cb(e,n,t,r){Mb(e,n,t.pos,r)}function Mb(e,n,t,r){r&&r.length&&t!==r[0].pos&&mb(e,t)!==mb(e,r[0].pos)&&n.writeLine()}function Pb(e,n,t,r){t!==r&&mb(e,t)!==mb(e,r)&&n.writeLine()}function Lb(e,n,t,r,o,i,a,s){if(r&&r.length>0){o&&t.writeSpace(" ");let l=!1;for(const o of r)l&&(t.writeSpace(" "),l=!1),s(e,n,t,o.pos,o.end,a),o.hasTrailingNewLine?t.writeLine():l=!0;l&&i&&t.writeSpace(" ")}}function kb(e,n,t,r,o,i,a){let s,l;if(a?0===o.pos&&(s=B(ks(e,o.pos),(function(n){return gm(e,n.pos)}))):s=ks(e,o.pos),s){const a=[];let c;for(const e of s){if(c){const t=mb(n,c.end);if(mb(n,e.pos)>=t+2)break}a.push(e),c=e}if(a.length){const c=mb(n,Fe(a).end);mb(n,Ts(e,o.pos))>=c+2&&(Cb(n,t,o,s),Lb(e,n,t,a,!1,!0,i,r),l={nodePos:o.pos,detachedCommentEndPos:Fe(a).end})}}return l}function wb(e,n,t,r,o,i){if(42===e.charCodeAt(r+1)){const a=ps(n,r),s=n.length;let l;for(let c=r,d=a.line;c0){let e=o%Uv();const n=Vv((o-e)/Uv());for(t.rawWrite(n);e;)t.rawWrite(" "),e--}else t.rawWrite("")}Ob(e,o,t,i,c,u),c=u}}else t.writeComment(e.substring(r,o))}function Ob(e,n,t,r,o,i){const a=Math.min(n,i-1),s=e.substring(o,a).trim();s?(t.writeComment(s),a!==n&&t.writeLine()):t.rawWrite(r)}function Fb(e,n,t){let r=0;for(;n=0&&e.kind<=165?0:(536870912&e.modifierFlagsCache||(e.modifierFlagsCache=536870912|iE(e)),t||n&&Yh(e)?(268435456&e.modifierFlagsCache||!e.parent||(e.modifierFlagsCache|=268435456|tE(e)),rE(e.modifierFlagsCache)):65535&e.modifierFlagsCache)}function Zb(e){return Qb(e,!0)}function eE(e){return Qb(e,!0,!0)}function nE(e){return Qb(e,!1)}function tE(e){let n=0;return e.parent&&!bN(e)&&(Yh(e)&&(rc(e)&&(n|=8388608),ic(e)&&(n|=16777216),sc(e)&&(n|=33554432),cc(e)&&(n|=67108864),dc(e)&&(n|=134217728)),pc(e)&&(n|=65536)),n}function rE(e){return 131071&e|(260046848&e)>>>23}function oE(e){return iE(e)|function(e){return rE(tE(e))}(e)}function iE(e){let n=vL(e)?aE(e.modifiers):0;return(8&e.flags||80===e.kind&&4096&e.flags)&&(n|=32),n}function aE(e){let n=0;if(e)for(const t of e)n|=sE(t.kind);return n}function sE(e){switch(e){case 126:return 256;case 125:return 1;case 124:return 4;case 123:return 2;case 128:return 64;case 129:return 512;case 95:return 32;case 138:return 128;case 87:return 4096;case 90:return 2048;case 134:return 1024;case 148:return 8;case 164:return 16;case 103:return 8192;case 147:return 16384;case 170:return 32768}return 0}function lE(e){return 57===e||56===e}function cE(e){return lE(e)||54===e}function dE(e){return 76===e||77===e||78===e}function uE(e){return TD(e)&&dE(e.operatorToken.kind)}function pE(e){return lE(e)||61===e}function fE(e){return TD(e)&&pE(e.operatorToken.kind)}function mE(e){return e>=64&&e<=79}function _E(e){const n=hE(e);return n&&!n.isImplements?n.class:void 0}function hE(e){if(CD(e)){if(YC(e.parent)&&Md(e.parent.parent))return{class:e.parent.parent,isImplements:119===e.parent.token};if(TM(e.parent)){const n=sy(e.parent);if(n&&Md(n))return{class:n,isImplements:!1}}}}function gE(e,n){return TD(e)&&(n?64===e.operatorToken.kind:mE(e.operatorToken.kind))&&iu(e.left)}function yE(e){return gE(e.parent)&&e.parent.left===e}function vE(e){if(gE(e,!0)){const n=e.left.kind;return 210===n||209===n}return!1}function bE(e){return void 0!==_E(e)}function EE(e){return 80===e.kind||xE(e)}function SE(e){switch(e.kind){case 80:return e;case 166:do{e=e.left}while(80!==e.kind);return e;case 211:do{e=e.expression}while(80!==e.kind);return e}}function TE(e){return 80===e.kind||110===e.kind||108===e.kind||236===e.kind||211===e.kind&&TE(e.expression)||217===e.kind&&TE(e.expression)}function xE(e){return lD(e)&&tN(e.name)&&EE(e.expression)}function AE(e){if(lD(e)){const n=AE(e.expression);if(void 0!==n)return n+"."+c_(e.name)}else if(cD(e)){const n=AE(e.expression);if(void 0!==n&&Ed(e.argumentExpression))return n+"."+iv(e.argumentExpression)}else{if(tN(e))return Pl(e.escapedText);if(qC(e))return SA(e)}}function RE(e){return Ag(e)&&"prototype"===Cg(e)}function IE(e){return 166===e.parent.kind&&e.parent.right===e||211===e.parent.kind&&e.parent.name===e||236===e.parent.kind&&e.parent.name===e}function NE(e){return!!e.parent&&(lD(e.parent)&&e.parent.name===e||cD(e.parent)&&e.parent.argumentExpression===e)}function DE(e){return gN(e.parent)&&e.parent.right===e||lD(e.parent)&&e.parent.name===e||lM(e.parent)&&e.parent.right===e}function CE(e){return TD(e)&&104===e.operatorToken.kind}function ME(e){return CE(e.parent)&&e===e.parent.right}function PE(e){return 210===e.kind&&0===e.properties.length}function LE(e){return 209===e.kind&&0===e.elements.length}function kE(e){if(function(e){return e&&T(e.declarations)>0&&Bb(e.declarations[0],2048)}(e)&&e.declarations)for(const n of e.declarations)if(n.localSymbol)return n.localSymbol}function wE(e){return P(hf,(n=>$i(e,n)))}function OE(e){let n="";const t=function(e){const n=[],t=e.length;for(let r=0;r>6|192),n.push(63&t|128)):t<65536?(n.push(t>>12|224),n.push(t>>6&63|128),n.push(63&t|128)):t<131072?(n.push(t>>18|240),n.push(t>>12&63|128),n.push(t>>6&63|128),n.push(63&t|128)):Rt.assert(!1,"Unexpected code point")}return n}(e);let r=0;const o=t.length;let i,a,s,l;for(;r>2,a=(3&t[r])<<4|t[r+1]>>4,s=(15&t[r+1])<<2|t[r+2]>>6,l=63&t[r+2],r+1>=o?s=l=64:r+2>=o&&(l=64),n+=wp.charAt(i)+wp.charAt(a)+wp.charAt(s)+wp.charAt(l),r+=3;return n}function FE(e,n){return e&&e.base64encode?e.base64encode(n):OE(n)}function WE(e,n){if(e&&e.base64decode)return e.base64decode(n);const t=n.length,r=[];let o=0;for(;o>4&3,l=(15&t)<<4|i>>2&15,c=(3&i)<<6|63&a;0===l&&0!==i?r.push(s):0===c&&0!==a?r.push(s,l):r.push(s,l,c),o+=4}return function(e){let n="",t=0;const r=e.length;for(;t=e||-1===n),{pos:e,end:n}}function HE(e,n){return UE(e.pos,n)}function KE(e,n){return UE(n,e.end)}function qE(e){const n=vL(e)?L(e.modifiers,EN):void 0;return n&&!_x(n.end)?KE(e,n.end):e}function JE(e){if(TN(e)||AN(e))return KE(e,e.name.pos);const n=vL(e)?Oe(e.modifiers):void 0;return n&&!_x(n.end)?KE(e,n.end):qE(e)}function XE(e){return e.pos===e.end}function YE(e,n){return UE(e,e+as(n).length)}function $E(e,n){return eS(e,e,n)}function QE(e,n,t){return iS(aS(e,t,!1),aS(n,t,!1),t)}function ZE(e,n,t){return iS(e.end,n.end,t)}function eS(e,n,t){return iS(aS(e,t,!1),n.end,t)}function nS(e,n,t){return iS(e.end,aS(n,t,!1),t)}function tS(e,n,t,r){const o=aS(n,t,r);return ms(t,e.end,o)}function rS(e,n,t){return ms(t,e.end,n.end)}function oS(e,n){return!iS(e.pos,e.end,n)}function iS(e,n,t){return 0===ms(t,e,n)}function aS(e,n,t){return _x(e.pos)?-1:Ts(n.text,e.pos,!1,t)}function sS(e,n,t,r){const o=Ts(t.text,e,!1,r),i=function(e,n=0,t){for(;e-- >n;)if(!hs(t.text.charCodeAt(e)))return e}(o,n,t);return ms(t,i??n,o)}function lS(e,n,t,r){const o=Ts(t.text,e,!1,r);return ms(t,e,Math.min(n,o))}function cS(e){const n=Cl(e);if(n)switch(n.parent.kind){case 266:case 267:return n===n.parent.name}return!1}function dS(e){return B(e.declarations,uS)}function uS(e){return iC(e)&&void 0!==e.initializer}function pS(e){return e.watch&&He(e,"watch")}function fS(e){e.close()}function mS(e){return 33554432&e.flags?e.links.checkFlags:0}function _S(e,n=!1){if(e.valueDeclaration){const t=Sl(n&&e.declarations&&P(e.declarations,DN)||32768&e.flags&&P(e.declarations,NN)||e.valueDeclaration);return e.parent&&32&e.parent.flags?t:-8&t}if(6&mS(e)){const n=e.links.checkFlags;return(1024&n?2:256&n?1:4)|(2048&n?256:0)}return 4194304&e.flags?257:0}function hS(e,n){return 2097152&e.flags?n.getAliasedSymbol(e):e}function gS(e){return e.exportSymbol?e.exportSymbol.flags|e.flags:e.flags}function yS(e){return 1===bS(e)}function vS(e){return 0!==bS(e)}function bS(e){const{parent:n}=e;switch(null==n?void 0:n.kind){case 217:case 209:return bS(n);case 225:case 224:const{operator:t}=n;return 46===t||47===t?2:0;case 226:const{left:r,operatorToken:o}=n;return r===e&&mE(o.kind)?64===o.kind?1:2:0;case 211:return n.name!==e?0:bS(n);case 303:{const t=bS(n.parent);return e===n.name?function(e){switch(e){case 0:return 1;case 1:return 0;case 2:return 2;default:return Rt.assertNever(e)}}(t):t}case 304:return e===n.objectAssignmentInitializer?0:bS(n.parent);default:return 0}}function ES(e,n){if(!e||!n||Object.keys(e).length!==Object.keys(n).length)return!1;for(const t in e)if("object"==typeof e[t]){if(!ES(e[t],n[t]))return!1}else if("function"!=typeof e[t]&&e[t]!==n[t])return!1;return!0}function SS(e,n){e.forEach(n),e.clear()}function TS(e,n,t){const{onDeleteValue:r,onExistingValue:o}=t;e.forEach(((t,i)=>{var a;(null==n?void 0:n.has(i))?o&&o(t,null==(a=n.get)?void 0:a.call(n,i),i):(e.delete(i),r(t,i))}))}function xS(e,n,t){TS(e,n,t);const{createNewValue:r}=t;null==n||n.forEach(((n,t)=>{e.has(t)||e.set(t,r(t,n))}))}function AS(e){if(32&e.flags){const n=RS(e);return!!n&&Bb(n,64)}return!1}function RS(e){var n;return null==(n=e.declarations)?void 0:n.find(Md)}function IS(e){return 3899393&e.flags?e.objectFlags:0}function NS(e,n){return!!ka(e,(e=>!!n(e)||void 0))}function DS(e){return!!e&&!!e.declarations&&!!e.declarations[0]&&_C(e.declarations[0])}function CS({moduleSpecifier:e}){return zI(e)?e.text:xm(e)}function MS(e){let n;return ok(e,(e=>{am(e)&&(n=e)}),(e=>{for(let t=e.length-1;t>=0;t--)if(am(e[t])){n=e[t];break}})),n}function PS(e,n,t=!0){return!e.has(n)&&(e.set(n,t),!0)}function LS(e){return Md(e)||cC(e)||WN(e)}function kS(e){return e>=182&&e<=205||133===e||159===e||150===e||163===e||151===e||136===e||154===e||155===e||116===e||157===e||146===e||141===e||233===e||319===e||320===e||321===e||322===e||323===e||324===e||325===e}function wS(e){return 211===e.kind||212===e.kind}function OS(e){return 211===e.kind?e.name:(Rt.assert(212===e.kind),e.argumentExpression)}function FS(e){switch(e.kind){case"text":case"internal":return!0;default:return!1}}function WS(e){return 275===e.kind||279===e.kind}function zS(e){for(;wS(e);)e=e.expression;return e}function GS(e,n){if(wS(e.parent)&&NE(e))return function e(t){if(211===t.kind){const e=n(t.name);if(void 0!==e)return e}else if(212===t.kind){if(!tN(t.argumentExpression)&&!tp(t.argumentExpression))return;{const e=n(t.argumentExpression);if(void 0!==e)return e}}if(wS(t.expression))return e(t.expression);if(tN(t.expression))return n(t.expression);return}(e.parent)}function BS(e,n){for(;;){switch(e.kind){case 225:e=e.operand;continue;case 226:e=e.left;continue;case 227:e=e.condition;continue;case 215:e=e.tag;continue;case 213:if(n)return e;case 234:case 212:case 211:case 235:case 360:case 238:e=e.expression;continue}return e}}function jS(e,n){this.flags=e,this.escapedName=n,this.declarations=void 0,this.valueDeclaration=void 0,this.id=0,this.mergeId=0,this.parent=void 0,this.members=void 0,this.exports=void 0,this.exportSymbol=void 0,this.constEnumOnlyModule=void 0,this.isReferenced=void 0,this.lastAssignmentPos=void 0,this.links=void 0}function VS(e,n){this.flags=n,(Rt.isDebugging||Lr)&&(this.checker=e)}function US(e,n){this.flags=n,Rt.isDebugging&&(this.checker=e)}function HS(e,n,t){this.pos=n,this.end=t,this.kind=e,this.id=0,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function KS(e,n,t){this.pos=n,this.end=t,this.kind=e,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}function qS(e,n,t){this.pos=n,this.end=t,this.kind=e,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function JS(e,n,t){this.fileName=e,this.text=n,this.skipTrivia=t||(e=>e)}function XS(e){zp.push(e),e(Wp)}function YS(e){Object.assign(Wp,e),x(zp,(e=>e(Wp)))}function $S(e,n){return e.replace(/{(\d+)}/g,((e,t)=>""+Rt.checkDefined(n[+t])))}function QS(e){Gp=e}function ZS(e){!Gp&&e&&(Gp=e())}function eT(e){return Gp&&Gp[e.key]||e.message}function nT(e,n,t,r,o,...i){t+r>n.length&&(r=n.length-t),__(n,t,r);let a=eT(o);return se(i)&&(a=$S(a,i)),{file:void 0,start:t,length:r,messageText:a,category:o.category,code:o.code,reportsUnnecessary:o.reportsUnnecessary,fileName:e}}function tT(e){return void 0===e.file&&void 0!==e.start&&void 0!==e.length&&"string"==typeof e.fileName}function rT(e,n){const t=n.fileName||"",r=n.text.length;Rt.assertEqual(e.fileName,t),Rt.assertLessThanOrEqual(e.start,r),Rt.assertLessThanOrEqual(e.start+e.length,r);const o={file:n,start:e.start,length:e.length,messageText:e.messageText,category:e.category,code:e.code,reportsUnnecessary:e.reportsUnnecessary};if(e.relatedInformation){o.relatedInformation=[];for(const i of e.relatedInformation)tT(i)&&i.fileName===t?(Rt.assertLessThanOrEqual(i.start,r),Rt.assertLessThanOrEqual(i.start+i.length,r),o.relatedInformation.push(rT(i,n))):o.relatedInformation.push(i)}return o}function oT(e,n){const t=[];for(const r of e)t.push(rT(r,n));return t}function iT(e,n,t,r,...o){__(e.text,n,t);let i=eT(r);return se(o)&&(i=$S(i,o)),{file:e,start:n,length:t,messageText:i,category:r.category,code:r.code,reportsUnnecessary:r.reportsUnnecessary,reportsDeprecated:r.reportsDeprecated}}function aT(e,...n){let t=eT(e);return se(n)&&(t=$S(t,n)),t}function sT(e,...n){let t=eT(e);return se(n)&&(t=$S(t,n)),{file:void 0,start:void 0,length:void 0,messageText:t,category:e.category,code:e.code,reportsUnnecessary:e.reportsUnnecessary,reportsDeprecated:e.reportsDeprecated}}function lT(e,n){return{file:void 0,start:void 0,length:void 0,code:e.code,category:e.category,messageText:e.next?e:e.messageText,relatedInformation:n}}function cT(e,n,...t){let r=eT(n);return se(t)&&(r=$S(r,t)),{messageText:r,category:n.category,code:n.code,next:void 0===e||Array.isArray(e)?e:[e]}}function dT(e,n){let t=e;for(;t.next;)t=t.next[0];t.next=[n]}function uT(e){return e.file?e.file.path:void 0}function pT(e,n){return fT(e,n)||function(e,n){if(!e.relatedInformation&&!n.relatedInformation)return 0;if(e.relatedInformation&&n.relatedInformation)return Wn(e.relatedInformation.length,n.relatedInformation.length)||x(e.relatedInformation,((e,t)=>pT(e,n.relatedInformation[t])))||0;return e.relatedInformation?-1:1}(e,n)||0}function fT(e,n){return Vn(uT(e),uT(n))||Wn(e.start,n.start)||Wn(e.length,n.length)||Wn(e.code,n.code)||mT(e.messageText,n.messageText)||0}function mT(e,n){if("string"==typeof e&&"string"==typeof n)return Vn(e,n);if("string"==typeof e)return-1;if("string"==typeof n)return 1;let t=Vn(e.messageText,n.messageText);if(t)return t;if(!e.next&&!n.next)return 0;if(!e.next)return-1;if(!n.next)return 1;const r=Math.min(e.next.length,n.next.length);for(let o=0;on.next.length?1:0}function _T(e){return 4===e||2===e||1===e||6===e?1:0}function hT(e){if(2&e.transformFlags)return ju(e)||GC(e)?e:ok(e,hT)}function gT(e){return e.isDeclarationFile?void 0:hT(e)}function yT(e){return!(99!==e.impliedNodeFormat&&!Qi(e.fileName,[".cjs",".cts",".mjs",".mts"])||e.isDeclarationFile)||void 0}function vT(e){switch(Hp(e)){case 3:return e=>{e.externalModuleIndicator=WL(e)||!e.isDeclarationFile||void 0};case 1:return e=>{e.externalModuleIndicator=WL(e)};case 2:const n=[WL];4!==e.jsx&&5!==e.jsx||n.push(gT),n.push(yT);const t=_t(...n);return e=>{e.externalModuleIndicator=t(e)}}}function bT(e){return e>=5&&e<=99}function ET(e){switch(Vp(e)){case 0:case 4:case 3:return!1}return!0}function ST(e){return e.verbatimModuleSyntax||e.isolatedModules&&e.preserveValueImports}function TT(e){return!1===e.allowUnreachableCode}function xT(e){return!1===e.allowUnusedLabels}function AT(e){return e>=3&&e<=99||100===e}function RT(e,n){return void 0===e[n]?!!e.strict:!!e[n]}function IT(e){return!1!==e.useDefineForClassFields&&jp(e)>=9}function NT(e,n){return Of(n,e,wk)}function DT(e,n){return Of(n,e,Ok)}function CT(e,n){return Of(n,e,Fk)}function MT(e,n){return n.strictFlag?RT(e,n.name):n.allowJsFlag?tf(e):e[n.name]}function PT(e){const n=e.jsx;return 2===n||4===n||5===n}function LT(e,n){const t=null==n?void 0:n.pragmas.get("jsximportsource"),r=_n(t)?t[t.length-1]:t;return 4===e.jsx||5===e.jsx||e.jsxImportSource||r?(null==r?void 0:r.arguments.factory)||e.jsxImportSource||"react":void 0}function kT(e,n){return e?`${e}/${5===n.jsx?"jsx-dev-runtime":"jsx-runtime"}`:void 0}function wT(e){let n=!1;for(let t=0;to,getSymlinkedDirectories:()=>t,getSymlinkedDirectoriesByRealpath:()=>r,setSymlinkedFile:(e,n)=>(o||(o=new Map)).set(e,n),setSymlinkedDirectory:(o,i)=>{let a=ga(o,e,n);Xx(a)||(a=va(a),!1===i||(null==t?void 0:t.has(a))||(r||(r=dn())).add(i.realPath,o),(t||(t=new Map)).set(a,i))},setSymlinksFromResolutions(e,n,t){Rt.assert(!a),a=!0,e((e=>s(this,e.resolvedModule))),n((e=>s(this,e.resolvedTypeReferenceDirective))),t.forEach((e=>s(this,e.resolvedTypeReferenceDirective)))},hasProcessedResolutions:()=>a};function s(t,r){if(!r||!r.originalPath||!r.resolvedFileName)return;const{resolvedFileName:o,originalPath:a}=r;t.setSymlinkedFile(ga(a,e,n),o);const[s,l]=function(e,n,t,r){const o=sa(ma(e,t)),i=sa(ma(n,t));let a=!1;for(;o.length>=2&&i.length>=2&&!FT(o[o.length-2],r)&&!FT(i[i.length-2],r)&&r(o[o.length-1])===r(i[i.length-1]);)o.pop(),i.pop(),a=!0;return a?[la(o),la(i)]:void 0}(o,a,e,n)||i;s&&l&&t.setSymlinkedDirectory(l,{real:va(s),realPath:va(ga(s,e,n))})}}function FT(e,n){return void 0!==e&&("node_modules"===n(e)||dt(e,"@"))}function WT(e,n,t){const r=pt(e,n,t);return void 0===r?void 0:Vi((o=r).charCodeAt(0))?o.slice(1):void 0;var o}function zT(e){return e.replace(of,GT)}function GT(e){return"\\"+e}function BT(e,n,t){const r=jT(e,n,t);if(!r||!r.length)return;return`^(${r.map((e=>`(${e})`)).join("|")})${"exclude"===t?"($|/)":"$"}`}function jT(e,n,t){if(void 0!==e&&0!==e.length)return J(e,(e=>e&&HT(e,n,t,pf[t])))}function VT(e){return!/[.*?]/.test(e)}function UT(e,n,t){const r=e&&HT(e,n,t,pf[t]);return r&&`^(${r})${"exclude"===t?"($|/)":"$"}`}function HT(e,n,t,{singleAsteriskRegexFragment:r,doubleAsteriskRegexFragment:o,replaceWildcardCharacter:i}=pf[t]){let a="",s=!1;const l=fa(e,n),c=Fe(l);if("exclude"!==t&&"**"===c)return;l[0]=ya(l[0]),VT(c)&&l.push("**","*");let d=0;for(let e of l){if("**"===e)a+=o;else if("directories"===t&&(a+="(",d++),s&&(a+=Fi),"exclude"!==t){let n="";42===e.charCodeAt(0)?(n+="([^./]"+r+")?",e=e.substr(1)):63===e.charCodeAt(0)&&(n+="[^./]",e=e.substr(1)),n+=e.replace(of,i),n!==e&&(a+=lf),a+=n}else a+=e.replace(of,i);s=!0}for(;d>0;)a+=")?",d--;return a}function KT(e,n){return"*"===e?n:"?"===e?"[^/]":"\\"+e}function qT(e,n,t,r,o){e=_a(e);const i=ua(o=_a(o),e);return{includeFilePatterns:U(jT(t,i,"files"),(e=>`^${e}$`)),includeFilePattern:BT(t,i,"files"),includeDirectoryPattern:BT(t,i,"directories"),excludePattern:BT(n,i,"exclude"),basePaths:YT(e,t,r)}}function JT(e,n){return new RegExp(e,n?"":"i")}function XT(e,n,t,r,o,i,a,s,l){e=_a(e),i=_a(i);const c=qT(e,t,r,o,i),d=c.includeFilePatterns&&c.includeFilePatterns.map((e=>JT(e,o))),u=c.includeDirectoryPattern&&JT(c.includeDirectoryPattern,o),p=c.excludePattern&&JT(c.excludePattern,o),f=d?d.map((()=>[])):[[]],m=new Map,_=at(o);for(const e of c.basePaths)h(e,ua(i,e),a);return q(f);function h(e,t,r){const o=_(l(t));if(m.has(o))return;m.set(o,!0);const{files:i,directories:a}=s(e);for(const r of Ne(i,Vn)){const o=ua(e,r),i=ua(t,r);if((!n||Qi(o,n))&&(!p||!p.test(i)))if(d){const e=k(d,(e=>e.test(i)));-1!==e&&f[e].push(o)}else f[0].push(o)}if(void 0===r||0!=--r)for(const n of Ne(a,Vn)){const o=ua(e,n),i=ua(t,n);u&&!u.test(i)||p&&p.test(i)||h(o,i,r)}}}function YT(e,n,t){const r=[e];if(n){const o=[];for(const t of n){const n=Hi(t)?t:_a(ua(e,t));o.push($T(n))}o.sort(Un(!t));for(const n of o)M(r,(r=>!Ia(r,n,e,!t)))&&r.push(n)}return r}function $T(e){const n=z(e,af);return n<0?Yi(e)?ya(ra(e)):e:e.substring(0,e.lastIndexOf(Fi,n))}function QT(e,n){return n||ZT(e)||3}function ZT(e){switch(e.substr(e.lastIndexOf(".")).toLowerCase()){case".js":case".cjs":case".mjs":return 1;case".jsx":return 2;case".ts":case".cts":case".mts":return 3;case".tsx":return 4;case".json":return 6;default:return 0}}function ex(e,n){const t=e&&tf(e);if(!n||0===n.length)return t?vf:ff;const r=t?vf:ff,o=q(r);return[...r,...Z(n,(e=>{return 7===e.scriptKind||t&&(1===(n=e.scriptKind)||2===n)&&!o.includes(e.extension)?[e.extension]:void 0;var n}))]}function nx(e,n){return e&&$p(e)?n===vf?bf:n===ff?_f:[...n,[".json"]]:n}function tx(e){return se(yf,(n=>$i(e,n)))}function rx(e){return se(mf,(n=>$i(e,n)))}function ox({imports:e},n=_t(tx,rx)){return R(e,(({text:e})=>Ji(e)&&!Qi(e,Tf)?n(e):void 0))||!1}function ix(e,n,t,r){const o=Up(t),a=3<=o&&o<=99;return"js"===e||99===n&&a?CW(t)&&2!==s()?3:2:"minimal"===e?0:"index"===e?1:CW(t)?s():ox(r)?2:0;function s(){let e=!1;const o=r.imports.length?r.imports:Jh(r)?function(e){let n,t=0;for(const r of e.statements){if(t>3)break;ag(r)?n=ce(n,r.declarationList.declarations.map((e=>e.initializer))):VD(r)&&ng(r.expression,!0)?n=Ee(n,r.expression):t++}return n||i}(r).map((e=>e.arguments[0])):i;for(const i of o)if(Ji(i.text)){if(a&&1===n&&99===VU(r,i,t))continue;if(Qi(i.text,Tf))continue;if(rx(i.text))return 3;tx(i.text)&&(e=!0)}return e?2:0}}function ax(e,n,t){if(!e)return!1;const r=ex(n,t);for(const t of q(nx(n,r)))if($i(e,t))return!0;return!1}function sx(e){const n=e.match(/\//g);return n?n.length:0}function lx(e,n){return Wn(sx(e),sx(n))}function cx(e){for(const n of Af){const t=dx(e,n);if(void 0!==t)return t}return e}function dx(e,n){return $i(e,n)?ux(e,n):void 0}function ux(e,n){return e.substring(0,e.length-n.length)}function px(e,n){return Ea(e,n,Af,!1)}function fx(e){const n=e.indexOf("*");return-1===n?e:-1!==e.indexOf("*",n+1)?void 0:{prefix:e.substr(0,n),suffix:e.substr(n+1)}}function mx(e){return Z(qe(e),(e=>fx(e)))}function _x(e){return!(e>=0)}function hx(e){return".ts"===e||".tsx"===e||".d.ts"===e||".cts"===e||".mts"===e||".d.mts"===e||".d.cts"===e||dt(e,".d.")&&Qn(e,".ts")}function gx(e){return hx(e)||".json"===e}function yx(e){const n=bx(e);return void 0!==n?n:Rt.fail(`File ${e} has unknown extension.`)}function vx(e){return void 0!==bx(e)}function bx(e){return P(Af,(n=>$i(e,n)))}function Ex(e,n){return e.checkJsDirective?e.checkJsDirective.enabled:n.checkJs}function Sx(e,n){const t=[];for(const r of e){if(r===n)return n;gn(r)||t.push(r)}return ct(t,(e=>e),n)}function Tx(e,n){const t=e.indexOf(n);return Rt.assert(-1!==t),e.slice(t)}function xx(e,...n){return n.length?(e.relatedInformation||(e.relatedInformation=[]),Rt.assert(e.relatedInformation!==i,"Diagnostic had empty array singleton for related info, but is still being constructed!"),e.relatedInformation.push(...n),e):e}function Ax(e,n){Rt.assert(0!==e.length);let t=n(e[0]),r=t;for(let o=1;or&&(r=i)}return{min:t,max:r}}function Rx(e){return{pos:vm(e),end:e.end}}function Ix(e,n){return{pos:n.pos-1,end:Math.min(e.text.length,Ts(e.text,n.end)+1)}}function Nx(e,n,t){return n.skipLibCheck&&e.isDeclarationFile||n.skipDefaultLibCheck&&e.hasNoDefaultLib||t.isSourceOfProjectReferenceRedirect(e.fileName)}function Dx(e,n){return e===n||"object"==typeof e&&null!==e&&"object"==typeof n&&null!==n&&Ze(e,n,Dx)}function Cx(e){let n;switch(e.charCodeAt(1)){case 98:case 66:n=1;break;case 111:case 79:n=3;break;case 120:case 88:n=4;break;default:const t=e.length-1;let r=0;for(;48===e.charCodeAt(r);)r++;return e.slice(r,t)||"0"}const t=e.length-1,r=(t-2)*n,o=new Uint16Array((r>>>4)+(15&r?1:0));for(let r=t-1,i=0;r>=2;r--,i+=n){const n=i>>>4,t=e.charCodeAt(r),a=(t<=57?t-48:10+t-(t<=70?65:97))<<(15&i);o[n]|=a;const s=a>>>16;s&&(o[n+1]|=s)}let i="",a=o.length-1,s=!0;for(;s;){let e=0;s=!1;for(let n=a;n>=0;n--){const t=e<<16|o[n],r=t/10|0;o[n]=r,e=t-10*r,r&&!s&&(a=n,s=!0)}i=e+i}return i}function Mx({negative:e,base10Value:n}){return(e&&"0"!==n?"-":"")+n}function Px(e){if(kx(e,!1))return Lx(e)}function Lx(e){const n=e.startsWith("-");return{negative:n,base10Value:Cx(`${n?e.slice(1):e}n`)}}function kx(e,n){if(""===e)return!1;const t=Gs(99,!1);let r=!0;t.setOnError((()=>r=!1)),t.setText(e+"n");let o=t.scan();const i=41===o;i&&(o=t.scan());const a=t.getTokenFlags();return r&&10===o&&t.getTokenEnd()===e.length+1&&!(512&a)&&(!n||e===Mx({negative:i,base10Value:Cx(t.getTokenValue())}))}function wx(e){return!!(33554432&e.flags)||jh(e)||function(e){if(80!==e.kind)return!1;const n=Nl(e.parent,(e=>{switch(e.kind){case 298:return!0;case 211:case 233:return!1;default:return"quit"}}));return 119===(null==n?void 0:n.token)||264===(null==n?void 0:n.parent.kind)}(e)||function(e){for(;80===e.kind||211===e.kind;)e=e.parent;if(167!==e.kind)return!1;if(Bb(e.parent,64))return!0;const n=e.parent.parent.kind;return 264===n||187===n}(e)||!(Gh(e)||function(e){return tN(e)&&ZC(e.parent)&&e.parent.name===e}(e))}function Ox(e){return kN(e)&&tN(e.typeName)}function Fx(e,n=kn){if(e.length<2)return!0;const t=e[0];for(let r=1,o=e.length;re.includes(n)))}function Yx(e){if(!e.parent)return;switch(e.kind){case 168:const{parent:n}=e;return 195===n.kind?void 0:n.typeParameters;case 169:return e.parent.parameters;case 204:case 239:return e.parent.templateSpans;case 170:{const{parent:n}=e;return bL(n)?n.modifiers:void 0}case 298:return e.parent.heritageClauses}const{parent:n}=e;if(Ku(e))return EM(e.parent)?void 0:e.parent.tags;switch(n.kind){case 187:case 264:return Wd(e)?n.members:void 0;case 192:case 193:return n.types;case 189:case 209:case 361:case 275:case 279:return n.elements;case 210:case 292:return n.properties;case 213:case 214:return Bd(e)?n.typeArguments:n.expression===e?void 0:n.arguments;case 284:case 288:return zu(e)?n.children:void 0;case 286:case 285:return Bd(e)?n.typeArguments:void 0;case 241:case 296:case 297:case 268:case 312:return n.statements;case 269:return n.clauses;case 263:case 231:return Cd(e)?n.members:void 0;case 266:return nM(e)?n.members:void 0}}function $x(e){if(!e.typeParameters){if(se(e.parameters,(e=>!Ab(e))))return!0;if(219!==e.kind){const n=Pe(e.parameters);if(!n||!vb(n))return!0}}return!1}function Qx(e){return"Infinity"===e||"-Infinity"===e||"NaN"===e}function Zx(e){return 260===e.kind&&299===e.parent.kind}function eA(e){return 218===e.kind||219===e.kind}function nA(e){return e.replace(/\$/gm,(()=>"\\$"))}function tA(e){return(+e).toString()===e}function rA(e,n,t,r,o){const i=o&&"new"===e;return!i&&zs(e,n)?UA.createIdentifier(e):!r&&!i&&tA(e)&&+e>=0?UA.createNumericLiteral(+e):UA.createStringLiteral(e,!!t)}function oA(e){return!!(262144&e.flags&&e.isThisType)}function iA(e){let n,t=0,r=0,o=0,i=0;var a;(a=n||(n={}))[a.BeforeNodeModules=0]="BeforeNodeModules",a[a.NodeModules=1]="NodeModules",a[a.Scope=2]="Scope",a[a.PackageContent=3]="PackageContent";let s=0,l=0,c=0;for(;l>=0;)switch(s=l,l=e.indexOf("/",s+1),c){case 0:e.indexOf(HO,s)===s&&(t=s,r=l,c=1);break;case 1:case 2:1===c&&"@"===e.charAt(s+1)?c=2:(o=l,c=3);break;case 3:c=e.indexOf(HO,s)===s?1:3}return i=s,c>1?{topLevelNodeModulesIndex:t,topLevelPackageNameIndex:r,packageRootIndex:o,fileNameIndex:i}:void 0}function aA(e){var n;return 348===e.kind?null==(n=e.typeExpression)?void 0:n.type:e.type}function sA(e){switch(e.kind){case 168:case 263:case 264:case 265:case 266:case 353:case 345:case 347:return!0;case 273:return e.isTypeOnly;case 276:case 281:return e.parent.parent.isTypeOnly;default:return!1}}function lA(e){return uC(e)||BD(e)||sC(e)||lC(e)||cC(e)||sA(e)||pC(e)&&!Bm(e)&&!Gm(e)}function cA(e){if(!qc(e))return!1;const{isBracketed:n,typeExpression:t}=e;return n||!!t&&323===t.type.kind}function dA(e,n){if(0===e.length)return!1;const t=e.charCodeAt(0);return 35===t?e.length>1&&Fs(e.charCodeAt(1),n):Fs(t,n)}function uA(e){var n;return 0===(null==(n=zR(e))?void 0:n.kind)}function pA(e){return Yh(e)&&(e.type&&323===e.type.kind||ql(e).some((({isBracketed:e,typeExpression:n})=>e||!!n&&323===n.type.kind)))}function fA(e){switch(e.kind){case 172:case 171:return!!e.questionToken;case 169:return!!e.questionToken||pA(e);case 355:case 348:return cA(e);default:return!1}}function mA(e){const n=e.kind;return(211===n||212===n)&&LD(e.expression)}function _A(e){return Yh(e)&&mD(e)&&Xu(e)&&!!gc(e)}function hA(e){return Rt.checkDefined(gA(e))}function gA(e){const n=gc(e);return n&&n.typeExpression&&n.typeExpression.type}function yA(e){return tN(e)?e.escapedText:EA(e)}function vA(e){return tN(e)?Ll(e):SA(e)}function bA(e){const n=e.kind;return 80===n||295===n}function EA(e){return`${e.namespace.escapedText}:${Ll(e.name)}`}function SA(e){return`${Ll(e.namespace)}:${Ll(e.name)}`}function TA(e){return tN(e)?Ll(e):SA(e)}function xA(e){return!!(8576&e.flags)}function AA(e){return 8192&e.flags?e.escapedName:384&e.flags?Ml(""+e.value):Rt.fail()}function RA(e){return!!e&&(lD(e)||cD(e)||TD(e))}function IA(e){return void 0!==e&&!!HU(e.attributes)}function NA(e,n){return If.call(e,"*",n)}function DA(e){return tN(e.name)?e.name.escapedText:Ml(e.name.text)}var CA=b({"src/compiler/utilities.ts"(){JJ(),lp=[],cp="tslib",dp=160,up=1e6,pp=function(){var e="";const n=n=>e+=n;return{getText:()=>e,write:n,rawWrite:n,writeKeyword:n,writeOperator:n,writePunctuation:n,writeSpace:n,writeStringLiteral:n,writeLiteral:n,writeParameter:n,writeProperty:n,writeSymbol:(e,t)=>n(e),writeTrailingSemicolon:n,writeComment:n,getTextPos:()=>e.length,getLine:()=>0,getColumn:()=>0,getIndent:()=>0,isAtStartOfLine:()=>!1,hasTrailingComment:()=>!1,hasTrailingWhitespace:()=>!!e.length&&hs(e.charCodeAt(e.length-1)),writeLine:()=>e+=" ",increaseIndent:En,decreaseIndent:En,clear:()=>e=""}}(),fp=Dn((()=>new Map(Object.entries({Array:new Map(Object.entries({es2015:["find","findIndex","fill","copyWithin","entries","keys","values"],es2016:["includes"],es2019:["flat","flatMap"],es2022:["at"],es2023:["findLastIndex","findLast"]})),Iterator:new Map(Object.entries({es2015:i})),AsyncIterator:new Map(Object.entries({es2015:i})),Atomics:new Map(Object.entries({es2017:i})),SharedArrayBuffer:new Map(Object.entries({es2017:i})),AsyncIterable:new Map(Object.entries({es2018:i})),AsyncIterableIterator:new Map(Object.entries({es2018:i})),AsyncGenerator:new Map(Object.entries({es2018:i})),AsyncGeneratorFunction:new Map(Object.entries({es2018:i})),RegExp:new Map(Object.entries({es2015:["flags","sticky","unicode"],es2018:["dotAll"]})),Reflect:new Map(Object.entries({es2015:["apply","construct","defineProperty","deleteProperty","get","getOwnPropertyDescriptor","getPrototypeOf","has","isExtensible","ownKeys","preventExtensions","set","setPrototypeOf"]})),ArrayConstructor:new Map(Object.entries({es2015:["from","of"]})),ObjectConstructor:new Map(Object.entries({es2015:["assign","getOwnPropertySymbols","keys","is","setPrototypeOf"],es2017:["values","entries","getOwnPropertyDescriptors"],es2019:["fromEntries"],es2022:["hasOwn"]})),NumberConstructor:new Map(Object.entries({es2015:["isFinite","isInteger","isNaN","isSafeInteger","parseFloat","parseInt"]})),Math:new Map(Object.entries({es2015:["clz32","imul","sign","log10","log2","log1p","expm1","cosh","sinh","tanh","acosh","asinh","atanh","hypot","trunc","fround","cbrt"]})),Map:new Map(Object.entries({es2015:["entries","keys","values"]})),Set:new Map(Object.entries({es2015:["entries","keys","values"]})),PromiseConstructor:new Map(Object.entries({es2015:["all","race","reject","resolve"],es2020:["allSettled"],es2021:["any"]})),Symbol:new Map(Object.entries({es2015:["for","keyFor"],es2019:["description"]})),WeakMap:new Map(Object.entries({es2015:["entries","keys","values"]})),WeakSet:new Map(Object.entries({es2015:["entries","keys","values"]})),String:new Map(Object.entries({es2015:["codePointAt","includes","endsWith","normalize","repeat","startsWith","anchor","big","blink","bold","fixed","fontcolor","fontsize","italics","link","small","strike","sub","sup"],es2017:["padStart","padEnd"],es2019:["trimStart","trimEnd","trimLeft","trimRight"],es2020:["matchAll"],es2021:["replaceAll"],es2022:["at"]})),StringConstructor:new Map(Object.entries({es2015:["fromCodePoint","raw"]})),DateTimeFormat:new Map(Object.entries({es2017:["formatToParts"]})),Promise:new Map(Object.entries({es2015:i,es2018:["finally"]})),RegExpMatchArray:new Map(Object.entries({es2018:["groups"]})),RegExpExecArray:new Map(Object.entries({es2018:["groups"]})),Intl:new Map(Object.entries({es2018:["PluralRules"]})),NumberFormat:new Map(Object.entries({es2018:["formatToParts"]})),SymbolConstructor:new Map(Object.entries({es2020:["matchAll"]})),DataView:new Map(Object.entries({es2020:["setBigInt64","setBigUint64","getBigInt64","getBigUint64"]})),BigInt:new Map(Object.entries({es2020:i})),RelativeTimeFormat:new Map(Object.entries({es2020:["format","formatToParts","resolvedOptions"]})),Int8Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Uint8Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Uint8ClampedArray:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Int16Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Uint16Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Int32Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Uint32Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Float32Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),Float64Array:new Map(Object.entries({es2022:["at"],es2023:["findLastIndex","findLast"]})),BigInt64Array:new Map(Object.entries({es2020:i,es2022:["at"],es2023:["findLastIndex","findLast"]})),BigUint64Array:new Map(Object.entries({es2020:i,es2022:["at"],es2023:["findLastIndex","findLast"]})),Error:new Map(Object.entries({es2022:["cause"]}))})))),mp=(e=>(e[e.None=0]="None",e[e.NeverAsciiEscape=1]="NeverAsciiEscape",e[e.JsxAttributeEscape=2]="JsxAttributeEscape",e[e.TerminateUnterminatedLiterals=4]="TerminateUnterminatedLiterals",e[e.AllowNumericSeparator=8]="AllowNumericSeparator",e))(mp||{}),_p=/^(\/\/\/\s* /,hp=/^(\/\/\/\s* /,gp=/^(\/\/\/\s* /,yp=/^(\/\/\/\s* /,vp=/^\/\/\/\s* /,bp=/^(\/\/\/\s* /,Ep=(e=>(e[e.None=0]="None",e[e.Definite=1]="Definite",e[e.Compound=2]="Compound",e))(Ep||{}),Sp=(e=>(e[e.Normal=0]="Normal",e[e.Generator=1]="Generator",e[e.Async=2]="Async",e[e.Invalid=4]="Invalid",e[e.AsyncGenerator=3]="AsyncGenerator",e))(Sp||{}),Tp=(e=>(e[e.Left=0]="Left",e[e.Right=1]="Right",e))(Tp||{}),xp=(e=>(e[e.Comma=0]="Comma",e[e.Spread=1]="Spread",e[e.Yield=2]="Yield",e[e.Assignment=3]="Assignment",e[e.Conditional=4]="Conditional",e[e.Coalesce=4]="Coalesce",e[e.LogicalOR=5]="LogicalOR",e[e.LogicalAND=6]="LogicalAND",e[e.BitwiseOR=7]="BitwiseOR",e[e.BitwiseXOR=8]="BitwiseXOR",e[e.BitwiseAND=9]="BitwiseAND",e[e.Equality=10]="Equality",e[e.Relational=11]="Relational",e[e.Shift=12]="Shift",e[e.Additive=13]="Additive",e[e.Multiplicative=14]="Multiplicative",e[e.Exponentiation=15]="Exponentiation",e[e.Unary=16]="Unary",e[e.Update=17]="Update",e[e.LeftHandSide=18]="LeftHandSide",e[e.Member=19]="Member",e[e.Primary=20]="Primary",e[e.Highest=20]="Highest",e[e.Lowest=0]="Lowest",e[e.Invalid=-1]="Invalid",e))(xp||{}),Ap=/\$\{/g,Rp=/[\\"\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,Ip=/[\\'\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,Np=/\r\n|[\\`\u0000-\u001f\t\v\f\b\r\u2028\u2029\u0085]/g,Dp=new Map(Object.entries({"\t":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","
":"\\u0085","\r\n":"\\r\\n"})),Cp=/[^\u0000-\u007F]/g,Mp=/["\u0000-\u001f\u2028\u2029\u0085]/g,Pp=/['\u0000-\u001f\u2028\u2029\u0085]/g,Lp=new Map(Object.entries({'"':""","'":"'"})),kp=[""," "],wp="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Op="\r\n",Fp="\n",Wp={getNodeConstructor:()=>HS,getTokenConstructor:()=>KS,getIdentifierConstructor:()=>qS,getPrivateIdentifierConstructor:()=>HS,getSourceFileConstructor:()=>HS,getSymbolConstructor:()=>jS,getTypeConstructor:()=>VS,getSignatureConstructor:()=>US,getSourceMapSourceConstructor:()=>JS},zp=[],jp=(Bp={target:{dependencies:["module"],computeValue:e=>e.target??((100===e.module?9:199===e.module&&99)||1)},module:{dependencies:["target"],computeValue:e=>"number"==typeof e.module?e.module:Bp.target.computeValue(e)>=2?5:1},moduleResolution:{dependencies:["module","target"],computeValue:e=>{let n=e.moduleResolution;if(void 0===n)switch(Bp.module.computeValue(e)){case 1:n=2;break;case 100:n=3;break;case 199:n=99;break;case 200:n=100;break;default:n=1}return n}},moduleDetection:{dependencies:["module","target"],computeValue:e=>e.moduleDetection||(100===Bp.module.computeValue(e)||199===Bp.module.computeValue(e)?3:2)},isolatedModules:{dependencies:["verbatimModuleSyntax"],computeValue:e=>!(!e.isolatedModules&&!e.verbatimModuleSyntax)},esModuleInterop:{dependencies:["module","target"],computeValue:e=>{if(void 0!==e.esModuleInterop)return e.esModuleInterop;switch(Bp.module.computeValue(e)){case 100:case 199:case 200:return!0}return!1}},allowSyntheticDefaultImports:{dependencies:["module","target","moduleResolution"],computeValue:e=>void 0!==e.allowSyntheticDefaultImports?e.allowSyntheticDefaultImports:Bp.esModuleInterop.computeValue(e)||4===Bp.module.computeValue(e)||100===Bp.moduleResolution.computeValue(e)},resolvePackageJsonExports:{dependencies:["moduleResolution"],computeValue:e=>{const n=Bp.moduleResolution.computeValue(e);if(!AT(n))return!1;if(void 0!==e.resolvePackageJsonExports)return e.resolvePackageJsonExports;switch(n){case 3:case 99:case 100:return!0}return!1}},resolvePackageJsonImports:{dependencies:["moduleResolution","resolvePackageJsonExports"],computeValue:e=>{const n=Bp.moduleResolution.computeValue(e);if(!AT(n))return!1;if(void 0!==e.resolvePackageJsonExports)return e.resolvePackageJsonExports;switch(n){case 3:case 99:case 100:return!0}return!1}},resolveJsonModule:{dependencies:["moduleResolution","module","target"],computeValue:e=>void 0!==e.resolveJsonModule?e.resolveJsonModule:100===Bp.moduleResolution.computeValue(e)},declaration:{dependencies:["composite"],computeValue:e=>!(!e.declaration&&!e.composite)},preserveConstEnums:{dependencies:["isolatedModules","verbatimModuleSyntax"],computeValue:e=>!(!e.preserveConstEnums&&!Bp.isolatedModules.computeValue(e))},incremental:{dependencies:["composite"],computeValue:e=>!(!e.incremental&&!e.composite)},declarationMap:{dependencies:["declaration","composite"],computeValue:e=>!(!e.declarationMap||!Bp.declaration.computeValue(e))},allowJs:{dependencies:["checkJs"],computeValue:e=>void 0===e.allowJs?!!e.checkJs:e.allowJs},useDefineForClassFields:{dependencies:["target","module"],computeValue:e=>void 0===e.useDefineForClassFields?Bp.target.computeValue(e)>=9:e.useDefineForClassFields},noImplicitAny:{dependencies:["strict"],computeValue:e=>RT(e,"noImplicitAny")},noImplicitThis:{dependencies:["strict"],computeValue:e=>RT(e,"noImplicitThis")},strictNullChecks:{dependencies:["strict"],computeValue:e=>RT(e,"strictNullChecks")},strictFunctionTypes:{dependencies:["strict"],computeValue:e=>RT(e,"strictFunctionTypes")},strictBindCallApply:{dependencies:["strict"],computeValue:e=>RT(e,"strictBindCallApply")},strictPropertyInitialization:{dependencies:["strict"],computeValue:e=>RT(e,"strictPropertyInitialization")},alwaysStrict:{dependencies:["strict"],computeValue:e=>RT(e,"alwaysStrict")},useUnknownInCatchVariables:{dependencies:["strict"],computeValue:e=>RT(e,"useUnknownInCatchVariables")}}).target.computeValue,Vp=Bp.module.computeValue,Up=Bp.moduleResolution.computeValue,Hp=Bp.moduleDetection.computeValue,Kp=Bp.isolatedModules.computeValue,qp=Bp.esModuleInterop.computeValue,Jp=Bp.allowSyntheticDefaultImports.computeValue,Xp=Bp.resolvePackageJsonExports.computeValue,Yp=Bp.resolvePackageJsonImports.computeValue,$p=Bp.resolveJsonModule.computeValue,Qp=Bp.declaration.computeValue,Zp=Bp.preserveConstEnums.computeValue,ef=Bp.incremental.computeValue,nf=Bp.declarationMap.computeValue,tf=Bp.allowJs.computeValue,rf=Bp.useDefineForClassFields.computeValue,of=/[^\w\s/]/g,af=[42,63],lf=`(?!(${(sf=["node_modules","bower_components","jspm_packages"]).join("|")})(/|$))`,pf={files:cf={singleAsteriskRegexFragment:"([^./]|(\\.(?!min\\.js$))?)*",doubleAsteriskRegexFragment:`(/${lf}[^/.][^/]*)*?`,replaceWildcardCharacter:e=>KT(e,cf.singleAsteriskRegexFragment)},directories:df={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:`(/${lf}[^/.][^/]*)*?`,replaceWildcardCharacter:e=>KT(e,df.singleAsteriskRegexFragment)},exclude:uf={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:"(/.+?)?",replaceWildcardCharacter:e=>KT(e,uf.singleAsteriskRegexFragment)}},mf=q(ff=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]]),_f=[...ff,[".json"]],hf=[".d.ts",".d.cts",".d.mts",".cts",".mts",".ts",".tsx"],yf=q(gf=[[".js",".jsx"],[".mjs"],[".cjs"]]),vf=[[".ts",".tsx",".d.ts",".js",".jsx"],[".cts",".d.cts",".cjs"],[".mts",".d.mts",".mjs"]],bf=[...vf,[".json"]],Ef=[".d.ts",".d.cts",".d.mts"],Sf=[".ts",".cts",".mts",".tsx"],Tf=[".mts",".d.mts",".mjs",".cts",".d.cts",".cjs"],xf=(e=>(e[e.Minimal=0]="Minimal",e[e.Index=1]="Index",e[e.JsExtension=2]="JsExtension",e[e.TsExtension=3]="TsExtension",e))(xf||{}),Af=[".d.ts",".d.mts",".d.cts",".mjs",".mts",".cjs",".cts",".ts",".js",".tsx",".jsx",".json"],Rf={files:i,directories:i},If=String.prototype.replace}});function MA(){let e,n,t,r,o;return{createBaseSourceFileNode:function(e){return new(o||(o=Wp.getSourceFileConstructor()))(e,-1,-1)},createBaseIdentifierNode:function(e){return new(t||(t=Wp.getIdentifierConstructor()))(e,-1,-1)},createBasePrivateIdentifierNode:function(e){return new(r||(r=Wp.getPrivateIdentifierConstructor()))(e,-1,-1)},createBaseTokenNode:function(e){return new(n||(n=Wp.getTokenConstructor()))(e,-1,-1)},createBaseNode:function(n){return new(e||(e=Wp.getNodeConstructor()))(n,-1,-1)}}}var PA,LA=b({"src/compiler/factory/baseNodeFactory.ts"(){JJ()}});function kA(e){let n,t;return{getParenthesizeLeftSideOfBinaryForOperator:function(e){n||(n=new Map);let t=n.get(e);t||(t=n=>i(e,n),n.set(e,t));return t},getParenthesizeRightSideOfBinaryForOperator:function(e){t||(t=new Map);let n=t.get(e);n||(n=n=>a(e,void 0,n),t.set(e,n));return n},parenthesizeLeftSideOfBinary:i,parenthesizeRightSideOfBinary:a,parenthesizeExpressionOfComputedPropertyName:function(n){return gP(n)?e.createParenthesizedExpression(n):n},parenthesizeConditionOfConditionalExpression:function(n){const t=Nv(227,58),r=Bc(n);if(1!==Wn(Rv(r),t))return e.createParenthesizedExpression(n);return n},parenthesizeBranchOfConditionalExpression:function(n){return gP(Bc(n))?e.createParenthesizedExpression(n):n},parenthesizeExpressionOfExportDefault:function(n){const t=Bc(n);let r=gP(t);if(!r)switch(BS(t,!1).kind){case 231:case 218:r=!0}return r?e.createParenthesizedExpression(n):n},parenthesizeExpressionOfNew:function(n){const t=BS(n,!0);switch(t.kind){case 213:return e.createParenthesizedExpression(n);case 214:return t.arguments?n:e.createParenthesizedExpression(n)}return s(n)},parenthesizeLeftSideOfAccess:s,parenthesizeOperandOfPostfixUnary:function(n){return iu(n)?n:yL(e.createParenthesizedExpression(n),n)},parenthesizeOperandOfPrefixUnary:function(n){return su(n)?n:yL(e.createParenthesizedExpression(n),n)},parenthesizeExpressionsOfCommaDelimitedList:function(n){const t=K(n,l);return yL(e.createNodeArray(t,n.hasTrailingComma),n)},parenthesizeExpressionForDisallowedComma:l,parenthesizeExpressionOfExpressionStatement:function(n){const t=Bc(n);if(dD(t)){const r=t.expression,o=Bc(r).kind;if(218===o||219===o){const o=e.updateCallExpression(t,yL(e.createParenthesizedExpression(r),r),t.typeArguments,t.arguments);return e.restoreOuterExpressions(n,o,8)}}const r=BS(t,!1).kind;if(210===r||218===r)return yL(e.createParenthesizedExpression(n),n);return n},parenthesizeConciseBodyOfArrowFunction:function(n){if(!GD(n)&&(gP(n)||210===BS(n,!1).kind))return yL(e.createParenthesizedExpression(n),n);return n},parenthesizeCheckTypeOfConditionalType:c,parenthesizeExtendsTypeOfConditionalType:function(n){if(194===n.kind)return e.createParenthesizedType(n);return n},parenthesizeConstituentTypesOfUnionType:function(n){return e.createNodeArray(K(n,d))},parenthesizeConstituentTypeOfUnionType:d,parenthesizeConstituentTypesOfIntersectionType:function(n){return e.createNodeArray(K(n,u))},parenthesizeConstituentTypeOfIntersectionType:u,parenthesizeOperandOfTypeOperator:p,parenthesizeOperandOfReadonlyTypeOperator:function(n){if(198===n.kind)return e.createParenthesizedType(n);return p(n)},parenthesizeNonArrayTypeOfPostfixType:f,parenthesizeElementTypesOfTupleType:function(n){return e.createNodeArray(K(n,m))},parenthesizeElementTypeOfTupleType:m,parenthesizeTypeOfOptionalType:function(n){return _(n)?e.createParenthesizedType(n):f(n)},parenthesizeTypeArguments:function(n){if(se(n))return e.createNodeArray(K(n,g))},parenthesizeLeadingTypeArgument:h};function r(e){if(Zc((e=Bc(e)).kind))return e.kind;if(226===e.kind&&40===e.operatorToken.kind){if(void 0!==e.cachedLiteralKind)return e.cachedLiteralKind;const n=r(e.left),t=Zc(n)&&n===r(e.right)?n:0;return e.cachedLiteralKind=t,t}return 0}function o(n,t,o,i){return 217===Bc(t).kind?t:function(e,n,t,o){const i=Nv(226,e),a=Av(226,e),s=Bc(n);if(!t&&219===n.kind&&i>3)return!0;switch(Wn(Rv(s),i)){case-1:return!(!t&&1===a&&229===n.kind);case 1:return!1;case 0:if(t)return 1===a;if(TD(s)&&s.operatorToken.kind===e){if(function(e){return 42===e||52===e||51===e||53===e||28===e}(e))return!1;if(40===e){const e=o?r(o):0;if(Zc(e)&&e===r(s))return!1}}return 0===xv(s)}}(n,t,o,i)?e.createParenthesizedExpression(t):t}function i(e,n){return o(e,n,!0)}function a(e,n,t){return o(e,t,!1,n)}function s(n,t){const r=Bc(n);return!iu(r)||214===r.kind&&!r.arguments||!t&&wc(r)?yL(e.createParenthesizedExpression(n),n):n}function l(n){return Rv(Bc(n))>Nv(226,28)?n:yL(e.createParenthesizedExpression(n),n)}function c(n){switch(n.kind){case 184:case 185:case 194:return e.createParenthesizedType(n)}return n}function d(n){switch(n.kind){case 192:case 193:return e.createParenthesizedType(n)}return c(n)}function u(n){switch(n.kind){case 192:case 193:return e.createParenthesizedType(n)}return d(n)}function p(n){return 193===n.kind?e.createParenthesizedType(n):u(n)}function f(n){switch(n.kind){case 195:case 198:case 186:return e.createParenthesizedType(n)}return p(n)}function m(n){return _(n)?e.createParenthesizedType(n):n}function _(e){return mM(e)?e.postfix:BN(e)||wN(e)||ON(e)||YN(e)?_(e.type):KN(e)?_(e.falseType):UN(e)||HN(e)?_(Fe(e.types)):!!qN(e)&&(!!e.typeParameter.constraint&&_(e.typeParameter.constraint))}function h(n){return jd(n)&&n.typeParameters?e.createParenthesizedType(n):n}function g(e,n){return 0===n?h(e):e}}var wA,OA=b({"src/compiler/factory/parenthesizerRules.ts"(){JJ(),PA={getParenthesizeLeftSideOfBinaryForOperator:e=>An,getParenthesizeRightSideOfBinaryForOperator:e=>An,parenthesizeLeftSideOfBinary:(e,n)=>n,parenthesizeRightSideOfBinary:(e,n,t)=>t,parenthesizeExpressionOfComputedPropertyName:An,parenthesizeConditionOfConditionalExpression:An,parenthesizeBranchOfConditionalExpression:An,parenthesizeExpressionOfExportDefault:An,parenthesizeExpressionOfNew:e=>bn(e,iu),parenthesizeLeftSideOfAccess:e=>bn(e,iu),parenthesizeOperandOfPostfixUnary:e=>bn(e,iu),parenthesizeOperandOfPrefixUnary:e=>bn(e,su),parenthesizeExpressionsOfCommaDelimitedList:e=>bn(e,Qc),parenthesizeExpressionForDisallowedComma:An,parenthesizeExpressionOfExpressionStatement:An,parenthesizeConciseBodyOfArrowFunction:An,parenthesizeCheckTypeOfConditionalType:An,parenthesizeExtendsTypeOfConditionalType:An,parenthesizeConstituentTypesOfUnionType:e=>bn(e,Qc),parenthesizeConstituentTypeOfUnionType:An,parenthesizeConstituentTypesOfIntersectionType:e=>bn(e,Qc),parenthesizeConstituentTypeOfIntersectionType:An,parenthesizeOperandOfTypeOperator:An,parenthesizeOperandOfReadonlyTypeOperator:An,parenthesizeNonArrayTypeOfPostfixType:An,parenthesizeElementTypesOfTupleType:e=>bn(e,Qc),parenthesizeElementTypeOfTupleType:An,parenthesizeTypeOfOptionalType:An,parenthesizeTypeArguments:e=>e&&bn(e,Qc),parenthesizeLeadingTypeArgument:An}}});function FA(e){return{convertToFunctionBlock:function(n,t){if(GD(n))return n;const r=e.createReturnStatement(n);yL(r,n);const o=e.createBlock([r],t);return yL(o,n),o},convertToFunctionExpression:function(n){var t;if(!n.body)return Rt.fail("Cannot convert a FunctionDeclaration without a body");const r=e.createFunctionExpression(null==(t=Hl(n))?void 0:t.filter((e=>!oN(e)&&!iN(e))),n.asteriskToken,n.name,n.typeParameters,n.parameters,n.type,n.body);lR(r,n),yL(r,n),ER(n)&&SR(r,!0);return r},convertToClassExpression:function(n){var t;const r=e.createClassExpression(null==(t=n.modifiers)?void 0:t.filter((e=>!oN(e)&&!iN(e))),n.name,n.typeParameters,n.heritageClauses,n.members);lR(r,n),yL(r,n),ER(n)&&SR(r,!0);return r},convertToArrayAssignmentElement:n,convertToObjectAssignmentElement:t,convertToAssignmentPattern:r,convertToObjectAssignmentPattern:o,convertToArrayAssignmentPattern:i,convertToAssignmentElementTarget:a};function n(n){if(iD(n)){if(n.dotDotDotToken)return Rt.assertNode(n.name,tN),lR(yL(e.createSpreadElement(n.name),n),n);const t=a(n.name);return n.initializer?lR(yL(e.createAssignment(t,n.initializer),n),n):t}return bn(n,uu)}function t(n){if(iD(n)){if(n.dotDotDotToken)return Rt.assertNode(n.name,tN),lR(yL(e.createSpreadAssignment(n.name),n),n);if(n.propertyName){const t=a(n.name);return lR(yL(e.createPropertyAssignment(n.propertyName,n.initializer?e.createAssignment(t,n.initializer):t),n),n)}return Rt.assertNode(n.name,tN),lR(yL(e.createShorthandPropertyAssignment(n.name,n.initializer),n),n)}return bn(n,Gd)}function r(e){switch(e.kind){case 207:case 209:return i(e);case 206:case 210:return o(e)}}function o(n){return rD(n)?lR(yL(e.createObjectLiteralExpression(U(n.elements,t)),n),n):bn(n,sD)}function i(t){return oD(t)?lR(yL(e.createArrayLiteralExpression(U(t.elements,n)),t),t):bn(t,aD)}function a(e){return Vd(e)?r(e):bn(e,uu)}}var WA,zA,GA,BA,jA,VA,UA,HA,KA=b({"src/compiler/factory/nodeConverters.ts"(){JJ(),wA={convertToFunctionBlock:Nn,convertToFunctionExpression:Nn,convertToClassExpression:Nn,convertToArrayAssignmentElement:Nn,convertToObjectAssignmentElement:Nn,convertToAssignmentPattern:Nn,convertToObjectAssignmentPattern:Nn,convertToArrayAssignmentPattern:Nn,convertToAssignmentElementTarget:Nn}}});function qA(e){GA.push(e)}function JA(e,n){const t=8&e?An:lR,r=Dn((()=>1&e?PA:kA(y))),o=Dn((()=>2&e?wA:FA(y))),a=Cn((e=>(n,t)=>wn(n,e,t))),s=Cn((e=>n=>Ln(e,n))),l=Cn((e=>n=>kn(n,e))),c=Cn((e=>()=>function(e){return b(e)}(e))),d=Cn((e=>n=>ur(e,n))),u=Cn((e=>(n,t)=>function(e,n,t){return n.type!==t?Lo(ur(e,t),n):n}(e,n,t))),p=Cn((e=>(n,t)=>dr(e,n,t))),f=Cn((e=>(n,t)=>function(e,n,t){return n.type!==t?Lo(dr(e,t,n.postfix),n):n}(e,n,t))),m=Cn((e=>(n,t)=>Lr(e,n,t))),_=Cn((e=>(n,t,r)=>function(e,n,t=hr(n),r){return n.tagName!==t||n.comment!==r?Lo(Lr(e,t,r),n):n}(e,n,t,r))),h=Cn((e=>(n,t,r)=>kr(e,n,t,r))),g=Cn((e=>(n,t,r,o)=>function(e,n,t=hr(n),r,o){return n.tagName!==t||n.typeExpression!==r||n.comment!==o?Lo(kr(e,t,r,o),n):n}(e,n,t,r,o))),y={get parenthesizer(){return r()},get converters(){return o()},baseFactory:n,flags:e,createNodeArray:v,createNumericLiteral:T,createBigIntLiteral:A,createStringLiteral:I,createStringLiteralFromNode:function(e){const n=R(sv(e),void 0);return n.textSourceNode=e,n},createRegularExpressionLiteral:N,createLiteralLikeNode:function(e,n){switch(e){case 9:return T(n,0);case 10:return A(n);case 11:return I(n,void 0);case 12:return Ur(n,!1);case 13:return Ur(n,!0);case 14:return N(n);case 15:return jn(e,n,void 0,0)}},createIdentifier:P,createTempVariable:L,createLoopVariable:function(e){let n=2;e&&(n|=8);return C("",n,void 0,void 0)},createUniqueName:function(e,n=0,t,r){return Rt.assert(!(7&n),"Argument out of range: flags"),Rt.assert(32!=(48&n),"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),C(e,3|n,t,r)},getGeneratedNameForNode:k,createPrivateIdentifier:function(e){dt(e,"#")||Rt.fail("First character of private identifier must be #: "+e);return w(Ml(e))},createUniquePrivateName:function(e,n,t){e&&!dt(e,"#")&&Rt.fail("First character of private identifier must be #: "+e);return O(e??"",8|(e?3:1),n,t)},getGeneratedPrivateNameForNode:function(e,n,t){const r=Cc(e)?cL(!0,n,e,t,Ll):`#generated@${Hz(e)}`,o=O(r,4|(n||t?16:0),n,t);return o.original=e,o},createToken:W,createSuper:function(){return W(108)},createThis:z,createNull:G,createTrue:B,createFalse:j,createModifier:V,createModifiersFromModifierFlags:U,createQualifiedName:H,updateQualifiedName:function(e,n,t){return e.left!==n||e.right!==t?Lo(H(n,t),e):e},createComputedPropertyName:K,updateComputedPropertyName:function(e,n){return e.expression!==n?Lo(K(n),e):e},createTypeParameterDeclaration:q,updateTypeParameterDeclaration:J,createParameterDeclaration:X,updateParameterDeclaration:Y,createDecorator:Q,updateDecorator:function(e,n){return e.expression!==n?Lo(Q(n),e):e},createPropertySignature:Z,updatePropertySignature:ee,createPropertyDeclaration:ne,updatePropertyDeclaration:te,createMethodSignature:re,updateMethodSignature:oe,createMethodDeclaration:ie,updateMethodDeclaration:ae,createConstructorDeclaration:ce,updateConstructorDeclaration:de,createGetAccessorDeclaration:ue,updateGetAccessorDeclaration:pe,createSetAccessorDeclaration:fe,updateSetAccessorDeclaration:me,createCallSignature:_e,updateCallSignature:function(e,n,t,r){return e.typeParameters!==n||e.parameters!==t||e.type!==r?S(_e(n,t,r),e):e},createConstructSignature:he,updateConstructSignature:function(e,n,t,r){return e.typeParameters!==n||e.parameters!==t||e.type!==r?S(he(n,t,r),e):e},createIndexSignature:ge,updateIndexSignature:ye,createClassStaticBlockDeclaration:le,updateClassStaticBlockDeclaration:function(e,n){return e.body!==n?function(e,n){e!==n&&(e.modifiers=n.modifiers);return Lo(e,n)}(le(n),e):e},createTemplateLiteralTypeSpan:ve,updateTemplateLiteralTypeSpan:function(e,n,t){return e.type!==n||e.literal!==t?Lo(ve(n,t),e):e},createKeywordTypeNode:function(e){return W(e)},createTypePredicateNode:be,updateTypePredicateNode:function(e,n,t,r){return e.assertsModifier!==n||e.parameterName!==t||e.type!==r?Lo(be(n,t,r),e):e},createTypeReferenceNode:Se,updateTypeReferenceNode:function(e,n,t){return e.typeName!==n||e.typeArguments!==t?Lo(Se(n,t),e):e},createFunctionTypeNode:Te,updateFunctionTypeNode:function(e,n,t,r){return e.typeParameters!==n||e.parameters!==t||e.type!==r?function(e,n){e!==n&&(e.modifiers=n.modifiers);return S(e,n)}(Te(n,t,r),e):e},createConstructorTypeNode:xe,updateConstructorTypeNode:function(...e){return 5===e.length?Re(...e):4===e.length?function(e,n,t,r){return Re(e,e.modifiers,n,t,r)}(...e):Rt.fail("Incorrect number of arguments specified.")},createTypeQueryNode:Ie,updateTypeQueryNode:function(e,n,t){return e.exprName!==n||e.typeArguments!==t?Lo(Ie(n,t),e):e},createTypeLiteralNode:Ne,updateTypeLiteralNode:function(e,n){return e.members!==n?Lo(Ne(n),e):e},createArrayTypeNode:De,updateArrayTypeNode:function(e,n){return e.elementType!==n?Lo(De(n),e):e},createTupleTypeNode:Ce,updateTupleTypeNode:function(e,n){return e.elements!==n?Lo(Ce(n),e):e},createNamedTupleMember:Me,updateNamedTupleMember:function(e,n,t,r,o){return e.dotDotDotToken!==n||e.name!==t||e.questionToken!==r||e.type!==o?Lo(Me(n,t,r,o),e):e},createOptionalTypeNode:Pe,updateOptionalTypeNode:function(e,n){return e.type!==n?Lo(Pe(n),e):e},createRestTypeNode:Le,updateRestTypeNode:function(e,n){return e.type!==n?Lo(Le(n),e):e},createUnionTypeNode:function(e){return ke(192,e,r().parenthesizeConstituentTypesOfUnionType)},updateUnionTypeNode:function(e,n){return we(e,n,r().parenthesizeConstituentTypesOfUnionType)},createIntersectionTypeNode:function(e){return ke(193,e,r().parenthesizeConstituentTypesOfIntersectionType)},updateIntersectionTypeNode:function(e,n){return we(e,n,r().parenthesizeConstituentTypesOfIntersectionType)},createConditionalTypeNode:Fe,updateConditionalTypeNode:function(e,n,t,r,o){return e.checkType!==n||e.extendsType!==t||e.trueType!==r||e.falseType!==o?Lo(Fe(n,t,r,o),e):e},createInferTypeNode:ze,updateInferTypeNode:function(e,n){return e.typeParameter!==n?Lo(ze(n),e):e},createImportTypeNode:Be,updateImportTypeNode:function(e,n,t,r,o,i=e.isTypeOf){return e.argument!==n||e.attributes!==t||e.qualifier!==r||e.typeArguments!==o||e.isTypeOf!==i?Lo(Be(n,t,r,o,i),e):e},createParenthesizedType:je,updateParenthesizedType:function(e,n){return e.type!==n?Lo(je(n),e):e},createThisTypeNode:function(){const e=b(197);return e.transformFlags=1,e},createTypeOperatorNode:Ve,updateTypeOperatorNode:function(e,n){return e.type!==n?Lo(Ve(e.operator,n),e):e},createIndexedAccessTypeNode:Ke,updateIndexedAccessTypeNode:function(e,n,t){return e.objectType!==n||e.indexType!==t?Lo(Ke(n,t),e):e},createMappedTypeNode:qe,updateMappedTypeNode:function(e,n,t,r,o,i,a){return e.readonlyToken!==n||e.typeParameter!==t||e.nameType!==r||e.questionToken!==o||e.type!==i||e.members!==a?Lo(qe(n,t,r,o,i,a),e):e},createLiteralTypeNode:Je,updateLiteralTypeNode:function(e,n){return e.literal!==n?Lo(Je(n),e):e},createTemplateLiteralType:Ge,updateTemplateLiteralType:function(e,n,t){return e.head!==n||e.templateSpans!==t?Lo(Ge(n,t),e):e},createObjectBindingPattern:Xe,updateObjectBindingPattern:function(e,n){return e.elements!==n?Lo(Xe(n),e):e},createArrayBindingPattern:Ye,updateArrayBindingPattern:function(e,n){return e.elements!==n?Lo(Ye(n),e):e},createBindingElement:$e,updateBindingElement:function(e,n,t,r,o){return e.propertyName!==t||e.dotDotDotToken!==n||e.name!==r||e.initializer!==o?Lo($e(n,t,r,o),e):e},createArrayLiteralExpression:Qe,updateArrayLiteralExpression:function(e,n){return e.elements!==n?Lo(Qe(n,e.multiLine),e):e},createObjectLiteralExpression:Ze,updateObjectLiteralExpression:function(e,n){return e.properties!==n?Lo(Ze(n,e.multiLine),e):e},createPropertyAccessExpression:4&e?(e,n)=>fR(nn(e,n),262144):nn,updatePropertyAccessExpression:function(e,n,t){if(Pc(e))return rn(e,n,e.questionDotToken,bn(t,tN));return e.expression!==n||e.name!==t?Lo(nn(n,t),e):e},createPropertyAccessChain:4&e?(e,n,t)=>fR(tn(e,n,t),262144):tn,updatePropertyAccessChain:rn,createElementAccessExpression:an,updateElementAccessExpression:function(e,n,t){if(Lc(e))return ln(e,n,e.questionDotToken,t);return e.expression!==n||e.argumentExpression!==t?Lo(an(n,t),e):e},createElementAccessChain:sn,updateElementAccessChain:ln,createCallExpression:dn,updateCallExpression:function(e,n,t,r){if(kc(e))return pn(e,n,e.questionDotToken,t,r);return e.expression!==n||e.typeArguments!==t||e.arguments!==r?Lo(dn(n,t,r),e):e},createCallChain:un,updateCallChain:pn,createNewExpression:fn,updateNewExpression:function(e,n,t,r){return e.expression!==n||e.typeArguments!==t||e.arguments!==r?Lo(fn(n,t,r),e):e},createTaggedTemplateExpression:mn,updateTaggedTemplateExpression:function(e,n,t,r){return e.tag!==n||e.typeArguments!==t||e.template!==r?Lo(mn(n,t,r),e):e},createTypeAssertion:hn,updateTypeAssertion:gn,createParenthesizedExpression:yn,updateParenthesizedExpression:vn,createFunctionExpression:En,updateFunctionExpression:Sn,createArrowFunction:xn,updateArrowFunction:Rn,createDeleteExpression:In,updateDeleteExpression:function(e,n){return e.expression!==n?Lo(In(n),e):e},createTypeOfExpression:Nn,updateTypeOfExpression:function(e,n){return e.expression!==n?Lo(Nn(n),e):e},createVoidExpression:Mn,updateVoidExpression:function(e,n){return e.expression!==n?Lo(Mn(n),e):e},createAwaitExpression:Pn,updateAwaitExpression:function(e,n){return e.expression!==n?Lo(Pn(n),e):e},createPrefixUnaryExpression:Ln,updatePrefixUnaryExpression:function(e,n){return e.operand!==n?Lo(Ln(e.operator,n),e):e},createPostfixUnaryExpression:kn,updatePostfixUnaryExpression:function(e,n){return e.operand!==n?Lo(kn(n,e.operator),e):e},createBinaryExpression:wn,updateBinaryExpression:function(e,n,t,r){return e.left!==n||e.operatorToken!==t||e.right!==r?Lo(wn(n,t,r),e):e},createConditionalExpression:Fn,updateConditionalExpression:function(e,n,t,r,o,i){return e.condition!==n||e.questionToken!==t||e.whenTrue!==r||e.colonToken!==o||e.whenFalse!==i?Lo(Fn(n,t,r,o,i),e):e},createTemplateExpression:Wn,updateTemplateExpression:function(e,n,t){return e.head!==n||e.templateSpans!==t?Lo(Wn(n,t),e):e},createTemplateHead:function(e,n,t){return jn(16,e=zn(16,e,n,t),n,t)},createTemplateMiddle:function(e,n,t){return jn(17,e=zn(16,e,n,t),n,t)},createTemplateTail:function(e,n,t){return jn(18,e=zn(16,e,n,t),n,t)},createNoSubstitutionTemplateLiteral:function(e,n,t){return Bn(15,e=zn(16,e,n,t),n,t)},createTemplateLiteralLikeNode:jn,createYieldExpression:Vn,updateYieldExpression:function(e,n,t){return e.expression!==t||e.asteriskToken!==n?Lo(Vn(n,t),e):e},createSpreadElement:Un,updateSpreadElement:function(e,n){return e.expression!==n?Lo(Un(n),e):e},createClassExpression:Hn,updateClassExpression:Kn,createOmittedExpression:function(){return b(232)},createExpressionWithTypeArguments:qn,updateExpressionWithTypeArguments:function(e,n,t){return e.expression!==n||e.typeArguments!==t?Lo(qn(n,t),e):e},createAsExpression:Jn,updateAsExpression:Xn,createNonNullExpression:Yn,updateNonNullExpression:$n,createSatisfiesExpression:Qn,updateSatisfiesExpression:Zn,createNonNullChain:et,updateNonNullChain:nt,createMetaProperty:tt,updateMetaProperty:function(e,n){return e.name!==n?Lo(tt(e.keywordToken,n),e):e},createTemplateSpan:rt,updateTemplateSpan:function(e,n,t){return e.expression!==n||e.literal!==t?Lo(rt(n,t),e):e},createSemicolonClassElement:function(){const e=b(240);return e.transformFlags|=1024,e},createBlock:ot,updateBlock:function(e,n){return e.statements!==n?Lo(ot(n,e.multiLine),e):e},createVariableStatement:it,updateVariableStatement:at,createEmptyStatement:st,createExpressionStatement:lt,updateExpressionStatement:function(e,n){return e.expression!==n?Lo(lt(n),e):e},createIfStatement:ct,updateIfStatement:function(e,n,t,r){return e.expression!==n||e.thenStatement!==t||e.elseStatement!==r?Lo(ct(n,t,r),e):e},createDoStatement:ut,updateDoStatement:function(e,n,t){return e.statement!==n||e.expression!==t?Lo(ut(n,t),e):e},createWhileStatement:pt,updateWhileStatement:function(e,n,t){return e.expression!==n||e.statement!==t?Lo(pt(n,t),e):e},createForStatement:ft,updateForStatement:function(e,n,t,r,o){return e.initializer!==n||e.condition!==t||e.incrementor!==r||e.statement!==o?Lo(ft(n,t,r,o),e):e},createForInStatement:mt,updateForInStatement:function(e,n,t,r){return e.initializer!==n||e.expression!==t||e.statement!==r?Lo(mt(n,t,r),e):e},createForOfStatement:_t,updateForOfStatement:function(e,n,t,r,o){return e.awaitModifier!==n||e.initializer!==t||e.expression!==r||e.statement!==o?Lo(_t(n,t,r,o),e):e},createContinueStatement:ht,updateContinueStatement:function(e,n){return e.label!==n?Lo(ht(n),e):e},createBreakStatement:gt,updateBreakStatement:function(e,n){return e.label!==n?Lo(gt(n),e):e},createReturnStatement:yt,updateReturnStatement:function(e,n){return e.expression!==n?Lo(yt(n),e):e},createWithStatement:vt,updateWithStatement:function(e,n,t){return e.expression!==n||e.statement!==t?Lo(vt(n,t),e):e},createSwitchStatement:bt,updateSwitchStatement:function(e,n,t){return e.expression!==n||e.caseBlock!==t?Lo(bt(n,t),e):e},createLabeledStatement:Et,updateLabeledStatement:St,createThrowStatement:Tt,updateThrowStatement:function(e,n){return e.expression!==n?Lo(Tt(n),e):e},createTryStatement:xt,updateTryStatement:function(e,n,t,r){return e.tryBlock!==n||e.catchClause!==t||e.finallyBlock!==r?Lo(xt(n,t,r),e):e},createDebuggerStatement:function(){const e=b(259);return e.jsDoc=void 0,e.flowNode=void 0,e},createVariableDeclaration:At,updateVariableDeclaration:function(e,n,t,r,o){return e.name!==n||e.type!==r||e.exclamationToken!==t||e.initializer!==o?Lo(At(n,t,r,o),e):e},createVariableDeclarationList:It,updateVariableDeclarationList:function(e,n){return e.declarations!==n?Lo(It(n,e.flags),e):e},createFunctionDeclaration:Nt,updateFunctionDeclaration:Dt,createClassDeclaration:Ct,updateClassDeclaration:Mt,createInterfaceDeclaration:Pt,updateInterfaceDeclaration:Lt,createTypeAliasDeclaration:kt,updateTypeAliasDeclaration:wt,createEnumDeclaration:Ot,updateEnumDeclaration:Ft,createModuleDeclaration:Wt,updateModuleDeclaration:zt,createModuleBlock:Gt,updateModuleBlock:function(e,n){return e.statements!==n?Lo(Gt(n),e):e},createCaseBlock:Bt,updateCaseBlock:function(e,n){return e.clauses!==n?Lo(Bt(n),e):e},createNamespaceExportDeclaration:jt,updateNamespaceExportDeclaration:function(e,n){return e.name!==n?function(e,n){e!==n&&(e.modifiers=n.modifiers);return Lo(e,n)}(jt(n),e):e},createImportEqualsDeclaration:Vt,updateImportEqualsDeclaration:Ut,createImportDeclaration:Ht,updateImportDeclaration:Kt,createImportClause:qt,updateImportClause:function(e,n,t,r){return e.isTypeOnly!==n||e.name!==t||e.namedBindings!==r?Lo(qt(n,t,r),e):e},createAssertClause:Jt,updateAssertClause:function(e,n,t){return e.elements!==n||e.multiLine!==t?Lo(Jt(n,t),e):e},createAssertEntry:Xt,updateAssertEntry:function(e,n,t){return e.name!==n||e.value!==t?Lo(Xt(n,t),e):e},createImportTypeAssertionContainer:Yt,updateImportTypeAssertionContainer:function(e,n,t){return e.assertClause!==n||e.multiLine!==t?Lo(Yt(n,t),e):e},createImportAttributes:$t,updateImportAttributes:function(e,n,t){return e.elements!==n||e.multiLine!==t?Lo($t(n,t,e.token),e):e},createImportAttribute:Qt,updateImportAttribute:function(e,n,t){return e.name!==n||e.value!==t?Lo(Qt(n,t),e):e},createNamespaceImport:Zt,updateNamespaceImport:function(e,n){return e.name!==n?Lo(Zt(n),e):e},createNamespaceExport:er,updateNamespaceExport:function(e,n){return e.name!==n?Lo(er(n),e):e},createNamedImports:nr,updateNamedImports:function(e,n){return e.elements!==n?Lo(nr(n),e):e},createImportSpecifier:tr,updateImportSpecifier:function(e,n,t,r){return e.isTypeOnly!==n||e.propertyName!==t||e.name!==r?Lo(tr(n,t,r),e):e},createExportAssignment:rr,updateExportAssignment:or,createExportDeclaration:ir,updateExportDeclaration:ar,createNamedExports:sr,updateNamedExports:function(e,n){return e.elements!==n?Lo(sr(n),e):e},createExportSpecifier:lr,updateExportSpecifier:function(e,n,t,r){return e.isTypeOnly!==n||e.propertyName!==t||e.name!==r?Lo(lr(n,t,r),e):e},createMissingDeclaration:function(){const e=E(282);return e.jsDoc=void 0,e},createExternalModuleReference:cr,updateExternalModuleReference:function(e,n){return e.expression!==n?Lo(cr(n),e):e},get createJSDocAllType(){return c(319)},get createJSDocUnknownType(){return c(320)},get createJSDocNonNullableType(){return p(322)},get updateJSDocNonNullableType(){return f(322)},get createJSDocNullableType(){return p(321)},get updateJSDocNullableType(){return f(321)},get createJSDocOptionalType(){return d(323)},get updateJSDocOptionalType(){return u(323)},get createJSDocVariadicType(){return d(325)},get updateJSDocVariadicType(){return u(325)},get createJSDocNamepathType(){return d(326)},get updateJSDocNamepathType(){return u(326)},createJSDocFunctionType:pr,updateJSDocFunctionType:function(e,n,t){return e.parameters!==n||e.type!==t?Lo(pr(n,t),e):e},createJSDocTypeLiteral:fr,updateJSDocTypeLiteral:function(e,n,t){return e.jsDocPropertyTags!==n||e.isArrayType!==t?Lo(fr(n,t),e):e},createJSDocTypeExpression:mr,updateJSDocTypeExpression:function(e,n){return e.type!==n?Lo(mr(n),e):e},createJSDocSignature:_r,updateJSDocSignature:function(e,n,t,r){return e.typeParameters!==n||e.parameters!==t||e.type!==r?Lo(_r(n,t,r),e):e},createJSDocTemplateTag:vr,updateJSDocTemplateTag:function(e,n=hr(e),t,r,o){return e.tagName!==n||e.constraint!==t||e.typeParameters!==r||e.comment!==o?Lo(vr(n,t,r,o),e):e},createJSDocTypedefTag:br,updateJSDocTypedefTag:function(e,n=hr(e),t,r,o){return e.tagName!==n||e.typeExpression!==t||e.fullName!==r||e.comment!==o?Lo(br(n,t,r,o),e):e},createJSDocParameterTag:Er,updateJSDocParameterTag:function(e,n=hr(e),t,r,o,i,a){return e.tagName!==n||e.name!==t||e.isBracketed!==r||e.typeExpression!==o||e.isNameFirst!==i||e.comment!==a?Lo(Er(n,t,r,o,i,a),e):e},createJSDocPropertyTag:Sr,updateJSDocPropertyTag:function(e,n=hr(e),t,r,o,i,a){return e.tagName!==n||e.name!==t||e.isBracketed!==r||e.typeExpression!==o||e.isNameFirst!==i||e.comment!==a?Lo(Sr(n,t,r,o,i,a),e):e},createJSDocCallbackTag:Tr,updateJSDocCallbackTag:function(e,n=hr(e),t,r,o){return e.tagName!==n||e.typeExpression!==t||e.fullName!==r||e.comment!==o?Lo(Tr(n,t,r,o),e):e},createJSDocOverloadTag:xr,updateJSDocOverloadTag:function(e,n=hr(e),t,r){return e.tagName!==n||e.typeExpression!==t||e.comment!==r?Lo(xr(n,t,r),e):e},createJSDocAugmentsTag:Ar,updateJSDocAugmentsTag:function(e,n=hr(e),t,r){return e.tagName!==n||e.class!==t||e.comment!==r?Lo(Ar(n,t,r),e):e},createJSDocImplementsTag:Rr,updateJSDocImplementsTag:function(e,n=hr(e),t,r){return e.tagName!==n||e.class!==t||e.comment!==r?Lo(Rr(n,t,r),e):e},createJSDocSeeTag:Ir,updateJSDocSeeTag:function(e,n,t,r){return e.tagName!==n||e.name!==t||e.comment!==r?Lo(Ir(n,t,r),e):e},createJSDocNameReference:Nr,updateJSDocNameReference:function(e,n){return e.name!==n?Lo(Nr(n),e):e},createJSDocMemberName:Dr,updateJSDocMemberName:function(e,n,t){return e.left!==n||e.right!==t?Lo(Dr(n,t),e):e},createJSDocLink:Cr,updateJSDocLink:function(e,n,t){return e.name!==n?Lo(Cr(n,t),e):e},createJSDocLinkCode:Mr,updateJSDocLinkCode:function(e,n,t){return e.name!==n?Lo(Mr(n,t),e):e},createJSDocLinkPlain:Pr,updateJSDocLinkPlain:function(e,n,t){return e.name!==n?Lo(Pr(n,t),e):e},get createJSDocTypeTag(){return h(351)},get updateJSDocTypeTag(){return g(351)},get createJSDocReturnTag(){return h(349)},get updateJSDocReturnTag(){return g(349)},get createJSDocThisTag(){return h(350)},get updateJSDocThisTag(){return g(350)},get createJSDocAuthorTag(){return m(337)},get updateJSDocAuthorTag(){return _(337)},get createJSDocClassTag(){return m(339)},get updateJSDocClassTag(){return _(339)},get createJSDocPublicTag(){return m(340)},get updateJSDocPublicTag(){return _(340)},get createJSDocPrivateTag(){return m(341)},get updateJSDocPrivateTag(){return _(341)},get createJSDocProtectedTag(){return m(342)},get updateJSDocProtectedTag(){return _(342)},get createJSDocReadonlyTag(){return m(343)},get updateJSDocReadonlyTag(){return _(343)},get createJSDocOverrideTag(){return m(344)},get updateJSDocOverrideTag(){return _(344)},get createJSDocDeprecatedTag(){return m(338)},get updateJSDocDeprecatedTag(){return _(338)},get createJSDocThrowsTag(){return h(356)},get updateJSDocThrowsTag(){return g(356)},get createJSDocSatisfiesTag(){return h(357)},get updateJSDocSatisfiesTag(){return g(357)},createJSDocEnumTag:Or,updateJSDocEnumTag:function(e,n=hr(e),t,r){return e.tagName!==n||e.typeExpression!==t||e.comment!==r?Lo(Or(n,t,r),e):e},createJSDocUnknownTag:wr,updateJSDocUnknownTag:function(e,n,t){return e.tagName!==n||e.comment!==t?Lo(wr(n,t),e):e},createJSDocText:Fr,updateJSDocText:function(e,n){return e.text!==n?Lo(Fr(n),e):e},createJSDocComment:Wr,updateJSDocComment:function(e,n,t){return e.comment!==n||e.tags!==t?Lo(Wr(n,t),e):e},createJsxElement:zr,updateJsxElement:function(e,n,t,r){return e.openingElement!==n||e.children!==t||e.closingElement!==r?Lo(zr(n,t,r),e):e},createJsxSelfClosingElement:Gr,updateJsxSelfClosingElement:function(e,n,t,r){return e.tagName!==n||e.typeArguments!==t||e.attributes!==r?Lo(Gr(n,t,r),e):e},createJsxOpeningElement:Br,updateJsxOpeningElement:function(e,n,t,r){return e.tagName!==n||e.typeArguments!==t||e.attributes!==r?Lo(Br(n,t,r),e):e},createJsxClosingElement:jr,updateJsxClosingElement:function(e,n){return e.tagName!==n?Lo(jr(n),e):e},createJsxFragment:Vr,createJsxText:Ur,updateJsxText:function(e,n,t){return e.text!==n||e.containsOnlyTriviaWhiteSpaces!==t?Lo(Ur(n,t),e):e},createJsxOpeningFragment:function(){const e=b(289);return e.transformFlags|=2,e},createJsxJsxClosingFragment:function(){const e=b(290);return e.transformFlags|=2,e},updateJsxFragment:function(e,n,t,r){return e.openingFragment!==n||e.children!==t||e.closingFragment!==r?Lo(Vr(n,t,r),e):e},createJsxAttribute:Hr,updateJsxAttribute:function(e,n,t){return e.name!==n||e.initializer!==t?Lo(Hr(n,t),e):e},createJsxAttributes:Kr,updateJsxAttributes:function(e,n){return e.properties!==n?Lo(Kr(n),e):e},createJsxSpreadAttribute:qr,updateJsxSpreadAttribute:function(e,n){return e.expression!==n?Lo(qr(n),e):e},createJsxExpression:Jr,updateJsxExpression:function(e,n){return e.expression!==n?Lo(Jr(e.dotDotDotToken,n),e):e},createJsxNamespacedName:Xr,updateJsxNamespacedName:function(e,n,t){return e.namespace!==n||e.name!==t?Lo(Xr(n,t),e):e},createCaseClause:Yr,updateCaseClause:function(e,n,t){return e.expression!==n||e.statements!==t?Lo(Yr(n,t),e):e},createDefaultClause:$r,updateDefaultClause:function(e,n){return e.statements!==n?Lo($r(n),e):e},createHeritageClause:Qr,updateHeritageClause:function(e,n){return e.types!==n?Lo(Qr(e.token,n),e):e},createCatchClause:Zr,updateCatchClause:function(e,n,t){return e.variableDeclaration!==n||e.block!==t?Lo(Zr(n,t),e):e},createPropertyAssignment:eo,updatePropertyAssignment:no,createShorthandPropertyAssignment:to,updateShorthandPropertyAssignment:function(e,n,t){return e.name!==n||e.objectAssignmentInitializer!==t?function(e,n){e!==n&&(e.modifiers=n.modifiers,e.questionToken=n.questionToken,e.exclamationToken=n.exclamationToken,e.equalsToken=n.equalsToken);return Lo(e,n)}(to(n,t),e):e},createSpreadAssignment:ro,updateSpreadAssignment:function(e,n){return e.expression!==n?Lo(ro(n),e):e},createEnumMember:oo,updateEnumMember:function(e,n,t){return e.name!==n||e.initializer!==t?Lo(oo(n,t),e):e},createSourceFile:function(e,t,r){const o=n.createBaseSourceFileNode(312);return o.statements=v(e),o.endOfFileToken=t,o.flags|=r,o.text="",o.fileName="",o.path="",o.resolvedPath="",o.originalFileName="",o.languageVersion=0,o.languageVariant=0,o.scriptKind=0,o.isDeclarationFile=!1,o.hasNoDefaultLib=!1,o.transformFlags|=ZA(o.statements)|QA(o.endOfFileToken),o.locals=void 0,o.nextContainer=void 0,o.endFlowNode=void 0,o.nodeCount=0,o.identifierCount=0,o.symbolCount=0,o.parseDiagnostics=void 0,o.bindDiagnostics=void 0,o.bindSuggestionDiagnostics=void 0,o.lineMap=void 0,o.externalModuleIndicator=void 0,o.setExternalModuleIndicator=void 0,o.pragmas=void 0,o.checkJsDirective=void 0,o.referencedFiles=void 0,o.typeReferenceDirectives=void 0,o.libReferenceDirectives=void 0,o.amdDependencies=void 0,o.commentDirectives=void 0,o.identifiers=void 0,o.packageJsonLocations=void 0,o.packageJsonScope=void 0,o.imports=void 0,o.moduleAugmentations=void 0,o.ambientModuleNames=void 0,o.classifiableNames=void 0,o.impliedNodeFormat=void 0,o},updateSourceFile:function(e,n,t=e.isDeclarationFile,r=e.referencedFiles,o=e.typeReferenceDirectives,i=e.hasNoDefaultLib,a=e.libReferenceDirectives){return e.statements!==n||e.isDeclarationFile!==t||e.referencedFiles!==r||e.typeReferenceDirectives!==o||e.hasNoDefaultLib!==i||e.libReferenceDirectives!==a?Lo(function(e,n,t,r,o,i,a){const s=ao(e);return s.statements=v(n),s.isDeclarationFile=t,s.referencedFiles=r,s.typeReferenceDirectives=o,s.hasNoDefaultLib=i,s.libReferenceDirectives=a,s.transformFlags=ZA(s.statements)|QA(s.endOfFileToken),s}(e,n,t,r,o,i,a),e):e},createRedirectedSourceFile:io,createBundle:so,updateBundle:function(e,n,t=i){return e.sourceFiles!==n||e.prepends!==t?Lo(so(n,t),e):e},createUnparsedSource:function(e,n,t){const r=b(314);return r.prologues=e,r.syntheticReferences=n,r.texts=t,r.fileName="",r.text="",r.referencedFiles=i,r.libReferenceDirectives=i,r.getLineAndCharacterOfPosition=e=>_s(r,e),r},createUnparsedPrologue:function(e){return lo(307,e)},createUnparsedPrepend:function(e,n){const t=lo(308,e);return t.texts=n,t},createUnparsedTextLike:function(e,n){return lo(n?310:309,e)},createUnparsedSyntheticReference:function(e){const n=b(311);return n.data=e.data,n.section=e,n},createInputFiles:function(){const e=b(315);return e.javascriptText="",e.declarationText="",e},createSyntheticExpression:function(e,n=!1,t){const r=b(237);return r.type=e,r.isSpread=n,r.tupleNameSource=t,r},createSyntaxList:function(e){const n=b(358);return n._children=e,n},createNotEmittedStatement:function(e){const n=b(359);return n.original=e,yL(n,e),n},createPartiallyEmittedExpression:co,updatePartiallyEmittedExpression:uo,createCommaListExpression:fo,updateCommaListExpression:function(e,n){return e.elements!==n?Lo(fo(n),e):e},createSyntheticReferenceExpression:mo,updateSyntheticReferenceExpression:function(e,n,t){return e.expression!==n||e.thisArg!==t?Lo(mo(n,t),e):e},cloneNode:_o,get createComma(){return a(28)},get createAssignment(){return a(64)},get createLogicalOr(){return a(57)},get createLogicalAnd(){return a(56)},get createBitwiseOr(){return a(52)},get createBitwiseXor(){return a(53)},get createBitwiseAnd(){return a(51)},get createStrictEquality(){return a(37)},get createStrictInequality(){return a(38)},get createEquality(){return a(35)},get createInequality(){return a(36)},get createLessThan(){return a(30)},get createLessThanEquals(){return a(33)},get createGreaterThan(){return a(32)},get createGreaterThanEquals(){return a(34)},get createLeftShift(){return a(48)},get createRightShift(){return a(49)},get createUnsignedRightShift(){return a(50)},get createAdd(){return a(40)},get createSubtract(){return a(41)},get createMultiply(){return a(42)},get createDivide(){return a(44)},get createModulo(){return a(45)},get createExponent(){return a(43)},get createPrefixPlus(){return s(40)},get createPrefixMinus(){return s(41)},get createPrefixIncrement(){return s(46)},get createPrefixDecrement(){return s(47)},get createBitwiseNot(){return s(55)},get createLogicalNot(){return s(54)},get createPostfixIncrement(){return l(46)},get createPostfixDecrement(){return l(47)},createImmediatelyInvokedFunctionExpression:function(e,n,t){return dn(En(void 0,void 0,void 0,void 0,n?[n]:[],void 0,ot(e,!0)),void 0,t?[t]:[])},createImmediatelyInvokedArrowFunction:function(e,n,t){return dn(xn(void 0,void 0,n?[n]:[],void 0,void 0,ot(e,!0)),void 0,t?[t]:[])},createVoidZero:ho,createExportDefault:function(e){return rr(void 0,!1,e)},createExternalModuleExport:function(e){return ir(void 0,!1,sr([lr(!1,void 0,e)]))},createTypeCheck:function(e,n){return"null"===n?y.createStrictEquality(e,G()):"undefined"===n?y.createStrictEquality(e,ho()):y.createStrictEquality(Nn(e),I(n))},createIsNotTypeCheck:function(e,n){return"null"===n?y.createStrictInequality(e,G()):"undefined"===n?y.createStrictInequality(e,ho()):y.createStrictInequality(Nn(e),I(n))},createMethodCall:go,createGlobalMethodCall:yo,createFunctionBindCall:function(e,n,t){return go(e,"bind",[n,...t])},createFunctionCallCall:function(e,n,t){return go(e,"call",[n,...t])},createFunctionApplyCall:function(e,n,t){return go(e,"apply",[n,t])},createArraySliceCall:function(e,n){return go(e,"slice",void 0===n?[]:[Co(n)])},createArrayConcatCall:function(e,n){return go(e,"concat",n)},createObjectDefinePropertyCall:function(e,n,t){return yo("Object","defineProperty",[e,Co(n),t])},createObjectGetOwnPropertyDescriptorCall:function(e,n){return yo("Object","getOwnPropertyDescriptor",[e,Co(n)])},createReflectGetCall:function(e,n,t){return yo("Reflect","get",t?[e,n,t]:[e,n])},createReflectSetCall:function(e,n,t,r){return yo("Reflect","set",r?[e,n,t,r]:[e,n,t])},createPropertyDescriptor:function(e,n){const t=[];vo(t,"enumerable",Co(e.enumerable)),vo(t,"configurable",Co(e.configurable));let r=vo(t,"writable",Co(e.writable));r=vo(t,"value",e.value)||r;let o=vo(t,"get",e.get);return o=vo(t,"set",e.set)||o,Rt.assert(!(r&&o),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),Ze(t,!n)},createCallBinding:function(e,n,t,o=!1){const i=EP(e,15);let a,s;Rh(i)?(a=z(),s=i):mN(i)?(a=z(),s=void 0!==t&&t<2?yL(P("_super"),i):i):8192&Im(i)?(a=ho(),s=r().parenthesizeLeftSideOfAccess(i,!1)):lD(i)?bo(i.expression,o)?(a=L(n),s=nn(yL(y.createAssignment(a,i.expression),i.expression),i.name),yL(s,i)):(a=i.expression,s=i):cD(i)?bo(i.expression,o)?(a=L(n),s=an(yL(y.createAssignment(a,i.expression),i.expression),i.argumentExpression),yL(s,i)):(a=i.expression,s=i):(a=ho(),s=r().parenthesizeLeftSideOfAccess(e,!1));return{target:s,thisArg:a}},createAssignmentTargetWrapper:function(e,n){return nn(yn(Ze([fe(void 0,"value",[X(void 0,void 0,e,void 0,void 0,void 0)],ot([lt(n)]))])),"value")},inlineExpressions:function(e){return e.length>10?fo(e):Ue(e,y.createComma)},getInternalName:function(e,n,t){return Eo(e,n,t,98304)},getLocalName:function(e,n,t,r){return Eo(e,n,t,32768,r)},getExportName:So,getDeclarationName:function(e,n,t){return Eo(e,n,t)},getNamespaceMemberName:To,getExternalModuleOrNamespaceExportName:function(e,n,t,r){if(e&&Bb(n,32))return To(e,Eo(n),t,r);return So(n,t,r)},restoreOuterExpressions:function e(n,t,r=15){if(n&&bP(n,r)&&(o=n,!(mD(o)&&Sv(o)&&Sv(gR(o))&&Sv(TR(o)))||se(AR(o))||se(NR(o))))return function(e,n){switch(e.kind){case 217:return vn(e,n);case 216:return gn(e,e.type,n);case 234:return Xn(e,n,e.type);case 238:return Zn(e,n,e.type);case 235:return $n(e,n);case 360:return uo(e,n)}}(n,e(n.expression,t));var o;return t},restoreEnclosingLabel:function e(n,t,r){if(!t)return n;const o=St(t,t.label,nC(t.statement)?e(n,t.statement):n);r&&r(t);return o},createUseStrictPrologue:xo,copyPrologue:function(e,n,t,r){const o=Ao(e,n,0,t);return Ro(e,n,o,r)},copyStandardPrologue:Ao,copyCustomPrologue:Ro,ensureUseStrict:function(e){if(!mP(e))return yL(v([xo(),...e]),e);return e},liftToBlock:function(e){return Rt.assert(M(e,Ou),"Cannot lift nodes to a Block."),We(e)||ot(e)},mergeLexicalEnvironment:function(e,n){if(!se(n))return e;const t=Io(e,w_,0),r=Io(e,F_,t),o=Io(e,z_,r),i=Io(n,w_,0),a=Io(n,F_,i),s=Io(n,z_,a),l=Io(n,O_,s);Rt.assert(l===n.length,"Expected declarations to be valid standard or custom prologues");const c=Qc(e)?e.slice():e;l>s&&c.splice(o,0,...n.slice(s,l));s>a&&c.splice(r,0,...n.slice(a,s));a>i&&c.splice(t,0,...n.slice(i,a));if(i>0)if(0===t)c.splice(0,0,...n.slice(0,i));else{const r=new Map;for(let n=0;n=0;e--){const t=n[e];r.has(t.expression.text)||c.unshift(t)}}if(Qc(e))return yL(v(c,e.hasTrailingComma),e);return e},replaceModifiers:function(e,n){let t;t="number"==typeof n?U(n):n;return vN(e)?J(e,t,e.name,e.constraint,e.default):bN(e)?Y(e,t,e.dotDotDotToken,e.name,e.questionToken,e.type,e.initializer):ON(e)?Re(e,t,e.typeParameters,e.parameters,e.type):SN(e)?ee(e,t,e.name,e.questionToken,e.type):TN(e)?te(e,t,e.name,e.questionToken??e.exclamationToken,e.type,e.initializer):xN(e)?oe(e,t,e.name,e.questionToken,e.typeParameters,e.parameters,e.type):AN(e)?ae(e,t,e.asteriskToken,e.name,e.questionToken,e.typeParameters,e.parameters,e.type,e.body):IN(e)?de(e,t,e.parameters,e.body):NN(e)?pe(e,t,e.name,e.parameters,e.type,e.body):DN(e)?me(e,t,e.name,e.parameters,e.body):PN(e)?ye(e,t,e.parameters,e.type):_D(e)?Sn(e,t,e.asteriskToken,e.name,e.typeParameters,e.parameters,e.type,e.body):hD(e)?Rn(e,t,e.typeParameters,e.parameters,e.type,e.equalsGreaterThanToken,e.body):ND(e)?Kn(e,t,e.name,e.typeParameters,e.heritageClauses,e.members):BD(e)?at(e,t,e.declarationList):sC(e)?Dt(e,t,e.asteriskToken,e.name,e.typeParameters,e.parameters,e.type,e.body):lC(e)?Mt(e,t,e.name,e.typeParameters,e.heritageClauses,e.members):cC(e)?Lt(e,t,e.name,e.typeParameters,e.heritageClauses,e.members):dC(e)?wt(e,t,e.name,e.typeParameters,e.type):uC(e)?Ft(e,t,e.name,e.members):pC(e)?zt(e,t,e.name,e.body):hC(e)?Ut(e,t,e.isTypeOnly,e.name,e.moduleReference):gC(e)?Kt(e,t,e.importClause,e.moduleSpecifier,e.attributes):NC(e)?or(e,t,e.expression):DC(e)?ar(e,t,e.isTypeOnly,e.exportClause,e.moduleSpecifier,e.attributes):Rt.assertNever(e)},replaceDecoratorsAndModifiers:function(e,n){return bN(e)?Y(e,n,e.dotDotDotToken,e.name,e.questionToken,e.type,e.initializer):TN(e)?te(e,n,e.name,e.questionToken??e.exclamationToken,e.type,e.initializer):AN(e)?ae(e,n,e.asteriskToken,e.name,e.questionToken,e.typeParameters,e.parameters,e.type,e.body):NN(e)?pe(e,n,e.name,e.parameters,e.type,e.body):DN(e)?me(e,n,e.name,e.parameters,e.body):ND(e)?Kn(e,n,e.name,e.typeParameters,e.heritageClauses,e.members):lC(e)?Mt(e,n,e.name,e.typeParameters,e.heritageClauses,e.members):Rt.assertNever(e)},replacePropertyName:function(e,n){switch(e.kind){case 177:return pe(e,e.modifiers,n,e.parameters,e.type,e.body);case 178:return me(e,e.modifiers,n,e.parameters,e.body);case 174:return ae(e,e.modifiers,e.asteriskToken,n,e.questionToken,e.typeParameters,e.parameters,e.type,e.body);case 173:return oe(e,e.modifiers,n,e.questionToken,e.typeParameters,e.parameters,e.type);case 172:return te(e,e.modifiers,n,e.questionToken??e.exclamationToken,e.type,e.initializer);case 171:return ee(e,e.modifiers,n,e.questionToken,e.type);case 303:return no(e,n,e.initializer)}}};return x(GA,(e=>e(y))),y;function v(e,n){if(void 0===e||e===i)e=[];else if(Qc(e)){if(void 0===n||e.hasTrailingComma===n)return void 0===e.transformFlags&&eR(e),Rt.attachNodeArrayDebugInfo(e),e;const t=e.slice();return t.pos=e.pos,t.end=e.end,t.hasTrailingComma=n,t.transformFlags=e.transformFlags,Rt.attachNodeArrayDebugInfo(t),t}const t=e.length,r=t>=1&&t<=4?e.slice():e;return r.pos=-1,r.end=-1,r.hasTrailingComma=!!n,r.transformFlags=0,eR(r),Rt.attachNodeArrayDebugInfo(r),r}function b(e){return n.createBaseNode(e)}function E(e){const n=b(e);return n.symbol=void 0,n.localSymbol=void 0,n}function S(e,n){return e!==n&&(e.typeArguments=n.typeArguments),Lo(e,n)}function T(e,n=0){const t="number"==typeof e?e+"":e;Rt.assert(45!==t.charCodeAt(0),"Negative numbers should be created in combination with createPrefixUnaryExpression");const r=E(9);return r.text=t,r.numericLiteralFlags=n,384&n&&(r.transformFlags|=1024),r}function A(e){const n=F(10);return n.text="string"==typeof e?e:Mx(e)+"n",n.transformFlags|=32,n}function R(e,n){const t=E(11);return t.text=e,t.singleQuote=n,t}function I(e,n,t){const r=R(e,n);return r.hasExtendedUnicodeEscape=t,t&&(r.transformFlags|=1024),r}function N(e){const n=F(14);return n.text=e,n}function D(e){const t=n.createBaseIdentifierNode(80);return t.escapedText=e,t.jsDoc=void 0,t.flowNode=void 0,t.symbol=void 0,t}function C(e,n,t,r){const o=D(Ml(e));return KR(o,{flags:n,id:WA,prefix:t,suffix:r}),WA++,o}function P(e,n,t){void 0===n&&e&&(n=ss(e)),80===n&&(n=void 0);const r=D(Ml(e));return t&&(r.flags|=256),"await"===r.escapedText&&(r.transformFlags|=67108864),256&r.flags&&(r.transformFlags|=1024),r}function L(e,n,t,r){let o=1;n&&(o|=8);const i=C("",o,t,r);return e&&e(i),i}function k(e,n=0,t,r){Rt.assert(!(7&n),"Argument out of range: flags");(t||r)&&(n|=16);const o=C(e?Cc(e)?cL(!1,t,e,r,Ll):`generated@${Hz(e)}`:"",4|n,t,r);return o.original=e,o}function w(e){const t=n.createBasePrivateIdentifierNode(81);return t.escapedText=e,t.transformFlags|=16777216,t}function O(e,n,t,r){const o=w(Ml(e));return KR(o,{flags:n,id:WA,prefix:t,suffix:r}),WA++,o}function F(e){return n.createBaseTokenNode(e)}function W(e){Rt.assert(e>=0&&e<=165,"Invalid token"),Rt.assert(e<=15||e>=18,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),Rt.assert(e<=9||e>=15,"Invalid token. Use 'createLiteralLikeNode' to create literals."),Rt.assert(80!==e,"Invalid token. Use 'createIdentifier' to create identifiers");const n=F(e);let t=0;switch(e){case 134:t=384;break;case 160:t=4;break;case 125:case 123:case 124:case 148:case 128:case 138:case 87:case 133:case 150:case 163:case 146:case 151:case 103:case 147:case 164:case 154:case 136:case 155:case 116:case 159:case 157:t=1;break;case 108:t=134218752,n.flowNode=void 0;break;case 126:t=1024;break;case 129:t=16777216;break;case 110:t=16384,n.flowNode=void 0}return t&&(n.transformFlags|=t),n}function z(){return W(110)}function G(){return W(106)}function B(){return W(112)}function j(){return W(97)}function V(e){return W(e)}function U(e){const n=[];return 32&e&&n.push(V(95)),128&e&&n.push(V(138)),2048&e&&n.push(V(90)),4096&e&&n.push(V(87)),1&e&&n.push(V(125)),2&e&&n.push(V(123)),4&e&&n.push(V(124)),64&e&&n.push(V(128)),256&e&&n.push(V(126)),16&e&&n.push(V(164)),8&e&&n.push(V(148)),512&e&&n.push(V(129)),1024&e&&n.push(V(134)),8192&e&&n.push(V(103)),16384&e&&n.push(V(147)),n.length?n:void 0}function H(e,n){const t=b(166);return t.left=e,t.right=Do(n),t.transformFlags|=QA(t.left)|$A(t.right),t.flowNode=void 0,t}function K(e){const n=b(167);return n.expression=r().parenthesizeExpressionOfComputedPropertyName(e),n.transformFlags|=132096|QA(n.expression),n}function q(e,n,t,r){const o=E(168);return o.modifiers=No(e),o.name=Do(n),o.constraint=t,o.default=r,o.transformFlags=1,o.expression=void 0,o.jsDoc=void 0,o}function J(e,n,t,r,o){return e.modifiers!==n||e.name!==t||e.constraint!==r||e.default!==o?Lo(q(n,t,r,o),e):e}function X(e,n,t,r,o,i){const a=E(169);return a.modifiers=No(e),a.dotDotDotToken=n,a.name=Do(t),a.questionToken=r,a.type=o,a.initializer=Mo(i),bb(a.name)?a.transformFlags=1:a.transformFlags=ZA(a.modifiers)|QA(a.dotDotDotToken)|YA(a.name)|QA(a.questionToken)|QA(a.initializer)|(a.questionToken??a.type?1:0)|(a.dotDotDotToken??a.initializer?1024:0)|(31&aE(a.modifiers)?8192:0),a.jsDoc=void 0,a}function Y(e,n,t,r,o,i,a){return e.modifiers!==n||e.dotDotDotToken!==t||e.name!==r||e.questionToken!==o||e.type!==i||e.initializer!==a?Lo(X(n,t,r,o,i,a),e):e}function Q(e){const n=b(170);return n.expression=r().parenthesizeLeftSideOfAccess(e,!1),n.transformFlags|=33562625|QA(n.expression),n}function Z(e,n,t,r){const o=E(171);return o.modifiers=No(e),o.name=Do(n),o.type=r,o.questionToken=t,o.transformFlags=1,o.initializer=void 0,o.jsDoc=void 0,o}function ee(e,n,t,r,o){return e.modifiers!==n||e.name!==t||e.questionToken!==r||e.type!==o?function(e,n){e!==n&&(e.initializer=n.initializer);return Lo(e,n)}(Z(n,t,r,o),e):e}function ne(e,n,t,r,o){const i=E(172);i.modifiers=No(e),i.name=Do(n),i.questionToken=t&&QI(t)?t:void 0,i.exclamationToken=t&&$I(t)?t:void 0,i.type=r,i.initializer=Mo(o);const a=33554432&i.flags||128&aE(i.modifiers);return i.transformFlags=ZA(i.modifiers)|YA(i.name)|QA(i.initializer)|(a||i.questionToken||i.exclamationToken||i.type?1:0)|(yN(i.name)||256&aE(i.modifiers)&&i.initializer?8192:0)|16777216,i.jsDoc=void 0,i}function te(e,n,t,r,o,i){return e.modifiers!==n||e.name!==t||e.questionToken!==(void 0!==r&&QI(r)?r:void 0)||e.exclamationToken!==(void 0!==r&&$I(r)?r:void 0)||e.type!==o||e.initializer!==i?Lo(ne(n,t,r,o,i),e):e}function re(e,n,t,r,o,i){const a=E(173);return a.modifiers=No(e),a.name=Do(n),a.questionToken=t,a.typeParameters=No(r),a.parameters=No(o),a.type=i,a.transformFlags=1,a.jsDoc=void 0,a.locals=void 0,a.nextContainer=void 0,a.typeArguments=void 0,a}function oe(e,n,t,r,o,i,a){return e.modifiers!==n||e.name!==t||e.questionToken!==r||e.typeParameters!==o||e.parameters!==i||e.type!==a?S(re(n,t,r,o,i,a),e):e}function ie(e,n,t,r,o,i,a,s){const l=E(174);if(l.modifiers=No(e),l.asteriskToken=n,l.name=Do(t),l.questionToken=r,l.exclamationToken=void 0,l.typeParameters=No(o),l.parameters=v(i),l.type=a,l.body=s,l.body){const e=1024&aE(l.modifiers),n=!!l.asteriskToken,t=e&&n;l.transformFlags=ZA(l.modifiers)|QA(l.asteriskToken)|YA(l.name)|QA(l.questionToken)|ZA(l.typeParameters)|ZA(l.parameters)|QA(l.type)|-67108865&QA(l.body)|(t?128:e?256:n?2048:0)|(l.questionToken||l.typeParameters||l.type?1:0)|1024}else l.transformFlags=1;return l.typeArguments=void 0,l.jsDoc=void 0,l.locals=void 0,l.nextContainer=void 0,l.flowNode=void 0,l.endFlowNode=void 0,l.returnFlowNode=void 0,l}function ae(e,n,t,r,o,i,a,s,l){return e.modifiers!==n||e.asteriskToken!==t||e.name!==r||e.questionToken!==o||e.typeParameters!==i||e.parameters!==a||e.type!==s||e.body!==l?function(e,n){e!==n&&(e.exclamationToken=n.exclamationToken);return Lo(e,n)}(ie(n,t,r,o,i,a,s,l),e):e}function le(e){const n=E(175);return n.body=e,n.transformFlags=16777216|QA(e),n.modifiers=void 0,n.jsDoc=void 0,n.locals=void 0,n.nextContainer=void 0,n.endFlowNode=void 0,n.returnFlowNode=void 0,n}function ce(e,n,t){const r=E(176);return r.modifiers=No(e),r.parameters=v(n),r.body=t,r.transformFlags=ZA(r.modifiers)|ZA(r.parameters)|-67108865&QA(r.body)|1024,r.typeParameters=void 0,r.type=void 0,r.typeArguments=void 0,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.endFlowNode=void 0,r.returnFlowNode=void 0,r}function de(e,n,t,r){return e.modifiers!==n||e.parameters!==t||e.body!==r?function(e,n){e!==n&&(e.typeParameters=n.typeParameters,e.type=n.type);return S(e,n)}(ce(n,t,r),e):e}function ue(e,n,t,r,o){const i=E(177);return i.modifiers=No(e),i.name=Do(n),i.parameters=v(t),i.type=r,i.body=o,i.body?i.transformFlags=ZA(i.modifiers)|YA(i.name)|ZA(i.parameters)|QA(i.type)|-67108865&QA(i.body)|(i.type?1:0):i.transformFlags=1,i.typeArguments=void 0,i.typeParameters=void 0,i.jsDoc=void 0,i.locals=void 0,i.nextContainer=void 0,i.flowNode=void 0,i.endFlowNode=void 0,i.returnFlowNode=void 0,i}function pe(e,n,t,r,o,i){return e.modifiers!==n||e.name!==t||e.parameters!==r||e.type!==o||e.body!==i?function(e,n){e!==n&&(e.typeParameters=n.typeParameters);return S(e,n)}(ue(n,t,r,o,i),e):e}function fe(e,n,t,r){const o=E(178);return o.modifiers=No(e),o.name=Do(n),o.parameters=v(t),o.body=r,o.body?o.transformFlags=ZA(o.modifiers)|YA(o.name)|ZA(o.parameters)|-67108865&QA(o.body)|(o.type?1:0):o.transformFlags=1,o.typeArguments=void 0,o.typeParameters=void 0,o.type=void 0,o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o.flowNode=void 0,o.endFlowNode=void 0,o.returnFlowNode=void 0,o}function me(e,n,t,r,o){return e.modifiers!==n||e.name!==t||e.parameters!==r||e.body!==o?function(e,n){e!==n&&(e.typeParameters=n.typeParameters,e.type=n.type);return S(e,n)}(fe(n,t,r,o),e):e}function _e(e,n,t){const r=E(179);return r.typeParameters=No(e),r.parameters=No(n),r.type=t,r.transformFlags=1,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.typeArguments=void 0,r}function he(e,n,t){const r=E(180);return r.typeParameters=No(e),r.parameters=No(n),r.type=t,r.transformFlags=1,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.typeArguments=void 0,r}function ge(e,n,t){const r=E(181);return r.modifiers=No(e),r.parameters=No(n),r.type=t,r.transformFlags=1,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.typeArguments=void 0,r}function ye(e,n,t,r){return e.parameters!==t||e.type!==r||e.modifiers!==n?S(ge(n,t,r),e):e}function ve(e,n){const t=b(204);return t.type=e,t.literal=n,t.transformFlags=1,t}function be(e,n,t){const r=b(182);return r.assertsModifier=e,r.parameterName=Do(n),r.type=t,r.transformFlags=1,r}function Se(e,n){const t=b(183);return t.typeName=Do(e),t.typeArguments=n&&r().parenthesizeTypeArguments(v(n)),t.transformFlags=1,t}function Te(e,n,t){const r=E(184);return r.typeParameters=No(e),r.parameters=No(n),r.type=t,r.transformFlags=1,r.modifiers=void 0,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.typeArguments=void 0,r}function xe(...e){return 4===e.length?Ae(...e):3===e.length?function(e,n,t){return Ae(void 0,e,n,t)}(...e):Rt.fail("Incorrect number of arguments specified.")}function Ae(e,n,t,r){const o=E(185);return o.modifiers=No(e),o.typeParameters=No(n),o.parameters=No(t),o.type=r,o.transformFlags=1,o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o.typeArguments=void 0,o}function Re(e,n,t,r,o){return e.modifiers!==n||e.typeParameters!==t||e.parameters!==r||e.type!==o?S(xe(n,t,r,o),e):e}function Ie(e,n){const t=b(186);return t.exprName=e,t.typeArguments=n&&r().parenthesizeTypeArguments(n),t.transformFlags=1,t}function Ne(e){const n=E(187);return n.members=v(e),n.transformFlags=1,n}function De(e){const n=b(188);return n.elementType=r().parenthesizeNonArrayTypeOfPostfixType(e),n.transformFlags=1,n}function Ce(e){const n=b(189);return n.elements=v(r().parenthesizeElementTypesOfTupleType(e)),n.transformFlags=1,n}function Me(e,n,t,r){const o=E(202);return o.dotDotDotToken=e,o.name=n,o.questionToken=t,o.type=r,o.transformFlags=1,o.jsDoc=void 0,o}function Pe(e){const n=b(190);return n.type=r().parenthesizeTypeOfOptionalType(e),n.transformFlags=1,n}function Le(e){const n=b(191);return n.type=e,n.transformFlags=1,n}function ke(e,n,t){const r=b(e);return r.types=y.createNodeArray(t(n)),r.transformFlags=1,r}function we(e,n,t){return e.types!==n?Lo(ke(e.kind,n,t),e):e}function Fe(e,n,t,o){const i=b(194);return i.checkType=r().parenthesizeCheckTypeOfConditionalType(e),i.extendsType=r().parenthesizeExtendsTypeOfConditionalType(n),i.trueType=t,i.falseType=o,i.transformFlags=1,i.locals=void 0,i.nextContainer=void 0,i}function ze(e){const n=b(195);return n.typeParameter=e,n.transformFlags=1,n}function Ge(e,n){const t=b(203);return t.head=e,t.templateSpans=v(n),t.transformFlags=1,t}function Be(e,n,t,o,i=!1){const a=b(205);return a.argument=e,a.attributes=n,a.assertions&&a.assertions.assertClause&&a.attributes&&(a.assertions.assertClause=a.attributes),a.qualifier=t,a.typeArguments=o&&r().parenthesizeTypeArguments(o),a.isTypeOf=i,a.transformFlags=1,a}function je(e){const n=b(196);return n.type=e,n.transformFlags=1,n}function Ve(e,n){const t=b(198);return t.operator=e,t.type=148===e?r().parenthesizeOperandOfReadonlyTypeOperator(n):r().parenthesizeOperandOfTypeOperator(n),t.transformFlags=1,t}function Ke(e,n){const t=b(199);return t.objectType=r().parenthesizeNonArrayTypeOfPostfixType(e),t.indexType=n,t.transformFlags=1,t}function qe(e,n,t,r,o,i){const a=E(200);return a.readonlyToken=e,a.typeParameter=n,a.nameType=t,a.questionToken=r,a.type=o,a.members=i&&v(i),a.transformFlags=1,a.locals=void 0,a.nextContainer=void 0,a}function Je(e){const n=b(201);return n.literal=e,n.transformFlags=1,n}function Xe(e){const n=b(206);return n.elements=v(e),n.transformFlags|=525312|ZA(n.elements),32768&n.transformFlags&&(n.transformFlags|=65664),n}function Ye(e){const n=b(207);return n.elements=v(e),n.transformFlags|=525312|ZA(n.elements),n}function $e(e,n,t,r){const o=E(208);return o.dotDotDotToken=e,o.propertyName=Do(n),o.name=Do(t),o.initializer=Mo(r),o.transformFlags|=QA(o.dotDotDotToken)|YA(o.propertyName)|YA(o.name)|QA(o.initializer)|(o.dotDotDotToken?32768:0)|1024,o.flowNode=void 0,o}function Qe(e,n){const t=b(209),o=e&&Oe(e),i=v(e,!(!o||!DD(o))||void 0);return t.elements=r().parenthesizeExpressionsOfCommaDelimitedList(i),t.multiLine=n,t.transformFlags|=ZA(t.elements),t}function Ze(e,n){const t=E(210);return t.properties=v(e),t.multiLine=n,t.transformFlags|=ZA(t.properties),t.jsDoc=void 0,t}function en(e,n,t){const r=E(211);return r.expression=e,r.questionDotToken=n,r.name=t,r.transformFlags=QA(r.expression)|QA(r.questionDotToken)|(tN(r.name)?$A(r.name):536870912|QA(r.name)),r.jsDoc=void 0,r.flowNode=void 0,r}function nn(e,n){const t=en(r().parenthesizeLeftSideOfAccess(e,!1),void 0,Do(n));return mN(e)&&(t.transformFlags|=384),t}function tn(e,n,t){const o=en(r().parenthesizeLeftSideOfAccess(e,!0),n,Do(t));return o.flags|=64,o.transformFlags|=32,o}function rn(e,n,t,r){return Rt.assert(!!(64&e.flags),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),e.expression!==n||e.questionDotToken!==t||e.name!==r?Lo(tn(n,t,r),e):e}function on(e,n,t){const r=E(212);return r.expression=e,r.questionDotToken=n,r.argumentExpression=t,r.transformFlags|=QA(r.expression)|QA(r.questionDotToken)|QA(r.argumentExpression),r.jsDoc=void 0,r.flowNode=void 0,r}function an(e,n){const t=on(r().parenthesizeLeftSideOfAccess(e,!1),void 0,Co(n));return mN(e)&&(t.transformFlags|=384),t}function sn(e,n,t){const o=on(r().parenthesizeLeftSideOfAccess(e,!0),n,Co(t));return o.flags|=64,o.transformFlags|=32,o}function ln(e,n,t,r){return Rt.assert(!!(64&e.flags),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),e.expression!==n||e.questionDotToken!==t||e.argumentExpression!==r?Lo(sn(n,t,r),e):e}function cn(e,n,t,r){const o=E(213);return o.expression=e,o.questionDotToken=n,o.typeArguments=t,o.arguments=r,o.transformFlags|=QA(o.expression)|QA(o.questionDotToken)|ZA(o.typeArguments)|ZA(o.arguments),o.typeArguments&&(o.transformFlags|=1),Rh(o.expression)&&(o.transformFlags|=16384),o}function dn(e,n,t){const o=cn(r().parenthesizeLeftSideOfAccess(e,!1),void 0,No(n),r().parenthesizeExpressionsOfCommaDelimitedList(v(t)));return _N(o.expression)&&(o.transformFlags|=8388608),o}function un(e,n,t,o){const i=cn(r().parenthesizeLeftSideOfAccess(e,!0),n,No(t),r().parenthesizeExpressionsOfCommaDelimitedList(v(o)));return i.flags|=64,i.transformFlags|=32,i}function pn(e,n,t,r,o){return Rt.assert(!!(64&e.flags),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),e.expression!==n||e.questionDotToken!==t||e.typeArguments!==r||e.arguments!==o?Lo(un(n,t,r,o),e):e}function fn(e,n,t){const o=E(214);return o.expression=r().parenthesizeExpressionOfNew(e),o.typeArguments=No(n),o.arguments=t?r().parenthesizeExpressionsOfCommaDelimitedList(t):void 0,o.transformFlags|=QA(o.expression)|ZA(o.typeArguments)|ZA(o.arguments)|32,o.typeArguments&&(o.transformFlags|=1),o}function mn(e,n,t){const o=b(215);return o.tag=r().parenthesizeLeftSideOfAccess(e,!1),o.typeArguments=No(n),o.template=t,o.transformFlags|=QA(o.tag)|ZA(o.typeArguments)|QA(o.template)|1024,o.typeArguments&&(o.transformFlags|=1),kv(o.template)&&(o.transformFlags|=128),o}function hn(e,n){const t=b(216);return t.expression=r().parenthesizeOperandOfPrefixUnary(n),t.type=e,t.transformFlags|=QA(t.expression)|QA(t.type)|1,t}function gn(e,n,t){return e.type!==n||e.expression!==t?Lo(hn(n,t),e):e}function yn(e){const n=b(217);return n.expression=e,n.transformFlags=QA(n.expression),n.jsDoc=void 0,n}function vn(e,n){return e.expression!==n?Lo(yn(n),e):e}function En(e,n,t,r,o,i,a){const s=E(218);s.modifiers=No(e),s.asteriskToken=n,s.name=Do(t),s.typeParameters=No(r),s.parameters=v(o),s.type=i,s.body=a;const l=1024&aE(s.modifiers),c=!!s.asteriskToken,d=l&&c;return s.transformFlags=ZA(s.modifiers)|QA(s.asteriskToken)|YA(s.name)|ZA(s.typeParameters)|ZA(s.parameters)|QA(s.type)|-67108865&QA(s.body)|(d?128:l?256:c?2048:0)|(s.typeParameters||s.type?1:0)|4194304,s.typeArguments=void 0,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.flowNode=void 0,s.endFlowNode=void 0,s.returnFlowNode=void 0,s}function Sn(e,n,t,r,o,i,a,s){return e.name!==r||e.modifiers!==n||e.asteriskToken!==t||e.typeParameters!==o||e.parameters!==i||e.type!==a||e.body!==s?S(En(n,t,r,o,i,a,s),e):e}function xn(e,n,t,o,i,a){const s=E(219);s.modifiers=No(e),s.typeParameters=No(n),s.parameters=v(t),s.type=o,s.equalsGreaterThanToken=i??W(39),s.body=r().parenthesizeConciseBodyOfArrowFunction(a);const l=1024&aE(s.modifiers);return s.transformFlags=ZA(s.modifiers)|ZA(s.typeParameters)|ZA(s.parameters)|QA(s.type)|QA(s.equalsGreaterThanToken)|-67108865&QA(s.body)|(s.typeParameters||s.type?1:0)|(l?16640:0)|1024,s.typeArguments=void 0,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.flowNode=void 0,s.endFlowNode=void 0,s.returnFlowNode=void 0,s}function Rn(e,n,t,r,o,i,a){return e.modifiers!==n||e.typeParameters!==t||e.parameters!==r||e.type!==o||e.equalsGreaterThanToken!==i||e.body!==a?S(xn(n,t,r,o,i,a),e):e}function In(e){const n=b(220);return n.expression=r().parenthesizeOperandOfPrefixUnary(e),n.transformFlags|=QA(n.expression),n}function Nn(e){const n=b(221);return n.expression=r().parenthesizeOperandOfPrefixUnary(e),n.transformFlags|=QA(n.expression),n}function Mn(e){const n=b(222);return n.expression=r().parenthesizeOperandOfPrefixUnary(e),n.transformFlags|=QA(n.expression),n}function Pn(e){const n=b(223);return n.expression=r().parenthesizeOperandOfPrefixUnary(e),n.transformFlags|=2097536|QA(n.expression),n}function Ln(e,n){const t=b(224);return t.operator=e,t.operand=r().parenthesizeOperandOfPrefixUnary(n),t.transformFlags|=QA(t.operand),46!==e&&47!==e||!tN(t.operand)||ud(t.operand)||uP(t.operand)||(t.transformFlags|=268435456),t}function kn(e,n){const t=b(225);return t.operator=n,t.operand=r().parenthesizeOperandOfPostfixUnary(e),t.transformFlags|=QA(t.operand),!tN(t.operand)||ud(t.operand)||uP(t.operand)||(t.transformFlags|=268435456),t}function wn(e,n,t){const o=E(226),i="number"==typeof(a=n)?W(a):a;var a;const s=i.kind;return o.left=r().parenthesizeLeftSideOfBinary(s,e),o.operatorToken=i,o.right=r().parenthesizeRightSideOfBinary(s,o.left,t),o.transformFlags|=QA(o.left)|QA(o.operatorToken)|QA(o.right),61===s?o.transformFlags|=32:64===s?sD(o.left)?o.transformFlags|=5248|On(o.left):aD(o.left)&&(o.transformFlags|=5120|On(o.left)):43===s||68===s?o.transformFlags|=512:dE(s)&&(o.transformFlags|=16),103===s&&rN(o.left)&&(o.transformFlags|=536870912),o.jsDoc=void 0,o}function On(e){return hL(e)?65536:0}function Fn(e,n,t,o,i){const a=b(227);return a.condition=r().parenthesizeConditionOfConditionalExpression(e),a.questionToken=n??W(58),a.whenTrue=r().parenthesizeBranchOfConditionalExpression(t),a.colonToken=o??W(59),a.whenFalse=r().parenthesizeBranchOfConditionalExpression(i),a.transformFlags|=QA(a.condition)|QA(a.questionToken)|QA(a.whenTrue)|QA(a.colonToken)|QA(a.whenFalse),a}function Wn(e,n){const t=b(228);return t.head=e,t.templateSpans=v(n),t.transformFlags|=QA(t.head)|ZA(t.templateSpans)|1024,t}function zn(e,n,t,r=0){let o;if(Rt.assert(!(-7177&r),"Unsupported template flags."),void 0!==t&&t!==n&&(o=function(e,n){BA||(BA=Gs(99,!1,0));switch(e){case 15:BA.setText("`"+n+"`");break;case 16:BA.setText("`"+n+"${");break;case 17:BA.setText("}"+n+"${");break;case 18:BA.setText("}"+n+"`")}let t,r=BA.scan();20===r&&(r=BA.reScanTemplateToken(!1));if(BA.isUnterminated())return BA.setText(void 0),jA;switch(r){case 15:case 16:case 17:case 18:t=BA.getTokenValue()}if(void 0===t||1!==BA.scan())return BA.setText(void 0),jA;return BA.setText(void 0),t}(e,t),"object"==typeof o))return Rt.fail("Invalid raw text");if(void 0===n){if(void 0===o)return Rt.fail("Arguments 'text' and 'rawText' may not both be undefined.");n=o}else void 0!==o&&Rt.assert(n===o,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return n}function Gn(e){let n=1024;return e&&(n|=128),n}function Bn(e,n,t,r){const o=E(e);return o.text=n,o.rawText=t,o.templateFlags=7176&r,o.transformFlags=Gn(o.templateFlags),o}function jn(e,n,t,r){return 15===e?Bn(e,n,t,r):function(e,n,t,r){const o=F(e);return o.text=n,o.rawText=t,o.templateFlags=7176&r,o.transformFlags=Gn(o.templateFlags),o}(e,n,t,r)}function Vn(e,n){Rt.assert(!e||!!n,"A `YieldExpression` with an asteriskToken must have an expression.");const t=b(229);return t.expression=n&&r().parenthesizeExpressionForDisallowedComma(n),t.asteriskToken=e,t.transformFlags|=1049728|(QA(t.expression)|QA(t.asteriskToken)),t}function Un(e){const n=b(230);return n.expression=r().parenthesizeExpressionForDisallowedComma(e),n.transformFlags|=33792|QA(n.expression),n}function Hn(e,n,t,r,o){const i=E(231);return i.modifiers=No(e),i.name=Do(n),i.typeParameters=No(t),i.heritageClauses=No(r),i.members=v(o),i.transformFlags|=ZA(i.modifiers)|YA(i.name)|ZA(i.typeParameters)|ZA(i.heritageClauses)|ZA(i.members)|(i.typeParameters?1:0)|1024,i.jsDoc=void 0,i}function Kn(e,n,t,r,o,i){return e.modifiers!==n||e.name!==t||e.typeParameters!==r||e.heritageClauses!==o||e.members!==i?Lo(Hn(n,t,r,o,i),e):e}function qn(e,n){const t=b(233);return t.expression=r().parenthesizeLeftSideOfAccess(e,!1),t.typeArguments=n&&r().parenthesizeTypeArguments(n),t.transformFlags|=QA(t.expression)|ZA(t.typeArguments)|1024,t}function Jn(e,n){const t=b(234);return t.expression=e,t.type=n,t.transformFlags|=QA(t.expression)|QA(t.type)|1,t}function Xn(e,n,t){return e.expression!==n||e.type!==t?Lo(Jn(n,t),e):e}function Yn(e){const n=b(235);return n.expression=r().parenthesizeLeftSideOfAccess(e,!1),n.transformFlags|=1|QA(n.expression),n}function $n(e,n){return jc(e)?nt(e,n):e.expression!==n?Lo(Yn(n),e):e}function Qn(e,n){const t=b(238);return t.expression=e,t.type=n,t.transformFlags|=QA(t.expression)|QA(t.type)|1,t}function Zn(e,n,t){return e.expression!==n||e.type!==t?Lo(Qn(n,t),e):e}function et(e){const n=b(235);return n.flags|=64,n.expression=r().parenthesizeLeftSideOfAccess(e,!0),n.transformFlags|=1|QA(n.expression),n}function nt(e,n){return Rt.assert(!!(64&e.flags),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),e.expression!==n?Lo(et(n),e):e}function tt(e,n){const t=b(236);switch(t.keywordToken=e,t.name=n,t.transformFlags|=QA(t.name),e){case 105:t.transformFlags|=1024;break;case 102:t.transformFlags|=32;break;default:return Rt.assertNever(e)}return t.flowNode=void 0,t}function rt(e,n){const t=b(239);return t.expression=e,t.literal=n,t.transformFlags|=QA(t.expression)|QA(t.literal)|1024,t}function ot(e,n){const t=b(241);return t.statements=v(e),t.multiLine=n,t.transformFlags|=ZA(t.statements),t.jsDoc=void 0,t.locals=void 0,t.nextContainer=void 0,t}function it(e,n){const t=b(243);return t.modifiers=No(e),t.declarationList=_n(n)?It(n):n,t.transformFlags|=ZA(t.modifiers)|QA(t.declarationList),128&aE(t.modifiers)&&(t.transformFlags=1),t.jsDoc=void 0,t.flowNode=void 0,t}function at(e,n,t){return e.modifiers!==n||e.declarationList!==t?Lo(it(n,t),e):e}function st(){const e=b(242);return e.jsDoc=void 0,e}function lt(e){const n=b(244);return n.expression=r().parenthesizeExpressionOfExpressionStatement(e),n.transformFlags|=QA(n.expression),n.jsDoc=void 0,n.flowNode=void 0,n}function ct(e,n,t){const r=b(245);return r.expression=e,r.thenStatement=Po(n),r.elseStatement=Po(t),r.transformFlags|=QA(r.expression)|QA(r.thenStatement)|QA(r.elseStatement),r.jsDoc=void 0,r.flowNode=void 0,r}function ut(e,n){const t=b(246);return t.statement=Po(e),t.expression=n,t.transformFlags|=QA(t.statement)|QA(t.expression),t.jsDoc=void 0,t.flowNode=void 0,t}function pt(e,n){const t=b(247);return t.expression=e,t.statement=Po(n),t.transformFlags|=QA(t.expression)|QA(t.statement),t.jsDoc=void 0,t.flowNode=void 0,t}function ft(e,n,t,r){const o=b(248);return o.initializer=e,o.condition=n,o.incrementor=t,o.statement=Po(r),o.transformFlags|=QA(o.initializer)|QA(o.condition)|QA(o.incrementor)|QA(o.statement),o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o.flowNode=void 0,o}function mt(e,n,t){const r=b(249);return r.initializer=e,r.expression=n,r.statement=Po(t),r.transformFlags|=QA(r.initializer)|QA(r.expression)|QA(r.statement),r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.flowNode=void 0,r}function _t(e,n,t,o){const i=b(250);return i.awaitModifier=e,i.initializer=n,i.expression=r().parenthesizeExpressionForDisallowedComma(t),i.statement=Po(o),i.transformFlags|=QA(i.awaitModifier)|QA(i.initializer)|QA(i.expression)|QA(i.statement)|1024,e&&(i.transformFlags|=128),i.jsDoc=void 0,i.locals=void 0,i.nextContainer=void 0,i.flowNode=void 0,i}function ht(e){const n=b(251);return n.label=Do(e),n.transformFlags|=4194304|QA(n.label),n.jsDoc=void 0,n.flowNode=void 0,n}function gt(e){const n=b(252);return n.label=Do(e),n.transformFlags|=4194304|QA(n.label),n.jsDoc=void 0,n.flowNode=void 0,n}function yt(e){const n=b(253);return n.expression=e,n.transformFlags|=4194432|QA(n.expression),n.jsDoc=void 0,n.flowNode=void 0,n}function vt(e,n){const t=b(254);return t.expression=e,t.statement=Po(n),t.transformFlags|=QA(t.expression)|QA(t.statement),t.jsDoc=void 0,t.flowNode=void 0,t}function bt(e,n){const t=b(255);return t.expression=r().parenthesizeExpressionForDisallowedComma(e),t.caseBlock=n,t.transformFlags|=QA(t.expression)|QA(t.caseBlock),t.jsDoc=void 0,t.flowNode=void 0,t.possiblyExhaustive=!1,t}function Et(e,n){const t=b(256);return t.label=Do(e),t.statement=Po(n),t.transformFlags|=QA(t.label)|QA(t.statement),t.jsDoc=void 0,t.flowNode=void 0,t}function St(e,n,t){return e.label!==n||e.statement!==t?Lo(Et(n,t),e):e}function Tt(e){const n=b(257);return n.expression=e,n.transformFlags|=QA(n.expression),n.jsDoc=void 0,n.flowNode=void 0,n}function xt(e,n,t){const r=b(258);return r.tryBlock=e,r.catchClause=n,r.finallyBlock=t,r.transformFlags|=QA(r.tryBlock)|QA(r.catchClause)|QA(r.finallyBlock),r.jsDoc=void 0,r.flowNode=void 0,r}function At(e,n,t,r){const o=E(260);return o.name=Do(e),o.exclamationToken=n,o.type=t,o.initializer=Mo(r),o.transformFlags|=YA(o.name)|QA(o.initializer)|(o.exclamationToken??o.type?1:0),o.jsDoc=void 0,o}function It(e,n=0){const t=b(261);return t.flags|=7&n,t.declarations=v(e),t.transformFlags|=4194304|ZA(t.declarations),7&n&&(t.transformFlags|=263168),4&n&&(t.transformFlags|=4),t}function Nt(e,n,t,r,o,i,a){const s=E(262);if(s.modifiers=No(e),s.asteriskToken=n,s.name=Do(t),s.typeParameters=No(r),s.parameters=v(o),s.type=i,s.body=a,!s.body||128&aE(s.modifiers))s.transformFlags=1;else{const e=1024&aE(s.modifiers),n=!!s.asteriskToken,t=e&&n;s.transformFlags=ZA(s.modifiers)|QA(s.asteriskToken)|YA(s.name)|ZA(s.typeParameters)|ZA(s.parameters)|QA(s.type)|-67108865&QA(s.body)|(t?128:e?256:n?2048:0)|(s.typeParameters||s.type?1:0)|4194304}return s.typeArguments=void 0,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.endFlowNode=void 0,s.returnFlowNode=void 0,s}function Dt(e,n,t,r,o,i,a,s){return e.modifiers!==n||e.asteriskToken!==t||e.name!==r||e.typeParameters!==o||e.parameters!==i||e.type!==a||e.body!==s?function(e,n){e!==n&&e.modifiers===n.modifiers&&(e.modifiers=n.modifiers);return S(e,n)}(Nt(n,t,r,o,i,a,s),e):e}function Ct(e,n,t,r,o){const i=E(263);return i.modifiers=No(e),i.name=Do(n),i.typeParameters=No(t),i.heritageClauses=No(r),i.members=v(o),128&aE(i.modifiers)?i.transformFlags=1:(i.transformFlags|=ZA(i.modifiers)|YA(i.name)|ZA(i.typeParameters)|ZA(i.heritageClauses)|ZA(i.members)|(i.typeParameters?1:0)|1024,8192&i.transformFlags&&(i.transformFlags|=1)),i.jsDoc=void 0,i}function Mt(e,n,t,r,o,i){return e.modifiers!==n||e.name!==t||e.typeParameters!==r||e.heritageClauses!==o||e.members!==i?Lo(Ct(n,t,r,o,i),e):e}function Pt(e,n,t,r,o){const i=E(264);return i.modifiers=No(e),i.name=Do(n),i.typeParameters=No(t),i.heritageClauses=No(r),i.members=v(o),i.transformFlags=1,i.jsDoc=void 0,i}function Lt(e,n,t,r,o,i){return e.modifiers!==n||e.name!==t||e.typeParameters!==r||e.heritageClauses!==o||e.members!==i?Lo(Pt(n,t,r,o,i),e):e}function kt(e,n,t,r){const o=E(265);return o.modifiers=No(e),o.name=Do(n),o.typeParameters=No(t),o.type=r,o.transformFlags=1,o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o}function wt(e,n,t,r,o){return e.modifiers!==n||e.name!==t||e.typeParameters!==r||e.type!==o?Lo(kt(n,t,r,o),e):e}function Ot(e,n,t){const r=E(266);return r.modifiers=No(e),r.name=Do(n),r.members=v(t),r.transformFlags|=ZA(r.modifiers)|QA(r.name)|ZA(r.members)|1,r.transformFlags&=-67108865,r.jsDoc=void 0,r}function Ft(e,n,t,r){return e.modifiers!==n||e.name!==t||e.members!==r?Lo(Ot(n,t,r),e):e}function Wt(e,n,t,r=0){const o=E(267);return o.modifiers=No(e),o.flags|=2088&r,o.name=n,o.body=t,128&aE(o.modifiers)?o.transformFlags=1:o.transformFlags|=ZA(o.modifiers)|QA(o.name)|QA(o.body)|1,o.transformFlags&=-67108865,o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o}function zt(e,n,t,r){return e.modifiers!==n||e.name!==t||e.body!==r?Lo(Wt(n,t,r,e.flags),e):e}function Gt(e){const n=b(268);return n.statements=v(e),n.transformFlags|=ZA(n.statements),n.jsDoc=void 0,n}function Bt(e){const n=b(269);return n.clauses=v(e),n.transformFlags|=ZA(n.clauses),n.locals=void 0,n.nextContainer=void 0,n}function jt(e){const n=E(270);return n.name=Do(e),n.transformFlags|=1|$A(n.name),n.modifiers=void 0,n.jsDoc=void 0,n}function Vt(e,n,t,r){const o=E(271);return o.modifiers=No(e),o.name=Do(t),o.isTypeOnly=n,o.moduleReference=r,o.transformFlags|=ZA(o.modifiers)|$A(o.name)|QA(o.moduleReference),wC(o.moduleReference)||(o.transformFlags|=1),o.transformFlags&=-67108865,o.jsDoc=void 0,o}function Ut(e,n,t,r,o){return e.modifiers!==n||e.isTypeOnly!==t||e.name!==r||e.moduleReference!==o?Lo(Vt(n,t,r,o),e):e}function Ht(e,n,t,r){const o=b(272);return o.modifiers=No(e),o.importClause=n,o.moduleSpecifier=t,o.attributes=o.assertClause=r,o.transformFlags|=QA(o.importClause)|QA(o.moduleSpecifier),o.transformFlags&=-67108865,o.jsDoc=void 0,o}function Kt(e,n,t,r,o){return e.modifiers!==n||e.importClause!==t||e.moduleSpecifier!==r||e.attributes!==o?Lo(Ht(n,t,r,o),e):e}function qt(e,n,t){const r=E(273);return r.isTypeOnly=e,r.name=n,r.namedBindings=t,r.transformFlags|=QA(r.name)|QA(r.namedBindings),e&&(r.transformFlags|=1),r.transformFlags&=-67108865,r}function Jt(e,n){const t=b(300);return t.elements=v(e),t.multiLine=n,t.token=132,t.transformFlags|=4,t}function Xt(e,n){const t=b(301);return t.name=e,t.value=n,t.transformFlags|=4,t}function Yt(e,n){const t=b(302);return t.assertClause=e,t.multiLine=n,t}function $t(e,n,t){const r=b(300);return r.token=t??118,r.elements=v(e),r.multiLine=n,r.transformFlags|=4,r}function Qt(e,n){const t=b(301);return t.name=e,t.value=n,t.transformFlags|=4,t}function Zt(e){const n=E(274);return n.name=e,n.transformFlags|=QA(n.name),n.transformFlags&=-67108865,n}function er(e){const n=E(280);return n.name=e,n.transformFlags|=32|QA(n.name),n.transformFlags&=-67108865,n}function nr(e){const n=b(275);return n.elements=v(e),n.transformFlags|=ZA(n.elements),n.transformFlags&=-67108865,n}function tr(e,n,t){const r=E(276);return r.isTypeOnly=e,r.propertyName=n,r.name=t,r.transformFlags|=QA(r.propertyName)|QA(r.name),r.transformFlags&=-67108865,r}function rr(e,n,t){const o=E(277);return o.modifiers=No(e),o.isExportEquals=n,o.expression=n?r().parenthesizeRightSideOfBinary(64,void 0,t):r().parenthesizeExpressionOfExportDefault(t),o.transformFlags|=ZA(o.modifiers)|QA(o.expression),o.transformFlags&=-67108865,o.jsDoc=void 0,o}function or(e,n,t){return e.modifiers!==n||e.expression!==t?Lo(rr(n,e.isExportEquals,t),e):e}function ir(e,n,t,r,o){const i=E(278);return i.modifiers=No(e),i.isTypeOnly=n,i.exportClause=t,i.moduleSpecifier=r,i.attributes=i.assertClause=o,i.transformFlags|=ZA(i.modifiers)|QA(i.exportClause)|QA(i.moduleSpecifier),i.transformFlags&=-67108865,i.jsDoc=void 0,i}function ar(e,n,t,r,o,i){return e.modifiers!==n||e.isTypeOnly!==t||e.exportClause!==r||e.moduleSpecifier!==o||e.attributes!==i?function(e,n){e!==n&&e.modifiers===n.modifiers&&(e.modifiers=n.modifiers);return Lo(e,n)}(ir(n,t,r,o,i),e):e}function sr(e){const n=b(279);return n.elements=v(e),n.transformFlags|=ZA(n.elements),n.transformFlags&=-67108865,n}function lr(e,n,t){const r=b(281);return r.isTypeOnly=e,r.propertyName=Do(n),r.name=Do(t),r.transformFlags|=QA(r.propertyName)|QA(r.name),r.transformFlags&=-67108865,r.jsDoc=void 0,r}function cr(e){const n=b(283);return n.expression=e,n.transformFlags|=QA(n.expression),n.transformFlags&=-67108865,n}function dr(e,n,t=!1){const o=ur(e,t?n&&r().parenthesizeNonArrayTypeOfPostfixType(n):n);return o.postfix=t,o}function ur(e,n){const t=b(e);return t.type=n,t}function pr(e,n){const t=E(324);return t.parameters=No(e),t.type=n,t.transformFlags=ZA(t.parameters)|(t.type?1:0),t.jsDoc=void 0,t.locals=void 0,t.nextContainer=void 0,t.typeArguments=void 0,t}function fr(e,n=!1){const t=E(329);return t.jsDocPropertyTags=No(e),t.isArrayType=n,t}function mr(e){const n=b(316);return n.type=e,n}function _r(e,n,t){const r=E(330);return r.typeParameters=No(e),r.parameters=v(n),r.type=t,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r}function hr(e){const n=XA(e.kind);return e.tagName.escapedText===Ml(n)?e.tagName:P(n)}function gr(e,n,t){const r=b(e);return r.tagName=n,r.comment=t,r}function yr(e,n,t){const r=E(e);return r.tagName=n,r.comment=t,r}function vr(e,n,t,r){const o=gr(352,e??P("template"),r);return o.constraint=n,o.typeParameters=v(t),o}function br(e,n,t,r){const o=yr(353,e??P("typedef"),r);return o.typeExpression=n,o.fullName=t,o.name=zP(t),o.locals=void 0,o.nextContainer=void 0,o}function Er(e,n,t,r,o,i){const a=yr(348,e??P("param"),i);return a.typeExpression=r,a.name=n,a.isNameFirst=!!o,a.isBracketed=t,a}function Sr(e,n,t,r,o,i){const a=yr(355,e??P("prop"),i);return a.typeExpression=r,a.name=n,a.isNameFirst=!!o,a.isBracketed=t,a}function Tr(e,n,t,r){const o=yr(345,e??P("callback"),r);return o.typeExpression=n,o.fullName=t,o.name=zP(t),o.locals=void 0,o.nextContainer=void 0,o}function xr(e,n,t){const r=gr(346,e??P("overload"),t);return r.typeExpression=n,r}function Ar(e,n,t){const r=gr(335,e??P("augments"),t);return r.class=n,r}function Rr(e,n,t){const r=gr(336,e??P("implements"),t);return r.class=n,r}function Ir(e,n,t){const r=gr(354,e??P("see"),t);return r.name=n,r}function Nr(e){const n=b(317);return n.name=e,n}function Dr(e,n){const t=b(318);return t.left=e,t.right=n,t.transformFlags|=QA(t.left)|QA(t.right),t}function Cr(e,n){const t=b(331);return t.name=e,t.text=n,t}function Mr(e,n){const t=b(332);return t.name=e,t.text=n,t}function Pr(e,n){const t=b(333);return t.name=e,t.text=n,t}function Lr(e,n,t){return gr(e,n??P(XA(e)),t)}function kr(e,n,t,r){const o=gr(e,n??P(XA(e)),r);return o.typeExpression=t,o}function wr(e,n){return gr(334,e,n)}function Or(e,n,t){const r=yr(347,e??P(XA(347)),t);return r.typeExpression=n,r.locals=void 0,r.nextContainer=void 0,r}function Fr(e){const n=b(328);return n.text=e,n}function Wr(e,n){const t=b(327);return t.comment=e,t.tags=No(n),t}function zr(e,n,t){const r=b(284);return r.openingElement=e,r.children=v(n),r.closingElement=t,r.transformFlags|=QA(r.openingElement)|ZA(r.children)|QA(r.closingElement)|2,r}function Gr(e,n,t){const r=b(285);return r.tagName=e,r.typeArguments=No(n),r.attributes=t,r.transformFlags|=QA(r.tagName)|ZA(r.typeArguments)|QA(r.attributes)|2,r.typeArguments&&(r.transformFlags|=1),r}function Br(e,n,t){const r=b(286);return r.tagName=e,r.typeArguments=No(n),r.attributes=t,r.transformFlags|=QA(r.tagName)|ZA(r.typeArguments)|QA(r.attributes)|2,n&&(r.transformFlags|=1),r}function jr(e){const n=b(287);return n.tagName=e,n.transformFlags|=2|QA(n.tagName),n}function Vr(e,n,t){const r=b(288);return r.openingFragment=e,r.children=v(n),r.closingFragment=t,r.transformFlags|=QA(r.openingFragment)|ZA(r.children)|QA(r.closingFragment)|2,r}function Ur(e,n){const t=b(12);return t.text=e,t.containsOnlyTriviaWhiteSpaces=!!n,t.transformFlags|=2,t}function Hr(e,n){const t=E(291);return t.name=e,t.initializer=n,t.transformFlags|=QA(t.name)|QA(t.initializer)|2,t}function Kr(e){const n=E(292);return n.properties=v(e),n.transformFlags|=2|ZA(n.properties),n}function qr(e){const n=b(293);return n.expression=e,n.transformFlags|=2|QA(n.expression),n}function Jr(e,n){const t=b(294);return t.dotDotDotToken=e,t.expression=n,t.transformFlags|=QA(t.dotDotDotToken)|QA(t.expression)|2,t}function Xr(e,n){const t=b(295);return t.namespace=e,t.name=n,t.transformFlags|=QA(t.namespace)|QA(t.name)|2,t}function Yr(e,n){const t=b(296);return t.expression=r().parenthesizeExpressionForDisallowedComma(e),t.statements=v(n),t.transformFlags|=QA(t.expression)|ZA(t.statements),t.jsDoc=void 0,t}function $r(e){const n=b(297);return n.statements=v(e),n.transformFlags=ZA(n.statements),n}function Qr(e,n){const t=b(298);switch(t.token=e,t.types=v(n),t.transformFlags|=ZA(t.types),e){case 96:t.transformFlags|=1024;break;case 119:t.transformFlags|=1;break;default:return Rt.assertNever(e)}return t}function Zr(e,n){const t=b(299);return t.variableDeclaration=function(e){if("string"==typeof e||e&&!iC(e))return At(e,void 0,void 0,void 0);return e}(e),t.block=n,t.transformFlags|=QA(t.variableDeclaration)|QA(t.block)|(e?0:64),t.locals=void 0,t.nextContainer=void 0,t}function eo(e,n){const t=E(303);return t.name=Do(e),t.initializer=r().parenthesizeExpressionForDisallowedComma(n),t.transformFlags|=YA(t.name)|QA(t.initializer),t.modifiers=void 0,t.questionToken=void 0,t.exclamationToken=void 0,t.jsDoc=void 0,t}function no(e,n,t){return e.name!==n||e.initializer!==t?function(e,n){e!==n&&(e.modifiers=n.modifiers,e.questionToken=n.questionToken,e.exclamationToken=n.exclamationToken);return Lo(e,n)}(eo(n,t),e):e}function to(e,n){const t=E(304);return t.name=Do(e),t.objectAssignmentInitializer=n&&r().parenthesizeExpressionForDisallowedComma(n),t.transformFlags|=$A(t.name)|QA(t.objectAssignmentInitializer)|1024,t.equalsToken=void 0,t.modifiers=void 0,t.questionToken=void 0,t.exclamationToken=void 0,t.jsDoc=void 0,t}function ro(e){const n=E(305);return n.expression=r().parenthesizeExpressionForDisallowedComma(e),n.transformFlags|=65664|QA(n.expression),n.jsDoc=void 0,n}function oo(e,n){const t=E(306);return t.name=Do(e),t.initializer=n&&r().parenthesizeExpressionForDisallowedComma(n),t.transformFlags|=QA(t.name)|QA(t.initializer)|1,t.jsDoc=void 0,t}function io(e){const n=Object.create(e.redirectTarget);return Object.defineProperties(n,{id:{get(){return this.redirectInfo.redirectTarget.id},set(e){this.redirectInfo.redirectTarget.id=e}},symbol:{get(){return this.redirectInfo.redirectTarget.symbol},set(e){this.redirectInfo.redirectTarget.symbol=e}}}),n.redirectInfo=e,n}function ao(e){const r=e.redirectInfo?function(e){const n=io(e.redirectInfo);return n.flags|=-17&e.flags,n.fileName=e.fileName,n.path=e.path,n.resolvedPath=e.resolvedPath,n.originalFileName=e.originalFileName,n.packageJsonLocations=e.packageJsonLocations,n.packageJsonScope=e.packageJsonScope,n.emitNode=void 0,n}(e):function(e){const t=n.createBaseSourceFileNode(312);t.flags|=-17&e.flags;for(const n in e)!He(t,n)&&He(e,n)&&("emitNode"!==n?t[n]=e[n]:t.emitNode=void 0);return t}(e);return t(r,e),r}function so(e,n=i){const t=b(313);return t.prepends=n,t.sourceFiles=e,t.syntheticFileReferences=void 0,t.syntheticTypeReferences=void 0,t.syntheticLibReferences=void 0,t.hasNoDefaultLib=void 0,t}function lo(e,n){const t=b(e);return t.data=n,t}function co(e,n){const t=b(360);return t.expression=e,t.original=n,t.transformFlags|=1|QA(t.expression),yL(t,n),t}function uo(e,n){return e.expression!==n?Lo(co(n,e.original),e):e}function po(e){if(Sv(e)&&!Dl(e)&&!e.original&&!e.emitNode&&!e.id){if(FD(e))return e.elements;if(TD(e)&&qI(e.operatorToken))return[e.left,e.right]}return e}function fo(e){const n=b(361);return n.elements=v($(e,po)),n.transformFlags|=ZA(n.elements),n}function mo(e,n){const t=b(362);return t.expression=e,t.thisArg=n,t.transformFlags|=QA(t.expression)|QA(t.thisArg),t}function _o(e){if(void 0===e)return e;if(rM(e))return ao(e);if(ud(e))return function(e){const n=D(e.escapedText);return n.flags|=-17&e.flags,n.transformFlags=e.transformFlags,t(n,e),KR(n,{...e.emitNode.autoGenerate}),n}(e);if(tN(e))return function(e){const n=D(e.escapedText);n.flags|=-17&e.flags,n.jsDoc=e.jsDoc,n.flowNode=e.flowNode,n.symbol=e.symbol,n.transformFlags=e.transformFlags,t(n,e);const r=HR(e);return r&&UR(n,r),n}(e);if(pd(e))return function(e){const n=w(e.escapedText);return n.flags|=-17&e.flags,n.transformFlags=e.transformFlags,t(n,e),KR(n,{...e.emitNode.autoGenerate}),n}(e);if(rN(e))return function(e){const n=w(e.escapedText);return n.flags|=-17&e.flags,n.transformFlags=e.transformFlags,t(n,e),n}(e);const r=Xc(e.kind)?n.createBaseNode(e.kind):n.createBaseTokenNode(e.kind);r.flags|=-17&e.flags,r.transformFlags=e.transformFlags,t(r,e);for(const n in e)!He(r,n)&&He(e,n)&&(r[n]=e[n]);return r}function ho(){return Mn(T("0"))}function go(e,n,t){return kc(e)?un(tn(e,void 0,n),void 0,void 0,t):dn(nn(e,n),void 0,t)}function yo(e,n,t){return go(P(e),n,t)}function vo(e,n,t){return!!t&&(e.push(eo(n,t)),!0)}function bo(e,n){const t=Ty(e);switch(t.kind){case 80:return n;case 110:case 9:case 10:case 11:return!1;case 209:return 0!==t.elements.length;case 210:return t.properties.length>0;default:return!0}}function Eo(e,n,t,r=0,o){const i=o?e&&Bl(e):jl(e);if(i&&tN(i)&&!ud(i)){const e=Vx(yL(_o(i),i),i.parent);return r|=Im(i),t||(r|=96),n||(r|=3072),r&&fR(e,r),e}return k(e)}function So(e,n,t){return Eo(e,n,t,16384)}function To(e,n,t,r){const o=nn(e,Sv(n)?n:_o(n));yL(o,n);let i=0;return r||(i|=96),t||(i|=3072),i&&fR(o,i),o}function xo(){return xP(lt(I("use strict")))}function Ao(e,n,t=0,r){Rt.assert(0===n.length,"Prologue directives should be at the first statement in the target statements array");let o=!1;const i=e.length;for(;t=182&&e<=205)return-2;switch(e){case 213:case 214:case 209:case 206:case 207:return-2147450880;case 267:return-1941676032;case 169:case 216:case 238:case 234:case 360:case 217:case 108:case 211:case 212:default:return-2147483648;case 219:return-2072174592;case 218:case 262:return-1937940480;case 261:return-2146893824;case 263:case 231:return-2147344384;case 176:return-1937948672;case 172:return-2013249536;case 174:case 177:case 178:return-2005057536;case 133:case 150:case 163:case 146:case 154:case 151:case 136:case 155:case 116:case 168:case 171:case 173:case 179:case 180:case 181:case 264:case 265:return-2;case 210:return-2147278848;case 299:return-2147418112}}function tR(e){return e.flags|=16,e}function rR(e,n,t){let r,o,a,s,l,c,d,u,p,f;gn(e)?(a="",s=e,l=e.length,c=n,d=t):(Rt.assert("js"===n||"dts"===n),a=("js"===n?e.javascriptPath:e.declarationPath)||"",c="js"===n?e.javascriptMapPath:e.declarationMapPath,u=()=>"js"===n?e.javascriptText:e.declarationText,p=()=>"js"===n?e.javascriptMapText:e.declarationMapText,l=()=>u().length,e.buildInfo&&e.buildInfo.bundle&&(Rt.assert(void 0===t||"boolean"==typeof t),r=t,o="js"===n?e.buildInfo.bundle.js:e.buildInfo.bundle.dts,f=e.oldFileOfCurrentEmit));const m=f?function(e){let n,t;for(const r of e.sections)switch(r.kind){case"internal":case"text":n=Ee(n,yL(UA.createUnparsedTextLike(r.data,"internal"===r.kind),r));break;case"no-default-lib":case"reference":case"type":case"type-import":case"type-require":case"lib":t=Ee(t,yL(UA.createUnparsedSyntheticReference(r),r));break;case"prologue":case"emitHelpers":case"prepend":break;default:Rt.assertNever(r)}const r=UA.createUnparsedSource(i,t,n??i);return Ux(t,r),Ux(n,r),r.helpers=U(e.sources&&e.sources.helpers,(e=>kI().get(e))),r}(Rt.checkDefined(o)):function(e,n,t){let r,o,a,s,l,c,d,u;for(const t of e?e.sections:i)switch(t.kind){case"prologue":r=Ee(r,yL(UA.createUnparsedPrologue(t.data),t));break;case"emitHelpers":o=Ee(o,kI().get(t.data));break;case"no-default-lib":u=!0;break;case"reference":a=Ee(a,{pos:-1,end:-1,fileName:t.data});break;case"type":s=Ee(s,{pos:-1,end:-1,fileName:t.data});break;case"type-import":s=Ee(s,{pos:-1,end:-1,fileName:t.data,resolutionMode:99});break;case"type-require":s=Ee(s,{pos:-1,end:-1,fileName:t.data,resolutionMode:1});break;case"lib":l=Ee(l,{pos:-1,end:-1,fileName:t.data});break;case"prepend":let e;for(const r of t.texts)n&&"internal"===r.kind||(e=Ee(e,yL(UA.createUnparsedTextLike(r.data,"internal"===r.kind),r)));c=xe(c,e),d=Ee(d,UA.createUnparsedPrepend(t.data,e??i));break;case"internal":if(n){d||(d=[]);break}case"text":d=Ee(d,yL(UA.createUnparsedTextLike(t.data,"internal"===t.kind),t));break;default:Rt.assertNever(t)}if(!d){const e=UA.createUnparsedTextLike(void 0,!1);Bx(e,0,"function"==typeof t?t():t),d=[e]}const p=IL.createUnparsedSource(r??i,void 0,d);return Ux(r,p),Ux(d,p),Ux(c,p),p.hasNoDefaultLib=u,p.helpers=o,p.referencedFiles=a||i,p.typeReferenceDirectives=s,p.libReferenceDirectives=l||i,p}(o,r,l);return m.fileName=a,m.sourceMapPath=c,m.oldFileOfCurrentEmit=f,u&&p?(Object.defineProperty(m,"text",{get:u}),Object.defineProperty(m,"sourceMapText",{get:p})):(Rt.assert(!f),m.text=s??"",m.sourceMapText=d),m}function oR(e,n,t,r,o,i){return gn(e)?aR(void 0,e,t,r,void 0,n,o,i):iR(e,n,t,r,o,i)}function iR(e,n,t,r,o,i,a,s){const l=IL.createInputFiles();l.javascriptPath=n,l.javascriptMapPath=t,l.declarationPath=r,l.declarationMapPath=o,l.buildInfoPath=i;const c=new Map,d=n=>{if(void 0===n)return;let t=c.get(n);return void 0===t&&(t=e(n),c.set(n,void 0!==t&&t)),!1!==t?t:void 0},u=e=>{const n=d(e);return void 0!==n?n:`/* Input file ${e} was missing */\r\n`};let p;return Object.defineProperties(l,{javascriptText:{get:()=>u(n)},javascriptMapText:{get:()=>d(t)},declarationText:{get:()=>u(Rt.checkDefined(r))},declarationMapText:{get:()=>d(o)},buildInfo:{get:()=>{if(void 0===p&&i)if(null==a?void 0:a.getBuildInfo)p=a.getBuildInfo(i,s.configFilePath)??!1;else{const e=d(i);p=void 0!==e&&(VV(i,e)??!1)}return p||void 0}}}),l}function aR(e,n,t,r,o,i,a,s,l,c,d){const u=IL.createInputFiles();return u.javascriptPath=e,u.javascriptText=n,u.javascriptMapPath=t,u.javascriptMapText=r,u.declarationPath=o,u.declarationText=i,u.declarationMapPath=a,u.declarationMapText=s,u.buildInfoPath=l,u.buildInfo=c,u.oldFileOfCurrentEmit=d,u}function sR(e,n,t){return new(HA||(HA=Wp.getSourceMapSourceConstructor()))(e,n,t)}function lR(e,n){if(e.original!==n&&(e.original=n,n)){const t=n.emitNode;t&&(e.emitNode=function(e,n){const{flags:t,internalFlags:r,leadingComments:o,trailingComments:i,commentRange:a,sourceMapRange:s,tokenSourceMapRanges:l,constantValue:c,helpers:d,startsOnNewLine:u,snippetElement:p,classThis:f,assignedName:m}=e;n||(n={});t&&(n.flags=t);r&&(n.internalFlags=-9&r);o&&(n.leadingComments=xe(o.slice(),n.leadingComments));i&&(n.trailingComments=xe(i.slice(),n.trailingComments));a&&(n.commentRange=a);s&&(n.sourceMapRange=s);l&&(n.tokenSourceMapRanges=function(e,n){n||(n=[]);for(const t in e)n[t]=e[t];return n}(l,n.tokenSourceMapRanges));void 0!==c&&(n.constantValue=c);if(d)for(const e of d)n.helpers=Re(n.helpers,e);void 0!==u&&(n.startsOnNewLine=u);void 0!==p&&(n.snippetElement=p);f&&(n.classThis=f);m&&(n.assignedName=m);return n}(t,e.emitNode))}return e}var cR=b({"src/compiler/factory/nodeFactory.ts"(){JJ(),WA=0,zA=(e=>(e[e.None=0]="None",e[e.NoParenthesizerRules=1]="NoParenthesizerRules",e[e.NoNodeConverters=2]="NoNodeConverters",e[e.NoIndentationOnFreshPropertyAccess=4]="NoIndentationOnFreshPropertyAccess",e[e.NoOriginalNode=8]="NoOriginalNode",e))(zA||{}),GA=[],jA={},VA=MA(),UA=JA(4,{createBaseSourceFileNode:e=>tR(VA.createBaseSourceFileNode(e)),createBaseIdentifierNode:e=>tR(VA.createBaseIdentifierNode(e)),createBasePrivateIdentifierNode:e=>tR(VA.createBasePrivateIdentifierNode(e)),createBaseTokenNode:e=>tR(VA.createBaseTokenNode(e)),createBaseNode:e=>tR(VA.createBaseNode(e))})}});function dR(e){if(e.emitNode)Rt.assert(!(8&e.emitNode.internalFlags),"Invalid attempt to mutate an immutable node.");else{if(Dl(e)){if(312===e.kind)return e.emitNode={annotatedNodes:[e]};dR($f(Cl($f(e)))??Rt.fail("Could not determine parsed source file.")).annotatedNodes.push(e)}e.emitNode={}}return e.emitNode}function uR(e){var n,t;const r=null==(t=null==(n=$f(Cl(e)))?void 0:n.emitNode)?void 0:t.annotatedNodes;if(r)for(const e of r)e.emitNode=void 0}function pR(e){const n=dR(e);return n.flags|=3072,n.leadingComments=void 0,n.trailingComments=void 0,e}function fR(e,n){return dR(e).flags=n,e}function mR(e,n){const t=dR(e);return t.flags=t.flags|n,e}function _R(e,n){return dR(e).internalFlags=n,e}function hR(e,n){const t=dR(e);return t.internalFlags=t.internalFlags|n,e}function gR(e){var n;return(null==(n=e.emitNode)?void 0:n.sourceMapRange)??e}function yR(e,n){return dR(e).sourceMapRange=n,e}function vR(e,n){var t,r;return null==(r=null==(t=e.emitNode)?void 0:t.tokenSourceMapRanges)?void 0:r[n]}function bR(e,n,t){const r=dR(e);return(r.tokenSourceMapRanges??(r.tokenSourceMapRanges=[]))[n]=t,e}function ER(e){var n;return null==(n=e.emitNode)?void 0:n.startsOnNewLine}function SR(e,n){return dR(e).startsOnNewLine=n,e}function TR(e){var n;return(null==(n=e.emitNode)?void 0:n.commentRange)??e}function xR(e,n){return dR(e).commentRange=n,e}function AR(e){var n;return null==(n=e.emitNode)?void 0:n.leadingComments}function RR(e,n){return dR(e).leadingComments=n,e}function IR(e,n,t,r){return RR(e,Ee(AR(e),{kind:n,pos:-1,end:-1,hasTrailingNewLine:r,text:t}))}function NR(e){var n;return null==(n=e.emitNode)?void 0:n.trailingComments}function DR(e,n){return dR(e).trailingComments=n,e}function CR(e,n,t,r){return DR(e,Ee(NR(e),{kind:n,pos:-1,end:-1,hasTrailingNewLine:r,text:t}))}function MR(e,n){RR(e,AR(n)),DR(e,NR(n));const t=dR(n);return t.leadingComments=void 0,t.trailingComments=void 0,e}function PR(e){var n;return null==(n=e.emitNode)?void 0:n.constantValue}function LR(e,n){return dR(e).constantValue=n,e}function kR(e,n){const t=dR(e);return t.helpers=Ee(t.helpers,n),e}function wR(e,n){if(se(n)){const t=dR(e);for(const e of n)t.helpers=Re(t.helpers,e)}return e}function OR(e,n){var t;const r=null==(t=e.emitNode)?void 0:t.helpers;return!!r&&tt(r,n)}function FR(e){var n;return null==(n=e.emitNode)?void 0:n.helpers}function WR(e,n,t){const r=e.emitNode,o=r&&r.helpers;if(!se(o))return;const i=dR(n);let a=0;for(let e=0;e0&&(o[e-a]=n)}a>0&&(o.length-=a)}function zR(e){var n;return null==(n=e.emitNode)?void 0:n.snippetElement}function GR(e,n){return dR(e).snippetElement=n,e}function BR(e){return dR(e).internalFlags|=4,e}function jR(e,n){return dR(e).typeNode=n,e}function VR(e){var n;return null==(n=e.emitNode)?void 0:n.typeNode}function UR(e,n){return dR(e).identifierTypeArguments=n,e}function HR(e){var n;return null==(n=e.emitNode)?void 0:n.identifierTypeArguments}function KR(e,n){return dR(e).autoGenerate=n,e}function qR(e){var n;return null==(n=e.emitNode)?void 0:n.autoGenerate}function JR(e,n){return dR(e).generatedImportReference=n,e}function XR(e){var n;return null==(n=e.emitNode)?void 0:n.generatedImportReference}var YR,$R,QR,ZR,eI,nI,tI,rI,oI,iI,aI,sI,lI,cI,dI,uI,pI,fI,mI,_I,hI,gI,yI,vI,bI,EI,SI,TI,xI,AI,RI,II,NI,DI,CI=b({"src/compiler/factory/emitNode.ts"(){JJ()}});function MI(e){const n=e.factory,t=Dn((()=>_R(n.createTrue(),8))),r=Dn((()=>_R(n.createFalse(),8)));return{getUnscopedHelperName:o,createDecorateHelper:function(t,r,i,a){e.requestEmitHelper($R);const s=[];s.push(n.createArrayLiteralExpression(t,!0)),s.push(r),i&&(s.push(i),a&&s.push(a));return n.createCallExpression(o("__decorate"),void 0,s)},createMetadataHelper:function(t,r){return e.requestEmitHelper(QR),n.createCallExpression(o("__metadata"),void 0,[n.createStringLiteral(t),r])},createParamHelper:function(t,r,i){return e.requestEmitHelper(ZR),yL(n.createCallExpression(o("__param"),void 0,[n.createNumericLiteral(r+""),t]),i)},createESDecorateHelper:function(t,r,i,s,l,c){return e.requestEmitHelper(eI),n.createCallExpression(o("__esDecorate"),void 0,[t??n.createNull(),r??n.createNull(),i,a(s),l,c])},createRunInitializersHelper:function(t,r,i){return e.requestEmitHelper(nI),n.createCallExpression(o("__runInitializers"),void 0,i?[t,r,i]:[t,r])},createAssignHelper:function(t){if(jp(e.getCompilerOptions())>=2)return n.createCallExpression(n.createPropertyAccessExpression(n.createIdentifier("Object"),"assign"),void 0,t);return e.requestEmitHelper(tI),n.createCallExpression(o("__assign"),void 0,t)},createAwaitHelper:function(t){return e.requestEmitHelper(rI),n.createCallExpression(o("__await"),void 0,[t])},createAsyncGeneratorHelper:function(t,r){return e.requestEmitHelper(rI),e.requestEmitHelper(oI),(t.emitNode||(t.emitNode={})).flags|=1572864,n.createCallExpression(o("__asyncGenerator"),void 0,[r?n.createThis():n.createVoidZero(),n.createIdentifier("arguments"),t])},createAsyncDelegatorHelper:function(t){return e.requestEmitHelper(rI),e.requestEmitHelper(iI),n.createCallExpression(o("__asyncDelegator"),void 0,[t])},createAsyncValuesHelper:function(t){return e.requestEmitHelper(aI),n.createCallExpression(o("__asyncValues"),void 0,[t])},createRestHelper:function(t,r,i,a){e.requestEmitHelper(sI);const s=[];let l=0;for(let e=0;e{let r="";for(let o=0;oe.name)))}function wI(e,n){return dD(e)&&tN(e.expression)&&0!=(8192&Im(e.expression))&&e.expression.escapedText===n}var OI=b({"src/compiler/factory/emitHelpers.ts"(){JJ(),YR=(e=>(e.Field="f",e.Method="m",e.Accessor="a",e))(YR||{}),$R={name:"typescript:decorate",importName:"__decorate",scoped:!1,priority:2,text:'\n var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);\n 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;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n };'},QR={name:"typescript:metadata",importName:"__metadata",scoped:!1,priority:3,text:'\n var __metadata = (this && this.__metadata) || function (k, v) {\n if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);\n };'},ZR={name:"typescript:param",importName:"__param",scoped:!1,priority:4,text:"\n var __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n };"},eI={name:"typescript:esDecorate",importName:"__esDecorate",scoped:!1,priority:2,text:'\n var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }\n var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";\n var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === "accessor") {\n if (result === void 0) continue;\n if (result === null || typeof result !== "object") throw new TypeError("Object expected");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === "field") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n };'},nI={name:"typescript:runInitializers",importName:"__runInitializers",scoped:!1,priority:2,text:"\n var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n };"},tI={name:"typescript:assign",importName:"__assign",scoped:!1,priority:1,text:"\n var __assign = (this && this.__assign) || function () {\n __assign = Object.assign || function(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))\n t[p] = s[p];\n }\n return t;\n };\n return __assign.apply(this, arguments);\n };"},oI={name:"typescript:asyncGenerator",importName:"__asyncGenerator",scoped:!1,dependencies:[rI={name:"typescript:await",importName:"__await",scoped:!1,text:"\n var __await = (this && this.__await) || function (v) { return this instanceof __await ? (this.v = v, this) : new __await(v); }"}],text:'\n var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = {}, verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume("next", value); }\n function reject(value) { resume("throw", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n };'},iI={name:"typescript:asyncDelegator",importName:"__asyncDelegator",scoped:!1,dependencies:[rI],text:'\n var __asyncDelegator = (this && this.__asyncDelegator) || function (o) {\n var i, p;\n return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n };'},aI={name:"typescript:asyncValues",importName:"__asyncValues",scoped:!1,text:'\n var __asyncValues = (this && this.__asyncValues) || function (o) {\n if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");\n var m = o[Symbol.asyncIterator], i;\n 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);\n 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); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n };'},sI={name:"typescript:rest",importName:"__rest",scoped:!1,text:'\n var __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === "function")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n };'},lI={name:"typescript:awaiter",importName:"__awaiter",scoped:!1,priority:5,text:'\n var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n };'},cI={name:"typescript:extends",importName:"__extends",scoped:!1,priority:0,text:'\n var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n\n return function (d, b) {\n if (typeof b !== "function" && b !== null)\n throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n })();'},dI={name:"typescript:makeTemplateObject",importName:"__makeTemplateObject",scoped:!1,priority:0,text:'\n var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n };'},uI={name:"typescript:read",importName:"__read",scoped:!1,text:'\n var __read = (this && this.__read) || function (o, n) {\n var m = typeof Symbol === "function" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i["return"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n };'},pI={name:"typescript:spreadArray",importName:"__spreadArray",scoped:!1,text:"\n var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n };"},fI={name:"typescript:propKey",importName:"__propKey",scoped:!1,text:'\n var __propKey = (this && this.__propKey) || function (x) {\n return typeof x === "symbol" ? x : "".concat(x);\n };'},mI={name:"typescript:setFunctionName",importName:"__setFunctionName",scoped:!1,text:'\n var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {\n if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";\n return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });\n };'},_I={name:"typescript:values",importName:"__values",scoped:!1,text:'\n var __values = (this && this.__values) || function(o) {\n var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === "number") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");\n };'},hI={name:"typescript:generator",importName:"__generator",scoped:!1,priority:6,text:'\n var __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError("Generator is already executing.");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n 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;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n };'},vI={name:"typescript:commonjsimportstar",importName:"__importStar",scoped:!1,dependencies:[gI={name:"typescript:commonjscreatebinding",importName:"__createBinding",scoped:!1,priority:1,text:'\n var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n }) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n }));'},yI={name:"typescript:commonjscreatevalue",importName:"__setModuleDefault",scoped:!1,priority:1,text:'\n var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {\n Object.defineProperty(o, "default", { enumerable: true, value: v });\n }) : function(o, v) {\n o["default"] = v;\n });'}],priority:2,text:'\n var __importStar = (this && this.__importStar) || function (mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n };'},bI={name:"typescript:commonjsimportdefault",importName:"__importDefault",scoped:!1,text:'\n var __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { "default": mod };\n };'},EI={name:"typescript:export-star",importName:"__exportStar",scoped:!1,dependencies:[gI],priority:2,text:'\n var __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n };'},SI={name:"typescript:classPrivateFieldGet",importName:"__classPrivateFieldGet",scoped:!1,text:'\n var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {\n if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");\n 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");\n return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);\n };'},TI={name:"typescript:classPrivateFieldSet",importName:"__classPrivateFieldSet",scoped:!1,text:'\n var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {\n if (kind === "m") throw new TypeError("Private method is not writable");\n if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");\n 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");\n return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n };'},xI={name:"typescript:classPrivateFieldIn",importName:"__classPrivateFieldIn",scoped:!1,text:'\n var __classPrivateFieldIn = (this && this.__classPrivateFieldIn) || function(state, receiver) {\n if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use \'in\' operator on non-object");\n return typeof state === "function" ? receiver === state : state.has(receiver);\n };'},AI={name:"typescript:addDisposableResource",importName:"__addDisposableResource",scoped:!1,text:'\n var __addDisposableResource = (this && this.__addDisposableResource) || function (env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");\n var dispose;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");\n dispose = value[Symbol.dispose];\n }\n if (typeof dispose !== "function") throw new TypeError("Object not disposable.");\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n };'},RI={name:"typescript:disposeResources",importName:"__disposeResources",scoped:!1,text:'\n var __disposeResources = (this && this.__disposeResources) || (function (SuppressedError) {\n return function (env) {\n function fail(e) {\n env.error = env.hasError ? new SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;\n env.hasError = true;\n }\n function next() {\n while (env.stack.length) {\n var rec = env.stack.pop();\n try {\n var result = rec.dispose && rec.dispose.call(rec.value);\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n catch (e) {\n fail(e);\n }\n }\n if (env.hasError) throw env.error;\n }\n return next();\n };\n })(typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;\n });'},NI={name:"typescript:async-super",scoped:!0,text:LI`
const ${"_superIndex"} = name => super[name];`},DI={name:"typescript:advanced-async-super",scoped:!0,text:LI`
const ${"_superIndex"} = (function (geti, seti) {
const cache = Object.create(null);
return name => cache[name] || (cache[name] = { get value() { return geti(name); }, set value(v) { seti(name, v); } });
})(name => super[name], (name, value) => super[name] = value);`}}});function FI(e){return 9===e.kind}function WI(e){return 10===e.kind}function zI(e){return 11===e.kind}function GI(e){return 12===e.kind}function BI(e){return 14===e.kind}function jI(e){return 15===e.kind}function VI(e){return 16===e.kind}function UI(e){return 17===e.kind}function HI(e){return 18===e.kind}function KI(e){return 26===e.kind}function qI(e){return 28===e.kind}function JI(e){return 40===e.kind}function XI(e){return 41===e.kind}function YI(e){return 42===e.kind}function $I(e){return 54===e.kind}function QI(e){return 58===e.kind}function ZI(e){return 59===e.kind}function eN(e){return 29===e.kind}function nN(e){return 39===e.kind}function tN(e){return 80===e.kind}function rN(e){return 81===e.kind}function oN(e){return 95===e.kind}function iN(e){return 90===e.kind}function aN(e){return 134===e.kind}function sN(e){return 131===e.kind}function lN(e){return 135===e.kind}function cN(e){return 148===e.kind}function dN(e){return 126===e.kind}function uN(e){return 128===e.kind}function pN(e){return 164===e.kind}function fN(e){return 129===e.kind}function mN(e){return 108===e.kind}function _N(e){return 102===e.kind}function hN(e){return 84===e.kind}function gN(e){return 166===e.kind}function yN(e){return 167===e.kind}function vN(e){return 168===e.kind}function bN(e){return 169===e.kind}function EN(e){return 170===e.kind}function SN(e){return 171===e.kind}function TN(e){return 172===e.kind}function xN(e){return 173===e.kind}function AN(e){return 174===e.kind}function RN(e){return 175===e.kind}function IN(e){return 176===e.kind}function NN(e){return 177===e.kind}function DN(e){return 178===e.kind}function CN(e){return 179===e.kind}function MN(e){return 180===e.kind}function PN(e){return 181===e.kind}function LN(e){return 182===e.kind}function kN(e){return 183===e.kind}function wN(e){return 184===e.kind}function ON(e){return 185===e.kind}function FN(e){return 186===e.kind}function WN(e){return 187===e.kind}function zN(e){return 188===e.kind}function GN(e){return 189===e.kind}function BN(e){return 202===e.kind}function jN(e){return 190===e.kind}function VN(e){return 191===e.kind}function UN(e){return 192===e.kind}function HN(e){return 193===e.kind}function KN(e){return 194===e.kind}function qN(e){return 195===e.kind}function JN(e){return 196===e.kind}function XN(e){return 197===e.kind}function YN(e){return 198===e.kind}function $N(e){return 199===e.kind}function QN(e){return 200===e.kind}function ZN(e){return 201===e.kind}function eD(e){return 205===e.kind}function nD(e){return 204===e.kind}function tD(e){return 203===e.kind}function rD(e){return 206===e.kind}function oD(e){return 207===e.kind}function iD(e){return 208===e.kind}function aD(e){return 209===e.kind}function sD(e){return 210===e.kind}function lD(e){return 211===e.kind}function cD(e){return 212===e.kind}function dD(e){return 213===e.kind}function uD(e){return 214===e.kind}function pD(e){return 215===e.kind}function fD(e){return 216===e.kind}function mD(e){return 217===e.kind}function _D(e){return 218===e.kind}function hD(e){return 219===e.kind}function gD(e){return 220===e.kind}function yD(e){return 221===e.kind}function vD(e){return 222===e.kind}function bD(e){return 223===e.kind}function ED(e){return 224===e.kind}function SD(e){return 225===e.kind}function TD(e){return 226===e.kind}function xD(e){return 227===e.kind}function AD(e){return 228===e.kind}function RD(e){return 229===e.kind}function ID(e){return 230===e.kind}function ND(e){return 231===e.kind}function DD(e){return 232===e.kind}function CD(e){return 233===e.kind}function MD(e){return 234===e.kind}function PD(e){return 238===e.kind}function LD(e){return 235===e.kind}function kD(e){return 236===e.kind}function wD(e){return 237===e.kind}function OD(e){return 360===e.kind}function FD(e){return 361===e.kind}function WD(e){return 239===e.kind}function zD(e){return 240===e.kind}function GD(e){return 241===e.kind}function BD(e){return 243===e.kind}function jD(e){return 242===e.kind}function VD(e){return 244===e.kind}function UD(e){return 245===e.kind}function HD(e){return 246===e.kind}function KD(e){return 247===e.kind}function qD(e){return 248===e.kind}function JD(e){return 249===e.kind}function XD(e){return 250===e.kind}function YD(e){return 251===e.kind}function $D(e){return 252===e.kind}function QD(e){return 253===e.kind}function ZD(e){return 254===e.kind}function eC(e){return 255===e.kind}function nC(e){return 256===e.kind}function tC(e){return 257===e.kind}function rC(e){return 258===e.kind}function oC(e){return 259===e.kind}function iC(e){return 260===e.kind}function aC(e){return 261===e.kind}function sC(e){return 262===e.kind}function lC(e){return 263===e.kind}function cC(e){return 264===e.kind}function dC(e){return 265===e.kind}function uC(e){return 266===e.kind}function pC(e){return 267===e.kind}function fC(e){return 268===e.kind}function mC(e){return 269===e.kind}function _C(e){return 270===e.kind}function hC(e){return 271===e.kind}function gC(e){return 272===e.kind}function yC(e){return 273===e.kind}function vC(e){return 302===e.kind}function bC(e){return 300===e.kind}function EC(e){return 301===e.kind}function SC(e){return 300===e.kind}function TC(e){return 301===e.kind}function xC(e){return 274===e.kind}function AC(e){return 280===e.kind}function RC(e){return 275===e.kind}function IC(e){return 276===e.kind}function NC(e){return 277===e.kind}function DC(e){return 278===e.kind}function CC(e){return 279===e.kind}function MC(e){return 281===e.kind}function PC(e){return 282===e.kind}function LC(e){return 359===e.kind}function kC(e){return 362===e.kind}function wC(e){return 283===e.kind}function OC(e){return 284===e.kind}function FC(e){return 285===e.kind}function WC(e){return 286===e.kind}function zC(e){return 287===e.kind}function GC(e){return 288===e.kind}function BC(e){return 289===e.kind}function jC(e){return 290===e.kind}function VC(e){return 291===e.kind}function UC(e){return 292===e.kind}function HC(e){return 293===e.kind}function KC(e){return 294===e.kind}function qC(e){return 295===e.kind}function JC(e){return 296===e.kind}function XC(e){return 297===e.kind}function YC(e){return 298===e.kind}function $C(e){return 299===e.kind}function QC(e){return 303===e.kind}function ZC(e){return 304===e.kind}function eM(e){return 305===e.kind}function nM(e){return 306===e.kind}function tM(e){return 308===e.kind}function rM(e){return 312===e.kind}function oM(e){return 313===e.kind}function iM(e){return 314===e.kind}function aM(e){return 316===e.kind}function sM(e){return 317===e.kind}function lM(e){return 318===e.kind}function cM(e){return 331===e.kind}function dM(e){return 332===e.kind}function uM(e){return 333===e.kind}function pM(e){return 319===e.kind}function fM(e){return 320===e.kind}function mM(e){return 321===e.kind}function _M(e){return 322===e.kind}function hM(e){return 323===e.kind}function gM(e){return 324===e.kind}function yM(e){return 325===e.kind}function vM(e){return 326===e.kind}function bM(e){return 327===e.kind}function EM(e){return 329===e.kind}function SM(e){return 330===e.kind}function TM(e){return 335===e.kind}function xM(e){return 337===e.kind}function AM(e){return 339===e.kind}function RM(e){return 345===e.kind}function IM(e){return 340===e.kind}function NM(e){return 341===e.kind}function DM(e){return 342===e.kind}function CM(e){return 343===e.kind}function MM(e){return 344===e.kind}function PM(e){return 346===e.kind}function LM(e){return 338===e.kind}function kM(e){return 354===e.kind}function wM(e){return 347===e.kind}function OM(e){return 348===e.kind}function FM(e){return 349===e.kind}function WM(e){return 350===e.kind}function zM(e){return 351===e.kind}function GM(e){return 352===e.kind}function BM(e){return 353===e.kind}function jM(e){return 334===e.kind}function VM(e){return 355===e.kind}function UM(e){return 336===e.kind}function HM(e){return 357===e.kind}function KM(e){return 356===e.kind}function qM(e){return 358===e.kind}var JM,XM,YM=b({"src/compiler/factory/nodeTests.ts"(){JJ()}});function $M(e){return e.createExportDeclaration(void 0,!1,e.createNamedExports([]),void 0)}function QM(e,n,t,r){if(yN(t))return yL(e.createElementAccessExpression(n,t.expression),r);{const r=yL(Cc(t)?e.createPropertyAccessExpression(n,t):e.createElementAccessExpression(n,t),t);return mR(r,128),r}}function ZM(e,n){const t=IL.createIdentifier(e||"React");return Vx(t,Cl(n)),t}function eP(e,n,t){if(gN(n)){const r=eP(e,n.left,t),o=e.createIdentifier(Ll(n.right));return o.escapedText=n.right.escapedText,e.createPropertyAccessExpression(r,o)}return ZM(Ll(n),t)}function nP(e,n,t,r){return n?eP(e,n,r):e.createPropertyAccessExpression(ZM(t,r),"createElement")}function tP(e,n,t,r,o,i){const a=[t];if(r&&a.push(r),o&&o.length>0)if(r||a.push(e.createNull()),o.length>1)for(const e of o)xP(e),a.push(e);else a.push(o[0]);return yL(e.createCallExpression(n,void 0,a),i)}function rP(e,n,t,r,o,i,a){const s=function(e,n,t,r){return n?eP(e,n,r):e.createPropertyAccessExpression(ZM(t,r),"Fragment")}(e,t,r,i),l=[s,e.createNull()];if(o&&o.length>0)if(o.length>1)for(const e of o)xP(e),l.push(e);else l.push(o[0]);return yL(e.createCallExpression(nP(e,n,r,i),void 0,l),a)}function oP(e,n,t){if(aC(n)){const r=ke(n.declarations),o=e.updateVariableDeclaration(r,r.name,void 0,void 0,t);return yL(e.createVariableStatement(void 0,e.updateVariableDeclarationList(n,[o])),n)}{const r=yL(e.createAssignment(n,t),n);return yL(e.createExpressionStatement(r),n)}}function iP(e,n,t){return GD(n)?e.updateBlock(n,yL(e.createNodeArray([t,...n.statements]),n.statements)):e.createBlock(e.createNodeArray([n,t]),!0)}function aP(e,n){if(gN(n)){const t=aP(e,n.left),r=Vx(yL(e.cloneNode(n.right),n.right),n.right.parent);return yL(e.createPropertyAccessExpression(t,r),n)}return Vx(yL(e.cloneNode(n),n),n.parent)}function sP(e,n){return tN(n)?e.createStringLiteralFromNode(n):yN(n)?Vx(yL(e.cloneNode(n.expression),n.expression),n.expression.parent):Vx(yL(e.cloneNode(n),n),n.parent)}function lP(e,n,t,r){switch(t.name&&rN(t.name)&&Rt.failBadSyntaxKind(t.name,"Private identifiers are not allowed in object literals."),t.kind){case 177:case 178:return function(e,n,t,r,o){const{firstAccessor:i,getAccessor:a,setAccessor:s}=xb(n,t);if(t===i)return yL(e.createObjectDefinePropertyCall(r,sP(e,t.name),e.createPropertyDescriptor({enumerable:e.createFalse(),configurable:!0,get:a&&yL(lR(e.createFunctionExpression(Hl(a),void 0,void 0,void 0,a.parameters,void 0,a.body),a),a),set:s&&yL(lR(e.createFunctionExpression(Hl(s),void 0,void 0,void 0,s.parameters,void 0,s.body),s),s)},!o)),i)}(e,n.properties,t,r,!!n.multiLine);case 303:return function(e,n,t){return lR(yL(e.createAssignment(QM(e,t,n.name,n.name),n.initializer),n),n)}(e,t,r);case 304:return function(e,n,t){return lR(yL(e.createAssignment(QM(e,t,n.name,n.name),e.cloneNode(n.name)),n),n)}(e,t,r);case 174:return function(e,n,t){return lR(yL(e.createAssignment(QM(e,t,n.name,n.name),lR(yL(e.createFunctionExpression(Hl(n),n.asteriskToken,void 0,void 0,n.parameters,void 0,n.body),n),n)),n),n)}(e,t,r)}}function cP(e,n,t,r,o){const i=n.operator;Rt.assert(46===i||47===i,"Expected 'node' to be a pre- or post-increment or pre- or post-decrement expression");const a=e.createTempVariable(r);yL(t=e.createAssignment(a,t),n.operand);let s=ED(n)?e.createPrefixUnaryExpression(i,a):e.createPostfixUnaryExpression(a,i);return yL(s,n),o&&(s=e.createAssignment(o,s),yL(s,n)),yL(t=e.createComma(t,s),n),SD(n)&&yL(t=e.createComma(t,a),n),t}function dP(e){return 0!=(65536&Im(e))}function uP(e){return 0!=(32768&Im(e))}function pP(e){return 0!=(16384&Im(e))}function fP(e){return zI(e.expression)&&"use strict"===e.expression.text}function mP(e){for(const n of e){if(!w_(n))break;if(fP(n))return n}}function _P(e){const n=Pe(e);return void 0!==n&&w_(n)&&fP(n)}function hP(e){return 226===e.kind&&28===e.operatorToken.kind}function gP(e){return hP(e)||FD(e)}function yP(e){return mD(e)&&Yh(e)&&!!yc(e)}function vP(e){const n=vc(e);return Rt.assertIsDefined(n),n}function bP(e,n=15){switch(e.kind){case 217:return!(16&n&&yP(e))&&0!=(1&n);case 216:case 234:case 233:case 238:return 0!=(2&n);case 235:return 0!=(4&n);case 360:return 0!=(8&n)}return!1}function EP(e,n=15){for(;bP(e,n);)e=e.expression;return e}function SP(e,n=15){let t=e.parent;for(;bP(t,n);)t=t.parent,Rt.assert(t);return t}function TP(e){return EP(e,6)}function xP(e){return SR(e,!0)}function AP(e){const n=Il(e,rM),t=n&&n.emitNode;return t&&t.externalHelpersModuleName}function RP(e){const n=Il(e,rM),t=n&&n.emitNode;return!(!t||!t.externalHelpersModuleName&&!t.externalHelpers)}function IP(e,n,t,r,o,i,a){if(r.importHelpers&&Um(t,r)){let s;const l=Vp(r);if(l>=5&&l<=99||99===t.impliedNodeFormat){const r=FR(t);if(r){const o=[];for(const e of r)if(!e.scoped){const n=e.importName;n&&Ae(o,n)}if(se(o)){o.sort(Vn),s=e.createNamedImports(U(o,(r=>om(t,r)?e.createImportSpecifier(!1,void 0,e.createIdentifier(r)):e.createImportSpecifier(!1,e.createIdentifier(r),n.getUnscopedHelperName(r)))));dR(Il(t,rM)).externalHelpers=!0}}}else{const n=NP(e,t,r,o,i||a);n&&(s=e.createNamespaceImport(n))}if(s){const n=e.createImportDeclaration(void 0,e.createImportClause(!1,void 0,s),e.createStringLiteral(cp),void 0);return hR(n,2),n}}}function NP(e,n,t,r,o){if(t.importHelpers&&Um(n,t)){const i=AP(n);if(i)return i;const a=Vp(t);let s=(r||qp(t)&&o)&&4!==a&&(a<5||1===n.impliedNodeFormat);if(!s){const e=FR(n);if(e)for(const n of e)if(!n.scoped){s=!0;break}}if(s){const t=dR(Il(n,rM));return t.externalHelpersModuleName||(t.externalHelpersModuleName=e.createUniqueName(cp))}}}function DP(e,n,t){const r=Bg(n);if(r&&!jg(n)&&!Sm(n)){const n=r.name;return ud(n)?n:e.createIdentifier(Em(t,n)||Ll(n))}return 272===n.kind&&n.importClause||278===n.kind&&n.moduleSpecifier?e.getGeneratedNameForNode(n):void 0}function CP(e,n,t,r,o,i){const a=Gg(n);if(a&&zI(a))return function(e,n,t,r,o){return MP(t,r.getExternalModuleFileFromDeclaration(e),n,o)}(n,r,e,o,i)||function(e,n,t){const r=t.renamedDependencies&&t.renamedDependencies.get(n.text);return r?e.createStringLiteral(r):void 0}(e,a,t)||e.cloneNode(a)}function MP(e,n,t,r){if(n)return n.moduleName?e.createStringLiteral(n.moduleName):!n.isDeclarationFile&&ob(r)?e.createStringLiteral(Qv(t,n.fileName)):void 0}function PP(e){if(Kd(e))return e.initializer;if(QC(e)){const n=e.initializer;return gE(n,!0)?n.right:void 0}return ZC(e)?e.objectAssignmentInitializer:gE(e,!0)?e.right:ID(e)?PP(e.expression):void 0}function LP(e){if(Kd(e))return e.name;if(!Gd(e))return gE(e,!0)?LP(e.left):ID(e)?LP(e.expression):e;switch(e.kind){case 303:return LP(e.initializer);case 304:return e.name;case 305:return LP(e.expression)}}function kP(e){switch(e.kind){case 169:case 208:return e.dotDotDotToken;case 230:case 305:return e}}function wP(e){const n=OP(e);return Rt.assert(!!n||eM(e),"Invalid property name for binding element."),n}function OP(e){switch(e.kind){case 208:if(e.propertyName){const n=e.propertyName;return rN(n)?Rt.failBadSyntaxKind(n):yN(n)&&FP(n.expression)?n.expression:n}break;case 303:if(e.name){const n=e.name;return rN(n)?Rt.failBadSyntaxKind(n):yN(n)&&FP(n.expression)?n.expression:n}break;case 305:return e.name&&rN(e.name)?Rt.failBadSyntaxKind(e.name):e.name}const n=LP(e);if(n&&Ed(n))return n}function FP(e){const n=e.kind;return 11===n||9===n}function WP(e){switch(e.kind){case 206:case 207:case 209:return e.elements;case 210:return e.properties}}function zP(e){if(e){let n=e;for(;;){if(tN(n)||!n.body)return tN(n)?n:n.name;n=n.body}}}function GP(e){const n=e.kind;return 176===n||178===n}function BP(e){const n=e.kind;return 176===n||177===n||178===n}function jP(e){const n=e.kind;return 303===n||304===n||262===n||176===n||181===n||175===n||282===n||243===n||264===n||265===n||266===n||267===n||271===n||272===n||270===n||278===n||277===n}function VP(e){const n=e.kind;return 175===n||303===n||304===n||282===n||270===n}function UP(e){return QI(e)||$I(e)}function HP(e){return tN(e)||XN(e)}function KP(e){return cN(e)||JI(e)||XI(e)}function qP(e){return QI(e)||JI(e)||XI(e)}function JP(e){return tN(e)||zI(e)}function XP(e){const n=e.kind;return 106===n||112===n||97===n||ed(e)||ED(e)}function YP(e){return function(e){return 48===e||49===e||50===e}(e)||function(e){return function(e){return 40===e||41===e}(e)||function(e){return function(e){return 43===e}(e)||function(e){return 42===e||44===e||45===e}(e)}(e)}(e)}function $P(e){return function(e){return 35===e||37===e||36===e||38===e}(e)||function(e){return function(e){return 30===e||33===e||32===e||34===e||104===e||103===e}(e)||YP(e)}(e)}function QP(e){return function(e){return 56===e||57===e}(e)||function(e){return function(e){return 51===e||52===e||53===e}(e)||$P(e)}(e)}function ZP(e){return function(e){return 61===e||QP(e)||mE(e)}(e)||28===e}function eL(e){return ZP(e.kind)}function nL(e,n,t,r,o,i){const a=new XM(e,n,t,r,o,i);return function(e,n){const t={value:void 0},r=[JM.enter],o=[e],i=[void 0];let s=0;for(;r[s]!==JM.done;)s=r[s](a,s,r,o,i,t,n);return Rt.assertEqual(s,0),t.value}}function tL(e){return 95===e||90===e}function rL(e){return tL(e.kind)}function oL(e){const n=e.kind;return hd(n)&&!tL(n)}function iL(e,n){if(void 0!==n)return 0===n.length?n:yL(e.createNodeArray([],n.hasTrailingComma),n)}function aL(e){var n;const t=e.emitNode.autoGenerate;if(4&t.flags){const r=t.id;let o=e,i=o.original;for(;i;){o=i;const e=null==(n=o.emitNode)?void 0:n.autoGenerate;if(Cc(o)&&(void 0===e||4&e.flags&&e.id!==r))break;i=o.original}return o}return e}function sL(e,n){return"object"==typeof e?cL(!1,e.prefix,e.node,e.suffix,n):"string"==typeof e?e.length>0&&35===e.charCodeAt(0)?e.slice(1):e:""}function lL(e,n){return"string"==typeof e?e:function(e,n){return pd(e)?n(e).slice(1):ud(e)?n(e):rN(e)?e.escapedText.slice(1):Ll(e)}(e,Rt.checkDefined(n))}function cL(e,n,t,r,o){return n=sL(n,o),r=sL(r,o),`${e?"#":""}${n}${t=lL(t,o)}${r}`}function dL(e,n,t,r){return e.updatePropertyDeclaration(n,t,e.getGeneratedPrivateNameForNode(n.name,void 0,"_accessor_storage"),void 0,void 0,r)}function uL(e,n,t,r,o=e.createThis()){return e.createGetAccessorDeclaration(t,r,[],void 0,e.createBlock([e.createReturnStatement(e.createPropertyAccessExpression(o,e.getGeneratedPrivateNameForNode(n.name,void 0,"_accessor_storage")))]))}function pL(e,n,t,r,o=e.createThis()){return e.createSetAccessorDeclaration(t,r,[e.createParameterDeclaration(void 0,void 0,"value")],e.createBlock([e.createExpressionStatement(e.createAssignment(e.createPropertyAccessExpression(o,e.getGeneratedPrivateNameForNode(n.name,void 0,"_accessor_storage")),e.createIdentifier("value")))]))}function fL(e){let n=e.expression;for(;;)if(n=EP(n),FD(n))n=Fe(n.elements);else{if(!hP(n)){if(gE(n,!0)&&ud(n.left))return n;break}n=n.right}}function mL(e,n){if(function(e){return mD(e)&&Sv(e)&&!e.emitNode}(e))mL(e.expression,n);else if(hP(e))mL(e.left,n),mL(e.right,n);else if(FD(e))for(const t of e.elements)mL(t,n);else n.push(e)}function _L(e){const n=[];return mL(e,n),n}function hL(e){if(65536&e.transformFlags)return!0;if(128&e.transformFlags)for(const n of WP(e)){const e=LP(n);if(e&&Ud(e)){if(65536&e.transformFlags)return!0;if(128&e.transformFlags&&hL(e))return!0}}return!1}var gL=b({"src/compiler/factory/utilities.ts"(){JJ(),(e=>{function n(e,t,r,o,i,a,l){const c=t>0?i[t-1]:void 0;return Rt.assertEqual(r[t],n),i[t]=e.onEnter(o[t],c,l),r[t]=s(e,n),t}function t(e,n,r,o,i,a,d){Rt.assertEqual(r[n],t),Rt.assertIsDefined(e.onLeft),r[n]=s(e,t);const u=e.onLeft(o[n].left,i[n],o[n]);return u?(c(n,o,u),l(n,r,o,i,u)):n}function r(e,n,t,o,i,a,l){return Rt.assertEqual(t[n],r),Rt.assertIsDefined(e.onOperator),t[n]=s(e,r),e.onOperator(o[n].operatorToken,i[n],o[n]),n}function o(e,n,t,r,i,a,d){Rt.assertEqual(t[n],o),Rt.assertIsDefined(e.onRight),t[n]=s(e,o);const u=e.onRight(r[n].right,i[n],r[n]);return u?(c(n,r,u),l(n,t,r,i,u)):n}function i(e,n,t,r,o,a,l){Rt.assertEqual(t[n],i),t[n]=s(e,i);const c=e.onExit(r[n],o[n]);if(n>0){if(n--,e.foldState){const r=t[n]===i?"right":"left";o[n]=e.foldState(o[n],c,r)}}else a.value=c;return n}function a(e,n,t,r,o,i,s){return Rt.assertEqual(t[n],a),n}function s(e,s){switch(s){case n:if(e.onLeft)return t;case t:if(e.onOperator)return r;case r:if(e.onRight)return o;case o:return i;case i:case a:return a;default:Rt.fail("Invalid state")}}function l(e,t,r,o,i){return t[++e]=n,r[e]=i,o[e]=void 0,e}function c(e,n,t){if(Rt.shouldAssert(2))for(;e>=0;)Rt.assert(n[e]!==t,"Circular traversal detected."),e--}e.enter=n,e.left=t,e.operator=r,e.right=o,e.exit=i,e.done=a,e.nextState=s})(JM||(JM={})),XM=class{constructor(e,n,t,r,o,i){this.onEnter=e,this.onLeft=n,this.onOperator=t,this.onRight=r,this.onExit=o,this.foldState=i}}}});function yL(e,n){return n?Gx(e,n.pos,n.end):e}function vL(e){const n=e.kind;return 168===n||169===n||171===n||172===n||173===n||174===n||176===n||177===n||178===n||181===n||185===n||218===n||219===n||231===n||243===n||262===n||263===n||264===n||265===n||266===n||267===n||271===n||272===n||277===n||278===n}function bL(e){const n=e.kind;return 169===n||172===n||174===n||177===n||178===n||231===n||263===n}var EL,SL,TL,xL,AL,RL,IL,NL,DL,CL,ML,PL,LL,kL=b({"src/compiler/factory/utilitiesPublic.ts"(){JJ()}});function wL(e,n){return n&&e(n)}function OL(e,n,t){if(t){if(n)return n(t);for(const n of t){const t=e(n);if(t)return t}}}function FL(e,n){return 42===e.charCodeAt(n+1)&&42===e.charCodeAt(n+2)&&47!==e.charCodeAt(n+3)}function WL(e){return x(e.statements,zL)||function(e){return 8388608&e.flags?GL(e):void 0}(e)}function zL(e){return vL(e)&&function(e,n){return se(e.modifiers,(e=>e.kind===n))}(e,95)||hC(e)&&wC(e.moduleReference)||gC(e)||NC(e)||DC(e)?e:void 0}function GL(e){return function(e){return kD(e)&&102===e.keywordToken&&"meta"===e.name.escapedText}(e)?e:ok(e,GL)}function BL(e,n,t){return OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)}function jL(e,n,t){return OL(n,t,e.types)}function VL(e,n,t){return wL(n,e.type)}function UL(e,n,t){return OL(n,t,e.elements)}function HL(e,n,t){return wL(n,e.expression)||wL(n,e.questionDotToken)||OL(n,t,e.typeArguments)||OL(n,t,e.arguments)}function KL(e,n,t){return OL(n,t,e.statements)}function qL(e,n,t){return wL(n,e.label)}function JL(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.heritageClauses)||OL(n,t,e.members)}function XL(e,n,t){return OL(n,t,e.elements)}function YL(e,n,t){return wL(n,e.propertyName)||wL(n,e.name)}function $L(e,n,t){return wL(n,e.tagName)||OL(n,t,e.typeArguments)||wL(n,e.attributes)}function QL(e,n,t){return wL(n,e.type)}function ZL(e,n,t){return wL(n,e.tagName)||(e.isNameFirst?wL(n,e.name)||wL(n,e.typeExpression):wL(n,e.typeExpression)||wL(n,e.name))||("string"==typeof e.comment?void 0:OL(n,t,e.comment))}function ek(e,n,t){return wL(n,e.tagName)||wL(n,e.typeExpression)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))}function nk(e,n,t){return wL(n,e.name)}function tk(e,n,t){return wL(n,e.tagName)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))}function rk(e,n,t){return wL(n,e.expression)}function ok(e,n,t){if(void 0===e||e.kind<=165)return;const r=NL[e.kind];return void 0===r?void 0:r(e,n,t)}function ik(e,n,t){const r=ak(e),o=[];for(;o.length=0;--n)r.push(e[n]),o.push(i)}else{const t=n(e,i);if(t){if("skip"===t)continue;return t}if(e.kind>=166)for(const n of ak(e))r.push(n),o.push(e)}}}function ak(e){const n=[];return ok(e,t,t),n;function t(e){n.unshift(e)}}function sk(e){e.externalModuleIndicator=WL(e)}function lk(e,n,t,r=!1,o){var i,a,s,l;let c;null==(i=Lr)||i.push(Lr.Phase.Parse,"createSourceFile",{path:e},!0),br("beforeParse"),null==(a=sr)||a.logStartParseSourceFile(e);const{languageVersion:d,setExternalModuleIndicator:u,impliedNodeFormat:p,jsDocParsingMode:f}="object"==typeof t?t:{languageVersion:t};if(100===d)c=DL.parseSourceFile(e,n,d,void 0,r,6,En,f);else{const t=void 0===p?u:e=>(e.impliedNodeFormat=p,(u||sk)(e));c=DL.parseSourceFile(e,n,d,void 0,r,o,t,f)}return null==(s=sr)||s.logStopParseSourceFile(),br("afterParse"),Er("Parse","beforeParse","afterParse"),null==(l=Lr)||l.pop(),c}function ck(e,n){return DL.parseIsolatedEntityName(e,n)}function dk(e,n){return DL.parseJsonText(e,n)}function uk(e){return void 0!==e.externalModuleIndicator}function pk(e,n,t,r=!1){const o=CL.updateSourceFile(e,n,t,r);return o.flags|=12582912&e.flags,o}function fk(e,n,t){const r=DL.JSDocParser.parseIsolatedJSDocComment(e,n,t);return r&&r.jsDoc&&DL.fixupParentReferences(r.jsDoc),r}function mk(e,n,t){return DL.JSDocParser.parseJSDocTypeExpressionForTests(e,n,t)}function _k(e){return void 0!==hk(e)}function hk(e){const n=aa(e,Ef,!1);if(n)return n;if($i(e,".ts")){const n=oa(e).lastIndexOf(".d.");if(n>=0)return e.substring(n)}}function gk(e,n){const t=[];for(const e of ks(n,0)||i){bk(t,e,n.substring(e.pos,e.end))}e.pragmas=new Map;for(const n of t)if(e.pragmas.has(n.name)){const t=e.pragmas.get(n.name);t instanceof Array?t.push(n.args):e.pragmas.set(n.name,[t,n.args])}else e.pragmas.set(n.name,n.args)}function yk(e,n){e.checkJsDirective=void 0,e.referencedFiles=[],e.typeReferenceDirectives=[],e.libReferenceDirectives=[],e.amdDependencies=[],e.hasNoDefaultLib=!1,e.pragmas.forEach(((t,r)=>{switch(r){case"reference":{const r=e.referencedFiles,o=e.typeReferenceDirectives,i=e.libReferenceDirectives;x(hn(t),(t=>{const{types:a,lib:s,path:l,"resolution-mode":c}=t.arguments;if(t.arguments["no-default-lib"])e.hasNoDefaultLib=!0;else if(a){const e=function(e,n,t,r){if(e)return"import"===e?99:"require"===e?1:void r(n,t-n,Oa.resolution_mode_should_be_either_require_or_import)}(c,a.pos,a.end,n);o.push({pos:a.pos,end:a.end,fileName:a.value,...e?{resolutionMode:e}:{}})}else s?i.push({pos:s.pos,end:s.end,fileName:s.value}):l?r.push({pos:l.pos,end:l.end,fileName:l.value}):n(t.range.pos,t.range.end-t.range.pos,Oa.Invalid_reference_directive_syntax)}));break}case"amd-dependency":e.amdDependencies=U(hn(t),(e=>({name:e.arguments.name,path:e.arguments.path})));break;case"amd-module":if(t instanceof Array)for(const r of t)e.moduleName&&n(r.range.pos,r.range.end-r.range.pos,Oa.An_AMD_module_cannot_have_multiple_name_assignments),e.moduleName=r.arguments.name;else e.moduleName=t.arguments.name;break;case"ts-nocheck":case"ts-check":x(hn(t),(n=>{(!e.checkJsDirective||n.range.pos>e.checkJsDirective.pos)&&(e.checkJsDirective={enabled:"ts-check"===r,end:n.range.end,pos:n.range.pos})}));break;case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:Rt.fail("Unhandled pragma kind")}}))}function vk(e){if(ML.has(e))return ML.get(e);const n=new RegExp(`(\\s${e}\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`,"im");return ML.set(e,n),n}function bk(e,n,t){const r=2===n.kind&&PL.exec(t);if(r){const o=r[1].toLowerCase(),i=ti[o];if(!(i&&1&i.kind))return;if(i.args){const r={};for(const e of i.args){const o=vk(e.name).exec(t);if(!o&&!e.optional)return;if(o){const t=o[2]||o[3];if(e.captureSpan){const i=n.pos+o.index+o[1].length+1;r[e.name]={value:t,pos:i,end:i+t.length}}else r[e.name]=t}}e.push({name:o,args:{arguments:r,range:n}})}else e.push({name:o,args:{arguments:{},range:n}});return}const o=2===n.kind&&LL.exec(t);if(o)return Ek(e,n,2,o);if(3===n.kind){const r=/@(\S+)(\s+.*)?$/gim;let o;for(;o=r.exec(t);)Ek(e,n,4,o)}}function Ek(e,n,t,r){if(!r)return;const o=r[1].toLowerCase(),i=ti[o];if(!(i&&i.kind&t))return;const a=function(e,n){if(!n)return{};if(!e.args)return{};const t=n.trim().split(/\s+/),r={};for(let n=0;nnew(AL||(AL=Wp.getSourceFileConstructor()))(e,-1,-1),createBaseIdentifierNode:e=>new(TL||(TL=Wp.getIdentifierConstructor()))(e,-1,-1),createBasePrivateIdentifierNode:e=>new(xL||(xL=Wp.getPrivateIdentifierConstructor()))(e,-1,-1),createBaseTokenNode:e=>new(SL||(SL=Wp.getTokenConstructor()))(e,-1,-1),createBaseNode:e=>new(EL||(EL=Wp.getNodeConstructor()))(e,-1,-1)}),NL={166:function(e,n,t){return wL(n,e.left)||wL(n,e.right)},168:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.constraint)||wL(n,e.default)||wL(n,e.expression)},304:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.exclamationToken)||wL(n,e.equalsToken)||wL(n,e.objectAssignmentInitializer)},305:function(e,n,t){return wL(n,e.expression)},169:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.dotDotDotToken)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.type)||wL(n,e.initializer)},172:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.exclamationToken)||wL(n,e.type)||wL(n,e.initializer)},171:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.type)||wL(n,e.initializer)},303:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.exclamationToken)||wL(n,e.initializer)},260:function(e,n,t){return wL(n,e.name)||wL(n,e.exclamationToken)||wL(n,e.type)||wL(n,e.initializer)},208:function(e,n,t){return wL(n,e.dotDotDotToken)||wL(n,e.propertyName)||wL(n,e.name)||wL(n,e.initializer)},181:function(e,n,t){return OL(n,t,e.modifiers)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)},185:function(e,n,t){return OL(n,t,e.modifiers)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)},184:function(e,n,t){return OL(n,t,e.modifiers)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)},179:BL,180:BL,174:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.asteriskToken)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.exclamationToken)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},173:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.questionToken)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)},176:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},177:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},178:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},262:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.asteriskToken)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},218:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.asteriskToken)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.body)},219:function(e,n,t){return OL(n,t,e.modifiers)||OL(n,t,e.typeParameters)||OL(n,t,e.parameters)||wL(n,e.type)||wL(n,e.equalsGreaterThanToken)||wL(n,e.body)},175:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.body)},183:function(e,n,t){return wL(n,e.typeName)||OL(n,t,e.typeArguments)},182:function(e,n,t){return wL(n,e.assertsModifier)||wL(n,e.parameterName)||wL(n,e.type)},186:function(e,n,t){return wL(n,e.exprName)||OL(n,t,e.typeArguments)},187:function(e,n,t){return OL(n,t,e.members)},188:function(e,n,t){return wL(n,e.elementType)},189:function(e,n,t){return OL(n,t,e.elements)},192:jL,193:jL,194:function(e,n,t){return wL(n,e.checkType)||wL(n,e.extendsType)||wL(n,e.trueType)||wL(n,e.falseType)},195:function(e,n,t){return wL(n,e.typeParameter)},205:function(e,n,t){return wL(n,e.argument)||wL(n,e.attributes)||wL(n,e.qualifier)||OL(n,t,e.typeArguments)},302:function(e,n,t){return wL(n,e.assertClause)},196:VL,198:VL,199:function(e,n,t){return wL(n,e.objectType)||wL(n,e.indexType)},200:function(e,n,t){return wL(n,e.readonlyToken)||wL(n,e.typeParameter)||wL(n,e.nameType)||wL(n,e.questionToken)||wL(n,e.type)||OL(n,t,e.members)},201:function(e,n,t){return wL(n,e.literal)},202:function(e,n,t){return wL(n,e.dotDotDotToken)||wL(n,e.name)||wL(n,e.questionToken)||wL(n,e.type)},206:UL,207:UL,209:function(e,n,t){return OL(n,t,e.elements)},210:function(e,n,t){return OL(n,t,e.properties)},211:function(e,n,t){return wL(n,e.expression)||wL(n,e.questionDotToken)||wL(n,e.name)},212:function(e,n,t){return wL(n,e.expression)||wL(n,e.questionDotToken)||wL(n,e.argumentExpression)},213:HL,214:HL,215:function(e,n,t){return wL(n,e.tag)||wL(n,e.questionDotToken)||OL(n,t,e.typeArguments)||wL(n,e.template)},216:function(e,n,t){return wL(n,e.type)||wL(n,e.expression)},217:function(e,n,t){return wL(n,e.expression)},220:function(e,n,t){return wL(n,e.expression)},221:function(e,n,t){return wL(n,e.expression)},222:function(e,n,t){return wL(n,e.expression)},224:function(e,n,t){return wL(n,e.operand)},229:function(e,n,t){return wL(n,e.asteriskToken)||wL(n,e.expression)},223:function(e,n,t){return wL(n,e.expression)},225:function(e,n,t){return wL(n,e.operand)},226:function(e,n,t){return wL(n,e.left)||wL(n,e.operatorToken)||wL(n,e.right)},234:function(e,n,t){return wL(n,e.expression)||wL(n,e.type)},235:function(e,n,t){return wL(n,e.expression)},238:function(e,n,t){return wL(n,e.expression)||wL(n,e.type)},236:function(e,n,t){return wL(n,e.name)},227:function(e,n,t){return wL(n,e.condition)||wL(n,e.questionToken)||wL(n,e.whenTrue)||wL(n,e.colonToken)||wL(n,e.whenFalse)},230:function(e,n,t){return wL(n,e.expression)},241:KL,268:KL,312:function(e,n,t){return OL(n,t,e.statements)||wL(n,e.endOfFileToken)},243:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.declarationList)},261:function(e,n,t){return OL(n,t,e.declarations)},244:function(e,n,t){return wL(n,e.expression)},245:function(e,n,t){return wL(n,e.expression)||wL(n,e.thenStatement)||wL(n,e.elseStatement)},246:function(e,n,t){return wL(n,e.statement)||wL(n,e.expression)},247:function(e,n,t){return wL(n,e.expression)||wL(n,e.statement)},248:function(e,n,t){return wL(n,e.initializer)||wL(n,e.condition)||wL(n,e.incrementor)||wL(n,e.statement)},249:function(e,n,t){return wL(n,e.initializer)||wL(n,e.expression)||wL(n,e.statement)},250:function(e,n,t){return wL(n,e.awaitModifier)||wL(n,e.initializer)||wL(n,e.expression)||wL(n,e.statement)},251:qL,252:qL,253:function(e,n,t){return wL(n,e.expression)},254:function(e,n,t){return wL(n,e.expression)||wL(n,e.statement)},255:function(e,n,t){return wL(n,e.expression)||wL(n,e.caseBlock)},269:function(e,n,t){return OL(n,t,e.clauses)},296:function(e,n,t){return wL(n,e.expression)||OL(n,t,e.statements)},297:function(e,n,t){return OL(n,t,e.statements)},256:function(e,n,t){return wL(n,e.label)||wL(n,e.statement)},257:function(e,n,t){return wL(n,e.expression)},258:function(e,n,t){return wL(n,e.tryBlock)||wL(n,e.catchClause)||wL(n,e.finallyBlock)},299:function(e,n,t){return wL(n,e.variableDeclaration)||wL(n,e.block)},170:function(e,n,t){return wL(n,e.expression)},263:JL,231:JL,264:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||OL(n,t,e.heritageClauses)||OL(n,t,e.members)},265:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.typeParameters)||wL(n,e.type)},266:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||OL(n,t,e.members)},306:function(e,n,t){return wL(n,e.name)||wL(n,e.initializer)},267:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.body)},271:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)||wL(n,e.moduleReference)},272:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.importClause)||wL(n,e.moduleSpecifier)||wL(n,e.attributes)},273:function(e,n,t){return wL(n,e.name)||wL(n,e.namedBindings)},300:function(e,n,t){return OL(n,t,e.elements)},301:function(e,n,t){return wL(n,e.name)||wL(n,e.value)},270:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.name)},274:function(e,n,t){return wL(n,e.name)},280:function(e,n,t){return wL(n,e.name)},275:XL,279:XL,278:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.exportClause)||wL(n,e.moduleSpecifier)||wL(n,e.attributes)},276:YL,281:YL,277:function(e,n,t){return OL(n,t,e.modifiers)||wL(n,e.expression)},228:function(e,n,t){return wL(n,e.head)||OL(n,t,e.templateSpans)},239:function(e,n,t){return wL(n,e.expression)||wL(n,e.literal)},203:function(e,n,t){return wL(n,e.head)||OL(n,t,e.templateSpans)},204:function(e,n,t){return wL(n,e.type)||wL(n,e.literal)},167:function(e,n,t){return wL(n,e.expression)},298:function(e,n,t){return OL(n,t,e.types)},233:function(e,n,t){return wL(n,e.expression)||OL(n,t,e.typeArguments)},283:function(e,n,t){return wL(n,e.expression)},282:function(e,n,t){return OL(n,t,e.modifiers)},361:function(e,n,t){return OL(n,t,e.elements)},284:function(e,n,t){return wL(n,e.openingElement)||OL(n,t,e.children)||wL(n,e.closingElement)},288:function(e,n,t){return wL(n,e.openingFragment)||OL(n,t,e.children)||wL(n,e.closingFragment)},285:$L,286:$L,292:function(e,n,t){return OL(n,t,e.properties)},291:function(e,n,t){return wL(n,e.name)||wL(n,e.initializer)},293:function(e,n,t){return wL(n,e.expression)},294:function(e,n,t){return wL(n,e.dotDotDotToken)||wL(n,e.expression)},287:function(e,n,t){return wL(n,e.tagName)},295:function(e,n,t){return wL(n,e.namespace)||wL(n,e.name)},190:QL,191:QL,316:QL,322:QL,321:QL,323:QL,325:QL,324:function(e,n,t){return OL(n,t,e.parameters)||wL(n,e.type)},327:function(e,n,t){return("string"==typeof e.comment?void 0:OL(n,t,e.comment))||OL(n,t,e.tags)},354:function(e,n,t){return wL(n,e.tagName)||wL(n,e.name)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},317:function(e,n,t){return wL(n,e.name)},318:function(e,n,t){return wL(n,e.left)||wL(n,e.right)},348:ZL,355:ZL,337:function(e,n,t){return wL(n,e.tagName)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},336:function(e,n,t){return wL(n,e.tagName)||wL(n,e.class)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},335:function(e,n,t){return wL(n,e.tagName)||wL(n,e.class)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},352:function(e,n,t){return wL(n,e.tagName)||wL(n,e.constraint)||OL(n,t,e.typeParameters)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},353:function(e,n,t){return wL(n,e.tagName)||(e.typeExpression&&316===e.typeExpression.kind?wL(n,e.typeExpression)||wL(n,e.fullName)||("string"==typeof e.comment?void 0:OL(n,t,e.comment)):wL(n,e.fullName)||wL(n,e.typeExpression)||("string"==typeof e.comment?void 0:OL(n,t,e.comment)))},345:function(e,n,t){return wL(n,e.tagName)||wL(n,e.fullName)||wL(n,e.typeExpression)||("string"==typeof e.comment?void 0:OL(n,t,e.comment))},349:ek,351:ek,350:ek,347:ek,357:ek,356:ek,346:ek,330:function(e,n,t){return x(e.typeParameters,n)||x(e.parameters,n)||wL(n,e.type)},331:nk,332:nk,333:nk,329:function(e,n,t){return x(e.jsDocPropertyTags,n)},334:tk,339:tk,340:tk,341:tk,342:tk,343:tk,338:tk,344:tk,360:rk},(e=>{var n,t,r,o,s,l=Gs(99,!0),c=40960;function d(e){return E++,e}var u,p,f,m,_,h,g,y,v,b,E,S,T,x,A,R,I=JA(11,{createBaseSourceFileNode:e=>d(new s(e,0,0)),createBaseIdentifierNode:e=>d(new r(e,0,0)),createBasePrivateIdentifierNode:e=>d(new o(e,0,0)),createBaseTokenNode:e=>d(new t(e,0,0)),createBaseNode:e=>d(new n(e,0,0))}),{createNodeArray:N,createNumericLiteral:D,createStringLiteral:C,createLiteralLikeNode:M,createIdentifier:P,createPrivateIdentifier:L,createToken:w,createArrayLiteralExpression:O,createObjectLiteralExpression:F,createPropertyAccessExpression:W,createPropertyAccessChain:z,createElementAccessExpression:G,createElementAccessChain:B,createCallExpression:j,createCallChain:V,createNewExpression:U,createParenthesizedExpression:H,createBlock:K,createVariableStatement:q,createExpressionStatement:J,createIfStatement:X,createWhileStatement:Y,createForStatement:$,createForOfStatement:Q,createVariableDeclaration:ee,createVariableDeclarationList:ne}=I,te=!0,re=!1;function oe(e,n,t=2,r,o=!1){ie(e,n,t,r,6,0),p=R,He();const i=Ge();let a,s;if(1===je())a=Sn([],i,i),s=gn();else{let e;for(;1!==je();){let n;switch(je()){case 23:n=lo();break;case 112:case 97:case 106:n=gn();break;case 41:n=nn((()=>9===He()&&59!==He()))?Fr():uo();break;case 9:case 11:if(nn((()=>59!==He()))){n=ht();break}default:n=uo()}e&&_n(e)?e.push(n):e?e=[e,n]:(e=n,1!==je()&&ke(Oa.Unexpected_token))}const n=_n(e)?Tn(O(e),i):Rt.checkDefined(e),t=J(n);Tn(t,i),a=Sn([t],i),s=hn(1,Oa.Unexpected_token)}const l=pe(e,2,6,!1,a,s,p,En);o&&ue(l),l.nodeCount=E,l.identifierCount=T,l.identifiers=S,l.parseDiagnostics=oT(g,l),y&&(l.jsDocDiagnostics=oT(y,l));const c=l;return ae(),c}function ie(e,i,a,c,d,y){switch(n=Wp.getNodeConstructor(),t=Wp.getTokenConstructor(),r=Wp.getIdentifierConstructor(),o=Wp.getPrivateIdentifierConstructor(),s=Wp.getSourceFileConstructor(),u=_a(e),f=i,m=a,v=c,_=d,h=_T(d),g=[],x=0,S=new Map,T=0,E=0,p=0,te=!0,_){case 1:case 2:R=524288;break;case 6:R=134742016;break;default:R=0}re=!1,l.setText(f),l.setOnError(ze),l.setScriptTarget(m),l.setLanguageVariant(h),l.setScriptKind(_),l.setJSDocParsingMode(y)}function ae(){l.clearCommentDirectives(),l.setText(""),l.setOnError(void 0),l.setScriptKind(0),l.setJSDocParsingMode(0),f=void 0,m=void 0,v=void 0,_=void 0,h=void 0,p=0,g=void 0,y=void 0,x=0,S=void 0,A=void 0,te=!0}e.parseSourceFile=function(e,n,t,r,o=!1,s,c,d=0){var m;if(6===(s=QT(e,s))){const s=oe(e,n,t,r,o);return Bw(s,null==(m=s.statements[0])?void 0:m.expression,s.parseDiagnostics,!1,void 0),s.referencedFiles=i,s.typeReferenceDirectives=i,s.libReferenceDirectives=i,s.amdDependencies=i,s.hasNoDefaultLib=!1,s.pragmas=a,s}ie(e,n,t,r,s,d);const _=function(e,n,t,r,o){const i=_k(u);i&&(R|=33554432);p=R,He();const a=Qn(0,ko);Rt.assert(1===je());const s=Be(),c=de(gn(),s),d=pe(u,e,t,i,a,c,p,r);gk(d,f),yk(d,m),d.commentDirectives=l.getCommentDirectives(),d.nodeCount=E,d.identifierCount=T,d.identifiers=S,d.parseDiagnostics=oT(g,d),d.jsDocParsingMode=o,y&&(d.jsDocDiagnostics=oT(y,d));n&&ue(d);return d;function m(e,n,t){g.push(nT(u,f,e,n,t))}}(t,o,s,c||sk,d);return ae(),_},e.parseIsolatedEntityName=function(e,n){ie("",e,n,void 0,1,0),He();const t=st(!0),r=1===je()&&!g.length;return ae(),r?t:void 0},e.parseJsonText=oe;let le=!1;function de(e,n){if(!n)return e;Rt.assert(!e.jsDoc);const t=Z(B_(e,f),(n=>Oi.parseJSDocComment(e,n.pos,n.end-n.pos)));return t.length&&(e.jsDoc=t),le&&(le=!1,e.flags|=536870912),e}function ue(e){Hx(e,!0)}function pe(e,n,t,r,o,i,a,s){let c=I.createSourceFile(o,i,a);if(Bx(c,0,f.length),d(c),!r&&uk(c)&&67108864&c.transformFlags){const e=c;c=function(e){const n=v,t=CL.createSyntaxCursor(e);v={currentNode:function(e){const n=t.currentNode(e);return te&&n&&s(n)&&(n.intersectsChange=!0),n}};const r=[],o=g;g=[];let i=0,a=c(e.statements,0);for(;-1!==a;){const n=e.statements[i],t=e.statements[a];xe(r,e.statements,i,a),i=d(e.statements,a);const s=k(o,(e=>e.start>=n.pos)),u=s>=0?k(o,(e=>e.start>=t.pos),s):-1;s>=0&&xe(g,o,s,u>=0?u:void 0),en((()=>{const n=R;for(R|=65536,l.resetTokenState(t.pos),He();1!==je();){const n=l.getTokenFullStart(),t=Zn(0,ko);if(r.push(t),n===l.getTokenFullStart()&&He(),i>=0){const n=e.statements[i];if(t.end===n.pos)break;t.end>n.pos&&(i=d(e.statements,i+1))}}R=n}),2),a=i>=0?c(e.statements,i):-1}if(i>=0){const n=e.statements[i];xe(r,e.statements,i);const t=k(o,(e=>e.start>=n.pos));t>=0&&xe(g,o,t)}return v=n,I.updateSourceFile(e,yL(N(r),e.statements));function s(e){return!(65536&e.flags||!(67108864&e.transformFlags))}function c(e,n){for(let t=n;t118}function on(){return 80===je()||(127!==je()||!Ne())&&((135!==je()||!Le())&&je()>118)}function an(e,n,t=!0){return je()===e?(t&&He(),!0):(n?ke(n):ke(Oa._0_expected,as(e)),!1)}e.fixupParentReferences=ue;const sn=Object.keys(za).filter((e=>e.length>2));function ln(e){if(pD(e))return void Fe(Ts(f,e.template.pos),e.template.end,Oa.Module_declaration_names_may_only_use_or_quoted_strings);const n=tN(e)?Ll(e):void 0;if(!n||!zs(n,m))return void ke(Oa._0_expected,as(27));const t=Ts(f,e.pos);switch(n){case"const":case"let":case"var":return void Fe(t,e.end,Oa.Variable_declaration_not_allowed_at_this_location);case"declare":return;case"interface":return void cn(Oa.Interface_name_cannot_be_0,Oa.Interface_must_be_given_a_name,19);case"is":return void Fe(t,l.getTokenStart(),Oa.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);case"module":case"namespace":return void cn(Oa.Namespace_name_cannot_be_0,Oa.Namespace_must_be_given_a_name,19);case"type":return void cn(Oa.Type_alias_name_cannot_be_0,Oa.Type_alias_must_be_given_a_name,64)}const r=Yn(n,sn,(e=>e))??function(e){for(const n of sn)if(e.length>n.length+2&&dt(e,n))return`${n} ${e.slice(n.length)}`;return}(n);r?Fe(t,e.end,Oa.Unknown_keyword_or_identifier_Did_you_mean_0,r):0!==je()&&Fe(t,e.end,Oa.Unexpected_keyword_or_identifier)}function cn(e,n,t){je()===t?ke(n):ke(e,l.getTokenValue())}function dn(e){return je()===e?(Ke(),!0):(Rt.assert(Hy(e)),ke(Oa._0_expected,as(e)),!1)}function un(e,n,t,r){if(je()===n)return void He();const o=ke(Oa._0_expected,as(n));t&&o&&xx(o,nT(u,f,r,1,Oa.The_parser_expected_to_find_a_1_to_match_the_0_token_here,as(e),as(n)))}function pn(e){return je()===e&&(He(),!0)}function fn(e){if(je()===e)return gn()}function mn(e){if(je()===e)return function(){const e=Ge(),n=je();return Ke(),Tn(w(n),e)}()}function hn(e,n,t){return fn(e)||xn(e,!1,n||Oa._0_expected,t||as(e))}function gn(){const e=Ge(),n=je();return He(),Tn(w(n),e)}function yn(){return 27===je()||(20===je()||1===je()||l.hasPrecedingLineBreak())}function vn(){return!!yn()&&(27===je()&&He(),!0)}function bn(){return vn()||an(27)}function Sn(e,n,t,r){const o=N(e,r);return Gx(o,n,t??l.getTokenFullStart()),o}function Tn(e,n,t){return Gx(e,n,t??l.getTokenFullStart()),R&&(e.flags|=R),re&&(re=!1,e.flags|=262144),e}function xn(e,n,t,...r){n?we(l.getTokenFullStart(),0,t,...r):t&&ke(t,...r);const o=Ge();return Tn(80===e?P("",void 0):td(e)?I.createTemplateLiteralLikeNode(e,"","",void 0):9===e?D("",void 0):11===e?C("",void 0):282===e?I.createMissingDeclaration():w(e),o)}function An(e){let n=S.get(e);return void 0===n&&S.set(e,n=e),n}function Rn(e,n,t){if(e){T++;const e=Ge(),n=je(),t=An(l.getTokenValue()),r=l.hasExtendedUnicodeEscape();return Ve(),Tn(P(t,n,r),e)}if(81===je())return ke(t||Oa.Private_identifiers_are_not_allowed_outside_class_bodies),Rn(!0);if(0===je()&&l.tryScan((()=>80===l.reScanInvalidIdentifier())))return Rn(!0);T++;const r=1===je(),o=l.isReservedWord(),i=l.getTokenText(),a=o?Oa.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:Oa.Identifier_expected;return xn(80,r,n||a,i)}function In(e){return Rn(rn(),void 0,e)}function Nn(e,n){return Rn(on(),e,n)}function Dn(e){return Rn(ts(je()),e)}function Cn(){return(l.hasUnicodeEscape()||l.hasExtendedUnicodeEscape())&&ke(Oa.Unicode_escape_sequence_cannot_appear_here),Rn(ts(je()))}function Mn(){return ts(je())||11===je()||9===je()}function Pn(e){if(11===je()||9===je()){const e=ht();return e.text=An(e.text),e}return e&&23===je()?function(){const e=Ge();an(23);const n=be(Tr);return an(24),Tn(I.createComputedPropertyName(n),e)}():81===je()?kn():Dn()}function Ln(){return Pn(!0)}function kn(){const e=Ge(),n=L(An(l.getTokenValue()));return He(),Tn(n,e)}function wn(e){return je()===e&&tn(Fn)}function On(){return He(),!l.hasPrecedingLineBreak()&&Gn()}function Fn(){switch(je()){case 87:return 94===He();case 95:return He(),90===je()?nn(Bn):156===je()?nn(zn):Wn();case 90:return Bn();case 126:case 139:case 153:return He(),Gn();default:return On()}}function Wn(){return 60===je()||42!==je()&&130!==je()&&19!==je()&&Gn()}function zn(){return He(),Wn()}function Gn(){return 23===je()||19===je()||42===je()||26===je()||Mn()}function Bn(){return He(),86===je()||100===je()||120===je()||60===je()||128===je()&&nn(So)||134===je()&&nn(To)}function jn(e,n){if(et(e))return!0;switch(e){case 0:case 1:case 3:return!(27===je()&&n)&&Io();case 2:return 84===je()||90===je();case 4:return nn(Gt);case 5:return nn(ri)||27===je()&&!n;case 6:return 23===je()||Mn();case 12:switch(je()){case 23:case 42:case 26:case 25:return!0;default:return Mn()}case 18:return Mn();case 9:return 23===je()||26===je()||Mn();case 24:return ts(je())||11===je();case 7:return 19===je()?nn(Vn):n?on()&&!qn():Er()&&!qn();case 8:return Uo();case 10:return 28===je()||26===je()||Uo();case 19:return 103===je()||87===je()||on();case 15:switch(je()){case 28:case 25:return!0}case 11:return 26===je()||Sr();case 16:return Dt(!1);case 17:return Dt(!0);case 20:case 21:return 28===je()||ir();case 22:return gi();case 23:return(161!==je()||!nn(Wo))&&ts(je());case 13:return ts(je())||19===je();case 14:case 25:return!0;case 26:return Rt.fail("ParsingContext.Count used as a context");default:Rt.assertNever(e,"Non-exhaustive case in 'isListElement'.")}}function Vn(){if(Rt.assert(19===je()),20===He()){const e=He();return 28===e||19===e||96===e||119===e}return!0}function Un(){return He(),on()}function Hn(){return He(),ts(je())}function Kn(){return He(),rs(je())}function qn(){return(119===je()||96===je())&&nn(Jn)}function Jn(){return He(),Sr()}function Xn(){return He(),ir()}function $n(e){if(1===je())return!0;switch(e){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return 20===je();case 3:return 20===je()||84===je()||90===je();case 7:return 19===je()||96===je()||119===je();case 8:return function(){if(yn())return!0;if(Pr(je()))return!0;if(39===je())return!0;return!1}();case 19:return 32===je()||21===je()||19===je()||96===je()||119===je();case 11:return 22===je()||27===je();case 15:case 21:case 10:return 24===je();case 17:case 16:case 18:return 22===je()||24===je();case 20:return 28!==je();case 22:return 19===je()||20===je();case 13:return 32===je()||44===je();case 14:return 30===je()&&nn(xi);default:return!1}}function Qn(e,n){const t=x;x|=1<=0)}function ot(e){return 6===e?Oa.An_enum_member_name_must_be_followed_by_a_or:void 0}function it(){const e=Sn([],Ge());return e.isMissingList=!0,e}function at(e,n,t,r){if(an(t)){const t=rt(e,n);return an(r),t}return it()}function st(e,n){const t=Ge();let r=e?Dn(n):Nn(n);for(;pn(25)&&30!==je();)r=Tn(I.createQualifiedName(r,ct(e,!1,!0)),t);return r}function lt(e,n){return Tn(I.createQualifiedName(e,n),e.pos)}function ct(e,n,t){if(l.hasPrecedingLineBreak()&&ts(je())){if(nn(Eo))return xn(80,!0,Oa.Identifier_expected)}if(81===je()){const e=kn();return n?e:xn(80,!0,Oa.Identifier_expected)}return e?t?Dn():Cn():Nn()}function ut(e){const n=Ge();return Tn(I.createTemplateExpression(gt(e),function(e){const n=Ge(),t=[];let r;do{r=_t(e),t.push(r)}while(17===r.literal.kind);return Sn(t,n)}(e)),n)}function pt(){const e=Ge();return Tn(I.createTemplateLiteralType(gt(!1),function(){const e=Ge(),n=[];let t;do{t=ft(),n.push(t)}while(17===t.literal.kind);return Sn(n,e)}()),e)}function ft(){const e=Ge();return Tn(I.createTemplateLiteralTypeSpan(vr(),mt(!1)),e)}function mt(e){return 20===je()?(Xe(e),function(){const e=yt(je());return Rt.assert(17===e.kind||18===e.kind,"Template fragment has wrong token kind"),e}()):hn(18,Oa._0_expected,as(20))}function _t(e){const n=Ge();return Tn(I.createTemplateSpan(be(Tr),mt(e)),n)}function ht(){return yt(je())}function gt(e){!e&&26656&l.getTokenFlags()&&Xe(!1);const n=yt(je());return Rt.assert(16===n.kind,"Template head has wrong token kind"),n}function yt(e){const n=Ge(),t=td(e)?I.createTemplateLiteralLikeNode(e,l.getTokenValue(),function(e){const n=15===e||18===e,t=l.getTokenText();return t.substring(1,t.length-(l.isUnterminated()?0:n?1:2))}(e),7176&l.getTokenFlags()):9===e?D(l.getTokenValue(),l.getNumericLiteralFlags()):11===e?C(l.getTokenValue(),void 0,l.hasExtendedUnicodeEscape()):Zc(e)?M(e,l.getTokenValue()):Rt.fail();return l.hasExtendedUnicodeEscape()&&(t.hasExtendedUnicodeEscape=!0),l.isUnterminated()&&(t.isUnterminated=!0),He(),Tn(t,n)}function vt(){return st(!0,Oa.Type_expected)}function bt(){if(!l.hasPrecedingLineBreak()&&30===Ye())return at(20,vr,30,32)}function Et(){const e=Ge();return Tn(I.createTypeReferenceNode(vt(),bt()),e)}function St(e){switch(e.kind){case 183:return im(e.typeName);case 184:case 185:{const{parameters:n,type:t}=e;return!!n.isMissingList||St(t)}case 196:return St(e.type);default:return!1}}function Tt(){const e=Ge();return He(),Tn(I.createThisTypeNode(),e)}function xt(){const e=Ge();let n;return 110!==je()&&105!==je()||(n=Dn(),an(59)),Tn(I.createParameterDeclaration(void 0,void 0,n,void 0,At(),void 0),e)}function At(){l.setInJSDocType(!0);const e=Ge();if(pn(144)){const n=I.createJSDocNamepathType(void 0);e:for(;;)switch(je()){case 20:case 1:case 28:case 5:break e;default:Ke()}return l.setInJSDocType(!1),Tn(n,e)}const n=pn(26);let t=gr();return l.setInJSDocType(!1),n&&(t=Tn(I.createJSDocVariadicType(t),e)),64===je()?(He(),Tn(I.createJSDocOptionalType(t),e)):t}function It(){const e=Ge(),n=li(!1,!0),t=Nn();let r,o;pn(96)&&(ir()||!Sr()?r=vr():o=Wr());const i=pn(64)?vr():void 0,a=I.createTypeParameterDeclaration(n,t,r,i);return a.expression=o,Tn(a,e)}function Nt(){if(30===je())return at(19,It,30,32)}function Dt(e){return 26===je()||Uo()||hd(je())||60===je()||ir(!e)}function Ct(e){return Mt(e)}function Mt(e,n=!0){const t=Ge(),r=Be(),o=e?Ae((()=>li(!0))):Re((()=>li(!0)));if(110===je()){const e=I.createParameterDeclaration(o,void 0,Rn(!0),void 0,br(),void 0),n=Pe(o);return n&&We(n,Oa.Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters),de(Tn(e,t),r)}const i=te;te=!1;const a=fn(26);if(!n&&!rn()&&23!==je()&&19!==je())return;const s=de(Tn(I.createParameterDeclaration(o,a,function(e){const n=Ho(Oa.Private_identifiers_cannot_be_used_as_parameters);return 0===jf(n)&&!se(e)&&hd(je())&&He(),n}(o),fn(58),br(),xr()),t),r);return te=i,s}function Pt(e,n){if(function(e,n){if(39===e)return an(e),!0;if(pn(59))return!0;if(n&&39===je())return ke(Oa._0_expected,as(59)),He(),!0;return!1}(e,n))return Se(gr)}function Lt(e,n){const t=Ne(),r=Le();_e(!!(1&e)),ge(!!(2&e));const o=32&e?rt(17,xt):rt(16,(()=>n?Ct(r):Mt(r,!1)));return _e(t),ge(r),o}function kt(e){if(!an(21))return it();const n=Lt(e,!0);return an(22),n}function wt(){pn(28)||bn()}function Ot(e){const n=Ge(),t=Be();180===e&&an(105);const r=Nt(),o=kt(4),i=Pt(59,!0);wt();return de(Tn(179===e?I.createCallSignature(r,o,i):I.createConstructSignature(r,o,i),n),t)}function Ft(){return 23===je()&&nn(Wt)}function Wt(){if(He(),26===je()||24===je())return!0;if(hd(je())){if(He(),on())return!0}else{if(!on())return!1;He()}return 59===je()||28===je()||58===je()&&(He(),59===je()||28===je()||24===je())}function zt(e,n,t){const r=at(16,(()=>Ct(!1)),23,24),o=br();wt();return de(Tn(I.createIndexSignature(t,r,o),e),n)}function Gt(){if(21===je()||30===je()||139===je()||153===je())return!0;let e=!1;for(;hd(je());)e=!0,He();return 23===je()||(Mn()&&(e=!0,He()),!!e&&(21===je()||30===je()||58===je()||59===je()||28===je()||yn()))}function Bt(){if(21===je()||30===je())return Ot(179);if(105===je()&&nn(jt))return Ot(180);const e=Ge(),n=Be(),t=li(!1);return wn(139)?ti(e,n,t,177,4):wn(153)?ti(e,n,t,178,4):Ft()?zt(e,n,t):function(e,n,t){const r=Ln(),o=fn(58);let i;if(21===je()||30===je()){const e=Nt(),n=kt(4),a=Pt(59,!0);i=I.createMethodSignature(t,r,o,e,n,a)}else{const e=br();i=I.createPropertySignature(t,r,o,e),64===je()&&(i.initializer=xr())}return wt(),de(Tn(i,e),n)}(e,n,t)}function jt(){return He(),21===je()||30===je()}function Vt(){return 25===He()}function Ut(){switch(He()){case 21:case 30:case 25:return!0}return!1}function Ht(){let e;return an(19)?(e=Qn(4,Bt),an(20)):e=it(),e}function Kt(){return He(),40===je()||41===je()?148===He():(148===je()&&He(),23===je()&&Un()&&103===He())}function qt(){const e=Ge();let n;an(19),148!==je()&&40!==je()&&41!==je()||(n=gn(),148!==n.kind&&an(148)),an(23);const t=function(){const e=Ge(),n=Dn();an(103);const t=vr();return Tn(I.createTypeParameterDeclaration(void 0,n,t,void 0),e)}(),r=pn(130)?vr():void 0;let o;an(24),58!==je()&&40!==je()&&41!==je()||(o=gn(),58!==o.kind&&an(58));const i=br();bn();const a=Qn(4,Bt);return an(20),Tn(I.createMappedTypeNode(n,t,r,o,i,a),e)}function Jt(){const e=Ge();if(pn(26))return Tn(I.createRestTypeNode(vr()),e);const n=vr();if(mM(n)&&n.pos===n.type.pos){const e=I.createOptionalTypeNode(n.type);return yL(e,n),e.flags=n.flags,e}return n}function Xt(){return 59===He()||58===je()&&59===He()}function Yt(){return 26===je()?ts(He())&&Xt():ts(je())&&Xt()}function $t(){if(nn(Yt)){const e=Ge(),n=Be(),t=fn(26),r=Dn(),o=fn(58);an(59);const i=Jt();return de(Tn(I.createNamedTupleMember(t,r,o,i),e),n)}return Jt()}function Qt(){const e=Ge(),n=Be(),t=function(){let e;if(128===je()){const n=Ge();He(),e=Sn([Tn(w(128),n)],n)}return e}(),r=pn(105);Rt.assert(!t||r,"Per isStartOfFunctionOrConstructorType, a function type cannot have modifiers.");const o=Nt(),i=kt(4),a=Pt(39,!1);return de(Tn(r?I.createConstructorTypeNode(t,o,i,a):I.createFunctionTypeNode(o,i,a),e),n)}function Zt(){const e=gn();return 25===je()?void 0:e}function er(e){const n=Ge();e&&He();let t=112===je()||97===je()||106===je()?gn():yt(je());return e&&(t=Tn(I.createPrefixUnaryExpression(41,t),n)),Tn(I.createLiteralTypeNode(t),n)}function nr(){return He(),102===je()}function tr(){p|=4194304;const e=Ge(),n=pn(114);an(102),an(21);const t=vr();let r;if(pn(28)){const e=l.getTokenStart();an(19);const n=je();if(118===n||132===n?He():ke(Oa._0_expected,as(118)),an(59),r=Ri(n,!0),!an(20)){const n=Oe(g);n&&n.code===Oa._0_expected.code&&xx(n,nT(u,f,e,1,Oa.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}}an(22);const o=pn(25)?vt():void 0,i=bt();return Tn(I.createImportTypeNode(t,r,o,i,n),e)}function rr(){return He(),9===je()||10===je()}function or(){switch(je()){case 133:case 159:case 154:case 150:case 163:case 155:case 136:case 157:case 146:case 151:return tn(Zt)||Et();case 67:l.reScanAsteriskEqualsToken();case 42:return function(){const e=Ge();return He(),Tn(I.createJSDocAllType(),e)}();case 61:l.reScanQuestionToken();case 58:return function(){const e=Ge();return He(),28===je()||20===je()||22===je()||32===je()||64===je()||52===je()?Tn(I.createJSDocUnknownType(),e):Tn(I.createJSDocNullableType(vr(),!1),e)}();case 100:return function(){const e=Ge(),n=Be();if(tn(Si)){const t=kt(36),r=Pt(59,!1);return de(Tn(I.createJSDocFunctionType(t,r),e),n)}return Tn(I.createTypeReferenceNode(Dn(),void 0),e)}();case 54:return function(){const e=Ge();return He(),Tn(I.createJSDocNonNullableType(or(),!1),e)}();case 15:case 11:case 9:case 10:case 112:case 97:case 106:return er();case 41:return nn(rr)?er(!0):Et();case 116:return gn();case 110:{const n=Tt();return 142!==je()||l.hasPrecedingLineBreak()?n:(e=n,He(),Tn(I.createTypePredicateNode(void 0,e,vr()),e.pos))}case 114:return nn(nr)?tr():function(){const e=Ge();an(114);const n=st(!0),t=l.hasPrecedingLineBreak()?void 0:hi();return Tn(I.createTypeQueryNode(n,t),e)}();case 19:return nn(Kt)?qt():function(){const e=Ge();return Tn(I.createTypeLiteralNode(Ht()),e)}();case 23:return function(){const e=Ge();return Tn(I.createTupleTypeNode(at(21,$t,23,24)),e)}();case 21:return function(){const e=Ge();an(21);const n=vr();return an(22),Tn(I.createParenthesizedType(n),e)}();case 102:return tr();case 131:return nn(Eo)?function(){const e=Ge(),n=hn(131),t=110===je()?Tt():Nn(),r=pn(142)?vr():void 0;return Tn(I.createTypePredicateNode(n,t,r),e)}():Et();case 16:return pt();default:return Et()}var e}function ir(e){switch(je()){case 133:case 159:case 154:case 150:case 163:case 136:case 148:case 155:case 158:case 116:case 157:case 106:case 110:case 114:case 146:case 19:case 23:case 30:case 52:case 51:case 105:case 11:case 9:case 10:case 112:case 97:case 151:case 42:case 58:case 54:case 26:case 140:case 102:case 131:case 15:case 16:return!0;case 100:return!e;case 41:return!e&&nn(rr);case 21:return!e&&nn(ar);default:return on()}}function ar(){return He(),22===je()||Dt(!1)||ir()}function sr(){const e=Ge();let n=or();for(;!l.hasPrecedingLineBreak();)switch(je()){case 54:He(),n=Tn(I.createJSDocNonNullableType(n,!0),e);break;case 58:if(nn(Xn))return n;He(),n=Tn(I.createJSDocNullableType(n,!0),e);break;case 23:if(an(23),ir()){const t=vr();an(24),n=Tn(I.createIndexedAccessTypeNode(n,t),e)}else an(24),n=Tn(I.createArrayTypeNode(n),e);break;default:return n}return n}function lr(){if(pn(96)){const e=Te(vr);if(Ce()||58!==je())return e}}function cr(){const e=Ge();return an(140),Tn(I.createInferTypeNode(function(){const e=Ge(),n=Nn(),t=tn(lr);return Tn(I.createTypeParameterDeclaration(void 0,n,t),e)}()),e)}function dr(){const e=je();switch(e){case 143:case 158:case 148:return function(e){const n=Ge();return an(e),Tn(I.createTypeOperatorNode(e,dr()),n)}(e);case 140:return cr()}return Se(sr)}function ur(e){if(_r()){const n=Qt();let t;return t=wN(n)?e?Oa.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:Oa.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:e?Oa.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:Oa.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,We(n,t),n}}function pr(e,n,t){const r=Ge(),o=52===e,i=pn(e);let a=i&&ur(o)||n();if(je()===e||i){const i=[a];for(;pn(e);)i.push(ur(o)||n());a=Tn(t(Sn(i,r)),r)}return a}function fr(){return pr(51,dr,I.createIntersectionTypeNode)}function mr(){return He(),105===je()}function _r(){return 30===je()||(!(21!==je()||!nn(hr))||(105===je()||128===je()&&nn(mr)))}function hr(){if(He(),22===je()||26===je())return!0;if(function(){if(hd(je())&&li(!1),on()||110===je())return He(),!0;if(23===je()||19===je()){const e=g.length;return Ho(),e===g.length}return!1}()){if(59===je()||28===je()||58===je()||64===je())return!0;if(22===je()&&(He(),39===je()))return!0}return!1}function gr(){const e=Ge(),n=on()&&tn(yr),t=vr();return n?Tn(I.createTypePredicateNode(void 0,n,t),e):t}function yr(){const e=Nn();if(142===je()&&!l.hasPrecedingLineBreak())return He(),e}function vr(){if(81920&R)return ye(81920,vr);if(_r())return Qt();const e=Ge(),n=pr(52,fr,I.createUnionTypeNode);if(!Ce()&&!l.hasPrecedingLineBreak()&&pn(96)){const t=Te(vr);an(58);const r=Se(vr);an(59);const o=Se(vr);return Tn(I.createConditionalTypeNode(n,t,r,o),e)}return n}function br(){return pn(59)?vr():void 0}function Er(){switch(je()){case 110:case 108:case 106:case 112:case 97:case 9:case 10:case 11:case 15:case 16:case 21:case 23:case 19:case 100:case 86:case 105:case 44:case 69:case 80:return!0;case 102:return nn(Ut);default:return on()}}function Sr(){if(Er())return!0;switch(je()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 46:case 47:case 30:case 135:case 127:case 81:case 60:return!0;default:return!!kr()||on()}}function Tr(){const e=Me();e&&he(!1);const n=Ge();let t,r=Ar(!0);for(;t=fn(28);)r=wr(r,t,Ar(!0),n);return e&&he(!0),r}function xr(){return pn(64)?Ar(!0):void 0}function Ar(e){if(function(){if(127===je())return!!Ne()||nn(xo);return!1}())return function(){const e=Ge();return He(),l.hasPrecedingLineBreak()||42!==je()&&!Sr()?Tn(I.createYieldExpression(void 0,void 0),e):Tn(I.createYieldExpression(fn(42),Ar(!0)),e)}();const n=function(e){const n=function(){if(21===je()||30===je()||134===je())return nn(Ir);if(39===je())return 1;return 0}();if(0===n)return;return 1===n?Dr(!0,!0):tn((()=>function(e){const n=l.getTokenStart();if(null==A?void 0:A.has(n))return;const t=Dr(!1,e);t||(A||(A=new Set)).add(n);return t}(e)))}(e)||function(e){if(134===je()&&1===nn(Nr)){const n=Ge(),t=Be(),r=ci();return Rr(n,Mr(0),e,t,r)}return}(e);if(n)return n;const t=Ge(),r=Be(),o=Mr(0);return 80===o.kind&&39===je()?Rr(t,o,e,r,void 0):iu(o)&&mE(Je())?wr(o,gn(),Ar(e),t):function(e,n,t){const r=fn(58);if(!r)return e;let o;return Tn(I.createConditionalExpression(e,r,ye(c,(()=>Ar(!1))),o=hn(59),am(o)?Ar(t):xn(80,!1,Oa._0_expected,as(59))),n)}(o,t,e)}function Rr(e,n,t,r,o){Rt.assert(39===je(),"parseSimpleArrowFunctionExpression should only have been called if we had a =>");const i=I.createParameterDeclaration(void 0,void 0,n,void 0,void 0,void 0);Tn(i,n.pos);const a=Sn([i],i.pos,i.end),s=hn(39),l=Cr(!!o,t);return de(Tn(I.createArrowFunction(o,void 0,a,void 0,s,l),e),r)}function Ir(){if(134===je()){if(He(),l.hasPrecedingLineBreak())return 0;if(21!==je()&&30!==je())return 0}const e=je(),n=He();if(21===e){if(22===n){switch(He()){case 39:case 59:case 19:return 1;default:return 0}}if(23===n||19===n)return 2;if(26===n)return 1;if(hd(n)&&134!==n&&nn(Un))return 130===He()?0:1;if(!on()&&110!==n)return 0;switch(He()){case 59:return 1;case 58:return He(),59===je()||28===je()||64===je()||22===je()?1:0;case 28:case 64:case 22:return 2}return 0}if(Rt.assert(30===e),!on()&&87!==je())return 0;if(1===h){return nn((()=>{pn(87);const e=He();if(96===e){switch(He()){case 64:case 32:case 44:return!1;default:return!0}}else if(28===e||64===e)return!0;return!1}))?1:0}return 2}function Nr(){if(134===je()){if(He(),l.hasPrecedingLineBreak()||39===je())return 0;const e=Mr(0);if(!l.hasPrecedingLineBreak()&&80===e.kind&&39===je())return 1}return 0}function Dr(e,n){const t=Ge(),r=Be(),o=ci(),i=se(o,aN)?2:0,a=Nt();let s;if(an(21)){if(e)s=Lt(i,e);else{const n=Lt(i,e);if(!n)return;s=n}if(!an(22)&&!e)return}else{if(!e)return;s=it()}const l=59===je(),c=Pt(59,!1);if(c&&!e&&St(c))return;let d=c;for(;196===(null==d?void 0:d.kind);)d=d.type;const u=d&&gM(d);if(!e&&39!==je()&&(u||19!==je()))return;const p=je(),f=hn(39),m=39===p||19===p?Cr(se(o,aN),n):Nn();if(!n&&l&&59!==je())return;return de(Tn(I.createArrowFunction(o,a,s,c,f,m),t),r)}function Cr(e,n){if(19===je())return _o(e?2:0);if(27!==je()&&100!==je()&&86!==je()&&Io()&&(19===je()||100===je()||86===je()||60===je()||!Sr()))return _o(16|(e?2:0));const t=te;te=!1;const r=e?Ae((()=>Ar(n))):Re((()=>Ar(n)));return te=t,r}function Mr(e){const n=Ge();return Lr(e,Wr(),n)}function Pr(e){return 103===e||165===e}function Lr(e,n,t){for(;;){Je();const i=Dv(je());if(!(43===je()?i>=e:i>e))break;if(103===je()&&De())break;if(130===je()||152===je()){if(l.hasPrecedingLineBreak())break;{const e=je();He(),n=152===e?(r=n,o=vr(),Tn(I.createSatisfiesExpression(r,o),r.pos)):Or(n,vr())}}else n=wr(n,gn(),Mr(i),t)}var r,o;return n}function kr(){return(!De()||103!==je())&&Dv(je())>0}function wr(e,n,t,r){return Tn(I.createBinaryExpression(e,n,t),r)}function Or(e,n){return Tn(I.createAsExpression(e,n),e.pos)}function Fr(){const e=Ge();return Tn(I.createPrefixUnaryExpression(je(),Ue(zr)),e)}function Wr(){if(function(){switch(je()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 135:return!1;case 30:if(1!==h)return!1;default:return!0}}()){const e=Ge(),n=Gr();return 43===je()?Lr(Dv(je()),n,e):n}const e=je(),n=zr();if(43===je()){const t=Ts(f,n.pos),{end:r}=n;216===n.kind?Fe(t,r,Oa.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):(Rt.assert(Hy(e)),Fe(t,r,Oa.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,as(e)))}return n}function zr(){switch(je()){case 40:case 41:case 55:case 54:return Fr();case 91:return function(){const e=Ge();return Tn(I.createDeleteExpression(Ue(zr)),e)}();case 114:return function(){const e=Ge();return Tn(I.createTypeOfExpression(Ue(zr)),e)}();case 116:return function(){const e=Ge();return Tn(I.createVoidExpression(Ue(zr)),e)}();case 30:return 1===h?Vr(!0,void 0,void 0,!0):function(){Rt.assert(1!==h,"Type assertions should never be parsed in JSX; they should be parsed as comparisons or JSX elements/fragments.");const e=Ge();an(30);const n=vr();an(32);const t=zr();return Tn(I.createTypeAssertion(n,t),e)}();case 135:if(135===je()&&(Le()||nn(xo)))return function(){const e=Ge();return Tn(I.createAwaitExpression(Ue(zr)),e)}();default:return Gr()}}function Gr(){if(46===je()||47===je()){const e=Ge();return Tn(I.createPrefixUnaryExpression(je(),Ue(Br)),e)}if(1===h&&30===je()&&nn(Kn))return Vr(!0);const e=Br();if(Rt.assert(iu(e)),(46===je()||47===je())&&!l.hasPrecedingLineBreak()){const n=je();return He(),Tn(I.createPostfixUnaryExpression(e,n),e.pos)}return e}function Br(){const e=Ge();let n;return 102===je()?nn(jt)?(p|=4194304,n=gn()):nn(Vt)?(He(),He(),n=Tn(I.createMetaProperty(102,Dn()),e),p|=8388608):n=jr():n=108===je()?function(){const e=Ge();let n=gn();if(30===je()){const e=Ge(),t=tn(oo);void 0!==t&&(Fe(e,Ge(),Oa.super_may_not_use_type_arguments),eo()||(n=I.createExpressionWithTypeArguments(n,t)))}if(21===je()||25===je()||23===je())return n;return hn(25,Oa.super_must_be_followed_by_an_argument_list_or_member_access),Tn(W(n,ct(!0,!0,!0)),e)}():jr(),to(e,n)}function jr(){return Zr(Ge(),io(),!0)}function Vr(e,n,t,r=!1){const o=Ge(),i=function(e){const n=Ge();if(an(30),32===je())return Ze(),Tn(I.createJsxOpeningFragment(),n);const t=Kr(),r=0==(524288&R)?hi():void 0,o=function(){const e=Ge();return Tn(I.createJsxAttributes(Qn(13,Jr)),e)}();let i;32===je()?(Ze(),i=I.createJsxOpeningElement(t,r,o)):(an(44),an(32,void 0,!1)&&(e?He():Ze()),i=I.createJsxSelfClosingElement(t,r,o));return Tn(i,n)}(e);let a;if(286===i.kind){let n,r=Hr(i);const s=r[r.length-1];if(284===(null==s?void 0:s.kind)&&!Sk(s.openingElement.tagName,s.closingElement.tagName)&&Sk(i.tagName,s.closingElement.tagName)){const e=s.children.end,t=Tn(I.createJsxElement(s.openingElement,s.children,Tn(I.createJsxClosingElement(Tn(P(""),e,e)),e,e)),s.openingElement.pos,e);r=Sn([...r.slice(0,r.length-1),t],r.pos,e),n=s.closingElement}else n=function(e,n){const t=Ge();an(31);const r=Kr();an(32,void 0,!1)&&(n||!Sk(e.tagName,r)?He():Ze());return Tn(I.createJsxClosingElement(r),t)}(i,e),Sk(i.tagName,n.tagName)||(t&&WC(t)&&Sk(n.tagName,t.tagName)?We(i.tagName,Oa.JSX_element_0_has_no_corresponding_closing_tag,Tm(f,i.tagName)):We(n.tagName,Oa.Expected_corresponding_JSX_closing_tag_for_0,Tm(f,i.tagName)));a=Tn(I.createJsxElement(i,r,n),o)}else 289===i.kind?a=Tn(I.createJsxFragment(i,Hr(i),function(e){const n=Ge();an(31),an(32,Oa.Expected_corresponding_closing_tag_for_JSX_fragment,!1)&&(e?He():Ze());return Tn(I.createJsxJsxClosingFragment(),n)}(e)),o):(Rt.assert(285===i.kind),a=i);if(!r&&e&&30===je()){const e=void 0===n?a.pos:n,t=tn((()=>Vr(!0,e)));if(t){const n=xn(28,!1);return Bx(n,t.pos,0),Fe(Ts(f,e),t.end,Oa.JSX_expressions_must_have_one_parent_element),Tn(I.createBinaryExpression(a,n,t),o)}}return a}function Ur(e,n){switch(n){case 1:if(BC(e))We(e,Oa.JSX_fragment_has_no_corresponding_closing_tag);else{const n=e.tagName;Fe(Math.min(Ts(f,n.pos),n.end),n.end,Oa.JSX_element_0_has_no_corresponding_closing_tag,Tm(f,e.tagName))}return;case 31:case 7:return;case 12:case 13:return function(){const e=Ge(),n=I.createJsxText(l.getTokenValue(),13===b);return b=l.scanJsxToken(),Tn(n,e)}();case 19:return qr(!1);case 30:return Vr(!1,void 0,e);default:return Rt.assertNever(n)}}function Hr(e){const n=[],t=Ge(),r=x;for(x|=16384;;){const t=Ur(e,b=l.reScanJsxToken());if(!t)break;if(n.push(t),WC(e)&&284===(null==t?void 0:t.kind)&&!Sk(t.openingElement.tagName,t.closingElement.tagName)&&Sk(e.tagName,t.closingElement.tagName))break}return x=r,Sn(n,t)}function Kr(){const e=Ge(),n=function(){const e=Ge();Qe();const n=110===je(),t=Cn();if(pn(59))return Qe(),Tn(I.createJsxNamespacedName(t,Cn()),e);return n?Tn(I.createToken(110),e):t}();if(qC(n))return n;let t=n;for(;pn(25);)t=Tn(W(t,ct(!0,!1,!1)),e);return t}function qr(e){const n=Ge();if(!an(19))return;let t,r;return 20!==je()&&(e||(t=fn(26)),r=Tr()),e?an(20):an(20,void 0,!1)&&Ze(),Tn(I.createJsxExpression(t,r),n)}function Jr(){if(19===je())return function(){const e=Ge();an(19),an(26);const n=Tr();return an(20),Tn(I.createJsxSpreadAttribute(n),e)}();const e=Ge();return Tn(I.createJsxAttribute(function(){const e=Ge();Qe();const n=Cn();if(pn(59))return Qe(),Tn(I.createJsxNamespacedName(n,Cn()),e);return n}(),function(){if(64===je()){if(11===(b=l.scanJsxAttributeValue()))return ht();if(19===je())return qr(!0);if(30===je())return Vr(!0);ke(Oa.or_JSX_element_expected)}return}()),e)}function Xr(){return He(),ts(je())||23===je()||eo()}function Yr(e){if(64&e.flags)return!0;if(LD(e)){let n=e.expression;for(;LD(n)&&!(64&n.flags);)n=n.expression;if(64&n.flags){for(;LD(e);)e.flags|=64,e=e.expression;return!0}}return!1}function $r(e,n,t){const r=ct(!0,!0,!0),o=t||Yr(n),i=o?z(n,t,r):W(n,r);if(o&&rN(i.name)&&We(i.name,Oa.An_optional_chain_cannot_contain_private_identifiers),CD(n)&&n.typeArguments){Fe(n.typeArguments.pos-1,Ts(f,n.typeArguments.end)+1,Oa.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return Tn(i,e)}function Qr(e,n,t){let r;if(24===je())r=xn(80,!0,Oa.An_element_access_expression_should_take_an_argument);else{const e=be(Tr);nv(e)&&(e.text=An(e.text)),r=e}an(24);return Tn(t||Yr(n)?B(n,t,r):G(n,r),e)}function Zr(e,n,t){for(;;){let r,o=!1;if(t&&29===je()&&nn(Xr)?(r=hn(29),o=ts(je())):o=pn(25),o)n=$r(e,n,r);else if(!r&&Me()||!pn(23)){if(!eo()){if(!r){if(54===je()&&!l.hasPrecedingLineBreak()){He(),n=Tn(I.createNonNullExpression(n),e);continue}const t=tn(oo);if(t){n=Tn(I.createExpressionWithTypeArguments(n,t),e);continue}}return n}n=r||233!==n.kind?no(e,n,r,void 0):no(e,n.expression,r,n.typeArguments)}else n=Qr(e,n,r)}}function eo(){return 15===je()||16===je()}function no(e,n,t,r){const o=I.createTaggedTemplateExpression(n,r,15===je()?(Xe(!0),ht()):ut(!0));return(t||64&n.flags)&&(o.flags|=64),o.questionDotToken=t,Tn(o,e)}function to(e,n){for(;;){let t;n=Zr(e,n,!0);const r=fn(29);if(r&&(t=tn(oo),eo()))n=no(e,n,r,t);else{if(!t&&21!==je()){if(r){const t=xn(80,!1,Oa.Identifier_expected);n=Tn(z(n,r,t),e)}break}{r||233!==n.kind||(t=n.typeArguments,n=n.expression);const o=ro();n=Tn(r||Yr(n)?V(n,r,t,o):j(n,t,o),e)}}}return n}function ro(){an(21);const e=rt(11,so);return an(22),e}function oo(){if(0!=(524288&R))return;if(30!==Ye())return;He();const e=rt(20,vr);return 32===Je()?(He(),e&&function(){switch(je()){case 21:case 15:case 16:return!0;case 30:case 32:case 40:case 41:return!1}return l.hasPrecedingLineBreak()||kr()||!Sr()}()?e:void 0):void 0}function io(){switch(je()){case 15:26656&l.getTokenFlags()&&Xe(!1);case 9:case 10:case 11:return ht();case 110:case 108:case 106:case 112:case 97:return gn();case 21:return function(){const e=Ge(),n=Be();an(21);const t=be(Tr);return an(22),de(Tn(H(t),e),n)}();case 23:return lo();case 19:return uo();case 134:if(!nn(To))break;return po();case 60:return function(){const e=Ge(),n=Be(),t=li(!0);if(86===je())return pi(e,n,t,231);const r=xn(282,!0,Oa.Expression_expected);return Wx(r,e),r.modifiers=t,r}();case 86:return pi(Ge(),Be(),void 0,231);case 100:return po();case 105:return function(){const e=Ge();if(an(105),pn(25)){const n=Dn();return Tn(I.createMetaProperty(105,n),e)}let n,t=Zr(Ge(),io(),!1);233===t.kind&&(n=t.typeArguments,t=t.expression);29===je()&&ke(Oa.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,Tm(f,t));const r=21===je()?ro():void 0;return Tn(U(t,n,r),e)}();case 44:case 69:if(14===(b=l.reScanSlashToken()))return ht();break;case 16:return ut(!1);case 81:return kn()}return Nn(Oa.Expression_expected)}function ao(){return 26===je()?function(){const e=Ge();an(26);const n=Ar(!0);return Tn(I.createSpreadElement(n),e)}():28===je()?Tn(I.createOmittedExpression(),Ge()):Ar(!0)}function so(){return ye(c,ao)}function lo(){const e=Ge(),n=l.getTokenStart(),t=an(23),r=l.hasPrecedingLineBreak(),o=rt(15,ao);return un(23,24,t,n),Tn(O(o,r),e)}function co(){const e=Ge(),n=Be();if(fn(26)){const t=Ar(!0);return de(Tn(I.createSpreadAssignment(t),e),n)}const t=li(!0);if(wn(139))return ti(e,n,t,177,0);if(wn(153))return ti(e,n,t,178,0);const r=fn(42),o=on(),i=Ln(),a=fn(58),s=fn(54);if(r||21===je()||30===je())return Zo(e,n,t,r,i,a,s);let l;if(o&&59!==je()){const e=fn(64),n=e?be((()=>Ar(!0))):void 0;l=I.createShorthandPropertyAssignment(i,n),l.equalsToken=e}else{an(59);const e=be((()=>Ar(!0)));l=I.createPropertyAssignment(i,e)}return l.modifiers=t,l.questionToken=a,l.exclamationToken=s,de(Tn(l,e),n)}function uo(){const e=Ge(),n=l.getTokenStart(),t=an(19),r=l.hasPrecedingLineBreak(),o=rt(12,co,!0);return un(19,20,t,n),Tn(F(o,r),e)}function po(){const e=Me();he(!1);const n=Ge(),t=Be(),r=li(!1);an(100);const o=fn(42),i=o?1:0,a=se(r,aN)?2:0,s=i&&a?ve(81920,fo):i?function(e){return ve(16384,e)}(fo):a?Ae(fo):fo();const l=Nt(),c=kt(i|a),d=Pt(59,!1),u=_o(i|a);he(e);return de(Tn(I.createFunctionExpression(r,o,s,l,c,d,u),n),t)}function fo(){return rn()?In():void 0}function mo(e,n){const t=Ge(),r=Be(),o=l.getTokenStart(),i=an(19,n);if(i||e){const e=l.hasPrecedingLineBreak(),n=Qn(1,ko);un(19,20,i,o);const a=de(Tn(K(n,e),t),r);return 64===je()&&(ke(Oa.Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses),He()),a}{const e=it();return de(Tn(K(e,void 0),t),r)}}function _o(e,n){const t=Ne();_e(!!(1&e));const r=Le();ge(!!(2&e));const o=te;te=!1;const i=Me();i&&he(!1);const a=mo(!!(16&e),n);return i&&he(!0),te=o,_e(t),ge(r),a}function ho(){const e=Ge(),n=Be();an(99);const t=fn(135);let r;let o;if(an(21),27!==je()&&(r=115===je()||121===je()||87===je()||160===je()&&nn(Do)||135===je()&&nn(Po)?Jo(!0):ve(8192,Tr)),t?an(165):pn(165)){const e=be((()=>Ar(!0)));an(22),o=Q(t,r,e,ko())}else if(pn(103)){const e=be(Tr);an(22),o=I.createForInStatement(r,e,ko())}else{an(27);const e=27!==je()&&22!==je()?be(Tr):void 0;an(27);const n=22!==je()?be(Tr):void 0;an(22),o=$(r,e,n,ko())}return de(Tn(o,e),n)}function go(e){const n=Ge(),t=Be();an(252===e?83:88);const r=yn()?void 0:Nn();bn();return de(Tn(252===e?I.createBreakStatement(r):I.createContinueStatement(r),n),t)}function yo(){return 84===je()?function(){const e=Ge(),n=Be();an(84);const t=be(Tr);an(59);const r=Qn(3,ko);return de(Tn(I.createCaseClause(t,r),e),n)}():function(){const e=Ge();an(90),an(59);const n=Qn(3,ko);return Tn(I.createDefaultClause(n),e)}()}function vo(){const e=Ge(),n=Be();an(109),an(21);const t=be(Tr);an(22);const r=function(){const e=Ge();an(19);const n=Qn(2,yo);return an(20),Tn(I.createCaseBlock(n),e)}();return de(Tn(I.createSwitchStatement(t,r),e),n)}function bo(){const e=Ge(),n=Be();an(113);const t=mo(!1),r=85===je()?function(){const e=Ge();let n;an(85),pn(21)?(n=qo(),an(22)):n=void 0;const t=mo(!1);return Tn(I.createCatchClause(n,t),e)}():void 0;let o;return r&&98!==je()||(an(98,Oa.catch_or_finally_expected),o=mo(!1)),de(Tn(I.createTryStatement(t,r,o),e),n)}function Eo(){return He(),ts(je())&&!l.hasPrecedingLineBreak()}function So(){return He(),86===je()&&!l.hasPrecedingLineBreak()}function To(){return He(),100===je()&&!l.hasPrecedingLineBreak()}function xo(){return He(),(ts(je())||9===je()||10===je()||11===je())&&!l.hasPrecedingLineBreak()}function Ao(){for(;;)switch(je()){case 115:case 121:case 87:case 100:case 86:case 94:return!0;case 160:return Mo();case 135:return Lo();case 120:case 156:return He(),!l.hasPrecedingLineBreak()&&on();case 144:case 145:return Go();case 128:case 129:case 134:case 138:case 123:case 124:case 125:case 148:const e=je();if(He(),l.hasPrecedingLineBreak())return!1;if(138===e&&156===je())return!0;continue;case 162:return He(),19===je()||80===je()||95===je();case 102:return He(),11===je()||42===je()||19===je()||ts(je());case 95:let n=He();if(156===n&&(n=nn(He)),64===n||42===n||19===n||90===n||130===n||60===n)return!0;continue;case 126:He();continue;default:return!1}}function Ro(){return nn(Ao)}function Io(){switch(je()){case 60:case 27:case 19:case 115:case 121:case 160:case 100:case 86:case 94:case 101:case 92:case 117:case 99:case 88:case 83:case 107:case 118:case 109:case 111:case 113:case 89:case 85:case 98:case 134:case 138:case 120:case 144:case 145:case 156:case 162:return!0;case 102:return Ro()||nn(Ut);case 87:case 95:return Ro();case 129:case 125:case 123:case 124:case 126:case 148:return Ro()||!nn(Eo);default:return Sr()}}function No(){return He(),rn()||19===je()||23===je()}function Do(){return Co(!0)}function Co(e){return He(),(!e||165!==je())&&((rn()||19===je())&&!l.hasPrecedingLineBreak())}function Mo(){return nn(Co)}function Po(e){return 160===He()&&Co(e)}function Lo(){return nn(Po)}function ko(){switch(je()){case 27:return function(){const e=Ge(),n=Be();return an(27),de(Tn(I.createEmptyStatement(),e),n)}();case 19:return mo(!1);case 115:return Yo(Ge(),Be(),void 0);case 121:if(nn(No))return Yo(Ge(),Be(),void 0);break;case 135:if(Lo())return Yo(Ge(),Be(),void 0);break;case 160:if(Mo())return Yo(Ge(),Be(),void 0);break;case 100:return $o(Ge(),Be(),void 0);case 86:return ui(Ge(),Be(),void 0);case 101:return function(){const e=Ge(),n=Be();an(101);const t=l.getTokenStart(),r=an(21),o=be(Tr);un(21,22,r,t);const i=ko(),a=pn(93)?ko():void 0;return de(Tn(X(o,i,a),e),n)}();case 92:return function(){const e=Ge(),n=Be();an(92);const t=ko();an(117);const r=l.getTokenStart(),o=an(21),i=be(Tr);return un(21,22,o,r),pn(27),de(Tn(I.createDoStatement(t,i),e),n)}();case 117:return function(){const e=Ge(),n=Be();an(117);const t=l.getTokenStart(),r=an(21),o=be(Tr);un(21,22,r,t);const i=ko();return de(Tn(Y(o,i),e),n)}();case 99:return ho();case 88:return go(251);case 83:return go(252);case 107:return function(){const e=Ge(),n=Be();an(107);const t=yn()?void 0:be(Tr);return bn(),de(Tn(I.createReturnStatement(t),e),n)}();case 118:return function(){const e=Ge(),n=Be();an(118);const t=l.getTokenStart(),r=an(21),o=be(Tr);un(21,22,r,t);const i=ve(67108864,ko);return de(Tn(I.createWithStatement(o,i),e),n)}();case 109:return vo();case 111:return function(){const e=Ge(),n=Be();an(111);let t=l.hasPrecedingLineBreak()?void 0:be(Tr);return void 0===t&&(T++,t=Tn(P(""),Ge())),vn()||ln(t),de(Tn(I.createThrowStatement(t),e),n)}();case 113:case 85:case 98:return bo();case 89:return function(){const e=Ge(),n=Be();return an(89),bn(),de(Tn(I.createDebuggerStatement(),e),n)}();case 60:return Oo();case 134:case 120:case 156:case 144:case 145:case 138:case 87:case 94:case 95:case 102:case 123:case 124:case 125:case 128:case 129:case 126:case 148:case 162:if(Ro())return Oo()}return function(){const e=Ge();let n,t=Be();const r=21===je(),o=be(Tr);return tN(o)&&pn(59)?n=I.createLabeledStatement(o,ko()):(vn()||ln(o),n=J(o),r&&(t=!1)),de(Tn(n,e),t)}()}function wo(e){return 138===e.kind}function Oo(){const e=Ge(),n=Be(),t=li(!0);if(se(t,wo)){const r=function(e){return ve(33554432,(()=>{const n=et(x,e);if(n)return nt(n)}))}(e);if(r)return r;for(const e of t)e.flags|=33554432;return ve(33554432,(()=>Fo(e,n,t)))}return Fo(e,n,t)}function Fo(e,n,t){switch(je()){case 115:case 121:case 87:case 160:case 135:return Yo(e,n,t);case 100:return $o(e,n,t);case 86:return ui(e,n,t);case 120:return function(e,n,t){an(120);const r=Nn(),o=Nt(),i=fi(),a=Ht();return de(Tn(I.createInterfaceDeclaration(t,r,o,i,a),e),n)}(e,n,t);case 156:return function(e,n,t){an(156),l.hasPrecedingLineBreak()&&ke(Oa.Line_break_not_permitted_here);const r=Nn(),o=Nt();an(64);const i=141===je()&&tn(Zt)||vr();bn();return de(Tn(I.createTypeAliasDeclaration(t,r,o,i),e),n)}(e,n,t);case 94:return function(e,n,t){an(94);const r=Nn();let o;an(19)?(o=ye(81920,(()=>rt(6,yi))),an(20)):o=it();return de(Tn(I.createEnumDeclaration(t,r,o),e),n)}(e,n,t);case 162:case 144:case 145:return function(e,n,t){let r=0;if(162===je())return Ei(e,n,t);if(pn(145))r|=32;else if(an(144),11===je())return Ei(e,n,t);return bi(e,n,t,r)}(e,n,t);case 102:return function(e,n,t){an(102);const r=l.getTokenFullStart();let o;on()&&(o=Nn());let i,a=!1;"type"===(null==o?void 0:o.escapedText)&&(161!==je()||on()&&nn(zo))&&(on()||42===je()||19===je())&&(a=!0,o=on()?Nn():void 0);if(o&&28!==je()&&161!==je())return function(e,n,t,r,o){an(64);const i=149===je()&&nn(Si)?function(){const e=Ge();an(149),an(21);const n=Ii();return an(22),Tn(I.createExternalModuleReference(n),e)}():st(!1);bn();const a=I.createImportEqualsDeclaration(t,o,r,i),s=de(Tn(a,e),n);return s}(e,n,t,o,a);(o||42===je()||19===je())&&(i=function(e,n,t){let r;e&&!pn(28)||(r=42===je()?function(){const e=Ge();an(42),an(130);const n=Nn();return Tn(I.createNamespaceImport(n),e)}():Ni(275));return Tn(I.createImportClause(t,e,r),n)}(o,r,a),an(161));const s=Ii(),c=je();let d;118!==c&&132!==c||l.hasPrecedingLineBreak()||(d=Ri(c));bn();return de(Tn(I.createImportDeclaration(t,i,s,d),e),n)}(e,n,t);case 95:switch(He(),je()){case 90:case 64:return function(e,n,t){const r=Le();let o;ge(!0),pn(64)?o=!0:an(90);const i=Ar(!0);bn(),ge(r);return de(Tn(I.createExportAssignment(t,o,i),e),n)}(e,n,t);case 130:return function(e,n,t){an(130),an(145);const r=Nn();bn();const o=I.createNamespaceExportDeclaration(r);return o.modifiers=t,de(Tn(o,e),n)}(e,n,t);default:return function(e,n,t){const r=Le();let o,i,a;ge(!0);const s=pn(156),c=Ge();pn(42)?(pn(130)&&(o=function(e){return Tn(I.createNamespaceExport(Dn()),e)}(c)),an(161),i=Ii()):(o=Ni(279),(161===je()||11===je()&&!l.hasPrecedingLineBreak())&&(an(161),i=Ii()));const d=je();!i||118!==d&&132!==d||l.hasPrecedingLineBreak()||(a=Ri(d));bn(),ge(r);return de(Tn(I.createExportDeclaration(t,s,o,i,a),e),n)}(e,n,t)}default:if(t){const n=xn(282,!0,Oa.Declaration_expected);return Wx(n,e),n.modifiers=t,n}return}}function Wo(){return 11===He()}function zo(){return He(),161===je()||64===je()}function Go(){return He(),!l.hasPrecedingLineBreak()&&(on()||11===je())}function Bo(e,n){if(19!==je()){if(4&e)return void wt();if(yn())return void bn()}return _o(e,n)}function jo(){const e=Ge();if(28===je())return Tn(I.createOmittedExpression(),e);const n=fn(26),t=Ho(),r=xr();return Tn(I.createBindingElement(n,void 0,t,r),e)}function Vo(){const e=Ge(),n=fn(26),t=rn();let r,o=Ln();t&&59!==je()?(r=o,o=void 0):(an(59),r=Ho());const i=xr();return Tn(I.createBindingElement(n,o,r,i),e)}function Uo(){return 19===je()||23===je()||81===je()||rn()}function Ho(e){return 23===je()?function(){const e=Ge();an(23);const n=be((()=>rt(10,jo)));return an(24),Tn(I.createArrayBindingPattern(n),e)}():19===je()?function(){const e=Ge();an(19);const n=be((()=>rt(9,Vo)));return an(20),Tn(I.createObjectBindingPattern(n),e)}():In(e)}function Ko(){return qo(!0)}function qo(e){const n=Ge(),t=Be(),r=Ho(Oa.Private_identifiers_are_not_allowed_in_variable_declarations);let o;e&&80===r.kind&&54===je()&&!l.hasPrecedingLineBreak()&&(o=gn());const i=br(),a=Pr(je())?void 0:xr();return de(Tn(ee(r,o,i,a),n),t)}function Jo(e){const n=Ge();let t,r=0;switch(je()){case 115:break;case 121:r|=1;break;case 87:r|=2;break;case 160:r|=4;break;case 135:Rt.assert(Lo()),r|=6,He();break;default:Rt.fail()}if(He(),165===je()&&nn(Xo))t=it();else{const n=De();me(e),t=rt(8,e?qo:Ko),me(n)}return Tn(ne(t,r),n)}function Xo(){return Un()&&22===He()}function Yo(e,n,t){const r=Jo(!1);bn();return de(Tn(q(t,r),e),n)}function $o(e,n,t){const r=Le(),o=aE(t);an(100);const i=fn(42),a=2048&o?fo():In(),s=i?1:0,l=1024&o?2:0,c=Nt();32&o&&ge(!0);const d=kt(s|l),u=Pt(59,!1),p=Bo(s|l,Oa.or_expected);ge(r);return de(Tn(I.createFunctionDeclaration(t,i,a,c,d,u,p),e),n)}function Qo(e,n,t){return tn((()=>{if(137===je()?an(137):11===je()&&21===nn(He)?tn((()=>{const e=ht();return"constructor"===e.text?e:void 0})):void 0){const r=Nt(),o=kt(0),i=Pt(59,!1),a=Bo(0,Oa.or_expected),s=I.createConstructorDeclaration(t,o,a);return s.typeParameters=r,s.type=i,de(Tn(s,e),n)}}))}function Zo(e,n,t,r,o,i,a,s){const l=r?1:0,c=se(t,aN)?2:0,d=Nt(),u=kt(l|c),p=Pt(59,!1),f=Bo(l|c,s),m=I.createMethodDeclaration(t,r,o,i,d,u,p,f);return m.exclamationToken=a,de(Tn(m,e),n)}function ei(e,n,t,r,o){const i=o||l.hasPrecedingLineBreak()?void 0:fn(54),a=br(),s=ye(90112,xr);!function(e,n,t){if(60!==je()||l.hasPrecedingLineBreak())return 21===je()?(ke(Oa.Cannot_start_a_function_call_in_a_type_annotation),void He()):void(!n||yn()?vn()||(t?ke(Oa._0_expected,as(27)):ln(e)):t?ke(Oa._0_expected,as(27)):ke(Oa.Expected_for_property_initializer));ke(Oa.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations)}(r,a,s);return de(Tn(I.createPropertyDeclaration(t,r,o||i,a,s),e),n)}function ni(e,n,t){const r=fn(42),o=Ln(),i=fn(58);return r||21===je()||30===je()?Zo(e,n,t,r,o,i,void 0,Oa.or_expected):ei(e,n,t,o,i)}function ti(e,n,t,r,o){const i=Ln(),a=Nt(),s=kt(0),l=Pt(59,!1),c=Bo(o),d=177===r?I.createGetAccessorDeclaration(t,i,s,l,c):I.createSetAccessorDeclaration(t,i,s,c);return d.typeParameters=a,DN(d)&&(d.type=l),de(Tn(d,e),n)}function ri(){let e;if(60===je())return!0;for(;hd(je());){if(e=je(),yd(e))return!0;He()}if(42===je())return!0;if(Mn()&&(e=je(),He()),23===je())return!0;if(void 0!==e){if(!Vy(e)||153===e||139===e)return!0;switch(je()){case 21:case 30:case 54:case 59:case 64:case 58:return!0;default:return yn()}}return!1}function oi(e,n,t){hn(126);const r=function(){const e=Ne(),n=Le();_e(!1),ge(!0);const t=mo(!1);return _e(e),ge(n),t}(),o=de(Tn(I.createClassStaticBlockDeclaration(r),e),n);return o.modifiers=t,o}function ii(){if(Le()&&135===je()){const e=Ge(),n=Nn(Oa.Expression_expected);He();return to(e,Zr(e,n,!0))}return Br()}function ai(){const e=Ge();if(!pn(60))return;const n=ve(32768,ii);return Tn(I.createDecorator(n),e)}function si(e,n,t){const r=Ge(),o=je();if(87===je()&&n){if(!tn(On))return}else{if(t&&126===je()&&nn(Ti))return;if(e&&126===je())return;if(!hd(je())||!tn(Fn))return}return Tn(w(o),r)}function li(e,n,t){const r=Ge();let o,i,a,s=!1,l=!1,c=!1;if(e&&60===je())for(;i=ai();)o=Ee(o,i);for(;a=si(s,n,t);)126===a.kind&&(s=!0),o=Ee(o,a),l=!0;if(l&&e&&60===je())for(;i=ai();)o=Ee(o,i),c=!0;if(c)for(;a=si(s,n,t);)126===a.kind&&(s=!0),o=Ee(o,a);return o&&Sn(o,r)}function ci(){let e;if(134===je()){const n=Ge();He();e=Sn([Tn(w(134),n)],n)}return e}function di(){const e=Ge(),n=Be();if(27===je())return He(),de(Tn(I.createSemicolonClassElement(),e),n);const t=li(!0,!0,!0);if(126===je()&&nn(Ti))return oi(e,n,t);if(wn(139))return ti(e,n,t,177,0);if(wn(153))return ti(e,n,t,178,0);if(137===je()||11===je()){const r=Qo(e,n,t);if(r)return r}if(Ft())return zt(e,n,t);if(ts(je())||11===je()||9===je()||42===je()||23===je()){if(se(t,wo)){for(const e of t)e.flags|=33554432;return ve(33554432,(()=>ni(e,n,t)))}return ni(e,n,t)}if(t){const r=xn(80,!0,Oa.Declaration_expected);return ei(e,n,t,r,void 0)}return Rt.fail("Should not have attempted to parse class member declaration.")}function ui(e,n,t){return pi(e,n,t,263)}function pi(e,n,t,r){const o=Le();an(86);const i=!rn()||119===je()&&nn(Hn)?void 0:Rn(rn()),a=Nt();se(t,oN)&&ge(!0);const s=fi();let l;an(19)?(l=Qn(5,di),an(20)):l=it(),ge(o);return de(Tn(263===r?I.createClassDeclaration(t,i,a,s,l):I.createClassExpression(t,i,a,s,l),e),n)}function fi(){if(gi())return Qn(22,mi)}function mi(){const e=Ge(),n=je();Rt.assert(96===n||119===n),He();const t=rt(7,_i);return Tn(I.createHeritageClause(n,t),e)}function _i(){const e=Ge(),n=Br();if(233===n.kind)return n;const t=hi();return Tn(I.createExpressionWithTypeArguments(n,t),e)}function hi(){return 30===je()?at(20,vr,30,32):void 0}function gi(){return 96===je()||119===je()}function yi(){const e=Ge(),n=Be(),t=Ln(),r=be(xr);return de(Tn(I.createEnumMember(t,r),e),n)}function vi(){const e=Ge();let n;return an(19)?(n=Qn(1,ko),an(20)):n=it(),Tn(I.createModuleBlock(n),e)}function bi(e,n,t,r){const o=32&r,i=8&r?Dn():Nn(),a=pn(25)?bi(Ge(),!1,void 0,8|o):vi();return de(Tn(I.createModuleDeclaration(t,i,a,r),e),n)}function Ei(e,n,t){let r,o,i=0;162===je()?(r=Nn(),i|=2048):(r=ht(),r.text=An(r.text)),19===je()?o=vi():bn();return de(Tn(I.createModuleDeclaration(t,r,o,i),e),n)}function Si(){return 21===He()}function Ti(){return 19===He()}function xi(){return 44===He()}function Ai(){const e=Ge(),n=ts(je())?Dn():yt(11);an(59);const t=Ar(!0);return Tn(I.createImportAttribute(n,t),e)}function Ri(e,n){const t=Ge();n||an(e);const r=l.getTokenStart();if(an(19)){const n=l.hasPrecedingLineBreak(),o=rt(24,Ai,!0);if(!an(20)){const e=Oe(g);e&&e.code===Oa._0_expected.code&&xx(e,nT(u,f,r,1,Oa.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return Tn(I.createImportAttributes(o,n,e),t)}{const n=Sn([],Ge(),void 0,!1);return Tn(I.createImportAttributes(n,!1,e),t)}}function Ii(){if(11===je()){const e=ht();return e.text=An(e.text),e}return Tr()}function Ni(e){const n=Ge();return Tn(275===e?I.createNamedImports(at(23,Ci,19,20)):I.createNamedExports(at(23,Di,19,20)),n)}function Di(){const e=Be();return de(Mi(281),e)}function Ci(){return Mi(276)}function Mi(e){const n=Ge();let t,r=Vy(je())&&!on(),o=l.getTokenStart(),i=l.getTokenEnd(),a=!1,s=!0,c=Dn();if("type"===c.escapedText)if(130===je()){const e=Dn();if(130===je()){const n=Dn();ts(je())?(a=!0,t=e,c=d(),s=!1):(t=c,c=n,s=!1)}else ts(je())?(t=c,s=!1,c=d()):(a=!0,c=e)}else ts(je())&&(a=!0,c=d());s&&130===je()&&(t=c,an(130),c=d()),276===e&&r&&Fe(o,i,Oa.Identifier_expected);return Tn(276===e?I.createImportSpecifier(a,t,c):I.createExportSpecifier(a,t,c),n);function d(){return r=Vy(je())&&!on(),o=l.getTokenStart(),i=l.getTokenEnd(),Dn()}}let Pi;var Li;let ki;var wi;let Oi;(Li=Pi||(Pi={}))[Li.SourceElements=0]="SourceElements",Li[Li.BlockStatements=1]="BlockStatements",Li[Li.SwitchClauses=2]="SwitchClauses",Li[Li.SwitchClauseStatements=3]="SwitchClauseStatements",Li[Li.TypeMembers=4]="TypeMembers",Li[Li.ClassMembers=5]="ClassMembers",Li[Li.EnumMembers=6]="EnumMembers",Li[Li.HeritageClauseElement=7]="HeritageClauseElement",Li[Li.VariableDeclarations=8]="VariableDeclarations",Li[Li.ObjectBindingElements=9]="ObjectBindingElements",Li[Li.ArrayBindingElements=10]="ArrayBindingElements",Li[Li.ArgumentExpressions=11]="ArgumentExpressions",Li[Li.ObjectLiteralMembers=12]="ObjectLiteralMembers",Li[Li.JsxAttributes=13]="JsxAttributes",Li[Li.JsxChildren=14]="JsxChildren",Li[Li.ArrayLiteralMembers=15]="ArrayLiteralMembers",Li[Li.Parameters=16]="Parameters",Li[Li.JSDocParameters=17]="JSDocParameters",Li[Li.RestProperties=18]="RestProperties",Li[Li.TypeParameters=19]="TypeParameters",Li[Li.TypeArguments=20]="TypeArguments",Li[Li.TupleElementTypes=21]="TupleElementTypes",Li[Li.HeritageClauses=22]="HeritageClauses",Li[Li.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",Li[Li.ImportAttributes=24]="ImportAttributes",Li[Li.JSDocComment=25]="JSDocComment",Li[Li.Count=26]="Count",(wi=ki||(ki={}))[wi.False=0]="False",wi[wi.True=1]="True",wi[wi.Unknown=2]="Unknown",(e=>{function n(e){const n=Ge(),t=(e?pn:an)(19),r=ve(16777216,At);e&&!t||dn(20);const o=I.createJSDocTypeExpression(r);return ue(o),Tn(o,n)}function t(){const e=Ge(),n=pn(19),t=Ge();let r=st(!1);for(;81===je();)$e(),Ke(),r=Tn(I.createJSDocMemberName(r,Nn()),t);n&&dn(20);const o=I.createJSDocNameReference(r);return ue(o),Tn(o,e)}let r;var o;let i;var a;function s(e=0,r){const o=f,i=void 0===r?o.length:e+r;if(r=i-e,Rt.assert(e>=0),Rt.assert(e<=i),Rt.assert(i<=o.length),!FL(o,e))return;let a,s,c,d,p,m=[];const _=[],h=x;x|=1<<25;const g=l.scanRange(e+3,r-5,(function(){let n,t=1,r=e-(o.lastIndexOf("\n",e)+1)+4;function u(e){n||(n=r),m.push(e),r+=e.length}Ke();for(;$(5););$(4)&&(t=0,r=0);e:for(;;){switch(je()){case 60:v(m),p||(p=Ge()),L(A(r)),t=0,n=void 0;break;case 4:m.push(l.getTokenText()),t=0,r=0;break;case 42:const o=l.getTokenText();1===t?(t=2,u(o)):(Rt.assert(0===t),t=1,r+=o.length);break;case 5:Rt.assert(2!==t,"whitespace shouldn't come from the scanner while saving top-level comment text");const i=l.getTokenText();void 0!==n&&r+i.length>n&&m.push(i.slice(n-r)),r+=i.length;break;case 1:break e;case 82:t=2,u(l.getTokenValue());break;case 19:t=2;const a=l.getTokenFullStart(),s=D(l.getTokenEnd()-1);if(s){d||y(m),_.push(Tn(I.createJSDocText(m.join("")),d??e,a)),_.push(s),m=[],d=l.getTokenEnd();break}default:t=2,u(l.getTokenText())}2===t?qe(!1):Ke()}const f=m.join("").trimEnd();_.length&&f.length&&_.push(Tn(I.createJSDocText(f),d??e,p));_.length&&a&&Rt.assertIsDefined(p,"having parsed tags implies that the end of the comment span should be set");const h=a&&Sn(a,s,c);return Tn(I.createJSDocComment(_.length?Sn(_,e,p):f.length?f:void 0,h),e,i)}));return x=h,g;function y(e){for(;e.length&&("\n"===e[0]||"\r"===e[0]);)e.shift()}function v(e){for(;e.length;){const n=e[e.length-1].trimEnd();if(""!==n){if(n.lengthK(t))))&&352!==n.kind;)if(s=!0,351===n.kind){if(r){const e=ke(Oa.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);e&&xx(e,nT(u,f,0,0,Oa.The_tag_was_first_specified_here));break}r=n}else i=Ee(i,n);if(s){const n=o&&188===o.type.kind,t=I.createJSDocTypeLiteral(i,n);o=r&&r.typeExpression&&!O(r.typeExpression.type)?r.typeExpression:Tn(t,e),a=o.end}}a=a||void 0!==s?Ge():(i??o??n).end,s||(s=R(e,a,t,r));const l=I.createJSDocTypedefTag(n,o,i,s);return Tn(l,e,a)}(r,o,e,i);break;case"callback":s=function(e,n,t,r){const o=V();E();let i=N(t);const a=U(e,t);i||(i=R(e,Ge(),t,r));const s=void 0!==i?Ge():a.end;return Tn(I.createJSDocCallbackTag(n,a,o,i),e,s)}(r,o,e,i);break;case"overload":s=function(e,n,t,r){E();let o=N(t);const i=U(e,t);o||(o=R(e,Ge(),t,r));const a=void 0!==o?Ge():i.end;return Tn(I.createJSDocOverloadTag(n,i,o),e,a)}(r,o,e,i);break;case"satisfies":s=function(e,t,r,o){const i=n(!1),a=void 0!==r&&void 0!==o?R(e,Ge(),r,o):void 0;return Tn(I.createJSDocSatisfiesTag(t,i,a),e)}(r,o,e,i);break;case"see":s=function(e,n,r,o){const i=23===je()||nn((()=>60===Ke()&&ts(Ke())&&M(l.getTokenValue())))?void 0:t(),a=void 0!==r&&void 0!==o?R(e,Ge(),r,o):void 0;return Tn(I.createJSDocSeeTag(n,i,a),e)}(r,o,e,i);break;case"exception":case"throws":s=function(e,n,t,r){const o=k(),i=R(e,Ge(),t,r);return Tn(I.createJSDocThrowsTag(n,o,i),e)}(r,o,e,i);break;default:s=function(e,n,t,r){return Tn(I.createJSDocUnknownTag(n,R(e,Ge(),t,r)),e)}(r,o,e,i)}return s}function R(e,n,t,r){return r||(t+=n-e),N(t,r.slice(t))}function N(e,n){const t=Ge();let r=[];const o=[];let i,a,s=0;function c(n){a||(a=e),r.push(n),e+=n.length}void 0!==n&&(""!==n&&c(n),s=1);let d=je();e:for(;;){switch(d){case 4:s=0,r.push(l.getTokenText()),e=0;break;case 60:l.resetTokenState(l.getTokenEnd()-1);break e;case 1:break e;case 5:Rt.assert(2!==s&&3!==s,"whitespace shouldn't come from the scanner while saving comment text");const n=l.getTokenText();void 0!==a&&e+n.length>a&&(r.push(n.slice(a-e)),s=2),e+=n.length;break;case 19:s=2;const d=l.getTokenFullStart(),u=D(l.getTokenEnd()-1);u?(o.push(Tn(I.createJSDocText(r.join("")),i??t,d)),o.push(u),r=[],i=l.getTokenEnd()):c(l.getTokenText());break;case 62:s=3===s?2:3,c(l.getTokenText());break;case 82:3!==s&&(s=2),c(l.getTokenValue());break;case 42:if(0===s){s=1,e+=1;break}default:3!==s&&(s=2),c(l.getTokenText())}d=2===s||3===s?qe(3===s):Ke()}y(r);const u=r.join("").trimEnd();return o.length?(u.length&&o.push(Tn(I.createJSDocText(u),i??t)),Sn(o,t,l.getTokenEnd())):u.length?u:void 0}function D(e){const n=tn(C);if(!n)return;Ke(),E();const t=function(){if(ts(je())){const e=Ge();let n=Dn();for(;pn(25);)n=Tn(I.createQualifiedName(n,81===je()?xn(80,!1):Nn()),e);for(;81===je();)$e(),Ke(),n=Tn(I.createJSDocMemberName(n,Nn()),e);return n}return}(),r=[];for(;20!==je()&&4!==je()&&1!==je();)r.push(l.getTokenText()),Ke();return Tn(("link"===n?I.createJSDocLink:"linkcode"===n?I.createJSDocLinkCode:I.createJSDocLinkPlain)(t,r.join("")),e,l.getTokenEnd())}function C(){if(S(),19===je()&&60===Ke()&&ts(Ke())){const e=l.getTokenValue();if(M(e))return e}}function M(e){return"link"===e||"linkcode"===e||"linkplain"===e}function L(e){e&&(a?a.push(e):(a=[e],s=e.pos),c=e.end)}function k(){return S(),19===je()?n():void 0}function w(){const e=$(23);e&&E();const n=$(62),t=function(){let e=Q();pn(23)&&an(24);for(;pn(25);){const n=Q();pn(23)&&an(24),e=lt(e,n)}return e}();var r;return n&&(mn(r=62)||(Rt.assert(Hy(r)),xn(r,!1,Oa._0_expected,as(r)))),e&&(E(),fn(64)&&Tr(),an(24)),{name:t,isBracketed:e}}function O(e){switch(e.kind){case 151:return!0;case 188:return O(e.elementType);default:return kN(e)&&tN(e.typeName)&&"Object"===e.typeName.escapedText&&!e.typeArguments}}function F(e,n,t,r){let o=k(),i=!o;S();const{name:a,isBracketed:s}=w(),l=S();i&&!nn(C)&&(o=k());const c=R(e,Ge(),r,l),d=function(e,n,t,r){if(e&&O(e.type)){const o=Ge();let i,a;for(;i=tn((()=>q(t,r,n)));)348===i.kind||355===i.kind?a=Ee(a,i):352===i.kind&&We(i.tagName,Oa.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);if(a){const n=Tn(I.createJSDocTypeLiteral(a,188===e.type.kind),o);return Tn(I.createJSDocTypeExpression(n),o)}}}(o,a,t,r);d&&(o=d,i=!0);return Tn(1===t?I.createJSDocPropertyTag(n,a,s,o,i,c):I.createJSDocParameterTag(n,a,s,o,i,c),e)}function z(e,t,r,o){se(a,zM)&&Fe(t.pos,l.getTokenStart(),Oa._0_tag_already_specified,Pl(t.escapedText));const i=n(!0),s=void 0!==r&&void 0!==o?R(e,Ge(),r,o):void 0;return Tn(I.createJSDocTypeTag(t,i,s),e)}function G(){const e=pn(19),n=Ge(),t=function(){const e=Ge();let n=Q();for(;pn(25);){const t=Q();n=Tn(W(n,t),e)}return n}();l.setInJSDocType(!0);const r=hi();l.setInJSDocType(!1);const o=Tn(I.createExpressionWithTypeArguments(t,r),n);return e&&an(20),o}function B(e,n,t,r,o){return Tn(n(t,R(e,Ge(),r,o)),e)}function j(e,t,r,o){const i=n(!0);return E(),Tn(I.createJSDocThisTag(t,i,R(e,Ge(),r,o)),e)}function V(e){const n=l.getTokenStart();if(!ts(je()))return;const t=Q();if(pn(25)){const r=V(!0);return Tn(I.createModuleDeclaration(void 0,t,r,e?8:void 0),n)}return e&&(t.flags|=4096),t}function U(e,n){const t=function(e){const n=Ge();let t,r;for(;t=tn((()=>q(4,e)));){if(352===t.kind){We(t.tagName,Oa.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);break}r=Ee(r,t)}return Sn(r||[],n)}(n),r=tn((()=>{if($(60)){const e=A(n);if(e&&349===e.kind)return e}}));return Tn(I.createJSDocSignature(void 0,t,r),e)}function H(e,n){for(;!tN(e)||!tN(n);){if(tN(e)||tN(n)||e.right.escapedText!==n.right.escapedText)return!1;e=e.left,n=n.left}return e.escapedText===n.escapedText}function K(e){return q(1,e)}function q(e,n,t){let r=!0,o=!1;for(;;)switch(Ke()){case 60:if(r){const r=J(e,n);return!(r&&(348===r.kind||355===r.kind)&&t&&(tN(r.name)||!H(t,r.name.left)))&&r}o=!1;break;case 4:r=!0,o=!1;break;case 42:o&&(r=!1),o=!0;break;case 80:r=!1;break;case 1:return!1}}function J(e,n){Rt.assert(60===je());const t=l.getTokenFullStart();Ke();const r=Q(),o=S();let i;switch(r.escapedText){case"type":return 1===e&&z(t,r);case"prop":case"property":i=1;break;case"arg":case"argument":case"param":i=6;break;case"template":return Y(t,r,n,o);case"this":return j(t,r,n,o);default:return!1}return!!(e&i)&&F(t,r,e,n)}function X(){const e=Ge(),n=$(23);n&&E();const t=li(!1,!0),r=Q(Oa.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces);let o;if(n&&(E(),an(64),o=ve(16777216,At),an(24)),!im(r))return Tn(I.createTypeParameterDeclaration(t,r,void 0,o),e)}function Y(e,t,r,o){const i=19===je()?n():void 0,a=function(){const e=Ge(),n=[];do{E();const e=X();void 0!==e&&n.push(e),S()}while($(28));return Sn(n,e)}();return Tn(I.createJSDocTemplateTag(t,i,a,R(e,Ge(),r,o)),e)}function $(e){return je()===e&&(Ke(),!0)}function Q(e){if(!ts(je()))return xn(80,!e,e||Oa.Identifier_expected);T++;const n=l.getTokenStart(),t=l.getTokenEnd(),r=je(),o=An(l.getTokenValue()),i=Tn(P(o,r),n,t);return Ke(),i}}e.parseJSDocTypeExpressionForTests=function(e,t,r){ie("file.js",e,99,void 0,1,0),l.setText(e,t,r),b=l.scan();const o=n(),i=pe("file.js",99,1,!1,[],w(1),0,En),a=oT(g,i);return y&&(i.jsDocDiagnostics=oT(y,i)),ae(),o?{jsDocTypeExpression:o,diagnostics:a}:void 0},e.parseJSDocTypeExpression=n,e.parseJSDocNameReference=t,e.parseIsolatedJSDocComment=function(e,n,t){ie("",e,99,void 0,1,0);const r=ve(16777216,(()=>s(n,t))),o=oT(g,{languageVariant:0,text:e});return ae(),r?{jsDoc:r,diagnostics:o}:void 0},e.parseJSDocComment=function(e,n,t){const r=b,o=g.length,i=re,a=ve(16777216,(()=>s(n,t)));return Vx(a,e),524288&R&&(y||(y=[]),xe(y,g,o)),b=r,g.length=o,re=i,a},(o=r||(r={}))[o.BeginningOfLine=0]="BeginningOfLine",o[o.SawAsterisk=1]="SawAsterisk",o[o.SavingComments=2]="SavingComments",o[o.SavingBackticks=3]="SavingBackticks",(a=i||(i={}))[a.Property=1]="Property",a[a.Parameter=2]="Parameter",a[a.CallbackParameter=4]="CallbackParameter"})(Oi=e.JSDocParser||(e.JSDocParser={}))})(DL||(DL={})),(e=>{function n(e,n,r,i,a,s){return void(n?c(e):l(e));function l(e){let n="";if(s&&t(e)&&(n=i.substring(e.pos,e.end)),e._children&&(e._children=void 0),Gx(e,e.pos+r,e.end+r),s&&t(e)&&Rt.assert(n===a.substring(e.pos,e.end)),ok(e,l,c),Xu(e))for(const n of e.jsDoc)l(n);o(e,s)}function c(e){e._children=void 0,Gx(e,e.pos+r,e.end+r);for(const n of e)l(n)}}function t(e){switch(e.kind){case 11:case 9:case 80:return!0}return!1}function r(e,n,t,r,o){Rt.assert(e.end>=n,"Adjusting an element that was entirely before the change range"),Rt.assert(e.pos<=t,"Adjusting an element that was entirely after the change range"),Rt.assert(e.pos<=e.end);const i=Math.min(e.pos,r),a=e.end>=t?e.end+o:Math.min(e.end,r);Rt.assert(i<=a),e.parent&&(Rt.assertGreaterThanOrEqual(i,e.parent.pos),Rt.assertLessThanOrEqual(a,e.parent.end)),Gx(e,i,a)}function o(e,n){if(n){let n=e.pos;const t=e=>{Rt.assert(e.pos>=n),n=e.end};if(Xu(e))for(const n of e.jsDoc)t(n);ok(e,t),Rt.assert(n<=e.end)}}function i(e,n){let t,r=e;if(ok(e,(function e(o){if(im(o))return;if(!(o.pos<=n))return Rt.assert(o.pos>n),!0;if(o.pos>=r.pos&&(r=o),nr.pos&&(r=e)}return r}function a(e,n,t,r){const o=e.text;if(t&&(Rt.assert(o.length-t.span.length+t.newLength===n.length),r||Rt.shouldAssert(3))){const e=o.substr(0,t.span.start),r=n.substr(0,t.span.start);Rt.assert(e===r);const i=o.substring(Qs(t.span),o.length),a=n.substring(Qs(pl(t)),n.length);Rt.assert(i===a)}}function s(e){let n=e.statements,t=0;Rt.assert(t=e.pos&&o=e.pos&&o0&&n<=t;n++){const n=i(e,r);Rt.assert(n.pos<=r);const t=n.pos;r=Math.max(0,t-1)}const o=ul(r,Qs(n.span)),a=n.newLength+(n.span.start-r);return ml(o,a)}(e,l);a(e,t,f,c),Rt.assert(f.span.start<=l.span.start),Rt.assert(Qs(f.span)===Qs(l.span)),Rt.assert(Qs(pl(f))===Qs(pl(l)));const m=pl(f).length-f.span.length;!function(e,t,i,a,s,l,c,d){return void u(e);function u(e){if(Rt.assert(e.pos<=e.end),e.pos>i)return void n(e,!1,s,l,c,d);const f=e.end;if(f>=t){if(e.intersectsChange=!0,e._children=void 0,r(e,t,i,a,s),ok(e,u,p),Xu(e))for(const n of e.jsDoc)u(n);o(e,d)}else Rt.assert(fi)return void n(e,!0,s,l,c,d);const o=e.end;if(o>=t){e.intersectsChange=!0,e._children=void 0,r(e,t,i,a,s);for(const n of e)u(n)}else Rt.assert(or){d();const n={range:{pos:e.pos+o,end:e.end+o},type:c};l=Ee(l,n),s&&Rt.assert(i.substring(e.pos,e.end)===a.substring(n.range.pos,n.range.end))}}return d(),l;function d(){c||(c=!0,l?n&&l.push(...n):l=n)}}(e.commentDirectives,_.commentDirectives,f.span.start,Qs(f.span),m,u,t,c),_.impliedNodeFormat=e.impliedNodeFormat,_},e.createSyntaxCursor=s,(c=l||(l={}))[c.Value=-1]="Value"})(CL||(CL={})),ML=new Map,PL=/^\/\/\/\s*<(\S+)\s.*?\/>/im,LL=/^\/\/\/?\s*@([^\s:]+)(.*)\s*$/im}});function fw(e){const n=new Map,t=new Map;return x(e,(e=>{n.set(e.name.toLowerCase(),e),e.shortName&&t.set(e.shortName,e.name)})),{optionsNameMap:n,shortOptionNames:t}}function mw(){return Hk||(Hk=fw(kk))}function _w(e){return hw(e,sT)}function hw(e,n){const t=$e(e.type.keys()),r=(e.deprecatedKeys?t.filter((n=>!e.deprecatedKeys.has(n))):t).map((e=>`'${e}'`)).join(", ");return n(Oa.Argument_for_0_option_must_be_Colon_1,`--${e.name}`,r)}function gw(e,n,t){return AO(e,(n??"").trim(),t)}function yw(e,n="",t){if(dt(n=n.trim(),"-"))return;if("listOrElement"===e.type&&!n.includes(","))return xO(e,n,t);if(""===n)return[];const r=n.split(",");switch(e.element.type){case"number":return Z(r,(n=>xO(e.element,parseInt(n),t)));case"string":return Z(r,(n=>xO(e.element,n||"",t)));case"boolean":case"object":return Rt.fail(`List of ${e.element.type} is not yet supported.`);default:return Z(r,(n=>gw(e.element,n,t)))}}function vw(e){return e.name}function bw(e,n,t,r,o){var i;if(null==(i=n.alternateMode)?void 0:i.getOptionsNameMap().optionsNameMap.has(e.toLowerCase()))return SO(o,r,n.alternateMode.diagnostic,e);const a=Yn(e,n.optionDeclarations,vw);return a?SO(o,r,n.unknownDidYouMeanDiagnostic,t||e,a.name):SO(o,r,n.unknownOptionDiagnostic,t||e)}function Ew(e,n,t){const r={};let o;const i=[],a=[];return s(n),{options:r,watchOptions:o,fileNames:i,errors:a};function s(n){let t=0;for(;thi.readFile(e)));if(!gn(n))return void a.push(n);const r=[];let o=0;for(;;){for(;o=n.length)break;const t=o;if(34===n.charCodeAt(t)){for(o++;o32;)o++;r.push(n.substring(t,o))}}s(r)}}function Sw(e,n,t,r,o,i){if(r.isTSConfigOnly){const t=e[n];"null"===t?(o[r.name]=void 0,n++):"boolean"===r.type?"false"===t?(o[r.name]=xO(r,!1,i),n++):("true"===t&&n++,i.push(sT(Oa.Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line,r.name))):(i.push(sT(Oa.Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line,r.name)),t&&!dt(t,"-")&&n++)}else if(e[n]||"boolean"===r.type||i.push(sT(t.optionTypeMismatchDiagnostic,r.name,jw(r))),"null"!==e[n])switch(r.type){case"number":o[r.name]=xO(r,parseInt(e[n]),i),n++;break;case"boolean":const t=e[n];o[r.name]=xO(r,"false"!==t,i),"false"!==t&&"true"!==t||n++;break;case"string":o[r.name]=xO(r,e[n]||"",i),n++;break;case"list":const a=yw(r,e[n],i);o[r.name]=a||[],a&&n++;break;case"listOrElement":Rt.fail("listOrElement not supported here");break;default:o[r.name]=gw(r,e[n],i),n++}else o[r.name]=void 0,n++;return n}function Tw(e,n){return Ew(Jk,e,n)}function xw(e,n){return Aw(mw,e,n)}function Aw(e,n,t=!1){n=n.toLowerCase();const{optionsNameMap:r,shortOptionNames:o}=e();if(t){const e=o.get(n);void 0!==e&&(n=e)}return r.get(n)}function Rw(){return Xk||(Xk=fw(Vk))}function Iw(e){const{options:n,watchOptions:t,fileNames:r,errors:o}=Ew($k,e),i=n;return 0===r.length&&r.push("."),i.clean&&i.force&&o.push(sT(Oa.Options_0_and_1_cannot_be_combined,"clean","force")),i.clean&&i.verbose&&o.push(sT(Oa.Options_0_and_1_cannot_be_combined,"clean","verbose")),i.clean&&i.watch&&o.push(sT(Oa.Options_0_and_1_cannot_be_combined,"clean","watch")),i.watch&&i.dry&&o.push(sT(Oa.Options_0_and_1_cannot_be_combined,"watch","dry")),{buildOptions:i,watchOptions:t,projects:r,errors:o}}function Nw(e,...n){return bn(sT(e,...n).messageText,gn)}function Dw(e,n,t,r,o,i){const a=Lw(e,(e=>t.readFile(e)));if(!gn(a))return void t.onUnRecoverableConfigFileDiagnostic(a);const s=dk(e,a),l=t.getCurrentDirectory();return s.path=ga(e,l,at(t.useCaseSensitiveFileNames)),s.resolvedPath=s.path,s.originalFileName=s.fileName,rO(s,t,ma(ra(e),l),n,ma(e,l),void 0,i,r,o)}function Cw(e,n){const t=Lw(e,n);return gn(t)?Mw(e,t):{config:{},error:t}}function Mw(e,n){const t=dk(e,n);return{config:zw(t,t.parseDiagnostics,void 0),error:t.parseDiagnostics.length?t.parseDiagnostics[0]:void 0}}function Pw(e,n){const t=Lw(e,n);return gn(t)?dk(e,t):{fileName:e,parseDiagnostics:[t]}}function Lw(e,n){let t;try{t=n(e)}catch(n){return sT(Oa.Cannot_read_file_0_Colon_1,e,n.message)}return void 0===t?sT(Oa.Cannot_read_file_0,e):t}function kw(e){return en(e,vw)}function ww(){return Zk||(Zk=fw(Dk))}function Ow(){return nw||(nw=kw(kk))}function Fw(){return tw||(tw=kw(Dk))}function Ww(){return rw||(rw=kw(Uk))}function zw(e,n,t){var r;const o=null==(r=e.statements[0])?void 0:r.expression;if(o&&210!==o.kind){if(n.push(p_(e,o,Oa.The_root_value_of_a_0_file_must_be_an_object,"jsconfig.json"===oa(e.fileName)?"jsconfig.json":"tsconfig.json")),aD(o)){const r=P(o.elements,sD);if(r)return Bw(e,r,n,!0,t)}return{}}return Bw(e,o,n,!0,t)}function Gw(e,n){var t;return Bw(e,null==(t=e.statements[0])?void 0:t.expression,n,!0,void 0)}function Bw(e,n,t,r,o){return n?i(n,null==o?void 0:o.rootOptions):r?{}:void 0;function i(n,s){switch(n.kind){case 112:return!0;case 97:return!1;case 106:return null;case 11:return a(n)||t.push(p_(e,n,Oa.String_literal_with_double_quotes_expected)),n.text;case 9:return Number(n.text);case 224:if(41!==n.operator||9!==n.operand.kind)break;return-Number(n.operand.text);case 210:return function(n,s){var l;const c=r?{}:void 0;for(const d of n.properties){if(303!==d.kind){t.push(p_(e,d,Oa.Property_assignment_expected));continue}d.questionToken&&t.push(p_(e,d.questionToken,Oa.The_0_modifier_can_only_be_used_in_TypeScript_files,"?")),a(d.name)||t.push(p_(e,d.name,Oa.String_literal_with_double_quotes_expected));const n=a_(d.name)?void 0:l_(d.name),u=n&&Pl(n),p=u?null==(l=null==s?void 0:s.elementOptions)?void 0:l.get(u):void 0,f=i(d.initializer,p);void 0!==u&&(r&&(c[u]=f),null==o||o.onPropertySet(u,f,d,s,p))}return c}(n,s);case 209:return function(e,n){if(r)return B(e.map((e=>i(e,n))),(e=>void 0!==e));e.forEach((e=>i(e,n)))}(n.elements,s&&s.element)}s?t.push(p_(e,n,Oa.Compiler_option_0_requires_a_value_of_type_1,s.name,jw(s))):t.push(p_(e,n,Oa.Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal))}function a(n){return zI(n)&&lg(n,e)}}function jw(e){return"listOrElement"===e.type?`${jw(e.element)} or Array`:"list"===e.type?"Array":gn(e.type)?e.type:"string"}function Vw(e,n){if(e){if(iO(n))return!e.disallowNullOrUndefined;if("list"===e.type)return _n(n);if("listOrElement"===e.type)return _n(n)||Vw(e.element,n);return typeof n===(gn(e.type)?e.type:"string")}return!1}function Uw(e,n,t){var r,o,i;const a=at(t.useCaseSensitiveFileNames),s=U(B(e.fileNames,(null==(o=null==(r=e.options.configFile)?void 0:r.configFileSpecs)?void 0:o.validatedIncludeSpecs)?function(e,n,t,r){if(!n)return Tn;const o=qT(e,t,n,r.useCaseSensitiveFileNames,r.getCurrentDirectory()),i=o.excludePattern&&JT(o.excludePattern,r.useCaseSensitiveFileNames),a=o.includeFilePattern&&JT(o.includeFilePattern,r.useCaseSensitiveFileNames);if(a)return i?e=>!(a.test(e)&&!i.test(e)):e=>!a.test(e);if(i)return e=>i.test(e);return Tn}(n,e.options.configFile.configFileSpecs.validatedIncludeSpecs,e.options.configFile.configFileSpecs.validatedExcludeSpecs,t):Tn),(e=>Pa(ma(n,t.getCurrentDirectory()),ma(e,t.getCurrentDirectory()),a))),l={configFilePath:ma(n,t.getCurrentDirectory()),useCaseSensitiveFileNames:t.useCaseSensitiveFileNames},c=Xw(e.options,l),d=e.watchOptions&&Yw(e.watchOptions,ww());const u={compilerOptions:{...Hw(c),showConfig:void 0,configFile:void 0,configFilePath:void 0,help:void 0,init:void 0,listFiles:void 0,listEmittedFiles:void 0,project:void 0,build:void 0,version:void 0},watchOptions:d&&Hw(d),references:U(e.projectReferences,(e=>({...e,path:e.originalPath?e.originalPath:"",originalPath:void 0}))),files:T(s)?s:void 0,...(null==(i=e.options.configFile)?void 0:i.configFileSpecs)?{include:Kw(e.options.configFile.configFileSpecs.validatedIncludeSpecs),exclude:e.options.configFile.configFileSpecs.validatedExcludeSpecs}:{},compileOnSave:!!e.compileOnSave||void 0},p=new Set(c.keys()),f={};for(const n in Bp)if(!p.has(n)&&se(Bp[n].dependencies,(e=>p.has(e)))){Bp[n].computeValue(e.options)!==Bp[n].computeValue({})&&(f[n]=Bp[n].computeValue(e.options))}return Qe(u.compilerOptions,Hw(Xw(f,l))),u}function Hw(e){return{...$e(e.entries()).reduce(((e,n)=>({...e,[n[0]]:n[1]})),{})}}function Kw(e){if(T(e)){if(1!==T(e))return e;if(e[0]!==cw)return e}}function qw(e){switch(e.type){case"string":case"number":case"boolean":case"object":return;case"list":case"listOrElement":return qw(e.element);default:return e.type}}function Jw(e,n){return Wf(n,((n,t)=>{if(n===e)return t}))}function Xw(e,n){return Yw(e,mw(),n)}function Yw(e,{optionsNameMap:n},t){const r=new Map,o=t&&at(t.useCaseSensitiveFileNames);for(const i in e)if(He(e,i)){if(n.has(i)&&(n.get(i).category===Oa.Command_line_Options||n.get(i).category===Oa.Output_Formatting))continue;const a=e[i],s=n.get(i.toLowerCase());if(s){Rt.assert("listOrElement"!==s.type);const e=qw(s);e?"list"===s.type?r.set(i,a.map((n=>Jw(n,e)))):r.set(i,Jw(a,e)):t&&s.isFilePath?r.set(i,Pa(t.configFilePath,ma(a,ra(t.configFilePath)),o)):r.set(i,a)}}return r}function $w(e,n){const t=Qw(e);return function(){const e=[],r=(o=2,Array(o+1).join(" "));var o;return Lk.forEach((n=>{if(!t.has(n.name))return;const o=t.get(n.name),i=BO(n);o!==i?e.push(`${r}${n.name}: ${o}`):He(qk,n.name)&&e.push(`${r}${n.name}: ${i}`)})),e.join(n)+n}()}function Qw(e){return Xw(sn(e,qk))}function Zw(e,n,t){const r=Qw(e);return function(){const e=new Map;e.set(Oa.Projects,[]),e.set(Oa.Language_and_Environment,[]),e.set(Oa.Modules,[]),e.set(Oa.JavaScript_Support,[]),e.set(Oa.Emit,[]),e.set(Oa.Interop_Constraints,[]),e.set(Oa.Type_Checking,[]),e.set(Oa.Completeness,[]);for(const n of kk)if(i(n)){let t=e.get(n.category);t||e.set(n.category,t=[]),t.push(n)}let a=0,s=0;const l=[];e.forEach(((e,n)=>{0!==l.length&&l.push({value:""}),l.push({value:`/* ${eT(n)} */`});for(const n of e){let e;e=r.has(n.name)?`"${n.name}": ${JSON.stringify(r.get(n.name))}${(s+=1)===r.size?"":","}`:`// "${n.name}": ${JSON.stringify(BO(n))},`,l.push({value:e,description:`/* ${n.description&&eT(n.description)||n.name} */`}),a=Math.max(e.length,a)}}));const c=o(2),d=[];d.push("{"),d.push(`${c}"compilerOptions": {`),d.push(`${c}${c}/* ${eT(Oa.Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file)} */`),d.push("");for(const e of l){const{value:n,description:t=""}=e;d.push(n&&`${c}${c}${n}${t&&o(a-n.length+2)+t}`)}if(n.length){d.push(`${c}},`),d.push(`${c}"files": [`);for(let e=0;e"object"==typeof e),"object"),t=g(y("files"));if(t){const r="no-prop"===e||_n(e)&&0===e.length,o=He(p,"extends");if(0===t.length&&r&&!o)if(n){const e=a||"tsconfig.json",t=Oa.The_files_list_in_config_file_0_is_empty,r=ph(n,"files",(e=>e.initializer)),o=SO(n,r,t,e);d.push(o)}else b(Oa.The_files_list_in_config_file_0_is_empty,a||"tsconfig.json")}let r=g(y("include"));const o=y("exclude");let i,s,l=!1,c=g(o);if("no-prop"===o&&p.compilerOptions){const e=p.compilerOptions.outDir,n=p.compilerOptions.declarationDir;(e||n)&&(c=[e,n].filter((e=>!!e)))}void 0===t&&void 0===r&&(r=[cw],l=!0);r&&(i=PO(r,d,!0,n,"include"));c&&(s=PO(c,d,!1,n,"exclude"));return{filesSpecs:t,includeSpecs:r,excludeSpecs:c,validatedFilesSpec:B(t,gn),validatedIncludeSpecs:i,validatedExcludeSpecs:s,pathPatterns:void 0,isDefaultIncludeSpec:l}}();n&&(n.configFileSpecs=_),oO(f,n);const h=_a(a?aO(a,r):r);return{options:f,watchOptions:m,fileNames:function(e){const n=IO(_,e,f,t,l);cO(n,dO(p),s)&&d.push(lO(_,a));return n}(h),projectReferences:function(e){let n;const t=v("references",(e=>"object"==typeof e),"object");if(_n(t))for(const r of t)"string"!=typeof r.path?b(Oa.Compiler_option_0_requires_a_value_of_type_1,"reference.path","string"):(n||(n=[])).push({path:ma(r.path,e),originalPath:r.path,prepend:r.prepend,circular:r.circular});return n}(h),typeAcquisition:u.typeAcquisition||vO(),raw:p,errors:d,wildcardDirectories:kO(_,h,t.useCaseSensitiveFileNames),compileOnSave:!!p.compileOnSave};function g(e){return _n(e)?e:void 0}function y(e){return v(e,gn,"string")}function v(e,t,r){if(He(p,e)&&!iO(p[e])){if(_n(p[e])){const o=p[e];return n||M(o,t)||d.push(sT(Oa.Compiler_option_0_requires_a_value_of_type_1,e,r)),o}return b(Oa.Compiler_option_0_requires_a_value_of_type_1,e,"Array"),"not-array"}return"no-prop"}function b(e,...t){n||d.push(sT(e,...t))}}function lO({includeSpecs:e,excludeSpecs:n},t){return sT(Oa.No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2,t||"tsconfig.json",JSON.stringify(e||[]),JSON.stringify(n||[]))}function cO(e,n,t){return 0===e.length&&n&&(!t||0===t.length)}function dO(e){return!He(e,"files")&&!He(e,"references")}function uO(e,n,t,r,o){const i=r.length;return cO(e,o)?r.push(lO(t,n)):j(r,(e=>!function(e){return e.code===Oa.No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2.code}(e))),i!==r.length}function pO(e,n,t,r,o,i,a,s){var l;const c=ma(o||"",r=ca(r));if(i.includes(c))return a.push(sT(Oa.Circularity_detected_while_resolving_configuration_Colon_0,[...i,c].join(" -> "))),{raw:e||Gw(n,a)};const d=e?function(e,n,t,r,o){He(e,"excludes")&&o.push(sT(Oa.Unknown_option_excludes_Did_you_mean_exclude));const i=yO(e.compilerOptions,t,o,r),a=bO(e.typeAcquisition,t,o,r),s=function(e,n,t){return EO(Fw(),e,n,void 0,ew,t)}(e.watchOptions,t,o);e.compileOnSave=function(e,n,t){if(!He(e,Tk.name))return!1;const r=TO(Tk,e.compileOnSave,n,t);return"boolean"==typeof r&&r}(e,t,o);const l=e.extends||""===e.extends?fO(e.extends,n,t,r,o):void 0;return{raw:e,options:i,watchOptions:s,typeAcquisition:a,extendedConfigPath:l}}(e,t,r,o,a):function(e,n,t,r,o){const i=gO(r);let a,s,l,c;const d=(void 0===lw&&(lw={name:void 0,type:"object",elementOptions:kw([iw,aw,sw,ow,{name:"references",type:"list",element:{name:"references",type:"object"},category:Oa.Projects},{name:"files",type:"list",element:{name:"files",type:"string"},category:Oa.File_Management},{name:"include",type:"list",element:{name:"include",type:"string"},category:Oa.File_Management,defaultValueDescription:Oa.if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk},{name:"exclude",type:"list",element:{name:"exclude",type:"string"},category:Oa.File_Management,defaultValueDescription:Oa.node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified},Tk])}),lw),u=zw(e,o,{rootOptions:d,onPropertySet:p});a||(a=vO(r));c&&u&&void 0===u.compilerOptions&&o.push(p_(e,c[0],Oa._0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file,l_(c[0])));return{raw:u,options:i,watchOptions:s,typeAcquisition:a,extendedConfigPath:l};function p(u,p,f,m,_){if(_&&_!==ow&&(p=TO(_,p,t,o,f,f.initializer,e)),null==m?void 0:m.name)if(_){let e;m===iw?e=i:m===aw?e=s??(s={}):m===sw?e=a??(a=vO(r)):Rt.fail("Unknown option"),e[_.name]=p}else u&&(null==m?void 0:m.extraKeyDiagnostics)&&(m.elementOptions?o.push(bw(u,m.extraKeyDiagnostics,void 0,f.name,e)):o.push(p_(e,f.name,m.extraKeyDiagnostics.unknownOptionDiagnostic,u)));else m===d&&(_===ow?l=fO(p,n,t,r,o,f,f.initializer,e):_||("excludes"===u&&o.push(p_(e,f.name,Oa.Unknown_option_excludes_Did_you_mean_exclude)),P(Lk,(e=>e.name===u))&&(c=Ee(c,f.name))))}}(n,t,r,o,a);if((null==(l=d.options)?void 0:l.paths)&&(d.options.pathsBasePath=r),d.extendedConfigPath){i=i.concat([c]);const e={options:{}};gn(d.extendedConfigPath)?u(e,d.extendedConfigPath):d.extendedConfigPath.forEach((n=>u(e,n))),!d.raw.include&&e.include&&(d.raw.include=e.include),!d.raw.exclude&&e.exclude&&(d.raw.exclude=e.exclude),!d.raw.files&&e.files&&(d.raw.files=e.files),void 0===d.raw.compileOnSave&&e.compileOnSave&&(d.raw.compileOnSave=e.compileOnSave),n&&e.extendedSourceFiles&&(n.extendedSourceFiles=$e(e.extendedSourceFiles.keys())),d.options=Qe(e.options,d.options),d.watchOptions=d.watchOptions&&e.watchOptions?Qe(e.watchOptions,d.watchOptions):d.watchOptions||e.watchOptions}return d;function u(e,o){const l=function(e,n,t,r,o,i,a){const s=t.useCaseSensitiveFileNames?n:In(n);let l,c,d;i&&(l=i.get(s))?({extendedResult:c,extendedConfig:d}=l):(c=Pw(n,(e=>t.readFile(e))),c.parseDiagnostics.length||(d=pO(void 0,c,t,ra(n),oa(n),r,o,i)),i&&i.set(s,{extendedResult:c,extendedConfig:d}));if(e&&((a.extendedSourceFiles??(a.extendedSourceFiles=new Set)).add(c.fileName),c.extendedSourceFiles))for(const e of c.extendedSourceFiles)a.extendedSourceFiles.add(e);if(c.parseDiagnostics.length)return void o.push(...c.parseDiagnostics);return d}(n,o,t,i,a,s,e);if(l&&l.options){const n=l.raw;let i;const a=a=>{n[a]&&(e[a]=U(n[a],(e=>Hi(e)?e:ua(i||(i=Ma(ra(o),r,at(t.useCaseSensitiveFileNames))),e))))};a("include"),a("exclude"),a("files"),void 0!==n.compileOnSave&&(e.compileOnSave=n.compileOnSave),Qe(e.options,l.options),e.watchOptions=e.watchOptions&&l.watchOptions?Qe({},e.watchOptions,l.watchOptions):e.watchOptions||l.watchOptions}}}function fO(e,n,t,r,o,i,a,s){let l;const c=r?aO(r,t):t;if(gn(e))l=mO(e,n,c,o,a,s);else if(_n(e)){l=[];for(let r=0;rSO(o,r,e,...n))))}function RO(e,n,t,r,o,i,a){return B(U(n,((n,s)=>TO(e.element,n,t,r,o,null==i?void 0:i.elements[s],a))),(n=>!!e.listPreserveFalsyValues||!!n))}function IO(e,n,t,r,o=i){n=_a(n);const a=at(r.useCaseSensitiveFileNames),s=new Map,l=new Map,c=new Map,{validatedFilesSpec:d,validatedIncludeSpecs:u,validatedExcludeSpecs:p}=e,f=ex(t,o),m=nx(t,f);if(d)for(const e of d){const t=ma(e,n);s.set(a(t),t)}let _;if(u&&u.length>0)for(const e of r.readDirectory(n,q(m),p,u,void 0)){if($i(e,".json")){if(!_){const e=U(jT(u.filter((e=>Qn(e,".json"))),n,"files"),(e=>`^${e}$`));_=e?e.map((e=>JT(e,r.useCaseSensitiveFileNames))):i}if(-1!==k(_,(n=>n.test(e)))){const n=a(e);s.has(n)||c.has(n)||c.set(n,e)}continue}if(FO(e,s,l,f,a))continue;WO(e,l,f,a);const t=a(e);s.has(t)||l.has(t)||l.set(t,e)}const h=$e(s.values()),g=$e(l.values());return h.concat(g,$e(c.values()))}function NO(e,n,t,r,o){const{validatedFilesSpec:i,validatedIncludeSpecs:a,validatedExcludeSpecs:s}=n;if(!T(a)||!T(s))return!1;t=_a(t);const l=at(r);if(i)for(const n of i)if(l(ma(n,t))===e)return!1;return MO(e,s,r,o,t)}function DO(e){const n=dt(e,"**/")?0:e.indexOf("/**/");if(-1===n)return!1;return(Qn(e,"/..")?e.length:e.lastIndexOf("/../"))>n}function CO(e,n,t,r){return MO(e,B(n,(e=>!DO(e))),t,r)}function MO(e,n,t,r,o){const i=BT(n,ua(_a(r),o),"exclude"),a=i&&JT(i,t);return!!a&&(!!a.test(e)||!Yi(e)&&a.test(va(e)))}function PO(e,n,t,r,o){return e.filter((e=>{if(!gn(e))return!1;const i=LO(e,t);return void 0!==i&&n.push(function(e,n){const t=uh(r,o,n);return SO(r,t,e,n)}(...i)),void 0===i}))}function LO(e,n){return Rt.assert("string"==typeof e),n&&dw.test(e)?[Oa.File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0,e]:DO(e)?[Oa.File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0,e]:void 0}function kO({validatedIncludeSpecs:e,validatedExcludeSpecs:n},t,r){const o=BT(n,t,"exclude"),i=o&&new RegExp(o,r?"":"i"),a={},s=new Map;if(void 0!==e){const n=[];for(const o of e){const e=_a(ua(t,o));if(i&&i.test(e))continue;const l=OO(e,r);if(l){const{key:e,path:t,flags:r}=l,o=s.get(e),i=void 0!==o?a[o]:void 0;(void 0===i||iQi(e,n)?n:void 0));if(!i)return!1;for(const r of i){if($i(e,r)&&(".ts"!==r||!$i(e,".d.ts")))return!1;const i=o(px(e,r));if(n.has(i)||t.has(i)){if(".d.ts"===r&&($i(e,".js")||$i(e,".jsx")))continue;return!0}}return!1}function WO(e,n,t,r){const o=x(t,(n=>Qi(e,n)?n:void 0));if(o)for(let t=o.length-1;t>=0;t--){const i=o[t];if($i(e,i))return;const a=r(px(e,i));n.delete(a)}}function zO(e){const n={};for(const t in e)if(He(e,t)){const r=xw(t);void 0!==r&&(n[t]=GO(e[t],r))}return n}function GO(e,n){if(void 0===e)return e;switch(n.type){case"object":case"string":return"";case"number":return"number"==typeof e?e:"";case"boolean":return"boolean"==typeof e?e:"";case"listOrElement":if(!_n(e))return GO(e,n.element);case"list":const t=n.element;return _n(e)?Z(e,(e=>GO(e,t))):"";default:return Wf(n.type,((n,t)=>{if(n===e)return t}))}}function BO(e){switch(e.type){case"number":return 1;case"boolean":return!0;case"string":const n=e.defaultValueDescription;return e.isFilePath?`./${n&&"string"==typeof n?n:""}`:"";case"list":return[];case"listOrElement":return BO(e.element);case"object":return{};default:const t=Le(e.type.keys());return void 0!==t?t:Rt.fail("Expected 'option.type' to have entries.")}}var jO,VO,UO,HO,KO,qO=b({"src/compiler/commandLineParser.ts"(){JJ(),Tk={name:"compileOnSave",type:"boolean",defaultValueDescription:!1},xk=new Map(Object.entries({preserve:1,"react-native":3,react:2,"react-jsx":4,"react-jsxdev":5})),Ak=new Map(H(xk.entries(),(([e,n])=>[""+n,e]))),Ik=(Rk=[["es5","lib.es5.d.ts"],["es6","lib.es2015.d.ts"],["es2015","lib.es2015.d.ts"],["es7","lib.es2016.d.ts"],["es2016","lib.es2016.d.ts"],["es2017","lib.es2017.d.ts"],["es2018","lib.es2018.d.ts"],["es2019","lib.es2019.d.ts"],["es2020","lib.es2020.d.ts"],["es2021","lib.es2021.d.ts"],["es2022","lib.es2022.d.ts"],["es2023","lib.es2023.d.ts"],["esnext","lib.esnext.d.ts"],["dom","lib.dom.d.ts"],["dom.iterable","lib.dom.iterable.d.ts"],["dom.asynciterable","lib.dom.asynciterable.d.ts"],["webworker","lib.webworker.d.ts"],["webworker.importscripts","lib.webworker.importscripts.d.ts"],["webworker.iterable","lib.webworker.iterable.d.ts"],["webworker.asynciterable","lib.webworker.asynciterable.d.ts"],["scripthost","lib.scripthost.d.ts"],["es2015.core","lib.es2015.core.d.ts"],["es2015.collection","lib.es2015.collection.d.ts"],["es2015.generator","lib.es2015.generator.d.ts"],["es2015.iterable","lib.es2015.iterable.d.ts"],["es2015.promise","lib.es2015.promise.d.ts"],["es2015.proxy","lib.es2015.proxy.d.ts"],["es2015.reflect","lib.es2015.reflect.d.ts"],["es2015.symbol","lib.es2015.symbol.d.ts"],["es2015.symbol.wellknown","lib.es2015.symbol.wellknown.d.ts"],["es2016.array.include","lib.es2016.array.include.d.ts"],["es2016.intl","lib.es2016.intl.d.ts"],["es2017.date","lib.es2017.date.d.ts"],["es2017.object","lib.es2017.object.d.ts"],["es2017.sharedmemory","lib.es2017.sharedmemory.d.ts"],["es2017.string","lib.es2017.string.d.ts"],["es2017.intl","lib.es2017.intl.d.ts"],["es2017.typedarrays","lib.es2017.typedarrays.d.ts"],["es2018.asyncgenerator","lib.es2018.asyncgenerator.d.ts"],["es2018.asynciterable","lib.es2018.asynciterable.d.ts"],["es2018.intl","lib.es2018.intl.d.ts"],["es2018.promise","lib.es2018.promise.d.ts"],["es2018.regexp","lib.es2018.regexp.d.ts"],["es2019.array","lib.es2019.array.d.ts"],["es2019.object","lib.es2019.object.d.ts"],["es2019.string","lib.es2019.string.d.ts"],["es2019.symbol","lib.es2019.symbol.d.ts"],["es2019.intl","lib.es2019.intl.d.ts"],["es2020.bigint","lib.es2020.bigint.d.ts"],["es2020.date","lib.es2020.date.d.ts"],["es2020.promise","lib.es2020.promise.d.ts"],["es2020.sharedmemory","lib.es2020.sharedmemory.d.ts"],["es2020.string","lib.es2020.string.d.ts"],["es2020.symbol.wellknown","lib.es2020.symbol.wellknown.d.ts"],["es2020.intl","lib.es2020.intl.d.ts"],["es2020.number","lib.es2020.number.d.ts"],["es2021.promise","lib.es2021.promise.d.ts"],["es2021.string","lib.es2021.string.d.ts"],["es2021.weakref","lib.es2021.weakref.d.ts"],["es2021.intl","lib.es2021.intl.d.ts"],["es2022.array","lib.es2022.array.d.ts"],["es2022.error","lib.es2022.error.d.ts"],["es2022.intl","lib.es2022.intl.d.ts"],["es2022.object","lib.es2022.object.d.ts"],["es2022.sharedmemory","lib.es2022.sharedmemory.d.ts"],["es2022.string","lib.es2022.string.d.ts"],["es2022.regexp","lib.es2022.regexp.d.ts"],["es2023.array","lib.es2023.array.d.ts"],["es2023.collection","lib.es2023.collection.d.ts"],["esnext.array","lib.es2023.array.d.ts"],["esnext.collection","lib.esnext.collection.d.ts"],["esnext.symbol","lib.es2019.symbol.d.ts"],["esnext.asynciterable","lib.es2018.asynciterable.d.ts"],["esnext.intl","lib.esnext.intl.d.ts"],["esnext.disposable","lib.esnext.disposable.d.ts"],["esnext.bigint","lib.es2020.bigint.d.ts"],["esnext.string","lib.es2022.string.d.ts"],["esnext.promise","lib.esnext.promise.d.ts"],["esnext.weakref","lib.es2021.weakref.d.ts"],["esnext.decorators","lib.esnext.decorators.d.ts"],["esnext.object","lib.esnext.object.d.ts"],["decorators","lib.decorators.d.ts"],["decorators.legacy","lib.decorators.legacy.d.ts"]]).map((e=>e[0])),Nk=new Map(Rk),Dk=[{name:"watchFile",type:new Map(Object.entries({fixedpollinginterval:0,prioritypollinginterval:1,dynamicprioritypolling:2,fixedchunksizepolling:3,usefsevents:4,usefseventsonparentdirectory:5})),category:Oa.Watch_and_Build_Modes,description:Oa.Specify_how_the_TypeScript_watch_mode_works,defaultValueDescription:4},{name:"watchDirectory",type:new Map(Object.entries({usefsevents:0,fixedpollinginterval:1,dynamicprioritypolling:2,fixedchunksizepolling:3})),category:Oa.Watch_and_Build_Modes,description:Oa.Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality,defaultValueDescription:0},{name:"fallbackPolling",type:new Map(Object.entries({fixedinterval:0,priorityinterval:1,dynamicpriority:2,fixedchunksize:3})),category:Oa.Watch_and_Build_Modes,description:Oa.Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers,defaultValueDescription:1},{name:"synchronousWatchDirectory",type:"boolean",category:Oa.Watch_and_Build_Modes,description:Oa.Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_support_recursive_watching_natively,defaultValueDescription:!1},{name:"excludeDirectories",type:"list",element:{name:"excludeDirectory",type:"string",isFilePath:!0,extraValidation:LO},category:Oa.Watch_and_Build_Modes,description:Oa.Remove_a_list_of_directories_from_the_watch_process},{name:"excludeFiles",type:"list",element:{name:"excludeFile",type:"string",isFilePath:!0,extraValidation:LO},category:Oa.Watch_and_Build_Modes,description:Oa.Remove_a_list_of_files_from_the_watch_mode_s_processing}],Ck=[{name:"help",shortName:"h",type:"boolean",showInSimplifiedHelpView:!0,isCommandLineOnly:!0,category:Oa.Command_line_Options,description:Oa.Print_this_message,defaultValueDescription:!1},{name:"help",shortName:"?",type:"boolean",isCommandLineOnly:!0,category:Oa.Command_line_Options,defaultValueDescription:!1},{name:"watch",shortName:"w",type:"boolean",showInSimplifiedHelpView:!0,isCommandLineOnly:!0,category:Oa.Command_line_Options,description:Oa.Watch_input_files,defaultValueDescription:!1},{name:"preserveWatchOutput",type:"boolean",showInSimplifiedHelpView:!1,category:Oa.Output_Formatting,description:Oa.Disable_wiping_the_console_in_watch_mode,defaultValueDescription:!1},{name:"listFiles",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Print_all_of_the_files_read_during_the_compilation,defaultValueDescription:!1},{name:"explainFiles",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Print_files_read_during_the_compilation_including_why_it_was_included,defaultValueDescription:!1},{name:"listEmittedFiles",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Print_the_names_of_emitted_files_after_a_compilation,defaultValueDescription:!1},{name:"pretty",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Output_Formatting,description:Oa.Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read,defaultValueDescription:!0},{name:"traceResolution",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Log_paths_used_during_the_moduleResolution_process,defaultValueDescription:!1},{name:"diagnostics",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Output_compiler_performance_information_after_building,defaultValueDescription:!1},{name:"extendedDiagnostics",type:"boolean",category:Oa.Compiler_Diagnostics,description:Oa.Output_more_detailed_compiler_performance_information_after_building,defaultValueDescription:!1},{name:"generateCpuProfile",type:"string",isFilePath:!0,paramType:Oa.FILE_OR_DIRECTORY,category:Oa.Compiler_Diagnostics,description:Oa.Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging,defaultValueDescription:"profile.cpuprofile"},{name:"generateTrace",type:"string",isFilePath:!0,isCommandLineOnly:!0,paramType:Oa.DIRECTORY,category:Oa.Compiler_Diagnostics,description:Oa.Generates_an_event_trace_and_a_list_of_types},{name:"incremental",shortName:"i",type:"boolean",category:Oa.Projects,description:Oa.Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects,transpileOptionValue:void 0,defaultValueDescription:Oa.false_unless_composite_is_set},{name:"declaration",shortName:"d",type:"boolean",affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Emit,transpileOptionValue:void 0,description:Oa.Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project,defaultValueDescription:Oa.false_unless_composite_is_set},{name:"declarationMap",type:"boolean",affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Emit,transpileOptionValue:void 0,defaultValueDescription:!1,description:Oa.Create_sourcemaps_for_d_ts_files},{name:"emitDeclarationOnly",type:"boolean",affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Emit,description:Oa.Only_output_d_ts_files_and_not_JavaScript_files,transpileOptionValue:void 0,defaultValueDescription:!1},{name:"sourceMap",type:"boolean",affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Emit,defaultValueDescription:!1,description:Oa.Create_source_map_files_for_emitted_JavaScript_files},{name:"inlineSourceMap",type:"boolean",affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Include_sourcemap_files_inside_the_emitted_JavaScript,defaultValueDescription:!1},{name:"assumeChangesOnlyAffectDirectDependencies",type:"boolean",affectsSemanticDiagnostics:!0,affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Watch_and_Build_Modes,description:Oa.Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it,defaultValueDescription:!1},{name:"locale",type:"string",category:Oa.Command_line_Options,isCommandLineOnly:!0,description:Oa.Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit,defaultValueDescription:Oa.Platform_specific}],Mk={name:"target",shortName:"t",type:new Map(Object.entries({es3:0,es5:1,es6:2,es2015:2,es2016:3,es2017:4,es2018:5,es2019:6,es2020:7,es2021:8,es2022:9,esnext:99})),affectsSourceFile:!0,affectsModuleResolution:!0,affectsEmit:!0,affectsBuildInfo:!0,deprecatedKeys:new Set(["es3"]),paramType:Oa.VERSION,showInSimplifiedHelpView:!0,category:Oa.Language_and_Environment,description:Oa.Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations,defaultValueDescription:1},Pk={name:"module",shortName:"m",type:new Map(Object.entries({none:0,commonjs:1,amd:2,system:4,umd:3,es6:5,es2015:5,es2020:6,es2022:7,esnext:99,node16:100,nodenext:199,preserve:200})),affectsSourceFile:!0,affectsModuleResolution:!0,affectsEmit:!0,affectsBuildInfo:!0,paramType:Oa.KIND,showInSimplifiedHelpView:!0,category:Oa.Modules,description:Oa.Specify_what_module_code_is_generated,defaultValueDescription:void 0},Lk=[{name:"all",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,description:Oa.Show_all_compiler_options,defaultValueDescription:!1},{name:"version",shortName:"v",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,description:Oa.Print_the_compiler_s_version,defaultValueDescription:!1},{name:"init",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,description:Oa.Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file,defaultValueDescription:!1},{name:"project",shortName:"p",type:"string",isFilePath:!0,showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,paramType:Oa.FILE_OR_DIRECTORY,description:Oa.Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json},{name:"build",type:"boolean",shortName:"b",showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,description:Oa.Build_one_or_more_projects_and_their_dependencies_if_out_of_date,defaultValueDescription:!1},{name:"showConfig",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Command_line_Options,isCommandLineOnly:!0,description:Oa.Print_the_final_configuration_instead_of_building,defaultValueDescription:!1},{name:"listFilesOnly",type:"boolean",category:Oa.Command_line_Options,isCommandLineOnly:!0,description:Oa.Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing,defaultValueDescription:!1},Mk,Pk,{name:"lib",type:"list",element:{name:"lib",type:Nk,defaultValueDescription:void 0},affectsProgramStructure:!0,showInSimplifiedHelpView:!0,category:Oa.Language_and_Environment,description:Oa.Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment,transpileOptionValue:void 0},{name:"allowJs",type:"boolean",allowJsFlag:!0,affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.JavaScript_Support,description:Oa.Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJS_option_to_get_errors_from_these_files,defaultValueDescription:!1},{name:"checkJs",type:"boolean",affectsModuleResolution:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.JavaScript_Support,description:Oa.Enable_error_reporting_in_type_checked_JavaScript_files,defaultValueDescription:!1},{name:"jsx",type:xk,affectsSourceFile:!0,affectsEmit:!0,affectsBuildInfo:!0,affectsModuleResolution:!0,affectsSemanticDiagnostics:!0,paramType:Oa.KIND,showInSimplifiedHelpView:!0,category:Oa.Language_and_Environment,description:Oa.Specify_what_JSX_code_is_generated,defaultValueDescription:void 0},{name:"outFile",type:"string",affectsEmit:!0,affectsBuildInfo:!0,affectsDeclarationPath:!0,isFilePath:!0,paramType:Oa.FILE,showInSimplifiedHelpView:!0,category:Oa.Emit,description:Oa.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,transpileOptionValue:void 0},{name:"outDir",type:"string",affectsEmit:!0,affectsBuildInfo:!0,affectsDeclarationPath:!0,isFilePath:!0,paramType:Oa.DIRECTORY,showInSimplifiedHelpView:!0,category:Oa.Emit,description:Oa.Specify_an_output_folder_for_all_emitted_files},{name:"rootDir",type:"string",affectsEmit:!0,affectsBuildInfo:!0,affectsDeclarationPath:!0,isFilePath:!0,paramType:Oa.LOCATION,category:Oa.Modules,description:Oa.Specify_the_root_folder_within_your_source_files,defaultValueDescription:Oa.Computed_from_the_list_of_input_files},{name:"composite",type:"boolean",affectsBuildInfo:!0,isTSConfigOnly:!0,category:Oa.Projects,transpileOptionValue:void 0,defaultValueDescription:!1,description:Oa.Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references},{name:"tsBuildInfoFile",type:"string",affectsEmit:!0,affectsBuildInfo:!0,isFilePath:!0,paramType:Oa.FILE,category:Oa.Projects,transpileOptionValue:void 0,defaultValueDescription:".tsbuildinfo",description:Oa.Specify_the_path_to_tsbuildinfo_incremental_compilation_file},{name:"removeComments",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Emit,defaultValueDescription:!1,description:Oa.Disable_emitting_comments},{name:"noEmit",type:"boolean",showInSimplifiedHelpView:!0,category:Oa.Emit,description:Oa.Disable_emitting_files_from_a_compilation,transpileOptionValue:void 0,defaultValueDescription:!1},{name:"importHelpers",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file,defaultValueDescription:!1},{name:"importsNotUsedAsValues",type:new Map(Object.entries({remove:0,preserve:1,error:2})),affectsEmit:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types,defaultValueDescription:0},{name:"downlevelIteration",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration,defaultValueDescription:!1},{name:"isolatedModules",type:"boolean",category:Oa.Interop_Constraints,description:Oa.Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports,transpileOptionValue:!0,defaultValueDescription:!1},{name:"verbatimModuleSyntax",type:"boolean",category:Oa.Interop_Constraints,description:Oa.Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting,defaultValueDescription:!1},{name:"strict",type:"boolean",affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Type_Checking,description:Oa.Enable_all_strict_type_checking_options,defaultValueDescription:!1},{name:"noImplicitAny",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"strictNullChecks",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.When_type_checking_take_into_account_null_and_undefined,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"strictFunctionTypes",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"strictBindCallApply",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"strictPropertyInitialization",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"noImplicitThis",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Enable_error_reporting_when_this_is_given_the_type_any,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"useUnknownInCatchVariables",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Default_catch_clause_variables_as_unknown_instead_of_any,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"alwaysStrict",type:"boolean",affectsSourceFile:!0,affectsEmit:!0,affectsBuildInfo:!0,strictFlag:!0,category:Oa.Type_Checking,description:Oa.Ensure_use_strict_is_always_emitted,defaultValueDescription:Oa.false_unless_strict_is_set},{name:"noUnusedLocals",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Enable_error_reporting_when_local_variables_aren_t_read,defaultValueDescription:!1},{name:"noUnusedParameters",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Raise_an_error_when_a_function_parameter_isn_t_read,defaultValueDescription:!1},{name:"exactOptionalPropertyTypes",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Interpret_optional_property_types_as_written_rather_than_adding_undefined,defaultValueDescription:!1},{name:"noImplicitReturns",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function,defaultValueDescription:!1},{name:"noFallthroughCasesInSwitch",type:"boolean",affectsBindDiagnostics:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Enable_error_reporting_for_fallthrough_cases_in_switch_statements,defaultValueDescription:!1},{name:"noUncheckedIndexedAccess",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Add_undefined_to_a_type_when_accessed_using_an_index,defaultValueDescription:!1},{name:"noImplicitOverride",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier,defaultValueDescription:!1},{name:"noPropertyAccessFromIndexSignature",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,showInSimplifiedHelpView:!1,category:Oa.Type_Checking,description:Oa.Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type,defaultValueDescription:!1},{name:"moduleResolution",type:new Map(Object.entries({node10:2,node:2,classic:1,node16:3,nodenext:99,bundler:100})),deprecatedKeys:new Set(["node"]),affectsSourceFile:!0,affectsModuleResolution:!0,paramType:Oa.STRATEGY,category:Oa.Modules,description:Oa.Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier,defaultValueDescription:Oa.module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node},{name:"baseUrl",type:"string",affectsModuleResolution:!0,isFilePath:!0,category:Oa.Modules,description:Oa.Specify_the_base_directory_to_resolve_non_relative_module_names},{name:"paths",type:"object",affectsModuleResolution:!0,isTSConfigOnly:!0,category:Oa.Modules,description:Oa.Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations,transpileOptionValue:void 0},{name:"rootDirs",type:"list",isTSConfigOnly:!0,element:{name:"rootDirs",type:"string",isFilePath:!0},affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules,transpileOptionValue:void 0,defaultValueDescription:Oa.Computed_from_the_list_of_input_files},{name:"typeRoots",type:"list",element:{name:"typeRoots",type:"string",isFilePath:!0},affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types},{name:"types",type:"list",element:{name:"types",type:"string"},affectsProgramStructure:!0,showInSimplifiedHelpView:!0,category:Oa.Modules,description:Oa.Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file,transpileOptionValue:void 0},{name:"allowSyntheticDefaultImports",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Interop_Constraints,description:Oa.Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export,defaultValueDescription:Oa.module_system_or_esModuleInterop},{name:"esModuleInterop",type:"boolean",affectsSemanticDiagnostics:!0,affectsEmit:!0,affectsBuildInfo:!0,showInSimplifiedHelpView:!0,category:Oa.Interop_Constraints,description:Oa.Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheticDefaultImports_for_type_compatibility,defaultValueDescription:!1},{name:"preserveSymlinks",type:"boolean",category:Oa.Interop_Constraints,description:Oa.Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node,defaultValueDescription:!1},{name:"allowUmdGlobalAccess",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Modules,description:Oa.Allow_accessing_UMD_globals_from_modules,defaultValueDescription:!1},{name:"moduleSuffixes",type:"list",element:{name:"suffix",type:"string"},listPreserveFalsyValues:!0,affectsModuleResolution:!0,category:Oa.Modules,description:Oa.List_of_file_name_suffixes_to_search_when_resolving_a_module},{name:"allowImportingTsExtensions",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Modules,description:Oa.Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set,defaultValueDescription:!1,transpileOptionValue:void 0},{name:"resolvePackageJsonExports",type:"boolean",affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Use_the_package_json_exports_field_when_resolving_package_imports,defaultValueDescription:Oa.true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false},{name:"resolvePackageJsonImports",type:"boolean",affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Use_the_package_json_imports_field_when_resolving_imports,defaultValueDescription:Oa.true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false},{name:"customConditions",type:"list",element:{name:"condition",type:"string"},affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports},{name:"sourceRoot",type:"string",affectsEmit:!0,affectsBuildInfo:!0,paramType:Oa.LOCATION,category:Oa.Emit,description:Oa.Specify_the_root_path_for_debuggers_to_find_the_reference_source_code},{name:"mapRoot",type:"string",affectsEmit:!0,affectsBuildInfo:!0,paramType:Oa.LOCATION,category:Oa.Emit,description:Oa.Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations},{name:"inlineSources",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript,defaultValueDescription:!1},{name:"experimentalDecorators",type:"boolean",affectsEmit:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Language_and_Environment,description:Oa.Enable_experimental_support_for_legacy_experimental_decorators,defaultValueDescription:!1},{name:"emitDecoratorMetadata",type:"boolean",affectsSemanticDiagnostics:!0,affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Language_and_Environment,description:Oa.Emit_design_type_metadata_for_decorated_declarations_in_source_files,defaultValueDescription:!1},{name:"jsxFactory",type:"string",category:Oa.Language_and_Environment,description:Oa.Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h,defaultValueDescription:"`React.createElement`"},{name:"jsxFragmentFactory",type:"string",category:Oa.Language_and_Environment,description:Oa.Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment,defaultValueDescription:"React.Fragment"},{name:"jsxImportSource",type:"string",affectsSemanticDiagnostics:!0,affectsEmit:!0,affectsBuildInfo:!0,affectsModuleResolution:!0,category:Oa.Language_and_Environment,description:Oa.Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Asterisk,defaultValueDescription:"react"},{name:"resolveJsonModule",type:"boolean",affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Enable_importing_json_files,defaultValueDescription:!1},{name:"allowArbitraryExtensions",type:"boolean",affectsProgramStructure:!0,category:Oa.Modules,description:Oa.Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present,defaultValueDescription:!1},{name:"out",type:"string",affectsEmit:!0,affectsBuildInfo:!0,affectsDeclarationPath:!0,isFilePath:!1,category:Oa.Backwards_Compatibility,paramType:Oa.FILE,transpileOptionValue:void 0,description:Oa.Deprecated_setting_Use_outFile_instead},{name:"reactNamespace",type:"string",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Language_and_Environment,description:Oa.Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit,defaultValueDescription:"`React`"},{name:"skipDefaultLibCheck",type:"boolean",affectsBuildInfo:!0,category:Oa.Completeness,description:Oa.Skip_type_checking_d_ts_files_that_are_included_with_TypeScript,defaultValueDescription:!1},{name:"charset",type:"string",category:Oa.Backwards_Compatibility,description:Oa.No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files,defaultValueDescription:"utf8"},{name:"emitBOM",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files,defaultValueDescription:!1},{name:"newLine",type:new Map(Object.entries({crlf:0,lf:1})),affectsEmit:!0,affectsBuildInfo:!0,paramType:Oa.NEWLINE,category:Oa.Emit,description:Oa.Set_the_newline_character_for_emitting_files,defaultValueDescription:"lf"},{name:"noErrorTruncation",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Output_Formatting,description:Oa.Disable_truncating_types_in_error_messages,defaultValueDescription:!1},{name:"noLib",type:"boolean",category:Oa.Language_and_Environment,affectsProgramStructure:!0,description:Oa.Disable_including_any_library_files_including_the_default_lib_d_ts,transpileOptionValue:!0,defaultValueDescription:!1},{name:"noResolve",type:"boolean",affectsModuleResolution:!0,category:Oa.Modules,description:Oa.Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add_to_a_project,transpileOptionValue:!0,defaultValueDescription:!1},{name:"stripInternal",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments,defaultValueDescription:!1},{name:"disableSizeLimit",type:"boolean",affectsProgramStructure:!0,category:Oa.Editor_Support,description:Oa.Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server,defaultValueDescription:!1},{name:"disableSourceOfProjectReferenceRedirect",type:"boolean",isTSConfigOnly:!0,category:Oa.Projects,description:Oa.Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects,defaultValueDescription:!1},{name:"disableSolutionSearching",type:"boolean",isTSConfigOnly:!0,category:Oa.Projects,description:Oa.Opt_a_project_out_of_multi_project_reference_checking_when_editing,defaultValueDescription:!1},{name:"disableReferencedProjectLoad",type:"boolean",isTSConfigOnly:!0,category:Oa.Projects,description:Oa.Reduce_the_number_of_projects_loaded_automatically_by_TypeScript,defaultValueDescription:!1},{name:"noImplicitUseStrict",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Backwards_Compatibility,description:Oa.Disable_adding_use_strict_directives_in_emitted_JavaScript_files,defaultValueDescription:!1},{name:"noEmitHelpers",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Disable_generating_custom_helper_functions_like_extends_in_compiled_output,defaultValueDescription:!1},{name:"noEmitOnError",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,transpileOptionValue:void 0,description:Oa.Disable_emitting_files_if_any_type_checking_errors_are_reported,defaultValueDescription:!1},{name:"preserveConstEnums",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Disable_erasing_const_enum_declarations_in_generated_code,defaultValueDescription:!1},{name:"declarationDir",type:"string",affectsEmit:!0,affectsBuildInfo:!0,affectsDeclarationPath:!0,isFilePath:!0,paramType:Oa.DIRECTORY,category:Oa.Emit,transpileOptionValue:void 0,description:Oa.Specify_the_output_directory_for_generated_declaration_files},{name:"skipLibCheck",type:"boolean",affectsBuildInfo:!0,category:Oa.Completeness,description:Oa.Skip_type_checking_all_d_ts_files,defaultValueDescription:!1},{name:"allowUnusedLabels",type:"boolean",affectsBindDiagnostics:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Disable_error_reporting_for_unused_labels,defaultValueDescription:void 0},{name:"allowUnreachableCode",type:"boolean",affectsBindDiagnostics:!0,affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Type_Checking,description:Oa.Disable_error_reporting_for_unreachable_code,defaultValueDescription:void 0},{name:"suppressExcessPropertyErrors",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Backwards_Compatibility,description:Oa.Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals,defaultValueDescription:!1},{name:"suppressImplicitAnyIndexErrors",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Backwards_Compatibility,description:Oa.Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures,defaultValueDescription:!1},{name:"forceConsistentCasingInFileNames",type:"boolean",affectsModuleResolution:!0,category:Oa.Interop_Constraints,description:Oa.Ensure_that_casing_is_correct_in_imports,defaultValueDescription:!0},{name:"maxNodeModuleJsDepth",type:"number",affectsModuleResolution:!0,category:Oa.JavaScript_Support,description:Oa.Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicable_with_allowJs,defaultValueDescription:0},{name:"noStrictGenericChecks",type:"boolean",affectsSemanticDiagnostics:!0,affectsBuildInfo:!0,category:Oa.Backwards_Compatibility,description:Oa.Disable_strict_checking_of_generic_signatures_in_function_types,defaultValueDescription:!1},{name:"useDefineForClassFields",type:"boolean",affectsSemanticDiagnostics:!0,affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Language_and_Environment,description:Oa.Emit_ECMAScript_standard_compliant_class_fields,defaultValueDescription:Oa.true_for_ES2022_and_above_including_ESNext},{name:"preserveValueImports",type:"boolean",affectsEmit:!0,affectsBuildInfo:!0,category:Oa.Emit,description:Oa.Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed,defaultValueDescription:!1},{name:"keyofStringsOnly",type:"boolean",category:Oa.Backwards_Compatibility,description:Oa.Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option,defaultValueDescription:!1},{name:"plugins",type:"list",isTSConfigOnly:!0,element:{name:"plugin",type:"object"},description:Oa.Specify_a_list_of_language_service_plugins_to_include,category:Oa.Editor_Support},{name:"moduleDetection",type:new Map(Object.entries({auto:2,legacy:1,force:3})),affectsSourceFile:!0,affectsModuleResolution:!0,description:Oa.Control_what_method_is_used_to_detect_module_format_JS_files,category:Oa.Language_and_Environment,defaultValueDescription:Oa.auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules},{name:"ignoreDeprecations",type:"string",defaultValueDescription:void 0}],kk=[...Ck,...Lk],wk=kk.filter((e=>!!e.affectsSemanticDiagnostics)),Ok=kk.filter((e=>!!e.affectsEmit)),Fk=kk.filter((e=>!!e.affectsDeclarationPath)),Wk=kk.filter((e=>!!e.affectsModuleResolution)),zk=kk.filter((e=>!!e.affectsSourceFile||!!e.affectsBindDiagnostics)),Gk=kk.filter((e=>!!e.affectsProgramStructure)),Bk=kk.filter((e=>He(e,"transpileOptionValue"))),jk=[{name:"verbose",shortName:"v",category:Oa.Command_line_Options,description:Oa.Enable_verbose_logging,type:"boolean",defaultValueDescription:!1},{name:"dry",shortName:"d",category:Oa.Command_line_Options,description:Oa.Show_what_would_be_built_or_deleted_if_specified_with_clean,type:"boolean",defaultValueDescription:!1},{name:"force",shortName:"f",category:Oa.Command_line_Options,description:Oa.Build_all_projects_including_those_that_appear_to_be_up_to_date,type:"boolean",defaultValueDescription:!1},{name:"clean",category:Oa.Command_line_Options,description:Oa.Delete_the_outputs_of_all_projects,type:"boolean",defaultValueDescription:!1}],Vk=[...Ck,...jk],Uk=[{name:"enable",type:"boolean",defaultValueDescription:!1},{name:"include",type:"list",element:{name:"include",type:"string"}},{name:"exclude",type:"list",element:{name:"exclude",type:"string"}},{name:"disableFilenameBasedTypeAcquisition",type:"boolean",defaultValueDescription:!1}],Kk={diagnostic:Oa.Compiler_option_0_may_only_be_used_with_build,getOptionsNameMap:Rw},qk={module:1,target:3,strict:!0,esModuleInterop:!0,forceConsistentCasingInFileNames:!0,skipLibCheck:!0},Jk={alternateMode:Kk,getOptionsNameMap:mw,optionDeclarations:kk,unknownOptionDiagnostic:Oa.Unknown_compiler_option_0,unknownDidYouMeanDiagnostic:Oa.Unknown_compiler_option_0_Did_you_mean_1,optionTypeMismatchDiagnostic:Oa.Compiler_option_0_expects_an_argument},Yk={diagnostic:Oa.Compiler_option_0_may_not_be_used_with_build,getOptionsNameMap:mw},$k={alternateMode:Yk,getOptionsNameMap:Rw,optionDeclarations:Vk,unknownOptionDiagnostic:Oa.Unknown_build_option_0,unknownDidYouMeanDiagnostic:Oa.Unknown_build_option_0_Did_you_mean_1,optionTypeMismatchDiagnostic:Oa.Build_option_0_requires_a_value_of_type_1},Qk={optionDeclarations:Uk,unknownOptionDiagnostic:Oa.Unknown_type_acquisition_option_0,unknownDidYouMeanDiagnostic:Oa.Unknown_type_acquisition_option_0_Did_you_mean_1},ew={getOptionsNameMap:ww,optionDeclarations:Dk,unknownOptionDiagnostic:Oa.Unknown_watch_option_0,unknownDidYouMeanDiagnostic:Oa.Unknown_watch_option_0_Did_you_mean_1,optionTypeMismatchDiagnostic:Oa.Watch_option_0_requires_a_value_of_type_1},ow={name:"extends",type:"listOrElement",element:{name:"extends",type:"string"},category:Oa.File_Management,disallowNullOrUndefined:!0},iw={name:"compilerOptions",type:"object",elementOptions:Ow(),extraKeyDiagnostics:Jk},aw={name:"watchOptions",type:"object",elementOptions:Fw(),extraKeyDiagnostics:ew},sw={name:"typeAcquisition",type:"object",elementOptions:Ww(),extraKeyDiagnostics:Qk},cw="**/*",dw=/(^|\/)\*\*\/?$/,uw=/^[^*?]*(?=\/[^/]*[*?])/}});function JO(e,n,...t){e.trace(aT(n,...t))}function XO(e,n){return!!e.traceResolution&&void 0!==n.trace}function YO(e,n){let t;if(n&&e){const r=e.contents.packageJsonContent;"string"==typeof r.name&&"string"==typeof r.version&&(t={name:r.name,subModuleName:n.path.slice(e.packageDirectory.length+Fi.length),version:r.version})}return n&&{path:n.path,extension:n.ext,packageId:t,resolvedUsingTsExtension:n.resolvedUsingTsExtension}}function $O(e){return YO(void 0,e)}function QO(e){if(e)return Rt.assert(void 0===e.packageId),{path:e.path,ext:e.extension,resolvedUsingTsExtension:e.resolvedUsingTsExtension}}function ZO(e){const n=[];return 1&e&&n.push("TypeScript"),2&e&&n.push("JavaScript"),4&e&&n.push("Declaration"),8&e&&n.push("JSON"),n.join(", ")}function eF(e){if(e)return Rt.assert(hx(e.extension)),{fileName:e.path,packageId:e.packageId}}function nF(e,n,t,r,o,i,a,s,l){if(!a.resultFromCache&&!a.compilerOptions.preserveSymlinks&&n&&t&&!n.originalPath&&!Xs(e)){const{resolvedFileName:e,originalPath:t}=uF(n.path,a.host,a.traceEnabled);t&&(n={...n,path:e,originalPath:t})}return tF(n,t,r,o,i,a.resultFromCache,s,l)}function tF(e,n,t,r,o,i,a,s){return i?(null==a?void 0:a.isReadonly)?{...i,failedLookupLocations:iF(i.failedLookupLocations,t),affectingLocations:iF(i.affectingLocations,r),resolutionDiagnostics:iF(i.resolutionDiagnostics,o)}:(i.failedLookupLocations=oF(i.failedLookupLocations,t),i.affectingLocations=oF(i.affectingLocations,r),i.resolutionDiagnostics=oF(i.resolutionDiagnostics,o),i):{resolvedModule:e&&{resolvedFileName:e.path,originalPath:!0===e.originalPath?void 0:e.originalPath,extension:e.extension,isExternalLibraryImport:n,packageId:e.packageId,resolvedUsingTsExtension:!!e.resolvedUsingTsExtension},failedLookupLocations:rF(t),affectingLocations:rF(r),resolutionDiagnostics:rF(o),alternateResult:s}}function rF(e){return e.length?e:void 0}function oF(e,n){return(null==n?void 0:n.length)?(null==e?void 0:e.length)?(e.push(...n),e):n:e}function iF(e,n){return(null==e?void 0:e.length)?n.length?[...e,...n]:e.slice():rF(n)}function aF(e,n,t,r){if(!He(e,n))return void(r.traceEnabled&&JO(r.host,Oa.package_json_does_not_have_a_0_field,n));const o=e[n];if(typeof o===t&&null!==o)return o;r.traceEnabled&&JO(r.host,Oa.Expected_type_of_0_field_in_package_json_to_be_1_got_2,n,t,null===o?"null":typeof o)}function sF(e,n,t,r){const o=aF(e,n,"string",r);if(void 0===o)return;if(!o)return void(r.traceEnabled&&JO(r.host,Oa.package_json_had_a_falsy_0_field,n));const i=_a(ua(t,o));return r.traceEnabled&&JO(r.host,Oa.package_json_has_0_field_1_that_references_2,n,o,i),i}function lF(n,t){const r=function(e,n){const t=aF(e,"typesVersions","object",n);if(void 0!==t)return n.traceEnabled&&JO(n.host,Oa.package_json_has_a_typesVersions_field_with_version_specific_path_mappings),t}(n,t);if(void 0===r)return;if(t.traceEnabled)for(const e in r)He(r,e)&&!wt.tryParse(e)&&JO(t.host,Oa.package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range,e);const o=cF(r);if(!o)return void(t.traceEnabled&&JO(t.host,Oa.package_json_does_not_have_a_typesVersions_entry_that_matches_version_0,e));const{version:i,paths:a}=o;if("object"==typeof a)return o;t.traceEnabled&&JO(t.host,Oa.Expected_type_of_0_field_in_package_json_to_be_1_got_2,`typesVersions['${i}']`,"object",typeof a)}function cF(e){jO||(jO=new kt(n));for(const n in e){if(!He(e,n))continue;const t=wt.tryParse(n);if(void 0!==t&&t.test(jO))return{version:n,paths:e[n]}}}function dF(e,n){if(e.typeRoots)return e.typeRoots;let t;return e.configFilePath?t=ra(e.configFilePath):n.getCurrentDirectory&&(t=n.getCurrentDirectory()),void 0!==t?function(e){let n;return ka(_a(e),(e=>{const t=ua(e,VO);(n??(n=[])).push(t)})),n}(t):void 0}function uF(e,n,t){const r=function(e,n,t){if(!n.realpath)return e;const r=_a(n.realpath(e));t&&JO(n,Oa.Resolving_real_path_for_0_result_1,e,r);return r}(e,n,t),o=function(e,n,t){return 0===Ra(e,n,!("function"==typeof t.useCaseSensitiveFileNames?t.useCaseSensitiveFileNames():t.useCaseSensitiveFileNames))}(e,r,n);return{resolvedFileName:o?e:r,originalPath:o?void 0:e}}function pF(e,n,t){return ua(e,Qn(e,"/node_modules/@types")||Qn(e,"/node_modules/@types/")?SW(n,t):n)}function fF(e,n,t,r,o,i,a){Rt.assert("string"==typeof e,"Non-string value passed to `ts.resolveTypeReferenceDirective`, likely by a wrapping package working with an outdated `resolveTypeReferenceDirectives` signature. This is probably not a problem in TS itself.");const s=XO(t,r);o&&(t=o.commandLine.options);const l=n?ra(n):void 0;let c=l?null==i?void 0:i.getFromDirectoryCache(e,a,l,o):void 0;if(c||!l||Xs(e)||(c=null==i?void 0:i.getFromNonRelativeNameCache(e,a,l,o)),c)return s&&(JO(r,Oa.Resolving_type_reference_directive_0_containing_file_1,e,n),o&&JO(r,Oa.Using_compiler_options_of_project_reference_redirect_0,o.sourceFile.fileName),JO(r,Oa.Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1,e,l),E(c)),c;const d=dF(t,r);s&&(void 0===n?void 0===d?JO(r,Oa.Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set,e):JO(r,Oa.Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1,e,d):void 0===d?JO(r,Oa.Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set,e,n):JO(r,Oa.Resolving_type_reference_directive_0_containing_file_1_root_directory_2,e,n,d),o&&JO(r,Oa.Using_compiler_options_of_project_reference_redirect_0,o.sourceFile.fileName));const u=[],p=[];let f=mF(t);void 0!==a&&(f|=30);const m=Up(t);99===a&&3<=m&&m<=99&&(f|=32);const _=8&f?_F(t,a):[],h=[],g={compilerOptions:t,host:r,traceEnabled:s,failedLookupLocations:u,affectingLocations:p,packageJsonInfoCache:i,features:f,conditions:_,requestContainingDirectory:l,reportDiagnostic:e=>{h.push(e)},isConfigLookup:!1,candidateIsFromPackageJsonField:!1,resolvedPackageDirectory:!1};let y,v=function(){if(d&&d.length)return s&&JO(r,Oa.Resolving_with_primary_search_path_0,d.join(", ")),R(d,(n=>{const o=pF(n,e,g),i=jE(n,r);if(!i&&s&&JO(r,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,n),t.typeRoots){const e=XF(4,o,!i,g);if(e){const n=KF(e.path);return eF(YO(n?sW(n,!1,g):void 0,e))}}return eF(nW(4,o,!i,g))}));s&&JO(r,Oa.Root_directory_cannot_be_determined_skipping_primary_search_paths)}(),b=!0;if(v||(v=function(){const o=n&&ra(n);if(void 0!==o){let i;if(t.typeRoots&&Qn(n,vU))s&&JO(r,Oa.Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_node_modules_folder);else if(s&&JO(r,Oa.Looking_up_in_node_modules_folder_initial_location_0,o),Xs(e)){const{path:n}=VF(o,e);i=UF(4,n,!1,g,!0)}else{const n=gW(4,e,o,g,void 0,void 0);i=n&&n.value}return eF(i)}s&&JO(r,Oa.Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_modules_folder)}(),b=!1),v){const{fileName:e,packageId:n}=v;let o,i=e;t.preserveSymlinks||({resolvedFileName:i,originalPath:o}=uF(e,r,s)),y={primary:b,resolvedFileName:i,originalPath:o,packageId:n,isExternalLibraryImport:HF(e)}}return c={resolvedTypeReferenceDirective:y,failedLookupLocations:rF(u),affectingLocations:rF(p),resolutionDiagnostics:rF(h)},l&&i&&!i.isReadonly&&(i.getOrCreateCacheForDirectory(l,o).set(e,a,c),Xs(e)||i.getOrCreateCacheForNonRelativeName(e,a,o).set(l,c)),s&&E(c),c;function E(n){var t;(null==(t=n.resolvedTypeReferenceDirective)?void 0:t.resolvedFileName)?n.resolvedTypeReferenceDirective.packageId?JO(r,Oa.Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3,e,n.resolvedTypeReferenceDirective.resolvedFileName,qf(n.resolvedTypeReferenceDirective.packageId),n.resolvedTypeReferenceDirective.primary):JO(r,Oa.Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2,e,n.resolvedTypeReferenceDirective.resolvedFileName,n.resolvedTypeReferenceDirective.primary):JO(r,Oa.Type_reference_directive_0_was_not_resolved,e)}}function mF(e){let n=0;switch(Up(e)){case 3:case 99:case 100:n=30}return e.resolvePackageJsonExports?n|=8:!1===e.resolvePackageJsonExports&&(n&=-9),e.resolvePackageJsonImports?n|=2:!1===e.resolvePackageJsonImports&&(n&=-3),n}function _F(e,n){const t=Up(e);if(void 0===n)if(100===t)n=99;else if(2===t)return[];const r=99===n?["import"]:["require"];return e.noDtsResolution||r.push("types"),100!==t&&r.push("node"),ce(r,e.customConditions)}function hF(e,n,t,r,o){const i=oW(null==o?void 0:o.getPackageJsonInfoCache(),r,t);return ka(n,(n=>{if("node_modules"!==oa(n)){const t=ua(n,"node_modules");return sW(ua(t,e),!1,i)}}))}function gF(e,n){if(e.types)return e.types;const t=[];if(n.directoryExists&&n.getDirectories){const r=dF(e,n);if(r)for(const e of r)if(n.directoryExists(e))for(const r of n.getDirectories(e)){const o=_a(r),i=ua(e,o,"package.json");if(!(n.fileExists(i)&&null===GE(i,n).typings)){const e=oa(o);46!==e.charCodeAt(0)&&t.push(e)}}}return t}function yF(e){return!!(null==e?void 0:e.contents)}function vF(e){return!!e&&!e.contents}function bF(e){var n;if(null===e||"object"!=typeof e)return""+e;if(_n(e))return`[${null==(n=e.map((e=>bF(e))))?void 0:n.join(",")}]`;let t="{";for(const n in e)He(e,n)&&(t+=`${n}: ${bF(e[n])}`);return t+"}"}function EF(e,n){return n.map((n=>bF(MT(e,n)))).join("|")+`|${e.pathsBasePath}`}function SF(e,n){const t=new Map,r=new Map;let o=new Map;return e&&t.set(e,o),{getMapOfCacheRedirects:function(e){return e?i(e.commandLine.options,!1):o},getOrCreateMapOfCacheRedirects:function(e){return e?i(e.commandLine.options,!0):o},update:function(n){e!==n&&(e?o=i(n,!0):t.set(n,o),e=n)},clear:function(){const i=e&&n.get(e);o.clear(),t.clear(),n.clear(),r.clear(),e&&(i&&n.set(e,i),t.set(e,o))},getOwnMap:()=>o};function i(n,i){let s=t.get(n);if(s)return s;const l=a(n);if(s=r.get(l),!s){if(e){const n=a(e);n===l?s=o:r.has(n)||r.set(n,o)}i&&(s??(s=new Map)),s&&r.set(l,s)}return s&&t.set(n,s),s}function a(e){let t=n.get(e);return t||n.set(e,t=EF(e,Wk)),t}}function TF(e,n,t,r){const o=e.getOrCreateMapOfCacheRedirects(n);let i=o.get(t);return i||(i=r(),o.set(t,i)),i}function xF(e,n){return void 0===n?e:`${n}|${e}`}function AF(){const e=new Map,n=new Map,t={get(n,t){return e.get(r(n,t))},set(n,o,i){return e.set(r(n,o),i),t},delete(n,o){return e.delete(r(n,o)),t},has(n,t){return e.has(r(n,t))},forEach(t){return e.forEach(((e,r)=>{const[o,i]=n.get(r);return t(e,o,i)}))},size(){return e.size}};return t;function r(e,t){const r=xF(e,t);return n.set(r,[e,t]),r}}function RF(e){return e.resolvedModule&&(e.resolvedModule.originalPath||e.resolvedModule.resolvedFileName)}function IF(e){return e.resolvedTypeReferenceDirective&&(e.resolvedTypeReferenceDirective.originalPath||e.resolvedTypeReferenceDirective.resolvedFileName)}function NF(e,n,t,r,o){const i=SF(t,o);return{getFromNonRelativeNameCache:function(e,n,t,r){var o,a;return Rt.assert(!Xs(e)),null==(a=null==(o=i.getMapOfCacheRedirects(r))?void 0:o.get(xF(e,n)))?void 0:a.get(t)},getOrCreateCacheForNonRelativeName:function(e,n,t){return Rt.assert(!Xs(e)),TF(i,t,xF(e,n),a)},clear:function(){i.clear()},update:function(e){i.update(e)}};function a(){const t=new Map;return{get:function(r){return t.get(ga(r,e,n))},set:function(o,i){const a=ga(o,e,n);if(t.has(a))return;t.set(a,i);const s=r(i),l=s&&function(t,r){const o=ga(ra(r),e,n);let i=0;const a=Math.min(t.length,o.length);for(;iAF()))},clear:function(){o.clear()},update:function(e){o.update(e)},directoryToModuleNameMap:o}}(e,n,t,i),s=NF(e,n,t,o,i);return r??(r=function(e,n){let t;return{getPackageJsonInfo:function(r){return null==t?void 0:t.get(ga(r,e,n))},setPackageJsonInfo:function(r,o){(t||(t=new Map)).set(ga(r,e,n),o)},clear:function(){t=void 0},getInternalMap:function(){return t}}}(e,n)),{...r,...a,...s,clear:function(){l(),r.clear()},update:function(e){a.update(e),s.update(e)},getPackageJsonInfoCache:()=>r,clearAllExceptPackageJsonInfoCache:l,optionsToRedirectsKey:i};function l(){a.clear(),s.clear()}}function CF(e,n,t,r,o){const i=DF(e,n,t,r,RF,o);return i.getOrCreateCacheForModuleName=(e,n,t)=>i.getOrCreateCacheForNonRelativeName(e,n,t),i}function MF(e,n,t,r,o){return DF(e,n,t,r,IF,o)}function PF(e){return{moduleResolution:2,traceResolution:e.traceResolution}}function LF(e,n,t,r,o){return wF(e,n,PF(t),r,o)}function kF(e,n,t,r){const o=ra(n);return t.getFromDirectoryCache(e,r,o,void 0)}function wF(e,n,t,r,o,i,a){var s,l,c;const d=XO(t,r);i&&(t=i.commandLine.options),d&&(JO(r,Oa.Resolving_module_0_from_1,e,n),i&&JO(r,Oa.Using_compiler_options_of_project_reference_redirect_0,i.sourceFile.fileName));const u=ra(n);let p=null==o?void 0:o.getFromDirectoryCache(e,a,u,i);if(p)d&&JO(r,Oa.Resolution_for_module_0_was_found_in_cache_from_location_1,e,u);else{let f=t.moduleResolution;switch(void 0===f?(f=Up(t),d&&JO(r,Oa.Module_resolution_kind_is_not_specified_using_0,Co[f])):d&&JO(r,Oa.Explicitly_specified_module_resolution_kind_Colon_0,Co[f]),null==(s=sr)||s.logStartResolveModule(e),f){case 3:case 99:p=function(e,n,t,r,o,i,a){return WF(30,e,n,t,r,o,i,a)}(e,n,t,r,o,i,a);break;case 2:p=GF(e,n,t,r,o,i,a?_F(t,a):void 0);break;case 1:p=NW(e,n,t,r,o,i);break;case 100:p=zF(e,n,t,r,o,i,a?_F(t,a):void 0);break;default:return Rt.fail(`Unexpected moduleResolution: ${f}`)}p&&p.resolvedModule&&(null==(l=sr)||l.logInfoEvent(`Module "${e}" resolved to "${p.resolvedModule.resolvedFileName}"`)),null==(c=sr)||c.logStopResolveModule(p&&p.resolvedModule?""+p.resolvedModule.resolvedFileName:"null"),o&&!o.isReadonly&&(o.getOrCreateCacheForDirectory(u,i).set(e,a,p),Xs(e)||o.getOrCreateCacheForNonRelativeName(e,a,i).set(u,p))}return d&&(p.resolvedModule?p.resolvedModule.packageId?JO(r,Oa.Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2,e,p.resolvedModule.resolvedFileName,qf(p.resolvedModule.packageId)):JO(r,Oa.Module_name_0_was_successfully_resolved_to_1,e,p.resolvedModule.resolvedFileName):JO(r,Oa.Module_name_0_was_not_resolved,e)),p}function OF(e,n,t,r,o){const i=function(e,n,t,r){var o;const{baseUrl:i,paths:a,configFile:s}=r.compilerOptions;if(a&&!Ji(n)){r.traceEnabled&&(i&&JO(r.host,Oa.baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1,i,n),JO(r.host,Oa.paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0,n));return EW(e,n,ib(r.compilerOptions,r.host),a,(null==s?void 0:s.configFileSpecs)?(o=s.configFileSpecs).pathPatterns||(o.pathPatterns=mx(a)):void 0,t,!1,r)}}(e,n,r,o);return i?i.value:Xs(n)?function(e,n,t,r,o){if(!o.compilerOptions.rootDirs)return;o.traceEnabled&&JO(o.host,Oa.rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0,n);const i=_a(ua(t,n));let a,s;for(const e of o.compilerOptions.rootDirs){let n=_a(e);Qn(n,Fi)||(n+=Fi);const t=dt(i,n)&&(void 0===s||s.length{b.push(e)},isConfigLookup:l,candidateIsFromPackageJsonField:!1,resolvedPackageDirectory:!1};let S,x;if(h&&AT(v)&&JO(o,Oa.Resolving_in_0_mode_with_conditions_1,32&e?"ESM":"CJS",E.conditions.map((e=>`'${e}'`)).join(", ")),2===v){const e=5&s,n=-6&s;S=e&&A(e,E)||n&&A(n,E)||void 0}else S=A(s,E);if(E.resolvedPackageDirectory&&!l&&!Xs(n)){const n=(null==S?void 0:S.value)&&5&s&&!cW(5,S.value.resolved.extension);if((null==(u=null==S?void 0:S.value)?void 0:u.isExternalLibraryImport)&&n&&8&e&&(null==d?void 0:d.includes("import"))){LW(E,Oa.Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_if_npm_library_needs_configuration_update);const e=A(5&s,{...E,features:-9&E.features,reportDiagnostic:En});(null==(p=null==e?void 0:e.value)?void 0:p.isExternalLibraryImport)&&(x=e.value.resolved.path)}else if((!(null==S?void 0:S.value)||n)&&2===v){LW(E,Oa.Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_need_configuration_update);const e={...E.compilerOptions,moduleResolution:100},n=A(5&s,{...E,compilerOptions:e,features:30,conditions:_F(e),reportDiagnostic:En});(null==(f=null==n?void 0:n.value)?void 0:f.isExternalLibraryImport)&&(x=n.value.resolved.path)}}return nF(n,null==(m=null==S?void 0:S.value)?void 0:m.resolved,null==(_=null==S?void 0:S.value)?void 0:_.isExternalLibraryImport,g,y,b,E,a,x);function A(r,i){const s=OF(r,n,t,((e,n,t,r)=>UF(e,n,t,r,!0)),i);if(s)return PW({resolved:s,isExternalLibraryImport:HF(s.path)});if(Xs(n)){const{path:e,parts:o}=VF(t,n),a=UF(r,e,!1,i,!0);return a&&PW({resolved:a,isExternalLibraryImport:F(o,"node_modules")})}{let s;if(2&e&&dt(n,"#")&&(s=function(e,n,t,r,o,i){var a,s;if("#"===n||dt(n,"#/"))return r.traceEnabled&&JO(r.host,Oa.Invalid_import_specifier_0_has_no_possible_resolutions,n),PW(void 0);const l=ma(ua(t,"dummy"),null==(s=(a=r.host).getCurrentDirectory)?void 0:s.call(a)),c=iW(l,r);if(!c)return r.traceEnabled&&JO(r.host,Oa.Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve,l),PW(void 0);if(!c.contents.packageJsonContent.imports)return r.traceEnabled&&JO(r.host,Oa.package_json_scope_0_has_no_imports_defined,c.packageDirectory),PW(void 0);const d=mW(e,r,o,i,n,c.contents.packageJsonContent.imports,c,!0);if(d)return d;r.traceEnabled&&JO(r.host,Oa.Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1,n,c.packageDirectory);return PW(void 0)}(r,n,t,i,a,c)),!s&&4&e&&(s=function(e,n,t,r,o,i){var a,s;const l=ma(ua(t,"dummy"),null==(s=(a=r.host).getCurrentDirectory)?void 0:s.call(a)),c=iW(l,r);if(!c||!c.contents.packageJsonContent.exports)return;if("string"!=typeof c.contents.packageJsonContent.name)return;const d=sa(n),u=sa(c.contents.packageJsonContent.name);if(!M(u,((e,n)=>d[n]===e)))return;const p=d.slice(u.length),f=T(p)?`.${Fi}${p.join(Fi)}`:".";if(tf(r.compilerOptions)&&!HF(t))return pW(c,e,f,r,o,i);const m=5&e,_=-6&e;return pW(c,m,f,r,o,i)||pW(c,_,f,r,o,i)}(r,n,t,i,a,c)),!s){if(n.includes(":"))return void(h&&JO(o,Oa.Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1,n,ZO(r)));h&&JO(o,Oa.Loading_module_0_from_node_modules_folder_target_file_types_Colon_1,n,ZO(r)),s=gW(r,n,t,i,a,c)}return 4&r&&(s??(s=DW(n,i))),s&&{value:s.value&&{resolved:s.value,isExternalLibraryImport:!0}}}}}function VF(e,n){const t=ua(e,n),r=sa(t),o=Oe(r);return{path:"."===o||".."===o?va(_a(t)):_a(t),parts:r}}function UF(e,n,t,r,o){if(r.traceEnabled&&JO(r.host,Oa.Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1,n,ZO(e)),!Zi(n)){if(!t){const e=ra(n);jE(e,r.host)||(r.traceEnabled&&JO(r.host,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,e),t=!0)}const i=XF(e,n,t,r);if(i){const e=o?KF(i.path):void 0;return YO(e?sW(e,!1,r):void 0,i)}}if(!t){jE(n,r.host)||(r.traceEnabled&&JO(r.host,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,n),t=!0)}if(!(32&r.features))return nW(e,n,t,r,o)}function HF(e){return e.includes(HO)}function KF(e,n){const t=_a(e),r=t.lastIndexOf(HO);if(-1===r)return;const o=r+HO.length;let i=qF(t,o,n);return 64===t.charCodeAt(o)&&(i=qF(t,i,n)),t.slice(0,i)}function qF(e,n,t){const r=e.indexOf(Fi,n+1);return-1===r?t?e.length:n:r}function JF(e,n,t,r){return $O(XF(e,n,t,r))}function XF(e,n,t,r){const o=YF(e,n,t,r);if(o)return o;if(!(32&r.features)){const o=QF(n,e,"",t,r);if(o)return o}}function YF(e,n,t,r){if(!oa(n).includes("."))return;let o=cx(n);o===n&&(o=n.substring(0,n.lastIndexOf(".")));const i=n.substring(o.length);return r.traceEnabled&&JO(r.host,Oa.File_name_0_has_a_1_extension_stripping_it,n,i),QF(o,e,i,t,r)}function $F(e,n,t,r){if(1&e&&Qi(n,Sf)||4&e&&Qi(n,Ef)){return void 0!==ZF(n,t,r)?{path:n,ext:wE(n),resolvedUsingTsExtension:void 0}:void 0}if(r.isConfigLookup&&8===e&&$i(n,".json")){return void 0!==ZF(n,t,r)?{path:n,ext:".json",resolvedUsingTsExtension:void 0}:void 0}return YF(e,n,t,r)}function QF(e,n,t,r,o){if(!r){const n=ra(e);n&&(r=!jE(n,o.host))}switch(t){case".mjs":case".mts":case".d.mts":return 1&n&&i(".mts",".mts"===t||".d.mts"===t)||4&n&&i(".d.mts",".mts"===t||".d.mts"===t)||2&n&&i(".mjs")||void 0;case".cjs":case".cts":case".d.cts":return 1&n&&i(".cts",".cts"===t||".d.cts"===t)||4&n&&i(".d.cts",".cts"===t||".d.cts"===t)||2&n&&i(".cjs")||void 0;case".json":return 4&n&&i(".d.json.ts")||8&n&&i(".json")||void 0;case".tsx":case".jsx":return 1&n&&(i(".tsx",".tsx"===t)||i(".ts",".tsx"===t))||4&n&&i(".d.ts",".tsx"===t)||2&n&&(i(".jsx")||i(".js"))||void 0;case".ts":case".d.ts":case".js":case"":return 1&n&&(i(".ts",".ts"===t||".d.ts"===t)||i(".tsx",".ts"===t||".d.ts"===t))||4&n&&i(".d.ts",".ts"===t||".d.ts"===t)||2&n&&(i(".js")||i(".jsx"))||o.isConfigLookup&&i(".json")||void 0;default:return 4&n&&!_k(e+t)&&i(`.d${t}.ts`)||void 0}function i(n,t){const i=ZF(e+n,r,o);return void 0===i?void 0:{path:i,ext:n,resolvedUsingTsExtension:!o.candidateIsFromPackageJsonField&&t}}}function ZF(e,n,t){var r;if(!(null==(r=t.compilerOptions.moduleSuffixes)?void 0:r.length))return eW(e,n,t);const o=bx(e)??"",i=o?ux(e,o):e;return x(t.compilerOptions.moduleSuffixes,(e=>eW(i+e+o,n,t)))}function eW(e,n,t){var r;if(!n){if(t.host.fileExists(e))return t.traceEnabled&&JO(t.host,Oa.File_0_exists_use_it_as_a_name_resolution_result,e),e;t.traceEnabled&&JO(t.host,Oa.File_0_does_not_exist,e)}null==(r=t.failedLookupLocations)||r.push(e)}function nW(e,n,t,r,o=!0){const i=o?sW(n,t,r):void 0;return YO(i,lW(e,n,t,r,i&&i.contents.packageJsonContent,i&&aW(i,r)))}function tW(e,n,t,r,o){if(!o&&void 0!==e.contents.resolvedEntrypoints)return e.contents.resolvedEntrypoints;let i;const a=5|(o?2:0),s=mF(n),l=oW(null==r?void 0:r.getPackageJsonInfoCache(),t,n);l.conditions=_F(n),l.requestContainingDirectory=e.packageDirectory;const c=lW(a,e.packageDirectory,!1,l,e.contents.packageJsonContent,aW(e,l));if(i=Ee(i,null==c?void 0:c.path),8&s&&e.contents.packageJsonContent.exports){const r=pe([_F(n,99),_F(n,1)],ye);for(const n of r){const r={...l,failedLookupLocations:[],conditions:n,host:t},o=rW(e,e.contents.packageJsonContent.exports,r,a);if(o)for(const e of o)i=Re(i,e.path)}}return e.contents.resolvedEntrypoints=i||!1}function rW(e,n,t,r){let o;if(_n(n))for(const e of n)i(e);else if("object"==typeof n&&null!==n&&uW(n))for(const e in n)i(n[e]);else i(n);return o;function i(n){var a,s;if("string"==typeof n&&dt(n,"./"))if(n.includes("*")&&t.host.readDirectory){if(n.indexOf("*")!==n.lastIndexOf("*"))return!1;t.host.readDirectory(e.packageDirectory,function(e){const n=[];return 1&e&&n.push(...Sf),2&e&&n.push(...yf),4&e&&n.push(...Ef),8&e&&n.push(".json"),n}(r),void 0,[Sa(NA(n,"**/*"),".*")]).forEach((e=>{o=Re(o,{path:e,ext:aa(e),resolvedUsingTsExtension:void 0})}))}else{const i=sa(n).slice(2);if(i.includes("..")||i.includes(".")||i.includes("node_modules"))return!1;const l=ma(ua(e.packageDirectory,n),null==(s=(a=t.host).getCurrentDirectory)?void 0:s.call(a)),c=$F(r,l,!1,t);if(c)return o=Re(o,c,((e,n)=>e.path===n.path)),!0}else if(Array.isArray(n))for(const e of n){if(i(e))return!0}else if("object"==typeof n&&null!==n)return x(qe(n),(e=>{if("default"===e||F(t.conditions,e)||hW(t.conditions,e))return i(n[e]),!0}))}}function oW(e,n,t){return{host:n,compilerOptions:t,traceEnabled:XO(t,n),failedLookupLocations:void 0,affectingLocations:void 0,packageJsonInfoCache:e,features:0,conditions:i,requestContainingDirectory:void 0,reportDiagnostic:En,isConfigLookup:!1,candidateIsFromPackageJsonField:!1,resolvedPackageDirectory:!1}}function iW(e,n){const t=sa(e);for(t.pop();t.length>0;){const e=sW(la(t),!1,n);if(e)return e;t.pop()}}function aW(e,n){return void 0===e.contents.versionPaths&&(e.contents.versionPaths=lF(e.contents.packageJsonContent,n)||!1),e.contents.versionPaths||void 0}function sW(e,n,t){var r,o,i,a,s,l;const{host:c,traceEnabled:d}=t,u=ua(e,"package.json");if(n)return void(null==(r=t.failedLookupLocations)||r.push(u));const p=null==(o=t.packageJsonInfoCache)?void 0:o.getPackageJsonInfo(u);if(void 0!==p)return yF(p)?(d&&JO(c,Oa.File_0_exists_according_to_earlier_cached_lookups,u),null==(i=t.affectingLocations)||i.push(u),p.packageDirectory===e?p:{packageDirectory:e,contents:p.contents}):(p.directoryExists&&d&&JO(c,Oa.File_0_does_not_exist_according_to_earlier_cached_lookups,u),void(null==(a=t.failedLookupLocations)||a.push(u)));const f=jE(e,c);if(f&&c.fileExists(u)){const n=GE(u,c);d&&JO(c,Oa.Found_package_json_at_0,u);const r={packageDirectory:e,contents:{packageJsonContent:n,versionPaths:void 0,resolvedEntrypoints:void 0}};return t.packageJsonInfoCache&&!t.packageJsonInfoCache.isReadonly&&t.packageJsonInfoCache.setPackageJsonInfo(u,r),null==(s=t.affectingLocations)||s.push(u),r}f&&d&&JO(c,Oa.File_0_does_not_exist,u),t.packageJsonInfoCache&&!t.packageJsonInfoCache.isReadonly&&t.packageJsonInfoCache.setPackageJsonInfo(u,{packageDirectory:e,directoryExists:f}),null==(l=t.failedLookupLocations)||l.push(u)}function lW(e,t,r,o,i,a){let s;i&&(s=o.isConfigLookup?function(e,n,t){return sF(e,"tsconfig",n,t)}(i,t,o):4&e&&function(e,n,t){return sF(e,"typings",n,t)||sF(e,"types",n,t)}(i,t,o)||7&e&&function(e,n,t){return sF(e,"main",n,t)}(i,t,o)||void 0);const l=(e,n,t,r)=>{const o=$F(e,n,t,r);if(o)return $O(o);const a=4===e?5:e,s=r.features,l=r.candidateIsFromPackageJsonField;r.candidateIsFromPackageJsonField=!0,"module"!==(null==i?void 0:i.type)&&(r.features&=-33);const c=UF(a,n,t,r,!1);return r.features=s,r.candidateIsFromPackageJsonField=l,c},c=s?!jE(ra(s),o.host):void 0,d=r||!jE(t,o.host),u=ua(t,o.isConfigLookup?"tsconfig":"index");if(a&&(!s||Ia(t,s))){const r=Ca(t,s||u,!1);o.traceEnabled&&JO(o.host,Oa.package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2,a.version,n,r);const i=EW(e,r,t,a.paths,void 0,l,c||d,o);if(i)return QO(i.value)}const p=s&&QO(l(e,s,c,o));return p||(32&o.features?void 0:XF(e,u,d,o))}function cW(e,n){return 2&e&&(".js"===n||".jsx"===n||".mjs"===n||".cjs"===n)||1&e&&(".ts"===n||".tsx"===n||".mts"===n||".cts"===n)||4&e&&(".d.ts"===n||".d.mts"===n||".d.cts"===n)||8&e&&".json"===n||!1}function dW(e){let n=e.indexOf(Fi);return"@"===e[0]&&(n=e.indexOf(Fi,n+1)),-1===n?{packageName:e,rest:""}:{packageName:e.slice(0,n),rest:e.slice(n+1)}}function uW(e){return M(qe(e),(e=>dt(e,".")))}function pW(e,n,t,r,o,i){if(e.contents.packageJsonContent.exports){if("."===t){let a;if("string"==typeof e.contents.packageJsonContent.exports||Array.isArray(e.contents.packageJsonContent.exports)||"object"==typeof e.contents.packageJsonContent.exports&&!se(qe(e.contents.packageJsonContent.exports),(e=>dt(e,".")))?a=e.contents.packageJsonContent.exports:He(e.contents.packageJsonContent.exports,".")&&(a=e.contents.packageJsonContent.exports["."]),a){return _W(n,r,o,i,t,e,!1)(a,"",!1,".")}}else if(uW(e.contents.packageJsonContent.exports)){if("object"!=typeof e.contents.packageJsonContent.exports)return r.traceEnabled&&JO(r.host,Oa.Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1,t,e.packageDirectory),PW(void 0);const a=mW(n,r,o,i,t,e.contents.packageJsonContent.exports,e,!1);if(a)return a}return r.traceEnabled&&JO(r.host,Oa.Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1,t,e.packageDirectory),PW(void 0)}}function fW(e,n){const t=e.indexOf("*"),r=n.indexOf("*"),o=-1===t?e.length:t+1,i=-1===r?n.length:r+1;return o>i?-1:i>o||-1===t?1:-1===r||e.length>n.length?-1:n.length>e.length?1:0}function mW(e,n,t,r,o,i,a,s){const l=_W(e,n,t,r,o,a,s);if(!Qn(o,Fi)&&!o.includes("*")&&He(i,o)){return l(i[o],"",!1,o)}const c=Ne(B(qe(i),(e=>e.includes("*")||Qn(e,"/"))),fW);for(const e of c){if(16&n.features&&d(e,o)){const n=i[e],t=e.indexOf("*");return l(n,o.substring(e.substring(0,t).length,o.length-(e.length-1-t)),!0,e)}if(Qn(e,"*")&&dt(o,e.substring(0,e.length-1))){return l(i[e],o.substring(e.length-1),!0,e)}if(dt(o,e)){return l(i[e],o.substring(e.length),!1,e)}}function d(e,n){if(Qn(e,"*"))return!1;const t=e.indexOf("*");return-1!==t&&(dt(n,e.substring(0,t))&&Qn(n,e.substring(t+1)))}}function _W(e,n,t,r,o,i,a){return function s(l,c,d,u){if("string"==typeof l){if(!d&&c.length>0&&!Qn(l,"/"))return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o),PW(void 0);if(!dt(l,"./")){if(a&&!dt(l,"../")&&!dt(l,"/")&&!Hi(l)){const o=d?l.replace(/\*/g,c):l+c;LW(n,Oa.Using_0_subpath_1_with_target_2,"imports",u,o),LW(n,Oa.Resolving_module_0_from_1,o,i.packageDirectory+"/");const a=jF(n.features,o,i.packageDirectory+"/",n.compilerOptions,n.host,t,e,!1,r,n.conditions);return PW(a.resolvedModule?{path:a.resolvedModule.resolvedFileName,extension:a.resolvedModule.extension,packageId:a.resolvedModule.packageId,originalPath:a.resolvedModule.originalPath,resolvedUsingTsExtension:a.resolvedModule.resolvedUsingTsExtension}:void 0)}return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o),PW(void 0)}const s=(Ji(l)?sa(l).slice(1):sa(l)).slice(1);if(s.includes("..")||s.includes(".")||s.includes("node_modules"))return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o),PW(void 0);const m=ua(i.packageDirectory,l),_=sa(c);if(_.includes("..")||_.includes(".")||_.includes("node_modules"))return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o),PW(void 0);n.traceEnabled&&JO(n.host,Oa.Using_0_subpath_1_with_target_2,a?"imports":"exports",u,d?l.replace(/\*/g,c):l+c);const h=p(d?m.replace(/\*/g,c):m+c),g=function(t,r,o,a){var s,l,c,d;if(!n.isConfigLookup&&(n.compilerOptions.declarationDir||n.compilerOptions.outDir)&&!t.includes("/node_modules/")&&(!n.compilerOptions.configFile||Ia(i.packageDirectory,p(n.compilerOptions.configFile.fileName),!kW(n)))){const f=Jv({useCaseSensitiveFileNames:()=>kW(n)}),m=[];if(n.compilerOptions.rootDir||n.compilerOptions.composite&&n.compilerOptions.configFilePath){const e=p(wV(n.compilerOptions,(()=>[]),(null==(l=(s=n.host).getCurrentDirectory)?void 0:l.call(s))||"",f));m.push(e)}else if(n.requestContainingDirectory){const e=p(ua(n.requestContainingDirectory,"index.ts")),t=p(wV(n.compilerOptions,(()=>[e,p(o)]),(null==(d=(c=n.host).getCurrentDirectory)?void 0:d.call(c))||"",f));m.push(t);let r=va(t);for(;r&&r.length>1;){const e=sa(r);e.pop();const n=la(e);m.unshift(n),r=va(n)}}m.length>1&&n.reportDiagnostic(sT(a?Oa.The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:Oa.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?".":r,o));for(const r of m){const o=u(r);for(const a of o)if(Ia(a,t,!kW(n))){const o=ua(r,t.slice(a.length+1)),s=[".mjs",".cjs",".js",".json",".d.mts",".d.cts",".d.ts"];for(const t of s)if($i(o,t)){const r=rb(o);for(const a of r){if(!cW(e,a))continue;const r=Ea(o,a,t,!kW(n));if(n.host.fileExists(r))return PW(YO(i,$F(e,r,!1,n)))}}}}}return;function u(e){var t,r;const o=n.compilerOptions.configFile?(null==(r=(t=n.host).getCurrentDirectory)?void 0:r.call(t))||"":e,i=[];return n.compilerOptions.declarationDir&&i.push(p(f(o,n.compilerOptions.declarationDir))),n.compilerOptions.outDir&&n.compilerOptions.outDir!==n.compilerOptions.declarationDir&&i.push(p(f(o,n.compilerOptions.outDir))),i}}(h,c,ua(i.packageDirectory,"package.json"),a);return g||PW(YO(i,$F(e,h,!1,n)))}if("object"==typeof l&&null!==l){if(!Array.isArray(l)){LW(n,Oa.Entering_conditional_exports);for(const e of qe(l))if("default"===e||n.conditions.includes(e)||hW(n.conditions,e)){LW(n,Oa.Matched_0_condition_1,a?"imports":"exports",e);const t=l[e],r=s(t,c,d,u);if(r)return LW(n,Oa.Resolved_under_condition_0,e),LW(n,Oa.Exiting_conditional_exports),r;LW(n,Oa.Failed_to_resolve_under_condition_0,e)}else LW(n,Oa.Saw_non_matching_condition_0,e);return void LW(n,Oa.Exiting_conditional_exports)}if(!T(l))return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o),PW(void 0);for(const e of l){const n=s(e,c,d,u);if(n)return n}}else if(null===l)return n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_explicitly_maps_specifier_1_to_null,i.packageDirectory,o),PW(void 0);n.traceEnabled&&JO(n.host,Oa.package_json_scope_0_has_invalid_type_for_target_of_specifier_1,i.packageDirectory,o);return PW(void 0);function p(e){var t,r;return void 0===e?e:ma(e,null==(r=(t=n.host).getCurrentDirectory)?void 0:r.call(t))}function f(e,n){return va(ua(e,n))}}}function hW(e,t){if(!e.includes("types"))return!1;if(!dt(t,"types@"))return!1;const r=wt.tryParse(t.substring(6));return!!r&&r.test(n)}function gW(e,n,t,r,o,i){return yW(e,n,t,r,!1,o,i)}function yW(e,n,t,r,o,i,a){const s=0===r.features?void 0:32&r.features?99:1,l=5&e,c=-6&e;if(l){LW(r,Oa.Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0,ZO(l));const e=d(l);if(e)return e}if(c&&!o)return LW(r,Oa.Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0,ZO(c)),d(c);function d(e){return ka(ca(t),(t=>{if("node_modules"!==oa(t)){const l=IW(i,n,s,t,a,r);return l||PW(vW(e,n,t,r,o,i,a))}}))}}function vW(e,n,t,r,o,i,a){const s=ua(t,"node_modules"),l=jE(s,r.host);if(!l&&r.traceEnabled&&JO(r.host,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,s),!o){const t=bW(e,n,s,l,r,i,a);if(t)return t}if(4&e){const e=ua(s,"@types");let t=l;return l&&!jE(e,r.host)&&(r.traceEnabled&&JO(r.host,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,e),t=!1),bW(4,SW(n,r),e,t,r,i,a)}}function bW(e,t,r,o,a,s,l){var c,d;const u=_a(ua(r,t)),{packageName:p,rest:f}=dW(t),m=ua(r,p);let _,h=sW(u,!o,a);if(""!==f&&h&&(!(8&a.features)||!He((null==(c=_=sW(m,!o,a))?void 0:c.contents.packageJsonContent)??i,"exports"))){const n=XF(e,u,!o,a);if(n)return $O(n);const t=lW(e,u,!o,a,h.contents.packageJsonContent,aW(h,a));return YO(h,t)}const g=(e,n,t,r)=>{let o=(f||!(32&r.features))&&XF(e,n,t,r)||lW(e,n,t,r,h&&h.contents.packageJsonContent,h&&aW(h,r));return!o&&h&&(void 0===h.contents.packageJsonContent.exports||null===h.contents.packageJsonContent.exports)&&32&r.features&&(o=XF(e,ua(n,"index.js"),t,r)),YO(h,o)};if(""!==f&&(h=_??sW(m,!o,a)),h&&(a.resolvedPackageDirectory=!0),h&&h.contents.packageJsonContent.exports&&8&a.features)return null==(d=pW(h,e,ua(".",f),a,s,l))?void 0:d.value;const y=""!==f&&h?aW(h,a):void 0;if(y){a.traceEnabled&&JO(a.host,Oa.package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2,y.version,n,f);const t=o&&jE(m,a.host),r=EW(e,f,m,y.paths,void 0,g,!t,a);if(r)return r.value}return g(e,u,!o,a)}function EW(e,n,t,r,o,i,a,s){o||(o=mx(r));const l=Sx(o,n);if(l){const o=gn(l)?void 0:lt(l,n),c=gn(l)?l:st(l);s.traceEnabled&&JO(s.host,Oa.Module_name_0_matched_pattern_1,n,c);return{value:x(r[c],(n=>{const r=o?NA(n,o):n,l=_a(ua(t,r));s.traceEnabled&&JO(s.host,Oa.Trying_substitution_0_candidate_module_location_Colon_1,n,r);const c=bx(n);if(void 0!==c){const e=ZF(l,a,s);if(void 0!==e)return $O({path:e,ext:c,resolvedUsingTsExtension:void 0})}return i(e,l,a||!jE(ra(l),s.host),s)}))}}}function SW(e,n){const t=xW(e);return n.traceEnabled&&t!==e&&JO(n.host,Oa.Scoped_package_detected_looking_in_0,t),t}function TW(e){return`@types/${xW(e)}`}function xW(e){if(dt(e,"@")){const n=e.replace(Fi,KO);if(n!==e)return n.slice(1)}return e}function AW(e){const n=ut(e,"@types/");return n!==e?RW(n):e}function RW(e){return e.includes(KO)?"@"+e.replace(KO,Fi):e}function IW(e,n,t,r,o,i){const a=e&&e.getFromNonRelativeNameCache(n,t,r,o);if(a)return i.traceEnabled&&JO(i.host,Oa.Resolution_for_module_0_was_found_in_cache_from_location_1,n,r),i.resultFromCache=a,{value:a.resolvedModule&&{path:a.resolvedModule.resolvedFileName,originalPath:a.resolvedModule.originalPath||!0,extension:a.resolvedModule.extension,packageId:a.resolvedModule.packageId,resolvedUsingTsExtension:a.resolvedModule.resolvedUsingTsExtension}}}function NW(e,n,t,r,o,i){const a=XO(t,r),s=[],l=[],c=ra(n),d=[],u={compilerOptions:t,host:r,traceEnabled:a,failedLookupLocations:s,affectingLocations:l,packageJsonInfoCache:o,features:0,conditions:[],requestContainingDirectory:c,reportDiagnostic:e=>{d.push(e)},isConfigLookup:!1,candidateIsFromPackageJsonField:!1,resolvedPackageDirectory:!1},p=f(5)||f(2|(t.resolveJsonModule?8:0));return nF(e,p&&p.value,(null==p?void 0:p.value)&&HF(p.value.path),s,l,d,u,o);function f(n){const t=OF(n,e,c,JF,u);if(t)return{value:t};if(Xs(e)){const t=_a(ua(c,e));return PW(JF(n,t,!1,u))}{const t=ka(c,(t=>{const r=IW(o,e,void 0,t,i,u);if(r)return r;const a=_a(ua(t,e));return PW(JF(n,a,!1,u))}));if(t)return t;if(5&n){let t=function(e,n,t){return yW(4,e,n,t,!0,void 0,void 0)}(e,c,u);return 4&n&&(t??(t=DW(e,u))),t}}}}function DW(e,n){if(n.compilerOptions.typeRoots)for(const t of n.compilerOptions.typeRoots){const r=pF(t,e,n),o=jE(t,n.host);!o&&n.traceEnabled&&JO(n.host,Oa.Directory_0_does_not_exist_skipping_all_lookups_in_it,t);const i=XF(4,r,!o,n);if(i){const e=KF(i.path);return PW(YO(e?sW(e,!1,n):void 0,i))}const a=nW(4,r,!o,n);if(a)return PW(a)}}function CW(e,n){return!!e.allowImportingTsExtensions||n&&_k(n)}function MW(e,n,t,r,o,i){const a=XO(t,r);a&&JO(r,Oa.Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2,n,e,o);const s=[],l=[],c=[],d={compilerOptions:t,host:r,traceEnabled:a,failedLookupLocations:s,affectingLocations:l,packageJsonInfoCache:i,features:0,conditions:[],requestContainingDirectory:void 0,reportDiagnostic:e=>{c.push(e)},isConfigLookup:!1,candidateIsFromPackageJsonField:!1,resolvedPackageDirectory:!1};return tF(vW(4,e,o,d,!1,void 0,void 0),!0,s,l,c,d.resultFromCache,void 0)}function PW(e){return void 0!==e?{value:e}:void 0}function LW(e,n,...t){e.traceEnabled&&JO(e.host,n,...t)}function kW(e){return!e.host.useCaseSensitiveFileNames||("boolean"==typeof e.host.useCaseSensitiveFileNames?e.host.useCaseSensitiveFileNames:e.host.useCaseSensitiveFileNames())}var wW,OW,FW,WW=b({"src/compiler/moduleNameResolver.ts"(){JJ(),VO=ua("node_modules","@types"),UO=(e=>(e[e.None=0]="None",e[e.Imports=2]="Imports",e[e.SelfName=4]="SelfName",e[e.Exports=8]="Exports",e[e.ExportsPatternTrailers=16]="ExportsPatternTrailers",e[e.AllFeatures=30]="AllFeatures",e[e.Node16Default=30]="Node16Default",e[e.NodeNextDefault=30]="NodeNextDefault",e[e.BundlerDefault=30]="BundlerDefault",e[e.EsmMode=32]="EsmMode",e))(UO||{}),HO="/node_modules/",KO="__"}});function zW(e,n){return e.body&&!e.body.parent&&(Vx(e.body,e),Hx(e.body,!1)),e.body?GW(e.body,n):1}function GW(e,n=new Map){const t=Hz(e);if(n.has(t))return n.get(t)||0;n.set(t,void 0);const r=function(e,n){switch(e.kind){case 264:case 265:return 0;case 266:if(A_(e))return 2;break;case 272:case 271:if(!Bb(e,32))return 0;break;case 278:const t=e;if(!t.moduleSpecifier&&t.exportClause&&279===t.exportClause.kind){let e=0;for(const r of t.exportClause.elements){const t=BW(r,n);if(t>e&&(e=t),1===e)return e}return e}break;case 268:{let t=0;return ok(e,(e=>{const r=GW(e,n);switch(r){case 0:return;case 2:return void(t=2);case 1:return t=1,!0;default:Rt.assertNever(r)}})),t}case 267:return zW(e,n);case 80:if(4096&e.flags)return 0}return 1}(e,n);return n.set(t,r),r}function BW(e,n){const t=e.propertyName||e.name;let r=e.parent;for(;r;){if(GD(r)||fC(r)||rM(r)){const e=r.statements;let o;for(const i of e)if(Wl(i,t)){i.parent||(Vx(i,r),Hx(i,!1));const e=GW(i,n);if((void 0===o||e>o)&&(o=e),1===o)return o;271===i.kind&&(o=1)}if(void 0!==o)return o}r=r.parent}return 1}function jW(e){return Rt.attachFlowNodeDebugInfo(e),e}function VW(e,n){var t,r;br("beforeBind"),null==(t=sr)||t.logStartBindFile(""+e.fileName),FW(e,n),null==(r=sr)||r.logStopBindFile(),br("afterBind"),Er("Bind","beforeBind","afterBind")}function UW(){var e,n,t,r,o,i,a,s,l,c,d,u,p,f,m,_,h,g,y,v,b,E,S,A,R=!1,I=0,N={flags:1},D={flags:1},C=function(){return nL((function(e,n){if(n){n.stackIndex++,Vx(e,r);const t=E;je(e);const o=r;r=e,n.skip=!1,n.inStrictModeStack[n.stackIndex]=t,n.parentStack[n.stackIndex]=o}else n={stackIndex:0,skip:!1,inStrictModeStack:[void 0],parentStack:[void 0]};const t=e.operatorToken.kind;if(pE(t)||dE(t)){if(ae(e)){const n=X();ye(e,n,n),d=oe(n)}else ye(e,m,_);n.skip=!0}return n}),(function(n,t,r){if(!t.skip){const t=e(n);return 28===r.operatorToken.kind&&_e(n),t}}),(function(e,n,t){n.skip||We(e)}),(function(n,t,r){if(!t.skip){const t=e(n);return 28===r.operatorToken.kind&&_e(n),t}}),(function(e,n){if(!n.skip){const n=e.operatorToken.kind;if(mE(n)&&!my(e)&&(ge(e.left),64===n&&212===e.left.kind)){J(e.left.expression)&&(d=te(256,d,e))}}const t=n.inStrictModeStack[n.stackIndex],o=n.parentStack[n.stackIndex];void 0!==t&&(E=t);void 0!==o&&(r=o);n.skip=!1,n.stackIndex--}),void 0);function e(e){if(e&&TD(e)&&!vE(e))return e;We(e)}}();return function(g,T){var x,C;e=g,t=jp(n=T),E=function(e,n){return!(!RT(n,"alwaysStrict")||e.isDeclarationFile)||!!e.externalModuleIndicator}(e,T),A=new Set,I=0,S=Wp.getSymbolConstructor(),Rt.attachFlowNodeDebugInfo(N),Rt.attachFlowNodeDebugInfo(D),e.locals||(null==(x=Lr)||x.push(Lr.Phase.Bind,"bindSourceFile",{path:e.path},!0),We(e),null==(C=Lr)||C.pop(),e.symbolCount=I,e.classifiableNames=A,function(){if(!l)return;const n=o,t=s,i=a,c=r,u=d;for(const n of l){const t=n.parent.parent;o=n_(t)||e,a=t_(t)||e,d=jW({flags:2}),r=n,We(n.typeExpression);const i=jl(n);if((wM(n)||!n.fullName)&&i&&xE(i.parent)){const t=en(i.parent);if(t){Qe(e.symbol,i.parent,t,!!Nl(i,(e=>lD(e)&&"prototype"===e.name.escapedText)),!1);const r=o;switch(Mg(i.parent)){case 1:case 2:o=T_(e)?e:void 0;break;case 4:o=i.parent.expression;break;case 3:o=i.parent.expression.name;break;case 5:o=KW(e,i.parent.expression)?e:lD(i.parent.expression)?i.parent.expression.name:i.parent.expression;break;case 0:return Rt.fail("Shouldn't have detected typedef or enum on non-assignment declaration")}o&&z(n,524288,788968),o=r}}else wM(n)||!n.fullName||80===n.fullName.kind?(r=n.parent,Me(n,524288,788968)):We(n.fullName)}o=n,s=t,a=i,r=c,d=u}());e=void 0,n=void 0,t=void 0,r=void 0,o=void 0,i=void 0,a=void 0,s=void 0,l=void 0,c=!1,d=void 0,u=void 0,p=void 0,f=void 0,m=void 0,_=void 0,h=void 0,y=void 0,v=!1,R=!1,b=0};function P(n,t,...r){return p_($f(n)||e,n,t,...r)}function L(e,n){return I++,new S(e,n)}function k(e,n,t){e.flags|=t,n.symbol=e,e.declarations=Re(e.declarations,n),1955&t&&!e.exports&&(e.exports=Mf()),6240&t&&!e.members&&(e.members=Mf()),e.constEnumOnlyModule&&304&e.flags&&(e.constEnumOnlyModule=!1),111551&t&&wg(e,n)}function w(e){if(277===e.kind)return e.isExportEquals?"export=":"default";const n=jl(e);if(n){if(km(e)){const t=sv(n);return Gm(e)?"__global":`"${t}"`}if(167===n.kind){const e=n.expression;if(nv(e))return Ml(e.text);if(tv(e))return as(e.operator)+e.operand.text;Rt.fail("Only computed properties with literal names have declaration names")}if(rN(n)){const t=_h(e);if(!t)return;return dv(t.symbol,n.escapedText)}return qC(n)?EA(n):av(n)?lv(n):void 0}switch(e.kind){case 176:return"__constructor";case 184:case 179:case 330:return"__call";case 185:case 180:return"__new";case 181:return"__index";case 278:return"__export";case 312:return"export=";case 226:if(2===Eg(e))return"export=";Rt.fail("Unknown binary declaration kind");break;case 324:return Hg(e)?"__new":"__call";case 169:Rt.assert(324===e.parent.kind,"Impossible parameter parent kind",(()=>`parent is: ${Rt.formatSyntaxKind(e.parent.kind)}, expected JSDocFunctionType`));return"arg"+e.parent.parameters.indexOf(e)}}function O(e){return Gl(e)?o_(e.name):Pl(Rt.checkDefined(w(e)))}function W(n,t,r,o,i,a,s){Rt.assert(s||!rv(r));const l=Bb(r,2048)||MC(r)&&"default"===r.name.escapedText,c=s?"__computed":l&&t?"default":w(r);let d;if(void 0===c)d=L(0,"__missing");else if(d=n.get(c),2885600&o&&A.add(c),d){if(a&&!d.isReplaceableByMethod)return d;if(d.flags&i)if(d.isReplaceableByMethod)n.set(c,d=L(0,c));else if(!(3&o&&67108864&d.flags)){Gl(r)&&Vx(r.name,r);let n=2&d.flags?Oa.Cannot_redeclare_block_scoped_variable_0:Oa.Duplicate_identifier_0,t=!0;(384&d.flags||384&o)&&(n=Oa.Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations,t=!1);let i=!1;T(d.declarations)&&(l||d.declarations&&d.declarations.length&&277===r.kind&&!r.isExportEquals)&&(n=Oa.A_module_cannot_have_multiple_default_exports,t=!1,i=!0);const a=[];dC(r)&&im(r.type)&&Bb(r,32)&&2887656&d.flags&&a.push(P(r,Oa.Did_you_mean_0,`export type { ${Pl(r.name.escapedText)} }`));const s=jl(r)||r;x(d.declarations,((r,o)=>{const l=jl(r)||r,c=t?P(l,n,O(r)):P(l,n);e.bindDiagnostics.push(i?xx(c,P(s,0===o?Oa.Another_export_default_is_here:Oa.and_here)):c),i&&a.push(P(l,Oa.The_first_export_default_is_here))}));const u=t?P(s,n,O(r)):P(s,n);e.bindDiagnostics.push(xx(u,...a)),d=L(0,c)}}else n.set(c,d=L(0,c)),a&&(d.isReplaceableByMethod=!0);return k(d,r,o),d.parent?Rt.assert(d.parent===t,"Existing symbol parent should match new one"):d.parent=t,d}function z(e,n,t){const r=!!(32&Sl(e))||function(e){e.parent&&pC(e)&&(e=e.parent);if(!Kg(e))return!1;if(!wM(e)&&e.fullName)return!0;const n=jl(e);return!!n&&(!(!xE(n.parent)||!en(n.parent))||!!(Pu(n.parent)&&32&Sl(n.parent)))}(e);if(2097152&n)return 281===e.kind||271===e.kind&&r?W(o.symbol.exports,o.symbol,e,n,t):(Rt.assertNode(o,Du),W(o.locals,void 0,e,n,t));if(Kg(e)&&Rt.assert(Yh(e)),!km(e)&&(r||128&o.flags)){if(!Du(o)||!o.locals||Bb(e,2048)&&!w(e))return W(o.symbol.exports,o.symbol,e,n,t);const r=111551&n?1048576:0,i=W(o.locals,void 0,e,r,t);return i.exportSymbol=W(o.symbol.exports,o.symbol,e,n,t),e.localSymbol=i,i}return Rt.assertNode(o,Du),W(o.locals,void 0,e,n,t)}function G(e){B(e,(e=>262===e.kind?We(e):void 0)),B(e,(e=>262!==e.kind?We(e):void 0))}function B(e,n=We){void 0!==e&&x(e,n)}function j(e){ok(e,We,B)}function V(e){const t=R;if(R=!1,function(e){if(!(1&d.flags))return!1;if(d===N){const t=ku(e)&&242!==e.kind||263===e.kind||267===e.kind&&function(e){const t=zW(e);return 1===t||2===t&&Zp(n)}(e);if(t&&(d=D,!n.allowUnreachableCode)){const t=TT(n)&&!(33554432&e.flags)&&(!BD(e)||!!(7&xl(e.declarationList))||e.declarationList.declarations.some((e=>!!e.initializer)));!function(e,n){if(wu(e)&&HW(e)&&GD(e.parent)){const{statements:t}=e.parent,r=Tx(t,e);le(r,HW,((e,t)=>n(r[e],r[t-1])))}else n(e,e)}(e,((e,n)=>Fe(t,e,n,Oa.Unreachable_code_detected)))}}return!0}(e))return j(e),ze(e),void(R=t);switch(e.kind>=243&&e.kind<=259&&!n.allowUnreachableCode&&(e.flowNode=d),e.kind){case 247:!function(e){const n=fe(e,Y()),t=X(),r=X();Z(n,d),d=n,ue(e.expression,t,r),d=oe(t),pe(e.statement,r,n),Z(n,d),d=oe(r)}(e);break;case 246:!function(e){const n=Y(),t=fe(e,X()),r=X();Z(n,d),d=n,pe(e.statement,r,t),Z(t,d),d=oe(t),ue(e.expression,n,r),d=oe(r)}(e);break;case 248:!function(e){const n=fe(e,Y()),t=X(),r=X();We(e.initializer),Z(n,d),d=n,ue(e.condition,t,r),d=oe(t),pe(e.statement,r,n),We(e.incrementor),Z(n,d),d=oe(r)}(e);break;case 249:case 250:!function(e){const n=fe(e,Y()),t=X();We(e.expression),Z(n,d),d=n,250===e.kind&&We(e.awaitModifier);Z(t,d),We(e.initializer),261!==e.initializer.kind&&ge(e.initializer);pe(e.statement,t,n),Z(n,d),d=oe(t)}(e);break;case 245:!function(e){const n=X(),t=X(),r=X();ue(e.expression,n,t),d=oe(n),We(e.thenStatement),Z(r,d),d=oe(t),We(e.elseStatement),Z(r,d),d=oe(r)}(e);break;case 253:case 257:!function(e){We(e.expression),253===e.kind&&(v=!0,f&&Z(f,d));d=N}(e);break;case 252:case 251:!function(e){if(We(e.label),e.label){const n=function(e){for(let n=y;n;n=n.next)if(n.name===e)return n;return}(e.label.escapedText);n&&(n.referenced=!0,me(e,n.breakTarget,n.continueTarget))}else me(e,u,p)}(e);break;case 258:!function(e){const n=f,t=h,r=X(),o=X();let i=X();e.finallyBlock&&(f=o);Z(i,d),h=i,We(e.tryBlock),Z(r,d),e.catchClause&&(d=oe(i),i=X(),Z(i,d),h=i,We(e.catchClause),Z(r,d));if(f=n,h=t,e.finallyBlock){const n=X();n.antecedents=ce(ce(r.antecedents,i.antecedents),o.antecedents),d=n,We(e.finallyBlock),1&d.flags?d=N:(f&&o.antecedents&&Z(f,$(n,o.antecedents,d)),h&&i.antecedents&&Z(h,$(n,i.antecedents,d)),d=r.antecedents?$(n,r.antecedents,d):N)}else d=oe(r)}(e);break;case 255:!function(e){const n=X();We(e.expression);const t=u,r=g;u=n,g=d,We(e.caseBlock),Z(n,d);const o=x(e.caseBlock.clauses,(e=>297===e.kind));e.possiblyExhaustive=!o&&!n.antecedents,o||Z(n,ne(g,e,0,0));u=t,g=r,d=oe(n)}(e);break;case 269:!function(e){const t=e.clauses,r=112===e.parent.expression.kind||U(e.parent.expression);let o=N;for(let i=0;iDC(e)||NC(e)))}(e)?e.flags|=128:e.flags&=-129}function De(e){const n=zW(e),t=0!==n;return Ie(e,t?512:1024,t?110735:0),n}function Ce(e,n,t){const r=L(n,t);return 106508&n&&(r.parent=o.symbol),k(r,e,n),r}function Me(e,n,t){switch(a.kind){case 267:z(e,n,t);break;case 312:if(T_(o)){z(e,n,t);break}default:Rt.assertNode(a,Du),a.locals||(a.locals=Mf(),Ae(a)),W(a.locals,void 0,e,n,t)}}function Pe(n){if(!(e.parseDiagnostics.length||33554432&n.flags||16777216&n.flags||Dy(n))){const t=kl(n);if(void 0===t)return;E&&t>=119&&t<=127?e.bindDiagnostics.push(P(n,function(n){if(_h(n))return Oa.Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode;if(e.externalModuleIndicator)return Oa.Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode;return Oa.Identifier_expected_0_is_a_reserved_word_in_strict_mode}(n),o_(n))):135===t?uk(e)&&Eh(n)?e.bindDiagnostics.push(P(n,Oa.Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module,o_(n))):65536&n.flags&&e.bindDiagnostics.push(P(n,Oa.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here,o_(n))):127===t&&16384&n.flags&&e.bindDiagnostics.push(P(n,Oa.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here,o_(n)))}}function Le(n,t){if(t&&80===t.kind){const o=t;if(tN(r=o)&&("eval"===r.escapedText||"arguments"===r.escapedText)){const r=S_(e,t);e.bindDiagnostics.push(iT(e,r.start,r.length,function(n){if(_h(n))return Oa.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;if(e.externalModuleIndicator)return Oa.Invalid_use_of_0_Modules_are_automatically_in_strict_mode;return Oa.Invalid_use_of_0_in_strict_mode}(n),Ll(o)))}}var r}function ke(e){E&&Le(e,e.name)}function we(n){if(t<2&&312!==a.kind&&267!==a.kind&&!xd(a)){const t=S_(e,n);e.bindDiagnostics.push(iT(e,t.start,t.length,function(n){return _h(n)?Oa.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_definitions_are_automatically_in_strict_mode:e.externalModuleIndicator?Oa.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_are_automatically_in_strict_mode:Oa.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5}(n)))}}function Oe(n,t,...r){const o=b_(e,n.pos);e.bindDiagnostics.push(iT(e,o.start,o.length,t,...r))}function Fe(n,t,r,o){!function(n,t,r){const o=iT(e,t.pos,t.end-t.pos,r);n?e.bindDiagnostics.push(o):e.bindSuggestionDiagnostics=Ee(e.bindSuggestionDiagnostics,{...o,category:2})}(n,{pos:vm(t,e),end:r.end},o)}function We(n){if(!n)return;Vx(n,r),Lr&&(n.tracingPath=e.path);const t=E;if(je(n),n.kind>165){const e=r;r=n;const t=qW(n);0===t?V(n):function(e,n){const t=o,r=i,s=a;if(1&n?(219!==e.kind&&(i=o),o=a=e,32&n&&(o.locals=Mf(),Ae(o))):2&n&&(a=e,32&n&&(a.locals=void 0)),4&n){const t=d,r=u,o=p,i=f,a=h,s=y,l=v,c=16&n&&!Bb(e,1024)&&!e.asteriskToken&&!!xh(e)||175===e.kind;c||(d=jW({flags:2}),144&n&&(d.node=e)),f=c||176===e.kind||Yh(e)&&(262===e.kind||218===e.kind)?X():void 0,h=void 0,u=void 0,p=void 0,y=void 0,v=!1,V(e),e.flags&=-5633,!(1&d.flags)&&8&n&&am(e.body)&&(e.flags|=512,v&&(e.flags|=1024),e.endFlowNode=d),312===e.kind&&(e.flags|=b,e.endFlowNode=d),f&&(Z(f,d),d=oe(f),(176===e.kind||175===e.kind||Yh(e)&&(262===e.kind||218===e.kind))&&(e.returnFlowNode=d)),c||(d=t),u=r,p=o,f=i,h=a,y=s,v=l}else 64&n?(c=!1,V(e),Rt.assertNotNode(e,tN),e.flags=c?256|e.flags:-257&e.flags):V(e);o=t,i=r,a=s}(n,t),r=e}else{const e=r;1===n.kind&&(r=n),ze(n),r=e}E=t}function ze(e){if(Xu(e))if(Yh(e))for(const n of e.jsDoc)We(n);else for(const n of e.jsDoc)Vx(n,e),Hx(n,!1)}function Ge(e){if(!E)for(const n of e){if(!w_(n))return;if(Be(n))return void(E=!0)}}function Be(n){const t=Em(e,n.expression);return'"use strict"'===t||"'use strict'"===t}function je(t){switch(t.kind){case 80:if(4096&t.flags){let e=t.parent;for(;e&&!Kg(e);)e=e.parent;Me(e,524288,788968);break}case 110:return d&&(uu(t)||304===r.kind)&&(t.flowNode=d),Pe(t);case 166:d&&jh(t)&&(t.flowNode=d);break;case 236:case 108:t.flowNode=d;break;case 81:return function(n){"#constructor"===n.escapedText&&(e.parseDiagnostics.length||e.bindDiagnostics.push(P(n,Oa.constructor_is_a_reserved_word,o_(n))))}(t);case 211:case 212:const i=t;d&&H(i)&&(i.flowNode=d),kg(i)&&function(e){110===e.expression.kind?qe(e):Ag(e)&&312===e.parent.parent.kind&&(RE(e.expression)?Ye(e,e.parent):$e(e))}(i),Yh(i)&&e.commonJsModuleIndicator&&bg(i)&&!JW(a,"module")&&W(e.locals,void 0,i.expression,134217729,111550);break;case 226:switch(Eg(t)){case 1:He(t);break;case 2:!function(n){if(!Ue(n))return;const t=gg(n.right);if(PE(t)||o===e&&KW(e,t))return;if(sD(t)&&M(t.properties,ZC))return void x(t.properties,Ke);const r=Ly(n)?2097152:1049092,i=W(e.symbol.exports,e.symbol,n,67108864|r,0);wg(i,n)}(t);break;case 3:Ye(t.left,t);break;case 6:!function(e){Vx(e.left,e),Vx(e.right,e),nn(e.left.expression,e.left,!1,!0)}(t);break;case 4:qe(t);break;case 5:const n=t.left.expression;if(Yh(t)&&tN(n)){const e=JW(a,n.escapedText);if(Nh(null==e?void 0:e.valueDeclaration)){qe(t);break}}!function(n){var t;const r=tn(n.left.expression,a)||tn(n.left.expression,o);if(!Yh(n)&&!Og(r))return;const i=zS(n.left);if(tN(i)&&2097152&(null==(t=JW(o,i.escapedText))?void 0:t.flags))return;if(Vx(n.left,n),Vx(n.right,n),tN(n.left.expression)&&o===e&&KW(e,n.left.expression))He(n);else if(rv(n)){Ce(n,67108868,"__computed");Xe(n,Qe(r,n.left.expression,en(n.left),!1,!1))}else $e(bn(n.left,Ig))}(t);break;case 0:break;default:Rt.fail("Unknown binary expression special property assignment kind")}return function(e){E&&iu(e.left)&&mE(e.operatorToken.kind)&&Le(e,e.left)}(t);case 299:return function(e){E&&e.variableDeclaration&&Le(e,e.variableDeclaration.name)}(t);case 220:return function(n){if(E&&80===n.expression.kind){const t=S_(e,n.expression);e.bindDiagnostics.push(iT(e,t.start,t.length,Oa.delete_cannot_be_called_on_an_identifier_in_strict_mode))}}(t);case 225:return function(e){E&&Le(e,e.operand)}(t);case 224:return function(e){E&&(46!==e.operator&&47!==e.operator||Le(e,e.operand))}(t);case 254:return function(e){E&&Oe(e,Oa.with_statements_are_not_allowed_in_strict_mode)}(t);case 256:return function(e){E&&jp(n)>=2&&(Lu(e.statement)||BD(e.statement))&&Oe(e.label,Oa.A_label_is_not_allowed_here)}(t);case 197:return void(c=!0);case 182:break;case 168:return function(e){if(GM(e.parent)){const n=oy(e.parent);n?(Rt.assertNode(n,Du),n.locals??(n.locals=Mf()),W(n.locals,void 0,e,262144,526824)):Ie(e,262144,526824)}else if(195===e.parent.kind){const n=function(e){const n=Nl(e,(e=>e.parent&&KN(e.parent)&&e.parent.extendsType===e));return n&&n.parent}(e.parent);n?(Rt.assertNode(n,Du),n.locals??(n.locals=Mf()),W(n.locals,void 0,e,262144,526824)):Ce(e,262144,w(e))}else Ie(e,262144,526824)}(t);case 169:return an(t);case 260:return on(t);case 208:return t.flowNode=d,on(t);case 172:case 171:return function(e){const n=Ld(e),t=n?13247:0;return sn(e,(n?98304:4)|(e.questionToken?16777216:0),t)}(t);case 303:case 304:return sn(t,4,0);case 306:return sn(t,8,900095);case 179:case 180:case 181:return Ie(t,131072,0);case 174:case 173:return sn(t,8192|(t.questionToken?16777216:0),oh(t)?0:103359);case 262:return function(n){e.isDeclarationFile||33554432&n.flags||ev(n)&&(b|=4096);ke(n),E?(we(n),Me(n,16,110991)):Ie(n,16,110991)}(t);case 176:return Ie(t,16384,0);case 177:return sn(t,32768,46015);case 178:return sn(t,65536,78783);case 184:case 324:case 330:case 185:return function(e){const n=L(131072,w(e));k(n,e,131072);const t=L(2048,"__type");k(t,e,2048),t.members=Mf(),t.members.set(n.escapedName,n)}(t);case 187:case 329:case 200:return function(e){return Ce(e,2048,"__type")}(t);case 339:return function(e){j(e);const n=ay(e);n&&174!==n.kind&&k(n.symbol,n,32)}(t);case 210:return function(e){return Ce(e,4096,"__object")}(t);case 218:case 219:return function(n){e.isDeclarationFile||33554432&n.flags||ev(n)&&(b|=4096);d&&(n.flowNode=d);ke(n);const t=n.name?n.name.escapedText:"__function";return Ce(n,16,t)}(t);case 213:switch(Eg(t)){case 7:return function(e){let n=tn(e.arguments[0]);const t=312===e.parent.parent.kind;n=Qe(n,e.arguments[0],t,!1,!1),Ze(e,n,!1)}(t);case 8:return function(e){if(!Ue(e))return;const n=rn(e.arguments[0],void 0,((e,n)=>(n&&k(n,e,67110400),n)));if(n){const t=1048580;W(n.exports,n,e,t,0)}}(t);case 9:return function(e){const n=tn(e.arguments[0].expression);n&&n.valueDeclaration&&k(n,n.valueDeclaration,32);Ze(e,n,!0)}(t);case 0:break;default:return Rt.fail("Unknown call expression assignment declaration kind")}Yh(t)&&function(n){!e.commonJsModuleIndicator&&ng(n,!1)&&Ue(n)}(t);break;case 231:case 263:return E=!0,function(n){if(263===n.kind)Me(n,32,899503);else{Ce(n,32,n.name?n.name.escapedText:"__class"),n.name&&A.add(n.name.escapedText)}const{symbol:t}=n,r=L(4194308,"prototype"),o=t.exports.get(r.escapedName);o&&(n.name&&Vx(n.name,n),e.bindDiagnostics.push(P(o.declarations[0],Oa.Duplicate_identifier_0,wl(r))));t.exports.set(r.escapedName,r),r.parent=t}(t);case 264:return Me(t,64,788872);case 265:return Me(t,524288,788968);case 266:return function(e){return A_(e)?Me(e,128,899967):Me(e,256,899327)}(t);case 267:return function(n){if(Ne(n),km(n))if(Bb(n,32)&&Oe(n,Oa.export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible),jm(n))De(n);else{let t;if(11===n.name.kind){const{text:e}=n.name;t=fx(e),void 0===t&&Oe(n.name,Oa.Pattern_0_can_have_at_most_one_Asterisk_character,e)}const r=Ie(n,512,110735);e.patternAmbientModules=Ee(e.patternAmbientModules,t&&!gn(t)?{pattern:t,symbol:r}:void 0)}else{const e=De(n);if(0!==e){const{symbol:t}=n;t.constEnumOnlyModule=!(304&t.flags)&&2===e&&!1!==t.constEnumOnlyModule}}}(t);case 292:return function(e){return Ce(e,4096,"__jsxAttributes")}(t);case 291:return function(e,n,t){return Ie(e,n,t)}(t,4,0);case 271:case 274:case 276:case 281:return Ie(t,2097152,2097152);case 270:return function(n){se(n.modifiers)&&e.bindDiagnostics.push(P(n,Oa.Modifiers_cannot_appear_here));const t=rM(n.parent)?uk(n.parent)?n.parent.isDeclarationFile?void 0:Oa.Global_module_exports_may_only_appear_in_declaration_files:Oa.Global_module_exports_may_only_appear_in_module_files:Oa.Global_module_exports_may_only_appear_at_top_level;t?e.bindDiagnostics.push(P(n,t)):(e.symbol.globalExports=e.symbol.globalExports||Mf(),W(e.symbol.globalExports,e.symbol,n,2097152,2097152))}(t);case 273:return function(e){e.name&&Ie(e,2097152,2097152)}(t);case 278:return function(e){o.symbol&&o.symbol.exports?e.exportClause?AC(e.exportClause)&&(Vx(e.exportClause,e),W(o.symbol.exports,o.symbol,e.exportClause,2097152,2097152)):W(o.symbol.exports,o.symbol,e,8388608,0):Ce(e,8388608,w(e))}(t);case 277:return function(e){if(o.symbol&&o.symbol.exports){const n=Ly(e)?2097152:4,t=W(o.symbol.exports,o.symbol,e,n,-1);e.isExportEquals&&wg(t,e)}else Ce(e,111551,w(e))}(t);case 312:return Ge(t.statements),function(){if(Ne(e),uk(e))Ve();else if(x_(e)){Ve();const n=e.symbol;W(e.symbol.exports,e.symbol,e,4,-1),e.symbol=n}}();case 241:if(!xd(t.parent))return;case 268:return Ge(t.statements);case 348:if(330===t.parent.kind)return an(t);if(329!==t.parent.kind)break;case 355:const s=t;return Ie(s,s.isBracketed||s.typeExpression&&323===s.typeExpression.type.kind?16777220:4,0);case 353:case 345:case 347:return(l||(l=[])).push(t);case 346:return We(t.typeExpression)}}function Ve(){Ce(e,512,`"${cx(e.fileName)}"`)}function Ue(n){return(!e.externalModuleIndicator||!0===e.externalModuleIndicator)&&(e.commonJsModuleIndicator||(e.commonJsModuleIndicator=n,e.externalModuleIndicator||Ve()),!0)}function He(e){if(!Ue(e))return;const n=rn(e.left.expression,void 0,((e,n)=>(n&&k(n,e,67110400),n)));if(n){const t=Py(e.right)&&(yg(e.left.expression)||bg(e.left.expression))?2097152:1048580;Vx(e.left,e),W(n.exports,n,e.left,t,0)}}function Ke(n){W(e.symbol.exports,e.symbol,n,69206016,0)}function qe(e){Rt.assert(Yh(e));if(TD(e)&&lD(e.left)&&rN(e.left.name)||lD(e)&&rN(e.name))return;const n=vh(e,!1,!1);switch(n.kind){case 262:case 218:let t=n.symbol;if(TD(n.parent)&&64===n.parent.operatorToken.kind){const e=n.parent.left;Ag(e)&&RE(e.expression)&&(t=tn(e.expression.expression,i))}t&&t.valueDeclaration&&(t.members=t.members||Mf(),rv(e)?Je(e,t,t.members):W(t.members,t,e,67108868,0),k(t,t.valueDeclaration,32));break;case 176:case 172:case 174:case 177:case 178:case 175:const r=n.parent,o=jb(n)?r.symbol.exports:r.symbol.members;rv(e)?Je(e,r.symbol,o):W(o,r.symbol,e,67108868,0,!0);break;case 312:if(rv(e))break;n.commonJsModuleIndicator?W(n.symbol.exports,n.symbol,e,1048580,0):Ie(e,1,111550);break;case 267:break;default:Rt.failBadSyntaxKind(n)}}function Je(e,n,t){W(t,n,e,4,0,!0,!0),Xe(e,n)}function Xe(e,n){n&&(n.assignmentDeclarationMembers||(n.assignmentDeclarationMembers=new Map)).set(Hz(e),e)}function Ye(e,n){const t=e.expression,r=t.expression;Vx(r,t),Vx(t,e),Vx(e,n),nn(r,e,!0,!0)}function $e(e){Rt.assert(!tN(e)),Vx(e.expression,e),nn(e.expression,e,!1,!1)}function Qe(n,t,r,o,i){if(2097152&(null==n?void 0:n.flags))return n;if(r&&!o){const r=67110400,o=110735;n=rn(t,n,((n,t,i)=>{if(t)return k(t,n,r),t;return W(i?i.exports:e.jsGlobalAugmentations||(e.jsGlobalAugmentations=Mf()),i,n,r,o)}))}return i&&n&&n.valueDeclaration&&k(n,n.valueDeclaration,32),n}function Ze(e,n,t){if(!n||!function(e){if(1072&e.flags)return!0;const n=e.valueDeclaration;if(n&&dD(n))return!!pg(n);let t=n?iC(n)?n.initializer:TD(n)?n.right:lD(n)&&TD(n.parent)?n.parent.right:void 0:void 0;if(t=t&&gg(t),t){const e=RE(iC(n)?n.name:TD(n)?n.left:n);return!!fg(!TD(t)||57!==t.operatorToken.kind&&61!==t.operatorToken.kind?t:t.right,e)}return!1}(n))return;const r=t?n.members||(n.members=Mf()):n.exports||(n.exports=Mf());let o=0,i=0;Ad(pg(e))?(o=8192,i=103359):dD(e)&&Sg(e)&&(se(e.arguments[2].properties,(e=>{const n=jl(e);return!!n&&tN(n)&&"set"===Ll(n)}))&&(o|=65540,i|=78783),se(e.arguments[2].properties,(e=>{const n=jl(e);return!!n&&tN(n)&&"get"===Ll(n)}))&&(o|=32772,i|=46015)),0===o&&(o=4,i=0),W(r,n,e,67108864|o,-67108865&i)}function en(e){return TD(e.parent)?312===function(e){for(;TD(e.parent);)e=e.parent;return e.parent}(e.parent).parent.kind:312===e.parent.parent.kind}function nn(e,n,t,r){let i=tn(e,a)||tn(e,o);const s=en(n);i=Qe(i,n.expression,s,t,r),Ze(n,i,t)}function tn(e,n=o){if(tN(e))return JW(n,e.escapedText);{const n=tn(e.expression);return n&&n.exports&&n.exports.get(Cg(e))}}function rn(n,t,r){if(KW(e,n))return e.symbol;if(tN(n))return r(n,tn(n),t);{const e=rn(n.expression,t,r),o=Ng(n);return rN(o)&&Rt.fail("unexpected PrivateIdentifier"),r(o,e&&e.exports&&e.exports.get(Cg(n)),e)}}function on(e){if(E&&Le(e,e.name),!Vd(e.name)){const n=260===e.kind?e:e.parent.parent;!Yh(e)||!rg(n)||yc(e)||32&Sl(e)?Pm(e)?Me(e,2,111551):vv(e)?Ie(e,1,111551):Ie(e,1,111550):Ie(e,2097152,2097152)}}function an(e){if((348!==e.kind||330===o.kind)&&(!E||33554432&e.flags||Le(e,e.name),Vd(e.name)?Ce(e,1,"__"+e.parent.parameters.indexOf(e)):Ie(e,1,111551),gl(e,e.parent))){const n=e.parent.parent;W(n.symbol.members,n.symbol,e,4|(e.questionToken?16777216:0),0)}}function sn(n,t,r){return e.isDeclarationFile||33554432&n.flags||!ev(n)||(b|=4096),d&&ih(n)&&(n.flowNode=d),rv(n)?Ce(n,t,"__computed"):Ie(n,t,r)}}function HW(e){return!(sC(e)||function(e){switch(e.kind){case 264:case 265:return!0;case 267:return 1!==zW(e);case 266:return Bb(e,4096);default:return!1}}(e)||uC(e)||BD(e)&&!(7&xl(e))&&e.declarationList.declarations.some((e=>!e.initializer)))}function KW(e,n){let t=0;const r=fn();for(r.enqueue(n);!r.isEmpty()&&t<100;){if(t++,yg(n=r.dequeue())||bg(n))return!0;if(tN(n)){const t=JW(e,n.escapedText);if(t&&t.valueDeclaration&&iC(t.valueDeclaration)&&t.valueDeclaration.initializer){const e=t.valueDeclaration.initializer;r.enqueue(e),gE(e,!0)&&(r.enqueue(e.left),r.enqueue(e.right))}}}return!1}function qW(e){switch(e.kind){case 231:case 263:case 266:case 210:case 187:case 329:case 292:return 1;case 264:return 65;case 267:case 265:case 200:case 181:return 33;case 312:return 37;case 177:case 178:case 174:if(ih(e))return 173;case 176:case 262:case 173:case 179:case 330:case 324:case 184:case 180:case 185:case 175:return 45;case 218:case 219:return 61;case 268:return 4;case 172:return e.initializer?4:0;case 299:case 248:case 249:case 250:case 269:return 34;case 241:return Td(e.parent)||RN(e.parent)?0:34}return 0}function JW(e,n){var t,r,o,i;const a=null==(r=null==(t=vn(e,Du))?void 0:t.locals)?void 0:r.get(n);return a?a.exportSymbol??a:rM(e)&&e.jsGlobalAugmentations&&e.jsGlobalAugmentations.has(n)?e.jsGlobalAugmentations.get(n):Nu(e)?null==(i=null==(o=e.symbol)?void 0:o.exports)?void 0:i.get(n):void 0}var XW=b({"src/compiler/binder.ts"(){JJ(),oi(),wW=(e=>(e[e.NonInstantiated=0]="NonInstantiated",e[e.Instantiated=1]="Instantiated",e[e.ConstEnumOnly=2]="ConstEnumOnly",e))(wW||{}),OW=(e=>(e[e.None=0]="None",e[e.IsContainer=1]="IsContainer",e[e.IsBlockScopedContainer=2]="IsBlockScopedContainer",e[e.IsControlFlowContainer=4]="IsControlFlowContainer",e[e.IsFunctionLike=8]="IsFunctionLike",e[e.IsFunctionExpression=16]="IsFunctionExpression",e[e.HasLocals=32]="HasLocals",e[e.IsInterface=64]="IsInterface",e[e.IsObjectLiteralOrClassExpressionMethodOrAccessor=128]="IsObjectLiteralOrClassExpressionMethodOrAccessor",e))(OW||{}),FW=UW()}});function YW(e,n,t,r,o,i,a,s,l,c){return function(d=(()=>!0)){const u=[],p=[];return{walkType:e=>{try{return f(e),{visitedTypes:Xe(u),visitedSymbols:Xe(p)}}finally{V(u),V(p)}},walkSymbol:e=>{try{return h(e),{visitedTypes:Xe(u),visitedSymbols:Xe(p)}}finally{V(u),V(p)}}};function f(e){if(!e)return;if(u[e.id])return;u[e.id]=e;if(!h(e.symbol)){if(524288&e.flags){const t=e,o=t.objectFlags;4&o&&function(e){f(e.target),x(c(e),f)}(e),32&o&&function(e){f(e.typeParameter),f(e.constraintType),f(e.templateType),f(e.modifiersType)}(e),3&o&&(_(n=e),x(n.typeParameters,f),x(r(n),f),f(n.thisType)),24&o&&_(t)}var n;262144&e.flags&&function(e){f(s(e))}(e),3145728&e.flags&&function(e){x(e.types,f)}(e),4194304&e.flags&&function(e){f(e.type)}(e),8388608&e.flags&&function(e){f(e.objectType),f(e.indexType),f(e.constraint)}(e)}}function m(r){const o=n(r);o&&f(o.type),x(r.typeParameters,f);for(const e of r.parameters)h(e);f(e(r)),f(t(r))}function _(e){const n=o(e);for(const e of n.indexInfos)f(e.keyType),f(e.type);for(const e of n.callSignatures)m(e);for(const e of n.constructSignatures)m(e);for(const e of n.properties)h(e)}function h(e){if(!e)return!1;const n=Kz(e);if(p[n])return!1;if(p[n]=e,!d(e))return!0;return f(i(e)),e.exports&&e.exports.forEach(h),x(e.declarations,(e=>{if(e.type&&186===e.type.kind){const n=e.type;h(a(l(n.exprName)))}})),!1}}}var $W,QW=b({"src/compiler/symbolWalker.ts"(){JJ()}});function ZW({importModuleSpecifierPreference:e,importModuleSpecifierEnding:n},t,r,o){const i=a();return{relativePreference:void 0!==o?Xs(o)?0:1:"relative"===e?0:"non-relative"===e?1:"project-relative"===e?3:2,getAllowedEndingsInPreferredOrder:e=>{const n=e!==r.impliedNodeFormat?a(e):i;if(99===(e??r.impliedNodeFormat))return CW(t,r.fileName)?[3,2]:[2];if(1===Up(t))return 2===n?[2,1]:[1,2];const o=CW(t,r.fileName);switch(n){case 2:return o?[2,3,0,1]:[2,0,1];case 3:return[3,0,2,1];case 1:return o?[1,0,3,2]:[1,0,2];case 0:return o?[0,1,3,2]:[0,1,2];default:Rt.assertNever(n)}}};function a(e){if(void 0!==o){if(tx(o))return 2;if(Qn(o,"/index"))return 1}return ix(n,e??r.impliedNodeFormat,t,r)}}function ez(e,n,t,r,o,i,a={}){const s=rz(e,n,t,r,o,ZW({},e,n,i),{},a);if(s!==i)return s}function nz(e,n,t,r,o,i={}){return rz(e,n,t,r,o,ZW({},e,n),{},i)}function tz(e,n,t,r,o,i={}){const a=lz(n.fileName,r);return R(mz(a,t,r,o,i),(t=>yz(t,a,n,r,e,o,!0,i.overrideImportMode)))}function rz(e,n,t,r,o,i,a,s={}){const l=lz(t,o);return R(mz(l,r,o,a,s),(t=>yz(t,l,n,o,e,a,void 0,s.overrideImportMode)))||cz(r,l,e,o,s.overrideImportMode||n.impliedNodeFormat,i)}function oz(e,n,t,r,o={}){return iz(e,n,t,r,o)[0]}function iz(e,n,t,r,o={}){var a;const s=Qf(e);if(!s)return i;const l=null==(a=t.getModuleSpecifierCache)?void 0:a.call(t),c=null==l?void 0:l.get(n.path,s.path,r,o);return[null==c?void 0:c.moduleSpecifiers,s,null==c?void 0:c.modulePaths,l]}function az(e,n,t,r,o,i,a={}){return sz(e,n,t,r,o,i,a,!1).moduleSpecifiers}function sz(e,n,t,r,o,a,s={},l){let c=!1;const d=function(e,n){var t;const r=null==(t=e.declarations)?void 0:t.find((e=>Om(e)&&(!Bm(e)||!Xs(sv(e.name)))));if(r)return r.name.text;const o=Z(e.declarations,(e=>{var t,r,o,i;if(!pC(e))return;const a=c(e);if(!((null==(t=null==a?void 0:a.parent)?void 0:t.parent)&&fC(a.parent)&&km(a.parent.parent)&&rM(a.parent.parent.parent)))return;const s=null==(i=null==(o=null==(r=a.parent.parent.symbol.exports)?void 0:r.get("export="))?void 0:o.valueDeclaration)?void 0:i.expression;if(!s)return;const l=n.getSymbolAtLocation(s);if(!l)return;if((2097152&(null==l?void 0:l.flags)?n.getAliasedSymbol(l):l)===e.symbol)return a.parent.parent;function c(e){for(;8&e.flags;)e=e.parent;return e}})),i=o[0];if(i)return i.name.text}(e,n);if(d)return{moduleSpecifiers:[d],computedWithoutCache:c};let[u,p,f,m]=iz(e,r,o,a,s);if(u)return{moduleSpecifiers:u,computedWithoutCache:c};if(!p)return{moduleSpecifiers:i,computedWithoutCache:c};c=!0,f||(f=_z(lz(r.fileName,o),p.originalFileName,o));const _=function(e,n,t,r,o,i={},a){const s=lz(t.fileName,r),l=ZW(o,n,t),c=x(e,(e=>x(r.getFileIncludeReasons().get(ga(e.path,r.getCurrentDirectory(),s.getCanonicalFileName)),(e=>{if(3!==e.kind||e.file!==t.path)return;if(t.impliedNodeFormat&&t.impliedNodeFormat!==BU(t,e.index,n))return;const r=gH(t,e.index).text;return 1===l.relativePreference&&Ji(r)?void 0:r}))));if(c){return[c]}const d=se(e,(e=>e.isInNodeModules));let u,p,f,m;for(const c of e){const e=c.isInNodeModules?yz(c,s,t,r,n,o,void 0,i.overrideImportMode):void 0;if(u=Ee(u,e),e&&c.isRedirect)return u;if(!e){const e=cz(c.path,s,n,r,i.overrideImportMode||t.impliedNodeFormat,l,c.isRedirect);if(!e)continue;c.isRedirect?f=Ee(f,e):Xi(e)?HF(e)?m=Ee(m,e):p=Ee(p,e):(a||!d||c.isInNodeModules)&&(m=Ee(m,e))}}return(null==p?void 0:p.length)?p:(null==f?void 0:f.length)?f:(null==u?void 0:u.length)?u:Rt.checkDefined(m)}(f,t,r,o,a,s,l);return null==m||m.set(r.path,p.path,a,s,f,_),{moduleSpecifiers:_,computedWithoutCache:c}}function lz(e,n){e=ma(e,n.getCurrentDirectory());const t=at(!n.useCaseSensitiveFileNames||n.useCaseSensitiveFileNames()),r=ra(e);return{getCanonicalFileName:t,importingSourceFileName:e,sourceDirectory:r,canonicalSourceDirectory:t(r)}}function cz(e,n,t,r,o,{getAllowedEndingsInPreferredOrder:i,relativePreference:a},s){const{baseUrl:l,paths:c,rootDirs:d}=t;if(s&&!c)return;const{sourceDirectory:u,canonicalSourceDirectory:p,getCanonicalFileName:f}=n,m=i(o),_=d&&function(e,n,t,r,o,i){const a=vz(n,e,r);if(void 0===a)return;const s=vz(t,e,r),l=J(s,(e=>U(a,(n=>ba(Ca(e,n,r)))))),c=Gn(l,lx);if(!c)return;return bz(c,o,i)}(d,e,u,f,m,t)||bz(ba(Ca(u,e,f)),m,t);if(!l&&!c&&!Yp(t)||0===a)return s?void 0:_;const h=xz(e,ma(ib(t,r)||l,r.getCurrentDirectory()),f);if(!h)return s?void 0:_;const g=s?void 0:function(e,n,t,r,o){var i,a,s;if(!r.readFile||!Yp(t))return;const l=pz(r,n);if(!l)return;const c=ua(l,"package.json"),d=null==(a=null==(i=r.getPackageJsonInfoCache)?void 0:i.call(r))?void 0:a.getPackageJsonInfo(c);if(vF(d)||!r.fileExists(c))return;const u=(null==d?void 0:d.contents.packageJsonContent)||BE(r.readFile(c)),p=null==u?void 0:u.imports;if(!p)return;const f=_F(t,o);return null==(s=x(qe(p),(n=>{if(!dt(n,"#")||"#"===n||dt(n,"#/"))return;const o=Qn(n,"/")?1:n.includes("*")?2:0;return gz(t,r,e,l,n,p[n],f,o,!0)})))?void 0:s.moduleFileToTry}(e,u,t,r,o),y=s||void 0===g?c&&hz(h,c,m,r,t):void 0;if(s)return y;const v=g??(void 0===y&&void 0!==l?bz(h,m,t):y);if(!v)return _;if(1===a&&!Ji(v))return v;if(3===a&&!Ji(v)){const o=t.configFilePath?ga(ra(t.configFilePath),r.getCurrentDirectory(),n.getCanonicalFileName):n.getCanonicalFileName(r.getCurrentDirectory()),i=ga(e,o,f),a=dt(p,o),s=dt(i,o);if(a&&!s||!a&&s)return v;return function(e,n,t){return e===n||void 0!==e&&void 0!==n&&0===Ra(e,n,t)}(pz(r,ra(i)),pz(r,u),!qv(r))?_:v}return Az(v)||dz(_)e.fileExists(ua(n,"package.json"))?n:void 0))}function fz(e,n,t,r,o){var a;const s=Jv(t),l=t.getCurrentDirectory(),c=t.isSourceOfProjectReferenceRedirect(n)?t.getProjectReferenceRedirect(n):void 0,d=ga(n,l,s),u=t.redirectTargetsMap.get(d)||i,p=[...c?[c]:i,n,...u].map((e=>ma(e,l)));let f=!M(p,Xx);if(!r){const e=x(p,(e=>!(f&&Xx(e))&&o(e,c===e)));if(e)return e}const m=null==(a=t.getSymlinkCache)?void 0:a.call(t).getSymlinkedDirectoriesByRealpath(),_=ma(n,l);return m&&ka(ra(_),(n=>{const t=m.get(va(ga(n,l,s)));if(t)return!Na(e,n,s)&&x(p,(e=>{if(!Na(e,n,s))return;const r=Ca(n,e,s);for(const n of t){const t=pa(n,r),i=o(t,e===c);if(f=!0,i)return i}}))}))||(r?x(p,(e=>f&&Xx(e)?void 0:o(e,e===c))):void 0)}function mz(e,n,t,r,o={}){var i;const a=ga(e.importingSourceFileName,t.getCurrentDirectory(),Jv(t)),s=ga(n,t.getCurrentDirectory(),Jv(t)),l=null==(i=t.getModuleSpecifierCache)?void 0:i.call(t);if(l){const e=l.get(a,s,r,o);if(null==e?void 0:e.modulePaths)return e.modulePaths}const c=_z(e,n,t);return l&&l.setModulePaths(a,s,r,o,c),c}function _z(e,n,t){const r=new Map;let o=!1;fz(e.importingSourceFileName,n,t,!0,((n,t)=>{const i=HF(n);r.set(n,{path:e.getCanonicalFileName(n),isRedirect:t,isInNodeModules:i}),o=o||i}));const i=[];for(let n=e.canonicalSourceDirectory;0!==r.size;){const e=va(n);let t;r.forEach((({path:n,isRedirect:o,isInNodeModules:i},a)=>{dt(n,e)&&((t||(t=[])).push({path:a,isRedirect:o,isInNodeModules:i}),r.delete(a))})),t&&(t.length>1&&t.sort(uz),i.push(...t));const o=ra(n);if(o===n)break;n=o}if(r.size){const e=$e(r.entries(),(([e,{isRedirect:n,isInNodeModules:t}])=>({path:e,isRedirect:n,isInNodeModules:t})));e.length>1&&e.sort(uz),i.push(...e)}return i}function hz(e,n,t,r,o){for(const r in n)for(const a of n[r]){const n=_a(a),s=n.indexOf("*"),l=t.map((n=>({ending:n,value:bz(e,[n],o)})));if(bx(n)&&l.push({ending:void 0,value:e}),-1!==s){const e=n.substring(0,s),t=n.substring(s+1);for(const{ending:n,value:o}of l)if(o.length>=e.length+t.length&&dt(o,e)&&Qn(o,t)&&i({ending:n,value:o})){const n=o.substring(e.length,o.length-t.length);if(!Ji(n))return NA(r,n)}}else if(se(l,(e=>0!==e.ending&&n===e.value))||se(l,(e=>0===e.ending&&n===e.value&&i(e))))return r}function i({ending:n,value:t}){return 0!==n||t===bz(e,[n],o,r)}}function gz(e,n,t,r,o,i,a,s,l){if("string"==typeof i){const a=!qv(n),c=()=>n.getCommonSourceDirectory(),d=l&&MV(t,e,a,c),u=l&&DV(t,e,a,c),p=ma(ua(r,i),void 0),f=rx(t)?cx(t)+Tz(t,e):void 0;switch(s){case 0:if(f&&0===Ra(f,p,a)||0===Ra(t,p,a)||d&&0===Ra(d,p,a)||u&&0===Ra(u,p,a))return{moduleFileToTry:o};break;case 1:if(f&&Ia(p,f,a)){const e=Ca(p,f,!1);return{moduleFileToTry:ma(ua(ua(o,i),e),void 0)}}if(Ia(p,t,a)){const e=Ca(p,t,!1);return{moduleFileToTry:ma(ua(ua(o,i),e),void 0)}}if(d&&Ia(p,d,a)){const e=Ca(p,d,!1);return{moduleFileToTry:ua(o,e)}}if(u&&Ia(p,u,a)){const e=Ca(p,u,!1);return{moduleFileToTry:ua(o,e)}}break;case 2:const e=p.indexOf("*"),n=p.slice(0,e),r=p.slice(e+1);if(f&&dt(f,n,a)&&Qn(f,r,a)){const e=f.slice(n.length,f.length-r.length);return{moduleFileToTry:NA(o,e)}}if(dt(t,n,a)&&Qn(t,r,a)){const e=t.slice(n.length,t.length-r.length);return{moduleFileToTry:NA(o,e)}}if(d&&dt(d,n,a)&&Qn(d,r,a)){const e=d.slice(n.length,d.length-r.length);return{moduleFileToTry:NA(o,e)}}if(u&&dt(u,n,a)&&Qn(u,r,a)){const e=u.slice(n.length,u.length-r.length);return{moduleFileToTry:NA(o,e)}}}}else{if(Array.isArray(i))return x(i,(i=>gz(e,n,t,r,o,i,a,s,l)));if("object"==typeof i&&null!==i)for(const c of qe(i))if("default"===c||a.indexOf(c)>=0||hW(a,c)){const d=i[c],u=gz(e,n,t,r,o,d,a,s,l);if(u)return u}}}function yz({path:e,isRedirect:n},{getCanonicalFileName:t,canonicalSourceDirectory:r},o,i,a,s,l,c){if(!i.fileExists||!i.readFile)return;const d=iA(e);if(!d)return;const u=ZW(s,a,o).getAllowedEndingsInPreferredOrder();let p=e,f=!1;if(!l){let n,t=d.packageRootIndex;for(;;){const{moduleFileToTry:r,packageRootPath:o,blockedByExports:s,verbatimFromExports:l}=y(t);if(1!==Up(a)){if(s)return;if(l)return r}if(o){p=o,f=!0;break}if(n||(n=r),t=e.indexOf(Fi,t+1),-1===t){p=bz(n,u,a,i);break}}}if(n&&!f)return;const m=i.getGlobalTypingsCacheLocation&&i.getGlobalTypingsCacheLocation(),_=t(p.substring(0,d.topLevelNodeModulesIndex));if(!(dt(r,_)||m&&dt(t(m),_)))return;const h=p.substring(d.topLevelPackageNameIndex+1),g=AW(h);return 1===Up(a)&&g===h?void 0:g;function y(n){var r,s;const l=e.substring(0,n),p=ua(l,"package.json");let f=e,m=!1;const _=null==(s=null==(r=i.getPackageJsonInfoCache)?void 0:r.call(i))?void 0:s.getPackageJsonInfo(p);if(yF(_)||void 0===_&&i.fileExists(p)){const n=(null==_?void 0:_.contents.packageJsonContent)||BE(i.readFile(p)),r=c||o.impliedNodeFormat;if(Xp(a)){const t=AW(l.substring(d.topLevelPackageNameIndex+1)),o=_F(a,r),s=(null==n?void 0:n.exports)?function(e,n,t,r,o,i,a){return"object"==typeof i&&null!==i&&!Array.isArray(i)&&uW(i)?x(qe(i),(s=>{const l=ma(ua(o,s),void 0),c=Qn(s,"/")?1:s.includes("*")?2:0;return gz(e,n,t,r,l,i[s],a,c,!1)})):gz(e,n,t,r,o,i,a,0,!1)}(a,i,e,l,t,n.exports,o):void 0;if(s)return{...s,verbatimFromExports:!0};if(null==n?void 0:n.exports)return{moduleFileToTry:e,blockedByExports:!0}}const s=(null==n?void 0:n.typesVersions)?cF(n.typesVersions):void 0;if(s){const n=hz(e.slice(l.length+1),s.paths,u,i,a);void 0===n?m=!0:f=ua(l,n)}const h=(null==n?void 0:n.typings)||(null==n?void 0:n.types)||(null==n?void 0:n.main)||"index.js";if(gn(h)&&(!m||!Sx(mx(s.paths),h))){const e=ga(h,l,t),r=t(f);if(cx(e)===cx(r))return{packageRootPath:l,moduleFileToTry:f};if("module"!==(null==n?void 0:n.type)&&!Qi(r,Tf)&&dt(r,e)&&ra(r)===ya(e)&&"index"===cx(oa(r)))return{packageRootPath:l,moduleFileToTry:f}}}else{const e=t(f.substring(d.packageRootIndex+1));if("index.d.ts"===e||"index.js"===e||"index.ts"===e||"index.tsx"===e)return{moduleFileToTry:f,packageRootPath:l}}return{moduleFileToTry:f}}}function vz(e,n,t){return Z(n,(n=>{const r=xz(e,n,t);return void 0!==r&&Az(r)?void 0:r}))}function bz(e,n,t,r){if(Qi(e,[".json",".mjs",".cjs"]))return e;const o=cx(e);if(e===o)return e;const i=n.indexOf(2),a=n.indexOf(3);if(Qi(e,[".mts",".cts"])&&-1!==a&&a0===e||1===e));return-1!==r&&r(e[e.Relative=0]="Relative",e[e.NonRelative=1]="NonRelative",e[e.Shortest=2]="Shortest",e[e.ExternalNonRelative=3]="ExternalNonRelative",e))($W||{})}}),Iz={};E(Iz,{RelativePreference:()=>$W,countPathComponents:()=>dz,forEachFileNameOfModule:()=>fz,getModuleSpecifier:()=>nz,getModuleSpecifierPreferences:()=>ZW,getModuleSpecifiers:()=>az,getModuleSpecifiersWithCacheInfo:()=>sz,getNodeModulesPackageName:()=>tz,tryGetJSExtensionForFile:()=>Tz,tryGetModuleSpecifiersFromCache:()=>oz,tryGetRealFileNameForNonJsDeclarationFileName:()=>Ez,updateModuleSpecifier:()=>ez});var Nz,Dz,Cz,Mz,Pz,Lz,kz,wz,Oz,Fz,Wz,zz,Gz,Bz,jz,Vz=b({"src/compiler/_namespaces/ts.moduleSpecifiers.ts"(){Rz()}});function Uz(){this.flags=0}function Hz(e){return e.id||(e.id=Mz,Mz++),e.id}function Kz(e){return e.id||(e.id=Cz,Cz++),e.id}function qz(e,n){const t=zW(e);return 1===t||n&&2===t}function Jz(e){var n,t,r,o,a,s=[],l=e=>{s.push(e)},c=new Set,d=Wp.getSymbolConstructor(),u=Wp.getTypeConstructor(),p=Wp.getSignatureConstructor(),f=0,m=0,_=0,h=0,g=0,y=0,v=!1,b=Mf(),E=[1],S=e.getCompilerOptions(),A=jp(S),I=Vp(S),N=!!S.experimentalDecorators,D=rf(S),C=IT(S),O=Jp(S),z=RT(S,"strictNullChecks"),j=RT(S,"strictFunctionTypes"),H=RT(S,"strictBindCallApply"),X=RT(S,"strictPropertyInitialization"),Y=RT(S,"noImplicitAny"),$=RT(S,"noImplicitThis"),Q=RT(S,"useUnknownInCatchVariables"),ee=!!S.keyofStringsOnly,ne=ee?1:0,oe=S.suppressExcessPropertyErrors?0:8192,ie=S.exactOptionalPropertyTypes,ae=function(){const e=nL((function(e,n,r){n?(n.stackIndex++,n.skip=!1,t(n,void 0),o(n,void 0)):n={checkMode:r,skip:!1,stackIndex:0,typeStack:[void 0,void 0]};if(Yh(e)&&pg(e))return n.skip=!0,o(n,bO(e.right,r)),n;!function(e){const{left:n,operatorToken:t,right:r}=e;61===t.kind&&(!TD(n)||57!==n.operatorToken.kind&&56!==n.operatorToken.kind||SB(n,Oa._0_and_1_operations_cannot_be_mixed_without_parentheses,as(n.operatorToken.kind),as(t.kind)),!TD(r)||57!==r.operatorToken.kind&&56!==r.operatorToken.kind||SB(r,Oa._0_and_1_operations_cannot_be_mixed_without_parentheses,as(r.operatorToken.kind),as(t.kind)))}(e);if(64===e.operatorToken.kind&&(210===e.left.kind||209===e.left.kind))return n.skip=!0,o(n,qw(e.left,bO(e.right,r),r,110===e.right.kind)),n;return n}),(function(e,t,r){if(!t.skip)return n(t,e)}),(function(e,n,i){if(!n.skip){const a=r(n);Rt.assertIsDefined(a),t(n,a),o(n,void 0);const s=e.kind;if(pE(s)){let e=i.parent;for(;217===e.kind||fE(e);)e=e.parent;(56===s||UD(e))&&HF(i.left,a,UD(e)?e.thenStatement:void 0),KF(a,i.left)}}}),(function(e,t,r){if(!t.skip)return n(t,e)}),(function(e,n){let i;if(n.skip)i=r(n);else{const t=function(e){return e.typeStack[e.stackIndex]}(n);Rt.assertIsDefined(t);const o=r(n);Rt.assertIsDefined(o),i=Yw(e.left,e.operatorToken,e.right,t,o,n.checkMode,e)}return n.skip=!1,t(n,void 0),o(n,void 0),n.stackIndex--,i}),(function(e,n,t){return o(e,n),e}));return(n,t)=>{const r=e(n,t);return Rt.assertIsDefined(r),r};function n(e,n){if(TD(n))return n;o(e,bO(n,e.checkMode))}function t(e,n){e.typeStack[e.stackIndex]=n}function r(e){return e.typeStack[e.stackIndex+1]}function o(e,n){e.typeStack[e.stackIndex+1]=n}}(),le=function(){const n=e.getResolvedTypeReferenceDirectives();let t;n&&(t=new Map,n.forEach((({resolvedTypeReferenceDirective:n},t,r)=>{if(!(null==n?void 0:n.resolvedFileName))return;const i=e.getSourceFile(n.resolvedFileName);i&&o(i,t,r)})));return{getReferencedExportContainer:pG,getReferencedImportDeclaration:mG,getReferencedDeclarationWithCollidingName:hG,isDeclarationWithCollidingName:gG,isValueAliasDeclaration:e=>{const n=Cl(e);return!n||!Ie||yG(n)},hasGlobalName:FG,isReferencedAliasDeclaration:(e,n)=>{const t=Cl(e);return!t||!Ie||SG(t,n)},getNodeCheckFlags:e=>{const n=Cl(e);return n?NG(n):0},isTopLevelValueImportEqualsWithEntityName:vG,isDeclarationVisible:yl,isImplementationOfOverload:TG,isRequiredInitializedParameter:xG,isOptionalUninitializedParameterProperty:AG,isExpandoFunctionDeclaration:RG,getPropertiesOfContainerFunction:IG,createTypeOfDeclaration:kG,createReturnTypeOfSignatureDeclaration:wG,createTypeOfExpression:OG,createLiteralConstValue:jG,isSymbolAccessible:Hs,isEntityNameVisible:tl,getConstantValue:e=>{const n=Cl(e,CG);return n?MG(n):void 0},collectLinkedAliases:vl,getReferencedValueDeclaration:zG,getReferencedValueDeclarations:GG,getTypeReferenceSerializationKind:LG,isOptionalParameter:lm,moduleExportsSomeValue:uG,isArgumentsLocalBinding:dG,getExternalModuleFileFromDeclaration:e=>{const n=Cl(e,Zm);return n&&HG(n)},getTypeReferenceDirectivesForEntityName:function(e){if(!t)return;let n;167===e.parent.kind?n=1160127:(n=790504,(80===e.kind&&Eb(e)||211===e.kind&&!function(e){return e.parent&&233===e.parent.kind&&e.parent.parent&&298===e.parent.parent.kind}(e))&&(n=1160127));const o=qa(e,n,!0);return o&&o!==hn?r(o,n):void 0},getTypeReferenceDirectivesForSymbol:r,isLiteralConstDeclaration:BG,isLateBound:e=>{const n=Cl(e,Pu),t=n&&ps(n);return!!(t&&4096&mS(t))},getJsxFactoryEntity:VG,getJsxFragmentFactoryEntity:UG,getAllAccessorDeclarations(e){const n=178===(e=Cl(e,Mc)).kind?177:178,t=Df(ps(e),n);return{firstAccessor:t&&t.posYa(e,e,void 0),isBindingCapturedByNode:(e,n)=>{const t=Cl(e),r=Cl(n);return!!t&&!!r&&(iC(r)||iD(r))&&function(e,n){const t=Hi(e);return!!t&&F(t.capturedBlockScopeBindings,ps(n))}(t,r)},getDeclarationStatementsForSourceFile:(e,n,t,r)=>{const o=Cl(e);Rt.assert(o&&312===o.kind,"Non-sourcefile node passed into getDeclarationsForSourceFile");const i=ps(e);return i?i.exports?de.symbolTableToDeclarationStatements(i.exports,e,n,t,r):[]:e.locals?de.symbolTableToDeclarationStatements(e.locals,e,n,t,r):[]},isImportRequiredByAugmentation:function(e){const n=$f(e);if(!n.symbol)return!1;const t=HG(e);if(!t)return!1;if(t===n)return!1;const r=ls(n.symbol);for(const e of $e(r.values()))if(e.mergeId){const n=us(e);if(n.declarations)for(const e of n.declarations){if($f(e)===t)return!0}}return!1},tryFindAmbientModule:e=>{const n=Cl(e),t=n&&tp(n)?n.text:void 0;return void 0!==t?sm(t,!0):void 0}};function r(e,n){if(!t||!function(e){if(!e.declarations)return!1;let n=e;for(;;){const e=ms(n);if(!e)break;n=e}if(n.valueDeclaration&&312===n.valueDeclaration.kind&&512&n.flags)return!1;for(const n of e.declarations){const e=$f(n);if(t.has(e.path))return!0}return!1}(e))return;let r;for(const o of e.declarations)if(o.symbol&&o.symbol.flags&n){const e=$f(o),n=t.get(e.path);if(!n)return;(r||(r=[])).push(n)}return r}function o(n,r,i){if(!t.has(n.path)){t.set(n.path,[r,i]);for(const{fileName:t}of n.referencedFiles){const a=xU(t,n.fileName),s=e.getSourceFile(a);s&&o(s,r,i||n.impliedNodeFormat)}}}}(),de=function(){return{typeToTypeNode:(e,n,r,i)=>t(n,r,i,(n=>o(e,n))),indexInfoToIndexSignatureDeclaration:(e,n,r,o)=>t(n,r,o,(n=>u(e,n,void 0))),signatureToSignatureDeclaration:(e,n,r,o,i)=>t(r,o,i,(t=>p(e,n,t))),symbolToEntityName:(e,n,r,o,i)=>t(r,o,i,(t=>z(e,t,n,!1))),symbolToExpression:(e,n,r,o,i)=>t(r,o,i,(t=>j(e,t,n))),symbolToTypeParameterDeclarations:(e,n,r,o)=>t(n,r,o,(n=>E(e,n))),symbolToParameterDeclaration:(e,n,r,o)=>t(n,r,o,(n=>h(e,n))),typeParameterToDeclaration:(e,n,r,o)=>t(n,r,o,(n=>m(e,n))),symbolTableToDeclarationStatements:(e,n,r,a,s)=>t(n,r,a,(n=>function(e,n,t){var r;const a=Ee(UA.createPropertyDeclaration,174,!0),s=Ee(((e,n,t,r)=>UA.createPropertySignature(e,n,t,r)),173,!1),l=n.enclosingDeclaration;let c=[];const d=new Set,f=[],h=n;n={...h,usedSymbolNames:new Set(h.usedSymbolNames),remappedSymbolNames:new Map,remappedSymbolReferences:new Map(null==(r=h.remappedSymbolReferences)?void 0:r.entries()),tracker:void 0};const y={...h.tracker.inner,trackSymbol:(e,t,r)=>{var o,i;if(null==(o=n.remappedSymbolNames)?void 0:o.has(Kz(e)))return!1;if(0===Hs(e,t,r,!1).accessibility){const t=b(e,n,r);if(!(4&e.flags)){const e=t[0],n=$f(h.enclosingDeclaration);se(e.declarations,(e=>$f(e)===n))&&K(e)}}else if(null==(i=h.tracker.inner)?void 0:i.trackSymbol)return h.tracker.inner.trackSymbol(e,t,r);return!1}};n.tracker=new jz(n,y,h.tracker.moduleResolverHost),Wf(e,((e,n)=>{Ce(e,Pl(n))}));let v=!t;const E=e.get("export=");E&&e.size>1&&2098688&E.flags&&(e=Mf()).set("export=",E);return G(e),w(c);function S(e){return!!e&&80===e.kind}function I(e){return BD(e)?B(U(e.declarationList.declarations,jl),S):B([jl(e)],S)}function N(e){const n=P(e,NC),t=k(e,pC);let r=-1!==t?e[t]:void 0;if(r&&n&&n.isExportEquals&&tN(n.expression)&&tN(r.name)&&Ll(r.name)===Ll(n.expression)&&r.body&&fC(r.body)){const o=B(e,(e=>!!(32&Zb(e)))),i=r.name;let a=r.body;if(T(o)&&(r=UA.updateModuleDeclaration(r,r.modifiers,r.name,a=UA.updateModuleBlock(a,UA.createNodeArray([...r.body.statements,UA.createExportDeclaration(void 0,!1,UA.createNamedExports(U(J(o,(e=>I(e))),(e=>UA.createExportSpecifier(!1,void 0,e)))),void 0)]))),e=[...e.slice(0,t),r,...e.slice(t+1)]),!P(e,(e=>e!==r&&Wl(e,i)))){c=[];const t=!se(a.statements,(e=>Bb(e,32)||NC(e)||DC(e)));x(a.statements,(e=>{$(e,t?32:0)})),e=[...B(e,(e=>e!==r&&e!==n)),...c]}}return e}function C(e){const n=B(e,(e=>DC(e)&&!e.moduleSpecifier&&!!e.exportClause&&CC(e.exportClause)));if(T(n)>1){e=[...B(e,(e=>!DC(e)||!!e.moduleSpecifier||!e.exportClause)),UA.createExportDeclaration(void 0,!1,UA.createNamedExports(J(n,(e=>bn(e.exportClause,CC).elements))),void 0)]}const t=B(e,(e=>DC(e)&&!!e.moduleSpecifier&&!!e.exportClause&&CC(e.exportClause)));if(T(t)>1){const n=rn(t,(e=>zI(e.moduleSpecifier)?">"+e.moduleSpecifier.text:">"));if(n.length!==t.length)for(const t of n)t.length>1&&(e=[...B(e,(e=>!t.includes(e))),UA.createExportDeclaration(void 0,!1,UA.createNamedExports(J(t,(e=>bn(e.exportClause,CC).elements))),t[0].moduleSpecifier)])}return e}function L(e){const n=k(e,(e=>DC(e)&&!e.moduleSpecifier&&!e.attributes&&!!e.exportClause&&CC(e.exportClause)));if(n>=0){const t=e[n],r=Z(t.exportClause.elements,(n=>{if(!n.propertyName){const t=B(ue(e),(t=>Wl(e[t],n.name)));if(T(t)&&M(t,(n=>lA(e[n])))){for(const n of t)e[n]=F(e[n]);return}}return n}));T(r)?e[n]=UA.updateExportDeclaration(t,t.modifiers,t.isTypeOnly,UA.updateNamedExports(t.exportClause,r),t.moduleSpecifier,t.attributes):rt(e,n)}return e}function w(e){return e=L(e=C(e=N(e))),l&&(rM(l)&&T_(l)||pC(l))&&(!se(e,yu)||!hu(e)&&se(e,gu))&&e.push($M(UA)),e}function F(e){const n=-129&(32|Zb(e));return UA.replaceModifiers(e,n)}function W(e){const n=-33&Zb(e);return UA.replaceModifiers(e,n)}function G(e,n,t){n||f.push(new Map),e.forEach((e=>{V(e,!1,!!t)})),n||(f[f.length-1].forEach((e=>{V(e,!0,!!t)})),f.pop())}function V(e,t,r){const o=us(e);if(d.has(Kz(o)))return;d.add(Kz(o));if(!t||T(e.declarations)&&se(e.declarations,(e=>!!Nl(e,(e=>e===l))))){const o=n;n=function(e){const n={...e};n.typeParameterNames&&(n.typeParameterNames=new Map(n.typeParameterNames));n.typeParameterNamesByText&&(n.typeParameterNamesByText=new Set(n.typeParameterNamesByText));n.typeParameterSymbolList&&(n.typeParameterSymbolList=new Set(n.typeParameterSymbolList));return n.tracker=new jz(n,n.tracker.inner,n.tracker.moduleResolverHost),n}(n),H(e,t,r),n.reportedDiagnostic&&(h.reportedDiagnostic=n.reportedDiagnostic),n.trackedSymbols&&(o.trackedSymbols?Rt.assert(n.trackedSymbols===o.trackedSymbols):o.trackedSymbols=n.trackedSymbols),n=o}}function H(e,r,o,i=e.escapedName){var a,s,c,d,u,p;const f=Pl(i),m="default"===i;if(r&&!(131072&n.flags)&&Xy(f)&&!m)return void(n.encounteredError=!0);let _=m&&!!(-113&e.flags||16&e.flags&&T(Hp(sd(e))))&&!(2097152&e.flags),h=!_&&!r&&Xy(f)&&!m;(_||h)&&(r=!0);const g=(r?0:32)|(m&&!_?2048:0),y=1536&e.flags&&7&e.flags&&"export="!==i,v=y&&be(sd(e),e);if((8208&e.flags||v)&&ce(sd(e),e,Ce(e,f),g),524288&e.flags&&te(e,f,g),98311&e.flags&&"export="!==i&&!(4194304&e.flags)&&!(32&e.flags)&&!(8192&e.flags)&&!v)if(o){ve(e)&&(h=!1,_=!1)}else{const m=sd(e),y=Ce(e,f);if(m.symbol&&m.symbol!==e&&16&m.symbol.flags&&se(m.symbol.declarations,eA)&&((null==(a=m.symbol.members)?void 0:a.size)||(null==(s=m.symbol.exports)?void 0:s.size)))n.remappedSymbolReferences||(n.remappedSymbolReferences=new Map),n.remappedSymbolReferences.set(Kz(m.symbol),e),H(m.symbol,r,o,i),n.remappedSymbolReferences.delete(Kz(m.symbol));else if(16&e.flags||!be(m,e)){const o=2&e.flags?qN(e)?2:1:(null==(c=e.parent)?void 0:c.valueDeclaration)&&rM(null==(d=e.parent)?void 0:d.valueDeclaration)?2:void 0,i=!_&&4&e.flags?Ne(y,e):y;let a=e.declarations&&P(e.declarations,(e=>iC(e)));a&&aC(a.parent)&&1===a.parent.declarations.length&&(a=a.parent.parent);const s=null==(u=e.declarations)?void 0:u.find(lD);if(s&&TD(s.parent)&&tN(s.parent.right)&&(null==(p=m.symbol)?void 0:p.valueDeclaration)&&rM(m.symbol.valueDeclaration)){const e=y===s.parent.right.escapedText?void 0:s.parent.right;$(UA.createExportDeclaration(void 0,!1,UA.createNamedExports([UA.createExportSpecifier(!1,e,y)])),0),n.tracker.trackSymbol(m.symbol,n.enclosingDeclaration,111551)}else{$(yL(UA.createVariableStatement(void 0,UA.createVariableDeclarationList([UA.createVariableDeclaration(i,void 0,Q(n,m,e,l,K,t))],o)),a),i!==y?-33&g:g),i===y||r||($(UA.createExportDeclaration(void 0,!1,UA.createNamedExports([UA.createExportSpecifier(!1,i,y)])),0),h=!1,_=!1)}}else ce(m,e,y,g)}if(384&e.flags&&le(e,f,g),32&e.flags&&(4&e.flags&&e.valueDeclaration&&TD(e.valueDeclaration.parent)&&ND(e.valueDeclaration.parent.right)?ge(e,Ce(e,f),g):_e(e,Ce(e,f),g)),(1536&e.flags&&(!y||ie(e))||v)&&ae(e,f,g),64&e.flags&&!(32&e.flags)&&re(e,f,g),2097152&e.flags&&ge(e,Ce(e,f),g),4&e.flags&&"export="===e.escapedName&&ve(e),8388608&e.flags&&e.declarations)for(const t of e.declarations){const e=Xa(t,t.moduleSpecifier);e&&$(UA.createExportDeclaration(void 0,t.isTypeOnly,void 0,UA.createStringLiteral(D(e,n))),0)}_?$(UA.createExportAssignment(void 0,!1,UA.createIdentifier(Ce(e,f))),0):h&&$(UA.createExportDeclaration(void 0,!1,UA.createNamedExports([UA.createExportSpecifier(!1,Ce(e,f),f)])),0)}function K(e){if(se(e.declarations,vv))return;Rt.assertIsDefined(f[f.length-1]),Ne(Pl(e.escapedName),e);const n=!!(2097152&e.flags)&&!se(e.declarations,(e=>!!Nl(e,DC)||AC(e)||hC(e)&&!wC(e.moduleReference)));f[n?0:f.length-1].set(Kz(e),e)}function Y(e){return rM(e)&&(T_(e)||x_(e))||km(e)&&!Gm(e)}function $(e,t){if(vL(e)){let r=0;const o=n.enclosingDeclaration&&(Kg(n.enclosingDeclaration)?$f(n.enclosingDeclaration):n.enclosingDeclaration);32&t&&o&&(Y(o)||pC(o))&&lA(e)&&(r|=32),!v||32&r||o&&33554432&o.flags||!(uC(e)||BD(e)||sC(e)||lC(e)||pC(e))||(r|=128),2048&t&&(lC(e)||cC(e)||sC(e))&&(r|=2048),r&&(e=UA.replaceModifiers(e,r|Zb(e)))}c.push(e)}function te(e,r,i){var a;const s=Jd(e),l=U(Ui(e).typeParameters,(e=>m(e,n))),c=null==(a=e.declarations)?void 0:a.find(Kg),d=Ic(c?c.comment||c.parent.comment:void 0),u=n.flags;n.flags|=8388608;const p=n.enclosingDeclaration;n.enclosingDeclaration=c;const f=c&&c.typeExpression&&aM(c.typeExpression)&&ne(n,c.typeExpression.type,K,t)||o(s,n);$(RR(UA.createTypeAliasDeclaration(void 0,Ce(e,r),l,f),d?[{kind:3,text:"*\n * "+d.replace(/\n/g,"\n * ")+"\n ",pos:-1,end:-1,hasTrailingNewLine:!0}]:[]),i),n.flags=u,n.enclosingDeclaration=p}function re(e,t,r){const o=qd(e),i=U(Sd(e),(e=>m(e,n))),a=jd(o),s=T(a)?Nv(a):void 0,l=J(Hp(o),(e=>Se(e,s))),c=Te(0,o,s,179),d=Te(1,o,s,180),u=xe(o,s),p=T(a)?[UA.createHeritageClause(96,Z(a,(e=>Re(e,111551))))]:void 0;$(UA.createInterfaceDeclaration(void 0,Ce(e,t),i,p,[...u,...d,...c,...l]),r)}function oe(e){let n=$e(ss(e).values());const t=us(e);if(t!==e){const e=new Set(n);for(const n of ss(t).values())111551&za(Fa(n))||e.add(n);n=$e(e)}return B(n,(e=>fe(e)&&zs(e.escapedName,99)))}function ie(e){return M(oe(e),(e=>!(111551&za(Fa(e)))))}function ae(e,t,r){const o=tn(oe(e),(n=>n.parent&&n.parent===e?"real":"merged")),a=o.get("real")||i,s=o.get("merged")||i;if(T(a)){pe(a,Ce(e,t),r,!!(67108880&e.flags))}if(T(s)){const r=$f(n.enclosingDeclaration),o=Ce(e,t),i=UA.createModuleBlock([UA.createExportDeclaration(void 0,!1,UA.createNamedExports(Z(B(s,(e=>"export="!==e.escapedName)),(t=>{var o,i;const a=Pl(t.escapedName),s=Ce(t,a),l=t.declarations&&ha(t);if(r&&(l?r!==$f(l):!se(t.declarations,(e=>$f(e)===r))))return void(null==(i=null==(o=n.tracker)?void 0:o.reportNonlocalAugmentation)||i.call(o,r,e,t));const c=l&&ka(l,!0);K(c||t);const d=c?Ce(c,Pl(c.escapedName)):s;return UA.createExportSpecifier(!1,a===d?void 0:d,a)}))))]);$(UA.createModuleDeclaration(void 0,UA.createIdentifier(o),i,32),0)}}function le(e,n,t){$(UA.createEnumDeclaration(UA.createModifiersFromModifierFlags(jw(e)?4096:0),Ce(e,n),U(B(Hp(sd(e)),(e=>!!(8&e.flags))),(e=>{const n=e.declarations&&e.declarations[0]&&nM(e.declarations[0])?MG(e.declarations[0]):void 0;return UA.createEnumMember(Pl(e.escapedName),void 0===n?void 0:"string"==typeof n?UA.createStringLiteral(n):UA.createNumericLiteral(n))}))),t)}function ce(e,r,o,i){const a=wf(e,0);for(const e of a){$(yL(p(e,262,n,{name:UA.createIdentifier(o),privateSymbolVisitor:K,bundledImports:t}),de(e)),i)}if(!(1536&r.flags&&r.exports&&r.exports.size)){pe(B(Hp(e),fe),o,i,!0)}}function de(e){if(e.declaration&&e.declaration.parent){if(TD(e.declaration.parent)&&5===Eg(e.declaration.parent))return e.declaration.parent;if(iC(e.declaration.parent)&&e.declaration.parent.parent)return e.declaration.parent.parent}return e.declaration}function pe(e,t,r,o){if(T(e)){const a=tn(e,(e=>!T(e.declarations)||se(e.declarations,(e=>$f(e)===$f(n.enclosingDeclaration)))?"local":"remote")).get("local")||i;let s=IL.createModuleDeclaration(void 0,UA.createIdentifier(t),UA.createModuleBlock([]),32);Vx(s,l),s.locals=Mf(e),s.symbol=e[0].parent;const d=c;c=[];const u=v;v=!1;const p={...n,enclosingDeclaration:s},f=n;n=p,G(Mf(a),o,!0),n=f,v=u;const m=c;c=d;const _=U(m,(e=>NC(e)&&!e.isExportEquals&&tN(e.expression)?UA.createExportDeclaration(void 0,!1,UA.createNamedExports([UA.createExportSpecifier(!1,e.expression,UA.createIdentifier("default"))])):e)),h=M(_,(e=>Bb(e,32)))?U(_,W):_;s=UA.updateModuleDeclaration(s,s.modifiers,s.name,UA.createModuleBlock(h)),$(s,r)}}function fe(e){return!!(2887656&e.flags)||!(4194304&e.flags||"prototype"===e.escapedName||e.valueDeclaration&&jb(e.valueDeclaration)&&Md(e.valueDeclaration.parent))}function me(e){const r=Z(e,(e=>{const r=n.enclosingDeclaration;n.enclosingDeclaration=e;let i=e.expression;if(EE(i)){if(tN(i)&&""===Ll(i))return a(void 0);let e;if(({introducesError:e,node:i}=ee(i,n,K)),e)return a(void 0)}return a(UA.createExpressionWithTypeArguments(i,U(e.typeArguments,(e=>ne(n,e,K,t)||o(JE(e),n)))));function a(e){return n.enclosingDeclaration=r,e}}));if(r.length===e.length)return r}function _e(e,t,r){var o,s;const l=null==(o=e.declarations)?void 0:o.find(Md),c=n.enclosingDeclaration;n.enclosingDeclaration=l||c;const d=U(Sd(e),(e=>m(e,n))),u=ku(qd(e)),p=jd(u),f=l&&Wy(l),_=f&&me(f)||Z(function(e){let n=i;if(e.symbol.declarations)for(const t of e.symbol.declarations){const e=Wy(t);if(e)for(const t of e){const e=JE(t);Bl(e)||(n===i?n=[e]:n.push(e))}}return n}(u),Ie),h=sd(e),g=!!(null==(s=h.symbol)?void 0:s.valueDeclaration)&&Md(h.symbol.valueDeclaration),y=g?Wd(h):xn,v=[...T(p)?[UA.createHeritageClause(96,U(p,(e=>Ae(e,y,t))))]:[],...T(_)?[UA.createHeritageClause(119,_)]:[]],b=function(e,n,t){if(!T(n))return t;const r=new Map;x(t,(e=>{r.set(e.escapedName,e)}));for(const t of n){const n=Hp(ku(t,e.thisType));for(const e of n){const n=r.get(e.escapedName);n&&e.parent===n.parent&&r.delete(e.escapedName)}}return $e(r.values())}(u,p,Hp(u)),E=B(b,(e=>{const n=e.valueDeclaration;return!(!n||Gl(n)&&rN(n.name))})),S=se(b,(e=>{const n=e.valueDeclaration;return!!n&&Gl(n)&&rN(n.name)}))?[UA.createPropertyDeclaration(void 0,UA.createPrivateIdentifier("#private"),void 0,void 0,void 0)]:i,A=J(E,(e=>a(e,!1,p[0]))),R=J(B(Hp(h),(e=>!(4194304&e.flags||"prototype"===e.escapedName||fe(e)))),(e=>a(e,!0,y))),I=!g&&!!e.valueDeclaration&&Yh(e.valueDeclaration)&&!se(wf(h,1))?[UA.createConstructorDeclaration(UA.createModifiersFromModifierFlags(2),[],void 0)]:Te(1,h,y,176),N=xe(u,p[0]);n.enclosingDeclaration=c,$(yL(UA.createClassDeclaration(void 0,t,d,v,[...N,...R,...I,...A,...S]),e.declarations&&B(e.declarations,(e=>lC(e)||ND(e)))[0]),r)}function he(e){return R(e,(e=>{if(IC(e)||MC(e))return Ll(e.propertyName||e.name);if(TD(e)||NC(e)){const n=NC(e)?e.expression:e.right;if(lD(n))return Ll(n.name)}if(ga(e)){const n=jl(e);if(n&&tN(n))return Ll(n)}}))}function ge(e,r,o){var i,a,s,l,c,d;const u=ha(e);if(!u)return Rt.fail();const p=us(ka(u,!0));if(!p)return;let f=Wm(p)&&he(e.declarations)||Pl(p.escapedName);"export="===f&&O&&(f="default");const m=Ce(p,f);switch(K(p),u.kind){case 208:if(260===(null==(a=null==(i=u.parent)?void 0:i.parent)?void 0:a.kind)){const e=D(p.parent||p,n),{propertyName:t}=u;$(UA.createImportDeclaration(void 0,UA.createImportClause(!1,void 0,UA.createNamedImports([UA.createImportSpecifier(!1,t&&tN(t)?UA.createIdentifier(Ll(t)):void 0,UA.createIdentifier(r))])),UA.createStringLiteral(e),void 0),0);break}Rt.failBadSyntaxKind((null==(s=u.parent)?void 0:s.parent)||u,"Unhandled binding element grandparent kind in declaration serialization");break;case 304:226===(null==(c=null==(l=u.parent)?void 0:l.parent)?void 0:c.kind)&&ye(Pl(e.escapedName),m);break;case 260:if(lD(u.initializer)){const e=u.initializer,t=UA.createUniqueName(r),i=D(p.parent||p,n);$(UA.createImportEqualsDeclaration(void 0,!1,t,UA.createExternalModuleReference(UA.createStringLiteral(i))),0),$(UA.createImportEqualsDeclaration(void 0,!1,UA.createIdentifier(r),UA.createQualifiedName(t,e.name)),o);break}case 271:if("export="===p.escapedName&&se(p.declarations,(e=>rM(e)&&x_(e)))){ve(e);break}const _=!(512&p.flags||iC(u));$(UA.createImportEqualsDeclaration(void 0,!1,UA.createIdentifier(r),_?z(p,n,-1,!1):UA.createExternalModuleReference(UA.createStringLiteral(D(p,n)))),_?o:0);break;case 270:$(UA.createNamespaceExportDeclaration(Ll(u.name)),0);break;case 273:{const e=D(p.parent||p,n),o=t?UA.createStringLiteral(e):u.parent.moduleSpecifier;$(UA.createImportDeclaration(void 0,UA.createImportClause(!1,UA.createIdentifier(r),void 0),o,u.parent.attributes),0);break}case 274:{const e=D(p.parent||p,n),o=t?UA.createStringLiteral(e):u.parent.parent.moduleSpecifier;$(UA.createImportDeclaration(void 0,UA.createImportClause(!1,void 0,UA.createNamespaceImport(UA.createIdentifier(r))),o,u.parent.attributes),0);break}case 280:$(UA.createExportDeclaration(void 0,!1,UA.createNamespaceExport(UA.createIdentifier(r)),UA.createStringLiteral(D(p,n))),0);break;case 276:{const e=D(p.parent||p,n),o=t?UA.createStringLiteral(e):u.parent.parent.parent.moduleSpecifier;$(UA.createImportDeclaration(void 0,UA.createImportClause(!1,void 0,UA.createNamedImports([UA.createImportSpecifier(!1,r!==f?UA.createIdentifier(f):void 0,UA.createIdentifier(r))])),o,u.parent.parent.parent.attributes),0);break}case 281:const h=u.parent.parent.moduleSpecifier;h&&"default"===(null==(d=u.propertyName)?void 0:d.escapedText)&&(f="default"),ye(Pl(e.escapedName),h?f:m,h&&tp(h)?UA.createStringLiteral(h.text):void 0);break;case 277:ve(e);break;case 226:case 211:case 212:"default"===e.escapedName||"export="===e.escapedName?ve(e):ye(r,m);break;default:return Rt.failBadSyntaxKind(u,"Unhandled alias declaration kind in symbol serializer!")}}function ye(e,n,t){$(UA.createExportDeclaration(void 0,!1,UA.createNamedExports([UA.createExportSpecifier(!1,e!==n?n:void 0,e)]),t),0)}function ve(e){var r;if(4194304&e.flags)return!1;const o=Pl(e.escapedName),i="export="===o,a=i||"default"===o,s=e.declarations&&ha(e),d=s&&ka(s,!0);if(d&&T(d.declarations)&&se(d.declarations,(e=>$f(e)===$f(l)))){const t=s&&(NC(s)||TD(s)?ky(s):wy(s)),r=t&&EE(t)?function(e){switch(e.kind){case 80:return e;case 166:do{e=e.left}while(80!==e.kind);return e;case 211:do{if(bg(e.expression)&&!rN(e.name))return e.name;e=e.expression}while(80!==e.kind);return e}}(t):void 0,u=r&&qa(r,-1,!0,!0,l);(u||d)&&K(u||d);const p=n.tracker.disableTrackSymbol;if(n.tracker.disableTrackSymbol=!0,a)c.push(UA.createExportAssignment(void 0,i,j(d,n,-1)));else if(r===t&&r)ye(o,Ll(r));else if(t&&ND(t))ye(o,Ce(d,wl(d)));else{const t=Ne(o,e);$(UA.createImportEqualsDeclaration(void 0,!1,UA.createIdentifier(t),z(d,n,-1,!1)),0),ye(o,t)}return n.tracker.disableTrackSymbol=p,!0}{const s=Ne(o,e),u=$A(sd(us(e)));if(be(u,e))ce(u,e,s,a?0:32);else{const i=267!==(null==(r=n.enclosingDeclaration)?void 0:r.kind)||98304&e.flags&&!(65536&e.flags)?2:1;$(UA.createVariableStatement(void 0,UA.createVariableDeclarationList([UA.createVariableDeclaration(s,void 0,Q(n,u,e,l,K,t))],i)),d&&4&d.flags&&"export="===d.escapedName?128:o===s?32:0)}return a?(c.push(UA.createExportAssignment(void 0,i,UA.createIdentifier(s))),!0):o!==s&&(ye(o,s),!0)}}function be(e,t){const r=$f(n.enclosingDeclaration);return 48&IS(e)&&!T(Kf(e))&&!dl(e)&&!(!T(B(Hp(e),fe))&&!T(wf(e,0)))&&!T(wf(e,1))&&!X(t,l)&&!(e.symbol&&se(e.symbol.declarations,(e=>$f(e)!==r)))&&!se(Hp(e),(e=>Tu(e.escapedName)))&&!se(Hp(e),(e=>se(e.declarations,(e=>$f(e)!==r))))&&M(Hp(e),(e=>!!zs(wl(e),A)&&(!(98304&e.flags)||cd(e)===od(e))))}function Ee(e,r,o){return function(i,a,s){var c,d,u,f,m;const h=_S(i),y=!!(2&h);if(a&&2887656&i.flags)return[];if(4194304&i.flags||"constructor"===i.escapedName||s&&Lf(s,i.escapedName)&&Mw(Lf(s,i.escapedName))===Mw(i)&&(16777216&i.flags)==(16777216&Lf(s,i.escapedName).flags)&&GS(sd(i),Ol(s,i.escapedName)))return[];const v=-1025&h|(a?256:0),b=q(i,n),E=null==(c=i.declarations)?void 0:c.find(_t(TN,Pd,iC,SN,TD,lD));if(98304&i.flags&&o){const e=[];if(65536&i.flags){const r=i.declarations&&x(i.declarations,(e=>178===e.kind?e:dD(e)&&Sg(e)?x(e.arguments[2].properties,(e=>{const n=jl(e);if(n&&tN(n)&&"set"===Ll(n))return e})):void 0));Rt.assert(!!r);const o=Ad(r)?pm(r).parameters[0]:void 0;e.push(yL(UA.createSetAccessorDeclaration(UA.createModifiersFromModifierFlags(v),b,[UA.createParameterDeclaration(void 0,void 0,o?g(o,_(o),n):"value",void 0,y?void 0:Q(n,sd(i),i,l,K,t))],void 0),(null==(d=i.declarations)?void 0:d.find(qu))||E))}if(32768&i.flags){const r=2&h;e.push(yL(UA.createGetAccessorDeclaration(UA.createModifiersFromModifierFlags(v),b,[],r?void 0:Q(n,sd(i),i,l,K,t),void 0),(null==(u=i.declarations)?void 0:u.find(Ju))||E))}return e}if(98311&i.flags)return yL(e(UA.createModifiersFromModifierFlags((Mw(i)?8:0)|v),b,16777216&i.flags?UA.createToken(58):void 0,y?void 0:Q(n,od(i),i,l,K,t),void 0),(null==(f=i.declarations)?void 0:f.find(_t(TN,iC)))||E);if(8208&i.flags){const t=wf(sd(i),0);if(2&v)return yL(e(UA.createModifiersFromModifierFlags((Mw(i)?8:0)|v),b,16777216&i.flags?UA.createToken(58):void 0,void 0,void 0),(null==(m=i.declarations)?void 0:m.find(Ad))||t[0]&&t[0].declaration||i.declarations&&i.declarations[0]);const o=[];for(const e of t){const t=p(e,r,n,{name:b,questionToken:16777216&i.flags?UA.createToken(58):void 0,modifiers:v?UA.createModifiersFromModifierFlags(v):void 0}),a=e.declaration&&Lg(e.declaration.parent)?e.declaration.parent:e.declaration;o.push(yL(t,a))}return o}return Rt.fail(`Unhandled class member kind! ${i.__debugFlags||i.flags}`)}}function Se(e,n){return s(e,!1,n)}function Te(e,t,r,o){const i=wf(t,e);if(1===e){if(!r&&M(i,(e=>0===T(e.parameters))))return[];if(r){const e=wf(r,1);if(!T(e)&&M(i,(e=>0===T(e.parameters))))return[];if(e.length===i.length){let n=!1;for(let t=0;to(e,n))),i=j(e.target.symbol,n,788968)):e.symbol&&Vs(e.symbol,l,t)&&(i=j(e.symbol,n,788968)),i)return UA.createExpressionWithTypeArguments(i,r)}function Ie(e){const t=Re(e,788968);return t||(e.symbol?UA.createExpressionWithTypeArguments(j(e.symbol,n,788968),void 0):void 0)}function Ne(e,t){var r,o;const i=t?Kz(t):void 0;if(i&&n.remappedSymbolNames.has(i))return n.remappedSymbolNames.get(i);t&&(e=De(t,e));let a=0;const s=e;for(;null==(r=n.usedSymbolNames)?void 0:r.has(e);)a++,e=`${s}_${a}`;return null==(o=n.usedSymbolNames)||o.add(e),i&&n.remappedSymbolNames.set(i,e),e}function De(e,t){if("default"===t||"__class"===t||"__function"===t){const r=n.flags;n.flags|=16777216;const o=hl(e,n);n.flags=r,t=o.length>0&&sg(o.charCodeAt(0))?Bv(o):o}return"default"===t?t="_default":"export="===t&&(t="_exports"),t=zs(t,A)&&!Xy(t)?t:"_"+t.replace(/[^a-zA-Z0-9]/g,"_")}function Ce(e,t){const r=Kz(e);return n.remappedSymbolNames.has(r)?n.remappedSymbolNames.get(r):(t=De(e,t),n.remappedSymbolNames.set(r,t),t)}}(e,n,s))),symbolToNode:(e,n,r,o,i)=>t(r,o,i,(t=>function(e,n,t){if(1073741824&n.flags){if(e.valueDeclaration){const n=jl(e.valueDeclaration);if(n&&yN(n))return n}const r=Ui(e).nameType;if(r&&9216&r.flags)return n.enclosingDeclaration=r.symbol.valueDeclaration,UA.createComputedPropertyName(j(r.symbol,n,t))}return j(e,n,t)}(e,t,n)))};function t(n,t,r,o){Rt.assert(void 0===n||0==(16&n.flags));const i=(null==r?void 0:r.trackSymbol)?r.moduleResolverHost:134217728&t?function(e){return{getCommonSourceDirectory:e.getCommonSourceDirectory?()=>e.getCommonSourceDirectory():()=>"",getCurrentDirectory:()=>e.getCurrentDirectory(),getSymlinkCache:cn(e,e.getSymlinkCache),getPackageJsonInfoCache:()=>{var n;return null==(n=e.getPackageJsonInfoCache)?void 0:n.call(e)},useCaseSensitiveFileNames:cn(e,e.useCaseSensitiveFileNames),redirectTargetsMap:e.redirectTargetsMap,getProjectReferenceRedirect:n=>e.getProjectReferenceRedirect(n),isSourceOfProjectReferenceRedirect:n=>e.isSourceOfProjectReferenceRedirect(n),fileExists:n=>e.fileExists(n),getFileIncludeReasons:()=>e.getFileIncludeReasons(),readFile:e.readFile?n=>e.readFile(n):void 0}}(e):void 0,a={enclosingDeclaration:n,flags:t||0,tracker:void 0,encounteredError:!1,reportedDiagnostic:!1,visitedTypes:void 0,symbolDepth:void 0,inferTypeParameters:void 0,approximateLength:0,trackedSymbols:void 0};a.tracker=new jz(a,r,i);const s=o(a);return a.truncating&&1&a.flags&&a.tracker.reportTruncationError(),a.encounteredError?void 0:s}function r(e){return e.truncating?e.truncating:e.truncating=e.approximateLength>(1&e.flags?up:dp)}function o(e,t){const l=t.flags,m=function(e,t){var l,m;n&&n.throwIfCancellationRequested&&n.throwIfCancellationRequested();const _=8388608&t.flags;if(t.flags&=-8388609,!e)return 262144&t.flags?(t.approximateLength+=3,UA.createKeywordTypeNode(133)):void(t.encounteredError=!0);536870912&t.flags||(e=Tf(e));if(1&e.flags)return e.aliasSymbol?UA.createTypeReferenceNode(C(e.aliasSymbol),d(e.aliasTypeArguments,t)):e===Dn?IR(UA.createKeywordTypeNode(133),3,"unresolved"):(t.approximateLength+=3,UA.createKeywordTypeNode(e===Mn?141:133));if(2&e.flags)return UA.createKeywordTypeNode(159);if(4&e.flags)return t.approximateLength+=6,UA.createKeywordTypeNode(154);if(8&e.flags)return t.approximateLength+=6,UA.createKeywordTypeNode(150);if(64&e.flags)return t.approximateLength+=6,UA.createKeywordTypeNode(163);if(16&e.flags&&!e.aliasSymbol)return t.approximateLength+=7,UA.createKeywordTypeNode(136);if(1056&e.flags){if(8&e.symbol.flags){const n=ms(e.symbol),r=L(n,t,788968);if(ou(n)===e)return r;const o=wl(e.symbol);return zs(o,0)?M(r,UA.createTypeReferenceNode(o,void 0)):eD(r)?(r.isTypeOf=!0,UA.createIndexedAccessTypeNode(r,UA.createLiteralTypeNode(UA.createStringLiteral(o)))):kN(r)?UA.createIndexedAccessTypeNode(UA.createTypeQueryNode(r.typeName),UA.createLiteralTypeNode(UA.createStringLiteral(o))):Rt.fail("Unhandled type node kind returned from `symbolToTypeNode`.")}return L(e.symbol,t,788968)}if(128&e.flags)return t.approximateLength+=e.value.length+2,UA.createLiteralTypeNode(fR(UA.createStringLiteral(e.value,!!(268435456&t.flags)),16777216));if(256&e.flags){const n=e.value;return t.approximateLength+=(""+n).length,UA.createLiteralTypeNode(n<0?UA.createPrefixUnaryExpression(41,UA.createNumericLiteral(-n)):UA.createNumericLiteral(n))}if(2048&e.flags)return t.approximateLength+=Mx(e.value).length+1,UA.createLiteralTypeNode(UA.createBigIntLiteral(e.value));if(512&e.flags)return t.approximateLength+=e.intrinsicName.length,UA.createLiteralTypeNode("true"===e.intrinsicName?UA.createTrue():UA.createFalse());if(8192&e.flags){if(!(1048576&t.flags)){if(js(e.symbol,t.enclosingDeclaration))return t.approximateLength+=6,L(e.symbol,t,111551);t.tracker.reportInaccessibleUniqueSymbolError&&t.tracker.reportInaccessibleUniqueSymbolError()}return t.approximateLength+=13,UA.createTypeOperatorNode(158,UA.createKeywordTypeNode(155))}if(16384&e.flags)return t.approximateLength+=4,UA.createKeywordTypeNode(116);if(32768&e.flags)return t.approximateLength+=9,UA.createKeywordTypeNode(157);if(65536&e.flags)return t.approximateLength+=4,UA.createLiteralTypeNode(UA.createNull());if(131072&e.flags)return t.approximateLength+=5,UA.createKeywordTypeNode(146);if(4096&e.flags)return t.approximateLength+=6,UA.createKeywordTypeNode(155);if(67108864&e.flags)return t.approximateLength+=6,UA.createKeywordTypeNode(151);if(oA(e))return 4194304&t.flags&&(t.encounteredError||32768&t.flags||(t.encounteredError=!0),null==(m=(l=t.tracker).reportInaccessibleThisError)||m.call(l)),t.approximateLength+=4,UA.createThisTypeNode();if(!_&&e.aliasSymbol&&(16384&t.flags||(h=e.aliasSymbol,g=t.enclosingDeclaration,0===Ks(h,g,788968,!1,!0).accessibility))){const n=d(e.aliasTypeArguments,t);return!Ps(e.aliasSymbol.escapedName)||32&e.aliasSymbol.flags?1===T(n)&&e.aliasSymbol===er.symbol?UA.createArrayTypeNode(n[0]):L(e.aliasSymbol,t,788968,n):UA.createTypeReferenceNode(UA.createIdentifier(""),n)}var h,g;const y=IS(e);if(4&y)return Rt.assert(!!(524288&e.flags)),e.node?I(e,D):D(e);if(262144&e.flags||3&y){if(262144&e.flags&&F(t.inferTypeParameters,e)){let n;t.approximateLength+=wl(e.symbol).length+6;const r=Yp(e);if(r){const i=Ym(e,!0);i&&GS(r,i)||(t.approximateLength+=9,n=r&&o(r,t))}return UA.createInferTypeNode(f(e,t,n))}if(4&t.flags&&262144&e.flags){const n=W(e,t);return t.approximateLength+=Ll(n).length,UA.createTypeReferenceNode(UA.createIdentifier(Ll(n)),void 0)}if(e.symbol)return L(e.symbol,t,788968);const n=(e===Ut||e===Ht)&&a&&a.symbol?(e===Ht?"sub-":"super-")+wl(a.symbol):"?";return UA.createTypeReferenceNode(UA.createIdentifier(n),void 0)}1048576&e.flags&&e.origin&&(e=e.origin);if(3145728&e.flags){const n=1048576&e.flags?function(e){const n=[];let t=0;for(let r=0;r0?1048576&e.flags?UA.createUnionTypeNode(r):UA.createIntersectionTypeNode(r):void(t.encounteredError||262144&t.flags||(t.encounteredError=!0))}if(48&y)return Rt.assert(!!(524288&e.flags)),R(e);if(4194304&e.flags){const n=e.type;t.approximateLength+=6;const r=o(n,t);return UA.createTypeOperatorNode(143,r)}if(134217728&e.flags){const n=e.texts,r=e.types,i=UA.createTemplateHead(n[0]),a=UA.createNodeArray(U(r,((e,i)=>UA.createTemplateLiteralTypeSpan(o(e,t),(iv(e)));if(33554432&e.flags){const n=o(e.baseType,t),r=U_(e)&&Wh("NoInfer",!1);return r?L(r,t,788968,[n]):n}return Rt.fail("Should be unreachable.");function v(e){const n=o(e.checkType,t);if(t.approximateLength+=15,4&t.flags&&e.root.isDistributive&&!(262144&e.checkType.flags)){const r=Ms(Li(262144,"T")),i=W(r,t),a=UA.createTypeReferenceNode(i);t.approximateLength+=37;const s=lS(e.root.checkType,r,e.mapper),l=t.inferTypeParameters;t.inferTypeParameters=e.root.inferTypeParameters;const c=o(AS(e.root.extendsType,s),t);t.inferTypeParameters=l;const d=b(AS(JE(e.root.node.trueType),s)),u=b(AS(JE(e.root.node.falseType),s));return UA.createConditionalTypeNode(n,UA.createInferTypeNode(UA.createTypeParameterDeclaration(void 0,UA.cloneNode(a.typeName))),UA.createConditionalTypeNode(UA.createTypeReferenceNode(UA.cloneNode(i)),o(e.checkType,t),UA.createConditionalTypeNode(a,c,d,u),UA.createKeywordTypeNode(146)),UA.createKeywordTypeNode(146))}const r=t.inferTypeParameters;t.inferTypeParameters=e.root.inferTypeParameters;const i=o(e.extendsType,t);t.inferTypeParameters=r;const a=b(eE(e)),s=b(nE(e));return UA.createConditionalTypeNode(n,i,a,s)}function b(e){var n,r,i;return 1048576&e.flags?(null==(n=t.visitedTypes)?void 0:n.has(Jy(e)))?(131072&t.flags||(t.encounteredError=!0,null==(i=null==(r=t.tracker)?void 0:r.reportCyclicStructureError)||i.call(r)),s(t)):I(e,(e=>o(e,t))):o(e,t)}function E(e){return!!bS(e)}function S(e){return!!e.target&&E(e.target)&&!E(e)}function A(e){var n;Rt.assert(!!(524288&e.flags));const r=e.declaration.readonlyToken?UA.createToken(e.declaration.readonlyToken.kind):void 0,i=e.declaration.questionToken?UA.createToken(e.declaration.questionToken.kind):void 0;let a,s;const l=!Cp(e)&&!(2&Mp(e).flags)&&4&t.flags&&!(262144&Rp(e).flags&&4194304&(null==(n=Yp(Rp(e)))?void 0:n.flags));if(Cp(e)){if(S(e)&&4&t.flags){const e=W(Ms(Li(262144,"T")),t);s=UA.createTypeReferenceNode(e)}a=UA.createTypeOperatorNode(143,s||o(Mp(e),t))}else if(l){const e=W(Ms(Li(262144,"T")),t);s=UA.createTypeReferenceNode(e),a=s}else a=o(Rp(e),t);const c=f(Ap(e),t,a),d=e.declaration.nameType?o(Ip(e),t):void 0,u=o(zA(Np(e),!!(4&Pp(e))),t),p=UA.createMappedTypeNode(r,c,d,i,u,void 0);t.approximateLength+=10;const m=fR(p,1);if(S(e)&&4&t.flags){const n=AS(Yp(JE(e.declaration.typeParameter.constraint.type))||Pn,e.mapper);return UA.createConditionalTypeNode(o(Mp(e),t),UA.createInferTypeNode(UA.createTypeParameterDeclaration(void 0,UA.cloneNode(s.typeName),2&n.flags?void 0:o(n,t))),m,UA.createKeywordTypeNode(146))}return l?UA.createConditionalTypeNode(o(Rp(e),t),UA.createInferTypeNode(UA.createTypeParameterDeclaration(void 0,UA.cloneNode(s.typeName),UA.createTypeOperatorNode(143,o(Mp(e),t)))),m,UA.createKeywordTypeNode(146)):m}function R(e){var n,r;const o=e.id,i=e.symbol;if(i){if(!!(8388608&IS(e))){const r=e.node;if(FN(r)&&JE(r)===e){const e=ne(t,r);if(e)return e}return(null==(n=t.visitedTypes)?void 0:n.has(o))?s(t):I(e,N)}const l=dl(e)?788968:111551;if(gk(i.valueDeclaration))return L(i,t,l);if(32&i.flags&&!Yc(i)&&(!(i.valueDeclaration&&Md(i.valueDeclaration)&&2048&t.flags)||lC(i.valueDeclaration)&&0===Hs(i,t.enclosingDeclaration,l,!1).accessibility)||896&i.flags||a())return L(i,t,l);if(null==(r=t.visitedTypes)?void 0:r.has(o)){const n=function(e){if(e.symbol&&2048&e.symbol.flags&&e.symbol.declarations){const n=vy(e.symbol.declarations[0].parent);if(dC(n))return ps(n)}return}(e);return n?L(n,t,788968):s(t)}return I(e,N)}return N(e);function a(){var e;const n=!!(8192&i.flags)&&se(i.declarations,(e=>jb(e))),r=!!(16&i.flags)&&(i.parent||x(i.declarations,(e=>312===e.parent.kind||268===e.parent.kind)));if(n||r)return(!!(4096&t.flags)||(null==(e=t.visitedTypes)?void 0:e.has(o)))&&(!(8&t.flags)||js(i,t.enclosingDeclaration))}}function I(e,n){var r,o,i;const a=e.id,l=16&IS(e)&&e.symbol&&32&e.symbol.flags,c=4&IS(e)&&e.node?"N"+Hz(e.node):16777216&e.flags?"N"+Hz(e.root.node):e.symbol?(l?"+":"")+Kz(e.symbol):void 0;t.visitedTypes||(t.visitedTypes=new Set),c&&!t.symbolDepth&&(t.symbolDepth=new Map);const d=t.enclosingDeclaration&&Hi(t.enclosingDeclaration),u=`${Jy(e)}|${t.flags}`;d&&(d.serializedTypes||(d.serializedTypes=new Map));const p=null==(r=null==d?void 0:d.serializedTypes)?void 0:r.get(u);if(p)return null==(o=p.trackedSymbols)||o.forEach((([e,n,r])=>t.tracker.trackSymbol(e,n,r))),p.truncating&&(t.truncating=!0),t.approximateLength+=p.addedLength,y(p.node);let f;if(c){if(f=t.symbolDepth.get(c)||0,f>10)return s(t);t.symbolDepth.set(c,f+1)}t.visitedTypes.add(a);const m=t.trackedSymbols;t.trackedSymbols=void 0;const _=t.approximateLength,h=n(e),g=t.approximateLength-_;return t.reportedDiagnostic||t.encounteredError||null==(i=null==d?void 0:d.serializedTypes)||i.set(u,{node:h,truncating:t.truncating,addedLength:g,trackedSymbols:t.trackedSymbols}),t.visitedTypes.delete(a),c&&t.symbolDepth.set(c,f),t.trackedSymbols=m,h;function y(e){return Sv(e)||Cl(e)!==e?yL(UA.cloneNode(fG(e,y,void 0,v)),e):e}function v(e,n,t,r,o){return e&&0===e.length?yL(UA.createNodeArray(void 0,e.hasTrailingComma),e):oG(e,n,t,r,o)}}function N(e){if(wp(e)||e.containsError)return A(e);const n=Fp(e);if(!n.properties.length&&!n.indexInfos.length){if(!n.callSignatures.length&&!n.constructSignatures.length)return t.approximateLength+=2,fR(UA.createTypeLiteralNode(void 0),1);if(1===n.callSignatures.length&&!n.constructSignatures.length){return p(n.callSignatures[0],184,t)}if(1===n.constructSignatures.length&&!n.callSignatures.length){return p(n.constructSignatures[0],185,t)}}const r=B(n.constructSignatures,(e=>!!(4&e.flags)));if(se(r)){const e=U(r,Om);return n.callSignatures.length+(n.constructSignatures.length-r.length)+n.indexInfos.length+(2048&t.flags?G(n.properties,(e=>!(4194304&e.flags))):T(n.properties))&&e.push(function(e){if(0===e.constructSignatures.length)return e;if(e.objectTypeWithoutAbstractConstructSignatures)return e.objectTypeWithoutAbstractConstructSignatures;const n=B(e.constructSignatures,(e=>!(4&e.flags)));if(e.constructSignatures===n)return e;const t=Os(e.symbol,e.members,e.callSignatures,se(n)?n:i,e.indexInfos);return e.objectTypeWithoutAbstractConstructSignatures=t,t.objectTypeWithoutAbstractConstructSignatures=t,t}(n)),o(Nv(e),t)}const a=t.flags;t.flags|=4194304;const s=k(n);t.flags=a;const l=UA.createTypeLiteralNode(s);return t.approximateLength+=2,fR(l,1024&t.flags?0:1),l}function D(e){let n=D_(e);if(e.target===er||e.target===nr){if(2&t.flags){const r=o(n[0],t);return UA.createTypeReferenceNode(e.target===er?"Array":"ReadonlyArray",[r])}const r=o(n[0],t),i=UA.createArrayTypeNode(r);return e.target===er?i:UA.createTypeOperatorNode(148,i)}if(!(8&e.target.objectFlags)){if(2048&t.flags&&e.symbol.valueDeclaration&&Md(e.symbol.valueDeclaration)&&!js(e.symbol,t.enclosingDeclaration))return R(e);{const r=e.target.outerTypeParameters;let o,a,s=0;if(r){const e=r.length;for(;s0){const r=(e.target.typeParameters||i).length;a=d(n.slice(s,r),t)}const l=t.flags;t.flags|=16;const c=L(e.symbol,t,788968,a);return t.flags=l,o?M(o,c):c}}if(n=K(n,((n,t)=>zA(n,!!(2&e.target.elementFlags[t])))),n.length>0){const r=C_(e),o=d(n.slice(0,r),t);if(o){const{labeledElementDeclarations:n}=e.target;for(let t=0;t!(32768&e.flags))),0);for(const r of e){const e=p(r,173,n,{name:c,questionToken:d});t.push(_(e))}if(e.length||!d)return}let u;l(e,n)?u=s(n):(o&&(n.reverseMappedStack||(n.reverseMappedStack=[]),n.reverseMappedStack.push(e)),u=i?Q(n,i,e,a):UA.createKeywordTypeNode(133),o&&n.reverseMappedStack.pop());const f=Mw(e)?[UA.createToken(148)]:void 0;f&&(n.approximateLength+=9);const m=UA.createPropertySignature(f,c,d,u);function _(n){var t;const r=null==(t=e.declarations)?void 0:t.find((e=>355===e.kind));if(r){const e=Ic(r.comment);e&&RR(n,[{kind:3,text:"*\n * "+e.replace(/\n/g,"\n * ")+"\n ",pos:-1,end:-1,hasTrailingNewLine:!0}])}else e.valueDeclaration&&xR(n,e.valueDeclaration);return n}t.push(_(m))}function d(e,n,t){if(se(e)){if(r(n)){if(!t)return[UA.createTypeReferenceNode("...",void 0)];if(e.length>2)return[o(e[0],n),UA.createTypeReferenceNode(`... ${e.length-2} more ...`,void 0),o(e[e.length-1],n)]}const i=!(64&n.flags)?dn():void 0,a=[];let s=0;for(const t of e){if(s++,r(n)&&s+2{if(!Fx(e,(([e],[n])=>function(e,n){return e===n||!!e.symbol&&e.symbol===n.symbol||!!e.aliasSymbol&&e.aliasSymbol===n.aliasSymbol}(e,n))))for(const[t,r]of e)a[r]=o(t,n)})),n.flags=e}return a}}function u(e,n,t){const r=i_(e)||"x",i=o(e.keyType,n),a=UA.createParameterDeclaration(void 0,void 0,r,void 0,i,void 0);return t||(t=o(e.type||xn,n)),e.type||2097152&n.flags||(n.encounteredError=!0),n.approximateLength+=r.length+4,UA.createIndexSignature(e.isReadonly?[UA.createToken(148)]:void 0,[a],t)}function p(e,n,t,r){var a;const s=256&t.flags;let l,c;s&&(t.flags&=-257),t.approximateLength+=3,32&t.flags&&e.target&&e.mapper&&e.target.typeParameters?c=e.target.typeParameters.map((n=>o(AS(n,e.mapper),t))):l=e.typeParameters&&e.typeParameters.map((e=>m(e,t)));const d=Vu(e,!0)[0];let u;if(t.enclosingDeclaration&&e.declaration&&e.declaration!==t.enclosingDeclaration&&!Yh(e.declaration)&&(se(d)||se(e.typeParameters))){let n=function(e,n){let r;Rt.assert(t.enclosingDeclaration),Hi(t.enclosingDeclaration).fakeScopeForSignatureDeclaration===e?r=t.enclosingDeclaration:t.enclosingDeclaration.parent&&Hi(t.enclosingDeclaration.parent).fakeScopeForSignatureDeclaration===e&&(r=t.enclosingDeclaration.parent),Rt.assertOptionalNode(r,GD);const o=(null==r?void 0:r.locals)??Mf();let a;if(n(((e,n)=>{o.has(e)||(a=Ee(a,e),o.set(e,n))})),!a)return;const s=u;function l(){x(a,(e=>o.delete(e))),null==s||s()}if(r)u=l;else{const n=IL.createBlock(i);Hi(n).fakeScopeForSignatureDeclaration=e,n.locals=o;const r=t.enclosingDeclaration;Vx(n,r),t.enclosingDeclaration=n,u=()=>{t.enclosingDeclaration=r,l()}}};n("params",(e=>{for(const n of d)e(n.escapedName,n)})),4&t.flags&&n("typeParams",(n=>{for(const r of e.typeParameters??i){n(W(r,t).escapedText,r.symbol)}}))}const p=(se(d,(e=>e!==d[d.length-1]&&!!(32768&mS(e))))?e.parameters:d).map((e=>h(e,t,176===n,null==r?void 0:r.privateSymbolVisitor,null==r?void 0:r.bundledImports))),f=33554432&t.flags?void 0:function(e,n){if(e.thisParameter)return h(e.thisParameter,n);if(e.declaration&&Yh(e.declaration)){const t=mc(e.declaration);if(t&&t.typeExpression)return UA.createParameterDeclaration(void 0,void 0,"this",void 0,o(JE(t.typeExpression),n))}}(e,t);let _;f&&p.unshift(f);const g=ym(e);if(g){const e=2===g.kind||3===g.kind?UA.createToken(131):void 0,n=1===g.kind||3===g.kind?fR(UA.createIdentifier(g.parameterName),16777216):UA.createThisTypeNode(),r=g.type&&o(g.type,t);_=UA.createTypePredicateNode(e,n,r)}else{const n=bm(e);!n||s&&zl(n)?s||(_=UA.createKeywordTypeNode(133)):_=function(e,n,t,r,i){if(!Bl(n)&&e.enclosingDeclaration){const o=t.declaration&&Ib(t.declaration),a=$(e.enclosingDeclaration);if(Nl(o,(e=>e===a))&&o){const a=JE(o);if((262144&a.flags&&a.isThisType?AS(a,t.mapper):a)===n&&Y(o,n)){const n=ne(e,o,r,i);if(n)return n}}}return o(n,e)}(t,n,e,null==r?void 0:r.privateSymbolVisitor,null==r?void 0:r.bundledImports)}let y=null==r?void 0:r.modifiers;if(185===n&&4&e.flags){const e=aE(y);y=UA.createModifiersFromModifierFlags(64|e)}const v=179===n?UA.createCallSignature(l,p,_):180===n?UA.createConstructSignature(l,p,_):173===n?UA.createMethodSignature(y,(null==r?void 0:r.name)??UA.createIdentifier(""),null==r?void 0:r.questionToken,l,p,_):174===n?UA.createMethodDeclaration(y,void 0,(null==r?void 0:r.name)??UA.createIdentifier(""),void 0,l,p,_,void 0):176===n?UA.createConstructorDeclaration(y,p,void 0):177===n?UA.createGetAccessorDeclaration(y,(null==r?void 0:r.name)??UA.createIdentifier(""),p,_,void 0):178===n?UA.createSetAccessorDeclaration(y,(null==r?void 0:r.name)??UA.createIdentifier(""),p,void 0):181===n?UA.createIndexSignature(y,p,_):324===n?UA.createJSDocFunctionType(p,_):184===n?UA.createFunctionTypeNode(l,p,_??UA.createTypeReferenceNode(UA.createIdentifier(""))):185===n?UA.createConstructorTypeNode(y,l,p,_??UA.createTypeReferenceNode(UA.createIdentifier(""))):262===n?UA.createFunctionDeclaration(y,void 0,(null==r?void 0:r.name)?bn(r.name,tN):UA.createIdentifier(""),l,p,_,void 0):218===n?UA.createFunctionExpression(y,void 0,(null==r?void 0:r.name)?bn(r.name,tN):UA.createIdentifier(""),l,p,_,UA.createBlock([])):219===n?UA.createArrowFunction(y,l,p,_,void 0,UA.createBlock([])):Rt.assertNever(n);if(c&&(v.typeArguments=UA.createNodeArray(c)),330===(null==(a=e.declaration)?void 0:a.kind)&&346===e.declaration.parent.kind){IR(v,3,xm(e.declaration.parent.parent,!0).slice(2,-2).split(/\r\n|\n|\r/).map((e=>e.replace(/^\s+/," "))).join("\n"),!0)}return null==u||u(),v}function f(e,n,t){const r=n.flags;n.flags&=-513;const i=UA.createModifiersFromModifierFlags(qT(e)),a=W(e,n),s=ff(e),l=s&&o(s,n);return n.flags=r,UA.createTypeParameterDeclaration(i,a,t,l)}function m(e,n,t=Yp(e)){return f(e,n,t&&o(t,n))}function _(e){const n=Df(e,169);return n||(Pf(e)?void 0:Df(e,348))}function h(e,n,t,r,o){const i=_(e);let a=sd(e);i&&xG(i)&&(a=LA(a));const s=Q(n,a,e,n.enclosingDeclaration,r,o),l=!(8192&n.flags)&&t&&i&&vL(i)?U(Hl(i),UA.cloneNode):void 0,c=i&&ip(i)||32768&mS(e)?UA.createToken(26):void 0,d=g(e,i,n),u=i&&lm(i)||16384&mS(e)?UA.createToken(58):void 0,p=UA.createParameterDeclaration(l,c,d,u,s,void 0);return n.approximateLength+=wl(e).length+3,p}function g(e,n,t){return n&&n.name?80===n.name.kind?fR(UA.cloneNode(n.name),16777216):166===n.name.kind?fR(UA.cloneNode(n.name.right),16777216):function e(n){t.tracker.canTrackSymbol&&yN(n)&&Su(n)&&y(n.expression,t.enclosingDeclaration,t);let r=fG(n,e,void 0,void 0,e);return iD(r)&&(r=UA.updateBindingElement(r,r.dotDotDotToken,r.propertyName,r.name,void 0)),Sv(r)||(r=UA.cloneNode(r)),fR(r,16777217)}(n.name):wl(e)}function y(e,n,t){if(!t.tracker.canTrackSymbol)return;const r=SE(e),o=na(r,r.escapedText,1160127,void 0,void 0,!0);o&&t.tracker.trackSymbol(o,n,111551)}function v(e,n,t,r){return n.tracker.trackSymbol(e,n.enclosingDeclaration,t),b(e,n,t,r)}function b(e,n,t,r){let o;return 262144&e.flags||!(n.enclosingDeclaration||64&n.flags)||134217728&n.flags?o=[e]:(o=Rt.checkDefined(function e(t,o,i){let a,s=Gs(t,n.enclosingDeclaration,o,!!(128&n.flags));if(!s||Bs(s[0],n.enclosingDeclaration,1===s.length?o:Ws(o))){const r=gs(s?s[0]:t,n.enclosingDeclaration,o);if(T(r)){a=r.map((e=>se(e.declarations,Ys)?D(e,n):void 0));const i=r.map(((e,n)=>n));i.sort(l);const c=i.map((e=>r[e]));for(const n of c){const r=e(n,Ws(o),!1);if(r){if(n.exports&&n.exports.get("export=")&&Es(n.exports.get("export="),t)){s=r;break}s=r.concat(s||[bs(n,t)||t]);break}}}}if(s)return s;if(i||!(6144&t.flags)){if(!i&&!r&&x(t.declarations,Ys))return;return[t]}function l(e,n){const t=a[e],r=a[n];if(t&&r){const e=Ji(r);return Ji(t)===e?dz(t)-dz(r):e?-1:1}return 0}}(e,t,!0)),Rt.assert(o&&o.length>0)),o}function E(e,n){let t;return 524384&GW(e).flags&&(t=UA.createNodeArray(U(Sd(e),(e=>m(e,n))))),t}function I(e,n,t){var r;Rt.assert(e&&0<=n&&nnS(e,i.links.mapper))),t)}else a=E(o,t)}return a}function N(e){return $N(e.objectType)?N(e.objectType):e}function D(e,n,t){let r=Df(e,312);if(!r){const n=R(e.declarations,(n=>vs(n,e)));n&&(r=Df(n,312))}if(r&&void 0!==r.moduleName)return r.moduleName;if(!r){if(n.tracker.trackReferencedAmbientModule){const t=B(e.declarations,km);if(T(t))for(const r of t)n.tracker.trackReferencedAmbientModule(r,e)}if(Nz.test(e.escapedName))return e.escapedName.substring(1,e.escapedName.length-1)}if(!n.enclosingDeclaration||!n.tracker.moduleResolverHost)return Nz.test(e.escapedName)?e.escapedName.substring(1,e.escapedName.length-1):$f(Vm(e)).fileName;const o=$f(Il(n.enclosingDeclaration)),i=t||(null==o?void 0:o.impliedNodeFormat),a=xF(o.path,i),s=Ui(e);let l=s.specifierCache&&s.specifierCache.get(a);if(!l){const r=!!ob(S),{moduleResolverHost:c}=n.tracker,d=r?{...S,baseUrl:c.getCommonSourceDirectory()}:S;l=ke(az(e,Ce,d,o,c,{importModuleSpecifierPreference:r?"non-relative":"project-relative",importModuleSpecifierEnding:r?"minimal":99===i?"js":void 0},{overrideImportMode:t})),s.specifierCache??(s.specifierCache=new Map),s.specifierCache.set(a,l)}return l}function C(e){const n=UA.createIdentifier(Pl(e.escapedName));return e.parent?UA.createQualifiedName(C(e.parent),n):n}function L(e,n,t,r){const o=v(e,n,t,!(16384&n.flags)),i=111551===t;if(se(o[0].declarations,Ys)){const e=o.length>1?s(o,o.length-1,1):void 0,t=r||I(o,0,n),a=$f(Il(n.enclosingDeclaration)),l=Qf(o[0]);let c,d;if(3!==Up(S)&&99!==Up(S)||99===(null==l?void 0:l.impliedNodeFormat)&&l.impliedNodeFormat!==(null==a?void 0:a.impliedNodeFormat)&&(c=D(o[0],n,99),d=UA.createImportAttributes(UA.createNodeArray([UA.createImportAttribute(UA.createStringLiteral("resolution-mode"),UA.createStringLiteral("import"))]))),c||(c=D(o[0],n)),!(67108864&n.flags)&&1!==Up(S)&&c.includes("/node_modules/")){const e=c;if(3===Up(S)||99===Up(S)){const t=99===(null==a?void 0:a.impliedNodeFormat)?1:99;c=D(o[0],n,t),c.includes("/node_modules/")?c=e:d=UA.createImportAttributes(UA.createNodeArray([UA.createImportAttribute(UA.createStringLiteral("resolution-mode"),UA.createStringLiteral(99===t?"import":"require"))]))}d||(n.encounteredError=!0,n.tracker.reportLikelyUnsafeImportRequiredError&&n.tracker.reportLikelyUnsafeImportRequiredError(e))}const u=UA.createLiteralTypeNode(UA.createStringLiteral(c));if(n.tracker.trackExternalModuleSymbolOfImportTypeNode&&n.tracker.trackExternalModuleSymbolOfImportTypeNode(o[0]),n.approximateLength+=c.length+10,!e||bd(e)){if(e){UR(tN(e)?e:e.right,void 0)}return UA.createImportTypeNode(u,d,e,t,i)}{const n=N(e),r=n.objectType.typeName;return UA.createIndexedAccessTypeNode(UA.createImportTypeNode(u,d,r,t,i),n.indexType)}}const a=s(o,o.length-1,0);if($N(a))return a;if(i)return UA.createTypeQueryNode(a);{const e=tN(a)?a:a.right,n=HR(e);return UR(e,void 0),UA.createTypeReferenceNode(a,n)}function s(e,t,o){const i=t===e.length-1?r:I(e,t,n),a=e[t],l=e[t-1];let c;if(0===t)n.flags|=16777216,c=hl(a,n),n.approximateLength+=(c?c.length:0)+1,n.flags^=16777216;else if(l&&ss(l)){Wf(ss(l),((e,n)=>{if(Es(e,a)&&!Tu(n)&&"export="!==n)return c=Pl(n),!0}))}if(void 0===c){const r=R(a.declarations,jl);if(r&&yN(r)&&bd(r.expression)){const n=s(e,t-1,o);return bd(n)?UA.createIndexedAccessTypeNode(UA.createParenthesizedType(UA.createTypeQueryNode(n)),UA.createTypeQueryNode(r.expression)):n}c=hl(a,n)}if(n.approximateLength+=c.length+1,!(16&n.flags)&&l&&Mu(l)&&Mu(l).get(a.escapedName)&&Es(Mu(l).get(a.escapedName),a)){const n=s(e,t-1,o);return $N(n)?UA.createIndexedAccessTypeNode(n,UA.createLiteralTypeNode(UA.createStringLiteral(c))):UA.createIndexedAccessTypeNode(UA.createTypeReferenceNode(n,i),UA.createLiteralTypeNode(UA.createStringLiteral(c)))}const d=fR(UA.createIdentifier(c),16777216);if(i&&UR(d,UA.createNodeArray(i)),d.symbol=a,t>o){const n=s(e,t-1,o);return bd(n)?UA.createQualifiedName(n,d):Rt.fail("Impossible construct - an export of an indexed access cannot be reachable")}return d}}function w(e,n,t){const r=na(n.enclosingDeclaration,e,788968,void 0,e,!1);return!!(r&&262144&r.flags)&&r!==t.symbol}function W(e,n){var t,r;if(4&n.flags&&n.typeParameterNames){const t=n.typeParameterNames.get(Jy(e));if(t)return t}let o=z(e.symbol,n,788968,!0);if(!(80&o.kind))return UA.createIdentifier("(Missing type parameter)");if(4&n.flags){const i=o.escapedText;let a=(null==(t=n.typeParameterNamesByTextNextNameCount)?void 0:t.get(i))||0,s=i;for(;(null==(r=n.typeParameterNamesByText)?void 0:r.has(s))||w(s,n,e);)a++,s=`${i}_${a}`;if(s!==i){const e=HR(o);o=UA.createIdentifier(s),UR(o,e)}(n.typeParameterNamesByTextNextNameCount||(n.typeParameterNamesByTextNextNameCount=new Map)).set(i,a),(n.typeParameterNames||(n.typeParameterNames=new Map)).set(Jy(e),o),(n.typeParameterNamesByText||(n.typeParameterNamesByText=new Set)).add(s)}return o}function z(e,n,t,r){const o=v(e,n,t);return!r||1===o.length||n.encounteredError||65536&n.flags||(n.encounteredError=!0),function e(t,r){const o=I(t,r,n),i=t[r];0===r&&(n.flags|=16777216);const a=hl(i,n);0===r&&(n.flags^=16777216);const s=fR(UA.createIdentifier(a),16777216);o&&UR(s,UA.createNodeArray(o));return s.symbol=i,r>0?UA.createQualifiedName(e(t,r-1),s):s}(o,o.length-1)}function j(e,n,t){const r=v(e,n,t);return function e(t,r){const o=I(t,r,n),i=t[r];0===r&&(n.flags|=16777216);let a=hl(i,n);0===r&&(n.flags^=16777216);let s=a.charCodeAt(0);if(sg(s)&&se(i.declarations,Ys))return UA.createStringLiteral(D(i,n));if(0===r||dA(a,A)){const n=fR(UA.createIdentifier(a),16777216);return o&&UR(n,UA.createNodeArray(o)),n.symbol=i,r>0?UA.createPropertyAccessExpression(e(t,r-1),n):n}{let n;if(91===s&&(a=a.substring(1,a.length-1),s=a.charCodeAt(0)),!sg(s)||8&i.flags?""+ +a===a&&(n=UA.createNumericLiteral(+a)):n=UA.createStringLiteral(Bv(a).replace(/\\./g,(e=>e.substring(1))),39===s),!n){const e=fR(UA.createIdentifier(a),16777216);o&&UR(e,UA.createNodeArray(o)),e.symbol=i,n=e}return UA.createElementAccessExpression(e(t,r-1),n)}}(r,r.length-1)}function V(e){const n=jl(e);if(!n)return!1;if(yN(n)){return!!(402653316&bO(n.expression).flags)}if(cD(n)){return!!(402653316&bO(n.argumentExpression).flags)}return zI(n)}function H(e){const n=jl(e);return!!(n&&zI(n)&&(n.singleQuote||!Sv(n)&&dt(xm(n,!1),"'")))}function q(e,n){const t=!!T(e.declarations)&&M(e.declarations,V),r=!!T(e.declarations)&&M(e.declarations,H),o=!!(8192&e.flags),i=function(e,n,t,r,o){const i=Ui(e).nameType;if(i){if(384&i.flags){const e=""+i.value;return zs(e,jp(S))||!r&&tA(e)?tA(e)&&dt(e,"-")?UA.createComputedPropertyName(UA.createPrefixUnaryExpression(41,UA.createNumericLiteral(-e))):rA(e,jp(S),t,r,o):UA.createStringLiteral(e,!!t)}if(8192&i.flags)return UA.createComputedPropertyName(j(i.symbol,n,111551))}}(e,n,r,t,o);if(i)return i;return rA(Pl(e.escapedName),jp(S),r,t,o)}function X(e,n){return e.declarations&&P(e.declarations,(e=>!(!Ab(e)||n&&!Nl(e,(e=>e===n)))))}function Y(e,n){return!(4&IS(n))||!kN(e)||T(e.typeArguments)>=dm(n.target.typeParameters)}function $(e){for(;Hi(e).fakeScopeForSignatureDeclaration;)e=e.parent;return e}function Q(e,n,t,r,i,a){if(!Bl(n)&&r){const o=X(t,$(r));if(o&&!Ad(o)&&!NN(o)){const t=Ab(o);if(function(e,n,t){const r=JE(e);if(r===t)return!0;if(bN(n)&&n.questionToken)return hI(t,524288)===r;return!1}(t,o,n)&&Y(t,n)){const n=ne(e,t,i,a);if(n)return n}}}const s=e.flags;8192&n.flags&&n.symbol===t&&(!e.enclosingDeclaration||se(t.declarations,(n=>$f(n)===$f(e.enclosingDeclaration))))&&(e.flags|=1048576);const l=o(n,e);return e.flags=s,l}function ee(e,n,t){let r=!1;const o=SE(e);if(Yh(e)&&(yg(o)||bg(o.parent)||gN(o.parent)&&vg(o.parent.left)&&yg(o.parent.right)))return r=!0,{introducesError:r,node:e};const i=Zs(e),a=qa(o,i,!0,!0);if(a&&(0!==Hs(a,n.enclosingDeclaration,i,!1).accessibility?r=!0:(n.tracker.trackSymbol(a,n.enclosingDeclaration,i),null==t||t(a)),tN(e))){const t=ou(a),o=262144&a.flags?W(t,n):UA.cloneNode(e);return o.symbol=a,{introducesError:r,node:fR(lR(o,e),16777216)}}return{introducesError:r,node:e}}function ne(t,r,i,a){n&&n.throwIfCancellationRequested&&n.throwIfCancellationRequested();let s=!1;const l=$f(r),c=rG(r,(function n(r){if(pM(r)||326===r.kind)return UA.createKeywordTypeNode(133);if(fM(r))return UA.createKeywordTypeNode(159);if(mM(r))return UA.createUnionTypeNode([rG(r.type,n,Bd),UA.createLiteralTypeNode(UA.createNull())]);if(hM(r))return UA.createUnionTypeNode([rG(r.type,n,Bd),UA.createKeywordTypeNode(157)]);if(_M(r))return rG(r.type,n);if(yM(r))return UA.createArrayTypeNode(rG(r.type,n,Bd));if(EM(r))return UA.createTypeLiteralNode(U(r.jsDocPropertyTags,(e=>{const i=tN(e.name)?e.name:e.name.right,a=Ol(JE(r),i.escapedText),s=a&&e.typeExpression&&JE(e.typeExpression.type)!==a?o(a,t):void 0;return UA.createPropertySignature(void 0,i,e.isBracketed||e.typeExpression&&hM(e.typeExpression.type)?UA.createToken(58):void 0,s||e.typeExpression&&rG(e.typeExpression.type,n,Bd)||UA.createKeywordTypeNode(133))})));if(kN(r)&&tN(r.typeName)&&""===r.typeName.escapedText)return lR(UA.createKeywordTypeNode(133),r);if((CD(r)||kN(r))&&eg(r))return UA.createTypeLiteralNode([UA.createIndexSignature(void 0,[UA.createParameterDeclaration(void 0,void 0,"x",void 0,rG(r.typeArguments[0],n,Bd))],rG(r.typeArguments[1],n,Bd))]);if(gM(r)){if(Hg(r)){let e;return UA.createConstructorTypeNode(void 0,oG(r.typeParameters,n,vN),Z(r.parameters,((t,r)=>t.name&&tN(t.name)&&"new"===t.name.escapedText?void(e=t.type):UA.createParameterDeclaration(void 0,c(t),d(t,r),t.questionToken,rG(t.type,n,Bd),void 0))),rG(e||r.type,n,Bd)||UA.createKeywordTypeNode(133))}return UA.createFunctionTypeNode(oG(r.typeParameters,n,vN),U(r.parameters,((e,t)=>UA.createParameterDeclaration(void 0,c(e),d(e,t),e.questionToken,rG(e.type,n,Bd),void 0))),rG(r.type,n,Bd)||UA.createKeywordTypeNode(133))}if(kN(r)&&Zh(r)&&(!Y(r,JE(r))||ph(r)||hn===z_(r,788968,!0)))return lR(o(JE(r),t),r);if(k_(r)){const i=Hi(r).resolvedSymbol;return!Zh(r)||!i||(r.isTypeOf||788968&i.flags)&&T(r.typeArguments)>=dm(Sd(i))?UA.updateImportTypeNode(r,UA.updateLiteralTypeNode(r.argument,function(n,r){if(a){if(t.tracker&&t.tracker.moduleResolverHost){const r=HG(n);if(r){const n=Xv({getCanonicalFileName:at(!!e.useCaseSensitiveFileNames),getCurrentDirectory:()=>t.tracker.moduleResolverHost.getCurrentDirectory(),getCommonSourceDirectory:()=>t.tracker.moduleResolverHost.getCommonSourceDirectory()},r);return UA.createStringLiteral(n)}}}else if(t.tracker&&t.tracker.trackExternalModuleSymbolOfImportTypeNode){const e=Ya(r,r,void 0);e&&t.tracker.trackExternalModuleSymbolOfImportTypeNode(e)}return r}(r,r.argument.literal)),r.attributes,r.qualifier,oG(r.typeArguments,n,Bd),r.isTypeOf):lR(o(JE(r),t),r)}if(bd(r)||EE(r)){const{introducesError:e,node:n}=ee(r,t,i);if(s=s||e,n!==r)return n}l&&GN(r)&&_s(l,r.pos).line===_s(l,r.end).line&&fR(r,1);return fG(r,n,void 0);function c(e){return e.dotDotDotToken||(e.type&&yM(e.type)?UA.createToken(26):void 0)}function d(e,n){return e.name&&tN(e.name)&&"this"===e.name.escapedText?"this":c(e)?"args":`arg${n}`}}),Bd);if(!s)return c===r?yL(UA.cloneNode(r),r):c}}(),fe=Mf(),me=Li(4,"undefined");me.declarations=[];var _e=Li(1536,"globalThis",8);_e.exports=fe,_e.declarations=[],fe.set(_e.escapedName,_e);var he,ge,ye,ve=Li(4,"arguments"),Se=Li(4,"require"),Te=S.verbatimModuleSyntax?"verbatimModuleSyntax":"isolatedModules",Ie=!S.verbatimModuleSyntax||!!S.importsNotUsedAsValues,Ne=0,De=0;const Ce={getNodeCount:()=>Ue(e.getSourceFiles(),((e,n)=>e+n.nodeCount),0),getIdentifierCount:()=>Ue(e.getSourceFiles(),((e,n)=>e+n.identifierCount),0),getSymbolCount:()=>Ue(e.getSourceFiles(),((e,n)=>e+n.symbolCount),m),getTypeCount:()=>f,getInstantiationCount:()=>_,getRelationCacheSizes:()=>({assignable:pi.size,identity:mi.size,subtype:di.size,strictSubtype:ui.size}),isUndefinedSymbol:e=>e===me,isArgumentsSymbol:e=>e===ve,isUnknownSymbol:e=>e===hn,getMergedSymbol:us,getDiagnostics:Az,getGlobalDiagnostics:function(){return Rz(),si.getGlobalDiagnostics()},getRecursionIdentity:ox,getUnmatchedProperties:vR,getTypeOfSymbolAtLocation:(e,n)=>{const t=Cl(n);return t?function(e,n){if(e=Ss(e),(80===n.kind||81===n.kind)&&(IE(n)&&(n=n.parent),Gh(n)&&(!my(n)||vS(n)))){const t=OA(vS(n)&&211===n.kind?FP(n,void 0,!0):gO(n));if(Ss(Hi(n).resolvedSymbol)===e)return t}if(Ry(n)&&qu(n.parent)&&Hc(n.parent))return Xc(n.parent.symbol);return NE(n)&&vS(n.parent)?od(e):cd(e)}(e,t):Nn},getTypeOfSymbol:sd,getSymbolsOfParameterPropertyDeclaration:(e,n)=>{const t=Cl(e,bN);return void 0===t?Rt.fail("Cannot get symbols of a synthetic parameter that cannot be resolved to a parse-tree node."):(Rt.assert(gl(t,t.parent)),function(e,n){const t=e.parent,r=e.parent.parent,o=qi(t.locals,n,111551),i=qi(Mu(r.symbol),n,111551);if(o&&i)return[o,i];return Rt.fail("There should exist two symbols, one as property declaration and one as parameter declaration")}(t,Ml(n)))},getDeclaredTypeOfSymbol:ou,getPropertiesOfType:Hp,getPropertyOfType:(e,n)=>Lf(e,Ml(n)),getPrivateIdentifierPropertyOfType:(e,n,t)=>{const r=Cl(t);if(!r)return;const o=GP(Ml(n),r);return o?HP(e,o):void 0},getTypeOfPropertyOfType:(e,n)=>Ol(e,Ml(n)),getIndexInfoOfType:(e,n)=>qf(e,0===n?Vn:Un),getIndexInfosOfType:Kf,getIndexInfosOfIndexSymbol:qm,getSignaturesOfType:wf,getIndexTypeOfType:(e,n)=>Jf(e,0===n?Vn:Un),getIndexType:e=>Jv(e),getBaseTypes:jd,getBaseTypeOfLiteralType:Ux,getWidenedType:$A,getTypeFromTypeNode:e=>{const n=Cl(e,Bd);return n?JE(n):Nn},getParameterType:Hk,getParameterIdentifierInfoAtPosition:function(e,n){var t;if(324===(null==(t=e.declaration)?void 0:t.kind))return;const r=e.parameters.length-(Zz(e)?1:0);if(neF(e),getReturnTypeOfSignature:bm,isNullableType:CP,getNullableType:PA,getNonNullableType:kA,getNonOptionalType:OA,getTypeArguments:D_,typeToTypeNode:de.typeToTypeNode,indexInfoToIndexSignatureDeclaration:de.indexInfoToIndexSignatureDeclaration,signatureToSignatureDeclaration:de.signatureToSignatureDeclaration,symbolToEntityName:de.symbolToEntityName,symbolToExpression:de.symbolToExpression,symbolToNode:de.symbolToNode,symbolToTypeParameterDeclarations:de.symbolToTypeParameterDeclarations,symbolToParameterDeclaration:de.symbolToParameterDeclaration,typeParameterToDeclaration:de.typeParameterToDeclaration,getSymbolsInScope:(e,n)=>{const t=Cl(e);return t?function(e,n){if(67108864&e.flags)return[];const t=Mf();let r=!1;return o(),t.delete("this"),om(t);function o(){for(;e;){switch(Du(e)&&e.locals&&!Ki(e)&&a(e.locals,n),e.kind){case 312:if(!uk(e))break;case 267:s(ps(e).exports,2623475&n);break;case 266:a(ps(e).exports,8&n);break;case 231:e.name&&i(e.symbol,n);case 263:case 264:r||a(Mu(ps(e)),788968&n);break;case 218:e.name&&i(e.symbol,n)}nh(e)&&i(ve,n),r=jb(e),e=e.parent}a(fe,n)}function i(e,n){if(gS(e)&n){const n=e.escapedName;t.has(n)||t.set(n,e)}}function a(e,n){n&&e.forEach((e=>{i(e,n)}))}function s(e,n){n&&e.forEach((e=>{Df(e,281)||Df(e,280)||"default"===e.escapedName||i(e,n)}))}}(t,n):[]},getSymbolAtLocation:e=>{const n=Cl(e);return n?Xz(n,!0):void 0},getIndexInfosAtLocation:e=>{const n=Cl(e);return n?function(e){if(tN(e)&&lD(e.parent)&&e.parent.name===e){const n=zv(e),t=gO(e.parent.expression);return J(1048576&t.flags?t.types:[t],(e=>B(Kf(e),(e=>Vf(n,e.keyType)))))}return}(n):void 0},getShorthandAssignmentValueSymbol:e=>{const n=Cl(e);return n?function(e){if(e&&304===e.kind)return qa(e.name,2208703);return}(n):void 0},getExportSpecifierLocalTargetSymbol:e=>{const n=Cl(e,MC);return n?function(e){return MC(e)?e.parent.parent.moduleSpecifier?Da(e.parent.parent,e):qa(e.propertyName||e.name,2998271):qa(e,2998271)}(n):void 0},getExportSymbolOfSymbol(e){return us(e.exportSymbol||e)},getTypeAtLocation:e=>{const n=Cl(e);return n?nG(n):Nn},getTypeOfAssignmentPattern:e=>{const n=Cl(e,Ud);return n&&tG(n)||Nn},getPropertySymbolOfDestructuringAssignment:e=>{const n=Cl(e,tN);return n?function(e){const n=tG(bn(e.parent.parent,Ud));return n&&Lf(n,e.escapedText)}(n):void 0},signatureToString:(e,n,t,r)=>ol(e,Cl(n),t,r),typeToString:(e,n,t)=>il(e,Cl(n),t),symbolToString:(e,n,t,r)=>rl(e,Cl(n),t,r),typePredicateToString:(e,n,t)=>ul(e,Cl(n),t),writeSignature:(e,n,t,r,o)=>ol(e,Cl(n),t,r,o),writeType:(e,n,t,r)=>il(e,Cl(n),t,r),writeSymbol:(e,n,t,r,o)=>rl(e,Cl(n),t,r,o),writeTypePredicate:(e,n,t,r)=>ul(e,Cl(n),t,r),getAugmentedPropertiesOfType:lG,getRootSymbols:function e(n){const t=function(e){if(6&mS(e))return Z(Ui(e).containingType.types,(n=>Lf(n,e.escapedName)));if(33554432&e.flags){const{links:{leftSpread:n,rightSpread:t,syntheticOrigin:r}}=e;return n?[n,t]:r?[r]:yt(function(e){let n,t=e;for(;t=Ui(t).target;)n=t;return n}(e))}return}(n);return t?J(t,e):[n]},getSymbolOfExpando:vk,getContextualType:(e,n)=>{const t=Cl(e,uu);if(t)return 4&n?ze(t,(()=>JC(t,n))):JC(t,n)},getContextualTypeForObjectLiteralElement:e=>{const n=Cl(e,Gd);return n?xC(n,void 0):void 0},getContextualTypeForArgumentAtIndex:(e,n)=>{const t=Cl(e,tu);return t&&oC(t,n)},getContextualTypeForJsxAttribute:e=>{const n=Cl(e,Gu);return n&&LC(n,void 0)},isContextSensitive:LS,getTypeOfPropertyOfContextualType:EC,getFullyQualifiedName:Ka,getResolvedSignature:(e,n,t)=>Ge(e,n,t,0),getCandidateSignaturesForStringLiteralCompletions:function(e,n){const t=new Set,r=[];ze(n,(()=>Ge(e,r,void 0,0)));for(const e of r)t.add(e);r.length=0,We(n,(()=>Ge(e,r,void 0,0)));for(const e of r)t.add(e);return $e(t)},getResolvedSignatureForSignatureHelp:(e,n,t)=>We(e,(()=>Ge(e,n,t,16))),getExpandedParameters:Vu,hasEffectiveRestParameter:$k,containsArgumentsReference:mm,getConstantValue:e=>{const n=Cl(e,CG);return n?MG(n):void 0},isValidPropertyAccess:(e,n)=>{const t=Cl(e,Zd);return!!t&&function(e,n){switch(e.kind){case 211:return uL(e,108===e.expression.kind,n,$A(bO(e.expression)));case 166:return uL(e,!1,n,$A(bO(e.left)));case 205:return uL(e,!1,n,JE(e))}}(t,Ml(n))},isValidPropertyAccessForCompletions:(e,n,t)=>{const r=Cl(e,lD);return!!r&&dL(r,n,t)},getSignatureFromDeclaration:e=>{const n=Cl(e,Td);return n?pm(n):void 0},isImplementationOfOverload:e=>{const n=Cl(e,Td);return n?TG(n):void 0},getImmediateAliasedSymbol:jM,getAliasedSymbol:Wa,getEmitResolver:function(e,n){return Az(e,n),le},getExportsOfModule:rs,getExportsAndPropertiesOfModule:function(e){const n=rs(e),t=Za(e);if(t!==e){const e=sd(t);is(e)&&xe(n,Hp(e))}return n},forEachExportAndPropertyOfModule:function(e,n){ls(e).forEach(((e,t)=>{Ps(t)||n(e,t)}));const t=Za(e);if(t!==e){const e=sd(t);is(e)&&function(e,n){e=vf(e),3670016&e.flags&&Fp(e).members.forEach(((e,t)=>{ks(e,t)&&n(e,t)}))}(e,((e,t)=>{n(e,t)}))}},getSymbolWalker:YW((function(e){return Tm(e)||xn}),ym,bm,jd,Fp,sd,JR,Yp,SE,D_),getAmbientModules:function(){qt||(qt=[],fe.forEach(((e,n)=>{Nz.test(n)&&qt.push(e)})));return qt},getJsxIntrinsicTagNamesAt:function(e){const n=eP(Bz.IntrinsicElements,e);return n?Hp(n):i},isOptionalParameter:e=>{const n=Cl(e,bN);return!!n&&lm(n)},tryGetMemberInModuleExports:(e,n)=>os(Ml(e),n),tryGetMemberInModuleExportsAndProperties:(e,n)=>function(e,n){const t=os(e,n);if(t)return t;const r=Za(n);if(r===n)return;const o=sd(r);return is(o)?Lf(o,e):void 0}(Ml(e),n),tryFindAmbientModule:e=>sm(e,!0),tryFindAmbientModuleWithoutAugmentations:e=>sm(e,!1),getApparentType:yf,getUnionType:mv,isTypeAssignableTo:KS,createAnonymousType:Os,createSignature:Fu,createSymbol:Li,createIndexInfo:Hm,getAnyType:()=>xn,getStringType:()=>Vn,getStringLiteralType:GE,getNumberType:()=>Un,getNumberLiteralType:BE,getBigIntType:()=>Hn,createPromiseType:gw,createArrayType:ey,getElementTypeOfArrayType:mx,getBooleanType:()=>Zn,getFalseType:e=>e?Kn:qn,getTrueType:e=>e?Jn:Xn,getVoidType:()=>nt,getUndefinedType:()=>wn,getNullType:()=>Bn,getESSymbolType:()=>et,getNeverType:()=>tt,getOptionalType:()=>Gn,getPromiseType:()=>Ag(!1),getPromiseLikeType:()=>Ng(!1),getAsyncIterableType:()=>{const e=kg(!1);if(e!==Ot)return e},isSymbolAccessible:Hs,isArrayType:cx,isTupleType:nA,isArrayLikeType:_x,isEmptyAnonymousObjectType:yT,isTypeInvalidDueToUnionDiscriminant:function(e,n){return n.properties.some((n=>{const t=n.name&&(qC(n.name)?GE(vA(n.name)):zv(n.name)),r=t&&xA(t)?AA(t):void 0,o=void 0===r?void 0:Ol(e,r);return!!o&&Bx(o)&&!KS(nG(n),o)}))},getExactOptionalProperties:function(e){return Hp(e).filter((e=>GA(sd(e))))},getAllPossiblePropertiesOfTypes:function(e){const n=mv(e);if(!(1048576&n.flags))return lG(n);const t=Mf();for(const r of e)for(const{escapedName:e}of lG(r))if(!t.has(e)){const r=bf(n,e);r&&t.set(e,r)}return $e(t.values())},getSuggestedSymbolForNonexistentProperty:tL,getSuggestionForNonexistentProperty:oL,getSuggestedSymbolForNonexistentJSXAttribute:rL,getSuggestedSymbolForNonexistentSymbol:(e,n,t)=>iL(e,Ml(n),t),getSuggestionForNonexistentSymbol:(e,n,t)=>function(e,n,t){const r=iL(e,n,t);return r&&wl(r)}(e,Ml(n),t),getSuggestedSymbolForNonexistentModule:aL,getSuggestionForNonexistentExport:function(e,n){const t=aL(e,n);return t&&wl(t)},getSuggestedSymbolForNonexistentClassMember:eL,getBaseConstraintOfType:lf,getDefaultFromTypeParameter:e=>e&&262144&e.flags?ff(e):void 0,resolveName(e,n,t,r){return na(n,Ml(e),t,void 0,void 0,!1,r)},getJsxNamespace:e=>Pl(bi(e)),getJsxFragmentFactory:e=>{const n=UG(e);return n&&Pl(SE(n).escapedText)},getAccessibleSymbolChain:Gs,getTypePredicateOfSignature:ym,resolveExternalModuleName:e=>{const n=Cl(e,uu);return n&&Xa(n,n,!0)},resolveExternalModuleSymbol:Za,tryGetThisTypeAt:(e,n,t)=>{const r=Cl(e);return r&&OD(r,n,t)},getTypeArgumentConstraint:e=>{const n=Cl(e,Bd);return n&&function(e){const n=vn(e.parent,ep);if(!n)return;const t=OO(n);if(!t)return;const r=Yp(t[n.typeArguments.indexOf(e)]);return r&&AS(r,eS(t,kO(n,t)))}(n)},getSuggestionDiagnostics:(t,r)=>{const o=Cl(t,rM)||Rt.fail("Could not determine parsed source file.");if(Nx(o,S,e))return i;let a;try{return n=r,Iz(o),Rt.assert(!!(1&Hi(o).flags)),a=xe(a,li.getDiagnostics(o.fileName)),hF(xz(o),((e,n,t)=>{Yf(e)||Tz(n,!!(33554432&e.flags))||(a||(a=[])).push({...t,category:2})})),a||i}finally{n=void 0}},runWithCancellationToken:(e,t)=>{try{return n=e,t(Ce)}finally{n=void 0}},getLocalTypeParametersOfClassOrInterfaceOrTypeAlias:Sd,isDeclarationVisible:yl,isPropertyAccessible:pL,getTypeOnlyAliasDeclaration:ja,getMemberOverrideModifierStatus:function(e,n,t){if(!n.name)return 0;const r=ps(e),o=ou(r),i=ku(o),a=sd(r),s=Oy(e)&&jd(o),l=(null==s?void 0:s.length)?ku(ke(s),o.thisType):void 0,c=Wd(o),d=n.parent?Ub(n):Bb(n,16);return FW(e,a,c,l,o,i,d,Hb(n),jb(n),!1,wl(t))},isTypeParameterPossiblyReferenced:hS,typeHasCallOrConstructSignatures:cG};function We(e,n){if(e=Nl(e,nu)){const t=[],r=[];for(;e;){const n=Hi(e);if(t.push([n,n.resolvedSignature]),n.resolvedSignature=void 0,eA(e)){const n=Ui(ps(e)),t=n.type;r.push([n,t]),n.type=void 0}e=Nl(e.parent,nu)}const o=n();for(const[e,n]of t)e.resolvedSignature=n;for(const[e,n]of r)e.type=n;return o}return n()}function ze(e,n){const t=Nl(e,tu);if(t){let n=e;do{Hi(n).skipDirectInference=!0,n=n.parent}while(n&&n!==t)}v=!0;const r=We(e,n);if(v=!1,t){let n=e;do{Hi(n).skipDirectInference=void 0,n=n.parent}while(n&&n!==t)}return r}function Ge(e,n,t,r){const o=Cl(e,tu);he=t;const i=o?hk(o,n,r):void 0;return he=void 0,i}var Ve=new Map,He=new Map,Ke=new Map,qe=new Map,Je=new Map,Xe=new Map,Qe=new Map,Ze=new Map,en=new Map,nn=new Map,on=new Map,an=new Map,sn=new Map,ln=new Map,un=new Map,pn=[],fn=new Map,mn=new Set,hn=Li(4,"unknown"),yn=Li(0,"__resolving__"),En=new Map,Sn=new Map,Tn=new Set,xn=Ds(1,"any"),An=Ds(1,"any",262144,"auto"),Rn=Ds(1,"any",void 0,"wildcard"),In=Ds(1,"any",void 0,"blocked string"),Nn=Ds(1,"error"),Dn=Ds(1,"unresolved"),Cn=Ds(1,"any",65536,"non-inferrable"),Mn=Ds(1,"intrinsic"),Pn=Ds(2,"unknown"),Ln=Ds(2,"unknown",void 0,"non-null"),wn=Ds(32768,"undefined"),On=z?wn:Ds(32768,"undefined",65536,"widening"),Fn=Ds(32768,"undefined",void 0,"missing"),zn=ie?Fn:wn,Gn=Ds(32768,"undefined",void 0,"optional"),Bn=Ds(65536,"null"),jn=z?Bn:Ds(65536,"null",65536,"widening"),Vn=Ds(4,"string"),Un=Ds(8,"number"),Hn=Ds(64,"bigint"),Kn=Ds(512,"false",void 0,"fresh"),qn=Ds(512,"false"),Jn=Ds(512,"true",void 0,"fresh"),Xn=Ds(512,"true");Jn.regularType=Xn,Jn.freshType=Jn,Xn.regularType=Xn,Xn.freshType=Jn,Kn.regularType=qn,Kn.freshType=Kn,qn.regularType=qn,qn.freshType=Kn;var $n,Zn=mv([qn,Xn]),et=Ds(4096,"symbol"),nt=Ds(16384,"void"),tt=Ds(131072,"never"),ot=Ds(131072,"never",262144,"silent"),it=Ds(131072,"never",void 0,"implicit"),st=Ds(131072,"never",void 0,"unreachable"),lt=Ds(67108864,"object"),pt=mv([Vn,Un]),ft=mv([Vn,Un,et]),gt=ee?Vn:ft,vt=mv([Un,Hn]),Et=mv([Vn,Un,Zn,Hn,Bn,wn]),St=$v(["",""],[Un]),Tt=rS((e=>{return 262144&e.flags?!(n=e).constraint&&!Xm(n)||n.constraint===Wt?n:n.restrictiveInstantiation||(n.restrictiveInstantiation=Ms(n.symbol),n.restrictiveInstantiation.constraint=Wt,n.restrictiveInstantiation):e;var n}),(()=>"(restrictive mapper)")),xt=rS((e=>262144&e.flags?Rn:e),(()=>"(permissive mapper)")),At=Ds(131072,"never",void 0,"unique literal"),It=rS((e=>262144&e.flags?At:e),(()=>"(unique literal mapper)")),Nt=rS((e=>(!$n||e!==Bt&&e!==jt&&e!==Vt||$n(!0),e)),(()=>"(unmeasurable reporter)")),Dt=rS((e=>(!$n||e!==Bt&&e!==jt&&e!==Vt||$n(!1),e)),(()=>"(unreliable reporter)")),Ct=Os(void 0,b,i,i,i),Mt=Os(void 0,b,i,i,i);Mt.objectFlags|=2048;var Pt=Li(2048,"__type");Pt.members=Mf();var Lt=Os(Pt,b,i,i,i),kt=Os(void 0,b,i,i,i),wt=z?mv([wn,Bn,kt]):Pn,Ot=Os(void 0,b,i,i,i);Ot.instantiations=new Map;var Ft=Os(void 0,b,i,i,i);Ft.objectFlags|=262144;var Wt=Os(void 0,b,i,i,i),zt=Os(void 0,b,i,i,i),Gt=Os(void 0,b,i,i,i),Bt=Ms(),jt=Ms();jt.constraint=Bt;var Vt=Ms(),Ut=Ms(),Ht=Ms();Ht.constraint=Ut;var Kt,qt,Jt,Xt,Yt,$t,Qt,Zt,er,nr,tr,rr,or,ir,ar,sr,lr,cr,dr,ur,pr,fr,mr,_r,hr,gr,yr,vr,Sr,Tr,xr,Ar,Rr,Ir,Nr,Dr,Cr,Mr,Pr,kr,wr,Or,Fr,Wr,zr,Gr,Br,jr,Vr,Ur,Hr,Kr,qr,Jr,Xr,Yr,$r,Qr,Zr,eo,no,to,ro,oo=cm(1,"<>",0,xn),io=Fu(void 0,void 0,void 0,i,xn,void 0,0,0),ao=Fu(void 0,void 0,void 0,i,Nn,void 0,0,0),so=Fu(void 0,void 0,void 0,i,xn,void 0,0,0),lo=Fu(void 0,void 0,void 0,i,ot,void 0,0,0),co=Hm(Un,Vn,!0),uo=new Map,po={get yieldType(){return Rt.fail("Not supported")},get returnType(){return Rt.fail("Not supported")},get nextType(){return Rt.fail("Not supported")}},fo=ZF(xn,xn,xn),mo=ZF(xn,xn,Pn),_o=ZF(tt,xn,wn),ho={iterableCacheKey:"iterationTypesOfAsyncIterable",iteratorCacheKey:"iterationTypesOfAsyncIterator",iteratorSymbolName:"asyncIterator",getGlobalIteratorType:function(e){return Nr||(Nr=tg("AsyncIterator",3,e))||Ot},getGlobalIterableType:kg,getGlobalIterableIteratorType:function(e){return Dr||(Dr=tg("AsyncIterableIterator",1,e))||Ot},getGlobalGeneratorType:function(e){return Cr||(Cr=tg("AsyncGenerator",3,e))||Ot},resolveIterationType:(e,n)=>eF(e,n,Oa.Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member),mustHaveANextMethodDiagnostic:Oa.An_async_iterator_must_have_a_next_method,mustBeAMethodDiagnostic:Oa.The_0_property_of_an_async_iterator_must_be_a_method,mustHaveAValueDiagnostic:Oa.The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_property},go={iterableCacheKey:"iterationTypesOfIterable",iteratorCacheKey:"iterationTypesOfIterator",iteratorSymbolName:"iterator",getGlobalIteratorType:function(e){return Sr||(Sr=tg("Iterator",3,e))||Ot},getGlobalIterableType:Og,getGlobalIterableIteratorType:function(e){return Tr||(Tr=tg("IterableIterator",1,e))||Ot},getGlobalGeneratorType:function(e){return xr||(xr=tg("Generator",3,e))||Ot},resolveIterationType:(e,n)=>e,mustHaveANextMethodDiagnostic:Oa.An_iterator_must_have_a_next_method,mustBeAMethodDiagnostic:Oa.The_0_property_of_an_iterator_must_be_a_method,mustHaveAValueDiagnostic:Oa.The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property},yo=new Map,vo=[],bo=new Map,Eo=0,So=0,To=0,xo=!1,Ao=0,Ro=[],Io=[],No=[],Do=0,Co=[],Mo=[],Po=0,Lo=GE(""),ko=BE(0),Oo=jE({negative:!1,base10Value:"0"}),Fo=[],Wo=[],zo=[],Go=0,Bo=!1,jo=0,Vo=10,Uo=[],Ho=[],Ko=[],qo=[],Jo=[],Xo=[],Yo=[],$o=[],Qo=[],Zo=[],ei=[],ni=[],ti=[],ri=[],oi=[],ii=[],ai=[],si=Mv(),li=Mv(),ci=mv($e(wz.keys(),GE)),di=new Map,ui=new Map,pi=new Map,fi=new Map,mi=new Map,_i=new Map,hi=Mf();hi.set(me.escapedName,me);var gi=[[".mts",".mjs"],[".ts",".js"],[".cts",".cjs"],[".mjs",".mjs"],[".js",".js"],[".cjs",".cjs"],[".tsx",1===S.jsx?".jsx":".js"],[".jsx",".jsx"],[".json",".json"]];return function(){for(const n of e.getSourceFiles())VW(n,S);let n;Kt=new Map;for(const t of e.getSourceFiles())if(!t.redirectInfo){if(!T_(t)){const e=t.locals.get("globalThis");if(null==e?void 0:e.declarations)for(const n of e.declarations)si.add(d_(n,Oa.Declaration_name_conflicts_with_built_in_global_identifier_0,"globalThis"));ji(fe,t.locals)}if(t.jsGlobalAugmentations&&ji(fe,t.jsGlobalAugmentations),t.patternAmbientModules&&t.patternAmbientModules.length&&(Jt=ce(Jt,t.patternAmbientModules)),t.moduleAugmentations.length&&(n||(n=[])).push(t.moduleAugmentations),t.symbol&&t.symbol.globalExports){t.symbol.globalExports.forEach(((e,n)=>{fe.has(n)||fe.set(n,e)}))}}if(n)for(const e of n)for(const n of e)Gm(n.parent)&&Vi(n);t=fe,r=hi,o=Oa.Declaration_name_conflicts_with_built_in_global_identifier_0,void r.forEach(((e,n)=>{const r=t.get(n);r?x(r.declarations,function(e,n){return t=>si.add(d_(t,n,e))}(Pl(n),o)):t.set(n,e)})),Ui(me).type=On,Ui(ve).type=tg("IArguments",0,!0),Ui(hn).type=Nn,Ui(_e).type=Cs(16,_e),er=tg("Array",1,!0),Yt=tg("Object",0,!0),$t=tg("Function",0,!0),Qt=H&&tg("CallableFunction",0,!0)||$t,Zt=H&&tg("NewableFunction",0,!0)||$t,tr=tg("String",0,!0),rr=tg("Number",0,!0),or=tg("Boolean",0,!0),ir=tg("RegExp",0,!0),sr=ey(xn),(lr=ey(An))===Ct&&(lr=Os(void 0,b,i,i,i));var t,r,o;if(nr=zg("ReadonlyArray",1)||er,cr=nr?Jg(nr,[xn]):sr,ar=zg("ThisType",1),n)for(const e of n)for(const n of e)Gm(n.parent)||Vi(n);Kt.forEach((({firstFile:e,secondFile:n,conflictingSymbols:t})=>{if(t.size<8)t.forEach((({isBlockScoped:e,firstFileLocations:n,secondFileLocations:t},r)=>{const o=e?Oa.Cannot_redeclare_block_scoped_variable_0:Oa.Duplicate_identifier_0;for(const e of n)Bi(e,o,r,t);for(const e of t)Bi(e,o,r,n)}));else{const r=$e(t.keys()).join(", ");si.add(xx(d_(e,Oa.Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0,r),d_(n,Oa.Conflicts_are_in_this_file))),si.add(xx(d_(n,Oa.Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0,r),d_(e,Oa.Conflicts_are_in_this_file)))}})),Kt=void 0}(),Ce;function yi(e){return e?un.get(e):void 0}function vi(e,n){return e&&un.set(e,n),n}function bi(e){if(e){const n=$f(e);if(n)if(BC(e)){if(n.localJsxFragmentNamespace)return n.localJsxFragmentNamespace;const t=n.pragmas.get("jsxfrag");if(t){const e=_n(t)?t[0]:t;if(n.localJsxFragmentFactory=ck(e.arguments.factory,A),rG(n.localJsxFragmentFactory,Si,bd),n.localJsxFragmentFactory)return n.localJsxFragmentNamespace=SE(n.localJsxFragmentFactory).escapedText}const r=UG(e);if(r)return n.localJsxFragmentFactory=r,n.localJsxFragmentNamespace=SE(r).escapedText}else{const e=Ei(n);if(e)return n.localJsxNamespace=e}}return to||(to="React",S.jsxFactory?(rG(ro=ck(S.jsxFactory,A),Si),ro&&(to=SE(ro).escapedText)):S.reactNamespace&&(to=Ml(S.reactNamespace))),ro||(ro=UA.createQualifiedName(UA.createIdentifier(Pl(to)),"createElement")),to}function Ei(e){if(e.localJsxNamespace)return e.localJsxNamespace;const n=e.pragmas.get("jsx");if(n){const t=_n(n)?n[0]:n;if(e.localJsxFactory=ck(t.arguments.factory,A),rG(e.localJsxFactory,Si,bd),e.localJsxFactory)return e.localJsxNamespace=SE(e.localJsxFactory).escapedText}}function Si(e){return Gx(e,-1,-1),fG(e,Si,void 0)}function Ti(e,n,t,...r){const o=Ai(n,t,...r);return o.skippedOn=e,o}function xi(e,n,...t){return e?d_(e,n,...t):sT(n,...t)}function Ai(e,n,...t){const r=xi(e,n,...t);return si.add(r),r}function Ri(e,n){e?si.add(n):li.add({...n,category:2})}function Ii(e,n,t,...r){if(n.pos<0||n.end<0){if(!e)return;const o=$f(n);Ri(e,"message"in t?iT(o,0,0,t,...r):g_(o,t))}else Ri(e,"message"in t?d_(n,t,...r):f_($f(n),n,t))}function Ni(e,n,t,...r){const o=Ai(e,t,...r);if(n){xx(o,d_(e,Oa.Did_you_forget_to_use_await))}return o}function Di(e,n){const t=Array.isArray(e)?x(e,uc):uc(e);return t&&xx(n,d_(t,Oa.The_declaration_was_marked_as_deprecated_here)),li.add(n),n}function Ci(e){const n=ms(e);return n&&T(e.declarations)>1?64&n.flags?se(e.declarations,Mi):M(e.declarations,Mi):!!e.valueDeclaration&&Mi(e.valueDeclaration)||T(e.declarations)&&M(e.declarations,Mi)}function Mi(e){return!!(536870912&CB(e))}function Pi(e,n,t){return Di(n,d_(e,Oa._0_is_deprecated,t))}function Li(e,n,t){m++;const r=new d(33554432|e,n);return r.links=new Gz,r.links.checkFlags=t||0,r}function ki(e,n){const t=Li(1,e);return t.links.type=n,t}function wi(e,n){const t=Li(4,e);return t.links.type=n,t}function Oi(e){let n=0;return 2&e&&(n|=111551),1&e&&(n|=111550),4&e&&(n|=0),8&e&&(n|=900095),16&e&&(n|=110991),32&e&&(n|=899503),64&e&&(n|=788872),256&e&&(n|=899327),128&e&&(n|=899967),512&e&&(n|=110735),8192&e&&(n|=103359),32768&e&&(n|=46015),65536&e&&(n|=78783),262144&e&&(n|=526824),524288&e&&(n|=788968),2097152&e&&(n|=2097152),n}function Fi(e,n){n.mergeId||(n.mergeId=Pz,Pz++),Uo[n.mergeId]=e}function Wi(e){const n=Li(e.flags,e.escapedName);return n.declarations=e.declarations?e.declarations.slice():[],n.parent=e.parent,e.valueDeclaration&&(n.valueDeclaration=e.valueDeclaration),e.constEnumOnlyModule&&(n.constEnumOnlyModule=!0),e.members&&(n.members=new Map(e.members)),e.exports&&(n.exports=new Map(e.exports)),Fi(n,e),n}function zi(e,n,t=!1){if(!(e.flags&Oi(n.flags))||67108864&(n.flags|e.flags)){if(n===e)return e;if(!(33554432&e.flags)){const t=Fa(e);if(t===hn)return n;e=Wi(t)}512&n.flags&&512&e.flags&&e.constEnumOnlyModule&&!n.constEnumOnlyModule&&(e.constEnumOnlyModule=!1),e.flags|=n.flags,n.valueDeclaration&&wg(e,n.valueDeclaration),xe(e.declarations,n.declarations),n.members&&(e.members||(e.members=Mf()),ji(e.members,n.members,t)),n.exports&&(e.exports||(e.exports=Mf()),ji(e.exports,n.exports,t)),t||Fi(e,n)}else if(1024&e.flags)e!==_e&&Ai(n.declarations&&jl(n.declarations[0]),Oa.Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity,rl(e));else{const t=!!(384&e.flags||384&n.flags),o=!!(2&e.flags||2&n.flags),i=t?Oa.Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations:o?Oa.Cannot_redeclare_block_scoped_variable_0:Oa.Duplicate_identifier_0,a=n.declarations&&$f(n.declarations[0]),s=e.declarations&&$f(e.declarations[0]),l=Zf(a,S.checkJs),c=Zf(s,S.checkJs),d=rl(n);if(a&&s&&Kt&&!t&&a!==s){const t=-1===Ra(a.path,s.path)?a:s,i=t===a?s:a,u=te(Kt,`${t.path}|${i.path}`,(()=>({firstFile:t,secondFile:i,conflictingSymbols:new Map}))),p=te(u.conflictingSymbols,d,(()=>({isBlockScoped:o,firstFileLocations:[],secondFileLocations:[]})));l||r(p.firstFileLocations,n),c||r(p.secondFileLocations,e)}else l||Gi(n,i,d,e),c||Gi(e,i,d,n)}return e;function r(e,n){if(n.declarations)for(const t of n.declarations)Ae(e,t)}}function Gi(e,n,t,r){x(e.declarations,(e=>{Bi(e,n,t,r.declarations)}))}function Bi(e,n,t,r){const o=(fg(e,!1)?_g(e):jl(e))||e,a=function(e,n,...t){const r=e?d_(e,n,...t):sT(n,...t);return si.lookup(r)||(si.add(r),r)}(o,n,t);for(const e of r||i){const n=(fg(e,!1)?_g(e):jl(e))||e;if(n===o)continue;a.relatedInformation=a.relatedInformation||[];const r=d_(n,Oa._0_was_also_declared_here,t),i=d_(n,Oa.and_here);T(a.relatedInformation)>=5||se(a.relatedInformation,(e=>0===pT(e,i)||0===pT(e,r)))||xx(a,T(a.relatedInformation)?i:r)}}function ji(e,n,t=!1){n.forEach(((n,r)=>{const o=e.get(r);e.set(r,o?zi(o,n,t):us(n))}))}function Vi(e){var n,t,r;const o=e.parent;if((null==(n=o.symbol.declarations)?void 0:n[0])===o)if(Gm(o))ji(fe,o.symbol.exports);else{let n=Ya(e,e,33554432&e.parent.parent.flags?void 0:Oa.Invalid_module_name_in_augmentation_module_0_cannot_be_found,!0);if(!n)return;if(n=Za(n),1920&n.flags)if(se(Jt,(e=>n===e.symbol))){const t=zi(o.symbol,n,!0);Xt||(Xt=new Map),Xt.set(e.text,t)}else{if((null==(t=n.exports)?void 0:t.get("__export"))&&(null==(r=o.symbol.exports)?void 0:r.size)){const e=Cu(n,"resolvedExports");for(const[t,r]of $e(o.symbol.exports.entries()))e.has(t)&&!n.exports.has(t)&&zi(e.get(t),r)}zi(n,o.symbol)}else Ai(e,Oa.Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity,e.text)}else Rt.assert(o.symbol.declarations.length>1)}function Ui(e){if(33554432&e.flags)return e.links;const n=Kz(e);return Ho[n]??(Ho[n]=new Gz)}function Hi(e){const n=Hz(e);return Ko[n]||(Ko[n]=new Uz)}function Ki(e){return 312===e.kind&&!T_(e)}function qi(e,n,t){if(t){const r=us(e.get(n));if(r){if(Rt.assert(0==(1&mS(r)),"Should never get an instantiated symbol here."),r.flags&t)return r;if(2097152&r.flags){if(za(r)&t)return r}}}}function Xi(n,t){const r=$f(n),o=$f(t),i=t_(n);if(r!==o){if(I&&(r.externalModuleIndicator||o.externalModuleIndicator)||!ob(S)||Eb(t)||33554432&n.flags)return!0;if(a(t,n))return!0;const i=e.getSourceFiles();return i.indexOf(r)<=i.indexOf(o)}if(16777216&t.flags||Eb(t)||YR(t))return!0;if(n.pos<=t.pos&&(!TN(n)||!Ih(t.parent)||n.initializer||n.exclamationToken)){if(208===n.kind){const e=jy(t,208);return e?Nl(e,iD)!==Nl(n,iD)||n.posyN(e)&&e.parent.parent===n)):TN(n)?!s(n,t,!1):!gl(n,n.parent)||!(C&&_h(n)===_h(t)&&a(t,n))}return!!(281===t.parent.kind||277===t.parent.kind&&t.parent.isExportEquals)||(!(277!==t.kind||!t.isExportEquals)||!!a(t,n)&&(!C||!_h(n)||!TN(n)&&!gl(n,n.parent)||!s(n,t,!0)));function a(e,n){return!!Nl(e,(t=>{if(t===i)return"quit";if(Td(t))return!0;if(RN(t))return n.pos=r&&i.pos<=o){const t=UA.createPropertyAccessExpression(UA.createThis(),e);Vx(t.expression,t),Vx(t,i),t.flowNode=i.returnFlowNode;if(!vT(fN(t,n,LA(n))))return!0}return!1}(e,sd(ps(n)),B(n.parent.members,RN),n.parent.pos,t.pos))return!0}}}else{if(!(172===n.kind&&!jb(n))||_h(e)!==_h(n))return!0}}return!1}))}function s(e,n,t){if(n.end>e.end)return!1;return void 0===Nl(n,(n=>{if(n===e)return"quit";switch(n.kind){case 219:return!0;case 172:return!t||!(TN(e)&&n.parent===e.parent||gl(e,e.parent)&&n.parent===e.parent.parent)||"quit";case 241:switch(n.parent.kind){case 177:case 174:case 178:return!0;default:return!1}default:return!1}}))}}function Zi(e,n,t){const r=jp(S),o=n;if(bN(t)&&o.body&&e.valueDeclaration&&e.valueDeclaration.pos>=o.body.pos&&e.valueDeclaration.end<=o.body.end&&r>=2){const e=Hi(o);return void 0===e.declarationRequiresScopeChange&&(e.declarationRequiresScopeChange=x(o.parameters,(function(e){return i(e.name)||!!e.initializer&&i(e.initializer)}))||!1),!e.declarationRequiresScopeChange}return!1;function i(e){switch(e.kind){case 219:case 218:case 262:case 176:return!1;case 174:case 177:case 178:case 303:return i(e.name);case 172:return Vb(e)?!C:i(e.name);default:return zc(e)||wc(e)?r<7:iD(e)&&e.dotDotDotToken&&rD(e.parent)?r<4:!Bd(e)&&(ok(e,i)||!1)}}}function ea(e){return pu(e)&&Gc(e.type)||zM(e)&&Gc(e.typeExpression)}function na(e,n,t,r,o,i,a=!1,s=!0){return ta(e,n,t,r,o,i,a,s,qi)}function ta(e,n,t,r,o,i,a,s,c){var d,u,p;const f=e;let m,_,h,g,y,v=!1;const E=e;let x,A=!1;e:for(;e;){if("const"===n&&ea(e))return;if(Iu(e)&&_&&e.name===_&&(_=e,e=e.parent),Du(e)&&e.locals&&!Ki(e)&&(m=c(e.locals,n,t))){let n=!0;if(Td(e)&&_&&_!==e.body?(t&m.flags&788968&&327!==_.kind&&(n=!!(262144&m.flags)&&(_===e.type||169===_.kind||348===_.kind||349===_.kind||168===_.kind)),t&m.flags&3&&(Zi(m,e,_)?n=!1:1&m.flags&&(n=169===_.kind||_===e.type&&!!Nl(m.valueDeclaration,bN)))):194===e.kind&&(n=_===e.trueType),n)break e;m=void 0}switch(v=v||ia(e,_),e.kind){case 312:if(!T_(e))break;A=!0;case 267:const o=(null==(d=ps(e))?void 0:d.exports)||b;if(312===e.kind||pC(e)&&33554432&e.flags&&!Gm(e)){if(m=o.get("default")){const e=kE(m);if(e&&m.flags&t&&e.escapedName===n)break e;m=void 0}const e=o.get(n);if(e&&2097152===e.flags&&(Df(e,281)||Df(e,280)))break}if("default"!==n&&(m=c(o,n,2623475&t))){if(!rM(e)||!e.commonJsModuleIndicator||(null==(u=m.declarations)?void 0:u.some(Kg)))break e;m=void 0}break;case 266:if(m=c((null==(p=ps(e))?void 0:p.exports)||b,n,8&t)){!r||!Kp(S)||33554432&e.flags||$f(e)===$f(m.valueDeclaration)||Ai(E,Oa.Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead,Pl(n),Te,`${Pl(fs(e).escapedName)}.${Pl(n)}`);break e}break;case 172:if(!jb(e)){const r=As(e.parent);r&&r.locals&&c(r.locals,n,111551&t)&&(Rt.assertNode(e,TN),g=e)}break;case 263:case 231:case 264:if(m=c(ps(e).members||b,n,788968&t)){if(!la(m,e)){m=void 0;break}if(_&&jb(_))return void(r&&Ai(E,Oa.Static_members_cannot_reference_class_type_parameters));break e}if(ND(e)&&32&t){const t=e.name;if(t&&n===t.escapedText){m=e.symbol;break e}}break;case 233:if(_===e.expression&&96===e.parent.token){const o=e.parent.parent;if(Md(o)&&(m=c(ps(o).members,n,788968&t)))return void(r&&Ai(E,Oa.Base_class_expressions_cannot_reference_class_type_parameters))}break;case 167:if(x=e.parent.parent,(Md(x)||264===x.kind)&&(m=c(ps(x).members,n,788968&t)))return void(r&&Ai(E,Oa.A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type));break;case 219:if(jp(S)>=2)break;case 174:case 176:case 177:case 178:case 262:if(3&t&&"arguments"===n){m=ve;break e}break;case 218:if(3&t&&"arguments"===n){m=ve;break e}if(16&t){const t=e.name;if(t&&n===t.escapedText){m=e.symbol;break e}}break;case 170:e.parent&&169===e.parent.kind&&(e=e.parent),e.parent&&(Cd(e.parent)||263===e.parent.kind)&&(e=e.parent);break;case 353:case 345:case 347:const i=cy(e);i&&(e=i.parent);break;case 169:_&&(_===e.initializer||_===e.name&&Vd(_))&&(y||(y=e));break;case 208:_&&(_===e.initializer||_===e.name&&Vd(_))&&vv(e)&&!y&&(y=e);break;case 195:if(262144&t){const t=e.typeParameter.name;if(t&&n===t.escapedText){m=e.typeParameter.symbol;break e}}break;case 281:_&&_===e.propertyName&&e.parent.parent.moduleSpecifier&&(e=e.parent.parent.parent)}aa(e)&&(h=e),_=e,e=GM(e)?oy(e)||e.parent:(OM(e)||FM(e))&&ay(e)||e.parent}if(!i||!m||h&&m===h.symbol||(m.isReferenced|=t),!m){if(_&&(Rt.assertNode(_,rM),_.commonJsModuleIndicator&&"exports"===n&&t&_.symbol.flags))return _.symbol;a||(m=c(fe,n,t))}if(!m&&f&&Yh(f)&&f.parent&&ng(f.parent,!1))return Se;function R(){return!(!g||C)&&(Ai(E,E&&g.type&&nl(g.type,E.pos)?Oa.Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:Oa.Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor,o_(g.name),sa(o)),!0)}if(m){if(!r||!R())return r&&l((()=>{var e;if(E&&(2&t||(32&t||384&t)&&111551==(111551&t))){const e=Ss(m);(2&e.flags||32&e.flags||384&e.flags)&&function(e,n){var t;if(Rt.assert(!!(2&e.flags||32&e.flags||384&e.flags)),67108881&e.flags&&32&e.flags)return;const r=null==(t=e.declarations)?void 0:t.find((e=>Pm(e)||Md(e)||266===e.kind));if(void 0===r)return Rt.fail("checkResolvedBlockScopedVariable could not find block-scoped declaration");if(!(33554432&r.flags||Xi(r,n))){let t;const o=o_(jl(r));2&e.flags?t=Ai(n,Oa.Block_scoped_variable_0_used_before_its_declaration,o):32&e.flags?t=Ai(n,Oa.Class_0_used_before_its_declaration,o):256&e.flags?t=Ai(n,Oa.Enum_0_used_before_its_declaration,o):(Rt.assert(!!(128&e.flags)),Kp(S)&&(t=Ai(n,Oa.Enum_0_used_before_its_declaration,o))),t&&xx(t,d_(r,Oa._0_is_declared_here,o))}}(e,E)}if(m&&A&&111551==(111551&t)&&!(16777216&f.flags)){const e=us(m);T(e.declarations)&&M(e.declarations,(e=>_C(e)||rM(e)&&!!e.symbol.globalExports))&&Ii(!S.allowUmdGlobalAccess,E,Oa._0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead,Pl(n))}if(m&&y&&!v&&111551==(111551&t)){const e=us(Lu(m)),n=bv(y);e===ps(y)?Ai(E,Oa.Parameter_0_cannot_reference_itself,o_(y.name)):e.valueDeclaration&&e.valueDeclaration.pos>y.pos&&n.parent.locals&&c(n.parent.locals,e.escapedName,t)===e&&Ai(E,Oa.Parameter_0_cannot_reference_identifier_1_declared_after_it,o_(y.name),o_(E))}if(m&&E&&111551&t&&2097152&m.flags&&!(111551&m.flags)&&!wx(E)){const e=ja(m,111551);if(e){const t=281===e.kind||278===e.kind||280===e.kind?Oa._0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type:Oa._0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type,r=Pl(n);oa(Ai(E,t,r),e,r)}}if(S.isolatedModules&&m&&A&&111551==(111551&t)){const r=c(fe,n,t)===m&&rM(_)&&_.locals&&c(_.locals,n,-111552);if(r){const t=null==(e=r.declarations)?void 0:e.find((e=>276===e.kind||273===e.kind||274===e.kind||271===e.kind));t&&!ad(t)&&Ai(t,Oa.Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled,Pl(n))}}})),m}else r&&l((()=>{if(!(E&&(331===E.parent.kind||function(e,n,t){if(!tN(e)||e.escapedText!==n||Cz(e)||Eb(e))return!1;const r=vh(e,!1,!1);let o=r;for(;o;){if(Md(o.parent)){const i=ps(o.parent);if(!i)break;if(Lf(sd(i),n))return Ai(e,Oa.Cannot_find_name_0_Did_you_mean_the_static_member_1_0,sa(t),rl(i)),!0;if(o===r&&!jb(o)){if(Lf(ou(i).thisType,n))return Ai(e,Oa.Cannot_find_name_0_Did_you_mean_the_instance_member_this_0,sa(t)),!0}}o=o.parent}return!1}(E,n,o)||R()||ca(E)||function(e,n,t){const r=1920|(Yh(e)?111551:0);if(t===r){const t=Fa(na(e,n,788968&~r,void 0,void 0,!1)),o=e.parent;if(t){if(gN(o)){Rt.assert(o.left===e,"Should only be resolving left side of qualified name as a namespace");const r=o.right.escapedText;if(Lf(ou(t),r))return Ai(o,Oa.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,Pl(n),Pl(r)),!0}return Ai(e,Oa._0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here,Pl(n)),!0}}return!1}(E,n,t)||function(e,n){if(pa(n)&&281===e.parent.kind)return Ai(e,Oa.Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module,n),!0;return!1}(E,n)||function(e,n,t){if(111127&t){if(Fa(na(e,n,1024,void 0,void 0,!1)))return Ai(e,Oa.Cannot_use_namespace_0_as_a_value,Pl(n)),!0}else if(788544&t){if(Fa(na(e,n,1536,void 0,void 0,!1)))return Ai(e,Oa.Cannot_use_namespace_0_as_a_type,Pl(n)),!0}return!1}(E,n,t)||function(e,n,t){if(111551&t){if(pa(n)){const t=e.parent.parent;if(t&&t.parent&&YC(t)){const r=t.token,o=t.parent.kind;264===o&&96===r?Ai(e,Oa.An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types,Pl(n)):263===o&&96===r?Ai(e,Oa.A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values,Pl(n)):263===o&&119===r&&Ai(e,Oa.A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types,Pl(n))}else Ai(e,Oa._0_only_refers_to_a_type_but_is_being_used_as_a_value_here,Pl(n));return!0}const t=Fa(na(e,n,788544,void 0,void 0,!1)),r=t&&za(t);if(t&&void 0!==r&&!(111551&r)){const r=Pl(n);return!function(e){switch(e){case"Promise":case"Symbol":case"Map":case"WeakMap":case"Set":case"WeakSet":return!0}return!1}(n)?!function(e,n){const t=Nl(e.parent,(e=>!yN(e)&&!SN(e)&&(WN(e)||"quit")));if(t&&1===t.members.length){const e=ou(n);return!!(1048576&e.flags)&&Gw(e,384,!0)}return!1}(e,t)?Ai(e,Oa._0_only_refers_to_a_type_but_is_being_used_as_a_value_here,r):Ai(e,Oa._0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0,r,"K"===r?"P":"K"):Ai(e,Oa._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),!0}}return!1}(E,n,t)||function(e,n,t){if(788584&t){const t=Fa(na(e,n,111127,void 0,void 0,!1));if(t&&!(1920&t.flags))return Ai(e,Oa._0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0,Pl(n)),!0}return!1}(E,n,t)))){let e,i;if(o&&(i=function(e){const n=sa(e),t=fp().get(n);return t&&we(t.keys())}(o),i&&Ai(E,r,sa(o),i)),!i&&s&&joe===n||!!(e===t||Td(e)&&(!xh(e)||3&Zy(e)))&&"quit"))}function _a(e){switch(e.kind){case 271:return e;case 273:return e.parent;case 274:return e.parent.parent;case 276:return e.parent.parent.parent;default:return}}function ha(e){return e.declarations&&L(e.declarations,ga)}function ga(e){return 271===e.kind||270===e.kind||273===e.kind&&!!e.name||274===e.kind||280===e.kind||276===e.kind||281===e.kind||277===e.kind&&Ly(e)||TD(e)&&2===Eg(e)&&Ly(e)||wS(e)&&TD(e.parent)&&e.parent.left===e&&64===e.parent.operatorToken.kind&&ya(e.parent.right)||304===e.kind||303===e.kind&&ya(e.initializer)||260===e.kind&&rg(e)||208===e.kind&&rg(e.parent.parent)}function ya(e){return Py(e)||_D(e)&&gk(e)}function va(e,n){const t=Ma(e);if(t){const e=zS(t.expression).arguments[0];return tN(t.name)?Fa(Lf(hm(e),t.name.escapedText)):void 0}if(iC(e)||283===e.moduleReference.kind){const n=Xa(e,Kh(e)||Hh(e)),t=Za(n);return Ga(e,n,t,!1),t}const r=Ha(e.moduleReference,n);return function(e,n){if(Ga(e,void 0,n,!1)&&!e.isTypeOnly){const n=ja(ps(e)),t=281===n.kind||278===n.kind,r=t?Oa.An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:Oa.An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type,o=t?Oa._0_was_exported_here:Oa._0_was_imported_here,i=278===n.kind?"*":Pl(n.name.escapedText);xx(Ai(e.moduleReference,r),d_(n,o,i))}}(e,r),r}function ba(e,n,t,r){const o=e.exports.get("export="),i=o?Lf(sd(o),n,!0):e.exports.get(n),a=Fa(i,r);return Ga(t,i,a,!1),a}function Ea(e){return NC(e)&&!e.isExportEquals||Bb(e,2048)||MC(e)||AC(e)}function Sa(n){return tp(n)?e.getModeForUsageLocation($f(n),n):void 0}function Ta(e,n){return 99===e&&1===n}function xa(e){return 99===Sa(e)&&Qn(e.text,".json")}function Aa(e,n,t,r){const o=e&&Sa(r);if(e&&void 0!==o&&100<=I&&I<=199){const n=Ta(o,e.impliedNodeFormat);if(99===o||n)return n}if(!O)return!1;if(!e||e.isDeclarationFile){const e=ba(n,"default",void 0,!0);return(!e||!se(e.declarations,Ea))&&!ba(n,Ml("__esModule"),void 0,t)}return Jh(e)?"object"!=typeof e.externalModuleIndicator&&!ba(n,Ml("__esModule"),void 0,t):ts(n)}function Ia(e,n,t){var r;let o;o=Wm(e)?e:ba(e,"default",n,t);const i=null==(r=e.declarations)?void 0:r.find(rM),a=Na(n);if(!a)return o;const s=xa(a),l=Aa(i,e,t,a);if(o||l||s){if(l||s){const r=Za(e,t)||Fa(e,t);return Ga(n,e,r,!1),r}}else if(ts(e)&&!O){const t=I>=5?"allowSyntheticDefaultImports":"esModuleInterop",r=e.exports.get("export=").valueDeclaration,o=Ai(n.name,Oa.Module_0_can_only_be_default_imported_using_the_1_flag,rl(e),t);r&&xx(o,d_(r,Oa.This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag,t))}else yC(n)?function(e,n){var t,r,o;if(null==(t=e.exports)?void 0:t.has(n.symbol.escapedName))Ai(n.name,Oa.Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead,rl(e),rl(n.symbol));else{const t=Ai(n.name,Oa.Module_0_has_no_default_export,rl(e)),i=null==(r=e.exports)?void 0:r.get("__export");if(i){const e=null==(o=i.declarations)?void 0:o.find((e=>{var n,t;return!!(DC(e)&&e.moduleSpecifier&&(null==(t=null==(n=Xa(e,e.moduleSpecifier))?void 0:n.exports)?void 0:t.has("default")))}));e&&xx(t,d_(e,Oa.export_Asterisk_does_not_re_export_a_default))}}}(e,n):Ca(e,e,n,id(n)&&n.propertyName||n.name);return Ga(n,o,void 0,!1),o}function Na(e){switch(e.kind){case 273:return e.parent.moduleSpecifier;case 271:return wC(e.moduleReference)?e.moduleReference.expression:void 0;case 274:case 281:return e.parent.parent.moduleSpecifier;case 276:return e.parent.parent.parent.moduleSpecifier;default:return Rt.assertNever(e)}}function Da(e,n,t=!1){var r;const o=Kh(e)||e.moduleSpecifier,i=Xa(e,o),a=!lD(n)&&n.propertyName||n.name;if(!tN(a))return;const s=es(i,o,!1,"default"===a.escapedText&&O);if(s&&a.escapedText){if(Wm(i))return i;let l;l=i&&i.exports&&i.exports.get("export=")?Lf(sd(s),a.escapedText,!0):function(e,n){if(3&e.flags){const t=e.valueDeclaration.type;if(t)return Fa(Lf(JE(t),n))}}(s,a.escapedText),l=Fa(l,t);let c=function(e,n,t,r){var o;if(1536&e.flags){const i=ss(e).get(n.escapedText),a=Fa(i,r);return Ga(t,i,a,!1,null==(o=Ui(e).typeOnlyExportStarMap)?void 0:o.get(n.escapedText),n.escapedText),a}}(s,a,n,t);if(void 0===c&&"default"===a.escapedText){const e=null==(r=i.declarations)?void 0:r.find(rM);(xa(o)||Aa(e,i,t,o))&&(c=Za(i,t)||Fa(i,t))}const d=c&&l&&c!==l?function(e,n){if(e===hn&&n===hn)return hn;if(790504&e.flags)return e;const t=Li(e.flags|n.flags,e.escapedName);return Rt.assert(e.declarations||n.declarations),t.declarations=pe(ce(e.declarations,n.declarations),kn),t.parent=e.parent||n.parent,e.valueDeclaration&&(t.valueDeclaration=e.valueDeclaration),n.members&&(t.members=new Map(n.members)),e.exports&&(t.exports=new Map(e.exports)),t}(l,c):c||l;return d||Ca(i,s,e,a),d}}function Ca(e,n,t,r){var o;const i=Ka(e,t),a=o_(r),s=aL(r,n);if(void 0!==s){const e=rl(s),n=Ai(r,Oa._0_has_no_exported_member_named_1_Did_you_mean_2,i,a,e);s.valueDeclaration&&xx(n,d_(s.valueDeclaration,Oa._0_is_declared_here,e))}else(null==(o=e.exports)?void 0:o.has("default"))?Ai(r,Oa.Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead,i,a):function(e,n,t,r,o){var i,a;const s=null==(a=null==(i=vn(r.valueDeclaration,Du))?void 0:i.locals)?void 0:a.get(n.escapedText),l=r.exports;if(s){const r=null==l?void 0:l.get("export=");if(r)Es(r,s)?function(e,n,t,r){if(I>=5){Ai(n,qp(S)?Oa._0_can_only_be_imported_by_using_a_default_import:Oa._0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import,t)}else if(Yh(e)){Ai(n,qp(S)?Oa._0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import:Oa._0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import,t)}else{Ai(n,qp(S)?Oa._0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import:Oa._0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import,t,t,r)}}(e,n,t,o):Ai(n,Oa.Module_0_has_no_exported_member_1,o,t);else{const e=l?P(om(l),(e=>!!Es(e,s))):void 0,r=e?Ai(n,Oa.Module_0_declares_1_locally_but_it_is_exported_as_2,o,t,rl(e)):Ai(n,Oa.Module_0_declares_1_locally_but_it_is_not_exported,o,t);s.declarations&&xx(r,...U(s.declarations,((e,n)=>d_(e,0===n?Oa._0_is_declared_here:Oa.and_here,t))))}}else Ai(n,Oa.Module_0_has_no_exported_member_1,o,t)}(t,r,a,e,i)}function Ma(e){if(iC(e)&&e.initializer&&lD(e.initializer))return e.initializer}function Pa(e,n,t){if("default"===Ll(e.propertyName||e.name)){const n=Na(e),r=n&&Xa(e,n);if(r)return Ia(r,e,!!t)}const r=e.parent.parent.moduleSpecifier?Da(e.parent.parent,e,t):qa(e.propertyName||e.name,n,!1,t);return Ga(e,void 0,r,!1),r}function La(e,n){if(ND(e))return nO(e).symbol;if(!bd(e)&&!EE(e))return;const t=qa(e,901119,!0,n);return t||(nO(e),Hi(e).resolvedSymbol)}function ka(e,n=!1){switch(e.kind){case 271:case 260:return va(e,n);case 273:return function(e,n){const t=Xa(e,e.parent.moduleSpecifier);if(t)return Ia(t,e,n)}(e,n);case 274:return function(e,n){const t=e.parent.parent.moduleSpecifier,r=Xa(e,t),o=es(r,t,n,!1);return Ga(e,r,o,!1),o}(e,n);case 280:return function(e,n){const t=e.parent.moduleSpecifier,r=t&&Xa(e,t),o=t&&es(r,t,n,!1);return Ga(e,r,o,!1),o}(e,n);case 276:case 208:return function(e,n){if(IC(e)&&"default"===Ll(e.propertyName||e.name)){const t=Na(e),r=t&&Xa(e,t);if(r)return Ia(r,e,n)}const t=iD(e)?bv(e):e.parent.parent.parent,r=Ma(t),o=Da(t,r||e,n),i=e.propertyName||e.name;return r&&o&&tN(i)?Fa(Lf(sd(o),i.escapedText),n):(Ga(e,void 0,o,!1),o)}(e,n);case 281:return Pa(e,901119,n);case 277:case 226:return function(e,n){const t=La(NC(e)?e.expression:e.right,n);return Ga(e,void 0,t,!1),t}(e,n);case 270:return function(e,n){if(Nu(e.parent)){const t=Za(e.parent.symbol,n);return Ga(e,void 0,t,!1),t}}(e,n);case 304:return qa(e.name,901119,!0,n);case 303:return La(e.initializer,n);case 212:case 211:return function(e,n){if(TD(e.parent)&&e.parent.left===e&&64===e.parent.operatorToken.kind)return La(e.parent.right,n)}(e,n);default:return Rt.fail()}}function wa(e,n=901119){return!!e&&(2097152==(e.flags&(2097152|n))||!!(2097152&e.flags&&67108864&e.flags))}function Fa(e,n){return!n&&wa(e)?Wa(e):e}function Wa(e){Rt.assert(0!=(2097152&e.flags),"Should only get Alias here.");const n=Ui(e);if(n.aliasTarget)n.aliasTarget===yn&&(n.aliasTarget=hn);else{n.aliasTarget=yn;const t=ha(e);if(!t)return Rt.fail();const r=ka(t);n.aliasTarget===yn?n.aliasTarget=r||hn:Ai(t,Oa.Circular_definition_of_import_alias_0,rl(e))}return n.aliasTarget}function za(e,n,t){const r=n&&ja(e),o=r&&DC(r),i=r&&(o?Xa(r.moduleSpecifier,r.moduleSpecifier,!0):Wa(r.symbol)),a=o&&i?ls(i):void 0;let s,l=t?0:e.flags;for(;2097152&e.flags;){const n=Ss(Wa(e));if(!o&&n===i||(null==a?void 0:a.get(n.escapedName))===n)break;if(n===hn)return-1;if(n===e||(null==s?void 0:s.has(n)))break;2097152&n.flags&&(s?s.add(n):s=new Set([e,n])),l|=n.flags,e=n}return l}function Ga(e,n,t,r,o,i){if(!e||lD(e))return!1;const a=ps(e);if(ld(e)){return Ui(a).typeOnlyDeclaration=e,!0}if(o){const e=Ui(a);return e.typeOnlyDeclaration=o,a.escapedName!==i&&(e.typeOnlyExportStarName=i),!0}const s=Ui(a);return Ba(s,n,r)||Ba(s,t,r)}function Ba(e,n,t){var r;if(n&&(void 0===e.typeOnlyDeclaration||t&&!1===e.typeOnlyDeclaration)){const t=(null==(r=n.exports)?void 0:r.get("export="))??n,o=t.declarations&&P(t.declarations,ld);e.typeOnlyDeclaration=o??Ui(t).typeOnlyDeclaration??!1}return!!e.typeOnlyDeclaration}function ja(e,n){if(!(2097152&e.flags))return;const t=Ui(e);if(void 0===n)return t.typeOnlyDeclaration||void 0;if(t.typeOnlyDeclaration){return za(278===t.typeOnlyDeclaration.kind?Fa(ls(t.typeOnlyDeclaration.symbol.parent).get(t.typeOnlyExportStarName||e.escapedName)):Wa(t.typeOnlyDeclaration.symbol))&n?t.typeOnlyDeclaration:void 0}}function Va(e){if(!Ie)return;const n=ps(e),t=Wa(n);if(t){(t===hn||111551&za(n,!0)&&!EG(t))&&Ua(n)}}function Ua(e){Rt.assert(Ie);const n=Ui(e);if(!n.referenced){n.referenced=!0;const t=ha(e);if(!t)return Rt.fail();qh(t)&&111551&za(Fa(e))&&nO(t.moduleReference)}}function Ha(e,n){return 80===e.kind&&IE(e)&&(e=e.parent),80===e.kind||166===e.parent.kind?qa(e,1920,!1,n):(Rt.assert(271===e.parent.kind),qa(e,901119,!1,n))}function Ka(e,n){return e.parent?Ka(e.parent,n)+"."+rl(e):rl(e,n,void 0,36)}function qa(e,n,t,r,o){if(im(e))return;const i=1920|(Yh(e)?111551&n:0);let a;if(80===e.kind){const r=n===i||Sv(e)?Oa.Cannot_find_namespace_0:qR(SE(e)),s=Yh(e)&&!Sv(e)?function(e,n){if(dh(e.parent)){const t=function(e){if(Nl(e,(e=>Uu(e)||16777216&e.flags?Kg(e):"quit")))return;const n=ly(e);if(n&&VD(n)&&Lg(n.expression)){const e=ps(n.expression.left);if(e)return Ja(e)}if(n&&_D(n)&&Lg(n.parent)&&VD(n.parent.parent)){const e=ps(n.parent.left);if(e)return Ja(e)}if(n&&(oh(n)||QC(n))&&TD(n.parent.parent)&&6===Eg(n.parent.parent)){const e=ps(n.parent.parent.left);if(e)return Ja(e)}const t=sy(e);if(t&&Td(t)){const e=ps(t);return e&&e.valueDeclaration}}(e.parent);if(t)return na(t,e.escapedText,n,void 0,e,!0)}}(e,n):void 0;if(a=us(na(o||e,e.escapedText,n,t||s?void 0:r,e,!0,!1)),!a)return us(s)}else if(166===e.kind||211===e.kind){const r=166===e.kind?e.left:e.expression,s=166===e.kind?e.right:e.name;let l=qa(r,i,t,!1,o);if(!l||im(s))return;if(l===hn)return l;if(l.valueDeclaration&&Yh(l.valueDeclaration)&&100!==Up(S)&&iC(l.valueDeclaration)&&l.valueDeclaration.initializer&&Ik(l.valueDeclaration.initializer)){const e=l.valueDeclaration.initializer.arguments[0],n=Xa(e,e);if(n){const e=Za(n);e&&(l=e)}}if(a=us(qi(ss(l),s.escapedText,n)),!a&&2097152&l.flags&&(a=us(qi(ss(Wa(l)),s.escapedText,n))),!a){if(!t){const t=Ka(l),r=o_(s),o=aL(s,l);if(o)return void Ai(s,Oa._0_has_no_exported_member_named_1_Did_you_mean_2,t,r,rl(o));const i=gN(e)&&function(e){for(;gN(e.parent);)e=e.parent;return e}(e),a=Yt&&788968&n&&i&&!yD(i.parent)&&function(e){let n=SE(e),t=na(n,n.escapedText,111551,void 0,n,!0);if(t){for(;gN(n.parent);){if(t=Lf(sd(t),n.parent.right.escapedText),!t)return;n=n.parent}return t}}(i);if(a)return void Ai(i,Oa._0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0,c_(i));if(1920&n&&gN(e.parent)){const n=us(qi(ss(l),s.escapedText,788968));if(n)return void Ai(e.parent.right,Oa.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,rl(n),Pl(e.parent.right.escapedText))}Ai(s,Oa.Namespace_0_has_no_exported_member_1,t,r)}return}}else Rt.assertNever(e,"Unknown entity name kind.");return Rt.assert(0==(1&mS(a)),"Should never get an instantiated symbol here."),!Sv(e)&&bd(e)&&(2097152&a.flags||277===e.parent.kind)&&Ga(My(e),a,void 0,!0),a.flags&n||r?a:Wa(a)}function Ja(e){const n=e.parent.valueDeclaration;if(!n)return;return(cg(n)?pg(n):Qu(n)?ug(n):void 0)||n}function Xa(e,n,t){const r=1===Up(S)?Oa.Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_to_the_paths_option:Oa.Cannot_find_module_0_or_its_corresponding_type_declarations;return Ya(e,n,t?void 0:r)}function Ya(e,n,t,r=!1){return tp(n)?$a(e,n.text,t,n,r):void 0}function $a(n,t,r,o,i=!1){var a,s,l,c,d,u,p,f,m,_,h;if(dt(t,"@types/")){Ai(o,Oa.Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1,ut(t,"@types/"),t)}const g=sm(t,!0);if(g)return g;const y=$f(n),v=tp(n)?n:(null==(a=pC(n)?n:n.parent&&pC(n.parent)&&n.parent.name===n?n.parent:void 0)?void 0:a.name)||(null==(s=k_(n)?n:void 0)?void 0:s.argument.literal)||(iC(n)&&n.initializer&&ng(n.initializer,!0)?n.initializer.arguments[0]:void 0)||(null==(l=Nl(n,P_))?void 0:l.arguments[0])||(null==(c=Nl(n,gC))?void 0:c.moduleSpecifier)||(null==(d=Nl(n,Uh))?void 0:d.moduleReference.expression)||(null==(u=Nl(n,DC))?void 0:u.moduleSpecifier),b=v&&tp(v)?e.getModeForUsageLocation(y,v):y.impliedNodeFormat,E=Up(S),T=null==(p=e.getResolvedModule(y,t,b))?void 0:p.resolvedModule,x=T&&_H(S,T,y),A=T&&(!x||x===Oa.Module_0_was_resolved_to_1_but_jsx_is_not_set)&&e.getSourceFile(T.resolvedFileName);if(A){if(x&&Ai(o,x,t,T.resolvedFileName),T.resolvedUsingTsExtension&&_k(t)){const e=(null==(f=Nl(n,gC))?void 0:f.importClause)||Nl(n,_t(hC,DC));(e&&!e.isTypeOnly||Nl(n,P_))&&Ai(o,Oa.A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_file_0_instead,function(e){const n=ux(t,e);if(bT(I)||99===b){const r=_k(t)&&CW(S);return n+(".mts"===e||".d.mts"===e?r?".mts":".mjs":".cts"===e||".d.mts"===e?r?".cts":".cjs":r?".ts":".js")}return n}(Rt.checkDefined(wE(t))))}else if(T.resolvedUsingTsExtension&&!CW(S,y.fileName)){const e=(null==(m=Nl(n,gC))?void 0:m.importClause)||Nl(n,_t(hC,DC));if(!(null==e?void 0:e.isTypeOnly)&&!Nl(n,eD)){const e=Rt.checkDefined(wE(t));Ai(o,Oa.An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled,e)}}if(A.symbol){if(T.isExternalLibraryImport&&!gx(T.extension)&&Qa(!1,o,y,b,T,t),3===E||99===E){const e=1===y.impliedNodeFormat&&!Nl(n,P_)||!!Nl(n,hC),r=Nl(n,(e=>eD(e)||DC(e)||gC(e)));if(e&&99===A.impliedNodeFormat&&!IA(r))if(Nl(n,hC))Ai(o,Oa.Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead,t);else{let e;const n=bx(y.fileName);if(".ts"===n||".js"===n||".tsx"===n||".jsx"===n){const t=y.packageJsonScope,r=".ts"===n?".mts":".js"===n?".mjs":void 0;e=t&&!t.contents.packageJsonContent.type?r?cT(void 0,Oa.To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Colon_module_to_1,r,ua(t.packageDirectory,"package.json")):cT(void 0,Oa.To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0,ua(t.packageDirectory,"package.json")):r?cT(void 0,Oa.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):cT(void 0,Oa.To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module)}si.add(f_($f(o),o,cT(e,Oa.The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_referenced_file_is_an_ECMAScript_module_and_cannot_be_imported_with_require_Consider_writing_a_dynamic_import_0_call_instead,t)))}}return us(A.symbol)}r&&Ai(o,Oa.File_0_is_not_a_module,A.fileName)}else{if(Jt){const e=ct(Jt,(e=>e.pattern),t);if(e){const n=Xt&&Xt.get(t);return us(n?n:e.symbol)}}if((!T||gx(T.extension)||void 0!==x)&&x!==Oa.Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type){if(r){if(T){const n=e.getProjectReferenceRedirect(T.resolvedFileName);if(n)return void Ai(o,Oa.Output_file_0_has_not_been_built_from_source_file_1,n,T.resolvedFileName)}if(x)Ai(o,x,t,T.resolvedFileName);else{const n=Ji(t)&&!Yi(t),i=3===E||99===E;if(!$p(S)&&$i(t,".json")&&1!==E&&ET(S))Ai(o,Oa.Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension,t);else if(99===b&&i&&n){const n=ma(t,ra(y.path)),r=null==(_=gi.find((([t,r])=>e.fileExists(n+t))))?void 0:_[1];r?Ai(o,Oa.Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Did_you_mean_0,t+r):Ai(o,Oa.Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Consider_adding_an_extension_to_the_import_path)}else if(null==(h=e.getResolvedModule(y,t,b))?void 0:h.alternateResult){Ii(!0,o,cT(Hf(y,e,t,b,t),r,t))}else Ai(o,r,t)}}return}if(i){Ai(o,Oa.Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augmented,t,T.resolvedFileName)}else Qa(Y&&!!r,o,y,b,T,t)}}function Qa(n,t,r,o,{packageId:i,resolvedFileName:a},s){let l;!Xs(s)&&i&&(l=Hf(r,e,s,o,i.name)),Ii(n,t,cT(l,Oa.Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type,s,a))}function Za(e,n){if(null==e?void 0:e.exports){const t=function(e,n){if(!e||e===hn||e===n||1===n.exports.size||2097152&e.flags)return e;const t=Ui(e);if(t.cjsExportMerged)return t.cjsExportMerged;const r=33554432&e.flags?e:Wi(e);r.flags=512|r.flags,void 0===r.exports&&(r.exports=Mf());n.exports.forEach(((e,n)=>{"export="!==n&&r.exports.set(n,r.exports.has(n)?zi(r.exports.get(n),e):e)})),r===e&&(Ui(r).resolvedExports=void 0,Ui(r).resolvedMembers=void 0);return Ui(r).cjsExportMerged=r,t.cjsExportMerged=r}(us(Fa(e.exports.get("export="),n)),us(e));return us(t)||e}}function es(e,n,t,r){var o;const i=Za(e,t);if(!t&&i){if(!(r||1539&i.flags||Df(i,312))){const e=I>=5?"allowSyntheticDefaultImports":"esModuleInterop";return Ai(n,Oa.This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export,e),i}const t=n.parent;if(gC(t)&&Bg(t)||P_(t)){const n=P_(t)?t.arguments[0]:t.moduleSpecifier,r=sd(i),a=Ak(r,i,e,n);if(a)return ns(i,a,t);const s=null==(o=null==e?void 0:e.declarations)?void 0:o.find(rM),l=s&&Ta(Sa(n),s.impliedNodeFormat);if(qp(S)||l){let o=kf(r,0);if(o&&o.length||(o=kf(r,1)),o&&o.length||Lf(r,"default",!0)||l){return ns(i,3670016&r.flags?Rk(r,i,e,n):xk(i,i.parent),t)}}}}return i}function ns(e,n,t){const r=Li(e.flags,e.escapedName);r.declarations=e.declarations?e.declarations.slice():[],r.parent=e.parent,r.links.target=e,r.links.originatingImport=t,e.valueDeclaration&&(r.valueDeclaration=e.valueDeclaration),e.constEnumOnlyModule&&(r.constEnumOnlyModule=!0),e.members&&(r.members=new Map(e.members)),e.exports&&(r.exports=new Map(e.exports));const o=Fp(n);return r.links.type=Os(r,o.members,i,i,o.indexInfos),r}function ts(e){return void 0!==e.exports.get("export=")}function rs(e){return om(ls(e))}function os(e,n){const t=ls(n);if(t)return t.get(e)}function is(e){return!(402784252&e.flags||1&IS(e)||cx(e)||nA(e))}function ss(e){return 6256&e.flags?Cu(e,"resolvedExports"):1536&e.flags?ls(e):e.exports||b}function ls(e){const n=Ui(e);if(!n.resolvedExports){const{exports:t,typeOnlyExportStarMap:r}=ds(e);n.resolvedExports=t,n.typeOnlyExportStarMap=r}return n.resolvedExports}function cs(e,n,t,r){n&&n.forEach(((n,o)=>{if("default"===o)return;const i=e.get(o);if(i){if(t&&r&&i&&Fa(i)!==Fa(n)){const e=t.get(o);e.exportsWithDuplicate?e.exportsWithDuplicate.push(r):e.exportsWithDuplicate=[r]}}else e.set(o,n),t&&r&&t.set(o,{specifierText:xm(r.moduleSpecifier)})}))}function ds(e){const n=[];let t;const r=new Set,o=function e(o,i,a){!a&&(null==o?void 0:o.exports)&&o.exports.forEach(((e,n)=>r.add(n)));if(!(o&&o.exports&&Ae(n,o)))return;const s=new Map(o.exports),l=o.exports.get("__export");if(l){const n=Mf(),t=new Map;if(l.declarations)for(const r of l.declarations){const o=Xa(r,r.moduleSpecifier);cs(n,e(o,r,a||r.isTypeOnly),t,r)}t.forEach((({exportsWithDuplicate:e},n)=>{if("export="!==n&&e&&e.length&&!s.has(n))for(const r of e)si.add(d_(r,Oa.Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity,t.get(n).specifierText,Pl(n)))})),cs(s,n)}(null==i?void 0:i.isTypeOnly)&&(t??(t=new Map),s.forEach(((e,n)=>t.set(n,i))));return s}(e=Za(e))||b;return t&&r.forEach((e=>t.delete(e))),{exports:o,typeOnlyExportStarMap:t}}function us(e){let n;return e&&e.mergeId&&(n=Uo[e.mergeId])?n:e}function ps(e){return us(e.symbol&&Lu(e.symbol))}function fs(e){return Nu(e)?ps(e):void 0}function ms(e){return us(e.parent&&Lu(e.parent))}function hs(e){var n,t;return(219===(null==(n=e.valueDeclaration)?void 0:n.kind)||218===(null==(t=e.valueDeclaration)?void 0:t.kind))&&fs(e.valueDeclaration.parent)||e}function gs(n,t,r){const o=ms(n);if(o&&!(262144&n.flags))return d(o);const a=Z(n.declarations,(e=>{if(!km(e)&&e.parent){if(Ys(e.parent))return ps(e.parent);if(fC(e.parent)&&e.parent.parent&&Za(ps(e.parent.parent))===n)return ps(e.parent.parent)}if(ND(e)&&TD(e.parent)&&64===e.parent.operatorToken.kind&&wS(e.parent.left)&&EE(e.parent.left.expression))return bg(e.parent.left)||yg(e.parent.left.expression)?ps($f(e)):(nO(e.parent.left.expression),Hi(e.parent.left.expression).resolvedSymbol)}));if(!T(a))return;const s=Z(a,(e=>bs(e,n)?e:void 0));let l=[],c=[];for(const e of s){const[n,...t]=d(e);l=Ee(l,n),c=xe(c,t)}return ce(l,c);function d(o){const a=Z(o.declarations,u),s=t&&function(n,t){const r=$f(t),o=Hz(r),a=Ui(n);let s;if(a.extendedContainersByFile&&(s=a.extendedContainersByFile.get(o)))return s;if(r&&r.imports){for(const e of r.imports){if(Sv(e))continue;const r=Xa(t,e,!0);r&&(bs(r,n)&&(s=Ee(s,r)))}if(T(s))return(a.extendedContainersByFile||(a.extendedContainersByFile=new Map)).set(o,s),s}if(a.extendedContainers)return a.extendedContainers;const l=e.getSourceFiles();for(const e of l){if(!uk(e))continue;const t=ps(e);bs(t,n)&&(s=Ee(s,t))}return a.extendedContainers=s||i}(n,t),l=function(e,n){const t=!!T(e.declarations)&&ke(e.declarations);if(111551&n&&t&&t.parent&&iC(t.parent)&&(sD(t)&&t===t.parent.initializer||WN(t)&&t===t.parent.type))return ps(t.parent)}(o,r);if(t&&o.flags&Ws(r)&&Gs(o,t,1920,!1))return Ee(ce(ce([o],a),s),l);const c=!(o.flags&Ws(r))&&788968&o.flags&&524288&ou(o).flags&&111551===r?Fs(t,(e=>Wf(e,(e=>{if(e.flags&Ws(r)&&sd(e)===ou(o))return e})))):void 0;let d=c?[c,...a,o]:[...a,o];return d=Ee(d,l),d=xe(d,s),d}function u(e){return o&&vs(e,o)}}function vs(e,n){const t=qs(e),r=t&&t.exports&&t.exports.get("export=");return r&&Es(r,n)?t:void 0}function bs(e,n){if(e===ms(n))return n;const t=e.exports&&e.exports.get("export=");if(t&&Es(t,n))return e;const r=ss(e),o=r.get(n.escapedName);return o&&Es(o,n)?o:Wf(r,(e=>{if(Es(e,n))return e}))}function Es(e,n){if(us(Fa(us(e)))===us(Fa(us(n))))return e}function Ss(e){return us(e&&0!=(1048576&e.flags)&&e.exportSymbol||e)}function xs(e,n){return!!(111551&e.flags||2097152&e.flags&&111551&za(e,!n))}function As(e){const n=e.members;for(const e of n)if(176===e.kind&&am(e.body))return e}function Rs(e){var n;const t=new u(Ce,e);return f++,t.id=f,null==(n=Lr)||n.recordType(t),t}function Is(e,n){const t=Rs(e);return t.symbol=n,t}function Ns(e){return new u(Ce,e)}function Ds(e,n,t=0,r){!function(e,n){const t=`${e},${n??""}`;Tn.has(t)&&Rt.fail(`Duplicate intrinsic type name ${e}${n?` (${n})`:""}; you may need to pass a name to createIntrinsicType.`);Tn.add(t)}(n,r);const o=Rs(e);return o.intrinsicName=n,o.debugIntrinsicName=r,o.objectFlags=52953088|t,o}function Cs(e,n){const t=Is(524288,n);return t.objectFlags=e,t.members=void 0,t.properties=void 0,t.callSignatures=void 0,t.constructSignatures=void 0,t.indexInfos=void 0,t}function Ms(e){return Is(262144,e)}function Ps(e){return 95===e.charCodeAt(0)&&95===e.charCodeAt(1)&&95!==e.charCodeAt(2)&&64!==e.charCodeAt(2)&&35!==e.charCodeAt(2)}function Ls(e){let n;return e.forEach(((e,t)=>{ks(e,t)&&(n||(n=[])).push(e)})),n||i}function ks(e,n){return!Ps(n)&&xs(e)}function ws(e,n,t,r,o){const a=e;return a.members=n,a.properties=i,a.callSignatures=t,a.constructSignatures=r,a.indexInfos=o,n!==b&&(a.properties=Ls(n)),a}function Os(e,n,t,r,o){return ws(Cs(16,e),n,t,r,o)}function Fs(e,n){let t;for(let r=e;r;r=r.parent){if(Du(r)&&r.locals&&!Ki(r)&&(t=n(r.locals,void 0,!0,r)))return t;switch(r.kind){case 312:if(!T_(r))break;case 267:const e=ps(r);if(t=n((null==e?void 0:e.exports)||b,void 0,!0,r))return t;break;case 263:case 231:case 264:let o;if((ps(r).members||b).forEach(((e,n)=>{788968&e.flags&&(o||(o=Mf())).set(n,e)})),o&&(t=n(o,void 0,!1,r)))return t}}return n(fe,void 0,!0)}function Ws(e){return 111551===e?111551:1920}function Gs(e,n,t,r,o=new Map){if(!e||function(e){if(e.declarations&&e.declarations.length){for(const n of e.declarations)switch(n.kind){case 172:case 174:case 177:case 178:continue;default:return!1}return!0}return!1}(e))return;const i=Ui(e),a=i.accessibleChainCache||(i.accessibleChainCache=new Map),s=Fs(n,((e,n,t,r)=>r)),l=`${r?0:1}|${s&&Hz(s)}|${t}`;if(a.has(l))return a.get(l);const c=Kz(e);let d=o.get(c);d||o.set(c,d=[]);const u=Fs(n,p);return a.set(l,u),u;function p(t,o,i){if(!Ae(d,t))return;const a=function(t,o,i){if(m(t.get(e.escapedName),void 0,o))return[e];const a=Wf(t,(t=>{if(2097152&t.flags&&"export="!==t.escapedName&&"default"!==t.escapedName&&!(DS(t)&&n&&uk($f(n)))&&(!r||se(t.declarations,Uh))&&(!i||!se(t.declarations,Vh))&&(o||!Df(t,281))){const e=_(t,Wa(t),o);if(e)return e}if(t.escapedName===e.escapedName&&t.exportSymbol&&m(us(t.exportSymbol),void 0,o))return[e]}));return a||(t===fe?_(_e,_e,o):void 0)}(t,o,i);return d.pop(),a}function f(e,t){return!Bs(e,n,t)||!!Gs(e.parent,n,Ws(t),r,o)}function m(n,r,o){return(e===(r||n)||us(e)===us(r||n))&&!se(n.declarations,Ys)&&(o||f(us(n),t))}function _(e,n,r){if(m(e,n,r))return[e];const o=ss(n),i=o&&p(o,!0);return i&&f(e,Ws(t))?[e].concat(i):void 0}}function Bs(e,n,t){let r=!1;return Fs(n,(n=>{let o=us(n.get(e.escapedName));if(!o)return!1;if(o===e)return!0;const i=2097152&o.flags&&!Df(o,281);o=i?Wa(o):o;return!!((i?za(o):o.flags)&t)&&(r=!0,!0)})),r}function js(e,n){return 0===Ks(e,n,111551,!1,!0).accessibility}function Vs(e,n,t){return 0===Ks(e,n,t,!1,!1).accessibility}function Us(e,n,t,r,o,i){if(!T(e))return;let a,s=!1;for(const l of e){const e=Gs(l,n,r,!1);if(e){a=l;const n=$s(e[0],o);if(n)return n}if(i&&se(l.declarations,Ys)){if(o){s=!0;continue}return{accessibility:0}}const c=Us(gs(l,n,r),n,t,t===l?Ws(r):r,o,i);if(c)return c}return s?{accessibility:0}:a?{accessibility:1,errorSymbolName:rl(t,n,r),errorModuleName:a!==t?rl(a,n,1920):void 0}:void 0}function Hs(e,n,t,r){return Ks(e,n,t,r,!0)}function Ks(e,n,t,r,o){if(e&&n){const i=Us([e],n,e,t,r,o);if(i)return i;const a=x(e.declarations,qs);if(a){if(a!==qs(n))return{accessibility:2,errorSymbolName:rl(e,n,t),errorModuleName:rl(a),errorNode:Yh(n)?n:void 0}}return{accessibility:1,errorSymbolName:rl(e,n,t)}}return{accessibility:0}}function qs(e){const n=Nl(e,Js);return n&&ps(n)}function Js(e){return km(e)||312===e.kind&&T_(e)}function Ys(e){return wm(e)||312===e.kind&&T_(e)}function $s(e,n){let t;if(M(B(e.declarations,(e=>80!==e.kind)),(function(n){var t,o;if(!yl(n)){const i=_a(n);if(i&&!Bb(i,32)&&yl(i.parent))return r(n,i);if(iC(n)&&BD(n.parent.parent)&&!Bb(n.parent.parent,32)&&yl(n.parent.parent.parent))return r(n,n.parent.parent);if(Qm(n)&&!Bb(n,32)&&yl(n.parent))return r(n,n);if(iD(n)){if(2097152&e.flags&&Yh(n)&&(null==(t=n.parent)?void 0:t.parent)&&iC(n.parent.parent)&&(null==(o=n.parent.parent.parent)?void 0:o.parent)&&BD(n.parent.parent.parent.parent)&&!Bb(n.parent.parent.parent.parent,32)&&n.parent.parent.parent.parent.parent&&yl(n.parent.parent.parent.parent.parent))return r(n,n.parent.parent.parent.parent);if(2&e.flags){const e=Nl(n,BD);return!!Bb(e,32)||!!yl(e.parent)&&r(n,e)}}return!1}return!0})))return{accessibility:0,aliasesToMakeVisible:t};function r(e,r){return n&&(Hi(e).isVisible=!0,t=Re(t,r)),!0}}function Zs(e){let n;return n=186===e.parent.kind||233===e.parent.kind&&!j_(e.parent)||167===e.parent.kind?1160127:166===e.kind||211===e.kind||271===e.parent.kind||166===e.parent.kind&&e.parent.left===e||211===e.parent.kind&&e.parent.expression===e||212===e.parent.kind&&e.parent.expression===e?1920:788968,n}function tl(e,n){const t=Zs(e),r=SE(e),o=na(n,r.escapedText,t,void 0,void 0,!1);return o&&262144&o.flags&&788968&t||!o&&bb(r)&&0===Hs(ps(vh(r,!1,!1)),r,t,!1).accessibility?{accessibility:0}:o&&$s(o,!0)||{accessibility:1,errorSymbolName:xm(r),errorNode:r}}function rl(e,n,t,r=4,o){let i=70221824;2&r&&(i|=128),1&r&&(i|=512),8&r&&(i|=16384),32&r&&(i|=134217728),16&r&&(i|=1073741824);const a=4&r?de.symbolToNode:de.symbolToEntityName;return o?s(o).getText():Bf(s);function s(r){const o=a(e,t,n,i),s=312===(null==n?void 0:n.kind)?gV():hV(),l=n&&$f(n);return s.writeNode(4,o,l,r),r}}function ol(e,n,t=0,r,o){return o?i(o).getText():Bf(i);function i(o){let i;i=262144&t?1===r?185:184:1===r?180:179;const a=de.signatureToSignatureDeclaration(e,i,n,70222336|cl(t)),s=yV(),l=n&&$f(n);return s.writeNode(4,a,l,Kv(o)),o}}function il(e,n,t=1064960,r=Hv("")){const o=S.noErrorTruncation||1&t,i=de.typeToTypeNode(e,n,70221824|cl(t)|(o?1:0));if(void 0===i)return Rt.fail("should always get typenode");const a=e!==Dn?hV():_V(),s=n&&$f(n);a.writeNode(4,i,s,r);const l=r.getText(),c=o?2*up:2*dp;return c&&l&&l.length>=c?l.substr(0,c-3)+"...":l}function al(e,n){let t=ll(e.symbol)?il(e,e.symbol.valueDeclaration):il(e),r=ll(n.symbol)?il(n,n.symbol.valueDeclaration):il(n);return t===r&&(t=sl(e),r=sl(n)),[t,r]}function sl(e){return il(e,void 0,64)}function ll(e){return e&&!!e.valueDeclaration&&uu(e.valueDeclaration)&&!LS(e.valueDeclaration)}function cl(e=0){return 848330095&e}function dl(e){return!!(e.symbol&&32&e.symbol.flags&&(e===qd(e.symbol)||524288&e.flags&&16777216&IS(e)))}function ul(e,n,t=16384,r){return r?o(r).getText():Bf(o);function o(r){const o=UA.createTypePredicateNode(2===e.kind||3===e.kind?UA.createToken(131):void 0,1===e.kind||3===e.kind?UA.createIdentifier(e.parameterName):UA.createThisTypeNode(),e.type&&de.typeToTypeNode(e.type,n,70222336|cl(t))),i=hV(),a=n&&$f(n);return i.writeNode(4,o,a,r),r}}function pl(e){return 2===e?"private":4===e?"protected":"public"}function fl(e){return e&&e.parent&&268===e.parent.kind&&Bm(e.parent.parent)}function ml(e){return 312===e.kind||km(e)}function _l(e,n){const t=Ui(e).nameType;if(t){if(384&t.flags){const e=""+t.value;return zs(e,jp(S))||tA(e)?tA(e)&&dt(e,"-")?`[${e}]`:e:`"${Fv(e,34)}"`}if(8192&t.flags)return`[${hl(t.symbol,n)}]`}}function hl(e,n){var t;if((null==(t=null==n?void 0:n.remappedSymbolReferences)?void 0:t.has(Kz(e)))&&(e=n.remappedSymbolReferences.get(Kz(e))),n&&"default"===e.escapedName&&!(16384&n.flags)&&(!(16777216&n.flags)||!e.declarations||n.enclosingDeclaration&&Nl(e.declarations[0],ml)!==Nl(n.enclosingDeclaration,ml)))return"default";if(e.declarations&&e.declarations.length){let t=R(e.declarations,(e=>jl(e)?e:void 0));const r=t&&jl(t);if(t&&r){if(dD(t)&&Sg(t))return wl(e);if(yN(r)&&!(4096&mS(e))){const t=Ui(e).nameType;if(t&&384&t.flags){const t=_l(e,n);if(void 0!==t)return t}}return o_(r)}if(t||(t=e.declarations[0]),t.parent&&260===t.parent.kind)return o_(t.parent.name);switch(t.kind){case 231:case 218:case 219:return!n||n.encounteredError||131072&n.flags||(n.encounteredError=!0),231===t.kind?"(Anonymous class)":"(Anonymous function)"}}const r=_l(e,n);return void 0!==r?r:wl(e)}function yl(e){if(e){const n=Hi(e);return void 0===n.isVisible&&(n.isVisible=!!function(){switch(e.kind){case 345:case 353:case 347:return!!(e.parent&&e.parent.parent&&e.parent.parent.parent&&rM(e.parent.parent.parent));case 208:return yl(e.parent.parent);case 260:if(Vd(e.name)&&!e.name.elements.length)return!1;case 267:case 263:case 264:case 265:case 262:case 266:case 271:if(Bm(e))return!0;const n=Dl(e);return 32&DB(e)||271!==e.kind&&312!==n.kind&&33554432&n.flags?yl(n):Ki(n);case 172:case 171:case 177:case 178:case 174:case 173:if(Gb(e,6))return!1;case 176:case 180:case 179:case 181:case 169:case 268:case 184:case 185:case 187:case 183:case 188:case 189:case 192:case 193:case 196:case 202:return yl(e.parent);case 273:case 274:case 276:return!1;case 168:case 312:case 270:return!0;default:return!1}}()),n.isVisible}return!1}function vl(e,n){let t,r,o;return e.parent&&277===e.parent.kind?t=na(e,e.escapedText,2998271,void 0,e,!1):281===e.parent.kind&&(t=Pa(e.parent,2998271)),t&&(o=new Set,o.add(Kz(t)),function e(t){x(t,(t=>{const i=_a(t)||t;if(n?Hi(t).isVisible=!0:(r=r||[],Ae(r,i)),qh(t)){const n=na(t,SE(t.moduleReference).escapedText,901119,void 0,void 0,!1);n&&o&&re(o,Kz(n))&&e(n.declarations)}}))}(t.declarations)),r}function El(e,n){const t=Tl(e,n);if(t>=0){const{length:e}=Fo;for(let n=t;n=Go;t--){if(Al(Fo[t],zo[t]))return-1;if(Fo[t]===e&&zo[t]===n)return t}return-1}function Al(e,n){switch(n){case 0:return!!Ui(e).type;case 5:return!!Hi(e).resolvedEnumType;case 2:return!!Ui(e).declaredType;case 1:return!!e.resolvedBaseConstructorType;case 3:return!!e.resolvedReturnType;case 4:return!!e.immediateBaseConstraint;case 6:return!!e.resolvedTypeArguments;case 7:return!!e.baseTypesResolved;case 8:return!!Ui(e).writeType;case 9:return void 0!==Hi(e).parameterInitializerContainsUndefined}return Rt.assertNever(n)}function Rl(){return Fo.pop(),zo.pop(),Wo.pop()}function Dl(e){return Nl(bv(e),(e=>{switch(e.kind){case 260:case 261:case 276:case 275:case 274:case 273:return!1;default:return!0}})).parent}function Ol(e,n){const t=Lf(e,n);return t?sd(t):void 0}function Fl(e,n){var t;let r;return Ol(e,n)||(r=null==(t=tm(e,n))?void 0:t.type)&&ac(r,!0,!0)}function zl(e){return e&&0!=(1&e.flags)}function Bl(e){return e===Nn||!!(1&e.flags&&e.aliasSymbol)}function Vl(e,n){if(0!==n)return sc(e,!1,n);const t=ps(e);return t&&Ui(t).type||sc(e,!1,n)}function Kl(e,n,t){if(131072&(e=GI(e,(e=>!(98304&e.flags)))).flags)return Ct;if(1048576&e.flags)return VI(e,(e=>Kl(e,n,t)));let r=mv(U(n,zv));const o=[],a=[];for(const n of Hp(e)){const e=Gv(n,8576);KS(e,r)||6&_S(n)||!PE(n)?a.push(e):o.push(n)}if(pb(e)||fb(r)){if(a.length&&(r=mv([r,...a])),131072&r.flags)return e;const n=(Gr||(Gr=Xh("Omit",2,!0)||hn),Gr===hn?void 0:Gr);return n?w_(n,[e,r]):Nn}const s=Mf();for(const e of o)s.set(e.escapedName,LE(e,!1));const l=Os(t,s,i,i,Kf(e));return l.objectFlags|=4194304,l}function Jl(e){return!!(465829888&e.flags)&&Ww(lf(e)||Pn,32768)}function Xl(e){return hI(OI(e,Jl)?VI(e,(e=>465829888&e.flags?cf(e):e)):e,524288)}function Yl(e,n){const t=$l(e);return t?fN(t,n):n}function $l(e){const n=function(e){const n=e.parent.parent;switch(n.kind){case 208:case 303:return $l(n);case 209:return $l(e.parent);case 260:return n.initializer;case 226:return n.right}}(e);if(n&&Qg(n)&&n.flowNode){const t=Zl(e);if(t){const r=yL(IL.createStringLiteral(t),e),o=iu(n)?n:IL.createParenthesizedExpression(n),i=yL(IL.createElementAccessExpression(o,r),e);return Vx(r,i),Vx(i,e),o!==n&&Vx(o,i),i.flowNode=n.flowNode,i}}}function Zl(e){const n=e.parent;return 208===e.kind&&206===n.kind?ec(e.propertyName||e.name):303===e.kind||304===e.kind?ec(e.name):""+n.elements.indexOf(e)}function ec(e){const n=zv(e);return 384&n.flags?""+n.value:void 0}function tc(e){const n=e.dotDotDotToken?32:0,t=Vl(e.parent.parent,n);return t&&rc(e,t,!1)}function rc(e,n,t){if(zl(n))return n;const r=e.parent;let o;if(z&&33554432&e.flags&&vv(e)?n=kA(n):z&&r.parent.initializer&&!mI(II(r.parent.initializer),65536)&&(n=hI(n,524288)),206===r.kind)if(e.dotDotDotToken){if(2&(n=Tf(n)).flags||!KM(n))return Ai(e,Oa.Rest_types_may_only_be_created_from_object_types),Nn;const t=[];for(const e of r.elements)e.dotDotDotToken||t.push(e.propertyName||e.name);o=Kl(n,t,e.symbol)}else{const t=e.propertyName||e.name;o=Yl(e,Mb(n,zv(t),32,t))}else{const i=YF(65|(e.dotDotDotToken?0:128),n,wn,r),a=r.elements.indexOf(e);if(e.dotDotDotToken){const e=VI(n,(e=>58982400&e.flags?cf(e):e));o=WI(e,nA)?VI(e,(e=>Vy(e,a))):ey(i)}else if(_x(n)){o=Yl(e,Lb(n,BE(a),32|(t||IM(e)?16:0),e.name)||Nn)}else o=i}return e.initializer?Ab(bl(e))?z&&!mI(rO(e,0),16777216)?Xl(o):o:oO(e,mv([Xl(o),rO(e,0)],2)):o}function oc(e){const n=vc(e);if(n)return JE(n)}function ic(e){const n=Ty(e,!0);return 209===n.kind&&0===n.elements.length}function ac(e,n=!1,t=!0){return z&&t?LA(e,n):e}function sc(e,n,t){if(iC(e)&&249===e.parent.parent.kind){const n=Jv(MP(bO(e.parent.parent.expression,t)));return 4456448&n.flags?Yv(n):Vn}if(iC(e)&&250===e.parent.parent.kind){return XF(e.parent.parent)||xn}if(Vd(e.parent))return tc(e);const r=TN(e)&&!qb(e)||SN(e)||VM(e),o=n&&fA(e),i=Vc(e);if(Lm(e))return i?zl(i)||i===Pn?i:Nn:Q?Pn:xn;if(i)return ac(i,r,o);if((Y||Yh(e))&&iC(e)&&!Vd(e.name)&&!(32&DB(e))&&!(33554432&e.flags)){if(!(6&CB(e))&&(!e.initializer||function(e){const n=Ty(e,!0);return 106===n.kind||80===n.kind&&JR(n)===me}(e.initializer)))return An;if(e.initializer&&ic(e.initializer))return lr}if(bN(e)){const n=e.parent;if(178===n.kind&&Au(n)){const t=Df(ps(e.parent),177);if(t){const r=pm(t),o=dB(n);return o&&e===o?(Rt.assert(!o.type),sd(r.thisParameter)):bm(r)}}const t=function(e,n){const t=fm(e);if(!t)return;const r=e.parameters.indexOf(n);return n.dotDotDotToken?qk(t,r):Hk(t,r)}(n,e);if(t)return t;const r="this"===e.symbol.escapedName?$D(n):QD(e);if(r)return ac(r,!1,o)}if(Qu(e)&&e.initializer){if(Yh(e)&&!bN(e)){const n=gc(e,ps(e),ug(e));if(n)return n}return ac(oO(e,rO(e,t)),r,o)}if(TN(e)&&(Y||Yh(e))){if(Vb(e)){const n=B(e.parent.members,RN),t=n.length?function(e,n){const t=dt(e.escapedName,"__#")?UA.createPrivateIdentifier(e.escapedName.split("@")[1]):Pl(e.escapedName);for(const r of n){const n=UA.createPropertyAccessExpression(UA.createThis(),t);Vx(n.expression,n),Vx(n,r),n.flowNode=r.returnFlowNode;const o=_c(n,e);if(!Y||o!==An&&o!==lr||Ai(e.valueDeclaration,Oa.Member_0_implicitly_has_an_1_type,rl(e),il(o)),!WI(o,CP))return FF(o)}}(e.symbol,n):128&Zb(e)?ZT(e.symbol):void 0;return t&&ac(t,!0,o)}{const n=As(e.parent),t=n?pc(e.symbol,n):128&Zb(e)?ZT(e.symbol):void 0;return t&&ac(t,!0,o)}}return VC(e)?Jn:Vd(e.name)?Rc(e.name,!1,!0):void 0}function lc(e){if(e.valueDeclaration&&TD(e.valueDeclaration)){const n=Ui(e);return void 0===n.isConstructorDeclaredProperty&&(n.isConstructorDeclaredProperty=!1,n.isConstructorDeclaredProperty=!!dc(e)&&M(e.declarations,(n=>TD(n)&&vC(n)&&(212!==n.left.kind||nv(n.left.argumentExpression))&&!bc(void 0,n,e,n)))),n.isConstructorDeclaredProperty}return!1}function cc(e){const n=e.valueDeclaration;return n&&TN(n)&&!Ab(n)&&!n.initializer&&(Y||Yh(n))}function dc(e){if(e.declarations)for(const n of e.declarations){const e=vh(n,!1,!1);if(e&&(176===e.kind||gk(e)))return e}}function pc(e,n){const t=dt(e.escapedName,"__#")?UA.createPrivateIdentifier(e.escapedName.split("@")[1]):Pl(e.escapedName),r=UA.createPropertyAccessExpression(UA.createThis(),t);Vx(r.expression,r),Vx(r,n),r.flowNode=n.returnFlowNode;const o=_c(r,e);return!Y||o!==An&&o!==lr||Ai(e.valueDeclaration,Oa.Member_0_implicitly_has_an_1_type,rl(e),il(o)),WI(o,CP)?void 0:FF(o)}function _c(e,n){const t=(null==n?void 0:n.valueDeclaration)&&(!cc(n)||128&Zb(n.valueDeclaration))&&ZT(n)||wn;return fN(e,An,t)}function hc(e,n){const t=pg(e.valueDeclaration);if(t){const n=Yh(t)?yc(t):void 0;if(n&&n.typeExpression)return JE(n.typeExpression);return e.valueDeclaration&&gc(e.valueDeclaration,e,t)||Kx(nO(t))}let r,o=!1,i=!1;if(lc(e)&&(r=pc(e,dc(e))),!r){let t;if(e.declarations){let a;for(const r of e.declarations){const s=TD(r)||dD(r)?r:wS(r)?TD(r.parent)?r.parent:r:void 0;if(!s)continue;const l=wS(s)?Mg(s):Eg(s);(4===l||TD(s)&&vC(s,l))&&(Tc(s)?o=!0:i=!0),dD(s)||(a=bc(a,s,e,r)),a||(t||(t=[])).push(TD(s)||dD(s)?Ec(e,n,s,l):tt)}r=a}if(!r){if(!T(t))return Nn;let n=o&&e.declarations?function(e,n){return Rt.assert(e.length===n.length),e.filter(((e,t)=>{const r=n[t],o=TD(r)?r:TD(r.parent)?r.parent:void 0;return o&&Tc(o)}))}(t,e.declarations):void 0;if(i){const t=ZT(e);t&&((n||(n=[])).push(t),o=!0)}r=mv(se(n,(e=>!!(-98305&e.flags)))?n:t)}}const a=$A(ac(r,!1,i&&!o));return e.valueDeclaration&&Yh(e.valueDeclaration)&&GI(a,(e=>!!(-98305&e.flags)))===tt?(eR(e.valueDeclaration,xn),xn):a}function gc(e,n,t){var r,o;if(!Yh(e)||!t||!sD(t)||t.properties.length)return;const a=Mf();for(;TD(e)||lD(e);){const n=fs(e);(null==(r=null==n?void 0:n.exports)?void 0:r.size)&&ji(a,n.exports),e=TD(e)?e.parent:e.parent.parent}const s=fs(e);(null==(o=null==s?void 0:s.exports)?void 0:o.size)&&ji(a,s.exports);const l=Os(n,a,i,i,i);return l.objectFlags|=4096,l}function bc(e,n,t,r){var o;const i=Ab(n.parent);if(i){const n=$A(JE(i));if(!e)return n;Bl(e)||Bl(n)||GS(e,n)||zF(void 0,e,r,n)}if(null==(o=t.parent)?void 0:o.valueDeclaration){const e=hs(t.parent);if(e.valueDeclaration){const n=Ab(e.valueDeclaration);if(n){const e=Lf(JE(n),t.escapedName);if(e)return cd(e)}}}return e}function Ec(e,n,t,r){if(dD(t)){if(n)return sd(n);const e=nO(t.arguments[2]),r=Ol(e,"value");if(r)return r;const o=Ol(e,"get");if(o){const e=CL(o);if(e)return bm(e)}const i=Ol(e,"set");if(i){const e=CL(i);if(e)return ew(e)}return xn}if(function(e,n){return lD(e)&&110===e.expression.kind&&ik(n,(n=>QR(e,n)))}(t.left,t.right))return xn;const o=1===r&&(lD(t.left)||cD(t.left))&&(bg(t.left.expression)||tN(t.left.expression)&&yg(t.left.expression)),i=n?sd(n):o?WE(nO(t.right)):Kx(nO(t.right));if(524288&i.flags&&2===r&&"export="===e.escapedName){const t=Fp(i),r=Mf();Gf(t.members,r);const o=r.size;n&&!n.exports&&(n.exports=Mf()),(n||e).exports.forEach(((e,n)=>{var t;const o=r.get(n);if(!o||o===e||2097152&e.flags)r.set(n,e);else if(111551&e.flags&&111551&o.flags){if(e.valueDeclaration&&o.valueDeclaration&&$f(e.valueDeclaration)!==$f(o.valueDeclaration)){const n=Pl(e.escapedName),r=(null==(t=vn(o.valueDeclaration,Gl))?void 0:t.name)||o.valueDeclaration;xx(Ai(e.valueDeclaration,Oa.Duplicate_identifier_0,n),d_(r,Oa._0_was_also_declared_here,n)),xx(Ai(r,Oa.Duplicate_identifier_0,n),d_(e.valueDeclaration,Oa._0_was_also_declared_here,n))}const i=Li(e.flags|o.flags,n);i.links.type=mv([sd(e),sd(o)]),i.valueDeclaration=o.valueDeclaration,i.declarations=ce(o.declarations,e.declarations),r.set(n,i)}else r.set(n,zi(e,o))}));const a=Os(o!==r.size?void 0:t.symbol,r,t.callSignatures,t.constructSignatures,t.indexInfos);if(o===r.size&&(i.aliasSymbol&&(a.aliasSymbol=i.aliasSymbol,a.aliasTypeArguments=i.aliasTypeArguments),4&IS(i))){a.aliasSymbol=i.symbol;const e=D_(i);a.aliasTypeArguments=T(e)?e:void 0}return a.objectFlags|=4096&IS(i),a.symbol&&32&a.symbol.flags&&i===qd(a.symbol)&&(a.objectFlags|=16777216),a}return Sx(i)?(eR(t,sr),sr):i}function Tc(e){const n=vh(e,!1,!1);return 176===n.kind||262===n.kind||218===n.kind&&!Lg(n.parent)}function xc(e,n,t){if(e.initializer){return ac(oO(e,rO(e,t?0:1,Vd(e.name)?Rc(e.name,!0,!1):Pn)))}return Vd(e.name)?Rc(e.name,n,t):(t&&!jc(e)&&eR(e,xn),n?Cn:xn)}function Rc(e,n=!1,t=!1){return 206===e.kind?function(e,n,t){const r=Mf();let o,a=131200;x(e.elements,(e=>{const i=e.propertyName||e.name;if(e.dotDotDotToken)return void(o=Hm(Vn,xn,!1));const s=zv(i);if(!xA(s))return void(a|=512);const l=AA(s),c=Li(4|(e.initializer?16777216:0),l);c.links.type=xc(e,n,t),c.links.bindingElement=e,r.set(c.escapedName,c)}));const s=Os(void 0,r,i,i,o?[o]:i);return s.objectFlags|=a,n&&(s.pattern=e,s.objectFlags|=131072),s}(e,n,t):function(e,n,t){const r=e.elements,o=Oe(r),i=o&&208===o.kind&&o.dotDotDotToken?o:void 0;if(0===r.length||1===r.length&&i)return A>=2?$g(xn):sr;const a=U(r,(e=>DD(e)?xn:xc(e,n,t))),s=w(r,(e=>!(e===i||DD(e)||IM(e))),r.length-1)+1;let l=Dy(a,U(r,((e,n)=>e===i?4:n>=s?2:1)));return n&&(l=I_(l),l.pattern=e,l.objectFlags|=131072),l}(e,n,t)}function Cc(e,n){return Bc(sc(e,!0,0),e,n)}function Pc(e){const n=Hi(e);if(!n.resolvedType){const t=Li(4096,"__importAttributes"),r=Mf();x(e.elements,(e=>{const n=Li(4,DA(e));n.parent=t,n.links.type=function(e){return WE(nO(e.value))}(e),n.links.target=n,r.set(n.escapedName,n)}));const o=Os(t,r,i,i,i);o.objectFlags|=262272,n.resolvedType=o}return n.resolvedType}function Lc(e){const n=fs(e),t=(r=!1,pr||(pr=Wh("SymbolConstructor",r)));var r;return t&&n&&n===t}function Bc(e,n,t){return e?(4096&e.flags&&Lc(n.parent)&&(e=UE(n)),t&&nR(n,e),8192&e.flags&&(iD(n)||!n.type)&&e.symbol!==ps(n)&&(e=et),$A(e)):(e=bN(n)&&n.dotDotDotToken?sr:xn,t&&(jc(n)||eR(n,e)),e)}function jc(e){const n=bv(e);return jO(169===n.kind?n.parent:n)}function Vc(e){const n=Ab(e);if(n)return JE(n)}function Uc(e,n){const t=Ui(e);if(!t.type){const r=function(e,n){if(4194304&e.flags)return function(e){const n=ou(ms(e));return n.typeParameters?v_(n,U(n.typeParameters,(e=>xn))):n}(e);if(e===Se)return xn;if(134217728&e.flags&&e.valueDeclaration){const n=ps($f(e.valueDeclaration)),t=Li(n.flags,"exports");t.declarations=n.declarations?n.declarations.slice():[],t.parent=e,t.links.target=n,n.valueDeclaration&&(t.valueDeclaration=n.valueDeclaration),n.members&&(t.members=new Map(n.members)),n.exports&&(t.exports=new Map(n.exports));const r=Mf();return r.set("exports",t),Os(e,r,i,i,i)}Rt.assertIsDefined(e.valueDeclaration);const t=e.valueDeclaration;if(rM(t)&&x_(t))return t.statements.length?$A(Kx(bO(t.statements[0].expression))):Ct;if(Pd(t))return Jc(e);if(!El(e,0))return 512&e.flags&&!(67108864&e.flags)?$c(e):iD(t)&&1===n?Nn:td(e);let r;if(277===t.kind)r=Bc(Vc(t)||nO(t.expression),t);else if(TD(t)||Yh(t)&&(dD(t)||(lD(t)||Rg(t))&&TD(t.parent)))r=hc(e);else if(lD(t)||cD(t)||tN(t)||tp(t)||FI(t)||lC(t)||sC(t)||AN(t)&&!oh(t)||xN(t)||rM(t)){if(9136&e.flags)return $c(e);r=TD(t.parent)?hc(e):Vc(t)||xn}else if(QC(t))r=Vc(t)||lO(t);else if(VC(t))r=Vc(t)||XM(t);else if(ZC(t))r=Vc(t)||sO(t.name,0);else if(oh(t))r=Vc(t)||cO(t,0);else if(bN(t)||TN(t)||SN(t)||iC(t)||iD(t)||qc(t))r=Cc(t,!0);else if(uC(t))r=$c(e);else{if(!nM(t))return Rt.fail("Unhandled declaration kind! "+Rt.formatSyntaxKind(t.kind)+" for "+Rt.formatSymbol(e));r=Qc(e)}if(!Rl())return 512&e.flags&&!(67108864&e.flags)?$c(e):iD(t)&&1===n?r:td(e);return r}(e,n);return t.type||function(e){let n=e.valueDeclaration;return!!n&&(iD(n)&&(n=bl(n)),!!bN(n)&&FS(n.parent))}(e)||n||(t.type=r),r}return t.type}function Hc(e){if(e)switch(e.kind){case 177:return Ib(e);case 178:return Db(e);case 172:Rt.assert(qb(e));return Ab(e)}}function Kc(e){const n=Hc(e);return n&&JE(n)}function Jc(e){const n=Ui(e);if(!n.type){if(!El(e,0))return Nn;const t=Df(e,177),r=Df(e,178),o=vn(Df(e,172),Ld);let i=t&&Yh(t)&&oc(t)||Kc(t)||Kc(r)||Kc(o)||t&&t.body&&bw(t)||o&&o.initializer&&Cc(o,!0);i||(r&&!jO(r)?Ii(Y,r,Oa.Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation,rl(e)):t&&!jO(t)?Ii(Y,t,Oa.Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation,rl(e)):o&&!jO(o)&&Ii(Y,o,Oa.Member_0_implicitly_has_an_1_type,rl(e),"any"),i=xn),Rl()||(Hc(t)?Ai(t,Oa._0_is_referenced_directly_or_indirectly_in_its_own_type_annotation,rl(e)):Hc(r)||Hc(o)?Ai(r,Oa._0_is_referenced_directly_or_indirectly_in_its_own_type_annotation,rl(e)):t&&Y&&Ai(t,Oa._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,rl(e)),i=xn),n.type=i}return n.type}function Xc(e){const n=Ui(e);if(!n.writeType){if(!El(e,8))return Nn;const t=Df(e,178)??vn(Df(e,172),Ld);let r=Kc(t);Rl()||(Hc(t)&&Ai(t,Oa._0_is_referenced_directly_or_indirectly_in_its_own_type_annotation,rl(e)),r=xn),n.writeType=r||Jc(e)}return n.writeType}function Yc(e){const n=Wd(qd(e));return 8650752&n.flags?n:2097152&n.flags?P(n.types,(e=>!!(8650752&e.flags))):void 0}function $c(e){let n=Ui(e);const t=n;if(!n.type){const r=e.valueDeclaration&&vk(e.valueDeclaration,!1);if(r){const t=yk(e,r);t&&(e=t,n=t.links)}t.type=n.type=function(e){const n=e.valueDeclaration;if(1536&e.flags&&Wm(e))return xn;if(n&&(226===n.kind||wS(n)&&226===n.parent.kind))return hc(e);if(512&e.flags&&n&&rM(n)&&n.commonJsModuleIndicator){const n=Za(e);if(n!==e){if(!El(e,0))return Nn;const t=us(e.exports.get("export=")),r=hc(t,t===n?void 0:n);return Rl()?r:td(e)}}const t=Cs(16,e);if(32&e.flags){const n=Yc(e);return n?Nv([t,n]):t}return z&&16777216&e.flags?LA(t,!0):t}(e)}return n.type}function Qc(e){const n=Ui(e);return n.type||(n.type=Qd(e))}function Zc(e){const n=Ui(e);if(!n.type){if(!El(e,0))return Nn;const t=Wa(e),r=e.declarations&&ka(ha(e),!0),o=R(null==r?void 0:r.declarations,(e=>NC(e)?Vc(e):void 0));if(n.type=(null==r?void 0:r.declarations)&&hz(r.declarations)&&e.declarations.length?function(e){const n=$f(e.declarations[0]),t=Pl(e.escapedName),r=e.declarations.every((e=>Yh(e)&&wS(e)&&bg(e.expression))),o=r?UA.createPropertyAccessExpression(UA.createPropertyAccessExpression(UA.createIdentifier("module"),UA.createIdentifier("exports")),t):UA.createPropertyAccessExpression(UA.createIdentifier("exports"),t);return r&&Vx(o.expression.expression,o.expression),Vx(o.expression,o),Vx(o,n),o.flowNode=n.endFlowNode,fN(o,An,wn)}(r):hz(e.declarations)?An:o||(111551&za(t)?sd(t):Nn),!Rl())return td(r??e),n.type=Nn}return n.type}function td(e){const n=e.valueDeclaration;if(n){if(Ab(n))return Ai(e.valueDeclaration,Oa._0_is_referenced_directly_or_indirectly_in_its_own_type_annotation,rl(e)),Nn;Y&&(169!==n.kind||n.initializer)&&Ai(e.valueDeclaration,Oa._0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer,rl(e))}else if(2097152&e.flags){const n=ha(e);n&&Ai(n,Oa.Circular_definition_of_import_alias_0,rl(e))}return xn}function rd(e){const n=Ui(e);return n.type||(Rt.assertIsDefined(n.deferralParent),Rt.assertIsDefined(n.deferralConstituents),n.type=1048576&n.deferralParent.flags?mv(n.deferralConstituents):Nv(n.deferralConstituents)),n.type}function od(e){const n=mS(e);return 4&e.flags?2&n?65536&n?function(e){const n=Ui(e);return!n.writeType&&n.deferralWriteConstituents&&(Rt.assertIsDefined(n.deferralParent),Rt.assertIsDefined(n.deferralConstituents),n.writeType=1048576&n.deferralParent.flags?mv(n.deferralWriteConstituents):Nv(n.deferralWriteConstituents)),n.writeType}(e)||rd(e):e.links.writeType||e.links.type:zA(sd(e),!!(16777216&e.flags)):98304&e.flags?1&n?function(e){const n=Ui(e);return n.writeType||(n.writeType=AS(od(n.target),n.mapper))}(e):Xc(e):sd(e)}function sd(e,n){const t=mS(e);return 65536&t?rd(e):1&t?function(e){const n=Ui(e);return n.type||(n.type=AS(sd(n.target),n.mapper))}(e):262144&t?function(e){if(!e.links.type){const n=e.links.mappedType;if(!El(e,0))return n.containsError=!0,Nn;const t=AS(Np(n.target||n),cS(n.mapper,Ap(n),e.links.keyType));let r=z&&16777216&e.flags&&!Ww(t,49152)?LA(t,!0):524288&e.links.checkFlags?BA(t):t;Rl()||(Ai(o,Oa.Type_of_property_0_circularly_references_itself_in_mapped_type_1,rl(e),il(n)),r=Nn),e.links.type=r}return e.links.type}(e):8192&t?function(e){const n=Ui(e);n.type||(n.type=yR(e.links.propertyType,e.links.mappedType,e.links.constraintType));return n.type}(e):7&e.flags?Uc(e,n):9136&e.flags?$c(e):8&e.flags?Qc(e):98304&e.flags?Jc(e):2097152&e.flags?Zc(e):Nn}function cd(e){return zA(sd(e),!!(16777216&e.flags))}function dd(e,n){return void 0!==e&&void 0!==n&&0!=(4&IS(e))&&e.target===n}function pd(e){return 4&IS(e)?e.target:e}function fd(e,n){return function e(t){if(7&IS(t)){const r=pd(t);return r===n||se(jd(r),e)}if(2097152&t.flags)return se(t.types,e);return!1}(e)}function hd(e,n){for(const t of n)e=Re(e,eu(ps(t)));return e}function gd(e,n){for(;;){if((e=e.parent)&&TD(e)){const n=Eg(e);if(6===n||3===n){const n=ps(e.left);n&&n.parent&&!Nl(n.parent.valueDeclaration,(n=>e===n))&&(e=n.parent.valueDeclaration)}}if(!e)return;switch(e.kind){case 263:case 231:case 264:case 179:case 180:case 173:case 184:case 185:case 324:case 262:case 174:case 218:case 219:case 265:case 352:case 353:case 347:case 345:case 200:case 194:{const t=gd(e,n);if(200===e.kind)return Ee(t,eu(ps(e.typeParameter)));if(194===e.kind)return ce(t,tE(e));const r=hd(t,Nc(e)),o=n&&(263===e.kind||231===e.kind||264===e.kind||gk(e))&&qd(ps(e)).thisType;return o?Ee(r,o):r}case 348:const t=ry(e);t&&(e=t.valueDeclaration);break;case 327:{const t=gd(e,n);return e.tags?hd(t,J(e.tags,(e=>GM(e)?e.typeParameters:void 0))):t}}}}function yd(e){var n;const t=32&e.flags||16&e.flags?e.valueDeclaration:null==(n=e.declarations)?void 0:n.find((e=>{if(264===e.kind)return!0;if(260!==e.kind)return!1;const n=e.initializer;return!!n&&(218===n.kind||219===n.kind)}));return Rt.assert(!!t,"Class was missing valueDeclaration -OR- non-class had no interface declarations"),gd(t)}function Sd(e){if(!e.declarations)return;let n;for(const t of e.declarations)if(264===t.kind||263===t.kind||231===t.kind||gk(t)||qg(t)){n=hd(n,Nc(t))}return n}function Id(e){const n=wf(e,1);if(1===n.length){const e=n[0];if(!e.typeParameters&&1===e.parameters.length&&Zz(e)){const n=zk(e.parameters[0]);return zl(n)||mx(n)===xn}}return!1}function Nd(e){if(wf(e,1).length>0)return!0;if(8650752&e.flags){const n=lf(e);return!!n&&Id(n)}return!1}function wd(e){const n=RS(e.symbol);return n&&Oy(n)}function Od(e,n,t){const r=T(n),o=Yh(t);return B(wf(e,1),(e=>(o||r>=dm(e.typeParameters))&&r<=T(e.typeParameters)))}function Fd(e,n,t){const r=Od(e,n,t),o=U(n,JE);return K(r,(e=>se(e.typeParameters)?Am(e,o,Yh(t)):e))}function Wd(e){if(!e.resolvedBaseConstructorType){const n=RS(e.symbol),t=n&&Oy(n),r=wd(e);if(!r)return e.resolvedBaseConstructorType=wn;if(!El(e,1))return Nn;const o=bO(r.expression);if(t&&r!==t&&(Rt.assert(!t.typeArguments),bO(t.expression)),2621440&o.flags&&Fp(o),!Rl())return Ai(e.symbol.valueDeclaration,Oa._0_is_referenced_directly_or_indirectly_in_its_own_base_expression,rl(e.symbol)),e.resolvedBaseConstructorType=Nn;if(!(1&o.flags||o===jn||Nd(o))){const n=Ai(r.expression,Oa.Type_0_is_not_a_constructor_function_type,il(o));if(262144&o.flags){const e=$m(o);let t=Pn;if(e){const n=wf(e,1);n[0]&&(t=bm(n[0]))}o.symbol.declarations&&xx(n,d_(o.symbol.declarations[0],Oa.Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1,rl(o.symbol),il(t)))}return e.resolvedBaseConstructorType=Nn}e.resolvedBaseConstructorType=o}return e.resolvedBaseConstructorType}function zd(e,n){Ai(e,Oa.Type_0_recursively_references_itself_as_a_base_type,il(n,void 0,2))}function jd(e){if(!e.baseTypesResolved){if(El(e,7)&&(8&e.objectFlags?e.resolvedBaseTypes=[Hd(e)]:96&e.symbol.flags?(32&e.symbol.flags&&function(e){e.resolvedBaseTypes=lp;const n=yf(Wd(e));if(!(2621441&n.flags))return e.resolvedBaseTypes=i;const t=wd(e);let r;const o=n.symbol?ou(n.symbol):void 0;if(n.symbol&&32&n.symbol.flags&&function(e){const n=e.outerTypeParameters;if(n){const t=n.length-1,r=D_(e);return n[t].symbol!==r[t].symbol}return!0}(o))r=L_(t,n.symbol);else if(1&n.flags)r=n;else{const o=Fd(n,t.typeArguments,t);if(!o.length)return Ai(t.expression,Oa.No_base_constructor_has_the_specified_number_of_type_arguments),e.resolvedBaseTypes=i;r=bm(o[0])}if(Bl(r))return e.resolvedBaseTypes=i;const a=Tf(r);if(!Kd(a)){const n=cT(Nf(void 0,r),Oa.Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members,il(a));return si.add(f_($f(t.expression),t.expression,n)),e.resolvedBaseTypes=i}if(e===a||fd(a,e))return Ai(e.symbol.valueDeclaration,Oa.Type_0_recursively_references_itself_as_a_base_type,il(e,void 0,2)),e.resolvedBaseTypes=i;e.resolvedBaseTypes===lp&&(e.members=void 0);e.resolvedBaseTypes=[a]}(e),64&e.symbol.flags&&function(e){if(e.resolvedBaseTypes=e.resolvedBaseTypes||i,e.symbol.declarations)for(const n of e.symbol.declarations)if(264===n.kind&&Gy(n))for(const t of Gy(n)){const r=Tf(JE(t));Bl(r)||(Kd(r)?e===r||fd(r,e)?zd(n,e):e.resolvedBaseTypes===i?e.resolvedBaseTypes=[r]:e.resolvedBaseTypes.push(r):Ai(t,Oa.An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_members))}}(e)):Rt.fail("type must be class or interface"),!Rl()&&e.symbol.declarations))for(const n of e.symbol.declarations)263!==n.kind&&264!==n.kind||zd(n,e);e.baseTypesResolved=!0}return e.resolvedBaseTypes}function Hd(e){return ey(mv(K(e.typeParameters,((n,t)=>8&e.elementFlags[t]?Mb(n,Un):n))||i),e.readonly)}function Kd(e){if(262144&e.flags){const n=lf(e);if(n)return Kd(n)}return!!(67633153&e.flags&&!wp(e)||2097152&e.flags&&M(e.types,Kd))}function qd(e){let n=Ui(e);const t=n;if(!n.declaredType){const r=32&e.flags?1:2,o=yk(e,e.valueDeclaration&&function(e){var n;const t=e&&vk(e,!0),r=null==(n=null==t?void 0:t.exports)?void 0:n.get("prototype"),o=(null==r?void 0:r.valueDeclaration)&&function(e){if(!e.parent)return!1;let n=e.parent;for(;n&&211===n.kind;)n=n.parent;if(n&&TD(n)&&RE(n.left)&&64===n.operatorToken.kind){const e=Pg(n);return sD(e)&&e}}(r.valueDeclaration);return o?ps(o):void 0}(e.valueDeclaration));o&&(e=o,n=o.links);const i=t.declaredType=n.declaredType=Cs(r,e),a=yd(e),s=Sd(e);(a||s||1===r||!function(e){if(!e.declarations)return!0;for(const n of e.declarations)if(264===n.kind){if(256&n.flags)return!1;const e=Gy(n);if(e)for(const n of e)if(EE(n.expression)){const e=qa(n.expression,788968,!0);if(!e||!(64&e.flags)||qd(e).thisType)return!1}}return!0}(e))&&(i.objectFlags|=4,i.typeParameters=ce(a,s),i.outerTypeParameters=a,i.localTypeParameters=s,i.instantiations=new Map,i.instantiations.set(s_(i.typeParameters),i),i.target=i,i.resolvedTypeArguments=i.typeParameters,i.thisType=Ms(e),i.thisType.isThisType=!0,i.thisType.constraint=i)}return n.declaredType}function Jd(e){var n;const t=Ui(e);if(!t.declaredType){if(!El(e,2))return Nn;const r=Rt.checkDefined(null==(n=e.declarations)?void 0:n.find(qg),"Type alias symbol with no valid declaration found"),o=Kg(r)?r.typeExpression:r.type;let i=o?JE(o):Nn;if(Rl()){const n=Sd(e);n&&(t.typeParameters=n,t.instantiations=new Map,t.instantiations.set(s_(n),i))}else i=Nn,347===r.kind?Ai(r.typeExpression.type,Oa.Type_alias_0_circularly_references_itself,rl(e)):Ai(Gl(r)&&r.name||r,Oa.Type_alias_0_circularly_references_itself,rl(e));t.declaredType=i}return t.declaredType}function Xd(e){return 1056&e.flags&&8&e.symbol.flags?ou(ms(e.symbol)):e}function Yd(e){const n=Ui(e);if(!n.declaredType){const t=[];if(e.declarations)for(const n of e.declarations)if(266===n.kind)for(const r of n.members)if(Au(r)){const n=ps(r),o=DG(r),i=FE(void 0!==o?VE(o,Kz(e),n):$d(n));Ui(n).declaredType=i,t.push(WE(i))}const r=t.length?mv(t,1,e,void 0):$d(e);1048576&r.flags&&(r.flags|=1024,r.symbol=e),n.declaredType=r}return n.declaredType}function $d(e){const n=Is(32,e),t=Is(32,e);return n.regularType=n,n.freshType=t,t.regularType=n,t.freshType=t,n}function Qd(e){const n=Ui(e);if(!n.declaredType){const t=Yd(ms(e));n.declaredType||(n.declaredType=t)}return n.declaredType}function eu(e){const n=Ui(e);return n.declaredType||(n.declaredType=Ms(e))}function ou(e){return au(e)||Nn}function au(e){return 96&e.flags?qd(e):524288&e.flags?Jd(e):262144&e.flags?eu(e):384&e.flags?Yd(e):8&e.flags?Qd(e):2097152&e.flags?function(e){const n=Ui(e);return n.declaredType||(n.declaredType=ou(Wa(e)))}(e):void 0}function su(e){switch(e.kind){case 133:case 159:case 154:case 150:case 163:case 136:case 155:case 151:case 116:case 157:case 146:case 201:return!0;case 188:return su(e.elementType);case 183:return!e.typeArguments||e.typeArguments.every(su)}return!1}function lu(e){const n=Dc(e);return!n||su(n)}function cu(e){const n=Ab(e);return n?su(n):!$u(e)}function du(e){if(e.declarations&&1===e.declarations.length){const n=e.declarations[0];if(n)switch(n.kind){case 172:case 171:return cu(n);case 174:case 173:case 176:case 177:case 178:return function(e){const n=Ib(e),t=Nc(e);return(176===e.kind||!!n&&su(n))&&e.parameters.every(cu)&&t.every(lu)}(n)}}return!1}function fu(e,n,t){const r=Mf();for(const o of e)r.set(o.escapedName,t&&du(o)?o:pS(o,n));return r}function _u(e,n){for(const t of n){if(bu(t))continue;const n=e.get(t.escapedName);(!n||n.valueDeclaration&&TD(n.valueDeclaration)&&!lc(n)&&!hh(n.valueDeclaration))&&(e.set(t.escapedName,t),e.set(t.escapedName,t))}}function bu(e){return!!e.valueDeclaration&&md(e.valueDeclaration)&&jb(e.valueDeclaration)}function Eu(e){if(!e.declaredProperties){const n=e.symbol,t=Mu(n);e.declaredProperties=Ls(t),e.declaredCallSignatures=i,e.declaredConstructSignatures=i,e.declaredIndexInfos=i,e.declaredCallSignatures=_m(t.get("__call")),e.declaredConstructSignatures=_m(t.get("__new")),e.declaredIndexInfos=Km(n)}return e}function Su(e){if(!yN(e)&&!cD(e))return!1;const n=yN(e)?e.expression:e.argumentExpression;return EE(n)&&xA(yN(e)?MM(e):nO(n))}function Tu(e){return 95===e.charCodeAt(0)&&95===e.charCodeAt(1)&&64===e.charCodeAt(2)}function xu(e){const n=jl(e);return!!n&&Su(n)}function Au(e){return!rv(e)||xu(e)}function Ru(e,n,t,r){Rt.assert(!!r.symbol,"The member is expected to have a symbol.");const o=Hi(r);if(!o.resolvedSymbol){o.resolvedSymbol=r.symbol;const i=TD(r)?r.left:r.name,a=cD(i)?nO(i.argumentExpression):MM(i);if(xA(a)){const s=AA(a),l=r.symbol.flags;let c=t.get(s);c||t.set(s,c=Li(0,s,4096));const d=n&&n.get(s);if(!(32&e.flags)&&(c.flags&Oi(l)||d)){const e=d?ce(d.declarations,c.declarations):c.declarations,n=!(8192&a.flags)&&Pl(s)||o_(i);x(e,(e=>Ai(jl(e)||e,Oa.Property_0_was_also_declared_here,n))),Ai(i||r,Oa.Duplicate_property_0,n),c=Li(0,s,4096)}return c.links.nameType=a,function(e,n,t){Rt.assert(!!(4096&mS(e)),"Expected a late-bound symbol."),e.flags|=t,Ui(n.symbol).lateSymbol=e,e.declarations?n.symbol.isReplaceableByMethod||e.declarations.push(n):e.declarations=[n],111551&t&&(e.valueDeclaration&&e.valueDeclaration.kind===n.kind||(e.valueDeclaration=n))}(c,r,l),c.parent?Rt.assert(c.parent===e,"Existing symbol parent should match new one"):c.parent=e,o.resolvedSymbol=c}}return o.resolvedSymbol}function Cu(e,n){const t=Ui(e);if(!t[n]){const r="resolvedExports"===n,o=r?1536&e.flags?ds(e).exports:e.exports:e.members;t[n]=o||b;const a=Mf();for(const n of e.declarations||i){const t=J_(n);if(t)for(const n of t)r===Vb(n)&&xu(n)&&Ru(e,o,a,n)}const s=hs(e).assignmentDeclarationMembers;if(s){const n=$e(s.values());for(const t of n){const n=Eg(t);r===!(3===n||TD(t)&&vC(t,n)||9===n||6===n)&&xu(t)&&Ru(e,o,a,t)}}let l=function(e,n){if(!(null==e?void 0:e.size))return n;if(!(null==n?void 0:n.size))return e;const t=Mf();return ji(t,e),ji(t,n),t}(o,a);if(33554432&e.flags&&t.cjsExportMerged&&e.declarations)for(const t of e.declarations){const e=Ui(t.symbol)[n];l?e&&e.forEach(((e,n)=>{const t=l.get(n);if(t){if(t===e)return;l.set(n,zi(t,e))}else l.set(n,e)})):l=e}t[n]=l||b}return t[n]}function Mu(e){return 6256&e.flags?Cu(e,"resolvedMembers"):e.members||b}function Lu(e){if(106500&e.flags&&"__computed"===e.escapedName){const n=Ui(e);if(!n.lateSymbol&&se(e.declarations,xu)){const n=us(e.parent);se(e.declarations,Vb)?ss(n):Mu(n)}return n.lateSymbol||(n.lateSymbol=e)}return e}function ku(e,n,t){if(4&IS(e)){const t=e.target,r=D_(e);return T(t.typeParameters)===T(r)?v_(t,ce(r,[n||t.thisType])):e}if(2097152&e.flags){const r=K(e.types,(e=>ku(e,n,t)));return r!==e.types?Nv(r):e}return t?yf(e):e}function Ou(e,n,t,r){let o,i,a,s,l;Me(t,r,0,t.length)?(i=n.symbol?Mu(n.symbol):Mf(n.declaredProperties),a=n.declaredCallSignatures,s=n.declaredConstructSignatures,l=n.declaredIndexInfos):(o=eS(t,r),i=fu(n.declaredProperties,o,1===t.length),a=QE(n.declaredCallSignatures,o),s=QE(n.declaredConstructSignatures,o),l=ZE(n.declaredIndexInfos,o));const c=jd(n);if(c.length){if(n.symbol&&i===Mu(n.symbol)){const e=Mf(n.declaredProperties),t=Fm(n.symbol);t&&e.set("__index",t),i=e}ws(e,i,a,s,l);const t=Oe(r);for(const e of c){const n=t?ku(AS(e,o),t):e;_u(i,Hp(n)),a=ce(a,wf(n,0)),s=ce(s,wf(n,1));const r=n!==xn?Kf(n):[Hm(Vn,xn,!1)];l=ce(l,B(r,(e=>!Ff(l,e.keyType))))}}ws(e,i,a,s,l)}function Fu(e,n,t,r,o,i,a,s){const l=new p(Ce,s);return l.declaration=e,l.typeParameters=n,l.parameters=r,l.thisParameter=t,l.resolvedReturnType=o,l.resolvedTypePredicate=i,l.minArgumentCount=a,l.resolvedMinArgumentCount=void 0,l.target=void 0,l.mapper=void 0,l.compositeSignatures=void 0,l.compositeKind=void 0,l}function Wu(e){const n=Fu(e.declaration,e.typeParameters,e.thisParameter,e.parameters,void 0,void 0,e.minArgumentCount,167&e.flags);return n.target=e.target,n.mapper=e.mapper,n.compositeSignatures=e.compositeSignatures,n.compositeKind=e.compositeKind,n}function zu(e,n){const t=Wu(e);return t.compositeSignatures=n,t.compositeKind=1048576,t.target=void 0,t.mapper=void 0,t}function Bu(e,n){if((24&e.flags)===n)return e;e.optionalCallSignatureCache||(e.optionalCallSignatureCache={});const t=8===n?"inner":"outer";return e.optionalCallSignatureCache[t]||(e.optionalCallSignatureCache[t]=function(e,n){Rt.assert(8===n||16===n,"An optional call signature can either be for an inner call chain or an outer call chain, but not both.");const t=Wu(e);return t.flags|=n,t}(e,n))}function Vu(e,n){if(Zz(e)){const r=e.parameters.length-1,o=e.parameters[r].escapedName,i=sd(e.parameters[r]);if(nA(i))return[t(i,r,o)];if(!n&&1048576&i.flags&&M(i.types,nA))return U(i.types,(e=>t(e,r,o)))}return[e.parameters];function t(n,t,r){const o=D_(n),i=function(e,n){const t=new Map;return U(e.target.labeledElementDeclarations,((e,r)=>{const o=Gk(e,r,n),i=t.get(o);return void 0===i?(t.set(o,1),o):(t.set(o,i+1),`${o}_${i}`)}))}(n,r),a=U(o,((r,o)=>{const a=i&&i[o]?i[o]:Bk(e,t+o,n),s=n.target.elementFlags[o],l=Li(1,a,12&s?32768:2&s?16384:0);return l.links.type=4&s?ey(r):r,l}));return ce(e.parameters.slice(0,t),a)}}function Hu(e,n,t,r,o){for(const i of e)if(ax(i,n,t,r,o,t?VS:BS))return i}function Ku(e,n,t){if(n.typeParameters){if(t>0)return;for(let t=1;t1&&(t=void 0===t?r:-1);for(const t of e[r])if(!n||!Hu(n,t,!1,!1,!0)){const o=Ku(e,t,r);if(o){let e=t;if(o.length>1){let n=t.thisParameter;const r=x(o,(e=>e.thisParameter));if(r){n=VA(r,Nv(Z(o,(e=>e.thisParameter&&sd(e.thisParameter)))))}e=zu(t,o),e.thisParameter=n}(n||(n=[])).push(e)}}}if(!T(n)&&-1!==t){const r=e[void 0!==t?t:0];let o=r.slice();for(const n of e)if(n!==r){const e=n[0];if(Rt.assert(!!e,"getUnionSignatures bails early on empty signature lists and should not have empty lists on second pass"),o=e.typeParameters&&se(o,(n=>!!n.typeParameters&&!np(e.typeParameters,n.typeParameters)))?void 0:U(o,(n=>ap(n,e))),!o)break}n=o}return n||i}function np(e,n){if(T(e)!==T(n))return!1;if(!e||!n)return!0;const t=eS(n,e);for(let r=0;r=o?e:n,a=i===e?n:e,s=i===e?r:o,l=$k(e)||$k(n),c=l&&!$k(i),d=new Array(s+(c?1:0));for(let u=0;u=Yk(i)&&u>=Yk(a),g=u>=r?void 0:Bk(e,u),y=u>=o?void 0:Bk(n,u),v=Li(1|(h&&!_?16777216:0),(g===y?g:g?y?void 0:g:y)||`arg${u}`,_?32768:h?16384:0);v.links.type=_?ey(m):m,d[u]=v}if(c){const e=Li(1,"args",32768);e.links.type=ey(Hk(a,s)),a===n&&(e.links.type=AS(e.links.type,t)),d[s]=e}return d}(e,n,r),a=function(e,n,t){return e&&n?VA(e,Nv([sd(e),AS(sd(n),t)])):e||n}(e.thisParameter,n.thisParameter,r),s=Fu(o,t,a,i,void 0,void 0,Math.max(e.minArgumentCount,n.minArgumentCount),167&(e.flags|n.flags));return s.compositeKind=1048576,s.compositeSignatures=ce(2097152!==e.compositeKind&&e.compositeSignatures||[e],[n]),r?s.mapper=2097152!==e.compositeKind&&e.mapper&&e.compositeSignatures?sS(e.mapper,r):r:2097152!==e.compositeKind&&e.mapper&&e.compositeSignatures&&(s.mapper=e.mapper),s}function sp(e){const n=Kf(e[0]);if(n){const t=[];for(const r of n){const n=r.keyType;M(e,(e=>!!qf(e,n)))&&t.push(Hm(n,mv(U(e,(e=>Jf(e,n)))),se(e,(e=>qf(e,n).isReadonly))))}return t}return i}function pp(e,n){return e?n?Nv([e,n]):e:n}function mp(e){const n=G(e,(e=>wf(e,1).length>0)),t=U(e,Id);if(n>0&&n===G(t,(e=>e))){const e=t.indexOf(!0);t[e]=!1}return t}function _p(e,n,t,r){const o=[];for(let i=0;i!ax(e,t,!1,!1,!1,BS)))||(e=Ee(e,t));return e}function gp(e,n,t){if(e)for(let r=0;r{var t;418&n.flags||512&n.flags&&(null==(t=n.declarations)?void 0:t.length)&&M(n.declarations,km)||e.set(n.escapedName,n)})),o=e}if(ws(e,o,i,i,i),32&n.flags){const e=Wd(qd(n));11272192&e.flags?(o=Mf(function(e){const n=Ls(e),t=jm(e);return t?ce(n,[t]):n}(o)),_u(o,Hp(e))):e===xn&&(r=Hm(Vn,xn,!1))}const a=jm(o);if(a?t=qm(a):(r&&(t=Ee(t,r)),384&n.flags&&(32&ou(n).flags||se(e.properties,(e=>!!(296&sd(e).flags))))&&(t=Ee(t,co))),ws(e,o,i,i,t||i),8208&n.flags&&(e.callSignatures=_m(n)),32&n.flags){const t=qd(n);let r=n.members?_m(n.members.get("__constructor")):i;16&n.flags&&(r=xe(r.slice(),Z(e.callSignatures,(e=>gk(e.declaration)?Fu(e.declaration,e.typeParameters,e.thisParameter,e.parameters,t,void 0,e.minArgumentCount,167&e.flags):void 0)))),r.length||(r=function(e){const n=wf(Wd(e),1),t=RS(e.symbol),r=!!t&&Bb(t,64);if(0===n.length)return[Fu(void 0,e.localTypeParameters,void 0,i,e,void 0,0,r?4:0)];const o=wd(e),a=Yh(o),s=Ah(o),l=T(s),c=[];for(const t of n){const n=dm(t.typeParameters),o=T(t.typeParameters);if(a||l>=n&&l<=o){const i=o?Nm(t,um(s,t.typeParameters,n,a)):Wu(t);i.typeParameters=e.localTypeParameters,i.resolvedReturnType=e,i.flags=r?4|i.flags:-5&i.flags,c.push(i)}}return c}(t)),e.constructSignatures=r}}function vp(e,n,t){return AS(e,eS([n.indexType,n.objectType],[BE(0),Dy([t])]))}function bp(e){const n=qf(e.source,Vn),t=Pp(e.mappedType),r=!(1&t),o=4&t?0:16777216,a=n?[Hm(Vn,yR(n.type,e.mappedType,e.constraintType),r&&n.isReadonly)]:i,s=Mf(),l=function(e){const n=Rp(e.mappedType);if(!(1048576&n.flags||2097152&n.flags))return;const t=1048576&n.flags?n.origin:n;if(!(t&&2097152&t.flags))return;const r=Nv(t.types.filter((n=>n!==e.constraintType)));return r!==tt?r:void 0}(e);for(const n of Hp(e.source)){if(l){if(!KS(Gv(n,8576),l))continue}const t=8192|(r&&Mw(n)?8:0),i=Li(4|n.flags&o,n.escapedName,t);if(i.declarations=n.declarations,i.links.nameType=Ui(n).nameType,i.links.propertyType=sd(n),8388608&e.constraintType.type.flags&&262144&e.constraintType.type.objectType.flags&&262144&e.constraintType.type.indexType.flags){const n=e.constraintType.type.objectType,t=vp(e.mappedType,e.constraintType.type,n);i.links.mappedType=t,i.links.constraintType=Jv(n)}else i.links.mappedType=e.mappedType,i.links.constraintType=e.constraintType;s.set(n.escapedName,i)}ws(e,s,i,i,a)}function Ep(e){if(4194304&e.flags){const n=yf(e.type);return iA(n)?Uy(n):Jv(n)}if(16777216&e.flags){if(e.root.isDistributive){const n=e.checkType,t=Ep(n);if(t!==n)return xS(e,lS(e.root.checkType,t,e.mapper),!1)}return e}if(1048576&e.flags)return VI(e,Ep,!0);if(2097152&e.flags){const n=e.types;return 2===n.length&&76&n[0].flags&&n[1]===Lt?e:Nv(K(e.types,Ep))}return e}function Sp(e){return 4096&mS(e)}function Tp(e,n,t,r){for(const t of Hp(e))r(Gv(t,n));if(1&e.flags)r(Vn);else for(const n of Kf(e))(!t||134217732&n.keyType.flags)&&r(n.keyType)}function xp(e){const n=Mf();let t;ws(e,b,i,i,i);const r=Ap(e),o=Rp(e),a=e.target||e,s=Ip(a),l=2!==Op(a),c=Np(a),d=yf(Mp(e)),u=Pp(e),p=ee?128:8576;function f(o){wI(s?AS(s,cS(e.mapper,r,o)):o,(i=>function(o,i){if(xA(i)){const t=AA(i),r=n.get(t);if(r)r.links.nameType=mv([r.links.nameType,i]),r.links.keyType=mv([r.links.keyType,o]);else{const r=xA(o)?Lf(d,AA(o)):void 0,a=!!(4&u||!(8&u)&&r&&16777216&r.flags),s=!!(1&u||!(2&u)&&r&&Mw(r)),c=z&&!a&&r&&16777216&r.flags,p=Li(4|(a?16777216:0),t,262144|(r?Sp(r):0)|(s?8:0)|(c?524288:0));p.links.mappedType=e,p.links.nameType=i,p.links.keyType=o,r&&(p.links.syntheticOrigin=r,p.declarations=l?r.declarations:void 0),n.set(t,p)}}else if(Jm(i)||33&i.flags){const n=5&i.flags?Vn:40&i.flags?Un:i,a=AS(c,cS(e.mapper,r,o)),s=nm(d,i),l=Hm(n,a,!!(1&u||!(2&u)&&(null==s?void 0:s.isReadonly)));t=gp(t,l,!0)}}(o,i)))}Cp(e)?Tp(d,p,ee,f):wI(Ep(o),f),ws(e,n,i,i,t||i)}function Ap(e){return e.typeParameter||(e.typeParameter=eu(ps(e.declaration.typeParameter)))}function Rp(e){return e.constraintType||(e.constraintType=Yp(Ap(e))||Nn)}function Ip(e){return e.declaration.nameType?e.nameType||(e.nameType=AS(JE(e.declaration.nameType),e.mapper)):void 0}function Np(e){return e.templateType||(e.templateType=e.declaration.type?AS(ac(JE(e.declaration.type),!0,!!(4&Pp(e))),e.mapper):Nn)}function Dp(e){return Dc(e.declaration.typeParameter)}function Cp(e){const n=Dp(e);return 198===n.kind&&143===n.operator}function Mp(e){if(!e.modifiersType)if(Cp(e))e.modifiersType=AS(JE(Dp(e).type),e.mapper);else{const n=Rp(wb(e.declaration)),t=n&&262144&n.flags?Yp(n):n;e.modifiersType=t&&4194304&t.flags?AS(t.type,e.mapper):Pn}return e.modifiersType}function Pp(e){const n=e.declaration;return(n.readonlyToken?41===n.readonlyToken.kind?2:1:0)|(n.questionToken?41===n.questionToken.kind?8:4:0)}function Lp(e){const n=Pp(e);return 8&n?-1:4&n?1:0}function kp(e){const n=Lp(e),t=Mp(e);return n||(wp(t)?Lp(t):0)}function wp(e){if(32&IS(e)){const n=Rp(e);if(fb(n))return!0;const t=Ip(e);if(t&&fb(AS(t,tS(Ap(e),n))))return!0}return!1}function Op(e){const n=Ip(e);return n?KS(n,Ap(e))?1:2:0}function Fp(e){return e.members||(524288&e.flags?4&e.objectFlags?function(e){const n=Eu(e.target),t=ce(n.typeParameters,[n.thisType]),r=D_(e);Ou(e,n,t,r.length===t.length?r:ce(r,[e]))}(e):3&e.objectFlags?function(e){Ou(e,Eu(e),i,i)}(e):1024&e.objectFlags?bp(e):16&e.objectFlags?yp(e):32&e.objectFlags?xp(e):Rt.fail("Unhandled object type "+Rt.formatObjectFlags(e.objectFlags)):1048576&e.flags?function(e){const n=Zu(U(e.types,(e=>e===$t?[ao]:wf(e,0)))),t=Zu(U(e.types,(e=>wf(e,1)))),r=sp(e.types);ws(e,b,n,t,r)}(e):2097152&e.flags?function(e){let n,t,r;const o=e.types,a=mp(o),s=G(a,(e=>e));for(let i=0;i0&&(e=U(e,(e=>{const n=Wu(e);return n.resolvedReturnType=_p(bm(e),o,a,i),n}))),t=hp(t,e)}n=hp(n,wf(l,0)),r=Ue(Kf(l),((e,n)=>gp(e,n,!1)),r)}ws(e,b,n||i,t||i,r||i)}(e):Rt.fail("Unhandled type "+Rt.formatTypeFlags(e.flags))),e}function zp(e){return 524288&e.flags?Fp(e).properties:i}function Gp(e,n){if(524288&e.flags){const t=Fp(e).members.get(n);if(t&&xs(t))return t}}function Bp(e){if(!e.resolvedProperties){const n=Mf();for(const t of e.types){for(const r of Hp(t))if(!n.has(r.escapedName)){const t=Sf(e,r.escapedName,!!(2097152&e.flags));t&&n.set(r.escapedName,t)}if(1048576&e.flags&&0===Kf(t).length)break}e.resolvedProperties=Ls(n)}return e.resolvedProperties}function Hp(e){return 3145728&(e=vf(e)).flags?Bp(e):zp(e)}function Xp(e){return 262144&e.flags?Yp(e):8388608&e.flags?function(e){return df(e)?function(e){if(gf(e))return Cb(e.objectType,e.indexType);const n=nf(e.indexType);if(n&&n!==e.indexType){const t=Lb(e.objectType,n,e.accessFlags);if(t)return t}const t=nf(e.objectType);if(t&&t!==e.objectType)return Lb(t,e.indexType,e.accessFlags);return}(e):void 0}(e):16777216&e.flags?sf(e):lf(e)}function Yp(e){return df(e)?$m(e):void 0}function ef(e,n=0){var t;return n<5&&!(!e||!(262144&e.flags&&se(null==(t=e.symbol)?void 0:t.declarations,(e=>Bb(e,4096)))||3145728&e.flags&&se(e.types,(e=>ef(e,n)))||8388608&e.flags&&ef(e.objectType,n+1)||16777216&e.flags&&ef(sf(e),n+1)||33554432&e.flags&&ef(e.baseType,n)||32&IS(e)&&function(e,n){const t=bS(e);return!!t&&ef(t,n)}(e,n)||iA(e)&&k(qy(e),((t,r)=>!!(8&e.target.elementFlags[r])&&ef(t,n)))>=0))}function nf(e){const n=gb(e,!1);return n!==e?n:Xp(e)}function tf(e){if(!e.resolvedDefaultConstraint){const n=function(e){return e.resolvedInferredTrueType||(e.resolvedInferredTrueType=e.combinedMapper?AS(JE(e.root.node.trueType),e.combinedMapper):eE(e))}(e),t=nE(e);e.resolvedDefaultConstraint=zl(n)?t:zl(t)?n:mv([n,t])}return e.resolvedDefaultConstraint}function of(e){if(void 0!==e.resolvedConstraintOfDistributive)return e.resolvedConstraintOfDistributive||void 0;if(e.root.isDistributive&&e.restrictiveInstantiation!==e){const n=gb(e.checkType,!1),t=n===e.checkType?Xp(n):n;if(t&&t!==e.checkType){const n=xS(e,lS(e.root.checkType,t,e.mapper),!0);if(!(131072&n.flags))return e.resolvedConstraintOfDistributive=n,n}}e.resolvedConstraintOfDistributive=!1}function af(e){return of(e)||tf(e)}function sf(e){return df(e)?af(e):void 0}function lf(e){if(464781312&e.flags||iA(e)){const n=uf(e);return n!==Wt&&n!==zt?n:void 0}return 4194304&e.flags?gt:void 0}function cf(e){return lf(e)||e}function df(e){return uf(e)!==zt}function uf(e){if(e.resolvedBaseConstraint)return e.resolvedBaseConstraint;const n=[];return e.resolvedBaseConstraint=t(e);function t(e){if(!e.immediateBaseConstraint){if(!El(e,4))return zt;let t;const i=ox(e);if((n.length<10||n.length<50&&!F(n,i))&&(n.push(i),t=function(e){if(262144&e.flags){const n=$m(e);return e.isThisType||!n?n:r(n)}if(3145728&e.flags){const n=e.types,t=[];let o=!1;for(const e of n){const n=r(e);n?(n!==e&&(o=!0),t.push(n)):o=!0}return o?1048576&e.flags&&t.length===n.length?mv(t):2097152&e.flags&&t.length?Nv(t):void 0:e}if(4194304&e.flags)return gt;if(134217728&e.flags){const n=e.types,t=Z(n,r);return t.length===n.length?$v(e.texts,t):Vn}if(268435456&e.flags){const n=r(e.type);return n&&n!==e.type?Zv(e.symbol,n):Vn}if(8388608&e.flags){if(gf(e))return r(Cb(e.objectType,e.indexType));const n=r(e.objectType),t=r(e.indexType),o=n&&t&&Lb(n,t,e.accessFlags);return o&&r(o)}if(16777216&e.flags){const n=af(e);return n&&r(n)}if(33554432&e.flags)return r(sh(e));if(iA(e)){return Dy(U(qy(e),((n,t)=>{const o=262144&n.flags&&8&e.target.elementFlags[t]&&r(n)||n;return o!==n&&WI(o,(e=>px(e)&&!iA(e)))?o:n})),e.target.elementFlags,e.target.readonly,e.target.labeledElementDeclarations)}return e}(gb(e,!1)),n.pop()),!Rl()){if(262144&e.flags){const n=Xm(e);if(n){const t=Ai(n,Oa.Type_parameter_0_has_a_circular_constraint,il(e));!o||Ay(n,o)||Ay(o,n)||xx(t,d_(o,Oa.Circularity_originates_in_type_at_this_location))}}t=zt}e.immediateBaseConstraint=t||Wt}return e.immediateBaseConstraint}function r(e){const n=t(e);return n!==Wt&&n!==zt?n:void 0}}function pf(e){if(e.default)e.default===Gt&&(e.default=zt);else if(e.target){const n=pf(e.target);e.default=n?AS(n,e.mapper):Wt}else{e.default=Gt;const n=e.symbol&&x(e.symbol.declarations,(e=>vN(e)&&e.default)),t=n?JE(n):Wt;e.default===Gt&&(e.default=t)}return e.default}function ff(e){const n=pf(e);return n!==Wt&&n!==zt?n:void 0}function mf(e){return!(!e.symbol||!x(e.symbol.declarations,(e=>vN(e)&&e.default)))}function _f(e){return e.resolvedApparentType||(e.resolvedApparentType=function(e){const n=e.target??e,t=bS(n);if(t&&!n.declaration.nameType){const r=Mp(e),o=wp(r)?_f(r):lf(r);if(o&&WI(o,(e=>px(e)||hf(e))))return AS(n,lS(t,o,e.mapper))}return e}(e))}function hf(e){return!!(2097152&e.flags)&&M(e.types,px)}function gf(e){let n;return!(!(8388608&e.flags&&32&IS(n=e.objectType)&&!wp(n)&&fb(e.indexType))||8&Pp(n)||n.declaration.nameType)}function yf(e){const n=465829888&e.flags?lf(e)||Pn:e,t=IS(n);return 32&t?_f(n):4&t&&n!==e?ku(n,e):2097152&n.flags?function(e,n){return e.resolvedApparentType||(e.resolvedApparentType=ku(e,n,!0))}(n,e):402653316&n.flags?tr:296&n.flags?rr:2112&n.flags?jr||(jr=tg("BigInt",0,!1))||Ct:528&n.flags?or:12288&n.flags?xg():67108864&n.flags?Ct:4194304&n.flags?gt:2&n.flags&&!z?Ct:n}function vf(e){return Tf(yf(Tf(e)))}function bf(e,n,t){var r,o,i;let a,s,l;const c=1048576&e.flags;let d,u=4,p=c?0:8,f=!1;for(const r of e.types){const e=yf(r);if(!(Bl(e)||131072&e.flags)){const r=Lf(e,n,t),o=r?_S(r):0;if(r){if(106500&r.flags&&(d??(d=c?0:16777216),c?d|=16777216&r.flags:d&=r.flags),a){if(r!==a){if((GW(r)||r)===(GW(a)||a)&&-1===ix(a,r,((e,n)=>e===n?-1:0)))f=!!a.parent&&!!T(Sd(a.parent));else{s||(s=new Map,s.set(Kz(a),a));const e=Kz(r);s.has(e)||s.set(e,r)}}}else a=r;c&&Mw(r)?p|=8:c||Mw(r)||(p&=-9),p|=(6&o?0:256)|(4&o?512:0)|(2&o?1024:0)|(256&o?2048:0),AP(r)||(u=2)}else if(c){const t=!Tu(n)&&tm(e,n);t?(p|=32|(t.isReadonly?8:0),l=Ee(l,nA(e)?uA(e)||wn:t.type)):!WR(e)||2097152&IS(e)?p|=16:(p|=32,l=Ee(l,wn))}}}if(!a||c&&(s||48&p)&&1536&p&&(!s||!function(e){let n;for(const t of e){if(!t.declarations)return;if(n){if(n.forEach((e=>{F(t.declarations,e)||n.delete(e)})),0===n.size)return}else n=new Set(t.declarations)}return n}(s.values())))return;if(!(s||16&p||l)){if(f){const n=null==(r=vn(a,Pf))?void 0:r.links,t=VA(a,null==n?void 0:n.type);return t.parent=null==(i=null==(o=a.valueDeclaration)?void 0:o.symbol)?void 0:i.parent,t.links.containingType=e,t.links.mapper=null==n?void 0:n.mapper,t.links.writeType=od(a),t}return a}const m=s?$e(s.values()):[a];let _,h,g;const y=[];let v,b,E=!1;for(const e of m){b?e.valueDeclaration&&e.valueDeclaration!==b&&(E=!0):b=e.valueDeclaration,_=xe(_,e.declarations);const n=sd(e);h||(h=n,g=Ui(e).nameType);const t=od(e);(v||t!==n)&&(v=Ee(v||y.slice(),t)),n!==h&&(p|=64),(Bx(n)||cb(n))&&(p|=128),131072&n.flags&&n!==At&&(p|=131072),y.push(n)}xe(y,l);const S=Li(4|(d??0),n,u|p);return S.links.containingType=e,!E&&b&&(S.valueDeclaration=b,b.symbol.parent&&(S.parent=b.symbol.parent)),S.declarations=_,S.links.nameType=g,y.length>2?(S.links.checkFlags|=65536,S.links.deferralParent=e,S.links.deferralConstituents=y,S.links.deferralWriteConstituents=v):(S.links.type=c?mv(y):Nv(y),v&&(S.links.writeType=c?mv(v):Nv(v))),S}function Ef(e,n,t){var r,o,i;let a=t?null==(r=e.propertyCacheWithoutObjectFunctionPropertyAugment)?void 0:r.get(n):null==(o=e.propertyCache)?void 0:o.get(n);if(!a&&(a=bf(e,n,t),a)){if((t?e.propertyCacheWithoutObjectFunctionPropertyAugment||(e.propertyCacheWithoutObjectFunctionPropertyAugment=Mf()):e.propertyCache||(e.propertyCache=Mf())).set(n,a),t&&!(48&mS(a))&&!(null==(i=e.propertyCache)?void 0:i.get(n))){(e.propertyCache||(e.propertyCache=Mf())).set(n,a)}}return a}function Sf(e,n,t){const r=Ef(e,n,t);return!r||16&mS(r)?void 0:r}function Tf(e){return 1048576&e.flags&&16777216&e.objectFlags?e.resolvedReducedType||(e.resolvedReducedType=function(e){const n=K(e.types,Tf);if(n===e.types)return e;const t=mv(n);1048576&t.flags&&(t.resolvedReducedType=t);return t}(e)):2097152&e.flags?(16777216&e.objectFlags||(e.objectFlags|=16777216|(se(Bp(e),xf)?33554432:0)),33554432&e.objectFlags?tt:e):e}function xf(e){return Af(e)||Rf(e)}function Af(e){return!(16777216&e.flags||192!=(131264&mS(e))||!(131072&sd(e).flags))}function Rf(e){return!e.valueDeclaration&&!!(1024&mS(e))}function If(e){return!!(1048576&e.flags&&16777216&e.objectFlags&&se(e.types,If)||2097152&e.flags&&function(e){const n=e.uniqueLiteralFilledInstantiation||(e.uniqueLiteralFilledInstantiation=AS(e,It));return Tf(n)!==n}(e))}function Nf(e,n){if(2097152&n.flags&&33554432&IS(n)){const t=P(Bp(n),Af);if(t)return cT(e,Oa.The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents,il(n,void 0,536870912),rl(t));const r=P(Bp(n),Rf);if(r)return cT(e,Oa.The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some,il(n,void 0,536870912),rl(r))}return e}function Lf(e,n,t,r){var o,i;if(524288&(e=vf(e)).flags){const a=Fp(e),s=a.members.get(n);if(s&&!r&&512&(null==(o=e.symbol)?void 0:o.flags)&&(null==(i=Ui(e.symbol).typeOnlyExportStarMap)?void 0:i.has(n)))return;if(s&&xs(s,r))return s;if(t)return;const l=a===Ft?$t:a.callSignatures.length?Qt:a.constructSignatures.length?Zt:void 0;if(l){const e=Gp(l,n);if(e)return e}return Gp(Yt,n)}if(2097152&e.flags){const r=Sf(e,n,!0);return r||(t?void 0:Sf(e,n,t))}if(1048576&e.flags)return Sf(e,n,t)}function kf(e,n){if(3670016&e.flags){const t=Fp(e);return 0===n?t.callSignatures:t.constructSignatures}return i}function wf(e,n){const t=kf(vf(e),n);if(0===n&&!T(t)&&1048576&e.flags){if(e.arrayFallbackSignatures)return e.arrayFallbackSignatures;let r;if(WI(e,(e=>{var n;return!!(null==(n=e.symbol)?void 0:n.parent)&&function(e){if(!e||!er.symbol||!nr.symbol)return!1;return!!Es(e,er.symbol)||!!Es(e,nr.symbol)}(e.symbol.parent)&&(r?r===e.symbol.escapedName:(r=e.symbol.escapedName,!0))}))){const t=ey(VI(e,(e=>nS((Of(e.symbol.parent)?nr:er).typeParameters[0],e.mapper))),OI(e,(e=>Of(e.symbol.parent))));return e.arrayFallbackSignatures=wf(Ol(t,r),n)}e.arrayFallbackSignatures=t}return t}function Of(e){return!(!e||!nr.symbol)&&!!Es(e,nr.symbol)}function Ff(e,n){return P(e,(e=>e.keyType===n))}function jf(e,n){let t,r,o;for(const i of e)i.keyType===Vn?t=i:Vf(n,i.keyType)&&(r?(o||(o=[r])).push(i):r=i);return o?Hm(Pn,Nv(U(o,(e=>e.type))),Ue(o,((e,n)=>e&&n.isReadonly),!0)):r||(t&&Vf(n,Vn)?t:void 0)}function Vf(e,n){return KS(e,n)||n===Vn&&KS(e,Un)||n===Un&&(e===St||!!(128&e.flags)&&tA(e.value))}function Uf(e){if(3670016&e.flags){return Fp(e).indexInfos}return i}function Kf(e){return Uf(vf(e))}function qf(e,n){return Ff(Kf(e),n)}function Jf(e,n){var t;return null==(t=qf(e,n))?void 0:t.type}function Xf(e,n){return Kf(e).filter((e=>Vf(n,e.keyType)))}function nm(e,n){return jf(Kf(e),n)}function tm(e,n){return nm(e,Tu(n)?et:GE(Pl(n)))}function rm(e){var n;let t;for(const n of Nc(e))t=Re(t,eu(n.symbol));return(null==t?void 0:t.length)?t:sC(e)?null==(n=fm(e))?void 0:n.typeParameters:void 0}function om(e){const n=[];return e.forEach(((e,t)=>{Ps(t)||n.push(e)})),n}function sm(e,n){if(Xs(e))return;const t=qi(fe,'"'+e+'"',512);return t&&n?us(t):t}function lm(e){if(Ug(e)||cA(e)||pA(e))return!0;if(e.initializer){const n=pm(e.parent),t=e.parent.parameters.indexOf(e);return Rt.assert(t>=0),t>=Yk(n,3)}const n=xh(e.parent);return!!n&&(!e.type&&!e.dotDotDotToken&&e.parent.parameters.indexOf(e)>=UL(n).length)}function cm(e,n,t,r){return{kind:e,parameterName:n,parameterIndex:t,type:r}}function dm(e){let n=0;if(e)for(let t=0;t=t&&i<=o){const t=e?e.slice():[];for(let e=i;el.arguments.length&&!u||pA(c)||(i=t.length)}if((177===e.kind||178===e.kind)&&Au(e)&&(!s||!r)){const n=177===e.kind?178:177,t=Df(ps(e),n);t&&(r=function(e){const n=dB(e);return n&&n.symbol}(t))}a&&a.typeExpression&&(r=VA(Li(1,"this"),JE(a.typeExpression)));const d=SM(e)?sy(e):e,u=d&&IN(d)?qd(us(d.parent.symbol)):void 0,p=u?u.localTypeParameters:rm(e);(op(e)||Yh(e)&&function(e,n){if(SM(e)||!mm(e))return!1;const t=Oe(e.parameters),r=t?ql(t):Sc(e).filter(OM),o=R(r,(e=>e.typeExpression&&yM(e.typeExpression.type)?e.typeExpression.type:void 0)),i=Li(3,"args",32768);o?i.links.type=ey(JE(o.type)):(i.links.checkFlags|=65536,i.links.deferralParent=tt,i.links.deferralConstituents=[sr],i.links.deferralWriteConstituents=[sr]);o&&n.pop();return n.push(i),!0}(e,t))&&(o|=1),(ON(e)&&Bb(e,64)||IN(e)&&Bb(e.parent,64))&&(o|=4),n.resolvedSignature=Fu(e,p,r,t,void 0,void 0,i,o)}return n.resolvedSignature}function fm(e){if(!Yh(e)||!Ad(e))return;const n=yc(e);return(null==n?void 0:n.typeExpression)&&CL(JE(n.typeExpression))}function mm(e){const n=Hi(e);return void 0===n.containsArgumentsReference&&(512&n.flags?n.containsArgumentsReference=!0:n.containsArgumentsReference=function e(n){if(!n)return!1;switch(n.kind){case 80:return n.escapedText===ve.escapedName&&WG(n)===ve;case 172:case 174:case 177:case 178:return 167===n.name.kind&&e(n.name);case 211:case 212:return e(n.expression);case 303:return e(n.initializer);default:return!Ev(n)&&!j_(n)&&!!ok(n,e)}}(e.body)),n.containsArgumentsReference}function _m(e){if(!e||!e.declarations)return i;const n=[];for(let t=0;t0&&r.body){const n=e.declarations[t-1];if(r.parent===n.parent&&r.kind===n.kind&&r.pos===n.end)continue}if(Yh(r)&&r.jsDoc){const e=iy(r);if(T(e)){for(const t of e){const e=t.typeExpression;void 0!==e.type||IN(r)||eR(e,xn),n.push(pm(e))}continue}}n.push(!eA(r)&&!oh(r)&&fm(r)||pm(r))}}return n}function hm(e){const n=Xa(e,e);if(n){const e=Za(n);if(e)return sd(e)}return xn}function gm(e){if(e.thisParameter)return sd(e.thisParameter)}function ym(e){if(!e.resolvedTypePredicate){if(e.target){const r=ym(e.target);e.resolvedTypePredicate=r?(n=r,t=e.mapper,cm(n.kind,n.parameterName,n.parameterIndex,AS(n.type,t))):oo}else if(e.compositeSignatures)e.resolvedTypePredicate=function(e,n){let t;const r=[];for(const o of e){const e=ym(o);if(e){if(0!==e.kind&&1!==e.kind||t&&!gv(t,e))return;t=e,r.push(e.type)}else{const e=2097152!==n?bm(o):void 0;if(e!==Kn&&e!==qn)return}}if(!t)return;const o=vm(r,n);return cm(t.kind,t.parameterName,t.parameterIndex,o)}(e.compositeSignatures,e.compositeKind)||oo;else{const n=e.declaration&&Ib(e.declaration);let t;if(!n){const n=fm(e.declaration);n&&e!==n&&(t=ym(n))}e.resolvedTypePredicate=n&&LN(n)?function(e,n){const t=e.parameterName,r=e.type&&JE(e.type);return 197===t.kind?cm(e.assertsModifier?2:0,void 0,void 0,r):cm(e.assertsModifier?3:1,t.escapedText,k(n.parameters,(e=>e.escapedName===t.escapedText)),r)}(n,e):t||oo}Rt.assert(!!e.resolvedTypePredicate)}var n,t;return e.resolvedTypePredicate===oo?void 0:e.resolvedTypePredicate}function vm(e,n,t){return 2097152!==n?mv(e,t):Nv(e)}function bm(e){if(!e.resolvedReturnType){if(!El(e,3))return Nn;let n=e.target?AS(bm(e.target),e.mapper):e.compositeSignatures?AS(vm(U(e.compositeSignatures,bm),e.compositeKind,2),e.mapper):Em(e.declaration)||(im(e.declaration.body)?xn:bw(e.declaration));if(8&e.flags?n=wA(n):16&e.flags&&(n=LA(n)),!Rl()){if(e.declaration){const n=Ib(e.declaration);if(n)Ai(n,Oa.Return_type_annotation_circularly_references_itself);else if(Y){const n=e.declaration,t=jl(n);t?Ai(t,Oa._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,o_(t)):Ai(n,Oa.Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions)}}n=xn}e.resolvedReturnType=n}return e.resolvedReturnType}function Em(e){if(176===e.kind)return qd(us(e.parent.symbol));const n=Ib(e);if(SM(e)){const t=cy(e);if(t&&IN(t.parent)&&!n)return qd(us(t.parent.parent.symbol))}if(Hg(e))return JE(e.parameters[0].type);if(n)return JE(n);if(177===e.kind&&Au(e)){const n=Yh(e)&&oc(e);if(n)return n;const t=Kc(Df(ps(e),178));if(t)return t}return function(e){const n=fm(e);return n&&bm(n)}(e)}function Sm(e){return e.compositeSignatures&&se(e.compositeSignatures,Sm)||!e.resolvedReturnType&&Tl(e,3)>=0}function Tm(e){if(Zz(e)){const n=sd(e.parameters[e.parameters.length-1]),t=nA(n)?uA(n):n;return t&&Jf(t,Un)}}function Am(e,n,t,r){const o=Im(e,um(n,e.typeParameters,dm(e.typeParameters),t));if(r){const e=ML(bm(o));if(e){const n=Wu(e);n.typeParameters=r;const t=Wu(o);return t.resolvedReturnType=Om(n),t}}return o}function Im(e,n){const t=e.instantiations||(e.instantiations=new Map),r=s_(n);let o=t.get(r);return o||t.set(r,o=Nm(e,n)),o}function Nm(e,n){return uS(e,function(e,n){return eS(e.typeParameters,n)}(e,n),!0)}function Dm(e){return e.typeParameters?e.erasedSignatureCache||(e.erasedSignatureCache=function(e){return uS(e,aS(e.typeParameters),!0)}(e)):e}function Cm(e){return e.typeParameters?e.canonicalSignatureCache||(e.canonicalSignatureCache=function(e){return Am(e,U(e.typeParameters,(e=>e.target&&!Yp(e.target)?e.target:e)),Yh(e.declaration))}(e)):e}function Mm(e){const n=e.typeParameters;if(n){if(e.baseSignatureCache)return e.baseSignatureCache;const t=aS(n),r=eS(n,U(n,(e=>Yp(e)||Pn)));let o=U(n,(e=>AS(e,r)||Pn));for(let e=0;e{Jm(e)&&!Ff(n,e)&&n.push(Hm(e,t.type?JE(t.type):xn,Gb(t,8),t))}))}return n}return i}function Jm(e){return!!(4108&e.flags)||cb(e)||!!(2097152&e.flags)&&!ub(e)&&se(e.types,Jm)}function Xm(e){return Z(B(e.symbol&&e.symbol.declarations,vN),Dc)[0]}function Ym(e,n){var t;let r;if(null==(t=e.symbol)?void 0:t.declarations)for(const t of e.symbol.declarations)if(195===t.parent.kind){const[o=t.parent,i]=Ey(t.parent.parent);if(183!==i.kind||n){if(169===i.kind&&i.dotDotDotToken||191===i.kind||202===i.kind&&i.dotDotDotToken)r=Ee(r,ey(Pn));else if(204===i.kind)r=Ee(r,Vn);else if(168===i.kind&&200===i.parent.kind)r=Ee(r,gt);else if(200===i.kind&&i.type&&Ty(i.type)===t.parent&&194===i.parent.kind&&i.parent.extendsType===i&&200===i.parent.checkType.kind&&i.parent.checkType.type){const e=i.parent.checkType;r=Ee(r,AS(JE(e.type),tS(eu(ps(e.typeParameter)),e.typeParameter.constraint?JE(e.typeParameter.constraint):gt)))}}else{const n=i,t=OO(n);if(t){const i=n.typeArguments.indexOf(o);if(i()=>LO(n,t,r)))));i!==e&&(r=Ee(r,i))}}}}}return r&&Nv(r)}function $m(e){if(!e.constraint)if(e.target){const n=Yp(e.target);e.constraint=n?AS(n,e.mapper):Wt}else{const n=Xm(e);if(n){let t=JE(n);1&t.flags&&!Bl(t)&&(t=200===n.parent.parent.kind?gt:Pn),e.constraint=t}else e.constraint=Ym(e)||Wt}return e.constraint===Wt?void 0:e.constraint}function e_(e){const n=Df(e.symbol,168),t=GM(n.parent)?oy(n.parent):n.parent;return t&&fs(t)}function s_(e){let n="";if(e){const t=e.length;let r=0;for(;r1&&(n+=":"+i),r+=i}}return n}function p_(e,n){return e?`@${Kz(e)}`+(n?`:${s_(n)}`:""):""}function __(e,n){let t=0;for(const r of e)void 0!==n&&r.flags&n||(t|=IS(r));return 458752&t}function h_(e,n){return se(n)&&e===Ot?Pn:v_(e,n)}function v_(e,n){const t=s_(n);let r=e.instantiations.get(t);return r||(r=Cs(4,e.symbol),e.instantiations.set(t,r),r.objectFlags|=n?__(n):0,r.target=e,r.resolvedTypeArguments=n),r}function I_(e){const n=Is(e.flags,e.symbol);return n.objectFlags=e.objectFlags,n.target=e.target,n.resolvedTypeArguments=e.resolvedTypeArguments,n}function N_(e,n,t,r,o){if(!r){const e=dE(r=cE(n));o=t?$E(e,t):e}const i=Cs(4,e.symbol);return i.target=e,i.node=n,i.mapper=t,i.aliasSymbol=r,i.aliasTypeArguments=o,i}function D_(e){var n,t;if(!e.resolvedTypeArguments){if(!El(e,6))return(null==(n=e.target.localTypeParameters)?void 0:n.map((()=>Nn)))||i;const r=e.node,a=r?183===r.kind?ce(e.target.outerTypeParameters,kO(r,e.target.localTypeParameters)):188===r.kind?[JE(r.elementType)]:U(r.elements,JE):i;Rl()?e.resolvedTypeArguments=e.mapper?$E(a,e.mapper):a:(e.resolvedTypeArguments=(null==(t=e.target.localTypeParameters)?void 0:t.map((()=>Nn)))||i,Ai(e.node||o,e.target.symbol?Oa.Type_arguments_for_0_circularly_reference_themselves:Oa.Tuple_type_arguments_circularly_reference_themselves,e.target.symbol&&rl(e.target.symbol)))}return e.resolvedTypeArguments}function C_(e){return T(e.target.typeParameters)}function L_(e,n){const t=ou(us(n)),r=t.localTypeParameters;if(r){const n=T(e.typeArguments),o=dm(r),i=Yh(e);if(!(!Y&&i)&&(nr.length)){const n=i&&CD(e)&&!TM(e.parent);if(Ai(e,o===r.length?n?Oa.Expected_0_type_arguments_provide_these_with_an_extends_tag:Oa.Generic_type_0_requires_1_type_argument_s:n?Oa.Expected_0_1_type_arguments_provide_these_with_an_extends_tag:Oa.Generic_type_0_requires_between_1_and_2_type_arguments,il(t,void 0,2),o,r.length),!i)return Nn}if(183===e.kind&&hy(e,T(e.typeArguments)!==r.length))return N_(t,e,void 0);return v_(t,ce(t.outerTypeParameters,um(Ah(e),r,o,i)))}return uh(e,n)?t:Nn}function w_(e,n,t,r){const o=ou(e);if(o===Mn){const t=zz.get(e.escapedName);if(void 0!==t&&n&&1===n.length)return 4===t?B_(n[0]):Zv(e,n[0])}const i=Ui(e),a=i.typeParameters,s=s_(n)+p_(t,r);let l=i.instantiations.get(s);return l||i.instantiations.set(s,l=NS(o,eS(a,um(n,a,dm(a),Yh(e.valueDeclaration))),t,r)),l}function O_(e){var n;const t=null==(n=e.declarations)?void 0:n.find(qg);return!(!t||!fh(t))}function F_(e){return e.parent?`${F_(e.parent)}.${e.escapedName}`:e.escapedName}function W_(e){const n=(166===e.kind?e.right:211===e.kind?e.name:e).escapedText;if(n){const t=166===e.kind?W_(e.left):211===e.kind?W_(e.expression):void 0,r=t?`${F_(t)}.${n}`:n;let o=En.get(r);return o||(En.set(r,o=Li(524288,n,1048576)),o.parent=t,o.links.declaredType=Dn),o}return hn}function z_(e,n,t){const r=function(e){switch(e.kind){case 183:return e.typeName;case 233:const n=e.expression;if(EE(n))return n}}(e);if(!r)return hn;const o=qa(r,n,t);return o&&o!==hn?o:t?hn:W_(r)}function G_(e,n){if(n===hn)return Nn;if(96&(n=function(e){const n=e.valueDeclaration;if(!n||!Yh(n)||524288&e.flags||fg(n,!1))return;const t=iC(n)?ug(n):pg(n);if(t){const n=fs(t);if(n)return yk(n,e)}}(n)||n).flags)return L_(e,n);if(524288&n.flags)return function(e,n){if(1048576&mS(n)){const t=Ah(e),r=p_(n,t);let o=Sn.get(r);return o||(o=Ds(1,"error",void 0,`alias ${r}`),o.aliasSymbol=n,o.aliasTypeArguments=t,Sn.set(r,o)),o}const t=ou(n),r=Ui(n).typeParameters;if(r){const t=T(e.typeArguments),o=dm(r);if(tr.length)return Ai(e,o===r.length?Oa.Generic_type_0_requires_1_type_argument_s:Oa.Generic_type_0_requires_between_1_and_2_type_arguments,rl(n),o,r.length),Nn;const i=cE(e);let a,s=!i||!O_(n)&&O_(i)?void 0:i;if(s)a=dE(s);else if(ep(e)){const n=z_(e,2097152,!0);if(n&&n!==hn){const t=Wa(n);t&&524288&t.flags&&(s=t,a=Ah(e)||(r?[]:void 0))}}return w_(n,Ah(e),s,a)}return uh(e,n)?t:Nn}(e,n);const t=au(n);if(t)return uh(e,n)?WE(t):Nn;if(111551&n.flags&&dh(e)){const t=function(e,n){const t=Hi(e);if(!t.resolvedJSDocType){const r=sd(n);let o=r;if(n.valueDeclaration){const t=205===e.kind&&e.qualifier;r.symbol&&r.symbol!==n&&t&&(o=G_(e,r.symbol))}t.resolvedJSDocType=o}return t.resolvedJSDocType}(e,n);return t||(z_(e,788968),sd(n))}return Nn}function B_(e){return V_(e)?rh(e,Pn):e}function V_(e){return!!(3145728&e.flags&&se(e.types,V_)||33554432&e.flags&&!U_(e)&&V_(e.baseType)||524288&e.flags&&!yT(e)||432275456&e.flags&&!cb(e))}function U_(e){return!!(33554432&e.flags&&2&e.constraint.flags)}function th(e,n){return 3&n.flags||n===e||1&e.flags?e:rh(e,n)}function rh(e,n){const t=`${Jy(e)}>${Jy(n)}`,r=an.get(t);if(r)return r;const o=Rs(33554432);return o.baseType=e,o.constraint=n,an.set(t,o),o}function sh(e){return U_(e)?e.baseType:Nv([e.constraint,e.baseType])}function lh(e){return 189===e.kind&&1===e.elements.length}function ch(e,n,t){return lh(n)&&lh(t)?ch(e,n.elements[0],t.elements[0]):Ob(JE(n))===Ob(e)?JE(t):void 0}function dh(e){return!!(16777216&e.flags)&&(183===e.kind||205===e.kind)}function uh(e,n){return!e.typeArguments||(Ai(e,Oa.Type_0_is_not_generic,n?rl(n):e.typeName?o_(e.typeName):Dz),!1)}function ph(e){if(tN(e.typeName)){const n=e.typeArguments;switch(e.typeName.escapedText){case"String":return uh(e),Vn;case"Number":return uh(e),Un;case"Boolean":return uh(e),Zn;case"Void":return uh(e),nt;case"Undefined":return uh(e),wn;case"Null":return uh(e),Bn;case"Function":case"function":return uh(e),$t;case"array":return n&&n.length||Y?void 0:sr;case"promise":return n&&n.length||Y?void 0:gw(xn);case"Object":if(n&&2===n.length){if(eg(e)){const e=JE(n[0]),t=JE(n[1]),r=e===Vn||e===Un?[Hm(e,t,!1)]:i;return Os(void 0,b,i,i,r)}return xn}return uh(e),Y?void 0:xn}}}function mh(e){const n=Hi(e);if(!n.resolvedType){if(Gc(e)&&pu(e.parent))return n.resolvedSymbol=hn,n.resolvedType=nO(e.parent.expression);let t,r;const o=788968;dh(e)&&(r=ph(e),r||(t=z_(e,o,!0),t===hn?t=z_(e,111551|o):z_(e,o),r=G_(e,t))),r||(t=z_(e,o),r=G_(e,t)),n.resolvedSymbol=t,n.resolvedType=r}return n.resolvedType}function Ah(e){return U(e.typeArguments,JE)}function Lh(e){const n=Hi(e);if(!n.resolvedType){const t=Lk(e);n.resolvedType=WE($A(t))}return n.resolvedType}function kh(e,n){function t(e){const n=e.declarations;if(n)for(const e of n)switch(e.kind){case 263:case 264:case 266:return e}}if(!e)return n?Ot:Ct;const r=ou(e);return 524288&r.flags?T(r.typeParameters)!==n?(Ai(t(e),Oa.Global_type_0_must_have_1_type_parameter_s,wl(e),n),n?Ot:Ct):r:(Ai(t(e),Oa.Global_type_0_must_be_a_class_or_interface_type,wl(e)),n?Ot:Ct)}function wh(e,n){return Qh(e,111551,n?Oa.Cannot_find_global_value_0:void 0)}function Wh(e,n){return Qh(e,788968,n?Oa.Cannot_find_global_type_0:void 0)}function Xh(e,n,t){const r=Qh(e,788968,t?Oa.Cannot_find_global_type_0:void 0);if(!r||(ou(r),T(Ui(r).typeParameters)===n))return r;Ai(r.declarations&&P(r.declarations,dC),Oa.Global_type_0_must_have_1_type_parameter_s,wl(r),n)}function Qh(e,n,t){return na(void 0,e,n,t,e,!1,!1,!1)}function tg(e,n,t){const r=Wh(e,t);return r||t?kh(r,n):void 0}function ig(){return Pr||(Pr=tg("ImportMeta",0,!0)||Ct)}function ag(){if(!kr){const e=Li(0,"ImportMetaExpression"),n=ig(),t=Li(4,"meta",8);t.parent=e,t.links.type=n;const r=Mf([t]);e.members=r,kr=Os(e,r,i,i,i)}return kr}function lg(e){return wr||(wr=tg("ImportCallOptions",0,e))||Ct}function gg(e){return Or||(Or=tg("ImportAttributes",0,e))||Ct}function Tg(e){return ur||(ur=wh("Symbol",e))}function xg(){return fr||(fr=tg("Symbol",0,!1))||Ct}function Ag(e){return _r||(_r=tg("Promise",1,e))||Ot}function Ng(e){return hr||(hr=tg("PromiseLike",1,e))||Ot}function Dg(e){return gr||(gr=wh("Promise",e))}function kg(e){return Ir||(Ir=tg("AsyncIterable",1,e))||Ot}function Og(e){return vr||(vr=tg("Iterable",1,e))||Ot}function Wg(e){return Fr||(Fr=tg("Disposable",0,e))||Ct}function zg(e,n=0){const t=Qh(e,788968,void 0);return t&&kh(t,n)}function jg(e){return Br||(Br=Xh("Awaited",1,e)||(e?hn:void 0)),Br===hn?void 0:Br}function Jg(e,n){return e!==Ot?v_(e,n):Ct}function Xg(e){return Jg(mr||(mr=tg("TypedPropertyDescriptor",1,!0)||Ot),[e])}function $g(e){return Jg(Og(!0),[e])}function ey(e,n){return Jg(n?nr:er,[e])}function ny(e){switch(e.kind){case 190:return 2;case 191:return ty(e);case 202:return e.questionToken?2:e.dotDotDotToken?ty(e):1;default:return 1}}function ty(e){return qE(e.type)?4:8}function uy(e){const n=function(e){return YN(e)&&148===e.operator}(e.parent);if(qE(e))return n?nr:er;return Cy(U(e.elements,ny),n,U(e.elements,py))}function py(e){return BN(e)||bN(e)?e:void 0}function hy(e,n){return!!cE(e)||yy(e)&&(188===e.kind?Iy(e.elementType):189===e.kind?se(e.elements,Iy):n||se(e.typeArguments,Iy))}function yy(e){const n=e.parent;switch(n.kind){case 196:case 202:case 183:case 192:case 193:case 199:case 194:case 198:case 188:case 189:return yy(n);case 265:return!0}return!1}function Iy(e){switch(e.kind){case 183:return dh(e)||!!(524288&z_(e,788968).flags);case 186:return!0;case 198:return 158!==e.operator&&Iy(e.type);case 196:case 190:case 202:case 323:case 321:case 322:case 316:return Iy(e.type);case 191:return 188!==e.type.kind||Iy(e.type.elementType);case 192:case 193:return se(e.types,Iy);case 199:return Iy(e.objectType)||Iy(e.indexType);case 194:return Iy(e.checkType)||Iy(e.extendsType)||Iy(e.trueType)||Iy(e.falseType)}return!1}function Dy(e,n,t=!1,r=[]){const o=Cy(n||U(e,(e=>1)),t,r);return o===Ot?Ct:e.length?zy(o,e):o}function Cy(e,n,t){if(1===e.length&&4&e[0])return n?nr:er;const r=U(e,(e=>1&e?"#":2&e?"?":4&e?".":"*")).join()+(n?"R":"")+(se(t,(e=>!!e))?","+U(t,(e=>e?Hz(e):"_")).join(","):"");let o=Ve.get(r);return o||Ve.set(r,o=function(e,n,t){const r=e.length,o=G(e,(e=>!!(9&e)));let a;const s=[];let l=0;if(r){a=new Array(r);for(let o=0;o!!(8&e.elementFlags[t]&&1179648&n.flags)));if(t>=0)return Pv(U(n,((n,t)=>8&e.elementFlags[t]?n:Pn)))?VI(n[t],(r=>By(e,Be(n,t,r)))):Nn}const s=[],l=[],c=[];let d=-1,u=-1,p=-1;for(let l=0;l=1e4)return Ai(o,j_(o)?Oa.Type_produces_a_tuple_type_that_is_too_large_to_represent:Oa.Expression_produces_a_tuple_type_that_is_too_large_to_represent),Nn;x(e,((e,n)=>{var t;return m(e,c.target.elementFlags[n],null==(t=c.target.labeledElementDeclarations)?void 0:t[n])}))}else m(_x(c)&&Jf(c,Un)||Nn,4,null==(i=e.labeledElementDeclarations)?void 0:i[l]);else m(c,d,null==(a=e.labeledElementDeclarations)?void 0:a[l])}for(let e=0;e=0&&u8&l[u+n]?Mb(e,Un):e))),s.splice(u+1,p-u),l.splice(u+1,p-u),c.splice(u+1,p-u));const f=Cy(l,e.readonly,c);return f===Ot?Ct:l.length?v_(f,s):f;function m(e,n,t){1&n&&(d=l.length),4&n&&u<0&&(u=l.length),6&n&&(p=l.length),s.push(2&n?ac(e,!0):e),l.push(n),c.push(t)}}function Vy(e,n,t=0){const r=e.target,o=C_(e)-t;return n>r.fixedLength?function(e){const n=uA(e);return n&&ey(n)}(e)||Dy(i):Dy(D_(e).slice(n,o),r.elementFlags.slice(n,o),!1,r.labeledElementDeclarations&&r.labeledElementDeclarations.slice(n,o))}function Uy(e){return mv(Ee(Ye(e.target.fixedLength,(e=>GE(""+e))),Jv(e.target.readonly?nr:er)))}function Hy(e,n){return e.elementFlags.length-w(e.elementFlags,(e=>!(e&n)))-1}function Ky(e){return e.fixedLength+Hy(e,3)}function qy(e){const n=D_(e),t=C_(e);return n.length===t?n:n.slice(0,t)}function Jy(e){return e.id}function Yy(e,n){return je(e,n,Jy,Wn)>=0}function $y(e,n){const t=je(e,n,Jy,Wn);return t<0&&(e.splice(~t,0,n),!0)}function Qy(e,n,t){const r=t.flags;if(!(131072&r))if(n|=473694207&r,465829888&r&&(n|=33554432),2097152&r&&67108864&IS(t)&&(n|=536870912),t===Rn&&(n|=8388608),!z&&98304&r)65536&IS(t)||(n|=4194304);else{const n=e.length,r=n&&t.id>e[n-1].id?~n:je(e,t,Jy,Wn);r<0&&e.splice(~r,0,t)}return n}function ev(e,n,t){let r;for(const o of t)o!==r&&(n=1048576&o.flags?ev(e,n|(cv(o)?1048576:0),o.types):Qy(e,n,o),r=o);return n}function tv(e,n){return 134217728&n.flags?PR(e,n):DR(e,n)}function cv(e){return!!(1048576&e.flags&&(e.aliasSymbol||e.origin))}function pv(e,n){for(const t of n)if(1048576&t.flags){const n=t.origin;t.aliasSymbol||n&&!(1048576&n.flags)?Ae(e,t):n&&1048576&n.flags&&pv(e,n.types)}}function fv(e,n){const t=Ns(e);return t.types=n,t}function mv(e,n=1,t,r,o){if(0===e.length)return tt;if(1===e.length)return e[0];if(2===e.length&&!o&&(1048576&e[0].flags||1048576&e[1].flags)){const o=0===n?"N":2===n?"S":"L",i=e[0].id=2&&a[0]===wn&&a[1]===Fn&&rt(a,1),(402664352&s||16384&s&&32768&s)&&function(e,n,t){let r=e.length;for(;r>0;){r--;const o=e[r],i=o.flags;(402653312&i&&4&n||256&i&&8&n||2048&i&&64&n||8192&i&&4096&n||t&&32768&i&&16384&n||zE(o)&&Yy(e,o.regularType))&&rt(e,r)}}(a,s,!!(2&n)),128&s&&402653184&s&&function(e){const n=B(e,cb);if(n.length){let t=e.length;for(;t>0;){t--;const r=e[t];128&r.flags&&se(n,(e=>tv(r,e)))&&rt(e,t)}}}(a),536870912&s&&function(e){const n=[];for(const t of e)if(2097152&t.flags&&67108864&IS(t)){const e=8650752&t.types[0].flags?0:1;Ae(n,t.types[e])}for(const t of n){const n=[];for(const r of e)if(2097152&r.flags&&67108864&IS(r)){const e=8650752&r.types[0].flags?0:1;r.types[e]===t&&$y(n,r.types[1-e])}if(WI(lf(t),(e=>Yy(n,e)))){let r=e.length;for(;r>0;){r--;const o=e[r];if(2097152&o.flags&&67108864&IS(o)){const i=8650752&o.types[0].flags?0:1;o.types[i]===t&&Yy(n,o.types[1-i])&&rt(e,r)}}$y(e,t)}}}(a),2===n&&(a=function(e,n){var t;if(e.length<2)return e;const r=s_(e),i=sn.get(r);if(i)return i;const a=n&&se(e,(e=>!!(524288&e.flags)&&!wp(e)&&hT(Fp(e)))),s=e.length;let l=s,c=0;for(;l>0;){l--;const n=e[l];if(a||469499904&n.flags){if(262144&n.flags&&1048576&cf(n).flags){AT(n,mv(U(e,(e=>e===n?tt:e))),ui)&&rt(e,l);continue}const r=61603840&n.flags?P(Hp(n),(e=>Wx(sd(e)))):void 0,i=r&&WE(sd(r));for(const a of e)if(n!==a){if(1e5===c&&c/(s-l)*s>1e6)return null==(t=Lr)||t.instant(Lr.Phase.CheckTypes,"removeSubtypes_DepthLimit",{typeIds:e.map((e=>e.id))}),void Ai(o,Oa.Expression_produces_a_union_type_that_is_too_complex_to_represent);if(c++,r&&61603840&a.flags){const e=Ol(a,r.escapedName);if(e&&Wx(e)&&WE(e)!==i)continue}if(AT(n,a,ui)&&(!(1&IS(pd(n)))||!(1&IS(pd(a)))||qS(n,a))){rt(e,l);break}}}}return sn.set(r,e),e}(a,!!(524288&s)),!a))return Nn;if(0===a.length)return 65536&s?4194304&s?Bn:jn:32768&s?4194304&s?wn:On:tt}if(!i&&1048576&s){const n=[];pv(n,e);const r=[];for(const e of a)se(n,(n=>Yy(n.types,e)))||r.push(e);if(!t&&1===n.length&&0===r.length)return n[0];if(Ue(n,((e,n)=>e+n.types.length),0)+r.length===a.length){for(const e of n)$y(r,e);i=fv(1048576,r)}}return Tv(a,(36323331&s?0:32768)|(2097152&s?16777216:0),t,r,i)}function gv(e,n){return e.kind===n.kind&&e.parameterIndex===n.parameterIndex}function Tv(e,n,t,r,o){if(0===e.length)return tt;if(1===e.length)return e[0];const i=(o?1048576&o.flags?`|${s_(o.types)}`:2097152&o.flags?`&${s_(o.types)}`:`#${o.type.id}|${s_(e)}`:s_(e))+p_(t,r);let a=He.get(i);return a||(a=Rs(1048576),a.objectFlags=n|__(e,98304),a.types=e,a.origin=o,a.aliasSymbol=t,a.aliasTypeArguments=r,2===e.length&&512&e[0].flags&&512&e[1].flags&&(a.flags|=16,a.intrinsicName="boolean"),He.set(i,a)),a}function xv(e,n,t){const r=t.flags;return 2097152&r?Av(e,n,t.types):(yT(t)?16777216&n||(n|=16777216,e.set(t.id.toString(),t)):(3&r?t===Rn&&(n|=8388608):!z&&98304&r||(t===Fn&&(n|=262144,t=wn),e.has(t.id.toString())||(109472&t.flags&&109472&n&&(n|=67108864),e.set(t.id.toString(),t))),n|=473694207&r),n)}function Av(e,n,t){for(const r of t)n=xv(e,n,WE(r));return n}function Rv(e,n){for(const t of e)if(!Yy(t.types,n)){const e=128&n.flags?Vn:288&n.flags?Un:2048&n.flags?Hn:8192&n.flags?et:void 0;if(!e||!Yy(t.types,e))return!1}return!0}function Iv(e,n){for(let t=0;t!(e.flags&n)))}function Nv(e,n,t,r){const o=new Map,i=Av(o,0,e),a=$e(o.values());let s=0;if(131072&i)return F(a,ot)?ot:tt;if(z&&98304&i&&84410368&i||67108864&i&&402783228&i||402653316&i&&67238776&i||296&i&&469891796&i||2112&i&&469889980&i||12288&i&&469879804&i||49152&i&&469842940&i)return tt;if(402653184&i&&128&i&&function(e){let n=e.length;const t=B(e,(e=>!!(128&e.flags)));for(;n>0;){n--;const r=e[n];if(402653184&r.flags)for(const o of t){if(US(o,r)){rt(e,n);break}if(cb(r))return!0}}return!1}(a))return tt;if(1&i)return 8388608&i?Rn:xn;if(!z&&98304&i)return 16777216&i?tt:32768&i?wn:Bn;if((4&i&&402653312&i||8&i&&256&i||64&i&&2048&i||4096&i&&8192&i||16384&i&&32768&i||16777216&i&&470302716&i)&&(r||function(e,n){let t=e.length;for(;t>0;){t--;const r=e[t];(4&r.flags&&402653312&n||8&r.flags&&256&n||64&r.flags&&2048&n||4096&r.flags&&8192&n||16384&r.flags&&32768&n||yT(r)&&470302716&n)&&rt(e,t)}}(a,i)),262144&i&&(a[a.indexOf(wn)]=Fn),0===a.length)return Pn;if(1===a.length)return a[0];if(2===a.length){const e=8650752&a[0].flags?0:1,n=a[e],t=a[1-e];if(8650752&n.flags&&(469893116&t.flags&&!db(t)||16777216&i)){const e=lf(n);if(e&&WI(e,(e=>!!(469893116&e.flags)||yT(e)))){if(HS(e,t))return n;if(!(1048576&e.flags&&OI(e,(e=>HS(e,t)))||HS(t,e)))return tt;s=67108864}}}const l=s_(a)+p_(n,t);let c=qe.get(l);if(!c){if(1048576&i)if(function(e){let n;const t=k(e,(e=>!!(32768&IS(e))));if(t<0)return!1;let r=t+1;for(;r!!(1048576&e.flags&&32768&e.types[0].flags)))){const e=se(a,GA)?Fn:wn;Iv(a,32768),c=mv([Nv(a),e],1,n,t)}else if(M(a,(e=>!!(1048576&e.flags&&(65536&e.types[0].flags||65536&e.types[1].flags)))))Iv(a,65536),c=mv([Nv(a),Bn],1,n,t);else if(a.length>=4){const e=Math.floor(a.length/2);c=Nv([Nv(a.slice(0,e)),Nv(a.slice(e))],n,t)}else{if(!Pv(a))return Nn;const e=function(e){const n=Dv(e),t=[];for(let r=0;r=0;t--)if(1048576&e[t].flags){const r=e[t].types,i=r.length;n[t]=r[o%i],o=Math.floor(o/i)}const i=Nv(n);131072&i.flags||t.push(i)}return t}(a);c=mv(e,1,n,t,se(e,(e=>!!(2097152&e.flags)))&&kv(e)>kv(a)?fv(2097152,a):void 0)}else c=function(e,n,t,r){const o=Rs(2097152);return o.objectFlags=n|__(e,98304),o.types=e,o.aliasSymbol=t,o.aliasTypeArguments=r,o}(a,s,n,t);qe.set(l,c)}return c}function Dv(e){return Ue(e,((e,n)=>1048576&n.flags?e*n.types.length:131072&n.flags?0:e),1)}function Pv(e){var n;const t=Dv(e);return!(t>=1e5)||(null==(n=Lr)||n.instant(Lr.Phase.CheckTypes,"checkCrossProductUnion_DepthLimit",{typeIds:e.map((e=>e.id)),size:t}),Ai(o,Oa.Expression_produces_a_union_type_that_is_too_complex_to_represent),!1)}function Lv(e){return 3145728&e.flags&&!e.aliasSymbol?1048576&e.flags&&e.origin?Lv(e.origin):kv(e.types):1}function kv(e){return Ue(e,((e,n)=>e+Lv(n)),0)}function wv(e,n){const t=Rs(4194304);return t.type=e,t.indexFlags=n,t}function Ov(e,n){return 1&n?e.resolvedStringIndexType||(e.resolvedStringIndexType=wv(e,1)):e.resolvedIndexType||(e.resolvedIndexType=wv(e,0))}function Wv(e,n){const t=Ap(e),r=Rp(e),o=Ip(e.target||e);if(!(o||2&n))return r;const i=[];if(fb(r)){if(Cp(e))return Ov(e,n);wI(r,s)}else if(Cp(e)){Tp(yf(Mp(e)),8576,!!(1&n),s)}else wI(Ep(r),s);const a=2&n?GI(mv(i),(e=>!(5&e.flags))):mv(i);return 1048576&a.flags&&1048576&r.flags&&s_(a.types)===s_(r.types)?r:a;function s(n){const r=o?AS(o,cS(e.mapper,t,n)):n;i.push(r===Vn?pt:r)}}function zv(e){if(rN(e))return tt;if(FI(e))return WE(bO(e));if(yN(e))return WE(MM(e));const n=iv(e);return void 0!==n?GE(Pl(n)):uu(e)?WE(bO(e)):tt}function Gv(e,n,t){if(t||!(6&_S(e))){let t=Ui(Lu(e)).nameType;if(!t){const n=jl(e.valueDeclaration);t="default"===e.escapedName?GE("default"):n&&zv(n)||(uv(e)?void 0:GE(wl(e)))}if(t&&t.flags&n)return t}return tt}function Vv(e,n){return!!(e.flags&n||2097152&e.flags&&se(e.types,(e=>Vv(e,n))))}function Uv(e,n,t){const r=t&&(7&IS(e)||e.aliasSymbol)?function(e){const n=Ns(4194304);return n.type=e,n}(e):void 0;return mv(ce(U(Hp(e),(e=>Gv(e,n))),U(Kf(e),(e=>e!==co&&Vv(e.keyType,n)?e.keyType===Vn&&8&n?pt:e.keyType:tt))),1,void 0,void 0,r)}function qv(e,n=0){return!!(58982400&e.flags||iA(e)||wp(e)&&(!function(e){const n=Ap(e);return function e(t){return!!(470810623&t.flags)||(16777216&t.flags?t.root.isDistributive&&t.checkType===n:137363456&t.flags?M(t.types,e):8388608&t.flags?e(t.objectType)&&e(t.indexType):33554432&t.flags?e(t.baseType)&&e(t.constraint):!!(268435456&t.flags)&&e(t.type))}(Ip(e)||n)}(e)||2===Op(e))||1048576&e.flags&&!(4&n)&&If(e)||2097152&e.flags&&Ww(e,465829888)&&se(e.types,yT))}function Jv(e,n=ne){return U_(e=Tf(e))?B_(Jv(e.baseType,n)):qv(e,n)?Ov(e,n):1048576&e.flags?Nv(U(e.types,(e=>Jv(e,n)))):2097152&e.flags?mv(U(e.types,(e=>Jv(e,n)))):32&IS(e)?Wv(e,n):e===Rn?Rn:2&e.flags?tt:131073&e.flags?gt:Uv(e,(2&n?128:402653316)|(1&n?0:12584),n===ne)}function Yv(e){if(ee)return e;const n=(zr||(zr=Xh("Extract",2,!0)||hn),zr===hn?void 0:zr);return n?w_(n,[e,Vn]):Vn}function $v(e,n){const t=k(n,(e=>!!(1179648&e.flags)));if(t>=0)return Pv(n)?VI(n[t],(r=>$v(e,Be(n,t,r)))):Nn;if(F(n,Rn))return Rn;const r=[],o=[];let i=e[0];if(!function e(n,t){for(let a=0;a""===e))){if(M(r,(e=>!!(4&e.flags))))return Vn;if(1===r.length&&cb(r[0]))return r[0]}const a=`${s_(r)}|${U(o,(e=>e.length)).join(",")}|${o.join("")}`;let s=nn.get(a);return s||nn.set(a,s=function(e,n){const t=Rs(134217728);return t.texts=e,t.types=n,t}(o,r)),s}function Qv(e){return 128&e.flags?e.value:256&e.flags?""+e.value:2048&e.flags?Mx(e.value):98816&e.flags?e.intrinsicName:void 0}function Zv(e,n){return 1179648&n.flags?VI(n,(n=>Zv(e,n))):128&n.flags?GE(eb(e,n.value)):134217728&n.flags?$v(...function(e,n,t){switch(zz.get(e.escapedName)){case 0:return[n.map((e=>e.toUpperCase())),t.map((n=>Zv(e,n)))];case 1:return[n.map((e=>e.toLowerCase())),t.map((n=>Zv(e,n)))];case 2:return[""===n[0]?n:[n[0].charAt(0).toUpperCase()+n[0].slice(1),...n.slice(1)],""===n[0]?[Zv(e,t[0]),...t.slice(1)]:t];case 3:return[""===n[0]?n:[n[0].charAt(0).toLowerCase()+n[0].slice(1),...n.slice(1)],""===n[0]?[Zv(e,t[0]),...t.slice(1)]:t]}return[n,t]}(e,n.texts,n.types)):268435456&n.flags&&e===n.symbol?n:268435461&n.flags||fb(n)?nb(e,n):lb(n)?nb(e,$v(["",""],[n])):n}function eb(e,n){switch(zz.get(e.escapedName)){case 0:return n.toUpperCase();case 1:return n.toLowerCase();case 2:return n.charAt(0).toUpperCase()+n.slice(1);case 3:return n.charAt(0).toLowerCase()+n.slice(1)}return n}function nb(e,n){const t=`${Kz(e)},${Jy(n)}`;let r=on.get(t);return r||on.set(t,r=function(e,n){const t=Is(268435456,e);return t.type=n,t}(e,n)),r}function tb(e){if(Y)return!1;if(4096&IS(e))return!0;if(1048576&e.flags)return M(e.types,tb);if(2097152&e.flags)return se(e.types,tb);if(465829888&e.flags){const n=uf(e);return n!==e&&tb(n)}return!1}function rb(e,n){return xA(e)?AA(e):n&&Ed(n)?iv(n):void 0}function ib(e,n){if(8208&n.flags){const t=Nl(e.parent,(e=>!wS(e)))||e.parent;return tu(t)?ru(t)&&tN(e)&&cI(t,e):M(n.declarations,(e=>!Td(e)||Mi(e)))}return!0}function ab(e,n,t,r,o,i){const a=o&&212===o.kind?o:void 0,s=o&&rN(o)?void 0:rb(t,o);if(void 0!==s){if(256&i)return EC(n,s)||xn;const e=Lf(n,s);if(e){if(64&i&&o&&e.declarations&&Ci(e)&&ib(o,e)){Pi((null==a?void 0:a.argumentExpression)??($N(o)?o.indexType:o),e.declarations,s)}if(a){if(lL(e,a,cL(a.expression,n.symbol)),Pw(a,e,fy(a)))return void Ai(a.argumentExpression,Oa.Cannot_assign_to_0_because_it_is_a_read_only_property,rl(e));if(8&i&&(Hi(o).resolvedSymbol=e),KP(a,e))return An}const t=4&i?od(e):sd(e);return a&&1!==fy(a)?fN(a,t):o&&$N(o)&&GA(t)?mv([t,wn]):t}if(WI(n,nA)&&tA(s)){const e=+s;if(o&&WI(n,(e=>!e.target.hasRestElement))&&!(16&i)){const t=sb(o);if(nA(n)){if(e<0)return Ai(t,Oa.A_tuple_type_cannot_be_indexed_with_a_negative_value),wn;Ai(t,Oa.Tuple_type_0_of_length_1_has_no_element_at_index_2,il(n),C_(n),Pl(s))}else Ai(t,Oa.Property_0_does_not_exist_on_type_1,Pl(s),il(n))}if(e>=0)return l(qf(n,Un)),bA(n,e,1&i?Fn:void 0)}}if(!(98304&t.flags)&&zw(t,402665900)){if(131073&n.flags)return n;const c=nm(n,t)||qf(n,Vn);if(c){if(2&i&&c.keyType!==Un)return void(a&&(4&i?Ai(a,Oa.Type_0_is_generic_and_can_only_be_indexed_for_reading,il(e)):Ai(a,Oa.Type_0_cannot_be_used_to_index_type_1,il(t),il(e))));if(o&&c.keyType===Vn&&!zw(t,12)){return Ai(sb(o),Oa.Type_0_cannot_be_used_as_an_index_type,il(t)),1&i?mv([c.type,Fn]):c.type}return l(c),1&i&&!(n.symbol&&384&n.symbol.flags&&t.symbol&&1024&t.flags&&ms(t.symbol)===n.symbol)?mv([c.type,Fn]):c.type}if(131072&t.flags)return tt;if(tb(n))return xn;if(a&&!Bw(n)){if(WR(n)){if(Y&&384&t.flags)return si.add(d_(a,Oa.Property_0_does_not_exist_on_type_1,t.value,il(n))),wn;if(12&t.flags){return mv(Ee(U(n.properties,(e=>sd(e))),wn))}}if(n.symbol===_e&&void 0!==s&&_e.exports.has(s)&&418&_e.exports.get(s).flags)Ai(a,Oa.Property_0_does_not_exist_on_type_1,Pl(s),il(n));else if(Y&&!S.suppressImplicitAnyIndexErrors&&!(128&i))if(void 0!==s&&ZP(s,n)){const e=il(n);Ai(a,Oa.Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead,s,e,e+"["+xm(a.argumentExpression)+"]")}else if(Jf(n,Un))Ai(a.argumentExpression,Oa.Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number);else{let e;if(void 0!==s&&(e=oL(s,n)))void 0!==e&&Ai(a.argumentExpression,Oa.Property_0_does_not_exist_on_type_1_Did_you_mean_2,s,il(n),e);else{const e=function(e,n,t){function r(n){const r=Gp(e,n);if(r){const e=CL(sd(r));return!!e&&Yk(e)>=1&&KS(t,Hk(e,0))}return!1}const o=my(n)?"set":"get";if(!r(o))return;let i=AE(n.expression);void 0===i?i=o:i+="."+o;return i}(n,a,t);if(void 0!==e)Ai(a,Oa.Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1,il(n),e);else{let e;if(1024&t.flags)e=cT(void 0,Oa.Property_0_does_not_exist_on_type_1,"["+il(t)+"]",il(n));else if(8192&t.flags){const r=Ka(t.symbol,a);e=cT(void 0,Oa.Property_0_does_not_exist_on_type_1,"["+r+"]",il(n))}else 128&t.flags||256&t.flags?e=cT(void 0,Oa.Property_0_does_not_exist_on_type_1,t.value,il(n)):12&t.flags&&(e=cT(void 0,Oa.No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1,il(t),il(n)));e=cT(e,Oa.Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1,il(r),il(n)),si.add(f_($f(a),a,e))}}}return}}if(tb(n))return xn;if(o){const e=sb(o);384&t.flags?Ai(e,Oa.Property_0_does_not_exist_on_type_1,""+t.value,il(n)):12&t.flags?Ai(e,Oa.Type_0_has_no_matching_index_signature_for_type_1,il(n),il(t)):Ai(e,Oa.Type_0_cannot_be_used_as_an_index_type,il(t))}return zl(t)?t:void 0;function l(e){e&&e.isReadonly&&a&&(my(a)||xy(a))&&Ai(a,Oa.Index_signature_in_type_0_only_permits_reading,il(n))}}function sb(e){return 212===e.kind?e.argumentExpression:199===e.kind?e.indexType:167===e.kind?e.expression:e}function lb(e){if(2097152&e.flags){let n=!1;for(const t of e.types)if(101248&t.flags||lb(t))n=!0;else if(!(524288&t.flags))return!1;return n}return!!(77&e.flags)||cb(e)}function cb(e){return!!(134217728&e.flags)&&M(e.types,lb)||!!(268435456&e.flags)&&lb(e.type)}function db(e){return!!(402653184&e.flags)&&!cb(e)}function ub(e){return!!mb(e)}function pb(e){return!!(4194304&mb(e))}function fb(e){return!!(8388608&mb(e))}function mb(e){return 3145728&e.flags?(2097152&e.objectFlags||(e.objectFlags|=2097152|Ue(e.types,((e,n)=>e|mb(n)),0)),12582912&e.objectFlags):33554432&e.flags?(2097152&e.objectFlags||(e.objectFlags|=2097152|mb(e.baseType)|mb(e.constraint)),12582912&e.objectFlags):(58982400&e.flags||wp(e)||iA(e)?4194304:0)|(63176704&e.flags||db(e)?8388608:0)}function gb(e,n){return 8388608&e.flags?function(e,n){const t=n?"simplifiedForWriting":"simplifiedForReading";if(e[t])return e[t]===zt?e:e[t];e[t]=zt;const r=gb(e.objectType,n),o=gb(e.indexType,n),i=function(e,n,t){if(1048576&n.flags){const r=U(n.types,(n=>gb(Mb(e,n),t)));return t?Nv(r):mv(r)}}(r,o,n);if(i)return e[t]=i;if(!(465829888&o.flags)){const i=Tb(r,o,n);if(i)return e[t]=i}if(iA(r)&&296&o.flags){const i=SA(r,8&o.flags?0:r.target.fixedLength,0,n);if(i)return e[t]=i}if(wp(r)&&2!==Op(r))return e[t]=VI(Cb(r,e.indexType),(e=>gb(e,n)));return e[t]=e}(e,n):16777216&e.flags?function(e,n){const t=e.checkType,r=e.extendsType,o=eE(e),i=nE(e);if(131072&i.flags&&Ob(o)===Ob(t)){if(1&t.flags||KS(MS(t),MS(r)))return gb(o,n);if(Rb(t,r))return tt}else if(131072&o.flags&&Ob(i)===Ob(t)){if(!(1&t.flags)&&KS(MS(t),MS(r)))return tt;if(1&t.flags||Rb(t,r))return gb(i,n)}return e}(e,n):e}function Tb(e,n,t){if(1048576&e.flags||2097152&e.flags&&!qv(e)){const r=U(e.types,(e=>gb(Mb(e,n),t)));return 2097152&e.flags||t?Nv(r):mv(r)}}function Rb(e,n){return!!(131072&mv([pp(e,n),tt]).flags)}function Cb(e,n){const t=eS([Ap(e)],[n]),r=sS(e.mapper,t);return AS(Np(e.target||e),r)}function Mb(e,n,t=0,r,o,i){return Lb(e,n,t,r,o,i)||(r?Nn:Pn)}function Pb(e,n){return WI(e,(e=>{if(384&e.flags){const t=AA(e);if(tA(t)){const e=+t;return e>=0&&e0&&!se(e.elements,(e=>jN(e)||VN(e)||BN(e)&&!(!e.questionToken&&!e.dotDotDotToken)))}function $b(e,n){return ub(e)||n&&nA(e)&&se(qy(e),ub)}function Qb(e,n,t,r,i){let a,s,l=0;for(;;){if(1e3===l)return Ai(o,Oa.Type_instantiation_is_excessively_deep_and_possibly_infinite),Nn;const d=AS(Ob(e.checkType),n),u=AS(e.extendsType,n);if(d===Nn||u===Nn)return Nn;if(d===Rn||u===Rn)return Rn;const p=Sy(e.node.checkType),f=Sy(e.node.extendsType),m=Fb(p)&&Fb(f)&&T(p.elements)===T(f.elements),_=$b(d,m);let h;if(e.inferTypeParameters){const t=oR(e.inferTypeParameters,void 0,0);n&&(t.nonFixingMapper=sS(t.nonFixingMapper,n)),_||wR(t.inferences,d,u,1536),h=n?sS(t.mapper,n):t.mapper}const g=h?AS(e.extendsType,h):u;if(!_&&!$b(g,m)){if(!(3&g.flags)&&(1&d.flags||!KS(CS(d),CS(g)))){(1&d.flags||t&&!(131072&g.flags)&&OI(CS(g),(e=>KS(e,CS(d)))))&&(s||(s=[])).push(AS(JE(e.node.trueType),h||n));const r=JE(e.node.falseType);if(16777216&r.flags){const t=r.root;if(t.node.parent===e.node&&(!t.isDistributive||t.checkType===e.checkType)){e=t;continue}if(c(r,n))continue}a=AS(r,n);break}if(3&g.flags||KS(MS(d),MS(g))){const t=JE(e.node.trueType),r=h||n;if(c(t,r))continue;a=AS(t,r);break}}a=Rs(16777216),a.root=e,a.checkType=AS(e.checkType,n),a.extendsType=AS(e.extendsType,n),a.mapper=n,a.combinedMapper=h,a.aliasSymbol=r||e.aliasSymbol,a.aliasTypeArguments=r?i:$E(e.aliasTypeArguments,n);break}return s?mv(Ee(s,a)):a;function c(t,o){if(16777216&t.flags&&o){const a=t.root;if(a.outerTypeParameters){const s=sS(t.mapper,o),c=U(a.outerTypeParameters,(e=>nS(e,s))),d=eS(a.outerTypeParameters,c),u=a.isDistributive?nS(a.checkType,d):void 0;if(!(u&&u!==a.checkType&&1179648&u.flags))return e=a,n=d,r=void 0,i=void 0,a.aliasSymbol&&l++,!0}}return!1}}function eE(e){return e.resolvedTrueType||(e.resolvedTrueType=AS(JE(e.root.node.trueType),e.mapper))}function nE(e){return e.resolvedFalseType||(e.resolvedFalseType=AS(JE(e.root.node.falseType),e.mapper))}function tE(e){let n;return e.locals&&e.locals.forEach((e=>{262144&e.flags&&(n=Ee(n,ou(e)))})),n}function rE(e){return tN(e)?[e]:Ee(rE(e.left),e.right)}function oE(e){var n;const t=Hi(e);if(!t.resolvedType){if(!k_(e))return Ai(e.argument,Oa.String_literal_expected),t.resolvedSymbol=hn,t.resolvedType=Nn;const r=e.isTypeOf?111551:16777216&e.flags?900095:788968,o=Xa(e,e.argument.literal);if(!o)return t.resolvedSymbol=hn,t.resolvedType=Nn;const i=!!(null==(n=o.exports)?void 0:n.get("export=")),a=Za(o,!1);if(im(e.qualifier))if(a.flags&r)t.resolvedType=iE(e,t,a,r);else{Ai(e,111551===r?Oa.Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here:Oa.Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0,e.argument.literal.text),t.resolvedSymbol=hn,t.resolvedType=Nn}else{const n=rE(e.qualifier);let o,s=a;for(;o=n.shift();){const a=n.length?1920:r,l=us(Fa(s)),c=e.isTypeOf||Yh(e)&&i?Lf(sd(l),o.escapedText,!1,!0):void 0,d=(e.isTypeOf?void 0:qi(ss(l),o.escapedText,a))??c;if(!d)return Ai(o,Oa.Namespace_0_has_no_exported_member_1,Ka(s),o_(o)),t.resolvedType=Nn;Hi(o).resolvedSymbol=d,Hi(o.parent).resolvedSymbol=d,s=d}t.resolvedType=iE(e,t,s,r)}}return t.resolvedType}function iE(e,n,t,r){const o=Fa(t);return n.resolvedSymbol=o,111551===r?kk(sd(t),e):G_(e,o)}function lE(e){const n=Hi(e);if(!n.resolvedType){const t=cE(e);if(0!==Mu(e.symbol).size||t){let r=Cs(16,e.symbol);r.aliasSymbol=t,r.aliasTypeArguments=dE(t),EM(e)&&e.isArrayType&&(r=ey(r)),n.resolvedType=r}else n.resolvedType=Lt}return n.resolvedType}function cE(e){let n=e.parent;for(;JN(n)||aM(n)||YN(n)&&148===n.operator;)n=n.parent;return qg(n)?ps(n):void 0}function dE(e){return e?Sd(e):void 0}function uE(e){return!!(524288&e.flags)&&!wp(e)}function _E(e){return gT(e)||!!(474058748&e.flags)}function yE(e,n){if(!(1048576&e.flags))return e;if(M(e.types,_E))return P(e.types,gT)||Ct;const t=P(e.types,(e=>!_E(e)));if(!t)return e;return P(e.types,(e=>e!==t&&!_E(e)))?e:function(e){const t=Mf();for(const r of Hp(e))if(6&_S(r));else if(PE(r)){const e=65536&r.flags&&!(32768&r.flags),o=Li(16777220,r.escapedName,Sp(r)|(n?8:0));o.links.type=e?wn:ac(sd(r),!0),o.declarations=r.declarations,o.links.nameType=Ui(r).nameType,o.links.syntheticOrigin=r,t.set(r.escapedName,o)}const r=Os(e.symbol,t,i,i,Kf(e));return r.objectFlags|=131200,r}(t)}function vE(e,n,t,r,o){if(1&e.flags||1&n.flags)return xn;if(2&e.flags||2&n.flags)return Pn;if(131072&e.flags)return n;if(131072&n.flags)return e;if(1048576&(e=yE(e,o)).flags)return Pv([e,n])?VI(e,(e=>vE(e,n,t,r,o))):Nn;if(1048576&(n=yE(n,o)).flags)return Pv([e,n])?VI(n,(n=>vE(e,n,t,r,o))):Nn;if(473960444&n.flags)return e;if(pb(e)||pb(n)){if(gT(e))return n;if(2097152&e.flags){const i=e.types,a=i[i.length-1];if(uE(a)&&uE(n))return Nv(ce(i.slice(0,i.length-1),[vE(a,n,t,r,o)]))}return Nv([e,n])}const a=Mf(),s=new Set,l=e===Ct?Kf(n):sp([e,n]);for(const e of Hp(n))6&_S(e)?s.add(e.escapedName):PE(e)&&a.set(e.escapedName,LE(e,o));for(const n of Hp(e))if(!s.has(n.escapedName)&&PE(n))if(a.has(n.escapedName)){const e=a.get(n.escapedName),t=sd(e);if(16777216&e.flags){const r=ce(n.declarations,e.declarations),o=Li(4|16777216&n.flags,n.escapedName),i=sd(n),s=BA(i),l=BA(t);o.links.type=s===l?i:mv([i,l],2),o.links.leftSpread=n,o.links.rightSpread=e,o.declarations=r,o.links.nameType=Ui(n).nameType,a.set(n.escapedName,o)}}else a.set(n.escapedName,LE(n,o));const c=Os(t,a,i,i,K(l,(e=>function(e,n){return e.isReadonly!==n?Hm(e.keyType,e.type,n,e.declaration):e}(e,o))));return c.objectFlags|=2228352|r,c}function PE(e){var n;return!(se(e.declarations,md)||106496&e.flags&&(null==(n=e.declarations)?void 0:n.some((e=>Md(e.parent)))))}function LE(e,n){const t=65536&e.flags&&!(32768&e.flags);if(!t&&n===Mw(e))return e;const r=Li(4|16777216&e.flags,e.escapedName,Sp(e)|(n?8:0));return r.links.type=t?wn:sd(e),r.declarations=e.declarations,r.links.nameType=Ui(e).nameType,r.links.syntheticOrigin=e,r}function OE(e,n,t,r){const o=Is(e,t);return o.value=n,o.regularType=r||o,o}function FE(e){if(2976&e.flags){if(!e.freshType){const n=OE(e.flags,e.value,e.symbol,e);n.freshType=n,e.freshType=n}return e.freshType}return e}function WE(e){return 2976&e.flags?e.regularType:1048576&e.flags?e.regularType||(e.regularType=VI(e,WE)):e}function zE(e){return!!(2976&e.flags)&&e.freshType===e}function GE(e){let n;return Je.get(e)||(Je.set(e,n=OE(128,e)),n)}function BE(e){let n;return Xe.get(e)||(Xe.set(e,n=OE(256,e)),n)}function jE(e){let n;const t=Mx(e);return Qe.get(t)||(Qe.set(t,n=OE(2048,e)),n)}function VE(e,n,t){let r;const o=`${n}${"string"==typeof e?"@":"#"}${e}`,i=1024|("string"==typeof e?128:256);return Ze.get(o)||(Ze.set(o,r=OE(i,e,t)),r)}function UE(e){if(Yh(e)&&aM(e)){const n=ly(e);n&&(e=Yg(n)||n)}if(eh(e)){const n=Z_(e)?fs(e.left):fs(e);if(n){const e=Ui(n);return e.uniqueESSymbolType||(e.uniqueESSymbolType=function(e){const n=Is(8192,e);return n.escapedName=`__@${n.symbol.escapedName}@${Kz(n.symbol)}`,n}(n))}}return et}function HE(e){const n=Hi(e);return n.resolvedType||(n.resolvedType=function(e){const n=vh(e,!1,!1),t=n&&n.parent;if(t&&(Md(t)||264===t.kind)&&!jb(n)&&(!IN(n)||Ay(e,n.body)))return qd(ps(t)).thisType;if(t&&sD(t)&&TD(t.parent)&&6===Eg(t.parent))return qd(fs(t.parent.left).parent).thisType;const r=16777216&e.flags?ay(e):void 0;return r&&_D(r)&&TD(r.parent)&&3===Eg(r.parent)?qd(fs(r.parent.left).parent).thisType:gk(n)&&Ay(e,n.body)?qd(ps(n)).thisType:(Ai(e,Oa.A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface),Nn)}(e)),n.resolvedType}function KE(e){return JE(qE(e.type)||e.type)}function qE(e){switch(e.kind){case 196:return qE(e.type);case 189:if(1===e.elements.length&&(191===(e=e.elements[0]).kind||202===e.kind&&e.dotDotDotToken))return qE(e.type);break;case 188:return e.elementType}}function JE(e){return function(e,n){let t,r=!0;for(;n&&!wu(n)&&327!==n.kind;){const o=n.parent;if(169===o.kind&&(r=!r),(r||8650752&e.flags)&&194===o.kind&&n===o.trueType){const n=ch(e,o.checkType,o.extendsType);n&&(t=Ee(t,n))}else if(262144&e.flags&&200===o.kind&&!o.nameType&&n===o.type){const n=JE(o);if(Ap(n)===Ob(e)){const e=bS(n);if(e){const n=Yp(e);n&&WI(n,px)&&(t=Ee(t,mv([Un,St])))}}}n=o}return t?th(e,Nv(t)):e}(XE(e),e)}function XE(e){switch(e.kind){case 133:case 319:case 320:return xn;case 159:return Pn;case 154:return Vn;case 150:return Un;case 163:return Hn;case 136:return Zn;case 155:return et;case 116:return nt;case 157:return wn;case 106:return Bn;case 146:return tt;case 151:return 524288&e.flags&&!Y?xn:lt;case 141:return Mn;case 197:case 110:return HE(e);case 201:return function(e){if(106===e.literal.kind)return Bn;const n=Hi(e);return n.resolvedType||(n.resolvedType=WE(bO(e.literal))),n.resolvedType}(e);case 183:case 233:return mh(e);case 182:return e.assertsModifier?nt:Zn;case 186:return Lh(e);case 188:case 189:return function(e){const n=Hi(e);if(!n.resolvedType){const t=uy(e);if(t===Ot)n.resolvedType=Ct;else if(189===e.kind&&se(e.elements,(e=>!!(8&ny(e))))||!hy(e)){const r=188===e.kind?[JE(e.elementType)]:U(e.elements,JE);n.resolvedType=zy(t,r)}else n.resolvedType=189===e.kind&&0===e.elements.length?t:N_(t,e,void 0)}return n.resolvedType}(e);case 190:return function(e){return ac(JE(e.type),!0)}(e);case 192:return function(e){const n=Hi(e);if(!n.resolvedType){const t=cE(e);n.resolvedType=mv(U(e.types,JE),1,t,dE(t))}return n.resolvedType}(e);case 193:return function(e){const n=Hi(e);if(!n.resolvedType){const t=cE(e),r=U(e.types,JE),o=2===r.length?r.indexOf(Lt):-1,i=o>=0?r[1-o]:Pn,a=!!(76&i.flags||134217728&i.flags&&cb(i));n.resolvedType=Nv(r,t,dE(t),a)}return n.resolvedType}(e);case 321:return function(e){const n=JE(e.type);return z?PA(n,65536):n}(e);case 323:return ac(JE(e.type));case 202:return function(e){const n=Hi(e);return n.resolvedType||(n.resolvedType=e.dotDotDotToken?KE(e):ac(JE(e.type),!0,!!e.questionToken))}(e);case 196:case 322:case 316:return JE(e.type);case 191:return KE(e);case 325:return function(e){const n=JE(e.type),{parent:t}=e,r=e.parent.parent;if(aM(e.parent)&&OM(r)){const e=ay(r),t=RM(r.parent.parent);if(e||t){const o=Oe(t?r.parent.parent.typeExpression.parameters:e.parameters),i=ry(r);if(!o||i&&o.symbol===i&&ip(o))return ey(n)}}if(bN(t)&&gM(t.parent))return ey(n);return ac(n)}(e);case 184:case 185:case 187:case 329:case 324:case 330:return lE(e);case 198:return function(e){const n=Hi(e);if(!n.resolvedType)switch(e.operator){case 143:n.resolvedType=Jv(JE(e.type));break;case 158:n.resolvedType=155===e.type.kind?UE(vy(e.parent)):Nn;break;case 148:n.resolvedType=JE(e.type);break;default:Rt.assertNever(e.operator)}return n.resolvedType}(e);case 199:return kb(e);case 200:return wb(e);case 194:return function(e){const n=Hi(e);if(!n.resolvedType){const t=JE(e.checkType),r=cE(e),o=dE(r),i=gd(e,!0),a=o?i:B(i,(n=>hS(n,e))),s={node:e,checkType:t,extendsType:JE(e.extendsType),isDistributive:!!(262144&t.flags),inferTypeParameters:tE(e),outerTypeParameters:a,instantiations:void 0,aliasSymbol:r,aliasTypeArguments:o};n.resolvedType=Qb(s,void 0,!1),a&&(s.instantiations=new Map,s.instantiations.set(s_(a),n.resolvedType))}return n.resolvedType}(e);case 195:return function(e){const n=Hi(e);return n.resolvedType||(n.resolvedType=eu(ps(e.typeParameter))),n.resolvedType}(e);case 203:return function(e){const n=Hi(e);return n.resolvedType||(n.resolvedType=$v([e.head.text,...U(e.templateSpans,(e=>e.literal.text))],U(e.templateSpans,(e=>JE(e.type))))),n.resolvedType}(e);case 205:return oE(e);case 80:case 166:case 211:const n=Xz(e);return n?ou(n):Nn;default:return Nn}}function YE(e,n,t){if(e&&e.length)for(let r=0;rse(t,(n=>hS(e,n))))):l,a.outerTypeParameters=l}if(l.length){const o=sS(e.mapper,n),i=U(l,(e=>nS(e,o))),a=t||e.aliasSymbol,c=t?r:$E(e.aliasTypeArguments,n),d=s_(i)+p_(a,c);s.instantiations||(s.instantiations=new Map,s.instantiations.set(s_(l)+p_(s.aliasSymbol,s.aliasTypeArguments),s));let u=s.instantiations.get(d);if(!u){const n=eS(l,i);u=4&s.objectFlags?N_(e.target,e.node,n,a,c):32&s.objectFlags?function(e,n,t,r){const o=bS(e);if(o){const e=AS(o,n);if(o!==e)return UI(Tf(e),i,t,r)}return AS(Rp(e),n)===Rn?Rn:TS(e,n,t,r);function i(t){if(61603843&t.flags&&t!==Rn&&!Bl(t)){if(!e.declaration.nameType){let r;if(cx(t)||1&t.flags&&Tl(o,4)<0&&(r=Yp(o))&&WI(r,px))return function(e,n,t){const r=SS(n,Un,!0,t);return Bl(r)?Nn:ey(r,ES(dx(e),Pp(n)))}(t,e,lS(o,t,n));if(nA(t))return function(e,n,t,r){const o=e.target.elementFlags,i=e.target.fixedLength,a=i?lS(t,e,r):r,s=U(qy(e),((e,s)=>{const l=o[s];return s1&e?2:e)):8&l?U(o,(e=>2&e?1:e)):o,d=ES(e.target.readonly,Pp(n));return F(s,Nn)?Nn:Dy(s,c,d,e.target.labeledElementDeclarations)}(t,e,o,n);if(hf(t))return Nv(U(t.types,i))}return TS(e,lS(o,t,n))}return t}}(s,n,a,c):TS(s,n,a,c),s.instantiations.set(d,u);const t=IS(u);if(3899393&u.flags&&!(524288&t)){const e=se(i,pR);524288&IS(u)||(u.objectFlags|=52&t?524288|(e?1048576:0):e?0:524288)}}return u}return e}function hS(e,n){if(e.symbol&&e.symbol.declarations&&1===e.symbol.declarations.length){const r=e.symbol.declarations[0].parent;for(let e=n;e!==r;e=e.parent)if(!e||241===e.kind||194===e.kind&&ok(e.extendsType,t))return!0;return t(n)}return!0;function t(n){switch(n.kind){case 197:return!!e.isThisType;case 80:return!e.isThisType&&j_(n)&&function(e){return!(183===e.parent.kind&&e.parent.typeArguments&&e===e.parent.typeName||205===e.parent.kind&&e.parent.typeArguments&&e===e.parent.qualifier)}(n)&&XE(n)===e;case 186:const r=SE(n.exprName);if(!bb(r)){const o=JR(r),i=e.symbol.declarations[0],a=168===i.kind?i.parent:e.isThisType?i:void 0;if(o.declarations&&a)return se(o.declarations,(e=>Ay(e,a)))||se(n.typeArguments,t)}return!0;case 174:case 173:return!n.type&&!!n.body||se(n.typeParameters,t)||se(n.parameters,t)||!!n.type&&t(n.type)}return!!ok(n,t)}}function bS(e){const n=Rp(e);if(4194304&n.flags){const e=Ob(n.type);if(262144&e.flags)return e}}function ES(e,n){return!!(1&n)||!(2&n)&&e}function SS(e,n,t,r){const o=cS(r,Ap(e),n),i=AS(Np(e.target||e),o),a=Pp(e);return z&&4&a&&!Ww(i,49152)?LA(i,!0):z&&8&a&&t?hI(i,524288):i}function TS(e,n,t,r){Rt.assert(e.symbol,"anonymous type must have symbol to be instantiated");const o=Cs(-1572865&e.objectFlags|64,e.symbol);if(32&e.objectFlags){o.declaration=e.declaration;const t=Ap(e),r=dS(t);o.typeParameter=r,n=sS(tS(t,r),n),r.mapper=n}return 8388608&e.objectFlags&&(o.node=e.node),o.target=e,o.mapper=n,o.aliasSymbol=t||e.aliasSymbol,o.aliasTypeArguments=t?r:$E(e.aliasTypeArguments,n),o.objectFlags|=o.aliasTypeArguments?__(o.aliasTypeArguments):0,o}function xS(e,n,t,r,o){const i=e.root;if(i.outerTypeParameters){const e=U(i.outerTypeParameters,(e=>nS(e,n))),a=(t?"C":"")+s_(e)+p_(r,o);let s=i.instantiations.get(a);if(!s){const n=eS(i.outerTypeParameters,e),l=i.checkType,c=i.isDistributive?Tf(nS(l,n)):void 0;s=c&&l!==c&&1179648&c.flags?UI(c,(e=>Qb(i,lS(l,e,n),t)),r,o):Qb(i,n,t,r,o),i.instantiations.set(a,s)}return s}return e}function AS(e,n){return e&&n?NS(e,n,void 0,void 0):e}function NS(e,n,t,r){var i;if(!pR(e))return e;if(100===g||h>=5e6)return null==(i=Lr)||i.instant(Lr.Phase.CheckTypes,"instantiateType_DepthLimit",{typeId:e.id,instantiationDepth:g,instantiationCount:h}),Ai(o,Oa.Type_instantiation_is_excessively_deep_and_possibly_infinite),Nn;_++,h++,g++;const a=function(e,n,t,r){const o=e.flags;if(262144&o)return nS(e,n);if(524288&o){const o=e.objectFlags;if(52&o){if(4&o&&!e.node){const t=e.resolvedTypeArguments,r=$E(t,n);return r!==t?zy(e.target,r):e}return 1024&o?function(e,n){const t=AS(e.mappedType,n);if(!(32&IS(t)))return e;const r=AS(e.constraintType,n);if(!(4194304&r.flags))return e;const o=hR(AS(e.source,n),t,r);if(o)return o;return e}(e,n):fS(e,n,t,r)}return e}if(3145728&o){const i=1048576&e.flags?e.origin:void 0,a=i&&3145728&i.flags?i.types:e.types,s=$E(a,n);if(s===a&&t===e.aliasSymbol)return e;const l=t||e.aliasSymbol,c=t?r:$E(e.aliasTypeArguments,n);return 2097152&o||i&&2097152&i.flags?Nv(s,l,c):mv(s,1,l,c)}if(4194304&o)return Jv(AS(e.type,n));if(134217728&o)return $v(e.texts,$E(e.types,n));if(268435456&o)return Zv(e.symbol,AS(e.type,n));if(8388608&o){const o=t||e.aliasSymbol,i=t?r:$E(e.aliasTypeArguments,n);return Mb(AS(e.objectType,n),AS(e.indexType,n),e.accessFlags,void 0,o,i)}if(16777216&o)return xS(e,sS(e.mapper,n),!1,t,r);if(33554432&o){const t=AS(e.baseType,n);if(U_(e))return B_(t);const r=AS(e.constraint,n);return 8650752&t.flags&&ub(r)?th(t,r):3&r.flags||KS(MS(t),MS(r))?t:8650752&t.flags?th(t,r):Nv([r,t])}return e}(e,n,t,r);return g--,a}function CS(e){return 402915327&e.flags?e:e.permissiveInstantiation||(e.permissiveInstantiation=AS(e,xt))}function MS(e){return 402915327&e.flags?e:(e.restrictiveInstantiation||(e.restrictiveInstantiation=AS(e,Tt),e.restrictiveInstantiation.restrictiveInstantiation=e.restrictiveInstantiation),e.restrictiveInstantiation)}function PS(e,n){return Hm(e.keyType,AS(e.type,n),e.isReadonly,e.declaration)}function LS(e){switch(Rt.assert(174!==e.kind||oh(e)),e.kind){case 218:case 219:case 174:case 262:return OS(e);case 210:return se(e.properties,LS);case 209:return se(e.elements,LS);case 227:return LS(e.whenTrue)||LS(e.whenFalse);case 226:return(57===e.operatorToken.kind||61===e.operatorToken.kind)&&(LS(e.left)||LS(e.right));case 303:return LS(e.initializer);case 217:return LS(e.expression);case 292:return se(e.properties,LS)||WC(e.parent)&&se(e.parent.parent.children,LS);case 291:{const{initializer:n}=e;return!!n&&LS(n)}case 294:{const{expression:n}=e;return!!n&&LS(n)}}return!1}function OS(e){return $x(e)||function(e){if(e.typeParameters||Ib(e)||!e.body)return!1;if(241!==e.body.kind)return LS(e.body);return!!H_(e.body,(e=>!!e.expression&&LS(e.expression)))}(e)}function FS(e){return(eA(e)||oh(e))&&OS(e)}function WS(e){if(524288&e.flags){const n=Fp(e);if(n.constructSignatures.length||n.callSignatures.length){const t=Cs(16,e.symbol);return t.members=n.members,t.properties=n.properties,t.callSignatures=i,t.constructSignatures=i,t.indexInfos=i,t}}else if(2097152&e.flags)return Nv(U(e.types,WS));return e}function GS(e,n){return AT(e,n,mi)}function BS(e,n){return AT(e,n,mi)?-1:0}function jS(e,n){return AT(e,n,pi)?-1:0}function VS(e,n){return AT(e,n,di)?-1:0}function US(e,n){return AT(e,n,di)}function HS(e,n){return AT(e,n,ui)}function KS(e,n){return AT(e,n,pi)}function qS(e,n){return 1048576&e.flags?M(e.types,(e=>qS(e,n))):1048576&n.flags?se(n.types,(n=>qS(e,n))):2097152&e.flags?se(e.types,(e=>qS(e,n))):58982400&e.flags?qS(lf(e)||Pn,n):yT(n)?!!(67633152&e.flags):n===Yt?!!(67633152&e.flags)&&!yT(e):n===$t?!!(524288&e.flags)&&pI(e):fd(e,pd(n))||cx(n)&&!dx(n)&&qS(e,nr)}function JS(e,n){return AT(e,n,fi)}function XS(e,n){return JS(e,n)||JS(n,e)}function YS(e,n,t,r,o,i){return wT(e,n,pi,t,r,o,i)}function $S(e,n,t,r,o,i){return QS(e,n,pi,t,r,o,i,void 0)}function QS(e,n,t,r,o,i,a,s){return!!AT(e,n,t)||(!r||!eT(o,e,n,t,i,a,s))&&wT(e,n,t,r,i,a,s)}function ZS(e){return!!(16777216&e.flags||2097152&e.flags&&se(e.types,ZS))}function eT(e,n,t,r,o,i,a){if(!e||ZS(t))return!1;if(!wT(n,t,r,void 0)&&function(e,n,t,r,o,i,a){const s=wf(n,0),l=wf(n,1);for(const c of[l,s])if(se(c,(e=>{const n=bm(e);return!(131073&n.flags)&&wT(n,t,r,void 0)}))){const r=a||{};YS(n,t,e,o,i,r);return xx(r.errors[r.errors.length-1],d_(e,c===l?Oa.Did_you_mean_to_use_new_with_this_expression:Oa.Did_you_mean_to_call_this_expression)),!0}return!1}(e,n,t,r,o,i,a))return!0;switch(e.kind){case 234:if(!ea(e))break;case 294:case 217:return eT(e.expression,n,t,r,o,i,a);case 226:switch(e.operatorToken.kind){case 64:case 28:return eT(e.right,n,t,r,o,i,a)}break;case 210:return function(e,n,t,r,o,i){return!(402915324&t.flags)&&rT(function*(e){if(!T(e.properties))return;for(const n of e.properties){if(eM(n))continue;const e=Gv(ps(n),8576);if(e&&!(131072&e.flags))switch(n.kind){case 178:case 177:case 174:case 304:yield{errorNode:n.name,innerExpression:void 0,nameType:e};break;case 303:yield{errorNode:n.name,innerExpression:n.initializer,nameType:e,errorMessage:a_(n.name)?Oa.Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1:void 0};break;default:Rt.assertNever(n)}}}(e),n,t,r,o,i)}(e,n,t,r,i,a);case 209:return function(e,n,t,r,o,i){if(402915324&t.flags)return!1;if(Tx(n))return rT(lT(e,t),n,t,r,o,i);tM(e,t,!1);const a=NM(e,1,!0);if(oM(),Tx(a))return rT(lT(e,t),a,t,r,o,i);return!1}(e,n,t,r,i,a);case 292:return function(e,n,t,r,o,i){let a,s=rT(function*(e){if(!T(e.properties))return;for(const n of e.properties)HC(n)||qM(vA(n.name))||(yield{errorNode:n.name,innerExpression:n.initializer,nameType:GE(vA(n.name))})}(e),n,t,r,o,i);if(WC(e.parent)&&OC(e.parent.parent)){const a=e.parent.parent,c=iP(rP(e)),d=void 0===c?"children":Pl(c),u=GE(d),p=Mb(t,u),f=Cv(a.children);if(!T(f))return s;const m=T(f)>1;let _,h;if(Og(!1)!==Ot){const e=$g(xn);_=GI(p,(n=>KS(n,e))),h=GI(p,(n=>!KS(n,e)))}else _=GI(p,Dx),h=GI(p,(e=>!Dx(e)));if(m){if(_!==tt){const e=Dy(YM(a,0)),n=function*(e,n){if(!T(e.children))return;let t=0;for(let r=0;r