ct-rich-text-editor 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/assets/babel-70ddf1b3.js +16 -0
  2. package/dist/assets/babel-70ddf1b3.js.map +1 -0
  3. package/dist/assets/chevron-down-7ab1bec2.svg +1 -0
  4. package/dist/assets/close-5a175ff6.svg +1 -0
  5. package/dist/assets/code-211c00f3.svg +1 -0
  6. package/dist/assets/copy-0a348586.svg +1 -0
  7. package/dist/assets/estree-e637acda.js +37 -0
  8. package/dist/assets/estree-e637acda.js.map +1 -0
  9. package/dist/assets/html-132cf17b.js +23 -0
  10. package/dist/assets/html-132cf17b.js.map +1 -0
  11. package/dist/assets/index-92719fbf.js +2 -0
  12. package/dist/assets/index-92719fbf.js.map +1 -0
  13. package/dist/assets/index-a2d0e228.js +443 -0
  14. package/dist/assets/index-a2d0e228.js.map +1 -0
  15. package/dist/assets/index-db471160.css +1 -0
  16. package/dist/assets/link-dabc7da5.svg +1 -0
  17. package/dist/assets/markdown-d8306e54.js +64 -0
  18. package/dist/assets/markdown-d8306e54.js.map +1 -0
  19. package/dist/assets/pencil-fill-633b2c8d.svg +1 -0
  20. package/dist/assets/plus-cc33d039.svg +1 -0
  21. package/dist/assets/postcss-25dc98df.js +55 -0
  22. package/dist/assets/postcss-25dc98df.js.map +1 -0
  23. package/dist/assets/prettier-6c905155.svg +1 -0
  24. package/dist/assets/prettier-error-0ed0d492.svg +1 -0
  25. package/dist/assets/standalone-e79c0887.js +40 -0
  26. package/dist/assets/standalone-e79c0887.js.map +1 -0
  27. package/dist/assets/success-e7e6caa5.svg +1 -0
  28. package/dist/assets/trash-e93c6b1b.svg +1 -0
  29. package/dist/assets/type-bold-1f17e5da.svg +1 -0
  30. package/dist/assets/type-capitalize-2bd9e890.svg +1 -0
  31. package/dist/assets/type-italic-f9cdcec5.svg +1 -0
  32. package/dist/assets/type-lowercase-e9b820a3.svg +3 -0
  33. package/dist/assets/type-strikethrough-ea22e2f6.svg +1 -0
  34. package/dist/assets/type-subscript-84ecc6bb.svg +1 -0
  35. package/dist/assets/type-superscript-fd5795bc.svg +1 -0
  36. package/dist/assets/type-underline-9639e1cd.svg +1 -0
  37. package/dist/assets/type-uppercase-cd9fe147.svg +3 -0
  38. package/dist/assets/typescript-c6c5f850.js +21 -0
  39. package/dist/assets/typescript-c6c5f850.js.map +1 -0
  40. package/dist/assets/user-085d4653.svg +1 -0
  41. package/dist/index.html +18 -0
  42. package/package.json +5 -2
  43. package/dist/App.d.ts +0 -4
  44. package/dist/Provider/EditorProvider.d.ts +0 -19
  45. package/dist/Provider/LexicalProvider.d.ts +0 -7
  46. package/dist/api/ai/index.d.ts +0 -15
  47. package/dist/api/auth.d.ts +0 -99
  48. package/dist/api/config/axios.d.ts +0 -3
  49. package/dist/api/config/endpoints.d.ts +0 -11
  50. package/dist/assets/style.css +0 -1
  51. package/dist/babel-1c4a328b.js +0 -7479
  52. package/dist/babel-1c4a328b.js.map +0 -1
  53. package/dist/components/AiPlugin/index.d.ts +0 -4
  54. package/dist/components/AlignMenu/AlignMenu.d.ts +0 -10
  55. package/dist/components/AlignMenu/index.d.ts +0 -1
  56. package/dist/components/BlockFormatMenu/BlockFormatMenu.d.ts +0 -5
  57. package/dist/components/BlockFormatMenu/constants.d.ts +0 -14
  58. package/dist/components/BlockFormatMenu/index.d.ts +0 -1
  59. package/dist/components/CodeActionMenuPlugin/components/CopyButton/index.d.ts +0 -8
  60. package/dist/components/CodeActionMenuPlugin/components/PrettierButton/index.d.ts +0 -10
  61. package/dist/components/CodeActionMenuPlugin/index.d.ts +0 -5
  62. package/dist/components/CodeActionMenuPlugin/utils.d.ts +0 -1
  63. package/dist/components/ColorPicker/ColorPicker.d.ts +0 -5
  64. package/dist/components/ColorPicker/index.d.ts +0 -1
  65. package/dist/components/ConfigurableEditorWithAuth.d.ts +0 -15
  66. package/dist/components/EmojiPickerWidget/EmojiPickerWidget.d.ts +0 -5
  67. package/dist/components/EmojiPickerWidget/index.d.ts +0 -1
  68. package/dist/components/FileUpload/InsertFileDialog.d.ts +0 -7
  69. package/dist/components/FileUpload/InsertFileUploadedDialogBody.d.ts +0 -6
  70. package/dist/components/FontFamilySelect/FontFamilyMenu.d.ts +0 -9
  71. package/dist/components/FontSizePicker/FontSizeControl.d.ts +0 -4
  72. package/dist/components/FormatTextMenu/FormatTextMenu.d.ts +0 -5
  73. package/dist/components/FormatTextMenu/index.d.ts +0 -1
  74. package/dist/components/ImageView/ImageDialog/ImageUploadDialogBody.d.ts +0 -6
  75. package/dist/components/ImageView/ImageDialog/index.d.ts +0 -7
  76. package/dist/components/ImageView/ImageResizer.d.ts +0 -17
  77. package/dist/components/ImageView/index.d.ts +0 -15
  78. package/dist/components/InsertMenu/InsertMenu.d.ts +0 -10
  79. package/dist/components/InsertMenu/index.d.ts +0 -1
  80. package/dist/components/Placeholder/Placeholder.d.ts +0 -5
  81. package/dist/components/Placeholder/index.d.ts +0 -1
  82. package/dist/components/TableColorPicker/index.d.ts +0 -9
  83. package/dist/components/TableModal/TableModal.d.ts +0 -11
  84. package/dist/components/Toolbar/Toolbar.d.ts +0 -5
  85. package/dist/components/Toolbar/index.d.ts +0 -1
  86. package/dist/components/Toolbar/styles.d.ts +0 -6
  87. package/dist/components/ui/button.d.ts +0 -12
  88. package/dist/components/ui/dialog.d.ts +0 -19
  89. package/dist/components/ui/dropdown-menu.d.ts +0 -27
  90. package/dist/components/ui/input.d.ts +0 -3
  91. package/dist/components/ui/label.d.ts +0 -5
  92. package/dist/components/ui/popover.d.ts +0 -7
  93. package/dist/components/ui/select.d.ts +0 -13
  94. package/dist/components/ui/separator.d.ts +0 -4
  95. package/dist/components/ui/tooltip.d.ts +0 -7
  96. package/dist/constants.d.ts +0 -35
  97. package/dist/context/ToolbarContext.d.ts +0 -55
  98. package/dist/editorConfig.d.ts +0 -36
  99. package/dist/estree-2cbea43c.js +0 -4668
  100. package/dist/estree-2cbea43c.js.map +0 -1
  101. package/dist/hooks/useBlockFormat.d.ts +0 -22
  102. package/dist/hooks/useColorPicker.d.ts +0 -5
  103. package/dist/hooks/useCustomCommands.d.ts +0 -4
  104. package/dist/hooks/useDebounce.d.ts +0 -1
  105. package/dist/hooks/useEditorToolbar.d.ts +0 -11
  106. package/dist/hooks/useInsertMenu.d.ts +0 -9
  107. package/dist/hooks/useModal.d.ts +0 -5
  108. package/dist/hooks/useS3Uploader.d.ts +0 -11
  109. package/dist/html-c18fb60e.js +0 -2842
  110. package/dist/html-c18fb60e.js.map +0 -1
  111. package/dist/index-ab416a15.js +0 -633
  112. package/dist/index-ab416a15.js.map +0 -1
  113. package/dist/index-dc0603c6.js +0 -31767
  114. package/dist/index-dc0603c6.js.map +0 -1
  115. package/dist/index.d.ts +0 -6
  116. package/dist/index.js +0 -22
  117. package/dist/index.js.map +0 -1
  118. package/dist/lib/utils.d.ts +0 -3
  119. package/dist/main.d.ts +0 -1
  120. package/dist/markdown-39c3822b.js +0 -3548
  121. package/dist/markdown-39c3822b.js.map +0 -1
  122. package/dist/nodes/EmbedNode.d.ts +0 -27
  123. package/dist/nodes/ImageNode.d.ts +0 -48
  124. package/dist/nodes/MentionNode.d.ts +0 -76
  125. package/dist/pages/ConfigurableEditor/ConfigurableEditor.d.ts +0 -14
  126. package/dist/pages/ConfigurableEditor/index.d.ts +0 -2
  127. package/dist/pages/NotFound.d.ts +0 -2
  128. package/dist/pages/RichTextEditor.d.ts +0 -6
  129. package/dist/pages/TextareaEditor.d.ts +0 -6
  130. package/dist/pages/styles.d.ts +0 -5
  131. package/dist/plugins/AIChatPlugin.d.ts +0 -6
  132. package/dist/plugins/CodeHighlightPlugin.d.ts +0 -4
  133. package/dist/plugins/DragDropPastePlugin/index.d.ts +0 -8
  134. package/dist/plugins/EmbedPreviewPlugin/FloatingEmbedMenuPlugin.d.ts +0 -4
  135. package/dist/plugins/EmbedPreviewPlugin/index.d.ts +0 -7
  136. package/dist/plugins/FilePlugin.d.ts +0 -8
  137. package/dist/plugins/FloatingLinkEditorPlugin/index.d.ts +0 -7
  138. package/dist/plugins/FloatingTextFormatToolbarPlugin/index.d.ts +0 -25
  139. package/dist/plugins/HtmlCodeViewPlugin/index.d.ts +0 -2
  140. package/dist/plugins/ImagePlugin.d.ts +0 -10
  141. package/dist/plugins/LinkPlugin/index.d.ts +0 -7
  142. package/dist/plugins/LocalStoragePlugin.d.ts +0 -9
  143. package/dist/plugins/MentionsPlugin/index.d.ts +0 -8
  144. package/dist/plugins/RichTextPastePlugin/index.d.ts +0 -1
  145. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasDialog.d.ts +0 -7
  146. package/dist/plugins/SignatureCanvasPlugin/SignatureCanvasPlugin.d.ts +0 -3
  147. package/dist/plugins/SignatureCanvasPlugin/index.d.ts +0 -2
  148. package/dist/plugins/TableActionMenuPlugin/index.d.ts +0 -7
  149. package/dist/plugins/TableCellResizer/index.d.ts +0 -3
  150. package/dist/plugins/TableHoverActionsPlugin/index.d.ts +0 -11
  151. package/dist/plugins/TablePlugin.d.ts +0 -1
  152. package/dist/plugins/TreeViewPlugin.d.ts +0 -4
  153. package/dist/postcss-bbcc713e.js +0 -5152
  154. package/dist/postcss-bbcc713e.js.map +0 -1
  155. package/dist/standalone-36ad3877.js +0 -2601
  156. package/dist/standalone-36ad3877.js.map +0 -1
  157. package/dist/styles/PlaygroundEditorTheme.d.ts +0 -4
  158. package/dist/types.d.ts +0 -131
  159. package/dist/typescript-39d06710.js +0 -13534
  160. package/dist/typescript-39d06710.js.map +0 -1
  161. package/dist/ui/ColorPicker.d.ts +0 -14
  162. package/dist/ui/Icons.d.ts +0 -34
  163. package/dist/ui/TextInput.d.ts +0 -12
  164. package/dist/utils/debounce.d.ts +0 -7
  165. package/dist/utils/getDOMRangeRect.d.ts +0 -13
  166. package/dist/utils/getSelectedNode.d.ts +0 -4
  167. package/dist/utils/helper.d.ts +0 -3
  168. package/dist/utils/index.d.ts +0 -6
  169. package/dist/utils/invarient.d.ts +0 -1
  170. package/dist/utils/setFloatingElemPosition.d.ts +0 -8
  171. package/dist/utils/setFloatingElemPositionForLinkEditor.d.ts +0 -1
  172. package/dist/utils/url.d.ts +0 -9
@@ -0,0 +1,21 @@
1
+ var eh=Object.defineProperty;var th=(e,n,o)=>n in e?eh(e,n,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[n]=o;var Xu=(e,n,o)=>(th(e,typeof n!="symbol"?n+"":n,o),o);var Em=Object.defineProperty,Pm=e=>{throw TypeError(e)},_h=(e,n,o)=>n in e?Em(e,n,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[n]=o,Nm=(e,n)=>{for(var o in n)Em(e,o,{get:n[o],enumerable:!0})},Oo=(e,n,o)=>_h(e,typeof n!="symbol"?n+"":n,o),nh=(e,n,o)=>n.has(e)||Pm("Cannot "+o),rh=(e,n,o)=>n.has(e)?Pm("Cannot add the same private member more than once"):n instanceof WeakSet?n.add(e):n.set(e,o),be=(e,n,o)=>(nh(e,n,"access private method"),o),Im={};Nm(Im,{parsers:()=>Fm});var Fm={};Nm(Fm,{typescript:()=>X3});var ah=()=>()=>{},jm=ah,oh=(e,n,o,c)=>{if(!(e&&n==null))return n.replaceAll?n.replaceAll(o,c):o.global?n.replace(o,c):n.split(o).join(c)},Ea=oh,ih="5.7",Ct=[],sh=new Map;function Xo(e){return e!==void 0?e.length:0}function J_(e,n){if(e!==void 0)for(let o=0;o<e.length;o++){let c=n(e[o],o);if(c)return c}}function lh(e,n){if(e!==void 0)for(let o=0;o<e.length;o++){let c=n(e[o],o);if(c!==void 0)return c}}function fd(e,n,o){let c=[];q.assertEqual(e.length,n.length);for(let h=0;h<e.length;h++)c.push(o(e[h],n[h],h));return c}function Ep(e,n){if(e!==void 0){for(let o=0;o<e.length;o++)if(!n(e[o],o))return!1}return!0}function Jm(e,n,o){if(e!==void 0)for(let c=o??0;c<e.length;c++){let h=e[c];if(n(h,c))return h}}function Wu(e,n,o){if(e===void 0)return-1;for(let c=o??0;c<e.length;c++)if(n(e[c],c))return c;return-1}function ch(e,n,o=Ip){if(e!==void 0){for(let c=0;c<e.length;c++)if(o(e[c],n))return!0}return!1}function zn(e,n){if(e!==void 0){let o=e.length,c=0;for(;c<o&&n(e[c]);)c++;if(c<o){let h=e.slice(0,c);for(c++;c<o;){let b=e[c];n(b)&&h.push(b),c++}return h}}return e}function op(e,n){let o;if(e!==void 0){o=[];for(let c=0;c<e.length;c++)o.push(n(e[c],c))}return o}function Mm(e){let n=[];for(let o=0;o<e.length;o++){let c=e[o];c&&(Kn(c)?k_(n,c):n.push(c))}return n}function Om(e,n){let o;if(e!==void 0)for(let c=0;c<e.length;c++){let h=n(e[c],c);h&&(Kn(h)?o=k_(o,h):o=T_(o,h))}return o??Ct}function uh(e,n){let o;if(e!==void 0)for(let c=0;c<e.length;c++){let h=e[c],b=n(h,c);(o||h!==b||Kn(b))&&(o||(o=e.slice(0,c)),Kn(b)?k_(o,b):o.push(b))}return o??e}function ph(e,n){let o=[];if(e!==void 0)for(let c=0;c<e.length;c++){let h=n(e[c],c);h!==void 0&&o.push(h)}return o}function Xt(e,n){if(e!==void 0)if(n!==void 0){for(let o=0;o<e.length;o++)if(n(e[o]))return!0}else return e.length>0;return!1}function Pp(e,n){return n===void 0||n.length===0?e:e===void 0||e.length===0?n:[...e,...n]}function dh(e,n,o=Ip){if(e===void 0||n===void 0)return e===n;if(e.length!==n.length)return!1;for(let c=0;c<e.length;c++)if(!o(e[c],n[c],c))return!1;return!0}function T_(e,n){return n===void 0?e:e===void 0?[n]:(e.push(n),e)}function hd(e,n){return n<0?e.length+n:n}function k_(e,n,o,c){if(n===void 0||n.length===0)return e;if(e===void 0)return n.slice(o,c);o=o===void 0?0:hd(n,o),c=c===void 0?n.length:hd(n,c);for(let h=o;h<c&&h<n.length;h++)n[h]!==void 0&&e.push(n[h]);return e}function mh(e,n,o){return ch(e,n,o)?!1:(e.push(n),!0)}function fh(e,n,o){return e!==void 0?(mh(e,n,o),e):[n]}function hh(e,n){return e.length===0?Ct:e.slice().sort(n)}function Np(e){return e===void 0||e.length===0?void 0:e[0]}function Rr(e){return e===void 0||e.length===0?void 0:e[e.length-1]}function yh(e){return q.assert(e.length!==0),e[e.length-1]}function gh(e){return e!==void 0&&e.length===1?e[0]:void 0}function bh(e,n,o,c,h){return vh(e,o(n),o,c,h)}function vh(e,n,o,c,h){if(!Xt(e))return-1;let b=h??0,P=e.length-1;for(;b<=P;){let N=b+(P-b>>1),l=o(e[N],N);switch(c(l,n)){case-1:b=N+1;break;case 0:return N;case 1:P=N-1;break}}return~b}function xh(e,n,o,c,h){if(e&&e.length>0){let b=e.length;if(b>0){let P=c===void 0||c<0?0:c,N=h===void 0||P+h>b-1?b-1:P+h,l;for(arguments.length<=2?(l=e[P],P++):l=o;P<=N;)l=n(l,e[P],P),P++;return l}}return o}var Lm=Object.prototype.hasOwnProperty;function Sn(e,n){return Lm.call(e,n)}function wh(e){let n=[];for(let o in e)Lm.call(e,o)&&n.push(o);return n}function Th(){let e=new Map;return e.add=Sh,e.remove=kh,e}function Sh(e,n){let o=this.get(e);return o!==void 0?o.push(n):this.set(e,o=[n]),o}function kh(e,n){let o=this.get(e);o!==void 0&&(jh(o,n),o.length||this.delete(e))}function Kn(e){return Array.isArray(e)}function Gu(e){return Kn(e)?e:[e]}function Ch(e,n){return e!==void 0&&n(e)?e:void 0}function xn(e,n){return e!==void 0&&n(e)?e:q.fail(`Invalid cast. The supplied value ${e} did not pass the test '${q.getFunctionName(n)}'.`)}function $l(e){}function Ah(){return!0}function gt(e){return e}function yd(e){let n;return()=>(e&&(n=e(),e=void 0),n)}function V_(e){let n=new Map;return o=>{let c=`${typeof o}:${o}`,h=n.get(c);return h===void 0&&!n.has(c)&&(h=e(o),n.set(c,h)),h}}function Ip(e,n){return e===n}function Fp(e,n){return e===n||e!==void 0&&n!==void 0&&e.toUpperCase()===n.toUpperCase()}function Dh(e,n){return Ip(e,n)}function Eh(e,n){return e===n?0:e===void 0?-1:n===void 0?1:e<n?-1:1}function Rm(e,n){return Eh(e,n)}function Ph(e,n,o){for(let c=0;c<e.length;c++)n=Math.max(n,o(e[c]));return n}function Wo(e,n,o){let c=Math.max(2,Math.floor(e.length*.34)),h=Math.floor(e.length*.4)+1,b;for(let P of n){let N=o(P);if(N!==void 0&&Math.abs(N.length-e.length)<=c){if(N===e||N.length<3&&N.toLowerCase()!==e.toLowerCase())continue;let l=Nh(e,N,h-.1);if(l===void 0)continue;q.assert(l<h),h=l,b=P}}return b}function Nh(e,n,o){let c=new Array(n.length+1),h=new Array(n.length+1),b=o+.01;for(let N=0;N<=n.length;N++)c[N]=N;for(let N=1;N<=e.length;N++){let l=e.charCodeAt(N-1),Y=Math.ceil(N>o?N-o:1),p=Math.floor(n.length>o+N?o+N:n.length);h[0]=N;let k=N;for(let S=1;S<Y;S++)h[S]=b;for(let S=Y;S<=p;S++){let M=e[N-1].toLowerCase()===n[S-1].toLowerCase()?c[S-1]+.1:c[S-1]+2,ae=l===n.charCodeAt(S-1)?c[S-1]:Math.min(c[S]+1,h[S-1]+1,M);h[S]=ae,k=Math.min(k,ae)}for(let S=p+1;S<=n.length;S++)h[S]=b;if(k>o)return;let v=c;c=h,h=v}let P=c[n.length];return P>o?void 0:P}function Ih(e,n,o){let c=e.length-n.length;return c>=0&&(o?Fp(e.slice(c),n):e.indexOf(n,c)===c)}function Fh(e,n){e[n]=e[e.length-1],e.pop()}function jh(e,n){return Jh(e,o=>o===n)}function Jh(e,n){for(let o=0;o<e.length;o++)if(n(e[o]))return Fh(e,o),!0;return!1}function Ql(e,n,o){return o?Fp(e.slice(0,n.length),n):e.lastIndexOf(n,0)===0}function ip(e){return e===void 0?void 0:[e]}var q;(e=>{let n=0;e.currentLogLevel=2,e.isDebugging=!1;function o(O){return e.currentLogLevel<=O}e.shouldLog=o;function c(O,ie){e.loggingHost&&o(O)&&e.loggingHost.log(O,ie)}function h(O){c(3,O)}e.log=h,(O=>{function ie(Qe){c(1,Qe)}O.error=ie;function me(Qe){c(2,Qe)}O.warn=me;function we(Qe){c(3,Qe)}O.log=we;function $e(Qe){c(4,Qe)}O.trace=$e})(h=e.log||(e.log={}));let b={};function P(){return n}e.getAssertionLevel=P;function N(O){let ie=n;if(n=O,O>ie)for(let me of wh(b)){let we=b[me];we!==void 0&&e[me]!==we.assertion&&O>=we.level&&(e[me]=we,b[me]=void 0)}}e.setAssertionLevel=N;function l(O){return n>=O}e.shouldAssert=l;function Y(O,ie){return l(O)?!0:(b[ie]={level:O,assertion:e[ie]},e[ie]=$l,!1)}function p(O,ie){debugger;let me=new Error(O?`Debug Failure. ${O}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(me,ie||p),me}e.fail=p;function k(O,ie,me){return p(`${ie||"Unexpected node."}\r
2
+ Node ${It(O.kind)} was unexpected.`,me||k)}e.failBadSyntaxKind=k;function v(O,ie,me,we){O||(ie=ie?`False expression: ${ie}`:"False expression.",me&&(ie+=`\r
3
+ Verbose Debug Information: `+(typeof me=="string"?me:me())),p(ie,we||v))}e.assert=v;function S(O,ie,me,we,$e){if(O!==ie){let Qe=me?we?`${me} ${we}`:me:"";p(`Expected ${O} === ${ie}. ${Qe}`,$e||S)}}e.assertEqual=S;function M(O,ie,me,we){O>=ie&&p(`Expected ${O} < ${ie}. ${me||""}`,we||M)}e.assertLessThan=M;function ae(O,ie,me){O>ie&&p(`Expected ${O} <= ${ie}`,me||ae)}e.assertLessThanOrEqual=ae;function xe(O,ie,me){O<ie&&p(`Expected ${O} >= ${ie}`,me||xe)}e.assertGreaterThanOrEqual=xe;function he(O,ie,me){O==null&&p(ie,me||he)}e.assertIsDefined=he;function fe(O,ie,me){return he(O,ie,me||fe),O}e.checkDefined=fe;function j(O,ie,me){for(let we of O)he(we,ie,me||j)}e.assertEachIsDefined=j;function oe(O,ie,me){return j(O,ie,me||oe),O}e.checkEachDefined=oe;function Ie(O,ie="Illegal value:",me){let we=typeof O=="object"&&Sn(O,"kind")&&Sn(O,"pos")?"SyntaxKind: "+It(O.kind):JSON.stringify(O);return p(`${ie} ${we}`,me||Ie)}e.assertNever=Ie;function X(O,ie,me,we){Y(1,"assertEachNode")&&v(ie===void 0||Ep(O,ie),me||"Unexpected node.",()=>`Node array did not pass test '${f_(ie)}'.`,we||X)}e.assertEachNode=X;function le(O,ie,me,we){Y(1,"assertNode")&&v(O!==void 0&&(ie===void 0||ie(O)),me||"Unexpected node.",()=>`Node ${It(O==null?void 0:O.kind)} did not pass test '${f_(ie)}'.`,we||le)}e.assertNode=le;function V(O,ie,me,we){Y(1,"assertNotNode")&&v(O===void 0||ie===void 0||!ie(O),me||"Unexpected node.",()=>`Node ${It(O.kind)} should not have passed test '${f_(ie)}'.`,we||V)}e.assertNotNode=V;function dt(O,ie,me,we){Y(1,"assertOptionalNode")&&v(ie===void 0||O===void 0||ie(O),me||"Unexpected node.",()=>`Node ${It(O==null?void 0:O.kind)} did not pass test '${f_(ie)}'.`,we||dt)}e.assertOptionalNode=dt;function $_(O,ie,me,we){Y(1,"assertOptionalToken")&&v(ie===void 0||O===void 0||O.kind===ie,me||"Unexpected node.",()=>`Node ${It(O==null?void 0:O.kind)} was not a '${It(ie)}' token.`,we||$_)}e.assertOptionalToken=$_;function m_(O,ie,me){Y(1,"assertMissingNode")&&v(O===void 0,ie||"Unexpected node.",()=>`Node ${It(O.kind)} was unexpected'.`,me||m_)}e.assertMissingNode=m_;function Q_(O){}e.type=Q_;function f_(O){if(typeof O!="function")return"";if(Sn(O,"name"))return O.name;{let ie=Function.prototype.toString.call(O),me=/^function\s+([\w$]+)\s*\(/.exec(ie);return me?me[1]:""}}e.getFunctionName=f_;function A_(O){return`{ name: ${_i(O.escapedName)}; flags: ${st(O.flags)}; declarations: ${op(O.declarations,ie=>It(ie.kind))} }`}e.formatSymbol=A_;function ze(O=0,ie,me){let we=Cn(ie);if(O===0)return we.length>0&&we[0][0]===0?we[0][1]:"0";if(me){let $e=[],Qe=O;for(let[at,Dt]of we){if(at>O)break;at!==0&&at&O&&($e.push(Dt),Qe&=~at)}if(Qe===0)return $e.join("|")}else for(let[$e,Qe]of we)if($e===O)return Qe;return O.toString()}e.formatEnum=ze;let Y_=new Map;function Cn(O){let ie=Y_.get(O);if(ie)return ie;let me=[];for(let $e in O){let Qe=O[$e];typeof Qe=="number"&&me.push([Qe,$e])}let we=hh(me,($e,Qe)=>Rm($e[0],Qe[0]));return Y_.set(O,we),we}function It(O){return ze(O,je,!1)}e.formatSyntaxKind=It;function M_(O){return ze(O,Vm,!1)}e.formatSnippetKind=M_;function D_(O){return ze(O,Bn,!1)}e.formatScriptKind=D_;function Ft(O){return ze(O,j_,!0)}e.formatNodeFlags=Ft;function bt(O){return ze(O,zm,!0)}e.formatNodeCheckFlags=bt;function He(O){return ze(O,qm,!0)}e.formatModifierFlags=He;function O_(O){return ze(O,Gm,!0)}e.formatTransformFlags=O_;function Wt(O){return ze(O,Hm,!0)}e.formatEmitFlags=Wt;function st(O){return ze(O,Bm,!0)}e.formatSymbolFlags=st;function rt(O){return ze(O,r_,!0)}e.formatTypeFlags=rt;function Ot(O){return ze(O,Xm,!0)}e.formatSignatureFlags=Ot;function jt(O){return ze(O,Km,!0)}e.formatObjectFlags=jt;function lt(O){return ze(O,sp,!0)}e.formatFlowFlags=lt;function Z_(O){return ze(O,Um,!0)}e.formatRelationComparisonResult=Z_;function mt(O){return ze(O,CheckMode,!0)}e.formatCheckMode=mt;function h_(O){return ze(O,SignatureCheckMode,!0)}e.formatSignatureCheckMode=h_;function ht(O){return ze(O,TypeFacts,!0)}e.formatTypeFacts=ht;let a_=!1,_t;function Lt(O){"__debugFlowFlags"in O||Object.defineProperties(O,{__tsDebuggerDisplay:{value(){let ie=this.flags&2?"FlowStart":this.flags&4?"FlowBranchLabel":this.flags&8?"FlowLoopLabel":this.flags&16?"FlowAssignment":this.flags&32?"FlowTrueCondition":this.flags&64?"FlowFalseCondition":this.flags&128?"FlowSwitchClause":this.flags&256?"FlowArrayMutation":this.flags&512?"FlowCall":this.flags&1024?"FlowReduceLabel":this.flags&1?"FlowUnreachable":"UnknownFlow",me=this.flags&-2048;return`${ie}${me?` (${lt(me)})`:""}`}},__debugFlowFlags:{get(){return ze(this.flags,sp,!0)}},__debugToString:{value(){return un(this)}}})}function e_(O){return a_&&(typeof Object.setPrototypeOf=="function"?(_t||(_t=Object.create(Object.prototype),Lt(_t)),Object.setPrototypeOf(O,_t)):Lt(O)),O}e.attachFlowNodeDebugInfo=e_;let en;function ln(O){"__tsDebuggerDisplay"in O||Object.defineProperties(O,{__tsDebuggerDisplay:{value(ie){return ie=String(ie).replace(/(?:,[\s\w]+:[^,]+)+\]$/,"]"),`NodeArray ${ie}`}}})}function cn(O){a_&&(typeof Object.setPrototypeOf=="function"?(en||(en=Object.create(Array.prototype),ln(en)),Object.setPrototypeOf(O,en)):ln(O))}e.attachNodeArrayDebugInfo=cn;function L_(){if(a_)return;let O=new WeakMap,ie=new WeakMap;Object.defineProperties(kt.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){let we=this.flags&33554432?"TransientSymbol":"Symbol",$e=this.flags&-33554433;return`${we} '${up(this)}'${$e?` (${st($e)})`:""}`}},__debugFlags:{get(){return st(this.flags)}}}),Object.defineProperties(kt.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){let we=this.flags&67359327?`IntrinsicType ${this.intrinsicName}${this.debugIntrinsicName?` (${this.debugIntrinsicName})`:""}`:this.flags&98304?"NullableType":this.flags&384?`LiteralType ${JSON.stringify(this.value)}`:this.flags&2048?`LiteralType ${this.value.negative?"-":""}${this.value.base10Value}n`:this.flags&8192?"UniqueESSymbolType":this.flags&32?"EnumType":this.flags&1048576?"UnionType":this.flags&2097152?"IntersectionType":this.flags&4194304?"IndexType":this.flags&8388608?"IndexedAccessType":this.flags&16777216?"ConditionalType":this.flags&33554432?"SubstitutionType":this.flags&262144?"TypeParameter":this.flags&524288?this.objectFlags&3?"InterfaceType":this.objectFlags&4?"TypeReference":this.objectFlags&8?"TupleType":this.objectFlags&16?"AnonymousType":this.objectFlags&32?"MappedType":this.objectFlags&1024?"ReverseMappedType":this.objectFlags&256?"EvolvingArrayType":"ObjectType":"Type",$e=this.flags&524288?this.objectFlags&-1344:0;return`${we}${this.symbol?` '${up(this.symbol)}'`:""}${$e?` (${jt($e)})`:""}`}},__debugFlags:{get(){return rt(this.flags)}},__debugObjectFlags:{get(){return this.flags&524288?jt(this.objectFlags):""}},__debugTypeToString:{value(){let we=O.get(this);return we===void 0&&(we=this.checker.typeToString(this),O.set(this,we)),we}}}),Object.defineProperties(kt.getSignatureConstructor().prototype,{__debugFlags:{get(){return Ot(this.flags)}},__debugSignatureToString:{value(){var we;return(we=this.checker)==null?void 0:we.signatureToString(this)}}});let me=[kt.getNodeConstructor(),kt.getIdentifierConstructor(),kt.getTokenConstructor(),kt.getSourceFileConstructor()];for(let we of me)Sn(we.prototype,"__debugKind")||Object.defineProperties(we.prototype,{__tsDebuggerDisplay:{value(){return`${Na(this)?"GeneratedIdentifier":tt(this)?`Identifier '${C_(this)}'`:Xr(this)?`PrivateIdentifier '${C_(this)}'`:uc(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:Ma(this)?`NumericLiteral ${this.text}`:X2(this)?`BigIntLiteral ${this.text}n`:Bf(this)?"TypeParameterDeclaration":rc(this)?"ParameterDeclaration":zf(this)?"ConstructorDeclaration":gp(this)?"GetAccessorDeclaration":oc(this)?"SetAccessorDeclaration":Z2(this)?"CallSignatureDeclaration":eg(this)?"ConstructSignatureDeclaration":Kf(this)?"IndexSignatureDeclaration":tg(this)?"TypePredicateNode":Xf(this)?"TypeReferenceNode":Wf(this)?"FunctionTypeNode":Gf(this)?"ConstructorTypeNode":_g(this)?"TypeQueryNode":ng(this)?"TypeLiteralNode":rg(this)?"ArrayTypeNode":ag(this)?"TupleTypeNode":ig(this)?"OptionalTypeNode":sg(this)?"RestTypeNode":lg(this)?"UnionTypeNode":cg(this)?"IntersectionTypeNode":ug(this)?"ConditionalTypeNode":pg(this)?"InferTypeNode":dg(this)?"ParenthesizedTypeNode":mg(this)?"ThisTypeNode":fg(this)?"TypeOperatorNode":hg(this)?"IndexedAccessTypeNode":yg(this)?"MappedTypeNode":gg(this)?"LiteralTypeNode":og(this)?"NamedTupleMember":bg(this)?"ImportTypeNode":It(this.kind)}${this.flags?` (${Ft(this.flags)})`:""}`}},__debugKind:{get(){return It(this.kind)}},__debugNodeFlags:{get(){return Ft(this.flags)}},__debugModifierFlags:{get(){return He(a2(this))}},__debugTransformFlags:{get(){return O_(this.transformFlags)}},__debugIsParseTreeNode:{get(){return tc(this)}},__debugEmitFlags:{get(){return Wt(ja(this))}},__debugGetText:{value($e){if(ka(this))return"";let Qe=ie.get(this);if(Qe===void 0){let at=w0(this),Dt=at&&lr(at);Qe=Dt?Nd(Dt,at,$e):"",ie.set(this,Qe)}return Qe}}});a_=!0}e.enableDebugInfo=L_;function R_(O){let ie=O&7,me=ie===0?"in out":ie===3?"[bivariant]":ie===2?"in":ie===1?"out":ie===4?"[independent]":"";return O&8?me+=" (unmeasurable)":O&16&&(me+=" (unreliable)"),me}e.formatVariance=R_;class An{__debugToString(){var ie;switch(this.kind){case 3:return((ie=this.debugInfo)==null?void 0:ie.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return fd(this.sources,this.targets||op(this.sources,()=>"any"),(me,we)=>`${me.__debugTypeToString()} -> ${typeof we=="string"?we:we.__debugTypeToString()}`).join(", ");case 2:return fd(this.sources,this.targets,(me,we)=>`${me.__debugTypeToString()} -> ${we().__debugTypeToString()}`).join(", ");case 5:case 4:return`m1: ${this.mapper1.__debugToString().split(`
4
+ `).join(`
5
+ `)}
6
+ m2: ${this.mapper2.__debugToString().split(`
7
+ `).join(`
8
+ `)}`;default:return Ie(this)}}}e.DebugTypeMapper=An;function q_(O){return e.isDebugging?Object.setPrototypeOf(O,An.prototype):O}e.attachDebugPrototypeIfDebug=q_;function Ee(O){return console.log(un(O))}e.printControlFlowGraph=Ee;function un(O){let ie=-1;function me(F){return F.id||(F.id=ie,ie--),F.id}let we;(F=>{F.lr="─",F.ud="│",F.dr="╭",F.dl="╮",F.ul="╯",F.ur="╰",F.udr="├",F.udl="┤",F.dlr="┬",F.ulr="┴",F.udlr="╫"})(we||(we={}));let $e;(F=>{F[F.None=0]="None",F[F.Up=1]="Up",F[F.Down=2]="Down",F[F.Left=4]="Left",F[F.Right=8]="Right",F[F.UpDown=3]="UpDown",F[F.LeftRight=12]="LeftRight",F[F.UpLeft=5]="UpLeft",F[F.UpRight=9]="UpRight",F[F.DownLeft=6]="DownLeft",F[F.DownRight=10]="DownRight",F[F.UpDownLeft=7]="UpDownLeft",F[F.UpDownRight=11]="UpDownRight",F[F.UpLeftRight=13]="UpLeftRight",F[F.DownLeftRight=14]="DownLeftRight",F[F.UpDownLeftRight=15]="UpDownLeftRight",F[F.NoChildren=16]="NoChildren"})($e||($e={}));let Qe=2032,at=882,Dt=Object.create(null),vt=[],ot=Te(O,new Set);for(let F of vt)F.text=E_(F.flowNode,F.circular),ke(F);let Xn=ge(ot),y_=Be(Xn);return Ye(ot,0),nt();function Dn(F){return!!(F.flags&128)}function U_(F){return!!(F.flags&12)&&!!F.antecedent}function dr(F){return!!(F.flags&Qe)}function R(F){return!!(F.flags&at)}function Q(F){let d=[];for(let Le of F.edges)Le.source===F&&d.push(Le.target);return d}function ee(F){let d=[];for(let Le of F.edges)Le.target===F&&d.push(Le.source);return d}function Te(F,d){let Le=me(F),Ve=Dt[Le];if(Ve&&d.has(F))return Ve.circular=!0,Ve={id:-1,flowNode:F,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:"circularity"},vt.push(Ve),Ve;if(d.add(F),!Ve)if(Dt[Le]=Ve={id:Le,flowNode:F,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:!1},vt.push(Ve),U_(F))for(let B of F.antecedent)Se(Ve,B,d);else dr(F)&&Se(Ve,F.antecedent,d);return d.delete(F),Ve}function Se(F,d,Le){let Ve=Te(d,Le),B={source:F,target:Ve};F.edges.push(B),Ve.edges.push(B)}function ke(F){if(F.level!==-1)return F.level;let d=0;for(let Le of ee(F))d=Math.max(d,ke(Le)+1);return F.level=d}function ge(F){let d=0;for(let Le of Q(F))d=Math.max(d,ge(Le));return d+1}function Be(F){let d=pn(Array(F),0);for(let Le of vt)d[Le.level]=Math.max(d[Le.level],Le.text.length);return d}function Ye(F,d){if(F.lane===-1){F.lane=d,F.endLane=d;let Le=Q(F);for(let Ve=0;Ve<Le.length;Ve++){Ve>0&&d++;let B=Le[Ve];Ye(B,d),B.endLane>F.endLane&&(d=B.endLane)}F.endLane=d}}function Xe(F){if(F&2)return"Start";if(F&4)return"Branch";if(F&8)return"Loop";if(F&16)return"Assignment";if(F&32)return"True";if(F&64)return"False";if(F&128)return"SwitchClause";if(F&256)return"ArrayMutation";if(F&512)return"Call";if(F&1024)return"ReduceLabel";if(F&1)return"Unreachable";throw new Error}function Ae(F){let d=lr(F);return Nd(d,F,!1)}function E_(F,d){let Le=Xe(F.flags);if(d&&(Le=`${Le}#${me(F)}`),Dn(F)){let Ve=[],{switchStatement:B,clauseStart:Ze,clauseEnd:Ke}=F.node;for(let We=Ze;We<Ke;We++){let Et=B.caseBlock.clauses[We];Mg(Et)?Ve.push("default"):Ve.push(Ae(Et.expression))}Le+=` (${Ve.join(", ")})`}else R(F)&&F.node&&(Le+=` (${Ae(F.node)})`);return d==="circularity"?`Circular(${Le})`:Le}function nt(){let F=y_.length,d=Ph(vt,0,Ke=>Ke.lane)+1,Le=pn(Array(d),""),Ve=y_.map(()=>Array(d)),B=y_.map(()=>pn(Array(d),0));for(let Ke of vt){Ve[Ke.level][Ke.lane]=Ke;let We=Q(Ke);for(let yt=0;yt<We.length;yt++){let Pt=We[yt],Gt=8;Pt.lane===Ke.lane&&(Gt|=4),yt>0&&(Gt|=1),yt<We.length-1&&(Gt|=2),B[Ke.level][Pt.lane]|=Gt}We.length===0&&(B[Ke.level][Ke.lane]|=16);let Et=ee(Ke);for(let yt=0;yt<Et.length;yt++){let Pt=Et[yt],Gt=4;yt>0&&(Gt|=1),yt<Et.length-1&&(Gt|=2),B[Ke.level-1][Pt.lane]|=Gt}}for(let Ke=0;Ke<F;Ke++)for(let We=0;We<d;We++){let Et=Ke>0?B[Ke-1][We]:0,yt=We>0?B[Ke][We-1]:0,Pt=B[Ke][We];Pt||(Et&8&&(Pt|=12),yt&2&&(Pt|=3),B[Ke][We]=Pt)}for(let Ke=0;Ke<F;Ke++)for(let We=0;We<Le.length;We++){let Et=B[Ke][We],yt=Et&4?"─":" ",Pt=Ve[Ke][We];Pt?(Ze(We,Pt.text),Ke<F-1&&(Ze(We," "),Ze(We,J(yt,y_[Ke]-Pt.text.length)))):Ke<F-1&&Ze(We,J(yt,y_[Ke]+1)),Ze(We,o_(Et)),Ze(We,Et&8&&Ke<F-1&&!Ve[Ke+1][We]?"─":" ")}return`
9
+ ${Le.join(`
10
+ `)}
11
+ `;function Ze(Ke,We){Le[Ke]+=We}}function o_(F){switch(F){case 3:return"│";case 12:return"─";case 5:return"╯";case 9:return"╰";case 6:return"╮";case 10:return"╭";case 7:return"┤";case 11:return"├";case 13:return"┴";case 14:return"┬";case 15:return"╫"}return" "}function pn(F,d){if(F.fill)F.fill(d);else for(let Le=0;Le<F.length;Le++)F[Le]=d;return F}function J(F,d){if(F.repeat)return d>0?F.repeat(d):"";let Le="";for(;Le.length<d;)Le+=F;return Le}}e.formatControlFlowGraph=un})(q||(q={}));var Kl,je=(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.SourceFile=307]="SourceFile",e[e.Bundle=308]="Bundle",e[e.JSDocTypeExpression=309]="JSDocTypeExpression",e[e.JSDocNameReference=310]="JSDocNameReference",e[e.JSDocMemberName=311]="JSDocMemberName",e[e.JSDocAllType=312]="JSDocAllType",e[e.JSDocUnknownType=313]="JSDocUnknownType",e[e.JSDocNullableType=314]="JSDocNullableType",e[e.JSDocNonNullableType=315]="JSDocNonNullableType",e[e.JSDocOptionalType=316]="JSDocOptionalType",e[e.JSDocFunctionType=317]="JSDocFunctionType",e[e.JSDocVariadicType=318]="JSDocVariadicType",e[e.JSDocNamepathType=319]="JSDocNamepathType",e[e.JSDoc=320]="JSDoc",e[e.JSDocComment=320]="JSDocComment",e[e.JSDocText=321]="JSDocText",e[e.JSDocTypeLiteral=322]="JSDocTypeLiteral",e[e.JSDocSignature=323]="JSDocSignature",e[e.JSDocLink=324]="JSDocLink",e[e.JSDocLinkCode=325]="JSDocLinkCode",e[e.JSDocLinkPlain=326]="JSDocLinkPlain",e[e.JSDocTag=327]="JSDocTag",e[e.JSDocAugmentsTag=328]="JSDocAugmentsTag",e[e.JSDocImplementsTag=329]="JSDocImplementsTag",e[e.JSDocAuthorTag=330]="JSDocAuthorTag",e[e.JSDocDeprecatedTag=331]="JSDocDeprecatedTag",e[e.JSDocClassTag=332]="JSDocClassTag",e[e.JSDocPublicTag=333]="JSDocPublicTag",e[e.JSDocPrivateTag=334]="JSDocPrivateTag",e[e.JSDocProtectedTag=335]="JSDocProtectedTag",e[e.JSDocReadonlyTag=336]="JSDocReadonlyTag",e[e.JSDocOverrideTag=337]="JSDocOverrideTag",e[e.JSDocCallbackTag=338]="JSDocCallbackTag",e[e.JSDocOverloadTag=339]="JSDocOverloadTag",e[e.JSDocEnumTag=340]="JSDocEnumTag",e[e.JSDocParameterTag=341]="JSDocParameterTag",e[e.JSDocReturnTag=342]="JSDocReturnTag",e[e.JSDocThisTag=343]="JSDocThisTag",e[e.JSDocTypeTag=344]="JSDocTypeTag",e[e.JSDocTemplateTag=345]="JSDocTemplateTag",e[e.JSDocTypedefTag=346]="JSDocTypedefTag",e[e.JSDocSeeTag=347]="JSDocSeeTag",e[e.JSDocPropertyTag=348]="JSDocPropertyTag",e[e.JSDocThrowsTag=349]="JSDocThrowsTag",e[e.JSDocSatisfiesTag=350]="JSDocSatisfiesTag",e[e.JSDocImportTag=351]="JSDocImportTag",e[e.SyntaxList=352]="SyntaxList",e[e.NotEmittedStatement=353]="NotEmittedStatement",e[e.NotEmittedTypeElement=354]="NotEmittedTypeElement",e[e.PartiallyEmittedExpression=355]="PartiallyEmittedExpression",e[e.CommaListExpression=356]="CommaListExpression",e[e.SyntheticReferenceExpression=357]="SyntheticReferenceExpression",e[e.Count=358]="Count",e[e.FirstAssignment=64]="FirstAssignment",e[e.LastAssignment=79]="LastAssignment",e[e.FirstCompoundAssignment=65]="FirstCompoundAssignment",e[e.LastCompoundAssignment=79]="LastCompoundAssignment",e[e.FirstReservedWord=83]="FirstReservedWord",e[e.LastReservedWord=118]="LastReservedWord",e[e.FirstKeyword=83]="FirstKeyword",e[e.LastKeyword=165]="LastKeyword",e[e.FirstFutureReservedWord=119]="FirstFutureReservedWord",e[e.LastFutureReservedWord=127]="LastFutureReservedWord",e[e.FirstTypeNode=182]="FirstTypeNode",e[e.LastTypeNode=205]="LastTypeNode",e[e.FirstPunctuation=19]="FirstPunctuation",e[e.LastPunctuation=79]="LastPunctuation",e[e.FirstToken=0]="FirstToken",e[e.LastToken=165]="LastToken",e[e.FirstTriviaToken=2]="FirstTriviaToken",e[e.LastTriviaToken=7]="LastTriviaToken",e[e.FirstLiteralToken=9]="FirstLiteralToken",e[e.LastLiteralToken=15]="LastLiteralToken",e[e.FirstTemplateToken=15]="FirstTemplateToken",e[e.LastTemplateToken=18]="LastTemplateToken",e[e.FirstBinaryOperator=30]="FirstBinaryOperator",e[e.LastBinaryOperator=79]="LastBinaryOperator",e[e.FirstStatement=243]="FirstStatement",e[e.LastStatement=259]="LastStatement",e[e.FirstNode=166]="FirstNode",e[e.FirstJSDocNode=309]="FirstJSDocNode",e[e.LastJSDocNode=351]="LastJSDocNode",e[e.FirstJSDocTagNode=327]="FirstJSDocTagNode",e[e.LastJSDocTagNode=351]="LastJSDocTagNode",e[e.FirstContextualKeyword=128]="FirstContextualKeyword",e[e.LastContextualKeyword=165]="LastContextualKeyword",e))(je||{}),j_=(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))(j_||{}),qm=(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))(qm||{}),Um=(e=>(e[e.None=0]="None",e[e.Succeeded=1]="Succeeded",e[e.Failed=2]="Failed",e[e.ReportsUnmeasurable=8]="ReportsUnmeasurable",e[e.ReportsUnreliable=16]="ReportsUnreliable",e[e.ReportsMask=24]="ReportsMask",e[e.ComplexityOverflow=32]="ComplexityOverflow",e[e.StackDepthOverflow=64]="StackDepthOverflow",e[e.Overflow=96]="Overflow",e))(Um||{}),sp=(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))(sp||{}),Bm=(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))(Bm||{}),zm=(e=>(e[e.None=0]="None",e[e.TypeChecked=1]="TypeChecked",e[e.LexicalThis=2]="LexicalThis",e[e.CaptureThis=4]="CaptureThis",e[e.CaptureNewTarget=8]="CaptureNewTarget",e[e.SuperInstance=16]="SuperInstance",e[e.SuperStatic=32]="SuperStatic",e[e.ContextChecked=64]="ContextChecked",e[e.MethodWithSuperPropertyAccessInAsync=128]="MethodWithSuperPropertyAccessInAsync",e[e.MethodWithSuperPropertyAssignmentInAsync=256]="MethodWithSuperPropertyAssignmentInAsync",e[e.CaptureArguments=512]="CaptureArguments",e[e.EnumValuesComputed=1024]="EnumValuesComputed",e[e.LexicalModuleMergesWithClass=2048]="LexicalModuleMergesWithClass",e[e.LoopWithCapturedBlockScopedBinding=4096]="LoopWithCapturedBlockScopedBinding",e[e.ContainsCapturedBlockScopeBinding=8192]="ContainsCapturedBlockScopeBinding",e[e.CapturedBlockScopedBinding=16384]="CapturedBlockScopedBinding",e[e.BlockScopedBindingInLoop=32768]="BlockScopedBindingInLoop",e[e.NeedsLoopOutParameter=65536]="NeedsLoopOutParameter",e[e.AssignmentsMarked=131072]="AssignmentsMarked",e[e.ContainsConstructorReference=262144]="ContainsConstructorReference",e[e.ConstructorReference=536870912]="ConstructorReference",e[e.ContainsClassWithPrivateIdentifiers=1048576]="ContainsClassWithPrivateIdentifiers",e[e.ContainsSuperPropertyInStaticInitializer=2097152]="ContainsSuperPropertyInStaticInitializer",e[e.InCheckIdentifier=4194304]="InCheckIdentifier",e[e.PartiallyTypeChecked=8388608]="PartiallyTypeChecked",e[e.LazyFlags=539358128]="LazyFlags",e))(zm||{}),r_=(e=>(e[e.Any=1]="Any",e[e.Unknown=2]="Unknown",e[e.String=4]="String",e[e.Number=8]="Number",e[e.Boolean=16]="Boolean",e[e.Enum=32]="Enum",e[e.BigInt=64]="BigInt",e[e.StringLiteral=128]="StringLiteral",e[e.NumberLiteral=256]="NumberLiteral",e[e.BooleanLiteral=512]="BooleanLiteral",e[e.EnumLiteral=1024]="EnumLiteral",e[e.BigIntLiteral=2048]="BigIntLiteral",e[e.ESSymbol=4096]="ESSymbol",e[e.UniqueESSymbol=8192]="UniqueESSymbol",e[e.Void=16384]="Void",e[e.Undefined=32768]="Undefined",e[e.Null=65536]="Null",e[e.Never=131072]="Never",e[e.TypeParameter=262144]="TypeParameter",e[e.Object=524288]="Object",e[e.Union=1048576]="Union",e[e.Intersection=2097152]="Intersection",e[e.Index=4194304]="Index",e[e.IndexedAccess=8388608]="IndexedAccess",e[e.Conditional=16777216]="Conditional",e[e.Substitution=33554432]="Substitution",e[e.NonPrimitive=67108864]="NonPrimitive",e[e.TemplateLiteral=134217728]="TemplateLiteral",e[e.StringMapping=268435456]="StringMapping",e[e.Reserved1=536870912]="Reserved1",e[e.Reserved2=1073741824]="Reserved2",e[e.AnyOrUnknown=3]="AnyOrUnknown",e[e.Nullable=98304]="Nullable",e[e.Literal=2944]="Literal",e[e.Unit=109472]="Unit",e[e.Freshable=2976]="Freshable",e[e.StringOrNumberLiteral=384]="StringOrNumberLiteral",e[e.StringOrNumberLiteralOrUnique=8576]="StringOrNumberLiteralOrUnique",e[e.DefinitelyFalsy=117632]="DefinitelyFalsy",e[e.PossiblyFalsy=117724]="PossiblyFalsy",e[e.Intrinsic=67359327]="Intrinsic",e[e.StringLike=402653316]="StringLike",e[e.NumberLike=296]="NumberLike",e[e.BigIntLike=2112]="BigIntLike",e[e.BooleanLike=528]="BooleanLike",e[e.EnumLike=1056]="EnumLike",e[e.ESSymbolLike=12288]="ESSymbolLike",e[e.VoidLike=49152]="VoidLike",e[e.Primitive=402784252]="Primitive",e[e.DefinitelyNonNullable=470302716]="DefinitelyNonNullable",e[e.DisjointDomains=469892092]="DisjointDomains",e[e.UnionOrIntersection=3145728]="UnionOrIntersection",e[e.StructuredType=3670016]="StructuredType",e[e.TypeVariable=8650752]="TypeVariable",e[e.InstantiableNonPrimitive=58982400]="InstantiableNonPrimitive",e[e.InstantiablePrimitive=406847488]="InstantiablePrimitive",e[e.Instantiable=465829888]="Instantiable",e[e.StructuredOrInstantiable=469499904]="StructuredOrInstantiable",e[e.ObjectFlagsType=3899393]="ObjectFlagsType",e[e.Simplifiable=25165824]="Simplifiable",e[e.Singleton=67358815]="Singleton",e[e.Narrowable=536624127]="Narrowable",e[e.IncludesMask=473694207]="IncludesMask",e[e.IncludesMissingType=262144]="IncludesMissingType",e[e.IncludesNonWideningType=4194304]="IncludesNonWideningType",e[e.IncludesWildcard=8388608]="IncludesWildcard",e[e.IncludesEmptyObject=16777216]="IncludesEmptyObject",e[e.IncludesInstantiable=33554432]="IncludesInstantiable",e[e.IncludesConstrainedTypeVariable=536870912]="IncludesConstrainedTypeVariable",e[e.IncludesError=1073741824]="IncludesError",e[e.NotPrimitiveUnion=36323331]="NotPrimitiveUnion",e))(r_||{}),Km=(e=>(e[e.None=0]="None",e[e.Class=1]="Class",e[e.Interface=2]="Interface",e[e.Reference=4]="Reference",e[e.Tuple=8]="Tuple",e[e.Anonymous=16]="Anonymous",e[e.Mapped=32]="Mapped",e[e.Instantiated=64]="Instantiated",e[e.ObjectLiteral=128]="ObjectLiteral",e[e.EvolvingArray=256]="EvolvingArray",e[e.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",e[e.ReverseMapped=1024]="ReverseMapped",e[e.JsxAttributes=2048]="JsxAttributes",e[e.JSLiteral=4096]="JSLiteral",e[e.FreshLiteral=8192]="FreshLiteral",e[e.ArrayLiteral=16384]="ArrayLiteral",e[e.PrimitiveUnion=32768]="PrimitiveUnion",e[e.ContainsWideningType=65536]="ContainsWideningType",e[e.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",e[e.NonInferrableType=262144]="NonInferrableType",e[e.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",e[e.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",e[e.ClassOrInterface=3]="ClassOrInterface",e[e.RequiresWidening=196608]="RequiresWidening",e[e.PropagatingFlags=458752]="PropagatingFlags",e[e.InstantiatedMapped=96]="InstantiatedMapped",e[e.ObjectTypeKindMask=1343]="ObjectTypeKindMask",e[e.ContainsSpread=2097152]="ContainsSpread",e[e.ObjectRestType=4194304]="ObjectRestType",e[e.InstantiationExpressionType=8388608]="InstantiationExpressionType",e[e.SingleSignatureType=134217728]="SingleSignatureType",e[e.IsClassInstanceClone=16777216]="IsClassInstanceClone",e[e.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",e[e.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",e[e.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",e[e.IsGenericObjectType=4194304]="IsGenericObjectType",e[e.IsGenericIndexType=8388608]="IsGenericIndexType",e[e.IsGenericType=12582912]="IsGenericType",e[e.ContainsIntersections=16777216]="ContainsIntersections",e[e.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",e[e.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",e[e.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",e[e.IsNeverIntersection=33554432]="IsNeverIntersection",e[e.IsConstrainedTypeVariable=67108864]="IsConstrainedTypeVariable",e))(Km||{}),Xm=(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))(Xm||{}),Bn=(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))(Bn||{}),jp=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ES2021=8]="ES2021",e[e.ES2022=9]="ES2022",e[e.ES2023=10]="ES2023",e[e.ES2024=11]="ES2024",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(jp||{}),Wm=(e=>(e[e.Standard=0]="Standard",e[e.JSX=1]="JSX",e))(Wm||{}),H_=(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))(H_||{}),Gm=(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))(Gm||{}),Vm=(e=>(e[e.TabStop=0]="TabStop",e[e.Placeholder=1]="Placeholder",e[e.Choice=2]="Choice",e[e.Variable=3]="Variable",e))(Vm||{}),Hm=(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))(Hm||{}),Lo={Classes:2,ForOf:2,Generators:2,Iteration:2,SpreadElements:2,RestElements:2,TaggedTemplates:2,DestructuringAssignment:2,BindingPatterns:2,ArrowFunctions:2,BlockScopedVariables:2,ObjectAssign:2,RegularExpressionFlagsUnicode:2,RegularExpressionFlagsSticky:2,Exponentiation:3,AsyncFunctions:4,ForAwaitOf:5,AsyncGenerators:5,AsyncIteration:5,ObjectSpreadRest:5,RegularExpressionFlagsDotAll:5,BindinglessCatch:6,BigInt:7,NullishCoalesce:7,OptionalChaining:7,LogicalAssignment:8,TopLevelAwait:9,ClassFields:9,PrivateNamesAndClassStaticBlocks:9,RegularExpressionFlagsHasIndices:9,ShebangComments:10,RegularExpressionFlagsUnicodeSets:11,UsingAndAwaitUsing:99,ClassAndClassElementDecorators:99},$m={reference:{args:[{name:"types",optional:!0,captureSpan:!0},{name:"lib",optional:!0,captureSpan:!0},{name:"path",optional:!0,captureSpan:!0},{name:"no-default-lib",optional:!0},{name:"resolution-mode",optional:!0},{name:"preserve",optional:!0}],kind:1},"amd-dependency":{args:[{name:"path"},{name:"name",optional:!0}],kind:1},"amd-module":{args:[{name:"name"}],kind:1},"ts-check":{kind:2},"ts-nocheck":{kind:2},jsx:{args:[{name:"factory"}],kind:4},jsxfrag:{args:[{name:"factory"}],kind:4},jsximportsource:{args:[{name:"factory"}],kind:4},jsxruntime:{args:[{name:"factory"}],kind:4}},Go=(e=>(e[e.ParseAll=0]="ParseAll",e[e.ParseNone=1]="ParseNone",e[e.ParseForTypeErrors=2]="ParseForTypeErrors",e[e.ParseForTypeInfo=3]="ParseForTypeInfo",e))(Go||{}),Kr="/",Mh="\\",gd="://",Oh=/\\/g;function Lh(e){return e===47||e===92}function Rh(e,n){return e.length>n.length&&Ih(e,n)}function Jp(e){return e.length>0&&Lh(e.charCodeAt(e.length-1))}function bd(e){return e>=97&&e<=122||e>=65&&e<=90}function qh(e,n){let o=e.charCodeAt(n);if(o===58)return n+1;if(o===37&&e.charCodeAt(n+1)===51){let c=e.charCodeAt(n+2);if(c===97||c===65)return n+3}return-1}function Uh(e){if(!e)return 0;let n=e.charCodeAt(0);if(n===47||n===92){if(e.charCodeAt(1)!==n)return 1;let c=e.indexOf(n===47?Kr:Mh,2);return c<0?e.length:c+1}if(bd(n)&&e.charCodeAt(1)===58){let c=e.charCodeAt(2);if(c===47||c===92)return 3;if(e.length===2)return 2}let o=e.indexOf(gd);if(o!==-1){let c=o+gd.length,h=e.indexOf(Kr,c);if(h!==-1){let b=e.slice(0,o),P=e.slice(c,h);if(b==="file"&&(P===""||P==="localhost")&&bd(e.charCodeAt(h+1))){let N=qh(e,h+2);if(N!==-1){if(e.charCodeAt(N)===47)return~(N+1);if(N===e.length)return~N}}return~(h+1)}return~e.length}return 0}function Yl(e){let n=Uh(e);return n<0?~n:n}function Qm(e,n,o){if(e=Zl(e),Yl(e)===e.length)return"";e=Zm(e);let c=e.slice(Math.max(Yl(e),e.lastIndexOf(Kr)+1)),h=n!==void 0&&o!==void 0?Ym(c,n,o):void 0;return h?c.slice(0,c.length-h.length):c}function vd(e,n,o){if(Ql(n,".")||(n="."+n),e.length>=n.length&&e.charCodeAt(e.length-n.length)===46){let c=e.slice(e.length-n.length);if(o(c,n))return c}}function Bh(e,n,o){if(typeof n=="string")return vd(e,n,o)||"";for(let c of n){let h=vd(e,c,o);if(h)return h}return""}function Ym(e,n,o){if(n)return Bh(Zm(e),n,o?Fp:Dh);let c=Qm(e),h=c.lastIndexOf(".");return h>=0?c.substring(h):""}function zh(e,n){let o=e.substring(0,n),c=e.substring(n).split(Kr);return c.length&&!Rr(c)&&c.pop(),[o,...c]}function Kh(e,n=""){return e=Gh(n,e),zh(e,Yl(e))}function Xh(e,n){return e.length===0?"":(e[0]&&Mp(e[0]))+e.slice(1,n).join(Kr)}function Zl(e){return e.includes("\\")?e.replace(Oh,Kr):e}function Wh(e){if(!Xt(e))return[];let n=[e[0]];for(let o=1;o<e.length;o++){let c=e[o];if(c&&c!=="."){if(c===".."){if(n.length>1){if(n[n.length-1]!==".."){n.pop();continue}}else if(n[0])continue}n.push(c)}}return n}function Gh(e,...n){e&&(e=Zl(e));for(let o of n)o&&(o=Zl(o),!e||Yl(o)!==0?e=o:e=Mp(e)+o);return e}function Vh(e){if(e=Zl(e),!xd.test(e))return e;let n=e.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(n!==e&&(e=n,!xd.test(e)))return e;let o=Xh(Wh(Kh(e)));return o&&Jp(e)?Mp(o):o}function Zm(e){return Jp(e)?e.substr(0,e.length-1):e}function Mp(e){return Jp(e)?e:e+Kr}var xd=/\/\/|(?:^|\/)\.\.?(?:$|\/)/;function _(e,n,o,c,h,b,P){return{code:e,category:n,key:o,message:c,reportsUnnecessary:h,elidedInCompatabilityPyramid:b,reportsDeprecated:P}}var C={Unterminated_string_literal:_(1002,1,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:_(1003,1,"Identifier_expected_1003","Identifier expected."),_0_expected:_(1005,1,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:_(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:_(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:_(1009,1,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:_(1010,1,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:_(1011,1,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:_(1012,1,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1025,1,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:_(1028,1,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:_(1029,1,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:_(1030,1,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:_(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:_(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:_(1035,1,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1047,1,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:_(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:_(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:_(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:_(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:_(1053,1,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:_(1054,1,"A_get_accessor_cannot_have_parameters_1054","A 'get' accessor cannot have parameters."),Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:_(1055,1,"Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compa_1055","Type '{0}' is not a valid async function return type in ES5 because it does not refer to a Promise-compatible constructor value."),Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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<T> type. Did you mean to write 'Promise<{0}>'?"),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type:_(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<T> type."),In_ambient_enum_declarations_member_initializer_must_be_constant_expression:_(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:_(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:_(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:_(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:_(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:_(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:_(1084,1,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),_0_modifier_cannot_appear_on_a_constructor_declaration:_(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:_(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:_(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:_(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:_(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:_(1094,1,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:_(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:_(1096,1,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:_(1097,1,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:_(1098,1,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:_(1099,1,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1109,1,"Expression_expected_1109","Expression expected."),Type_expected:_(1110,1,"Type_expected_1110","Type expected."),Private_field_0_must_be_declared_in_an_enclosing_class:_(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:_(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:_(1114,1,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:_(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:_(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:_(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:_(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:_(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:_(1120,1,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_Use_the_syntax_0:_(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:_(1123,1,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:_(1124,1,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:_(1125,1,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:_(1126,1,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:_(1127,1,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:_(1128,1,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:_(1129,1,"Statement_expected_1129","Statement expected."),case_or_default_expected:_(1130,1,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:_(1131,1,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:_(1132,1,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:_(1134,1,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:_(1135,1,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:_(1136,1,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:_(1137,1,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:_(1138,1,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:_(1139,1,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:_(1140,1,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:_(1141,1,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:_(1142,1,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:_(1144,1,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:_(1145,1,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:_(1146,1,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:_(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:_(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:_(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:_(1155,1,"_0_declarations_must_be_initialized_1155","'{0}' declarations must be initialized."),_0_declarations_can_only_be_declared_inside_a_block:_(1156,1,"_0_declarations_can_only_be_declared_inside_a_block_1156","'{0}' declarations can only be declared inside a block."),Unterminated_template_literal:_(1160,1,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:_(1161,1,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1172,1,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:_(1173,1,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:_(1174,1,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:_(1175,1,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:_(1176,1,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:_(1177,1,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:_(1178,1,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:_(1179,1,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:_(1180,1,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:_(1181,1,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:_(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:_(1183,1,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:_(1184,1,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:_(1185,1,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:_(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:_(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:_(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:_(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:_(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:_(1191,1,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:_(1192,1,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:_(1193,1,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:_(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:_(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:_(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:_(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:_(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:_(1199,1,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1223,1,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:_(1224,1,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:_(1225,1,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1249,1,"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249","A decorator can only decorate a method implementation, not an overload."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5:_(1250,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode:_(1251,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Class definitions are automatically in strict mode."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode:_(1252,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Modules are automatically in strict mode."),Abstract_properties_can_only_appear_within_an_abstract_class:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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 }'."),ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve:_(1293,1,"ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293","ESM syntax is not allowed in a CommonJS module when 'module' is set to 'preserve'."),with_statements_are_not_allowed_in_an_async_function_block:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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_nodenext_or_preserve:_(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_nodene_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', 'nodenext', or 'preserve'."),Argument_of_dynamic_import_cannot_be_spread_element:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1348,1,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:_(1349,1,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:_(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:_(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:_(1352,1,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1364,3,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:_(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:_(1366,3,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:_(1367,3,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Class_constructor_may_not_be_a_generator:_(1368,1,"Class_constructor_may_not_be_a_generator_1368","Class constructor may not be a generator."),Did_you_mean_0:_(1369,3,"Did_you_mean_0_1369","Did you mean '{0}'?"),await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:_(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:_(1376,3,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:_(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:_(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:_(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:_(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:_(1381,1,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),Unexpected_token_Did_you_mean_or_gt:_(1382,1,"Unexpected_token_Did_you_mean_or_gt_1382","Unexpected token. Did you mean `{'>'}` or `&gt;`?"),Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:_(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:_(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:_(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:_(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:_(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:_(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:_(1392,1,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:_(1393,3,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:_(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:_(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:_(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:_(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:_(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:_(1399,3,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:_(1400,3,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:_(1401,3,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:_(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:_(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:_(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:_(1405,3,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:_(1406,3,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1422,3,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:_(1423,3,"File_is_library_specified_here_1423","File is library specified here."),Default_library:_(1424,3,"Default_library_1424","Default library"),Default_library_for_target_0:_(1425,3,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:_(1426,3,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:_(1427,3,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:_(1428,3,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:_(1429,3,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:_(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:_(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:_(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:_(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:_(1434,1,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:_(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:_(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:_(1437,1,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:_(1438,1,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:_(1439,1,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:_(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:_(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:_(1442,1,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:_(1443,1,"Module_declaration_names_may_only_use_or_quoted_strings_1443",`Module declaration names may only use ' or " quoted strings.`),_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_enabled:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(1486,1,"Decorator_used_before_export_here_1486","Decorator used before 'export' here."),Octal_escape_sequences_are_not_allowed_Use_the_syntax_0:_(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:_(1488,1,"Escape_sequence_0_is_not_allowed_1488","Escape sequence '{0}' is not allowed."),Decimals_with_leading_zeros_are_not_allowed:_(1489,1,"Decimals_with_leading_zeros_are_not_allowed_1489","Decimals with leading zeros are not allowed."),File_appears_to_be_binary:_(1490,1,"File_appears_to_be_binary_1490","File appears to be binary."),_0_modifier_cannot_appear_on_a_using_declaration:_(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:_(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:_(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:_(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:_(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:_(1496,1,"Identifier_string_literal_or_number_literal_expected_1496","Identifier, string literal, or number literal expected."),Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator:_(1497,1,"Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator_1497","Expression must be enclosed in parentheses to be used as a decorator."),Invalid_syntax_in_decorator:_(1498,1,"Invalid_syntax_in_decorator_1498","Invalid syntax in decorator."),Unknown_regular_expression_flag:_(1499,1,"Unknown_regular_expression_flag_1499","Unknown regular expression flag."),Duplicate_regular_expression_flag:_(1500,1,"Duplicate_regular_expression_flag_1500","Duplicate regular expression flag."),This_regular_expression_flag_is_only_available_when_targeting_0_or_later:_(1501,1,"This_regular_expression_flag_is_only_available_when_targeting_0_or_later_1501","This regular expression flag is only available when targeting '{0}' or later."),The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously:_(1502,1,"The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously_1502","The Unicode (u) flag and the Unicode Sets (v) flag cannot be set simultaneously."),Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later:_(1503,1,"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503","Named capturing groups are only available when targeting 'ES2018' or later."),Subpattern_flags_must_be_present_when_there_is_a_minus_sign:_(1504,1,"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504","Subpattern flags must be present when there is a minus sign."),Incomplete_quantifier_Digit_expected:_(1505,1,"Incomplete_quantifier_Digit_expected_1505","Incomplete quantifier. Digit expected."),Numbers_out_of_order_in_quantifier:_(1506,1,"Numbers_out_of_order_in_quantifier_1506","Numbers out of order in quantifier."),There_is_nothing_available_for_repetition:_(1507,1,"There_is_nothing_available_for_repetition_1507","There is nothing available for repetition."),Unexpected_0_Did_you_mean_to_escape_it_with_backslash:_(1508,1,"Unexpected_0_Did_you_mean_to_escape_it_with_backslash_1508","Unexpected '{0}'. Did you mean to escape it with backslash?"),This_regular_expression_flag_cannot_be_toggled_within_a_subpattern:_(1509,1,"This_regular_expression_flag_cannot_be_toggled_within_a_subpattern_1509","This regular expression flag cannot be toggled within a subpattern."),k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets:_(1510,1,"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510","'\\k' must be followed by a capturing group name enclosed in angle brackets."),q_is_only_available_inside_character_class:_(1511,1,"q_is_only_available_inside_character_class_1511","'\\q' is only available inside character class."),c_must_be_followed_by_an_ASCII_letter:_(1512,1,"c_must_be_followed_by_an_ASCII_letter_1512","'\\c' must be followed by an ASCII letter."),Undetermined_character_escape:_(1513,1,"Undetermined_character_escape_1513","Undetermined character escape."),Expected_a_capturing_group_name:_(1514,1,"Expected_a_capturing_group_name_1514","Expected a capturing group name."),Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other:_(1515,1,"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515","Named capturing groups with the same name must be mutually exclusive to each other."),A_character_class_range_must_not_be_bounded_by_another_character_class:_(1516,1,"A_character_class_range_must_not_be_bounded_by_another_character_class_1516","A character class range must not be bounded by another character class."),Range_out_of_order_in_character_class:_(1517,1,"Range_out_of_order_in_character_class_1517","Range out of order in character class."),Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class:_(1518,1,"Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518","Anything that would possibly match more than a single character is invalid inside a negated character class."),Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead:_(1519,1,"Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead_1519","Operators must not be mixed within a character class. Wrap it in a nested class instead."),Expected_a_class_set_operand:_(1520,1,"Expected_a_class_set_operand_1520","Expected a class set operand."),q_must_be_followed_by_string_alternatives_enclosed_in_braces:_(1521,1,"q_must_be_followed_by_string_alternatives_enclosed_in_braces_1521","'\\q' must be followed by string alternatives enclosed in braces."),A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backslash:_(1522,1,"A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522","A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?"),Expected_a_Unicode_property_name:_(1523,1,"Expected_a_Unicode_property_name_1523","Expected a Unicode property name."),Unknown_Unicode_property_name:_(1524,1,"Unknown_Unicode_property_name_1524","Unknown Unicode property name."),Expected_a_Unicode_property_value:_(1525,1,"Expected_a_Unicode_property_value_1525","Expected a Unicode property value."),Unknown_Unicode_property_value:_(1526,1,"Unknown_Unicode_property_value_1526","Unknown Unicode property value."),Expected_a_Unicode_property_name_or_value:_(1527,1,"Expected_a_Unicode_property_name_or_value_1527","Expected a Unicode property name or value."),Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_the_Unicode_Sets_v_flag_is_set:_(1528,1,"Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528","Any Unicode property that would possibly match more than a single character is only available when the Unicode Sets (v) flag is set."),Unknown_Unicode_property_name_or_value:_(1529,1,"Unknown_Unicode_property_name_or_value_1529","Unknown Unicode property name or value."),Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:_(1530,1,"Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v__1530","Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces:_(1531,1,"_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces_1531","'\\{0}' must be followed by a Unicode property value expression enclosed in braces."),There_is_no_capturing_group_named_0_in_this_regular_expression:_(1532,1,"There_is_no_capturing_group_named_0_in_this_regular_expression_1532","There is no capturing group named '{0}' in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression:_(1533,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_r_1533","This backreference refers to a group that does not exist. There are only {0} capturing groups in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression:_(1534,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regul_1534","This backreference refers to a group that does not exist. There are no capturing groups in this regular expression."),This_character_cannot_be_escaped_in_a_regular_expression:_(1535,1,"This_character_cannot_be_escaped_in_a_regular_expression_1535","This character cannot be escaped in a regular expression."),Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead:_(1536,1,"Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended__1536","Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '{0}' instead."),Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class:_(1537,1,"Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537","Decimal escape sequences and backreferences are not allowed in a character class."),Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:_(1538,1,"Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_se_1538","Unicode escape sequences are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),A_bigint_literal_cannot_be_used_as_a_property_name:_(1539,1,"A_bigint_literal_cannot_be_used_as_a_property_name_1539","A 'bigint' literal cannot be used as a property name."),A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_keyword_instead:_(1540,2,"A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_key_1540","A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead.",void 0,void 0,!0),Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:_(1541,1,"Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribut_1541","Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:_(1542,1,"Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute_1542","Type import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0:_(1543,1,"Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_mod_1543",`Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to '{0}'.`),Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0:_(1544,1,"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544","Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to '{0}'."),The_types_of_0_are_incompatible_between_these_types:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2211,3,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:_(2212,3,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:_(2300,1,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:_(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:_(2302,1,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:_(2303,1,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:_(2304,1,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:_(2305,1,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:_(2306,1,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2314,1,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:_(2315,1,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:_(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:_(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:_(2318,1,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:_(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:_(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:_(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:_(2322,1,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:_(2323,1,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2332,1,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_a_static_property_initializer:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2349,1,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2372,1,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2386,1,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:_(2387,1,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:_(2388,1,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:_(2389,1,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:_(2390,1,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:_(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:_(2392,1,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:_(2393,1,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2414,1,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:_(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:_(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:_(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:_(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:_(2419,1,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:_(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:_(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:_(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:_(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:_(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:_(2427,1,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:_(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:_(2430,1,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2449,1,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:_(2450,1,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:_(2451,1,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:_(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:_(2454,1,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:_(2456,1,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:_(2457,1,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2468,1,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2495,1,"Type_0_is_not_an_array_type_or_a_string_type_2495","Type '{0}' is not an array type or a string type."),The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression:_(2496,1,"The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_func_2496","The 'arguments' object cannot be referenced in an arrow function in ES5. Consider using a standard function expression."),This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export:_(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:_(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:_(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:_(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:_(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:_(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:_(2503,1,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2520,1,"Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520","Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method:_(2522,1,"The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_sta_2522","The 'arguments' object cannot be referenced in an async function or method in ES5. Consider using a standard function or method."),yield_expressions_cannot_be_used_in_a_parameter_initializer:_(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:_(2524,1,"await_expressions_cannot_be_used_in_a_parameter_initializer_2524","'await' expressions cannot be used in a parameter initializer."),A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface:_(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:_(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:_(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:_(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:_(2530,1,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:_(2531,1,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:_(2532,1,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2554,1,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2571,1,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:_(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:_(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:_(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:_(2577,1,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2649,1,"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649","Cannot augment module '{0}' with value exports because it resolves to a non-module entity."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and_2_more:_(2650,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and__2650","Non-abstract class expression is missing implementations for the following members of '{0}': {1} and {2} more."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:_(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:_(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:_(2653,1,"Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653","Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2:_(2654,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_2654","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2}."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more:_(2655,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more_2655","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2} and {3} more."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1:_(2656,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_2656","Non-abstract class expression is missing implementations for the following members of '{0}': {1}."),JSX_expressions_must_have_one_parent_element:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2704,1,"The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704","The operand of a 'delete' operator cannot be a read-only property."),An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:_(2705,1,"An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_2705","An async function or method in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Required_type_parameters_may_not_follow_optional_type_parameters:_(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:_(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:_(2708,1,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:_(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:_(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:_(2711,1,"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711","A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:_(2712,1,"A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_t_2712","A dynamic import call in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2728,3,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:_(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:_(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:_(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:_(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:_(2733,1,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2750,1,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:_(2751,1,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:_(2752,1,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:_(2753,1,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:_(2754,1,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2769,1,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:_(2770,1,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:_(2771,1,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2785,1,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(2868,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2868","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun` and then add 'bun' to the types field in your tsconfig."),Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish:_(2869,1,"Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish_2869","Right operand of ?? is unreachable because the left operand is never nullish."),This_binary_expression_is_never_nullish_Are_you_missing_parentheses:_(2870,1,"This_binary_expression_is_never_nullish_Are_you_missing_parentheses_2870","This binary expression is never nullish. Are you missing parentheses?"),This_expression_is_always_nullish:_(2871,1,"This_expression_is_always_nullish_2871","This expression is always nullish."),This_kind_of_expression_is_always_truthy:_(2872,1,"This_kind_of_expression_is_always_truthy_2872","This kind of expression is always truthy."),This_kind_of_expression_is_always_falsy:_(2873,1,"This_kind_of_expression_is_always_falsy_2873","This kind of expression is always falsy."),This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found:_(2874,1,"This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found_2874","This JSX tag requires '{0}' to be in scope, but it could not be found."),This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_for_the_appropriate_package_installed:_(2875,1,"This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_fo_2875","This JSX tag requires the module path '{0}' to exist, but none could be found. Make sure you have types for the appropriate package installed."),This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolves_to_0:_(2876,1,"This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolv_2876",'This relative import path is unsafe to rewrite because it looks like a file name, but actually resolves to "{0}".'),This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_during_emit_because_it_is_not_a_relative_path:_(2877,1,"This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_duri_2877","This import uses a '{0}' extension to resolve to an input TypeScript file, but will not be rewritten during emit because it is not a relative path."),This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_between_the_projects_output_files_is_not_the_same_as_the_relative_path_between_its_input_files:_(2878,1,"This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_b_2878","This import path is unsafe to rewrite because it resolves to another project, and the relative path between the projects' output files is not the same as the relative path between its input files."),Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found:_(2879,1,"Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found_2879","Using JSX fragments requires fragment factory '{0}' to be in scope, but it could not be found."),Import_declaration_0_is_using_private_name_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(4085,1,"Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1_4085","Extends clause for inferred type '{0}' has or is using private name '{1}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:_(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:_(4092,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092","Parameter '{0}' of index signature from exported interface has or is using private name '{1}'."),Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected:_(4094,1,"Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected_4094","Property '{0}' of exported anonymous class type may not be private or protected."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(4109,1,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Unknown_compiler_option_0:_(5023,1,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:_(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:_(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:_(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:_(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:_(5047,1,"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047","Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(5072,1,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:_(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:_(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:_(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:_(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:_(5077,1,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:_(5078,1,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:_(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:_(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:_(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:_(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:_(5083,1,"Cannot_read_file_0_5083","Cannot read file '{0}'."),A_tuple_member_cannot_be_both_optional_and_rest:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(5103,1,"Invalid_value_for_ignoreDeprecations_5103","Invalid value for '--ignoreDeprecations'."),Option_0_is_redundant_and_cannot_be_specified_with_option_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6001,3,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:_(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:_(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:_(6005,3,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:_(6006,3,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:_(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:_(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:_(6009,3,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:_(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:_(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:_(6012,3,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:_(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:_(6014,3,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:_(6015,3,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:_(6016,3,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:_(6017,3,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:_(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:_(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:_(6023,3,"Syntax_Colon_0_6023","Syntax: {0}"),options:_(6024,3,"options_6024","options"),file:_(6025,3,"file_6025","file"),Examples_Colon_0:_(6026,3,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:_(6027,3,"Options_Colon_6027","Options:"),Version_0:_(6029,3,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:_(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:_(6031,3,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:_(6032,3,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:_(6034,3,"KIND_6034","KIND"),FILE:_(6035,3,"FILE_6035","FILE"),VERSION:_(6036,3,"VERSION_6036","VERSION"),LOCATION:_(6037,3,"LOCATION_6037","LOCATION"),DIRECTORY:_(6038,3,"DIRECTORY_6038","DIRECTORY"),STRATEGY:_(6039,3,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:_(6040,3,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:_(6041,3,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:_(6043,3,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:_(6044,1,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:_(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:_(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:_(6048,1,"Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048","Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'."),Unable_to_open_file_0:_(6050,1,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:_(6051,1,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:_(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:_(6053,1,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:_(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:_(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:_(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:_(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:_(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:_(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:_(6061,3,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:_(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:_(6065,3,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:_(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:_(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:_(6071,3,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6080,3,"Specify_JSX_code_generation_6080","Specify JSX code generation."),Only_amd_and_system_modules_are_supported_alongside_0:_(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:_(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:_(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:_(6085,3,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:_(6086,3,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:_(6087,3,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:_(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:_(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:_(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:_(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:_(6092,3,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:_(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:_(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:_(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:_(6096,3,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exists_use_it_as_a_name_resolution_result:_(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:_(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:_(6099,3,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6110,3,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:_(6111,3,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:_(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:_(6113,3,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:_(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:_(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:_(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:_(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:_(6120,3,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:_(6121,3,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6134,3,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6144,3,"Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144","Module '{0}' was resolved as locally declared ambient module in file '{1}'."),Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h:_(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:_(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:_(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:_(6149,3,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:_(6150,3,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6162,3,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:_(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:_(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:_(6165,3,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:_(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:_(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:_(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:_(6169,3,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:_(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:_(6171,3,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5:_(6179,3,"Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_6179","Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5'."),Enable_all_strict_type_checking_options:_(6180,3,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:_(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:_(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:_(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:_(6186,3,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:_(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:_(6188,1,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:_(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:_(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:_(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:_(6193,3,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:_(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:_(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:_(6196,1,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:_(6197,3,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:_(6198,1,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:_(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:_(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:_(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:_(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:_(6203,3,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:_(6204,3,"and_here_6204","and here."),All_type_parameters_are_unused:_(6205,1,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6215,3,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:_(6216,3,"Found_1_error_6216","Found 1 error."),Found_0_errors:_(6217,3,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:_(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:_(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:_(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:_(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:_(6222,3,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:_(6223,3,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6235,3,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6243,3,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:_(6244,3,"Modules_6244","Modules"),File_Management:_(6245,3,"File_Management_6245","File Management"),Emit:_(6246,3,"Emit_6246","Emit"),JavaScript_Support:_(6247,3,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:_(6248,3,"Type_Checking_6248","Type Checking"),Editor_Support:_(6249,3,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:_(6250,3,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:_(6251,3,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:_(6252,3,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:_(6253,3,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:_(6254,3,"Language_and_Environment_6254","Language and Environment"),Projects:_(6255,3,"Projects_6255","Projects"),Output_Formatting:_(6256,3,"Output_Formatting_6256","Output Formatting"),Completeness:_(6257,3,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:_(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:_(6259,3,"Found_1_error_in_0_6259","Found 1 error in {0}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6280,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setti_6280","There are types at '{0}', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'."),package_json_has_a_peerDependencies_field:_(6281,3,"package_json_has_a_peerDependencies_field_6281","'package.json' has a 'peerDependencies' field."),Found_peerDependency_0_with_1_version:_(6282,3,"Found_peerDependency_0_with_1_version_6282","Found peerDependency '{0}' with '{1}' version."),Failed_to_find_peerDependency_0:_(6283,3,"Failed_to_find_peerDependency_0_6283","Failed to find peerDependency '{0}'."),Enable_project_compilation:_(6302,3,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:_(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:_(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:_(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:_(6307,1,"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307","File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern."),Referenced_project_0_may_not_disable_emit:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6357,3,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:_(6358,3,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:_(6359,3,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6370,1,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:_(6371,3,"Updating_unchanged_output_timestamps_of_project_0_6371","Updating unchanged output timestamps of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:_(6374,3,"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374","A non-dry build would update timestamps for output of project '{0}'"),Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1:_(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:_(6379,1,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6402,3,"Resolving_in_0_mode_with_conditions_1_6402","Resolving in {0} mode with conditions {1}."),Matched_0_condition_1:_(6403,3,"Matched_0_condition_1_6403","Matched '{0}' condition '{1}'."),Using_0_subpath_1_with_target_2:_(6404,3,"Using_0_subpath_1_with_target_2_6404","Using '{0}' subpath '{1}' with target '{2}'."),Saw_non_matching_condition_0:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6413,3,"Entering_conditional_exports_6413","Entering conditional exports."),Resolved_under_condition_0:_(6414,3,"Resolved_under_condition_0_6414","Resolved under condition '{0}'."),Failed_to_resolve_under_condition_0:_(6415,3,"Failed_to_resolve_under_condition_0_6415","Failed to resolve under condition '{0}'."),Exiting_conditional_exports:_(6416,3,"Exiting_conditional_exports_6416","Exiting conditional exports."),Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0:_(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:_(6418,3,"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418","Searching all ancestor node_modules directories for fallback extensions: {0}."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors:_(6419,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors_6419","Project '{0}' is out of date because buildinfo file '{1}' indicates that program needs to report errors."),Project_0_is_out_of_date_because_1:_(6420,3,"Project_0_is_out_of_date_because_1_6420","Project '{0}' is out of date because {1}."),Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_in_output_files:_(6421,3,"Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_i_6421","Rewrite '.ts', '.tsx', '.mts', and '.cts' file extensions in relative import paths to their JavaScript equivalent in output files."),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6602,3,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:_(6603,3,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:_(6604,3,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6614,3,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6627,3,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6639,3,"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639","Allow importing helper functions from tslib once per project, instead of including them per-file."),Skip_building_downstream_projects_on_error_in_upstream_project:_(6640,3,"Skip_building_downstream_projects_on_error_in_upstream_project_6640","Skip building downstream projects on error in upstream project."),Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6659,3,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:_(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:_(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:_(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:_(6663,3,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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 '<reference>'s from expanding the number of files TypeScript should add to a project."),Disable_strict_checking_of_generic_signatures_in_function_types:_(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:_(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:_(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:_(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:_(6677,3,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6688,3,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:_(6689,3,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(6712,3,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:_(6713,3,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:_(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:_(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:_(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:_(6718,3,"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718","Specify emit/checking behavior for imports that are only used for types."),Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files:_(6719,3,"Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files_6719","Require sufficient annotation on exports so other tools can trivially generate declaration files."),Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any:_(6720,3,"Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any_6720","Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'."),Default_catch_clause_variables_as_unknown_instead_of_any:_(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:_(6804,3,"Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_i_6804","Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting."),Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported:_(6805,3,"Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported_6805","Disable full type checking (only critical parse and emit errors will be reported)."),Check_side_effect_imports:_(6806,3,"Check_side_effect_imports_6806","Check side effect imports."),This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2:_(6807,1,"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807","This operation can be simplified. This shift is identical to `{0} {1} {2}`."),one_of_Colon:_(6900,3,"one_of_Colon_6900","one of:"),one_or_more_Colon:_(6901,3,"one_or_more_Colon_6901","one or more:"),type_Colon:_(6902,3,"type_Colon_6902","type:"),default_Colon:_(6903,3,"default_Colon_6903","default:"),module_system_or_esModuleInterop:_(6904,3,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:_(6905,3,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),false_unless_composite_is_set:_(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:_(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:_(6908,3,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:_(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:_(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:_(6911,3,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:_(6912,3,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:_(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:_(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:_(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:_(6916,3,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:_(6917,3,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:_(6918,3,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:_(6919,3,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:_(6920,3,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:_(6921,3,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:_(6922,3,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:_(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:_(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:_(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:_(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:_(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:_(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:_(6929,3,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:_(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:_(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:_(7005,1,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:_(7006,1,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(7024,1,"Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024","Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation:_(7025,1,"Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation_7025","Generator implicitly has yield type '{0}'. Consider supplying a return type annotation."),JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists:_(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:_(7027,1,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:_(7028,1,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:_(7029,1,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(8019,3,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(9006,1,"Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006","Declaration emit for this file requires using private name '{0}' from module '{1}'. An explicit type annotation may unblock declaration emit."),Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:_(9007,1,"Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9007","Function must have an explicit return type annotation with --isolatedDeclarations."),Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:_(9008,1,"Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9008","Method must have an explicit return type annotation with --isolatedDeclarations."),At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations:_(9009,1,"At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9009","At least one accessor must have an explicit type annotation with --isolatedDeclarations."),Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations:_(9010,1,"Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9010","Variable must have an explicit type annotation with --isolatedDeclarations."),Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations:_(9011,1,"Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9011","Parameter must have an explicit type annotation with --isolatedDeclarations."),Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations:_(9012,1,"Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9012","Property must have an explicit type annotation with --isolatedDeclarations."),Expression_type_can_t_be_inferred_with_isolatedDeclarations:_(9013,1,"Expression_type_can_t_be_inferred_with_isolatedDeclarations_9013","Expression type can't be inferred with --isolatedDeclarations."),Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedDeclarations:_(9014,1,"Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedD_9014","Computed properties must be number or string literals, variables or dotted expressions with --isolatedDeclarations."),Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations:_(9015,1,"Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations_9015","Objects that contain spread assignments can't be inferred with --isolatedDeclarations."),Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations:_(9016,1,"Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations_9016","Objects that contain shorthand properties can't be inferred with --isolatedDeclarations."),Only_const_arrays_can_be_inferred_with_isolatedDeclarations:_(9017,1,"Only_const_arrays_can_be_inferred_with_isolatedDeclarations_9017","Only const arrays can be inferred with --isolatedDeclarations."),Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations:_(9018,1,"Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations_9018","Arrays with spread elements can't inferred with --isolatedDeclarations."),Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations:_(9019,1,"Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations_9019","Binding elements can't be exported directly with --isolatedDeclarations."),Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDeclarations:_(9020,1,"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020","Enum member initializers must be computable without references to external symbols with --isolatedDeclarations."),Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations:_(9021,1,"Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations_9021","Extends clause can't contain an expression with --isolatedDeclarations."),Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations:_(9022,1,"Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations_9022","Inference from class expressions is not supported with --isolatedDeclarations."),Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations_Add_an_explicit_declaration_for_the_properties_assigned_to_this_function:_(9023,1,"Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations__9023","Assigning properties to functions without declaring them is not supported with --isolatedDeclarations. Add an explicit declaration for the properties assigned to this function."),Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_supported_with_isolatedDeclarations:_(9025,1,"Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_sup_9025","Declaration emit for this parameter requires implicitly adding undefined to its type. This is not supported with --isolatedDeclarations."),Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_supported_with_isolatedDeclarations:_(9026,1,"Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_support_9026","Declaration emit for this file requires preserving this import for augmentations. This is not supported with --isolatedDeclarations."),Add_a_type_annotation_to_the_variable_0:_(9027,1,"Add_a_type_annotation_to_the_variable_0_9027","Add a type annotation to the variable {0}."),Add_a_type_annotation_to_the_parameter_0:_(9028,1,"Add_a_type_annotation_to_the_parameter_0_9028","Add a type annotation to the parameter {0}."),Add_a_type_annotation_to_the_property_0:_(9029,1,"Add_a_type_annotation_to_the_property_0_9029","Add a type annotation to the property {0}."),Add_a_return_type_to_the_function_expression:_(9030,1,"Add_a_return_type_to_the_function_expression_9030","Add a return type to the function expression."),Add_a_return_type_to_the_function_declaration:_(9031,1,"Add_a_return_type_to_the_function_declaration_9031","Add a return type to the function declaration."),Add_a_return_type_to_the_get_accessor_declaration:_(9032,1,"Add_a_return_type_to_the_get_accessor_declaration_9032","Add a return type to the get accessor declaration."),Add_a_type_to_parameter_of_the_set_accessor_declaration:_(9033,1,"Add_a_type_to_parameter_of_the_set_accessor_declaration_9033","Add a type to parameter of the set accessor declaration."),Add_a_return_type_to_the_method:_(9034,1,"Add_a_return_type_to_the_method_9034","Add a return type to the method"),Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit:_(9035,1,"Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit_9035","Add satisfies and a type assertion to this expression (satisfies T as T) to make the type explicit."),Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it:_(9036,1,"Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it_9036","Move the expression in default export to a variable and add a type annotation to it."),Default_exports_can_t_be_inferred_with_isolatedDeclarations:_(9037,1,"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037","Default exports can't be inferred with --isolatedDeclarations."),Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations:_(9038,1,"Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations_9038","Computed property names on class or object literals cannot be inferred with --isolatedDeclarations."),Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations:_(9039,1,"Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations_9039","Type containing private name '{0}' can't be used with --isolatedDeclarations."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(17014,1,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:_(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:_(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:_(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:_(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:_(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:_(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:_(17021,1,"Unicode_escape_sequence_cannot_appear_here_17021","Unicode escape sequence cannot appear here."),Circularity_detected_while_resolving_configuration_Colon_0:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(80010,2,"JSDoc_typedefs_may_be_converted_to_TypeScript_types_80010","JSDoc typedefs may be converted to TypeScript types."),Add_missing_super_call:_(90001,3,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:_(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:_(90003,3,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:_(90004,3,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:_(90005,3,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:_(90006,3,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:_(90007,3,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:_(90008,3,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:_(90010,3,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:_(90011,3,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:_(90012,3,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:_(90013,3,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:_(90014,3,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:_(90016,3,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:_(90017,3,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:_(90018,3,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:_(90019,3,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:_(90020,3,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:_(90021,3,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:_(90022,3,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:_(90023,3,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:_(90024,3,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:_(90025,3,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:_(90026,3,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:_(90027,3,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:_(90028,3,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:_(90029,3,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:_(90030,3,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:_(90031,3,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:_(90034,3,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:_(90035,3,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:_(90036,3,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:_(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:_(90038,3,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:_(90039,3,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:_(90041,3,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:_(90053,3,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:_(90054,3,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:_(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:_(90056,3,"Remove_type_from_import_of_0_from_1_90056",`Remove 'type' from import of '{0}' from "{1}"`),Add_import_from_0:_(90057,3,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:_(90058,3,"Update_import_from_0_90058",'Update import from "{0}"'),Export_0_from_module_1:_(90059,3,"Export_0_from_module_1_90059","Export '{0}' from module '{1}'"),Export_all_referenced_locals:_(90060,3,"Export_all_referenced_locals_90060","Export all referenced locals"),Update_modifiers_of_0:_(90061,3,"Update_modifiers_of_0_90061","Update modifiers of '{0}'"),Add_annotation_of_type_0:_(90062,3,"Add_annotation_of_type_0_90062","Add annotation of type '{0}'"),Add_return_type_0:_(90063,3,"Add_return_type_0_90063","Add return type '{0}'"),Extract_base_class_to_variable:_(90064,3,"Extract_base_class_to_variable_90064","Extract base class to variable"),Extract_default_export_to_variable:_(90065,3,"Extract_default_export_to_variable_90065","Extract default export to variable"),Extract_binding_expressions_to_variable:_(90066,3,"Extract_binding_expressions_to_variable_90066","Extract binding expressions to variable"),Add_all_missing_type_annotations:_(90067,3,"Add_all_missing_type_annotations_90067","Add all missing type annotations"),Add_satisfies_and_an_inline_type_assertion_with_0:_(90068,3,"Add_satisfies_and_an_inline_type_assertion_with_0_90068","Add satisfies and an inline type assertion with '{0}'"),Extract_to_variable_and_replace_with_0_as_typeof_0:_(90069,3,"Extract_to_variable_and_replace_with_0_as_typeof_0_90069","Extract to variable and replace with '{0} as typeof {0}'"),Mark_array_literal_as_const:_(90070,3,"Mark_array_literal_as_const_90070","Mark array literal as const"),Annotate_types_of_properties_expando_function_in_a_namespace:_(90071,3,"Annotate_types_of_properties_expando_function_in_a_namespace_90071","Annotate types of properties expando function in a namespace"),Convert_function_to_an_ES2015_class:_(95001,3,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:_(95003,3,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:_(95004,3,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:_(95005,3,"Extract_function_95005","Extract function"),Extract_constant:_(95006,3,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:_(95007,3,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:_(95008,3,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:_(95009,3,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:_(95011,3,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:_(95012,3,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:_(95013,3,"Convert_to_default_import_95013","Convert to default import"),Install_0:_(95014,3,"Install_0_95014","Install '{0}'"),Replace_import_with_0:_(95015,3,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:_(95016,3,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:_(95017,3,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:_(95018,3,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:_(95019,3,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:_(95020,3,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:_(95021,3,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:_(95022,3,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:_(95023,3,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:_(95024,3,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:_(95025,3,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:_(95026,3,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:_(95027,3,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:_(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:_(95029,3,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:_(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:_(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:_(95032,3,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:_(95033,3,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:_(95034,3,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:_(95035,3,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:_(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:_(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:_(95038,3,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:_(95039,3,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:_(95040,3,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:_(95041,3,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:_(95042,3,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:_(95043,3,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:_(95044,3,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:_(95045,3,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:_(95046,3,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:_(95047,3,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:_(95048,3,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:_(95049,3,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:_(95050,3,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:_(95051,3,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:_(95052,3,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:_(95053,3,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:_(95054,3,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:_(95055,3,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:_(95056,3,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:_(95057,3,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:_(95058,3,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:_(95059,3,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:_(95060,3,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:_(95061,3,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:_(95062,3,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:_(95063,3,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:_(95064,3,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:_(95065,3,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:_(95066,3,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:_(95067,3,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:_(95068,3,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:_(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:_(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:_(95071,3,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:_(95072,3,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:_(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:_(95074,3,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:_(95075,3,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:_(95077,3,"Extract_type_95077","Extract type"),Extract_to_type_alias:_(95078,3,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:_(95079,3,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:_(95080,3,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:_(95081,3,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:_(95082,3,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:_(95083,3,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:_(95084,3,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:_(95085,3,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:_(95086,3,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:_(95087,3,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:_(95088,3,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:_(95089,3,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:_(95090,3,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:_(95091,3,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:_(95092,3,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:_(95093,3,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:_(95094,3,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:_(95095,3,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:_(95096,3,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:_(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:_(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:_(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:_(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:_(95101,3,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_all_const_to_let:_(95102,3,"Convert_all_const_to_let_95102","Convert all 'const' to 'let'"),Convert_function_expression_0_to_arrow_function:_(95105,3,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:_(95106,3,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:_(95107,3,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:_(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:_(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:_(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:_(95111,3,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:_(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:_(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:_(95114,3,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:_(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:_(95116,3,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:_(95117,3,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:_(95118,3,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:_(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:_(95120,3,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:_(95121,3,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:_(95122,3,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:_(95123,3,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:_(95124,3,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:_(95125,3,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:_(95126,3,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:_(95127,3,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:_(95128,3,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:_(95129,3,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:_(95130,3,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:_(95131,3,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:_(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:_(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:_(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:_(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:_(95136,3,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:_(95137,3,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:_(95138,3,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:_(95139,3,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:_(95140,3,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:_(95141,3,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:_(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:_(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:_(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:_(95145,3,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:_(95146,3,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:_(95147,3,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:_(95148,3,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:_(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:_(95150,3,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:_(95151,3,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:_(95152,3,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:_(95153,3,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenations_and_string_literals:_(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:_(95155,3,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:_(95156,3,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:_(95157,3,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:_(95158,3,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:_(95159,3,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:_(95160,3,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:_(95161,3,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:_(95162,3,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:_(95163,3,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:_(95164,3,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:_(95165,3,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:_(95166,3,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:_(95167,3,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:_(95168,3,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:_(95169,3,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:_(95170,3,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:_(95171,3,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:_(95172,3,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:_(95173,3,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),Use_0:_(95174,3,"Use_0_95174","Use `{0}`."),Use_Number_isNaN_in_all_conditions:_(95175,3,"Use_Number_isNaN_in_all_conditions_95175","Use `Number.isNaN` in all conditions."),Convert_typedef_to_TypeScript_type:_(95176,3,"Convert_typedef_to_TypeScript_type_95176","Convert typedef to TypeScript type."),Convert_all_typedef_to_TypeScript_types:_(95177,3,"Convert_all_typedef_to_TypeScript_types_95177","Convert all typedef to TypeScript types."),Move_to_file:_(95178,3,"Move_to_file_95178","Move to file"),Cannot_move_to_file_selected_file_is_invalid:_(95179,3,"Cannot_move_to_file_selected_file_is_invalid_95179","Cannot move to file, selected file is invalid"),Use_import_type:_(95180,3,"Use_import_type_95180","Use 'import type'"),Use_type_0:_(95181,3,"Use_type_0_95181","Use 'type {0}'"),Fix_all_with_type_only_imports:_(95182,3,"Fix_all_with_type_only_imports_95182","Fix all with type-only imports"),Cannot_move_statements_to_the_selected_file:_(95183,3,"Cannot_move_statements_to_the_selected_file_95183","Cannot move statements to the selected file"),Inline_variable:_(95184,3,"Inline_variable_95184","Inline variable"),Could_not_find_variable_to_inline:_(95185,3,"Could_not_find_variable_to_inline_95185","Could not find variable to inline."),Variables_with_multiple_declarations_cannot_be_inlined:_(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:_(95187,3,"Add_missing_comma_for_object_member_completion_0_95187","Add missing comma for object member completion '{0}'."),Add_missing_parameter_to_0:_(95188,3,"Add_missing_parameter_to_0_95188","Add missing parameter to '{0}'"),Add_missing_parameters_to_0:_(95189,3,"Add_missing_parameters_to_0_95189","Add missing parameters to '{0}'"),Add_all_missing_parameters:_(95190,3,"Add_all_missing_parameters_95190","Add all missing parameters"),Add_optional_parameter_to_0:_(95191,3,"Add_optional_parameter_to_0_95191","Add optional parameter to '{0}'"),Add_optional_parameters_to_0:_(95192,3,"Add_optional_parameters_to_0_95192","Add optional parameters to '{0}'"),Add_all_optional_parameters:_(95193,3,"Add_all_optional_parameters_95193","Add all optional parameters"),Wrap_in_parentheses:_(95194,3,"Wrap_in_parentheses_95194","Wrap in parentheses"),Wrap_all_invalid_decorator_expressions_in_parentheses:_(95195,3,"Wrap_all_invalid_decorator_expressions_in_parentheses_95195","Wrap all invalid decorator expressions in parentheses"),Add_resolution_mode_import_attribute:_(95196,3,"Add_resolution_mode_import_attribute_95196","Add 'resolution-mode' import attribute"),Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it:_(95197,3,"Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it_95197","Add 'resolution-mode' import attribute to all type-only imports that need it"),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(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:_(18046,1,"_0_is_of_type_unknown_18046","'{0}' is of type 'unknown'."),_0_is_possibly_null:_(18047,1,"_0_is_possibly_null_18047","'{0}' is possibly 'null'."),_0_is_possibly_undefined:_(18048,1,"_0_is_possibly_undefined_18048","'{0}' is possibly 'undefined'."),_0_is_possibly_null_or_undefined:_(18049,1,"_0_is_possibly_null_or_undefined_18049","'{0}' is possibly 'null' or 'undefined'."),The_value_0_cannot_be_used_here:_(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:_(18051,1,"Compiler_option_0_cannot_be_given_an_empty_string_18051","Compiler option '{0}' cannot be given an empty string."),Its_type_0_is_not_a_valid_JSX_element_type:_(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:_(18054,1,"await_using_statements_cannot_be_used_inside_a_class_static_block_18054","'await using' statements cannot be used inside a class static block."),_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is_enabled:_(18055,1,"_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is__18055","'{0}' has a string type, but must have syntactically recognizable string syntax when 'isolatedModules' is enabled."),Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is_enabled:_(18056,1,"Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is__18056","Enum member following a non-literal numeric member must have an initializer when 'isolatedModules' is enabled."),String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es2020:_(18057,1,"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057","String literal import and export names are not supported when the '--module' flag is set to 'es2015' or 'es2020'.")};function Tt(e){return e>=80}function Hh(e){return e===32||Tt(e)}var Op={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},$h=new Map(Object.entries(Op)),ef=new Map(Object.entries({...Op,"{":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})),tf=new Map([[100,1],[103,2],[105,4],[109,8],[115,16],[117,32],[118,64],[121,128]]),Qh=new Map([[1,Lo.RegularExpressionFlagsHasIndices],[16,Lo.RegularExpressionFlagsDotAll],[32,Lo.RegularExpressionFlagsUnicode],[64,Lo.RegularExpressionFlagsUnicodeSets],[128,Lo.RegularExpressionFlagsSticky]]),Yh=[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],Zh=[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],e0=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,895,895,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1327,1329,1366,1369,1369,1376,1416,1488,1514,1519,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2144,2154,2160,2183,2185,2190,2208,2249,2308,2361,2365,2365,2384,2384,2392,2401,2417,2432,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2556,2556,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2809,2809,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3129,3133,3133,3160,3162,3165,3165,3168,3169,3200,3200,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3293,3294,3296,3297,3313,3314,3332,3340,3342,3344,3346,3386,3389,3389,3406,3406,3412,3414,3423,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5905,5919,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6264,6272,6312,6314,6314,6320,6389,6400,6430,6480,6509,6512,6516,6528,6571,6576,6601,6656,6678,6688,6740,6823,6823,6917,6963,6981,6988,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7296,7304,7312,7354,7357,7359,7401,7404,7406,7411,7413,7414,7418,7418,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43261,43262,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43488,43492,43494,43503,43514,43518,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43646,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66176,66204,66208,66256,66304,66335,66349,66378,66384,66421,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68096,68112,68115,68117,68119,68121,68149,68192,68220,68224,68252,68288,68295,68297,68324,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68899,69248,69289,69296,69297,69376,69404,69415,69415,69424,69445,69488,69505,69552,69572,69600,69622,69635,69687,69745,69746,69749,69749,69763,69807,69840,69864,69891,69926,69956,69956,69959,69959,69968,70002,70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,70163,70187,70207,70208,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70366,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70461,70461,70480,70480,70493,70497,70656,70708,70727,70730,70751,70753,70784,70831,70852,70853,70855,70855,71040,71086,71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,71488,71494,71680,71723,71840,71903,71935,71942,71945,71945,71948,71955,71957,71958,71960,71983,71999,71999,72001,72001,72096,72103,72106,72144,72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,72284,72329,72349,72349,72368,72440,72704,72712,72714,72750,72768,72768,72818,72847,72960,72966,72968,72969,72971,73008,73030,73030,73056,73061,73063,73064,73066,73097,73112,73112,73440,73458,73474,73474,73476,73488,73490,73523,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78913,78918,82944,83526,92160,92728,92736,92766,92784,92862,92880,92909,92928,92975,92992,92995,93027,93047,93053,93071,93760,93823,93952,94026,94032,94032,94099,94111,94176,94177,94179,94179,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,122624,122654,122661,122666,122928,122989,123136,123180,123191,123197,123214,123214,123536,123565,123584,123627,124112,124139,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125184,125251,125259,125259,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743],t0=[48,57,65,90,95,95,97,122,170,170,181,181,183,183,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,895,895,902,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1327,1329,1366,1369,1369,1376,1416,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1519,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2045,2045,2048,2093,2112,2139,2144,2154,2160,2183,2185,2190,2200,2273,2275,2403,2406,2415,2417,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2556,2556,2558,2558,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2809,2815,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2901,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3072,3084,3086,3088,3090,3112,3114,3129,3132,3140,3142,3144,3146,3149,3157,3158,3160,3162,3165,3165,3168,3171,3174,3183,3200,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3293,3294,3296,3299,3302,3311,3313,3315,3328,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,3423,3427,3430,3439,3450,3455,3457,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3558,3567,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3773,3776,3780,3782,3782,3784,3790,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5909,5919,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6159,6169,6176,6264,6272,6314,6320,6389,6400,6430,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6618,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6832,6845,6847,6862,6912,6988,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,7312,7354,7357,7359,7376,7378,7380,7418,7424,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8204,8205,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12447,12449,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43047,43052,43052,43072,43123,43136,43205,43216,43225,43232,43255,43259,43259,43261,43309,43312,43347,43360,43388,43392,43456,43471,43481,43488,43518,43520,43574,43584,43597,43600,43609,43616,43638,43642,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65071,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65381,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66045,66045,66176,66204,66208,66256,66272,66272,66304,66335,66349,66378,66384,66426,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66720,66729,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68099,68101,68102,68108,68115,68117,68119,68121,68149,68152,68154,68159,68159,68192,68220,68224,68252,68288,68295,68297,68326,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68903,68912,68921,69248,69289,69291,69292,69296,69297,69373,69404,69415,69415,69424,69456,69488,69509,69552,69572,69600,69622,69632,69702,69734,69749,69759,69818,69826,69826,69840,69864,69872,69881,69888,69940,69942,69951,69956,69959,69968,70003,70006,70006,70016,70084,70089,70092,70094,70106,70108,70108,70144,70161,70163,70199,70206,70209,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70378,70384,70393,70400,70403,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70459,70468,70471,70472,70475,70477,70480,70480,70487,70487,70493,70499,70502,70508,70512,70516,70656,70730,70736,70745,70750,70753,70784,70853,70855,70855,70864,70873,71040,71093,71096,71104,71128,71133,71168,71232,71236,71236,71248,71257,71296,71352,71360,71369,71424,71450,71453,71467,71472,71481,71488,71494,71680,71738,71840,71913,71935,71942,71945,71945,71948,71955,71957,71958,71960,71989,71991,71992,71995,72003,72016,72025,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,72263,72272,72345,72349,72349,72368,72440,72704,72712,72714,72758,72760,72768,72784,72793,72818,72847,72850,72871,72873,72886,72960,72966,72968,72969,72971,73014,73018,73018,73020,73021,73023,73031,73040,73049,73056,73061,73063,73064,73066,73102,73104,73105,73107,73112,73120,73129,73440,73462,73472,73488,73490,73530,73534,73538,73552,73561,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78912,78933,82944,83526,92160,92728,92736,92766,92768,92777,92784,92862,92864,92873,92880,92909,92912,92916,92928,92982,92992,92995,93008,93017,93027,93047,93053,93071,93760,93823,93952,94026,94031,94087,94095,94111,94176,94177,94179,94180,94192,94193,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,113821,113822,118528,118573,118576,118598,119141,119145,119149,119154,119163,119170,119173,119179,119210,119213,119362,119364,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,120782,120831,121344,121398,121403,121452,121461,121461,121476,121476,121499,121503,121505,121519,122624,122654,122661,122666,122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,122928,122989,123023,123023,123136,123180,123184,123197,123200,123209,123214,123214,123536,123566,123584,123641,124112,124153,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125136,125142,125184,125259,125264,125273,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,130032,130041,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743,917760,917999],_0=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,n0=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,r0=/@(?:see|link)/i;function ec(e,n){if(e<n[0])return!1;let o=0,c=n.length,h;for(;o+1<c;){if(h=o+(c-o)/2,h-=h%2,n[h]<=e&&e<=n[h+1])return!0;e<n[h]?c=h:o=h+2}return!1}function a0(e,n){return n>=2?ec(e,e0):ec(e,Yh)}function o0(e,n){return n>=2?ec(e,t0):ec(e,Zh)}function _f(e){let n=[];return e.forEach((o,c)=>{n[o]=c}),n}var i0=_f(ef);function ut(e){return i0[e]}function nf(e){return ef.get(e)}_f(tf);function wd(e){return tf.get(e)}function rf(e){let n=[],o=0,c=0;for(;o<e.length;){let h=e.charCodeAt(o);switch(o++,h){case 13:e.charCodeAt(o)===10&&o++;case 10:n.push(c),c=o;break;default:h>127&&S_(h)&&(n.push(c),c=o);break}}return n.push(c),n}function s0(e,n,o,c,h){(n<0||n>=e.length)&&(h?n=n<0?0:n>=e.length?e.length-1:n:q.fail(`Bad line number. Line: ${n}, lineStarts.length: ${e.length} , line map is correct? ${c!==void 0?dh(e,rf(c)):"unknown"}`));let b=e[n]+o;return h?b>e[n+1]?e[n+1]:typeof c=="string"&&b>c.length?c.length:b:(n<e.length-1?q.assert(b<e[n+1]):c!==void 0&&q.assert(b<=c.length),b)}function lp(e){return e.lineMap||(e.lineMap=rf(e.text))}function l0(e,n){let o=c0(e,n);return{line:o,character:n-e[o]}}function c0(e,n,o){let c=bh(e,n,gt,Rm,o);return c<0&&(c=~c-1,q.assert(c!==-1,"position cannot precede the beginning of the file")),c}function af(e,n){return l0(lp(e),n)}function Yo(e){return Vo(e)||S_(e)}function Vo(e){return e===32||e===9||e===11||e===12||e===160||e===133||e===5760||e>=8192&&e<=8203||e===8239||e===8287||e===12288||e===65279}function S_(e){return e===10||e===13||e===8232||e===8233}function ar(e){return e>=48&&e<=57}function Vu(e){return ar(e)||e>=65&&e<=70||e>=97&&e<=102}function Lp(e){return e>=65&&e<=90||e>=97&&e<=122}function of(e){return Lp(e)||ar(e)||e===95}function Hu(e){return e>=48&&e<=55}function wn(e,n,o,c,h){if(oi(n))return n;let b=!1;for(;;){let P=e.charCodeAt(n);switch(P){case 13:e.charCodeAt(n+1)===10&&n++;case 10:if(n++,o)return n;b=!!h;continue;case 9:case 11:case 12:case 32:n++;continue;case 47:if(c)break;if(e.charCodeAt(n+1)===47){for(n+=2;n<e.length&&!S_(e.charCodeAt(n));)n++;b=!1;continue}if(e.charCodeAt(n+1)===42){for(n+=2;n<e.length;){if(e.charCodeAt(n)===42&&e.charCodeAt(n+1)===47){n+=2;break}n++}b=!1;continue}break;case 60:case 124:case 61:case 62:if(Jr(e,n)){n=Ta(e,n),b=!1;continue}break;case 35:if(n===0&&sf(e,n)){n=lf(e,n),b=!1;continue}break;case 42:if(b){n++,b=!1;continue}break;default:if(P>127&&Yo(P)){n++;continue}break}return n}}var Xl=7;function Jr(e,n){if(q.assert(n>=0),n===0||S_(e.charCodeAt(n-1))){let o=e.charCodeAt(n);if(n+Xl<e.length){for(let c=0;c<Xl;c++)if(e.charCodeAt(n+c)!==o)return!1;return o===61||e.charCodeAt(n+Xl)===32}}return!1}function Ta(e,n,o){o&&o(C.Merge_conflict_marker_encountered,n,Xl);let c=e.charCodeAt(n),h=e.length;if(c===60||c===62)for(;n<h&&!S_(e.charCodeAt(n));)n++;else for(q.assert(c===124||c===61);n<h;){let b=e.charCodeAt(n);if((b===61||b===62)&&b!==c&&Jr(e,n))break;n++}return n}var Rp=/^#!.*/;function sf(e,n){return q.assert(n===0),Rp.test(e)}function lf(e,n){let o=Rp.exec(e)[0];return n=n+o.length,n}function lc(e,n,o,c,h,b,P){let N,l,Y,p,k=!1,v=c,S=P;if(o===0){v=!0;let M=uf(n);M&&(o=M.length)}e:for(;o>=0&&o<n.length;){let M=n.charCodeAt(o);switch(M){case 13:n.charCodeAt(o+1)===10&&o++;case 10:if(o++,c)break e;v=!0,k&&(p=!0);continue;case 9:case 11:case 12:case 32:o++;continue;case 47:let ae=n.charCodeAt(o+1),xe=!1;if(ae===47||ae===42){let he=ae===47?2:3,fe=o;if(o+=2,ae===47)for(;o<n.length;){if(S_(n.charCodeAt(o))){xe=!0;break}o++}else for(;o<n.length;){if(n.charCodeAt(o)===42&&n.charCodeAt(o+1)===47){o+=2;break}o++}if(v){if(k&&(S=h(N,l,Y,p,b,S),!e&&S))return S;N=fe,l=o,Y=he,p=xe,k=!0}continue}break e;default:if(M>127&&Yo(M)){k&&S_(M)&&(p=!0),o++;continue}break e}}return k&&(S=h(N,l,Y,p,b,S)),S}function u0(e,n,o,c){return lc(!1,e,n,!1,o,c)}function p0(e,n,o,c){return lc(!1,e,n,!0,o,c)}function d0(e,n,o,c,h){return lc(!0,e,n,!1,o,c,h)}function m0(e,n,o,c,h){return lc(!0,e,n,!0,o,c,h)}function cf(e,n,o,c,h,b=[]){return b.push({kind:o,pos:e,end:n,hasTrailingNewLine:c}),b}function cp(e,n){return d0(e,n,cf,void 0,void 0)}function f0(e,n){return m0(e,n,cf,void 0,void 0)}function uf(e){let n=Rp.exec(e);if(n)return n[0]}function sn(e,n){return Lp(e)||e===36||e===95||e>127&&a0(e,n)}function qn(e,n,o){return of(e)||e===36||(o===1?e===45||e===58:!1)||e>127&&o0(e,n)}function h0(e,n,o){let c=Mr(e,0);if(!sn(c,n))return!1;for(let h=Ut(c);h<e.length;h+=Ut(c))if(!qn(c=Mr(e,h),n,o))return!1;return!0}function qp(e,n,o=0,c,h,b,P){var N=c,l,Y,p,k,v,S,M,ae,xe=0,he=0,fe=0;Dt(N,b,P);var j={getTokenFullStart:()=>p,getStartPos:()=>p,getTokenEnd:()=>l,getTextPos:()=>l,getToken:()=>v,getTokenStart:()=>k,getTokenPos:()=>k,getTokenText:()=>N.substring(k,l),getTokenValue:()=>S,hasUnicodeEscape:()=>(M&1024)!==0,hasExtendedUnicodeEscape:()=>(M&8)!==0,hasPrecedingLineBreak:()=>(M&1)!==0,hasPrecedingJSDocComment:()=>(M&2)!==0,hasPrecedingJSDocLeadingAsterisks:()=>(M&32768)!==0,isIdentifier:()=>v===80||v>118,isReservedWord:()=>v>=83&&v<=118,isUnterminated:()=>(M&4)!==0,getCommentDirectives:()=>ae,getNumericLiteralFlags:()=>M&25584,getTokenFlags:()=>M,reScanGreaterToken:lt,reScanAsteriskEqualsToken:Z_,reScanSlashToken:mt,reScanTemplateToken:Lt,reScanTemplateHeadOrNoSubstitutionTemplate:e_,scanJsxIdentifier:An,scanJsxAttributeValue:q_,reScanJsxAttributeValue:Ee,reScanJsxToken:en,reScanLessThanToken:ln,reScanHashToken:cn,reScanQuestionToken:L_,reScanInvalidIdentifier:Ot,scanJsxToken:R_,scanJsDocToken:O,scanJSDocCommentTextToken:un,scan:st,getText:Qe,clearCommentDirectives:at,setText:Dt,setScriptTarget:ot,setLanguageVariant:Xn,setScriptKind:y_,setJSDocParsingMode:Dn,setOnError:vt,resetTokenState:U_,setTextPos:U_,setSkipJsDocLeadingAsterisks:dr,tryScan:$e,lookAhead:we,scanRange:me};return q.isDebugging&&Object.defineProperty(j,"__debugShowCurrentPositionInText",{get:()=>{let R=j.getText();return R.slice(0,j.getTokenFullStart())+"║"+R.slice(j.getTokenFullStart())}}),j;function oe(R){return Mr(N,R)}function Ie(R){return R>=0&&R<Y?oe(R):-1}function X(R){return N.charCodeAt(R)}function le(R){return R>=0&&R<Y?X(R):-1}function V(R,Q=l,ee,Te){if(h){let Se=l;l=Q,h(R,ee||0,Te),l=Se}}function dt(){let R=l,Q=!1,ee=!1,Te="";for(;;){let Se=X(l);if(Se===95){M|=512,Q?(Q=!1,ee=!0,Te+=N.substring(R,l)):(M|=16384,V(ee?C.Multiple_consecutive_numeric_separators_are_not_permitted:C.Numeric_separators_are_not_allowed_here,l,1)),l++,R=l;continue}if(ar(Se)){Q=!0,ee=!1,l++;continue}break}return X(l-1)===95&&(M|=16384,V(C.Numeric_separators_are_not_allowed_here,l-1,1)),Te+N.substring(R,l)}function $_(){let R=l,Q;if(X(l)===48)if(l++,X(l)===95)M|=16896,V(C.Numeric_separators_are_not_allowed_here,l,1),l--,Q=dt();else if(!Q_())M|=8192,Q=""+ +S;else if(!S)Q="0";else{S=""+parseInt(S,8),M|=32;let ge=v===41,Be=(ge?"-":"")+"0o"+(+S).toString(8);return ge&&R--,V(C.Octal_literals_are_not_allowed_Use_the_syntax_0,R,l-R,Be),9}else Q=dt();let ee,Te;X(l)===46&&(l++,ee=dt());let Se=l;if(X(l)===69||X(l)===101){l++,M|=16,(X(l)===43||X(l)===45)&&l++;let ge=l,Be=dt();Be?(Te=N.substring(Se,ge)+Be,Se=l):V(C.Digit_expected)}let ke;if(M&512?(ke=Q,ee&&(ke+="."+ee),Te&&(ke+=Te)):ke=N.substring(R,Se),M&8192)return V(C.Decimals_with_leading_zeros_are_not_allowed,R,Se-R),S=""+ +ke,9;if(ee!==void 0||M&16)return m_(R,ee===void 0&&!!(M&16)),S=""+ +ke,9;{S=ke;let ge=Wt();return m_(R),ge}}function m_(R,Q){if(!sn(oe(l),e))return;let ee=l,{length:Te}=bt();Te===1&&N[ee]==="n"?V(Q?C.A_bigint_literal_cannot_use_exponential_notation:C.A_bigint_literal_must_be_an_integer,R,ee-R+1):(V(C.An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal,ee,Te),l=ee)}function Q_(){let R=l,Q=!0;for(;ar(le(l));)Hu(X(l))||(Q=!1),l++;return S=N.substring(R,l),Q}function f_(R,Q){let ee=ze(R,!1,Q);return ee?parseInt(ee,16):-1}function A_(R,Q){return ze(R,!0,Q)}function ze(R,Q,ee){let Te=[],Se=!1,ke=!1;for(;Te.length<R||Q;){let ge=X(l);if(ee&&ge===95){M|=512,Se?(Se=!1,ke=!0):V(ke?C.Multiple_consecutive_numeric_separators_are_not_permitted:C.Numeric_separators_are_not_allowed_here,l,1),l++;continue}if(Se=ee,ge>=65&&ge<=70)ge+=32;else if(!(ge>=48&&ge<=57||ge>=97&&ge<=102))break;Te.push(ge),l++,ke=!1}return Te.length<R&&(Te=[]),X(l-1)===95&&V(C.Numeric_separators_are_not_allowed_here,l-1,1),String.fromCharCode(...Te)}function Y_(R=!1){let Q=X(l);l++;let ee="",Te=l;for(;;){if(l>=Y){ee+=N.substring(Te,l),M|=4,V(C.Unterminated_string_literal);break}let Se=X(l);if(Se===Q){ee+=N.substring(Te,l),l++;break}if(Se===92&&!R){ee+=N.substring(Te,l),ee+=It(3),Te=l;continue}if((Se===10||Se===13)&&!R){ee+=N.substring(Te,l),M|=4,V(C.Unterminated_string_literal);break}l++}return ee}function Cn(R){let Q=X(l)===96;l++;let ee=l,Te="",Se;for(;;){if(l>=Y){Te+=N.substring(ee,l),M|=4,V(C.Unterminated_template_literal),Se=Q?15:18;break}let ke=X(l);if(ke===96){Te+=N.substring(ee,l),l++,Se=Q?15:18;break}if(ke===36&&l+1<Y&&X(l+1)===123){Te+=N.substring(ee,l),l+=2,Se=Q?16:17;break}if(ke===92){Te+=N.substring(ee,l),Te+=It(1|(R?2:0)),ee=l;continue}if(ke===13){Te+=N.substring(ee,l),l++,l<Y&&X(l)===10&&l++,Te+=`
12
+ `,ee=l;continue}l++}return q.assert(Se!==void 0),S=Te,Se}function It(R){let Q=l;if(l++,l>=Y)return V(C.Unexpected_end_of_text),"";let ee=X(l);switch(l++,ee){case 48:if(l>=Y||!ar(X(l)))return"\0";case 49:case 50:case 51:l<Y&&Hu(X(l))&&l++;case 52:case 53:case 54:case 55:if(l<Y&&Hu(X(l))&&l++,M|=2048,R&6){let ke=parseInt(N.substring(Q+1,l),8);return R&4&&!(R&32)&&ee!==48?V(C.Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead,Q,l-Q,"\\x"+ke.toString(16).padStart(2,"0")):V(C.Octal_escape_sequences_are_not_allowed_Use_the_syntax_0,Q,l-Q,"\\x"+ke.toString(16).padStart(2,"0")),String.fromCharCode(ke)}return N.substring(Q,l);case 56:case 57:return M|=2048,R&6?(R&4&&!(R&32)?V(C.Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class,Q,l-Q):V(C.Escape_sequence_0_is_not_allowed,Q,l-Q,N.substring(Q,l)),String.fromCharCode(ee)):N.substring(Q,l);case 98:return"\b";case 116:return" ";case 110:return`
13
+ `;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 39:return"'";case 34:return'"';case 117:if(l<Y&&X(l)===123){l-=2;let ke=M_(!!(R&6));return R&17||(M|=2048,R&6&&V(C.Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set,Q,l-Q)),ke}for(;l<Q+6;l++)if(!(l<Y&&Vu(X(l))))return M|=2048,R&6&&V(C.Hexadecimal_digit_expected),N.substring(Q,l);M|=1024;let Te=parseInt(N.substring(Q+2,l),16),Se=String.fromCharCode(Te);if(R&16&&Te>=55296&&Te<=56319&&l+6<Y&&N.substring(l,l+2)==="\\u"&&X(l+2)!==123){let ke=l,ge=l+2;for(;ge<ke+6;ge++)if(!Vu(X(ge)))return Se;let Be=parseInt(N.substring(ke+2,ge),16);if(Be>=56320&&Be<=57343)return l=ge,Se+String.fromCharCode(Be)}return Se;case 120:for(;l<Q+4;l++)if(!(l<Y&&Vu(X(l))))return M|=2048,R&6&&V(C.Hexadecimal_digit_expected),N.substring(Q,l);return M|=4096,String.fromCharCode(parseInt(N.substring(Q+2,l),16));case 13:l<Y&&X(l)===10&&l++;case 10:case 8232:case 8233:return"";default:return(R&16||R&4&&!(R&8)&&qn(ee,e))&&V(C.This_character_cannot_be_escaped_in_a_regular_expression,l-2,2),String.fromCharCode(ee)}}function M_(R){let Q=l;l+=3;let ee=l,Te=A_(1,!1),Se=Te?parseInt(Te,16):-1,ke=!1;return Se<0?(R&&V(C.Hexadecimal_digit_expected),ke=!0):Se>1114111&&(R&&V(C.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive,ee,l-ee),ke=!0),l>=Y?(R&&V(C.Unexpected_end_of_text),ke=!0):X(l)===125?l++:(R&&V(C.Unterminated_Unicode_escape_sequence),ke=!0),ke?(M|=2048,N.substring(Q,l)):(M|=8,Td(Se))}function D_(){if(l+5<Y&&X(l+1)===117){let R=l;l+=2;let Q=f_(4,!1);return l=R,Q}return-1}function Ft(){if(oe(l+1)===117&&oe(l+2)===123){let R=l;l+=3;let Q=A_(1,!1),ee=Q?parseInt(Q,16):-1;return l=R,ee}return-1}function bt(){let R="",Q=l;for(;l<Y;){let ee=oe(l);if(qn(ee,e))l+=Ut(ee);else if(ee===92){if(ee=Ft(),ee>=0&&qn(ee,e)){R+=M_(!0),Q=l;continue}if(ee=D_(),!(ee>=0&&qn(ee,e)))break;M|=1024,R+=N.substring(Q,l),R+=Td(ee),l+=6,Q=l}else break}return R+=N.substring(Q,l),R}function He(){let R=S.length;if(R>=2&&R<=12){let Q=S.charCodeAt(0);if(Q>=97&&Q<=122){let ee=$h.get(S);if(ee!==void 0)return v=ee}}return v=80}function O_(R){let Q="",ee=!1,Te=!1;for(;;){let Se=X(l);if(Se===95){M|=512,ee?(ee=!1,Te=!0):V(Te?C.Multiple_consecutive_numeric_separators_are_not_permitted:C.Numeric_separators_are_not_allowed_here,l,1),l++;continue}if(ee=!0,!ar(Se)||Se-48>=R)break;Q+=N[l],l++,Te=!1}return X(l-1)===95&&V(C.Numeric_separators_are_not_allowed_here,l-1,1),Q}function Wt(){return X(l)===110?(S+="n",M&384&&(S=A2(S)+"n"),l++,10):(S=""+(M&128?parseInt(S.slice(2),2):M&256?parseInt(S.slice(2),8):+S),9)}function st(){for(p=l,M=0;;){if(k=l,l>=Y)return v=1;let R=oe(l);if(l===0&&R===35&&sf(N,l)){if(l=lf(N,l),n)continue;return v=6}switch(R){case 10:case 13:if(M|=1,n){l++;continue}else return R===13&&l+1<Y&&X(l+1)===10?l+=2:l++,v=4;case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8203:case 8239:case 8287:case 12288:case 65279:if(n){l++;continue}else{for(;l<Y&&Vo(X(l));)l++;return v=5}case 33:return X(l+1)===61?X(l+2)===61?(l+=3,v=38):(l+=2,v=36):(l++,v=54);case 34:case 39:return S=Y_(),v=11;case 96:return v=Cn(!1);case 37:return X(l+1)===61?(l+=2,v=70):(l++,v=45);case 38:return X(l+1)===38?X(l+2)===61?(l+=3,v=77):(l+=2,v=56):X(l+1)===61?(l+=2,v=74):(l++,v=51);case 40:return l++,v=21;case 41:return l++,v=22;case 42:if(X(l+1)===61)return l+=2,v=67;if(X(l+1)===42)return X(l+2)===61?(l+=3,v=68):(l+=2,v=43);if(l++,xe&&(M&32768)===0&&M&1){M|=32768;continue}return v=42;case 43:return X(l+1)===43?(l+=2,v=46):X(l+1)===61?(l+=2,v=65):(l++,v=40);case 44:return l++,v=28;case 45:return X(l+1)===45?(l+=2,v=47):X(l+1)===61?(l+=2,v=66):(l++,v=41);case 46:return ar(X(l+1))?($_(),v=9):X(l+1)===46&&X(l+2)===46?(l+=3,v=26):(l++,v=25);case 47:if(X(l+1)===47){for(l+=2;l<Y&&!S_(X(l));)l++;if(ae=a_(ae,N.slice(k,l),_0,k),n)continue;return v=2}if(X(l+1)===42){l+=2;let ge=X(l)===42&&X(l+1)!==47,Be=!1,Ye=k;for(;l<Y;){let Xe=X(l);if(Xe===42&&X(l+1)===47){l+=2,Be=!0;break}l++,S_(Xe)&&(Ye=l,M|=1)}if(ge&&rt()&&(M|=2),ae=a_(ae,N.slice(Ye,l),n0,Ye),Be||V(C.Asterisk_Slash_expected),n)continue;return Be||(M|=4),v=3}return X(l+1)===61?(l+=2,v=69):(l++,v=44);case 48:if(l+2<Y&&(X(l+1)===88||X(l+1)===120))return l+=2,S=A_(1,!0),S||(V(C.Hexadecimal_digit_expected),S="0"),S="0x"+S,M|=64,v=Wt();if(l+2<Y&&(X(l+1)===66||X(l+1)===98))return l+=2,S=O_(2),S||(V(C.Binary_digit_expected),S="0"),S="0b"+S,M|=128,v=Wt();if(l+2<Y&&(X(l+1)===79||X(l+1)===111))return l+=2,S=O_(8),S||(V(C.Octal_digit_expected),S="0"),S="0o"+S,M|=256,v=Wt();case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return v=$_();case 58:return l++,v=59;case 59:return l++,v=27;case 60:if(Jr(N,l)){if(l=Ta(N,l,V),n)continue;return v=7}return X(l+1)===60?X(l+2)===61?(l+=3,v=71):(l+=2,v=48):X(l+1)===61?(l+=2,v=33):o===1&&X(l+1)===47&&X(l+2)!==42?(l+=2,v=31):(l++,v=30);case 61:if(Jr(N,l)){if(l=Ta(N,l,V),n)continue;return v=7}return X(l+1)===61?X(l+2)===61?(l+=3,v=37):(l+=2,v=35):X(l+1)===62?(l+=2,v=39):(l++,v=64);case 62:if(Jr(N,l)){if(l=Ta(N,l,V),n)continue;return v=7}return l++,v=32;case 63:return X(l+1)===46&&!ar(X(l+2))?(l+=2,v=29):X(l+1)===63?X(l+2)===61?(l+=3,v=78):(l+=2,v=61):(l++,v=58);case 91:return l++,v=23;case 93:return l++,v=24;case 94:return X(l+1)===61?(l+=2,v=79):(l++,v=53);case 123:return l++,v=19;case 124:if(Jr(N,l)){if(l=Ta(N,l,V),n)continue;return v=7}return X(l+1)===124?X(l+2)===61?(l+=3,v=76):(l+=2,v=57):X(l+1)===61?(l+=2,v=75):(l++,v=52);case 125:return l++,v=20;case 126:return l++,v=55;case 64:return l++,v=60;case 92:let Q=Ft();if(Q>=0&&sn(Q,e))return S=M_(!0)+bt(),v=He();let ee=D_();return ee>=0&&sn(ee,e)?(l+=6,M|=1024,S=String.fromCharCode(ee)+bt(),v=He()):(V(C.Invalid_character),l++,v=0);case 35:if(l!==0&&N[l+1]==="!")return V(C.can_only_be_used_at_the_start_of_a_file,l,2),l++,v=0;let Te=oe(l+1);if(Te===92){l++;let ge=Ft();if(ge>=0&&sn(ge,e))return S="#"+M_(!0)+bt(),v=81;let Be=D_();if(Be>=0&&sn(Be,e))return l+=6,M|=1024,S="#"+String.fromCharCode(Be)+bt(),v=81;l--}return sn(Te,e)?(l++,jt(Te,e)):(S="#",V(C.Invalid_character,l++,Ut(R))),v=81;case 65533:return V(C.File_appears_to_be_binary,0,0),l=Y,v=8;default:let Se=jt(R,e);if(Se)return v=Se;if(Vo(R)){l+=Ut(R);continue}else if(S_(R)){M|=1,l+=Ut(R);continue}let ke=Ut(R);return V(C.Invalid_character,l,ke),l+=ke,v=0}}}function rt(){switch(fe){case 0:return!0;case 1:return!1}return he!==3&&he!==4?!0:fe===3?!1:r0.test(N.slice(p,l))}function Ot(){q.assert(v===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),l=k=p,M=0;let R=oe(l),Q=jt(R,99);return Q?v=Q:(l+=Ut(R),v)}function jt(R,Q){let ee=R;if(sn(ee,Q)){for(l+=Ut(ee);l<Y&&qn(ee=oe(l),Q);)l+=Ut(ee);return S=N.substring(k,l),ee===92&&(S+=bt()),He()}}function lt(){if(v===32){if(X(l)===62)return X(l+1)===62?X(l+2)===61?(l+=3,v=73):(l+=2,v=50):X(l+1)===61?(l+=2,v=72):(l++,v=49);if(X(l)===61)return l++,v=34}return v}function Z_(){return q.assert(v===67,"'reScanAsteriskEqualsToken' should only be called on a '*='"),l=k+1,v=64}function mt(R){if(v===44||v===69){let Q=k+1;l=Q;let ee=!1,Te=!1,Se=!1;for(;;){let ge=le(l);if(ge===-1||S_(ge)){M|=4;break}if(ee)ee=!1;else{if(ge===47&&!Se)break;ge===91?Se=!0:ge===92?ee=!0:ge===93?Se=!1:!Se&&ge===40&&le(l+1)===63&&le(l+2)===60&&le(l+3)!==61&&le(l+3)!==33&&(Te=!0)}l++}let ke=l;if(M&4){l=Q,ee=!1;let ge=0,Be=!1,Ye=0;for(;l<ke;){let Xe=X(l);if(ee)ee=!1;else if(Xe===92)ee=!0;else if(Xe===91)ge++;else if(Xe===93&&ge)ge--;else if(!ge){if(Xe===123)Be=!0;else if(Xe===125&&Be)Be=!1;else if(!Be){if(Xe===40)Ye++;else if(Xe===41&&Ye)Ye--;else if(Xe===41||Xe===93||Xe===125)break}}l++}for(;Yo(le(l-1))||le(l-1)===59;)l--;V(C.Unterminated_regular_expression_literal,k,l-k)}else{l++;let ge=0;for(;;){let Be=Ie(l);if(Be===-1||!qn(Be,e))break;let Ye=Ut(Be);if(R){let Xe=wd(Be);Xe===void 0?V(C.Unknown_regular_expression_flag,l,Ye):ge&Xe?V(C.Duplicate_regular_expression_flag,l,Ye):((ge|Xe)&96)===96?V(C.The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously,l,Ye):(ge|=Xe,ht(Xe,Ye))}l+=Ye}R&&me(Q,ke-Q,()=>{h_(ge,!0,Te)})}S=N.substring(k,l),v=14}return v}function h_(R,Q,ee){var Te=!!(R&64),Se=!!(R&96),ke=Se||!Q,ge=!1,Be=0,Ye,Xe,Ae,E_=[],nt;function o_(W){for(;;){if(E_.push(nt),nt=void 0,pn(W),nt=E_.pop(),le(l)!==124)return;l++}}function pn(W){let ue=!1;for(;;){let Ue=l,ve=le(l);switch(ve){case-1:return;case 94:case 36:l++,ue=!1;break;case 92:switch(l++,le(l)){case 98:case 66:l++,ue=!1;break;default:F(),ue=!0;break}break;case 40:if(l++,le(l)===63)switch(l++,le(l)){case 61:case 33:l++,ue=!ke;break;case 60:let xt=l;switch(l++,le(l)){case 61:case 33:l++,ue=!1;break;default:Ve(!1),i_(62),e<5&&V(C.Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later,xt,l-xt),Be++,ue=!0;break}break;default:let Jt=l,s_=J(0);le(l)===45&&(l++,J(s_),l===Jt+1&&V(C.Subpattern_flags_must_be_present_when_there_is_a_minus_sign,Jt,l-Jt)),i_(58),ue=!0;break}else Be++,ue=!0;o_(!0),i_(41);break;case 123:l++;let L=l;Q_();let ft=S;if(!ke&&!ft){ue=!0;break}if(le(l)===44){l++,Q_();let xt=S;if(ft)xt&&Number.parseInt(ft)>Number.parseInt(xt)&&(ke||le(l)===125)&&V(C.Numbers_out_of_order_in_quantifier,L,l-L);else if(xt||le(l)===125)V(C.Incomplete_quantifier_Digit_expected,L,0);else{V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,Ue,1,String.fromCharCode(ve)),ue=!0;break}}else if(!ft){ke&&V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,Ue,1,String.fromCharCode(ve)),ue=!0;break}if(le(l)!==125)if(ke)V(C._0_expected,l,0,"}"),l--;else{ue=!0;break}case 42:case 43:case 63:l++,le(l)===63&&l++,ue||V(C.There_is_nothing_available_for_repetition,Ue,l-Ue),ue=!1;break;case 46:l++,ue=!0;break;case 91:l++,Te?Ke():Ze(),i_(93),ue=!0;break;case 41:if(W)return;case 93:case 125:(ke||ve===41)&&V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l,1,String.fromCharCode(ve)),l++,ue=!0;break;case 47:case 124:return;default:mr(),ue=!0;break}}}function J(W){for(;;){let ue=Ie(l);if(ue===-1||!qn(ue,e))break;let Ue=Ut(ue),ve=wd(ue);ve===void 0?V(C.Unknown_regular_expression_flag,l,Ue):W&ve?V(C.Duplicate_regular_expression_flag,l,Ue):ve&28?(W|=ve,ht(ve,Ue)):V(C.This_regular_expression_flag_cannot_be_toggled_within_a_subpattern,l,Ue),l+=Ue}return W}function F(){switch(q.assertEqual(X(l-1),92),le(l)){case 107:l++,le(l)===60?(l++,Ve(!0),i_(62)):(ke||ee)&&V(C.k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets,l-2,2);break;case 113:if(Te){l++,V(C.q_is_only_available_inside_character_class,l-2,2);break}default:q.assert(dn()||d()||Le(!0));break}}function d(){q.assertEqual(X(l-1),92);let W=le(l);if(W>=49&&W<=57){let ue=l;return Q_(),Ae=T_(Ae,{pos:ue,end:l,value:+S}),!0}return!1}function Le(W){q.assertEqual(X(l-1),92);let ue=le(l);switch(ue){case-1:return V(C.Undetermined_character_escape,l-1,1),"\\";case 99:if(l++,ue=le(l),Lp(ue))return l++,String.fromCharCode(ue&31);if(ke)V(C.c_must_be_followed_by_an_ASCII_letter,l-2,2);else if(W)return l--,"\\";return String.fromCharCode(ue);case 94:case 36:case 47:case 92:case 46:case 42:case 43:case 63:case 40:case 41:case 91:case 93:case 123:case 125:case 124:return l++,String.fromCharCode(ue);default:return l--,It(4|(Q?8:0)|(Se?16:0)|(W?32:0))}}function Ve(W){q.assertEqual(X(l-1),60),k=l,jt(Ie(l),e),l===k?V(C.Expected_a_capturing_group_name):W?Xe=T_(Xe,{pos:k,end:l,name:S}):nt!=null&&nt.has(S)||E_.some(ue=>ue==null?void 0:ue.has(S))?V(C.Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other,k,l-k):(nt??(nt=new Set),nt.add(S),Ye??(Ye=new Set),Ye.add(S))}function B(W){return W===93||W===-1||l>=Y}function Ze(){for(q.assertEqual(X(l-1),91),le(l)===94&&l++;;){let W=le(l);if(B(W))return;let ue=l,Ue=Gt();if(le(l)===45){l++;let ve=le(l);if(B(ve))return;!Ue&&ke&&V(C.A_character_class_range_must_not_be_bounded_by_another_character_class,ue,l-1-ue);let L=l,ft=Gt();if(!ft&&ke){V(C.A_character_class_range_must_not_be_bounded_by_another_character_class,L,l-L);continue}if(!Ue)continue;let xt=Mr(Ue,0),Jt=Mr(ft,0);Ue.length===Ut(xt)&&ft.length===Ut(Jt)&&xt>Jt&&V(C.Range_out_of_order_in_character_class,ue,l-ue)}}}function Ke(){q.assertEqual(X(l-1),91);let W=!1;le(l)===94&&(l++,W=!0);let ue=!1,Ue=le(l);if(B(Ue))return;let ve=l,L;switch(N.slice(l,l+2)){case"--":case"&&":V(C.Expected_a_class_set_operand),ge=!1;break;default:L=Et();break}switch(le(l)){case 45:if(le(l+1)===45){W&&ge&&V(C.Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class,ve,l-ve),ue=ge,We(3),ge=!W&&ue;return}break;case 38:if(le(l+1)===38){We(2),W&&ge&&V(C.Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class,ve,l-ve),ue=ge,ge=!W&&ue;return}else V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l,1,String.fromCharCode(Ue));break;default:W&&ge&&V(C.Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class,ve,l-ve),ue=ge;break}for(;Ue=le(l),Ue!==-1;){switch(Ue){case 45:if(l++,Ue=le(l),B(Ue)){ge=!W&&ue;return}if(Ue===45){l++,V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l-2,2),ve=l-2,L=N.slice(ve,l);continue}else{L||V(C.A_character_class_range_must_not_be_bounded_by_another_character_class,ve,l-1-ve);let ft=l,xt=Et();if(W&&ge&&V(C.Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class,ft,l-ft),ue||(ue=ge),!xt){V(C.A_character_class_range_must_not_be_bounded_by_another_character_class,ft,l-ft);break}if(!L)break;let Jt=Mr(L,0),s_=Mr(xt,0);L.length===Ut(Jt)&&xt.length===Ut(s_)&&Jt>s_&&V(C.Range_out_of_order_in_character_class,ve,l-ve)}break;case 38:ve=l,l++,le(l)===38?(l++,V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l-2,2),le(l)===38&&(V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l,1,String.fromCharCode(Ue)),l++)):V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l-1,1,String.fromCharCode(Ue)),L=N.slice(ve,l);continue}if(B(le(l)))break;switch(ve=l,N.slice(l,l+2)){case"--":case"&&":V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l,2),l+=2,L=N.slice(ve,l);break;default:L=Et();break}}ge=!W&&ue}function We(W){let ue=ge;for(;;){let Ue=le(l);if(B(Ue))break;switch(Ue){case 45:l++,le(l)===45?(l++,W!==3&&V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l-2,2)):V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l-1,1);break;case 38:l++,le(l)===38?(l++,W!==2&&V(C.Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead,l-2,2),le(l)===38&&(V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l,1,String.fromCharCode(Ue)),l++)):V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l-1,1,String.fromCharCode(Ue));break;default:switch(W){case 3:V(C._0_expected,l,0,"--");break;case 2:V(C._0_expected,l,0,"&&");break}break}if(Ue=le(l),B(Ue)){V(C.Expected_a_class_set_operand);break}Et(),ue&&(ue=ge)}ge=ue}function Et(){switch(ge=!1,le(l)){case-1:return"";case 91:return l++,Ke(),i_(93),"";case 92:if(l++,dn())return"";if(le(l)===113)return l++,le(l)===123?(l++,yt(),i_(125),""):(V(C.q_must_be_followed_by_string_alternatives_enclosed_in_braces,l-2,2),"q");l--;default:return Pt()}}function yt(){q.assertEqual(X(l-1),123);let W=0;for(;;)switch(le(l)){case-1:return;case 125:W!==1&&(ge=!0);return;case 124:W!==1&&(ge=!0),l++,b=l,W=0;break;default:Pt(),W++;break}}function Pt(){let W=le(l);if(W===-1)return"";if(W===92){l++;let ue=le(l);switch(ue){case 98:return l++,"\b";case 38:case 45:case 33:case 35:case 37:case 44:case 58:case 59:case 60:case 61:case 62:case 64:case 96:case 126:return l++,String.fromCharCode(ue);default:return Le(!1)}}else if(W===le(l+1))switch(W){case 38:case 33:case 35:case 37:case 42:case 43:case 44:case 46:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 96:case 126:return V(C.A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backslash,l,2),l+=2,N.substring(l-2,l)}switch(W){case 47:case 40:case 41:case 91:case 93:case 123:case 125:case 45:case 124:return V(C.Unexpected_0_Did_you_mean_to_escape_it_with_backslash,l,1,String.fromCharCode(W)),l++,String.fromCharCode(W)}return mr()}function Gt(){if(le(l)===92){l++;let W=le(l);switch(W){case 98:return l++,"\b";case 45:return l++,String.fromCharCode(W);default:return dn()?"":Le(!1)}}else return mr()}function dn(){q.assertEqual(X(l-1),92);let W=!1,ue=l-1,Ue=le(l);switch(Ue){case 100:case 68:case 115:case 83:case 119:case 87:return l++,!0;case 80:W=!0;case 112:if(l++,le(l)===123){l++;let ve=l,L=B_();if(le(l)===61){let ft=Sd.get(L);if(l===ve)V(C.Expected_a_Unicode_property_name);else if(ft===void 0){V(C.Unknown_Unicode_property_name,ve,l-ve);let s_=Wo(L,Sd.keys(),gt);s_&&V(C.Did_you_mean_0,ve,l-ve,s_)}l++;let xt=l,Jt=B_();if(l===xt)V(C.Expected_a_Unicode_property_value);else if(ft!==void 0&&!Pa[ft].has(Jt)){V(C.Unknown_Unicode_property_value,xt,l-xt);let s_=Wo(Jt,Pa[ft],gt);s_&&V(C.Did_you_mean_0,xt,l-xt,s_)}}else if(l===ve)V(C.Expected_a_Unicode_property_name_or_value);else if(Cd.has(L))Te?W?V(C.Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class,ve,l-ve):ge=!0:V(C.Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_the_Unicode_Sets_v_flag_is_set,ve,l-ve);else if(!Pa.General_Category.has(L)&&!kd.has(L)){V(C.Unknown_Unicode_property_name_or_value,ve,l-ve);let ft=Wo(L,[...Pa.General_Category,...kd,...Cd],gt);ft&&V(C.Did_you_mean_0,ve,l-ve,ft)}i_(125),Se||V(C.Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set,ue,l-ue)}else if(ke)V(C._0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces,l-2,2,String.fromCharCode(Ue));else return l--,!1;return!0}return!1}function B_(){let W="";for(;;){let ue=le(l);if(ue===-1||!of(ue))break;W+=String.fromCharCode(ue),l++}return W}function mr(){let W=Se?Ut(Ie(l)):1;return l+=W,W>0?N.substring(l-W,l):""}function i_(W){le(l)===W?l++:V(C._0_expected,l,0,String.fromCharCode(W))}o_(!1),J_(Xe,W=>{if(!(Ye!=null&&Ye.has(W.name))&&(V(C.There_is_no_capturing_group_named_0_in_this_regular_expression,W.pos,W.end-W.pos,W.name),Ye)){let ue=Wo(W.name,Ye,gt);ue&&V(C.Did_you_mean_0,W.pos,W.end-W.pos,ue)}}),J_(Ae,W=>{W.value>Be&&(Be?V(C.This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression,W.pos,W.end-W.pos,Be):V(C.This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression,W.pos,W.end-W.pos))})}function ht(R,Q){let ee=Qh.get(R);ee&&e<ee&&V(C.This_regular_expression_flag_is_only_available_when_targeting_0_or_later,l,Q,w2(ee))}function a_(R,Q,ee,Te){let Se=_t(Q.trimStart(),ee);return Se===void 0?R:T_(R,{range:{pos:Te,end:l},type:Se})}function _t(R,Q){let ee=Q.exec(R);if(ee)switch(ee[1]){case"ts-expect-error":return 0;case"ts-ignore":return 1}}function Lt(R){return l=k,v=Cn(!R)}function e_(){return l=k,v=Cn(!0)}function en(R=!0){return l=k=p,v=R_(R)}function ln(){return v===48?(l=k+1,v=30):v}function cn(){return v===81?(l=k+1,v=63):v}function L_(){return q.assert(v===61,"'reScanQuestionToken' should only be called on a '??'"),l=k+1,v=58}function R_(R=!0){if(p=k=l,l>=Y)return v=1;let Q=X(l);if(Q===60)return X(l+1)===47?(l+=2,v=31):(l++,v=30);if(Q===123)return l++,v=19;let ee=0;for(;l<Y&&(Q=X(l),Q!==123);){if(Q===60){if(Jr(N,l))return l=Ta(N,l,V),v=7;break}if(Q===62&&V(C.Unexpected_token_Did_you_mean_or_gt,l,1),Q===125&&V(C.Unexpected_token_Did_you_mean_or_rbrace,l,1),S_(Q)&&ee===0)ee=-1;else{if(!R&&S_(Q)&&ee>0)break;Yo(Q)||(ee=l)}l++}return S=N.substring(p,l),ee===-1?13:12}function An(){if(Tt(v)){for(;l<Y;){if(X(l)===45){S+="-",l++;continue}let R=l;if(S+=bt(),l===R)break}return He()}return v}function q_(){switch(p=l,X(l)){case 34:case 39:return S=Y_(!0),v=11;default:return st()}}function Ee(){return l=k=p,q_()}function un(R){if(p=k=l,M=0,l>=Y)return v=1;for(let Q=X(l);l<Y&&!S_(Q)&&Q!==96&&!(!R&&(Q===123||Q===64&&l-1>=0&&Vo(X(l-1))&&!(l+1<Y&&Yo(X(l+1)))));Q=oe(++l));return l===k?O():(S=N.substring(k,l),v=82)}function O(){if(p=k=l,M=0,l>=Y)return v=1;let R=oe(l);switch(l+=Ut(R),R){case 9:case 11:case 12:case 32:for(;l<Y&&Vo(X(l));)l++;return v=5;case 64:return v=60;case 13:X(l)===10&&l++;case 10:return M|=1,v=4;case 42:return v=42;case 123:return v=19;case 125:return v=20;case 91:return v=23;case 93:return v=24;case 40:return v=21;case 41:return v=22;case 60:return v=30;case 62:return v=32;case 61:return v=64;case 44:return v=28;case 46:return v=25;case 96:return v=62;case 35:return v=63;case 92:l--;let Q=Ft();if(Q>=0&&sn(Q,e))return S=M_(!0)+bt(),v=He();let ee=D_();return ee>=0&&sn(ee,e)?(l+=6,M|=1024,S=String.fromCharCode(ee)+bt(),v=He()):(l++,v=0)}if(sn(R,e)){let Q=R;for(;l<Y&&qn(Q=oe(l),e)||Q===45;)l+=Ut(Q);return S=N.substring(k,l),Q===92&&(S+=bt()),v=He()}else return v=0}function ie(R,Q){let ee=l,Te=p,Se=k,ke=v,ge=S,Be=M,Ye=R();return(!Ye||Q)&&(l=ee,p=Te,k=Se,v=ke,S=ge,M=Be),Ye}function me(R,Q,ee){let Te=Y,Se=l,ke=p,ge=k,Be=v,Ye=S,Xe=M,Ae=ae;Dt(N,R,Q);let E_=ee();return Y=Te,l=Se,p=ke,k=ge,v=Be,S=Ye,M=Xe,ae=Ae,E_}function we(R){return ie(R,!0)}function $e(R){return ie(R,!1)}function Qe(){return N}function at(){ae=void 0}function Dt(R,Q,ee){N=R||"",Y=ee===void 0?N.length:Q+ee,U_(Q||0)}function vt(R){h=R}function ot(R){e=R}function Xn(R){o=R}function y_(R){he=R}function Dn(R){fe=R}function U_(R){q.assert(R>=0),l=R,p=R,k=R,v=0,S=void 0,M=0}function dr(R){xe+=R?1:-1}}function Mr(e,n){return e.codePointAt(n)}function Ut(e){return e>=65536?2:e===-1?0:1}function y0(e){if(q.assert(0<=e&&e<=1114111),e<=65535)return String.fromCharCode(e);let n=Math.floor((e-65536)/1024)+55296,o=(e-65536)%1024+56320;return String.fromCharCode(n,o)}var g0=String.fromCodePoint?e=>String.fromCodePoint(e):y0;function Td(e){return g0(e)}var Sd=new Map(Object.entries({General_Category:"General_Category",gc:"General_Category",Script:"Script",sc:"Script",Script_Extensions:"Script_Extensions",scx:"Script_Extensions"})),kd=new Set(["ASCII","ASCII_Hex_Digit","AHex","Alphabetic","Alpha","Any","Assigned","Bidi_Control","Bidi_C","Bidi_Mirrored","Bidi_M","Case_Ignorable","CI","Cased","Changes_When_Casefolded","CWCF","Changes_When_Casemapped","CWCM","Changes_When_Lowercased","CWL","Changes_When_NFKC_Casefolded","CWKCF","Changes_When_Titlecased","CWT","Changes_When_Uppercased","CWU","Dash","Default_Ignorable_Code_Point","DI","Deprecated","Dep","Diacritic","Dia","Emoji","Emoji_Component","EComp","Emoji_Modifier","EMod","Emoji_Modifier_Base","EBase","Emoji_Presentation","EPres","Extended_Pictographic","ExtPict","Extender","Ext","Grapheme_Base","Gr_Base","Grapheme_Extend","Gr_Ext","Hex_Digit","Hex","IDS_Binary_Operator","IDSB","IDS_Trinary_Operator","IDST","ID_Continue","IDC","ID_Start","IDS","Ideographic","Ideo","Join_Control","Join_C","Logical_Order_Exception","LOE","Lowercase","Lower","Math","Noncharacter_Code_Point","NChar","Pattern_Syntax","Pat_Syn","Pattern_White_Space","Pat_WS","Quotation_Mark","QMark","Radical","Regional_Indicator","RI","Sentence_Terminal","STerm","Soft_Dotted","SD","Terminal_Punctuation","Term","Unified_Ideograph","UIdeo","Uppercase","Upper","Variation_Selector","VS","White_Space","space","XID_Continue","XIDC","XID_Start","XIDS"]),Cd=new Set(["Basic_Emoji","Emoji_Keycap_Sequence","RGI_Emoji_Modifier_Sequence","RGI_Emoji_Flag_Sequence","RGI_Emoji_Tag_Sequence","RGI_Emoji_ZWJ_Sequence","RGI_Emoji"]),Pa={General_Category:new Set(["C","Other","Cc","Control","cntrl","Cf","Format","Cn","Unassigned","Co","Private_Use","Cs","Surrogate","L","Letter","LC","Cased_Letter","Ll","Lowercase_Letter","Lm","Modifier_Letter","Lo","Other_Letter","Lt","Titlecase_Letter","Lu","Uppercase_Letter","M","Mark","Combining_Mark","Mc","Spacing_Mark","Me","Enclosing_Mark","Mn","Nonspacing_Mark","N","Number","Nd","Decimal_Number","digit","Nl","Letter_Number","No","Other_Number","P","Punctuation","punct","Pc","Connector_Punctuation","Pd","Dash_Punctuation","Pe","Close_Punctuation","Pf","Final_Punctuation","Pi","Initial_Punctuation","Po","Other_Punctuation","Ps","Open_Punctuation","S","Symbol","Sc","Currency_Symbol","Sk","Modifier_Symbol","Sm","Math_Symbol","So","Other_Symbol","Z","Separator","Zl","Line_Separator","Zp","Paragraph_Separator","Zs","Space_Separator"]),Script:new Set(["Adlm","Adlam","Aghb","Caucasian_Albanian","Ahom","Arab","Arabic","Armi","Imperial_Aramaic","Armn","Armenian","Avst","Avestan","Bali","Balinese","Bamu","Bamum","Bass","Bassa_Vah","Batk","Batak","Beng","Bengali","Bhks","Bhaiksuki","Bopo","Bopomofo","Brah","Brahmi","Brai","Braille","Bugi","Buginese","Buhd","Buhid","Cakm","Chakma","Cans","Canadian_Aboriginal","Cari","Carian","Cham","Cher","Cherokee","Chrs","Chorasmian","Copt","Coptic","Qaac","Cpmn","Cypro_Minoan","Cprt","Cypriot","Cyrl","Cyrillic","Deva","Devanagari","Diak","Dives_Akuru","Dogr","Dogra","Dsrt","Deseret","Dupl","Duployan","Egyp","Egyptian_Hieroglyphs","Elba","Elbasan","Elym","Elymaic","Ethi","Ethiopic","Geor","Georgian","Glag","Glagolitic","Gong","Gunjala_Gondi","Gonm","Masaram_Gondi","Goth","Gothic","Gran","Grantha","Grek","Greek","Gujr","Gujarati","Guru","Gurmukhi","Hang","Hangul","Hani","Han","Hano","Hanunoo","Hatr","Hatran","Hebr","Hebrew","Hira","Hiragana","Hluw","Anatolian_Hieroglyphs","Hmng","Pahawh_Hmong","Hmnp","Nyiakeng_Puachue_Hmong","Hrkt","Katakana_Or_Hiragana","Hung","Old_Hungarian","Ital","Old_Italic","Java","Javanese","Kali","Kayah_Li","Kana","Katakana","Kawi","Khar","Kharoshthi","Khmr","Khmer","Khoj","Khojki","Kits","Khitan_Small_Script","Knda","Kannada","Kthi","Kaithi","Lana","Tai_Tham","Laoo","Lao","Latn","Latin","Lepc","Lepcha","Limb","Limbu","Lina","Linear_A","Linb","Linear_B","Lisu","Lyci","Lycian","Lydi","Lydian","Mahj","Mahajani","Maka","Makasar","Mand","Mandaic","Mani","Manichaean","Marc","Marchen","Medf","Medefaidrin","Mend","Mende_Kikakui","Merc","Meroitic_Cursive","Mero","Meroitic_Hieroglyphs","Mlym","Malayalam","Modi","Mong","Mongolian","Mroo","Mro","Mtei","Meetei_Mayek","Mult","Multani","Mymr","Myanmar","Nagm","Nag_Mundari","Nand","Nandinagari","Narb","Old_North_Arabian","Nbat","Nabataean","Newa","Nkoo","Nko","Nshu","Nushu","Ogam","Ogham","Olck","Ol_Chiki","Orkh","Old_Turkic","Orya","Oriya","Osge","Osage","Osma","Osmanya","Ougr","Old_Uyghur","Palm","Palmyrene","Pauc","Pau_Cin_Hau","Perm","Old_Permic","Phag","Phags_Pa","Phli","Inscriptional_Pahlavi","Phlp","Psalter_Pahlavi","Phnx","Phoenician","Plrd","Miao","Prti","Inscriptional_Parthian","Rjng","Rejang","Rohg","Hanifi_Rohingya","Runr","Runic","Samr","Samaritan","Sarb","Old_South_Arabian","Saur","Saurashtra","Sgnw","SignWriting","Shaw","Shavian","Shrd","Sharada","Sidd","Siddham","Sind","Khudawadi","Sinh","Sinhala","Sogd","Sogdian","Sogo","Old_Sogdian","Sora","Sora_Sompeng","Soyo","Soyombo","Sund","Sundanese","Sylo","Syloti_Nagri","Syrc","Syriac","Tagb","Tagbanwa","Takr","Takri","Tale","Tai_Le","Talu","New_Tai_Lue","Taml","Tamil","Tang","Tangut","Tavt","Tai_Viet","Telu","Telugu","Tfng","Tifinagh","Tglg","Tagalog","Thaa","Thaana","Thai","Tibt","Tibetan","Tirh","Tirhuta","Tnsa","Tangsa","Toto","Ugar","Ugaritic","Vaii","Vai","Vith","Vithkuqi","Wara","Warang_Citi","Wcho","Wancho","Xpeo","Old_Persian","Xsux","Cuneiform","Yezi","Yezidi","Yiii","Yi","Zanb","Zanabazar_Square","Zinh","Inherited","Qaai","Zyyy","Common","Zzzz","Unknown"]),Script_Extensions:void 0};Pa.Script_Extensions=Pa.Script;function vn(e){return e.start+e.length}function b0(e){return e.length===0}function Up(e,n){if(e<0)throw new Error("start < 0");if(n<0)throw new Error("length < 0");return{start:e,length:n}}function v0(e,n){return Up(e,n-e)}function Ro(e){return Up(e.span.start,e.newLength)}function x0(e){return b0(e.span)&&e.newLength===0}function pf(e,n){if(n<0)throw new Error("newLength < 0");return{span:e,newLength:n}}pf(Up(0,0),0);function df(e,n){for(;e;){let o=n(e);if(o==="quit")return;if(o)return e;e=e.parent}}function tc(e){return(e.flags&16)===0}function w0(e,n){if(e===void 0||tc(e))return e;for(e=e.original;e;){if(tc(e))return!n||n(e)?e:void 0;e=e.original}}function Sa(e){return e.length>=2&&e.charCodeAt(0)===95&&e.charCodeAt(1)===95?"_"+e:e}function _i(e){let n=e;return n.length>=3&&n.charCodeAt(0)===95&&n.charCodeAt(1)===95&&n.charCodeAt(2)===95?n.substr(1):n}function C_(e){return _i(e.escapedText)}function mf(e){let n=nf(e.escapedText);return n?Ch(n,or):void 0}function up(e){return e.valueDeclaration&&G0(e.valueDeclaration)?C_(e.valueDeclaration.name):_i(e.escapedName)}function ff(e){let n=e.parent.parent;if(n){if(Ed(n))return Ol(n);switch(n.kind){case 243:if(n.declarationList&&n.declarationList.declarations[0])return Ol(n.declarationList.declarations[0]);break;case 244:let o=n.expression;switch(o.kind===226&&o.operatorToken.kind===64&&(o=o.left),o.kind){case 211:return o.name;case 212:let c=o.argumentExpression;if(tt(c))return c}break;case 217:return Ol(n.expression);case 256:{if(Ed(n.statement)||oy(n.statement))return Ol(n.statement);break}}}}function Ol(e){let n=hf(e);return n&&tt(n)?n:void 0}function T0(e){return e.name||ff(e)}function S0(e){return!!e.name}function Bp(e){switch(e.kind){case 80:return e;case 348:case 341:{let{name:o}=e;if(o.kind===166)return o.right;break}case 213:case 226:{let o=e;switch(Gp(o)){case 1:case 4:case 5:case 3:return Vp(o.left);case 7:case 8:case 9:return o.arguments[1];default:return}}case 346:return T0(e);case 340:return ff(e);case 277:{let{expression:o}=e;return tt(o)?o:void 0}case 212:let n=e;if(If(n))return n.argumentExpression}return e.name}function hf(e){if(e!==void 0)return Bp(e)||($f(e)||Qf(e)||bp(e)?k0(e):void 0)}function k0(e){if(e.parent){if(Og(e.parent)||vg(e.parent))return e.parent.name;if(Ja(e.parent)&&e===e.parent.right){if(tt(e.parent.left))return e.parent.left;if(Lf(e.parent.left))return Vp(e.parent.left)}else if(Zf(e.parent)&&tt(e.parent.name))return e.parent.name}else return}function C0(e){if(Zy(e))return zn(e.modifiers,td)}function A0(e){if(li(e,98303))return zn(e.modifiers,$0)}function yf(e,n){if(e.name)if(tt(e.name)){let o=e.name.escapedText;return ni(e.parent,n).filter(c=>zd(c)&&tt(c.name)&&c.name.escapedText===o)}else{let o=e.parent.parameters.indexOf(e);q.assert(o>-1,"Parameters should always be in their parents' parameter list");let c=ni(e.parent,n).filter(zd);if(o<c.length)return[c[o]]}return Ct}function D0(e){return yf(e,!1)}function E0(e){return yf(e,!0)}function gf(e,n){let o=e.name.escapedText;return ni(e.parent,n).filter(c=>Yg(c)&&c.typeParameters.some(h=>h.name.escapedText===o))}function P0(e){return gf(e,!1)}function N0(e){return gf(e,!0)}function I0(e){return ur(e,zg)}function F0(e){return U0(e,Zg)}function j0(e){return ur(e,Kg,!0)}function J0(e){return ur(e,Xg,!0)}function M0(e){return ur(e,Wg,!0)}function O0(e){return ur(e,Gg,!0)}function L0(e){return ur(e,Vg,!0)}function R0(e){return ur(e,$g,!0)}function q0(e){let n=ur(e,rd);if(n&&n.typeExpression&&n.typeExpression.type)return n}function ni(e,n){var o;if(!Hp(e))return Ct;let c=(o=e.jsDoc)==null?void 0:o.jsDocCache;if(c===void 0||n){let h=Oy(e,n);q.assert(h.length<2||h[0]!==h[1]),c=Om(h,b=>s1(b)?b.tags:b),n||(e.jsDoc??(e.jsDoc=[]),e.jsDoc.jsDocCache=c)}return c}function bf(e){return ni(e,!1)}function ur(e,n,o){return Jm(ni(e,o),n)}function U0(e,n){return bf(e).filter(n)}function pp(e){return e.kind===80||e.kind===81}function B0(e){return pr(e)&&!!(e.flags&64)}function z0(e){return ci(e)&&!!(e.flags&64)}function Ad(e){return Hf(e)&&!!(e.flags&64)}function zp(e){return ad(e,8)}function K0(e){return Gl(e)&&!!(e.flags&64)}function Kp(e){return e>=166}function vf(e){return e>=0&&e<=165}function X0(e){return vf(e.kind)}function ir(e){return Sn(e,"pos")&&Sn(e,"end")}function W0(e){return 9<=e&&e<=15}function Dd(e){return 15<=e&&e<=18}function Na(e){var n;return tt(e)&&((n=e.emitNode)==null?void 0:n.autoGenerate)!==void 0}function xf(e){var n;return Xr(e)&&((n=e.emitNode)==null?void 0:n.autoGenerate)!==void 0}function G0(e){return(ac(e)||Z0(e))&&Xr(e.name)}function Un(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 V0(e){return!!(Mf(e)&31)}function H0(e){return V0(e)||e===126||e===164||e===129}function $0(e){return Un(e.kind)}function wf(e){let n=e.kind;return n===80||n===81||n===11||n===9||n===167}function Tf(e){return!!e&&Y0(e.kind)}function Q0(e){switch(e){case 262:case 174:case 176:case 177:case 178:case 218:case 219:return!0;default:return!1}}function Y0(e){switch(e){case 173:case 179:case 323:case 180:case 181:case 184:case 317:case 185:return!0;default:return Q0(e)}}function Ia(e){return e&&(e.kind===263||e.kind===231)}function Z0(e){switch(e.kind){case 174:case 177:case 178:return!0;default:return!1}}function ey(e){let n=e.kind;return n===303||n===304||n===305||n===174||n===177||n===178}function ty(e){return c2(e.kind)}function _y(e){if(e){let n=e.kind;return n===207||n===206}return!1}function ny(e){let n=e.kind;return n===209||n===210}function ry(e){switch(e.kind){case 260:case 169:case 208:return!0}return!1}function Fa(e){return Sf(zp(e).kind)}function Sf(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 ay(e){return kf(zp(e).kind)}function kf(e){switch(e){case 224:case 225:case 220:case 221:case 222:case 223:case 216:return!0;default:return Sf(e)}}function oy(e){return iy(zp(e).kind)}function iy(e){switch(e){case 227:case 229:case 219:case 226:case 230:case 234:case 232:case 356:case 355:case 238:return!0;default:return kf(e)}}function sy(e){return e===219||e===208||e===263||e===231||e===175||e===176||e===266||e===306||e===281||e===262||e===218||e===177||e===273||e===271||e===276||e===264||e===291||e===174||e===173||e===267||e===270||e===274||e===280||e===169||e===303||e===172||e===171||e===178||e===304||e===265||e===168||e===260||e===346||e===338||e===348||e===202}function Cf(e){return e===262||e===282||e===263||e===264||e===265||e===266||e===267||e===272||e===271||e===278||e===277||e===270}function Af(e){return e===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===353}function Ed(e){return e.kind===168?e.parent&&e.parent.kind!==345||Wr(e):sy(e.kind)}function ly(e){let n=e.kind;return Af(n)||Cf(n)||cy(e)}function cy(e){return e.kind!==241||e.parent!==void 0&&(e.parent.kind===258||e.parent.kind===299)?!1:!Sy(e)}function uy(e){let n=e.kind;return Af(n)||Cf(n)||n===241}function Df(e){return e.kind>=309&&e.kind<=351}function py(e){return e.kind===320||e.kind===319||e.kind===321||fy(e)||dy(e)||Bg(e)||l1(e)}function dy(e){return e.kind>=327&&e.kind<=351}function Ll(e){return e.kind===178}function Rl(e){return e.kind===177}function qr(e){if(!Hp(e))return!1;let{jsDoc:n}=e;return!!n&&n.length>0}function my(e){return!!e.initializer}function Xp(e){return e.kind===11||e.kind===15}function fy(e){return e.kind===324||e.kind===325||e.kind===326}function Pd(e){return(e.flags&33554432)!==0}function hy(e,n){let o=e.entries();for(let[c,h]of o){let b=n(h,c);if(b)return b}}function yy(e){return e.end-e.pos}function Ef(e){return gy(e),(e.flags&1048576)!==0}function gy(e){e.flags&2097152||((e.flags&262144||Zt(e,Ef))&&(e.flags|=1048576),e.flags|=2097152)}function lr(e){for(;e&&e.kind!==307;)e=e.parent;return e}function Ur(e){return e===void 0?!0:e.pos===e.end&&e.pos>=0&&e.kind!==1}function dp(e){return!Ur(e)}function _c(e,n,o){if(Ur(e))return e.pos;if(Df(e)||e.kind===12)return wn((n??lr(e)).text,e.pos,!1,!0);if(o&&qr(e))return _c(e.jsDoc[0],n);if(e.kind===352){n??(n=lr(e));let c=Np(c1(e,n));if(c)return _c(c,n,o)}return wn((n??lr(e)).text,e.pos,!1,!1,ky(e))}function Nd(e,n,o=!1){return Ho(e.text,n,o)}function by(e){return!!df(e,Rg)}function Ho(e,n,o=!1){if(Ur(n))return"";let c=e.substring(o?n.pos:wn(e,n.pos),n.end);return by(n)&&(c=c.split(/\r\n|\n|\r/).map(h=>h.replace(/^\s*\*/,"").trimStart()).join(`
14
+ `)),c}function ja(e){let n=e.emitNode;return n&&n.flags||0}function vy(e,n,o){q.assertGreaterThanOrEqual(n,0),q.assertGreaterThanOrEqual(o,0),q.assertLessThanOrEqual(n,e.length),q.assertLessThanOrEqual(n+o,e.length)}function Wl(e){return e.kind===244&&e.expression.kind===11}function Wp(e){return!!(ja(e)&2097152)}function Id(e){return Wp(e)&&e1(e)}function xy(e){return tt(e.name)&&!e.initializer}function Fd(e){return Wp(e)&&pc(e)&&Ep(e.declarationList.declarations,xy)}function wy(e,n){let o=e.kind===169||e.kind===168||e.kind===218||e.kind===219||e.kind===217||e.kind===260||e.kind===281?Pp(f0(n,e.pos),cp(n,e.pos)):cp(n,e.pos);return zn(o,c=>c.end<=e.end&&n.charCodeAt(c.pos+1)===42&&n.charCodeAt(c.pos+2)===42&&n.charCodeAt(c.pos+3)!==47)}function Ty(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 Sy(e){return e&&e.kind===241&&Tf(e.parent)}function jd(e){let n=e.kind;return(n===211||n===212)&&e.expression.kind===108}function Wr(e){return!!e&&!!(e.flags&524288)}function ky(e){return!!e&&!!(e.flags&16777216)}function Cy(e){for(;nc(e,!0);)e=e.right;return e}function Ay(e){return tt(e)&&e.escapedText==="exports"}function Dy(e){return tt(e)&&e.escapedText==="module"}function Pf(e){return(pr(e)||Nf(e))&&Dy(e.expression)&&ai(e)==="exports"}function Gp(e){let n=Py(e);return n===5||Wr(e)?n:0}function Ey(e){return Xo(e.arguments)===3&&pr(e.expression)&&tt(e.expression.expression)&&C_(e.expression.expression)==="Object"&&C_(e.expression.name)==="defineProperty"&&cc(e.arguments[1])&&ri(e.arguments[0],!0)}function Nf(e){return ci(e)&&cc(e.argumentExpression)}function si(e,n){return pr(e)&&(!n&&e.expression.kind===110||tt(e.name)&&ri(e.expression,!0))||If(e,n)}function If(e,n){return Nf(e)&&(!n&&e.expression.kind===110||Yp(e.expression)||si(e.expression,!0))}function ri(e,n){return Yp(e)||si(e,n)}function Py(e){if(Hf(e)){if(!Ey(e))return 0;let n=e.arguments[0];return Ay(n)||Pf(n)?8:si(n)&&ai(n)==="prototype"?9:7}return e.operatorToken.kind!==64||!Lf(e.left)||Ny(Cy(e))?0:ri(e.left.expression,!0)&&ai(e.left)==="prototype"&&Vf(Fy(e))?6:Iy(e.left)}function Ny(e){return Tg(e)&&Ma(e.expression)&&e.expression.text==="0"}function Vp(e){if(pr(e))return e.name;let n=$p(e.argumentExpression);return Ma(n)||Xp(n)?n:e}function ai(e){let n=Vp(e);if(n){if(tt(n))return n.escapedText;if(Xp(n)||Ma(n))return Sa(n.text)}}function Iy(e){if(e.expression.kind===110)return 4;if(Pf(e))return 2;if(ri(e.expression,!0)){if(s2(e.expression))return 3;let n=e;for(;!tt(n.expression);)n=n.expression;let o=n.expression;if((o.escapedText==="exports"||o.escapedText==="module"&&ai(n)==="exports")&&si(e))return 1;if(ri(e,!0)||ci(e)&&Gy(e))return 5}return 0}function Fy(e){for(;Ja(e.right);)e=e.right;return e.right}function jy(e){return Yf(e)&&Ja(e.expression)&&Gp(e.expression)!==0&&Ja(e.expression.right)&&(e.expression.right.operatorToken.kind===57||e.expression.right.operatorToken.kind===61)?e.expression.right.right:void 0}function Jy(e){switch(e.kind){case 243:let n=mp(e);return n&&n.initializer;case 172:return e.initializer;case 303:return e.initializer}}function mp(e){return pc(e)?Np(e.declarationList.declarations):void 0}function My(e){return ii(e)&&e.body&&e.body.kind===267?e.body:void 0}function Hp(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 317:case 323: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 Oy(e,n){let o;Ty(e)&&my(e)&&qr(e.initializer)&&(o=k_(o,Jd(e,e.initializer.jsDoc)));let c=e;for(;c&&c.parent;){if(qr(c)&&(o=k_(o,Jd(e,c.jsDoc))),c.kind===169){o=k_(o,(n?E0:D0)(c));break}if(c.kind===168){o=k_(o,(n?N0:P0)(c));break}c=Ry(c)}return o||Ct}function Jd(e,n){let o=yh(n);return Om(n,c=>{if(c===o){let h=zn(c.tags,b=>Ly(e,b));return c.tags===h?[c]:h}else return zn(c.tags,Hg)})}function Ly(e,n){return!(rd(n)||eb(n))||!n.parent||!s1(n.parent)||!_d(n.parent.parent)||n.parent.parent===e}function Ry(e){let n=e.parent;if(n.kind===303||n.kind===277||n.kind===172||n.kind===244&&e.kind===211||n.kind===253||My(n)||nc(e))return n;if(n.parent&&(mp(n.parent)===e||nc(n)))return n.parent;if(n.parent&&n.parent.parent&&(mp(n.parent.parent)||Jy(n.parent.parent)===e||jy(n.parent.parent)))return n.parent.parent}function $p(e,n){return ad(e,n?-2147483647:1)}function qy(e){let n=Uy(e);if(n&&Wr(e)){let o=I0(e);if(o)return o.class}return n}function Uy(e){let n=Qp(e.heritageClauses,96);return n&&n.types.length>0?n.types[0]:void 0}function By(e){if(Wr(e))return F0(e).map(n=>n.class);{let n=Qp(e.heritageClauses,119);return n==null?void 0:n.types}}function zy(e){return nd(e)?Ky(e)||Ct:Ia(e)&&Pp(ip(qy(e)),By(e))||Ct}function Ky(e){let n=Qp(e.heritageClauses,96);return n?n.types:void 0}function Qp(e,n){if(e){for(let o of e)if(o.token===n)return o}}function or(e){return 83<=e&&e<=165}function Xy(e){return 19<=e&&e<=79}function $u(e){return or(e)||Xy(e)}function cc(e){return Xp(e)||Ma(e)}function Wy(e){return Sg(e)&&(e.operator===40||e.operator===41)&&Ma(e.operand)}function Gy(e){if(!(e.kind===167||e.kind===212))return!1;let n=ci(e)?$p(e.argumentExpression):e.expression;return!cc(n)&&!Wy(n)}function Vy(e){return pp(e)?C_(e):i1(e)?F2(e):e.text}function ka(e){return oi(e.pos)||oi(e.end)}function Qu(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 Yu(e){return!!((e.templateFlags||0)&2048)}function Hy(e){return e&&!!(W2(e)?Yu(e):Yu(e.head)||Xt(e.templateSpans,n=>Yu(n.literal)))}new Map(Object.entries({" ":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","…":"\\u0085","\r\n":"\\r\\n"}));new Map(Object.entries({'"':"&quot;","'":"&apos;"}));function $y(e){return!!e&&e.kind===80&&Qy(e)}function Qy(e){return e.escapedText==="this"}function li(e,n){return!!e2(e,n)}function Yy(e){return li(e,256)}function Zy(e){return li(e,32768)}function e2(e,n){return _2(e)&n}function t2(e,n,o){return e.kind>=0&&e.kind<=165?0:(e.modifierFlagsCache&536870912||(e.modifierFlagsCache=Jf(e)|536870912),o||n&&Wr(e)?(!(e.modifierFlagsCache&268435456)&&e.parent&&(e.modifierFlagsCache|=Ff(e)|268435456),jf(e.modifierFlagsCache)):n2(e.modifierFlagsCache))}function _2(e){return t2(e,!1)}function Ff(e){let n=0;return e.parent&&!rc(e)&&(Wr(e)&&(j0(e)&&(n|=8388608),J0(e)&&(n|=16777216),M0(e)&&(n|=33554432),O0(e)&&(n|=67108864),L0(e)&&(n|=134217728)),R0(e)&&(n|=65536)),n}function n2(e){return e&65535}function jf(e){return e&131071|(e&260046848)>>>23}function r2(e){return jf(Ff(e))}function a2(e){return Jf(e)|r2(e)}function Jf(e){let n=od(e)?F_(e.modifiers):0;return(e.flags&8||e.kind===80&&e.flags&4096)&&(n|=32),n}function F_(e){let n=0;if(e)for(let o of e)n|=Mf(o.kind);return n}function Mf(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 o2(e){return e===76||e===77||e===78}function Of(e){return e>=64&&e<=79}function nc(e,n){return Ja(e)&&(n?e.operatorToken.kind===64:Of(e.operatorToken.kind))&&Fa(e.left)}function Yp(e){return e.kind===80||i2(e)}function i2(e){return pr(e)&&tt(e.name)&&Yp(e.expression)}function s2(e){return si(e)&&ai(e)==="prototype"}function Zu(e){return e.flags&3899393?e.objectFlags:0}function l2(e){let n;return Zt(e,o=>{dp(o)&&(n=o)},o=>{for(let c=o.length-1;c>=0;c--)if(dp(o[c])){n=o[c];break}}),n}function c2(e){return e>=182&&e<=205||e===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===312||e===313||e===314||e===315||e===316||e===317||e===318}function Lf(e){return e.kind===211||e.kind===212}function u2(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 p2(e,n){this.flags=n,(q.isDebugging||Kl)&&(this.checker=e)}function d2(e,n){this.flags=n,q.isDebugging&&(this.checker=e)}function ep(e,n,o){this.pos=n,this.end=o,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 m2(e,n,o){this.pos=n,this.end=o,this.kind=e,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}function f2(e,n,o){this.pos=n,this.end=o,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 h2(e,n,o){this.fileName=e,this.text=n,this.skipTrivia=o||(c=>c)}var kt={getNodeConstructor:()=>ep,getTokenConstructor:()=>m2,getIdentifierConstructor:()=>f2,getPrivateIdentifierConstructor:()=>ep,getSourceFileConstructor:()=>ep,getSymbolConstructor:()=>u2,getTypeConstructor:()=>p2,getSignatureConstructor:()=>d2,getSourceMapSourceConstructor:()=>h2},y2=[];function g2(e){Object.assign(kt,e),J_(y2,n=>n(kt))}function b2(e,n){return e.replace(/\{(\d+)\}/g,(o,c)=>""+q.checkDefined(n[+c]))}function v2(e){return e.message}function va(e,n,o,c,h,...b){o+c>n.length&&(c=n.length-o),vy(n,o,c);let P=v2(h);return Xt(b)&&(P=b2(P,b)),{file:void 0,start:o,length:c,messageText:P,category:h.category,code:h.code,reportsUnnecessary:h.reportsUnnecessary,fileName:e}}function x2(e){return e.file===void 0&&e.start!==void 0&&e.length!==void 0&&typeof e.fileName=="string"}function Rf(e,n){let o=n.fileName||"",c=n.text.length;q.assertEqual(e.fileName,o),q.assertLessThanOrEqual(e.start,c),q.assertLessThanOrEqual(e.start+e.length,c);let h={file:n,start:e.start,length:e.length,messageText:e.messageText,category:e.category,code:e.code,reportsUnnecessary:e.reportsUnnecessary};if(e.relatedInformation){h.relatedInformation=[];for(let b of e.relatedInformation)x2(b)&&b.fileName===o?(q.assertLessThanOrEqual(b.start,c),q.assertLessThanOrEqual(b.start+b.length,c),h.relatedInformation.push(Rf(b,n))):h.relatedInformation.push(b)}return h}function Nr(e,n){let o=[];for(let c of e)o.push(Rf(c,n));return o}function Md(e){return e===4||e===2||e===1||e===6?1:0}function w2(e){return hy(targetOptionDeclaration.type,(n,o)=>n===e?o:void 0)}function T2(e,n){return n||S2(e)||3}function S2(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}}var qf=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]];Mm(qf);[...qf];var k2=[[".js",".jsx"],[".mjs"],[".cjs"]];Mm(k2);var C2=[".d.ts",".d.cts",".d.mts"];function oi(e){return!(e>=0)}function ql(e,...n){return n.length&&(e.relatedInformation||(e.relatedInformation=[]),q.assert(e.relatedInformation!==Ct,"Diagnostic had empty array singleton for related info, but is still being constructed!"),e.relatedInformation.push(...n)),e}function A2(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:let Y=e.length-1,p=0;for(;e.charCodeAt(p)===48;)p++;return e.slice(p,Y)||"0"}let o=2,c=e.length-1,h=(c-o)*n,b=new Uint16Array((h>>>4)+(h&15?1:0));for(let Y=c-1,p=0;Y>=o;Y--,p+=n){let k=p>>>4,v=e.charCodeAt(Y),S=(v<=57?v-48:10+v-(v<=70?65:97))<<(p&15);b[k]|=S;let M=S>>>16;M&&(b[k+1]|=M)}let P="",N=b.length-1,l=!0;for(;l;){let Y=0;l=!1;for(let p=N;p>=0;p--){let k=Y<<16|b[p],v=k/10|0;b[p]=v,Y=k-v*10,v&&!l&&(N=p,l=!0)}P=Y+P}return P}function D2({negative:e,base10Value:n}){return(e&&n!=="0"?"-":"")+n}function fp(e,n){return e.pos=n,e}function E2(e,n){return e.end=n,e}function cr(e,n,o){return E2(fp(e,n),o)}function Od(e,n,o){return cr(e,n,n+o)}function Zp(e,n){return e&&n&&(e.parent=n),e}function P2(e,n){if(!e)return e;return pm(e,Df(e)?o:h),e;function o(b,P){if(n&&b.parent===P)return"skip";Zp(b,P)}function c(b){if(qr(b))for(let P of b.jsDoc)o(P,b),pm(P,o)}function h(b,P){return o(b,P)||c(b)}}function N2(e){return!!(e.flags&262144&&e.isThisType)}function I2(e){var n;return((n=getSnippetElement(e))==null?void 0:n.kind)===0}function F2(e){return`${C_(e.namespace)}:${C_(e.name)}`}var hp=["assert","assert/strict","async_hooks","buffer","child_process","cluster","console","constants","crypto","dgram","diagnostics_channel","dns","dns/promises","domain","events","fs","fs/promises","http","http2","https","inspector","inspector/promises","module","net","os","path","path/posix","path/win32","perf_hooks","process","punycode","querystring","readline","readline/promises","repl","stream","stream/consumers","stream/promises","stream/web","string_decoder","sys","test/mock_loader","timers","timers/promises","tls","trace_events","tty","url","util","util/types","v8","vm","wasi","worker_threads","zlib"];new Set(hp);var j2=new Set(["node:sea","node:sqlite","node:test","node:test/reporters"]);[...hp,...hp.map(e=>`node:${e}`),...j2];function J2(){let e,n,o,c,h;return{createBaseSourceFileNode:b,createBaseIdentifierNode:P,createBasePrivateIdentifierNode:N,createBaseTokenNode:l,createBaseNode:Y};function b(p){return new(h||(h=kt.getSourceFileConstructor()))(p,-1,-1)}function P(p){return new(o||(o=kt.getIdentifierConstructor()))(p,-1,-1)}function N(p){return new(c||(c=kt.getPrivateIdentifierConstructor()))(p,-1,-1)}function l(p){return new(n||(n=kt.getTokenConstructor()))(p,-1,-1)}function Y(p){return new(e||(e=kt.getNodeConstructor()))(p,-1,-1)}}var M2={getParenthesizeLeftSideOfBinaryForOperator:e=>gt,getParenthesizeRightSideOfBinaryForOperator:e=>gt,parenthesizeLeftSideOfBinary:(e,n)=>n,parenthesizeRightSideOfBinary:(e,n,o)=>o,parenthesizeExpressionOfComputedPropertyName:gt,parenthesizeConditionOfConditionalExpression:gt,parenthesizeBranchOfConditionalExpression:gt,parenthesizeExpressionOfExportDefault:gt,parenthesizeExpressionOfNew:e=>xn(e,Fa),parenthesizeLeftSideOfAccess:e=>xn(e,Fa),parenthesizeOperandOfPostfixUnary:e=>xn(e,Fa),parenthesizeOperandOfPrefixUnary:e=>xn(e,ay),parenthesizeExpressionsOfCommaDelimitedList:e=>xn(e,ir),parenthesizeExpressionForDisallowedComma:gt,parenthesizeExpressionOfExpressionStatement:gt,parenthesizeConciseBodyOfArrowFunction:gt,parenthesizeCheckTypeOfConditionalType:gt,parenthesizeExtendsTypeOfConditionalType:gt,parenthesizeConstituentTypesOfUnionType:e=>xn(e,ir),parenthesizeConstituentTypeOfUnionType:gt,parenthesizeConstituentTypesOfIntersectionType:e=>xn(e,ir),parenthesizeConstituentTypeOfIntersectionType:gt,parenthesizeOperandOfTypeOperator:gt,parenthesizeOperandOfReadonlyTypeOperator:gt,parenthesizeNonArrayTypeOfPostfixType:gt,parenthesizeElementTypesOfTupleType:e=>xn(e,ir),parenthesizeElementTypeOfTupleType:gt,parenthesizeTypeOfOptionalType:gt,parenthesizeTypeArguments:e=>e&&xn(e,ir),parenthesizeLeadingTypeArgument:gt},Ul=0,O2=[];function ed(e,n){let o=e&8?gt:B2,c=yd(()=>e&1?M2:createParenthesizerRules(he)),h=yd(()=>e&2?nullNodeConverters:createNodeConverters(he)),b=V_(t=>(r,a)=>Zr(r,t,a)),P=V_(t=>r=>Fn(t,r)),N=V_(t=>r=>Vn(r,t)),l=V_(t=>()=>Fs(t)),Y=V_(t=>r=>mo(t,r)),p=V_(t=>(r,a)=>$c(t,r,a)),k=V_(t=>(r,a)=>js(t,r,a)),v=V_(t=>(r,a)=>Hc(t,r,a)),S=V_(t=>(r,a)=>Ys(t,r,a)),M=V_(t=>(r,a,s)=>iu(t,r,a,s)),ae=V_(t=>(r,a,s)=>Zs(t,r,a,s)),xe=V_(t=>(r,a,s,m)=>su(t,r,a,s,m)),he={get parenthesizer(){return c()},get converters(){return h()},baseFactory:n,flags:e,createNodeArray:fe,createNumericLiteral:X,createBigIntLiteral:le,createStringLiteral:dt,createStringLiteralFromNode:$_,createRegularExpressionLiteral:m_,createLiteralLikeNode:Q_,createIdentifier:ze,createTempVariable:Y_,createLoopVariable:Cn,createUniqueName:It,getGeneratedNameForNode:M_,createPrivateIdentifier:Ft,createUniquePrivateName:He,getGeneratedPrivateNameForNode:O_,createToken:st,createSuper:rt,createThis:Ot,createNull:jt,createTrue:lt,createFalse:Z_,createModifier:mt,createModifiersFromModifierFlags:h_,createQualifiedName:ht,updateQualifiedName:a_,createComputedPropertyName:_t,updateComputedPropertyName:Lt,createTypeParameterDeclaration:e_,updateTypeParameterDeclaration:en,createParameterDeclaration:ln,updateParameterDeclaration:cn,createDecorator:L_,updateDecorator:R_,createPropertySignature:An,updatePropertySignature:q_,createPropertyDeclaration:un,updatePropertyDeclaration:O,createMethodSignature:ie,updateMethodSignature:me,createMethodDeclaration:we,updateMethodDeclaration:$e,createConstructorDeclaration:ot,updateConstructorDeclaration:Xn,createGetAccessorDeclaration:Dn,updateGetAccessorDeclaration:U_,createSetAccessorDeclaration:R,updateSetAccessorDeclaration:Q,createCallSignature:Te,updateCallSignature:Se,createConstructSignature:ke,updateConstructSignature:ge,createIndexSignature:Be,updateIndexSignature:Ye,createClassStaticBlockDeclaration:at,updateClassStaticBlockDeclaration:Dt,createTemplateLiteralTypeSpan:Xe,updateTemplateLiteralTypeSpan:Ae,createKeywordTypeNode:E_,createTypePredicateNode:nt,updateTypePredicateNode:o_,createTypeReferenceNode:pn,updateTypeReferenceNode:J,createFunctionTypeNode:F,updateFunctionTypeNode:d,createConstructorTypeNode:Ve,updateConstructorTypeNode:Ke,createTypeQueryNode:yt,updateTypeQueryNode:Pt,createTypeLiteralNode:Gt,updateTypeLiteralNode:dn,createArrayTypeNode:B_,updateArrayTypeNode:mr,createTupleTypeNode:i_,updateTupleTypeNode:W,createNamedTupleMember:ue,updateNamedTupleMember:Ue,createOptionalTypeNode:ve,updateOptionalTypeNode:L,createRestTypeNode:ft,updateRestTypeNode:xt,createUnionTypeNode:dc,updateUnionTypeNode:ui,createIntersectionTypeNode:En,updateIntersectionTypeNode:Fe,createConditionalTypeNode:pt,updateConditionalTypeNode:mc,createInferTypeNode:z_,updateInferTypeNode:fc,createImportTypeNode:tn,updateImportTypeNode:Gr,createParenthesizedType:Vt,updateParenthesizedType:At,createThisTypeNode:A,createTypeOperatorNode:zt,updateTypeOperatorNode:Pn,createIndexedAccessTypeNode:_n,updateIndexedAccessTypeNode:Oa,createMappedTypeNode:wt,updateMappedTypeNode:Mt,createLiteralTypeNode:Wn,updateLiteralTypeNode:mn,createTemplateLiteralType:Bt,updateTemplateLiteralType:hc,createObjectBindingPattern:pi,updateObjectBindingPattern:yc,createArrayBindingPattern:Nn,updateArrayBindingPattern:gc,createBindingElement:Vr,updateBindingElement:Gn,createArrayLiteralExpression:La,updateArrayLiteralExpression:di,createObjectLiteralExpression:fr,updateObjectLiteralExpression:bc,createPropertyAccessExpression:e&4?(t,r)=>setEmitFlags(nn(t,r),262144):nn,updatePropertyAccessExpression:vc,createPropertyAccessChain:e&4?(t,r,a)=>setEmitFlags(hr(t,r,a),262144):hr,updatePropertyAccessChain:Hr,createElementAccessExpression:yr,updateElementAccessExpression:xc,createElementAccessChain:hi,updateElementAccessChain:Ra,createCallExpression:gr,updateCallExpression:$r,createCallChain:qa,updateCallChain:gi,createNewExpression:g_,updateNewExpression:Ua,createTaggedTemplateExpression:Qr,updateTaggedTemplateExpression:bi,createTypeAssertion:vi,updateTypeAssertion:xi,createParenthesizedExpression:Ba,updateParenthesizedExpression:wi,createFunctionExpression:za,updateFunctionExpression:Ti,createArrowFunction:Ka,updateArrowFunction:Si,createDeleteExpression:ki,updateDeleteExpression:Ci,createTypeOfExpression:Yr,updateTypeOfExpression:l_,createVoidExpression:Xa,updateVoidExpression:rn,createAwaitExpression:Ai,updateAwaitExpression:In,createPrefixUnaryExpression:Fn,updatePrefixUnaryExpression:wc,createPostfixUnaryExpression:Vn,updatePostfixUnaryExpression:Tc,createBinaryExpression:Zr,updateBinaryExpression:Sc,createConditionalExpression:Ei,updateConditionalExpression:Pi,createTemplateExpression:Ni,updateTemplateExpression:K_,createTemplateHead:Fi,createTemplateMiddle:ea,createTemplateTail:Wa,createNoSubstitutionTemplateLiteral:Cc,createTemplateLiteralLikeNode:$n,createYieldExpression:Ga,updateYieldExpression:Ac,createSpreadElement:ji,updateSpreadElement:Dc,createClassExpression:Ji,updateClassExpression:Va,createOmittedExpression:Ha,createExpressionWithTypeArguments:Mi,updateExpressionWithTypeArguments:Oi,createAsExpression:c_,updateAsExpression:ta,createNonNullExpression:Li,updateNonNullExpression:Ri,createSatisfiesExpression:$a,updateSatisfiesExpression:qi,createNonNullChain:Qa,updateNonNullChain:P_,createMetaProperty:Ui,updateMetaProperty:Ya,createTemplateSpan:X_,updateTemplateSpan:_a,createSemicolonClassElement:Bi,createBlock:jn,updateBlock:Ec,createVariableStatement:Za,updateVariableStatement:zi,createEmptyStatement:Ki,createExpressionStatement:vr,updateExpressionStatement:Xi,createIfStatement:Wi,updateIfStatement:Gi,createDoStatement:Vi,updateDoStatement:Hi,createWhileStatement:$i,updateWhileStatement:Pc,createForStatement:Qi,updateForStatement:Yi,createForInStatement:eo,updateForInStatement:Nc,createForOfStatement:Zi,updateForOfStatement:Ic,createContinueStatement:es,updateContinueStatement:Fc,createBreakStatement:to,updateBreakStatement:ts,createReturnStatement:_o,updateReturnStatement:jc,createWithStatement:no,updateWithStatement:_s,createSwitchStatement:ro,updateSwitchStatement:Qn,createLabeledStatement:ns,updateLabeledStatement:rs,createThrowStatement:as,updateThrowStatement:Jc,createTryStatement:os,updateTryStatement:Mc,createDebuggerStatement:is,createVariableDeclaration:na,updateVariableDeclaration:ss,createVariableDeclarationList:ao,updateVariableDeclarationList:Oc,createFunctionDeclaration:ls,updateFunctionDeclaration:oo,createClassDeclaration:cs,updateClassDeclaration:ra,createInterfaceDeclaration:us,updateInterfaceDeclaration:ps,createTypeAliasDeclaration:it,updateTypeAliasDeclaration:fn,createEnumDeclaration:io,updateEnumDeclaration:hn,createModuleDeclaration:ds,updateModuleDeclaration:St,createModuleBlock:yn,updateModuleBlock:Rt,createCaseBlock:ms,updateCaseBlock:Rc,createNamespaceExportDeclaration:fs,updateNamespaceExportDeclaration:hs,createImportEqualsDeclaration:ys,updateImportEqualsDeclaration:gs,createImportDeclaration:bs,updateImportDeclaration:vs,createImportClause:xs,updateImportClause:ws,createAssertClause:so,updateAssertClause:Uc,createAssertEntry:xr,updateAssertEntry:Ts,createImportTypeAssertionContainer:lo,updateImportTypeAssertionContainer:Ss,createImportAttributes:ks,updateImportAttributes:co,createImportAttribute:Cs,updateImportAttribute:As,createNamespaceImport:Ds,updateNamespaceImport:Bc,createNamespaceExport:Es,updateNamespaceExport:zc,createNamedImports:Ps,updateNamedImports:Ns,createImportSpecifier:gn,updateImportSpecifier:Kc,createExportAssignment:aa,updateExportAssignment:wr,createExportDeclaration:oa,updateExportDeclaration:Is,createNamedExports:uo,updateNamedExports:Xc,createExportSpecifier:ia,updateExportSpecifier:Wc,createMissingDeclaration:Gc,createExternalModuleReference:po,updateExternalModuleReference:Vc,get createJSDocAllType(){return l(312)},get createJSDocUnknownType(){return l(313)},get createJSDocNonNullableType(){return k(315)},get updateJSDocNonNullableType(){return v(315)},get createJSDocNullableType(){return k(314)},get updateJSDocNullableType(){return v(314)},get createJSDocOptionalType(){return Y(316)},get updateJSDocOptionalType(){return p(316)},get createJSDocVariadicType(){return Y(318)},get updateJSDocVariadicType(){return p(318)},get createJSDocNamepathType(){return Y(319)},get updateJSDocNamepathType(){return p(319)},createJSDocFunctionType:Js,updateJSDocFunctionType:Qc,createJSDocTypeLiteral:Ms,updateJSDocTypeLiteral:Yc,createJSDocTypeExpression:Os,updateJSDocTypeExpression:fo,createJSDocSignature:Ls,updateJSDocSignature:Zc,createJSDocTemplateTag:ho,updateJSDocTemplateTag:Rs,createJSDocTypedefTag:sa,updateJSDocTypedefTag:eu,createJSDocParameterTag:yo,updateJSDocParameterTag:tu,createJSDocPropertyTag:qs,updateJSDocPropertyTag:Us,createJSDocCallbackTag:Bs,updateJSDocCallbackTag:zs,createJSDocOverloadTag:Ks,updateJSDocOverloadTag:go,createJSDocAugmentsTag:bo,updateJSDocAugmentsTag:Sr,createJSDocImplementsTag:Xs,updateJSDocImplementsTag:ou,createJSDocSeeTag:Mn,updateJSDocSeeTag:la,createJSDocImportTag:_l,updateJSDocImportTag:nl,createJSDocNameReference:Ws,updateJSDocNameReference:_u,createJSDocMemberName:Gs,updateJSDocMemberName:nu,createJSDocLink:Vs,updateJSDocLink:Hs,createJSDocLinkCode:$s,updateJSDocLinkCode:ru,createJSDocLinkPlain:Qs,updateJSDocLinkPlain:au,get createJSDocTypeTag(){return ae(344)},get updateJSDocTypeTag(){return xe(344)},get createJSDocReturnTag(){return ae(342)},get updateJSDocReturnTag(){return xe(342)},get createJSDocThisTag(){return ae(343)},get updateJSDocThisTag(){return xe(343)},get createJSDocAuthorTag(){return S(330)},get updateJSDocAuthorTag(){return M(330)},get createJSDocClassTag(){return S(332)},get updateJSDocClassTag(){return M(332)},get createJSDocPublicTag(){return S(333)},get updateJSDocPublicTag(){return M(333)},get createJSDocPrivateTag(){return S(334)},get updateJSDocPrivateTag(){return M(334)},get createJSDocProtectedTag(){return S(335)},get updateJSDocProtectedTag(){return M(335)},get createJSDocReadonlyTag(){return S(336)},get updateJSDocReadonlyTag(){return M(336)},get createJSDocOverrideTag(){return S(337)},get updateJSDocOverrideTag(){return M(337)},get createJSDocDeprecatedTag(){return S(331)},get updateJSDocDeprecatedTag(){return M(331)},get createJSDocThrowsTag(){return ae(349)},get updateJSDocThrowsTag(){return xe(349)},get createJSDocSatisfiesTag(){return ae(350)},get updateJSDocSatisfiesTag(){return xe(350)},createJSDocEnumTag:tl,updateJSDocEnumTag:vo,createJSDocUnknownTag:el,updateJSDocUnknownTag:lu,createJSDocText:xo,updateJSDocText:cu,createJSDocComment:kr,updateJSDocComment:rl,createJsxElement:al,updateJsxElement:uu,createJsxSelfClosingElement:ol,updateJsxSelfClosingElement:wo,createJsxOpeningElement:To,updateJsxOpeningElement:il,createJsxClosingElement:ca,updateJsxClosingElement:Ht,createJsxFragment:So,createJsxText:ua,updateJsxText:ll,createJsxOpeningFragment:pu,createJsxJsxClosingFragment:du,updateJsxFragment:sl,createJsxAttribute:cl,updateJsxAttribute:pa,createJsxAttributes:ul,updateJsxAttributes:mu,createJsxSpreadAttribute:pl,updateJsxSpreadAttribute:fu,createJsxExpression:da,updateJsxExpression:Cr,createJsxNamespacedName:dl,updateJsxNamespacedName:ko,createCaseClause:Co,updateCaseClause:hu,createDefaultClause:Yn,updateDefaultClause:ml,createHeritageClause:fl,updateHeritageClause:yu,createCatchClause:Ao,updateCatchClause:hl,createPropertyAssignment:ma,updatePropertyAssignment:On,createShorthandPropertyAssignment:yl,updateShorthandPropertyAssignment:bu,createSpreadAssignment:Do,updateSpreadAssignment:gl,createEnumMember:v_,updateEnumMember:bl,createSourceFile:xu,updateSourceFile:Su,createRedirectedSourceFile:vl,createBundle:Eo,updateBundle:ku,createSyntheticExpression:Cu,createSyntaxList:ha,createNotEmittedStatement:wl,createNotEmittedTypeElement:Au,createPartiallyEmittedExpression:Tl,updatePartiallyEmittedExpression:Sl,createCommaListExpression:Po,updateCommaListExpression:kl,createSyntheticReferenceExpression:No,updateSyntheticReferenceExpression:Cl,cloneNode:Io,get createComma(){return b(28)},get createAssignment(){return b(64)},get createLogicalOr(){return b(57)},get createLogicalAnd(){return b(56)},get createBitwiseOr(){return b(52)},get createBitwiseXor(){return b(53)},get createBitwiseAnd(){return b(51)},get createStrictEquality(){return b(37)},get createStrictInequality(){return b(38)},get createEquality(){return b(35)},get createInequality(){return b(36)},get createLessThan(){return b(30)},get createLessThanEquals(){return b(33)},get createGreaterThan(){return b(32)},get createGreaterThanEquals(){return b(34)},get createLeftShift(){return b(48)},get createRightShift(){return b(49)},get createUnsignedRightShift(){return b(50)},get createAdd(){return b(40)},get createSubtract(){return b(41)},get createMultiply(){return b(42)},get createDivide(){return b(44)},get createModulo(){return b(45)},get createExponent(){return b(43)},get createPrefixPlus(){return P(40)},get createPrefixMinus(){return P(41)},get createPrefixIncrement(){return P(46)},get createPrefixDecrement(){return P(47)},get createBitwiseNot(){return P(55)},get createLogicalNot(){return P(54)},get createPostfixIncrement(){return N(46)},get createPostfixDecrement(){return N(47)},createImmediatelyInvokedFunctionExpression:Nu,createImmediatelyInvokedArrowFunction:Iu,createVoidZero:Zn,createExportDefault:El,createExternalModuleExport:Fu,createTypeCheck:Fo,createIsNotTypeCheck:ju,createMethodCall:Ln,createGlobalMethodCall:Ar,createFunctionBindCall:Ju,createFunctionCallCall:Mu,createFunctionApplyCall:Ou,createArraySliceCall:Dr,createArrayConcatCall:Lu,createObjectDefinePropertyCall:jo,createObjectGetOwnPropertyDescriptorCall:er,createReflectGetCall:Pl,createReflectSetCall:Ru,createPropertyDescriptor:Nl,createCallBinding:Fl,createAssignmentTargetWrapper:i,inlineExpressions:u,getInternalName:y,getLocalName:w,getExportName:E,getDeclarationName:$,getNamespaceMemberName:se,getExternalModuleOrNamespaceExportName:te,restoreOuterExpressions:Il,restoreEnclosingLabel:Jo,createUseStrictPrologue:Re,copyPrologue:Z,copyStandardPrologue:Je,copyCustomPrologue:De,ensureUseStrict:__,liftToBlock:u_,mergeLexicalEnvironment:an,replaceModifiers:N_,replaceDecoratorsAndModifiers:Rn,replacePropertyName:Bu};return J_(O2,t=>t(he)),he;function fe(t,r){if(t===void 0||t===Ct)t=[];else if(ir(t)){if(r===void 0||t.hasTrailingComma===r)return t.transformFlags===void 0&&Rd(t),q.attachNodeArrayDebugInfo(t),t;let m=t.slice();return m.pos=t.pos,m.end=t.end,m.hasTrailingComma=r,m.transformFlags=t.transformFlags,q.attachNodeArrayDebugInfo(m),m}let a=t.length,s=a>=1&&a<=4?t.slice():t;return s.pos=-1,s.end=-1,s.hasTrailingComma=!!r,s.transformFlags=0,Rd(s),q.attachNodeArrayDebugInfo(s),s}function j(t){return n.createBaseNode(t)}function oe(t){let r=j(t);return r.symbol=void 0,r.localSymbol=void 0,r}function Ie(t,r){return t!==r&&(t.typeArguments=r.typeArguments),U(t,r)}function X(t,r=0){let a=typeof t=="number"?t+"":t;q.assert(a.charCodeAt(0)!==45,"Negative numbers should be created in combination with createPrefixUnaryExpression");let s=oe(9);return s.text=a,s.numericLiteralFlags=r,r&384&&(s.transformFlags|=1024),s}function le(t){let r=Wt(10);return r.text=typeof t=="string"?t:D2(t)+"n",r.transformFlags|=32,r}function V(t,r){let a=oe(11);return a.text=t,a.singleQuote=r,a}function dt(t,r,a){let s=V(t,r);return s.hasExtendedUnicodeEscape=a,a&&(s.transformFlags|=1024),s}function $_(t){let r=V(Vy(t),void 0);return r.textSourceNode=t,r}function m_(t){let r=Wt(14);return r.text=t,r}function Q_(t,r){switch(t){case 9:return X(r,0);case 10:return le(r);case 11:return dt(r,void 0);case 12:return ua(r,!1);case 13:return ua(r,!0);case 14:return m_(r);case 15:return $n(t,r,void 0,0)}}function f_(t){let r=n.createBaseIdentifierNode(80);return r.escapedText=t,r.jsDoc=void 0,r.flowNode=void 0,r.symbol=void 0,r}function A_(t,r,a,s){let m=f_(Sa(t));return setIdentifierAutoGenerate(m,{flags:r,id:Ul,prefix:a,suffix:s}),Ul++,m}function ze(t,r,a){r===void 0&&t&&(r=nf(t)),r===80&&(r=void 0);let s=f_(Sa(t));return a&&(s.flags|=256),s.escapedText==="await"&&(s.transformFlags|=67108864),s.flags&256&&(s.transformFlags|=1024),s}function Y_(t,r,a,s){let m=1;r&&(m|=8);let x=A_("",m,a,s);return t&&t(x),x}function Cn(t){let r=2;return t&&(r|=8),A_("",r,void 0,void 0)}function It(t,r=0,a,s){return q.assert(!(r&7),"Argument out of range: flags"),q.assert((r&48)!==32,"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),A_(t,3|r,a,s)}function M_(t,r=0,a,s){q.assert(!(r&7),"Argument out of range: flags");let m=t?pp(t)?vp(!1,a,t,s,C_):`generated@${getNodeId(t)}`:"";(a||s)&&(r|=16);let x=A_(m,4|r,a,s);return x.original=t,x}function D_(t){let r=n.createBasePrivateIdentifierNode(81);return r.escapedText=t,r.transformFlags|=16777216,r}function Ft(t){return Ql(t,"#")||q.fail("First character of private identifier must be #: "+t),D_(Sa(t))}function bt(t,r,a,s){let m=D_(Sa(t));return setIdentifierAutoGenerate(m,{flags:r,id:Ul,prefix:a,suffix:s}),Ul++,m}function He(t,r,a){t&&!Ql(t,"#")&&q.fail("First character of private identifier must be #: "+t);let s=8|(t?3:1);return bt(t??"",s,r,a)}function O_(t,r,a){let s=pp(t)?vp(!0,r,t,a,C_):`#generated@${getNodeId(t)}`,m=bt(s,4|(r||a?16:0),r,a);return m.original=t,m}function Wt(t){return n.createBaseTokenNode(t)}function st(t){q.assert(t>=0&&t<=165,"Invalid token"),q.assert(t<=15||t>=18,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),q.assert(t<=9||t>=15,"Invalid token. Use 'createLiteralLikeNode' to create literals."),q.assert(t!==80,"Invalid token. Use 'createIdentifier' to create identifiers");let r=Wt(t),a=0;switch(t){case 134:a=384;break;case 160:a=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:a=1;break;case 108:a=134218752,r.flowNode=void 0;break;case 126:a=1024;break;case 129:a=16777216;break;case 110:a=16384,r.flowNode=void 0;break}return a&&(r.transformFlags|=a),r}function rt(){return st(108)}function Ot(){return st(110)}function jt(){return st(106)}function lt(){return st(112)}function Z_(){return st(97)}function mt(t){return st(t)}function h_(t){let r=[];return t&32&&r.push(mt(95)),t&128&&r.push(mt(138)),t&2048&&r.push(mt(90)),t&4096&&r.push(mt(87)),t&1&&r.push(mt(125)),t&2&&r.push(mt(123)),t&4&&r.push(mt(124)),t&64&&r.push(mt(128)),t&256&&r.push(mt(126)),t&16&&r.push(mt(164)),t&8&&r.push(mt(148)),t&512&&r.push(mt(129)),t&1024&&r.push(mt(134)),t&8192&&r.push(mt(103)),t&16384&&r.push(mt(147)),r.length?r:void 0}function ht(t,r){let a=j(166);return a.left=t,a.right=et(r),a.transformFlags|=z(a.left)|Ca(a.right),a.flowNode=void 0,a}function a_(t,r,a){return t.left!==r||t.right!==a?U(ht(r,a),t):t}function _t(t){let r=j(167);return r.expression=c().parenthesizeExpressionOfComputedPropertyName(t),r.transformFlags|=z(r.expression)|1024|131072,r}function Lt(t,r){return t.expression!==r?U(_t(r),t):t}function e_(t,r,a,s){let m=oe(168);return m.modifiers=Pe(t),m.name=et(r),m.constraint=a,m.default=s,m.transformFlags=1,m.expression=void 0,m.jsDoc=void 0,m}function en(t,r,a,s,m){return t.modifiers!==r||t.name!==a||t.constraint!==s||t.default!==m?U(e_(r,a,s,m),t):t}function ln(t,r,a,s,m,x){let K=oe(169);return K.modifiers=Pe(t),K.dotDotDotToken=r,K.name=et(a),K.questionToken=s,K.type=m,K.initializer=ya(x),$y(K.name)?K.transformFlags=1:K.transformFlags=Ce(K.modifiers)|z(K.dotDotDotToken)|I_(K.name)|z(K.questionToken)|z(K.initializer)|(K.questionToken??K.type?1:0)|(K.dotDotDotToken??K.initializer?1024:0)|(F_(K.modifiers)&31?8192:0),K.jsDoc=void 0,K}function cn(t,r,a,s,m,x,K){return t.modifiers!==r||t.dotDotDotToken!==a||t.name!==s||t.questionToken!==m||t.type!==x||t.initializer!==K?U(ln(r,a,s,m,x,K),t):t}function L_(t){let r=j(170);return r.expression=c().parenthesizeLeftSideOfAccess(t,!1),r.transformFlags|=z(r.expression)|1|8192|33554432,r}function R_(t,r){return t.expression!==r?U(L_(r),t):t}function An(t,r,a,s){let m=oe(171);return m.modifiers=Pe(t),m.name=et(r),m.type=s,m.questionToken=a,m.transformFlags=1,m.initializer=void 0,m.jsDoc=void 0,m}function q_(t,r,a,s,m){return t.modifiers!==r||t.name!==a||t.questionToken!==s||t.type!==m?Ee(An(r,a,s,m),t):t}function Ee(t,r){return t!==r&&(t.initializer=r.initializer),U(t,r)}function un(t,r,a,s,m){let x=oe(172);x.modifiers=Pe(t),x.name=et(r),x.questionToken=a&&Ud(a)?a:void 0,x.exclamationToken=a&&qd(a)?a:void 0,x.type=s,x.initializer=ya(m);let K=x.flags&33554432||F_(x.modifiers)&128;return x.transformFlags=Ce(x.modifiers)|I_(x.name)|z(x.initializer)|(K||x.questionToken||x.exclamationToken||x.type?1:0)|(Uf(x.name)||F_(x.modifiers)&256&&x.initializer?8192:0)|16777216,x.jsDoc=void 0,x}function O(t,r,a,s,m,x){return t.modifiers!==r||t.name!==a||t.questionToken!==(s!==void 0&&Ud(s)?s:void 0)||t.exclamationToken!==(s!==void 0&&qd(s)?s:void 0)||t.type!==m||t.initializer!==x?U(un(r,a,s,m,x),t):t}function ie(t,r,a,s,m,x){let K=oe(173);return K.modifiers=Pe(t),K.name=et(r),K.questionToken=a,K.typeParameters=Pe(s),K.parameters=Pe(m),K.type=x,K.transformFlags=1,K.jsDoc=void 0,K.locals=void 0,K.nextContainer=void 0,K.typeArguments=void 0,K}function me(t,r,a,s,m,x,K){return t.modifiers!==r||t.name!==a||t.questionToken!==s||t.typeParameters!==m||t.parameters!==x||t.type!==K?Ie(ie(r,a,s,m,x,K),t):t}function we(t,r,a,s,m,x,K,de){let Me=oe(174);if(Me.modifiers=Pe(t),Me.asteriskToken=r,Me.name=et(a),Me.questionToken=s,Me.exclamationToken=void 0,Me.typeParameters=Pe(m),Me.parameters=fe(x),Me.type=K,Me.body=de,!Me.body)Me.transformFlags=1;else{let Qt=F_(Me.modifiers)&1024,x_=!!Me.asteriskToken,W_=Qt&&x_;Me.transformFlags=Ce(Me.modifiers)|z(Me.asteriskToken)|I_(Me.name)|z(Me.questionToken)|Ce(Me.typeParameters)|Ce(Me.parameters)|z(Me.type)|z(Me.body)&-67108865|(W_?128:Qt?256:x_?2048:0)|(Me.questionToken||Me.typeParameters||Me.type?1:0)|1024}return Me.typeArguments=void 0,Me.jsDoc=void 0,Me.locals=void 0,Me.nextContainer=void 0,Me.flowNode=void 0,Me.endFlowNode=void 0,Me.returnFlowNode=void 0,Me}function $e(t,r,a,s,m,x,K,de,Me){return t.modifiers!==r||t.asteriskToken!==a||t.name!==s||t.questionToken!==m||t.typeParameters!==x||t.parameters!==K||t.type!==de||t.body!==Me?Qe(we(r,a,s,m,x,K,de,Me),t):t}function Qe(t,r){return t!==r&&(t.exclamationToken=r.exclamationToken),U(t,r)}function at(t){let r=oe(175);return r.body=t,r.transformFlags=z(t)|16777216,r.modifiers=void 0,r.jsDoc=void 0,r.locals=void 0,r.nextContainer=void 0,r.endFlowNode=void 0,r.returnFlowNode=void 0,r}function Dt(t,r){return t.body!==r?vt(at(r),t):t}function vt(t,r){return t!==r&&(t.modifiers=r.modifiers),U(t,r)}function ot(t,r,a){let s=oe(176);return s.modifiers=Pe(t),s.parameters=fe(r),s.body=a,s.body?s.transformFlags=Ce(s.modifiers)|Ce(s.parameters)|z(s.body)&-67108865|1024:s.transformFlags=1,s.typeParameters=void 0,s.type=void 0,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 Xn(t,r,a,s){return t.modifiers!==r||t.parameters!==a||t.body!==s?y_(ot(r,a,s),t):t}function y_(t,r){return t!==r&&(t.typeParameters=r.typeParameters,t.type=r.type),Ie(t,r)}function Dn(t,r,a,s,m){let x=oe(177);return x.modifiers=Pe(t),x.name=et(r),x.parameters=fe(a),x.type=s,x.body=m,x.body?x.transformFlags=Ce(x.modifiers)|I_(x.name)|Ce(x.parameters)|z(x.type)|z(x.body)&-67108865|(x.type?1:0):x.transformFlags=1,x.typeArguments=void 0,x.typeParameters=void 0,x.jsDoc=void 0,x.locals=void 0,x.nextContainer=void 0,x.flowNode=void 0,x.endFlowNode=void 0,x.returnFlowNode=void 0,x}function U_(t,r,a,s,m,x){return t.modifiers!==r||t.name!==a||t.parameters!==s||t.type!==m||t.body!==x?dr(Dn(r,a,s,m,x),t):t}function dr(t,r){return t!==r&&(t.typeParameters=r.typeParameters),Ie(t,r)}function R(t,r,a,s){let m=oe(178);return m.modifiers=Pe(t),m.name=et(r),m.parameters=fe(a),m.body=s,m.body?m.transformFlags=Ce(m.modifiers)|I_(m.name)|Ce(m.parameters)|z(m.body)&-67108865|(m.type?1:0):m.transformFlags=1,m.typeArguments=void 0,m.typeParameters=void 0,m.type=void 0,m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m.flowNode=void 0,m.endFlowNode=void 0,m.returnFlowNode=void 0,m}function Q(t,r,a,s,m){return t.modifiers!==r||t.name!==a||t.parameters!==s||t.body!==m?ee(R(r,a,s,m),t):t}function ee(t,r){return t!==r&&(t.typeParameters=r.typeParameters,t.type=r.type),Ie(t,r)}function Te(t,r,a){let s=oe(179);return s.typeParameters=Pe(t),s.parameters=Pe(r),s.type=a,s.transformFlags=1,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.typeArguments=void 0,s}function Se(t,r,a,s){return t.typeParameters!==r||t.parameters!==a||t.type!==s?Ie(Te(r,a,s),t):t}function ke(t,r,a){let s=oe(180);return s.typeParameters=Pe(t),s.parameters=Pe(r),s.type=a,s.transformFlags=1,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.typeArguments=void 0,s}function ge(t,r,a,s){return t.typeParameters!==r||t.parameters!==a||t.type!==s?Ie(ke(r,a,s),t):t}function Be(t,r,a){let s=oe(181);return s.modifiers=Pe(t),s.parameters=Pe(r),s.type=a,s.transformFlags=1,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.typeArguments=void 0,s}function Ye(t,r,a,s){return t.parameters!==a||t.type!==s||t.modifiers!==r?Ie(Be(r,a,s),t):t}function Xe(t,r){let a=j(204);return a.type=t,a.literal=r,a.transformFlags=1,a}function Ae(t,r,a){return t.type!==r||t.literal!==a?U(Xe(r,a),t):t}function E_(t){return st(t)}function nt(t,r,a){let s=j(182);return s.assertsModifier=t,s.parameterName=et(r),s.type=a,s.transformFlags=1,s}function o_(t,r,a,s){return t.assertsModifier!==r||t.parameterName!==a||t.type!==s?U(nt(r,a,s),t):t}function pn(t,r){let a=j(183);return a.typeName=et(t),a.typeArguments=r&&c().parenthesizeTypeArguments(fe(r)),a.transformFlags=1,a}function J(t,r,a){return t.typeName!==r||t.typeArguments!==a?U(pn(r,a),t):t}function F(t,r,a){let s=oe(184);return s.typeParameters=Pe(t),s.parameters=Pe(r),s.type=a,s.transformFlags=1,s.modifiers=void 0,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.typeArguments=void 0,s}function d(t,r,a,s){return t.typeParameters!==r||t.parameters!==a||t.type!==s?Le(F(r,a,s),t):t}function Le(t,r){return t!==r&&(t.modifiers=r.modifiers),Ie(t,r)}function Ve(...t){return t.length===4?B(...t):t.length===3?Ze(...t):q.fail("Incorrect number of arguments specified.")}function B(t,r,a,s){let m=oe(185);return m.modifiers=Pe(t),m.typeParameters=Pe(r),m.parameters=Pe(a),m.type=s,m.transformFlags=1,m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m.typeArguments=void 0,m}function Ze(t,r,a){return B(void 0,t,r,a)}function Ke(...t){return t.length===5?We(...t):t.length===4?Et(...t):q.fail("Incorrect number of arguments specified.")}function We(t,r,a,s,m){return t.modifiers!==r||t.typeParameters!==a||t.parameters!==s||t.type!==m?Ie(Ve(r,a,s,m),t):t}function Et(t,r,a,s){return We(t,t.modifiers,r,a,s)}function yt(t,r){let a=j(186);return a.exprName=t,a.typeArguments=r&&c().parenthesizeTypeArguments(r),a.transformFlags=1,a}function Pt(t,r,a){return t.exprName!==r||t.typeArguments!==a?U(yt(r,a),t):t}function Gt(t){let r=oe(187);return r.members=fe(t),r.transformFlags=1,r}function dn(t,r){return t.members!==r?U(Gt(r),t):t}function B_(t){let r=j(188);return r.elementType=c().parenthesizeNonArrayTypeOfPostfixType(t),r.transformFlags=1,r}function mr(t,r){return t.elementType!==r?U(B_(r),t):t}function i_(t){let r=j(189);return r.elements=fe(c().parenthesizeElementTypesOfTupleType(t)),r.transformFlags=1,r}function W(t,r){return t.elements!==r?U(i_(r),t):t}function ue(t,r,a,s){let m=oe(202);return m.dotDotDotToken=t,m.name=r,m.questionToken=a,m.type=s,m.transformFlags=1,m.jsDoc=void 0,m}function Ue(t,r,a,s,m){return t.dotDotDotToken!==r||t.name!==a||t.questionToken!==s||t.type!==m?U(ue(r,a,s,m),t):t}function ve(t){let r=j(190);return r.type=c().parenthesizeTypeOfOptionalType(t),r.transformFlags=1,r}function L(t,r){return t.type!==r?U(ve(r),t):t}function ft(t){let r=j(191);return r.type=t,r.transformFlags=1,r}function xt(t,r){return t.type!==r?U(ft(r),t):t}function Jt(t,r,a){let s=j(t);return s.types=he.createNodeArray(a(r)),s.transformFlags=1,s}function s_(t,r,a){return t.types!==r?U(Jt(t.kind,r,a),t):t}function dc(t){return Jt(192,t,c().parenthesizeConstituentTypesOfUnionType)}function ui(t,r){return s_(t,r,c().parenthesizeConstituentTypesOfUnionType)}function En(t){return Jt(193,t,c().parenthesizeConstituentTypesOfIntersectionType)}function Fe(t,r){return s_(t,r,c().parenthesizeConstituentTypesOfIntersectionType)}function pt(t,r,a,s){let m=j(194);return m.checkType=c().parenthesizeCheckTypeOfConditionalType(t),m.extendsType=c().parenthesizeExtendsTypeOfConditionalType(r),m.trueType=a,m.falseType=s,m.transformFlags=1,m.locals=void 0,m.nextContainer=void 0,m}function mc(t,r,a,s,m){return t.checkType!==r||t.extendsType!==a||t.trueType!==s||t.falseType!==m?U(pt(r,a,s,m),t):t}function z_(t){let r=j(195);return r.typeParameter=t,r.transformFlags=1,r}function fc(t,r){return t.typeParameter!==r?U(z_(r),t):t}function Bt(t,r){let a=j(203);return a.head=t,a.templateSpans=fe(r),a.transformFlags=1,a}function hc(t,r,a){return t.head!==r||t.templateSpans!==a?U(Bt(r,a),t):t}function tn(t,r,a,s,m=!1){let x=j(205);return x.argument=t,x.attributes=r,x.assertions&&x.assertions.assertClause&&x.attributes&&(x.assertions.assertClause=x.attributes),x.qualifier=a,x.typeArguments=s&&c().parenthesizeTypeArguments(s),x.isTypeOf=m,x.transformFlags=1,x}function Gr(t,r,a,s,m,x=t.isTypeOf){return t.argument!==r||t.attributes!==a||t.qualifier!==s||t.typeArguments!==m||t.isTypeOf!==x?U(tn(r,a,s,m,x),t):t}function Vt(t){let r=j(196);return r.type=t,r.transformFlags=1,r}function At(t,r){return t.type!==r?U(Vt(r),t):t}function A(){let t=j(197);return t.transformFlags=1,t}function zt(t,r){let a=j(198);return a.operator=t,a.type=t===148?c().parenthesizeOperandOfReadonlyTypeOperator(r):c().parenthesizeOperandOfTypeOperator(r),a.transformFlags=1,a}function Pn(t,r){return t.type!==r?U(zt(t.operator,r),t):t}function _n(t,r){let a=j(199);return a.objectType=c().parenthesizeNonArrayTypeOfPostfixType(t),a.indexType=r,a.transformFlags=1,a}function Oa(t,r,a){return t.objectType!==r||t.indexType!==a?U(_n(r,a),t):t}function wt(t,r,a,s,m,x){let K=oe(200);return K.readonlyToken=t,K.typeParameter=r,K.nameType=a,K.questionToken=s,K.type=m,K.members=x&&fe(x),K.transformFlags=1,K.locals=void 0,K.nextContainer=void 0,K}function Mt(t,r,a,s,m,x,K){return t.readonlyToken!==r||t.typeParameter!==a||t.nameType!==s||t.questionToken!==m||t.type!==x||t.members!==K?U(wt(r,a,s,m,x,K),t):t}function Wn(t){let r=j(201);return r.literal=t,r.transformFlags=1,r}function mn(t,r){return t.literal!==r?U(Wn(r),t):t}function pi(t){let r=j(206);return r.elements=fe(t),r.transformFlags|=Ce(r.elements)|1024|524288,r.transformFlags&32768&&(r.transformFlags|=65664),r}function yc(t,r){return t.elements!==r?U(pi(r),t):t}function Nn(t){let r=j(207);return r.elements=fe(t),r.transformFlags|=Ce(r.elements)|1024|524288,r}function gc(t,r){return t.elements!==r?U(Nn(r),t):t}function Vr(t,r,a,s){let m=oe(208);return m.dotDotDotToken=t,m.propertyName=et(r),m.name=et(a),m.initializer=ya(s),m.transformFlags|=z(m.dotDotDotToken)|I_(m.propertyName)|I_(m.name)|z(m.initializer)|(m.dotDotDotToken?32768:0)|1024,m.flowNode=void 0,m}function Gn(t,r,a,s,m){return t.propertyName!==a||t.dotDotDotToken!==r||t.name!==s||t.initializer!==m?U(Vr(r,a,s,m),t):t}function La(t,r){let a=j(209),s=t&&Rr(t),m=fe(t,s&&Cg(s)?!0:void 0);return a.elements=c().parenthesizeExpressionsOfCommaDelimitedList(m),a.multiLine=r,a.transformFlags|=Ce(a.elements),a}function di(t,r){return t.elements!==r?U(La(r,t.multiLine),t):t}function fr(t,r){let a=oe(210);return a.properties=fe(t),a.multiLine=r,a.transformFlags|=Ce(a.properties),a.jsDoc=void 0,a}function bc(t,r){return t.properties!==r?U(fr(r,t.multiLine),t):t}function mi(t,r,a){let s=oe(211);return s.expression=t,s.questionDotToken=r,s.name=a,s.transformFlags=z(s.expression)|z(s.questionDotToken)|(tt(s.name)?Ca(s.name):z(s.name)|536870912),s.jsDoc=void 0,s.flowNode=void 0,s}function nn(t,r){let a=mi(c().parenthesizeLeftSideOfAccess(t,!1),void 0,et(r));return tp(t)&&(a.transformFlags|=384),a}function vc(t,r,a){return B0(t)?Hr(t,r,t.questionDotToken,xn(a,tt)):t.expression!==r||t.name!==a?U(nn(r,a),t):t}function hr(t,r,a){let s=mi(c().parenthesizeLeftSideOfAccess(t,!0),r,et(a));return s.flags|=64,s.transformFlags|=32,s}function Hr(t,r,a,s){return q.assert(!!(t.flags&64),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),t.expression!==r||t.questionDotToken!==a||t.name!==s?U(hr(r,a,s),t):t}function fi(t,r,a){let s=oe(212);return s.expression=t,s.questionDotToken=r,s.argumentExpression=a,s.transformFlags|=z(s.expression)|z(s.questionDotToken)|z(s.argumentExpression),s.jsDoc=void 0,s.flowNode=void 0,s}function yr(t,r){let a=fi(c().parenthesizeLeftSideOfAccess(t,!1),void 0,on(r));return tp(t)&&(a.transformFlags|=384),a}function xc(t,r,a){return z0(t)?Ra(t,r,t.questionDotToken,a):t.expression!==r||t.argumentExpression!==a?U(yr(r,a),t):t}function hi(t,r,a){let s=fi(c().parenthesizeLeftSideOfAccess(t,!0),r,on(a));return s.flags|=64,s.transformFlags|=32,s}function Ra(t,r,a,s){return q.assert(!!(t.flags&64),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),t.expression!==r||t.questionDotToken!==a||t.argumentExpression!==s?U(hi(r,a,s),t):t}function yi(t,r,a,s){let m=oe(213);return m.expression=t,m.questionDotToken=r,m.typeArguments=a,m.arguments=s,m.transformFlags|=z(m.expression)|z(m.questionDotToken)|Ce(m.typeArguments)|Ce(m.arguments),m.typeArguments&&(m.transformFlags|=1),jd(m.expression)&&(m.transformFlags|=16384),m}function gr(t,r,a){let s=yi(c().parenthesizeLeftSideOfAccess(t,!1),void 0,Pe(r),c().parenthesizeExpressionsOfCommaDelimitedList(fe(a)));return H2(s.expression)&&(s.transformFlags|=8388608),s}function $r(t,r,a,s){return Ad(t)?gi(t,r,t.questionDotToken,a,s):t.expression!==r||t.typeArguments!==a||t.arguments!==s?U(gr(r,a,s),t):t}function qa(t,r,a,s){let m=yi(c().parenthesizeLeftSideOfAccess(t,!0),r,Pe(a),c().parenthesizeExpressionsOfCommaDelimitedList(fe(s)));return m.flags|=64,m.transformFlags|=32,m}function gi(t,r,a,s,m){return q.assert(!!(t.flags&64),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),t.expression!==r||t.questionDotToken!==a||t.typeArguments!==s||t.arguments!==m?U(qa(r,a,s,m),t):t}function g_(t,r,a){let s=oe(214);return s.expression=c().parenthesizeExpressionOfNew(t),s.typeArguments=Pe(r),s.arguments=a?c().parenthesizeExpressionsOfCommaDelimitedList(a):void 0,s.transformFlags|=z(s.expression)|Ce(s.typeArguments)|Ce(s.arguments)|32,s.typeArguments&&(s.transformFlags|=1),s}function Ua(t,r,a,s){return t.expression!==r||t.typeArguments!==a||t.arguments!==s?U(g_(r,a,s),t):t}function Qr(t,r,a){let s=j(215);return s.tag=c().parenthesizeLeftSideOfAccess(t,!1),s.typeArguments=Pe(r),s.template=a,s.transformFlags|=z(s.tag)|Ce(s.typeArguments)|z(s.template)|1024,s.typeArguments&&(s.transformFlags|=1),Hy(s.template)&&(s.transformFlags|=128),s}function bi(t,r,a,s){return t.tag!==r||t.typeArguments!==a||t.template!==s?U(Qr(r,a,s),t):t}function vi(t,r){let a=j(216);return a.expression=c().parenthesizeOperandOfPrefixUnary(r),a.type=t,a.transformFlags|=z(a.expression)|z(a.type)|1,a}function xi(t,r,a){return t.type!==r||t.expression!==a?U(vi(r,a),t):t}function Ba(t){let r=j(217);return r.expression=t,r.transformFlags=z(r.expression),r.jsDoc=void 0,r}function wi(t,r){return t.expression!==r?U(Ba(r),t):t}function za(t,r,a,s,m,x,K){let de=oe(218);de.modifiers=Pe(t),de.asteriskToken=r,de.name=et(a),de.typeParameters=Pe(s),de.parameters=fe(m),de.type=x,de.body=K;let Me=F_(de.modifiers)&1024,Qt=!!de.asteriskToken,x_=Me&&Qt;return de.transformFlags=Ce(de.modifiers)|z(de.asteriskToken)|I_(de.name)|Ce(de.typeParameters)|Ce(de.parameters)|z(de.type)|z(de.body)&-67108865|(x_?128:Me?256:Qt?2048:0)|(de.typeParameters||de.type?1:0)|4194304,de.typeArguments=void 0,de.jsDoc=void 0,de.locals=void 0,de.nextContainer=void 0,de.flowNode=void 0,de.endFlowNode=void 0,de.returnFlowNode=void 0,de}function Ti(t,r,a,s,m,x,K,de){return t.name!==s||t.modifiers!==r||t.asteriskToken!==a||t.typeParameters!==m||t.parameters!==x||t.type!==K||t.body!==de?Ie(za(r,a,s,m,x,K,de),t):t}function Ka(t,r,a,s,m,x){let K=oe(219);K.modifiers=Pe(t),K.typeParameters=Pe(r),K.parameters=fe(a),K.type=s,K.equalsGreaterThanToken=m??st(39),K.body=c().parenthesizeConciseBodyOfArrowFunction(x);let de=F_(K.modifiers)&1024;return K.transformFlags=Ce(K.modifiers)|Ce(K.typeParameters)|Ce(K.parameters)|z(K.type)|z(K.equalsGreaterThanToken)|z(K.body)&-67108865|(K.typeParameters||K.type?1:0)|(de?16640:0)|1024,K.typeArguments=void 0,K.jsDoc=void 0,K.locals=void 0,K.nextContainer=void 0,K.flowNode=void 0,K.endFlowNode=void 0,K.returnFlowNode=void 0,K}function Si(t,r,a,s,m,x,K){return t.modifiers!==r||t.typeParameters!==a||t.parameters!==s||t.type!==m||t.equalsGreaterThanToken!==x||t.body!==K?Ie(Ka(r,a,s,m,x,K),t):t}function ki(t){let r=j(220);return r.expression=c().parenthesizeOperandOfPrefixUnary(t),r.transformFlags|=z(r.expression),r}function Ci(t,r){return t.expression!==r?U(ki(r),t):t}function Yr(t){let r=j(221);return r.expression=c().parenthesizeOperandOfPrefixUnary(t),r.transformFlags|=z(r.expression),r}function l_(t,r){return t.expression!==r?U(Yr(r),t):t}function Xa(t){let r=j(222);return r.expression=c().parenthesizeOperandOfPrefixUnary(t),r.transformFlags|=z(r.expression),r}function rn(t,r){return t.expression!==r?U(Xa(r),t):t}function Ai(t){let r=j(223);return r.expression=c().parenthesizeOperandOfPrefixUnary(t),r.transformFlags|=z(r.expression)|256|128|2097152,r}function In(t,r){return t.expression!==r?U(Ai(r),t):t}function Fn(t,r){let a=j(224);return a.operator=t,a.operand=c().parenthesizeOperandOfPrefixUnary(r),a.transformFlags|=z(a.operand),(t===46||t===47)&&tt(a.operand)&&!Na(a.operand)&&!Xd(a.operand)&&(a.transformFlags|=268435456),a}function wc(t,r){return t.operand!==r?U(Fn(t.operator,r),t):t}function Vn(t,r){let a=j(225);return a.operator=r,a.operand=c().parenthesizeOperandOfPostfixUnary(t),a.transformFlags|=z(a.operand),tt(a.operand)&&!Na(a.operand)&&!Xd(a.operand)&&(a.transformFlags|=268435456),a}function Tc(t,r){return t.operand!==r?U(Vn(r,t.operator),t):t}function Zr(t,r,a){let s=oe(226),m=jl(r),x=m.kind;return s.left=c().parenthesizeLeftSideOfBinary(x,t),s.operatorToken=m,s.right=c().parenthesizeRightSideOfBinary(x,s.left,a),s.transformFlags|=z(s.left)|z(s.operatorToken)|z(s.right),x===61?s.transformFlags|=32:x===64?Vf(s.left)?s.transformFlags|=5248|Di(s.left):xg(s.left)&&(s.transformFlags|=5120|Di(s.left)):x===43||x===68?s.transformFlags|=512:o2(x)&&(s.transformFlags|=16),x===103&&Xr(s.left)&&(s.transformFlags|=536870912),s.jsDoc=void 0,s}function Di(t){return p1(t)?65536:0}function Sc(t,r,a,s){return t.left!==r||t.operatorToken!==a||t.right!==s?U(Zr(r,a,s),t):t}function Ei(t,r,a,s,m){let x=j(227);return x.condition=c().parenthesizeConditionOfConditionalExpression(t),x.questionToken=r??st(58),x.whenTrue=c().parenthesizeBranchOfConditionalExpression(a),x.colonToken=s??st(59),x.whenFalse=c().parenthesizeBranchOfConditionalExpression(m),x.transformFlags|=z(x.condition)|z(x.questionToken)|z(x.whenTrue)|z(x.colonToken)|z(x.whenFalse),x}function Pi(t,r,a,s,m,x){return t.condition!==r||t.questionToken!==a||t.whenTrue!==s||t.colonToken!==m||t.whenFalse!==x?U(Ei(r,a,s,m,x),t):t}function Ni(t,r){let a=j(228);return a.head=t,a.templateSpans=fe(r),a.transformFlags|=z(a.head)|Ce(a.templateSpans)|1024,a}function K_(t,r,a){return t.head!==r||t.templateSpans!==a?U(Ni(r,a),t):t}function br(t,r,a,s=0){q.assert(!(s&-7177),"Unsupported template flags.");let m;if(a!==void 0&&a!==r&&(m=L2(t,a),typeof m=="object"))return q.fail("Invalid raw text");if(r===void 0){if(m===void 0)return q.fail("Arguments 'text' and 'rawText' may not both be undefined.");r=m}else m!==void 0&&q.assert(r===m,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return r}function Ii(t){let r=1024;return t&&(r|=128),r}function kc(t,r,a,s){let m=Wt(t);return m.text=r,m.rawText=a,m.templateFlags=s&7176,m.transformFlags=Ii(m.templateFlags),m}function Hn(t,r,a,s){let m=oe(t);return m.text=r,m.rawText=a,m.templateFlags=s&7176,m.transformFlags=Ii(m.templateFlags),m}function $n(t,r,a,s){return t===15?Hn(t,r,a,s):kc(t,r,a,s)}function Fi(t,r,a){return t=br(16,t,r,a),$n(16,t,r,a)}function ea(t,r,a){return t=br(16,t,r,a),$n(17,t,r,a)}function Wa(t,r,a){return t=br(16,t,r,a),$n(18,t,r,a)}function Cc(t,r,a){return t=br(16,t,r,a),Hn(15,t,r,a)}function Ga(t,r){q.assert(!t||!!r,"A `YieldExpression` with an asteriskToken must have an expression.");let a=j(229);return a.expression=r&&c().parenthesizeExpressionForDisallowedComma(r),a.asteriskToken=t,a.transformFlags|=z(a.expression)|z(a.asteriskToken)|1024|128|1048576,a}function Ac(t,r,a){return t.expression!==a||t.asteriskToken!==r?U(Ga(r,a),t):t}function ji(t){let r=j(230);return r.expression=c().parenthesizeExpressionForDisallowedComma(t),r.transformFlags|=z(r.expression)|1024|32768,r}function Dc(t,r){return t.expression!==r?U(ji(r),t):t}function Ji(t,r,a,s,m){let x=oe(231);return x.modifiers=Pe(t),x.name=et(r),x.typeParameters=Pe(a),x.heritageClauses=Pe(s),x.members=fe(m),x.transformFlags|=Ce(x.modifiers)|I_(x.name)|Ce(x.typeParameters)|Ce(x.heritageClauses)|Ce(x.members)|(x.typeParameters?1:0)|1024,x.jsDoc=void 0,x}function Va(t,r,a,s,m,x){return t.modifiers!==r||t.name!==a||t.typeParameters!==s||t.heritageClauses!==m||t.members!==x?U(Ji(r,a,s,m,x),t):t}function Ha(){return j(232)}function Mi(t,r){let a=j(233);return a.expression=c().parenthesizeLeftSideOfAccess(t,!1),a.typeArguments=r&&c().parenthesizeTypeArguments(r),a.transformFlags|=z(a.expression)|Ce(a.typeArguments)|1024,a}function Oi(t,r,a){return t.expression!==r||t.typeArguments!==a?U(Mi(r,a),t):t}function c_(t,r){let a=j(234);return a.expression=t,a.type=r,a.transformFlags|=z(a.expression)|z(a.type)|1,a}function ta(t,r,a){return t.expression!==r||t.type!==a?U(c_(r,a),t):t}function Li(t){let r=j(235);return r.expression=c().parenthesizeLeftSideOfAccess(t,!1),r.transformFlags|=z(r.expression)|1,r}function Ri(t,r){return K0(t)?P_(t,r):t.expression!==r?U(Li(r),t):t}function $a(t,r){let a=j(238);return a.expression=t,a.type=r,a.transformFlags|=z(a.expression)|z(a.type)|1,a}function qi(t,r,a){return t.expression!==r||t.type!==a?U($a(r,a),t):t}function Qa(t){let r=j(235);return r.flags|=64,r.expression=c().parenthesizeLeftSideOfAccess(t,!0),r.transformFlags|=z(r.expression)|1,r}function P_(t,r){return q.assert(!!(t.flags&64),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),t.expression!==r?U(Qa(r),t):t}function Ui(t,r){let a=j(236);switch(a.keywordToken=t,a.name=r,a.transformFlags|=z(a.name),t){case 105:a.transformFlags|=1024;break;case 102:a.transformFlags|=32;break;default:return q.assertNever(t)}return a.flowNode=void 0,a}function Ya(t,r){return t.name!==r?U(Ui(t.keywordToken,r),t):t}function X_(t,r){let a=j(239);return a.expression=t,a.literal=r,a.transformFlags|=z(a.expression)|z(a.literal)|1024,a}function _a(t,r,a){return t.expression!==r||t.literal!==a?U(X_(r,a),t):t}function Bi(){let t=j(240);return t.transformFlags|=1024,t}function jn(t,r){let a=j(241);return a.statements=fe(t),a.multiLine=r,a.transformFlags|=Ce(a.statements),a.jsDoc=void 0,a.locals=void 0,a.nextContainer=void 0,a}function Ec(t,r){return t.statements!==r?U(jn(r,t.multiLine),t):t}function Za(t,r){let a=j(243);return a.modifiers=Pe(t),a.declarationList=Kn(r)?ao(r):r,a.transformFlags|=Ce(a.modifiers)|z(a.declarationList),F_(a.modifiers)&128&&(a.transformFlags=1),a.jsDoc=void 0,a.flowNode=void 0,a}function zi(t,r,a){return t.modifiers!==r||t.declarationList!==a?U(Za(r,a),t):t}function Ki(){let t=j(242);return t.jsDoc=void 0,t}function vr(t){let r=j(244);return r.expression=c().parenthesizeExpressionOfExpressionStatement(t),r.transformFlags|=z(r.expression),r.jsDoc=void 0,r.flowNode=void 0,r}function Xi(t,r){return t.expression!==r?U(vr(r),t):t}function Wi(t,r,a){let s=j(245);return s.expression=t,s.thenStatement=Nt(r),s.elseStatement=Nt(a),s.transformFlags|=z(s.expression)|z(s.thenStatement)|z(s.elseStatement),s.jsDoc=void 0,s.flowNode=void 0,s}function Gi(t,r,a,s){return t.expression!==r||t.thenStatement!==a||t.elseStatement!==s?U(Wi(r,a,s),t):t}function Vi(t,r){let a=j(246);return a.statement=Nt(t),a.expression=r,a.transformFlags|=z(a.statement)|z(a.expression),a.jsDoc=void 0,a.flowNode=void 0,a}function Hi(t,r,a){return t.statement!==r||t.expression!==a?U(Vi(r,a),t):t}function $i(t,r){let a=j(247);return a.expression=t,a.statement=Nt(r),a.transformFlags|=z(a.expression)|z(a.statement),a.jsDoc=void 0,a.flowNode=void 0,a}function Pc(t,r,a){return t.expression!==r||t.statement!==a?U($i(r,a),t):t}function Qi(t,r,a,s){let m=j(248);return m.initializer=t,m.condition=r,m.incrementor=a,m.statement=Nt(s),m.transformFlags|=z(m.initializer)|z(m.condition)|z(m.incrementor)|z(m.statement),m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m.flowNode=void 0,m}function Yi(t,r,a,s,m){return t.initializer!==r||t.condition!==a||t.incrementor!==s||t.statement!==m?U(Qi(r,a,s,m),t):t}function eo(t,r,a){let s=j(249);return s.initializer=t,s.expression=r,s.statement=Nt(a),s.transformFlags|=z(s.initializer)|z(s.expression)|z(s.statement),s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.flowNode=void 0,s}function Nc(t,r,a,s){return t.initializer!==r||t.expression!==a||t.statement!==s?U(eo(r,a,s),t):t}function Zi(t,r,a,s){let m=j(250);return m.awaitModifier=t,m.initializer=r,m.expression=c().parenthesizeExpressionForDisallowedComma(a),m.statement=Nt(s),m.transformFlags|=z(m.awaitModifier)|z(m.initializer)|z(m.expression)|z(m.statement)|1024,t&&(m.transformFlags|=128),m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m.flowNode=void 0,m}function Ic(t,r,a,s,m){return t.awaitModifier!==r||t.initializer!==a||t.expression!==s||t.statement!==m?U(Zi(r,a,s,m),t):t}function es(t){let r=j(251);return r.label=et(t),r.transformFlags|=z(r.label)|4194304,r.jsDoc=void 0,r.flowNode=void 0,r}function Fc(t,r){return t.label!==r?U(es(r),t):t}function to(t){let r=j(252);return r.label=et(t),r.transformFlags|=z(r.label)|4194304,r.jsDoc=void 0,r.flowNode=void 0,r}function ts(t,r){return t.label!==r?U(to(r),t):t}function _o(t){let r=j(253);return r.expression=t,r.transformFlags|=z(r.expression)|128|4194304,r.jsDoc=void 0,r.flowNode=void 0,r}function jc(t,r){return t.expression!==r?U(_o(r),t):t}function no(t,r){let a=j(254);return a.expression=t,a.statement=Nt(r),a.transformFlags|=z(a.expression)|z(a.statement),a.jsDoc=void 0,a.flowNode=void 0,a}function _s(t,r,a){return t.expression!==r||t.statement!==a?U(no(r,a),t):t}function ro(t,r){let a=j(255);return a.expression=c().parenthesizeExpressionForDisallowedComma(t),a.caseBlock=r,a.transformFlags|=z(a.expression)|z(a.caseBlock),a.jsDoc=void 0,a.flowNode=void 0,a.possiblyExhaustive=!1,a}function Qn(t,r,a){return t.expression!==r||t.caseBlock!==a?U(ro(r,a),t):t}function ns(t,r){let a=j(256);return a.label=et(t),a.statement=Nt(r),a.transformFlags|=z(a.label)|z(a.statement),a.jsDoc=void 0,a.flowNode=void 0,a}function rs(t,r,a){return t.label!==r||t.statement!==a?U(ns(r,a),t):t}function as(t){let r=j(257);return r.expression=t,r.transformFlags|=z(r.expression),r.jsDoc=void 0,r.flowNode=void 0,r}function Jc(t,r){return t.expression!==r?U(as(r),t):t}function os(t,r,a){let s=j(258);return s.tryBlock=t,s.catchClause=r,s.finallyBlock=a,s.transformFlags|=z(s.tryBlock)|z(s.catchClause)|z(s.finallyBlock),s.jsDoc=void 0,s.flowNode=void 0,s}function Mc(t,r,a,s){return t.tryBlock!==r||t.catchClause!==a||t.finallyBlock!==s?U(os(r,a,s),t):t}function is(){let t=j(259);return t.jsDoc=void 0,t.flowNode=void 0,t}function na(t,r,a,s){let m=oe(260);return m.name=et(t),m.exclamationToken=r,m.type=a,m.initializer=ya(s),m.transformFlags|=I_(m.name)|z(m.initializer)|(m.exclamationToken??m.type?1:0),m.jsDoc=void 0,m}function ss(t,r,a,s,m){return t.name!==r||t.type!==s||t.exclamationToken!==a||t.initializer!==m?U(na(r,a,s,m),t):t}function ao(t,r=0){let a=j(261);return a.flags|=r&7,a.declarations=fe(t),a.transformFlags|=Ce(a.declarations)|4194304,r&7&&(a.transformFlags|=263168),r&4&&(a.transformFlags|=4),a}function Oc(t,r){return t.declarations!==r?U(ao(r,t.flags),t):t}function ls(t,r,a,s,m,x,K){let de=oe(262);if(de.modifiers=Pe(t),de.asteriskToken=r,de.name=et(a),de.typeParameters=Pe(s),de.parameters=fe(m),de.type=x,de.body=K,!de.body||F_(de.modifiers)&128)de.transformFlags=1;else{let Me=F_(de.modifiers)&1024,Qt=!!de.asteriskToken,x_=Me&&Qt;de.transformFlags=Ce(de.modifiers)|z(de.asteriskToken)|I_(de.name)|Ce(de.typeParameters)|Ce(de.parameters)|z(de.type)|z(de.body)&-67108865|(x_?128:Me?256:Qt?2048:0)|(de.typeParameters||de.type?1:0)|4194304}return de.typeArguments=void 0,de.jsDoc=void 0,de.locals=void 0,de.nextContainer=void 0,de.endFlowNode=void 0,de.returnFlowNode=void 0,de}function oo(t,r,a,s,m,x,K,de){return t.modifiers!==r||t.asteriskToken!==a||t.name!==s||t.typeParameters!==m||t.parameters!==x||t.type!==K||t.body!==de?Lc(ls(r,a,s,m,x,K,de),t):t}function Lc(t,r){return t!==r&&t.modifiers===r.modifiers&&(t.modifiers=r.modifiers),Ie(t,r)}function cs(t,r,a,s,m){let x=oe(263);return x.modifiers=Pe(t),x.name=et(r),x.typeParameters=Pe(a),x.heritageClauses=Pe(s),x.members=fe(m),F_(x.modifiers)&128?x.transformFlags=1:(x.transformFlags|=Ce(x.modifiers)|I_(x.name)|Ce(x.typeParameters)|Ce(x.heritageClauses)|Ce(x.members)|(x.typeParameters?1:0)|1024,x.transformFlags&8192&&(x.transformFlags|=1)),x.jsDoc=void 0,x}function ra(t,r,a,s,m,x){return t.modifiers!==r||t.name!==a||t.typeParameters!==s||t.heritageClauses!==m||t.members!==x?U(cs(r,a,s,m,x),t):t}function us(t,r,a,s,m){let x=oe(264);return x.modifiers=Pe(t),x.name=et(r),x.typeParameters=Pe(a),x.heritageClauses=Pe(s),x.members=fe(m),x.transformFlags=1,x.jsDoc=void 0,x}function ps(t,r,a,s,m,x){return t.modifiers!==r||t.name!==a||t.typeParameters!==s||t.heritageClauses!==m||t.members!==x?U(us(r,a,s,m,x),t):t}function it(t,r,a,s){let m=oe(265);return m.modifiers=Pe(t),m.name=et(r),m.typeParameters=Pe(a),m.type=s,m.transformFlags=1,m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m}function fn(t,r,a,s,m){return t.modifiers!==r||t.name!==a||t.typeParameters!==s||t.type!==m?U(it(r,a,s,m),t):t}function io(t,r,a){let s=oe(266);return s.modifiers=Pe(t),s.name=et(r),s.members=fe(a),s.transformFlags|=Ce(s.modifiers)|z(s.name)|Ce(s.members)|1,s.transformFlags&=-67108865,s.jsDoc=void 0,s}function hn(t,r,a,s){return t.modifiers!==r||t.name!==a||t.members!==s?U(io(r,a,s),t):t}function ds(t,r,a,s=0){let m=oe(267);return m.modifiers=Pe(t),m.flags|=s&2088,m.name=r,m.body=a,F_(m.modifiers)&128?m.transformFlags=1:m.transformFlags|=Ce(m.modifiers)|z(m.name)|z(m.body)|1,m.transformFlags&=-67108865,m.jsDoc=void 0,m.locals=void 0,m.nextContainer=void 0,m}function St(t,r,a,s){return t.modifiers!==r||t.name!==a||t.body!==s?U(ds(r,a,s,t.flags),t):t}function yn(t){let r=j(268);return r.statements=fe(t),r.transformFlags|=Ce(r.statements),r.jsDoc=void 0,r}function Rt(t,r){return t.statements!==r?U(yn(r),t):t}function ms(t){let r=j(269);return r.clauses=fe(t),r.transformFlags|=Ce(r.clauses),r.locals=void 0,r.nextContainer=void 0,r}function Rc(t,r){return t.clauses!==r?U(ms(r),t):t}function fs(t){let r=oe(270);return r.name=et(t),r.transformFlags|=Ca(r.name)|1,r.modifiers=void 0,r.jsDoc=void 0,r}function hs(t,r){return t.name!==r?qc(fs(r),t):t}function qc(t,r){return t!==r&&(t.modifiers=r.modifiers),U(t,r)}function ys(t,r,a,s){let m=oe(271);return m.modifiers=Pe(t),m.name=et(a),m.isTypeOnly=r,m.moduleReference=s,m.transformFlags|=Ce(m.modifiers)|Ca(m.name)|z(m.moduleReference),o1(m.moduleReference)||(m.transformFlags|=1),m.transformFlags&=-67108865,m.jsDoc=void 0,m}function gs(t,r,a,s,m){return t.modifiers!==r||t.isTypeOnly!==a||t.name!==s||t.moduleReference!==m?U(ys(r,a,s,m),t):t}function bs(t,r,a,s){let m=j(272);return m.modifiers=Pe(t),m.importClause=r,m.moduleSpecifier=a,m.attributes=m.assertClause=s,m.transformFlags|=z(m.importClause)|z(m.moduleSpecifier),m.transformFlags&=-67108865,m.jsDoc=void 0,m}function vs(t,r,a,s,m){return t.modifiers!==r||t.importClause!==a||t.moduleSpecifier!==s||t.attributes!==m?U(bs(r,a,s,m),t):t}function xs(t,r,a){let s=oe(273);return s.isTypeOnly=t,s.name=r,s.namedBindings=a,s.transformFlags|=z(s.name)|z(s.namedBindings),t&&(s.transformFlags|=1),s.transformFlags&=-67108865,s}function ws(t,r,a,s){return t.isTypeOnly!==r||t.name!==a||t.namedBindings!==s?U(xs(r,a,s),t):t}function so(t,r){let a=j(300);return a.elements=fe(t),a.multiLine=r,a.token=132,a.transformFlags|=4,a}function Uc(t,r,a){return t.elements!==r||t.multiLine!==a?U(so(r,a),t):t}function xr(t,r){let a=j(301);return a.name=t,a.value=r,a.transformFlags|=4,a}function Ts(t,r,a){return t.name!==r||t.value!==a?U(xr(r,a),t):t}function lo(t,r){let a=j(302);return a.assertClause=t,a.multiLine=r,a}function Ss(t,r,a){return t.assertClause!==r||t.multiLine!==a?U(lo(r,a),t):t}function ks(t,r,a){let s=j(300);return s.token=a??118,s.elements=fe(t),s.multiLine=r,s.transformFlags|=4,s}function co(t,r,a){return t.elements!==r||t.multiLine!==a?U(ks(r,a,t.token),t):t}function Cs(t,r){let a=j(301);return a.name=t,a.value=r,a.transformFlags|=4,a}function As(t,r,a){return t.name!==r||t.value!==a?U(Cs(r,a),t):t}function Ds(t){let r=oe(274);return r.name=t,r.transformFlags|=z(r.name),r.transformFlags&=-67108865,r}function Bc(t,r){return t.name!==r?U(Ds(r),t):t}function Es(t){let r=oe(280);return r.name=t,r.transformFlags|=z(r.name)|32,r.transformFlags&=-67108865,r}function zc(t,r){return t.name!==r?U(Es(r),t):t}function Ps(t){let r=j(275);return r.elements=fe(t),r.transformFlags|=Ce(r.elements),r.transformFlags&=-67108865,r}function Ns(t,r){return t.elements!==r?U(Ps(r),t):t}function gn(t,r,a){let s=oe(276);return s.isTypeOnly=t,s.propertyName=r,s.name=a,s.transformFlags|=z(s.propertyName)|z(s.name),s.transformFlags&=-67108865,s}function Kc(t,r,a,s){return t.isTypeOnly!==r||t.propertyName!==a||t.name!==s?U(gn(r,a,s),t):t}function aa(t,r,a){let s=oe(277);return s.modifiers=Pe(t),s.isExportEquals=r,s.expression=r?c().parenthesizeRightSideOfBinary(64,void 0,a):c().parenthesizeExpressionOfExportDefault(a),s.transformFlags|=Ce(s.modifiers)|z(s.expression),s.transformFlags&=-67108865,s.jsDoc=void 0,s}function wr(t,r,a){return t.modifiers!==r||t.expression!==a?U(aa(r,t.isExportEquals,a),t):t}function oa(t,r,a,s,m){let x=oe(278);return x.modifiers=Pe(t),x.isTypeOnly=r,x.exportClause=a,x.moduleSpecifier=s,x.attributes=x.assertClause=m,x.transformFlags|=Ce(x.modifiers)|z(x.exportClause)|z(x.moduleSpecifier),x.transformFlags&=-67108865,x.jsDoc=void 0,x}function Is(t,r,a,s,m,x){return t.modifiers!==r||t.isTypeOnly!==a||t.exportClause!==s||t.moduleSpecifier!==m||t.attributes!==x?Tr(oa(r,a,s,m,x),t):t}function Tr(t,r){return t!==r&&t.modifiers===r.modifiers&&(t.modifiers=r.modifiers),U(t,r)}function uo(t){let r=j(279);return r.elements=fe(t),r.transformFlags|=Ce(r.elements),r.transformFlags&=-67108865,r}function Xc(t,r){return t.elements!==r?U(uo(r),t):t}function ia(t,r,a){let s=j(281);return s.isTypeOnly=t,s.propertyName=et(r),s.name=et(a),s.transformFlags|=z(s.propertyName)|z(s.name),s.transformFlags&=-67108865,s.jsDoc=void 0,s}function Wc(t,r,a,s){return t.isTypeOnly!==r||t.propertyName!==a||t.name!==s?U(ia(r,a,s),t):t}function Gc(){let t=oe(282);return t.jsDoc=void 0,t}function po(t){let r=j(283);return r.expression=t,r.transformFlags|=z(r.expression),r.transformFlags&=-67108865,r}function Vc(t,r){return t.expression!==r?U(po(r),t):t}function Fs(t){return j(t)}function js(t,r,a=!1){let s=mo(t,a?r&&c().parenthesizeNonArrayTypeOfPostfixType(r):r);return s.postfix=a,s}function mo(t,r){let a=j(t);return a.type=r,a}function Hc(t,r,a){return r.type!==a?U(js(t,a,r.postfix),r):r}function $c(t,r,a){return r.type!==a?U(mo(t,a),r):r}function Js(t,r){let a=oe(317);return a.parameters=Pe(t),a.type=r,a.transformFlags=Ce(a.parameters)|(a.type?1:0),a.jsDoc=void 0,a.locals=void 0,a.nextContainer=void 0,a.typeArguments=void 0,a}function Qc(t,r,a){return t.parameters!==r||t.type!==a?U(Js(r,a),t):t}function Ms(t,r=!1){let a=oe(322);return a.jsDocPropertyTags=Pe(t),a.isArrayType=r,a}function Yc(t,r,a){return t.jsDocPropertyTags!==r||t.isArrayType!==a?U(Ms(r,a),t):t}function Os(t){let r=j(309);return r.type=t,r}function fo(t,r){return t.type!==r?U(Os(r),t):t}function Ls(t,r,a){let s=oe(323);return s.typeParameters=Pe(t),s.parameters=fe(r),s.type=a,s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s}function Zc(t,r,a,s){return t.typeParameters!==r||t.parameters!==a||t.type!==s?U(Ls(r,a,s),t):t}function t_(t){let r=Bl(t.kind);return t.tagName.escapedText===Sa(r)?t.tagName:ze(r)}function b_(t,r,a){let s=j(t);return s.tagName=r,s.comment=a,s}function Jn(t,r,a){let s=oe(t);return s.tagName=r,s.comment=a,s}function ho(t,r,a,s){let m=b_(345,t??ze("template"),s);return m.constraint=r,m.typeParameters=fe(a),m}function Rs(t,r=t_(t),a,s,m){return t.tagName!==r||t.constraint!==a||t.typeParameters!==s||t.comment!==m?U(ho(r,a,s,m),t):t}function sa(t,r,a,s){let m=Jn(346,t??ze("typedef"),s);return m.typeExpression=r,m.fullName=a,m.name=Wd(a),m.locals=void 0,m.nextContainer=void 0,m}function eu(t,r=t_(t),a,s,m){return t.tagName!==r||t.typeExpression!==a||t.fullName!==s||t.comment!==m?U(sa(r,a,s,m),t):t}function yo(t,r,a,s,m,x){let K=Jn(341,t??ze("param"),x);return K.typeExpression=s,K.name=r,K.isNameFirst=!!m,K.isBracketed=a,K}function tu(t,r=t_(t),a,s,m,x,K){return t.tagName!==r||t.name!==a||t.isBracketed!==s||t.typeExpression!==m||t.isNameFirst!==x||t.comment!==K?U(yo(r,a,s,m,x,K),t):t}function qs(t,r,a,s,m,x){let K=Jn(348,t??ze("prop"),x);return K.typeExpression=s,K.name=r,K.isNameFirst=!!m,K.isBracketed=a,K}function Us(t,r=t_(t),a,s,m,x,K){return t.tagName!==r||t.name!==a||t.isBracketed!==s||t.typeExpression!==m||t.isNameFirst!==x||t.comment!==K?U(qs(r,a,s,m,x,K),t):t}function Bs(t,r,a,s){let m=Jn(338,t??ze("callback"),s);return m.typeExpression=r,m.fullName=a,m.name=Wd(a),m.locals=void 0,m.nextContainer=void 0,m}function zs(t,r=t_(t),a,s,m){return t.tagName!==r||t.typeExpression!==a||t.fullName!==s||t.comment!==m?U(Bs(r,a,s,m),t):t}function Ks(t,r,a){let s=b_(339,t??ze("overload"),a);return s.typeExpression=r,s}function go(t,r=t_(t),a,s){return t.tagName!==r||t.typeExpression!==a||t.comment!==s?U(Ks(r,a,s),t):t}function bo(t,r,a){let s=b_(328,t??ze("augments"),a);return s.class=r,s}function Sr(t,r=t_(t),a,s){return t.tagName!==r||t.class!==a||t.comment!==s?U(bo(r,a,s),t):t}function Xs(t,r,a){let s=b_(329,t??ze("implements"),a);return s.class=r,s}function Mn(t,r,a){let s=b_(347,t??ze("see"),a);return s.name=r,s}function la(t,r,a,s){return t.tagName!==r||t.name!==a||t.comment!==s?U(Mn(r,a,s),t):t}function Ws(t){let r=j(310);return r.name=t,r}function _u(t,r){return t.name!==r?U(Ws(r),t):t}function Gs(t,r){let a=j(311);return a.left=t,a.right=r,a.transformFlags|=z(a.left)|z(a.right),a}function nu(t,r,a){return t.left!==r||t.right!==a?U(Gs(r,a),t):t}function Vs(t,r){let a=j(324);return a.name=t,a.text=r,a}function Hs(t,r,a){return t.name!==r?U(Vs(r,a),t):t}function $s(t,r){let a=j(325);return a.name=t,a.text=r,a}function ru(t,r,a){return t.name!==r?U($s(r,a),t):t}function Qs(t,r){let a=j(326);return a.name=t,a.text=r,a}function au(t,r,a){return t.name!==r?U(Qs(r,a),t):t}function ou(t,r=t_(t),a,s){return t.tagName!==r||t.class!==a||t.comment!==s?U(Xs(r,a,s),t):t}function Ys(t,r,a){return b_(t,r??ze(Bl(t)),a)}function iu(t,r,a=t_(r),s){return r.tagName!==a||r.comment!==s?U(Ys(t,a,s),r):r}function Zs(t,r,a,s){let m=b_(t,r??ze(Bl(t)),s);return m.typeExpression=a,m}function su(t,r,a=t_(r),s,m){return r.tagName!==a||r.typeExpression!==s||r.comment!==m?U(Zs(t,a,s,m),r):r}function el(t,r){return b_(327,t,r)}function lu(t,r,a){return t.tagName!==r||t.comment!==a?U(el(r,a),t):t}function tl(t,r,a){let s=Jn(340,t??ze(Bl(340)),a);return s.typeExpression=r,s.locals=void 0,s.nextContainer=void 0,s}function vo(t,r=t_(t),a,s){return t.tagName!==r||t.typeExpression!==a||t.comment!==s?U(tl(r,a,s),t):t}function _l(t,r,a,s,m){let x=b_(351,t??ze("import"),m);return x.importClause=r,x.moduleSpecifier=a,x.attributes=s,x.comment=m,x}function nl(t,r,a,s,m,x){return t.tagName!==r||t.comment!==x||t.importClause!==a||t.moduleSpecifier!==s||t.attributes!==m?U(_l(r,a,s,m,x),t):t}function xo(t){let r=j(321);return r.text=t,r}function cu(t,r){return t.text!==r?U(xo(r),t):t}function kr(t,r){let a=j(320);return a.comment=t,a.tags=Pe(r),a}function rl(t,r,a){return t.comment!==r||t.tags!==a?U(kr(r,a),t):t}function al(t,r,a){let s=j(284);return s.openingElement=t,s.children=fe(r),s.closingElement=a,s.transformFlags|=z(s.openingElement)|Ce(s.children)|z(s.closingElement)|2,s}function uu(t,r,a,s){return t.openingElement!==r||t.children!==a||t.closingElement!==s?U(al(r,a,s),t):t}function ol(t,r,a){let s=j(285);return s.tagName=t,s.typeArguments=Pe(r),s.attributes=a,s.transformFlags|=z(s.tagName)|Ce(s.typeArguments)|z(s.attributes)|2,s.typeArguments&&(s.transformFlags|=1),s}function wo(t,r,a,s){return t.tagName!==r||t.typeArguments!==a||t.attributes!==s?U(ol(r,a,s),t):t}function To(t,r,a){let s=j(286);return s.tagName=t,s.typeArguments=Pe(r),s.attributes=a,s.transformFlags|=z(s.tagName)|Ce(s.typeArguments)|z(s.attributes)|2,r&&(s.transformFlags|=1),s}function il(t,r,a,s){return t.tagName!==r||t.typeArguments!==a||t.attributes!==s?U(To(r,a,s),t):t}function ca(t){let r=j(287);return r.tagName=t,r.transformFlags|=z(r.tagName)|2,r}function Ht(t,r){return t.tagName!==r?U(ca(r),t):t}function So(t,r,a){let s=j(288);return s.openingFragment=t,s.children=fe(r),s.closingFragment=a,s.transformFlags|=z(s.openingFragment)|Ce(s.children)|z(s.closingFragment)|2,s}function sl(t,r,a,s){return t.openingFragment!==r||t.children!==a||t.closingFragment!==s?U(So(r,a,s),t):t}function ua(t,r){let a=j(12);return a.text=t,a.containsOnlyTriviaWhiteSpaces=!!r,a.transformFlags|=2,a}function ll(t,r,a){return t.text!==r||t.containsOnlyTriviaWhiteSpaces!==a?U(ua(r,a),t):t}function pu(){let t=j(289);return t.transformFlags|=2,t}function du(){let t=j(290);return t.transformFlags|=2,t}function cl(t,r){let a=oe(291);return a.name=t,a.initializer=r,a.transformFlags|=z(a.name)|z(a.initializer)|2,a}function pa(t,r,a){return t.name!==r||t.initializer!==a?U(cl(r,a),t):t}function ul(t){let r=oe(292);return r.properties=fe(t),r.transformFlags|=Ce(r.properties)|2,r}function mu(t,r){return t.properties!==r?U(ul(r),t):t}function pl(t){let r=j(293);return r.expression=t,r.transformFlags|=z(r.expression)|2,r}function fu(t,r){return t.expression!==r?U(pl(r),t):t}function da(t,r){let a=j(294);return a.dotDotDotToken=t,a.expression=r,a.transformFlags|=z(a.dotDotDotToken)|z(a.expression)|2,a}function Cr(t,r){return t.expression!==r?U(da(t.dotDotDotToken,r),t):t}function dl(t,r){let a=j(295);return a.namespace=t,a.name=r,a.transformFlags|=z(a.namespace)|z(a.name)|2,a}function ko(t,r,a){return t.namespace!==r||t.name!==a?U(dl(r,a),t):t}function Co(t,r){let a=j(296);return a.expression=c().parenthesizeExpressionForDisallowedComma(t),a.statements=fe(r),a.transformFlags|=z(a.expression)|Ce(a.statements),a.jsDoc=void 0,a}function hu(t,r,a){return t.expression!==r||t.statements!==a?U(Co(r,a),t):t}function Yn(t){let r=j(297);return r.statements=fe(t),r.transformFlags=Ce(r.statements),r}function ml(t,r){return t.statements!==r?U(Yn(r),t):t}function fl(t,r){let a=j(298);switch(a.token=t,a.types=fe(r),a.transformFlags|=Ce(a.types),t){case 96:a.transformFlags|=1024;break;case 119:a.transformFlags|=1;break;default:return q.assertNever(t)}return a}function yu(t,r){return t.types!==r?U(fl(t.token,r),t):t}function Ao(t,r){let a=j(299);return a.variableDeclaration=bn(t),a.block=r,a.transformFlags|=z(a.variableDeclaration)|z(a.block)|(t?0:64),a.locals=void 0,a.nextContainer=void 0,a}function hl(t,r,a){return t.variableDeclaration!==r||t.block!==a?U(Ao(r,a),t):t}function ma(t,r){let a=oe(303);return a.name=et(t),a.initializer=c().parenthesizeExpressionForDisallowedComma(r),a.transformFlags|=I_(a.name)|z(a.initializer),a.modifiers=void 0,a.questionToken=void 0,a.exclamationToken=void 0,a.jsDoc=void 0,a}function On(t,r,a){return t.name!==r||t.initializer!==a?gu(ma(r,a),t):t}function gu(t,r){return t!==r&&(t.modifiers=r.modifiers,t.questionToken=r.questionToken,t.exclamationToken=r.exclamationToken),U(t,r)}function yl(t,r){let a=oe(304);return a.name=et(t),a.objectAssignmentInitializer=r&&c().parenthesizeExpressionForDisallowedComma(r),a.transformFlags|=Ca(a.name)|z(a.objectAssignmentInitializer)|1024,a.equalsToken=void 0,a.modifiers=void 0,a.questionToken=void 0,a.exclamationToken=void 0,a.jsDoc=void 0,a}function bu(t,r,a){return t.name!==r||t.objectAssignmentInitializer!==a?vu(yl(r,a),t):t}function vu(t,r){return t!==r&&(t.modifiers=r.modifiers,t.questionToken=r.questionToken,t.exclamationToken=r.exclamationToken,t.equalsToken=r.equalsToken),U(t,r)}function Do(t){let r=oe(305);return r.expression=c().parenthesizeExpressionForDisallowedComma(t),r.transformFlags|=z(r.expression)|128|65536,r.jsDoc=void 0,r}function gl(t,r){return t.expression!==r?U(Do(r),t):t}function v_(t,r){let a=oe(306);return a.name=et(t),a.initializer=r&&c().parenthesizeExpressionForDisallowedComma(r),a.transformFlags|=z(a.name)|z(a.initializer)|1,a.jsDoc=void 0,a}function bl(t,r,a){return t.name!==r||t.initializer!==a?U(v_(r,a),t):t}function xu(t,r,a){let s=n.createBaseSourceFileNode(307);return s.statements=fe(t),s.endOfFileToken=r,s.flags|=a,s.text="",s.fileName="",s.path="",s.resolvedPath="",s.originalFileName="",s.languageVersion=1,s.languageVariant=0,s.scriptKind=0,s.isDeclarationFile=!1,s.hasNoDefaultLib=!1,s.transformFlags|=Ce(s.statements)|z(s.endOfFileToken),s.locals=void 0,s.nextContainer=void 0,s.endFlowNode=void 0,s.nodeCount=0,s.identifierCount=0,s.symbolCount=0,s.parseDiagnostics=void 0,s.bindDiagnostics=void 0,s.bindSuggestionDiagnostics=void 0,s.lineMap=void 0,s.externalModuleIndicator=void 0,s.setExternalModuleIndicator=void 0,s.pragmas=void 0,s.checkJsDirective=void 0,s.referencedFiles=void 0,s.typeReferenceDirectives=void 0,s.libReferenceDirectives=void 0,s.amdDependencies=void 0,s.commentDirectives=void 0,s.identifiers=void 0,s.packageJsonLocations=void 0,s.packageJsonScope=void 0,s.imports=void 0,s.moduleAugmentations=void 0,s.ambientModuleNames=void 0,s.classifiableNames=void 0,s.impliedNodeFormat=void 0,s}function vl(t){let r=Object.create(t.redirectTarget);return Object.defineProperties(r,{id:{get(){return this.redirectInfo.redirectTarget.id},set(a){this.redirectInfo.redirectTarget.id=a}},symbol:{get(){return this.redirectInfo.redirectTarget.symbol},set(a){this.redirectInfo.redirectTarget.symbol=a}}}),r.redirectInfo=t,r}function wu(t){let r=vl(t.redirectInfo);return r.flags|=t.flags&-17,r.fileName=t.fileName,r.path=t.path,r.resolvedPath=t.resolvedPath,r.originalFileName=t.originalFileName,r.packageJsonLocations=t.packageJsonLocations,r.packageJsonScope=t.packageJsonScope,r.emitNode=void 0,r}function xl(t){let r=n.createBaseSourceFileNode(307);r.flags|=t.flags&-17;for(let a in t)if(!(Sn(r,a)||!Sn(t,a))){if(a==="emitNode"){r.emitNode=void 0;continue}r[a]=t[a]}return r}function fa(t){let r=t.redirectInfo?wu(t):xl(t);return o(r,t),r}function Tu(t,r,a,s,m,x,K){let de=fa(t);return de.statements=fe(r),de.isDeclarationFile=a,de.referencedFiles=s,de.typeReferenceDirectives=m,de.hasNoDefaultLib=x,de.libReferenceDirectives=K,de.transformFlags=Ce(de.statements)|z(de.endOfFileToken),de}function Su(t,r,a=t.isDeclarationFile,s=t.referencedFiles,m=t.typeReferenceDirectives,x=t.hasNoDefaultLib,K=t.libReferenceDirectives){return t.statements!==r||t.isDeclarationFile!==a||t.referencedFiles!==s||t.typeReferenceDirectives!==m||t.hasNoDefaultLib!==x||t.libReferenceDirectives!==K?U(Tu(t,r,a,s,m,x,K),t):t}function Eo(t){let r=j(308);return r.sourceFiles=t,r.syntheticFileReferences=void 0,r.syntheticTypeReferences=void 0,r.syntheticLibReferences=void 0,r.hasNoDefaultLib=void 0,r}function ku(t,r){return t.sourceFiles!==r?U(Eo(r),t):t}function Cu(t,r=!1,a){let s=j(237);return s.type=t,s.isSpread=r,s.tupleNameSource=a,s}function ha(t){let r=j(352);return r._children=t,r}function wl(t){let r=j(353);return r.original=t,d_(r,t),r}function Tl(t,r){let a=j(355);return a.expression=t,a.original=r,a.transformFlags|=z(a.expression)|1,d_(a,r),a}function Sl(t,r){return t.expression!==r?U(Tl(r,t.original),t):t}function Au(){return j(354)}function Du(t){if(ka(t)&&!tc(t)&&!t.original&&!t.emitNode&&!t.id){if(Eg(t))return t.elements;if(Ja(t)&&G2(t.operatorToken))return[t.left,t.right]}return t}function Po(t){let r=j(356);return r.elements=fe(uh(t,Du)),r.transformFlags|=Ce(r.elements),r}function kl(t,r){return t.elements!==r?U(Po(r),t):t}function No(t,r){let a=j(357);return a.expression=t,a.thisArg=r,a.transformFlags|=z(a.expression)|z(a.thisArg),a}function Cl(t,r,a){return t.expression!==r||t.thisArg!==a?U(No(r,a),t):t}function Eu(t){let r=f_(t.escapedText);return r.flags|=t.flags&-17,r.transformFlags=t.transformFlags,o(r,t),setIdentifierAutoGenerate(r,{...t.emitNode.autoGenerate}),r}function Pu(t){let r=f_(t.escapedText);r.flags|=t.flags&-17,r.jsDoc=t.jsDoc,r.flowNode=t.flowNode,r.symbol=t.symbol,r.transformFlags=t.transformFlags,o(r,t);let a=getIdentifierTypeArguments(t);return a&&setIdentifierTypeArguments(r,a),r}function Al(t){let r=D_(t.escapedText);return r.flags|=t.flags&-17,r.transformFlags=t.transformFlags,o(r,t),setIdentifierAutoGenerate(r,{...t.emitNode.autoGenerate}),r}function Dl(t){let r=D_(t.escapedText);return r.flags|=t.flags&-17,r.transformFlags=t.transformFlags,o(r,t),r}function Io(t){if(t===void 0)return t;if(Lg(t))return fa(t);if(Na(t))return Eu(t);if(tt(t))return Pu(t);if(xf(t))return Al(t);if(Xr(t))return Dl(t);let r=Kp(t.kind)?n.createBaseNode(t.kind):n.createBaseTokenNode(t.kind);r.flags|=t.flags&-17,r.transformFlags=t.transformFlags,o(r,t);for(let a in t)Sn(r,a)||!Sn(t,a)||(r[a]=t[a]);return r}function Nu(t,r,a){return gr(za(void 0,void 0,void 0,void 0,r?[r]:[],void 0,jn(t,!0)),void 0,a?[a]:[])}function Iu(t,r,a){return gr(Ka(void 0,void 0,r?[r]:[],void 0,void 0,jn(t,!0)),void 0,a?[a]:[])}function Zn(){return Xa(X("0"))}function El(t){return aa(void 0,!1,t)}function Fu(t){return oa(void 0,!1,uo([ia(!1,void 0,t)]))}function Fo(t,r){return r==="null"?he.createStrictEquality(t,jt()):r==="undefined"?he.createStrictEquality(t,Zn()):he.createStrictEquality(Yr(t),dt(r))}function ju(t,r){return r==="null"?he.createStrictInequality(t,jt()):r==="undefined"?he.createStrictInequality(t,Zn()):he.createStrictInequality(Yr(t),dt(r))}function Ln(t,r,a){return Ad(t)?qa(hr(t,void 0,r),void 0,void 0,a):gr(nn(t,r),void 0,a)}function Ju(t,r,a){return Ln(t,"bind",[r,...a])}function Mu(t,r,a){return Ln(t,"call",[r,...a])}function Ou(t,r,a){return Ln(t,"apply",[r,a])}function Ar(t,r,a){return Ln(ze(t),r,a)}function Dr(t,r){return Ln(t,"slice",r===void 0?[]:[on(r)])}function Lu(t,r){return Ln(t,"concat",r)}function jo(t,r,a){return Ar("Object","defineProperty",[t,on(r),a])}function er(t,r){return Ar("Object","getOwnPropertyDescriptor",[t,on(r)])}function Pl(t,r,a){return Ar("Reflect","get",a?[t,r,a]:[t,r])}function Ru(t,r,a,s){return Ar("Reflect","set",s?[t,r,a,s]:[t,r,a])}function tr(t,r,a){return a?(t.push(ma(r,a)),!0):!1}function Nl(t,r){let a=[];tr(a,"enumerable",on(t.enumerable)),tr(a,"configurable",on(t.configurable));let s=tr(a,"writable",on(t.writable));s=tr(a,"value",t.value)||s;let m=tr(a,"get",t.get);return m=tr(a,"set",t.set)||m,q.assert(!(s&&m),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),fr(a,!r)}function qu(t,r){switch(t.kind){case 217:return wi(t,r);case 216:return xi(t,t.type,r);case 234:return ta(t,r,t.type);case 238:return qi(t,r,t.type);case 235:return Ri(t,r);case 233:return Oi(t,r,t.typeArguments);case 355:return Sl(t,r)}}function Uu(t){return _d(t)&&ka(t)&&ka(getSourceMapRange(t))&&ka(getCommentRange(t))&&!Xt(getSyntheticLeadingComments(t))&&!Xt(getSyntheticTrailingComments(t))}function Il(t,r,a=31){return t&&u1(t,a)&&!Uu(t)?qu(t,Il(t.expression,r)):r}function Jo(t,r,a){if(!r)return t;let s=rs(r,r.label,Pg(r.statement)?Jo(t,r.statement):t);return a&&a(r),s}function Mo(t,r){let a=$p(t);switch(a.kind){case 80:return r;case 110:case 9:case 10:case 11:return!1;case 209:return a.elements.length!==0;case 210:return a.properties.length>0;default:return!0}}function Fl(t,r,a,s=!1){let m=ad(t,31),x,K;return jd(m)?(x=Ot(),K=m):tp(m)?(x=Ot(),K=a!==void 0&&a<2?d_(ze("_super"),m):m):ja(m)&8192?(x=Zn(),K=c().parenthesizeLeftSideOfAccess(m,!1)):pr(m)?Mo(m.expression,s)?(x=Y_(r),K=nn(d_(he.createAssignment(x,m.expression),m.expression),m.name),d_(K,m)):(x=m.expression,K=m):ci(m)?Mo(m.expression,s)?(x=Y_(r),K=yr(d_(he.createAssignment(x,m.expression),m.expression),m.argumentExpression),d_(K,m)):(x=m.expression,K=m):(x=Zn(),K=c().parenthesizeLeftSideOfAccess(t,!1)),{target:K,thisArg:x}}function i(t,r){return nn(Ba(fr([R(void 0,"value",[ln(void 0,void 0,t,void 0,void 0,void 0)],jn([vr(r)]))])),"value")}function u(t){return t.length>10?Po(t):xh(t,he.createComma)}function f(t,r,a,s=0,m){let x=m?t&&Bp(t):hf(t);if(x&&tt(x)&&!Na(x)){let K=Zp(d_(Io(x),x),x.parent);return s|=ja(x),a||(s|=96),r||(s|=3072),s&&setEmitFlags(K,s),K}return M_(t)}function y(t,r,a){return f(t,r,a,98304)}function w(t,r,a,s){return f(t,r,a,32768,s)}function E(t,r,a){return f(t,r,a,16384)}function $(t,r,a){return f(t,r,a)}function se(t,r,a,s){let m=nn(t,ka(r)?r:Io(r));d_(m,r);let x=0;return s||(x|=96),a||(x|=3072),x&&setEmitFlags(m,x),m}function te(t,r,a,s){return t&&li(r,32)?se(t,f(r),a,s):E(r,a,s)}function Z(t,r,a,s){let m=Je(t,r,0,a);return De(t,r,m,s)}function pe(t){return uc(t.expression)&&t.expression.text==="use strict"}function Re(){return ob(vr(dt("use strict")))}function Je(t,r,a=0,s){q.assert(r.length===0,"Prologue directives should be at the first statement in the target statements array");let m=!1,x=t.length;for(;a<x;){let K=t[a];if(Wl(K))pe(K)&&(m=!0),r.push(K);else break;a++}return s&&!m&&r.push(Re()),a}function De(t,r,a,s,m=Ah){let x=t.length;for(;a!==void 0&&a<x;){let K=t[a];if(ja(K)&2097152&&m(K))T_(r,s?visitNode(K,s,ly):K);else break;a++}return a}function __(t){return rb(t)?t:d_(fe([Re(),...t]),t)}function u_(t){return q.assert(Ep(t,uy),"Cannot lift nodes to a Block."),gh(t)||jn(t)}function $t(t,r,a){let s=a;for(;s<t.length&&r(t[s]);)s++;return s}function an(t,r){if(!Xt(r))return t;let a=$t(t,Wl,0),s=$t(t,Id,a),m=$t(t,Fd,s),x=$t(r,Wl,0),K=$t(r,Id,x),de=$t(r,Fd,K),Me=$t(r,Wp,de);q.assert(Me===r.length,"Expected declarations to be valid standard or custom prologues");let Qt=ir(t)?t.slice():t;if(Me>de&&Qt.splice(m,0,...r.slice(de,Me)),de>K&&Qt.splice(s,0,...r.slice(K,de)),K>x&&Qt.splice(a,0,...r.slice(x,K)),x>0)if(a===0)Qt.splice(0,0,...r.slice(0,x));else{let x_=new Map;for(let W_=0;W_<a;W_++){let ga=t[W_];x_.set(ga.expression.text,!0)}for(let W_=x-1;W_>=0;W_--){let ga=r[W_];x_.has(ga.expression.text)||Qt.unshift(ga)}}return ir(t)?d_(fe(Qt,t.hasTrailingComma),t):t}function N_(t,r){let a;return typeof r=="number"?a=h_(r):a=r,Bf(t)?en(t,a,t.name,t.constraint,t.default):rc(t)?cn(t,a,t.dotDotDotToken,t.name,t.questionToken,t.type,t.initializer):Gf(t)?We(t,a,t.typeParameters,t.parameters,t.type):Q2(t)?q_(t,a,t.name,t.questionToken,t.type):ac(t)?O(t,a,t.name,t.questionToken??t.exclamationToken,t.type,t.initializer):Y2(t)?me(t,a,t.name,t.questionToken,t.typeParameters,t.parameters,t.type):yp(t)?$e(t,a,t.asteriskToken,t.name,t.questionToken,t.typeParameters,t.parameters,t.type,t.body):zf(t)?Xn(t,a,t.parameters,t.body):gp(t)?U_(t,a,t.name,t.parameters,t.type,t.body):oc(t)?Q(t,a,t.name,t.parameters,t.body):Kf(t)?Ye(t,a,t.parameters,t.type):$f(t)?Ti(t,a,t.asteriskToken,t.name,t.typeParameters,t.parameters,t.type,t.body):Qf(t)?Si(t,a,t.typeParameters,t.parameters,t.type,t.equalsGreaterThanToken,t.body):bp(t)?Va(t,a,t.name,t.typeParameters,t.heritageClauses,t.members):pc(t)?zi(t,a,t.declarationList):e1(t)?oo(t,a,t.asteriskToken,t.name,t.typeParameters,t.parameters,t.type,t.body):ic(t)?ra(t,a,t.name,t.typeParameters,t.heritageClauses,t.members):nd(t)?ps(t,a,t.name,t.typeParameters,t.heritageClauses,t.members):t1(t)?fn(t,a,t.name,t.typeParameters,t.type):Ig(t)?hn(t,a,t.name,t.members):ii(t)?St(t,a,t.name,t.body):_1(t)?gs(t,a,t.isTypeOnly,t.name,t.moduleReference):n1(t)?vs(t,a,t.importClause,t.moduleSpecifier,t.attributes):r1(t)?wr(t,a,t.expression):a1(t)?Is(t,a,t.isTypeOnly,t.exportClause,t.moduleSpecifier,t.attributes):q.assertNever(t)}function Rn(t,r){return rc(t)?cn(t,r,t.dotDotDotToken,t.name,t.questionToken,t.type,t.initializer):ac(t)?O(t,r,t.name,t.questionToken??t.exclamationToken,t.type,t.initializer):yp(t)?$e(t,r,t.asteriskToken,t.name,t.questionToken,t.typeParameters,t.parameters,t.type,t.body):gp(t)?U_(t,r,t.name,t.parameters,t.type,t.body):oc(t)?Q(t,r,t.name,t.parameters,t.body):bp(t)?Va(t,r,t.name,t.typeParameters,t.heritageClauses,t.members):ic(t)?ra(t,r,t.name,t.typeParameters,t.heritageClauses,t.members):q.assertNever(t)}function Bu(t,r){switch(t.kind){case 177:return U_(t,t.modifiers,r,t.parameters,t.type,t.body);case 178:return Q(t,t.modifiers,r,t.parameters,t.body);case 174:return $e(t,t.modifiers,t.asteriskToken,r,t.questionToken,t.typeParameters,t.parameters,t.type,t.body);case 173:return me(t,t.modifiers,r,t.questionToken,t.typeParameters,t.parameters,t.type);case 172:return O(t,t.modifiers,r,t.questionToken??t.exclamationToken,t.type,t.initializer);case 171:return q_(t,t.modifiers,r,t.questionToken,t.type);case 303:return On(t,r,t.initializer)}}function Pe(t){return t?fe(t):void 0}function et(t){return typeof t=="string"?ze(t):t}function on(t){return typeof t=="string"?dt(t):typeof t=="number"?X(t):typeof t=="boolean"?t?lt():Z_():t}function ya(t){return t&&c().parenthesizeExpressionForDisallowedComma(t)}function jl(t){return typeof t=="number"?st(t):t}function Nt(t){return t&&jg(t)?d_(o(Ki(),t),t):t}function bn(t){return typeof t=="string"||t&&!Zf(t)?na(t,void 0,void 0,void 0):t}function U(t,r){return t!==r&&(o(t,r),d_(t,r)),t}}function Bl(e){switch(e){case 344:return"type";case 342:return"returns";case 343:return"this";case 340:return"enum";case 330:return"author";case 332:return"class";case 333:return"public";case 334:return"private";case 335:return"protected";case 336:return"readonly";case 337:return"override";case 345:return"template";case 346:return"typedef";case 341:return"param";case 348:return"prop";case 338:return"callback";case 339:return"overload";case 328:return"augments";case 329:return"implements";case 351:return"import";default:return q.fail(`Unsupported kind: ${q.formatSyntaxKind(e)}`)}}var w_,Ld={};function L2(e,n){switch(w_||(w_=qp(99,!1,0)),e){case 15:w_.setText("`"+n+"`");break;case 16:w_.setText("`"+n+"${");break;case 17:w_.setText("}"+n+"${");break;case 18:w_.setText("}"+n+"`");break}let o=w_.scan();if(o===20&&(o=w_.reScanTemplateToken(!1)),w_.isUnterminated())return w_.setText(void 0),Ld;let c;switch(o){case 15:case 16:case 17:case 18:c=w_.getTokenValue();break}return c===void 0||w_.scan()!==1?(w_.setText(void 0),Ld):(w_.setText(void 0),c)}function I_(e){return e&&tt(e)?Ca(e):z(e)}function Ca(e){return z(e)&-67108865}function R2(e,n){return n|e.transformFlags&134234112}function z(e){if(!e)return 0;let n=e.transformFlags&~q2(e.kind);return S0(e)&&wf(e.name)?R2(e.name,n):n}function Ce(e){return e?e.transformFlags:0}function Rd(e){let n=0;for(let o of e)n|=z(o);e.transformFlags=n}function q2(e){if(e>=182&&e<=205)return-2;switch(e){case 213:case 214:case 209:return-2147450880;case 267:return-1941676032;case 169: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;case 206:case 207:return-2147450880;case 216:case 238:case 234:case 355:case 217:case 108:return-2147483648;case 211:case 212:return-2147483648;default:return-2147483648}}var qo=J2();function Uo(e){return e.flags|=16,e}var U2={createBaseSourceFileNode:e=>Uo(qo.createBaseSourceFileNode(e)),createBaseIdentifierNode:e=>Uo(qo.createBaseIdentifierNode(e)),createBasePrivateIdentifierNode:e=>Uo(qo.createBasePrivateIdentifierNode(e)),createBaseTokenNode:e=>Uo(qo.createBaseTokenNode(e)),createBaseNode:e=>Uo(qo.createBaseNode(e))};ed(4,U2);function B2(e,n){if(e.original!==n&&(e.original=n,n)){let o=n.emitNode;o&&(e.emitNode=z2(o,e.emitNode))}return e}function z2(e,n){let{flags:o,internalFlags:c,leadingComments:h,trailingComments:b,commentRange:P,sourceMapRange:N,tokenSourceMapRanges:l,constantValue:Y,helpers:p,startsOnNewLine:k,snippetElement:v,classThis:S,assignedName:M}=e;if(n||(n={}),o&&(n.flags=o),c&&(n.internalFlags=c&-9),h&&(n.leadingComments=k_(h.slice(),n.leadingComments)),b&&(n.trailingComments=k_(b.slice(),n.trailingComments)),P&&(n.commentRange=P),N&&(n.sourceMapRange=N),l&&(n.tokenSourceMapRanges=K2(l,n.tokenSourceMapRanges)),Y!==void 0&&(n.constantValue=Y),p)for(let ae of p)n.helpers=fh(n.helpers,ae);return k!==void 0&&(n.startsOnNewLine=k),v!==void 0&&(n.snippetElement=v),S&&(n.classThis=S),M&&(n.assignedName=M),n}function K2(e,n){n||(n=[]);for(let o in e)n[o]=e[o];return n}function Ma(e){return e.kind===9}function X2(e){return e.kind===10}function uc(e){return e.kind===11}function W2(e){return e.kind===15}function G2(e){return e.kind===28}function qd(e){return e.kind===54}function Ud(e){return e.kind===58}function tt(e){return e.kind===80}function Xr(e){return e.kind===81}function V2(e){return e.kind===95}function zl(e){return e.kind===134}function tp(e){return e.kind===108}function H2(e){return e.kind===102}function $2(e){return e.kind===166}function Uf(e){return e.kind===167}function Bf(e){return e.kind===168}function rc(e){return e.kind===169}function td(e){return e.kind===170}function Q2(e){return e.kind===171}function ac(e){return e.kind===172}function Y2(e){return e.kind===173}function yp(e){return e.kind===174}function zf(e){return e.kind===176}function gp(e){return e.kind===177}function oc(e){return e.kind===178}function Z2(e){return e.kind===179}function eg(e){return e.kind===180}function Kf(e){return e.kind===181}function tg(e){return e.kind===182}function Xf(e){return e.kind===183}function Wf(e){return e.kind===184}function Gf(e){return e.kind===185}function _g(e){return e.kind===186}function ng(e){return e.kind===187}function rg(e){return e.kind===188}function ag(e){return e.kind===189}function og(e){return e.kind===202}function ig(e){return e.kind===190}function sg(e){return e.kind===191}function lg(e){return e.kind===192}function cg(e){return e.kind===193}function ug(e){return e.kind===194}function pg(e){return e.kind===195}function dg(e){return e.kind===196}function mg(e){return e.kind===197}function fg(e){return e.kind===198}function hg(e){return e.kind===199}function yg(e){return e.kind===200}function gg(e){return e.kind===201}function bg(e){return e.kind===205}function vg(e){return e.kind===208}function xg(e){return e.kind===209}function Vf(e){return e.kind===210}function pr(e){return e.kind===211}function ci(e){return e.kind===212}function Hf(e){return e.kind===213}function wg(e){return e.kind===215}function _d(e){return e.kind===217}function $f(e){return e.kind===218}function Qf(e){return e.kind===219}function Tg(e){return e.kind===222}function Sg(e){return e.kind===224}function Ja(e){return e.kind===226}function kg(e){return e.kind===230}function bp(e){return e.kind===231}function Cg(e){return e.kind===232}function Ag(e){return e.kind===233}function Gl(e){return e.kind===235}function Dg(e){return e.kind===236}function Eg(e){return e.kind===356}function pc(e){return e.kind===243}function Yf(e){return e.kind===244}function Pg(e){return e.kind===256}function Zf(e){return e.kind===260}function Ng(e){return e.kind===261}function e1(e){return e.kind===262}function ic(e){return e.kind===263}function nd(e){return e.kind===264}function t1(e){return e.kind===265}function Ig(e){return e.kind===266}function ii(e){return e.kind===267}function _1(e){return e.kind===271}function n1(e){return e.kind===272}function r1(e){return e.kind===277}function a1(e){return e.kind===278}function Fg(e){return e.kind===279}function jg(e){return e.kind===353}function o1(e){return e.kind===283}function Bd(e){return e.kind===286}function Jg(e){return e.kind===289}function i1(e){return e.kind===295}function Mg(e){return e.kind===297}function Og(e){return e.kind===303}function Lg(e){return e.kind===307}function Rg(e){return e.kind===309}function qg(e){return e.kind===314}function Ug(e){return e.kind===317}function s1(e){return e.kind===320}function Bg(e){return e.kind===322}function l1(e){return e.kind===323}function zg(e){return e.kind===328}function Kg(e){return e.kind===333}function Xg(e){return e.kind===334}function Wg(e){return e.kind===335}function Gg(e){return e.kind===336}function Vg(e){return e.kind===337}function Hg(e){return e.kind===339}function $g(e){return e.kind===331}function zd(e){return e.kind===341}function Qg(e){return e.kind===342}function rd(e){return e.kind===344}function Yg(e){return e.kind===345}function Zg(e){return e.kind===329}function eb(e){return e.kind===350}var Br=new WeakMap;function c1(e,n){var o;let c=e.kind;return Kp(c)?c===352?e._children:(o=Br.get(n))==null?void 0:o.get(e):Ct}function tb(e,n,o){e.kind===352&&q.fail("Should not need to re-set the children of a SyntaxList.");let c=Br.get(n);return c===void 0&&(c=new WeakMap,Br.set(n,c)),c.set(e,o),o}function Kd(e,n){var o;e.kind===352&&q.fail("Did not expect to unset the children of a SyntaxList."),(o=Br.get(n))==null||o.delete(e)}function _b(e,n){let o=Br.get(e);o!==void 0&&(Br.delete(e),Br.set(n,o))}function Xd(e){return(ja(e)&32768)!==0}function nb(e){return uc(e.expression)&&e.expression.text==="use strict"}function rb(e){for(let n of e)if(Wl(n)){if(nb(n))return n}else break}function ab(e){return _d(e)&&Wr(e)&&!!q0(e)}function u1(e,n=31){switch(e.kind){case 217:return n&-2147483648&&ab(e)?!1:(n&1)!==0;case 216:case 234:case 238:return(n&2)!==0;case 233:return(n&16)!==0;case 235:return(n&4)!==0;case 355:return(n&8)!==0}return!1}function ad(e,n=31){for(;u1(e,n);)e=e.expression;return e}function ob(e){return setStartsOnNewLine(e,!0)}function $o(e){if(ry(e))return e.name;if(ey(e)){switch(e.kind){case 303:return $o(e.initializer);case 304:return e.name;case 305:return $o(e.expression)}return}return nc(e,!0)?$o(e.left):kg(e)?$o(e.expression):e}function ib(e){switch(e.kind){case 206:case 207:case 209:return e.elements;case 210:return e.properties}}function Wd(e){if(e){let n=e;for(;;){if(tt(n)||!n.body)return tt(n)?n:n.name;n=n.body}}}var Gd;(e=>{function n(p,k,v,S,M,ae,xe){let he=k>0?M[k-1]:void 0;return q.assertEqual(v[k],n),M[k]=p.onEnter(S[k],he,xe),v[k]=N(p,n),k}e.enter=n;function o(p,k,v,S,M,ae,xe){q.assertEqual(v[k],o),q.assertIsDefined(p.onLeft),v[k]=N(p,o);let he=p.onLeft(S[k].left,M[k],S[k]);return he?(Y(k,S,he),l(k,v,S,M,he)):k}e.left=o;function c(p,k,v,S,M,ae,xe){return q.assertEqual(v[k],c),q.assertIsDefined(p.onOperator),v[k]=N(p,c),p.onOperator(S[k].operatorToken,M[k],S[k]),k}e.operator=c;function h(p,k,v,S,M,ae,xe){q.assertEqual(v[k],h),q.assertIsDefined(p.onRight),v[k]=N(p,h);let he=p.onRight(S[k].right,M[k],S[k]);return he?(Y(k,S,he),l(k,v,S,M,he)):k}e.right=h;function b(p,k,v,S,M,ae,xe){q.assertEqual(v[k],b),v[k]=N(p,b);let he=p.onExit(S[k],M[k]);if(k>0){if(k--,p.foldState){let fe=v[k]===b?"right":"left";M[k]=p.foldState(M[k],he,fe)}}else ae.value=he;return k}e.exit=b;function P(p,k,v,S,M,ae,xe){return q.assertEqual(v[k],P),k}e.done=P;function N(p,k){switch(k){case n:if(p.onLeft)return o;case o:if(p.onOperator)return c;case c:if(p.onRight)return h;case h:return b;case b:return P;case P:return P;default:q.fail("Invalid state")}}e.nextState=N;function l(p,k,v,S,M){return p++,k[p]=n,v[p]=M,S[p]=void 0,p}function Y(p,k,v){if(q.shouldAssert(2))for(;p>=0;)q.assert(k[p]!==v,"Circular traversal detected."),p--}})(Gd||(Gd={}));function Vd(e,n){return typeof e=="object"?vp(!1,e.prefix,e.node,e.suffix,n):typeof e=="string"?e.length>0&&e.charCodeAt(0)===35?e.slice(1):e:""}function sb(e,n){return typeof e=="string"?e:lb(e,q.checkDefined(n))}function lb(e,n){return xf(e)?n(e).slice(1):Na(e)?n(e):Xr(e)?e.escapedText.slice(1):C_(e)}function vp(e,n,o,c,h){return n=Vd(n,h),c=Vd(c,h),o=sb(o,h),`${e?"#":""}${n}${o}${c}`}function p1(e){if(e.transformFlags&65536)return!0;if(e.transformFlags&128)for(let n of ib(e)){let o=$o(n);if(o&&ny(o)&&(o.transformFlags&65536||o.transformFlags&128&&p1(o)))return!0}return!1}function d_(e,n){return n?cr(e,n.pos,n.end):e}function od(e){let n=e.kind;return n===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}function cb(e){let n=e.kind;return n===169||n===172||n===174||n===177||n===178||n===231||n===263}var Hd,$d,Qd,Yd,Zd,ub={createBaseSourceFileNode:e=>new(Zd||(Zd=kt.getSourceFileConstructor()))(e,-1,-1),createBaseIdentifierNode:e=>new(Qd||(Qd=kt.getIdentifierConstructor()))(e,-1,-1),createBasePrivateIdentifierNode:e=>new(Yd||(Yd=kt.getPrivateIdentifierConstructor()))(e,-1,-1),createBaseTokenNode:e=>new($d||($d=kt.getTokenConstructor()))(e,-1,-1),createBaseNode:e=>new(Hd||(Hd=kt.getNodeConstructor()))(e,-1,-1)};ed(1,ub);function T(e,n){return n&&e(n)}function re(e,n,o){if(o){if(n)return n(o);for(let c of o){let h=e(c);if(h)return h}}}function pb(e,n){return e.charCodeAt(n+1)===42&&e.charCodeAt(n+2)===42&&e.charCodeAt(n+3)!==47}function db(e){return J_(e.statements,mb)||fb(e)}function mb(e){return od(e)&&hb(e,95)||_1(e)&&o1(e.moduleReference)||n1(e)||r1(e)||a1(e)?e:void 0}function fb(e){return e.flags&8388608?d1(e):void 0}function d1(e){return yb(e)?e:Zt(e,d1)}function hb(e,n){return Xt(e.modifiers,o=>o.kind===n)}function yb(e){return Dg(e)&&e.keywordToken===102&&e.name.escapedText==="meta"}var gb={166:function(e,n,o){return T(n,e.left)||T(n,e.right)},168:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.constraint)||T(n,e.default)||T(n,e.expression)},304:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.questionToken)||T(n,e.exclamationToken)||T(n,e.equalsToken)||T(n,e.objectAssignmentInitializer)},305:function(e,n,o){return T(n,e.expression)},169:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.dotDotDotToken)||T(n,e.name)||T(n,e.questionToken)||T(n,e.type)||T(n,e.initializer)},172:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.questionToken)||T(n,e.exclamationToken)||T(n,e.type)||T(n,e.initializer)},171:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.questionToken)||T(n,e.type)||T(n,e.initializer)},303:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.questionToken)||T(n,e.exclamationToken)||T(n,e.initializer)},260:function(e,n,o){return T(n,e.name)||T(n,e.exclamationToken)||T(n,e.type)||T(n,e.initializer)},208:function(e,n,o){return T(n,e.dotDotDotToken)||T(n,e.propertyName)||T(n,e.name)||T(n,e.initializer)},181:function(e,n,o){return re(n,o,e.modifiers)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)},185:function(e,n,o){return re(n,o,e.modifiers)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)},184:function(e,n,o){return re(n,o,e.modifiers)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)},179:em,180:em,174:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.asteriskToken)||T(n,e.name)||T(n,e.questionToken)||T(n,e.exclamationToken)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},173:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.questionToken)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)},176:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},177:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},178:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},262:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.asteriskToken)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},218:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.asteriskToken)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.body)},219:function(e,n,o){return re(n,o,e.modifiers)||re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)||T(n,e.equalsGreaterThanToken)||T(n,e.body)},175:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.body)},183:function(e,n,o){return T(n,e.typeName)||re(n,o,e.typeArguments)},182:function(e,n,o){return T(n,e.assertsModifier)||T(n,e.parameterName)||T(n,e.type)},186:function(e,n,o){return T(n,e.exprName)||re(n,o,e.typeArguments)},187:function(e,n,o){return re(n,o,e.members)},188:function(e,n,o){return T(n,e.elementType)},189:function(e,n,o){return re(n,o,e.elements)},192:tm,193:tm,194:function(e,n,o){return T(n,e.checkType)||T(n,e.extendsType)||T(n,e.trueType)||T(n,e.falseType)},195:function(e,n,o){return T(n,e.typeParameter)},205:function(e,n,o){return T(n,e.argument)||T(n,e.attributes)||T(n,e.qualifier)||re(n,o,e.typeArguments)},302:function(e,n,o){return T(n,e.assertClause)},196:_m,198:_m,199:function(e,n,o){return T(n,e.objectType)||T(n,e.indexType)},200:function(e,n,o){return T(n,e.readonlyToken)||T(n,e.typeParameter)||T(n,e.nameType)||T(n,e.questionToken)||T(n,e.type)||re(n,o,e.members)},201:function(e,n,o){return T(n,e.literal)},202:function(e,n,o){return T(n,e.dotDotDotToken)||T(n,e.name)||T(n,e.questionToken)||T(n,e.type)},206:nm,207:nm,209:function(e,n,o){return re(n,o,e.elements)},210:function(e,n,o){return re(n,o,e.properties)},211:function(e,n,o){return T(n,e.expression)||T(n,e.questionDotToken)||T(n,e.name)},212:function(e,n,o){return T(n,e.expression)||T(n,e.questionDotToken)||T(n,e.argumentExpression)},213:rm,214:rm,215:function(e,n,o){return T(n,e.tag)||T(n,e.questionDotToken)||re(n,o,e.typeArguments)||T(n,e.template)},216:function(e,n,o){return T(n,e.type)||T(n,e.expression)},217:function(e,n,o){return T(n,e.expression)},220:function(e,n,o){return T(n,e.expression)},221:function(e,n,o){return T(n,e.expression)},222:function(e,n,o){return T(n,e.expression)},224:function(e,n,o){return T(n,e.operand)},229:function(e,n,o){return T(n,e.asteriskToken)||T(n,e.expression)},223:function(e,n,o){return T(n,e.expression)},225:function(e,n,o){return T(n,e.operand)},226:function(e,n,o){return T(n,e.left)||T(n,e.operatorToken)||T(n,e.right)},234:function(e,n,o){return T(n,e.expression)||T(n,e.type)},235:function(e,n,o){return T(n,e.expression)},238:function(e,n,o){return T(n,e.expression)||T(n,e.type)},236:function(e,n,o){return T(n,e.name)},227:function(e,n,o){return T(n,e.condition)||T(n,e.questionToken)||T(n,e.whenTrue)||T(n,e.colonToken)||T(n,e.whenFalse)},230:function(e,n,o){return T(n,e.expression)},241:am,268:am,307:function(e,n,o){return re(n,o,e.statements)||T(n,e.endOfFileToken)},243:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.declarationList)},261:function(e,n,o){return re(n,o,e.declarations)},244:function(e,n,o){return T(n,e.expression)},245:function(e,n,o){return T(n,e.expression)||T(n,e.thenStatement)||T(n,e.elseStatement)},246:function(e,n,o){return T(n,e.statement)||T(n,e.expression)},247:function(e,n,o){return T(n,e.expression)||T(n,e.statement)},248:function(e,n,o){return T(n,e.initializer)||T(n,e.condition)||T(n,e.incrementor)||T(n,e.statement)},249:function(e,n,o){return T(n,e.initializer)||T(n,e.expression)||T(n,e.statement)},250:function(e,n,o){return T(n,e.awaitModifier)||T(n,e.initializer)||T(n,e.expression)||T(n,e.statement)},251:om,252:om,253:function(e,n,o){return T(n,e.expression)},254:function(e,n,o){return T(n,e.expression)||T(n,e.statement)},255:function(e,n,o){return T(n,e.expression)||T(n,e.caseBlock)},269:function(e,n,o){return re(n,o,e.clauses)},296:function(e,n,o){return T(n,e.expression)||re(n,o,e.statements)},297:function(e,n,o){return re(n,o,e.statements)},256:function(e,n,o){return T(n,e.label)||T(n,e.statement)},257:function(e,n,o){return T(n,e.expression)},258:function(e,n,o){return T(n,e.tryBlock)||T(n,e.catchClause)||T(n,e.finallyBlock)},299:function(e,n,o){return T(n,e.variableDeclaration)||T(n,e.block)},170:function(e,n,o){return T(n,e.expression)},263:im,231:im,264:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.heritageClauses)||re(n,o,e.members)},265:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||T(n,e.type)},266:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.members)},306:function(e,n,o){return T(n,e.name)||T(n,e.initializer)},267:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.body)},271:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||T(n,e.moduleReference)},272:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.importClause)||T(n,e.moduleSpecifier)||T(n,e.attributes)},273:function(e,n,o){return T(n,e.name)||T(n,e.namedBindings)},300:function(e,n,o){return re(n,o,e.elements)},301:function(e,n,o){return T(n,e.name)||T(n,e.value)},270:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)},274:function(e,n,o){return T(n,e.name)},280:function(e,n,o){return T(n,e.name)},275:sm,279:sm,278:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.exportClause)||T(n,e.moduleSpecifier)||T(n,e.attributes)},276:lm,281:lm,277:function(e,n,o){return re(n,o,e.modifiers)||T(n,e.expression)},228:function(e,n,o){return T(n,e.head)||re(n,o,e.templateSpans)},239:function(e,n,o){return T(n,e.expression)||T(n,e.literal)},203:function(e,n,o){return T(n,e.head)||re(n,o,e.templateSpans)},204:function(e,n,o){return T(n,e.type)||T(n,e.literal)},167:function(e,n,o){return T(n,e.expression)},298:function(e,n,o){return re(n,o,e.types)},233:function(e,n,o){return T(n,e.expression)||re(n,o,e.typeArguments)},283:function(e,n,o){return T(n,e.expression)},282:function(e,n,o){return re(n,o,e.modifiers)},356:function(e,n,o){return re(n,o,e.elements)},284:function(e,n,o){return T(n,e.openingElement)||re(n,o,e.children)||T(n,e.closingElement)},288:function(e,n,o){return T(n,e.openingFragment)||re(n,o,e.children)||T(n,e.closingFragment)},285:cm,286:cm,292:function(e,n,o){return re(n,o,e.properties)},291:function(e,n,o){return T(n,e.name)||T(n,e.initializer)},293:function(e,n,o){return T(n,e.expression)},294:function(e,n,o){return T(n,e.dotDotDotToken)||T(n,e.expression)},287:function(e,n,o){return T(n,e.tagName)},295:function(e,n,o){return T(n,e.namespace)||T(n,e.name)},190:Ir,191:Ir,309:Ir,315:Ir,314:Ir,316:Ir,318:Ir,317:function(e,n,o){return re(n,o,e.parameters)||T(n,e.type)},320:function(e,n,o){return(typeof e.comment=="string"?void 0:re(n,o,e.comment))||re(n,o,e.tags)},347:function(e,n,o){return T(n,e.tagName)||T(n,e.name)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},310:function(e,n,o){return T(n,e.name)},311:function(e,n,o){return T(n,e.left)||T(n,e.right)},341:um,348:um,330:function(e,n,o){return T(n,e.tagName)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},329:function(e,n,o){return T(n,e.tagName)||T(n,e.class)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},328:function(e,n,o){return T(n,e.tagName)||T(n,e.class)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},345:function(e,n,o){return T(n,e.tagName)||T(n,e.constraint)||re(n,o,e.typeParameters)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},346:function(e,n,o){return T(n,e.tagName)||(e.typeExpression&&e.typeExpression.kind===309?T(n,e.typeExpression)||T(n,e.fullName)||(typeof e.comment=="string"?void 0:re(n,o,e.comment)):T(n,e.fullName)||T(n,e.typeExpression)||(typeof e.comment=="string"?void 0:re(n,o,e.comment)))},338:function(e,n,o){return T(n,e.tagName)||T(n,e.fullName)||T(n,e.typeExpression)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))},342:Fr,344:Fr,343:Fr,340:Fr,350:Fr,349:Fr,339:Fr,323:function(e,n,o){return J_(e.typeParameters,n)||J_(e.parameters,n)||T(n,e.type)},324:_p,325:_p,326:_p,322:function(e,n,o){return J_(e.jsDocPropertyTags,n)},327:nr,332:nr,333:nr,334:nr,335:nr,336:nr,331:nr,337:nr,351:bb,355:vb};function em(e,n,o){return re(n,o,e.typeParameters)||re(n,o,e.parameters)||T(n,e.type)}function tm(e,n,o){return re(n,o,e.types)}function _m(e,n,o){return T(n,e.type)}function nm(e,n,o){return re(n,o,e.elements)}function rm(e,n,o){return T(n,e.expression)||T(n,e.questionDotToken)||re(n,o,e.typeArguments)||re(n,o,e.arguments)}function am(e,n,o){return re(n,o,e.statements)}function om(e,n,o){return T(n,e.label)}function im(e,n,o){return re(n,o,e.modifiers)||T(n,e.name)||re(n,o,e.typeParameters)||re(n,o,e.heritageClauses)||re(n,o,e.members)}function sm(e,n,o){return re(n,o,e.elements)}function lm(e,n,o){return T(n,e.propertyName)||T(n,e.name)}function cm(e,n,o){return T(n,e.tagName)||re(n,o,e.typeArguments)||T(n,e.attributes)}function Ir(e,n,o){return T(n,e.type)}function um(e,n,o){return T(n,e.tagName)||(e.isNameFirst?T(n,e.name)||T(n,e.typeExpression):T(n,e.typeExpression)||T(n,e.name))||(typeof e.comment=="string"?void 0:re(n,o,e.comment))}function Fr(e,n,o){return T(n,e.tagName)||T(n,e.typeExpression)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))}function _p(e,n,o){return T(n,e.name)}function nr(e,n,o){return T(n,e.tagName)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))}function bb(e,n,o){return T(n,e.tagName)||T(n,e.importClause)||T(n,e.moduleSpecifier)||T(n,e.attributes)||(typeof e.comment=="string"?void 0:re(n,o,e.comment))}function vb(e,n,o){return T(n,e.expression)}function Zt(e,n,o){if(e===void 0||e.kind<=165)return;let c=gb[e.kind];return c===void 0?void 0:c(e,n,o)}function pm(e,n,o){let c=dm(e),h=[];for(;h.length<c.length;)h.push(e);for(;c.length!==0;){let b=c.pop(),P=h.pop();if(Kn(b)){if(o){let N=o(b,P);if(N){if(N==="skip")continue;return N}}for(let N=b.length-1;N>=0;--N)c.push(b[N]),h.push(P)}else{let N=n(b,P);if(N){if(N==="skip")continue;return N}if(b.kind>=166)for(let l of dm(b))c.push(l),h.push(b)}}}function dm(e){let n=[];return Zt(e,o,o),n;function o(c){n.unshift(c)}}function m1(e){e.externalModuleIndicator=db(e)}function xb(e,n,o,c=!1,h){var b,P;(b=Kl)==null||b.push(Kl.Phase.Parse,"createSourceFile",{path:e},!0);let N,{languageVersion:l,setExternalModuleIndicator:Y,impliedNodeFormat:p,jsDocParsingMode:k}=typeof o=="object"?o:{languageVersion:o};if(l===100)N=zr.parseSourceFile(e,n,l,void 0,c,6,$l,k);else{let v=p===void 0?Y:S=>(S.impliedNodeFormat=p,(Y||m1)(S));N=zr.parseSourceFile(e,n,l,void 0,c,h,v,k)}return(P=Kl)==null||P.pop(),N}function wb(e){return e.externalModuleIndicator!==void 0}function Tb(e,n,o,c=!1){let h=sc.updateSourceFile(e,n,o,c);return h.flags|=e.flags&12582912,h}var zr;(e=>{var n=qp(99,!0),o=40960,c,h,b,P,N;function l(i){return Z_++,i}var Y={createBaseSourceFileNode:i=>l(new N(i,0,0)),createBaseIdentifierNode:i=>l(new b(i,0,0)),createBasePrivateIdentifierNode:i=>l(new P(i,0,0)),createBaseTokenNode:i=>l(new h(i,0,0)),createBaseNode:i=>l(new c(i,0,0))},p=ed(11,Y),{createNodeArray:k,createNumericLiteral:v,createStringLiteral:S,createLiteralLikeNode:M,createIdentifier:ae,createPrivateIdentifier:xe,createToken:he,createArrayLiteralExpression:fe,createObjectLiteralExpression:j,createPropertyAccessExpression:oe,createPropertyAccessChain:Ie,createElementAccessExpression:X,createElementAccessChain:le,createCallExpression:V,createCallChain:dt,createNewExpression:$_,createParenthesizedExpression:m_,createBlock:Q_,createVariableStatement:f_,createExpressionStatement:A_,createIfStatement:ze,createWhileStatement:Y_,createForStatement:Cn,createForOfStatement:It,createVariableDeclaration:M_,createVariableDeclarationList:D_}=p,Ft,bt,He,O_,Wt,st,rt,Ot,jt,lt,Z_,mt,h_,ht,a_,_t,Lt=!0,e_=!1;function en(i,u,f,y,w=!1,E,$,se=0){var te;if(E=T2(i,E),E===6){let pe=cn(i,u,f,y,w);return convertToJson(pe,(te=pe.statements[0])==null?void 0:te.expression,pe.parseDiagnostics,!1,void 0),pe.referencedFiles=Ct,pe.typeReferenceDirectives=Ct,pe.libReferenceDirectives=Ct,pe.amdDependencies=Ct,pe.hasNoDefaultLib=!1,pe.pragmas=sh,pe}L_(i,u,f,y,E,se);let Z=An(f,w,E,$||m1,se);return R_(),Z}e.parseSourceFile=en;function ln(i,u){L_("",i,u,void 0,1,0),B();let f=Fn(!0),y=d()===1&&!rt.length;return R_(),y?f:void 0}e.parseIsolatedEntityName=ln;function cn(i,u,f=2,y,w=!1){L_(i,u,f,y,6,0),bt=_t,B();let E=J(),$,se;if(d()===1)$=At([],E,E),se=Bt();else{let pe;for(;d()!==1;){let De;switch(d()){case 23:De=zs();break;case 112:case 97:case 106:De=Bt();break;case 41:W(()=>B()===9&&B()!==59)?De=As():De=go();break;case 9:case 11:if(W(()=>B()!==59)){De=K_();break}default:De=go();break}pe&&Kn(pe)?pe.push(De):pe?pe=[pe,De]:(pe=De,d()!==1&&Ae(C.Unexpected_token))}let Re=Kn(pe)?A(fe(pe),E):q.checkDefined(pe),Je=A_(Re);A(Je,E),$=At([Je],E),se=z_(1,C.Unexpected_token)}let te=ie(i,2,6,!1,$,se,bt,$l);w&&O(te),te.nodeCount=Z_,te.identifierCount=h_,te.identifiers=mt,te.parseDiagnostics=Nr(rt,te),Ot&&(te.jsDocDiagnostics=Nr(Ot,te));let Z=te;return R_(),Z}e.parseJsonText=cn;function L_(i,u,f,y,w,E){switch(c=kt.getNodeConstructor(),h=kt.getTokenConstructor(),b=kt.getIdentifierConstructor(),P=kt.getPrivateIdentifierConstructor(),N=kt.getSourceFileConstructor(),Ft=Vh(i),He=u,O_=f,jt=y,Wt=w,st=Md(w),rt=[],ht=0,mt=new Map,h_=0,Z_=0,bt=0,Lt=!0,Wt){case 1:case 2:_t=524288;break;case 6:_t=134742016;break;default:_t=0;break}e_=!1,n.setText(He),n.setOnError(pn),n.setScriptTarget(O_),n.setLanguageVariant(st),n.setScriptKind(Wt),n.setJSDocParsingMode(E)}function R_(){n.clearCommentDirectives(),n.setText(""),n.setOnError(void 0),n.setScriptKind(0),n.setJSDocParsingMode(0),He=void 0,O_=void 0,jt=void 0,Wt=void 0,st=void 0,bt=0,rt=void 0,Ot=void 0,ht=0,mt=void 0,a_=void 0,Lt=!0}function An(i,u,f,y,w){let E=Cb(Ft);E&&(_t|=33554432),bt=_t,B();let $=g_(0,Ht);q.assert(d()===1);let se=F(),te=Ee(Bt(),se),Z=ie(Ft,i,f,E,$,te,bt,y);return Eb(Z,He),Pb(Z,pe),Z.commentDirectives=n.getCommentDirectives(),Z.nodeCount=Z_,Z.identifierCount=h_,Z.identifiers=mt,Z.parseDiagnostics=Nr(rt,Z),Z.jsDocParsingMode=w,Ot&&(Z.jsDocDiagnostics=Nr(Ot,Z)),u&&O(Z),Z;function pe(Re,Je,De){rt.push(va(Ft,He,Re,Je,De))}}let q_=!1;function Ee(i,u){if(!u)return i;q.assert(!i.jsDoc);let f=ph(wy(i,He),y=>Fl.parseJSDocComment(i,y.pos,y.end-y.pos));return f.length&&(i.jsDoc=f),q_&&(q_=!1,i.flags|=536870912),i}function un(i){let u=jt,f=sc.createSyntaxCursor(i);jt={currentNode:pe};let y=[],w=rt;rt=[];let E=0,$=te(i.statements,0);for(;$!==-1;){let Re=i.statements[E],Je=i.statements[$];k_(y,i.statements,E,$),E=Z(i.statements,$);let De=Wu(w,u_=>u_.start>=Re.pos),__=De>=0?Wu(w,u_=>u_.start>=Je.pos,De):-1;De>=0&&k_(rt,w,De,__>=0?__:void 0),i_(()=>{let u_=_t;for(_t|=65536,n.resetTokenState(Je.pos),B();d()!==1;){let $t=n.getTokenFullStart(),an=Ua(0,Ht);if(y.push(an),$t===n.getTokenFullStart()&&B(),E>=0){let N_=i.statements[E];if(an.end===N_.pos)break;an.end>N_.pos&&(E=Z(i.statements,E+1))}}_t=u_},2),$=E>=0?te(i.statements,E):-1}if(E>=0){let Re=i.statements[E];k_(y,i.statements,E);let Je=Wu(w,De=>De.start>=Re.pos);Je>=0&&k_(rt,w,Je)}return jt=u,p.updateSourceFile(i,d_(k(y),i.statements));function se(Re){return!(Re.flags&65536)&&!!(Re.transformFlags&67108864)}function te(Re,Je){for(let De=Je;De<Re.length;De++)if(se(Re[De]))return De;return-1}function Z(Re,Je){for(let De=Je;De<Re.length;De++)if(!se(Re[De]))return De;return-1}function pe(Re){let Je=f.currentNode(Re);return Lt&&Je&&se(Je)&&xp(Je),Je}}function O(i){P2(i,!0)}e.fixupParentReferences=O;function ie(i,u,f,y,w,E,$,se){let te=p.createSourceFile(w,E,$);if(Od(te,0,He.length),Z(te),!y&&wb(te)&&te.transformFlags&67108864){let pe=te;te=un(te),pe!==te&&Z(te)}return te;function Z(pe){pe.text=He,pe.bindDiagnostics=[],pe.bindSuggestionDiagnostics=void 0,pe.languageVersion=u,pe.fileName=i,pe.languageVariant=Md(f),pe.isDeclarationFile=y,pe.scriptKind=f,se(pe),pe.setExternalModuleIndicator=se}}function me(i,u){i?_t|=u:_t&=~u}function we(i){me(i,8192)}function $e(i){me(i,16384)}function Qe(i){me(i,32768)}function at(i){me(i,65536)}function Dt(i,u){let f=i&_t;if(f){me(!1,f);let y=u();return me(!0,f),y}return u()}function vt(i,u){let f=i&~_t;if(f){me(!0,f);let y=u();return me(!1,f),y}return u()}function ot(i){return Dt(8192,i)}function Xn(i){return vt(8192,i)}function y_(i){return Dt(131072,i)}function Dn(i){return vt(131072,i)}function U_(i){return vt(16384,i)}function dr(i){return vt(32768,i)}function R(i){return vt(65536,i)}function Q(i){return Dt(65536,i)}function ee(i){return vt(81920,i)}function Te(i){return Dt(81920,i)}function Se(i){return(_t&i)!==0}function ke(){return Se(16384)}function ge(){return Se(8192)}function Be(){return Se(131072)}function Ye(){return Se(32768)}function Xe(){return Se(65536)}function Ae(i,...u){return nt(n.getTokenStart(),n.getTokenEnd(),i,...u)}function E_(i,u,f,...y){let w=Rr(rt),E;return(!w||i!==w.start)&&(E=va(Ft,He,i,u,f,...y),rt.push(E)),e_=!0,E}function nt(i,u,f,...y){return E_(i,u-i,f,...y)}function o_(i,u,...f){nt(i.pos,i.end,u,...f)}function pn(i,u,f){E_(n.getTokenEnd(),u,i,f)}function J(){return n.getTokenFullStart()}function F(){return n.hasPrecedingJSDocComment()}function d(){return lt}function Le(){return lt=n.scan()}function Ve(i){return B(),i()}function B(){return or(lt)&&(n.hasUnicodeEscape()||n.hasExtendedUnicodeEscape())&&nt(n.getTokenStart(),n.getTokenEnd(),C.Keywords_cannot_contain_escape_characters),Le()}function Ze(){return lt=n.scanJsDocToken()}function Ke(i){return lt=n.scanJSDocCommentTextToken(i)}function We(){return lt=n.reScanGreaterToken()}function Et(){return lt=n.reScanSlashToken()}function yt(i){return lt=n.reScanTemplateToken(i)}function Pt(){return lt=n.reScanLessThanToken()}function Gt(){return lt=n.reScanHashToken()}function dn(){return lt=n.scanJsxIdentifier()}function B_(){return lt=n.scanJsxToken()}function mr(){return lt=n.scanJsxAttributeValue()}function i_(i,u){let f=lt,y=rt.length,w=e_,E=_t,$=u!==0?n.lookAhead(i):n.tryScan(i);return q.assert(E===_t),(!$||u!==0)&&(lt=f,u!==2&&(rt.length=y),e_=w),$}function W(i){return i_(i,1)}function ue(i){return i_(i,0)}function Ue(){return d()===80?!0:d()>118}function ve(){return d()===80?!0:d()===127&&ke()||d()===135&&Xe()?!1:d()>118}function L(i,u,f=!0){return d()===i?(f&&B(),!0):(u?Ae(u):Ae(C._0_expected,ut(i)),!1)}let ft=Object.keys(Op).filter(i=>i.length>2);function xt(i){if(wg(i)){nt(wn(He,i.template.pos),i.template.end,C.Module_declaration_names_may_only_use_or_quoted_strings);return}let u=tt(i)?C_(i):void 0;if(!u||!h0(u,O_)){Ae(C._0_expected,ut(27));return}let f=wn(He,i.pos);switch(u){case"const":case"let":case"var":nt(f,i.end,C.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":Jt(C.Interface_name_cannot_be_0,C.Interface_must_be_given_a_name,19);return;case"is":nt(f,n.getTokenStart(),C.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":Jt(C.Namespace_name_cannot_be_0,C.Namespace_must_be_given_a_name,19);return;case"type":Jt(C.Type_alias_name_cannot_be_0,C.Type_alias_must_be_given_a_name,64);return}let y=Wo(u,ft,gt)??s_(u);if(y){nt(f,i.end,C.Unknown_keyword_or_identifier_Did_you_mean_0,y);return}d()!==0&&nt(f,i.end,C.Unexpected_keyword_or_identifier)}function Jt(i,u,f){d()===f?Ae(u):Ae(i,n.getTokenValue())}function s_(i){for(let u of ft)if(i.length>u.length+2&&Ql(i,u))return`${u} ${i.slice(u.length)}`}function dc(i,u,f){if(d()===60&&!n.hasPrecedingLineBreak()){Ae(C.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(d()===21){Ae(C.Cannot_start_a_function_call_in_a_type_annotation),B();return}if(u&&!tn()){f?Ae(C._0_expected,ut(27)):Ae(C.Expected_for_property_initializer);return}if(!Gr()){if(f){Ae(C._0_expected,ut(27));return}xt(i)}}function ui(i){return d()===i?(Ze(),!0):(q.assert($u(i)),Ae(C._0_expected,ut(i)),!1)}function En(i,u,f,y){if(d()===u){B();return}let w=Ae(C._0_expected,ut(u));f&&w&&ql(w,va(Ft,He,y,1,C.The_parser_expected_to_find_a_1_to_match_the_0_token_here,ut(i),ut(u)))}function Fe(i){return d()===i?(B(),!0):!1}function pt(i){if(d()===i)return Bt()}function mc(i){if(d()===i)return hc()}function z_(i,u,f){return pt(i)||zt(i,!1,u||C._0_expected,f||ut(i))}function fc(i){return mc(i)||(q.assert($u(i)),zt(i,!1,C._0_expected,ut(i)))}function Bt(){let i=J(),u=d();return B(),A(he(u),i)}function hc(){let i=J(),u=d();return Ze(),A(he(u),i)}function tn(){return d()===27?!0:d()===20||d()===1||n.hasPrecedingLineBreak()}function Gr(){return tn()?(d()===27&&B(),!0):!1}function Vt(){return Gr()||L(27)}function At(i,u,f,y){let w=k(i,y);return cr(w,u,f??n.getTokenFullStart()),w}function A(i,u,f){return cr(i,u,f??n.getTokenFullStart()),_t&&(i.flags|=_t),e_&&(e_=!1,i.flags|=262144),i}function zt(i,u,f,...y){u?E_(n.getTokenFullStart(),0,f,...y):f&&Ae(f,...y);let w=J(),E=i===80?ae("",void 0):Dd(i)?p.createTemplateLiteralLikeNode(i,"","",void 0):i===9?v("",void 0):i===11?S("",void 0):i===282?p.createMissingDeclaration():he(i);return A(E,w)}function Pn(i){let u=mt.get(i);return u===void 0&&mt.set(i,u=i),u}function _n(i,u,f){if(i){h_++;let se=n.hasPrecedingJSDocLeadingAsterisks()?n.getTokenStart():J(),te=d(),Z=Pn(n.getTokenValue()),pe=n.hasExtendedUnicodeEscape();return Le(),A(ae(Z,te,pe),se)}if(d()===81)return Ae(f||C.Private_identifiers_are_not_allowed_outside_class_bodies),_n(!0);if(d()===0&&n.tryScan(()=>n.reScanInvalidIdentifier()===80))return _n(!0);h_++;let y=d()===1,w=n.isReservedWord(),E=n.getTokenText(),$=w?C.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:C.Identifier_expected;return zt(80,y,u||$,E)}function Oa(i){return _n(Ue(),void 0,i)}function wt(i,u){return _n(ve(),i,u)}function Mt(i){return _n(Tt(d()),i)}function Wn(){return(n.hasUnicodeEscape()||n.hasExtendedUnicodeEscape())&&Ae(C.Unicode_escape_sequence_cannot_appear_here),_n(Tt(d()))}function mn(){return Tt(d())||d()===11||d()===9||d()===10}function pi(){return Tt(d())||d()===11}function yc(i){if(d()===11||d()===9||d()===10){let u=K_();return u.text=Pn(u.text),u}return i&&d()===23?gc():d()===81?Vr():Mt()}function Nn(){return yc(!0)}function gc(){let i=J();L(23);let u=ot(St);return L(24),A(p.createComputedPropertyName(u),i)}function Vr(){let i=J(),u=xe(Pn(n.getTokenValue()));return B(),A(u,i)}function Gn(i){return d()===i&&ue(di)}function La(){return B(),n.hasPrecedingLineBreak()?!1:nn()}function di(){switch(d()){case 87:return B()===94;case 95:return B(),d()===90?W(hr):d()===156?W(bc):fr();case 90:return hr();case 126:return B(),nn();case 139:case 153:return B(),vc();default:return La()}}function fr(){return d()===60||d()!==42&&d()!==130&&d()!==19&&nn()}function bc(){return B(),fr()}function mi(){return Un(d())&&ue(di)}function nn(){return d()===23||d()===19||d()===42||d()===26||mn()}function vc(){return d()===23||mn()}function hr(){return B(),d()===86||d()===100||d()===120||d()===60||d()===128&&W(_l)||d()===134&&W(nl)}function Hr(i,u){if(Qr(i))return!0;switch(i){case 0:case 1:case 3:return!(d()===27&&u)&&rl();case 2:return d()===84||d()===90;case 4:return W(Ki);case 5:return W(gu)||d()===27&&!u;case 6:return d()===23||mn();case 12:switch(d()){case 23:case 42:case 26:case 25:return!0;default:return mn()}case 18:return mn();case 9:return d()===23||d()===26||mn();case 24:return pi();case 7:return d()===19?W(fi):u?ve()&&!Ra():io()&&!Ra();case 8:return da();case 10:return d()===28||d()===26||da();case 19:return d()===103||d()===87||ve();case 15:switch(d()){case 28:case 25:return!0}case 11:return d()===26||hn();case 16:return ta(!1);case 17:return ta(!0);case 20:case 21:return d()===28||Qn();case 22:return wl();case 23:return d()===161&&W(pu)?!1:d()===11?!0:Tt(d());case 13:return Tt(d())||d()===19;case 14:return!0;case 25:return!0;case 26:return q.fail("ParsingContext.Count used as a context");default:q.assertNever(i,"Non-exhaustive case in 'isListElement'.")}}function fi(){if(q.assert(d()===19),B()===20){let i=B();return i===28||i===19||i===96||i===119}return!0}function yr(){return B(),ve()}function xc(){return B(),Tt(d())}function hi(){return B(),Hh(d())}function Ra(){return d()===119||d()===96?W(yi):!1}function yi(){return B(),hn()}function gr(){return B(),Qn()}function $r(i){if(d()===1)return!0;switch(i){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return d()===20;case 3:return d()===20||d()===84||d()===90;case 7:return d()===19||d()===96||d()===119;case 8:return qa();case 19:return d()===32||d()===21||d()===19||d()===96||d()===119;case 11:return d()===22||d()===27;case 15:case 21:case 10:return d()===24;case 17:case 16:case 18:return d()===22||d()===24;case 20:return d()!==28;case 22:return d()===19||d()===20;case 13:return d()===32||d()===44;case 14:return d()===30&&W(Io);default:return!1}}function qa(){return!!(tn()||Ts(d())||d()===39)}function gi(){q.assert(ht,"Missing parsing context");for(let i=0;i<26;i++)if(ht&1<<i&&(Hr(i,!0)||$r(i)))return!0;return!1}function g_(i,u){let f=ht;ht|=1<<i;let y=[],w=J();for(;!$r(i);){if(Hr(i,!1)){y.push(Ua(i,u));continue}if(Ci(i))break}return ht=f,At(y,w)}function Ua(i,u){let f=Qr(i);return f?bi(f):u()}function Qr(i,u){var f;if(!jt||!vi(i)||e_)return;let y=jt.currentNode(u??n.getTokenFullStart());if(!(Ur(y)||kb(y)||Ef(y)||(y.flags&101441536)!==_t)&&xi(y,i))return Hp(y)&&(f=y.jsDoc)!=null&&f.jsDocCache&&(y.jsDoc.jsDocCache=void 0),y}function bi(i){return n.resetTokenState(i.end),B(),i}function vi(i){switch(i){case 5:case 2:case 0:case 1:case 3:case 6:case 4:case 8:case 17:case 16:return!0}return!1}function xi(i,u){switch(u){case 5:return Ba(i);case 2:return wi(i);case 0:case 1:case 3:return za(i);case 6:return Ti(i);case 4:return Ka(i);case 8:return Si(i);case 17:case 16:return ki(i)}return!1}function Ba(i){if(i)switch(i.kind){case 176:case 181:case 177:case 178:case 172:case 240:return!0;case 174:let u=i;return!(u.name.kind===80&&u.name.escapedText==="constructor")}return!1}function wi(i){if(i)switch(i.kind){case 296:case 297:return!0}return!1}function za(i){if(i)switch(i.kind){case 262:case 243:case 241:case 245:case 244:case 257:case 253:case 255:case 252:case 251:case 249:case 250:case 248:case 247:case 254:case 242:case 258:case 256:case 246:case 259:case 272:case 271:case 278:case 277:case 267:case 263:case 264:case 266:case 265:return!0}return!1}function Ti(i){return i.kind===306}function Ka(i){if(i)switch(i.kind){case 180:case 173:case 181:case 171:case 179:return!0}return!1}function Si(i){return i.kind!==260?!1:i.initializer===void 0}function ki(i){return i.kind!==169?!1:i.initializer===void 0}function Ci(i){return Yr(i),gi()?!0:(B(),!1)}function Yr(i){switch(i){case 0:return d()===90?Ae(C._0_expected,ut(95)):Ae(C.Declaration_or_statement_expected);case 1:return Ae(C.Declaration_or_statement_expected);case 2:return Ae(C.case_or_default_expected);case 3:return Ae(C.Statement_expected);case 18:case 4:return Ae(C.Property_or_signature_expected);case 5:return Ae(C.Unexpected_token_A_constructor_method_accessor_or_property_was_expected);case 6:return Ae(C.Enum_member_expected);case 7:return Ae(C.Expression_expected);case 8:return or(d())?Ae(C._0_is_not_allowed_as_a_variable_declaration_name,ut(d())):Ae(C.Variable_declaration_expected);case 9:return Ae(C.Property_destructuring_pattern_expected);case 10:return Ae(C.Array_element_destructuring_pattern_expected);case 11:return Ae(C.Argument_expression_expected);case 12:return Ae(C.Property_assignment_expected);case 15:return Ae(C.Expression_or_comma_expected);case 17:return Ae(C.Parameter_declaration_expected);case 16:return or(d())?Ae(C._0_is_not_allowed_as_a_parameter_name,ut(d())):Ae(C.Parameter_declaration_expected);case 19:return Ae(C.Type_parameter_declaration_expected);case 20:return Ae(C.Type_argument_expected);case 21:return Ae(C.Type_expected);case 22:return Ae(C.Unexpected_token_expected);case 23:return d()===161?Ae(C._0_expected,"}"):Ae(C.Identifier_expected);case 13:return Ae(C.Identifier_expected);case 14:return Ae(C.Identifier_expected);case 24:return Ae(C.Identifier_or_string_literal_expected);case 25:return Ae(C.Identifier_expected);case 26:return q.fail("ParsingContext.Count used as a context");default:q.assertNever(i)}}function l_(i,u,f){let y=ht;ht|=1<<i;let w=[],E=J(),$=-1;for(;;){if(Hr(i,!1)){let se=n.getTokenFullStart(),te=Ua(i,u);if(!te){ht=y;return}if(w.push(te),$=n.getTokenStart(),Fe(28))continue;if($=-1,$r(i))break;L(28,Xa(i)),f&&d()===27&&!n.hasPrecedingLineBreak()&&B(),se===n.getTokenFullStart()&&B();continue}if($r(i)||Ci(i))break}return ht=y,At(w,E,void 0,$>=0)}function Xa(i){return i===6?C.An_enum_member_name_must_be_followed_by_a_or:void 0}function rn(){let i=At([],J());return i.isMissingList=!0,i}function Ai(i){return!!i.isMissingList}function In(i,u,f,y){if(L(f)){let w=l_(i,u);return L(y),w}return rn()}function Fn(i,u){let f=J(),y=i?Mt(u):wt(u);for(;Fe(25)&&d()!==30;)y=A(p.createQualifiedName(y,Vn(i,!1,!0)),f);return y}function wc(i,u){return A(p.createQualifiedName(i,u),i.pos)}function Vn(i,u,f){if(n.hasPrecedingLineBreak()&&Tt(d())&&W(vo))return zt(80,!0,C.Identifier_expected);if(d()===81){let y=Vr();return u?y:zt(80,!0,C.Identifier_expected)}return i?f?Mt():Wn():wt()}function Tc(i){let u=J(),f=[],y;do y=Ni(i),f.push(y);while(y.literal.kind===17);return At(f,u)}function Zr(i){let u=J();return A(p.createTemplateExpression(br(i),Tc(i)),u)}function Di(){let i=J();return A(p.createTemplateLiteralType(br(!1),Sc()),i)}function Sc(){let i=J(),u=[],f;do f=Ei(),u.push(f);while(f.literal.kind===17);return At(u,i)}function Ei(){let i=J();return A(p.createTemplateLiteralTypeSpan(it(),Pi(!1)),i)}function Pi(i){return d()===20?(yt(i),Ii()):z_(18,C._0_expected,ut(20))}function Ni(i){let u=J();return A(p.createTemplateSpan(ot(St),Pi(i)),u)}function K_(){return Hn(d())}function br(i){!i&&n.getTokenFlags()&26656&&yt(!1);let u=Hn(d());return q.assert(u.kind===16,"Template head has wrong token kind"),u}function Ii(){let i=Hn(d());return q.assert(i.kind===17||i.kind===18,"Template fragment has wrong token kind"),i}function kc(i){let u=i===15||i===18,f=n.getTokenText();return f.substring(1,f.length-(n.isUnterminated()?0:u?1:2))}function Hn(i){let u=J(),f=Dd(i)?p.createTemplateLiteralLikeNode(i,n.getTokenValue(),kc(i),n.getTokenFlags()&7176):i===9?v(n.getTokenValue(),n.getNumericLiteralFlags()):i===11?S(n.getTokenValue(),void 0,n.hasExtendedUnicodeEscape()):W0(i)?M(i,n.getTokenValue()):q.fail();return n.hasExtendedUnicodeEscape()&&(f.hasExtendedUnicodeEscape=!0),n.isUnterminated()&&(f.isUnterminated=!0),B(),A(f,u)}function $n(){return Fn(!0,C.Type_expected)}function Fi(){if(!n.hasPrecedingLineBreak()&&Pt()===30)return In(20,it,30,32)}function ea(){let i=J();return A(p.createTypeReferenceNode($n(),Fi()),i)}function Wa(i){switch(i.kind){case 183:return Ur(i.typeName);case 184:case 185:{let{parameters:u,type:f}=i;return Ai(u)||Wa(f)}case 196:return Wa(i.type);default:return!1}}function Cc(i){return B(),A(p.createTypePredicateNode(void 0,i,it()),i.pos)}function Ga(){let i=J();return B(),A(p.createThisTypeNode(),i)}function Ac(){let i=J();return B(),A(p.createJSDocAllType(),i)}function ji(){let i=J();return B(),A(p.createJSDocNonNullableType(ro(),!1),i)}function Dc(){let i=J();return B(),d()===28||d()===20||d()===22||d()===32||d()===64||d()===52?A(p.createJSDocUnknownType(),i):A(p.createJSDocNullableType(it(),!1),i)}function Ji(){let i=J(),u=F();if(ue(Al)){let f=X_(36),y=P_(59,!1);return Ee(A(p.createJSDocFunctionType(f,y),i),u)}return A(p.createTypeReferenceNode(Mt(),void 0),i)}function Va(){let i=J(),u;return(d()===110||d()===105)&&(u=Mt(),L(59)),A(p.createParameterDeclaration(void 0,void 0,u,void 0,Ha(),void 0),i)}function Ha(){n.setSkipJsDocLeadingAsterisks(!0);let i=J();if(Fe(144)){let y=p.createJSDocNamepathType(void 0);e:for(;;)switch(d()){case 20:case 1:case 28:case 5:break e;default:Ze()}return n.setSkipJsDocLeadingAsterisks(!1),A(y,i)}let u=Fe(26),f=ra();return n.setSkipJsDocLeadingAsterisks(!1),u&&(f=A(p.createJSDocVariadicType(f),i)),d()===64?(B(),A(p.createJSDocOptionalType(f),i)):f}function Mi(){let i=J();L(114);let u=Fn(!0),f=n.hasPrecedingLineBreak()?void 0:ha();return A(p.createTypeQueryNode(u,f),i)}function Oi(){let i=J(),u=v_(!1,!0),f=wt(),y,w;Fe(96)&&(Qn()||!hn()?y=it():w=Ns());let E=Fe(64)?it():void 0,$=p.createTypeParameterDeclaration(u,f,y,E);return $.expression=w,A($,i)}function c_(){if(d()===30)return In(19,Oi,30,32)}function ta(i){return d()===26||da()||Un(d())||d()===60||Qn(!i)}function Li(i){let u=Cr(C.Private_identifiers_cannot_be_used_as_parameters);return yy(u)===0&&!Xt(i)&&Un(d())&&B(),u}function Ri(){return Ue()||d()===23||d()===19}function $a(i){return Qa(i)}function qi(i){return Qa(i,!1)}function Qa(i,u=!0){let f=J(),y=F(),w=i?R(()=>v_(!0)):Q(()=>v_(!0));if(d()===110){let te=p.createParameterDeclaration(w,void 0,_n(!0),void 0,fn(),void 0),Z=Np(w);return Z&&o_(Z,C.Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters),Ee(A(te,f),y)}let E=Lt;Lt=!1;let $=pt(26);if(!u&&!Ri())return;let se=Ee(A(p.createParameterDeclaration(w,$,Li(w),pt(58),fn(),yn()),f),y);return Lt=E,se}function P_(i,u){if(Ui(i,u))return y_(ra)}function Ui(i,u){return i===39?(L(i),!0):Fe(59)?!0:u&&d()===39?(Ae(C._0_expected,ut(59)),B(),!0):!1}function Ya(i,u){let f=ke(),y=Xe();$e(!!(i&1)),at(!!(i&2));let w=i&32?l_(17,Va):l_(16,()=>u?$a(y):qi(y));return $e(f),at(y),w}function X_(i){if(!L(21))return rn();let u=Ya(i,!0);return L(22),u}function _a(){Fe(28)||Vt()}function Bi(i){let u=J(),f=F();i===180&&L(105);let y=c_(),w=X_(4),E=P_(59,!0);_a();let $=i===179?p.createCallSignature(y,w,E):p.createConstructSignature(y,w,E);return Ee(A($,u),f)}function jn(){return d()===23&&W(Ec)}function Ec(){if(B(),d()===26||d()===24)return!0;if(Un(d())){if(B(),ve())return!0}else if(ve())B();else return!1;return d()===59||d()===28?!0:d()!==58?!1:(B(),d()===59||d()===28||d()===24)}function Za(i,u,f){let y=In(16,()=>$a(!1),23,24),w=fn();_a();let E=p.createIndexSignature(f,y,w);return Ee(A(E,i),u)}function zi(i,u,f){let y=Nn(),w=pt(58),E;if(d()===21||d()===30){let $=c_(),se=X_(4),te=P_(59,!0);E=p.createMethodSignature(f,y,w,$,se,te)}else{let $=fn();E=p.createPropertySignature(f,y,w,$),d()===64&&(E.initializer=yn())}return _a(),Ee(A(E,i),u)}function Ki(){if(d()===21||d()===30||d()===139||d()===153)return!0;let i=!1;for(;Un(d());)i=!0,B();return d()===23?!0:(mn()&&(i=!0,B()),i?d()===21||d()===30||d()===58||d()===59||d()===28||tn():!1)}function vr(){if(d()===21||d()===30)return Bi(179);if(d()===105&&W(Xi))return Bi(180);let i=J(),u=F(),f=v_(!1);return Gn(139)?On(i,u,f,177,4):Gn(153)?On(i,u,f,178,4):jn()?Za(i,u,f):zi(i,u,f)}function Xi(){return B(),d()===21||d()===30}function Wi(){return B()===25}function Gi(){switch(B()){case 21:case 30:case 25:return!0}return!1}function Vi(){let i=J();return A(p.createTypeLiteralNode(Hi()),i)}function Hi(){let i;return L(19)?(i=g_(4,vr),L(20)):i=rn(),i}function $i(){return B(),d()===40||d()===41?B()===148:(d()===148&&B(),d()===23&&yr()&&B()===103)}function Pc(){let i=J(),u=Mt();L(103);let f=it();return A(p.createTypeParameterDeclaration(void 0,u,f,void 0),i)}function Qi(){let i=J();L(19);let u;(d()===148||d()===40||d()===41)&&(u=Bt(),u.kind!==148&&L(148)),L(23);let f=Pc(),y=Fe(130)?it():void 0;L(24);let w;(d()===58||d()===40||d()===41)&&(w=Bt(),w.kind!==58&&L(58));let E=fn();Vt();let $=g_(4,vr);return L(20),A(p.createMappedTypeNode(u,f,y,w,E,$),i)}function Yi(){let i=J();if(Fe(26))return A(p.createRestTypeNode(it()),i);let u=it();if(qg(u)&&u.pos===u.type.pos){let f=p.createOptionalTypeNode(u.type);return d_(f,u),f.flags=u.flags,f}return u}function eo(){return B()===59||d()===58&&B()===59}function Nc(){return d()===26?Tt(B())&&eo():Tt(d())&&eo()}function Zi(){if(W(Nc)){let i=J(),u=F(),f=pt(26),y=Mt(),w=pt(58);L(59);let E=Yi(),$=p.createNamedTupleMember(f,y,w,E);return Ee(A($,i),u)}return Yi()}function Ic(){let i=J();return A(p.createTupleTypeNode(In(21,Zi,23,24)),i)}function es(){let i=J();L(21);let u=it();return L(22),A(p.createParenthesizedType(u),i)}function Fc(){let i;if(d()===128){let u=J();B();let f=A(he(128),u);i=At([f],u)}return i}function to(){let i=J(),u=F(),f=Fc(),y=Fe(105);q.assert(!f||y,"Per isStartOfFunctionOrConstructorType, a function type cannot have modifiers.");let w=c_(),E=X_(4),$=P_(39,!1),se=y?p.createConstructorTypeNode(f,w,E,$):p.createFunctionTypeNode(w,E,$);return Ee(A(se,i),u)}function ts(){let i=Bt();return d()===25?void 0:i}function _o(i){let u=J();i&&B();let f=d()===112||d()===97||d()===106?Bt():Hn(d());return i&&(f=A(p.createPrefixUnaryExpression(41,f),u)),A(p.createLiteralTypeNode(f),u)}function jc(){return B(),d()===102}function no(){bt|=4194304;let i=J(),u=Fe(114);L(102),L(21);let f=it(),y;if(Fe(28)){let $=n.getTokenStart();L(19);let se=d();if(se===118||se===132?B():Ae(C._0_expected,ut(118)),L(59),y=Fo(se,!0),!L(20)){let te=Rr(rt);te&&te.code===C._0_expected.code&&ql(te,va(Ft,He,$,1,C.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}}L(22);let w=Fe(25)?$n():void 0,E=Fi();return A(p.createImportTypeNode(f,y,w,E,u),i)}function _s(){return B(),d()===9||d()===10}function ro(){switch(d()){case 133:case 159:case 154:case 150:case 163:case 155:case 136:case 157:case 146:case 151:return ue(ts)||ea();case 67:n.reScanAsteriskEqualsToken();case 42:return Ac();case 61:n.reScanQuestionToken();case 58:return Dc();case 100:return Ji();case 54:return ji();case 15:case 11:case 9:case 10:case 112:case 97:case 106:return _o();case 41:return W(_s)?_o(!0):ea();case 116:return Bt();case 110:{let i=Ga();return d()===142&&!n.hasPrecedingLineBreak()?Cc(i):i}case 114:return W(jc)?no():Mi();case 19:return W($i)?Qi():Vi();case 23:return Ic();case 21:return es();case 102:return no();case 131:return W(vo)?ps():ea();case 16:return Di();default:return ea()}}function Qn(i){switch(d()){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!i;case 41:return!i&&W(_s);case 21:return!i&&W(ns);default:return ve()}}function ns(){return B(),d()===22||ta(!1)||Qn()}function rs(){let i=J(),u=ro();for(;!n.hasPrecedingLineBreak();)switch(d()){case 54:B(),u=A(p.createJSDocNonNullableType(u,!0),i);break;case 58:if(W(gr))return u;B(),u=A(p.createJSDocNullableType(u,!0),i);break;case 23:if(L(23),Qn()){let f=it();L(24),u=A(p.createIndexedAccessTypeNode(u,f),i)}else L(24),u=A(p.createArrayTypeNode(u),i);break;default:return u}return u}function as(i){let u=J();return L(i),A(p.createTypeOperatorNode(i,is()),u)}function Jc(){if(Fe(96)){let i=Dn(it);if(Be()||d()!==58)return i}}function os(){let i=J(),u=wt(),f=ue(Jc),y=p.createTypeParameterDeclaration(void 0,u,f);return A(y,i)}function Mc(){let i=J();return L(140),A(p.createInferTypeNode(os()),i)}function is(){let i=d();switch(i){case 143:case 158:case 148:return as(i);case 140:return Mc()}return y_(rs)}function na(i){if(oo()){let u=to(),f;return Wf(u)?f=i?C.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:C.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:f=i?C.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:C.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,o_(u,f),u}}function ss(i,u,f){let y=J(),w=i===52,E=Fe(i),$=E&&na(w)||u();if(d()===i||E){let se=[$];for(;Fe(i);)se.push(na(w)||u());$=A(f(At(se,y)),y)}return $}function ao(){return ss(51,is,p.createIntersectionTypeNode)}function Oc(){return ss(52,ao,p.createUnionTypeNode)}function ls(){return B(),d()===105}function oo(){return d()===30||d()===21&&W(cs)?!0:d()===105||d()===128&&W(ls)}function Lc(){if(Un(d())&&v_(!1),ve()||d()===110)return B(),!0;if(d()===23||d()===19){let i=rt.length;return Cr(),i===rt.length}return!1}function cs(){return B(),!!(d()===22||d()===26||Lc()&&(d()===59||d()===28||d()===58||d()===64||d()===22&&(B(),d()===39)))}function ra(){let i=J(),u=ve()&&ue(us),f=it();return u?A(p.createTypePredicateNode(void 0,u,f),i):f}function us(){let i=wt();if(d()===142&&!n.hasPrecedingLineBreak())return B(),i}function ps(){let i=J(),u=z_(131),f=d()===110?Ga():wt(),y=Fe(142)?it():void 0;return A(p.createTypePredicateNode(u,f,y),i)}function it(){if(_t&81920)return Dt(81920,it);if(oo())return to();let i=J(),u=Oc();if(!Be()&&!n.hasPrecedingLineBreak()&&Fe(96)){let f=Dn(it);L(58);let y=y_(it);L(59);let w=y_(it);return A(p.createConditionalTypeNode(u,f,y,w),i)}return u}function fn(){return Fe(59)?it():void 0}function io(){switch(d()){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 W(Gi);default:return ve()}}function hn(){if(io())return!0;switch(d()){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 Ss()?!0:ve()}}function ds(){return d()!==19&&d()!==100&&d()!==86&&d()!==60&&hn()}function St(){let i=Ye();i&&Qe(!1);let u=J(),f=Rt(!0),y;for(;y=pt(28);)f=co(f,y,Rt(!0),u);return i&&Qe(!0),f}function yn(){return Fe(64)?Rt(!0):void 0}function Rt(i){if(ms())return fs();let u=qc(i)||vs(i);if(u)return u;let f=J(),y=F(),w=xr(0);return w.kind===80&&d()===39?hs(f,w,i,y,void 0):Fa(w)&&Of(We())?co(w,Bt(),Rt(i),f):Uc(w,f,i)}function ms(){return d()===127?ke()?!0:W(xo):!1}function Rc(){return B(),!n.hasPrecedingLineBreak()&&ve()}function fs(){let i=J();return B(),!n.hasPrecedingLineBreak()&&(d()===42||hn())?A(p.createYieldExpression(pt(42),Rt(!0)),i):A(p.createYieldExpression(void 0,void 0),i)}function hs(i,u,f,y,w){q.assert(d()===39,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");let E=p.createParameterDeclaration(void 0,void 0,u,void 0,void 0,void 0);A(E,u.pos);let $=At([E],E.pos,E.end),se=z_(39),te=so(!!w,f),Z=p.createArrowFunction(w,void 0,$,void 0,se,te);return Ee(A(Z,i),y)}function qc(i){let u=ys();if(u!==0)return u===1?ws(!0,!0):ue(()=>bs(i))}function ys(){return d()===21||d()===30||d()===134?W(gs):d()===39?1:0}function gs(){if(d()===134&&(B(),n.hasPrecedingLineBreak()||d()!==21&&d()!==30))return 0;let i=d(),u=B();if(i===21){if(u===22)switch(B()){case 39:case 59:case 19:return 1;default:return 0}if(u===23||u===19)return 2;if(u===26)return 1;if(Un(u)&&u!==134&&W(yr))return B()===130?0:1;if(!ve()&&u!==110)return 0;switch(B()){case 59:return 1;case 58:return B(),d()===59||d()===28||d()===64||d()===22?1:0;case 28:case 64:case 22:return 2}return 0}else return q.assert(i===30),!ve()&&d()!==87?0:st===1?W(()=>{Fe(87);let f=B();if(f===96)switch(B()){case 64:case 32:case 44:return!1;default:return!0}else if(f===28||f===64)return!0;return!1})?1:0:2}function bs(i){let u=n.getTokenStart();if(a_!=null&&a_.has(u))return;let f=ws(!1,i);return f||(a_||(a_=new Set)).add(u),f}function vs(i){if(d()===134&&W(xs)===1){let u=J(),f=F(),y=bl(),w=xr(0);return hs(u,w,i,f,y)}}function xs(){if(d()===134){if(B(),n.hasPrecedingLineBreak()||d()===39)return 0;let i=xr(0);if(!n.hasPrecedingLineBreak()&&i.kind===80&&d()===39)return 1}return 0}function ws(i,u){let f=J(),y=F(),w=bl(),E=Xt(w,zl)?2:0,$=c_(),se;if(L(21)){if(i)se=Ya(E,i);else{let $t=Ya(E,i);if(!$t)return;se=$t}if(!L(22)&&!i)return}else{if(!i)return;se=rn()}let te=d()===59,Z=P_(59,!1);if(Z&&!i&&Wa(Z))return;let pe=Z;for(;(pe==null?void 0:pe.kind)===196;)pe=pe.type;let Re=pe&&Ug(pe);if(!i&&d()!==39&&(Re||d()!==19))return;let Je=d(),De=z_(39),__=Je===39||Je===19?so(Xt(w,zl),u):wt();if(!u&&te&&d()!==59)return;let u_=p.createArrowFunction(w,$,se,Z,De,__);return Ee(A(u_,f),y)}function so(i,u){if(d()===19)return la(i?2:0);if(d()!==27&&d()!==100&&d()!==86&&rl()&&!ds())return la(16|(i?2:0));let f=Lt;Lt=!1;let y=i?R(()=>Rt(u)):Q(()=>Rt(u));return Lt=f,y}function Uc(i,u,f){let y=pt(58);if(!y)return i;let w;return A(p.createConditionalExpression(i,y,Dt(o,()=>Rt(!1)),w=z_(59),dp(w)?Rt(f):zt(80,!1,C._0_expected,ut(59))),u)}function xr(i){let u=J(),f=Ns();return lo(i,f,u)}function Ts(i){return i===103||i===165}function lo(i,u,f){for(;;){We();let y=Qu(d());if(!(d()===43?y>=i:y>i)||d()===103&&ge())break;if(d()===130||d()===152){if(n.hasPrecedingLineBreak())break;{let w=d();B(),u=w===152?ks(u,it()):Cs(u,it())}}else u=co(u,Bt(),xr(y),f)}return u}function Ss(){return ge()&&d()===103?!1:Qu(d())>0}function ks(i,u){return A(p.createSatisfiesExpression(i,u),i.pos)}function co(i,u,f,y){return A(p.createBinaryExpression(i,u,f),y)}function Cs(i,u){return A(p.createAsExpression(i,u),i.pos)}function As(){let i=J();return A(p.createPrefixUnaryExpression(d(),Ve(gn)),i)}function Ds(){let i=J();return A(p.createDeleteExpression(Ve(gn)),i)}function Bc(){let i=J();return A(p.createTypeOfExpression(Ve(gn)),i)}function Es(){let i=J();return A(p.createVoidExpression(Ve(gn)),i)}function zc(){return d()===135?Xe()?!0:W(xo):!1}function Ps(){let i=J();return A(p.createAwaitExpression(Ve(gn)),i)}function Ns(){if(Kc()){let f=J(),y=aa();return d()===43?lo(Qu(d()),y,f):y}let i=d(),u=gn();if(d()===43){let f=wn(He,u.pos),{end:y}=u;u.kind===216?nt(f,y,C.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):(q.assert($u(i)),nt(f,y,C.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,ut(i)))}return u}function gn(){switch(d()){case 40:case 41:case 55:case 54:return As();case 91:return Ds();case 114:return Bc();case 116:return Es();case 30:return st===1?Tr(!0,void 0,void 0,!0):Ms();case 135:if(zc())return Ps();default:return aa()}}function Kc(){switch(d()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 135:return!1;case 30:if(st!==1)return!1;default:return!0}}function aa(){if(d()===46||d()===47){let u=J();return A(p.createPrefixUnaryExpression(d(),Ve(wr)),u)}else if(st===1&&d()===30&&W(hi))return Tr(!0);let i=wr();if(q.assert(Fa(i)),(d()===46||d()===47)&&!n.hasPrecedingLineBreak()){let u=d();return B(),A(p.createPostfixUnaryExpression(i,u),i.pos)}return i}function wr(){let i=J(),u;return d()===102?W(Xi)?(bt|=4194304,u=Bt()):W(Wi)?(B(),B(),u=A(p.createMetaProperty(102,Mt()),i),bt|=8388608):u=oa():u=d()===108?Is():oa(),ho(i,u)}function oa(){let i=J(),u=yo();return t_(i,u,!0)}function Is(){let i=J(),u=Bt();if(d()===30){let f=J(),y=ue(sa);y!==void 0&&(nt(f,J(),C.super_may_not_use_type_arguments),b_()||(u=p.createExpressionWithTypeArguments(u,y)))}return d()===21||d()===25||d()===23?u:(z_(25,C.super_must_be_followed_by_an_argument_list_or_member_access),A(oe(u,Vn(!0,!0,!0)),i))}function Tr(i,u,f,y=!1){let w=J(),E=Gc(i),$;if(E.kind===286){let se=ia(E),te,Z=se[se.length-1];if((Z==null?void 0:Z.kind)===284&&!rr(Z.openingElement.tagName,Z.closingElement.tagName)&&rr(E.tagName,Z.closingElement.tagName)){let pe=Z.children.end,Re=A(p.createJsxElement(Z.openingElement,Z.children,A(p.createJsxClosingElement(A(ae(""),pe,pe)),pe,pe)),Z.openingElement.pos,pe);se=At([...se.slice(0,se.length-1),Re],se.pos,pe),te=Z.closingElement}else te=Js(E,i),rr(E.tagName,te.tagName)||(f&&Bd(f)&&rr(te.tagName,f.tagName)?o_(E.tagName,C.JSX_element_0_has_no_corresponding_closing_tag,Ho(He,E.tagName)):o_(te.tagName,C.Expected_corresponding_JSX_closing_tag_for_0,Ho(He,E.tagName)));$=A(p.createJsxElement(E,se,te),w)}else E.kind===289?$=A(p.createJsxFragment(E,ia(E),Qc(i)),w):(q.assert(E.kind===285),$=E);if(!y&&i&&d()===30){let se=typeof u>"u"?$.pos:u,te=ue(()=>Tr(!0,se));if(te){let Z=zt(28,!1);return Od(Z,te.pos,0),nt(wn(He,se),te.end,C.JSX_expressions_must_have_one_parent_element),A(p.createBinaryExpression($,Z,te),w)}}return $}function uo(){let i=J(),u=p.createJsxText(n.getTokenValue(),lt===13);return lt=n.scanJsxToken(),A(u,i)}function Xc(i,u){switch(u){case 1:if(Jg(i))o_(i,C.JSX_fragment_has_no_corresponding_closing_tag);else{let f=i.tagName,y=Math.min(wn(He,f.pos),f.end);nt(y,f.end,C.JSX_element_0_has_no_corresponding_closing_tag,Ho(He,i.tagName))}return;case 31:case 7:return;case 12:case 13:return uo();case 19:return Fs(!1);case 30:return Tr(!1,void 0,i);default:return q.assertNever(u)}}function ia(i){let u=[],f=J(),y=ht;for(ht|=16384;;){let w=Xc(i,lt=n.reScanJsxToken());if(!w||(u.push(w),Bd(i)&&(w==null?void 0:w.kind)===284&&!rr(w.openingElement.tagName,w.closingElement.tagName)&&rr(i.tagName,w.closingElement.tagName)))break}return ht=y,At(u,f)}function Wc(){let i=J();return A(p.createJsxAttributes(g_(13,js)),i)}function Gc(i){let u=J();if(L(30),d()===32)return B_(),A(p.createJsxOpeningFragment(),u);let f=po(),y=_t&524288?void 0:ha(),w=Wc(),E;return d()===32?(B_(),E=p.createJsxOpeningElement(f,y,w)):(L(44),L(32,void 0,!1)&&(i?B():B_()),E=p.createJsxSelfClosingElement(f,y,w)),A(E,u)}function po(){let i=J(),u=Vc();if(i1(u))return u;let f=u;for(;Fe(25);)f=A(oe(f,Vn(!0,!1,!1)),i);return f}function Vc(){let i=J();dn();let u=d()===110,f=Wn();return Fe(59)?(dn(),A(p.createJsxNamespacedName(f,Wn()),i)):u?A(p.createToken(110),i):f}function Fs(i){let u=J();if(!L(19))return;let f,y;return d()!==20&&(i||(f=pt(26)),y=St()),i?L(20):L(20,void 0,!1)&&B_(),A(p.createJsxExpression(f,y),u)}function js(){if(d()===19)return $c();let i=J();return A(p.createJsxAttribute(Hc(),mo()),i)}function mo(){if(d()===64){if(mr()===11)return K_();if(d()===19)return Fs(!0);if(d()===30)return Tr(!0);Ae(C.or_JSX_element_expected)}}function Hc(){let i=J();dn();let u=Wn();return Fe(59)?(dn(),A(p.createJsxNamespacedName(u,Wn()),i)):u}function $c(){let i=J();L(19),L(26);let u=St();return L(20),A(p.createJsxSpreadAttribute(u),i)}function Js(i,u){let f=J();L(31);let y=po();return L(32,void 0,!1)&&(u||!rr(i.tagName,y)?B():B_()),A(p.createJsxClosingElement(y),f)}function Qc(i){let u=J();return L(31),L(32,C.Expected_corresponding_closing_tag_for_JSX_fragment,!1)&&(i?B():B_()),A(p.createJsxJsxClosingFragment(),u)}function Ms(){q.assert(st!==1,"Type assertions should never be parsed in JSX; they should be parsed as comparisons or JSX elements/fragments.");let i=J();L(30);let u=it();L(32);let f=gn();return A(p.createTypeAssertion(u,f),i)}function Yc(){return B(),Tt(d())||d()===23||b_()}function Os(){return d()===29&&W(Yc)}function fo(i){if(i.flags&64)return!0;if(Gl(i)){let u=i.expression;for(;Gl(u)&&!(u.flags&64);)u=u.expression;if(u.flags&64){for(;Gl(i);)i.flags|=64,i=i.expression;return!0}}return!1}function Ls(i,u,f){let y=Vn(!0,!0,!0),w=f||fo(u),E=w?Ie(u,f,y):oe(u,y);if(w&&Xr(E.name)&&o_(E.name,C.An_optional_chain_cannot_contain_private_identifiers),Ag(u)&&u.typeArguments){let $=u.typeArguments.pos-1,se=wn(He,u.typeArguments.end)+1;nt($,se,C.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return A(E,i)}function Zc(i,u,f){let y;if(d()===24)y=zt(80,!0,C.An_element_access_expression_should_take_an_argument);else{let E=ot(St);cc(E)&&(E.text=Pn(E.text)),y=E}L(24);let w=f||fo(u)?le(u,f,y):X(u,y);return A(w,i)}function t_(i,u,f){for(;;){let y,w=!1;if(f&&Os()?(y=z_(29),w=Tt(d())):w=Fe(25),w){u=Ls(i,u,y);continue}if((y||!Ye())&&Fe(23)){u=Zc(i,u,y);continue}if(b_()){u=!y&&u.kind===233?Jn(i,u.expression,y,u.typeArguments):Jn(i,u,y,void 0);continue}if(!y){if(d()===54&&!n.hasPrecedingLineBreak()){B(),u=A(p.createNonNullExpression(u),i);continue}let E=ue(sa);if(E){u=A(p.createExpressionWithTypeArguments(u,E),i);continue}}return u}}function b_(){return d()===15||d()===16}function Jn(i,u,f,y){let w=p.createTaggedTemplateExpression(u,y,d()===15?(yt(!0),K_()):Zr(!0));return(f||u.flags&64)&&(w.flags|=64),w.questionDotToken=f,A(w,i)}function ho(i,u){for(;;){u=t_(i,u,!0);let f,y=pt(29);if(y&&(f=ue(sa),b_())){u=Jn(i,u,y,f);continue}if(f||d()===21){!y&&u.kind===233&&(f=u.typeArguments,u=u.expression);let w=Rs(),E=y||fo(u)?dt(u,y,f,w):V(u,f,w);u=A(E,i);continue}if(y){let w=zt(80,!1,C.Identifier_expected);u=A(Ie(u,y,w),i)}break}return u}function Rs(){L(21);let i=l_(11,Bs);return L(22),i}function sa(){if(_t&524288||Pt()!==30)return;B();let i=l_(20,it);if(We()===32)return B(),i&&eu()?i:void 0}function eu(){switch(d()){case 21:case 15:case 16:return!0;case 30:case 32:case 40:case 41:return!1}return n.hasPrecedingLineBreak()||Ss()||!hn()}function yo(){switch(d()){case 15:n.getTokenFlags()&26656&&yt(!1);case 9:case 10:case 11:return K_();case 110:case 108:case 106:case 112:case 97:return Bt();case 21:return tu();case 23:return zs();case 19:return go();case 134:if(!W(nl))break;return bo();case 60:return vl();case 86:return wu();case 100:return bo();case 105:return Xs();case 44:case 69:if(Et()===14)return K_();break;case 16:return Zr(!1);case 81:return Vr()}return wt(C.Expression_expected)}function tu(){let i=J(),u=F();L(21);let f=ot(St);return L(22),Ee(A(m_(f),i),u)}function qs(){let i=J();L(26);let u=Rt(!0);return A(p.createSpreadElement(u),i)}function Us(){return d()===26?qs():d()===28?A(p.createOmittedExpression(),J()):Rt(!0)}function Bs(){return Dt(o,Us)}function zs(){let i=J(),u=n.getTokenStart(),f=L(23),y=n.hasPrecedingLineBreak(),w=l_(15,Us);return En(23,24,f,u),A(fe(w,y),i)}function Ks(){let i=J(),u=F();if(pt(26)){let Z=Rt(!0);return Ee(A(p.createSpreadAssignment(Z),i),u)}let f=v_(!0);if(Gn(139))return On(i,u,f,177,0);if(Gn(153))return On(i,u,f,178,0);let y=pt(42),w=ve(),E=Nn(),$=pt(58),se=pt(54);if(y||d()===21||d()===30)return Ao(i,u,f,y,E,$,se);let te;if(w&&d()!==59){let Z=pt(64),pe=Z?ot(()=>Rt(!0)):void 0;te=p.createShorthandPropertyAssignment(E,pe),te.equalsToken=Z}else{L(59);let Z=ot(()=>Rt(!0));te=p.createPropertyAssignment(E,Z)}return te.modifiers=f,te.questionToken=$,te.exclamationToken=se,Ee(A(te,i),u)}function go(){let i=J(),u=n.getTokenStart(),f=L(19),y=n.hasPrecedingLineBreak(),w=l_(12,Ks,!0);return En(19,20,f,u),A(j(w,y),i)}function bo(){let i=Ye();Qe(!1);let u=J(),f=F(),y=v_(!1);L(100);let w=pt(42),E=w?1:0,$=Xt(y,zl)?2:0,se=E&&$?ee(Sr):E?U_(Sr):$?R(Sr):Sr(),te=c_(),Z=X_(E|$),pe=P_(59,!1),Re=la(E|$);Qe(i);let Je=p.createFunctionExpression(y,w,se,te,Z,pe,Re);return Ee(A(Je,u),f)}function Sr(){return Ue()?Oa():void 0}function Xs(){let i=J();if(L(105),Fe(25)){let E=Mt();return A(p.createMetaProperty(105,E),i)}let u=J(),f=t_(u,yo(),!1),y;f.kind===233&&(y=f.typeArguments,f=f.expression),d()===29&&Ae(C.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,Ho(He,f));let w=d()===21?Rs():void 0;return A($_(f,y,w),i)}function Mn(i,u){let f=J(),y=F(),w=n.getTokenStart(),E=L(19,u);if(E||i){let $=n.hasPrecedingLineBreak(),se=g_(1,Ht);En(19,20,E,w);let te=Ee(A(Q_(se,$),f),y);return d()===64&&(Ae(C.Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses),B()),te}else{let $=rn();return Ee(A(Q_($,void 0),f),y)}}function la(i,u){let f=ke();$e(!!(i&1));let y=Xe();at(!!(i&2));let w=Lt;Lt=!1;let E=Ye();E&&Qe(!1);let $=Mn(!!(i&16),u);return E&&Qe(!0),Lt=w,$e(f),at(y),$}function Ws(){let i=J(),u=F();return L(27),Ee(A(p.createEmptyStatement(),i),u)}function _u(){let i=J(),u=F();L(101);let f=n.getTokenStart(),y=L(21),w=ot(St);En(21,22,y,f);let E=Ht(),$=Fe(93)?Ht():void 0;return Ee(A(ze(w,E,$),i),u)}function Gs(){let i=J(),u=F();L(92);let f=Ht();L(117);let y=n.getTokenStart(),w=L(21),E=ot(St);return En(21,22,w,y),Fe(27),Ee(A(p.createDoStatement(f,E),i),u)}function nu(){let i=J(),u=F();L(117);let f=n.getTokenStart(),y=L(21),w=ot(St);En(21,22,y,f);let E=Ht();return Ee(A(Y_(w,E),i),u)}function Vs(){let i=J(),u=F();L(99);let f=pt(135);L(21);let y;d()!==27&&(d()===115||d()===121||d()===87||d()===160&&W(ol)||d()===135&&W(il)?y=Co(!0):y=Xn(St));let w;if(f?L(165):Fe(165)){let E=ot(()=>Rt(!0));L(22),w=It(f,y,E,Ht())}else if(Fe(103)){let E=ot(St);L(22),w=p.createForInStatement(y,E,Ht())}else{L(27);let E=d()!==27&&d()!==22?ot(St):void 0;L(27);let $=d()!==22?ot(St):void 0;L(22),w=Cn(y,E,$,Ht())}return Ee(A(w,i),u)}function Hs(i){let u=J(),f=F();L(i===252?83:88);let y=tn()?void 0:wt();Vt();let w=i===252?p.createBreakStatement(y):p.createContinueStatement(y);return Ee(A(w,u),f)}function $s(){let i=J(),u=F();L(107);let f=tn()?void 0:ot(St);return Vt(),Ee(A(p.createReturnStatement(f),i),u)}function ru(){let i=J(),u=F();L(118);let f=n.getTokenStart(),y=L(21),w=ot(St);En(21,22,y,f);let E=vt(67108864,Ht);return Ee(A(p.createWithStatement(w,E),i),u)}function Qs(){let i=J(),u=F();L(84);let f=ot(St);L(59);let y=g_(3,Ht);return Ee(A(p.createCaseClause(f,y),i),u)}function au(){let i=J();L(90),L(59);let u=g_(3,Ht);return A(p.createDefaultClause(u),i)}function ou(){return d()===84?Qs():au()}function Ys(){let i=J();L(19);let u=g_(2,ou);return L(20),A(p.createCaseBlock(u),i)}function iu(){let i=J(),u=F();L(109),L(21);let f=ot(St);L(22);let y=Ys();return Ee(A(p.createSwitchStatement(f,y),i),u)}function Zs(){let i=J(),u=F();L(111);let f=n.hasPrecedingLineBreak()?void 0:ot(St);return f===void 0&&(h_++,f=A(ae(""),J())),Gr()||xt(f),Ee(A(p.createThrowStatement(f),i),u)}function su(){let i=J(),u=F();L(113);let f=Mn(!1),y=d()===85?el():void 0,w;return(!y||d()===98)&&(L(98,C.catch_or_finally_expected),w=Mn(!1)),Ee(A(p.createTryStatement(f,y,w),i),u)}function el(){let i=J();L(85);let u;Fe(21)?(u=ko(),L(22)):u=void 0;let f=Mn(!1);return A(p.createCatchClause(u,f),i)}function lu(){let i=J(),u=F();return L(89),Vt(),Ee(A(p.createDebuggerStatement(),i),u)}function tl(){let i=J(),u=F(),f,y=d()===21,w=ot(St);return tt(w)&&Fe(59)?f=p.createLabeledStatement(w,Ht()):(Gr()||xt(w),f=A_(w),y&&(u=!1)),Ee(A(f,i),u)}function vo(){return B(),Tt(d())&&!n.hasPrecedingLineBreak()}function _l(){return B(),d()===86&&!n.hasPrecedingLineBreak()}function nl(){return B(),d()===100&&!n.hasPrecedingLineBreak()}function xo(){return B(),(Tt(d())||d()===9||d()===10||d()===11)&&!n.hasPrecedingLineBreak()}function cu(){for(;;)switch(d()){case 115:case 121:case 87:case 100:case 86:case 94:return!0;case 160:return To();case 135:return ca();case 120:case 156:return Rc();case 144:case 145:return cl();case 128:case 129:case 134:case 138:case 123:case 124:case 125:case 148:let i=d();if(B(),n.hasPrecedingLineBreak())return!1;if(i===138&&d()===156)return!0;continue;case 162:return B(),d()===19||d()===80||d()===95;case 102:return B(),d()===11||d()===42||d()===19||Tt(d());case 95:let u=B();if(u===156&&(u=W(B)),u===64||u===42||u===19||u===90||u===130||u===60)return!0;continue;case 126:B();continue;default:return!1}}function kr(){return W(cu)}function rl(){switch(d()){case 60:case 27:case 19:case 115:case 121:case 160:case 100:case 86:case 94:case 101:case 92:case 117:case 99:case 88:case 83:case 107:case 118:case 109:case 111:case 113:case 89:case 85:case 98:return!0;case 102:return kr()||W(Gi);case 87:case 95:return kr();case 134:case 138:case 120:case 144:case 145:case 156:case 162:return!0;case 129:case 125:case 123:case 124:case 126:case 148:return kr()||!W(vo);default:return hn()}}function al(){return B(),Ue()||d()===19||d()===23}function uu(){return W(al)}function ol(){return wo(!0)}function wo(i){return B(),i&&d()===165?!1:(Ue()||d()===19)&&!n.hasPrecedingLineBreak()}function To(){return W(wo)}function il(i){return B()===160?wo(i):!1}function ca(){return W(il)}function Ht(){switch(d()){case 27:return Ws();case 19:return Mn(!1);case 115:return Yn(J(),F(),void 0);case 121:if(uu())return Yn(J(),F(),void 0);break;case 135:if(ca())return Yn(J(),F(),void 0);break;case 160:if(To())return Yn(J(),F(),void 0);break;case 100:return ml(J(),F(),void 0);case 86:return xl(J(),F(),void 0);case 101:return _u();case 92:return Gs();case 117:return nu();case 99:return Vs();case 88:return Hs(251);case 83:return Hs(252);case 107:return $s();case 118:return ru();case 109:return iu();case 111:return Zs();case 113:case 85:case 98:return su();case 89:return lu();case 60:return sl();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(kr())return sl();break}return tl()}function So(i){return i.kind===138}function sl(){let i=J(),u=F(),f=v_(!0);if(Xt(f,So)){let y=ua(i);if(y)return y;for(let w of f)w.flags|=33554432;return vt(33554432,()=>ll(i,u,f))}else return ll(i,u,f)}function ua(i){return vt(33554432,()=>{let u=Qr(ht,i);if(u)return bi(u)})}function ll(i,u,f){switch(d()){case 115:case 121:case 87:case 160:case 135:return Yn(i,u,f);case 100:return ml(i,u,f);case 86:return xl(i,u,f);case 120:return Sl(i,u,f);case 156:return Au(i,u,f);case 94:return Po(i,u,f);case 162:case 144:case 145:return Eu(i,u,f);case 102:return Iu(i,u,f);case 95:switch(B(),d()){case 90:case 64:return Il(i,u,f);case 130:return Nu(i,u,f);default:return Uu(i,u,f)}default:if(f){let y=zt(282,!0,C.Declaration_expected);return fp(y,i),y.modifiers=f,y}return}}function pu(){return B()===11}function du(){return B(),d()===161||d()===64}function cl(){return B(),!n.hasPrecedingLineBreak()&&(ve()||d()===11)}function pa(i,u){if(d()!==19){if(i&4){_a();return}if(tn()){Vt();return}}return la(i,u)}function ul(){let i=J();if(d()===28)return A(p.createOmittedExpression(),i);let u=pt(26),f=Cr(),y=yn();return A(p.createBindingElement(u,void 0,f,y),i)}function mu(){let i=J(),u=pt(26),f=Ue(),y=Nn(),w;f&&d()!==59?(w=y,y=void 0):(L(59),w=Cr());let E=yn();return A(p.createBindingElement(u,y,w,E),i)}function pl(){let i=J();L(19);let u=ot(()=>l_(9,mu));return L(20),A(p.createObjectBindingPattern(u),i)}function fu(){let i=J();L(23);let u=ot(()=>l_(10,ul));return L(24),A(p.createArrayBindingPattern(u),i)}function da(){return d()===19||d()===23||d()===81||Ue()}function Cr(i){return d()===23?fu():d()===19?pl():Oa(i)}function dl(){return ko(!0)}function ko(i){let u=J(),f=F(),y=Cr(C.Private_identifiers_are_not_allowed_in_variable_declarations),w;i&&y.kind===80&&d()===54&&!n.hasPrecedingLineBreak()&&(w=Bt());let E=fn(),$=Ts(d())?void 0:yn(),se=M_(y,w,E,$);return Ee(A(se,u),f)}function Co(i){let u=J(),f=0;switch(d()){case 115:break;case 121:f|=1;break;case 87:f|=2;break;case 160:f|=4;break;case 135:q.assert(ca()),f|=6,B();break;default:q.fail()}B();let y;if(d()===165&&W(hu))y=rn();else{let w=ge();we(i),y=l_(8,i?ko:dl),we(w)}return A(D_(y,f),u)}function hu(){return yr()&&B()===22}function Yn(i,u,f){let y=Co(!1);Vt();let w=f_(f,y);return Ee(A(w,i),u)}function ml(i,u,f){let y=Xe(),w=F_(f);L(100);let E=pt(42),$=w&2048?Sr():Oa(),se=E?1:0,te=w&1024?2:0,Z=c_();w&32&&at(!0);let pe=X_(se|te),Re=P_(59,!1),Je=pa(se|te,C.or_expected);at(y);let De=p.createFunctionDeclaration(f,E,$,Z,pe,Re,Je);return Ee(A(De,i),u)}function fl(){if(d()===137)return L(137);if(d()===11&&W(B)===21)return ue(()=>{let i=K_();return i.text==="constructor"?i:void 0})}function yu(i,u,f){return ue(()=>{if(fl()){let y=c_(),w=X_(0),E=P_(59,!1),$=pa(0,C.or_expected),se=p.createConstructorDeclaration(f,w,$);return se.typeParameters=y,se.type=E,Ee(A(se,i),u)}})}function Ao(i,u,f,y,w,E,$,se){let te=y?1:0,Z=Xt(f,zl)?2:0,pe=c_(),Re=X_(te|Z),Je=P_(59,!1),De=pa(te|Z,se),__=p.createMethodDeclaration(f,y,w,E,pe,Re,Je,De);return __.exclamationToken=$,Ee(A(__,i),u)}function hl(i,u,f,y,w){let E=!w&&!n.hasPrecedingLineBreak()?pt(54):void 0,$=fn(),se=Dt(90112,yn);dc(y,$,se);let te=p.createPropertyDeclaration(f,y,w||E,$,se);return Ee(A(te,i),u)}function ma(i,u,f){let y=pt(42),w=Nn(),E=pt(58);return y||d()===21||d()===30?Ao(i,u,f,y,w,E,void 0,C.or_expected):hl(i,u,f,w,E)}function On(i,u,f,y,w){let E=Nn(),$=c_(),se=X_(0),te=P_(59,!1),Z=pa(w),pe=y===177?p.createGetAccessorDeclaration(f,E,se,te,Z):p.createSetAccessorDeclaration(f,E,se,Z);return pe.typeParameters=$,oc(pe)&&(pe.type=te),Ee(A(pe,i),u)}function gu(){let i;if(d()===60)return!0;for(;Un(d());){if(i=d(),H0(i))return!0;B()}if(d()===42||(mn()&&(i=d(),B()),d()===23))return!0;if(i!==void 0){if(!or(i)||i===153||i===139)return!0;switch(d()){case 21:case 30:case 54:case 59:case 64:case 58:return!0;default:return tn()}}return!1}function yl(i,u,f){z_(126);let y=bu(),w=Ee(A(p.createClassStaticBlockDeclaration(y),i),u);return w.modifiers=f,w}function bu(){let i=ke(),u=Xe();$e(!1),at(!0);let f=Mn(!1);return $e(i),at(u),f}function vu(){if(Xe()&&d()===135){let i=J(),u=wt(C.Expression_expected);B();let f=t_(i,u,!0);return ho(i,f)}return wr()}function Do(){let i=J();if(!Fe(60))return;let u=dr(vu);return A(p.createDecorator(u),i)}function gl(i,u,f){let y=J(),w=d();if(d()===87&&u){if(!ue(La))return}else if(f&&d()===126&&W(Dl)||i&&d()===126||!mi())return;return A(he(w),y)}function v_(i,u,f){let y=J(),w,E,$,se=!1,te=!1,Z=!1;if(i&&d()===60)for(;E=Do();)w=T_(w,E);for(;$=gl(se,u,f);)$.kind===126&&(se=!0),w=T_(w,$),te=!0;if(te&&i&&d()===60)for(;E=Do();)w=T_(w,E),Z=!0;if(Z)for(;$=gl(se,u,f);)$.kind===126&&(se=!0),w=T_(w,$);return w&&At(w,y)}function bl(){let i;if(d()===134){let u=J();B();let f=A(he(134),u);i=At([f],u)}return i}function xu(){let i=J(),u=F();if(d()===27)return B(),Ee(A(p.createSemicolonClassElement(),i),u);let f=v_(!0,!0,!0);if(d()===126&&W(Dl))return yl(i,u,f);if(Gn(139))return On(i,u,f,177,0);if(Gn(153))return On(i,u,f,178,0);if(d()===137||d()===11){let y=yu(i,u,f);if(y)return y}if(jn())return Za(i,u,f);if(Tt(d())||d()===11||d()===9||d()===10||d()===42||d()===23)if(Xt(f,So)){for(let y of f)y.flags|=33554432;return vt(33554432,()=>ma(i,u,f))}else return ma(i,u,f);if(f){let y=zt(80,!0,C.Declaration_expected);return hl(i,u,f,y,void 0)}return q.fail("Should not have attempted to parse class member declaration.")}function vl(){let i=J(),u=F(),f=v_(!0);if(d()===86)return fa(i,u,f,231);let y=zt(282,!0,C.Expression_expected);return fp(y,i),y.modifiers=f,y}function wu(){return fa(J(),F(),void 0,231)}function xl(i,u,f){return fa(i,u,f,263)}function fa(i,u,f,y){let w=Xe();L(86);let E=Tu(),$=c_();Xt(f,V2)&&at(!0);let se=Eo(),te;L(19)?(te=Tl(),L(20)):te=rn(),at(w);let Z=y===263?p.createClassDeclaration(f,E,$,se,te):p.createClassExpression(f,E,$,se,te);return Ee(A(Z,i),u)}function Tu(){return Ue()&&!Su()?_n(Ue()):void 0}function Su(){return d()===119&&W(xc)}function Eo(){if(wl())return g_(22,ku)}function ku(){let i=J(),u=d();q.assert(u===96||u===119),B();let f=l_(7,Cu);return A(p.createHeritageClause(u,f),i)}function Cu(){let i=J(),u=wr();if(u.kind===233)return u;let f=ha();return A(p.createExpressionWithTypeArguments(u,f),i)}function ha(){return d()===30?In(20,it,30,32):void 0}function wl(){return d()===96||d()===119}function Tl(){return g_(5,xu)}function Sl(i,u,f){L(120);let y=wt(),w=c_(),E=Eo(),$=Hi(),se=p.createInterfaceDeclaration(f,y,w,E,$);return Ee(A(se,i),u)}function Au(i,u,f){L(156),n.hasPrecedingLineBreak()&&Ae(C.Line_break_not_permitted_here);let y=wt(),w=c_();L(64);let E=d()===141&&ue(ts)||it();Vt();let $=p.createTypeAliasDeclaration(f,y,w,E);return Ee(A($,i),u)}function Du(){let i=J(),u=F(),f=Nn(),y=ot(yn);return Ee(A(p.createEnumMember(f,y),i),u)}function Po(i,u,f){L(94);let y=wt(),w;L(19)?(w=Te(()=>l_(6,Du)),L(20)):w=rn();let E=p.createEnumDeclaration(f,y,w);return Ee(A(E,i),u)}function kl(){let i=J(),u;return L(19)?(u=g_(1,Ht),L(20)):u=rn(),A(p.createModuleBlock(u),i)}function No(i,u,f,y){let w=y&32,E=y&8?Mt():wt(),$=Fe(25)?No(J(),!1,void 0,8|w):kl(),se=p.createModuleDeclaration(f,E,$,y);return Ee(A(se,i),u)}function Cl(i,u,f){let y=0,w;d()===162?(w=wt(),y|=2048):(w=K_(),w.text=Pn(w.text));let E;d()===19?E=kl():Vt();let $=p.createModuleDeclaration(f,w,E,y);return Ee(A($,i),u)}function Eu(i,u,f){let y=0;if(d()===162)return Cl(i,u,f);if(Fe(145))y|=32;else if(L(144),d()===11)return Cl(i,u,f);return No(i,u,f,y)}function Pu(){return d()===149&&W(Al)}function Al(){return B()===21}function Dl(){return B()===19}function Io(){return B()===44}function Nu(i,u,f){L(130),L(145);let y=wt();Vt();let w=p.createNamespaceExportDeclaration(y);return w.modifiers=f,Ee(A(w,i),u)}function Iu(i,u,f){L(102);let y=n.getTokenFullStart(),w;ve()&&(w=wt());let E=!1;if((w==null?void 0:w.escapedText)==="type"&&(d()!==161||ve()&&W(du))&&(ve()||ju())&&(E=!0,w=ve()?wt():void 0),w&&!Ln())return Ju(i,u,f,w,E);let $=Zn(w,y,E),se=Dr(),te=El();Vt();let Z=p.createImportDeclaration(f,$,se,te);return Ee(A(Z,i),u)}function Zn(i,u,f,y=!1){let w;return(i||d()===42||d()===19)&&(w=Mu(i,u,f,y),L(161)),w}function El(){let i=d();if((i===118||i===132)&&!n.hasPrecedingLineBreak())return Fo(i)}function Fu(){let i=J(),u=Tt(d())?Mt():Hn(11);L(59);let f=Rt(!0);return A(p.createImportAttribute(u,f),i)}function Fo(i,u){let f=J();u||L(i);let y=n.getTokenStart();if(L(19)){let w=n.hasPrecedingLineBreak(),E=l_(24,Fu,!0);if(!L(20)){let $=Rr(rt);$&&$.code===C._0_expected.code&&ql($,va(Ft,He,y,1,C.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return A(p.createImportAttributes(E,w,i),f)}else{let w=At([],J(),void 0,!1);return A(p.createImportAttributes(w,!1,i),f)}}function ju(){return d()===42||d()===19}function Ln(){return d()===28||d()===161}function Ju(i,u,f,y,w){L(64);let E=Ou();Vt();let $=p.createImportEqualsDeclaration(f,w,y,E);return Ee(A($,i),u)}function Mu(i,u,f,y){let w;return(!i||Fe(28))&&(y&&n.setSkipJsDocLeadingAsterisks(!0),w=d()===42?Lu():Pl(275),y&&n.setSkipJsDocLeadingAsterisks(!1)),A(p.createImportClause(f,i,w),u)}function Ou(){return Pu()?Ar():Fn(!1)}function Ar(){let i=J();L(149),L(21);let u=Dr();return L(22),A(p.createExternalModuleReference(u),i)}function Dr(){if(d()===11){let i=K_();return i.text=Pn(i.text),i}else return St()}function Lu(){let i=J();L(42),L(130);let u=wt();return A(p.createNamespaceImport(u),i)}function jo(){return Tt(d())||d()===11}function er(i){return d()===11?K_():i()}function Pl(i){let u=J(),f=i===275?p.createNamedImports(In(23,tr,19,20)):p.createNamedExports(In(23,Ru,19,20));return A(f,u)}function Ru(){let i=F();return Ee(Nl(281),i)}function tr(){return Nl(276)}function Nl(i){let u=J(),f=or(d())&&!ve(),y=n.getTokenStart(),w=n.getTokenEnd(),E=!1,$,se=!0,te=er(Mt);if(te.kind===80&&te.escapedText==="type")if(d()===130){let Re=Mt();if(d()===130){let Je=Mt();jo()?(E=!0,$=Re,te=er(pe),se=!1):($=te,te=Je,se=!1)}else jo()?($=te,se=!1,te=er(pe)):(E=!0,te=Re)}else jo()&&(E=!0,te=er(pe));se&&d()===130&&($=te,L(130),te=er(pe)),i===276&&(te.kind!==80?(nt(wn(He,te.pos),te.end,C.Identifier_expected),te=cr(zt(80,!1),te.pos,te.pos)):f&&nt(y,w,C.Identifier_expected));let Z=i===276?p.createImportSpecifier(E,$,te):p.createExportSpecifier(E,$,te);return A(Z,u);function pe(){return f=or(d())&&!ve(),y=n.getTokenStart(),w=n.getTokenEnd(),Mt()}}function qu(i){return A(p.createNamespaceExport(er(Mt)),i)}function Uu(i,u,f){let y=Xe();at(!0);let w,E,$,se=Fe(156),te=J();Fe(42)?(Fe(130)&&(w=qu(te)),L(161),E=Dr()):(w=Pl(279),(d()===161||d()===11&&!n.hasPrecedingLineBreak())&&(L(161),E=Dr()));let Z=d();E&&(Z===118||Z===132)&&!n.hasPrecedingLineBreak()&&($=Fo(Z)),Vt(),at(y);let pe=p.createExportDeclaration(f,se,w,E,$);return Ee(A(pe,i),u)}function Il(i,u,f){let y=Xe();at(!0);let w;Fe(64)?w=!0:L(90);let E=Rt(!0);Vt(),at(y);let $=p.createExportAssignment(f,w,E);return Ee(A($,i),u)}let Jo;(i=>{i[i.SourceElements=0]="SourceElements",i[i.BlockStatements=1]="BlockStatements",i[i.SwitchClauses=2]="SwitchClauses",i[i.SwitchClauseStatements=3]="SwitchClauseStatements",i[i.TypeMembers=4]="TypeMembers",i[i.ClassMembers=5]="ClassMembers",i[i.EnumMembers=6]="EnumMembers",i[i.HeritageClauseElement=7]="HeritageClauseElement",i[i.VariableDeclarations=8]="VariableDeclarations",i[i.ObjectBindingElements=9]="ObjectBindingElements",i[i.ArrayBindingElements=10]="ArrayBindingElements",i[i.ArgumentExpressions=11]="ArgumentExpressions",i[i.ObjectLiteralMembers=12]="ObjectLiteralMembers",i[i.JsxAttributes=13]="JsxAttributes",i[i.JsxChildren=14]="JsxChildren",i[i.ArrayLiteralMembers=15]="ArrayLiteralMembers",i[i.Parameters=16]="Parameters",i[i.JSDocParameters=17]="JSDocParameters",i[i.RestProperties=18]="RestProperties",i[i.TypeParameters=19]="TypeParameters",i[i.TypeArguments=20]="TypeArguments",i[i.TupleElementTypes=21]="TupleElementTypes",i[i.HeritageClauses=22]="HeritageClauses",i[i.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",i[i.ImportAttributes=24]="ImportAttributes",i[i.JSDocComment=25]="JSDocComment",i[i.Count=26]="Count"})(Jo||(Jo={}));let Mo;(i=>{i[i.False=0]="False",i[i.True=1]="True",i[i.Unknown=2]="Unknown"})(Mo||(Mo={}));let Fl;(i=>{function u(Z,pe,Re){L_("file.js",Z,99,void 0,1,0),n.setText(Z,pe,Re),lt=n.scan();let Je=f(),De=ie("file.js",99,1,!1,[],he(1),0,$l),__=Nr(rt,De);return Ot&&(De.jsDocDiagnostics=Nr(Ot,De)),R_(),Je?{jsDocTypeExpression:Je,diagnostics:__}:void 0}i.parseJSDocTypeExpressionForTests=u;function f(Z){let pe=J(),Re=(Z?Fe:L)(19),Je=vt(16777216,Ha);(!Z||Re)&&ui(20);let De=p.createJSDocTypeExpression(Je);return O(De),A(De,pe)}i.parseJSDocTypeExpression=f;function y(){let Z=J(),pe=Fe(19),Re=J(),Je=Fn(!1);for(;d()===81;)Gt(),Ze(),Je=A(p.createJSDocMemberName(Je,wt()),Re);pe&&ui(20);let De=p.createJSDocNameReference(Je);return O(De),A(De,Z)}i.parseJSDocNameReference=y;function w(Z,pe,Re){L_("",Z,99,void 0,1,0);let Je=vt(16777216,()=>te(pe,Re)),De=Nr(rt,{languageVariant:0,text:Z});return R_(),Je?{jsDoc:Je,diagnostics:De}:void 0}i.parseIsolatedJSDocComment=w;function E(Z,pe,Re){let Je=lt,De=rt.length,__=e_,u_=vt(16777216,()=>te(pe,Re));return Zp(u_,Z),_t&524288&&(Ot||(Ot=[]),k_(Ot,rt,De)),lt=Je,rt.length=De,e_=__,u_}i.parseJSDocComment=E;let $;(Z=>{Z[Z.BeginningOfLine=0]="BeginningOfLine",Z[Z.SawAsterisk=1]="SawAsterisk",Z[Z.SavingComments=2]="SavingComments",Z[Z.SavingBackticks=3]="SavingBackticks"})($||($={}));let se;(Z=>{Z[Z.Property=1]="Property",Z[Z.Parameter=2]="Parameter",Z[Z.CallbackParameter=4]="CallbackParameter"})(se||(se={}));function te(Z=0,pe){let Re=He,Je=pe===void 0?Re.length:Z+pe;if(pe=Je-Z,q.assert(Z>=0),q.assert(Z<=Je),q.assert(Je<=Re.length),!pb(Re,Z))return;let De,__,u_,$t,an,N_=[],Rn=[],Bu=ht;ht|=1<<25;let Pe=n.scanRange(Z+3,pe-5,et);return ht=Bu,Pe;function et(){let I=1,G,H=Z-(Re.lastIndexOf(`
15
+ `,Z)+1)+4;function ne(qe){G||(G=H),N_.push(qe),H+=qe.length}for(Ze();Pr(5););Pr(4)&&(I=0,H=0);e:for(;;){switch(d()){case 60:ya(N_),an||(an=J()),de(U(H)),I=0,G=void 0;break;case 4:N_.push(n.getTokenText()),I=0,H=0;break;case 42:let qe=n.getTokenText();I===1?(I=2,ne(qe)):(q.assert(I===0),I=1,H+=qe.length);break;case 5:q.assert(I!==2,"whitespace shouldn't come from the scanner while saving top-level comment text");let ct=n.getTokenText();G!==void 0&&H+ct.length>G&&N_.push(ct.slice(G-H)),H+=ct.length;break;case 1:break e;case 82:I=2,ne(n.getTokenValue());break;case 19:I=2;let p_=n.getTokenFullStart(),n_=n.getTokenEnd()-1,Yt=a(n_);if(Yt){$t||on(N_),Rn.push(A(p.createJSDocText(N_.join("")),$t??Z,p_)),Rn.push(Yt),N_=[],$t=n.getTokenEnd();break}default:I=2,ne(n.getTokenText());break}I===2?Ke(!1):Ze()}let _e=N_.join("").trimEnd();Rn.length&&_e.length&&Rn.push(A(p.createJSDocText(_e),$t??Z,an)),Rn.length&&De&&q.assertIsDefined(an,"having parsed tags implies that the end of the comment span should be set");let Ne=De&&At(De,__,u_);return A(p.createJSDocComment(Rn.length?At(Rn,Z,an):_e.length?_e:void 0,Ne),Z,Je)}function on(I){for(;I.length&&(I[0]===`
16
+ `||I[0]==="\r");)I.shift()}function ya(I){for(;I.length;){let G=I[I.length-1].trimEnd();if(G==="")I.pop();else if(G.length<I[I.length-1].length){I[I.length-1]=G;break}else break}}function jl(){for(;;){if(Ze(),d()===1)return!0;if(!(d()===5||d()===4))return!1}}function Nt(){if(!((d()===5||d()===4)&&W(jl)))for(;d()===5||d()===4;)Ze()}function bn(){if((d()===5||d()===4)&&W(jl))return"";let I=n.hasPrecedingLineBreak(),G=!1,H="";for(;I&&d()===42||d()===5||d()===4;)H+=n.getTokenText(),d()===4?(I=!0,G=!0,H=""):d()===42&&(I=!1),Ze();return G?H:""}function U(I){q.assert(d()===60);let G=n.getTokenStart();Ze();let H=_r(void 0),ne=bn(),_e;switch(H.escapedText){case"author":_e=M1(G,H,I,ne);break;case"implements":_e=L1(G,H,I,ne);break;case"augments":case"extends":_e=R1(G,H,I,ne);break;case"class":case"constructor":_e=Er(G,p.createJSDocClassTag,H,I,ne);break;case"public":_e=Er(G,p.createJSDocPublicTag,H,I,ne);break;case"private":_e=Er(G,p.createJSDocPrivateTag,H,I,ne);break;case"protected":_e=Er(G,p.createJSDocProtectedTag,H,I,ne);break;case"readonly":_e=Er(G,p.createJSDocReadonlyTag,H,I,ne);break;case"override":_e=Er(G,p.createJSDocOverrideTag,H,I,ne);break;case"deprecated":q_=!0,_e=Er(G,p.createJSDocDeprecatedTag,H,I,ne);break;case"this":_e=pd(G,H,I,ne);break;case"enum":_e=z1(G,H,I,ne);break;case"arg":case"argument":case"param":return W_(G,H,2,I);case"return":case"returns":_e=F1(G,H,I,ne);break;case"template":_e=md(G,H,I,ne);break;case"type":_e=cd(G,H,I,ne);break;case"typedef":_e=K1(G,H,I,ne);break;case"callback":_e=W1(G,H,I,ne);break;case"overload":_e=G1(G,H,I,ne);break;case"satisfies":_e=q1(G,H,I,ne);break;case"see":_e=j1(G,H,I,ne);break;case"exception":case"throws":_e=J1(G,H,I,ne);break;case"import":_e=U1(G,H,I,ne);break;default:_e=K(G,H,I,ne);break}return _e}function t(I,G,H,ne){return ne||(H+=G-I),r(H,ne.slice(H))}function r(I,G){let H=J(),ne=[],_e=[],Ne,qe=0,ct;function p_(G_){ct||(ct=I),ne.push(G_),I+=G_.length}G!==void 0&&(G!==""&&p_(G),qe=1);let n_=d();e:for(;;){switch(n_){case 4:qe=0,ne.push(n.getTokenText()),I=0;break;case 60:n.resetTokenState(n.getTokenEnd()-1);break e;case 1:break e;case 5:q.assert(qe!==2&&qe!==3,"whitespace shouldn't come from the scanner while saving comment text");let G_=n.getTokenText();ct!==void 0&&I+G_.length>ct&&(ne.push(G_.slice(ct-I)),qe=2),I+=G_.length;break;case 19:qe=2;let Jl=n.getTokenFullStart(),ba=n.getTokenEnd()-1,Ml=a(ba);Ml?(_e.push(A(p.createJSDocText(ne.join("")),Ne??H,Jl)),_e.push(Ml),ne=[],Ne=n.getTokenEnd()):p_(n.getTokenText());break;case 62:qe===3?qe=2:qe=3,p_(n.getTokenText());break;case 82:qe!==3&&(qe=2),p_(n.getTokenValue());break;case 42:if(qe===0){qe=1,I+=1;break}default:qe!==3&&(qe=2),p_(n.getTokenText());break}qe===2||qe===3?n_=Ke(qe===3):n_=Ze()}on(ne);let Yt=ne.join("").trimEnd();if(_e.length)return Yt.length&&_e.push(A(p.createJSDocText(Yt),Ne??H)),At(_e,H,n.getTokenEnd());if(Yt.length)return Yt}function a(I){let G=ue(m);if(!G)return;Ze(),Nt();let H=s(),ne=[];for(;d()!==20&&d()!==4&&d()!==1;)ne.push(n.getTokenText()),Ze();let _e=G==="link"?p.createJSDocLink:G==="linkcode"?p.createJSDocLinkCode:p.createJSDocLinkPlain;return A(_e(H,ne.join("")),I,n.getTokenEnd())}function s(){if(Tt(d())){let I=J(),G=Mt();for(;Fe(25);)G=A(p.createQualifiedName(G,d()===81?zt(80,!1):Mt()),I);for(;d()===81;)Gt(),Ze(),G=A(p.createJSDocMemberName(G,wt()),I);return G}}function m(){if(bn(),d()===19&&Ze()===60&&Tt(Ze())){let I=n.getTokenValue();if(x(I))return I}}function x(I){return I==="link"||I==="linkcode"||I==="linkplain"}function K(I,G,H,ne){return A(p.createJSDocUnknownTag(G,t(I,J(),H,ne)),I)}function de(I){I&&(De?De.push(I):(De=[I],__=I.pos),u_=I.end)}function Me(){return bn(),d()===19?f():void 0}function Qt(){let I=Pr(23);I&&Nt();let G=Pr(62),H=Z1();return G&&fc(62),I&&(Nt(),pt(64)&&St(),L(24)),{name:H,isBracketed:I}}function x_(I){switch(I.kind){case 151:return!0;case 188:return x_(I.elementType);default:return Xf(I)&&tt(I.typeName)&&I.typeName.escapedText==="Object"&&!I.typeArguments}}function W_(I,G,H,ne){let _e=Me(),Ne=!_e;bn();let{name:qe,isBracketed:ct}=Qt(),p_=bn();Ne&&!W(m)&&(_e=Me());let n_=t(I,J(),ne,p_),Yt=ga(_e,qe,H,ne);Yt&&(_e=Yt,Ne=!0);let G_=H===1?p.createJSDocPropertyTag(G,qe,ct,_e,Ne,n_):p.createJSDocParameterTag(G,qe,ct,_e,Ne,n_);return A(G_,I)}function ga(I,G,H,ne){if(I&&x_(I.type)){let _e=J(),Ne,qe;for(;Ne=ue(()=>Ku(H,ne,G));)Ne.kind===341||Ne.kind===348?qe=T_(qe,Ne):Ne.kind===345&&o_(Ne.tagName,C.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);if(qe){let ct=A(p.createJSDocTypeLiteral(qe,I.type.kind===188),_e);return A(p.createJSDocTypeExpression(ct),_e)}}}function F1(I,G,H,ne){Xt(De,Qg)&&nt(G.pos,n.getTokenStart(),C._0_tag_already_specified,_i(G.escapedText));let _e=Me();return A(p.createJSDocReturnTag(G,_e,t(I,J(),H,ne)),I)}function cd(I,G,H,ne){Xt(De,rd)&&nt(G.pos,n.getTokenStart(),C._0_tag_already_specified,_i(G.escapedText));let _e=f(!0),Ne=H!==void 0&&ne!==void 0?t(I,J(),H,ne):void 0;return A(p.createJSDocTypeTag(G,_e,Ne),I)}function j1(I,G,H,ne){let _e=d()===23||W(()=>Ze()===60&&Tt(Ze())&&x(n.getTokenValue()))?void 0:y(),Ne=H!==void 0&&ne!==void 0?t(I,J(),H,ne):void 0;return A(p.createJSDocSeeTag(G,_e,Ne),I)}function J1(I,G,H,ne){let _e=Me(),Ne=t(I,J(),H,ne);return A(p.createJSDocThrowsTag(G,_e,Ne),I)}function M1(I,G,H,ne){let _e=J(),Ne=O1(),qe=n.getTokenFullStart(),ct=t(I,qe,H,ne);ct||(qe=n.getTokenFullStart());let p_=typeof ct!="string"?At(Pp([A(Ne,_e,qe)],ct),_e):Ne.text+ct;return A(p.createJSDocAuthorTag(G,p_),I)}function O1(){let I=[],G=!1,H=n.getToken();for(;H!==1&&H!==4;){if(H===30)G=!0;else{if(H===60&&!G)break;if(H===32&&G){I.push(n.getTokenText()),n.resetTokenState(n.getTokenEnd());break}}I.push(n.getTokenText()),H=Ze()}return p.createJSDocText(I.join(""))}function L1(I,G,H,ne){let _e=ud();return A(p.createJSDocImplementsTag(G,_e,t(I,J(),H,ne)),I)}function R1(I,G,H,ne){let _e=ud();return A(p.createJSDocAugmentsTag(G,_e,t(I,J(),H,ne)),I)}function q1(I,G,H,ne){let _e=f(!1),Ne=H!==void 0&&ne!==void 0?t(I,J(),H,ne):void 0;return A(p.createJSDocSatisfiesTag(G,_e,Ne),I)}function U1(I,G,H,ne){let _e=n.getTokenFullStart(),Ne;ve()&&(Ne=wt());let qe=Zn(Ne,_e,!0,!0),ct=Dr(),p_=El(),n_=H!==void 0&&ne!==void 0?t(I,J(),H,ne):void 0;return A(p.createJSDocImportTag(G,qe,ct,p_,n_),I)}function ud(){let I=Fe(19),G=J(),H=B1();n.setSkipJsDocLeadingAsterisks(!0);let ne=ha();n.setSkipJsDocLeadingAsterisks(!1);let _e=p.createExpressionWithTypeArguments(H,ne),Ne=A(_e,G);return I&&L(20),Ne}function B1(){let I=J(),G=_r();for(;Fe(25);){let H=_r();G=A(oe(G,H),I)}return G}function Er(I,G,H,ne,_e){return A(G(H,t(I,J(),ne,_e)),I)}function pd(I,G,H,ne){let _e=f(!0);return Nt(),A(p.createJSDocThisTag(G,_e,t(I,J(),H,ne)),I)}function z1(I,G,H,ne){let _e=f(!0);return Nt(),A(p.createJSDocEnumTag(G,_e,t(I,J(),H,ne)),I)}function K1(I,G,H,ne){let _e=Me();bn();let Ne=zu();Nt();let qe=r(H),ct;if(!_e||x_(_e.type)){let n_,Yt,G_,Jl=!1;for(;(n_=ue(()=>H1(H)))&&n_.kind!==345;)if(Jl=!0,n_.kind===344)if(Yt){let ba=Ae(C.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);ba&&ql(ba,va(Ft,He,0,0,C.The_tag_was_first_specified_here));break}else Yt=n_;else G_=T_(G_,n_);if(Jl){let ba=_e&&_e.type.kind===188,Ml=p.createJSDocTypeLiteral(G_,ba);_e=Yt&&Yt.typeExpression&&!x_(Yt.typeExpression.type)?Yt.typeExpression:A(Ml,I),ct=_e.end}}ct=ct||qe!==void 0?J():(Ne??_e??G).end,qe||(qe=t(I,ct,H,ne));let p_=p.createJSDocTypedefTag(G,_e,Ne,qe);return A(p_,I,ct)}function zu(I){let G=n.getTokenStart();if(!Tt(d()))return;let H=_r();if(Fe(25)){let ne=zu(!0),_e=p.createModuleDeclaration(void 0,H,ne,I?8:void 0);return A(_e,G)}return I&&(H.flags|=4096),H}function X1(I){let G=J(),H,ne;for(;H=ue(()=>Ku(4,I));){if(H.kind===345){o_(H.tagName,C.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);break}ne=T_(ne,H)}return At(ne||[],G)}function dd(I,G){let H=X1(G),ne=ue(()=>{if(Pr(60)){let _e=U(G);if(_e&&_e.kind===342)return _e}});return A(p.createJSDocSignature(void 0,H,ne),I)}function W1(I,G,H,ne){let _e=zu();Nt();let Ne=r(H),qe=dd(I,H);Ne||(Ne=t(I,J(),H,ne));let ct=Ne!==void 0?J():qe.end;return A(p.createJSDocCallbackTag(G,qe,_e,Ne),I,ct)}function G1(I,G,H,ne){Nt();let _e=r(H),Ne=dd(I,H);_e||(_e=t(I,J(),H,ne));let qe=_e!==void 0?J():Ne.end;return A(p.createJSDocOverloadTag(G,Ne,_e),I,qe)}function V1(I,G){for(;!tt(I)||!tt(G);)if(!tt(I)&&!tt(G)&&I.right.escapedText===G.right.escapedText)I=I.left,G=G.left;else return!1;return I.escapedText===G.escapedText}function H1(I){return Ku(1,I)}function Ku(I,G,H){let ne=!0,_e=!1;for(;;)switch(Ze()){case 60:if(ne){let Ne=$1(I,G);return Ne&&(Ne.kind===341||Ne.kind===348)&&H&&(tt(Ne.name)||!V1(H,Ne.name.left))?!1:Ne}_e=!1;break;case 4:ne=!0,_e=!1;break;case 42:_e&&(ne=!1),_e=!0;break;case 80:ne=!1;break;case 1:return!1}}function $1(I,G){q.assert(d()===60);let H=n.getTokenFullStart();Ze();let ne=_r(),_e=bn(),Ne;switch(ne.escapedText){case"type":return I===1&&cd(H,ne);case"prop":case"property":Ne=1;break;case"arg":case"argument":case"param":Ne=6;break;case"template":return md(H,ne,G,_e);case"this":return pd(H,ne,G,_e);default:return!1}return I&Ne?W_(H,ne,I,G):!1}function Q1(){let I=J(),G=Pr(23);G&&Nt();let H=v_(!1,!0),ne=_r(C.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),_e;if(G&&(Nt(),L(64),_e=vt(16777216,Ha),L(24)),!Ur(ne))return A(p.createTypeParameterDeclaration(H,ne,void 0,_e),I)}function Y1(){let I=J(),G=[];do{Nt();let H=Q1();H!==void 0&&G.push(H),bn()}while(Pr(28));return At(G,I)}function md(I,G,H,ne){let _e=d()===19?f():void 0,Ne=Y1();return A(p.createJSDocTemplateTag(G,_e,Ne,t(I,J(),H,ne)),I)}function Pr(I){return d()===I?(Ze(),!0):!1}function Z1(){let I=_r();for(Fe(23)&&L(24);Fe(25);){let G=_r();Fe(23)&&L(24),I=wc(I,G)}return I}function _r(I){if(!Tt(d()))return zt(80,!I,I||C.Identifier_expected);h_++;let G=n.getTokenStart(),H=n.getTokenEnd(),ne=d(),_e=Pn(n.getTokenValue()),Ne=A(ae(_e,ne),G,H);return Ze(),Ne}}})(Fl=e.JSDocParser||(e.JSDocParser={}))})(zr||(zr={}));var mm=new WeakSet;function Sb(e){mm.has(e)&&q.fail("Source file has already been incrementally parsed"),mm.add(e)}var f1=new WeakSet;function kb(e){return f1.has(e)}function xp(e){f1.add(e)}var sc;(e=>{function n(S,M,ae,xe){if(xe=xe||q.shouldAssert(2),p(S,M,ae,xe),x0(ae))return S;if(S.statements.length===0)return zr.parseSourceFile(S.fileName,M,S.languageVersion,void 0,!0,S.scriptKind,S.setExternalModuleIndicator,S.jsDocParsingMode);Sb(S),zr.fixupParentReferences(S);let he=S.text,fe=k(S),j=l(S,ae);p(S,M,j,xe),q.assert(j.span.start<=ae.span.start),q.assert(vn(j.span)===vn(ae.span)),q.assert(vn(Ro(j))===vn(Ro(ae)));let oe=Ro(j).length-j.span.length;N(S,j.span.start,vn(j.span),vn(Ro(j)),oe,he,M,xe);let Ie=zr.parseSourceFile(S.fileName,M,S.languageVersion,fe,!0,S.scriptKind,S.setExternalModuleIndicator,S.jsDocParsingMode);return Ie.commentDirectives=o(S.commentDirectives,Ie.commentDirectives,j.span.start,vn(j.span),oe,he,M,xe),Ie.impliedNodeFormat=S.impliedNodeFormat,_b(S,Ie),Ie}e.updateSourceFile=n;function o(S,M,ae,xe,he,fe,j,oe){if(!S)return M;let Ie,X=!1;for(let V of S){let{range:dt,type:$_}=V;if(dt.end<ae)Ie=T_(Ie,V);else if(dt.pos>xe){le();let m_={range:{pos:dt.pos+he,end:dt.end+he},type:$_};Ie=T_(Ie,m_),oe&&q.assert(fe.substring(dt.pos,dt.end)===j.substring(m_.range.pos,m_.range.end))}}return le(),Ie;function le(){X||(X=!0,Ie?M&&Ie.push(...M):Ie=M)}}function c(S,M,ae,xe,he,fe,j){ae?Ie(S):oe(S);return;function oe(X){let le="";if(j&&h(X)&&(le=he.substring(X.pos,X.end)),Kd(X,M),cr(X,X.pos+xe,X.end+xe),j&&h(X)&&q.assert(le===fe.substring(X.pos,X.end)),Zt(X,oe,Ie),qr(X))for(let V of X.jsDoc)oe(V);P(X,j)}function Ie(X){cr(X,X.pos+xe,X.end+xe);for(let le of X)oe(le)}}function h(S){switch(S.kind){case 11:case 9:case 80:return!0}return!1}function b(S,M,ae,xe,he){q.assert(S.end>=M,"Adjusting an element that was entirely before the change range"),q.assert(S.pos<=ae,"Adjusting an element that was entirely after the change range"),q.assert(S.pos<=S.end);let fe=Math.min(S.pos,xe),j=S.end>=ae?S.end+he:Math.min(S.end,xe);if(q.assert(fe<=j),S.parent){let oe=S.parent;q.assertGreaterThanOrEqual(fe,oe.pos),q.assertLessThanOrEqual(j,oe.end)}cr(S,fe,j)}function P(S,M){if(M){let ae=S.pos,xe=he=>{q.assert(he.pos>=ae),ae=he.end};if(qr(S))for(let he of S.jsDoc)xe(he);Zt(S,xe),q.assert(ae<=S.end)}}function N(S,M,ae,xe,he,fe,j,oe){Ie(S);return;function Ie(le){if(q.assert(le.pos<=le.end),le.pos>ae){c(le,S,!1,he,fe,j,oe);return}let V=le.end;if(V>=M){if(xp(le),Kd(le,S),b(le,M,ae,xe,he),Zt(le,Ie,X),qr(le))for(let dt of le.jsDoc)Ie(dt);P(le,oe);return}q.assert(V<M)}function X(le){if(q.assert(le.pos<=le.end),le.pos>ae){c(le,S,!0,he,fe,j,oe);return}let V=le.end;if(V>=M){xp(le),b(le,M,ae,xe,he);for(let dt of le)Ie(dt);return}q.assert(V<M)}}function l(S,M){let ae=M.span.start;for(let fe=0;ae>0&&fe<=1;fe++){let j=Y(S,ae);q.assert(j.pos<=ae);let oe=j.pos;ae=Math.max(0,oe-1)}let xe=v0(ae,vn(M.span)),he=M.newLength+(M.span.start-ae);return pf(xe,he)}function Y(S,M){let ae=S,xe;if(Zt(S,fe),xe){let j=he(xe);j.pos>ae.pos&&(ae=j)}return ae;function he(j){for(;;){let oe=l2(j);if(oe)j=oe;else return j}}function fe(j){if(!Ur(j))if(j.pos<=M){if(j.pos>=ae.pos&&(ae=j),M<j.end)return Zt(j,fe),!0;q.assert(j.end<=M),xe=j}else return q.assert(j.pos>M),!0}}function p(S,M,ae,xe){let he=S.text;if(ae&&(q.assert(he.length-ae.span.length+ae.newLength===M.length),xe||q.shouldAssert(3))){let fe=he.substr(0,ae.span.start),j=M.substr(0,ae.span.start);q.assert(fe===j);let oe=he.substring(vn(ae.span),he.length),Ie=M.substring(vn(Ro(ae)),M.length);q.assert(oe===Ie)}}function k(S){let M=S.statements,ae=0;q.assert(ae<M.length);let xe=M[ae],he=-1;return{currentNode(j){return j!==he&&(xe&&xe.end===j&&ae<M.length-1&&(ae++,xe=M[ae]),(!xe||xe.pos!==j)&&fe(j)),he=j,q.assert(!xe||xe.pos===j),xe}};function fe(j){M=void 0,ae=-1,xe=void 0,Zt(S,oe,Ie);return;function oe(X){return j>=X.pos&&j<X.end?(Zt(X,oe,Ie),!0):!1}function Ie(X){if(j>=X.pos&&j<X.end)for(let le=0;le<X.length;le++){let V=X[le];if(V){if(V.pos===j)return M=X,ae=le,xe=V,!0;if(V.pos<j&&j<V.end)return Zt(V,oe,Ie),!0}}return!1}}}e.createSyntaxCursor=k;let v;(S=>{S[S.Value=-1]="Value"})(v||(v={}))})(sc||(sc={}));function Cb(e){return Ab(e)!==void 0}function Ab(e){let n=Ym(e,C2,!1);if(n)return n;if(Rh(e,".ts")){let o=Qm(e),c=o.lastIndexOf(".d.");if(c>=0)return o.substring(c)}}function Db(e,n,o,c){if(e){if(e==="import")return 99;if(e==="require")return 1;c(n,o-n,C.resolution_mode_should_be_either_require_or_import)}}function Eb(e,n){let o=[];for(let c of cp(n,0)||Ct){let h=n.substring(c.pos,c.end);jb(o,c,h)}e.pragmas=new Map;for(let c of o){if(e.pragmas.has(c.name)){let h=e.pragmas.get(c.name);h instanceof Array?h.push(c.args):e.pragmas.set(c.name,[h,c.args]);continue}e.pragmas.set(c.name,c.args)}}function Pb(e,n){e.checkJsDirective=void 0,e.referencedFiles=[],e.typeReferenceDirectives=[],e.libReferenceDirectives=[],e.amdDependencies=[],e.hasNoDefaultLib=!1,e.pragmas.forEach((o,c)=>{switch(c){case"reference":{let h=e.referencedFiles,b=e.typeReferenceDirectives,P=e.libReferenceDirectives;J_(Gu(o),N=>{let{types:l,lib:Y,path:p,["resolution-mode"]:k,preserve:v}=N.arguments,S=v==="true"?!0:void 0;if(N.arguments["no-default-lib"]==="true")e.hasNoDefaultLib=!0;else if(l){let M=Db(k,l.pos,l.end,n);b.push({pos:l.pos,end:l.end,fileName:l.value,...M?{resolutionMode:M}:{},...S?{preserve:S}:{}})}else Y?P.push({pos:Y.pos,end:Y.end,fileName:Y.value,...S?{preserve:S}:{}}):p?h.push({pos:p.pos,end:p.end,fileName:p.value,...S?{preserve:S}:{}}):n(N.range.pos,N.range.end-N.range.pos,C.Invalid_reference_directive_syntax)});break}case"amd-dependency":{e.amdDependencies=op(Gu(o),h=>({name:h.arguments.name,path:h.arguments.path}));break}case"amd-module":{if(o instanceof Array)for(let h of o)e.moduleName&&n(h.range.pos,h.range.end-h.range.pos,C.An_AMD_module_cannot_have_multiple_name_assignments),e.moduleName=h.arguments.name;else e.moduleName=o.arguments.name;break}case"ts-nocheck":case"ts-check":{J_(Gu(o),h=>{(!e.checkJsDirective||h.range.pos>e.checkJsDirective.pos)&&(e.checkJsDirective={enabled:c==="ts-check",end:h.range.end,pos:h.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:q.fail("Unhandled pragma kind")}})}var np=new Map;function Nb(e){if(np.has(e))return np.get(e);let n=new RegExp(`(\\s${e}\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`,"im");return np.set(e,n),n}var Ib=/^\/\/\/\s*<(\S+)\s.*?\/>/m,Fb=/^\/\/\/?\s*@([^\s:]+)((?:[^\S\r\n]|:).*)?$/m;function jb(e,n,o){let c=n.kind===2&&Ib.exec(o);if(c){let b=c[1].toLowerCase(),P=$m[b];if(!P||!(P.kind&1))return;if(P.args){let N={};for(let l of P.args){let Y=Nb(l.name).exec(o);if(!Y&&!l.optional)return;if(Y){let p=Y[2]||Y[3];if(l.captureSpan){let k=n.pos+Y.index+Y[1].length+1;N[l.name]={value:p,pos:k,end:k+p.length}}else N[l.name]=p}}e.push({name:b,args:{arguments:N,range:n}})}else e.push({name:b,args:{arguments:{},range:n}});return}let h=n.kind===2&&Fb.exec(o);if(h)return fm(e,n,2,h);if(n.kind===3){let b=/@(\S+)(\s+(?:\S.*)?)?$/gm,P;for(;P=b.exec(o);)fm(e,n,4,P)}}function fm(e,n,o,c){if(!c)return;let h=c[1].toLowerCase(),b=$m[h];if(!b||!(b.kind&o))return;let P=c[2],N=Jb(b,P);N!=="fail"&&e.push({name:h,args:{arguments:N,range:n}})}function Jb(e,n){if(!n)return{};if(!e.args)return{};let o=n.trim().split(/\s+/),c={};for(let h=0;h<e.args.length;h++){let b=e.args[h];if(!o[h]&&!b.optional)return"fail";if(b.captureSpan)return q.fail("Capture spans not yet implemented for non-xml pragmas");c[b.name]=o[h]}return c}function rr(e,n){return e.kind!==n.kind?!1:e.kind===80?e.escapedText===n.escapedText:e.kind===110?!0:e.kind===295?e.namespace.escapedText===n.namespace.escapedText&&e.name.escapedText===n.name.escapedText:e.name.escapedText===n.name.escapedText&&rr(e.expression,n.expression)}var Zo=qp(jp.Latest,!0);function h1(e,n,o,c){let h=Kp(e)?new id(e,n,o):e===80?new g1(80,n,o):e===81?new b1(81,n,o):new y1(e,n,o);return h.parent=c,h.flags=c.flags&101441536,h}var id=class{constructor(e,n,o){this.pos=n,this.end=o,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}assertHasRealPosition(e){q.assert(!oi(this.pos)&&!oi(this.end),e||"Node must have a real position for this operation")}getSourceFile(){return lr(this)}getStart(e,n){return this.assertHasRealPosition(),_c(this,e,n)}getFullStart(){return this.assertHasRealPosition(),this.pos}getEnd(){return this.assertHasRealPosition(),this.end}getWidth(e){return this.assertHasRealPosition(),this.getEnd()-this.getStart(e)}getFullWidth(){return this.assertHasRealPosition(),this.end-this.pos}getLeadingTriviaWidth(e){return this.assertHasRealPosition(),this.getStart(e)-this.pos}getFullText(e){return this.assertHasRealPosition(),(e||this.getSourceFile()).text.substring(this.pos,this.end)}getText(e){return this.assertHasRealPosition(),e||(e=this.getSourceFile()),e.text.substring(this.getStart(e),this.getEnd())}getChildCount(e){return this.getChildren(e).length}getChildAt(e,n){return this.getChildren(n)[e]}getChildren(e=lr(this)){return this.assertHasRealPosition("Node without a real position cannot be scanned and thus has no token nodes - use forEachChild and collect the result if that's fine"),c1(this,e)??tb(this,e,Mb(this,e))}getFirstToken(e){this.assertHasRealPosition();let n=this.getChildren(e);if(!n.length)return;let o=Jm(n,c=>c.kind<309||c.kind>351);return o.kind<166?o:o.getFirstToken(e)}getLastToken(e){this.assertHasRealPosition();let n=this.getChildren(e),o=Rr(n);if(o)return o.kind<166?o:o.getLastToken(e)}forEachChild(e,n){return Zt(this,e,n)}};function Mb(e,n){let o=[];if(py(e))return e.forEachChild(P=>{o.push(P)}),o;Zo.setText((n||e.getSourceFile()).text);let c=e.pos,h=P=>{ei(o,c,P.pos,e),o.push(P),c=P.end},b=P=>{ei(o,c,P.pos,e),o.push(Ob(P,e)),c=P.end};return J_(e.jsDoc,h),c=e.pos,e.forEachChild(h,b),ei(o,c,e.end,e),Zo.setText(void 0),o}function ei(e,n,o,c){for(Zo.resetTokenState(n);n<o;){let h=Zo.scan(),b=Zo.getTokenEnd();if(b<=o){if(h===80){if(I2(c))continue;q.fail(`Did not expect ${q.formatSyntaxKind(c.kind)} to have an Identifier in its trivia`)}e.push(h1(h,n,b,c))}if(n=b,h===1)break}}function Ob(e,n){let o=h1(352,e.pos,e.end,n),c=[],h=e.pos;for(let b of e)ei(c,h,b.pos,n),c.push(b),h=b.end;return ei(c,h,e.end,n),o._children=c,o}var sd=class{constructor(e,n,o){this.pos=n,this.end=o,this.kind=e,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}getSourceFile(){return lr(this)}getStart(e,n){return _c(this,e,n)}getFullStart(){return this.pos}getEnd(){return this.end}getWidth(e){return this.getEnd()-this.getStart(e)}getFullWidth(){return this.end-this.pos}getLeadingTriviaWidth(e){return this.getStart(e)-this.pos}getFullText(e){return(e||this.getSourceFile()).text.substring(this.pos,this.end)}getText(e){return e||(e=this.getSourceFile()),e.text.substring(this.getStart(e),this.getEnd())}getChildCount(){return this.getChildren().length}getChildAt(e){return this.getChildren()[e]}getChildren(){return this.kind===1&&this.jsDoc||Ct}getFirstToken(){}getLastToken(){}forEachChild(){}},Lb=class{constructor(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}getFlags(){return this.flags}get name(){return up(this)}getEscapedName(){return this.escapedName}getName(){return this.name}getDeclarations(){return this.declarations}getDocumentationComment(e){if(!this.documentationComment)if(this.documentationComment=Ct,!this.declarations&&Pd(this)&&this.links.target&&Pd(this.links.target)&&this.links.target.links.tupleLabelDeclaration){let n=this.links.target.links.tupleLabelDeclaration;this.documentationComment=Qo([n],e)}else this.documentationComment=Qo(this.declarations,e);return this.documentationComment}getContextualDocumentationComment(e,n){if(e){if(Rl(e)&&(this.contextualGetAccessorDocumentationComment||(this.contextualGetAccessorDocumentationComment=Ct,this.contextualGetAccessorDocumentationComment=Qo(zn(this.declarations,Rl),n)),Xo(this.contextualGetAccessorDocumentationComment)))return this.contextualGetAccessorDocumentationComment;if(Ll(e)&&(this.contextualSetAccessorDocumentationComment||(this.contextualSetAccessorDocumentationComment=Ct,this.contextualSetAccessorDocumentationComment=Qo(zn(this.declarations,Ll),n)),Xo(this.contextualSetAccessorDocumentationComment)))return this.contextualSetAccessorDocumentationComment}return this.getDocumentationComment(n)}getJsDocTags(e){return this.tags===void 0&&(this.tags=Ct,this.tags=Vl(this.declarations,e)),this.tags}getContextualJsDocTags(e,n){if(e){if(Rl(e)&&(this.contextualGetAccessorTags||(this.contextualGetAccessorTags=Ct,this.contextualGetAccessorTags=Vl(zn(this.declarations,Rl),n)),Xo(this.contextualGetAccessorTags)))return this.contextualGetAccessorTags;if(Ll(e)&&(this.contextualSetAccessorTags||(this.contextualSetAccessorTags=Ct,this.contextualSetAccessorTags=Vl(zn(this.declarations,Ll),n)),Xo(this.contextualSetAccessorTags)))return this.contextualSetAccessorTags}return this.getJsDocTags(n)}},y1=class extends sd{constructor(e,n,o){super(e,n,o)}},g1=class extends sd{constructor(e,n,o){super(e,n,o)}get text(){return C_(this)}},b1=class extends sd{constructor(e,n,o){super(e,n,o)}get text(){return C_(this)}},Rb=class{constructor(e,n){this.flags=n,this.checker=e}getFlags(){return this.flags}getSymbol(){return this.symbol}getProperties(){return this.checker.getPropertiesOfType(this)}getProperty(e){return this.checker.getPropertyOfType(this,e)}getApparentProperties(){return this.checker.getAugmentedPropertiesOfType(this)}getCallSignatures(){return this.checker.getSignaturesOfType(this,0)}getConstructSignatures(){return this.checker.getSignaturesOfType(this,1)}getStringIndexType(){return this.checker.getIndexTypeOfType(this,0)}getNumberIndexType(){return this.checker.getIndexTypeOfType(this,1)}getBaseTypes(){return this.isClassOrInterface()?this.checker.getBaseTypes(this):void 0}isNullableType(){return this.checker.isNullableType(this)}getNonNullableType(){return this.checker.getNonNullableType(this)}getNonOptionalType(){return this.checker.getNonOptionalType(this)}getConstraint(){return this.checker.getBaseConstraintOfType(this)}getDefault(){return this.checker.getDefaultFromTypeParameter(this)}isUnion(){return!!(this.flags&1048576)}isIntersection(){return!!(this.flags&2097152)}isUnionOrIntersection(){return!!(this.flags&3145728)}isLiteral(){return!!(this.flags&2432)}isStringLiteral(){return!!(this.flags&128)}isNumberLiteral(){return!!(this.flags&256)}isTypeParameter(){return!!(this.flags&262144)}isClassOrInterface(){return!!(Zu(this)&3)}isClass(){return!!(Zu(this)&1)}isIndexType(){return!!(this.flags&4194304)}get typeArguments(){if(Zu(this)&4)return this.checker.getTypeArguments(this)}},qb=class{constructor(e,n){this.flags=n,this.checker=e}getDeclaration(){return this.declaration}getTypeParameters(){return this.typeParameters}getParameters(){return this.parameters}getReturnType(){return this.checker.getReturnTypeOfSignature(this)}getTypeParameterAtPosition(e){let n=this.checker.getParameterType(this,e);if(n.isIndexType()&&N2(n.type)){let o=n.type.getConstraint();if(o)return this.checker.getIndexType(o)}return n}getDocumentationComment(){return this.documentationComment||(this.documentationComment=Qo(ip(this.declaration),this.checker))}getJsDocTags(){return this.jsDocTags||(this.jsDocTags=Vl(ip(this.declaration),this.checker))}};function v1(e){return bf(e).some(n=>n.tagName.text==="inheritDoc"||n.tagName.text==="inheritdoc")}function Vl(e,n){if(!e)return Ct;let o=ts_JsDoc_exports.getJsDocTagsFromDeclarations(e,n);if(n&&(o.length===0||e.some(v1))){let c=new Set;for(let h of e){let b=x1(n,h,P=>{var N;if(!c.has(P))return c.add(P),h.kind===177||h.kind===178?P.getContextualJsDocTags(h,n):((N=P.declarations)==null?void 0:N.length)===1?P.getJsDocTags(n):void 0});b&&(o=[...b,...o])}}return o}function Qo(e,n){if(!e)return Ct;let o=ts_JsDoc_exports.getJsDocCommentsFromDeclarations(e,n);if(n&&(o.length===0||e.some(v1))){let c=new Set;for(let h of e){let b=x1(n,h,P=>{if(!c.has(P))return c.add(P),h.kind===177||h.kind===178?P.getContextualDocumentationComment(h,n):P.getDocumentationComment(n)});b&&(o=o.length===0?b.slice():b.concat(lineBreakPart(),o))}}return o}function x1(e,n,o){var c;let h=((c=n.parent)==null?void 0:c.kind)===176?n.parent.parent:n.parent;if(!h)return;let b=Yy(n);return lh(zy(h),P=>{let N=e.getTypeAtLocation(P),l=b&&N.symbol?e.getTypeOfSymbol(N.symbol):N,Y=e.getPropertyOfType(l,n.symbol.name);return Y?o(Y):void 0})}var Ub=class extends id{constructor(e,n,o){super(e,n,o)}update(e,n){return Tb(this,e,n)}getLineAndCharacterOfPosition(e){return af(this,e)}getLineStarts(){return lp(this)}getPositionOfLineAndCharacter(e,n,o){return s0(lp(this),e,n,this.text,o)}getLineEndOfPosition(e){let{line:n}=this.getLineAndCharacterOfPosition(e),o=this.getLineStarts(),c;n+1>=o.length&&(c=this.getEnd()),c||(c=o[n+1]-1);let h=this.getFullText();return h[c]===`
17
+ `&&h[c-1]==="\r"?c-1:c}getNamedDeclarations(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations}computeNamedDeclarations(){let e=Th();return this.forEachChild(h),e;function n(b){let P=c(b);P&&e.add(P,b)}function o(b){let P=e.get(b);return P||e.set(b,P=[]),P}function c(b){let P=Bp(b);return P&&(Uf(P)&&pr(P.expression)?P.expression.name.text:wf(P)?getNameFromPropertyName(P):void 0)}function h(b){switch(b.kind){case 262:case 218:case 174:case 173:let P=b,N=c(P);if(N){let p=o(N),k=Rr(p);k&&P.parent===k.parent&&P.symbol===k.symbol?P.body&&!k.body&&(p[p.length-1]=P):p.push(P)}Zt(b,h);break;case 263:case 231:case 264:case 265:case 266:case 267:case 271:case 281:case 276:case 273:case 274:case 177:case 178:case 187:n(b),Zt(b,h);break;case 169:if(!li(b,31))break;case 260:case 208:{let p=b;if(_y(p.name)){Zt(p.name,h);break}p.initializer&&h(p.initializer)}case 306:case 172:case 171:n(b);break;case 278:let l=b;l.exportClause&&(Fg(l.exportClause)?J_(l.exportClause.elements,h):h(l.exportClause.name));break;case 272:let Y=b.importClause;Y&&(Y.name&&n(Y.name),Y.namedBindings&&(Y.namedBindings.kind===274?n(Y.namedBindings):J_(Y.namedBindings.elements,h)));break;case 226:Gp(b)!==0&&n(b);default:Zt(b,h)}}}},Bb=class{constructor(e,n,o){this.fileName=e,this.text=n,this.skipTrivia=o||(c=>c)}getLineAndCharacterOfPosition(e){return af(this,e)}};function zb(){return{getNodeConstructor:()=>id,getTokenConstructor:()=>y1,getIdentifierConstructor:()=>g1,getPrivateIdentifierConstructor:()=>b1,getSourceFileConstructor:()=>Ub,getSymbolConstructor:()=>Lb,getTypeConstructor:()=>Rb,getSignatureConstructor:()=>qb,getSourceMapSourceConstructor:()=>Bb}}g2(zb());var w1=new Proxy({},{get:()=>!0}),T1=w1["4.8"];function kn(e,n=!1){var o;if(e!=null){if(T1){if(n||od(e)){let c=A0(e);return c?[...c]:void 0}return}return(o=e.modifiers)==null?void 0:o.filter(c=>!td(c))}}function Aa(e,n=!1){var o;if(e!=null){if(T1){if(n||cb(e)){let c=C0(e);return c?[...c]:void 0}return}return(o=e.decorators)==null?void 0:o.filter(td)}}var Kb={},S1=new Proxy({},{get:(e,n)=>n}),Xb=S1,Wb=S1,D=Xb,Kt=Wb,k1=w1["5.0"],ce=je,Gb=new Set([ce.AmpersandAmpersandToken,ce.BarBarToken,ce.QuestionQuestionToken]),Vb=new Set([je.AmpersandAmpersandEqualsToken,je.AmpersandEqualsToken,je.AsteriskAsteriskEqualsToken,je.AsteriskEqualsToken,je.BarBarEqualsToken,je.BarEqualsToken,je.CaretEqualsToken,je.EqualsToken,je.GreaterThanGreaterThanEqualsToken,je.GreaterThanGreaterThanGreaterThanEqualsToken,je.LessThanLessThanEqualsToken,je.MinusEqualsToken,je.PercentEqualsToken,je.PlusEqualsToken,je.QuestionQuestionEqualsToken,je.SlashEqualsToken]),Hb=new Set([ce.AmpersandAmpersandToken,ce.AmpersandToken,ce.AsteriskAsteriskToken,ce.AsteriskToken,ce.BarBarToken,ce.BarToken,ce.CaretToken,ce.EqualsEqualsEqualsToken,ce.EqualsEqualsToken,ce.ExclamationEqualsEqualsToken,ce.ExclamationEqualsToken,ce.GreaterThanEqualsToken,ce.GreaterThanGreaterThanGreaterThanToken,ce.GreaterThanGreaterThanToken,ce.GreaterThanToken,ce.InKeyword,ce.InstanceOfKeyword,ce.LessThanEqualsToken,ce.LessThanLessThanToken,ce.LessThanToken,ce.MinusToken,ce.PercentToken,ce.PlusToken,ce.SlashToken]);function $b(e){return Vb.has(e.kind)}function Qb(e){return Gb.has(e.kind)}function Yb(e){return Hb.has(e.kind)}function sr(e){return ut(e)}function Zb(e){return e.kind!==ce.SemicolonClassElement}function Ge(e,n){let o=kn(n);return(o==null?void 0:o.some(c=>c.kind===e))===!0}function e6(e){let n=kn(e);return n==null?null:n[n.length-1]??null}function t6(e){return e.kind===ce.CommaToken}function _6(e){return e.kind===ce.SingleLineCommentTrivia||e.kind===ce.MultiLineCommentTrivia}function n6(e){return e.kind===ce.JSDocComment}function r6(e){if($b(e))return{type:D.AssignmentExpression,operator:sr(e.kind)};if(Qb(e))return{type:D.LogicalExpression,operator:sr(e.kind)};if(Yb(e))return{type:D.BinaryExpression,operator:sr(e.kind)};throw new Error(`Unexpected binary operator ${ut(e.kind)}`)}function Hl(e,n){let o=n.getLineAndCharacterOfPosition(e);return{column:o.character,line:o.line+1}}function Or(e,n){let[o,c]=e.map(h=>Hl(h,n));return{end:c,start:o}}function a6(e){if(e.kind===je.Block)switch(e.parent.kind){case je.Constructor:case je.GetAccessor:case je.SetAccessor:case je.ArrowFunction:case je.FunctionExpression:case je.FunctionDeclaration:case je.MethodDeclaration:return!0;default:return!1}return!0}function Bo(e,n){return[e.getStart(n),e.getEnd()]}function o6(e){return e.kind>=ce.FirstToken&&e.kind<=ce.LastToken}function C1(e){return e.kind>=ce.JsxElement&&e.kind<=ce.JsxAttribute}function wp(e){return e.flags&j_.Let?"let":(e.flags&j_.AwaitUsing)===j_.AwaitUsing?"await using":e.flags&j_.Const?"const":e.flags&j_.Using?"using":"var"}function jr(e){let n=kn(e);if(n!=null)for(let o of n)switch(o.kind){case ce.PublicKeyword:return"public";case ce.ProtectedKeyword:return"protected";case ce.PrivateKeyword:return"private"}}function xa(e,n,o){return c(n);function c(h){return X0(h)&&h.pos===e.end?h:h6(h.getChildren(o),b=>(b.pos<=e.pos&&b.end>e.end||b.pos===e.end)&&f6(b,o)?c(b):void 0)}}function i6(e,n){let o=e;for(;o;){if(n(o))return o;o=o.parent}}function s6(e){return!!i6(e,C1)}function hm(e){return Ea(!1,e,/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,n=>{let o=n.slice(1,-1);if(o[0]==="#"){let c=o[1]==="x"?parseInt(o.slice(2),16):parseInt(o.slice(1),10);return c>1114111?n:String.fromCodePoint(c)}return Kb[o]||n})}function wa(e){return e.kind===ce.ComputedPropertyName}function ym(e){return!!e.questionToken}function A1(e){return e.type===D.ChainExpression}function l6(e,n){return A1(n)&&e.expression.kind!==je.ParenthesizedExpression}function c6(e){let n;if(k1&&e.kind===ce.Identifier?n=mf(e):"originalKeywordKind"in e&&(n=e.originalKeywordKind),n)return n===ce.NullKeyword?Kt.Null:n>=ce.FirstFutureReservedWord&&n<=ce.LastKeyword?Kt.Identifier:Kt.Keyword;if(e.kind>=ce.FirstKeyword&&e.kind<=ce.LastFutureReservedWord)return e.kind===ce.FalseKeyword||e.kind===ce.TrueKeyword?Kt.Boolean:Kt.Keyword;if(e.kind>=ce.FirstPunctuation&&e.kind<=ce.LastPunctuation)return Kt.Punctuator;if(e.kind>=ce.NoSubstitutionTemplateLiteral&&e.kind<=ce.TemplateTail)return Kt.Template;switch(e.kind){case ce.NumericLiteral:return Kt.Numeric;case ce.JsxText:return Kt.JSXText;case ce.StringLiteral:return e.parent.kind===ce.JsxAttribute||e.parent.kind===ce.JsxElement?Kt.JSXText:Kt.String;case ce.RegularExpressionLiteral:return Kt.RegularExpression;case ce.Identifier:case ce.ConstructorKeyword:case ce.GetKeyword:case ce.SetKeyword:}return e.kind===ce.Identifier&&(C1(e.parent)||e.parent.kind===ce.PropertyAccessExpression&&s6(e))?Kt.JSXIdentifier:Kt.Identifier}function u6(e,n){let o=e.kind===ce.JsxText?e.getFullStart():e.getStart(n),c=e.getEnd(),h=n.text.slice(o,c),b=c6(e),P=[o,c],N=Or(P,n);return b===Kt.RegularExpression?{type:b,loc:N,range:P,regex:{flags:h.slice(h.lastIndexOf("/")+1),pattern:h.slice(1,h.lastIndexOf("/"))},value:h}:{type:b,loc:N,range:P,value:h}}function p6(e){let n=[];function o(c){_6(c)||n6(c)||(o6(c)&&c.kind!==ce.EndOfFileToken?n.push(u6(c,e)):c.getChildren(e).forEach(o))}return o(e),n}var d6=class extends Error{constructor(n,o,c){super(n);Xu(this,"fileName");Xu(this,"location");this.fileName=o,this.location=c,Object.defineProperty(this,"name",{configurable:!0,enumerable:!1,value:new.target.name})}get index(){return this.location.start.offset}get lineNumber(){return this.location.start.line}get column(){return this.location.start.column}};function D1(e,n,o,c=o){let[h,b]=[o,c].map(P=>{let{character:N,line:l}=n.getLineAndCharacterOfPosition(P);return{column:N,line:l+1,offset:P}});return new d6(e,n.fileName,{end:b,start:h})}function m6(e){var n;return!!("illegalDecorators"in e&&(n=e.illegalDecorators)!=null&&n.length)}function f6(e,n){return e.kind===ce.EndOfFileToken?!!e.jsDoc:e.getWidth(n)!==0}function h6(e,n){if(e!==void 0)for(let o=0;o<e.length;o++){let c=n(e[o],o);if(c!==void 0)return c}}function y6(e){return(k1?mf(e):e.originalKeywordKind)===ce.ThisKeyword}function E1(e){return!!e&&e.kind===ce.Identifier&&y6(e)}function g6(e){if(!E1(e))return!1;for(;$2(e.parent)&&e.parent.left===e;)e=e.parent;return e.parent.kind===ce.TypeQuery}function b6(e){return e==null?!0:e.pos===e.end&&e.pos>=0&&e.kind!==ce.EndOfFileToken}function gm(e){return!b6(e)}function v6(e){return df(e.parent,Tf)}function x6(e){return Ge(ce.AbstractKeyword,e)}function w6(e){if(e.parameters.length&&!l1(e)){let n=e.parameters[0];if(T6(n))return n}return null}function T6(e){return E1(e.name)}function S6(e){switch(e.kind){case ce.ClassDeclaration:return!0;case ce.ClassExpression:return!0;case ce.PropertyDeclaration:{let{parent:n}=e;return!!(ic(n)||Ia(n)&&!x6(e))}case ce.GetAccessor:case ce.SetAccessor:case ce.MethodDeclaration:{let{parent:n}=e;return!!e.body&&(ic(n)||Ia(n))}case ce.Parameter:{let{parent:n}=e,o=n.parent;return!!n&&"body"in n&&!!n.body&&(n.kind===ce.Constructor||n.kind===ce.MethodDeclaration||n.kind===ce.SetAccessor)&&w6(n)!==e&&!!o&&o.kind===ce.ClassDeclaration}}return!1}function ld(e){switch(e.kind){case ce.Identifier:return!0;case ce.PropertyAccessExpression:case ce.ElementAccessExpression:return!(e.flags&j_.OptionalChain);case ce.ParenthesizedExpression:case ce.TypeAssertionExpression:case ce.AsExpression:case ce.SatisfiesExpression:case ce.ExpressionWithTypeArguments:case ce.NonNullExpression:return ld(e.expression);default:return!1}}function k6(e){let n=kn(e),o=e;for(;(!n||n.length===0)&&ii(o.parent);){let c=kn(o.parent);c!=null&&c.length&&(n=c),o=o.parent}return n}var g=je;function C6(e){return D1("message"in e&&e.message||e.messageText,e.file,e.start)}var ye,Tp,P1,Oe,qt,Da,Sp,A6=class{constructor(e,n){rh(this,ye),Oo(this,"allowPattern",!1),Oo(this,"ast"),Oo(this,"esTreeNodeToTSNodeMap",new WeakMap),Oo(this,"options"),Oo(this,"tsNodeToESTreeNodeMap",new WeakMap),this.ast=e,this.options={...n}}assertModuleSpecifier(e,n){var o;!n&&e.moduleSpecifier==null&&be(this,ye,qt).call(this,e,"Module specifier must be a string literal."),e.moduleSpecifier&&((o=e.moduleSpecifier)==null?void 0:o.kind)!==g.StringLiteral&&be(this,ye,qt).call(this,e.moduleSpecifier,"Module specifier must be a string literal.")}convertBindingNameWithTypeAnnotation(e,n,o){let c=this.convertPattern(e);return n&&(c.typeAnnotation=this.convertTypeAnnotation(n,o),this.fixParentLocation(c,c.typeAnnotation.range)),c}convertBodyExpressions(e,n){let o=a6(n);return e.map(c=>{let h=this.convertChild(c);if(o){if(h!=null&&h.expression&&Yf(c)&&uc(c.expression)){let b=h.expression.raw;return h.directive=b.slice(1,-1),h}o=!1}return h}).filter(c=>c)}convertChainExpression(e,n){let{child:o,isOptional:c}=e.type===D.MemberExpression?{child:e.object,isOptional:e.optional}:e.type===D.CallExpression?{child:e.callee,isOptional:e.optional}:{child:e.expression,isOptional:!1},h=l6(n,o);if(!h&&!c)return e;if(h&&A1(o)){let b=o.expression;e.type===D.MemberExpression?e.object=b:e.type===D.CallExpression?e.callee=b:e.expression=b}return this.createNode(n,{type:D.ChainExpression,expression:e})}convertChild(e,n){return this.converter(e,n,!1)}convertPattern(e,n){return this.converter(e,n,!0)}convertTypeAnnotation(e,n){let o=(n==null?void 0:n.kind)===g.FunctionType||(n==null?void 0:n.kind)===g.ConstructorType?2:1,c=[e.getFullStart()-o,e.end],h=Or(c,this.ast);return{type:D.TSTypeAnnotation,loc:h,range:c,typeAnnotation:this.convertChild(e)}}convertTypeArgumentsToTypeParameterInstantiation(e,n){let o=xa(e,this.ast,this.ast);return this.createNode(n,{type:D.TSTypeParameterInstantiation,range:[e.pos-1,o.end],params:e.map(c=>this.convertChild(c))})}convertTSTypeParametersToTypeParametersDeclaration(e){let n=xa(e,this.ast,this.ast),o=[e.pos-1,n.end];return{type:D.TSTypeParameterDeclaration,loc:Or(o,this.ast),range:o,params:e.map(c=>this.convertChild(c))}}convertParameters(e){return e!=null&&e.length?e.map(n=>{var o;let c=this.convertChild(n);return c.decorators=((o=Aa(n))==null?void 0:o.map(h=>this.convertChild(h)))??[],c}):[]}converter(e,n,o){if(!e)return null;be(this,ye,P1).call(this,e);let c=this.allowPattern;o!=null&&(this.allowPattern=o);let h=this.convertNode(e,n??e.parent);return this.registerTSNodeInNodeMap(e,h),this.allowPattern=c,h}convertImportAttributes(e){return e==null?[]:e.elements.map(n=>this.convertChild(n))}convertJSXIdentifier(e){let n=this.createNode(e,{type:D.JSXIdentifier,name:e.getText()});return this.registerTSNodeInNodeMap(e,n),n}convertJSXNamespaceOrIdentifier(e){if(e.kind===je.JsxNamespacedName){let c=this.createNode(e,{type:D.JSXNamespacedName,name:this.createNode(e.name,{type:D.JSXIdentifier,name:e.name.text}),namespace:this.createNode(e.namespace,{type:D.JSXIdentifier,name:e.namespace.text})});return this.registerTSNodeInNodeMap(e,c),c}let n=e.getText(),o=n.indexOf(":");if(o>0){let c=Bo(e,this.ast),h=this.createNode(e,{type:D.JSXNamespacedName,range:c,name:this.createNode(e,{type:D.JSXIdentifier,range:[c[0]+o+1,c[1]],name:n.slice(o+1)}),namespace:this.createNode(e,{type:D.JSXIdentifier,range:[c[0],c[0]+o],name:n.slice(0,o)})});return this.registerTSNodeInNodeMap(e,h),h}return this.convertJSXIdentifier(e)}convertJSXTagName(e,n){let o;switch(e.kind){case g.PropertyAccessExpression:e.name.kind===g.PrivateIdentifier&&be(this,ye,Oe).call(this,e.name,"Non-private identifier expected."),o=this.createNode(e,{type:D.JSXMemberExpression,object:this.convertJSXTagName(e.expression,n),property:this.convertJSXIdentifier(e.name)});break;case g.ThisKeyword:case g.Identifier:default:return this.convertJSXNamespaceOrIdentifier(e)}return this.registerTSNodeInNodeMap(e,o),o}convertMethodSignature(e){return this.createNode(e,{type:D.TSMethodSignature,accessibility:jr(e),computed:wa(e.name),key:this.convertChild(e.name),kind:(()=>{switch(e.kind){case g.GetAccessor:return"get";case g.SetAccessor:return"set";case g.MethodSignature:return"method"}})(),optional:ym(e),params:this.convertParameters(e.parameters),readonly:Ge(g.ReadonlyKeyword,e),returnType:e.type&&this.convertTypeAnnotation(e.type,e),static:Ge(g.StaticKeyword,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)})}fixParentLocation(e,n){n[0]<e.range[0]&&(e.range[0]=n[0],e.loc.start=Hl(e.range[0],this.ast)),n[1]>e.range[1]&&(e.range[1]=n[1],e.loc.end=Hl(e.range[1],this.ast))}convertNode(e,n){var o,c,h,b,P,N,l,Y;switch(e.kind){case g.SourceFile:return this.createNode(e,{type:D.Program,range:[e.getStart(this.ast),e.endOfFileToken.end],body:this.convertBodyExpressions(e.statements,e),comments:void 0,sourceType:e.externalModuleIndicator?"module":"script",tokens:void 0});case g.Block:return this.createNode(e,{type:D.BlockStatement,body:this.convertBodyExpressions(e.statements,e)});case g.Identifier:return g6(e)?this.createNode(e,{type:D.ThisExpression}):this.createNode(e,{type:D.Identifier,decorators:[],name:e.text,optional:!1,typeAnnotation:void 0});case g.PrivateIdentifier:return this.createNode(e,{type:D.PrivateIdentifier,name:e.text.slice(1)});case g.WithStatement:return this.createNode(e,{type:D.WithStatement,body:this.convertChild(e.statement),object:this.convertChild(e.expression)});case g.ReturnStatement:return this.createNode(e,{type:D.ReturnStatement,argument:this.convertChild(e.expression)});case g.LabeledStatement:return this.createNode(e,{type:D.LabeledStatement,body:this.convertChild(e.statement),label:this.convertChild(e.label)});case g.ContinueStatement:return this.createNode(e,{type:D.ContinueStatement,label:this.convertChild(e.label)});case g.BreakStatement:return this.createNode(e,{type:D.BreakStatement,label:this.convertChild(e.label)});case g.IfStatement:return this.createNode(e,{type:D.IfStatement,alternate:this.convertChild(e.elseStatement),consequent:this.convertChild(e.thenStatement),test:this.convertChild(e.expression)});case g.SwitchStatement:return e.caseBlock.clauses.filter(p=>p.kind===g.DefaultClause).length>1&&be(this,ye,Oe).call(this,e,"A 'default' clause cannot appear more than once in a 'switch' statement."),this.createNode(e,{type:D.SwitchStatement,cases:e.caseBlock.clauses.map(p=>this.convertChild(p)),discriminant:this.convertChild(e.expression)});case g.CaseClause:case g.DefaultClause:return this.createNode(e,{type:D.SwitchCase,consequent:e.statements.map(p=>this.convertChild(p)),test:e.kind===g.CaseClause?this.convertChild(e.expression):null});case g.ThrowStatement:return e.expression.end===e.expression.pos&&be(this,ye,qt).call(this,e,"A throw statement must throw an expression."),this.createNode(e,{type:D.ThrowStatement,argument:this.convertChild(e.expression)});case g.TryStatement:return this.createNode(e,{type:D.TryStatement,block:this.convertChild(e.tryBlock),finalizer:this.convertChild(e.finallyBlock),handler:this.convertChild(e.catchClause)});case g.CatchClause:return(o=e.variableDeclaration)!=null&&o.initializer&&be(this,ye,Oe).call(this,e.variableDeclaration.initializer,"Catch clause variable cannot have an initializer."),this.createNode(e,{type:D.CatchClause,body:this.convertChild(e.block),param:e.variableDeclaration?this.convertBindingNameWithTypeAnnotation(e.variableDeclaration.name,e.variableDeclaration.type):null});case g.WhileStatement:return this.createNode(e,{type:D.WhileStatement,body:this.convertChild(e.statement),test:this.convertChild(e.expression)});case g.DoStatement:return this.createNode(e,{type:D.DoWhileStatement,body:this.convertChild(e.statement),test:this.convertChild(e.expression)});case g.ForStatement:return this.createNode(e,{type:D.ForStatement,body:this.convertChild(e.statement),init:this.convertChild(e.initializer),test:this.convertChild(e.condition),update:this.convertChild(e.incrementor)});case g.ForInStatement:return be(this,ye,Tp).call(this,e.initializer,e.kind),this.createNode(e,{type:D.ForInStatement,body:this.convertChild(e.statement),left:this.convertPattern(e.initializer),right:this.convertChild(e.expression)});case g.ForOfStatement:return be(this,ye,Tp).call(this,e.initializer,e.kind),this.createNode(e,{type:D.ForOfStatement,await:!!(e.awaitModifier&&e.awaitModifier.kind===g.AwaitKeyword),body:this.convertChild(e.statement),left:this.convertPattern(e.initializer),right:this.convertChild(e.expression)});case g.FunctionDeclaration:{let p=Ge(g.DeclareKeyword,e),k=Ge(g.AsyncKeyword,e),v=!!e.asteriskToken;p?e.body?be(this,ye,Oe).call(this,e,"An implementation cannot be declared in ambient contexts."):k?be(this,ye,Oe).call(this,e,"'async' modifier cannot be used in an ambient context."):v&&be(this,ye,Oe).call(this,e,"Generators are not allowed in an ambient context."):!e.body&&v&&be(this,ye,Oe).call(this,e,"A function signature cannot be declared as a generator.");let S=this.createNode(e,{type:e.body?D.FunctionDeclaration:D.TSDeclareFunction,async:k,body:this.convertChild(e.body)||void 0,declare:p,expression:!1,generator:v,id:this.convertChild(e.name),params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});return this.fixExports(e,S)}case g.VariableDeclaration:{let p=!!e.exclamationToken,k=this.convertChild(e.initializer),v=this.convertBindingNameWithTypeAnnotation(e.name,e.type,e);return p&&(k?be(this,ye,Oe).call(this,e,"Declarations with initializers cannot also have definite assignment assertions."):(v.type!==D.Identifier||!v.typeAnnotation)&&be(this,ye,Oe).call(this,e,"Declarations with definite assignment assertions must also have type annotations.")),this.createNode(e,{type:D.VariableDeclarator,definite:p,id:v,init:k})}case g.VariableStatement:{let p=this.createNode(e,{type:D.VariableDeclaration,declarations:e.declarationList.declarations.map(k=>this.convertChild(k)),declare:Ge(g.DeclareKeyword,e),kind:wp(e.declarationList)});return p.declarations.length||be(this,ye,qt).call(this,e,"A variable declaration list must have at least one variable declarator."),(p.kind==="using"||p.kind==="await using")&&e.declarationList.declarations.forEach((k,v)=>{p.declarations[v].init==null&&be(this,ye,Oe).call(this,k,`'${p.kind}' declarations must be initialized.`),p.declarations[v].id.type!==D.Identifier&&be(this,ye,Oe).call(this,k.name,`'${p.kind}' declarations may not have binding patterns.`)}),(p.declare||["await using","const","using"].includes(p.kind))&&e.declarationList.declarations.forEach((k,v)=>{p.declarations[v].definite&&be(this,ye,Oe).call(this,k,"A definite assignment assertion '!' is not permitted in this context.")}),p.declare&&e.declarationList.declarations.forEach((k,v)=>{p.declarations[v].init&&(["let","var"].includes(p.kind)||p.declarations[v].id.typeAnnotation)&&be(this,ye,Oe).call(this,k,"Initializers are not permitted in ambient contexts.")}),this.fixExports(e,p)}case g.VariableDeclarationList:{let p=this.createNode(e,{type:D.VariableDeclaration,declarations:e.declarations.map(k=>this.convertChild(k)),declare:!1,kind:wp(e)});return(p.kind==="using"||p.kind==="await using")&&e.declarations.forEach((k,v)=>{p.declarations[v].init!=null&&be(this,ye,Oe).call(this,k,`'${p.kind}' declarations may not be initialized in for statement.`),p.declarations[v].id.type!==D.Identifier&&be(this,ye,Oe).call(this,k.name,`'${p.kind}' declarations may not have binding patterns.`)}),p}case g.ExpressionStatement:return this.createNode(e,{type:D.ExpressionStatement,directive:void 0,expression:this.convertChild(e.expression)});case g.ThisKeyword:return this.createNode(e,{type:D.ThisExpression});case g.ArrayLiteralExpression:return this.allowPattern?this.createNode(e,{type:D.ArrayPattern,decorators:[],elements:e.elements.map(p=>this.convertPattern(p)),optional:!1,typeAnnotation:void 0}):this.createNode(e,{type:D.ArrayExpression,elements:e.elements.map(p=>this.convertChild(p))});case g.ObjectLiteralExpression:{if(this.allowPattern)return this.createNode(e,{type:D.ObjectPattern,decorators:[],optional:!1,properties:e.properties.map(k=>this.convertPattern(k)),typeAnnotation:void 0});let p=[];for(let k of e.properties)(k.kind===g.GetAccessor||k.kind===g.SetAccessor||k.kind===g.MethodDeclaration)&&!k.body&&be(this,ye,qt).call(this,k.end-1,"'{' expected."),p.push(this.convertChild(k));return this.createNode(e,{type:D.ObjectExpression,properties:p})}case g.PropertyAssignment:{let{exclamationToken:p,questionToken:k}=e;return k&&be(this,ye,Oe).call(this,k,"A property assignment cannot have a question token."),p&&be(this,ye,Oe).call(this,p,"A property assignment cannot have an exclamation token."),this.createNode(e,{type:D.Property,computed:wa(e.name),key:this.convertChild(e.name),kind:"init",method:!1,optional:!1,shorthand:!1,value:this.converter(e.initializer,e,this.allowPattern)})}case g.ShorthandPropertyAssignment:{let{exclamationToken:p,modifiers:k,questionToken:v}=e;return k&&be(this,ye,Oe).call(this,k[0],"A shorthand property assignment cannot have modifiers."),v&&be(this,ye,Oe).call(this,v,"A shorthand property assignment cannot have a question token."),p&&be(this,ye,Oe).call(this,p,"A shorthand property assignment cannot have an exclamation token."),e.objectAssignmentInitializer?this.createNode(e,{type:D.Property,computed:!1,key:this.convertChild(e.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.createNode(e,{type:D.AssignmentPattern,decorators:[],left:this.convertPattern(e.name),optional:!1,right:this.convertChild(e.objectAssignmentInitializer),typeAnnotation:void 0})}):this.createNode(e,{type:D.Property,computed:!1,key:this.convertChild(e.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.convertChild(e.name)})}case g.ComputedPropertyName:return this.convertChild(e.expression);case g.PropertyDeclaration:{let p=Ge(g.AbstractKeyword,e);p&&e.initializer&&be(this,ye,Oe).call(this,e.initializer,"Abstract property cannot have an initializer.");let k=Ge(g.AccessorKeyword,e),v=k?p?D.TSAbstractAccessorProperty:D.AccessorProperty:p?D.TSAbstractPropertyDefinition:D.PropertyDefinition,S=this.convertChild(e.name);return this.createNode(e,{type:v,accessibility:jr(e),computed:wa(e.name),declare:Ge(g.DeclareKeyword,e),decorators:((c=Aa(e))==null?void 0:c.map(M=>this.convertChild(M)))??[],definite:!!e.exclamationToken,key:S,optional:(S.type===D.Literal||e.name.kind===g.Identifier||e.name.kind===g.ComputedPropertyName||e.name.kind===g.PrivateIdentifier)&&!!e.questionToken,override:Ge(g.OverrideKeyword,e),readonly:Ge(g.ReadonlyKeyword,e),static:Ge(g.StaticKeyword,e),typeAnnotation:e.type&&this.convertTypeAnnotation(e.type,e),value:p?null:this.convertChild(e.initializer)})}case g.GetAccessor:case g.SetAccessor:if(e.parent.kind===g.InterfaceDeclaration||e.parent.kind===g.TypeLiteral)return this.convertMethodSignature(e);case g.MethodDeclaration:{let p=this.createNode(e,{type:e.body?D.FunctionExpression:D.TSEmptyBodyFunctionExpression,range:[e.parameters.pos-1,e.end],async:Ge(g.AsyncKeyword,e),body:this.convertChild(e.body),declare:!1,expression:!1,generator:!!e.asteriskToken,id:null,params:[],returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});p.typeParameters&&this.fixParentLocation(p,p.typeParameters.range);let k;if(n.kind===g.ObjectLiteralExpression)p.params=e.parameters.map(v=>this.convertChild(v)),k=this.createNode(e,{type:D.Property,computed:wa(e.name),key:this.convertChild(e.name),kind:"init",method:e.kind===g.MethodDeclaration,optional:!!e.questionToken,shorthand:!1,value:p});else{p.params=this.convertParameters(e.parameters);let v=Ge(g.AbstractKeyword,e)?D.TSAbstractMethodDefinition:D.MethodDefinition;k=this.createNode(e,{type:v,accessibility:jr(e),computed:wa(e.name),decorators:((h=Aa(e))==null?void 0:h.map(S=>this.convertChild(S)))??[],key:this.convertChild(e.name),kind:"method",optional:!!e.questionToken,override:Ge(g.OverrideKeyword,e),static:Ge(g.StaticKeyword,e),value:p})}return e.kind===g.GetAccessor?k.kind="get":e.kind===g.SetAccessor?k.kind="set":!k.static&&e.name.kind===g.StringLiteral&&e.name.text==="constructor"&&k.type!==D.Property&&(k.kind="constructor"),k}case g.Constructor:{let p=e6(e),k=(p&&xa(p,e,this.ast))??e.getFirstToken(),v=this.createNode(e,{type:e.body?D.FunctionExpression:D.TSEmptyBodyFunctionExpression,range:[e.parameters.pos-1,e.end],async:!1,body:this.convertChild(e.body),declare:!1,expression:!1,generator:!1,id:null,params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});v.typeParameters&&this.fixParentLocation(v,v.typeParameters.range);let S=this.createNode(e,{type:D.Identifier,range:[k.getStart(this.ast),k.end],decorators:[],name:"constructor",optional:!1,typeAnnotation:void 0}),M=Ge(g.StaticKeyword,e);return this.createNode(e,{type:Ge(g.AbstractKeyword,e)?D.TSAbstractMethodDefinition:D.MethodDefinition,accessibility:jr(e),computed:!1,decorators:[],key:S,kind:M?"method":"constructor",optional:!1,override:!1,static:M,value:v})}case g.FunctionExpression:return this.createNode(e,{type:D.FunctionExpression,async:Ge(g.AsyncKeyword,e),body:this.convertChild(e.body),declare:!1,expression:!1,generator:!!e.asteriskToken,id:this.convertChild(e.name),params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});case g.SuperKeyword:return this.createNode(e,{type:D.Super});case g.ArrayBindingPattern:return this.createNode(e,{type:D.ArrayPattern,decorators:[],elements:e.elements.map(p=>this.convertPattern(p)),optional:!1,typeAnnotation:void 0});case g.OmittedExpression:return null;case g.ObjectBindingPattern:return this.createNode(e,{type:D.ObjectPattern,decorators:[],optional:!1,properties:e.elements.map(p=>this.convertPattern(p)),typeAnnotation:void 0});case g.BindingElement:{if(n.kind===g.ArrayBindingPattern){let k=this.convertChild(e.name,n);return e.initializer?this.createNode(e,{type:D.AssignmentPattern,decorators:[],left:k,optional:!1,right:this.convertChild(e.initializer),typeAnnotation:void 0}):e.dotDotDotToken?this.createNode(e,{type:D.RestElement,argument:k,decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):k}let p;return e.dotDotDotToken?p=this.createNode(e,{type:D.RestElement,argument:this.convertChild(e.propertyName??e.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):p=this.createNode(e,{type:D.Property,computed:!!(e.propertyName&&e.propertyName.kind===g.ComputedPropertyName),key:this.convertChild(e.propertyName??e.name),kind:"init",method:!1,optional:!1,shorthand:!e.propertyName,value:this.convertChild(e.name)}),e.initializer&&(p.value=this.createNode(e,{type:D.AssignmentPattern,range:[e.name.getStart(this.ast),e.initializer.end],decorators:[],left:this.convertChild(e.name),optional:!1,right:this.convertChild(e.initializer),typeAnnotation:void 0})),p}case g.ArrowFunction:return this.createNode(e,{type:D.ArrowFunctionExpression,async:Ge(g.AsyncKeyword,e),body:this.convertChild(e.body),expression:e.body.kind!==g.Block,generator:!1,id:null,params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});case g.YieldExpression:return this.createNode(e,{type:D.YieldExpression,argument:this.convertChild(e.expression),delegate:!!e.asteriskToken});case g.AwaitExpression:return this.createNode(e,{type:D.AwaitExpression,argument:this.convertChild(e.expression)});case g.NoSubstitutionTemplateLiteral:return this.createNode(e,{type:D.TemplateLiteral,expressions:[],quasis:[this.createNode(e,{type:D.TemplateElement,tail:!0,value:{cooked:e.text,raw:this.ast.text.slice(e.getStart(this.ast)+1,e.end-1)}})]});case g.TemplateExpression:{let p=this.createNode(e,{type:D.TemplateLiteral,expressions:[],quasis:[this.convertChild(e.head)]});return e.templateSpans.forEach(k=>{p.expressions.push(this.convertChild(k.expression)),p.quasis.push(this.convertChild(k.literal))}),p}case g.TaggedTemplateExpression:return this.createNode(e,{type:D.TaggedTemplateExpression,quasi:this.convertChild(e.template),tag:this.convertChild(e.tag),typeArguments:e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e)});case g.TemplateHead:case g.TemplateMiddle:case g.TemplateTail:{let p=e.kind===g.TemplateTail;return this.createNode(e,{type:D.TemplateElement,tail:p,value:{cooked:e.text,raw:this.ast.text.slice(e.getStart(this.ast)+1,e.end-(p?1:2))}})}case g.SpreadAssignment:case g.SpreadElement:return this.allowPattern?this.createNode(e,{type:D.RestElement,argument:this.convertPattern(e.expression),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):this.createNode(e,{type:D.SpreadElement,argument:this.convertChild(e.expression)});case g.Parameter:{let p,k;return e.dotDotDotToken?p=k=this.createNode(e,{type:D.RestElement,argument:this.convertChild(e.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):e.initializer?(p=this.convertChild(e.name),k=this.createNode(e,{type:D.AssignmentPattern,decorators:[],left:p,optional:!1,right:this.convertChild(e.initializer),typeAnnotation:void 0}),kn(e)&&(k.range[0]=p.range[0],k.loc=Or(k.range,this.ast))):p=k=this.convertChild(e.name,n),e.type&&(p.typeAnnotation=this.convertTypeAnnotation(e.type,e),this.fixParentLocation(p,p.typeAnnotation.range)),e.questionToken&&(e.questionToken.end>p.range[1]&&(p.range[1]=e.questionToken.end,p.loc.end=Hl(p.range[1],this.ast)),p.optional=!0),kn(e)?this.createNode(e,{type:D.TSParameterProperty,accessibility:jr(e),decorators:[],override:Ge(g.OverrideKeyword,e),parameter:k,readonly:Ge(g.ReadonlyKeyword,e),static:Ge(g.StaticKeyword,e)}):k}case g.ClassDeclaration:!e.name&&(!Ge(je.ExportKeyword,e)||!Ge(je.DefaultKeyword,e))&&be(this,ye,qt).call(this,e,"A class declaration without the 'default' modifier must have a name.");case g.ClassExpression:{let p=e.heritageClauses??[],k=e.kind===g.ClassDeclaration?D.ClassDeclaration:D.ClassExpression,v,S;for(let ae of p){let{token:xe,types:he}=ae;he.length===0&&be(this,ye,qt).call(this,ae,`'${ut(xe)}' list cannot be empty.`),xe===g.ExtendsKeyword?(v&&be(this,ye,qt).call(this,ae,"'extends' clause already seen."),S&&be(this,ye,qt).call(this,ae,"'extends' clause must precede 'implements' clause."),he.length>1&&be(this,ye,qt).call(this,he[1],"Classes can only extend a single class."),v??(v=ae)):xe===g.ImplementsKeyword&&(S&&be(this,ye,qt).call(this,ae,"'implements' clause already seen."),S??(S=ae))}let M=this.createNode(e,{type:k,abstract:Ge(g.AbstractKeyword,e),body:this.createNode(e,{type:D.ClassBody,range:[e.members.pos-1,e.end],body:e.members.filter(Zb).map(ae=>this.convertChild(ae))}),declare:Ge(g.DeclareKeyword,e),decorators:((b=Aa(e))==null?void 0:b.map(ae=>this.convertChild(ae)))??[],id:this.convertChild(e.name),implements:(S==null?void 0:S.types.map(ae=>this.convertChild(ae)))??[],superClass:v!=null&&v.types[0]?this.convertChild(v.types[0].expression):null,superTypeArguments:void 0,typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});return(P=v==null?void 0:v.types[0])!=null&&P.typeArguments&&(M.superTypeArguments=this.convertTypeArgumentsToTypeParameterInstantiation(v.types[0].typeArguments,v.types[0])),this.fixExports(e,M)}case g.ModuleBlock:return this.createNode(e,{type:D.TSModuleBlock,body:this.convertBodyExpressions(e.statements,e)});case g.ImportDeclaration:{this.assertModuleSpecifier(e,!1);let p=this.createNode(e,be(this,ye,Da).call(this,{type:D.ImportDeclaration,attributes:this.convertImportAttributes(e.attributes??e.assertClause),importKind:"value",source:this.convertChild(e.moduleSpecifier),specifiers:[]},"assertions","attributes",!0));if(e.importClause&&(e.importClause.isTypeOnly&&(p.importKind="type"),e.importClause.name&&p.specifiers.push(this.convertChild(e.importClause)),e.importClause.namedBindings))switch(e.importClause.namedBindings.kind){case g.NamespaceImport:p.specifiers.push(this.convertChild(e.importClause.namedBindings));break;case g.NamedImports:p.specifiers.push(...e.importClause.namedBindings.elements.map(k=>this.convertChild(k)));break}return p}case g.NamespaceImport:return this.createNode(e,{type:D.ImportNamespaceSpecifier,local:this.convertChild(e.name)});case g.ImportSpecifier:return this.createNode(e,{type:D.ImportSpecifier,imported:this.convertChild(e.propertyName??e.name),importKind:e.isTypeOnly?"type":"value",local:this.convertChild(e.name)});case g.ImportClause:{let p=this.convertChild(e.name);return this.createNode(e,{type:D.ImportDefaultSpecifier,range:p.range,local:p})}case g.ExportDeclaration:return((N=e.exportClause)==null?void 0:N.kind)===g.NamedExports?(this.assertModuleSpecifier(e,!0),this.createNode(e,be(this,ye,Da).call(this,{type:D.ExportNamedDeclaration,attributes:this.convertImportAttributes(e.attributes??e.assertClause),declaration:null,exportKind:e.isTypeOnly?"type":"value",source:this.convertChild(e.moduleSpecifier),specifiers:e.exportClause.elements.map(p=>this.convertChild(p,e))},"assertions","attributes",!0))):(this.assertModuleSpecifier(e,!1),this.createNode(e,be(this,ye,Da).call(this,{type:D.ExportAllDeclaration,attributes:this.convertImportAttributes(e.attributes??e.assertClause),exported:((l=e.exportClause)==null?void 0:l.kind)===g.NamespaceExport?this.convertChild(e.exportClause.name):null,exportKind:e.isTypeOnly?"type":"value",source:this.convertChild(e.moduleSpecifier)},"assertions","attributes",!0)));case g.ExportSpecifier:{let p=e.propertyName??e.name;return p.kind===g.StringLiteral&&n.kind===g.ExportDeclaration&&((Y=n.moduleSpecifier)==null?void 0:Y.kind)!==g.StringLiteral&&be(this,ye,Oe).call(this,p,"A string literal cannot be used as a local exported binding without `from`."),this.createNode(e,{type:D.ExportSpecifier,exported:this.convertChild(e.name),exportKind:e.isTypeOnly?"type":"value",local:this.convertChild(p)})}case g.ExportAssignment:return e.isExportEquals?this.createNode(e,{type:D.TSExportAssignment,expression:this.convertChild(e.expression)}):this.createNode(e,{type:D.ExportDefaultDeclaration,declaration:this.convertChild(e.expression),exportKind:"value"});case g.PrefixUnaryExpression:case g.PostfixUnaryExpression:{let p=sr(e.operator);return p==="++"||p==="--"?(ld(e.operand)||be(this,ye,qt).call(this,e.operand,"Invalid left-hand side expression in unary operation"),this.createNode(e,{type:D.UpdateExpression,argument:this.convertChild(e.operand),operator:p,prefix:e.kind===g.PrefixUnaryExpression})):this.createNode(e,{type:D.UnaryExpression,argument:this.convertChild(e.operand),operator:p,prefix:e.kind===g.PrefixUnaryExpression})}case g.DeleteExpression:return this.createNode(e,{type:D.UnaryExpression,argument:this.convertChild(e.expression),operator:"delete",prefix:!0});case g.VoidExpression:return this.createNode(e,{type:D.UnaryExpression,argument:this.convertChild(e.expression),operator:"void",prefix:!0});case g.TypeOfExpression:return this.createNode(e,{type:D.UnaryExpression,argument:this.convertChild(e.expression),operator:"typeof",prefix:!0});case g.TypeOperator:return this.createNode(e,{type:D.TSTypeOperator,operator:sr(e.operator),typeAnnotation:this.convertChild(e.type)});case g.BinaryExpression:{if(t6(e.operatorToken)){let k=this.createNode(e,{type:D.SequenceExpression,expressions:[]}),v=this.convertChild(e.left);return v.type===D.SequenceExpression&&e.left.kind!==g.ParenthesizedExpression?k.expressions.push(...v.expressions):k.expressions.push(v),k.expressions.push(this.convertChild(e.right)),k}let p=r6(e.operatorToken);return this.allowPattern&&p.type===D.AssignmentExpression?this.createNode(e,{type:D.AssignmentPattern,decorators:[],left:this.convertPattern(e.left,e),optional:!1,right:this.convertChild(e.right),typeAnnotation:void 0}):this.createNode(e,{...p,left:this.converter(e.left,e,p.type===D.AssignmentExpression),right:this.convertChild(e.right)})}case g.PropertyAccessExpression:{let p=this.convertChild(e.expression),k=this.convertChild(e.name),v=this.createNode(e,{type:D.MemberExpression,computed:!1,object:p,optional:e.questionDotToken!=null,property:k});return this.convertChainExpression(v,e)}case g.ElementAccessExpression:{let p=this.convertChild(e.expression),k=this.convertChild(e.argumentExpression),v=this.createNode(e,{type:D.MemberExpression,computed:!0,object:p,optional:e.questionDotToken!=null,property:k});return this.convertChainExpression(v,e)}case g.CallExpression:{if(e.expression.kind===g.ImportKeyword)return e.arguments.length!==1&&e.arguments.length!==2&&be(this,ye,qt).call(this,e.arguments[2]??e,"Dynamic import requires exactly one or two arguments."),this.createNode(e,be(this,ye,Da).call(this,{type:D.ImportExpression,options:e.arguments[1]?this.convertChild(e.arguments[1]):null,source:this.convertChild(e.arguments[0])},"attributes","options",!0));let p=this.convertChild(e.expression),k=e.arguments.map(M=>this.convertChild(M)),v=e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e),S=this.createNode(e,{type:D.CallExpression,arguments:k,callee:p,optional:e.questionDotToken!=null,typeArguments:v});return this.convertChainExpression(S,e)}case g.NewExpression:{let p=e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e);return this.createNode(e,{type:D.NewExpression,arguments:e.arguments?e.arguments.map(k=>this.convertChild(k)):[],callee:this.convertChild(e.expression),typeArguments:p})}case g.ConditionalExpression:return this.createNode(e,{type:D.ConditionalExpression,alternate:this.convertChild(e.whenFalse),consequent:this.convertChild(e.whenTrue),test:this.convertChild(e.condition)});case g.MetaProperty:return this.createNode(e,{type:D.MetaProperty,meta:this.createNode(e.getFirstToken(),{type:D.Identifier,decorators:[],name:sr(e.keywordToken),optional:!1,typeAnnotation:void 0}),property:this.convertChild(e.name)});case g.Decorator:return this.createNode(e,{type:D.Decorator,expression:this.convertChild(e.expression)});case g.StringLiteral:return this.createNode(e,{type:D.Literal,raw:e.getText(),value:n.kind===g.JsxAttribute?hm(e.text):e.text});case g.NumericLiteral:return this.createNode(e,{type:D.Literal,raw:e.getText(),value:Number(e.text)});case g.BigIntLiteral:{let p=Bo(e,this.ast),k=this.ast.text.slice(p[0],p[1]),v=Ea(!1,k.slice(0,-1),"_",""),S=typeof BigInt<"u"?BigInt(v):null;return this.createNode(e,{type:D.Literal,range:p,bigint:S==null?v:String(S),raw:k,value:S})}case g.RegularExpressionLiteral:{let p=e.text.slice(1,e.text.lastIndexOf("/")),k=e.text.slice(e.text.lastIndexOf("/")+1),v=null;try{v=new RegExp(p,k)}catch{}return this.createNode(e,{type:D.Literal,raw:e.text,regex:{flags:k,pattern:p},value:v})}case g.TrueKeyword:return this.createNode(e,{type:D.Literal,raw:"true",value:!0});case g.FalseKeyword:return this.createNode(e,{type:D.Literal,raw:"false",value:!1});case g.NullKeyword:return this.createNode(e,{type:D.Literal,raw:"null",value:null});case g.EmptyStatement:return this.createNode(e,{type:D.EmptyStatement});case g.DebuggerStatement:return this.createNode(e,{type:D.DebuggerStatement});case g.JsxElement:return this.createNode(e,{type:D.JSXElement,children:e.children.map(p=>this.convertChild(p)),closingElement:this.convertChild(e.closingElement),openingElement:this.convertChild(e.openingElement)});case g.JsxFragment:return this.createNode(e,{type:D.JSXFragment,children:e.children.map(p=>this.convertChild(p)),closingFragment:this.convertChild(e.closingFragment),openingFragment:this.convertChild(e.openingFragment)});case g.JsxSelfClosingElement:return this.createNode(e,{type:D.JSXElement,children:[],closingElement:null,openingElement:this.createNode(e,{type:D.JSXOpeningElement,range:Bo(e,this.ast),attributes:e.attributes.properties.map(p=>this.convertChild(p)),name:this.convertJSXTagName(e.tagName,e),selfClosing:!0,typeArguments:e.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e):void 0})});case g.JsxOpeningElement:return this.createNode(e,{type:D.JSXOpeningElement,attributes:e.attributes.properties.map(p=>this.convertChild(p)),name:this.convertJSXTagName(e.tagName,e),selfClosing:!1,typeArguments:e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e)});case g.JsxClosingElement:return this.createNode(e,{type:D.JSXClosingElement,name:this.convertJSXTagName(e.tagName,e)});case g.JsxOpeningFragment:return this.createNode(e,{type:D.JSXOpeningFragment});case g.JsxClosingFragment:return this.createNode(e,{type:D.JSXClosingFragment});case g.JsxExpression:{let p=e.expression?this.convertChild(e.expression):this.createNode(e,{type:D.JSXEmptyExpression,range:[e.getStart(this.ast)+1,e.getEnd()-1]});return e.dotDotDotToken?this.createNode(e,{type:D.JSXSpreadChild,expression:p}):this.createNode(e,{type:D.JSXExpressionContainer,expression:p})}case g.JsxAttribute:return this.createNode(e,{type:D.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(e.name),value:this.convertChild(e.initializer)});case g.JsxText:{let p=e.getFullStart(),k=e.getEnd(),v=this.ast.text.slice(p,k);return this.createNode(e,{type:D.JSXText,range:[p,k],raw:v,value:hm(v)})}case g.JsxSpreadAttribute:return this.createNode(e,{type:D.JSXSpreadAttribute,argument:this.convertChild(e.expression)});case g.QualifiedName:return this.createNode(e,{type:D.TSQualifiedName,left:this.convertChild(e.left),right:this.convertChild(e.right)});case g.TypeReference:return this.createNode(e,{type:D.TSTypeReference,typeArguments:e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e),typeName:this.convertChild(e.typeName)});case g.TypeParameter:return this.createNode(e,{type:D.TSTypeParameter,const:Ge(g.ConstKeyword,e),constraint:e.constraint&&this.convertChild(e.constraint),default:e.default?this.convertChild(e.default):void 0,in:Ge(g.InKeyword,e),name:this.convertChild(e.name),out:Ge(g.OutKeyword,e)});case g.ThisType:return this.createNode(e,{type:D.TSThisType});case g.AnyKeyword:case g.BigIntKeyword:case g.BooleanKeyword:case g.NeverKeyword:case g.NumberKeyword:case g.ObjectKeyword:case g.StringKeyword:case g.SymbolKeyword:case g.UnknownKeyword:case g.VoidKeyword:case g.UndefinedKeyword:case g.IntrinsicKeyword:return this.createNode(e,{type:D[`TS${g[e.kind]}`]});case g.NonNullExpression:{let p=this.createNode(e,{type:D.TSNonNullExpression,expression:this.convertChild(e.expression)});return this.convertChainExpression(p,e)}case g.TypeLiteral:return this.createNode(e,{type:D.TSTypeLiteral,members:e.members.map(p=>this.convertChild(p))});case g.ArrayType:return this.createNode(e,{type:D.TSArrayType,elementType:this.convertChild(e.elementType)});case g.IndexedAccessType:return this.createNode(e,{type:D.TSIndexedAccessType,indexType:this.convertChild(e.indexType),objectType:this.convertChild(e.objectType)});case g.ConditionalType:return this.createNode(e,{type:D.TSConditionalType,checkType:this.convertChild(e.checkType),extendsType:this.convertChild(e.extendsType),falseType:this.convertChild(e.falseType),trueType:this.convertChild(e.trueType)});case g.TypeQuery:return this.createNode(e,{type:D.TSTypeQuery,exprName:this.convertChild(e.exprName),typeArguments:e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e)});case g.MappedType:return e.members&&e.members.length>0&&be(this,ye,qt).call(this,e.members[0],"A mapped type may not declare properties or methods."),this.createNode(e,be(this,ye,Sp).call(this,{type:D.TSMappedType,constraint:this.convertChild(e.typeParameter.constraint),key:this.convertChild(e.typeParameter.name),nameType:this.convertChild(e.nameType)??null,optional:e.questionToken&&(e.questionToken.kind===g.QuestionToken||sr(e.questionToken.kind)),readonly:e.readonlyToken&&(e.readonlyToken.kind===g.ReadonlyKeyword||sr(e.readonlyToken.kind)),typeAnnotation:e.type&&this.convertChild(e.type)},"typeParameter","'constraint' and 'key'",this.convertChild(e.typeParameter)));case g.ParenthesizedExpression:return this.convertChild(e.expression,n);case g.TypeAliasDeclaration:{let p=this.createNode(e,{type:D.TSTypeAliasDeclaration,declare:Ge(g.DeclareKeyword,e),id:this.convertChild(e.name),typeAnnotation:this.convertChild(e.type),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});return this.fixExports(e,p)}case g.MethodSignature:return this.convertMethodSignature(e);case g.PropertySignature:{let{initializer:p}=e;return p&&be(this,ye,Oe).call(this,p,"A property signature cannot have an initializer."),this.createNode(e,{type:D.TSPropertySignature,accessibility:jr(e),computed:wa(e.name),key:this.convertChild(e.name),optional:ym(e),readonly:Ge(g.ReadonlyKeyword,e),static:Ge(g.StaticKeyword,e),typeAnnotation:e.type&&this.convertTypeAnnotation(e.type,e)})}case g.IndexSignature:return this.createNode(e,{type:D.TSIndexSignature,accessibility:jr(e),parameters:e.parameters.map(p=>this.convertChild(p)),readonly:Ge(g.ReadonlyKeyword,e),static:Ge(g.StaticKeyword,e),typeAnnotation:e.type&&this.convertTypeAnnotation(e.type,e)});case g.ConstructorType:return this.createNode(e,{type:D.TSConstructorType,abstract:Ge(g.AbstractKeyword,e),params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});case g.FunctionType:{let{modifiers:p}=e;p&&be(this,ye,Oe).call(this,p[0],"A function type cannot have modifiers.")}case g.ConstructSignature:case g.CallSignature:{let p=e.kind===g.ConstructSignature?D.TSConstructSignatureDeclaration:e.kind===g.CallSignature?D.TSCallSignatureDeclaration:D.TSFunctionType;return this.createNode(e,{type:p,params:this.convertParameters(e.parameters),returnType:e.type&&this.convertTypeAnnotation(e.type,e),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)})}case g.ExpressionWithTypeArguments:{let p=n.kind,k=p===g.InterfaceDeclaration?D.TSInterfaceHeritage:p===g.HeritageClause?D.TSClassImplements:D.TSInstantiationExpression;return this.createNode(e,{type:k,expression:this.convertChild(e.expression),typeArguments:e.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e)})}case g.InterfaceDeclaration:{let p=e.heritageClauses??[],k=[];for(let S of p){S.token!==g.ExtendsKeyword&&be(this,ye,Oe).call(this,S,S.token===g.ImplementsKeyword?"Interface declaration cannot have 'implements' clause.":"Unexpected token.");for(let M of S.types)k.push(this.convertChild(M,e))}let v=this.createNode(e,{type:D.TSInterfaceDeclaration,body:this.createNode(e,{type:D.TSInterfaceBody,range:[e.members.pos-1,e.end],body:e.members.map(S=>this.convertChild(S))}),declare:Ge(g.DeclareKeyword,e),extends:k,id:this.convertChild(e.name),typeParameters:e.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters)});return this.fixExports(e,v)}case g.TypePredicate:{let p=this.createNode(e,{type:D.TSTypePredicate,asserts:e.assertsModifier!=null,parameterName:this.convertChild(e.parameterName),typeAnnotation:null});return e.type&&(p.typeAnnotation=this.convertTypeAnnotation(e.type,e),p.typeAnnotation.loc=p.typeAnnotation.typeAnnotation.loc,p.typeAnnotation.range=p.typeAnnotation.typeAnnotation.range),p}case g.ImportType:{let p=Bo(e,this.ast);if(e.isTypeOf){let v=xa(e.getFirstToken(),e,this.ast);p[0]=v.getStart(this.ast)}let k=this.createNode(e,{type:D.TSImportType,range:p,argument:this.convertChild(e.argument),attributes:this.convertImportAttributes(e.attributes),qualifier:this.convertChild(e.qualifier),typeArguments:e.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e):null});return e.isTypeOf?this.createNode(e,{type:D.TSTypeQuery,exprName:k,typeArguments:void 0}):k}case g.EnumDeclaration:{let p=e.members.map(v=>this.convertChild(v)),k=this.createNode(e,be(this,ye,Sp).call(this,{type:D.TSEnumDeclaration,body:this.createNode(e,{type:D.TSEnumBody,range:[e.members.pos-1,e.end],members:p}),const:Ge(g.ConstKeyword,e),declare:Ge(g.DeclareKeyword,e),id:this.convertChild(e.name)},"members","'body.members'",e.members.map(v=>this.convertChild(v))));return this.fixExports(e,k)}case g.EnumMember:return this.createNode(e,{type:D.TSEnumMember,computed:e.name.kind===je.ComputedPropertyName,id:this.convertChild(e.name),initializer:e.initializer&&this.convertChild(e.initializer)});case g.ModuleDeclaration:{let p=Ge(g.DeclareKeyword,e),k=this.createNode(e,{type:D.TSModuleDeclaration,...(()=>{if(e.flags&j_.GlobalAugmentation){let S=this.convertChild(e.name),M=this.convertChild(e.body);return(M==null||M.type===D.TSModuleDeclaration)&&be(this,ye,qt).call(this,e.body??e,"Expected a valid module body"),S.type!==D.Identifier&&be(this,ye,qt).call(this,e.name,"global module augmentation must have an Identifier id"),{body:M,declare:!1,global:!1,id:S,kind:"global"}}if(!(e.flags&j_.Namespace)){let S=this.convertChild(e.body);return{kind:"module",...S!=null?{body:S}:{},declare:!1,global:!1,id:this.convertChild(e.name)}}e.body==null&&be(this,ye,qt).call(this,e,"Expected a module body"),e.name.kind!==je.Identifier&&be(this,ye,qt).call(this,e.name,"`namespace`s must have an Identifier id");let v=this.createNode(e.name,{type:D.Identifier,range:[e.name.getStart(this.ast),e.name.getEnd()],decorators:[],name:e.name.text,optional:!1,typeAnnotation:void 0});for(;e.body&&ii(e.body)&&e.body.name;){e=e.body,p||(p=Ge(g.DeclareKeyword,e));let S=e.name,M=this.createNode(S,{type:D.Identifier,range:[S.getStart(this.ast),S.getEnd()],decorators:[],name:S.text,optional:!1,typeAnnotation:void 0});v=this.createNode(S,{type:D.TSQualifiedName,range:[v.range[0],M.range[1]],left:v,right:M})}return{body:this.convertChild(e.body),declare:!1,global:!1,id:v,kind:"namespace"}})()});return k.declare=p,e.flags&j_.GlobalAugmentation&&(k.global=!0),this.fixExports(e,k)}case g.ParenthesizedType:return this.convertChild(e.type);case g.UnionType:return this.createNode(e,{type:D.TSUnionType,types:e.types.map(p=>this.convertChild(p))});case g.IntersectionType:return this.createNode(e,{type:D.TSIntersectionType,types:e.types.map(p=>this.convertChild(p))});case g.AsExpression:return this.createNode(e,{type:D.TSAsExpression,expression:this.convertChild(e.expression),typeAnnotation:this.convertChild(e.type)});case g.InferType:return this.createNode(e,{type:D.TSInferType,typeParameter:this.convertChild(e.typeParameter)});case g.LiteralType:return e.literal.kind===g.NullKeyword?this.createNode(e.literal,{type:D.TSNullKeyword}):this.createNode(e,{type:D.TSLiteralType,literal:this.convertChild(e.literal)});case g.TypeAssertionExpression:return this.createNode(e,{type:D.TSTypeAssertion,expression:this.convertChild(e.expression),typeAnnotation:this.convertChild(e.type)});case g.ImportEqualsDeclaration:return this.fixExports(e,this.createNode(e,{type:D.TSImportEqualsDeclaration,id:this.convertChild(e.name),importKind:e.isTypeOnly?"type":"value",moduleReference:this.convertChild(e.moduleReference)}));case g.ExternalModuleReference:return e.expression.kind!==g.StringLiteral&&be(this,ye,Oe).call(this,e.expression,"String literal expected."),this.createNode(e,{type:D.TSExternalModuleReference,expression:this.convertChild(e.expression)});case g.NamespaceExportDeclaration:return this.createNode(e,{type:D.TSNamespaceExportDeclaration,id:this.convertChild(e.name)});case g.AbstractKeyword:return this.createNode(e,{type:D.TSAbstractKeyword});case g.TupleType:{let p=e.elements.map(k=>this.convertChild(k));return this.createNode(e,{type:D.TSTupleType,elementTypes:p})}case g.NamedTupleMember:{let p=this.createNode(e,{type:D.TSNamedTupleMember,elementType:this.convertChild(e.type,e),label:this.convertChild(e.name,e),optional:e.questionToken!=null});return e.dotDotDotToken?(p.range[0]=p.label.range[0],p.loc.start=p.label.loc.start,this.createNode(e,{type:D.TSRestType,typeAnnotation:p})):p}case g.OptionalType:return this.createNode(e,{type:D.TSOptionalType,typeAnnotation:this.convertChild(e.type)});case g.RestType:return this.createNode(e,{type:D.TSRestType,typeAnnotation:this.convertChild(e.type)});case g.TemplateLiteralType:{let p=this.createNode(e,{type:D.TSTemplateLiteralType,quasis:[this.convertChild(e.head)],types:[]});return e.templateSpans.forEach(k=>{p.types.push(this.convertChild(k.type)),p.quasis.push(this.convertChild(k.literal))}),p}case g.ClassStaticBlockDeclaration:return this.createNode(e,{type:D.StaticBlock,body:this.convertBodyExpressions(e.body.statements,e)});case g.AssertEntry:case g.ImportAttribute:return this.createNode(e,{type:D.ImportAttribute,key:this.convertChild(e.name),value:this.convertChild(e.value)});case g.SatisfiesExpression:return this.createNode(e,{type:D.TSSatisfiesExpression,expression:this.convertChild(e.expression),typeAnnotation:this.convertChild(e.type)});default:return this.deeplyCopy(e)}}createNode(e,n){let o=n;return o.range??(o.range=Bo(e,this.ast)),o.loc??(o.loc=Or(o.range,this.ast)),o&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(o,e),o}convertProgram(){return this.converter(this.ast)}deeplyCopy(e){e.kind===je.JSDocFunctionType&&be(this,ye,Oe).call(this,e,"JSDoc types can only be used inside documentation comments.");let n=`TS${g[e.kind]}`;if(this.options.errorOnUnknownASTType&&!D[n])throw new Error(`Unknown AST_NODE_TYPE: "${n}"`);let o=this.createNode(e,{type:n});"type"in e&&(o.typeAnnotation=e.type&&"kind"in e.type&&ty(e.type)?this.convertTypeAnnotation(e.type,e):null),"typeArguments"in e&&(o.typeArguments=e.typeArguments&&"pos"in e.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(e.typeArguments,e):null),"typeParameters"in e&&(o.typeParameters=e.typeParameters&&"pos"in e.typeParameters?this.convertTSTypeParametersToTypeParametersDeclaration(e.typeParameters):null);let c=Aa(e);c!=null&&c.length&&(o.decorators=c.map(b=>this.convertChild(b)));let h=new Set(["_children","decorators","end","flags","heritageClauses","illegalDecorators","jsDoc","kind","locals","localSymbol","modifierFlagsCache","modifiers","nextContainer","parent","pos","symbol","transformFlags","type","typeArguments","typeParameters"]);return Object.entries(e).filter(([b])=>!h.has(b)).forEach(([b,P])=>{Array.isArray(P)?o[b]=P.map(N=>this.convertChild(N)):P&&typeof P=="object"&&P.kind?o[b]=this.convertChild(P):o[b]=P}),o}fixExports(e,n){let o=ii(e)&&e.flags&j_.Namespace?k6(e):kn(e);if((o==null?void 0:o[0].kind)===g.ExportKeyword){this.registerTSNodeInNodeMap(e,n);let c=o[0],h=o[1],b=(h==null?void 0:h.kind)===g.DefaultKeyword,P=b?xa(h,this.ast,this.ast):xa(c,this.ast,this.ast);if(n.range[0]=P.getStart(this.ast),n.loc=Or(n.range,this.ast),b)return this.createNode(e,{type:D.ExportDefaultDeclaration,range:[c.getStart(this.ast),n.range[1]],declaration:n,exportKind:"value"});let N=n.type===D.TSInterfaceDeclaration||n.type===D.TSTypeAliasDeclaration,l="declare"in n&&n.declare;return this.createNode(e,be(this,ye,Da).call(this,{type:D.ExportNamedDeclaration,range:[c.getStart(this.ast),n.range[1]],attributes:[],declaration:n,exportKind:N||l?"type":"value",source:null,specifiers:[]},"assertions","attributes",!0))}return n}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}registerTSNodeInNodeMap(e,n){n&&this.options.shouldPreserveNodeMaps&&!this.tsNodeToESTreeNodeMap.has(e)&&this.tsNodeToESTreeNodeMap.set(e,n)}};ye=new WeakSet,Tp=function(e,n){let o=n===je.ForInStatement?"for...in":"for...of";if(Ng(e)){e.declarations.length!==1&&be(this,ye,Oe).call(this,e,`Only a single variable declaration is allowed in a '${o}' statement.`);let c=e.declarations[0];c.initializer?be(this,ye,Oe).call(this,c,`The variable declaration of a '${o}' statement cannot have an initializer.`):c.type&&be(this,ye,Oe).call(this,c,`The variable declaration of a '${o}' statement cannot have a type annotation.`),n===je.ForInStatement&&e.flags&j_.Using&&be(this,ye,Oe).call(this,e,"The left-hand side of a 'for...in' statement cannot be a 'using' declaration.")}else!ld(e)&&e.kind!==je.ObjectLiteralExpression&&e.kind!==je.ArrayLiteralExpression&&be(this,ye,Oe).call(this,e,`The left-hand side of a '${o}' statement must be a variable or a property access.`)},P1=function(e){if(!this.options.allowInvalidAST){m6(e)&&be(this,ye,Oe).call(this,e.illegalDecorators[0],"Decorators are not valid here.");for(let n of Aa(e,!0)??[])S6(e)||(yp(e)&&!gm(e.body)?be(this,ye,Oe).call(this,n,"A decorator can only decorate a method implementation, not an overload."):be(this,ye,Oe).call(this,n,"Decorators are not valid here."));for(let n of kn(e,!0)??[]){if(n.kind!==g.ReadonlyKeyword&&((e.kind===g.PropertySignature||e.kind===g.MethodSignature)&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on a type member`),e.kind===g.IndexSignature&&(n.kind!==g.StaticKeyword||!Ia(e.parent))&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on an index signature`)),n.kind!==g.InKeyword&&n.kind!==g.OutKeyword&&n.kind!==g.ConstKeyword&&e.kind===g.TypeParameter&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on a type parameter`),(n.kind===g.InKeyword||n.kind===g.OutKeyword)&&(e.kind!==g.TypeParameter||!(nd(e.parent)||Ia(e.parent)||t1(e.parent)))&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier can only appear on a type parameter of a class, interface or type alias`),n.kind===g.ReadonlyKeyword&&e.kind!==g.PropertyDeclaration&&e.kind!==g.PropertySignature&&e.kind!==g.IndexSignature&&e.kind!==g.Parameter&&be(this,ye,Oe).call(this,n,"'readonly' modifier can only appear on a property declaration or index signature."),n.kind===g.DeclareKeyword&&Ia(e.parent)&&!ac(e)&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on class elements of this kind.`),n.kind===g.DeclareKeyword&&pc(e)){let o=wp(e.declarationList);(o==="using"||o==="await using")&&be(this,ye,Oe).call(this,n,`'declare' modifier cannot appear on a '${o}' declaration.`)}if(n.kind===g.AbstractKeyword&&e.kind!==g.ClassDeclaration&&e.kind!==g.ConstructorType&&e.kind!==g.MethodDeclaration&&e.kind!==g.PropertyDeclaration&&e.kind!==g.GetAccessor&&e.kind!==g.SetAccessor&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier can only appear on a class, method, or property declaration.`),(n.kind===g.StaticKeyword||n.kind===g.PublicKeyword||n.kind===g.ProtectedKeyword||n.kind===g.PrivateKeyword)&&(e.parent.kind===g.ModuleBlock||e.parent.kind===g.SourceFile)&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on a module or namespace element.`),n.kind===g.AccessorKeyword&&e.kind!==g.PropertyDeclaration&&be(this,ye,Oe).call(this,n,"'accessor' modifier can only appear on a property declaration."),n.kind===g.AsyncKeyword&&e.kind!==g.MethodDeclaration&&e.kind!==g.FunctionDeclaration&&e.kind!==g.FunctionExpression&&e.kind!==g.ArrowFunction&&be(this,ye,Oe).call(this,n,"'async' modifier cannot be used here."),e.kind===g.Parameter&&(n.kind===g.StaticKeyword||n.kind===g.ExportKeyword||n.kind===g.DeclareKeyword||n.kind===g.AsyncKeyword)&&be(this,ye,Oe).call(this,n,`'${ut(n.kind)}' modifier cannot appear on a parameter.`),n.kind===g.PublicKeyword||n.kind===g.ProtectedKeyword||n.kind===g.PrivateKeyword)for(let o of kn(e)??[])o!==n&&(o.kind===g.PublicKeyword||o.kind===g.ProtectedKeyword||o.kind===g.PrivateKeyword)&&be(this,ye,Oe).call(this,o,"Accessibility modifier already seen.");if(e.kind===g.Parameter&&(n.kind===g.PublicKeyword||n.kind===g.PrivateKeyword||n.kind===g.ProtectedKeyword||n.kind===g.ReadonlyKeyword||n.kind===g.OverrideKeyword)){let o=v6(e);o.kind===g.Constructor&&gm(o.body)||be(this,ye,Oe).call(this,n,"A parameter property is only allowed in a constructor implementation.")}}}},Oe=function(e,n){let o,c;throw typeof e=="number"?o=c=e:(o=e.getStart(this.ast),c=e.getEnd()),D1(n,this.ast,o,c)},qt=function(e,n){this.options.allowInvalidAST||be(this,ye,Oe).call(this,e,n)},Da=function(e,n,o,c=!1){let h=c;return Object.defineProperty(e,n,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>e[o]:()=>(h||((void 0)(`The '${n}' property is deprecated on ${e.type} nodes. Use '${o}' instead. See https://typescript-eslint.io/troubleshooting/faqs/general#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings.`,"DeprecationWarning"),h=!0),e[o]),set(b){Object.defineProperty(e,n,{enumerable:!0,value:b,writable:!0})}}),e},Sp=function(e,n,o,c){let h=!1;return Object.defineProperty(e,n,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>c:()=>(h||((void 0)(`The '${n}' property is deprecated on ${e.type} nodes. Use ${o} instead. See https://typescript-eslint.io/troubleshooting/faqs/general#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings.`,"DeprecationWarning"),h=!0),c),set(b){Object.defineProperty(e,n,{enumerable:!0,value:b,writable:!0})}}),e};function D6(e,n,o=e.getSourceFile()){let c=[];for(;;){if(vf(e.kind))n(e);else{let h=e.getChildren(o);if(h.length===1){e=h[0];continue}for(let b=h.length-1;b>=0;--b)c.push(h[b])}if(c.length===0)break;e=c.pop()}}function E6(e,n,o=e.getSourceFile()){let c=o.text,h=o.languageVariant!==Wm.JSX;return D6(e,P=>{if(P.pos!==P.end&&(P.kind!==je.JsxText&&u0(c,P.pos===0?(uf(c)??"").length:P.pos,b),h||P6(P)))return p0(c,P.end,b)},o);function b(P,N,l){n(c,{end:N,kind:l,pos:P})}}function P6(e){switch(e.kind){case je.CloseBraceToken:return e.parent.kind!==je.JsxExpression||!rp(e.parent.parent);case je.GreaterThanToken:switch(e.parent.kind){case je.JsxClosingElement:case je.JsxClosingFragment:return!rp(e.parent.parent.parent);case je.JsxOpeningElement:return e.end!==e.parent.end;case je.JsxOpeningFragment:return!1;case je.JsxSelfClosingElement:return e.end!==e.parent.end||!rp(e.parent.parent)}}return!0}function rp(e){return e.kind===je.JsxElement||e.kind===je.JsxFragment}ih.split(".").map(e=>Number.parseInt(e,10));r_.Intrinsic??r_.Any|r_.Unknown|r_.String|r_.Number|r_.BigInt|r_.Boolean|r_.BooleanLiteral|r_.ESSymbol|r_.Void|r_.Undefined|r_.Null|r_.Never|r_.NonPrimitive;function N6(e,n){let o=[];return E6(e,(c,h)=>{let b=h.kind===je.SingleLineCommentTrivia?Kt.Line:Kt.Block,P=[h.pos,h.end],N=Or(P,e),l=P[0]+2,Y=h.kind===je.SingleLineCommentTrivia?P[1]-l:P[1]-l-2;o.push({type:b,loc:N,range:P,value:n.slice(l,l+Y)})},e),o}var I6=()=>{};function F6(e,n,o){let{parseDiagnostics:c}=e;if(c.length)throw C6(c[0]);let h=new A6(e,{allowInvalidAST:n.allowInvalidAST,errorOnUnknownASTType:n.errorOnUnknownASTType,shouldPreserveNodeMaps:o,suppressDeprecatedPropertyWarnings:n.suppressDeprecatedPropertyWarnings}),b=h.convertProgram();return(!n.range||!n.loc)&&I6(),n.tokens&&(b.tokens=p6(e)),n.comment&&(b.comments=N6(e,n.codeFullText)),{astMaps:h.getASTMaps(),estree:b}}function N1(e){if(typeof e!="object"||e==null)return!1;let n=e;return n.kind===je.SourceFile&&typeof n.getFullText=="function"}var j6=function(e){return e&&e.__esModule?e:{default:e}},J6=j6({extname:e=>"."+e.split(".").pop()});function M6(e,n){switch(J6.default.extname(e).toLowerCase()){case H_.Cjs:case H_.Js:case H_.Mjs:return Bn.JS;case H_.Cts:case H_.Mts:case H_.Ts:return Bn.TS;case H_.Json:return Bn.JSON;case H_.Jsx:return Bn.JSX;case H_.Tsx:return Bn.TSX;default:return n?Bn.TSX:Bn.TS}}var O6={default:jm},L6=(0,O6.default)("typescript-eslint:typescript-estree:create-program:createSourceFile");function R6(e){return L6("Getting AST without type information in %s mode for: %s",e.jsx?"TSX":"TS",e.filePath),N1(e.code)?e.code:xb(e.filePath,e.codeFullText,{jsDocParsingMode:e.jsDocParsingMode,languageVersion:jp.Latest,setExternalModuleIndicator:e.setExternalModuleIndicator},!0,M6(e.filePath,e.jsx))}var q6=()=>{},U6=e=>e,B6=class{},z6=()=>!1,K6=function(e){return e&&e.__esModule?e:{default:e}},kp={default:jm},X6=K6({extname:e=>"."+e.split(".").pop()}),W6=(0,kp.default)("typescript-eslint:typescript-estree:parseSettings:createParseSettings"),bm,vm=null,xm,wm,Tm,Sm,zo={ParseAll:(xm=Go)==null?void 0:xm.ParseAll,ParseForTypeErrors:(wm=Go)==null?void 0:wm.ParseForTypeErrors,ParseForTypeInfo:(Tm=Go)==null?void 0:Tm.ParseForTypeInfo,ParseNone:(Sm=Go)==null?void 0:Sm.ParseNone};function G6(e,n={}){var o;let c=V6(e),h=z6(),b=typeof n.tsconfigRootDir=="string"?n.tsconfigRootDir:"/prettier-security-dirname-placeholder";n.loggerFn;let P=U6(typeof n.filePath=="string"&&n.filePath!=="<input>"?n.filePath:H6(n.jsx)),N=X6.default.extname(P).toLowerCase(),l=(()=>{switch(n.jsDocParsingMode){case"all":return zo.ParseAll;case"none":return zo.ParseNone;case"type-info":return zo.ParseForTypeInfo;default:return zo.ParseAll}})(),Y={loc:n.loc===!0,range:n.range===!0,allowInvalidAST:n.allowInvalidAST===!0,code:e,codeFullText:c,comment:n.comment===!0,comments:[],debugLevel:n.debugLevel===!0?new Set(["typescript-eslint"]):Array.isArray(n.debugLevel)?new Set(n.debugLevel):new Set,errorOnTypeScriptSyntacticAndSemanticIssues:!1,errorOnUnknownASTType:n.errorOnUnknownASTType===!0,extraFileExtensions:Array.isArray(n.extraFileExtensions)&&n.extraFileExtensions.every(p=>typeof p=="string")?n.extraFileExtensions:[],filePath:P,jsDocParsingMode:l,jsx:n.jsx===!0,log:typeof n.loggerFn=="function"?n.loggerFn:n.loggerFn===!1?()=>{}:console.log,preserveNodeMaps:n.preserveNodeMaps!==!1,programs:Array.isArray(n.programs)?n.programs:null,projects:new Map,projectService:n.projectService||n.project&&n.projectService!==!1&&(void 0).env.TYPESCRIPT_ESLINT_PROJECT_SERVICE==="true"?vm??(vm=q6(n.projectService)):void 0,setExternalModuleIndicator:n.sourceType==="module"||n.sourceType==null&&N===H_.Mjs||n.sourceType==null&&N===H_.Mts?p=>{p.externalModuleIndicator=!0}:void 0,singleRun:h,suppressDeprecatedPropertyWarnings:n.suppressDeprecatedPropertyWarnings??!0,tokens:n.tokens===!0?[]:null,tsconfigMatchCache:bm??(bm=new B6(((o=n.cacheLifetime)==null?void 0:o.glob)??void 0)),tsconfigRootDir:b};if(Y.debugLevel.size>0){let p=[];Y.debugLevel.has("typescript-eslint")&&p.push("typescript-eslint:*"),(Y.debugLevel.has("eslint")||kp.default.enabled("eslint:*,-eslint:code-path"))&&p.push("eslint:*,-eslint:code-path"),kp.default.enable(p.join(","))}if(Array.isArray(n.programs)){if(!n.programs.length)throw new Error("You have set parserOptions.programs to an empty array. This will cause all files to not be found in existing programs. Either provide one or more existing TypeScript Program instances in the array, or remove the parserOptions.programs setting.");W6("parserOptions.programs was provided, so parserOptions.project will be ignored.")}return!Y.programs&&!Y.projectService&&(Y.projects=new Map),n.jsDocParsingMode==null&&Y.projects.size===0&&Y.programs==null&&Y.projectService==null&&(Y.jsDocParsingMode=zo.ParseNone),Y}function V6(e){return N1(e)?e.getFullText(e):typeof e=="string"?e:String(e)}function H6(e){return e?"estree.tsx":"estree.ts"}function $6(e,n){let{ast:o}=Q6(e,n,!1);return o}function Q6(e,n,o){let c=G6(e,n);if(n!=null&&n.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');let h=R6(c),{astMaps:b,estree:P}=F6(h,c,o);return{ast:P,esTreeNodeToTSNodeMap:b.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:b.tsNodeToESTreeNodeMap}}function Y6(e,n){let o=new SyntaxError(e+" ("+n.loc.start.line+":"+n.loc.start.column+")");return Object.assign(o,n)}var Z6=Y6;function e3(e){let n=[];for(let o of e)try{return o()}catch(c){n.push(c)}throw Object.assign(new Error("All combinations failed"),{errors:n})}var t3=e3,_3=(e,n,o)=>{if(!(e&&n==null))return Array.isArray(n)||typeof n=="string"?n[o<0?n.length+o:o]:n.at(o)},km=_3;function n3(e){return Array.isArray(e)&&e.length>0}var r3=n3;function Tn(e){var n,o,c;let h=((n=e.range)==null?void 0:n[0])??e.start,b=(c=((o=e.declaration)==null?void 0:o.decorators)??e.decorators)==null?void 0:c[0];return b?Math.min(Tn(b),h):h}function Lr(e){var n;return((n=e.range)==null?void 0:n[1])??e.end}function a3(e){let n=new Set(e);return o=>n.has(o==null?void 0:o.type)}var o3=a3,i3=o3(["Block","CommentBlock","MultiLine"]),Cp=i3;function s3(e){let n=`*${e.value}*`.split(`
18
+ `);return n.length>1&&n.every(o=>o.trimStart()[0]==="*")}var Cm=s3;function l3(e){return Cp(e)&&e.value[0]==="*"&&/@(?:type|satisfies)\b/u.test(e.value)}var c3=l3,Ko=null;function ti(e){if(Ko!==null&&typeof Ko.property){let n=Ko;return Ko=ti.prototype=null,n}return Ko=ti.prototype=e??Object.create(null),new ti}var u3=10;for(let e=0;e<=u3;e++)ti();function p3(e){return ti(e)}function d3(e,n="type"){p3(e);function o(c){let h=c[n],b=e[h];if(!Array.isArray(b))throw Object.assign(new Error(`Missing visitor keys for '${h}'.`),{node:c});return b}return o}var m3=d3,f3={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","typeParameters","params","predicate","returnType","body"],FunctionExpression:["id","typeParameters","params","returnType","body"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["decorators","key","typeParameters","params","returnType","body"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:["body"],ClassExpression:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body","superTypeArguments"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeParameters","mixins","implements","body","superTypeArguments"],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],ImportExpression:["source","options"],MetaProperty:["meta","property"],ClassMethod:["decorators","key","typeParameters","params","returnType","body"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","typeParameters","quasi","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["decorators","variance","key","typeAnnotation","value"],ClassAccessorProperty:["decorators","key","typeAnnotation","value"],ClassPrivateProperty:["decorators","variance","key","typeAnnotation","value"],ClassPrivateMethod:["decorators","key","typeParameters","params","returnType","body"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source","attributes"],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["qualification","id"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeParameters","typeArguments","attributes"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters","typeArguments"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters","typeArguments"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters","typeArguments"],TSAsExpression:["expression","typeAnnotation"],TSSatisfiesExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumBody:["members"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","options","qualifier","typeParameters","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],Literal:[],MethodDefinition:["decorators","key","value"],PrivateIdentifier:[],Property:["key","value"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],AccessorProperty:["decorators","key","typeAnnotation","value"],TSAbstractAccessorProperty:["decorators","key","typeAnnotation"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeArguments","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeArguments","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:["expression"],AsExpression:["expression","typeAnnotation"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:["name","typeAnnotation"],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:["id","body"],DeclareHook:["id"],DeclareNamespace:["id","body"],EnumBigIntBody:["members"],EnumBigIntMember:["id","init"],HookDeclaration:["id","params","body","typeParameters","returnType"],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:["typeAnnotation"],TypePredicate:["parameterName","typeAnnotation","asserts"],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],NeverTypeAnnotation:[],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],SatisfiesExpression:["expression","typeAnnotation"]},h3=m3(f3),y3=h3;function Ap(e,n){if(!(e!==null&&typeof e=="object"))return e;if(Array.isArray(e)){for(let c=0;c<e.length;c++)e[c]=Ap(e[c],n);return e}let o=y3(e);for(let c=0;c<o.length;c++)e[o[c]]=Ap(e[o[c]],n);return n(e)||e}var ap=Ap;function g3(e,n){let{parser:o,text:c}=n;if(e.type==="File"&&e.program.interpreter){let{program:{interpreter:h},comments:b}=e;delete e.program.interpreter,b.unshift(h)}if(o==="babel"){let h=new Set;e=ap(e,b=>{var P;(P=b.leadingComments)!=null&&P.some(c3)&&h.add(Tn(b))}),e=ap(e,b=>{if(b.type==="ParenthesizedExpression"){let{expression:P}=b;if(P.type==="TypeCastExpression")return P.range=[...b.range],P;let N=Tn(b);if(!h.has(N))return P.extra={...P.extra,parenthesized:!0},P}})}if(e=ap(e,h=>{switch(h.type){case"LogicalExpression":if(I1(h))return Dp(h);break;case"VariableDeclaration":{let b=km(!1,h.declarations,-1);b!=null&&b.init&&c[Lr(b)]!==";"&&(h.range=[Tn(h),Lr(b)]);break}case"TSParenthesizedType":return h.typeAnnotation;case"TSTypeParameter":if(typeof h.name=="string"){let b=Tn(h);h.name={type:"Identifier",name:h.name,range:[b,b+h.name.length]}}break;case"TopicReference":e.extra={...e.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(h.types.length===1)return h.types[0];break}}),r3(e.comments)){let h=km(!1,e.comments,-1);for(let b=e.comments.length-2;b>=0;b--){let P=e.comments[b];Lr(P)===Tn(h)&&Cp(P)&&Cp(h)&&Cm(P)&&Cm(h)&&(e.comments.splice(b+1,1),P.value+="*//*"+h.value,P.range=[Tn(P),Lr(h)]),h=P}}return e.type==="Program"&&(e.range=[0,c.length]),e}function I1(e){return e.type==="LogicalExpression"&&e.right.type==="LogicalExpression"&&e.operator===e.right.operator}function Dp(e){return I1(e)?Dp({type:"LogicalExpression",operator:e.operator,left:Dp({type:"LogicalExpression",operator:e.operator,left:e.left,right:e.right.left,range:[Tn(e.left),Lr(e.right.left)]}),right:e.right.right,range:[Tn(e),Lr(e)]}):e}var b3=g3,v3=/\*\/$/,x3=/^\/\*\*?/,w3=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,T3=/(^|\s+)\/\/([^\n\r]*)/g,Am=/^(\r?\n)+/,S3=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,Dm=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,k3=/(\r?\n|^) *\* ?/g,C3=[];function A3(e){let n=e.match(w3);return n?n[0].trimStart():""}function D3(e){let n=`
19
+ `;e=Ea(!1,e.replace(x3,"").replace(v3,""),k3,"$1");let o="";for(;o!==e;)o=e,e=Ea(!1,e,S3,`${n}$1 $2${n}`);e=e.replace(Am,"").trimEnd();let c=Object.create(null),h=Ea(!1,e,Dm,"").replace(Am,"").trimEnd(),b;for(;b=Dm.exec(e);){let P=Ea(!1,b[2],T3,"");if(typeof c[b[1]]=="string"||Array.isArray(c[b[1]])){let N=c[b[1]];c[b[1]]=[...C3,...Array.isArray(N)?N:[N],P]}else c[b[1]]=P}return{comments:h,pragmas:c}}function E3(e){if(!e.startsWith("#!"))return"";let n=e.indexOf(`
20
+ `);return n===-1?e:e.slice(0,n)}var P3=E3;function N3(e){let n=P3(e);n&&(e=e.slice(n.length+1));let o=A3(e),{pragmas:c,comments:h}=D3(o);return{shebang:n,text:e,pragmas:c,comments:h}}function I3(e){let{pragmas:n}=N3(e);return Object.prototype.hasOwnProperty.call(n,"prettier")||Object.prototype.hasOwnProperty.call(n,"format")}function F3(e){return e=typeof e=="function"?{parse:e}:e,{astFormat:"estree",hasPragma:I3,locStart:Tn,locEnd:Lr,...e}}var j3=F3;function J3(e){let{filepath:n}=e;if(n){if(n=n.toLowerCase(),n.endsWith(".cjs")||n.endsWith(".cts"))return"script";if(n.endsWith(".mjs")||n.endsWith(".mts"))return"module"}}var M3=J3;function O3(e){return e.charAt(0)==="#"&&e.charAt(1)==="!"?"//"+e.slice(2):e}var L3=O3,R3={loc:!0,range:!0,comment:!0,tokens:!0,loggerFn:!1,project:!1,jsDocParsingMode:"none",suppressDeprecatedPropertyWarnings:!0};function q3(e){if(!(e!=null&&e.location))return e;let{message:n,location:{start:o,end:c}}=e;return Z6(n,{loc:{start:{line:o.line,column:o.column+1},end:{line:c.line,column:c.column+1}},cause:e})}var U3=e=>/\.(?:js|mjs|cjs|jsx|ts|mts|cts|tsx)$/iu.test(e);function B3(e,n){let o=n==null?void 0:n.filepath,c=[{...R3,filePath:o}],h=M3(n);if(h?c=c.map(P=>({...P,sourceType:h})):c=["module","script"].flatMap(P=>c.map(N=>({...N,sourceType:P}))),o&&U3(o))return c;let b=K3(e);return[b,!b].flatMap(P=>c.map(N=>({...N,jsx:P})))}function z3(e,n={}){let o=L3(e),c=B3(e,n),h;try{h=t3(c.map(b=>()=>$6(o,b)))}catch({errors:[b]}){throw q3(b)}return b3(h,{text:e})}function K3(e){return new RegExp(["(?:^[^\"'`]*</)","|","(?:^[^/]{2}.*/>)"].join(""),"mu").test(e)}var X3=j3(z3),G3=Im;export{G3 as default,Fm as parsers};
21
+ //# sourceMappingURL=typescript-c6c5f850.js.map