immosquare-cleaner 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4339) hide show
  1. checksums.yaml +4 -4
  2. data/bin/immosquare-cleaner +1 -2
  3. data/lib/{immosquare-cleaner → immosquare_cleaner}/railtie.rb +1 -1
  4. data/lib/{immosquare-cleaner → immosquare_cleaner}/version.rb +1 -1
  5. data/lib/{immosquare-cleaner.rb → immosquare_cleaner.rb} +55 -28
  6. data/node_modules/@aashutoshrathi/word-wrap/LICENSE +21 -0
  7. data/node_modules/@aashutoshrathi/word-wrap/README.md +182 -0
  8. data/node_modules/@aashutoshrathi/word-wrap/index.d.ts +50 -0
  9. data/node_modules/@aashutoshrathi/word-wrap/index.js +52 -0
  10. data/node_modules/@aashutoshrathi/word-wrap/package.json +81 -0
  11. data/node_modules/@eslint/eslintrc/LICENSE +19 -0
  12. data/node_modules/@eslint/eslintrc/README.md +71 -0
  13. data/node_modules/@eslint/eslintrc/conf/config-schema.js +79 -0
  14. data/node_modules/@eslint/eslintrc/conf/environments.js +215 -0
  15. data/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs +1104 -0
  16. data/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map +1 -0
  17. data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +4333 -0
  18. data/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +1 -0
  19. data/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +532 -0
  20. data/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +523 -0
  21. data/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +115 -0
  22. data/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +145 -0
  23. data/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +238 -0
  24. data/node_modules/@eslint/eslintrc/lib/config-array/index.js +19 -0
  25. data/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +225 -0
  26. data/node_modules/@eslint/eslintrc/lib/config-array-factory.js +1149 -0
  27. data/node_modules/@eslint/eslintrc/lib/flat-compat.js +318 -0
  28. data/node_modules/@eslint/eslintrc/lib/index-universal.js +29 -0
  29. data/node_modules/@eslint/eslintrc/lib/index.js +56 -0
  30. data/node_modules/@eslint/eslintrc/lib/shared/ajv.js +191 -0
  31. data/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +135 -0
  32. data/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +325 -0
  33. data/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +63 -0
  34. data/node_modules/@eslint/eslintrc/lib/shared/naming.js +96 -0
  35. data/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +42 -0
  36. data/node_modules/@eslint/eslintrc/lib/shared/types.js +149 -0
  37. data/node_modules/@eslint/eslintrc/package.json +82 -0
  38. data/node_modules/@eslint/eslintrc/universal.js +9 -0
  39. data/node_modules/@eslint/js/LICENSE +19 -0
  40. data/node_modules/@eslint/js/README.md +57 -0
  41. data/node_modules/@eslint/js/package.json +31 -0
  42. data/node_modules/@eslint/js/src/configs/eslint-all.js +278 -0
  43. data/node_modules/@eslint/js/src/configs/eslint-recommended.js +76 -0
  44. data/node_modules/@eslint/js/src/index.js +17 -0
  45. data/node_modules/@eslint-community/eslint-utils/LICENSE +21 -0
  46. data/node_modules/@eslint-community/eslint-utils/README.md +37 -0
  47. data/node_modules/@eslint-community/eslint-utils/index.js +2068 -0
  48. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -0
  49. data/node_modules/@eslint-community/eslint-utils/index.mjs +2027 -0
  50. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -0
  51. data/node_modules/@eslint-community/eslint-utils/package.json +73 -0
  52. data/node_modules/@eslint-community/regexpp/LICENSE +21 -0
  53. data/node_modules/@eslint-community/regexpp/README.md +177 -0
  54. data/node_modules/@eslint-community/regexpp/index.d.ts +1044 -0
  55. data/node_modules/@eslint-community/regexpp/index.js +2752 -0
  56. data/node_modules/@eslint-community/regexpp/index.js.map +1 -0
  57. data/node_modules/@eslint-community/regexpp/index.mjs +2743 -0
  58. data/node_modules/@eslint-community/regexpp/index.mjs.map +1 -0
  59. data/node_modules/@eslint-community/regexpp/package.json +93 -0
  60. data/node_modules/@humanwhocodes/config-array/LICENSE +201 -0
  61. data/node_modules/@humanwhocodes/config-array/README.md +342 -0
  62. data/node_modules/@humanwhocodes/config-array/api.js +1061 -0
  63. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/LICENSE +15 -0
  64. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/README.md +224 -0
  65. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/minimatch.js +947 -0
  66. data/node_modules/@humanwhocodes/config-array/node_modules/minimatch/package.json +33 -0
  67. data/node_modules/@humanwhocodes/config-array/package.json +61 -0
  68. data/node_modules/@humanwhocodes/module-importer/CHANGELOG.md +15 -0
  69. data/node_modules/@humanwhocodes/module-importer/LICENSE +201 -0
  70. data/node_modules/@humanwhocodes/module-importer/README.md +80 -0
  71. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.cjs +22 -0
  72. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.cts +27 -0
  73. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.d.ts +2 -0
  74. data/node_modules/@humanwhocodes/module-importer/dist/module-importer.js +18 -0
  75. data/node_modules/@humanwhocodes/module-importer/package.json +65 -0
  76. data/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs +81 -0
  77. data/node_modules/@humanwhocodes/module-importer/src/module-importer.js +22 -0
  78. data/node_modules/@humanwhocodes/object-schema/CHANGELOG.md +8 -0
  79. data/node_modules/@humanwhocodes/object-schema/LICENSE +29 -0
  80. data/node_modules/@humanwhocodes/object-schema/README.md +234 -0
  81. data/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  82. data/node_modules/@humanwhocodes/object-schema/src/index.js +7 -0
  83. data/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js +53 -0
  84. data/node_modules/@humanwhocodes/object-schema/src/object-schema.js +235 -0
  85. data/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js +102 -0
  86. data/node_modules/@humanwhocodes/object-schema/tests/merge-strategy.js +66 -0
  87. data/node_modules/@humanwhocodes/object-schema/tests/object-schema.js +611 -0
  88. data/node_modules/@humanwhocodes/object-schema/tests/validation-strategy.js +186 -0
  89. data/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
  90. data/node_modules/@nodelib/fs.scandir/README.md +171 -0
  91. data/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +20 -0
  92. data/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +19 -0
  93. data/node_modules/@nodelib/fs.scandir/out/constants.d.ts +4 -0
  94. data/node_modules/@nodelib/fs.scandir/out/constants.js +17 -0
  95. data/node_modules/@nodelib/fs.scandir/out/index.d.ts +12 -0
  96. data/node_modules/@nodelib/fs.scandir/out/index.js +26 -0
  97. data/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +7 -0
  98. data/node_modules/@nodelib/fs.scandir/out/providers/async.js +104 -0
  99. data/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +1 -0
  100. data/node_modules/@nodelib/fs.scandir/out/providers/common.js +13 -0
  101. data/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +5 -0
  102. data/node_modules/@nodelib/fs.scandir/out/providers/sync.js +54 -0
  103. data/node_modules/@nodelib/fs.scandir/out/settings.d.ts +20 -0
  104. data/node_modules/@nodelib/fs.scandir/out/settings.js +24 -0
  105. data/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +20 -0
  106. data/node_modules/@nodelib/fs.scandir/out/types/index.js +2 -0
  107. data/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +2 -0
  108. data/node_modules/@nodelib/fs.scandir/out/utils/fs.js +19 -0
  109. data/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +2 -0
  110. data/node_modules/@nodelib/fs.scandir/out/utils/index.js +5 -0
  111. data/node_modules/@nodelib/fs.scandir/package.json +44 -0
  112. data/node_modules/@nodelib/fs.stat/LICENSE +21 -0
  113. data/node_modules/@nodelib/fs.stat/README.md +126 -0
  114. data/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +13 -0
  115. data/node_modules/@nodelib/fs.stat/out/adapters/fs.js +17 -0
  116. data/node_modules/@nodelib/fs.stat/out/index.d.ts +12 -0
  117. data/node_modules/@nodelib/fs.stat/out/index.js +26 -0
  118. data/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +4 -0
  119. data/node_modules/@nodelib/fs.stat/out/providers/async.js +36 -0
  120. data/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +3 -0
  121. data/node_modules/@nodelib/fs.stat/out/providers/sync.js +23 -0
  122. data/node_modules/@nodelib/fs.stat/out/settings.d.ts +16 -0
  123. data/node_modules/@nodelib/fs.stat/out/settings.js +16 -0
  124. data/node_modules/@nodelib/fs.stat/out/types/index.d.ts +4 -0
  125. data/node_modules/@nodelib/fs.stat/out/types/index.js +2 -0
  126. data/node_modules/@nodelib/fs.stat/package.json +37 -0
  127. data/node_modules/@nodelib/fs.walk/LICENSE +21 -0
  128. data/node_modules/@nodelib/fs.walk/README.md +215 -0
  129. data/node_modules/@nodelib/fs.walk/out/index.d.ts +14 -0
  130. data/node_modules/@nodelib/fs.walk/out/index.js +34 -0
  131. data/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +12 -0
  132. data/node_modules/@nodelib/fs.walk/out/providers/async.js +30 -0
  133. data/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +4 -0
  134. data/node_modules/@nodelib/fs.walk/out/providers/index.js +9 -0
  135. data/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +12 -0
  136. data/node_modules/@nodelib/fs.walk/out/providers/stream.js +34 -0
  137. data/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +10 -0
  138. data/node_modules/@nodelib/fs.walk/out/providers/sync.js +14 -0
  139. data/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +30 -0
  140. data/node_modules/@nodelib/fs.walk/out/readers/async.js +97 -0
  141. data/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +7 -0
  142. data/node_modules/@nodelib/fs.walk/out/readers/common.js +31 -0
  143. data/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +6 -0
  144. data/node_modules/@nodelib/fs.walk/out/readers/reader.js +11 -0
  145. data/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +15 -0
  146. data/node_modules/@nodelib/fs.walk/out/readers/sync.js +59 -0
  147. data/node_modules/@nodelib/fs.walk/out/settings.d.ts +30 -0
  148. data/node_modules/@nodelib/fs.walk/out/settings.js +26 -0
  149. data/node_modules/@nodelib/fs.walk/out/types/index.d.ts +8 -0
  150. data/node_modules/@nodelib/fs.walk/out/types/index.js +2 -0
  151. data/node_modules/@nodelib/fs.walk/package.json +44 -0
  152. data/node_modules/@types/json5/README.md +18 -0
  153. data/node_modules/@types/json5/index.d.ts +44 -0
  154. data/node_modules/@types/json5/package.json +16 -0
  155. data/node_modules/@types/json5/types-metadata.json +25 -0
  156. data/node_modules/acorn/CHANGELOG.md +844 -0
  157. data/node_modules/acorn/LICENSE +21 -0
  158. data/node_modules/acorn/README.md +278 -0
  159. data/node_modules/acorn/bin/acorn +4 -0
  160. data/node_modules/acorn/dist/acorn.d.mts +26 -0
  161. data/node_modules/acorn/dist/acorn.d.ts +292 -0
  162. data/node_modules/acorn/dist/acorn.js +5990 -0
  163. data/node_modules/acorn/dist/acorn.mjs +5961 -0
  164. data/node_modules/acorn/dist/bin.js +90 -0
  165. data/node_modules/acorn/package.json +50 -0
  166. data/node_modules/acorn-jsx/LICENSE +19 -0
  167. data/node_modules/acorn-jsx/README.md +40 -0
  168. data/node_modules/acorn-jsx/index.d.ts +12 -0
  169. data/node_modules/acorn-jsx/index.js +488 -0
  170. data/node_modules/acorn-jsx/package.json +27 -0
  171. data/node_modules/acorn-jsx/xhtml.js +255 -0
  172. data/node_modules/ajv/LICENSE +22 -0
  173. data/node_modules/ajv/README.md +1497 -0
  174. data/node_modules/ajv/dist/ajv.bundle.js +7189 -0
  175. data/node_modules/ajv/dist/ajv.min.js +3 -0
  176. data/node_modules/ajv/dist/ajv.min.js.map +1 -0
  177. data/node_modules/ajv/lib/ajv.d.ts +397 -0
  178. data/node_modules/ajv/lib/ajv.js +506 -0
  179. data/node_modules/ajv/lib/cache.js +26 -0
  180. data/node_modules/ajv/lib/compile/async.js +90 -0
  181. data/node_modules/ajv/lib/compile/equal.js +5 -0
  182. data/node_modules/ajv/lib/compile/error_classes.js +34 -0
  183. data/node_modules/ajv/lib/compile/formats.js +142 -0
  184. data/node_modules/ajv/lib/compile/index.js +387 -0
  185. data/node_modules/ajv/lib/compile/resolve.js +270 -0
  186. data/node_modules/ajv/lib/compile/rules.js +66 -0
  187. data/node_modules/ajv/lib/compile/schema_obj.js +9 -0
  188. data/node_modules/ajv/lib/compile/ucs2length.js +20 -0
  189. data/node_modules/ajv/lib/compile/util.js +239 -0
  190. data/node_modules/ajv/lib/data.js +49 -0
  191. data/node_modules/ajv/lib/definition_schema.js +37 -0
  192. data/node_modules/ajv/lib/dot/_limit.jst +113 -0
  193. data/node_modules/ajv/lib/dot/_limitItems.jst +12 -0
  194. data/node_modules/ajv/lib/dot/_limitLength.jst +12 -0
  195. data/node_modules/ajv/lib/dot/_limitProperties.jst +12 -0
  196. data/node_modules/ajv/lib/dot/allOf.jst +32 -0
  197. data/node_modules/ajv/lib/dot/anyOf.jst +46 -0
  198. data/node_modules/ajv/lib/dot/coerce.def +51 -0
  199. data/node_modules/ajv/lib/dot/comment.jst +9 -0
  200. data/node_modules/ajv/lib/dot/const.jst +11 -0
  201. data/node_modules/ajv/lib/dot/contains.jst +55 -0
  202. data/node_modules/ajv/lib/dot/custom.jst +191 -0
  203. data/node_modules/ajv/lib/dot/defaults.def +47 -0
  204. data/node_modules/ajv/lib/dot/definitions.def +203 -0
  205. data/node_modules/ajv/lib/dot/dependencies.jst +79 -0
  206. data/node_modules/ajv/lib/dot/enum.jst +30 -0
  207. data/node_modules/ajv/lib/dot/errors.def +194 -0
  208. data/node_modules/ajv/lib/dot/format.jst +106 -0
  209. data/node_modules/ajv/lib/dot/if.jst +73 -0
  210. data/node_modules/ajv/lib/dot/items.jst +98 -0
  211. data/node_modules/ajv/lib/dot/missing.def +39 -0
  212. data/node_modules/ajv/lib/dot/multipleOf.jst +22 -0
  213. data/node_modules/ajv/lib/dot/not.jst +43 -0
  214. data/node_modules/ajv/lib/dot/oneOf.jst +54 -0
  215. data/node_modules/ajv/lib/dot/pattern.jst +14 -0
  216. data/node_modules/ajv/lib/dot/properties.jst +245 -0
  217. data/node_modules/ajv/lib/dot/propertyNames.jst +52 -0
  218. data/node_modules/ajv/lib/dot/ref.jst +85 -0
  219. data/node_modules/ajv/lib/dot/required.jst +108 -0
  220. data/node_modules/ajv/lib/dot/uniqueItems.jst +62 -0
  221. data/node_modules/ajv/lib/dot/validate.jst +276 -0
  222. data/node_modules/ajv/lib/dotjs/README.md +3 -0
  223. data/node_modules/ajv/lib/dotjs/_limit.js +163 -0
  224. data/node_modules/ajv/lib/dotjs/_limitItems.js +80 -0
  225. data/node_modules/ajv/lib/dotjs/_limitLength.js +85 -0
  226. data/node_modules/ajv/lib/dotjs/_limitProperties.js +80 -0
  227. data/node_modules/ajv/lib/dotjs/allOf.js +42 -0
  228. data/node_modules/ajv/lib/dotjs/anyOf.js +73 -0
  229. data/node_modules/ajv/lib/dotjs/comment.js +14 -0
  230. data/node_modules/ajv/lib/dotjs/const.js +56 -0
  231. data/node_modules/ajv/lib/dotjs/contains.js +81 -0
  232. data/node_modules/ajv/lib/dotjs/custom.js +228 -0
  233. data/node_modules/ajv/lib/dotjs/dependencies.js +168 -0
  234. data/node_modules/ajv/lib/dotjs/enum.js +66 -0
  235. data/node_modules/ajv/lib/dotjs/format.js +150 -0
  236. data/node_modules/ajv/lib/dotjs/if.js +103 -0
  237. data/node_modules/ajv/lib/dotjs/index.js +33 -0
  238. data/node_modules/ajv/lib/dotjs/items.js +140 -0
  239. data/node_modules/ajv/lib/dotjs/multipleOf.js +80 -0
  240. data/node_modules/ajv/lib/dotjs/not.js +84 -0
  241. data/node_modules/ajv/lib/dotjs/oneOf.js +73 -0
  242. data/node_modules/ajv/lib/dotjs/pattern.js +75 -0
  243. data/node_modules/ajv/lib/dotjs/properties.js +335 -0
  244. data/node_modules/ajv/lib/dotjs/propertyNames.js +81 -0
  245. data/node_modules/ajv/lib/dotjs/ref.js +124 -0
  246. data/node_modules/ajv/lib/dotjs/required.js +270 -0
  247. data/node_modules/ajv/lib/dotjs/uniqueItems.js +86 -0
  248. data/node_modules/ajv/lib/dotjs/validate.js +482 -0
  249. data/node_modules/ajv/lib/keyword.js +146 -0
  250. data/node_modules/ajv/lib/refs/data.json +17 -0
  251. data/node_modules/ajv/lib/refs/json-schema-draft-04.json +149 -0
  252. data/node_modules/ajv/lib/refs/json-schema-draft-06.json +154 -0
  253. data/node_modules/ajv/lib/refs/json-schema-draft-07.json +168 -0
  254. data/node_modules/ajv/lib/refs/json-schema-secure.json +94 -0
  255. data/node_modules/ajv/package.json +106 -0
  256. data/node_modules/ajv/scripts/bundle.js +61 -0
  257. data/node_modules/ajv/scripts/compile-dots.js +73 -0
  258. data/node_modules/ajv/scripts/info +10 -0
  259. data/node_modules/ajv/scripts/prepare-tests +12 -0
  260. data/node_modules/ajv/scripts/publish-built-version +32 -0
  261. data/node_modules/ajv/scripts/travis-gh-pages +23 -0
  262. data/node_modules/ansi-regex/index.d.ts +37 -0
  263. data/node_modules/ansi-regex/index.js +10 -0
  264. data/node_modules/ansi-regex/license +9 -0
  265. data/node_modules/ansi-regex/package.json +55 -0
  266. data/node_modules/ansi-regex/readme.md +78 -0
  267. data/node_modules/ansi-styles/index.d.ts +345 -0
  268. data/node_modules/ansi-styles/index.js +163 -0
  269. data/node_modules/ansi-styles/license +9 -0
  270. data/node_modules/ansi-styles/package.json +56 -0
  271. data/node_modules/ansi-styles/readme.md +152 -0
  272. data/node_modules/argparse/CHANGELOG.md +216 -0
  273. data/node_modules/argparse/LICENSE +254 -0
  274. data/node_modules/argparse/README.md +84 -0
  275. data/node_modules/argparse/argparse.js +3707 -0
  276. data/node_modules/argparse/lib/sub.js +67 -0
  277. data/node_modules/argparse/lib/textwrap.js +440 -0
  278. data/node_modules/argparse/package.json +31 -0
  279. data/node_modules/array-buffer-byte-length/CHANGELOG.md +15 -0
  280. data/node_modules/array-buffer-byte-length/LICENSE +21 -0
  281. data/node_modules/array-buffer-byte-length/README.md +40 -0
  282. data/node_modules/array-buffer-byte-length/index.js +13 -0
  283. data/node_modules/array-buffer-byte-length/package.json +81 -0
  284. data/node_modules/array-buffer-byte-length/test/index.js +26 -0
  285. data/node_modules/array-includes/CHANGELOG.md +167 -0
  286. data/node_modules/array-includes/LICENSE +21 -0
  287. data/node_modules/array-includes/README.md +105 -0
  288. data/node_modules/array-includes/auto.js +3 -0
  289. data/node_modules/array-includes/implementation.js +36 -0
  290. data/node_modules/array-includes/index.js +27 -0
  291. data/node_modules/array-includes/package.json +114 -0
  292. data/node_modules/array-includes/polyfill.js +13 -0
  293. data/node_modules/array-includes/shim.js +14 -0
  294. data/node_modules/array-includes/test/implementation.js +20 -0
  295. data/node_modules/array-includes/test/index.js +17 -0
  296. data/node_modules/array-includes/test/shimmed.js +39 -0
  297. data/node_modules/array-includes/test/tests.js +94 -0
  298. data/node_modules/array.prototype.findlastindex/CHANGELOG.md +75 -0
  299. data/node_modules/array.prototype.findlastindex/LICENSE +21 -0
  300. data/node_modules/array.prototype.findlastindex/README.md +74 -0
  301. data/node_modules/array.prototype.findlastindex/auto.js +3 -0
  302. data/node_modules/array.prototype.findlastindex/implementation.js +39 -0
  303. data/node_modules/array.prototype.findlastindex/index.js +28 -0
  304. data/node_modules/array.prototype.findlastindex/index.mjs +18 -0
  305. data/node_modules/array.prototype.findlastindex/package.json +120 -0
  306. data/node_modules/array.prototype.findlastindex/polyfill.js +7 -0
  307. data/node_modules/array.prototype.findlastindex/shim.js +18 -0
  308. data/node_modules/array.prototype.findlastindex/test/implementation.js +20 -0
  309. data/node_modules/array.prototype.findlastindex/test/index.js +18 -0
  310. data/node_modules/array.prototype.findlastindex/test/index.mjs +31 -0
  311. data/node_modules/array.prototype.findlastindex/test/shimmed.js +47 -0
  312. data/node_modules/array.prototype.findlastindex/test/tests.js +246 -0
  313. data/node_modules/array.prototype.flat/CHANGELOG.md +109 -0
  314. data/node_modules/array.prototype.flat/LICENSE +21 -0
  315. data/node_modules/array.prototype.flat/README.md +75 -0
  316. data/node_modules/array.prototype.flat/auto.js +3 -0
  317. data/node_modules/array.prototype.flat/implementation.js +22 -0
  318. data/node_modules/array.prototype.flat/index.js +19 -0
  319. data/node_modules/array.prototype.flat/package.json +113 -0
  320. data/node_modules/array.prototype.flat/polyfill.js +7 -0
  321. data/node_modules/array.prototype.flat/shim.js +20 -0
  322. data/node_modules/array.prototype.flat/test/implementation.js +20 -0
  323. data/node_modules/array.prototype.flat/test/index.js +17 -0
  324. data/node_modules/array.prototype.flat/test/shimmed.js +36 -0
  325. data/node_modules/array.prototype.flat/test/tests.js +30 -0
  326. data/node_modules/array.prototype.flatmap/CHANGELOG.md +109 -0
  327. data/node_modules/array.prototype.flatmap/LICENSE +21 -0
  328. data/node_modules/array.prototype.flatmap/README.md +82 -0
  329. data/node_modules/array.prototype.flatmap/auto.js +3 -0
  330. data/node_modules/array.prototype.flatmap/implementation.js +26 -0
  331. data/node_modules/array.prototype.flatmap/index.js +19 -0
  332. data/node_modules/array.prototype.flatmap/package.json +112 -0
  333. data/node_modules/array.prototype.flatmap/polyfill.js +7 -0
  334. data/node_modules/array.prototype.flatmap/shim.js +20 -0
  335. data/node_modules/array.prototype.flatmap/test/implementation.js +20 -0
  336. data/node_modules/array.prototype.flatmap/test/index.js +18 -0
  337. data/node_modules/array.prototype.flatmap/test/shimmed.js +36 -0
  338. data/node_modules/array.prototype.flatmap/test/tests.js +43 -0
  339. data/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +31 -0
  340. data/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
  341. data/node_modules/arraybuffer.prototype.slice/README.md +61 -0
  342. data/node_modules/arraybuffer.prototype.slice/auto.js +3 -0
  343. data/node_modules/arraybuffer.prototype.slice/implementation.js +84 -0
  344. data/node_modules/arraybuffer.prototype.slice/index.js +18 -0
  345. data/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  346. data/node_modules/arraybuffer.prototype.slice/polyfill.js +21 -0
  347. data/node_modules/arraybuffer.prototype.slice/shim.js +18 -0
  348. data/node_modules/arraybuffer.prototype.slice/test/implementation.js +32 -0
  349. data/node_modules/arraybuffer.prototype.slice/test/index.js +29 -0
  350. data/node_modules/arraybuffer.prototype.slice/test/shimmed.js +54 -0
  351. data/node_modules/arraybuffer.prototype.slice/test/tests.js +81 -0
  352. data/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
  353. data/node_modules/available-typed-arrays/LICENSE +21 -0
  354. data/node_modules/available-typed-arrays/README.md +52 -0
  355. data/node_modules/available-typed-arrays/index.js +27 -0
  356. data/node_modules/available-typed-arrays/package.json +82 -0
  357. data/node_modules/available-typed-arrays/test/index.js +18 -0
  358. data/node_modules/balanced-match/LICENSE.md +21 -0
  359. data/node_modules/balanced-match/README.md +97 -0
  360. data/node_modules/balanced-match/index.js +62 -0
  361. data/node_modules/balanced-match/package.json +48 -0
  362. data/node_modules/brace-expansion/LICENSE +21 -0
  363. data/node_modules/brace-expansion/README.md +129 -0
  364. data/node_modules/brace-expansion/index.js +201 -0
  365. data/node_modules/brace-expansion/package.json +47 -0
  366. data/node_modules/call-bind/CHANGELOG.md +42 -0
  367. data/node_modules/call-bind/LICENSE +21 -0
  368. data/node_modules/call-bind/README.md +2 -0
  369. data/node_modules/call-bind/callBound.js +15 -0
  370. data/node_modules/call-bind/index.js +47 -0
  371. data/node_modules/call-bind/package.json +80 -0
  372. data/node_modules/call-bind/test/callBound.js +55 -0
  373. data/node_modules/call-bind/test/index.js +66 -0
  374. data/node_modules/callsites/index.d.ts +96 -0
  375. data/node_modules/callsites/index.js +13 -0
  376. data/node_modules/callsites/license +9 -0
  377. data/node_modules/callsites/package.json +39 -0
  378. data/node_modules/callsites/readme.md +48 -0
  379. data/node_modules/chalk/index.d.ts +415 -0
  380. data/node_modules/chalk/license +9 -0
  381. data/node_modules/chalk/package.json +68 -0
  382. data/node_modules/chalk/readme.md +341 -0
  383. data/node_modules/chalk/source/index.js +229 -0
  384. data/node_modules/chalk/source/templates.js +134 -0
  385. data/node_modules/chalk/source/util.js +39 -0
  386. data/node_modules/color-convert/CHANGELOG.md +54 -0
  387. data/node_modules/color-convert/LICENSE +21 -0
  388. data/node_modules/color-convert/README.md +68 -0
  389. data/node_modules/color-convert/conversions.js +839 -0
  390. data/node_modules/color-convert/index.js +81 -0
  391. data/node_modules/color-convert/package.json +48 -0
  392. data/node_modules/color-convert/route.js +97 -0
  393. data/node_modules/color-name/LICENSE +8 -0
  394. data/node_modules/color-name/README.md +11 -0
  395. data/node_modules/color-name/index.js +152 -0
  396. data/node_modules/color-name/package.json +28 -0
  397. data/node_modules/concat-map/LICENSE +18 -0
  398. data/node_modules/concat-map/README.markdown +62 -0
  399. data/node_modules/concat-map/example/map.js +6 -0
  400. data/node_modules/concat-map/index.js +13 -0
  401. data/node_modules/concat-map/package.json +43 -0
  402. data/node_modules/concat-map/test/map.js +39 -0
  403. data/node_modules/confusing-browser-globals/LICENSE +21 -0
  404. data/node_modules/confusing-browser-globals/README.md +45 -0
  405. data/node_modules/confusing-browser-globals/index.js +69 -0
  406. data/node_modules/confusing-browser-globals/package.json +26 -0
  407. data/node_modules/cross-spawn/CHANGELOG.md +130 -0
  408. data/node_modules/cross-spawn/LICENSE +21 -0
  409. data/node_modules/cross-spawn/README.md +96 -0
  410. data/node_modules/cross-spawn/index.js +39 -0
  411. data/node_modules/cross-spawn/lib/enoent.js +59 -0
  412. data/node_modules/cross-spawn/lib/parse.js +91 -0
  413. data/node_modules/cross-spawn/lib/util/escape.js +45 -0
  414. data/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  415. data/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  416. data/node_modules/cross-spawn/package.json +73 -0
  417. data/node_modules/debug/LICENSE +20 -0
  418. data/node_modules/debug/README.md +481 -0
  419. data/node_modules/debug/package.json +59 -0
  420. data/node_modules/debug/src/browser.js +269 -0
  421. data/node_modules/debug/src/common.js +274 -0
  422. data/node_modules/debug/src/index.js +10 -0
  423. data/node_modules/debug/src/node.js +263 -0
  424. data/node_modules/deep-is/LICENSE +22 -0
  425. data/node_modules/deep-is/README.markdown +70 -0
  426. data/node_modules/deep-is/example/cmp.js +11 -0
  427. data/node_modules/deep-is/index.js +102 -0
  428. data/node_modules/deep-is/package.json +58 -0
  429. data/node_modules/deep-is/test/NaN.js +16 -0
  430. data/node_modules/deep-is/test/cmp.js +23 -0
  431. data/node_modules/deep-is/test/neg-vs-pos-0.js +15 -0
  432. data/node_modules/define-data-property/CHANGELOG.md +31 -0
  433. data/node_modules/define-data-property/LICENSE +21 -0
  434. data/node_modules/define-data-property/README.md +67 -0
  435. data/node_modules/define-data-property/index.d.ts +3 -0
  436. data/node_modules/define-data-property/index.d.ts.map +1 -0
  437. data/node_modules/define-data-property/index.js +60 -0
  438. data/node_modules/define-data-property/package.json +111 -0
  439. data/node_modules/define-data-property/test/index.js +397 -0
  440. data/node_modules/define-data-property/tsconfig.json +58 -0
  441. data/node_modules/define-data-property/tsinit +109 -0
  442. data/node_modules/define-properties/CHANGELOG.md +91 -0
  443. data/node_modules/define-properties/LICENSE +21 -0
  444. data/node_modules/define-properties/README.md +84 -0
  445. data/node_modules/define-properties/index.js +47 -0
  446. data/node_modules/define-properties/package.json +88 -0
  447. data/node_modules/doctrine/CHANGELOG.md +101 -0
  448. data/node_modules/doctrine/LICENSE +177 -0
  449. data/node_modules/doctrine/LICENSE.closure-compiler +202 -0
  450. data/node_modules/doctrine/LICENSE.esprima +19 -0
  451. data/node_modules/doctrine/README.md +165 -0
  452. data/node_modules/doctrine/lib/doctrine.js +898 -0
  453. data/node_modules/doctrine/lib/typed.js +1305 -0
  454. data/node_modules/doctrine/lib/utility.js +35 -0
  455. data/node_modules/doctrine/package.json +58 -0
  456. data/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
  457. data/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
  458. data/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
  459. data/node_modules/es-abstract/2015/ArrayCreate.js +54 -0
  460. data/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
  461. data/node_modules/es-abstract/2015/ArraySpeciesCreate.js +47 -0
  462. data/node_modules/es-abstract/2015/Call.js +20 -0
  463. data/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
  464. data/node_modules/es-abstract/2015/Canonicalize.js +55 -0
  465. data/node_modules/es-abstract/2015/CharacterRange.js +31 -0
  466. data/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
  467. data/node_modules/es-abstract/2015/CompletionRecord.js +53 -0
  468. data/node_modules/es-abstract/2015/CreateDataProperty.js +27 -0
  469. data/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
  470. data/node_modules/es-abstract/2015/CreateHTML.js +30 -0
  471. data/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
  472. data/node_modules/es-abstract/2015/CreateListFromArrayLike.js +45 -0
  473. data/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
  474. data/node_modules/es-abstract/2015/DateFromTime.js +54 -0
  475. data/node_modules/es-abstract/2015/Day.js +11 -0
  476. data/node_modules/es-abstract/2015/DayFromYear.js +10 -0
  477. data/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
  478. data/node_modules/es-abstract/2015/DaysInYear.js +18 -0
  479. data/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
  480. data/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
  481. data/node_modules/es-abstract/2015/DetachArrayBuffer.js +34 -0
  482. data/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
  483. data/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
  484. data/node_modules/es-abstract/2015/Get.js +25 -0
  485. data/node_modules/es-abstract/2015/GetGlobalObject.js +9 -0
  486. data/node_modules/es-abstract/2015/GetIterator.js +34 -0
  487. data/node_modules/es-abstract/2015/GetMethod.js +36 -0
  488. data/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
  489. data/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +32 -0
  490. data/node_modules/es-abstract/2015/GetSubstitution.js +100 -0
  491. data/node_modules/es-abstract/2015/GetV.js +25 -0
  492. data/node_modules/es-abstract/2015/GetValueFromBuffer.js +97 -0
  493. data/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
  494. data/node_modules/es-abstract/2015/HasProperty.js +20 -0
  495. data/node_modules/es-abstract/2015/HourFromTime.js +14 -0
  496. data/node_modules/es-abstract/2015/InLeapYear.js +21 -0
  497. data/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
  498. data/node_modules/es-abstract/2015/Invoke.js +24 -0
  499. data/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
  500. data/node_modules/es-abstract/2015/IsArray.js +4 -0
  501. data/node_modules/es-abstract/2015/IsCallable.js +5 -0
  502. data/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
  503. data/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
  504. data/node_modules/es-abstract/2015/IsConstructor.js +40 -0
  505. data/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
  506. data/node_modules/es-abstract/2015/IsDetachedBuffer.js +27 -0
  507. data/node_modules/es-abstract/2015/IsExtensible.js +18 -0
  508. data/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
  509. data/node_modules/es-abstract/2015/IsInteger.js +9 -0
  510. data/node_modules/es-abstract/2015/IsPromise.js +24 -0
  511. data/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
  512. data/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
  513. data/node_modules/es-abstract/2015/IsRegExp.js +24 -0
  514. data/node_modules/es-abstract/2015/IsWordChar.js +39 -0
  515. data/node_modules/es-abstract/2015/IteratorClose.js +51 -0
  516. data/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
  517. data/node_modules/es-abstract/2015/IteratorNext.js +18 -0
  518. data/node_modules/es-abstract/2015/IteratorStep.js +13 -0
  519. data/node_modules/es-abstract/2015/IteratorValue.js +18 -0
  520. data/node_modules/es-abstract/2015/MakeDate.js +13 -0
  521. data/node_modules/es-abstract/2015/MakeDay.js +33 -0
  522. data/node_modules/es-abstract/2015/MakeTime.js +23 -0
  523. data/node_modules/es-abstract/2015/MinFromTime.js +14 -0
  524. data/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
  525. data/node_modules/es-abstract/2015/NewPromiseCapability.js +36 -0
  526. data/node_modules/es-abstract/2015/NormalCompletion.js +9 -0
  527. data/node_modules/es-abstract/2015/ObjectCreate.js +50 -0
  528. data/node_modules/es-abstract/2015/ObjectDefineProperties.js +38 -0
  529. data/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
  530. data/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
  531. data/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
  532. data/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
  533. data/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
  534. data/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
  535. data/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
  536. data/node_modules/es-abstract/2015/RegExpExec.js +32 -0
  537. data/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
  538. data/node_modules/es-abstract/2015/SameValue.js +13 -0
  539. data/node_modules/es-abstract/2015/SameValueZero.js +9 -0
  540. data/node_modules/es-abstract/2015/SecFromTime.js +14 -0
  541. data/node_modules/es-abstract/2015/Set.js +47 -0
  542. data/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
  543. data/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
  544. data/node_modules/es-abstract/2015/SetValueInBuffer.js +120 -0
  545. data/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
  546. data/node_modules/es-abstract/2015/SplitMatch.js +39 -0
  547. data/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
  548. data/node_modules/es-abstract/2015/StringCreate.js +40 -0
  549. data/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
  550. data/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
  551. data/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
  552. data/node_modules/es-abstract/2015/TimeClip.js +21 -0
  553. data/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
  554. data/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
  555. data/node_modules/es-abstract/2015/ToBoolean.js +5 -0
  556. data/node_modules/es-abstract/2015/ToDateString.js +23 -0
  557. data/node_modules/es-abstract/2015/ToInt16.js +10 -0
  558. data/node_modules/es-abstract/2015/ToInt32.js +9 -0
  559. data/node_modules/es-abstract/2015/ToInt8.js +10 -0
  560. data/node_modules/es-abstract/2015/ToInteger.js +12 -0
  561. data/node_modules/es-abstract/2015/ToLength.js +12 -0
  562. data/node_modules/es-abstract/2015/ToNumber.js +48 -0
  563. data/node_modules/es-abstract/2015/ToObject.js +14 -0
  564. data/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
  565. data/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
  566. data/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
  567. data/node_modules/es-abstract/2015/ToString.js +15 -0
  568. data/node_modules/es-abstract/2015/ToUint16.js +19 -0
  569. data/node_modules/es-abstract/2015/ToUint32.js +9 -0
  570. data/node_modules/es-abstract/2015/ToUint8.js +20 -0
  571. data/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
  572. data/node_modules/es-abstract/2015/Type.js +12 -0
  573. data/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
  574. data/node_modules/es-abstract/2015/ValidateTypedArray.js +30 -0
  575. data/node_modules/es-abstract/2015/WeekDay.js +10 -0
  576. data/node_modules/es-abstract/2015/YearFromTime.js +16 -0
  577. data/node_modules/es-abstract/2015/abs.js +11 -0
  578. data/node_modules/es-abstract/2015/floor.js +11 -0
  579. data/node_modules/es-abstract/2015/max.js +7 -0
  580. data/node_modules/es-abstract/2015/min.js +7 -0
  581. data/node_modules/es-abstract/2015/modulo.js +9 -0
  582. data/node_modules/es-abstract/2015/msFromTime.js +11 -0
  583. data/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
  584. data/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
  585. data/node_modules/es-abstract/2015/thisStringValue.js +15 -0
  586. data/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
  587. data/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
  588. data/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
  589. data/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
  590. data/node_modules/es-abstract/2016/ArrayCreate.js +54 -0
  591. data/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
  592. data/node_modules/es-abstract/2016/ArraySpeciesCreate.js +47 -0
  593. data/node_modules/es-abstract/2016/Call.js +20 -0
  594. data/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
  595. data/node_modules/es-abstract/2016/Canonicalize.js +55 -0
  596. data/node_modules/es-abstract/2016/CharacterRange.js +31 -0
  597. data/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
  598. data/node_modules/es-abstract/2016/CompletionRecord.js +53 -0
  599. data/node_modules/es-abstract/2016/CreateDataProperty.js +27 -0
  600. data/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
  601. data/node_modules/es-abstract/2016/CreateHTML.js +30 -0
  602. data/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
  603. data/node_modules/es-abstract/2016/CreateListFromArrayLike.js +45 -0
  604. data/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
  605. data/node_modules/es-abstract/2016/DateFromTime.js +54 -0
  606. data/node_modules/es-abstract/2016/Day.js +11 -0
  607. data/node_modules/es-abstract/2016/DayFromYear.js +10 -0
  608. data/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
  609. data/node_modules/es-abstract/2016/DaysInYear.js +18 -0
  610. data/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
  611. data/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
  612. data/node_modules/es-abstract/2016/DetachArrayBuffer.js +34 -0
  613. data/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
  614. data/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
  615. data/node_modules/es-abstract/2016/Get.js +25 -0
  616. data/node_modules/es-abstract/2016/GetGlobalObject.js +9 -0
  617. data/node_modules/es-abstract/2016/GetIterator.js +34 -0
  618. data/node_modules/es-abstract/2016/GetMethod.js +36 -0
  619. data/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
  620. data/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +32 -0
  621. data/node_modules/es-abstract/2016/GetSubstitution.js +100 -0
  622. data/node_modules/es-abstract/2016/GetV.js +25 -0
  623. data/node_modules/es-abstract/2016/GetValueFromBuffer.js +97 -0
  624. data/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
  625. data/node_modules/es-abstract/2016/HasProperty.js +20 -0
  626. data/node_modules/es-abstract/2016/HourFromTime.js +14 -0
  627. data/node_modules/es-abstract/2016/InLeapYear.js +21 -0
  628. data/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
  629. data/node_modules/es-abstract/2016/Invoke.js +24 -0
  630. data/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
  631. data/node_modules/es-abstract/2016/IsArray.js +4 -0
  632. data/node_modules/es-abstract/2016/IsCallable.js +5 -0
  633. data/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
  634. data/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
  635. data/node_modules/es-abstract/2016/IsConstructor.js +40 -0
  636. data/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
  637. data/node_modules/es-abstract/2016/IsDetachedBuffer.js +27 -0
  638. data/node_modules/es-abstract/2016/IsExtensible.js +18 -0
  639. data/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
  640. data/node_modules/es-abstract/2016/IsInteger.js +9 -0
  641. data/node_modules/es-abstract/2016/IsPromise.js +24 -0
  642. data/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
  643. data/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
  644. data/node_modules/es-abstract/2016/IsRegExp.js +24 -0
  645. data/node_modules/es-abstract/2016/IsWordChar.js +39 -0
  646. data/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
  647. data/node_modules/es-abstract/2016/IteratorClose.js +51 -0
  648. data/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
  649. data/node_modules/es-abstract/2016/IteratorNext.js +18 -0
  650. data/node_modules/es-abstract/2016/IteratorStep.js +13 -0
  651. data/node_modules/es-abstract/2016/IteratorValue.js +18 -0
  652. data/node_modules/es-abstract/2016/MakeDate.js +13 -0
  653. data/node_modules/es-abstract/2016/MakeDay.js +33 -0
  654. data/node_modules/es-abstract/2016/MakeTime.js +23 -0
  655. data/node_modules/es-abstract/2016/MinFromTime.js +14 -0
  656. data/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
  657. data/node_modules/es-abstract/2016/NewPromiseCapability.js +36 -0
  658. data/node_modules/es-abstract/2016/NormalCompletion.js +9 -0
  659. data/node_modules/es-abstract/2016/ObjectCreate.js +50 -0
  660. data/node_modules/es-abstract/2016/ObjectDefineProperties.js +38 -0
  661. data/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
  662. data/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
  663. data/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
  664. data/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
  665. data/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
  666. data/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
  667. data/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
  668. data/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
  669. data/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
  670. data/node_modules/es-abstract/2016/RegExpExec.js +32 -0
  671. data/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
  672. data/node_modules/es-abstract/2016/SameValue.js +13 -0
  673. data/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
  674. data/node_modules/es-abstract/2016/SameValueZero.js +9 -0
  675. data/node_modules/es-abstract/2016/SecFromTime.js +14 -0
  676. data/node_modules/es-abstract/2016/Set.js +47 -0
  677. data/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
  678. data/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
  679. data/node_modules/es-abstract/2016/SetValueInBuffer.js +120 -0
  680. data/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
  681. data/node_modules/es-abstract/2016/SplitMatch.js +39 -0
  682. data/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
  683. data/node_modules/es-abstract/2016/StringCreate.js +40 -0
  684. data/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
  685. data/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
  686. data/node_modules/es-abstract/2016/TimeClip.js +21 -0
  687. data/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
  688. data/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
  689. data/node_modules/es-abstract/2016/ToBoolean.js +5 -0
  690. data/node_modules/es-abstract/2016/ToDateString.js +23 -0
  691. data/node_modules/es-abstract/2016/ToInt16.js +10 -0
  692. data/node_modules/es-abstract/2016/ToInt32.js +9 -0
  693. data/node_modules/es-abstract/2016/ToInt8.js +10 -0
  694. data/node_modules/es-abstract/2016/ToInteger.js +12 -0
  695. data/node_modules/es-abstract/2016/ToLength.js +12 -0
  696. data/node_modules/es-abstract/2016/ToNumber.js +48 -0
  697. data/node_modules/es-abstract/2016/ToObject.js +14 -0
  698. data/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
  699. data/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
  700. data/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
  701. data/node_modules/es-abstract/2016/ToString.js +15 -0
  702. data/node_modules/es-abstract/2016/ToUint16.js +19 -0
  703. data/node_modules/es-abstract/2016/ToUint32.js +9 -0
  704. data/node_modules/es-abstract/2016/ToUint8.js +20 -0
  705. data/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
  706. data/node_modules/es-abstract/2016/Type.js +12 -0
  707. data/node_modules/es-abstract/2016/TypedArrayCreate.js +50 -0
  708. data/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +39 -0
  709. data/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
  710. data/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
  711. data/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
  712. data/node_modules/es-abstract/2016/ValidateTypedArray.js +30 -0
  713. data/node_modules/es-abstract/2016/WeekDay.js +10 -0
  714. data/node_modules/es-abstract/2016/YearFromTime.js +16 -0
  715. data/node_modules/es-abstract/2016/abs.js +11 -0
  716. data/node_modules/es-abstract/2016/floor.js +11 -0
  717. data/node_modules/es-abstract/2016/max.js +7 -0
  718. data/node_modules/es-abstract/2016/min.js +7 -0
  719. data/node_modules/es-abstract/2016/modulo.js +9 -0
  720. data/node_modules/es-abstract/2016/msFromTime.js +11 -0
  721. data/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
  722. data/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
  723. data/node_modules/es-abstract/2016/thisStringValue.js +15 -0
  724. data/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
  725. data/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
  726. data/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
  727. data/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
  728. data/node_modules/es-abstract/2017/ArrayCreate.js +54 -0
  729. data/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
  730. data/node_modules/es-abstract/2017/ArraySpeciesCreate.js +47 -0
  731. data/node_modules/es-abstract/2017/Call.js +20 -0
  732. data/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
  733. data/node_modules/es-abstract/2017/Canonicalize.js +55 -0
  734. data/node_modules/es-abstract/2017/CharacterRange.js +31 -0
  735. data/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
  736. data/node_modules/es-abstract/2017/CompletionRecord.js +53 -0
  737. data/node_modules/es-abstract/2017/CreateDataProperty.js +27 -0
  738. data/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
  739. data/node_modules/es-abstract/2017/CreateHTML.js +30 -0
  740. data/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
  741. data/node_modules/es-abstract/2017/CreateListFromArrayLike.js +45 -0
  742. data/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
  743. data/node_modules/es-abstract/2017/DateFromTime.js +54 -0
  744. data/node_modules/es-abstract/2017/Day.js +11 -0
  745. data/node_modules/es-abstract/2017/DayFromYear.js +10 -0
  746. data/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
  747. data/node_modules/es-abstract/2017/DaysInYear.js +18 -0
  748. data/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
  749. data/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
  750. data/node_modules/es-abstract/2017/DetachArrayBuffer.js +35 -0
  751. data/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
  752. data/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
  753. data/node_modules/es-abstract/2017/Get.js +25 -0
  754. data/node_modules/es-abstract/2017/GetGlobalObject.js +9 -0
  755. data/node_modules/es-abstract/2017/GetIterator.js +34 -0
  756. data/node_modules/es-abstract/2017/GetMethod.js +36 -0
  757. data/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
  758. data/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +32 -0
  759. data/node_modules/es-abstract/2017/GetSubstitution.js +100 -0
  760. data/node_modules/es-abstract/2017/GetV.js +25 -0
  761. data/node_modules/es-abstract/2017/GetValueFromBuffer.js +108 -0
  762. data/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
  763. data/node_modules/es-abstract/2017/HasProperty.js +20 -0
  764. data/node_modules/es-abstract/2017/HourFromTime.js +14 -0
  765. data/node_modules/es-abstract/2017/InLeapYear.js +21 -0
  766. data/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
  767. data/node_modules/es-abstract/2017/Invoke.js +24 -0
  768. data/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
  769. data/node_modules/es-abstract/2017/IsArray.js +4 -0
  770. data/node_modules/es-abstract/2017/IsCallable.js +5 -0
  771. data/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
  772. data/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
  773. data/node_modules/es-abstract/2017/IsConstructor.js +40 -0
  774. data/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
  775. data/node_modules/es-abstract/2017/IsDetachedBuffer.js +27 -0
  776. data/node_modules/es-abstract/2017/IsExtensible.js +18 -0
  777. data/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
  778. data/node_modules/es-abstract/2017/IsInteger.js +9 -0
  779. data/node_modules/es-abstract/2017/IsPromise.js +24 -0
  780. data/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
  781. data/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
  782. data/node_modules/es-abstract/2017/IsRegExp.js +24 -0
  783. data/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
  784. data/node_modules/es-abstract/2017/IsWordChar.js +48 -0
  785. data/node_modules/es-abstract/2017/IterableToList.js +24 -0
  786. data/node_modules/es-abstract/2017/IteratorClose.js +51 -0
  787. data/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
  788. data/node_modules/es-abstract/2017/IteratorNext.js +18 -0
  789. data/node_modules/es-abstract/2017/IteratorStep.js +13 -0
  790. data/node_modules/es-abstract/2017/IteratorValue.js +18 -0
  791. data/node_modules/es-abstract/2017/MakeDate.js +13 -0
  792. data/node_modules/es-abstract/2017/MakeDay.js +33 -0
  793. data/node_modules/es-abstract/2017/MakeTime.js +23 -0
  794. data/node_modules/es-abstract/2017/MinFromTime.js +14 -0
  795. data/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
  796. data/node_modules/es-abstract/2017/NewPromiseCapability.js +36 -0
  797. data/node_modules/es-abstract/2017/NormalCompletion.js +9 -0
  798. data/node_modules/es-abstract/2017/NumberToRawBytes.js +74 -0
  799. data/node_modules/es-abstract/2017/ObjectCreate.js +50 -0
  800. data/node_modules/es-abstract/2017/ObjectDefineProperties.js +38 -0
  801. data/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
  802. data/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
  803. data/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
  804. data/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
  805. data/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
  806. data/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
  807. data/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
  808. data/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
  809. data/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
  810. data/node_modules/es-abstract/2017/RawBytesToNumber.js +74 -0
  811. data/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
  812. data/node_modules/es-abstract/2017/RegExpExec.js +32 -0
  813. data/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
  814. data/node_modules/es-abstract/2017/SameValue.js +13 -0
  815. data/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
  816. data/node_modules/es-abstract/2017/SameValueZero.js +9 -0
  817. data/node_modules/es-abstract/2017/SecFromTime.js +14 -0
  818. data/node_modules/es-abstract/2017/Set.js +47 -0
  819. data/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
  820. data/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
  821. data/node_modules/es-abstract/2017/SetValueInBuffer.js +120 -0
  822. data/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
  823. data/node_modules/es-abstract/2017/SplitMatch.js +39 -0
  824. data/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
  825. data/node_modules/es-abstract/2017/StringCreate.js +40 -0
  826. data/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
  827. data/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
  828. data/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
  829. data/node_modules/es-abstract/2017/TimeClip.js +21 -0
  830. data/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
  831. data/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
  832. data/node_modules/es-abstract/2017/ToBoolean.js +5 -0
  833. data/node_modules/es-abstract/2017/ToDateString.js +23 -0
  834. data/node_modules/es-abstract/2017/ToIndex.js +26 -0
  835. data/node_modules/es-abstract/2017/ToInt16.js +10 -0
  836. data/node_modules/es-abstract/2017/ToInt32.js +9 -0
  837. data/node_modules/es-abstract/2017/ToInt8.js +10 -0
  838. data/node_modules/es-abstract/2017/ToInteger.js +12 -0
  839. data/node_modules/es-abstract/2017/ToLength.js +12 -0
  840. data/node_modules/es-abstract/2017/ToNumber.js +48 -0
  841. data/node_modules/es-abstract/2017/ToObject.js +14 -0
  842. data/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
  843. data/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
  844. data/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
  845. data/node_modules/es-abstract/2017/ToString.js +15 -0
  846. data/node_modules/es-abstract/2017/ToUint16.js +19 -0
  847. data/node_modules/es-abstract/2017/ToUint32.js +9 -0
  848. data/node_modules/es-abstract/2017/ToUint8.js +20 -0
  849. data/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
  850. data/node_modules/es-abstract/2017/Type.js +12 -0
  851. data/node_modules/es-abstract/2017/TypedArrayCreate.js +50 -0
  852. data/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +39 -0
  853. data/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
  854. data/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
  855. data/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
  856. data/node_modules/es-abstract/2017/ValidateAtomicAccess.js +36 -0
  857. data/node_modules/es-abstract/2017/ValidateTypedArray.js +30 -0
  858. data/node_modules/es-abstract/2017/WeekDay.js +10 -0
  859. data/node_modules/es-abstract/2017/WordCharacters.js +49 -0
  860. data/node_modules/es-abstract/2017/YearFromTime.js +16 -0
  861. data/node_modules/es-abstract/2017/abs.js +11 -0
  862. data/node_modules/es-abstract/2017/floor.js +11 -0
  863. data/node_modules/es-abstract/2017/max.js +7 -0
  864. data/node_modules/es-abstract/2017/min.js +7 -0
  865. data/node_modules/es-abstract/2017/modulo.js +9 -0
  866. data/node_modules/es-abstract/2017/msFromTime.js +11 -0
  867. data/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
  868. data/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
  869. data/node_modules/es-abstract/2017/thisStringValue.js +15 -0
  870. data/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
  871. data/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
  872. data/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
  873. data/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
  874. data/node_modules/es-abstract/2018/ArrayCreate.js +54 -0
  875. data/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
  876. data/node_modules/es-abstract/2018/ArraySpeciesCreate.js +47 -0
  877. data/node_modules/es-abstract/2018/AsyncIteratorClose.js +62 -0
  878. data/node_modules/es-abstract/2018/Call.js +20 -0
  879. data/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
  880. data/node_modules/es-abstract/2018/Canonicalize.js +55 -0
  881. data/node_modules/es-abstract/2018/CharacterRange.js +31 -0
  882. data/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
  883. data/node_modules/es-abstract/2018/CompletionRecord.js +53 -0
  884. data/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
  885. data/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +155 -0
  886. data/node_modules/es-abstract/2018/CreateDataProperty.js +27 -0
  887. data/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
  888. data/node_modules/es-abstract/2018/CreateHTML.js +30 -0
  889. data/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
  890. data/node_modules/es-abstract/2018/CreateListFromArrayLike.js +45 -0
  891. data/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
  892. data/node_modules/es-abstract/2018/DateFromTime.js +54 -0
  893. data/node_modules/es-abstract/2018/DateString.js +30 -0
  894. data/node_modules/es-abstract/2018/Day.js +11 -0
  895. data/node_modules/es-abstract/2018/DayFromYear.js +10 -0
  896. data/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
  897. data/node_modules/es-abstract/2018/DaysInYear.js +18 -0
  898. data/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
  899. data/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
  900. data/node_modules/es-abstract/2018/DetachArrayBuffer.js +43 -0
  901. data/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
  902. data/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
  903. data/node_modules/es-abstract/2018/Get.js +25 -0
  904. data/node_modules/es-abstract/2018/GetGlobalObject.js +9 -0
  905. data/node_modules/es-abstract/2018/GetIterator.js +34 -0
  906. data/node_modules/es-abstract/2018/GetMethod.js +36 -0
  907. data/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
  908. data/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +32 -0
  909. data/node_modules/es-abstract/2018/GetSubstitution.js +124 -0
  910. data/node_modules/es-abstract/2018/GetV.js +25 -0
  911. data/node_modules/es-abstract/2018/GetValueFromBuffer.js +108 -0
  912. data/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
  913. data/node_modules/es-abstract/2018/HasProperty.js +20 -0
  914. data/node_modules/es-abstract/2018/HourFromTime.js +14 -0
  915. data/node_modules/es-abstract/2018/InLeapYear.js +21 -0
  916. data/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
  917. data/node_modules/es-abstract/2018/Invoke.js +24 -0
  918. data/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
  919. data/node_modules/es-abstract/2018/IsArray.js +4 -0
  920. data/node_modules/es-abstract/2018/IsCallable.js +5 -0
  921. data/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
  922. data/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
  923. data/node_modules/es-abstract/2018/IsConstructor.js +40 -0
  924. data/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
  925. data/node_modules/es-abstract/2018/IsDetachedBuffer.js +27 -0
  926. data/node_modules/es-abstract/2018/IsExtensible.js +18 -0
  927. data/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
  928. data/node_modules/es-abstract/2018/IsInteger.js +9 -0
  929. data/node_modules/es-abstract/2018/IsPromise.js +24 -0
  930. data/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
  931. data/node_modules/es-abstract/2018/IsRegExp.js +24 -0
  932. data/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
  933. data/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
  934. data/node_modules/es-abstract/2018/IsWordChar.js +48 -0
  935. data/node_modules/es-abstract/2018/IterableToList.js +24 -0
  936. data/node_modules/es-abstract/2018/IteratorClose.js +51 -0
  937. data/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
  938. data/node_modules/es-abstract/2018/IteratorNext.js +18 -0
  939. data/node_modules/es-abstract/2018/IteratorStep.js +13 -0
  940. data/node_modules/es-abstract/2018/IteratorValue.js +18 -0
  941. data/node_modules/es-abstract/2018/MakeDate.js +13 -0
  942. data/node_modules/es-abstract/2018/MakeDay.js +33 -0
  943. data/node_modules/es-abstract/2018/MakeTime.js +23 -0
  944. data/node_modules/es-abstract/2018/MinFromTime.js +14 -0
  945. data/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
  946. data/node_modules/es-abstract/2018/NewPromiseCapability.js +36 -0
  947. data/node_modules/es-abstract/2018/NormalCompletion.js +9 -0
  948. data/node_modules/es-abstract/2018/NumberToRawBytes.js +74 -0
  949. data/node_modules/es-abstract/2018/NumberToString.js +19 -0
  950. data/node_modules/es-abstract/2018/ObjectCreate.js +50 -0
  951. data/node_modules/es-abstract/2018/ObjectDefineProperties.js +38 -0
  952. data/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
  953. data/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
  954. data/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
  955. data/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
  956. data/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
  957. data/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
  958. data/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
  959. data/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
  960. data/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
  961. data/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
  962. data/node_modules/es-abstract/2018/RawBytesToNumber.js +74 -0
  963. data/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
  964. data/node_modules/es-abstract/2018/RegExpExec.js +32 -0
  965. data/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
  966. data/node_modules/es-abstract/2018/SameValue.js +13 -0
  967. data/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
  968. data/node_modules/es-abstract/2018/SameValueZero.js +9 -0
  969. data/node_modules/es-abstract/2018/SecFromTime.js +14 -0
  970. data/node_modules/es-abstract/2018/Set.js +47 -0
  971. data/node_modules/es-abstract/2018/SetFunctionLength.js +32 -0
  972. data/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
  973. data/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
  974. data/node_modules/es-abstract/2018/SetValueInBuffer.js +120 -0
  975. data/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
  976. data/node_modules/es-abstract/2018/SplitMatch.js +39 -0
  977. data/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
  978. data/node_modules/es-abstract/2018/StringCreate.js +40 -0
  979. data/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
  980. data/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
  981. data/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
  982. data/node_modules/es-abstract/2018/ThrowCompletion.js +9 -0
  983. data/node_modules/es-abstract/2018/TimeClip.js +21 -0
  984. data/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
  985. data/node_modules/es-abstract/2018/TimeString.js +25 -0
  986. data/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
  987. data/node_modules/es-abstract/2018/ToBoolean.js +5 -0
  988. data/node_modules/es-abstract/2018/ToDateString.js +23 -0
  989. data/node_modules/es-abstract/2018/ToIndex.js +26 -0
  990. data/node_modules/es-abstract/2018/ToInt16.js +10 -0
  991. data/node_modules/es-abstract/2018/ToInt32.js +9 -0
  992. data/node_modules/es-abstract/2018/ToInt8.js +10 -0
  993. data/node_modules/es-abstract/2018/ToInteger.js +12 -0
  994. data/node_modules/es-abstract/2018/ToLength.js +12 -0
  995. data/node_modules/es-abstract/2018/ToNumber.js +48 -0
  996. data/node_modules/es-abstract/2018/ToObject.js +14 -0
  997. data/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
  998. data/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
  999. data/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
  1000. data/node_modules/es-abstract/2018/ToString.js +15 -0
  1001. data/node_modules/es-abstract/2018/ToUint16.js +19 -0
  1002. data/node_modules/es-abstract/2018/ToUint32.js +9 -0
  1003. data/node_modules/es-abstract/2018/ToUint8.js +20 -0
  1004. data/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
  1005. data/node_modules/es-abstract/2018/Type.js +12 -0
  1006. data/node_modules/es-abstract/2018/TypedArrayCreate.js +50 -0
  1007. data/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +39 -0
  1008. data/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
  1009. data/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
  1010. data/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
  1011. data/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
  1012. data/node_modules/es-abstract/2018/ValidateAtomicAccess.js +36 -0
  1013. data/node_modules/es-abstract/2018/ValidateTypedArray.js +30 -0
  1014. data/node_modules/es-abstract/2018/WeekDay.js +10 -0
  1015. data/node_modules/es-abstract/2018/WordCharacters.js +49 -0
  1016. data/node_modules/es-abstract/2018/YearFromTime.js +16 -0
  1017. data/node_modules/es-abstract/2018/abs.js +11 -0
  1018. data/node_modules/es-abstract/2018/floor.js +11 -0
  1019. data/node_modules/es-abstract/2018/max.js +7 -0
  1020. data/node_modules/es-abstract/2018/min.js +7 -0
  1021. data/node_modules/es-abstract/2018/modulo.js +9 -0
  1022. data/node_modules/es-abstract/2018/msFromTime.js +11 -0
  1023. data/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
  1024. data/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
  1025. data/node_modules/es-abstract/2018/thisStringValue.js +15 -0
  1026. data/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
  1027. data/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
  1028. data/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
  1029. data/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
  1030. data/node_modules/es-abstract/2019/AddEntriesFromIterable.js +47 -0
  1031. data/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
  1032. data/node_modules/es-abstract/2019/ArrayCreate.js +54 -0
  1033. data/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
  1034. data/node_modules/es-abstract/2019/ArraySpeciesCreate.js +47 -0
  1035. data/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +45 -0
  1036. data/node_modules/es-abstract/2019/AsyncIteratorClose.js +62 -0
  1037. data/node_modules/es-abstract/2019/Call.js +20 -0
  1038. data/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
  1039. data/node_modules/es-abstract/2019/Canonicalize.js +55 -0
  1040. data/node_modules/es-abstract/2019/CharacterRange.js +31 -0
  1041. data/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
  1042. data/node_modules/es-abstract/2019/CompletionRecord.js +53 -0
  1043. data/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
  1044. data/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +121 -0
  1045. data/node_modules/es-abstract/2019/CreateDataProperty.js +27 -0
  1046. data/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
  1047. data/node_modules/es-abstract/2019/CreateHTML.js +30 -0
  1048. data/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
  1049. data/node_modules/es-abstract/2019/CreateListFromArrayLike.js +45 -0
  1050. data/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
  1051. data/node_modules/es-abstract/2019/DateFromTime.js +54 -0
  1052. data/node_modules/es-abstract/2019/DateString.js +30 -0
  1053. data/node_modules/es-abstract/2019/Day.js +11 -0
  1054. data/node_modules/es-abstract/2019/DayFromYear.js +10 -0
  1055. data/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
  1056. data/node_modules/es-abstract/2019/DaysInYear.js +18 -0
  1057. data/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
  1058. data/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
  1059. data/node_modules/es-abstract/2019/DetachArrayBuffer.js +43 -0
  1060. data/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
  1061. data/node_modules/es-abstract/2019/FlattenIntoArray.js +57 -0
  1062. data/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
  1063. data/node_modules/es-abstract/2019/Get.js +25 -0
  1064. data/node_modules/es-abstract/2019/GetGlobalObject.js +9 -0
  1065. data/node_modules/es-abstract/2019/GetIterator.js +34 -0
  1066. data/node_modules/es-abstract/2019/GetMethod.js +36 -0
  1067. data/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
  1068. data/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +32 -0
  1069. data/node_modules/es-abstract/2019/GetSubstitution.js +124 -0
  1070. data/node_modules/es-abstract/2019/GetV.js +25 -0
  1071. data/node_modules/es-abstract/2019/GetValueFromBuffer.js +106 -0
  1072. data/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
  1073. data/node_modules/es-abstract/2019/HasProperty.js +20 -0
  1074. data/node_modules/es-abstract/2019/HourFromTime.js +14 -0
  1075. data/node_modules/es-abstract/2019/InLeapYear.js +21 -0
  1076. data/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
  1077. data/node_modules/es-abstract/2019/Invoke.js +24 -0
  1078. data/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
  1079. data/node_modules/es-abstract/2019/IsArray.js +4 -0
  1080. data/node_modules/es-abstract/2019/IsCallable.js +5 -0
  1081. data/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
  1082. data/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
  1083. data/node_modules/es-abstract/2019/IsConstructor.js +40 -0
  1084. data/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
  1085. data/node_modules/es-abstract/2019/IsDetachedBuffer.js +27 -0
  1086. data/node_modules/es-abstract/2019/IsExtensible.js +18 -0
  1087. data/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
  1088. data/node_modules/es-abstract/2019/IsInteger.js +9 -0
  1089. data/node_modules/es-abstract/2019/IsPromise.js +24 -0
  1090. data/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
  1091. data/node_modules/es-abstract/2019/IsRegExp.js +24 -0
  1092. data/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
  1093. data/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
  1094. data/node_modules/es-abstract/2019/IsWordChar.js +48 -0
  1095. data/node_modules/es-abstract/2019/IterableToList.js +24 -0
  1096. data/node_modules/es-abstract/2019/IteratorClose.js +51 -0
  1097. data/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
  1098. data/node_modules/es-abstract/2019/IteratorNext.js +18 -0
  1099. data/node_modules/es-abstract/2019/IteratorStep.js +13 -0
  1100. data/node_modules/es-abstract/2019/IteratorValue.js +18 -0
  1101. data/node_modules/es-abstract/2019/MakeDate.js +13 -0
  1102. data/node_modules/es-abstract/2019/MakeDay.js +33 -0
  1103. data/node_modules/es-abstract/2019/MakeTime.js +23 -0
  1104. data/node_modules/es-abstract/2019/MinFromTime.js +14 -0
  1105. data/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
  1106. data/node_modules/es-abstract/2019/NewPromiseCapability.js +36 -0
  1107. data/node_modules/es-abstract/2019/NormalCompletion.js +9 -0
  1108. data/node_modules/es-abstract/2019/NumberToRawBytes.js +74 -0
  1109. data/node_modules/es-abstract/2019/NumberToString.js +19 -0
  1110. data/node_modules/es-abstract/2019/ObjectCreate.js +50 -0
  1111. data/node_modules/es-abstract/2019/ObjectDefineProperties.js +38 -0
  1112. data/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
  1113. data/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
  1114. data/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
  1115. data/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
  1116. data/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
  1117. data/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
  1118. data/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
  1119. data/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
  1120. data/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
  1121. data/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
  1122. data/node_modules/es-abstract/2019/RawBytesToNumber.js +74 -0
  1123. data/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
  1124. data/node_modules/es-abstract/2019/RegExpExec.js +32 -0
  1125. data/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
  1126. data/node_modules/es-abstract/2019/SameValue.js +13 -0
  1127. data/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
  1128. data/node_modules/es-abstract/2019/SameValueZero.js +9 -0
  1129. data/node_modules/es-abstract/2019/SecFromTime.js +14 -0
  1130. data/node_modules/es-abstract/2019/Set.js +47 -0
  1131. data/node_modules/es-abstract/2019/SetFunctionLength.js +32 -0
  1132. data/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
  1133. data/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
  1134. data/node_modules/es-abstract/2019/SetValueInBuffer.js +120 -0
  1135. data/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
  1136. data/node_modules/es-abstract/2019/SplitMatch.js +39 -0
  1137. data/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
  1138. data/node_modules/es-abstract/2019/StringCreate.js +40 -0
  1139. data/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
  1140. data/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
  1141. data/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
  1142. data/node_modules/es-abstract/2019/ThrowCompletion.js +9 -0
  1143. data/node_modules/es-abstract/2019/TimeClip.js +21 -0
  1144. data/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
  1145. data/node_modules/es-abstract/2019/TimeString.js +25 -0
  1146. data/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
  1147. data/node_modules/es-abstract/2019/ToBoolean.js +5 -0
  1148. data/node_modules/es-abstract/2019/ToDateString.js +23 -0
  1149. data/node_modules/es-abstract/2019/ToIndex.js +26 -0
  1150. data/node_modules/es-abstract/2019/ToInt16.js +10 -0
  1151. data/node_modules/es-abstract/2019/ToInt32.js +9 -0
  1152. data/node_modules/es-abstract/2019/ToInt8.js +10 -0
  1153. data/node_modules/es-abstract/2019/ToInteger.js +12 -0
  1154. data/node_modules/es-abstract/2019/ToLength.js +12 -0
  1155. data/node_modules/es-abstract/2019/ToNumber.js +48 -0
  1156. data/node_modules/es-abstract/2019/ToObject.js +14 -0
  1157. data/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
  1158. data/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
  1159. data/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
  1160. data/node_modules/es-abstract/2019/ToString.js +15 -0
  1161. data/node_modules/es-abstract/2019/ToUint16.js +19 -0
  1162. data/node_modules/es-abstract/2019/ToUint32.js +9 -0
  1163. data/node_modules/es-abstract/2019/ToUint8.js +20 -0
  1164. data/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
  1165. data/node_modules/es-abstract/2019/TrimString.js +29 -0
  1166. data/node_modules/es-abstract/2019/Type.js +12 -0
  1167. data/node_modules/es-abstract/2019/TypedArrayCreate.js +50 -0
  1168. data/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +39 -0
  1169. data/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
  1170. data/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
  1171. data/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
  1172. data/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
  1173. data/node_modules/es-abstract/2019/ValidateAtomicAccess.js +36 -0
  1174. data/node_modules/es-abstract/2019/ValidateTypedArray.js +30 -0
  1175. data/node_modules/es-abstract/2019/WeekDay.js +10 -0
  1176. data/node_modules/es-abstract/2019/WordCharacters.js +49 -0
  1177. data/node_modules/es-abstract/2019/YearFromTime.js +16 -0
  1178. data/node_modules/es-abstract/2019/abs.js +11 -0
  1179. data/node_modules/es-abstract/2019/floor.js +11 -0
  1180. data/node_modules/es-abstract/2019/max.js +7 -0
  1181. data/node_modules/es-abstract/2019/min.js +7 -0
  1182. data/node_modules/es-abstract/2019/modulo.js +9 -0
  1183. data/node_modules/es-abstract/2019/msFromTime.js +11 -0
  1184. data/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
  1185. data/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
  1186. data/node_modules/es-abstract/2019/thisStringValue.js +15 -0
  1187. data/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
  1188. data/node_modules/es-abstract/2019/thisTimeValue.js +9 -0
  1189. data/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
  1190. data/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
  1191. data/node_modules/es-abstract/2020/AddEntriesFromIterable.js +47 -0
  1192. data/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
  1193. data/node_modules/es-abstract/2020/ArrayCreate.js +54 -0
  1194. data/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
  1195. data/node_modules/es-abstract/2020/ArraySpeciesCreate.js +47 -0
  1196. data/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +45 -0
  1197. data/node_modules/es-abstract/2020/AsyncIteratorClose.js +62 -0
  1198. data/node_modules/es-abstract/2020/BigInt/add.js +18 -0
  1199. data/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
  1200. data/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
  1201. data/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
  1202. data/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
  1203. data/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
  1204. data/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
  1205. data/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
  1206. data/node_modules/es-abstract/2020/BigInt/index.js +43 -0
  1207. data/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
  1208. data/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
  1209. data/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
  1210. data/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
  1211. data/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
  1212. data/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
  1213. data/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
  1214. data/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
  1215. data/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
  1216. data/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
  1217. data/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
  1218. data/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
  1219. data/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
  1220. data/node_modules/es-abstract/2020/BinaryOr.js +14 -0
  1221. data/node_modules/es-abstract/2020/BinaryXor.js +14 -0
  1222. data/node_modules/es-abstract/2020/Call.js +20 -0
  1223. data/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
  1224. data/node_modules/es-abstract/2020/Canonicalize.js +55 -0
  1225. data/node_modules/es-abstract/2020/CharacterRange.js +31 -0
  1226. data/node_modules/es-abstract/2020/CodePointAt.js +58 -0
  1227. data/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
  1228. data/node_modules/es-abstract/2020/CompletionRecord.js +53 -0
  1229. data/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
  1230. data/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +121 -0
  1231. data/node_modules/es-abstract/2020/CreateDataProperty.js +27 -0
  1232. data/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
  1233. data/node_modules/es-abstract/2020/CreateHTML.js +30 -0
  1234. data/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
  1235. data/node_modules/es-abstract/2020/CreateListFromArrayLike.js +46 -0
  1236. data/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
  1237. data/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +100 -0
  1238. data/node_modules/es-abstract/2020/DateFromTime.js +54 -0
  1239. data/node_modules/es-abstract/2020/DateString.js +30 -0
  1240. data/node_modules/es-abstract/2020/Day.js +11 -0
  1241. data/node_modules/es-abstract/2020/DayFromYear.js +10 -0
  1242. data/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
  1243. data/node_modules/es-abstract/2020/DaysInYear.js +18 -0
  1244. data/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
  1245. data/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
  1246. data/node_modules/es-abstract/2020/DetachArrayBuffer.js +43 -0
  1247. data/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
  1248. data/node_modules/es-abstract/2020/FlattenIntoArray.js +57 -0
  1249. data/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
  1250. data/node_modules/es-abstract/2020/Get.js +25 -0
  1251. data/node_modules/es-abstract/2020/GetGlobalObject.js +9 -0
  1252. data/node_modules/es-abstract/2020/GetIterator.js +66 -0
  1253. data/node_modules/es-abstract/2020/GetMethod.js +36 -0
  1254. data/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
  1255. data/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +32 -0
  1256. data/node_modules/es-abstract/2020/GetSubstitution.js +124 -0
  1257. data/node_modules/es-abstract/2020/GetV.js +25 -0
  1258. data/node_modules/es-abstract/2020/GetValueFromBuffer.js +110 -0
  1259. data/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
  1260. data/node_modules/es-abstract/2020/HasProperty.js +20 -0
  1261. data/node_modules/es-abstract/2020/HourFromTime.js +14 -0
  1262. data/node_modules/es-abstract/2020/InLeapYear.js +21 -0
  1263. data/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
  1264. data/node_modules/es-abstract/2020/Invoke.js +24 -0
  1265. data/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
  1266. data/node_modules/es-abstract/2020/IsArray.js +4 -0
  1267. data/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
  1268. data/node_modules/es-abstract/2020/IsCallable.js +5 -0
  1269. data/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
  1270. data/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
  1271. data/node_modules/es-abstract/2020/IsConstructor.js +40 -0
  1272. data/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
  1273. data/node_modules/es-abstract/2020/IsDetachedBuffer.js +27 -0
  1274. data/node_modules/es-abstract/2020/IsExtensible.js +18 -0
  1275. data/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
  1276. data/node_modules/es-abstract/2020/IsInteger.js +9 -0
  1277. data/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
  1278. data/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
  1279. data/node_modules/es-abstract/2020/IsPromise.js +24 -0
  1280. data/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
  1281. data/node_modules/es-abstract/2020/IsRegExp.js +24 -0
  1282. data/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
  1283. data/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
  1284. data/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
  1285. data/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
  1286. data/node_modules/es-abstract/2020/IsValidIntegerIndex.js +30 -0
  1287. data/node_modules/es-abstract/2020/IsWordChar.js +48 -0
  1288. data/node_modules/es-abstract/2020/IterableToList.js +24 -0
  1289. data/node_modules/es-abstract/2020/IteratorClose.js +51 -0
  1290. data/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
  1291. data/node_modules/es-abstract/2020/IteratorNext.js +18 -0
  1292. data/node_modules/es-abstract/2020/IteratorStep.js +13 -0
  1293. data/node_modules/es-abstract/2020/IteratorValue.js +18 -0
  1294. data/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
  1295. data/node_modules/es-abstract/2020/MakeDate.js +13 -0
  1296. data/node_modules/es-abstract/2020/MakeDay.js +33 -0
  1297. data/node_modules/es-abstract/2020/MakeTime.js +23 -0
  1298. data/node_modules/es-abstract/2020/MinFromTime.js +14 -0
  1299. data/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
  1300. data/node_modules/es-abstract/2020/NewPromiseCapability.js +36 -0
  1301. data/node_modules/es-abstract/2020/NormalCompletion.js +9 -0
  1302. data/node_modules/es-abstract/2020/Number/add.js +44 -0
  1303. data/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
  1304. data/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
  1305. data/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
  1306. data/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
  1307. data/node_modules/es-abstract/2020/Number/divide.js +22 -0
  1308. data/node_modules/es-abstract/2020/Number/equal.js +21 -0
  1309. data/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
  1310. data/node_modules/es-abstract/2020/Number/index.js +43 -0
  1311. data/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
  1312. data/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
  1313. data/node_modules/es-abstract/2020/Number/multiply.js +33 -0
  1314. data/node_modules/es-abstract/2020/Number/remainder.js +32 -0
  1315. data/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
  1316. data/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
  1317. data/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
  1318. data/node_modules/es-abstract/2020/Number/subtract.js +16 -0
  1319. data/node_modules/es-abstract/2020/Number/toString.js +18 -0
  1320. data/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
  1321. data/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
  1322. data/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
  1323. data/node_modules/es-abstract/2020/NumberToBigInt.js +27 -0
  1324. data/node_modules/es-abstract/2020/NumericToRawBytes.js +80 -0
  1325. data/node_modules/es-abstract/2020/ObjectDefineProperties.js +38 -0
  1326. data/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
  1327. data/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
  1328. data/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
  1329. data/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
  1330. data/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
  1331. data/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
  1332. data/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +56 -0
  1333. data/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
  1334. data/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
  1335. data/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
  1336. data/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
  1337. data/node_modules/es-abstract/2020/RawBytesToNumeric.js +84 -0
  1338. data/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
  1339. data/node_modules/es-abstract/2020/RegExpExec.js +32 -0
  1340. data/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
  1341. data/node_modules/es-abstract/2020/SameValue.js +13 -0
  1342. data/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
  1343. data/node_modules/es-abstract/2020/SameValueZero.js +9 -0
  1344. data/node_modules/es-abstract/2020/SecFromTime.js +14 -0
  1345. data/node_modules/es-abstract/2020/Set.js +47 -0
  1346. data/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
  1347. data/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
  1348. data/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
  1349. data/node_modules/es-abstract/2020/SetValueInBuffer.js +109 -0
  1350. data/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
  1351. data/node_modules/es-abstract/2020/SplitMatch.js +39 -0
  1352. data/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
  1353. data/node_modules/es-abstract/2020/StringCreate.js +40 -0
  1354. data/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
  1355. data/node_modules/es-abstract/2020/StringPad.js +43 -0
  1356. data/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
  1357. data/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
  1358. data/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
  1359. data/node_modules/es-abstract/2020/ThrowCompletion.js +9 -0
  1360. data/node_modules/es-abstract/2020/TimeClip.js +21 -0
  1361. data/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
  1362. data/node_modules/es-abstract/2020/TimeString.js +25 -0
  1363. data/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
  1364. data/node_modules/es-abstract/2020/ToBigInt.js +53 -0
  1365. data/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
  1366. data/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
  1367. data/node_modules/es-abstract/2020/ToBoolean.js +5 -0
  1368. data/node_modules/es-abstract/2020/ToDateString.js +23 -0
  1369. data/node_modules/es-abstract/2020/ToIndex.js +26 -0
  1370. data/node_modules/es-abstract/2020/ToInt16.js +10 -0
  1371. data/node_modules/es-abstract/2020/ToInt32.js +9 -0
  1372. data/node_modules/es-abstract/2020/ToInt8.js +10 -0
  1373. data/node_modules/es-abstract/2020/ToInteger.js +15 -0
  1374. data/node_modules/es-abstract/2020/ToLength.js +12 -0
  1375. data/node_modules/es-abstract/2020/ToNumber.js +51 -0
  1376. data/node_modules/es-abstract/2020/ToNumeric.js +21 -0
  1377. data/node_modules/es-abstract/2020/ToObject.js +14 -0
  1378. data/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
  1379. data/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
  1380. data/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
  1381. data/node_modules/es-abstract/2020/ToString.js +15 -0
  1382. data/node_modules/es-abstract/2020/ToUint16.js +19 -0
  1383. data/node_modules/es-abstract/2020/ToUint32.js +9 -0
  1384. data/node_modules/es-abstract/2020/ToUint8.js +20 -0
  1385. data/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
  1386. data/node_modules/es-abstract/2020/TrimString.js +29 -0
  1387. data/node_modules/es-abstract/2020/Type.js +15 -0
  1388. data/node_modules/es-abstract/2020/TypedArrayCreate.js +50 -0
  1389. data/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +39 -0
  1390. data/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
  1391. data/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
  1392. data/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
  1393. data/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
  1394. data/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
  1395. data/node_modules/es-abstract/2020/ValidateAtomicAccess.js +36 -0
  1396. data/node_modules/es-abstract/2020/ValidateTypedArray.js +30 -0
  1397. data/node_modules/es-abstract/2020/WeekDay.js +10 -0
  1398. data/node_modules/es-abstract/2020/WordCharacters.js +49 -0
  1399. data/node_modules/es-abstract/2020/YearFromTime.js +16 -0
  1400. data/node_modules/es-abstract/2020/abs.js +11 -0
  1401. data/node_modules/es-abstract/2020/floor.js +16 -0
  1402. data/node_modules/es-abstract/2020/max.js +7 -0
  1403. data/node_modules/es-abstract/2020/min.js +7 -0
  1404. data/node_modules/es-abstract/2020/modulo.js +9 -0
  1405. data/node_modules/es-abstract/2020/msFromTime.js +11 -0
  1406. data/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
  1407. data/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
  1408. data/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
  1409. data/node_modules/es-abstract/2020/thisStringValue.js +15 -0
  1410. data/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
  1411. data/node_modules/es-abstract/2020/thisTimeValue.js +9 -0
  1412. data/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
  1413. data/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
  1414. data/node_modules/es-abstract/2021/AddEntriesFromIterable.js +47 -0
  1415. data/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
  1416. data/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
  1417. data/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
  1418. data/node_modules/es-abstract/2021/ArrayCreate.js +54 -0
  1419. data/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
  1420. data/node_modules/es-abstract/2021/ArraySpeciesCreate.js +49 -0
  1421. data/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +45 -0
  1422. data/node_modules/es-abstract/2021/AsyncIteratorClose.js +68 -0
  1423. data/node_modules/es-abstract/2021/BigInt/add.js +18 -0
  1424. data/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
  1425. data/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
  1426. data/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
  1427. data/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
  1428. data/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
  1429. data/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
  1430. data/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
  1431. data/node_modules/es-abstract/2021/BigInt/index.js +43 -0
  1432. data/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
  1433. data/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
  1434. data/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
  1435. data/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
  1436. data/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
  1437. data/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
  1438. data/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
  1439. data/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
  1440. data/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
  1441. data/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
  1442. data/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
  1443. data/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
  1444. data/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
  1445. data/node_modules/es-abstract/2021/BinaryOr.js +14 -0
  1446. data/node_modules/es-abstract/2021/BinaryXor.js +14 -0
  1447. data/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
  1448. data/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
  1449. data/node_modules/es-abstract/2021/Call.js +20 -0
  1450. data/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
  1451. data/node_modules/es-abstract/2021/Canonicalize.js +55 -0
  1452. data/node_modules/es-abstract/2021/CharacterRange.js +31 -0
  1453. data/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
  1454. data/node_modules/es-abstract/2021/CloneArrayBuffer.js +49 -0
  1455. data/node_modules/es-abstract/2021/CodePointAt.js +58 -0
  1456. data/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
  1457. data/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
  1458. data/node_modules/es-abstract/2021/CompletionRecord.js +53 -0
  1459. data/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
  1460. data/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +121 -0
  1461. data/node_modules/es-abstract/2021/CreateDataProperty.js +27 -0
  1462. data/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
  1463. data/node_modules/es-abstract/2021/CreateHTML.js +30 -0
  1464. data/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
  1465. data/node_modules/es-abstract/2021/CreateListFromArrayLike.js +46 -0
  1466. data/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
  1467. data/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +100 -0
  1468. data/node_modules/es-abstract/2021/DateFromTime.js +54 -0
  1469. data/node_modules/es-abstract/2021/DateString.js +30 -0
  1470. data/node_modules/es-abstract/2021/Day.js +11 -0
  1471. data/node_modules/es-abstract/2021/DayFromYear.js +10 -0
  1472. data/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
  1473. data/node_modules/es-abstract/2021/DaysInYear.js +18 -0
  1474. data/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
  1475. data/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
  1476. data/node_modules/es-abstract/2021/DetachArrayBuffer.js +43 -0
  1477. data/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
  1478. data/node_modules/es-abstract/2021/FlattenIntoArray.js +57 -0
  1479. data/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
  1480. data/node_modules/es-abstract/2021/Get.js +25 -0
  1481. data/node_modules/es-abstract/2021/GetGlobalObject.js +9 -0
  1482. data/node_modules/es-abstract/2021/GetIterator.js +66 -0
  1483. data/node_modules/es-abstract/2021/GetMethod.js +36 -0
  1484. data/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
  1485. data/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
  1486. data/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +32 -0
  1487. data/node_modules/es-abstract/2021/GetSubstitution.js +124 -0
  1488. data/node_modules/es-abstract/2021/GetV.js +25 -0
  1489. data/node_modules/es-abstract/2021/GetValueFromBuffer.js +110 -0
  1490. data/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
  1491. data/node_modules/es-abstract/2021/HasProperty.js +20 -0
  1492. data/node_modules/es-abstract/2021/HourFromTime.js +14 -0
  1493. data/node_modules/es-abstract/2021/InLeapYear.js +21 -0
  1494. data/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
  1495. data/node_modules/es-abstract/2021/Invoke.js +24 -0
  1496. data/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
  1497. data/node_modules/es-abstract/2021/IsArray.js +4 -0
  1498. data/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
  1499. data/node_modules/es-abstract/2021/IsCallable.js +5 -0
  1500. data/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
  1501. data/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
  1502. data/node_modules/es-abstract/2021/IsConstructor.js +40 -0
  1503. data/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
  1504. data/node_modules/es-abstract/2021/IsDetachedBuffer.js +27 -0
  1505. data/node_modules/es-abstract/2021/IsExtensible.js +18 -0
  1506. data/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
  1507. data/node_modules/es-abstract/2021/IsIntegralNumber.js +9 -0
  1508. data/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
  1509. data/node_modules/es-abstract/2021/IsPromise.js +24 -0
  1510. data/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
  1511. data/node_modules/es-abstract/2021/IsRegExp.js +24 -0
  1512. data/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
  1513. data/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
  1514. data/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
  1515. data/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
  1516. data/node_modules/es-abstract/2021/IsValidIntegerIndex.js +33 -0
  1517. data/node_modules/es-abstract/2021/IsWordChar.js +48 -0
  1518. data/node_modules/es-abstract/2021/IterableToList.js +29 -0
  1519. data/node_modules/es-abstract/2021/IteratorClose.js +51 -0
  1520. data/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
  1521. data/node_modules/es-abstract/2021/IteratorNext.js +18 -0
  1522. data/node_modules/es-abstract/2021/IteratorStep.js +13 -0
  1523. data/node_modules/es-abstract/2021/IteratorValue.js +18 -0
  1524. data/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
  1525. data/node_modules/es-abstract/2021/MakeDate.js +13 -0
  1526. data/node_modules/es-abstract/2021/MakeDay.js +36 -0
  1527. data/node_modules/es-abstract/2021/MakeTime.js +23 -0
  1528. data/node_modules/es-abstract/2021/MinFromTime.js +14 -0
  1529. data/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
  1530. data/node_modules/es-abstract/2021/NewPromiseCapability.js +36 -0
  1531. data/node_modules/es-abstract/2021/NormalCompletion.js +9 -0
  1532. data/node_modules/es-abstract/2021/Number/add.js +36 -0
  1533. data/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
  1534. data/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
  1535. data/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
  1536. data/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
  1537. data/node_modules/es-abstract/2021/Number/divide.js +22 -0
  1538. data/node_modules/es-abstract/2021/Number/equal.js +21 -0
  1539. data/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
  1540. data/node_modules/es-abstract/2021/Number/index.js +43 -0
  1541. data/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
  1542. data/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
  1543. data/node_modules/es-abstract/2021/Number/multiply.js +33 -0
  1544. data/node_modules/es-abstract/2021/Number/remainder.js +32 -0
  1545. data/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
  1546. data/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
  1547. data/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
  1548. data/node_modules/es-abstract/2021/Number/subtract.js +19 -0
  1549. data/node_modules/es-abstract/2021/Number/toString.js +18 -0
  1550. data/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
  1551. data/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
  1552. data/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
  1553. data/node_modules/es-abstract/2021/NumberToBigInt.js +26 -0
  1554. data/node_modules/es-abstract/2021/NumericToRawBytes.js +80 -0
  1555. data/node_modules/es-abstract/2021/ObjectDefineProperties.js +38 -0
  1556. data/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
  1557. data/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
  1558. data/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
  1559. data/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
  1560. data/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
  1561. data/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
  1562. data/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +56 -0
  1563. data/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
  1564. data/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
  1565. data/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
  1566. data/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
  1567. data/node_modules/es-abstract/2021/RawBytesToNumeric.js +84 -0
  1568. data/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
  1569. data/node_modules/es-abstract/2021/RegExpExec.js +32 -0
  1570. data/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
  1571. data/node_modules/es-abstract/2021/SameValue.js +13 -0
  1572. data/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
  1573. data/node_modules/es-abstract/2021/SameValueZero.js +9 -0
  1574. data/node_modules/es-abstract/2021/SecFromTime.js +14 -0
  1575. data/node_modules/es-abstract/2021/Set.js +47 -0
  1576. data/node_modules/es-abstract/2021/SetFunctionLength.js +32 -0
  1577. data/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
  1578. data/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
  1579. data/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +127 -0
  1580. data/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +167 -0
  1581. data/node_modules/es-abstract/2021/SetValueInBuffer.js +105 -0
  1582. data/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
  1583. data/node_modules/es-abstract/2021/SplitMatch.js +39 -0
  1584. data/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
  1585. data/node_modules/es-abstract/2021/StringCreate.js +40 -0
  1586. data/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
  1587. data/node_modules/es-abstract/2021/StringIndexOf.js +40 -0
  1588. data/node_modules/es-abstract/2021/StringPad.js +43 -0
  1589. data/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
  1590. data/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
  1591. data/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
  1592. data/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
  1593. data/node_modules/es-abstract/2021/ThrowCompletion.js +9 -0
  1594. data/node_modules/es-abstract/2021/TimeClip.js +21 -0
  1595. data/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
  1596. data/node_modules/es-abstract/2021/TimeString.js +25 -0
  1597. data/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
  1598. data/node_modules/es-abstract/2021/ToBigInt.js +53 -0
  1599. data/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
  1600. data/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
  1601. data/node_modules/es-abstract/2021/ToBoolean.js +5 -0
  1602. data/node_modules/es-abstract/2021/ToDateString.js +23 -0
  1603. data/node_modules/es-abstract/2021/ToIndex.js +26 -0
  1604. data/node_modules/es-abstract/2021/ToInt16.js +10 -0
  1605. data/node_modules/es-abstract/2021/ToInt32.js +9 -0
  1606. data/node_modules/es-abstract/2021/ToInt8.js +10 -0
  1607. data/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +20 -0
  1608. data/node_modules/es-abstract/2021/ToLength.js +12 -0
  1609. data/node_modules/es-abstract/2021/ToNumber.js +51 -0
  1610. data/node_modules/es-abstract/2021/ToNumeric.js +21 -0
  1611. data/node_modules/es-abstract/2021/ToObject.js +14 -0
  1612. data/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
  1613. data/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
  1614. data/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
  1615. data/node_modules/es-abstract/2021/ToString.js +15 -0
  1616. data/node_modules/es-abstract/2021/ToUint16.js +19 -0
  1617. data/node_modules/es-abstract/2021/ToUint32.js +9 -0
  1618. data/node_modules/es-abstract/2021/ToUint8.js +20 -0
  1619. data/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
  1620. data/node_modules/es-abstract/2021/TrimString.js +29 -0
  1621. data/node_modules/es-abstract/2021/Type.js +15 -0
  1622. data/node_modules/es-abstract/2021/TypedArrayCreate.js +50 -0
  1623. data/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +39 -0
  1624. data/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
  1625. data/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
  1626. data/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
  1627. data/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
  1628. data/node_modules/es-abstract/2021/ValidateAtomicAccess.js +59 -0
  1629. data/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +53 -0
  1630. data/node_modules/es-abstract/2021/ValidateTypedArray.js +30 -0
  1631. data/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
  1632. data/node_modules/es-abstract/2021/WeekDay.js +10 -0
  1633. data/node_modules/es-abstract/2021/WordCharacters.js +49 -0
  1634. data/node_modules/es-abstract/2021/YearFromTime.js +16 -0
  1635. data/node_modules/es-abstract/2021/abs.js +11 -0
  1636. data/node_modules/es-abstract/2021/clamp.js +18 -0
  1637. data/node_modules/es-abstract/2021/floor.js +16 -0
  1638. data/node_modules/es-abstract/2021/max.js +7 -0
  1639. data/node_modules/es-abstract/2021/min.js +7 -0
  1640. data/node_modules/es-abstract/2021/modulo.js +9 -0
  1641. data/node_modules/es-abstract/2021/msFromTime.js +11 -0
  1642. data/node_modules/es-abstract/2021/substring.js +21 -0
  1643. data/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
  1644. data/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
  1645. data/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
  1646. data/node_modules/es-abstract/2021/thisStringValue.js +15 -0
  1647. data/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
  1648. data/node_modules/es-abstract/2021/thisTimeValue.js +9 -0
  1649. data/node_modules/es-abstract/2022/AddEntriesFromIterable.js +47 -0
  1650. data/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
  1651. data/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
  1652. data/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
  1653. data/node_modules/es-abstract/2022/ArrayCreate.js +54 -0
  1654. data/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
  1655. data/node_modules/es-abstract/2022/ArraySpeciesCreate.js +49 -0
  1656. data/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +45 -0
  1657. data/node_modules/es-abstract/2022/AsyncIteratorClose.js +68 -0
  1658. data/node_modules/es-abstract/2022/BigInt/add.js +18 -0
  1659. data/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
  1660. data/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
  1661. data/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
  1662. data/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
  1663. data/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
  1664. data/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
  1665. data/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
  1666. data/node_modules/es-abstract/2022/BigInt/index.js +43 -0
  1667. data/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
  1668. data/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
  1669. data/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
  1670. data/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
  1671. data/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
  1672. data/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
  1673. data/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
  1674. data/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
  1675. data/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
  1676. data/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
  1677. data/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
  1678. data/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
  1679. data/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
  1680. data/node_modules/es-abstract/2022/BinaryOr.js +14 -0
  1681. data/node_modules/es-abstract/2022/BinaryXor.js +14 -0
  1682. data/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
  1683. data/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
  1684. data/node_modules/es-abstract/2022/Call.js +20 -0
  1685. data/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
  1686. data/node_modules/es-abstract/2022/Canonicalize.js +55 -0
  1687. data/node_modules/es-abstract/2022/CharacterRange.js +31 -0
  1688. data/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
  1689. data/node_modules/es-abstract/2022/CloneArrayBuffer.js +49 -0
  1690. data/node_modules/es-abstract/2022/CodePointAt.js +58 -0
  1691. data/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
  1692. data/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
  1693. data/node_modules/es-abstract/2022/CompletionRecord.js +53 -0
  1694. data/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
  1695. data/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +121 -0
  1696. data/node_modules/es-abstract/2022/CreateDataProperty.js +27 -0
  1697. data/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
  1698. data/node_modules/es-abstract/2022/CreateHTML.js +30 -0
  1699. data/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
  1700. data/node_modules/es-abstract/2022/CreateListFromArrayLike.js +46 -0
  1701. data/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
  1702. data/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  1703. data/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +100 -0
  1704. data/node_modules/es-abstract/2022/DateFromTime.js +54 -0
  1705. data/node_modules/es-abstract/2022/DateString.js +30 -0
  1706. data/node_modules/es-abstract/2022/Day.js +11 -0
  1707. data/node_modules/es-abstract/2022/DayFromYear.js +10 -0
  1708. data/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
  1709. data/node_modules/es-abstract/2022/DaysInYear.js +18 -0
  1710. data/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
  1711. data/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
  1712. data/node_modules/es-abstract/2022/DetachArrayBuffer.js +43 -0
  1713. data/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
  1714. data/node_modules/es-abstract/2022/FlattenIntoArray.js +57 -0
  1715. data/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
  1716. data/node_modules/es-abstract/2022/Get.js +25 -0
  1717. data/node_modules/es-abstract/2022/GetGlobalObject.js +9 -0
  1718. data/node_modules/es-abstract/2022/GetIterator.js +66 -0
  1719. data/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
  1720. data/node_modules/es-abstract/2022/GetMatchString.js +27 -0
  1721. data/node_modules/es-abstract/2022/GetMethod.js +36 -0
  1722. data/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
  1723. data/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
  1724. data/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +32 -0
  1725. data/node_modules/es-abstract/2022/GetStringIndex.js +31 -0
  1726. data/node_modules/es-abstract/2022/GetSubstitution.js +124 -0
  1727. data/node_modules/es-abstract/2022/GetV.js +25 -0
  1728. data/node_modules/es-abstract/2022/GetValueFromBuffer.js +110 -0
  1729. data/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
  1730. data/node_modules/es-abstract/2022/HasProperty.js +20 -0
  1731. data/node_modules/es-abstract/2022/HourFromTime.js +14 -0
  1732. data/node_modules/es-abstract/2022/InLeapYear.js +21 -0
  1733. data/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
  1734. data/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
  1735. data/node_modules/es-abstract/2022/Invoke.js +24 -0
  1736. data/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
  1737. data/node_modules/es-abstract/2022/IsArray.js +4 -0
  1738. data/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
  1739. data/node_modules/es-abstract/2022/IsCallable.js +5 -0
  1740. data/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
  1741. data/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
  1742. data/node_modules/es-abstract/2022/IsConstructor.js +40 -0
  1743. data/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
  1744. data/node_modules/es-abstract/2022/IsDetachedBuffer.js +27 -0
  1745. data/node_modules/es-abstract/2022/IsExtensible.js +18 -0
  1746. data/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
  1747. data/node_modules/es-abstract/2022/IsIntegralNumber.js +9 -0
  1748. data/node_modules/es-abstract/2022/IsLessThan.js +90 -0
  1749. data/node_modules/es-abstract/2022/IsLooselyEqual.js +58 -0
  1750. data/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
  1751. data/node_modules/es-abstract/2022/IsPromise.js +24 -0
  1752. data/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
  1753. data/node_modules/es-abstract/2022/IsRegExp.js +24 -0
  1754. data/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
  1755. data/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
  1756. data/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
  1757. data/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
  1758. data/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
  1759. data/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
  1760. data/node_modules/es-abstract/2022/IsValidIntegerIndex.js +33 -0
  1761. data/node_modules/es-abstract/2022/IsWordChar.js +48 -0
  1762. data/node_modules/es-abstract/2022/IterableToList.js +29 -0
  1763. data/node_modules/es-abstract/2022/IteratorClose.js +51 -0
  1764. data/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
  1765. data/node_modules/es-abstract/2022/IteratorNext.js +18 -0
  1766. data/node_modules/es-abstract/2022/IteratorStep.js +13 -0
  1767. data/node_modules/es-abstract/2022/IteratorValue.js +18 -0
  1768. data/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
  1769. data/node_modules/es-abstract/2022/MakeDate.js +13 -0
  1770. data/node_modules/es-abstract/2022/MakeDay.js +36 -0
  1771. data/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
  1772. data/node_modules/es-abstract/2022/MakeTime.js +23 -0
  1773. data/node_modules/es-abstract/2022/MinFromTime.js +14 -0
  1774. data/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
  1775. data/node_modules/es-abstract/2022/NewPromiseCapability.js +36 -0
  1776. data/node_modules/es-abstract/2022/NormalCompletion.js +9 -0
  1777. data/node_modules/es-abstract/2022/Number/add.js +36 -0
  1778. data/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
  1779. data/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
  1780. data/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
  1781. data/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
  1782. data/node_modules/es-abstract/2022/Number/divide.js +22 -0
  1783. data/node_modules/es-abstract/2022/Number/equal.js +21 -0
  1784. data/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
  1785. data/node_modules/es-abstract/2022/Number/index.js +43 -0
  1786. data/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
  1787. data/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
  1788. data/node_modules/es-abstract/2022/Number/multiply.js +33 -0
  1789. data/node_modules/es-abstract/2022/Number/remainder.js +32 -0
  1790. data/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
  1791. data/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
  1792. data/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
  1793. data/node_modules/es-abstract/2022/Number/subtract.js +19 -0
  1794. data/node_modules/es-abstract/2022/Number/toString.js +18 -0
  1795. data/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
  1796. data/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
  1797. data/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
  1798. data/node_modules/es-abstract/2022/NumberToBigInt.js +26 -0
  1799. data/node_modules/es-abstract/2022/NumericToRawBytes.js +80 -0
  1800. data/node_modules/es-abstract/2022/ObjectDefineProperties.js +38 -0
  1801. data/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
  1802. data/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
  1803. data/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
  1804. data/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
  1805. data/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
  1806. data/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
  1807. data/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +56 -0
  1808. data/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
  1809. data/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
  1810. data/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
  1811. data/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
  1812. data/node_modules/es-abstract/2022/RawBytesToNumeric.js +84 -0
  1813. data/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
  1814. data/node_modules/es-abstract/2022/RegExpExec.js +32 -0
  1815. data/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
  1816. data/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
  1817. data/node_modules/es-abstract/2022/SameValue.js +13 -0
  1818. data/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
  1819. data/node_modules/es-abstract/2022/SameValueZero.js +9 -0
  1820. data/node_modules/es-abstract/2022/SecFromTime.js +14 -0
  1821. data/node_modules/es-abstract/2022/Set.js +47 -0
  1822. data/node_modules/es-abstract/2022/SetFunctionLength.js +32 -0
  1823. data/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
  1824. data/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
  1825. data/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +97 -0
  1826. data/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +135 -0
  1827. data/node_modules/es-abstract/2022/SetValueInBuffer.js +105 -0
  1828. data/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
  1829. data/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
  1830. data/node_modules/es-abstract/2022/StringCreate.js +40 -0
  1831. data/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
  1832. data/node_modules/es-abstract/2022/StringIndexOf.js +40 -0
  1833. data/node_modules/es-abstract/2022/StringPad.js +43 -0
  1834. data/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
  1835. data/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
  1836. data/node_modules/es-abstract/2022/StringToNumber.js +45 -0
  1837. data/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
  1838. data/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
  1839. data/node_modules/es-abstract/2022/ThrowCompletion.js +9 -0
  1840. data/node_modules/es-abstract/2022/TimeClip.js +21 -0
  1841. data/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
  1842. data/node_modules/es-abstract/2022/TimeString.js +25 -0
  1843. data/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
  1844. data/node_modules/es-abstract/2022/ToBigInt.js +53 -0
  1845. data/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
  1846. data/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
  1847. data/node_modules/es-abstract/2022/ToBoolean.js +5 -0
  1848. data/node_modules/es-abstract/2022/ToDateString.js +23 -0
  1849. data/node_modules/es-abstract/2022/ToIndex.js +26 -0
  1850. data/node_modules/es-abstract/2022/ToInt16.js +10 -0
  1851. data/node_modules/es-abstract/2022/ToInt32.js +9 -0
  1852. data/node_modules/es-abstract/2022/ToInt8.js +10 -0
  1853. data/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +20 -0
  1854. data/node_modules/es-abstract/2022/ToLength.js +12 -0
  1855. data/node_modules/es-abstract/2022/ToNumber.js +26 -0
  1856. data/node_modules/es-abstract/2022/ToNumeric.js +21 -0
  1857. data/node_modules/es-abstract/2022/ToObject.js +14 -0
  1858. data/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
  1859. data/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
  1860. data/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
  1861. data/node_modules/es-abstract/2022/ToString.js +15 -0
  1862. data/node_modules/es-abstract/2022/ToUint16.js +19 -0
  1863. data/node_modules/es-abstract/2022/ToUint32.js +9 -0
  1864. data/node_modules/es-abstract/2022/ToUint8.js +20 -0
  1865. data/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
  1866. data/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +20 -0
  1867. data/node_modules/es-abstract/2022/TrimString.js +29 -0
  1868. data/node_modules/es-abstract/2022/Type.js +15 -0
  1869. data/node_modules/es-abstract/2022/TypedArrayCreate.js +50 -0
  1870. data/node_modules/es-abstract/2022/TypedArrayElementSize.js +40 -0
  1871. data/node_modules/es-abstract/2022/TypedArrayElementType.js +38 -0
  1872. data/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +39 -0
  1873. data/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
  1874. data/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
  1875. data/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
  1876. data/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
  1877. data/node_modules/es-abstract/2022/ValidateAtomicAccess.js +42 -0
  1878. data/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +39 -0
  1879. data/node_modules/es-abstract/2022/ValidateTypedArray.js +30 -0
  1880. data/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
  1881. data/node_modules/es-abstract/2022/WeekDay.js +10 -0
  1882. data/node_modules/es-abstract/2022/WordCharacters.js +49 -0
  1883. data/node_modules/es-abstract/2022/YearFromTime.js +16 -0
  1884. data/node_modules/es-abstract/2022/abs.js +11 -0
  1885. data/node_modules/es-abstract/2022/clamp.js +18 -0
  1886. data/node_modules/es-abstract/2022/floor.js +16 -0
  1887. data/node_modules/es-abstract/2022/max.js +7 -0
  1888. data/node_modules/es-abstract/2022/min.js +7 -0
  1889. data/node_modules/es-abstract/2022/modulo.js +9 -0
  1890. data/node_modules/es-abstract/2022/msFromTime.js +11 -0
  1891. data/node_modules/es-abstract/2022/substring.js +21 -0
  1892. data/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
  1893. data/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
  1894. data/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
  1895. data/node_modules/es-abstract/2022/thisStringValue.js +15 -0
  1896. data/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
  1897. data/node_modules/es-abstract/2022/thisTimeValue.js +9 -0
  1898. data/node_modules/es-abstract/2023/AddEntriesFromIterable.js +47 -0
  1899. data/node_modules/es-abstract/2023/AddToKeptObjects.js +21 -0
  1900. data/node_modules/es-abstract/2023/AdvanceStringIndex.js +34 -0
  1901. data/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +80 -0
  1902. data/node_modules/es-abstract/2023/ArrayCreate.js +54 -0
  1903. data/node_modules/es-abstract/2023/ArraySetLength.js +85 -0
  1904. data/node_modules/es-abstract/2023/ArraySpeciesCreate.js +49 -0
  1905. data/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +45 -0
  1906. data/node_modules/es-abstract/2023/AsyncIteratorClose.js +68 -0
  1907. data/node_modules/es-abstract/2023/BigInt/add.js +18 -0
  1908. data/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +17 -0
  1909. data/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +17 -0
  1910. data/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +17 -0
  1911. data/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +17 -0
  1912. data/node_modules/es-abstract/2023/BigInt/divide.js +22 -0
  1913. data/node_modules/es-abstract/2023/BigInt/equal.js +17 -0
  1914. data/node_modules/es-abstract/2023/BigInt/exponentiate.js +31 -0
  1915. data/node_modules/es-abstract/2023/BigInt/index.js +39 -0
  1916. data/node_modules/es-abstract/2023/BigInt/leftShift.js +18 -0
  1917. data/node_modules/es-abstract/2023/BigInt/lessThan.js +18 -0
  1918. data/node_modules/es-abstract/2023/BigInt/multiply.js +18 -0
  1919. data/node_modules/es-abstract/2023/BigInt/remainder.js +30 -0
  1920. data/node_modules/es-abstract/2023/BigInt/signedRightShift.js +18 -0
  1921. data/node_modules/es-abstract/2023/BigInt/subtract.js +18 -0
  1922. data/node_modules/es-abstract/2023/BigInt/toString.js +32 -0
  1923. data/node_modules/es-abstract/2023/BigInt/unaryMinus.js +24 -0
  1924. data/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +17 -0
  1925. data/node_modules/es-abstract/2023/BigIntBitwiseOp.js +66 -0
  1926. data/node_modules/es-abstract/2023/BinaryAnd.js +14 -0
  1927. data/node_modules/es-abstract/2023/BinaryOr.js +14 -0
  1928. data/node_modules/es-abstract/2023/BinaryXor.js +14 -0
  1929. data/node_modules/es-abstract/2023/ByteListBitwiseOp.js +44 -0
  1930. data/node_modules/es-abstract/2023/ByteListEqual.js +33 -0
  1931. data/node_modules/es-abstract/2023/Call.js +20 -0
  1932. data/node_modules/es-abstract/2023/CanBeHeldWeakly.js +16 -0
  1933. data/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +22 -0
  1934. data/node_modules/es-abstract/2023/Canonicalize.js +53 -0
  1935. data/node_modules/es-abstract/2023/CharacterRange.js +31 -0
  1936. data/node_modules/es-abstract/2023/ClearKeptObjects.js +12 -0
  1937. data/node_modules/es-abstract/2023/CloneArrayBuffer.js +49 -0
  1938. data/node_modules/es-abstract/2023/CodePointAt.js +58 -0
  1939. data/node_modules/es-abstract/2023/CodePointsToString.js +27 -0
  1940. data/node_modules/es-abstract/2023/CompareArrayElements.js +52 -0
  1941. data/node_modules/es-abstract/2023/CompareTypedArrayElements.js +65 -0
  1942. data/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +39 -0
  1943. data/node_modules/es-abstract/2023/CompletionRecord.js +53 -0
  1944. data/node_modules/es-abstract/2023/CopyDataProperties.js +70 -0
  1945. data/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +121 -0
  1946. data/node_modules/es-abstract/2023/CreateDataProperty.js +27 -0
  1947. data/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +24 -0
  1948. data/node_modules/es-abstract/2023/CreateHTML.js +30 -0
  1949. data/node_modules/es-abstract/2023/CreateIterResultObject.js +19 -0
  1950. data/node_modules/es-abstract/2023/CreateListFromArrayLike.js +46 -0
  1951. data/node_modules/es-abstract/2023/CreateMethodProperty.js +40 -0
  1952. data/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  1953. data/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +100 -0
  1954. data/node_modules/es-abstract/2023/DateFromTime.js +54 -0
  1955. data/node_modules/es-abstract/2023/DateString.js +30 -0
  1956. data/node_modules/es-abstract/2023/Day.js +11 -0
  1957. data/node_modules/es-abstract/2023/DayFromYear.js +10 -0
  1958. data/node_modules/es-abstract/2023/DayWithinYear.js +11 -0
  1959. data/node_modules/es-abstract/2023/DaysInYear.js +18 -0
  1960. data/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +50 -0
  1961. data/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +27 -0
  1962. data/node_modules/es-abstract/2023/DetachArrayBuffer.js +43 -0
  1963. data/node_modules/es-abstract/2023/EnumerableOwnProperties.js +43 -0
  1964. data/node_modules/es-abstract/2023/FindViaPredicate.js +44 -0
  1965. data/node_modules/es-abstract/2023/FlattenIntoArray.js +57 -0
  1966. data/node_modules/es-abstract/2023/FromPropertyDescriptor.js +16 -0
  1967. data/node_modules/es-abstract/2023/Get.js +25 -0
  1968. data/node_modules/es-abstract/2023/GetGlobalObject.js +9 -0
  1969. data/node_modules/es-abstract/2023/GetIterator.js +56 -0
  1970. data/node_modules/es-abstract/2023/GetIteratorFromMethod.js +30 -0
  1971. data/node_modules/es-abstract/2023/GetMatchIndexPair.js +26 -0
  1972. data/node_modules/es-abstract/2023/GetMatchString.js +27 -0
  1973. data/node_modules/es-abstract/2023/GetMethod.js +36 -0
  1974. data/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +31 -0
  1975. data/node_modules/es-abstract/2023/GetPromiseResolve.js +22 -0
  1976. data/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +32 -0
  1977. data/node_modules/es-abstract/2023/GetStringIndex.js +31 -0
  1978. data/node_modules/es-abstract/2023/GetSubstitution.js +124 -0
  1979. data/node_modules/es-abstract/2023/GetV.js +25 -0
  1980. data/node_modules/es-abstract/2023/GetValueFromBuffer.js +110 -0
  1981. data/node_modules/es-abstract/2023/HasOwnProperty.js +22 -0
  1982. data/node_modules/es-abstract/2023/HasProperty.js +20 -0
  1983. data/node_modules/es-abstract/2023/HourFromTime.js +14 -0
  1984. data/node_modules/es-abstract/2023/InLeapYear.js +21 -0
  1985. data/node_modules/es-abstract/2023/InstallErrorCause.js +23 -0
  1986. data/node_modules/es-abstract/2023/InstanceofOperator.js +30 -0
  1987. data/node_modules/es-abstract/2023/Invoke.js +24 -0
  1988. data/node_modules/es-abstract/2023/IsAccessorDescriptor.js +23 -0
  1989. data/node_modules/es-abstract/2023/IsArray.js +4 -0
  1990. data/node_modules/es-abstract/2023/IsBigIntElementType.js +7 -0
  1991. data/node_modules/es-abstract/2023/IsCallable.js +5 -0
  1992. data/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js +9 -0
  1993. data/node_modules/es-abstract/2023/IsConcatSpreadable.js +25 -0
  1994. data/node_modules/es-abstract/2023/IsConstructor.js +40 -0
  1995. data/node_modules/es-abstract/2023/IsDataDescriptor.js +23 -0
  1996. data/node_modules/es-abstract/2023/IsDetachedBuffer.js +27 -0
  1997. data/node_modules/es-abstract/2023/IsExtensible.js +18 -0
  1998. data/node_modules/es-abstract/2023/IsGenericDescriptor.js +23 -0
  1999. data/node_modules/es-abstract/2023/IsIntegralNumber.js +15 -0
  2000. data/node_modules/es-abstract/2023/IsLessThan.js +100 -0
  2001. data/node_modules/es-abstract/2023/IsLooselyEqual.js +58 -0
  2002. data/node_modules/es-abstract/2023/IsNoTearConfiguration.js +16 -0
  2003. data/node_modules/es-abstract/2023/IsPromise.js +24 -0
  2004. data/node_modules/es-abstract/2023/IsPropertyKey.js +7 -0
  2005. data/node_modules/es-abstract/2023/IsRegExp.js +24 -0
  2006. data/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +19 -0
  2007. data/node_modules/es-abstract/2023/IsStrictlyEqual.js +16 -0
  2008. data/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +26 -0
  2009. data/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js +12 -0
  2010. data/node_modules/es-abstract/2023/IsUnsignedElementType.js +11 -0
  2011. data/node_modules/es-abstract/2023/IsValidIntegerIndex.js +33 -0
  2012. data/node_modules/es-abstract/2023/IsWordChar.js +45 -0
  2013. data/node_modules/es-abstract/2023/IteratorClose.js +62 -0
  2014. data/node_modules/es-abstract/2023/IteratorComplete.js +18 -0
  2015. data/node_modules/es-abstract/2023/IteratorNext.js +28 -0
  2016. data/node_modules/es-abstract/2023/IteratorStep.js +18 -0
  2017. data/node_modules/es-abstract/2023/IteratorToList.js +28 -0
  2018. data/node_modules/es-abstract/2023/IteratorValue.js +18 -0
  2019. data/node_modules/es-abstract/2023/KeyForSymbol.js +20 -0
  2020. data/node_modules/es-abstract/2023/LengthOfArrayLike.js +20 -0
  2021. data/node_modules/es-abstract/2023/MakeDate.js +13 -0
  2022. data/node_modules/es-abstract/2023/MakeDay.js +36 -0
  2023. data/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +69 -0
  2024. data/node_modules/es-abstract/2023/MakeTime.js +23 -0
  2025. data/node_modules/es-abstract/2023/MinFromTime.js +14 -0
  2026. data/node_modules/es-abstract/2023/MonthFromTime.js +47 -0
  2027. data/node_modules/es-abstract/2023/NewPromiseCapability.js +36 -0
  2028. data/node_modules/es-abstract/2023/NormalCompletion.js +9 -0
  2029. data/node_modules/es-abstract/2023/Number/add.js +36 -0
  2030. data/node_modules/es-abstract/2023/Number/bitwiseAND.js +17 -0
  2031. data/node_modules/es-abstract/2023/Number/bitwiseNOT.js +19 -0
  2032. data/node_modules/es-abstract/2023/Number/bitwiseOR.js +17 -0
  2033. data/node_modules/es-abstract/2023/Number/bitwiseXOR.js +17 -0
  2034. data/node_modules/es-abstract/2023/Number/divide.js +22 -0
  2035. data/node_modules/es-abstract/2023/Number/equal.js +21 -0
  2036. data/node_modules/es-abstract/2023/Number/exponentiate.js +77 -0
  2037. data/node_modules/es-abstract/2023/Number/index.js +43 -0
  2038. data/node_modules/es-abstract/2023/Number/leftShift.js +25 -0
  2039. data/node_modules/es-abstract/2023/Number/lessThan.js +26 -0
  2040. data/node_modules/es-abstract/2023/Number/multiply.js +33 -0
  2041. data/node_modules/es-abstract/2023/Number/remainder.js +42 -0
  2042. data/node_modules/es-abstract/2023/Number/sameValue.js +21 -0
  2043. data/node_modules/es-abstract/2023/Number/sameValueZero.js +24 -0
  2044. data/node_modules/es-abstract/2023/Number/signedRightShift.js +25 -0
  2045. data/node_modules/es-abstract/2023/Number/subtract.js +19 -0
  2046. data/node_modules/es-abstract/2023/Number/toString.js +26 -0
  2047. data/node_modules/es-abstract/2023/Number/unaryMinus.js +21 -0
  2048. data/node_modules/es-abstract/2023/Number/unsignedRightShift.js +25 -0
  2049. data/node_modules/es-abstract/2023/NumberBitwiseOp.js +29 -0
  2050. data/node_modules/es-abstract/2023/NumberToBigInt.js +26 -0
  2051. data/node_modules/es-abstract/2023/NumericToRawBytes.js +80 -0
  2052. data/node_modules/es-abstract/2023/ObjectDefineProperties.js +38 -0
  2053. data/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +20 -0
  2054. data/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +61 -0
  2055. data/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +44 -0
  2056. data/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +21 -0
  2057. data/node_modules/es-abstract/2023/OrdinaryHasInstance.js +25 -0
  2058. data/node_modules/es-abstract/2023/OrdinaryHasProperty.js +20 -0
  2059. data/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +56 -0
  2060. data/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +53 -0
  2061. data/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +38 -0
  2062. data/node_modules/es-abstract/2023/ParseHexOctet.js +44 -0
  2063. data/node_modules/es-abstract/2023/PromiseResolve.js +17 -0
  2064. data/node_modules/es-abstract/2023/QuoteJSONString.js +54 -0
  2065. data/node_modules/es-abstract/2023/RawBytesToNumeric.js +84 -0
  2066. data/node_modules/es-abstract/2023/RegExpCreate.js +21 -0
  2067. data/node_modules/es-abstract/2023/RegExpExec.js +32 -0
  2068. data/node_modules/es-abstract/2023/RegExpHasFlag.js +38 -0
  2069. data/node_modules/es-abstract/2023/RequireObjectCoercible.js +3 -0
  2070. data/node_modules/es-abstract/2023/SameValue.js +13 -0
  2071. data/node_modules/es-abstract/2023/SameValueNonNumber.js +21 -0
  2072. data/node_modules/es-abstract/2023/SameValueZero.js +9 -0
  2073. data/node_modules/es-abstract/2023/SecFromTime.js +14 -0
  2074. data/node_modules/es-abstract/2023/Set.js +47 -0
  2075. data/node_modules/es-abstract/2023/SetFunctionLength.js +32 -0
  2076. data/node_modules/es-abstract/2023/SetFunctionName.js +44 -0
  2077. data/node_modules/es-abstract/2023/SetIntegrityLevel.js +57 -0
  2078. data/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +97 -0
  2079. data/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +135 -0
  2080. data/node_modules/es-abstract/2023/SetValueInBuffer.js +105 -0
  2081. data/node_modules/es-abstract/2023/SortIndexedProperties.js +52 -0
  2082. data/node_modules/es-abstract/2023/SpeciesConstructor.js +32 -0
  2083. data/node_modules/es-abstract/2023/StringCreate.js +40 -0
  2084. data/node_modules/es-abstract/2023/StringGetOwnProperty.js +48 -0
  2085. data/node_modules/es-abstract/2023/StringIndexOf.js +40 -0
  2086. data/node_modules/es-abstract/2023/StringPad.js +43 -0
  2087. data/node_modules/es-abstract/2023/StringToBigInt.js +23 -0
  2088. data/node_modules/es-abstract/2023/StringToCodePoints.js +29 -0
  2089. data/node_modules/es-abstract/2023/StringToNumber.js +45 -0
  2090. data/node_modules/es-abstract/2023/SymbolDescriptiveString.js +20 -0
  2091. data/node_modules/es-abstract/2023/TestIntegrityLevel.js +42 -0
  2092. data/node_modules/es-abstract/2023/ThrowCompletion.js +9 -0
  2093. data/node_modules/es-abstract/2023/TimeClip.js +21 -0
  2094. data/node_modules/es-abstract/2023/TimeFromYear.js +11 -0
  2095. data/node_modules/es-abstract/2023/TimeString.js +25 -0
  2096. data/node_modules/es-abstract/2023/TimeWithinDay.js +12 -0
  2097. data/node_modules/es-abstract/2023/ToBigInt.js +53 -0
  2098. data/node_modules/es-abstract/2023/ToBigInt64.js +25 -0
  2099. data/node_modules/es-abstract/2023/ToBigUint64.js +22 -0
  2100. data/node_modules/es-abstract/2023/ToBoolean.js +5 -0
  2101. data/node_modules/es-abstract/2023/ToDateString.js +23 -0
  2102. data/node_modules/es-abstract/2023/ToIndex.js +26 -0
  2103. data/node_modules/es-abstract/2023/ToInt16.js +21 -0
  2104. data/node_modules/es-abstract/2023/ToInt32.js +23 -0
  2105. data/node_modules/es-abstract/2023/ToInt8.js +19 -0
  2106. data/node_modules/es-abstract/2023/ToIntegerOrInfinity.js +16 -0
  2107. data/node_modules/es-abstract/2023/ToLength.js +12 -0
  2108. data/node_modules/es-abstract/2023/ToNumber.js +26 -0
  2109. data/node_modules/es-abstract/2023/ToNumeric.js +21 -0
  2110. data/node_modules/es-abstract/2023/ToObject.js +14 -0
  2111. data/node_modules/es-abstract/2023/ToPrimitive.js +12 -0
  2112. data/node_modules/es-abstract/2023/ToPropertyDescriptor.js +52 -0
  2113. data/node_modules/es-abstract/2023/ToPropertyKey.js +15 -0
  2114. data/node_modules/es-abstract/2023/ToString.js +15 -0
  2115. data/node_modules/es-abstract/2023/ToUint16.js +21 -0
  2116. data/node_modules/es-abstract/2023/ToUint32.js +21 -0
  2117. data/node_modules/es-abstract/2023/ToUint8.js +19 -0
  2118. data/node_modules/es-abstract/2023/ToUint8Clamp.js +19 -0
  2119. data/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +20 -0
  2120. data/node_modules/es-abstract/2023/TrimString.js +29 -0
  2121. data/node_modules/es-abstract/2023/Type.js +15 -0
  2122. data/node_modules/es-abstract/2023/TypedArrayCreate.js +50 -0
  2123. data/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +37 -0
  2124. data/node_modules/es-abstract/2023/TypedArrayElementSize.js +40 -0
  2125. data/node_modules/es-abstract/2023/TypedArrayElementType.js +38 -0
  2126. data/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +39 -0
  2127. data/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +25 -0
  2128. data/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +19 -0
  2129. data/node_modules/es-abstract/2023/UnicodeEscape.js +27 -0
  2130. data/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +177 -0
  2131. data/node_modules/es-abstract/2023/ValidateAtomicAccess.js +42 -0
  2132. data/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +39 -0
  2133. data/node_modules/es-abstract/2023/ValidateTypedArray.js +30 -0
  2134. data/node_modules/es-abstract/2023/WeakRefDeref.js +24 -0
  2135. data/node_modules/es-abstract/2023/WeekDay.js +10 -0
  2136. data/node_modules/es-abstract/2023/WordCharacters.js +48 -0
  2137. data/node_modules/es-abstract/2023/YearFromTime.js +16 -0
  2138. data/node_modules/es-abstract/2023/abs.js +11 -0
  2139. data/node_modules/es-abstract/2023/clamp.js +18 -0
  2140. data/node_modules/es-abstract/2023/floor.js +16 -0
  2141. data/node_modules/es-abstract/2023/max.js +7 -0
  2142. data/node_modules/es-abstract/2023/min.js +7 -0
  2143. data/node_modules/es-abstract/2023/modulo.js +9 -0
  2144. data/node_modules/es-abstract/2023/msFromTime.js +11 -0
  2145. data/node_modules/es-abstract/2023/substring.js +21 -0
  2146. data/node_modules/es-abstract/2023/thisBigIntValue.js +22 -0
  2147. data/node_modules/es-abstract/2023/thisBooleanValue.js +15 -0
  2148. data/node_modules/es-abstract/2023/thisNumberValue.js +18 -0
  2149. data/node_modules/es-abstract/2023/thisStringValue.js +15 -0
  2150. data/node_modules/es-abstract/2023/thisSymbolValue.js +19 -0
  2151. data/node_modules/es-abstract/2023/thisTimeValue.js +9 -0
  2152. data/node_modules/es-abstract/2023/truncate.js +17 -0
  2153. data/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
  2154. data/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
  2155. data/node_modules/es-abstract/5/Canonicalize.js +42 -0
  2156. data/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
  2157. data/node_modules/es-abstract/5/DateFromTime.js +54 -0
  2158. data/node_modules/es-abstract/5/Day.js +11 -0
  2159. data/node_modules/es-abstract/5/DayFromYear.js +10 -0
  2160. data/node_modules/es-abstract/5/DayWithinYear.js +11 -0
  2161. data/node_modules/es-abstract/5/DaysInYear.js +18 -0
  2162. data/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
  2163. data/node_modules/es-abstract/5/HourFromTime.js +14 -0
  2164. data/node_modules/es-abstract/5/InLeapYear.js +21 -0
  2165. data/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
  2166. data/node_modules/es-abstract/5/IsCallable.js +5 -0
  2167. data/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
  2168. data/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
  2169. data/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
  2170. data/node_modules/es-abstract/5/MakeDate.js +13 -0
  2171. data/node_modules/es-abstract/5/MakeDay.js +33 -0
  2172. data/node_modules/es-abstract/5/MakeTime.js +23 -0
  2173. data/node_modules/es-abstract/5/MinFromTime.js +14 -0
  2174. data/node_modules/es-abstract/5/MonthFromTime.js +47 -0
  2175. data/node_modules/es-abstract/5/SameValue.js +13 -0
  2176. data/node_modules/es-abstract/5/SecFromTime.js +14 -0
  2177. data/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
  2178. data/node_modules/es-abstract/5/TimeClip.js +21 -0
  2179. data/node_modules/es-abstract/5/TimeFromYear.js +11 -0
  2180. data/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
  2181. data/node_modules/es-abstract/5/ToBoolean.js +5 -0
  2182. data/node_modules/es-abstract/5/ToInt32.js +9 -0
  2183. data/node_modules/es-abstract/5/ToInteger.js +18 -0
  2184. data/node_modules/es-abstract/5/ToNumber.js +32 -0
  2185. data/node_modules/es-abstract/5/ToObject.js +14 -0
  2186. data/node_modules/es-abstract/5/ToPrimitive.js +5 -0
  2187. data/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
  2188. data/node_modules/es-abstract/5/ToString.js +12 -0
  2189. data/node_modules/es-abstract/5/ToUint16.js +19 -0
  2190. data/node_modules/es-abstract/5/ToUint32.js +9 -0
  2191. data/node_modules/es-abstract/5/Type.js +24 -0
  2192. data/node_modules/es-abstract/5/WeekDay.js +10 -0
  2193. data/node_modules/es-abstract/5/YearFromTime.js +16 -0
  2194. data/node_modules/es-abstract/5/abs.js +11 -0
  2195. data/node_modules/es-abstract/5/floor.js +11 -0
  2196. data/node_modules/es-abstract/5/modulo.js +9 -0
  2197. data/node_modules/es-abstract/5/msFromTime.js +11 -0
  2198. data/node_modules/es-abstract/CHANGELOG.md +761 -0
  2199. data/node_modules/es-abstract/GetIntrinsic.js +5 -0
  2200. data/node_modules/es-abstract/LICENSE +21 -0
  2201. data/node_modules/es-abstract/README.md +43 -0
  2202. data/node_modules/es-abstract/es2015.js +139 -0
  2203. data/node_modules/es-abstract/es2016.js +146 -0
  2204. data/node_modules/es-abstract/es2017.js +154 -0
  2205. data/node_modules/es-abstract/es2018.js +165 -0
  2206. data/node_modules/es-abstract/es2019.js +169 -0
  2207. data/node_modules/es-abstract/es2020.js +193 -0
  2208. data/node_modules/es-abstract/es2021.js +207 -0
  2209. data/node_modules/es-abstract/es2022.js +219 -0
  2210. data/node_modules/es-abstract/es2023.js +227 -0
  2211. data/node_modules/es-abstract/es5.js +52 -0
  2212. data/node_modules/es-abstract/es6.js +3 -0
  2213. data/node_modules/es-abstract/es7.js +3 -0
  2214. data/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
  2215. data/node_modules/es-abstract/helpers/IsArray.js +12 -0
  2216. data/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
  2217. data/node_modules/es-abstract/helpers/assertRecord.js +87 -0
  2218. data/node_modules/es-abstract/helpers/assign.js +22 -0
  2219. data/node_modules/es-abstract/helpers/bytesAsFloat32.js +38 -0
  2220. data/node_modules/es-abstract/helpers/bytesAsFloat64.js +44 -0
  2221. data/node_modules/es-abstract/helpers/bytesAsInteger.js +31 -0
  2222. data/node_modules/es-abstract/helpers/callBind.js +5 -0
  2223. data/node_modules/es-abstract/helpers/callBound.js +5 -0
  2224. data/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  2225. data/node_modules/es-abstract/helpers/defaultEndianness.js +21 -0
  2226. data/node_modules/es-abstract/helpers/every.js +10 -0
  2227. data/node_modules/es-abstract/helpers/forEach.js +7 -0
  2228. data/node_modules/es-abstract/helpers/fractionToBinaryString.js +33 -0
  2229. data/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
  2230. data/node_modules/es-abstract/helpers/getInferredName.js +4 -0
  2231. data/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
  2232. data/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +5 -0
  2233. data/node_modules/es-abstract/helpers/getProto.js +15 -0
  2234. data/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
  2235. data/node_modules/es-abstract/helpers/intToBinaryString.js +23 -0
  2236. data/node_modules/es-abstract/helpers/integerToNBytes.js +28 -0
  2237. data/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
  2238. data/node_modules/es-abstract/helpers/isByteValue.js +5 -0
  2239. data/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
  2240. data/node_modules/es-abstract/helpers/isFinite.js +5 -0
  2241. data/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +9 -0
  2242. data/node_modules/es-abstract/helpers/isInteger.js +18 -0
  2243. data/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
  2244. data/node_modules/es-abstract/helpers/isLineTerminator.js +7 -0
  2245. data/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
  2246. data/node_modules/es-abstract/helpers/isNaN.js +5 -0
  2247. data/node_modules/es-abstract/helpers/isNegativeZero.js +5 -0
  2248. data/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
  2249. data/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
  2250. data/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
  2251. data/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
  2252. data/node_modules/es-abstract/helpers/isStringOrHole.js +7 -0
  2253. data/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
  2254. data/node_modules/es-abstract/helpers/maxSafeInteger.js +3 -0
  2255. data/node_modules/es-abstract/helpers/maxValue.js +3 -0
  2256. data/node_modules/es-abstract/helpers/mod.js +8 -0
  2257. data/node_modules/es-abstract/helpers/modBigInt.js +6 -0
  2258. data/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
  2259. data/node_modules/es-abstract/helpers/reduce.js +9 -0
  2260. data/node_modules/es-abstract/helpers/regexTester.js +5 -0
  2261. data/node_modules/es-abstract/helpers/setProto.js +17 -0
  2262. data/node_modules/es-abstract/helpers/sign.js +5 -0
  2263. data/node_modules/es-abstract/helpers/some.js +10 -0
  2264. data/node_modules/es-abstract/helpers/timeConstants.js +19 -0
  2265. data/node_modules/es-abstract/helpers/typedArrayConstructors.js +22 -0
  2266. data/node_modules/es-abstract/helpers/valueToFloat32Bytes.js +69 -0
  2267. data/node_modules/es-abstract/helpers/valueToFloat64Bytes.js +83 -0
  2268. data/node_modules/es-abstract/index.js +34 -0
  2269. data/node_modules/es-abstract/operations/2015.js +744 -0
  2270. data/node_modules/es-abstract/operations/2016.js +813 -0
  2271. data/node_modules/es-abstract/operations/2017.js +954 -0
  2272. data/node_modules/es-abstract/operations/2018.js +1033 -0
  2273. data/node_modules/es-abstract/operations/2019.js +1048 -0
  2274. data/node_modules/es-abstract/operations/2020.js +1228 -0
  2275. data/node_modules/es-abstract/operations/2021.js +1282 -0
  2276. data/node_modules/es-abstract/operations/2022.js +1372 -0
  2277. data/node_modules/es-abstract/operations/2023.js +1441 -0
  2278. data/node_modules/es-abstract/operations/build-unicode.mjs +19 -0
  2279. data/node_modules/es-abstract/package.json +166 -0
  2280. data/node_modules/es-set-tostringtag/CHANGELOG.md +33 -0
  2281. data/node_modules/es-set-tostringtag/LICENSE +21 -0
  2282. data/node_modules/es-set-tostringtag/README.md +43 -0
  2283. data/node_modules/es-set-tostringtag/index.js +26 -0
  2284. data/node_modules/es-set-tostringtag/package.json +69 -0
  2285. data/node_modules/es-set-tostringtag/test/index.js +53 -0
  2286. data/node_modules/es-shim-unscopables/CHANGELOG.md +13 -0
  2287. data/node_modules/es-shim-unscopables/LICENSE +21 -0
  2288. data/node_modules/es-shim-unscopables/README.md +57 -0
  2289. data/node_modules/es-shim-unscopables/index.js +21 -0
  2290. data/node_modules/es-shim-unscopables/package.json +49 -0
  2291. data/node_modules/es-shim-unscopables/test/index.js +67 -0
  2292. data/node_modules/es-shim-unscopables/test/with.js +35 -0
  2293. data/node_modules/es-to-primitive/CHANGELOG.md +49 -0
  2294. data/node_modules/es-to-primitive/LICENSE +22 -0
  2295. data/node_modules/es-to-primitive/Makefile +61 -0
  2296. data/node_modules/es-to-primitive/README.md +49 -0
  2297. data/node_modules/es-to-primitive/es2015.js +75 -0
  2298. data/node_modules/es-to-primitive/es5.js +45 -0
  2299. data/node_modules/es-to-primitive/es6.js +3 -0
  2300. data/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
  2301. data/node_modules/es-to-primitive/index.js +17 -0
  2302. data/node_modules/es-to-primitive/package.json +81 -0
  2303. data/node_modules/es-to-primitive/test/es2015.js +151 -0
  2304. data/node_modules/es-to-primitive/test/es5.js +118 -0
  2305. data/node_modules/es-to-primitive/test/es6.js +151 -0
  2306. data/node_modules/es-to-primitive/test/index.js +20 -0
  2307. data/node_modules/escape-string-regexp/index.d.ts +18 -0
  2308. data/node_modules/escape-string-regexp/index.js +13 -0
  2309. data/node_modules/escape-string-regexp/license +9 -0
  2310. data/node_modules/escape-string-regexp/package.json +38 -0
  2311. data/node_modules/escape-string-regexp/readme.md +34 -0
  2312. data/node_modules/eslint/LICENSE +19 -0
  2313. data/node_modules/eslint/README.md +299 -0
  2314. data/node_modules/eslint/bin/eslint.js +140 -0
  2315. data/node_modules/eslint/conf/config-schema.js +93 -0
  2316. data/node_modules/eslint/conf/default-cli-options.js +32 -0
  2317. data/node_modules/eslint/conf/globals.js +154 -0
  2318. data/node_modules/eslint/conf/replacements.json +22 -0
  2319. data/node_modules/eslint/conf/rule-type-list.json +36 -0
  2320. data/node_modules/eslint/lib/api.js +26 -0
  2321. data/node_modules/eslint/lib/cli-engine/cli-engine.js +1078 -0
  2322. data/node_modules/eslint/lib/cli-engine/file-enumerator.js +547 -0
  2323. data/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js +60 -0
  2324. data/node_modules/eslint/lib/cli-engine/formatters/compact.js +60 -0
  2325. data/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json +46 -0
  2326. data/node_modules/eslint/lib/cli-engine/formatters/html.js +351 -0
  2327. data/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js +41 -0
  2328. data/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js +16 -0
  2329. data/node_modules/eslint/lib/cli-engine/formatters/json.js +13 -0
  2330. data/node_modules/eslint/lib/cli-engine/formatters/junit.js +82 -0
  2331. data/node_modules/eslint/lib/cli-engine/formatters/stylish.js +101 -0
  2332. data/node_modules/eslint/lib/cli-engine/formatters/tap.js +95 -0
  2333. data/node_modules/eslint/lib/cli-engine/formatters/unix.js +58 -0
  2334. data/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js +63 -0
  2335. data/node_modules/eslint/lib/cli-engine/hash.js +35 -0
  2336. data/node_modules/eslint/lib/cli-engine/index.js +7 -0
  2337. data/node_modules/eslint/lib/cli-engine/lint-result-cache.js +191 -0
  2338. data/node_modules/eslint/lib/cli-engine/load-rules.js +46 -0
  2339. data/node_modules/eslint/lib/cli-engine/xml-escape.js +34 -0
  2340. data/node_modules/eslint/lib/cli.js +441 -0
  2341. data/node_modules/eslint/lib/config/default-config.js +67 -0
  2342. data/node_modules/eslint/lib/config/flat-config-array.js +274 -0
  2343. data/node_modules/eslint/lib/config/flat-config-helpers.js +111 -0
  2344. data/node_modules/eslint/lib/config/flat-config-schema.js +545 -0
  2345. data/node_modules/eslint/lib/config/rule-validator.js +158 -0
  2346. data/node_modules/eslint/lib/eslint/eslint-helpers.js +904 -0
  2347. data/node_modules/eslint/lib/eslint/eslint.js +700 -0
  2348. data/node_modules/eslint/lib/eslint/flat-eslint.js +1140 -0
  2349. data/node_modules/eslint/lib/eslint/index.js +9 -0
  2350. data/node_modules/eslint/lib/linter/apply-disable-directives.js +351 -0
  2351. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +852 -0
  2352. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js +263 -0
  2353. data/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js +1483 -0
  2354. data/node_modules/eslint/lib/linter/code-path-analysis/code-path.js +248 -0
  2355. data/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +203 -0
  2356. data/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +248 -0
  2357. data/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js +45 -0
  2358. data/node_modules/eslint/lib/linter/config-comment-parser.js +151 -0
  2359. data/node_modules/eslint/lib/linter/index.js +13 -0
  2360. data/node_modules/eslint/lib/linter/interpolate.js +28 -0
  2361. data/node_modules/eslint/lib/linter/linter.js +2134 -0
  2362. data/node_modules/eslint/lib/linter/node-event-generator.js +354 -0
  2363. data/node_modules/eslint/lib/linter/report-translator.js +369 -0
  2364. data/node_modules/eslint/lib/linter/rule-fixer.js +140 -0
  2365. data/node_modules/eslint/lib/linter/rules.js +80 -0
  2366. data/node_modules/eslint/lib/linter/safe-emitter.js +52 -0
  2367. data/node_modules/eslint/lib/linter/source-code-fixer.js +152 -0
  2368. data/node_modules/eslint/lib/linter/timing.js +161 -0
  2369. data/node_modules/eslint/lib/options.js +377 -0
  2370. data/node_modules/eslint/lib/rule-tester/flat-rule-tester.js +1122 -0
  2371. data/node_modules/eslint/lib/rule-tester/index.js +5 -0
  2372. data/node_modules/eslint/lib/rule-tester/rule-tester.js +1206 -0
  2373. data/node_modules/eslint/lib/rules/accessor-pairs.js +346 -0
  2374. data/node_modules/eslint/lib/rules/array-bracket-newline.js +258 -0
  2375. data/node_modules/eslint/lib/rules/array-bracket-spacing.js +241 -0
  2376. data/node_modules/eslint/lib/rules/array-callback-return.js +446 -0
  2377. data/node_modules/eslint/lib/rules/array-element-newline.js +308 -0
  2378. data/node_modules/eslint/lib/rules/arrow-body-style.js +296 -0
  2379. data/node_modules/eslint/lib/rules/arrow-parens.js +183 -0
  2380. data/node_modules/eslint/lib/rules/arrow-spacing.js +161 -0
  2381. data/node_modules/eslint/lib/rules/block-scoped-var.js +135 -0
  2382. data/node_modules/eslint/lib/rules/block-spacing.js +171 -0
  2383. data/node_modules/eslint/lib/rules/brace-style.js +194 -0
  2384. data/node_modules/eslint/lib/rules/callback-return.js +187 -0
  2385. data/node_modules/eslint/lib/rules/camelcase.js +399 -0
  2386. data/node_modules/eslint/lib/rules/capitalized-comments.js +300 -0
  2387. data/node_modules/eslint/lib/rules/class-methods-use-this.js +187 -0
  2388. data/node_modules/eslint/lib/rules/comma-dangle.js +370 -0
  2389. data/node_modules/eslint/lib/rules/comma-spacing.js +189 -0
  2390. data/node_modules/eslint/lib/rules/comma-style.js +311 -0
  2391. data/node_modules/eslint/lib/rules/complexity.js +165 -0
  2392. data/node_modules/eslint/lib/rules/computed-property-spacing.js +205 -0
  2393. data/node_modules/eslint/lib/rules/consistent-return.js +210 -0
  2394. data/node_modules/eslint/lib/rules/consistent-this.js +153 -0
  2395. data/node_modules/eslint/lib/rules/constructor-super.js +446 -0
  2396. data/node_modules/eslint/lib/rules/curly.js +486 -0
  2397. data/node_modules/eslint/lib/rules/default-case-last.js +44 -0
  2398. data/node_modules/eslint/lib/rules/default-case.js +97 -0
  2399. data/node_modules/eslint/lib/rules/default-param-last.js +62 -0
  2400. data/node_modules/eslint/lib/rules/dot-location.js +105 -0
  2401. data/node_modules/eslint/lib/rules/dot-notation.js +176 -0
  2402. data/node_modules/eslint/lib/rules/eol-last.js +112 -0
  2403. data/node_modules/eslint/lib/rules/eqeqeq.js +174 -0
  2404. data/node_modules/eslint/lib/rules/for-direction.js +133 -0
  2405. data/node_modules/eslint/lib/rules/func-call-spacing.js +230 -0
  2406. data/node_modules/eslint/lib/rules/func-name-matching.js +253 -0
  2407. data/node_modules/eslint/lib/rules/func-names.js +191 -0
  2408. data/node_modules/eslint/lib/rules/func-style.js +98 -0
  2409. data/node_modules/eslint/lib/rules/function-call-argument-newline.js +122 -0
  2410. data/node_modules/eslint/lib/rules/function-paren-newline.js +289 -0
  2411. data/node_modules/eslint/lib/rules/generator-star-spacing.js +206 -0
  2412. data/node_modules/eslint/lib/rules/getter-return.js +204 -0
  2413. data/node_modules/eslint/lib/rules/global-require.js +90 -0
  2414. data/node_modules/eslint/lib/rules/grouped-accessor-pairs.js +215 -0
  2415. data/node_modules/eslint/lib/rules/guard-for-in.js +76 -0
  2416. data/node_modules/eslint/lib/rules/handle-callback-err.js +101 -0
  2417. data/node_modules/eslint/lib/rules/id-blacklist.js +246 -0
  2418. data/node_modules/eslint/lib/rules/id-denylist.js +228 -0
  2419. data/node_modules/eslint/lib/rules/id-length.js +177 -0
  2420. data/node_modules/eslint/lib/rules/id-match.js +299 -0
  2421. data/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js +81 -0
  2422. data/node_modules/eslint/lib/rules/indent-legacy.js +1126 -0
  2423. data/node_modules/eslint/lib/rules/indent.js +1800 -0
  2424. data/node_modules/eslint/lib/rules/index.js +306 -0
  2425. data/node_modules/eslint/lib/rules/init-declarations.js +139 -0
  2426. data/node_modules/eslint/lib/rules/jsx-quotes.js +95 -0
  2427. data/node_modules/eslint/lib/rules/key-spacing.js +684 -0
  2428. data/node_modules/eslint/lib/rules/keyword-spacing.js +637 -0
  2429. data/node_modules/eslint/lib/rules/line-comment-position.js +122 -0
  2430. data/node_modules/eslint/lib/rules/linebreak-style.js +105 -0
  2431. data/node_modules/eslint/lib/rules/lines-around-comment.js +468 -0
  2432. data/node_modules/eslint/lib/rules/lines-around-directive.js +201 -0
  2433. data/node_modules/eslint/lib/rules/lines-between-class-members.js +266 -0
  2434. data/node_modules/eslint/lib/rules/logical-assignment-operators.js +476 -0
  2435. data/node_modules/eslint/lib/rules/max-classes-per-file.js +89 -0
  2436. data/node_modules/eslint/lib/rules/max-depth.js +156 -0
  2437. data/node_modules/eslint/lib/rules/max-len.js +437 -0
  2438. data/node_modules/eslint/lib/rules/max-lines-per-function.js +213 -0
  2439. data/node_modules/eslint/lib/rules/max-lines.js +193 -0
  2440. data/node_modules/eslint/lib/rules/max-nested-callbacks.js +117 -0
  2441. data/node_modules/eslint/lib/rules/max-params.js +102 -0
  2442. data/node_modules/eslint/lib/rules/max-statements-per-line.js +196 -0
  2443. data/node_modules/eslint/lib/rules/max-statements.js +184 -0
  2444. data/node_modules/eslint/lib/rules/multiline-comment-style.js +474 -0
  2445. data/node_modules/eslint/lib/rules/multiline-ternary.js +171 -0
  2446. data/node_modules/eslint/lib/rules/new-cap.js +276 -0
  2447. data/node_modules/eslint/lib/rules/new-parens.js +90 -0
  2448. data/node_modules/eslint/lib/rules/newline-after-var.js +253 -0
  2449. data/node_modules/eslint/lib/rules/newline-before-return.js +217 -0
  2450. data/node_modules/eslint/lib/rules/newline-per-chained-call.js +123 -0
  2451. data/node_modules/eslint/lib/rules/no-alert.js +138 -0
  2452. data/node_modules/eslint/lib/rules/no-array-constructor.js +54 -0
  2453. data/node_modules/eslint/lib/rules/no-async-promise-executor.js +39 -0
  2454. data/node_modules/eslint/lib/rules/no-await-in-loop.js +106 -0
  2455. data/node_modules/eslint/lib/rules/no-bitwise.js +119 -0
  2456. data/node_modules/eslint/lib/rules/no-buffer-constructor.js +50 -0
  2457. data/node_modules/eslint/lib/rules/no-caller.js +46 -0
  2458. data/node_modules/eslint/lib/rules/no-case-declarations.js +64 -0
  2459. data/node_modules/eslint/lib/rules/no-catch-shadow.js +82 -0
  2460. data/node_modules/eslint/lib/rules/no-class-assign.js +63 -0
  2461. data/node_modules/eslint/lib/rules/no-compare-neg-zero.js +60 -0
  2462. data/node_modules/eslint/lib/rules/no-cond-assign.js +159 -0
  2463. data/node_modules/eslint/lib/rules/no-confusing-arrow.js +89 -0
  2464. data/node_modules/eslint/lib/rules/no-console.js +135 -0
  2465. data/node_modules/eslint/lib/rules/no-const-assign.js +56 -0
  2466. data/node_modules/eslint/lib/rules/no-constant-binary-expression.js +509 -0
  2467. data/node_modules/eslint/lib/rules/no-constant-condition.js +150 -0
  2468. data/node_modules/eslint/lib/rules/no-constructor-return.js +62 -0
  2469. data/node_modules/eslint/lib/rules/no-continue.js +39 -0
  2470. data/node_modules/eslint/lib/rules/no-control-regex.js +138 -0
  2471. data/node_modules/eslint/lib/rules/no-debugger.js +43 -0
  2472. data/node_modules/eslint/lib/rules/no-delete-var.js +42 -0
  2473. data/node_modules/eslint/lib/rules/no-div-regex.js +53 -0
  2474. data/node_modules/eslint/lib/rules/no-dupe-args.js +82 -0
  2475. data/node_modules/eslint/lib/rules/no-dupe-class-members.js +104 -0
  2476. data/node_modules/eslint/lib/rules/no-dupe-else-if.js +122 -0
  2477. data/node_modules/eslint/lib/rules/no-dupe-keys.js +142 -0
  2478. data/node_modules/eslint/lib/rules/no-duplicate-case.js +71 -0
  2479. data/node_modules/eslint/lib/rules/no-duplicate-imports.js +290 -0
  2480. data/node_modules/eslint/lib/rules/no-else-return.js +405 -0
  2481. data/node_modules/eslint/lib/rules/no-empty-character-class.js +76 -0
  2482. data/node_modules/eslint/lib/rules/no-empty-function.js +167 -0
  2483. data/node_modules/eslint/lib/rules/no-empty-pattern.js +78 -0
  2484. data/node_modules/eslint/lib/rules/no-empty-static-block.js +47 -0
  2485. data/node_modules/eslint/lib/rules/no-empty.js +103 -0
  2486. data/node_modules/eslint/lib/rules/no-eq-null.js +46 -0
  2487. data/node_modules/eslint/lib/rules/no-eval.js +286 -0
  2488. data/node_modules/eslint/lib/rules/no-ex-assign.js +54 -0
  2489. data/node_modules/eslint/lib/rules/no-extend-native.js +179 -0
  2490. data/node_modules/eslint/lib/rules/no-extra-bind.js +213 -0
  2491. data/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +317 -0
  2492. data/node_modules/eslint/lib/rules/no-extra-label.js +149 -0
  2493. data/node_modules/eslint/lib/rules/no-extra-parens.js +1319 -0
  2494. data/node_modules/eslint/lib/rules/no-extra-semi.js +144 -0
  2495. data/node_modules/eslint/lib/rules/no-fallthrough.js +196 -0
  2496. data/node_modules/eslint/lib/rules/no-floating-decimal.js +70 -0
  2497. data/node_modules/eslint/lib/rules/no-func-assign.js +78 -0
  2498. data/node_modules/eslint/lib/rules/no-global-assign.js +95 -0
  2499. data/node_modules/eslint/lib/rules/no-implicit-coercion.js +380 -0
  2500. data/node_modules/eslint/lib/rules/no-implicit-globals.js +146 -0
  2501. data/node_modules/eslint/lib/rules/no-implied-eval.js +132 -0
  2502. data/node_modules/eslint/lib/rules/no-import-assign.js +241 -0
  2503. data/node_modules/eslint/lib/rules/no-inline-comments.js +110 -0
  2504. data/node_modules/eslint/lib/rules/no-inner-declarations.js +110 -0
  2505. data/node_modules/eslint/lib/rules/no-invalid-regexp.js +194 -0
  2506. data/node_modules/eslint/lib/rules/no-invalid-this.js +150 -0
  2507. data/node_modules/eslint/lib/rules/no-irregular-whitespace.js +276 -0
  2508. data/node_modules/eslint/lib/rules/no-iterator.js +52 -0
  2509. data/node_modules/eslint/lib/rules/no-label-var.js +80 -0
  2510. data/node_modules/eslint/lib/rules/no-labels.js +149 -0
  2511. data/node_modules/eslint/lib/rules/no-lone-blocks.js +136 -0
  2512. data/node_modules/eslint/lib/rules/no-lonely-if.js +88 -0
  2513. data/node_modules/eslint/lib/rules/no-loop-func.js +206 -0
  2514. data/node_modules/eslint/lib/rules/no-loss-of-precision.js +214 -0
  2515. data/node_modules/eslint/lib/rules/no-magic-numbers.js +243 -0
  2516. data/node_modules/eslint/lib/rules/no-misleading-character-class.js +300 -0
  2517. data/node_modules/eslint/lib/rules/no-mixed-operators.js +226 -0
  2518. data/node_modules/eslint/lib/rules/no-mixed-requires.js +238 -0
  2519. data/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +113 -0
  2520. data/node_modules/eslint/lib/rules/no-multi-assign.js +67 -0
  2521. data/node_modules/eslint/lib/rules/no-multi-spaces.js +138 -0
  2522. data/node_modules/eslint/lib/rules/no-multi-str.js +65 -0
  2523. data/node_modules/eslint/lib/rules/no-multiple-empty-lines.js +151 -0
  2524. data/node_modules/eslint/lib/rules/no-native-reassign.js +98 -0
  2525. data/node_modules/eslint/lib/rules/no-negated-condition.js +95 -0
  2526. data/node_modules/eslint/lib/rules/no-negated-in-lhs.js +46 -0
  2527. data/node_modules/eslint/lib/rules/no-nested-ternary.js +44 -0
  2528. data/node_modules/eslint/lib/rules/no-new-func.js +87 -0
  2529. data/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js +66 -0
  2530. data/node_modules/eslint/lib/rules/no-new-object.js +67 -0
  2531. data/node_modules/eslint/lib/rules/no-new-require.js +50 -0
  2532. data/node_modules/eslint/lib/rules/no-new-symbol.js +56 -0
  2533. data/node_modules/eslint/lib/rules/no-new-wrappers.js +60 -0
  2534. data/node_modules/eslint/lib/rules/no-new.js +43 -0
  2535. data/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js +148 -0
  2536. data/node_modules/eslint/lib/rules/no-obj-calls.js +86 -0
  2537. data/node_modules/eslint/lib/rules/no-object-constructor.js +118 -0
  2538. data/node_modules/eslint/lib/rules/no-octal-escape.js +56 -0
  2539. data/node_modules/eslint/lib/rules/no-octal.js +45 -0
  2540. data/node_modules/eslint/lib/rules/no-param-reassign.js +230 -0
  2541. data/node_modules/eslint/lib/rules/no-path-concat.js +64 -0
  2542. data/node_modules/eslint/lib/rules/no-plusplus.js +105 -0
  2543. data/node_modules/eslint/lib/rules/no-process-env.js +51 -0
  2544. data/node_modules/eslint/lib/rules/no-process-exit.js +47 -0
  2545. data/node_modules/eslint/lib/rules/no-promise-executor-return.js +260 -0
  2546. data/node_modules/eslint/lib/rules/no-proto.js +48 -0
  2547. data/node_modules/eslint/lib/rules/no-prototype-builtins.js +71 -0
  2548. data/node_modules/eslint/lib/rules/no-redeclare.js +174 -0
  2549. data/node_modules/eslint/lib/rules/no-regex-spaces.js +197 -0
  2550. data/node_modules/eslint/lib/rules/no-restricted-exports.js +193 -0
  2551. data/node_modules/eslint/lib/rules/no-restricted-globals.js +124 -0
  2552. data/node_modules/eslint/lib/rules/no-restricted-imports.js +387 -0
  2553. data/node_modules/eslint/lib/rules/no-restricted-modules.js +213 -0
  2554. data/node_modules/eslint/lib/rules/no-restricted-properties.js +181 -0
  2555. data/node_modules/eslint/lib/rules/no-restricted-syntax.js +70 -0
  2556. data/node_modules/eslint/lib/rules/no-return-assign.js +80 -0
  2557. data/node_modules/eslint/lib/rules/no-return-await.js +135 -0
  2558. data/node_modules/eslint/lib/rules/no-script-url.js +61 -0
  2559. data/node_modules/eslint/lib/rules/no-self-assign.js +183 -0
  2560. data/node_modules/eslint/lib/rules/no-self-compare.js +60 -0
  2561. data/node_modules/eslint/lib/rules/no-sequences.js +138 -0
  2562. data/node_modules/eslint/lib/rules/no-setter-return.js +226 -0
  2563. data/node_modules/eslint/lib/rules/no-shadow-restricted-names.js +65 -0
  2564. data/node_modules/eslint/lib/rules/no-shadow.js +336 -0
  2565. data/node_modules/eslint/lib/rules/no-spaced-func.js +83 -0
  2566. data/node_modules/eslint/lib/rules/no-sparse-arrays.js +50 -0
  2567. data/node_modules/eslint/lib/rules/no-sync.js +64 -0
  2568. data/node_modules/eslint/lib/rules/no-tabs.js +78 -0
  2569. data/node_modules/eslint/lib/rules/no-template-curly-in-string.js +44 -0
  2570. data/node_modules/eslint/lib/rules/no-ternary.js +41 -0
  2571. data/node_modules/eslint/lib/rules/no-this-before-super.js +331 -0
  2572. data/node_modules/eslint/lib/rules/no-throw-literal.js +51 -0
  2573. data/node_modules/eslint/lib/rules/no-trailing-spaces.js +190 -0
  2574. data/node_modules/eslint/lib/rules/no-undef-init.js +75 -0
  2575. data/node_modules/eslint/lib/rules/no-undef.js +79 -0
  2576. data/node_modules/eslint/lib/rules/no-undefined.js +86 -0
  2577. data/node_modules/eslint/lib/rules/no-underscore-dangle.js +335 -0
  2578. data/node_modules/eslint/lib/rules/no-unexpected-multiline.js +120 -0
  2579. data/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js +360 -0
  2580. data/node_modules/eslint/lib/rules/no-unneeded-ternary.js +166 -0
  2581. data/node_modules/eslint/lib/rules/no-unreachable-loop.js +185 -0
  2582. data/node_modules/eslint/lib/rules/no-unreachable.js +293 -0
  2583. data/node_modules/eslint/lib/rules/no-unsafe-finally.js +111 -0
  2584. data/node_modules/eslint/lib/rules/no-unsafe-negation.js +128 -0
  2585. data/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js +205 -0
  2586. data/node_modules/eslint/lib/rules/no-unused-expressions.js +186 -0
  2587. data/node_modules/eslint/lib/rules/no-unused-labels.js +143 -0
  2588. data/node_modules/eslint/lib/rules/no-unused-private-class-members.js +195 -0
  2589. data/node_modules/eslint/lib/rules/no-unused-vars.js +718 -0
  2590. data/node_modules/eslint/lib/rules/no-use-before-define.js +348 -0
  2591. data/node_modules/eslint/lib/rules/no-useless-backreference.js +194 -0
  2592. data/node_modules/eslint/lib/rules/no-useless-call.js +90 -0
  2593. data/node_modules/eslint/lib/rules/no-useless-catch.js +57 -0
  2594. data/node_modules/eslint/lib/rules/no-useless-computed-key.js +168 -0
  2595. data/node_modules/eslint/lib/rules/no-useless-concat.js +115 -0
  2596. data/node_modules/eslint/lib/rules/no-useless-constructor.js +189 -0
  2597. data/node_modules/eslint/lib/rules/no-useless-escape.js +333 -0
  2598. data/node_modules/eslint/lib/rules/no-useless-rename.js +172 -0
  2599. data/node_modules/eslint/lib/rules/no-useless-return.js +364 -0
  2600. data/node_modules/eslint/lib/rules/no-var.js +334 -0
  2601. data/node_modules/eslint/lib/rules/no-void.js +64 -0
  2602. data/node_modules/eslint/lib/rules/no-warning-comments.js +201 -0
  2603. data/node_modules/eslint/lib/rules/no-whitespace-before-property.js +113 -0
  2604. data/node_modules/eslint/lib/rules/no-with.js +39 -0
  2605. data/node_modules/eslint/lib/rules/nonblock-statement-body-position.js +124 -0
  2606. data/node_modules/eslint/lib/rules/object-curly-newline.js +321 -0
  2607. data/node_modules/eslint/lib/rules/object-curly-spacing.js +308 -0
  2608. data/node_modules/eslint/lib/rules/object-property-newline.js +99 -0
  2609. data/node_modules/eslint/lib/rules/object-shorthand.js +520 -0
  2610. data/node_modules/eslint/lib/rules/one-var-declaration-per-line.js +92 -0
  2611. data/node_modules/eslint/lib/rules/one-var.js +567 -0
  2612. data/node_modules/eslint/lib/rules/operator-assignment.js +209 -0
  2613. data/node_modules/eslint/lib/rules/operator-linebreak.js +250 -0
  2614. data/node_modules/eslint/lib/rules/padded-blocks.js +307 -0
  2615. data/node_modules/eslint/lib/rules/padding-line-between-statements.js +587 -0
  2616. data/node_modules/eslint/lib/rules/prefer-arrow-callback.js +381 -0
  2617. data/node_modules/eslint/lib/rules/prefer-const.js +501 -0
  2618. data/node_modules/eslint/lib/rules/prefer-destructuring.js +301 -0
  2619. data/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js +191 -0
  2620. data/node_modules/eslint/lib/rules/prefer-named-capture-group.js +178 -0
  2621. data/node_modules/eslint/lib/rules/prefer-numeric-literals.js +148 -0
  2622. data/node_modules/eslint/lib/rules/prefer-object-has-own.js +114 -0
  2623. data/node_modules/eslint/lib/rules/prefer-object-spread.js +298 -0
  2624. data/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js +132 -0
  2625. data/node_modules/eslint/lib/rules/prefer-reflect.js +127 -0
  2626. data/node_modules/eslint/lib/rules/prefer-regex-literals.js +507 -0
  2627. data/node_modules/eslint/lib/rules/prefer-rest-params.js +118 -0
  2628. data/node_modules/eslint/lib/rules/prefer-spread.js +87 -0
  2629. data/node_modules/eslint/lib/rules/prefer-template.js +275 -0
  2630. data/node_modules/eslint/lib/rules/quote-props.js +307 -0
  2631. data/node_modules/eslint/lib/rules/quotes.js +347 -0
  2632. data/node_modules/eslint/lib/rules/radix.js +198 -0
  2633. data/node_modules/eslint/lib/rules/require-atomic-updates.js +331 -0
  2634. data/node_modules/eslint/lib/rules/require-await.js +113 -0
  2635. data/node_modules/eslint/lib/rules/require-jsdoc.js +122 -0
  2636. data/node_modules/eslint/lib/rules/require-unicode-regexp.js +129 -0
  2637. data/node_modules/eslint/lib/rules/require-yield.js +77 -0
  2638. data/node_modules/eslint/lib/rules/rest-spread-spacing.js +120 -0
  2639. data/node_modules/eslint/lib/rules/semi-spacing.js +245 -0
  2640. data/node_modules/eslint/lib/rules/semi-style.js +155 -0
  2641. data/node_modules/eslint/lib/rules/semi.js +435 -0
  2642. data/node_modules/eslint/lib/rules/sort-imports.js +241 -0
  2643. data/node_modules/eslint/lib/rules/sort-keys.js +230 -0
  2644. data/node_modules/eslint/lib/rules/sort-vars.js +104 -0
  2645. data/node_modules/eslint/lib/rules/space-before-blocks.js +201 -0
  2646. data/node_modules/eslint/lib/rules/space-before-function-paren.js +164 -0
  2647. data/node_modules/eslint/lib/rules/space-in-parens.js +282 -0
  2648. data/node_modules/eslint/lib/rules/space-infix-ops.js +195 -0
  2649. data/node_modules/eslint/lib/rules/space-unary-ops.js +321 -0
  2650. data/node_modules/eslint/lib/rules/spaced-comment.js +382 -0
  2651. data/node_modules/eslint/lib/rules/strict.js +277 -0
  2652. data/node_modules/eslint/lib/rules/switch-colon-spacing.js +129 -0
  2653. data/node_modules/eslint/lib/rules/symbol-description.js +73 -0
  2654. data/node_modules/eslint/lib/rules/template-curly-spacing.js +141 -0
  2655. data/node_modules/eslint/lib/rules/template-tag-spacing.js +90 -0
  2656. data/node_modules/eslint/lib/rules/unicode-bom.js +73 -0
  2657. data/node_modules/eslint/lib/rules/use-isnan.js +141 -0
  2658. data/node_modules/eslint/lib/rules/utils/ast-utils.js +2172 -0
  2659. data/node_modules/eslint/lib/rules/utils/fix-tracker.js +114 -0
  2660. data/node_modules/eslint/lib/rules/utils/keywords.js +67 -0
  2661. data/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  2662. data/node_modules/eslint/lib/rules/utils/patterns/letters.js +36 -0
  2663. data/node_modules/eslint/lib/rules/utils/regular-expressions.js +42 -0
  2664. data/node_modules/eslint/lib/rules/utils/unicode/index.js +11 -0
  2665. data/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js +13 -0
  2666. data/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  2667. data/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  2668. data/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  2669. data/node_modules/eslint/lib/rules/valid-jsdoc.js +516 -0
  2670. data/node_modules/eslint/lib/rules/valid-typeof.js +127 -0
  2671. data/node_modules/eslint/lib/rules/vars-on-top.js +157 -0
  2672. data/node_modules/eslint/lib/rules/wrap-iife.js +204 -0
  2673. data/node_modules/eslint/lib/rules/wrap-regex.js +58 -0
  2674. data/node_modules/eslint/lib/rules/yield-star-spacing.js +127 -0
  2675. data/node_modules/eslint/lib/rules/yoda.js +353 -0
  2676. data/node_modules/eslint/lib/shared/ajv.js +34 -0
  2677. data/node_modules/eslint/lib/shared/ast-utils.js +29 -0
  2678. data/node_modules/eslint/lib/shared/config-validator.js +347 -0
  2679. data/node_modules/eslint/lib/shared/deprecation-warnings.js +58 -0
  2680. data/node_modules/eslint/lib/shared/directives.js +15 -0
  2681. data/node_modules/eslint/lib/shared/logging.js +30 -0
  2682. data/node_modules/eslint/lib/shared/relative-module-resolver.js +50 -0
  2683. data/node_modules/eslint/lib/shared/runtime-info.js +167 -0
  2684. data/node_modules/eslint/lib/shared/string-utils.js +60 -0
  2685. data/node_modules/eslint/lib/shared/traverser.js +195 -0
  2686. data/node_modules/eslint/lib/shared/types.js +216 -0
  2687. data/node_modules/eslint/lib/source-code/index.js +5 -0
  2688. data/node_modules/eslint/lib/source-code/source-code.js +1076 -0
  2689. data/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  2690. data/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js +58 -0
  2691. data/node_modules/eslint/lib/source-code/token-store/cursor.js +76 -0
  2692. data/node_modules/eslint/lib/source-code/token-store/cursors.js +90 -0
  2693. data/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js +39 -0
  2694. data/node_modules/eslint/lib/source-code/token-store/filter-cursor.js +43 -0
  2695. data/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  2696. data/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js +63 -0
  2697. data/node_modules/eslint/lib/source-code/token-store/index.js +627 -0
  2698. data/node_modules/eslint/lib/source-code/token-store/limit-cursor.js +40 -0
  2699. data/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js +38 -0
  2700. data/node_modules/eslint/lib/source-code/token-store/skip-cursor.js +42 -0
  2701. data/node_modules/eslint/lib/source-code/token-store/utils.js +107 -0
  2702. data/node_modules/eslint/lib/unsupported-api.js +30 -0
  2703. data/node_modules/eslint/messages/all-files-ignored.js +16 -0
  2704. data/node_modules/eslint/messages/eslintrc-incompat.js +98 -0
  2705. data/node_modules/eslint/messages/eslintrc-plugins.js +24 -0
  2706. data/node_modules/eslint/messages/extend-config-missing.js +13 -0
  2707. data/node_modules/eslint/messages/failed-to-read-json.js +11 -0
  2708. data/node_modules/eslint/messages/file-not-found.js +10 -0
  2709. data/node_modules/eslint/messages/invalid-rule-options.js +17 -0
  2710. data/node_modules/eslint/messages/invalid-rule-severity.js +13 -0
  2711. data/node_modules/eslint/messages/no-config-found.js +15 -0
  2712. data/node_modules/eslint/messages/plugin-conflict.js +22 -0
  2713. data/node_modules/eslint/messages/plugin-invalid.js +16 -0
  2714. data/node_modules/eslint/messages/plugin-missing.js +19 -0
  2715. data/node_modules/eslint/messages/print-config-with-directory-path.js +8 -0
  2716. data/node_modules/eslint/messages/shared.js +18 -0
  2717. data/node_modules/eslint/messages/whitespace-found.js +11 -0
  2718. data/node_modules/eslint/package.json +174 -0
  2719. data/node_modules/eslint-config-airbnb-base/CHANGELOG.md +374 -0
  2720. data/node_modules/eslint-config-airbnb-base/LICENSE.md +21 -0
  2721. data/node_modules/eslint-config-airbnb-base/README.md +112 -0
  2722. data/node_modules/eslint-config-airbnb-base/index.js +17 -0
  2723. data/node_modules/eslint-config-airbnb-base/legacy.js +34 -0
  2724. data/node_modules/eslint-config-airbnb-base/package.json +95 -0
  2725. data/node_modules/eslint-config-airbnb-base/rules/best-practices.js +408 -0
  2726. data/node_modules/eslint-config-airbnb-base/rules/errors.js +179 -0
  2727. data/node_modules/eslint-config-airbnb-base/rules/es6.js +185 -0
  2728. data/node_modules/eslint-config-airbnb-base/rules/imports.js +273 -0
  2729. data/node_modules/eslint-config-airbnb-base/rules/node.js +43 -0
  2730. data/node_modules/eslint-config-airbnb-base/rules/strict.js +6 -0
  2731. data/node_modules/eslint-config-airbnb-base/rules/style.js +529 -0
  2732. data/node_modules/eslint-config-airbnb-base/rules/variables.js +56 -0
  2733. data/node_modules/eslint-config-airbnb-base/test/requires.js +13 -0
  2734. data/node_modules/eslint-config-airbnb-base/test/test-base.js +32 -0
  2735. data/node_modules/eslint-config-airbnb-base/whitespace-async.js +96 -0
  2736. data/node_modules/eslint-config-airbnb-base/whitespace.js +102 -0
  2737. data/node_modules/eslint-import-resolver-node/LICENSE +22 -0
  2738. data/node_modules/eslint-import-resolver-node/README.md +44 -0
  2739. data/node_modules/eslint-import-resolver-node/index.js +66 -0
  2740. data/node_modules/eslint-import-resolver-node/node_modules/debug/CHANGELOG.md +395 -0
  2741. data/node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE +19 -0
  2742. data/node_modules/eslint-import-resolver-node/node_modules/debug/README.md +437 -0
  2743. data/node_modules/eslint-import-resolver-node/node_modules/debug/node.js +1 -0
  2744. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/index.js +162 -0
  2745. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/license.md +21 -0
  2746. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/package.json +38 -0
  2747. data/node_modules/eslint-import-resolver-node/node_modules/debug/node_modules/ms/readme.md +59 -0
  2748. data/node_modules/eslint-import-resolver-node/node_modules/debug/package.json +51 -0
  2749. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/browser.js +180 -0
  2750. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/common.js +249 -0
  2751. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/index.js +12 -0
  2752. data/node_modules/eslint-import-resolver-node/node_modules/debug/src/node.js +177 -0
  2753. data/node_modules/eslint-import-resolver-node/package.json +41 -0
  2754. data/node_modules/eslint-module-utils/CHANGELOG.md +185 -0
  2755. data/node_modules/eslint-module-utils/LICENSE +22 -0
  2756. data/node_modules/eslint-module-utils/ModuleCache.js +50 -0
  2757. data/node_modules/eslint-module-utils/declaredScope.js +10 -0
  2758. data/node_modules/eslint-module-utils/hash.js +60 -0
  2759. data/node_modules/eslint-module-utils/ignore.js +61 -0
  2760. data/node_modules/eslint-module-utils/module-require.js +31 -0
  2761. data/node_modules/eslint-module-utils/moduleVisitor.js +153 -0
  2762. data/node_modules/eslint-module-utils/node_modules/debug/CHANGELOG.md +395 -0
  2763. data/node_modules/eslint-module-utils/node_modules/debug/LICENSE +19 -0
  2764. data/node_modules/eslint-module-utils/node_modules/debug/README.md +437 -0
  2765. data/node_modules/eslint-module-utils/node_modules/debug/node.js +1 -0
  2766. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/index.js +162 -0
  2767. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/license.md +21 -0
  2768. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/package.json +38 -0
  2769. data/node_modules/eslint-module-utils/node_modules/debug/node_modules/ms/readme.md +59 -0
  2770. data/node_modules/eslint-module-utils/node_modules/debug/package.json +51 -0
  2771. data/node_modules/eslint-module-utils/node_modules/debug/src/browser.js +180 -0
  2772. data/node_modules/eslint-module-utils/node_modules/debug/src/common.js +249 -0
  2773. data/node_modules/eslint-module-utils/node_modules/debug/src/index.js +12 -0
  2774. data/node_modules/eslint-module-utils/node_modules/debug/src/node.js +177 -0
  2775. data/node_modules/eslint-module-utils/package.json +36 -0
  2776. data/node_modules/eslint-module-utils/parse.js +149 -0
  2777. data/node_modules/eslint-module-utils/pkgDir.js +11 -0
  2778. data/node_modules/eslint-module-utils/pkgUp.js +57 -0
  2779. data/node_modules/eslint-module-utils/readPkgUp.js +53 -0
  2780. data/node_modules/eslint-module-utils/resolve.js +234 -0
  2781. data/node_modules/eslint-module-utils/unambiguous.js +30 -0
  2782. data/node_modules/eslint-module-utils/visit.js +25 -0
  2783. data/node_modules/eslint-plugin-import/CHANGELOG.md +1899 -0
  2784. data/node_modules/eslint-plugin-import/CONTRIBUTING.md +84 -0
  2785. data/node_modules/eslint-plugin-import/LICENSE +22 -0
  2786. data/node_modules/eslint-plugin-import/README.md +500 -0
  2787. data/node_modules/eslint-plugin-import/RELEASE.md +54 -0
  2788. data/node_modules/eslint-plugin-import/SECURITY.md +11 -0
  2789. data/node_modules/eslint-plugin-import/config/electron.js +8 -0
  2790. data/node_modules/eslint-plugin-import/config/errors.js +14 -0
  2791. data/node_modules/eslint-plugin-import/config/react-native.js +13 -0
  2792. data/node_modules/eslint-plugin-import/config/react.js +18 -0
  2793. data/node_modules/eslint-plugin-import/config/recommended.js +28 -0
  2794. data/node_modules/eslint-plugin-import/config/stage-0.js +12 -0
  2795. data/node_modules/eslint-plugin-import/config/typescript.js +31 -0
  2796. data/node_modules/eslint-plugin-import/config/warnings.js +12 -0
  2797. data/node_modules/eslint-plugin-import/docs/rules/consistent-type-specifier-style.md +91 -0
  2798. data/node_modules/eslint-plugin-import/docs/rules/default.md +72 -0
  2799. data/node_modules/eslint-plugin-import/docs/rules/dynamic-import-chunkname.md +92 -0
  2800. data/node_modules/eslint-plugin-import/docs/rules/export.md +37 -0
  2801. data/node_modules/eslint-plugin-import/docs/rules/exports-last.md +51 -0
  2802. data/node_modules/eslint-plugin-import/docs/rules/extensions.md +174 -0
  2803. data/node_modules/eslint-plugin-import/docs/rules/first.md +75 -0
  2804. data/node_modules/eslint-plugin-import/docs/rules/group-exports.md +118 -0
  2805. data/node_modules/eslint-plugin-import/docs/rules/imports-first.md +9 -0
  2806. data/node_modules/eslint-plugin-import/docs/rules/max-dependencies.md +70 -0
  2807. data/node_modules/eslint-plugin-import/docs/rules/named.md +102 -0
  2808. data/node_modules/eslint-plugin-import/docs/rules/namespace.md +106 -0
  2809. data/node_modules/eslint-plugin-import/docs/rules/newline-after-import.md +118 -0
  2810. data/node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md +54 -0
  2811. data/node_modules/eslint-plugin-import/docs/rules/no-amd.md +37 -0
  2812. data/node_modules/eslint-plugin-import/docs/rules/no-anonymous-default-export.md +83 -0
  2813. data/node_modules/eslint-plugin-import/docs/rules/no-commonjs.md +96 -0
  2814. data/node_modules/eslint-plugin-import/docs/rules/no-cycle.md +111 -0
  2815. data/node_modules/eslint-plugin-import/docs/rules/no-default-export.md +65 -0
  2816. data/node_modules/eslint-plugin-import/docs/rules/no-deprecated.md +62 -0
  2817. data/node_modules/eslint-plugin-import/docs/rules/no-duplicates.md +109 -0
  2818. data/node_modules/eslint-plugin-import/docs/rules/no-dynamic-require.md +25 -0
  2819. data/node_modules/eslint-plugin-import/docs/rules/no-empty-named-blocks.md +49 -0
  2820. data/node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md +139 -0
  2821. data/node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md +81 -0
  2822. data/node_modules/eslint-plugin-import/docs/rules/no-internal-modules.md +136 -0
  2823. data/node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md +54 -0
  2824. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default-member.md +52 -0
  2825. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default.md +53 -0
  2826. data/node_modules/eslint-plugin-import/docs/rules/no-named-default.md +36 -0
  2827. data/node_modules/eslint-plugin-import/docs/rules/no-named-export.md +79 -0
  2828. data/node_modules/eslint-plugin-import/docs/rules/no-namespace.md +44 -0
  2829. data/node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md +42 -0
  2830. data/node_modules/eslint-plugin-import/docs/rules/no-relative-packages.md +70 -0
  2831. data/node_modules/eslint-plugin-import/docs/rules/no-relative-parent-imports.md +123 -0
  2832. data/node_modules/eslint-plugin-import/docs/rules/no-restricted-paths.md +198 -0
  2833. data/node_modules/eslint-plugin-import/docs/rules/no-self-import.md +32 -0
  2834. data/node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md +60 -0
  2835. data/node_modules/eslint-plugin-import/docs/rules/no-unresolved.md +110 -0
  2836. data/node_modules/eslint-plugin-import/docs/rules/no-unused-modules.md +125 -0
  2837. data/node_modules/eslint-plugin-import/docs/rules/no-useless-path-segments.md +85 -0
  2838. data/node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md +39 -0
  2839. data/node_modules/eslint-plugin-import/docs/rules/order.md +365 -0
  2840. data/node_modules/eslint-plugin-import/docs/rules/prefer-default-export.md +185 -0
  2841. data/node_modules/eslint-plugin-import/docs/rules/unambiguous.md +57 -0
  2842. data/node_modules/eslint-plugin-import/lib/ExportMap.js +856 -0
  2843. data/node_modules/eslint-plugin-import/lib/core/importType.js +129 -0
  2844. data/node_modules/eslint-plugin-import/lib/core/packagePath.js +22 -0
  2845. data/node_modules/eslint-plugin-import/lib/core/staticRequire.js +11 -0
  2846. data/node_modules/eslint-plugin-import/lib/docsUrl.js +8 -0
  2847. data/node_modules/eslint-plugin-import/lib/importDeclaration.js +5 -0
  2848. data/node_modules/eslint-plugin-import/lib/index.js +71 -0
  2849. data/node_modules/eslint-plugin-import/lib/rules/consistent-type-specifier-style.js +221 -0
  2850. data/node_modules/eslint-plugin-import/lib/rules/default.js +40 -0
  2851. data/node_modules/eslint-plugin-import/lib/rules/dynamic-import-chunkname.js +120 -0
  2852. data/node_modules/eslint-plugin-import/lib/rules/export.js +250 -0
  2853. data/node_modules/eslint-plugin-import/lib/rules/exports-last.js +40 -0
  2854. data/node_modules/eslint-plugin-import/lib/rules/extensions.js +193 -0
  2855. data/node_modules/eslint-plugin-import/lib/rules/first.js +144 -0
  2856. data/node_modules/eslint-plugin-import/lib/rules/group-exports.js +155 -0
  2857. data/node_modules/eslint-plugin-import/lib/rules/imports-first.js +16 -0
  2858. data/node_modules/eslint-plugin-import/lib/rules/max-dependencies.js +60 -0
  2859. data/node_modules/eslint-plugin-import/lib/rules/named.js +143 -0
  2860. data/node_modules/eslint-plugin-import/lib/rules/namespace.js +218 -0
  2861. data/node_modules/eslint-plugin-import/lib/rules/newline-after-import.js +228 -0
  2862. data/node_modules/eslint-plugin-import/lib/rules/no-absolute-path.js +40 -0
  2863. data/node_modules/eslint-plugin-import/lib/rules/no-amd.js +47 -0
  2864. data/node_modules/eslint-plugin-import/lib/rules/no-anonymous-default-export.js +103 -0
  2865. data/node_modules/eslint-plugin-import/lib/rules/no-commonjs.js +141 -0
  2866. data/node_modules/eslint-plugin-import/lib/rules/no-cycle.js +158 -0
  2867. data/node_modules/eslint-plugin-import/lib/rules/no-default-export.js +43 -0
  2868. data/node_modules/eslint-plugin-import/lib/rules/no-deprecated.js +138 -0
  2869. data/node_modules/eslint-plugin-import/lib/rules/no-duplicates.js +354 -0
  2870. data/node_modules/eslint-plugin-import/lib/rules/no-dynamic-require.js +77 -0
  2871. data/node_modules/eslint-plugin-import/lib/rules/no-empty-named-blocks.js +105 -0
  2872. data/node_modules/eslint-plugin-import/lib/rules/no-extraneous-dependencies.js +300 -0
  2873. data/node_modules/eslint-plugin-import/lib/rules/no-import-module-exports.js +85 -0
  2874. data/node_modules/eslint-plugin-import/lib/rules/no-internal-modules.js +144 -0
  2875. data/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js +59 -0
  2876. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default-member.js +96 -0
  2877. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default.js +45 -0
  2878. data/node_modules/eslint-plugin-import/lib/rules/no-named-default.js +31 -0
  2879. data/node_modules/eslint-plugin-import/lib/rules/no-named-export.js +39 -0
  2880. data/node_modules/eslint-plugin-import/lib/rules/no-namespace.js +175 -0
  2881. data/node_modules/eslint-plugin-import/lib/rules/no-nodejs-modules.js +44 -0
  2882. data/node_modules/eslint-plugin-import/lib/rules/no-relative-packages.js +71 -0
  2883. data/node_modules/eslint-plugin-import/lib/rules/no-relative-parent-imports.js +48 -0
  2884. data/node_modules/eslint-plugin-import/lib/rules/no-restricted-paths.js +245 -0
  2885. data/node_modules/eslint-plugin-import/lib/rules/no-self-import.js +39 -0
  2886. data/node_modules/eslint-plugin-import/lib/rules/no-unassigned-import.js +79 -0
  2887. data/node_modules/eslint-plugin-import/lib/rules/no-unresolved.js +60 -0
  2888. data/node_modules/eslint-plugin-import/lib/rules/no-unused-modules.js +940 -0
  2889. data/node_modules/eslint-plugin-import/lib/rules/no-useless-path-segments.js +147 -0
  2890. data/node_modules/eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js +26 -0
  2891. data/node_modules/eslint-plugin-import/lib/rules/order.js +785 -0
  2892. data/node_modules/eslint-plugin-import/lib/rules/prefer-default-export.js +116 -0
  2893. data/node_modules/eslint-plugin-import/lib/rules/unambiguous.js +38 -0
  2894. data/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
  2895. data/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
  2896. data/node_modules/eslint-plugin-import/memo-parser/index.js +41 -0
  2897. data/node_modules/eslint-plugin-import/node_modules/debug/CHANGELOG.md +395 -0
  2898. data/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
  2899. data/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
  2900. data/node_modules/eslint-plugin-import/node_modules/debug/node.js +1 -0
  2901. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/index.js +162 -0
  2902. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/license.md +21 -0
  2903. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/package.json +38 -0
  2904. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/readme.md +59 -0
  2905. data/node_modules/eslint-plugin-import/node_modules/debug/package.json +51 -0
  2906. data/node_modules/eslint-plugin-import/node_modules/debug/src/browser.js +180 -0
  2907. data/node_modules/eslint-plugin-import/node_modules/debug/src/common.js +249 -0
  2908. data/node_modules/eslint-plugin-import/node_modules/debug/src/index.js +12 -0
  2909. data/node_modules/eslint-plugin-import/node_modules/debug/src/node.js +177 -0
  2910. data/node_modules/eslint-plugin-import/node_modules/doctrine/CHANGELOG.md +94 -0
  2911. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +177 -0
  2912. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.closure-compiler +202 -0
  2913. data/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE.esprima +19 -0
  2914. data/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +165 -0
  2915. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/doctrine.js +899 -0
  2916. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/typed.js +1305 -0
  2917. data/node_modules/eslint-plugin-import/node_modules/doctrine/lib/utility.js +35 -0
  2918. data/node_modules/eslint-plugin-import/node_modules/doctrine/package.json +57 -0
  2919. data/node_modules/eslint-plugin-import/package.json +124 -0
  2920. data/node_modules/eslint-plugin-jsonc/LICENSE +21 -0
  2921. data/node_modules/eslint-plugin-jsonc/README.md +279 -0
  2922. data/node_modules/eslint-plugin-jsonc/conf/eslint-all.js +11 -0
  2923. data/node_modules/eslint-plugin-jsonc/conf/eslint-recommended.js +13 -0
  2924. data/node_modules/eslint-plugin-jsonc/conf/rules.js +10 -0
  2925. data/node_modules/eslint-plugin-jsonc/dist/configs/all.js +18 -0
  2926. data/node_modules/eslint-plugin-jsonc/dist/configs/auto-config.js +13 -0
  2927. data/node_modules/eslint-plugin-jsonc/dist/configs/base.js +15 -0
  2928. data/node_modules/eslint-plugin-jsonc/dist/configs/prettier.js +26 -0
  2929. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-json.js +41 -0
  2930. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-json5.js +30 -0
  2931. data/node_modules/eslint-plugin-jsonc/dist/configs/recommended-with-jsonc.js +39 -0
  2932. data/node_modules/eslint-plugin-jsonc/dist/index.js +68 -0
  2933. data/node_modules/eslint-plugin-jsonc/dist/meta.js +5 -0
  2934. data/node_modules/eslint-plugin-jsonc/dist/rules/array-bracket-newline.js +23 -0
  2935. data/node_modules/eslint-plugin-jsonc/dist/rules/array-bracket-spacing.js +23 -0
  2936. data/node_modules/eslint-plugin-jsonc/dist/rules/array-element-newline.js +23 -0
  2937. data/node_modules/eslint-plugin-jsonc/dist/rules/auto.js +66 -0
  2938. data/node_modules/eslint-plugin-jsonc/dist/rules/comma-dangle.js +27 -0
  2939. data/node_modules/eslint-plugin-jsonc/dist/rules/comma-style.js +23 -0
  2940. data/node_modules/eslint-plugin-jsonc/dist/rules/indent.js +23 -0
  2941. data/node_modules/eslint-plugin-jsonc/dist/rules/key-name-casing.js +94 -0
  2942. data/node_modules/eslint-plugin-jsonc/dist/rules/key-spacing.js +23 -0
  2943. data/node_modules/eslint-plugin-jsonc/dist/rules/no-bigint-literals.js +33 -0
  2944. data/node_modules/eslint-plugin-jsonc/dist/rules/no-binary-expression.js +38 -0
  2945. data/node_modules/eslint-plugin-jsonc/dist/rules/no-binary-numeric-literals.js +39 -0
  2946. data/node_modules/eslint-plugin-jsonc/dist/rules/no-comments.js +34 -0
  2947. data/node_modules/eslint-plugin-jsonc/dist/rules/no-dupe-keys.js +23 -0
  2948. data/node_modules/eslint-plugin-jsonc/dist/rules/no-escape-sequence-in-identifier.js +57 -0
  2949. data/node_modules/eslint-plugin-jsonc/dist/rules/no-floating-decimal.js +23 -0
  2950. data/node_modules/eslint-plugin-jsonc/dist/rules/no-hexadecimal-numeric-literals.js +39 -0
  2951. data/node_modules/eslint-plugin-jsonc/dist/rules/no-infinity.js +37 -0
  2952. data/node_modules/eslint-plugin-jsonc/dist/rules/no-irregular-whitespace.js +23 -0
  2953. data/node_modules/eslint-plugin-jsonc/dist/rules/no-multi-str.js +23 -0
  2954. data/node_modules/eslint-plugin-jsonc/dist/rules/no-nan.js +37 -0
  2955. data/node_modules/eslint-plugin-jsonc/dist/rules/no-number-props.js +41 -0
  2956. data/node_modules/eslint-plugin-jsonc/dist/rules/no-numeric-separators.js +42 -0
  2957. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal-escape.js +23 -0
  2958. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal-numeric-literals.js +39 -0
  2959. data/node_modules/eslint-plugin-jsonc/dist/rules/no-octal.js +23 -0
  2960. data/node_modules/eslint-plugin-jsonc/dist/rules/no-parenthesized.js +70 -0
  2961. data/node_modules/eslint-plugin-jsonc/dist/rules/no-plus-sign.js +39 -0
  2962. data/node_modules/eslint-plugin-jsonc/dist/rules/no-regexp-literals.js +33 -0
  2963. data/node_modules/eslint-plugin-jsonc/dist/rules/no-sparse-arrays.js +23 -0
  2964. data/node_modules/eslint-plugin-jsonc/dist/rules/no-template-literals.js +36 -0
  2965. data/node_modules/eslint-plugin-jsonc/dist/rules/no-undefined-value.js +35 -0
  2966. data/node_modules/eslint-plugin-jsonc/dist/rules/no-unicode-codepoint-escapes.js +73 -0
  2967. data/node_modules/eslint-plugin-jsonc/dist/rules/no-useless-escape.js +23 -0
  2968. data/node_modules/eslint-plugin-jsonc/dist/rules/object-curly-newline.js +23 -0
  2969. data/node_modules/eslint-plugin-jsonc/dist/rules/object-curly-spacing.js +23 -0
  2970. data/node_modules/eslint-plugin-jsonc/dist/rules/object-property-newline.js +23 -0
  2971. data/node_modules/eslint-plugin-jsonc/dist/rules/quote-props.js +27 -0
  2972. data/node_modules/eslint-plugin-jsonc/dist/rules/quotes.js +27 -0
  2973. data/node_modules/eslint-plugin-jsonc/dist/rules/sort-array-values.js +371 -0
  2974. data/node_modules/eslint-plugin-jsonc/dist/rules/sort-keys.js +413 -0
  2975. data/node_modules/eslint-plugin-jsonc/dist/rules/space-unary-ops.js +23 -0
  2976. data/node_modules/eslint-plugin-jsonc/dist/rules/valid-json-number.js +138 -0
  2977. data/node_modules/eslint-plugin-jsonc/dist/rules/vue-custom-block/no-parsing-error.js +86 -0
  2978. data/node_modules/eslint-plugin-jsonc/dist/types.js +2 -0
  2979. data/node_modules/eslint-plugin-jsonc/dist/utils/casing.js +134 -0
  2980. data/node_modules/eslint-plugin-jsonc/dist/utils/get-auto-jsonc-rules-config.js +97 -0
  2981. data/node_modules/eslint-plugin-jsonc/dist/utils/index.js +121 -0
  2982. data/node_modules/eslint-plugin-jsonc/dist/utils/rules.js +96 -0
  2983. data/node_modules/eslint-plugin-jsonc/index.d.ts +364 -0
  2984. data/node_modules/eslint-plugin-jsonc/package.json +123 -0
  2985. data/node_modules/eslint-scope/LICENSE +22 -0
  2986. data/node_modules/eslint-scope/README.md +70 -0
  2987. data/node_modules/eslint-scope/dist/eslint-scope.cjs +2240 -0
  2988. data/node_modules/eslint-scope/lib/definition.js +85 -0
  2989. data/node_modules/eslint-scope/lib/index.js +172 -0
  2990. data/node_modules/eslint-scope/lib/pattern-visitor.js +153 -0
  2991. data/node_modules/eslint-scope/lib/reference.js +166 -0
  2992. data/node_modules/eslint-scope/lib/referencer.js +654 -0
  2993. data/node_modules/eslint-scope/lib/scope-manager.js +255 -0
  2994. data/node_modules/eslint-scope/lib/scope.js +772 -0
  2995. data/node_modules/eslint-scope/lib/variable.js +87 -0
  2996. data/node_modules/eslint-scope/lib/version.js +3 -0
  2997. data/node_modules/eslint-scope/package.json +63 -0
  2998. data/node_modules/eslint-visitor-keys/LICENSE +201 -0
  2999. data/node_modules/eslint-visitor-keys/README.md +105 -0
  3000. data/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs +384 -0
  3001. data/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.d.cts +27 -0
  3002. data/node_modules/eslint-visitor-keys/dist/index.d.ts +16 -0
  3003. data/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts +12 -0
  3004. data/node_modules/eslint-visitor-keys/lib/index.js +65 -0
  3005. data/node_modules/eslint-visitor-keys/lib/visitor-keys.js +315 -0
  3006. data/node_modules/eslint-visitor-keys/package.json +74 -0
  3007. data/node_modules/espree/LICENSE +25 -0
  3008. data/node_modules/espree/README.md +244 -0
  3009. data/node_modules/espree/dist/espree.cjs +883 -0
  3010. data/node_modules/espree/espree.js +177 -0
  3011. data/node_modules/espree/lib/espree.js +349 -0
  3012. data/node_modules/espree/lib/features.js +27 -0
  3013. data/node_modules/espree/lib/options.js +123 -0
  3014. data/node_modules/espree/lib/token-translator.js +263 -0
  3015. data/node_modules/espree/lib/version.js +3 -0
  3016. data/node_modules/espree/package.json +88 -0
  3017. data/node_modules/esquery/README.md +27 -0
  3018. data/node_modules/esquery/dist/esquery.esm.js +4020 -0
  3019. data/node_modules/esquery/dist/esquery.esm.min.js +2 -0
  3020. data/node_modules/esquery/dist/esquery.esm.min.js.map +1 -0
  3021. data/node_modules/esquery/dist/esquery.js +4028 -0
  3022. data/node_modules/esquery/dist/esquery.lite.js +3318 -0
  3023. data/node_modules/esquery/dist/esquery.lite.min.js +2 -0
  3024. data/node_modules/esquery/dist/esquery.lite.min.js.map +1 -0
  3025. data/node_modules/esquery/dist/esquery.min.js +2 -0
  3026. data/node_modules/esquery/dist/esquery.min.js.map +1 -0
  3027. data/node_modules/esquery/license.txt +24 -0
  3028. data/node_modules/esquery/package.json +78 -0
  3029. data/node_modules/esquery/parser.js +2550 -0
  3030. data/node_modules/esrecurse/README.md +171 -0
  3031. data/node_modules/esrecurse/esrecurse.js +117 -0
  3032. data/node_modules/esrecurse/gulpfile.babel.js +92 -0
  3033. data/node_modules/esrecurse/package.json +52 -0
  3034. data/node_modules/estraverse/LICENSE.BSD +19 -0
  3035. data/node_modules/estraverse/README.md +153 -0
  3036. data/node_modules/estraverse/estraverse.js +805 -0
  3037. data/node_modules/estraverse/gulpfile.js +70 -0
  3038. data/node_modules/estraverse/package.json +40 -0
  3039. data/node_modules/esutils/LICENSE.BSD +19 -0
  3040. data/node_modules/esutils/README.md +174 -0
  3041. data/node_modules/esutils/lib/ast.js +144 -0
  3042. data/node_modules/esutils/lib/code.js +135 -0
  3043. data/node_modules/esutils/lib/keyword.js +165 -0
  3044. data/node_modules/esutils/lib/utils.js +33 -0
  3045. data/node_modules/esutils/package.json +44 -0
  3046. data/node_modules/fast-deep-equal/LICENSE +21 -0
  3047. data/node_modules/fast-deep-equal/README.md +96 -0
  3048. data/node_modules/fast-deep-equal/es6/index.d.ts +2 -0
  3049. data/node_modules/fast-deep-equal/es6/index.js +72 -0
  3050. data/node_modules/fast-deep-equal/es6/react.d.ts +2 -0
  3051. data/node_modules/fast-deep-equal/es6/react.js +79 -0
  3052. data/node_modules/fast-deep-equal/index.d.ts +4 -0
  3053. data/node_modules/fast-deep-equal/index.js +46 -0
  3054. data/node_modules/fast-deep-equal/package.json +61 -0
  3055. data/node_modules/fast-deep-equal/react.d.ts +2 -0
  3056. data/node_modules/fast-deep-equal/react.js +53 -0
  3057. data/node_modules/fast-json-stable-stringify/LICENSE +21 -0
  3058. data/node_modules/fast-json-stable-stringify/README.md +131 -0
  3059. data/node_modules/fast-json-stable-stringify/benchmark/index.js +31 -0
  3060. data/node_modules/fast-json-stable-stringify/benchmark/test.json +137 -0
  3061. data/node_modules/fast-json-stable-stringify/example/key_cmp.js +7 -0
  3062. data/node_modules/fast-json-stable-stringify/example/nested.js +3 -0
  3063. data/node_modules/fast-json-stable-stringify/example/str.js +3 -0
  3064. data/node_modules/fast-json-stable-stringify/example/value_cmp.js +7 -0
  3065. data/node_modules/fast-json-stable-stringify/index.d.ts +4 -0
  3066. data/node_modules/fast-json-stable-stringify/index.js +59 -0
  3067. data/node_modules/fast-json-stable-stringify/package.json +52 -0
  3068. data/node_modules/fast-json-stable-stringify/test/cmp.js +13 -0
  3069. data/node_modules/fast-json-stable-stringify/test/nested.js +44 -0
  3070. data/node_modules/fast-json-stable-stringify/test/str.js +46 -0
  3071. data/node_modules/fast-json-stable-stringify/test/to-json.js +22 -0
  3072. data/node_modules/fast-levenshtein/LICENSE.md +25 -0
  3073. data/node_modules/fast-levenshtein/README.md +104 -0
  3074. data/node_modules/fast-levenshtein/levenshtein.js +136 -0
  3075. data/node_modules/fast-levenshtein/package.json +39 -0
  3076. data/node_modules/fastq/LICENSE +13 -0
  3077. data/node_modules/fastq/README.md +309 -0
  3078. data/node_modules/fastq/bench.js +66 -0
  3079. data/node_modules/fastq/example.js +14 -0
  3080. data/node_modules/fastq/example.mjs +11 -0
  3081. data/node_modules/fastq/index.d.ts +37 -0
  3082. data/node_modules/fastq/package.json +52 -0
  3083. data/node_modules/fastq/queue.js +289 -0
  3084. data/node_modules/fastq/test/example.ts +81 -0
  3085. data/node_modules/fastq/test/promise.js +248 -0
  3086. data/node_modules/fastq/test/test.js +566 -0
  3087. data/node_modules/fastq/test/tsconfig.json +11 -0
  3088. data/node_modules/file-entry-cache/LICENSE +22 -0
  3089. data/node_modules/file-entry-cache/README.md +112 -0
  3090. data/node_modules/file-entry-cache/cache.js +291 -0
  3091. data/node_modules/file-entry-cache/changelog.md +163 -0
  3092. data/node_modules/file-entry-cache/package.json +80 -0
  3093. data/node_modules/find-up/index.d.ts +138 -0
  3094. data/node_modules/find-up/index.js +89 -0
  3095. data/node_modules/find-up/license +9 -0
  3096. data/node_modules/find-up/package.json +54 -0
  3097. data/node_modules/find-up/readme.md +151 -0
  3098. data/node_modules/flat-cache/LICENSE +22 -0
  3099. data/node_modules/flat-cache/README.md +75 -0
  3100. data/node_modules/flat-cache/changelog.md +328 -0
  3101. data/node_modules/flat-cache/package.json +86 -0
  3102. data/node_modules/flat-cache/src/cache.js +218 -0
  3103. data/node_modules/flat-cache/src/del.js +13 -0
  3104. data/node_modules/flat-cache/src/utils.js +44 -0
  3105. data/node_modules/flatted/LICENSE +15 -0
  3106. data/node_modules/flatted/README.md +115 -0
  3107. data/node_modules/flatted/cjs/index.js +99 -0
  3108. data/node_modules/flatted/cjs/package.json +1 -0
  3109. data/node_modules/flatted/es.js +2 -0
  3110. data/node_modules/flatted/esm/index.js +94 -0
  3111. data/node_modules/flatted/esm.js +2 -0
  3112. data/node_modules/flatted/index.js +135 -0
  3113. data/node_modules/flatted/min.js +2 -0
  3114. data/node_modules/flatted/package.json +64 -0
  3115. data/node_modules/flatted/php/flatted.php +156 -0
  3116. data/node_modules/flatted/python/__pycache__/flatted.cpython-311.pyc +0 -0
  3117. data/node_modules/flatted/python/flatted.py +149 -0
  3118. data/node_modules/flatted/python/test.py +63 -0
  3119. data/node_modules/flatted/types.d.ts +62 -0
  3120. data/node_modules/for-each/LICENSE +22 -0
  3121. data/node_modules/for-each/README.md +43 -0
  3122. data/node_modules/for-each/index.js +62 -0
  3123. data/node_modules/for-each/package.json +65 -0
  3124. data/node_modules/for-each/test/test.js +182 -0
  3125. data/node_modules/fs.realpath/LICENSE +43 -0
  3126. data/node_modules/fs.realpath/README.md +33 -0
  3127. data/node_modules/fs.realpath/index.js +66 -0
  3128. data/node_modules/fs.realpath/old.js +303 -0
  3129. data/node_modules/fs.realpath/package.json +26 -0
  3130. data/node_modules/function-bind/LICENSE +20 -0
  3131. data/node_modules/function-bind/README.md +48 -0
  3132. data/node_modules/function-bind/implementation.js +52 -0
  3133. data/node_modules/function-bind/index.js +5 -0
  3134. data/node_modules/function-bind/package.json +63 -0
  3135. data/node_modules/function-bind/test/index.js +252 -0
  3136. data/node_modules/function.prototype.name/CHANGELOG.md +123 -0
  3137. data/node_modules/function.prototype.name/LICENSE +21 -0
  3138. data/node_modules/function.prototype.name/README.md +55 -0
  3139. data/node_modules/function.prototype.name/auto.js +3 -0
  3140. data/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
  3141. data/node_modules/function.prototype.name/implementation.js +72 -0
  3142. data/node_modules/function.prototype.name/index.js +18 -0
  3143. data/node_modules/function.prototype.name/package.json +99 -0
  3144. data/node_modules/function.prototype.name/polyfill.js +7 -0
  3145. data/node_modules/function.prototype.name/shim.js +35 -0
  3146. data/node_modules/function.prototype.name/test/implementation.js +20 -0
  3147. data/node_modules/function.prototype.name/test/index.js +23 -0
  3148. data/node_modules/function.prototype.name/test/shimmed.js +21 -0
  3149. data/node_modules/function.prototype.name/test/tests.js +104 -0
  3150. data/node_modules/function.prototype.name/test/uglified.js +17 -0
  3151. data/node_modules/functions-have-names/CHANGELOG.md +89 -0
  3152. data/node_modules/functions-have-names/LICENSE +21 -0
  3153. data/node_modules/functions-have-names/README.md +40 -0
  3154. data/node_modules/functions-have-names/index.js +31 -0
  3155. data/node_modules/functions-have-names/package.json +55 -0
  3156. data/node_modules/functions-have-names/test/index.js +65 -0
  3157. data/node_modules/get-intrinsic/CHANGELOG.md +117 -0
  3158. data/node_modules/get-intrinsic/LICENSE +21 -0
  3159. data/node_modules/get-intrinsic/README.md +71 -0
  3160. data/node_modules/get-intrinsic/index.js +351 -0
  3161. data/node_modules/get-intrinsic/package.json +93 -0
  3162. data/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  3163. data/node_modules/get-symbol-description/CHANGELOG.md +16 -0
  3164. data/node_modules/get-symbol-description/LICENSE +21 -0
  3165. data/node_modules/get-symbol-description/README.md +43 -0
  3166. data/node_modules/get-symbol-description/getInferredName.js +10 -0
  3167. data/node_modules/get-symbol-description/index.js +43 -0
  3168. data/node_modules/get-symbol-description/package.json +71 -0
  3169. data/node_modules/get-symbol-description/test/index.js +67 -0
  3170. data/node_modules/glob/LICENSE +21 -0
  3171. data/node_modules/glob/README.md +378 -0
  3172. data/node_modules/glob/common.js +238 -0
  3173. data/node_modules/glob/glob.js +790 -0
  3174. data/node_modules/glob/package.json +55 -0
  3175. data/node_modules/glob/sync.js +486 -0
  3176. data/node_modules/glob-parent/LICENSE +15 -0
  3177. data/node_modules/glob-parent/README.md +134 -0
  3178. data/node_modules/glob-parent/index.js +75 -0
  3179. data/node_modules/glob-parent/package.json +54 -0
  3180. data/node_modules/globals/globals.json +1973 -0
  3181. data/node_modules/globals/index.d.ts +6 -0
  3182. data/node_modules/globals/index.js +2 -0
  3183. data/node_modules/globals/license +9 -0
  3184. data/node_modules/globals/package.json +55 -0
  3185. data/node_modules/globals/readme.md +56 -0
  3186. data/node_modules/globalthis/CHANGELOG.md +96 -0
  3187. data/node_modules/globalthis/LICENSE +21 -0
  3188. data/node_modules/globalthis/README.md +70 -0
  3189. data/node_modules/globalthis/auto.js +3 -0
  3190. data/node_modules/globalthis/implementation.browser.js +11 -0
  3191. data/node_modules/globalthis/implementation.js +3 -0
  3192. data/node_modules/globalthis/index.js +19 -0
  3193. data/node_modules/globalthis/package.json +97 -0
  3194. data/node_modules/globalthis/polyfill.js +10 -0
  3195. data/node_modules/globalthis/shim.js +22 -0
  3196. data/node_modules/globalthis/test/implementation.js +11 -0
  3197. data/node_modules/globalthis/test/index.js +11 -0
  3198. data/node_modules/globalthis/test/native.js +26 -0
  3199. data/node_modules/globalthis/test/shimmed.js +29 -0
  3200. data/node_modules/globalthis/test/tests.js +36 -0
  3201. data/node_modules/gopd/CHANGELOG.md +25 -0
  3202. data/node_modules/gopd/LICENSE +21 -0
  3203. data/node_modules/gopd/README.md +40 -0
  3204. data/node_modules/gopd/index.js +16 -0
  3205. data/node_modules/gopd/package.json +71 -0
  3206. data/node_modules/gopd/test/index.js +35 -0
  3207. data/node_modules/graphemer/CHANGELOG.md +30 -0
  3208. data/node_modules/graphemer/LICENSE +18 -0
  3209. data/node_modules/graphemer/README.md +132 -0
  3210. data/node_modules/graphemer/lib/Graphemer.d.ts +41 -0
  3211. data/node_modules/graphemer/lib/Graphemer.d.ts.map +1 -0
  3212. data/node_modules/graphemer/lib/Graphemer.js +11959 -0
  3213. data/node_modules/graphemer/lib/GraphemerHelper.d.ts +32 -0
  3214. data/node_modules/graphemer/lib/GraphemerHelper.d.ts.map +1 -0
  3215. data/node_modules/graphemer/lib/GraphemerHelper.js +169 -0
  3216. data/node_modules/graphemer/lib/GraphemerIterator.d.ts +22 -0
  3217. data/node_modules/graphemer/lib/GraphemerIterator.d.ts.map +1 -0
  3218. data/node_modules/graphemer/lib/GraphemerIterator.js +36 -0
  3219. data/node_modules/graphemer/lib/boundaries.d.ts +35 -0
  3220. data/node_modules/graphemer/lib/boundaries.d.ts.map +1 -0
  3221. data/node_modules/graphemer/lib/boundaries.js +38 -0
  3222. data/node_modules/graphemer/lib/index.d.ts +3 -0
  3223. data/node_modules/graphemer/lib/index.d.ts.map +1 -0
  3224. data/node_modules/graphemer/lib/index.js +7 -0
  3225. data/node_modules/graphemer/package.json +54 -0
  3226. data/node_modules/has/LICENSE-MIT +22 -0
  3227. data/node_modules/has/README.md +18 -0
  3228. data/node_modules/has/package.json +48 -0
  3229. data/node_modules/has/src/index.js +5 -0
  3230. data/node_modules/has/test/index.js +10 -0
  3231. data/node_modules/has-bigints/CHANGELOG.md +60 -0
  3232. data/node_modules/has-bigints/LICENSE +21 -0
  3233. data/node_modules/has-bigints/README.md +39 -0
  3234. data/node_modules/has-bigints/index.js +10 -0
  3235. data/node_modules/has-bigints/package.json +54 -0
  3236. data/node_modules/has-bigints/test/index.js +44 -0
  3237. data/node_modules/has-flag/index.d.ts +39 -0
  3238. data/node_modules/has-flag/index.js +8 -0
  3239. data/node_modules/has-flag/license +9 -0
  3240. data/node_modules/has-flag/package.json +46 -0
  3241. data/node_modules/has-flag/readme.md +89 -0
  3242. data/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  3243. data/node_modules/has-property-descriptors/LICENSE +21 -0
  3244. data/node_modules/has-property-descriptors/README.md +43 -0
  3245. data/node_modules/has-property-descriptors/index.js +33 -0
  3246. data/node_modules/has-property-descriptors/package.json +70 -0
  3247. data/node_modules/has-property-descriptors/test/index.js +57 -0
  3248. data/node_modules/has-proto/CHANGELOG.md +23 -0
  3249. data/node_modules/has-proto/LICENSE +21 -0
  3250. data/node_modules/has-proto/README.md +38 -0
  3251. data/node_modules/has-proto/index.js +11 -0
  3252. data/node_modules/has-proto/package.json +74 -0
  3253. data/node_modules/has-proto/test/index.js +19 -0
  3254. data/node_modules/has-symbols/CHANGELOG.md +75 -0
  3255. data/node_modules/has-symbols/LICENSE +21 -0
  3256. data/node_modules/has-symbols/README.md +46 -0
  3257. data/node_modules/has-symbols/index.js +13 -0
  3258. data/node_modules/has-symbols/package.json +101 -0
  3259. data/node_modules/has-symbols/shams.js +42 -0
  3260. data/node_modules/has-symbols/test/index.js +22 -0
  3261. data/node_modules/has-symbols/test/shams/core-js.js +28 -0
  3262. data/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  3263. data/node_modules/has-symbols/test/tests.js +56 -0
  3264. data/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  3265. data/node_modules/has-tostringtag/LICENSE +21 -0
  3266. data/node_modules/has-tostringtag/README.md +46 -0
  3267. data/node_modules/has-tostringtag/index.js +7 -0
  3268. data/node_modules/has-tostringtag/package.json +84 -0
  3269. data/node_modules/has-tostringtag/shams.js +7 -0
  3270. data/node_modules/has-tostringtag/test/index.js +21 -0
  3271. data/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  3272. data/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  3273. data/node_modules/has-tostringtag/test/tests.js +14 -0
  3274. data/node_modules/ignore/LICENSE-MIT +21 -0
  3275. data/node_modules/ignore/README.md +412 -0
  3276. data/node_modules/ignore/index.d.ts +61 -0
  3277. data/node_modules/ignore/index.js +618 -0
  3278. data/node_modules/ignore/legacy.js +539 -0
  3279. data/node_modules/ignore/package.json +73 -0
  3280. data/node_modules/import-fresh/index.d.ts +30 -0
  3281. data/node_modules/import-fresh/index.js +33 -0
  3282. data/node_modules/import-fresh/license +9 -0
  3283. data/node_modules/import-fresh/package.json +43 -0
  3284. data/node_modules/import-fresh/readme.md +48 -0
  3285. data/node_modules/imurmurhash/README.md +122 -0
  3286. data/node_modules/imurmurhash/imurmurhash.js +138 -0
  3287. data/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  3288. data/node_modules/imurmurhash/package.json +40 -0
  3289. data/node_modules/inflight/LICENSE +15 -0
  3290. data/node_modules/inflight/README.md +37 -0
  3291. data/node_modules/inflight/inflight.js +54 -0
  3292. data/node_modules/inflight/package.json +29 -0
  3293. data/node_modules/inherits/LICENSE +16 -0
  3294. data/node_modules/inherits/README.md +42 -0
  3295. data/node_modules/inherits/inherits.js +9 -0
  3296. data/node_modules/inherits/inherits_browser.js +27 -0
  3297. data/node_modules/inherits/package.json +29 -0
  3298. data/node_modules/internal-slot/CHANGELOG.md +87 -0
  3299. data/node_modules/internal-slot/LICENSE +21 -0
  3300. data/node_modules/internal-slot/README.md +58 -0
  3301. data/node_modules/internal-slot/index.js +62 -0
  3302. data/node_modules/internal-slot/package.json +71 -0
  3303. data/node_modules/internal-slot/test/index.js +121 -0
  3304. data/node_modules/is-array-buffer/CHANGELOG.md +58 -0
  3305. data/node_modules/is-array-buffer/LICENSE +21 -0
  3306. data/node_modules/is-array-buffer/README.md +56 -0
  3307. data/node_modules/is-array-buffer/index.js +43 -0
  3308. data/node_modules/is-array-buffer/package.json +78 -0
  3309. data/node_modules/is-array-buffer/test/index.js +43 -0
  3310. data/node_modules/is-bigint/CHANGELOG.md +71 -0
  3311. data/node_modules/is-bigint/LICENSE +21 -0
  3312. data/node_modules/is-bigint/README.md +44 -0
  3313. data/node_modules/is-bigint/index.js +38 -0
  3314. data/node_modules/is-bigint/package.json +58 -0
  3315. data/node_modules/is-bigint/test/index.js +81 -0
  3316. data/node_modules/is-boolean-object/CHANGELOG.md +107 -0
  3317. data/node_modules/is-boolean-object/LICENSE +22 -0
  3318. data/node_modules/is-boolean-object/README.md +57 -0
  3319. data/node_modules/is-boolean-object/index.js +26 -0
  3320. data/node_modules/is-boolean-object/package.json +87 -0
  3321. data/node_modules/is-boolean-object/test/index.js +48 -0
  3322. data/node_modules/is-callable/CHANGELOG.md +158 -0
  3323. data/node_modules/is-callable/LICENSE +22 -0
  3324. data/node_modules/is-callable/README.md +83 -0
  3325. data/node_modules/is-callable/index.js +101 -0
  3326. data/node_modules/is-callable/package.json +106 -0
  3327. data/node_modules/is-callable/test/index.js +244 -0
  3328. data/node_modules/is-core-module/CHANGELOG.md +173 -0
  3329. data/node_modules/is-core-module/LICENSE +20 -0
  3330. data/node_modules/is-core-module/README.md +40 -0
  3331. data/node_modules/is-core-module/core.json +158 -0
  3332. data/node_modules/is-core-module/index.js +69 -0
  3333. data/node_modules/is-core-module/package.json +73 -0
  3334. data/node_modules/is-core-module/test/index.js +133 -0
  3335. data/node_modules/is-date-object/CHANGELOG.md +114 -0
  3336. data/node_modules/is-date-object/LICENSE +22 -0
  3337. data/node_modules/is-date-object/README.md +52 -0
  3338. data/node_modules/is-date-object/index.js +22 -0
  3339. data/node_modules/is-date-object/package.json +79 -0
  3340. data/node_modules/is-date-object/test/index.js +36 -0
  3341. data/node_modules/is-extglob/LICENSE +21 -0
  3342. data/node_modules/is-extglob/README.md +107 -0
  3343. data/node_modules/is-extglob/index.js +20 -0
  3344. data/node_modules/is-extglob/package.json +69 -0
  3345. data/node_modules/is-glob/LICENSE +21 -0
  3346. data/node_modules/is-glob/README.md +206 -0
  3347. data/node_modules/is-glob/index.js +150 -0
  3348. data/node_modules/is-glob/package.json +81 -0
  3349. data/node_modules/is-negative-zero/CHANGELOG.md +136 -0
  3350. data/node_modules/is-negative-zero/LICENSE +20 -0
  3351. data/node_modules/is-negative-zero/README.md +54 -0
  3352. data/node_modules/is-negative-zero/index.js +6 -0
  3353. data/node_modules/is-negative-zero/package.json +79 -0
  3354. data/node_modules/is-negative-zero/test/index.js +28 -0
  3355. data/node_modules/is-number-object/CHANGELOG.md +125 -0
  3356. data/node_modules/is-number-object/LICENSE +22 -0
  3357. data/node_modules/is-number-object/README.md +55 -0
  3358. data/node_modules/is-number-object/index.js +24 -0
  3359. data/node_modules/is-number-object/package.json +85 -0
  3360. data/node_modules/is-number-object/test/index.js +38 -0
  3361. data/node_modules/is-path-inside/index.d.ts +27 -0
  3362. data/node_modules/is-path-inside/index.js +12 -0
  3363. data/node_modules/is-path-inside/license +9 -0
  3364. data/node_modules/is-path-inside/package.json +36 -0
  3365. data/node_modules/is-path-inside/readme.md +63 -0
  3366. data/node_modules/is-regex/CHANGELOG.md +197 -0
  3367. data/node_modules/is-regex/LICENSE +20 -0
  3368. data/node_modules/is-regex/README.md +52 -0
  3369. data/node_modules/is-regex/index.js +58 -0
  3370. data/node_modules/is-regex/package.json +86 -0
  3371. data/node_modules/is-regex/test/index.js +104 -0
  3372. data/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
  3373. data/node_modules/is-shared-array-buffer/LICENSE +21 -0
  3374. data/node_modules/is-shared-array-buffer/README.md +58 -0
  3375. data/node_modules/is-shared-array-buffer/index.js +21 -0
  3376. data/node_modules/is-shared-array-buffer/package.json +70 -0
  3377. data/node_modules/is-shared-array-buffer/test/index.js +27 -0
  3378. data/node_modules/is-string/CHANGELOG.md +114 -0
  3379. data/node_modules/is-string/LICENSE +22 -0
  3380. data/node_modules/is-string/README.md +56 -0
  3381. data/node_modules/is-string/index.js +24 -0
  3382. data/node_modules/is-string/package.json +81 -0
  3383. data/node_modules/is-string/test/index.js +39 -0
  3384. data/node_modules/is-symbol/CHANGELOG.md +113 -0
  3385. data/node_modules/is-symbol/LICENSE +22 -0
  3386. data/node_modules/is-symbol/README.md +45 -0
  3387. data/node_modules/is-symbol/index.js +35 -0
  3388. data/node_modules/is-symbol/package.json +77 -0
  3389. data/node_modules/is-symbol/test/index.js +92 -0
  3390. data/node_modules/is-typed-array/CHANGELOG.md +134 -0
  3391. data/node_modules/is-typed-array/LICENSE +22 -0
  3392. data/node_modules/is-typed-array/README.md +70 -0
  3393. data/node_modules/is-typed-array/index.js +7 -0
  3394. data/node_modules/is-typed-array/package.json +116 -0
  3395. data/node_modules/is-typed-array/test/index.js +103 -0
  3396. data/node_modules/is-weakref/CHANGELOG.md +54 -0
  3397. data/node_modules/is-weakref/LICENSE +21 -0
  3398. data/node_modules/is-weakref/README.md +52 -0
  3399. data/node_modules/is-weakref/index.js +21 -0
  3400. data/node_modules/is-weakref/package.json +63 -0
  3401. data/node_modules/is-weakref/test/index.js +26 -0
  3402. data/node_modules/isarray/LICENSE +21 -0
  3403. data/node_modules/isarray/README.md +38 -0
  3404. data/node_modules/isarray/index.js +5 -0
  3405. data/node_modules/isarray/package.json +48 -0
  3406. data/node_modules/isexe/LICENSE +15 -0
  3407. data/node_modules/isexe/README.md +51 -0
  3408. data/node_modules/isexe/index.js +57 -0
  3409. data/node_modules/isexe/mode.js +41 -0
  3410. data/node_modules/isexe/package.json +31 -0
  3411. data/node_modules/isexe/test/basic.js +221 -0
  3412. data/node_modules/isexe/windows.js +42 -0
  3413. data/node_modules/js-yaml/CHANGELOG.md +616 -0
  3414. data/node_modules/js-yaml/LICENSE +21 -0
  3415. data/node_modules/js-yaml/README.md +246 -0
  3416. data/node_modules/js-yaml/bin/js-yaml.js +126 -0
  3417. data/node_modules/js-yaml/dist/js-yaml.js +3874 -0
  3418. data/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  3419. data/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
  3420. data/node_modules/js-yaml/index.js +47 -0
  3421. data/node_modules/js-yaml/lib/common.js +59 -0
  3422. data/node_modules/js-yaml/lib/dumper.js +965 -0
  3423. data/node_modules/js-yaml/lib/exception.js +55 -0
  3424. data/node_modules/js-yaml/lib/loader.js +1727 -0
  3425. data/node_modules/js-yaml/lib/schema/core.js +11 -0
  3426. data/node_modules/js-yaml/lib/schema/default.js +22 -0
  3427. data/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  3428. data/node_modules/js-yaml/lib/schema/json.js +19 -0
  3429. data/node_modules/js-yaml/lib/schema.js +121 -0
  3430. data/node_modules/js-yaml/lib/snippet.js +101 -0
  3431. data/node_modules/js-yaml/lib/type/binary.js +125 -0
  3432. data/node_modules/js-yaml/lib/type/bool.js +35 -0
  3433. data/node_modules/js-yaml/lib/type/float.js +97 -0
  3434. data/node_modules/js-yaml/lib/type/int.js +156 -0
  3435. data/node_modules/js-yaml/lib/type/map.js +8 -0
  3436. data/node_modules/js-yaml/lib/type/merge.js +12 -0
  3437. data/node_modules/js-yaml/lib/type/null.js +35 -0
  3438. data/node_modules/js-yaml/lib/type/omap.js +44 -0
  3439. data/node_modules/js-yaml/lib/type/pairs.js +53 -0
  3440. data/node_modules/js-yaml/lib/type/seq.js +8 -0
  3441. data/node_modules/js-yaml/lib/type/set.js +29 -0
  3442. data/node_modules/js-yaml/lib/type/str.js +8 -0
  3443. data/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  3444. data/node_modules/js-yaml/lib/type.js +66 -0
  3445. data/node_modules/js-yaml/package.json +66 -0
  3446. data/node_modules/json-buffer/LICENSE +22 -0
  3447. data/node_modules/json-buffer/README.md +24 -0
  3448. data/node_modules/json-buffer/index.js +58 -0
  3449. data/node_modules/json-buffer/package.json +34 -0
  3450. data/node_modules/json-buffer/test/index.js +63 -0
  3451. data/node_modules/json-schema-traverse/LICENSE +21 -0
  3452. data/node_modules/json-schema-traverse/README.md +83 -0
  3453. data/node_modules/json-schema-traverse/index.js +89 -0
  3454. data/node_modules/json-schema-traverse/package.json +43 -0
  3455. data/node_modules/json-schema-traverse/spec/fixtures/schema.js +125 -0
  3456. data/node_modules/json-schema-traverse/spec/index.spec.js +171 -0
  3457. data/node_modules/json-stable-stringify-without-jsonify/LICENSE +18 -0
  3458. data/node_modules/json-stable-stringify-without-jsonify/example/key_cmp.js +7 -0
  3459. data/node_modules/json-stable-stringify-without-jsonify/example/nested.js +3 -0
  3460. data/node_modules/json-stable-stringify-without-jsonify/example/str.js +3 -0
  3461. data/node_modules/json-stable-stringify-without-jsonify/example/value_cmp.js +7 -0
  3462. data/node_modules/json-stable-stringify-without-jsonify/index.js +82 -0
  3463. data/node_modules/json-stable-stringify-without-jsonify/package.json +43 -0
  3464. data/node_modules/json-stable-stringify-without-jsonify/readme.markdown +132 -0
  3465. data/node_modules/json-stable-stringify-without-jsonify/test/cmp.js +11 -0
  3466. data/node_modules/json-stable-stringify-without-jsonify/test/nested.js +42 -0
  3467. data/node_modules/json-stable-stringify-without-jsonify/test/replacer.js +74 -0
  3468. data/node_modules/json-stable-stringify-without-jsonify/test/space.js +59 -0
  3469. data/node_modules/json-stable-stringify-without-jsonify/test/str.js +32 -0
  3470. data/node_modules/json-stable-stringify-without-jsonify/test/to-json.js +20 -0
  3471. data/node_modules/json5/LICENSE.md +23 -0
  3472. data/node_modules/json5/README.md +234 -0
  3473. data/node_modules/json5/dist/index.js +1 -0
  3474. data/node_modules/json5/lib/cli.js +2 -0
  3475. data/node_modules/json5/lib/index.js +1 -0
  3476. data/node_modules/json5/lib/parse.js +1 -0
  3477. data/node_modules/json5/lib/register.js +1 -0
  3478. data/node_modules/json5/lib/require.js +1 -0
  3479. data/node_modules/json5/lib/stringify.js +1 -0
  3480. data/node_modules/json5/lib/unicode.js +1 -0
  3481. data/node_modules/json5/lib/util.js +1 -0
  3482. data/node_modules/json5/package.json +76 -0
  3483. data/node_modules/jsonc-eslint-parser/LICENSE +21 -0
  3484. data/node_modules/jsonc-eslint-parser/README.md +96 -0
  3485. data/node_modules/jsonc-eslint-parser/lib/index.d.ts +11 -0
  3486. data/node_modules/jsonc-eslint-parser/lib/index.js +44 -0
  3487. data/node_modules/jsonc-eslint-parser/lib/meta.d.ts +2 -0
  3488. data/node_modules/jsonc-eslint-parser/lib/meta.js +5 -0
  3489. data/node_modules/jsonc-eslint-parser/lib/parser/ast.d.ts +125 -0
  3490. data/node_modules/jsonc-eslint-parser/lib/parser/ast.js +2 -0
  3491. data/node_modules/jsonc-eslint-parser/lib/parser/convert.d.ts +15 -0
  3492. data/node_modules/jsonc-eslint-parser/lib/parser/convert.js +170 -0
  3493. data/node_modules/jsonc-eslint-parser/lib/parser/errors.d.ts +17 -0
  3494. data/node_modules/jsonc-eslint-parser/lib/parser/errors.js +92 -0
  3495. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.d.ts +3 -0
  3496. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.js +117 -0
  3497. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.d.ts +2 -0
  3498. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.js +74 -0
  3499. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts +8 -0
  3500. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.js +59 -0
  3501. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.d.ts +13 -0
  3502. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.js +80 -0
  3503. data/node_modules/jsonc-eslint-parser/lib/parser/parser.d.ts +9 -0
  3504. data/node_modules/jsonc-eslint-parser/lib/parser/parser.js +201 -0
  3505. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts +27 -0
  3506. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.js +2 -0
  3507. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.d.ts +21 -0
  3508. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.js +48 -0
  3509. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.d.ts +11 -0
  3510. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.js +57 -0
  3511. data/node_modules/jsonc-eslint-parser/lib/parser/utils.d.ts +5 -0
  3512. data/node_modules/jsonc-eslint-parser/lib/parser/utils.js +8 -0
  3513. data/node_modules/jsonc-eslint-parser/lib/parser/validate.d.ts +8 -0
  3514. data/node_modules/jsonc-eslint-parser/lib/parser/validate.js +405 -0
  3515. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.d.ts +2 -0
  3516. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.js +51 -0
  3517. data/node_modules/jsonc-eslint-parser/lib/types.d.ts +11 -0
  3518. data/node_modules/jsonc-eslint-parser/lib/types.js +2 -0
  3519. data/node_modules/jsonc-eslint-parser/lib/utils/ast.d.ts +19 -0
  3520. data/node_modules/jsonc-eslint-parser/lib/utils/ast.js +128 -0
  3521. data/node_modules/jsonc-eslint-parser/node_modules/semver/LICENSE +15 -0
  3522. data/node_modules/jsonc-eslint-parser/node_modules/semver/README.md +637 -0
  3523. data/node_modules/jsonc-eslint-parser/node_modules/semver/bin/semver.js +197 -0
  3524. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/comparator.js +141 -0
  3525. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/index.js +5 -0
  3526. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/range.js +539 -0
  3527. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/semver.js +302 -0
  3528. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/clean.js +6 -0
  3529. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/cmp.js +52 -0
  3530. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/coerce.js +52 -0
  3531. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-build.js +7 -0
  3532. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-loose.js +3 -0
  3533. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare.js +5 -0
  3534. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/diff.js +65 -0
  3535. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/eq.js +3 -0
  3536. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gt.js +3 -0
  3537. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gte.js +3 -0
  3538. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/inc.js +19 -0
  3539. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lt.js +3 -0
  3540. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lte.js +3 -0
  3541. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/major.js +3 -0
  3542. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/minor.js +3 -0
  3543. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/neq.js +3 -0
  3544. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/parse.js +16 -0
  3545. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/patch.js +3 -0
  3546. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/prerelease.js +6 -0
  3547. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rcompare.js +3 -0
  3548. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rsort.js +3 -0
  3549. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/satisfies.js +10 -0
  3550. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/sort.js +3 -0
  3551. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/valid.js +6 -0
  3552. data/node_modules/jsonc-eslint-parser/node_modules/semver/index.js +89 -0
  3553. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/constants.js +35 -0
  3554. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/debug.js +9 -0
  3555. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/identifiers.js +23 -0
  3556. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/parse-options.js +15 -0
  3557. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/re.js +212 -0
  3558. data/node_modules/jsonc-eslint-parser/node_modules/semver/package.json +87 -0
  3559. data/node_modules/jsonc-eslint-parser/node_modules/semver/preload.js +2 -0
  3560. data/node_modules/jsonc-eslint-parser/node_modules/semver/range.bnf +16 -0
  3561. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/gtr.js +4 -0
  3562. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/intersects.js +7 -0
  3563. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/ltr.js +4 -0
  3564. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/max-satisfying.js +25 -0
  3565. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-satisfying.js +24 -0
  3566. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-version.js +61 -0
  3567. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/outside.js +80 -0
  3568. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/simplify.js +47 -0
  3569. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/subset.js +247 -0
  3570. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/to-comparators.js +8 -0
  3571. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/valid.js +11 -0
  3572. data/node_modules/jsonc-eslint-parser/package.json +92 -0
  3573. data/node_modules/keyv/README.md +429 -0
  3574. data/node_modules/keyv/package.json +57 -0
  3575. data/node_modules/keyv/src/index.d.ts +112 -0
  3576. data/node_modules/keyv/src/index.js +264 -0
  3577. data/node_modules/levn/LICENSE +22 -0
  3578. data/node_modules/levn/README.md +196 -0
  3579. data/node_modules/levn/lib/cast.js +327 -0
  3580. data/node_modules/levn/lib/index.js +22 -0
  3581. data/node_modules/levn/lib/parse-string.js +113 -0
  3582. data/node_modules/levn/package.json +46 -0
  3583. data/node_modules/locate-path/index.d.ts +83 -0
  3584. data/node_modules/locate-path/index.js +68 -0
  3585. data/node_modules/locate-path/license +9 -0
  3586. data/node_modules/locate-path/package.json +46 -0
  3587. data/node_modules/locate-path/readme.md +125 -0
  3588. data/node_modules/lodash.merge/LICENSE +47 -0
  3589. data/node_modules/lodash.merge/README.md +18 -0
  3590. data/node_modules/lodash.merge/index.js +1977 -0
  3591. data/node_modules/lodash.merge/package.json +16 -0
  3592. data/node_modules/lru-cache/LICENSE +15 -0
  3593. data/node_modules/lru-cache/README.md +166 -0
  3594. data/node_modules/lru-cache/index.js +334 -0
  3595. data/node_modules/lru-cache/package.json +34 -0
  3596. data/node_modules/minimatch/LICENSE +15 -0
  3597. data/node_modules/minimatch/README.md +230 -0
  3598. data/node_modules/minimatch/minimatch.js +947 -0
  3599. data/node_modules/minimatch/package.json +33 -0
  3600. data/node_modules/minimist/CHANGELOG.md +298 -0
  3601. data/node_modules/minimist/LICENSE +18 -0
  3602. data/node_modules/minimist/README.md +121 -0
  3603. data/node_modules/minimist/example/parse.js +4 -0
  3604. data/node_modules/minimist/index.js +263 -0
  3605. data/node_modules/minimist/package.json +75 -0
  3606. data/node_modules/minimist/test/all_bool.js +34 -0
  3607. data/node_modules/minimist/test/bool.js +177 -0
  3608. data/node_modules/minimist/test/dash.js +43 -0
  3609. data/node_modules/minimist/test/default_bool.js +37 -0
  3610. data/node_modules/minimist/test/dotted.js +24 -0
  3611. data/node_modules/minimist/test/kv_short.js +32 -0
  3612. data/node_modules/minimist/test/long.js +33 -0
  3613. data/node_modules/minimist/test/num.js +38 -0
  3614. data/node_modules/minimist/test/parse.js +209 -0
  3615. data/node_modules/minimist/test/parse_modified.js +11 -0
  3616. data/node_modules/minimist/test/proto.js +64 -0
  3617. data/node_modules/minimist/test/short.js +69 -0
  3618. data/node_modules/minimist/test/stop_early.js +17 -0
  3619. data/node_modules/minimist/test/unknown.js +104 -0
  3620. data/node_modules/minimist/test/whitespace.js +10 -0
  3621. data/node_modules/ms/index.js +162 -0
  3622. data/node_modules/ms/license.md +21 -0
  3623. data/node_modules/ms/package.json +37 -0
  3624. data/node_modules/ms/readme.md +60 -0
  3625. data/node_modules/natural-compare/README.md +125 -0
  3626. data/node_modules/natural-compare/index.js +57 -0
  3627. data/node_modules/natural-compare/package.json +42 -0
  3628. data/node_modules/object-inspect/CHANGELOG.md +370 -0
  3629. data/node_modules/object-inspect/LICENSE +21 -0
  3630. data/node_modules/object-inspect/example/all.js +23 -0
  3631. data/node_modules/object-inspect/example/circular.js +6 -0
  3632. data/node_modules/object-inspect/example/fn.js +5 -0
  3633. data/node_modules/object-inspect/example/inspect.js +10 -0
  3634. data/node_modules/object-inspect/index.js +516 -0
  3635. data/node_modules/object-inspect/package-support.json +20 -0
  3636. data/node_modules/object-inspect/package.json +97 -0
  3637. data/node_modules/object-inspect/readme.markdown +86 -0
  3638. data/node_modules/object-inspect/test/bigint.js +58 -0
  3639. data/node_modules/object-inspect/test/browser/dom.js +15 -0
  3640. data/node_modules/object-inspect/test/circular.js +16 -0
  3641. data/node_modules/object-inspect/test/deep.js +12 -0
  3642. data/node_modules/object-inspect/test/element.js +53 -0
  3643. data/node_modules/object-inspect/test/err.js +48 -0
  3644. data/node_modules/object-inspect/test/fakes.js +29 -0
  3645. data/node_modules/object-inspect/test/fn.js +76 -0
  3646. data/node_modules/object-inspect/test/has.js +15 -0
  3647. data/node_modules/object-inspect/test/holes.js +15 -0
  3648. data/node_modules/object-inspect/test/indent-option.js +271 -0
  3649. data/node_modules/object-inspect/test/inspect.js +139 -0
  3650. data/node_modules/object-inspect/test/lowbyte.js +12 -0
  3651. data/node_modules/object-inspect/test/number.js +58 -0
  3652. data/node_modules/object-inspect/test/quoteStyle.js +17 -0
  3653. data/node_modules/object-inspect/test/toStringTag.js +40 -0
  3654. data/node_modules/object-inspect/test/undef.js +12 -0
  3655. data/node_modules/object-inspect/test/values.js +211 -0
  3656. data/node_modules/object-inspect/test-core-js.js +26 -0
  3657. data/node_modules/object-inspect/util.inspect.js +1 -0
  3658. data/node_modules/object-keys/CHANGELOG.md +232 -0
  3659. data/node_modules/object-keys/LICENSE +21 -0
  3660. data/node_modules/object-keys/README.md +76 -0
  3661. data/node_modules/object-keys/implementation.js +122 -0
  3662. data/node_modules/object-keys/index.js +32 -0
  3663. data/node_modules/object-keys/isArguments.js +17 -0
  3664. data/node_modules/object-keys/package.json +88 -0
  3665. data/node_modules/object-keys/test/index.js +5 -0
  3666. data/node_modules/object.assign/CHANGELOG.md +225 -0
  3667. data/node_modules/object.assign/LICENSE +21 -0
  3668. data/node_modules/object.assign/README.md +136 -0
  3669. data/node_modules/object.assign/auto.js +3 -0
  3670. data/node_modules/object.assign/dist/browser.js +944 -0
  3671. data/node_modules/object.assign/hasSymbols.js +43 -0
  3672. data/node_modules/object.assign/implementation.js +46 -0
  3673. data/node_modules/object.assign/index.js +22 -0
  3674. data/node_modules/object.assign/package.json +96 -0
  3675. data/node_modules/object.assign/polyfill.js +55 -0
  3676. data/node_modules/object.assign/shim.js +14 -0
  3677. data/node_modules/object.assign/test/implementation.js +19 -0
  3678. data/node_modules/object.assign/test/index.js +17 -0
  3679. data/node_modules/object.assign/test/native.js +49 -0
  3680. data/node_modules/object.assign/test/ses-compat.js +12 -0
  3681. data/node_modules/object.assign/test/shimmed.js +52 -0
  3682. data/node_modules/object.assign/test/tests.js +232 -0
  3683. data/node_modules/object.assign/test.html +18458 -0
  3684. data/node_modules/object.entries/CHANGELOG.md +184 -0
  3685. data/node_modules/object.entries/LICENSE +22 -0
  3686. data/node_modules/object.entries/README.md +58 -0
  3687. data/node_modules/object.entries/auto.js +3 -0
  3688. data/node_modules/object.entries/implementation.js +17 -0
  3689. data/node_modules/object.entries/index.js +18 -0
  3690. data/node_modules/object.entries/package.json +94 -0
  3691. data/node_modules/object.entries/polyfill.js +7 -0
  3692. data/node_modules/object.entries/shim.js +14 -0
  3693. data/node_modules/object.entries/test/implementation.js +20 -0
  3694. data/node_modules/object.entries/test/index.js +17 -0
  3695. data/node_modules/object.entries/test/shimmed.js +35 -0
  3696. data/node_modules/object.entries/test/tests.js +82 -0
  3697. data/node_modules/object.fromentries/CHANGELOG.md +83 -0
  3698. data/node_modules/object.fromentries/LICENSE +21 -0
  3699. data/node_modules/object.fromentries/README.md +50 -0
  3700. data/node_modules/object.fromentries/auto.js +3 -0
  3701. data/node_modules/object.fromentries/implementation.js +18 -0
  3702. data/node_modules/object.fromentries/index.js +18 -0
  3703. data/node_modules/object.fromentries/package.json +90 -0
  3704. data/node_modules/object.fromentries/polyfill.js +7 -0
  3705. data/node_modules/object.fromentries/shim.js +14 -0
  3706. data/node_modules/object.fromentries/test/implementation.js +20 -0
  3707. data/node_modules/object.fromentries/test/index.js +17 -0
  3708. data/node_modules/object.fromentries/test/shimmed.js +44 -0
  3709. data/node_modules/object.fromentries/test/tests.js +17 -0
  3710. data/node_modules/object.groupby/CHANGELOG.md +24 -0
  3711. data/node_modules/object.groupby/LICENSE +21 -0
  3712. data/node_modules/object.groupby/README.md +79 -0
  3713. data/node_modules/object.groupby/aos/AddValueToKeyedGroup.js +26 -0
  3714. data/node_modules/object.groupby/aos/GroupBy.js +77 -0
  3715. data/node_modules/object.groupby/auto.js +3 -0
  3716. data/node_modules/object.groupby/implementation.js +20 -0
  3717. data/node_modules/object.groupby/index.js +19 -0
  3718. data/node_modules/object.groupby/package.json +83 -0
  3719. data/node_modules/object.groupby/polyfill.js +7 -0
  3720. data/node_modules/object.groupby/shim.js +17 -0
  3721. data/node_modules/object.groupby/test/implementation.js +13 -0
  3722. data/node_modules/object.groupby/test/index.js +12 -0
  3723. data/node_modules/object.groupby/test/shimmed.js +35 -0
  3724. data/node_modules/object.groupby/test/tests.js +62 -0
  3725. data/node_modules/object.values/CHANGELOG.md +179 -0
  3726. data/node_modules/object.values/LICENSE +22 -0
  3727. data/node_modules/object.values/README.md +58 -0
  3728. data/node_modules/object.values/auto.js +3 -0
  3729. data/node_modules/object.values/implementation.js +18 -0
  3730. data/node_modules/object.values/index.js +18 -0
  3731. data/node_modules/object.values/package.json +98 -0
  3732. data/node_modules/object.values/polyfill.js +7 -0
  3733. data/node_modules/object.values/shim.js +14 -0
  3734. data/node_modules/object.values/test/implementation.js +20 -0
  3735. data/node_modules/object.values/test/index.js +17 -0
  3736. data/node_modules/object.values/test/shimmed.js +35 -0
  3737. data/node_modules/object.values/test/tests.js +82 -0
  3738. data/node_modules/once/LICENSE +15 -0
  3739. data/node_modules/once/README.md +79 -0
  3740. data/node_modules/once/once.js +42 -0
  3741. data/node_modules/once/package.json +33 -0
  3742. data/node_modules/optionator/CHANGELOG.md +59 -0
  3743. data/node_modules/optionator/LICENSE +22 -0
  3744. data/node_modules/optionator/README.md +238 -0
  3745. data/node_modules/optionator/lib/help.js +260 -0
  3746. data/node_modules/optionator/lib/index.js +465 -0
  3747. data/node_modules/optionator/lib/util.js +54 -0
  3748. data/node_modules/optionator/package.json +43 -0
  3749. data/node_modules/p-limit/index.d.ts +42 -0
  3750. data/node_modules/p-limit/index.js +71 -0
  3751. data/node_modules/p-limit/license +9 -0
  3752. data/node_modules/p-limit/package.json +52 -0
  3753. data/node_modules/p-limit/readme.md +101 -0
  3754. data/node_modules/p-locate/index.d.ts +53 -0
  3755. data/node_modules/p-locate/index.js +50 -0
  3756. data/node_modules/p-locate/license +9 -0
  3757. data/node_modules/p-locate/package.json +54 -0
  3758. data/node_modules/p-locate/readme.md +93 -0
  3759. data/node_modules/parent-module/index.js +37 -0
  3760. data/node_modules/parent-module/license +9 -0
  3761. data/node_modules/parent-module/package.json +46 -0
  3762. data/node_modules/parent-module/readme.md +67 -0
  3763. data/node_modules/path-exists/index.d.ts +28 -0
  3764. data/node_modules/path-exists/index.js +23 -0
  3765. data/node_modules/path-exists/license +9 -0
  3766. data/node_modules/path-exists/package.json +39 -0
  3767. data/node_modules/path-exists/readme.md +52 -0
  3768. data/node_modules/path-is-absolute/index.js +20 -0
  3769. data/node_modules/path-is-absolute/license +21 -0
  3770. data/node_modules/path-is-absolute/package.json +43 -0
  3771. data/node_modules/path-is-absolute/readme.md +59 -0
  3772. data/node_modules/path-key/index.d.ts +40 -0
  3773. data/node_modules/path-key/index.js +16 -0
  3774. data/node_modules/path-key/license +9 -0
  3775. data/node_modules/path-key/package.json +39 -0
  3776. data/node_modules/path-key/readme.md +61 -0
  3777. data/node_modules/path-parse/LICENSE +21 -0
  3778. data/node_modules/path-parse/README.md +42 -0
  3779. data/node_modules/path-parse/index.js +75 -0
  3780. data/node_modules/path-parse/package.json +33 -0
  3781. data/node_modules/prelude-ls/CHANGELOG.md +108 -0
  3782. data/node_modules/prelude-ls/LICENSE +22 -0
  3783. data/node_modules/prelude-ls/README.md +15 -0
  3784. data/node_modules/prelude-ls/lib/Func.js +69 -0
  3785. data/node_modules/prelude-ls/lib/List.js +716 -0
  3786. data/node_modules/prelude-ls/lib/Num.js +130 -0
  3787. data/node_modules/prelude-ls/lib/Obj.js +154 -0
  3788. data/node_modules/prelude-ls/lib/Str.js +92 -0
  3789. data/node_modules/prelude-ls/lib/index.js +178 -0
  3790. data/node_modules/prelude-ls/package.json +46 -0
  3791. data/node_modules/prettier/LICENSE +5195 -0
  3792. data/node_modules/prettier/README.md +109 -0
  3793. data/node_modules/prettier/bin/prettier.cjs +67 -0
  3794. data/node_modules/prettier/doc.d.ts +243 -0
  3795. data/node_modules/prettier/doc.js +1340 -0
  3796. data/node_modules/prettier/doc.mjs +1312 -0
  3797. data/node_modules/prettier/index.cjs +655 -0
  3798. data/node_modules/prettier/index.d.ts +930 -0
  3799. data/node_modules/prettier/index.mjs +21563 -0
  3800. data/node_modules/prettier/internal/cli.mjs +7282 -0
  3801. data/node_modules/prettier/internal/internal.mjs +6555 -0
  3802. data/node_modules/prettier/package.json +195 -0
  3803. data/node_modules/prettier/plugins/acorn.d.ts +6 -0
  3804. data/node_modules/prettier/plugins/acorn.js +13 -0
  3805. data/node_modules/prettier/plugins/acorn.mjs +13 -0
  3806. data/node_modules/prettier/plugins/angular.d.ts +8 -0
  3807. data/node_modules/prettier/plugins/angular.js +2 -0
  3808. data/node_modules/prettier/plugins/angular.mjs +2 -0
  3809. data/node_modules/prettier/plugins/babel.d.ts +17 -0
  3810. data/node_modules/prettier/plugins/babel.js +16 -0
  3811. data/node_modules/prettier/plugins/babel.mjs +16 -0
  3812. data/node_modules/prettier/plugins/estree.d.ts +1 -0
  3813. data/node_modules/prettier/plugins/estree.js +35 -0
  3814. data/node_modules/prettier/plugins/estree.mjs +35 -0
  3815. data/node_modules/prettier/plugins/flow.d.ts +5 -0
  3816. data/node_modules/prettier/plugins/flow.js +21 -0
  3817. data/node_modules/prettier/plugins/flow.mjs +21 -0
  3818. data/node_modules/prettier/plugins/glimmer.d.ts +5 -0
  3819. data/node_modules/prettier/plugins/glimmer.js +30 -0
  3820. data/node_modules/prettier/plugins/glimmer.mjs +30 -0
  3821. data/node_modules/prettier/plugins/graphql.d.ts +5 -0
  3822. data/node_modules/prettier/plugins/graphql.js +29 -0
  3823. data/node_modules/prettier/plugins/graphql.mjs +29 -0
  3824. data/node_modules/prettier/plugins/html.d.ts +8 -0
  3825. data/node_modules/prettier/plugins/html.js +19 -0
  3826. data/node_modules/prettier/plugins/html.mjs +19 -0
  3827. data/node_modules/prettier/plugins/markdown.d.ts +7 -0
  3828. data/node_modules/prettier/plugins/markdown.js +59 -0
  3829. data/node_modules/prettier/plugins/markdown.mjs +59 -0
  3830. data/node_modules/prettier/plugins/meriyah.d.ts +5 -0
  3831. data/node_modules/prettier/plugins/meriyah.js +5 -0
  3832. data/node_modules/prettier/plugins/meriyah.mjs +5 -0
  3833. data/node_modules/prettier/plugins/postcss.d.ts +7 -0
  3834. data/node_modules/prettier/plugins/postcss.js +52 -0
  3835. data/node_modules/prettier/plugins/postcss.mjs +52 -0
  3836. data/node_modules/prettier/plugins/typescript.d.ts +5 -0
  3837. data/node_modules/prettier/plugins/typescript.js +25 -0
  3838. data/node_modules/prettier/plugins/typescript.mjs +25 -0
  3839. data/node_modules/prettier/plugins/yaml.d.ts +5 -0
  3840. data/node_modules/prettier/plugins/yaml.js +161 -0
  3841. data/node_modules/prettier/plugins/yaml.mjs +161 -0
  3842. data/node_modules/prettier/standalone.d.ts +33 -0
  3843. data/node_modules/prettier/standalone.js +37 -0
  3844. data/node_modules/prettier/standalone.mjs +37 -0
  3845. data/node_modules/punycode/LICENSE-MIT.txt +20 -0
  3846. data/node_modules/punycode/README.md +126 -0
  3847. data/node_modules/punycode/package.json +58 -0
  3848. data/node_modules/punycode/punycode.es6.js +444 -0
  3849. data/node_modules/punycode/punycode.js +443 -0
  3850. data/node_modules/queue-microtask/LICENSE +20 -0
  3851. data/node_modules/queue-microtask/README.md +90 -0
  3852. data/node_modules/queue-microtask/index.d.ts +2 -0
  3853. data/node_modules/queue-microtask/index.js +9 -0
  3854. data/node_modules/queue-microtask/package.json +55 -0
  3855. data/node_modules/regexp.prototype.flags/CHANGELOG.md +211 -0
  3856. data/node_modules/regexp.prototype.flags/LICENSE +22 -0
  3857. data/node_modules/regexp.prototype.flags/README.md +54 -0
  3858. data/node_modules/regexp.prototype.flags/auto.js +3 -0
  3859. data/node_modules/regexp.prototype.flags/implementation.js +39 -0
  3860. data/node_modules/regexp.prototype.flags/index.js +18 -0
  3861. data/node_modules/regexp.prototype.flags/package.json +101 -0
  3862. data/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  3863. data/node_modules/regexp.prototype.flags/shim.js +26 -0
  3864. data/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  3865. data/node_modules/regexp.prototype.flags/test/index.js +17 -0
  3866. data/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
  3867. data/node_modules/regexp.prototype.flags/test/tests.js +143 -0
  3868. data/node_modules/resolve/LICENSE +21 -0
  3869. data/node_modules/resolve/SECURITY.md +3 -0
  3870. data/node_modules/resolve/async.js +3 -0
  3871. data/node_modules/resolve/bin/resolve +50 -0
  3872. data/node_modules/resolve/example/async.js +5 -0
  3873. data/node_modules/resolve/example/sync.js +3 -0
  3874. data/node_modules/resolve/index.js +6 -0
  3875. data/node_modules/resolve/lib/async.js +329 -0
  3876. data/node_modules/resolve/lib/caller.js +8 -0
  3877. data/node_modules/resolve/lib/core.js +12 -0
  3878. data/node_modules/resolve/lib/core.json +158 -0
  3879. data/node_modules/resolve/lib/homedir.js +24 -0
  3880. data/node_modules/resolve/lib/is-core.js +5 -0
  3881. data/node_modules/resolve/lib/node-modules-paths.js +42 -0
  3882. data/node_modules/resolve/lib/normalize-options.js +10 -0
  3883. data/node_modules/resolve/lib/sync.js +208 -0
  3884. data/node_modules/resolve/package.json +71 -0
  3885. data/node_modules/resolve/readme.markdown +301 -0
  3886. data/node_modules/resolve/sync.js +3 -0
  3887. data/node_modules/resolve/test/core.js +88 -0
  3888. data/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  3889. data/node_modules/resolve/test/dotdot/index.js +1 -0
  3890. data/node_modules/resolve/test/dotdot.js +29 -0
  3891. data/node_modules/resolve/test/faulty_basedir.js +29 -0
  3892. data/node_modules/resolve/test/filter.js +34 -0
  3893. data/node_modules/resolve/test/filter_sync.js +33 -0
  3894. data/node_modules/resolve/test/home_paths.js +127 -0
  3895. data/node_modules/resolve/test/home_paths_sync.js +114 -0
  3896. data/node_modules/resolve/test/mock.js +315 -0
  3897. data/node_modules/resolve/test/mock_sync.js +214 -0
  3898. data/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  3899. data/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  3900. data/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  3901. data/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  3902. data/node_modules/resolve/test/module_dir.js +56 -0
  3903. data/node_modules/resolve/test/node-modules-paths.js +143 -0
  3904. data/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  3905. data/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  3906. data/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  3907. data/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  3908. data/node_modules/resolve/test/node_path.js +70 -0
  3909. data/node_modules/resolve/test/nonstring.js +9 -0
  3910. data/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  3911. data/node_modules/resolve/test/pathfilter.js +75 -0
  3912. data/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  3913. data/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  3914. data/node_modules/resolve/test/precedence/aaa.js +1 -0
  3915. data/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  3916. data/node_modules/resolve/test/precedence/bbb.js +1 -0
  3917. data/node_modules/resolve/test/precedence.js +23 -0
  3918. data/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  3919. data/node_modules/resolve/test/resolver/baz/package.json +4 -0
  3920. data/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  3921. data/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  3922. data/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  3923. data/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  3924. data/node_modules/resolve/test/resolver/cup.coffee +1 -0
  3925. data/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  3926. data/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  3927. data/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  3928. data/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  3929. data/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  3930. data/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  3931. data/node_modules/resolve/test/resolver/foo.js +1 -0
  3932. data/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  3933. data/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  3934. data/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  3935. data/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  3936. data/node_modules/resolve/test/resolver/malformed_package_json/package.json +1 -0
  3937. data/node_modules/resolve/test/resolver/mug.coffee +0 -0
  3938. data/node_modules/resolve/test/resolver/mug.js +0 -0
  3939. data/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  3940. data/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  3941. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  3942. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  3943. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  3944. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  3945. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  3946. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  3947. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  3948. data/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  3949. data/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  3950. data/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  3951. data/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  3952. data/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  3953. data/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  3954. data/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  3955. data/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  3956. data/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  3957. data/node_modules/resolve/test/resolver.js +595 -0
  3958. data/node_modules/resolve/test/resolver_sync.js +726 -0
  3959. data/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  3960. data/node_modules/resolve/test/shadowed_core.js +54 -0
  3961. data/node_modules/resolve/test/subdirs.js +13 -0
  3962. data/node_modules/resolve/test/symlinks.js +176 -0
  3963. data/node_modules/resolve-from/index.js +47 -0
  3964. data/node_modules/resolve-from/license +9 -0
  3965. data/node_modules/resolve-from/package.json +34 -0
  3966. data/node_modules/resolve-from/readme.md +72 -0
  3967. data/node_modules/reusify/LICENSE +22 -0
  3968. data/node_modules/reusify/README.md +145 -0
  3969. data/node_modules/reusify/benchmarks/createNoCodeFunction.js +30 -0
  3970. data/node_modules/reusify/benchmarks/fib.js +13 -0
  3971. data/node_modules/reusify/benchmarks/reuseNoCodeFunction.js +38 -0
  3972. data/node_modules/reusify/package.json +45 -0
  3973. data/node_modules/reusify/reusify.js +33 -0
  3974. data/node_modules/reusify/test.js +66 -0
  3975. data/node_modules/rimraf/CHANGELOG.md +65 -0
  3976. data/node_modules/rimraf/LICENSE +15 -0
  3977. data/node_modules/rimraf/README.md +101 -0
  3978. data/node_modules/rimraf/bin.js +68 -0
  3979. data/node_modules/rimraf/package.json +32 -0
  3980. data/node_modules/rimraf/rimraf.js +360 -0
  3981. data/node_modules/run-parallel/LICENSE +20 -0
  3982. data/node_modules/run-parallel/README.md +85 -0
  3983. data/node_modules/run-parallel/index.js +51 -0
  3984. data/node_modules/run-parallel/package.json +58 -0
  3985. data/node_modules/safe-array-concat/CHANGELOG.md +26 -0
  3986. data/node_modules/safe-array-concat/LICENSE +21 -0
  3987. data/node_modules/safe-array-concat/README.md +53 -0
  3988. data/node_modules/safe-array-concat/index.js +36 -0
  3989. data/node_modules/safe-array-concat/package.json +78 -0
  3990. data/node_modules/safe-array-concat/test/index.js +89 -0
  3991. data/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  3992. data/node_modules/safe-regex-test/LICENSE +21 -0
  3993. data/node_modules/safe-regex-test/README.md +42 -0
  3994. data/node_modules/safe-regex-test/index.js +17 -0
  3995. data/node_modules/safe-regex-test/package.json +75 -0
  3996. data/node_modules/safe-regex-test/test/index.js +37 -0
  3997. data/node_modules/semver/LICENSE +15 -0
  3998. data/node_modules/semver/README.md +443 -0
  3999. data/node_modules/semver/bin/semver.js +174 -0
  4000. data/node_modules/semver/package.json +38 -0
  4001. data/node_modules/semver/range.bnf +16 -0
  4002. data/node_modules/semver/semver.js +1643 -0
  4003. data/node_modules/set-function-name/CHANGELOG.md +39 -0
  4004. data/node_modules/set-function-name/LICENSE +21 -0
  4005. data/node_modules/set-function-name/README.md +61 -0
  4006. data/node_modules/set-function-name/index.js +22 -0
  4007. data/node_modules/set-function-name/package.json +80 -0
  4008. data/node_modules/shebang-command/index.js +19 -0
  4009. data/node_modules/shebang-command/license +9 -0
  4010. data/node_modules/shebang-command/package.json +34 -0
  4011. data/node_modules/shebang-command/readme.md +34 -0
  4012. data/node_modules/shebang-regex/index.d.ts +22 -0
  4013. data/node_modules/shebang-regex/index.js +2 -0
  4014. data/node_modules/shebang-regex/license +9 -0
  4015. data/node_modules/shebang-regex/package.json +35 -0
  4016. data/node_modules/shebang-regex/readme.md +33 -0
  4017. data/node_modules/side-channel/CHANGELOG.md +65 -0
  4018. data/node_modules/side-channel/LICENSE +21 -0
  4019. data/node_modules/side-channel/README.md +2 -0
  4020. data/node_modules/side-channel/index.js +124 -0
  4021. data/node_modules/side-channel/package.json +67 -0
  4022. data/node_modules/side-channel/test/index.js +78 -0
  4023. data/node_modules/string.prototype.trim/CHANGELOG.md +182 -0
  4024. data/node_modules/string.prototype.trim/LICENSE +21 -0
  4025. data/node_modules/string.prototype.trim/README.md +48 -0
  4026. data/node_modules/string.prototype.trim/auto.js +3 -0
  4027. data/node_modules/string.prototype.trim/implementation.js +21 -0
  4028. data/node_modules/string.prototype.trim/index.js +23 -0
  4029. data/node_modules/string.prototype.trim/package.json +101 -0
  4030. data/node_modules/string.prototype.trim/polyfill.js +19 -0
  4031. data/node_modules/string.prototype.trim/shim.js +14 -0
  4032. data/node_modules/string.prototype.trim/test/implementation.js +21 -0
  4033. data/node_modules/string.prototype.trim/test/index.js +17 -0
  4034. data/node_modules/string.prototype.trim/test/shimmed.js +36 -0
  4035. data/node_modules/string.prototype.trim/test/tests.js +62 -0
  4036. data/node_modules/string.prototype.trimend/CHANGELOG.md +108 -0
  4037. data/node_modules/string.prototype.trimend/LICENSE +21 -0
  4038. data/node_modules/string.prototype.trimend/README.md +46 -0
  4039. data/node_modules/string.prototype.trimend/auto.js +3 -0
  4040. data/node_modules/string.prototype.trimend/implementation.js +15 -0
  4041. data/node_modules/string.prototype.trimend/index.js +23 -0
  4042. data/node_modules/string.prototype.trimend/package.json +79 -0
  4043. data/node_modules/string.prototype.trimend/polyfill.js +15 -0
  4044. data/node_modules/string.prototype.trimend/shim.js +14 -0
  4045. data/node_modules/string.prototype.trimend/test/implementation.js +20 -0
  4046. data/node_modules/string.prototype.trimend/test/index.js +17 -0
  4047. data/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
  4048. data/node_modules/string.prototype.trimend/test/tests.js +31 -0
  4049. data/node_modules/string.prototype.trimstart/CHANGELOG.md +108 -0
  4050. data/node_modules/string.prototype.trimstart/LICENSE +21 -0
  4051. data/node_modules/string.prototype.trimstart/README.md +46 -0
  4052. data/node_modules/string.prototype.trimstart/auto.js +3 -0
  4053. data/node_modules/string.prototype.trimstart/implementation.js +15 -0
  4054. data/node_modules/string.prototype.trimstart/index.js +23 -0
  4055. data/node_modules/string.prototype.trimstart/package.json +79 -0
  4056. data/node_modules/string.prototype.trimstart/polyfill.js +15 -0
  4057. data/node_modules/string.prototype.trimstart/shim.js +14 -0
  4058. data/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
  4059. data/node_modules/string.prototype.trimstart/test/index.js +18 -0
  4060. data/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
  4061. data/node_modules/string.prototype.trimstart/test/tests.js +31 -0
  4062. data/node_modules/strip-ansi/index.d.ts +17 -0
  4063. data/node_modules/strip-ansi/index.js +4 -0
  4064. data/node_modules/strip-ansi/license +9 -0
  4065. data/node_modules/strip-ansi/package.json +54 -0
  4066. data/node_modules/strip-ansi/readme.md +46 -0
  4067. data/node_modules/strip-bom/index.js +14 -0
  4068. data/node_modules/strip-bom/license +21 -0
  4069. data/node_modules/strip-bom/package.json +40 -0
  4070. data/node_modules/strip-bom/readme.md +36 -0
  4071. data/node_modules/strip-json-comments/index.d.ts +36 -0
  4072. data/node_modules/strip-json-comments/index.js +77 -0
  4073. data/node_modules/strip-json-comments/license +9 -0
  4074. data/node_modules/strip-json-comments/package.json +47 -0
  4075. data/node_modules/strip-json-comments/readme.md +78 -0
  4076. data/node_modules/supports-color/browser.js +5 -0
  4077. data/node_modules/supports-color/index.js +135 -0
  4078. data/node_modules/supports-color/license +9 -0
  4079. data/node_modules/supports-color/package.json +53 -0
  4080. data/node_modules/supports-color/readme.md +76 -0
  4081. data/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  4082. data/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  4083. data/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  4084. data/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  4085. data/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  4086. data/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  4087. data/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  4088. data/node_modules/text-table/LICENSE +18 -0
  4089. data/node_modules/text-table/example/align.js +8 -0
  4090. data/node_modules/text-table/example/center.js +8 -0
  4091. data/node_modules/text-table/example/dotalign.js +9 -0
  4092. data/node_modules/text-table/example/doubledot.js +11 -0
  4093. data/node_modules/text-table/example/table.js +6 -0
  4094. data/node_modules/text-table/index.js +86 -0
  4095. data/node_modules/text-table/package.json +44 -0
  4096. data/node_modules/text-table/readme.markdown +134 -0
  4097. data/node_modules/text-table/test/align.js +18 -0
  4098. data/node_modules/text-table/test/ansi-colors.js +32 -0
  4099. data/node_modules/text-table/test/center.js +18 -0
  4100. data/node_modules/text-table/test/dotalign.js +20 -0
  4101. data/node_modules/text-table/test/doubledot.js +24 -0
  4102. data/node_modules/text-table/test/table.js +14 -0
  4103. data/node_modules/tsconfig-paths/CHANGELOG.md +365 -0
  4104. data/node_modules/tsconfig-paths/LICENSE +21 -0
  4105. data/node_modules/tsconfig-paths/README.md +268 -0
  4106. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.d.ts +1 -0
  4107. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.js +88 -0
  4108. data/node_modules/tsconfig-paths/lib/__tests__/config-loader.test.js.map +1 -0
  4109. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.d.ts +17 -0
  4110. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.js +205 -0
  4111. data/node_modules/tsconfig-paths/lib/__tests__/data/match-path-data.js.map +1 -0
  4112. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.d.ts +1 -0
  4113. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.js +64 -0
  4114. data/node_modules/tsconfig-paths/lib/__tests__/filesystem.test.js.map +1 -0
  4115. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.d.ts +1 -0
  4116. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.js +66 -0
  4117. data/node_modules/tsconfig-paths/lib/__tests__/mapping-entry.test.js.map +1 -0
  4118. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.d.ts +1 -0
  4119. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.js +19 -0
  4120. data/node_modules/tsconfig-paths/lib/__tests__/match-path-async.test.js.map +1 -0
  4121. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.d.ts +1 -0
  4122. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.js +15 -0
  4123. data/node_modules/tsconfig-paths/lib/__tests__/match-path-sync.test.js.map +1 -0
  4124. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.d.ts +1 -0
  4125. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.js +175 -0
  4126. data/node_modules/tsconfig-paths/lib/__tests__/try-path.test.js.map +1 -0
  4127. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.d.ts +1 -0
  4128. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.js +246 -0
  4129. data/node_modules/tsconfig-paths/lib/__tests__/tsconfig-loader.test.js.map +1 -0
  4130. data/node_modules/tsconfig-paths/lib/config-loader.d.ts +33 -0
  4131. data/node_modules/tsconfig-paths/lib/config-loader.js +57 -0
  4132. data/node_modules/tsconfig-paths/lib/config-loader.js.map +1 -0
  4133. data/node_modules/tsconfig-paths/lib/filesystem.d.ts +33 -0
  4134. data/node_modules/tsconfig-paths/lib/filesystem.js +55 -0
  4135. data/node_modules/tsconfig-paths/lib/filesystem.js.map +1 -0
  4136. data/node_modules/tsconfig-paths/lib/index.d.ts +5 -0
  4137. data/node_modules/tsconfig-paths/lib/index.js +15 -0
  4138. data/node_modules/tsconfig-paths/lib/index.js.map +1 -0
  4139. data/node_modules/tsconfig-paths/lib/mapping-entry.d.ts +17 -0
  4140. data/node_modules/tsconfig-paths/lib/mapping-entry.js +53 -0
  4141. data/node_modules/tsconfig-paths/lib/mapping-entry.js.map +1 -0
  4142. data/node_modules/tsconfig-paths/lib/match-path-async.d.ts +21 -0
  4143. data/node_modules/tsconfig-paths/lib/match-path-async.js +113 -0
  4144. data/node_modules/tsconfig-paths/lib/match-path-async.js.map +1 -0
  4145. data/node_modules/tsconfig-paths/lib/match-path-sync.d.ts +30 -0
  4146. data/node_modules/tsconfig-paths/lib/match-path-sync.js +87 -0
  4147. data/node_modules/tsconfig-paths/lib/match-path-sync.js.map +1 -0
  4148. data/node_modules/tsconfig-paths/lib/options.d.ts +4 -0
  4149. data/node_modules/tsconfig-paths/lib/options.js +15 -0
  4150. data/node_modules/tsconfig-paths/lib/options.js.map +1 -0
  4151. data/node_modules/tsconfig-paths/lib/register.d.ts +6 -0
  4152. data/node_modules/tsconfig-paths/lib/register.js +93 -0
  4153. data/node_modules/tsconfig-paths/lib/register.js.map +1 -0
  4154. data/node_modules/tsconfig-paths/lib/try-path.d.ts +15 -0
  4155. data/node_modules/tsconfig-paths/lib/try-path.js +90 -0
  4156. data/node_modules/tsconfig-paths/lib/try-path.js.map +1 -0
  4157. data/node_modules/tsconfig-paths/lib/tsconfig-loader.d.ts +28 -0
  4158. data/node_modules/tsconfig-paths/lib/tsconfig-loader.js +111 -0
  4159. data/node_modules/tsconfig-paths/lib/tsconfig-loader.js.map +1 -0
  4160. data/node_modules/tsconfig-paths/package.json +67 -0
  4161. data/node_modules/tsconfig-paths/register.js +1 -0
  4162. data/node_modules/tsconfig-paths/src/__tests__/config-loader.test.ts +100 -0
  4163. data/node_modules/tsconfig-paths/src/__tests__/data/match-path-data.ts +219 -0
  4164. data/node_modules/tsconfig-paths/src/__tests__/filesystem.test.ts +65 -0
  4165. data/node_modules/tsconfig-paths/src/__tests__/mapping-entry.test.ts +70 -0
  4166. data/node_modules/tsconfig-paths/src/__tests__/match-path-async.test.ts +27 -0
  4167. data/node_modules/tsconfig-paths/src/__tests__/match-path-sync.test.ts +23 -0
  4168. data/node_modules/tsconfig-paths/src/__tests__/try-path.test.ts +193 -0
  4169. data/node_modules/tsconfig-paths/src/__tests__/tsconfig-loader.test.ts +312 -0
  4170. data/node_modules/tsconfig-paths/src/__tests__/tsconfig-named.json +10 -0
  4171. data/node_modules/tsconfig-paths/src/config-loader.ts +97 -0
  4172. data/node_modules/tsconfig-paths/src/filesystem.ts +87 -0
  4173. data/node_modules/tsconfig-paths/src/index.ts +24 -0
  4174. data/node_modules/tsconfig-paths/src/mapping-entry.ts +64 -0
  4175. data/node_modules/tsconfig-paths/src/match-path-async.ts +218 -0
  4176. data/node_modules/tsconfig-paths/src/match-path-sync.ts +141 -0
  4177. data/node_modules/tsconfig-paths/src/options.ts +18 -0
  4178. data/node_modules/tsconfig-paths/src/register.ts +97 -0
  4179. data/node_modules/tsconfig-paths/src/try-path.ts +102 -0
  4180. data/node_modules/tsconfig-paths/src/tsconfig-loader.ts +172 -0
  4181. data/node_modules/type-check/LICENSE +22 -0
  4182. data/node_modules/type-check/README.md +210 -0
  4183. data/node_modules/type-check/lib/check.js +128 -0
  4184. data/node_modules/type-check/lib/index.js +16 -0
  4185. data/node_modules/type-check/lib/parse-type.js +198 -0
  4186. data/node_modules/type-check/package.json +39 -0
  4187. data/node_modules/type-fest/base.d.ts +38 -0
  4188. data/node_modules/type-fest/index.d.ts +2 -0
  4189. data/node_modules/type-fest/license +9 -0
  4190. data/node_modules/type-fest/package.json +58 -0
  4191. data/node_modules/type-fest/readme.md +658 -0
  4192. data/node_modules/type-fest/source/async-return-type.d.ts +23 -0
  4193. data/node_modules/type-fest/source/asyncify.d.ts +31 -0
  4194. data/node_modules/type-fest/source/basic.d.ts +67 -0
  4195. data/node_modules/type-fest/source/conditional-except.d.ts +43 -0
  4196. data/node_modules/type-fest/source/conditional-keys.d.ts +43 -0
  4197. data/node_modules/type-fest/source/conditional-pick.d.ts +42 -0
  4198. data/node_modules/type-fest/source/entries.d.ts +57 -0
  4199. data/node_modules/type-fest/source/entry.d.ts +60 -0
  4200. data/node_modules/type-fest/source/except.d.ts +22 -0
  4201. data/node_modules/type-fest/source/fixed-length-array.d.ts +38 -0
  4202. data/node_modules/type-fest/source/iterable-element.d.ts +46 -0
  4203. data/node_modules/type-fest/source/literal-union.d.ts +33 -0
  4204. data/node_modules/type-fest/source/merge-exclusive.d.ts +39 -0
  4205. data/node_modules/type-fest/source/merge.d.ts +22 -0
  4206. data/node_modules/type-fest/source/mutable.d.ts +22 -0
  4207. data/node_modules/type-fest/source/opaque.d.ts +65 -0
  4208. data/node_modules/type-fest/source/package-json.d.ts +611 -0
  4209. data/node_modules/type-fest/source/partial-deep.d.ts +72 -0
  4210. data/node_modules/type-fest/source/promisable.d.ts +23 -0
  4211. data/node_modules/type-fest/source/promise-value.d.ts +27 -0
  4212. data/node_modules/type-fest/source/readonly-deep.d.ts +59 -0
  4213. data/node_modules/type-fest/source/require-at-least-one.d.ts +33 -0
  4214. data/node_modules/type-fest/source/require-exactly-one.d.ts +35 -0
  4215. data/node_modules/type-fest/source/set-optional.d.ts +34 -0
  4216. data/node_modules/type-fest/source/set-required.d.ts +34 -0
  4217. data/node_modules/type-fest/source/set-return-type.d.ts +29 -0
  4218. data/node_modules/type-fest/source/stringified.d.ts +21 -0
  4219. data/node_modules/type-fest/source/tsconfig-json.d.ts +870 -0
  4220. data/node_modules/type-fest/source/union-to-intersection.d.ts +58 -0
  4221. data/node_modules/type-fest/source/utilities.d.ts +3 -0
  4222. data/node_modules/type-fest/source/value-of.d.ts +40 -0
  4223. data/node_modules/type-fest/ts41/camel-case.d.ts +72 -0
  4224. data/node_modules/type-fest/ts41/delimiter-case.d.ts +85 -0
  4225. data/node_modules/type-fest/ts41/index.d.ts +9 -0
  4226. data/node_modules/type-fest/ts41/kebab-case.d.ts +36 -0
  4227. data/node_modules/type-fest/ts41/pascal-case.d.ts +36 -0
  4228. data/node_modules/type-fest/ts41/snake-case.d.ts +35 -0
  4229. data/node_modules/typed-array-buffer/CHANGELOG.md +15 -0
  4230. data/node_modules/typed-array-buffer/LICENSE +21 -0
  4231. data/node_modules/typed-array-buffer/README.md +42 -0
  4232. data/node_modules/typed-array-buffer/index.js +19 -0
  4233. data/node_modules/typed-array-buffer/package.json +73 -0
  4234. data/node_modules/typed-array-buffer/test/index.js +22 -0
  4235. data/node_modules/typed-array-byte-length/CHANGELOG.md +14 -0
  4236. data/node_modules/typed-array-byte-length/LICENSE +21 -0
  4237. data/node_modules/typed-array-byte-length/README.md +70 -0
  4238. data/node_modules/typed-array-byte-length/index.js +66 -0
  4239. data/node_modules/typed-array-byte-length/package.json +98 -0
  4240. data/node_modules/typed-array-byte-length/test/index.js +81 -0
  4241. data/node_modules/typed-array-byte-offset/CHANGELOG.md +15 -0
  4242. data/node_modules/typed-array-byte-offset/LICENSE +21 -0
  4243. data/node_modules/typed-array-byte-offset/README.md +70 -0
  4244. data/node_modules/typed-array-byte-offset/index.js +66 -0
  4245. data/node_modules/typed-array-byte-offset/package.json +98 -0
  4246. data/node_modules/typed-array-byte-offset/test/index.js +88 -0
  4247. data/node_modules/typed-array-length/CHANGELOG.md +69 -0
  4248. data/node_modules/typed-array-length/LICENSE +21 -0
  4249. data/node_modules/typed-array-length/README.md +64 -0
  4250. data/node_modules/typed-array-length/index.js +77 -0
  4251. data/node_modules/typed-array-length/package.json +89 -0
  4252. data/node_modules/typed-array-length/test/index.js +85 -0
  4253. data/node_modules/unbox-primitive/CHANGELOG.md +60 -0
  4254. data/node_modules/unbox-primitive/LICENSE +21 -0
  4255. data/node_modules/unbox-primitive/README.md +47 -0
  4256. data/node_modules/unbox-primitive/index.js +39 -0
  4257. data/node_modules/unbox-primitive/package.json +65 -0
  4258. data/node_modules/unbox-primitive/test/index.js +59 -0
  4259. data/node_modules/uri-js/LICENSE +11 -0
  4260. data/node_modules/uri-js/README.md +203 -0
  4261. data/node_modules/uri-js/dist/es5/uri.all.d.ts +59 -0
  4262. data/node_modules/uri-js/dist/es5/uri.all.js +1443 -0
  4263. data/node_modules/uri-js/dist/es5/uri.all.js.map +1 -0
  4264. data/node_modules/uri-js/dist/es5/uri.all.min.d.ts +59 -0
  4265. data/node_modules/uri-js/dist/es5/uri.all.min.js +3 -0
  4266. data/node_modules/uri-js/dist/es5/uri.all.min.js.map +1 -0
  4267. data/node_modules/uri-js/dist/esnext/index.d.ts +1 -0
  4268. data/node_modules/uri-js/dist/esnext/index.js +17 -0
  4269. data/node_modules/uri-js/dist/esnext/index.js.map +1 -0
  4270. data/node_modules/uri-js/dist/esnext/regexps-iri.d.ts +3 -0
  4271. data/node_modules/uri-js/dist/esnext/regexps-iri.js +3 -0
  4272. data/node_modules/uri-js/dist/esnext/regexps-iri.js.map +1 -0
  4273. data/node_modules/uri-js/dist/esnext/regexps-uri.d.ts +4 -0
  4274. data/node_modules/uri-js/dist/esnext/regexps-uri.js +42 -0
  4275. data/node_modules/uri-js/dist/esnext/regexps-uri.js.map +1 -0
  4276. data/node_modules/uri-js/dist/esnext/schemes/http.d.ts +3 -0
  4277. data/node_modules/uri-js/dist/esnext/schemes/http.js +28 -0
  4278. data/node_modules/uri-js/dist/esnext/schemes/http.js.map +1 -0
  4279. data/node_modules/uri-js/dist/esnext/schemes/https.d.ts +3 -0
  4280. data/node_modules/uri-js/dist/esnext/schemes/https.js +9 -0
  4281. data/node_modules/uri-js/dist/esnext/schemes/https.js.map +1 -0
  4282. data/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts +12 -0
  4283. data/node_modules/uri-js/dist/esnext/schemes/mailto.js +148 -0
  4284. data/node_modules/uri-js/dist/esnext/schemes/mailto.js.map +1 -0
  4285. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts +7 -0
  4286. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js +23 -0
  4287. data/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map +1 -0
  4288. data/node_modules/uri-js/dist/esnext/schemes/urn.d.ts +10 -0
  4289. data/node_modules/uri-js/dist/esnext/schemes/urn.js +49 -0
  4290. data/node_modules/uri-js/dist/esnext/schemes/urn.js.map +1 -0
  4291. data/node_modules/uri-js/dist/esnext/schemes/ws.d.ts +7 -0
  4292. data/node_modules/uri-js/dist/esnext/schemes/ws.js +41 -0
  4293. data/node_modules/uri-js/dist/esnext/schemes/ws.js.map +1 -0
  4294. data/node_modules/uri-js/dist/esnext/schemes/wss.d.ts +3 -0
  4295. data/node_modules/uri-js/dist/esnext/schemes/wss.js +9 -0
  4296. data/node_modules/uri-js/dist/esnext/schemes/wss.js.map +1 -0
  4297. data/node_modules/uri-js/dist/esnext/uri.d.ts +59 -0
  4298. data/node_modules/uri-js/dist/esnext/uri.js +480 -0
  4299. data/node_modules/uri-js/dist/esnext/uri.js.map +1 -0
  4300. data/node_modules/uri-js/dist/esnext/util.d.ts +6 -0
  4301. data/node_modules/uri-js/dist/esnext/util.js +36 -0
  4302. data/node_modules/uri-js/dist/esnext/util.js.map +1 -0
  4303. data/node_modules/uri-js/package.json +77 -0
  4304. data/node_modules/uri-js/yarn.lock +2558 -0
  4305. data/node_modules/which/CHANGELOG.md +166 -0
  4306. data/node_modules/which/LICENSE +15 -0
  4307. data/node_modules/which/README.md +54 -0
  4308. data/node_modules/which/bin/node-which +52 -0
  4309. data/node_modules/which/package.json +43 -0
  4310. data/node_modules/which/which.js +125 -0
  4311. data/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
  4312. data/node_modules/which-boxed-primitive/LICENSE +21 -0
  4313. data/node_modules/which-boxed-primitive/README.md +73 -0
  4314. data/node_modules/which-boxed-primitive/index.js +30 -0
  4315. data/node_modules/which-boxed-primitive/package.json +65 -0
  4316. data/node_modules/which-boxed-primitive/test/index.js +66 -0
  4317. data/node_modules/which-typed-array/CHANGELOG.md +190 -0
  4318. data/node_modules/which-typed-array/LICENSE +22 -0
  4319. data/node_modules/which-typed-array/README.md +70 -0
  4320. data/node_modules/which-typed-array/index.js +89 -0
  4321. data/node_modules/which-typed-array/package.json +115 -0
  4322. data/node_modules/which-typed-array/test/index.js +99 -0
  4323. data/node_modules/wrappy/LICENSE +15 -0
  4324. data/node_modules/wrappy/README.md +36 -0
  4325. data/node_modules/wrappy/package.json +29 -0
  4326. data/node_modules/wrappy/wrappy.js +33 -0
  4327. data/node_modules/yallist/LICENSE +15 -0
  4328. data/node_modules/yallist/README.md +204 -0
  4329. data/node_modules/yallist/iterator.js +8 -0
  4330. data/node_modules/yallist/package.json +29 -0
  4331. data/node_modules/yallist/yallist.js +426 -0
  4332. data/node_modules/yocto-queue/index.d.ts +56 -0
  4333. data/node_modules/yocto-queue/index.js +68 -0
  4334. data/node_modules/yocto-queue/license +9 -0
  4335. data/node_modules/yocto-queue/package.json +43 -0
  4336. data/node_modules/yocto-queue/readme.md +64 -0
  4337. metadata +4338 -7
  4338. /data/lib/{immosquare-cleaner → immosquare_cleaner}/configuration.rb +0 -0
  4339. /data/lib/tasks/{immosquare-cleaner.rake → immosquare_cleaner.rake} +0 -0
@@ -0,0 +1,25 @@
1
+ (function(f){function e(){var i=f();return i.default||i}if(typeof exports=="object"&&typeof module=="object")module.exports=e();else if(typeof define=="function"&&define.amd)define(e);else{var t=typeof globalThis<"u"?globalThis:typeof global<"u"?global:typeof self<"u"?self:this||{};t.prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.typescript=e()}})(function(){"use strict";var T5=Object.create;var xf=Object.defineProperty;var S5=Object.getOwnPropertyDescriptor;var x5=Object.getOwnPropertyNames;var w5=Object.getPrototypeOf,C5=Object.prototype.hasOwnProperty;var E5=(e,t)=>()=>(e&&(t=e(e=0)),t);var ut=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Hh=(e,t)=>{for(var r in t)xf(e,r,{get:t[r],enumerable:!0})},Nb=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let _ of x5(t))!C5.call(e,_)&&_!==r&&xf(e,_,{get:()=>t[_],enumerable:!(a=S5(t,_))||a.enumerable});return e};var Ob=(e,t,r)=>(r=e!=null?T5(w5(e)):{},Nb(t||!e||!e.__esModule?xf(r,"default",{value:e,enumerable:!0}):r,e)),wf=e=>Nb(xf({},"__esModule",{value:!0}),e);var Cf={};Hh(Cf,{default:()=>k5});var A5,k5,Ef=E5(()=>{A5=()=>()=>{},k5=A5});var Dt=ut((QV,E7)=>{var D5=Object.defineProperty,hv=Object.getOwnPropertyNames,Vt=(e,t)=>function(){return e&&(t=(0,e[hv(e)[0]])(e=0)),t},P5=(e,t)=>function(){return t||(0,e[hv(e)[0]])((t={exports:{}}).exports,t),t.exports},I5=(e,t)=>{for(var r in t)D5(e,r,{get:t[r],enumerable:!0})},yv,Gf,Zh,N5=Vt({"src/compiler/corePublic.ts"(){"use strict";yv="5.2",Gf="5.2.2",Zh=(e=>(e[e.LessThan=-1]="LessThan",e[e.EqualTo=0]="EqualTo",e[e.GreaterThan=1]="GreaterThan",e))(Zh||{})}});function Ka(e){return e?e.length:0}function yr(e,t){if(e)for(let r=0;r<e.length;r++){let a=t(e[r],r);if(a)return a}}function O5(e,t){if(e)for(let r=e.length-1;r>=0;r--){let a=t(e[r],r);if(a)return a}}function ng(e,t){if(e!==void 0)for(let r=0;r<e.length;r++){let a=t(e[r],r);if(a!==void 0)return a}}function M5(e,t){for(let r of e){let a=t(r);if(a!==void 0)return a}}function L5(e,t,r){let a=r;if(e){let _=0;for(let p of e)a=t(a,p,_),_++}return a}function ey(e,t,r){let a=[];N.assertEqual(e.length,t.length);for(let _=0;_<e.length;_++)a.push(r(e[_],t[_],_));return a}function J5(e,t){if(e.length<=1)return e;let r=[];for(let a=0,_=e.length;a<_;a++)a&&r.push(t),r.push(e[a]);return r}function so(e,t){if(e){for(let r=0;r<e.length;r++)if(!t(e[r],r))return!1}return!0}function Yr(e,t,r){if(e!==void 0)for(let a=r??0;a<e.length;a++){let _=e[a];if(t(_,a))return _}}function ig(e,t,r){if(e!==void 0)for(let a=r??e.length-1;a>=0;a--){let _=e[a];if(t(_,a))return _}}function _l(e,t,r){if(e===void 0)return-1;for(let a=r??0;a<e.length;a++)if(t(e[a],a))return a;return-1}function R5(e,t,r){if(e===void 0)return-1;for(let a=r??e.length-1;a>=0;a--)if(t(e[a],a))return a;return-1}function j5(e,t){for(let r=0;r<e.length;r++){let a=t(e[r],r);if(a)return a}return N.fail()}function es(e,t,r=_o){if(e){for(let a of e)if(r(a,t))return!0}return!1}function gv(e,t,r=_o){return e.length===t.length&&e.every((a,_)=>r(a,t[_]))}function bv(e,t,r){for(let a=r||0;a<e.length;a++)if(es(t,e.charCodeAt(a)))return a;return-1}function F5(e,t){let r=0;if(e)for(let a=0;a<e.length;a++){let _=e[a];t(_,a)&&r++}return r}function $r(e,t){if(e){let r=e.length,a=0;for(;a<r&&t(e[a]);)a++;if(a<r){let _=e.slice(0,a);for(a++;a<r;){let p=e[a];t(p)&&_.push(p),a++}return _}}return e}function B5(e,t){let r=0;for(let a=0;a<e.length;a++)t(e[a],a,e)&&(e[r]=e[a],r++);e.length=r}function U5(e){e.length=0}function Aa(e,t){let r;if(e){r=[];for(let a=0;a<e.length;a++)r.push(t(e[a],a))}return r}function*q5(e,t){for(let r of e)yield t(r)}function z5(e,t){if(e)for(let r=0;r<e.length;r++){let a=e[r],_=t(a,r);if(a!==_){let p=e.slice(0,r);for(p.push(_),r++;r<e.length;r++)p.push(t(e[r],r));return p}}return e}function o_(e){let t=[];for(let r of e)r&&(zt(r)?Rr(t,r):t.push(r));return t}function Bo(e,t){let r;if(e)for(let a=0;a<e.length;a++){let _=t(e[a],a);_&&(zt(_)?r=Rr(r,_):r=xt(r,_))}return r||$e}function vv(e,t){let r=[];if(e)for(let a=0;a<e.length;a++){let _=t(e[a],a);_&&(zt(_)?Rr(r,_):r.push(_))}return r}function*W5(e,t){for(let r of e){let a=t(r);a&&(yield*a)}}function Tv(e,t){let r;if(e)for(let a=0;a<e.length;a++){let _=e[a],p=t(_,a);(r||_!==p||zt(p))&&(r||(r=e.slice(0,a)),zt(p)?Rr(r,p):r.push(p))}return r||e}function V5(e,t){let r=[];for(let a=0;a<e.length;a++){let _=t(e[a],a);if(_===void 0)return;r.push(_)}return r}function Za(e,t){let r=[];if(e)for(let a=0;a<e.length;a++){let _=t(e[a],a);_!==void 0&&r.push(_)}return r}function*H5(e,t){for(let r of e){let a=t(r);a!==void 0&&(yield a)}}function G5(e,t){if(!e)return;let r=new Map;return e.forEach((a,_)=>{let p=t(_,a);if(p!==void 0){let[d,h]=p;d!==void 0&&h!==void 0&&r.set(d,h)}}),r}function X5(e,t,r){if(e.has(t))return e.get(t);let a=r();return e.set(t,a),a}function $5(e,t){return e.has(t)?!1:(e.add(t),!0)}function*Q5(e){yield e}function Y5(e,t,r){let a;if(e){a=[];let _=e.length,p,d,h=0,l=0;for(;h<_;){for(;l<_;){let v=e[l];if(d=t(v,l),l===0)p=d;else if(d!==p)break;l++}if(h<l){let v=r(e.slice(h,l),p,h,l);v&&a.push(v),h=l}p=d,l++}}return a}function K5(e,t){if(!e)return;let r=new Map;return e.forEach((a,_)=>{let[p,d]=t(_,a);r.set(p,d)}),r}function mt(e,t){if(e)if(t){for(let r of e)if(t(r))return!0}else return e.length>0;return!1}function Z5(e,t,r){let a;for(let _=0;_<e.length;_++)t(e[_])?a=a===void 0?_:a:a!==void 0&&(r(a,_),a=void 0);a!==void 0&&r(a,e.length)}function y_(e,t){return mt(t)?mt(e)?[...e,...t]:t:e}function eC(e,t){return t}function ag(e){return e.map(eC)}function tC(e,t,r){let a=ag(e);Cv(e,a,r);let _=e[a[0]],p=[a[0]];for(let d=1;d<a.length;d++){let h=a[d],l=e[h];t(_,l)||(p.push(h),_=l)}return p.sort(),p.map(d=>e[d])}function rC(e,t){let r=[];for(let a of e)Ol(r,a,t);return r}function Sv(e,t,r){return e.length===0?[]:e.length===1?e.slice():r?tC(e,t,r):rC(e,t)}function nC(e,t){if(e.length===0)return $e;let r=e[0],a=[r];for(let _=1;_<e.length;_++){let p=e[_];switch(t(p,r)){case!0:case 0:continue;case-1:return N.fail("Array is unsorted.")}a.push(r=p)}return a}function iC(){return[]}function yl(e,t,r,a){if(e.length===0)return e.push(t),!0;let _=Ml(e,t,bt,r);return _<0?(e.splice(~_,0,t),!0):a?(e.splice(_,0,t),!0):!1}function xv(e,t,r){return nC(Xf(e,t),r||t||Ci)}function aC(e,t){if(e.length<2)return!0;for(let r=1,a=e.length;r<a;r++)if(t(e[r-1],e[r])===1)return!1;return!0}function oC(e,t,r,a){let _=3;if(e.length<2)return _;let p=t(e[0]);for(let d=1,h=e.length;d<h&&_!==0;d++){let l=t(e[d]);_&1&&r(p,l)>0&&(_&=-2),_&2&&a(p,l)>0&&(_&=-3),p=l}return _}function sC(e,t,r=_o){if(!e||!t)return e===t;if(e.length!==t.length)return!1;for(let a=0;a<e.length;a++)if(!r(e[a],t[a],a))return!1;return!0}function _C(e){let t;if(e)for(let r=0;r<e.length;r++){let a=e[r];(t||!a)&&(t||(t=e.slice(0,r)),a&&t.push(a))}return t||e}function cC(e,t,r){if(!t||!e||t.length===0||e.length===0)return t;let a=[];e:for(let _=0,p=0;p<t.length;p++){p>0&&N.assertGreaterThanOrEqual(r(t[p],t[p-1]),0);t:for(let d=_;_<e.length;_++)switch(_>d&&N.assertGreaterThanOrEqual(r(e[_],e[_-1]),0),r(t[p],e[_])){case-1:a.push(t[p]);continue e;case 0:continue e;case 1:continue t}}return a}function xt(e,t){return t===void 0?e:e===void 0?[t]:(e.push(t),e)}function lC(e,t){return e===void 0?t:t===void 0?e:zt(e)?zt(t)?y_(e,t):xt(e,t):zt(t)?xt(t,e):[e,t]}function ty(e,t){return t<0?e.length+t:t}function Rr(e,t,r,a){if(t===void 0||t.length===0)return e;if(e===void 0)return t.slice(r,a);r=r===void 0?0:ty(t,r),a=a===void 0?t.length:ty(t,a);for(let _=r;_<a&&_<t.length;_++)t[_]!==void 0&&e.push(t[_]);return e}function Ol(e,t,r){return es(e,t,r)?!1:(e.push(t),!0)}function wv(e,t,r){return e?(Ol(e,t,r),e):[t]}function Cv(e,t,r){t.sort((a,_)=>r(e[a],e[_])||kr(a,_))}function Xf(e,t){return e.length===0?e:e.slice().sort(t)}function*uC(e){for(let t=e.length-1;t>=0;t--)yield e[t]}function Ev(e,t){let r=ag(e);return Cv(e,r,t),r.map(a=>e[a])}function pC(e,t,r,a){for(;r<a;){if(e[r]!==t[r])return!1;r++}return!0}function g_(e){return e===void 0||e.length===0?void 0:e[0]}function fC(e){if(e)for(let t of e)return t}function og(e){return N.assert(e.length!==0),e[0]}function dC(e){for(let t of e)return t;N.fail("iterator is empty")}function wi(e){return e===void 0||e.length===0?void 0:e[e.length-1]}function ka(e){return N.assert(e.length!==0),e[e.length-1]}function Jd(e){return e&&e.length===1?e[0]:void 0}function mC(e){return N.checkDefined(Jd(e))}function hC(e){return e&&e.length===1?e[0]:e}function yC(e,t,r){let a=e.slice(0);return a[t]=r,a}function Ml(e,t,r,a,_){return Av(e,r(t),r,a,_)}function Av(e,t,r,a,_){if(!mt(e))return-1;let p=_||0,d=e.length-1;for(;p<=d;){let h=p+(d-p>>1),l=r(e[h],h);switch(a(l,t)){case-1:p=h+1;break;case 0:return h;case 1:d=h-1;break}}return~p}function Rd(e,t,r,a,_){if(e&&e.length>0){let p=e.length;if(p>0){let d=a===void 0||a<0?0:a,h=_===void 0||d+_>p-1?p-1:d+_,l;for(arguments.length<=2?(l=e[d],d++):l=r;d<=h;)l=t(l,e[d],d),d++;return l}}return r}function Qr(e,t){return Jn.call(e,t)}function gC(e,t){return Jn.call(e,t)?e[t]:void 0}function sg(e){let t=[];for(let r in e)Jn.call(e,r)&&t.push(r);return t}function bC(e){let t=[];do{let r=Object.getOwnPropertyNames(e);for(let a of r)Ol(t,a)}while(e=Object.getPrototypeOf(e));return t}function vC(e){let t=[];for(let r in e)Jn.call(e,r)&&t.push(e[r]);return t}function TC(e,t){let r=new Array(e);for(let a=0;a<e;a++)r[a]=t(a);return r}function jd(e,t){let r=[];for(let a of e)r.push(t?t(a):a);return r}function SC(e,...t){for(let r of t)if(r!==void 0)for(let a in r)Qr(r,a)&&(e[a]=r[a]);return e}function kv(e,t,r=_o){if(e===t)return!0;if(!e||!t)return!1;for(let a in e)if(Jn.call(e,a)&&(!Jn.call(t,a)||!r(e[a],t[a])))return!1;for(let a in t)if(Jn.call(t,a)&&!Jn.call(e,a))return!1;return!0}function xC(e,t,r=bt){let a=new Map;for(let _ of e){let p=t(_);p!==void 0&&a.set(p,r(_))}return a}function wC(e,t,r=bt){let a=[];for(let _ of e)a[t(_)]=r(_);return a}function Dv(e,t,r=bt){let a=Fd();for(let _ of e)a.add(t(_),r(_));return a}function CC(e,t,r=bt){return jd(Dv(e,t).values(),r)}function EC(e,t){let r={};if(e)for(let a of e){let _=`${t(a)}`;(r[_]??(r[_]=[])).push(a)}return r}function AC(e){let t={};for(let r in e)Jn.call(e,r)&&(t[r]=e[r]);return t}function kC(e,t){let r={};for(let a in t)Jn.call(t,a)&&(r[a]=t[a]);for(let a in e)Jn.call(e,a)&&(r[a]=e[a]);return r}function DC(e,t){for(let r in t)Jn.call(t,r)&&(e[r]=t[r])}function rr(e,t){return t?t.bind(e):void 0}function Fd(){let e=new Map;return e.add=PC,e.remove=IC,e}function PC(e,t){let r=this.get(e);return r?r.push(t):this.set(e,r=[t]),r}function IC(e,t){let r=this.get(e);r&&(Rv(r,t),r.length||this.delete(e))}function NC(e){let t=(e==null?void 0:e.slice())||[],r=0;function a(){return r===t.length}function _(...d){t.push(...d)}function p(){if(a())throw new Error("Queue is empty");let d=t[r];if(t[r]=void 0,r++,r>100&&r>t.length>>1){let h=t.length-r;t.copyWithin(0,r),t.length=h,r=0}return d}return{enqueue:_,dequeue:p,isEmpty:a}}function OC(e,t){let r=new Map,a=0;function*_(){for(let d of r.values())zt(d)?yield*d:yield d}let p={has(d){let h=e(d);if(!r.has(h))return!1;let l=r.get(h);if(!zt(l))return t(l,d);for(let v of l)if(t(v,d))return!0;return!1},add(d){let h=e(d);if(r.has(h)){let l=r.get(h);if(zt(l))es(l,d,t)||(l.push(d),a++);else{let v=l;t(v,d)||(r.set(h,[v,d]),a++)}}else r.set(h,d),a++;return this},delete(d){let h=e(d);if(!r.has(h))return!1;let l=r.get(h);if(zt(l)){for(let v=0;v<l.length;v++)if(t(l[v],d))return l.length===1?r.delete(h):l.length===2?r.set(h,l[1-v]):cg(l,v),a--,!0}else if(t(l,d))return r.delete(h),a--,!0;return!1},clear(){r.clear(),a=0},get size(){return a},forEach(d){for(let h of jd(r.values()))if(zt(h))for(let l of h)d(l,l,p);else{let l=h;d(l,l,p)}},keys(){return _()},values(){return _()},*entries(){for(let d of _())yield[d,d]},[Symbol.iterator]:()=>_(),[Symbol.toStringTag]:r[Symbol.toStringTag]};return p}function zt(e){return Array.isArray(e)}function If(e){return zt(e)?e:[e]}function b_(e){return typeof e=="string"}function MC(e){return typeof e=="number"}function On(e,t){return e!==void 0&&t(e)?e:void 0}function gi(e,t){return e!==void 0&&t(e)?e:N.fail(`Invalid cast. The supplied value ${e} did not pass the test '${N.getFunctionName(t)}'.`)}function Rn(e){}function $f(){return!1}function Pv(){return!0}function LC(){}function bt(e){return e}function Iv(e){return e.toLowerCase()}function Nv(e){return iy.test(e)?e.replace(iy,Iv):e}function JC(){throw new Error("Not implemented")}function ry(e){let t;return()=>(e&&(t=e(),e=void 0),t)}function Nn(e){let t=new Map;return r=>{let a=`${typeof r}:${r}`,_=t.get(a);return _===void 0&&!t.has(a)&&(_=e(r),t.set(a,_)),_}}function RC(e){let t=new WeakMap;return r=>{let a=t.get(r);return a===void 0&&!t.has(r)&&(a=e(r),t.set(r,a)),a}}function jC(e,t){return(...r)=>{let a=t.get(r);return a===void 0&&!t.has(r)&&(a=e(...r),t.set(r,a)),a}}function FC(e,t,r,a,_){if(_){let p=[];for(let d=0;d<arguments.length;d++)p[d]=arguments[d];return d=>Rd(p,(h,l)=>l(h),d)}else return a?p=>a(r(t(e(p)))):r?p=>r(t(e(p))):t?p=>t(e(p)):e?p=>e(p):p=>p}function _o(e,t){return e===t}function s_(e,t){return e===t||e!==void 0&&t!==void 0&&e.toUpperCase()===t.toUpperCase()}function Ll(e,t){return _o(e,t)}function Ov(e,t){return e===t?0:e===void 0?-1:t===void 0?1:e<t?-1:1}function kr(e,t){return Ov(e,t)}function BC(e,t){return kr(e==null?void 0:e.start,t==null?void 0:t.start)||kr(e==null?void 0:e.length,t==null?void 0:t.length)}function UC(e,t){return Rd(e,(r,a)=>t(r,a)===-1?r:a)}function Bd(e,t){return e===t?0:e===void 0?-1:t===void 0?1:(e=e.toUpperCase(),t=t.toUpperCase(),e<t?-1:e>t?1:0)}function qC(e,t){return e===t?0:e===void 0?-1:t===void 0?1:(e=e.toLowerCase(),t=t.toLowerCase(),e<t?-1:e>t?1:0)}function Ci(e,t){return Ov(e,t)}function _g(e){return e?Bd:Ci}function zC(){return Yf}function Mv(e){Yf!==e&&(Yf=e,oy=void 0)}function WC(e,t){return(oy||(oy=Wv(Yf)))(e,t)}function VC(e,t,r,a){return e===t?0:e===void 0?-1:t===void 0?1:a(e[r],t[r])}function HC(e,t){return kr(e?1:0,t?1:0)}function Lv(e,t,r){let a=Math.max(2,Math.floor(e.length*.34)),_=Math.floor(e.length*.4)+1,p;for(let d of t){let h=r(d);if(h!==void 0&&Math.abs(h.length-e.length)<=a){if(h===e||h.length<3&&h.toLowerCase()!==e.toLowerCase())continue;let l=GC(e,h,_-.1);if(l===void 0)continue;N.assert(l<_),_=l,p=d}}return p}function GC(e,t,r){let a=new Array(t.length+1),_=new Array(t.length+1),p=r+.01;for(let h=0;h<=t.length;h++)a[h]=h;for(let h=1;h<=e.length;h++){let l=e.charCodeAt(h-1),v=Math.ceil(h>r?h-r:1),y=Math.floor(t.length>r+h?r+h:t.length);_[0]=h;let C=h;for(let k=1;k<v;k++)_[k]=p;for(let k=v;k<=y;k++){let L=e[h-1].toLowerCase()===t[k-1].toLowerCase()?a[k-1]+.1:a[k-1]+2,G=l===t.charCodeAt(k-1)?a[k-1]:Math.min(a[k]+1,_[k-1]+1,L);_[k]=G,C=Math.min(C,G)}for(let k=y+1;k<=t.length;k++)_[k]=p;if(C>r)return;let S=a;a=_,_=S}let d=a[t.length];return d>r?void 0:d}function ts(e,t){let r=e.length-t.length;return r>=0&&e.indexOf(t,r)===r}function XC(e,t){return ts(e,t)?e.slice(0,e.length-t.length):e}function $C(e,t){return ts(e,t)?e.slice(0,e.length-t.length):void 0}function eo(e,t){return e.indexOf(t)!==-1}function QC(e){let t=e.length;for(let r=t-1;r>0;r--){let a=e.charCodeAt(r);if(a>=48&&a<=57)do--r,a=e.charCodeAt(r);while(r>0&&a>=48&&a<=57);else if(r>4&&(a===110||a===78)){if(--r,a=e.charCodeAt(r),a!==105&&a!==73||(--r,a=e.charCodeAt(r),a!==109&&a!==77))break;--r,a=e.charCodeAt(r)}else break;if(a!==45&&a!==46)break;t=r}return t===e.length?e:e.slice(0,t)}function YC(e,t){for(let r=0;r<e.length;r++)if(e[r]===t)return Jv(e,r),!0;return!1}function Jv(e,t){for(let r=t;r<e.length-1;r++)e[r]=e[r+1];e.pop()}function cg(e,t){e[t]=e[e.length-1],e.pop()}function Rv(e,t){return KC(e,r=>r===t)}function KC(e,t){for(let r=0;r<e.length;r++)if(t(e[r]))return cg(e,r),!0;return!1}function Ud(e){return e?bt:Nv}function ZC({prefix:e,suffix:t}){return`${e}*${t}`}function eE(e,t){return N.assert(lg(e,t)),t.substring(e.prefix.length,t.length-e.suffix.length)}function jv(e,t,r){let a,_=-1;for(let p of e){let d=t(p);lg(d,r)&&d.prefix.length>_&&(_=d.prefix.length,a=p)}return a}function Fr(e,t){return e.lastIndexOf(t,0)===0}function tE(e,t){return Fr(e,t)?e.substr(t.length):e}function Fv(e,t,r=bt){return Fr(r(e),r(t))?e.substring(t.length):void 0}function lg({prefix:e,suffix:t},r){return r.length>=e.length+t.length&&Fr(r,e)&&ts(r,t)}function rE(e,t){return r=>e(r)&&t(r)}function ug(...e){return(...t)=>{let r;for(let a of e)if(r=a(...t),r)return r;return r}}function nE(e){return(...t)=>!e(...t)}function iE(e){}function Qf(e){return e===void 0?void 0:[e]}function aE(e,t,r,a,_,p){p=p||Rn;let d=0,h=0,l=e.length,v=t.length,y=!1;for(;d<l&&h<v;){let C=e[d],S=t[h],k=r(C,S);k===-1?(a(C),d++,y=!0):k===1?(_(S),h++,y=!0):(p(S,C),d++,h++)}for(;d<l;)a(e[d++]),y=!0;for(;h<v;)_(t[h++]),y=!0;return y}function oE(e){let t=[];return Bv(e,t,void 0,0),t}function Bv(e,t,r,a){for(let _ of e[a]){let p;r?(p=r.slice(),p.push(_)):p=[_],a===e.length-1?t.push(p):Bv(e,t,p,a+1)}}function Uv(e,t,r=" "){return t<=e.length?e:r.repeat(t-e.length)+e}function sE(e,t,r=" "){return t<=e.length?e:e+r.repeat(t-e.length)}function _E(e,t){if(e){let r=e.length,a=0;for(;a<r&&t(e[a]);)a++;return e.slice(0,a)}}function cE(e,t){if(e){let r=e.length,a=0;for(;a<r&&t(e[a]);)a++;return e.slice(a)}}function lE(e){let t=e.length-1;for(;t>=0&&Vi(e.charCodeAt(t));)t--;return e.slice(0,t+1)}function uE(){return!1}var $e,pg,qv,ny,zv,Jn,iy,ay,Wv,oy,Yf,qd,n_,gl,pE=Vt({"src/compiler/core.ts"(){"use strict";Dr(),$e=[],pg=new Map,qv=new Set,ny=(e=>(e[e.None=0]="None",e[e.CaseSensitive=1]="CaseSensitive",e[e.CaseInsensitive=2]="CaseInsensitive",e[e.Both=3]="Both",e))(ny||{}),zv=Array.prototype.at?(e,t)=>e==null?void 0:e.at(t):(e,t)=>{if(e&&(t=ty(e,t),t<e.length))return e[t]},Jn=Object.prototype.hasOwnProperty,iy=/[^\u0130\u0131\u00DFa-z0-9\\/:\-_. ]+/g,ay=(e=>(e[e.None=0]="None",e[e.Normal=1]="Normal",e[e.Aggressive=2]="Aggressive",e[e.VeryAggressive=3]="VeryAggressive",e))(ay||{}),Wv=(()=>{let e,t,r=h();return l;function a(v,y,C){if(v===y)return 0;if(v===void 0)return-1;if(y===void 0)return 1;let S=C(v,y);return S<0?-1:S>0?1:0}function _(v){let y=new Intl.Collator(v,{usage:"sort",sensitivity:"variant"}).compare;return(C,S)=>a(C,S,y)}function p(v){if(v!==void 0)return d();return(C,S)=>a(C,S,y);function y(C,S){return C.localeCompare(S)}}function d(){return(C,S)=>a(C,S,v);function v(C,S){return y(C.toUpperCase(),S.toUpperCase())||y(C,S)}function y(C,S){return C<S?-1:C>S?1:0}}function h(){return typeof Intl=="object"&&typeof Intl.Collator=="function"?_:typeof String.prototype.localeCompare=="function"&&typeof String.prototype.toLocaleUpperCase=="function"&&"a".localeCompare("B")<0?p:d}function l(v){return v===void 0?e||(e=r(v)):v==="en-US"?t||(t=r(v)):r(v)}})(),qd=String.prototype.trim?e=>e.trim():e=>n_(gl(e)),n_=String.prototype.trimEnd?e=>e.trimEnd():lE,gl=String.prototype.trimStart?e=>e.trimStart():e=>e.replace(/^\s+/g,"")}}),sy,N,Vv=Vt({"src/compiler/debug.ts"(){"use strict";Dr(),Dr(),sy=(e=>(e[e.Off=0]="Off",e[e.Error=1]="Error",e[e.Warning=2]="Warning",e[e.Info=3]="Info",e[e.Verbose=4]="Verbose",e))(sy||{}),(e=>{let t=0;e.currentLogLevel=2,e.isDebugging=!1;function r(q){return e.currentLogLevel<=q}e.shouldLog=r;function a(q,oe){e.loggingHost&&r(q)&&e.loggingHost.log(q,oe)}function _(q){a(3,q)}e.log=_,(q=>{function oe(z){a(1,z)}q.error=oe;function ge(z){a(2,z)}q.warn=ge;function Se(z){a(3,z)}q.log=Se;function nt(z){a(4,z)}q.trace=nt})(_=e.log||(e.log={}));let p={};function d(){return t}e.getAssertionLevel=d;function h(q){let oe=t;if(t=q,q>oe)for(let ge of sg(p)){let Se=p[ge];Se!==void 0&&e[ge]!==Se.assertion&&q>=Se.level&&(e[ge]=Se,p[ge]=void 0)}}e.setAssertionLevel=h;function l(q){return t>=q}e.shouldAssert=l;function v(q,oe){return l(q)?!0:(p[oe]={level:q,assertion:e[oe]},e[oe]=Rn,!1)}function y(q,oe){debugger;let ge=new Error(q?`Debug Failure. ${q}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(ge,oe||y),ge}e.fail=y;function C(q,oe,ge){return y(`${oe||"Unexpected node."}\r
2
+ Node ${Xt(q.kind)} was unexpected.`,ge||C)}e.failBadSyntaxKind=C;function S(q,oe,ge,Se){q||(oe=oe?`False expression: ${oe}`:"False expression.",ge&&(oe+=`\r
3
+ Verbose Debug Information: `+(typeof ge=="string"?ge:ge())),y(oe,Se||S))}e.assert=S;function k(q,oe,ge,Se,nt){if(q!==oe){let z=ge?Se?`${ge} ${Se}`:ge:"";y(`Expected ${q} === ${oe}. ${z}`,nt||k)}}e.assertEqual=k;function L(q,oe,ge,Se){q>=oe&&y(`Expected ${q} < ${oe}. ${ge||""}`,Se||L)}e.assertLessThan=L;function G(q,oe,ge){q>oe&&y(`Expected ${q} <= ${oe}`,ge||G)}e.assertLessThanOrEqual=G;function K(q,oe,ge){q<oe&&y(`Expected ${q} >= ${oe}`,ge||K)}e.assertGreaterThanOrEqual=K;function ue(q,oe,ge){q==null&&y(oe,ge||ue)}e.assertIsDefined=ue;function Y(q,oe,ge){return ue(q,oe,ge||Y),q}e.checkDefined=Y;function B(q,oe,ge){for(let Se of q)ue(Se,oe,ge||B)}e.assertEachIsDefined=B;function ae(q,oe,ge){return B(q,oe,ge||ae),q}e.checkEachDefined=ae;function Ce(q,oe="Illegal value:",ge){let Se=typeof q=="object"&&Qr(q,"kind")&&Qr(q,"pos")?"SyntaxKind: "+Xt(q.kind):JSON.stringify(q);return y(`${oe} ${Se}`,ge||Ce)}e.assertNever=Ce;function Ze(q,oe,ge,Se){v(1,"assertEachNode")&&S(oe===void 0||so(q,oe),ge||"Unexpected node.",()=>`Node array did not pass test '${or(oe)}'.`,Se||Ze)}e.assertEachNode=Ze;function qe(q,oe,ge,Se){v(1,"assertNode")&&S(q!==void 0&&(oe===void 0||oe(q)),ge||"Unexpected node.",()=>`Node ${Xt(q==null?void 0:q.kind)} did not pass test '${or(oe)}'.`,Se||qe)}e.assertNode=qe;function rt(q,oe,ge,Se){v(1,"assertNotNode")&&S(q===void 0||oe===void 0||!oe(q),ge||"Unexpected node.",()=>`Node ${Xt(q.kind)} should not have passed test '${or(oe)}'.`,Se||rt)}e.assertNotNode=rt;function it(q,oe,ge,Se){v(1,"assertOptionalNode")&&S(oe===void 0||q===void 0||oe(q),ge||"Unexpected node.",()=>`Node ${Xt(q==null?void 0:q.kind)} did not pass test '${or(oe)}'.`,Se||it)}e.assertOptionalNode=it;function Ir(q,oe,ge,Se){v(1,"assertOptionalToken")&&S(oe===void 0||q===void 0||q.kind===oe,ge||"Unexpected node.",()=>`Node ${Xt(q==null?void 0:q.kind)} was not a '${Xt(oe)}' token.`,Se||Ir)}e.assertOptionalToken=Ir;function ar(q,oe,ge){v(1,"assertMissingNode")&&S(q===void 0,oe||"Unexpected node.",()=>`Node ${Xt(q.kind)} was unexpected'.`,ge||ar)}e.assertMissingNode=ar;function ci(q){}e.type=ci;function or(q){if(typeof q!="function")return"";if(Qr(q,"name"))return q.name;{let oe=Function.prototype.toString.call(q),ge=/^function\s+([\w$]+)\s*\(/.exec(oe);return ge?ge[1]:""}}e.getFunctionName=or;function Nr(q){return`{ name: ${Vo(q.escapedName)}; flags: ${Tr(q.flags)}; declarations: ${Aa(q.declarations,oe=>Xt(oe.kind))} }`}e.formatSymbol=Nr;function Ge(q=0,oe,ge){let Se=Ur(oe);if(q===0)return Se.length>0&&Se[0][0]===0?Se[0][1]:"0";if(ge){let nt=[],z=q;for(let[X,ee]of Se){if(X>q)break;X!==0&&X&q&&(nt.push(ee),z&=~X)}if(z===0)return nt.join("|")}else for(let[nt,z]of Se)if(nt===q)return z;return q.toString()}e.formatEnum=Ge;let Gt=new Map;function Ur(q){let oe=Gt.get(q);if(oe)return oe;let ge=[];for(let nt in q){let z=q[nt];typeof z=="number"&&ge.push([z,nt])}let Se=Ev(ge,(nt,z)=>kr(nt[0],z[0]));return Gt.set(q,Se),Se}function Xt(q){return Ge(q,td,!1)}e.formatSyntaxKind=Xt;function Tn(q){return Ge(q,fd,!1)}e.formatSnippetKind=Tn;function Sn(q){return Ge(q,ud,!1)}e.formatScriptKind=Sn;function sr(q){return Ge(q,rd,!0)}e.formatNodeFlags=sr;function $t(q){return Ge(q,nd,!0)}e.formatModifierFlags=$t;function St(q){return Ge(q,pd,!0)}e.formatTransformFlags=St;function xn(q){return Ge(q,dd,!0)}e.formatEmitFlags=xn;function Tr(q){return Ge(q,od,!0)}e.formatSymbolFlags=Tr;function vt(q){return Ge(q,sd,!0)}e.formatTypeFlags=vt;function ct(q){return Ge(q,cd,!0)}e.formatSignatureFlags=ct;function Ut(q){return Ge(q,_d,!0)}e.formatObjectFlags=Ut;function fr(q){return Ge(q,bl,!0)}e.formatFlowFlags=fr;function ht(q){return Ge(q,id,!0)}e.formatRelationComparisonResult=ht;function wn(q){return Ge(q,CheckMode,!0)}e.formatCheckMode=wn;function Tt(q){return Ge(q,SignatureCheckMode,!0)}e.formatSignatureCheckMode=Tt;function Or(q){return Ge(q,TypeFacts,!0)}e.formatTypeFacts=Or;let pt=!1,Mr;function at(q){"__debugFlowFlags"in q||Object.defineProperties(q,{__tsDebuggerDisplay:{value(){let oe=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",ge=this.flags&~(2048-1);return`${oe}${ge?` (${fr(ge)})`:""}`}},__debugFlowFlags:{get(){return Ge(this.flags,bl,!0)}},__debugToString:{value(){return Ae(this)}}})}function er(q){pt&&(typeof Object.setPrototypeOf=="function"?(Mr||(Mr=Object.create(Object.prototype),at(Mr)),Object.setPrototypeOf(q,Mr)):at(q))}e.attachFlowNodeDebugInfo=er;let Qt;function tn(q){"__tsDebuggerDisplay"in q||Object.defineProperties(q,{__tsDebuggerDisplay:{value(oe){return oe=String(oe).replace(/(?:,[\s\w\d_]+:[^,]+)+\]$/,"]"),`NodeArray ${oe}`}}})}function Bn(q){pt&&(typeof Object.setPrototypeOf=="function"?(Qt||(Qt=Object.create(Array.prototype),tn(Qt)),Object.setPrototypeOf(q,Qt)):tn(q))}e.attachNodeArrayDebugInfo=Bn;function Un(){if(pt)return;let q=new WeakMap,oe=new WeakMap;Object.defineProperties(wt.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){let Se=this.flags&33554432?"TransientSymbol":"Symbol",nt=this.flags&-33554433;return`${Se} '${hd(this)}'${nt?` (${Tr(nt)})`:""}`}},__debugFlags:{get(){return Tr(this.flags)}}}),Object.defineProperties(wt.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){let Se=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&67359327?`IntrinsicType ${this.intrinsicName}`:this.flags&1048576?"UnionType":this.flags&2097152?"IntersectionType":this.flags&4194304?"IndexType":this.flags&8388608?"IndexedAccessType":this.flags&16777216?"ConditionalType":this.flags&33554432?"SubstitutionType":this.flags&262144?"TypeParameter":this.flags&524288?this.objectFlags&3?"InterfaceType":this.objectFlags&4?"TypeReference":this.objectFlags&8?"TupleType":this.objectFlags&16?"AnonymousType":this.objectFlags&32?"MappedType":this.objectFlags&1024?"ReverseMappedType":this.objectFlags&256?"EvolvingArrayType":"ObjectType":"Type",nt=this.flags&524288?this.objectFlags&-1344:0;return`${Se}${this.symbol?` '${hd(this.symbol)}'`:""}${nt?` (${Ut(nt)})`:""}`}},__debugFlags:{get(){return vt(this.flags)}},__debugObjectFlags:{get(){return this.flags&524288?Ut(this.objectFlags):""}},__debugTypeToString:{value(){let Se=q.get(this);return Se===void 0&&(Se=this.checker.typeToString(this),q.set(this,Se)),Se}}}),Object.defineProperties(wt.getSignatureConstructor().prototype,{__debugFlags:{get(){return ct(this.flags)}},__debugSignatureToString:{value(){var Se;return(Se=this.checker)==null?void 0:Se.signatureToString(this)}}});let ge=[wt.getNodeConstructor(),wt.getIdentifierConstructor(),wt.getTokenConstructor(),wt.getSourceFileConstructor()];for(let Se of ge)Qr(Se.prototype,"__debugKind")||Object.defineProperties(Se.prototype,{__tsDebuggerDisplay:{value(){return`${wa(this)?"GeneratedIdentifier":Ee(this)?`Identifier '${Ot(this)}'`:jr(this)?`PrivateIdentifier '${Ot(this)}'`:mn(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:lo(this)?`NumericLiteral ${this.text}`:o6(this)?`BigIntLiteral ${this.text}n`:No(this)?"TypeParameterDeclaration":Ma(this)?"ParameterDeclaration":J_(this)?"ConstructorDeclaration":m_(this)?"GetAccessorDeclaration":Qo(this)?"SetAccessorDeclaration":c6(this)?"CallSignatureDeclaration":Vx(this)?"ConstructSignatureDeclaration":l6(this)?"IndexSignatureDeclaration":Hx(this)?"TypePredicateNode":R_(this)?"TypeReferenceNode":tu(this)?"FunctionTypeNode":u6(this)?"ConstructorTypeNode":Gx(this)?"TypeQueryNode":Am(this)?"TypeLiteralNode":Xx(this)?"ArrayTypeNode":$x(this)?"TupleTypeNode":Qx(this)?"OptionalTypeNode":Yx(this)?"RestTypeNode":Kx(this)?"UnionTypeNode":Zx(this)?"IntersectionTypeNode":e8(this)?"ConditionalTypeNode":t8(this)?"InferTypeNode":f6(this)?"ParenthesizedTypeNode":d6(this)?"ThisTypeNode":r8(this)?"TypeOperatorNode":n8(this)?"IndexedAccessTypeNode":i8(this)?"MappedTypeNode":m6(this)?"LiteralTypeNode":p6(this)?"NamedTupleMember":ru(this)?"ImportTypeNode":Xt(this.kind)}${this.flags?` (${sr(this.flags)})`:""}`}},__debugKind:{get(){return Xt(this.kind)}},__debugNodeFlags:{get(){return sr(this.flags)}},__debugModifierFlags:{get(){return $t(lS(this))}},__debugTransformFlags:{get(){return St(this.transformFlags)}},__debugIsParseTreeNode:{get(){return Tl(this)}},__debugEmitFlags:{get(){return xn(ti(this))}},__debugGetText:{value(nt){if(Ta(this))return"";let z=oe.get(this);if(z===void 0){let X=Fl(this),ee=X&&ri(X);z=ee?Xo(ee,X,nt):"",oe.set(this,z)}return z}}});pt=!0}e.enableDebugInfo=Un;function rn(q){let oe=q&7,ge=oe===0?"in out":oe===3?"[bivariant]":oe===2?"in":oe===1?"out":oe===4?"[independent]":"";return q&8?ge+=" (unmeasurable)":q&16&&(ge+=" (unreliable)"),ge}e.formatVariance=rn;class nn{__debugToString(){var oe;switch(this.kind){case 3:return((oe=this.debugInfo)==null?void 0:oe.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return ey(this.sources,this.targets||Aa(this.sources,()=>"any"),(ge,Se)=>`${ge.__debugTypeToString()} -> ${typeof Se=="string"?Se:Se.__debugTypeToString()}`).join(", ");case 2:return ey(this.sources,this.targets,(ge,Se)=>`${ge.__debugTypeToString()} -> ${Se().__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 Ce(this)}}}e.DebugTypeMapper=nn;function Di(q){return e.isDebugging?Object.setPrototypeOf(q,nn.prototype):q}e.attachDebugPrototypeIfDebug=Di;function qn(q){return console.log(Ae(q))}e.printControlFlowGraph=qn;function Ae(q){let oe=-1;function ge(x){return x.id||(x.id=oe,oe--),x.id}let Se;(x=>{x.lr="\u2500",x.ud="\u2502",x.dr="\u256D",x.dl="\u256E",x.ul="\u256F",x.ur="\u2570",x.udr="\u251C",x.udl="\u2524",x.dlr="\u252C",x.ulr="\u2534",x.udlr="\u256B"})(Se||(Se={}));let nt;(x=>{x[x.None=0]="None",x[x.Up=1]="Up",x[x.Down=2]="Down",x[x.Left=4]="Left",x[x.Right=8]="Right",x[x.UpDown=3]="UpDown",x[x.LeftRight=12]="LeftRight",x[x.UpLeft=5]="UpLeft",x[x.UpRight=9]="UpRight",x[x.DownLeft=6]="DownLeft",x[x.DownRight=10]="DownRight",x[x.UpDownLeft=7]="UpDownLeft",x[x.UpDownRight=11]="UpDownRight",x[x.UpLeftRight=13]="UpLeftRight",x[x.DownLeftRight=14]="DownLeftRight",x[x.UpDownLeftRight=15]="UpDownLeftRight",x[x.NoChildren=16]="NoChildren"})(nt||(nt={}));let z=2032,X=882,ee=Object.create(null),xe=[],ke=[],Le=ia(q,new Set);for(let x of xe)x.text=oa(x.flowNode,x.circular),En(x);let lt=Ii(Le),yt=aa(lt);return Vn(Le,0),Mt();function jt(x){return!!(x.flags&128)}function qr(x){return!!(x.flags&12)&&!!x.antecedents}function na(x){return!!(x.flags&z)}function Cn(x){return!!(x.flags&X)}function zn(x){let f=[];for(let $ of x.edges)$.source===x&&f.push($.target);return f}function Pi(x){let f=[];for(let $ of x.edges)$.target===x&&f.push($.source);return f}function ia(x,f){let $=ge(x),Q=ee[$];if(Q&&f.has(x))return Q.circular=!0,Q={id:-1,flowNode:x,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:"circularity"},xe.push(Q),Q;if(f.add(x),!Q)if(ee[$]=Q={id:$,flowNode:x,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:!1},xe.push(Q),qr(x))for(let O of x.antecedents)Wn(Q,O,f);else na(x)&&Wn(Q,x.antecedent,f);return f.delete(x),Q}function Wn(x,f,$){let Q=ia(f,$),O={source:x,target:Q};ke.push(O),x.edges.push(O),Q.edges.push(O)}function En(x){if(x.level!==-1)return x.level;let f=0;for(let $ of Pi(x))f=Math.max(f,En($)+1);return x.level=f}function Ii(x){let f=0;for(let $ of zn(x))f=Math.max(f,Ii($));return f+1}function aa(x){let f=j(Array(x),0);for(let $ of xe)f[$.level]=Math.max(f[$.level],$.text.length);return f}function Vn(x,f){if(x.lane===-1){x.lane=f,x.endLane=f;let $=zn(x);for(let Q=0;Q<$.length;Q++){Q>0&&f++;let O=$[Q];Vn(O,f),O.endLane>x.endLane&&(f=O.endLane)}x.endLane=f}}function Sr(x){if(x&2)return"Start";if(x&4)return"Branch";if(x&8)return"Loop";if(x&16)return"Assignment";if(x&32)return"True";if(x&64)return"False";if(x&128)return"SwitchClause";if(x&256)return"ArrayMutation";if(x&512)return"Call";if(x&1024)return"ReduceLabel";if(x&1)return"Unreachable";throw new Error}function Je(x){let f=ri(x);return Xo(f,x,!1)}function oa(x,f){let $=Sr(x.flags);if(f&&($=`${$}#${ge(x)}`),Cn(x))x.node&&($+=` (${Je(x.node)})`);else if(jt(x)){let Q=[];for(let O=x.clauseStart;O<x.clauseEnd;O++){let fe=x.switchStatement.caseBlock.clauses[O];m8(fe)?Q.push("default"):Q.push(Je(fe.expression))}$+=` (${Q.join(", ")})`}return f==="circularity"?`Circular(${$})`:$}function Mt(){let x=yt.length,f=xe.reduce((be,he)=>Math.max(be,he.lane),0)+1,$=j(Array(f),""),Q=yt.map(()=>Array(f)),O=yt.map(()=>j(Array(f),0));for(let be of xe){Q[be.level][be.lane]=be;let he=zn(be);for(let we=0;we<he.length;we++){let et=he[we],Ye=8;et.lane===be.lane&&(Ye|=4),we>0&&(Ye|=1),we<he.length-1&&(Ye|=2),O[be.level][et.lane]|=Ye}he.length===0&&(O[be.level][be.lane]|=16);let Re=Pi(be);for(let we=0;we<Re.length;we++){let et=Re[we],Ye=4;we>0&&(Ye|=1),we<Re.length-1&&(Ye|=2),O[be.level-1][et.lane]|=Ye}}for(let be=0;be<x;be++)for(let he=0;he<f;he++){let Re=be>0?O[be-1][he]:0,we=he>0?O[be][he-1]:0,et=O[be][he];et||(Re&8&&(et|=12),we&2&&(et|=3),O[be][he]=et)}for(let be=0;be<x;be++)for(let he=0;he<$.length;he++){let Re=O[be][he],we=Re&4?"\u2500":" ",et=Q[be][he];et?(fe(he,et.text),be<x-1&&(fe(he," "),fe(he,T(we,yt[be]-et.text.length)))):be<x-1&&fe(he,T(we,yt[be]+1)),fe(he,Lr(Re)),fe(he,Re&8&&be<x-1&&!Q[be+1][he]?"\u2500":" ")}return`
9
+ ${$.join(`
10
+ `)}
11
+ `;function fe(be,he){$[be]+=he}}function Lr(x){switch(x){case 3:return"\u2502";case 12:return"\u2500";case 5:return"\u256F";case 9:return"\u2570";case 6:return"\u256E";case 10:return"\u256D";case 7:return"\u2524";case 11:return"\u251C";case 13:return"\u2534";case 14:return"\u252C";case 15:return"\u256B"}return" "}function j(x,f){if(x.fill)x.fill(f);else for(let $=0;$<x.length;$++)x[$]=f;return x}function T(x,f){if(x.repeat)return f>0?x.repeat(f):"";let $="";for(;$.length<f;)$+=x;return $}}e.formatControlFlowGraph=Ae})(N||(N={}))}}),fE=()=>{},dE=()=>{},mE=()=>{},Sa=Date.now,hE=()=>{},Kf=new Proxy(()=>{},{get:()=>Kf});function Mb(e){if(fg){let t=_y.get(e)??0;_y.set(e,t+1),ed.set(e,Sa()),Zf==null||Zf.mark(e),typeof onProfilerEvent=="function"&&onProfilerEvent(e)}}function yE(e,t,r){if(fg){let a=(r!==void 0?ed.get(r):void 0)??Sa(),_=(t!==void 0?ed.get(t):void 0)??Hv,p=cy.get(e)||0;cy.set(e,p+(a-_)),Zf==null||Zf.measure(e,t,r)}}var Zf,gE,fg,Hv,ed,_y,cy,XV=Vt({"src/compiler/performance.ts"(){"use strict";Dr(),gE={enter:Rn,exit:Rn},fg=!1,Hv=Sa(),ed=new Map,_y=new Map,cy=new Map}}),Gv=()=>{},bE=()=>{},xa;function vE(e,t=!0){let r=ld[e.category];return t?r.toLowerCase():r}var td,rd,nd,ly,id,uy,py,bl,fy,ad,dy,my,hy,yy,gy,by,vy,Ty,Sy,xy,wy,Cy,Ey,Ay,ky,od,Dy,Py,Iy,Ny,sd,_d,Oy,My,Ly,Jy,Ry,jy,cd,Fy,By,Uy,qy,zy,Wy,ld,Vy,Hy,Gy,Xy,$y,Qy,Yy,Ky,Zy,ud,e0,t0,r0,n0,i0,pd,fd,dd,a0,o0,s0,_0,c0,l0,u0,p0,zd,Xv=Vt({"src/compiler/types.ts"(){"use strict";td=(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.AssertClause=300]="AssertClause",e[e.AssertEntry=301]="AssertEntry",e[e.ImportTypeAssertionContainer=302]="ImportTypeAssertionContainer",e[e.PropertyAssignment=303]="PropertyAssignment",e[e.ShorthandPropertyAssignment=304]="ShorthandPropertyAssignment",e[e.SpreadAssignment=305]="SpreadAssignment",e[e.EnumMember=306]="EnumMember",e[e.UnparsedPrologue=307]="UnparsedPrologue",e[e.UnparsedPrepend=308]="UnparsedPrepend",e[e.UnparsedText=309]="UnparsedText",e[e.UnparsedInternalText=310]="UnparsedInternalText",e[e.UnparsedSyntheticReference=311]="UnparsedSyntheticReference",e[e.SourceFile=312]="SourceFile",e[e.Bundle=313]="Bundle",e[e.UnparsedSource=314]="UnparsedSource",e[e.InputFiles=315]="InputFiles",e[e.JSDocTypeExpression=316]="JSDocTypeExpression",e[e.JSDocNameReference=317]="JSDocNameReference",e[e.JSDocMemberName=318]="JSDocMemberName",e[e.JSDocAllType=319]="JSDocAllType",e[e.JSDocUnknownType=320]="JSDocUnknownType",e[e.JSDocNullableType=321]="JSDocNullableType",e[e.JSDocNonNullableType=322]="JSDocNonNullableType",e[e.JSDocOptionalType=323]="JSDocOptionalType",e[e.JSDocFunctionType=324]="JSDocFunctionType",e[e.JSDocVariadicType=325]="JSDocVariadicType",e[e.JSDocNamepathType=326]="JSDocNamepathType",e[e.JSDoc=327]="JSDoc",e[e.JSDocComment=327]="JSDocComment",e[e.JSDocText=328]="JSDocText",e[e.JSDocTypeLiteral=329]="JSDocTypeLiteral",e[e.JSDocSignature=330]="JSDocSignature",e[e.JSDocLink=331]="JSDocLink",e[e.JSDocLinkCode=332]="JSDocLinkCode",e[e.JSDocLinkPlain=333]="JSDocLinkPlain",e[e.JSDocTag=334]="JSDocTag",e[e.JSDocAugmentsTag=335]="JSDocAugmentsTag",e[e.JSDocImplementsTag=336]="JSDocImplementsTag",e[e.JSDocAuthorTag=337]="JSDocAuthorTag",e[e.JSDocDeprecatedTag=338]="JSDocDeprecatedTag",e[e.JSDocClassTag=339]="JSDocClassTag",e[e.JSDocPublicTag=340]="JSDocPublicTag",e[e.JSDocPrivateTag=341]="JSDocPrivateTag",e[e.JSDocProtectedTag=342]="JSDocProtectedTag",e[e.JSDocReadonlyTag=343]="JSDocReadonlyTag",e[e.JSDocOverrideTag=344]="JSDocOverrideTag",e[e.JSDocCallbackTag=345]="JSDocCallbackTag",e[e.JSDocOverloadTag=346]="JSDocOverloadTag",e[e.JSDocEnumTag=347]="JSDocEnumTag",e[e.JSDocParameterTag=348]="JSDocParameterTag",e[e.JSDocReturnTag=349]="JSDocReturnTag",e[e.JSDocThisTag=350]="JSDocThisTag",e[e.JSDocTypeTag=351]="JSDocTypeTag",e[e.JSDocTemplateTag=352]="JSDocTemplateTag",e[e.JSDocTypedefTag=353]="JSDocTypedefTag",e[e.JSDocSeeTag=354]="JSDocSeeTag",e[e.JSDocPropertyTag=355]="JSDocPropertyTag",e[e.JSDocThrowsTag=356]="JSDocThrowsTag",e[e.JSDocSatisfiesTag=357]="JSDocSatisfiesTag",e[e.SyntaxList=358]="SyntaxList",e[e.NotEmittedStatement=359]="NotEmittedStatement",e[e.PartiallyEmittedExpression=360]="PartiallyEmittedExpression",e[e.CommaListExpression=361]="CommaListExpression",e[e.SyntheticReferenceExpression=362]="SyntheticReferenceExpression",e[e.Count=363]="Count",e[e.FirstAssignment=64]="FirstAssignment",e[e.LastAssignment=79]="LastAssignment",e[e.FirstCompoundAssignment=65]="FirstCompoundAssignment",e[e.LastCompoundAssignment=79]="LastCompoundAssignment",e[e.FirstReservedWord=83]="FirstReservedWord",e[e.LastReservedWord=118]="LastReservedWord",e[e.FirstKeyword=83]="FirstKeyword",e[e.LastKeyword=165]="LastKeyword",e[e.FirstFutureReservedWord=119]="FirstFutureReservedWord",e[e.LastFutureReservedWord=127]="LastFutureReservedWord",e[e.FirstTypeNode=182]="FirstTypeNode",e[e.LastTypeNode=205]="LastTypeNode",e[e.FirstPunctuation=19]="FirstPunctuation",e[e.LastPunctuation=79]="LastPunctuation",e[e.FirstToken=0]="FirstToken",e[e.LastToken=165]="LastToken",e[e.FirstTriviaToken=2]="FirstTriviaToken",e[e.LastTriviaToken=7]="LastTriviaToken",e[e.FirstLiteralToken=9]="FirstLiteralToken",e[e.LastLiteralToken=15]="LastLiteralToken",e[e.FirstTemplateToken=15]="FirstTemplateToken",e[e.LastTemplateToken=18]="LastTemplateToken",e[e.FirstBinaryOperator=30]="FirstBinaryOperator",e[e.LastBinaryOperator=79]="LastBinaryOperator",e[e.FirstStatement=243]="FirstStatement",e[e.LastStatement=259]="LastStatement",e[e.FirstNode=166]="FirstNode",e[e.FirstJSDocNode=316]="FirstJSDocNode",e[e.LastJSDocNode=357]="LastJSDocNode",e[e.FirstJSDocTagNode=334]="FirstJSDocTagNode",e[e.LastJSDocTagNode=357]="LastJSDocTagNode",e[e.FirstContextualKeyword=128]="FirstContextualKeyword",e[e.LastContextualKeyword=165]="LastContextualKeyword",e))(td||{}),rd=(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))(rd||{}),nd=(e=>(e[e.None=0]="None",e[e.Export=1]="Export",e[e.Ambient=2]="Ambient",e[e.Public=4]="Public",e[e.Private=8]="Private",e[e.Protected=16]="Protected",e[e.Static=32]="Static",e[e.Readonly=64]="Readonly",e[e.Accessor=128]="Accessor",e[e.Abstract=256]="Abstract",e[e.Async=512]="Async",e[e.Default=1024]="Default",e[e.Const=2048]="Const",e[e.HasComputedJSDocModifiers=4096]="HasComputedJSDocModifiers",e[e.Deprecated=8192]="Deprecated",e[e.Override=16384]="Override",e[e.In=32768]="In",e[e.Out=65536]="Out",e[e.Decorator=131072]="Decorator",e[e.HasComputedFlags=536870912]="HasComputedFlags",e[e.AccessibilityModifier=28]="AccessibilityModifier",e[e.ParameterPropertyModifier=16476]="ParameterPropertyModifier",e[e.NonPublicAccessibilityModifier=24]="NonPublicAccessibilityModifier",e[e.TypeScriptModifier=117086]="TypeScriptModifier",e[e.ExportDefault=1025]="ExportDefault",e[e.All=258047]="All",e[e.Modifier=126975]="Modifier",e))(nd||{}),ly=(e=>(e[e.None=0]="None",e[e.IntrinsicNamedElement=1]="IntrinsicNamedElement",e[e.IntrinsicIndexedElement=2]="IntrinsicIndexedElement",e[e.IntrinsicElement=3]="IntrinsicElement",e))(ly||{}),id=(e=>(e[e.Succeeded=1]="Succeeded",e[e.Failed=2]="Failed",e[e.Reported=4]="Reported",e[e.ReportsUnmeasurable=8]="ReportsUnmeasurable",e[e.ReportsUnreliable=16]="ReportsUnreliable",e[e.ReportsMask=24]="ReportsMask",e))(id||{}),uy=(e=>(e[e.None=0]="None",e[e.Auto=1]="Auto",e[e.Loop=2]="Loop",e[e.Unique=3]="Unique",e[e.Node=4]="Node",e[e.KindMask=7]="KindMask",e[e.ReservedInNestedScopes=8]="ReservedInNestedScopes",e[e.Optimistic=16]="Optimistic",e[e.FileLevel=32]="FileLevel",e[e.AllowNameSubstitution=64]="AllowNameSubstitution",e))(uy||{}),py=(e=>(e[e.None=0]="None",e[e.PrecedingLineBreak=1]="PrecedingLineBreak",e[e.PrecedingJSDocComment=2]="PrecedingJSDocComment",e[e.Unterminated=4]="Unterminated",e[e.ExtendedUnicodeEscape=8]="ExtendedUnicodeEscape",e[e.Scientific=16]="Scientific",e[e.Octal=32]="Octal",e[e.HexSpecifier=64]="HexSpecifier",e[e.BinarySpecifier=128]="BinarySpecifier",e[e.OctalSpecifier=256]="OctalSpecifier",e[e.ContainsSeparator=512]="ContainsSeparator",e[e.UnicodeEscape=1024]="UnicodeEscape",e[e.ContainsInvalidEscape=2048]="ContainsInvalidEscape",e[e.HexEscape=4096]="HexEscape",e[e.ContainsLeadingZero=8192]="ContainsLeadingZero",e[e.ContainsInvalidSeparator=16384]="ContainsInvalidSeparator",e[e.BinaryOrOctalSpecifier=384]="BinaryOrOctalSpecifier",e[e.WithSpecifier=448]="WithSpecifier",e[e.StringLiteralFlags=7176]="StringLiteralFlags",e[e.NumericLiteralFlags=25584]="NumericLiteralFlags",e[e.TemplateLiteralLikeFlags=7176]="TemplateLiteralLikeFlags",e[e.IsInvalid=26656]="IsInvalid",e))(py||{}),bl=(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))(bl||{}),fy=(e=>(e[e.ExpectError=0]="ExpectError",e[e.Ignore=1]="Ignore",e))(fy||{}),ad=class{},dy=(e=>(e[e.RootFile=0]="RootFile",e[e.SourceFromProjectReference=1]="SourceFromProjectReference",e[e.OutputFromProjectReference=2]="OutputFromProjectReference",e[e.Import=3]="Import",e[e.ReferenceFile=4]="ReferenceFile",e[e.TypeReferenceDirective=5]="TypeReferenceDirective",e[e.LibFile=6]="LibFile",e[e.LibReferenceDirective=7]="LibReferenceDirective",e[e.AutomaticTypeDirectiveFile=8]="AutomaticTypeDirectiveFile",e))(dy||{}),my=(e=>(e[e.FilePreprocessingReferencedDiagnostic=0]="FilePreprocessingReferencedDiagnostic",e[e.FilePreprocessingFileExplainingDiagnostic=1]="FilePreprocessingFileExplainingDiagnostic",e[e.ResolutionDiagnostics=2]="ResolutionDiagnostics",e))(my||{}),hy=(e=>(e[e.Js=0]="Js",e[e.Dts=1]="Dts",e))(hy||{}),yy=(e=>(e[e.Not=0]="Not",e[e.SafeModules=1]="SafeModules",e[e.Completely=2]="Completely",e))(yy||{}),gy=(e=>(e[e.Success=0]="Success",e[e.DiagnosticsPresent_OutputsSkipped=1]="DiagnosticsPresent_OutputsSkipped",e[e.DiagnosticsPresent_OutputsGenerated=2]="DiagnosticsPresent_OutputsGenerated",e[e.InvalidProject_OutputsSkipped=3]="InvalidProject_OutputsSkipped",e[e.ProjectReferenceCycle_OutputsSkipped=4]="ProjectReferenceCycle_OutputsSkipped",e))(gy||{}),by=(e=>(e[e.Ok=0]="Ok",e[e.NeedsOverride=1]="NeedsOverride",e[e.HasInvalidOverride=2]="HasInvalidOverride",e))(by||{}),vy=(e=>(e[e.None=0]="None",e[e.Literal=1]="Literal",e[e.Subtype=2]="Subtype",e))(vy||{}),Ty=(e=>(e[e.None=0]="None",e[e.Signature=1]="Signature",e[e.NoConstraints=2]="NoConstraints",e[e.Completions=4]="Completions",e[e.SkipBindingPatterns=8]="SkipBindingPatterns",e))(Ty||{}),Sy=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.ForbidIndexedAccessSymbolReferences=16]="ForbidIndexedAccessSymbolReferences",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.UseOnlyExternalAliasing=128]="UseOnlyExternalAliasing",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.WriteTypeParametersInQualifiedName=512]="WriteTypeParametersInQualifiedName",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowThisInObjectLiteral=32768]="AllowThisInObjectLiteral",e[e.AllowQualifiedNameInPlaceOfIdentifier=65536]="AllowQualifiedNameInPlaceOfIdentifier",e[e.AllowAnonymousIdentifier=131072]="AllowAnonymousIdentifier",e[e.AllowEmptyUnionOrIntersection=262144]="AllowEmptyUnionOrIntersection",e[e.AllowEmptyTuple=524288]="AllowEmptyTuple",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AllowEmptyIndexInfoType=2097152]="AllowEmptyIndexInfoType",e[e.WriteComputedProps=1073741824]="WriteComputedProps",e[e.AllowNodeModulesRelativePaths=67108864]="AllowNodeModulesRelativePaths",e[e.DoNotIncludeSymbolChain=134217728]="DoNotIncludeSymbolChain",e[e.IgnoreErrors=70221824]="IgnoreErrors",e[e.InObjectTypeLiteral=4194304]="InObjectTypeLiteral",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.InInitialEntityName=16777216]="InInitialEntityName",e))(Sy||{}),xy=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AddUndefined=131072]="AddUndefined",e[e.WriteArrowStyleSignature=262144]="WriteArrowStyleSignature",e[e.InArrayType=524288]="InArrayType",e[e.InElementType=2097152]="InElementType",e[e.InFirstTypeArgument=4194304]="InFirstTypeArgument",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.NodeBuilderFlagsMask=848330091]="NodeBuilderFlagsMask",e))(xy||{}),wy=(e=>(e[e.None=0]="None",e[e.WriteTypeParametersOrArguments=1]="WriteTypeParametersOrArguments",e[e.UseOnlyExternalAliasing=2]="UseOnlyExternalAliasing",e[e.AllowAnyNodeKind=4]="AllowAnyNodeKind",e[e.UseAliasDefinedOutsideCurrentScope=8]="UseAliasDefinedOutsideCurrentScope",e[e.WriteComputedProps=16]="WriteComputedProps",e[e.DoNotIncludeSymbolChain=32]="DoNotIncludeSymbolChain",e))(wy||{}),Cy=(e=>(e[e.Accessible=0]="Accessible",e[e.NotAccessible=1]="NotAccessible",e[e.CannotBeNamed=2]="CannotBeNamed",e))(Cy||{}),Ey=(e=>(e[e.UnionOrIntersection=0]="UnionOrIntersection",e[e.Spread=1]="Spread",e))(Ey||{}),Ay=(e=>(e[e.This=0]="This",e[e.Identifier=1]="Identifier",e[e.AssertsThis=2]="AssertsThis",e[e.AssertsIdentifier=3]="AssertsIdentifier",e))(Ay||{}),ky=(e=>(e[e.Unknown=0]="Unknown",e[e.TypeWithConstructSignatureAndValue=1]="TypeWithConstructSignatureAndValue",e[e.VoidNullableOrNeverType=2]="VoidNullableOrNeverType",e[e.NumberLikeType=3]="NumberLikeType",e[e.BigIntLikeType=4]="BigIntLikeType",e[e.StringLikeType=5]="StringLikeType",e[e.BooleanType=6]="BooleanType",e[e.ArrayLikeType=7]="ArrayLikeType",e[e.ESSymbolType=8]="ESSymbolType",e[e.Promise=9]="Promise",e[e.TypeWithCallSignature=10]="TypeWithCallSignature",e[e.ObjectType=11]="ObjectType",e))(ky||{}),od=(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=67108863]="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))(od||{}),Dy=(e=>(e[e.Numeric=0]="Numeric",e[e.Literal=1]="Literal",e))(Dy||{}),Py=(e=>(e[e.None=0]="None",e[e.Instantiated=1]="Instantiated",e[e.SyntheticProperty=2]="SyntheticProperty",e[e.SyntheticMethod=4]="SyntheticMethod",e[e.Readonly=8]="Readonly",e[e.ReadPartial=16]="ReadPartial",e[e.WritePartial=32]="WritePartial",e[e.HasNonUniformType=64]="HasNonUniformType",e[e.HasLiteralType=128]="HasLiteralType",e[e.ContainsPublic=256]="ContainsPublic",e[e.ContainsProtected=512]="ContainsProtected",e[e.ContainsPrivate=1024]="ContainsPrivate",e[e.ContainsStatic=2048]="ContainsStatic",e[e.Late=4096]="Late",e[e.ReverseMapped=8192]="ReverseMapped",e[e.OptionalParameter=16384]="OptionalParameter",e[e.RestParameter=32768]="RestParameter",e[e.DeferredType=65536]="DeferredType",e[e.HasNeverType=131072]="HasNeverType",e[e.Mapped=262144]="Mapped",e[e.StripOptional=524288]="StripOptional",e[e.Unresolved=1048576]="Unresolved",e[e.Synthetic=6]="Synthetic",e[e.Discriminant=192]="Discriminant",e[e.Partial=48]="Partial",e))(Py||{}),Iy=(e=>(e.Call="__call",e.Constructor="__constructor",e.New="__new",e.Index="__index",e.ExportStar="__export",e.Global="__global",e.Missing="__missing",e.Type="__type",e.Object="__object",e.JSXAttributes="__jsxAttributes",e.Class="__class",e.Function="__function",e.Computed="__computed",e.Resolving="__resolving__",e.ExportEquals="export=",e.Default="default",e.This="this",e))(Iy||{}),Ny=(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))(Ny||{}),sd=(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.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=138117121]="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.NotPrimitiveUnion=36323331]="NotPrimitiveUnion",e))(sd||{}),_d=(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.ObjectTypeKindMask=1343]="ObjectTypeKindMask",e[e.ContainsSpread=2097152]="ContainsSpread",e[e.ObjectRestType=4194304]="ObjectRestType",e[e.InstantiationExpressionType=8388608]="InstantiationExpressionType",e[e.IsClassInstanceClone=16777216]="IsClassInstanceClone",e[e.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",e[e.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",e[e.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",e[e.IsGenericObjectType=4194304]="IsGenericObjectType",e[e.IsGenericIndexType=8388608]="IsGenericIndexType",e[e.IsGenericType=12582912]="IsGenericType",e[e.ContainsIntersections=16777216]="ContainsIntersections",e[e.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",e[e.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",e[e.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",e[e.IsNeverIntersection=33554432]="IsNeverIntersection",e))(_d||{}),Oy=(e=>(e[e.Invariant=0]="Invariant",e[e.Covariant=1]="Covariant",e[e.Contravariant=2]="Contravariant",e[e.Bivariant=3]="Bivariant",e[e.Independent=4]="Independent",e[e.VarianceMask=7]="VarianceMask",e[e.Unmeasurable=8]="Unmeasurable",e[e.Unreliable=16]="Unreliable",e[e.AllowsStructuralFallback=24]="AllowsStructuralFallback",e))(Oy||{}),My=(e=>(e[e.Required=1]="Required",e[e.Optional=2]="Optional",e[e.Rest=4]="Rest",e[e.Variadic=8]="Variadic",e[e.Fixed=3]="Fixed",e[e.Variable=12]="Variable",e[e.NonRequired=14]="NonRequired",e[e.NonRest=11]="NonRest",e))(My||{}),Ly=(e=>(e[e.None=0]="None",e[e.IncludeUndefined=1]="IncludeUndefined",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.Writing=4]="Writing",e[e.CacheSymbol=8]="CacheSymbol",e[e.NoTupleBoundsCheck=16]="NoTupleBoundsCheck",e[e.ExpressionPosition=32]="ExpressionPosition",e[e.ReportDeprecated=64]="ReportDeprecated",e[e.SuppressNoImplicitAnyError=128]="SuppressNoImplicitAnyError",e[e.Contextual=256]="Contextual",e[e.Persistent=1]="Persistent",e))(Ly||{}),Jy=(e=>(e[e.None=0]="None",e[e.StringsOnly=1]="StringsOnly",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.NoReducibleCheck=4]="NoReducibleCheck",e))(Jy||{}),Ry=(e=>(e[e.Component=0]="Component",e[e.Function=1]="Function",e[e.Mixed=2]="Mixed",e))(Ry||{}),jy=(e=>(e[e.Call=0]="Call",e[e.Construct=1]="Construct",e))(jy||{}),cd=(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))(cd||{}),Fy=(e=>(e[e.String=0]="String",e[e.Number=1]="Number",e))(Fy||{}),By=(e=>(e[e.Simple=0]="Simple",e[e.Array=1]="Array",e[e.Deferred=2]="Deferred",e[e.Function=3]="Function",e[e.Composite=4]="Composite",e[e.Merged=5]="Merged",e))(By||{}),Uy=(e=>(e[e.None=0]="None",e[e.NakedTypeVariable=1]="NakedTypeVariable",e[e.SpeculativeTuple=2]="SpeculativeTuple",e[e.SubstituteSource=4]="SubstituteSource",e[e.HomomorphicMappedType=8]="HomomorphicMappedType",e[e.PartialHomomorphicMappedType=16]="PartialHomomorphicMappedType",e[e.MappedTypeConstraint=32]="MappedTypeConstraint",e[e.ContravariantConditional=64]="ContravariantConditional",e[e.ReturnType=128]="ReturnType",e[e.LiteralKeyof=256]="LiteralKeyof",e[e.NoConstraints=512]="NoConstraints",e[e.AlwaysStrict=1024]="AlwaysStrict",e[e.MaxValue=2048]="MaxValue",e[e.PriorityImpliesCombination=416]="PriorityImpliesCombination",e[e.Circularity=-1]="Circularity",e))(Uy||{}),qy=(e=>(e[e.None=0]="None",e[e.NoDefault=1]="NoDefault",e[e.AnyDefault=2]="AnyDefault",e[e.SkippedGenericFunction=4]="SkippedGenericFunction",e))(qy||{}),zy=(e=>(e[e.False=0]="False",e[e.Unknown=1]="Unknown",e[e.Maybe=3]="Maybe",e[e.True=-1]="True",e))(zy||{}),Wy=(e=>(e[e.None=0]="None",e[e.ExportsProperty=1]="ExportsProperty",e[e.ModuleExports=2]="ModuleExports",e[e.PrototypeProperty=3]="PrototypeProperty",e[e.ThisProperty=4]="ThisProperty",e[e.Property=5]="Property",e[e.Prototype=6]="Prototype",e[e.ObjectDefinePropertyValue=7]="ObjectDefinePropertyValue",e[e.ObjectDefinePropertyExports=8]="ObjectDefinePropertyExports",e[e.ObjectDefinePrototypeProperty=9]="ObjectDefinePrototypeProperty",e))(Wy||{}),ld=(e=>(e[e.Warning=0]="Warning",e[e.Error=1]="Error",e[e.Suggestion=2]="Suggestion",e[e.Message=3]="Message",e))(ld||{}),Vy=(e=>(e[e.Classic=1]="Classic",e[e.NodeJs=2]="NodeJs",e[e.Node10=2]="Node10",e[e.Node16=3]="Node16",e[e.NodeNext=99]="NodeNext",e[e.Bundler=100]="Bundler",e))(Vy||{}),Hy=(e=>(e[e.Legacy=1]="Legacy",e[e.Auto=2]="Auto",e[e.Force=3]="Force",e))(Hy||{}),Gy=(e=>(e[e.FixedPollingInterval=0]="FixedPollingInterval",e[e.PriorityPollingInterval=1]="PriorityPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e[e.UseFsEvents=4]="UseFsEvents",e[e.UseFsEventsOnParentDirectory=5]="UseFsEventsOnParentDirectory",e))(Gy||{}),Xy=(e=>(e[e.UseFsEvents=0]="UseFsEvents",e[e.FixedPollingInterval=1]="FixedPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e))(Xy||{}),$y=(e=>(e[e.FixedInterval=0]="FixedInterval",e[e.PriorityInterval=1]="PriorityInterval",e[e.DynamicPriority=2]="DynamicPriority",e[e.FixedChunkSize=3]="FixedChunkSize",e))($y||{}),Qy=(e=>(e[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ES2020=6]="ES2020",e[e.ES2022=7]="ES2022",e[e.ESNext=99]="ESNext",e[e.Node16=100]="Node16",e[e.NodeNext=199]="NodeNext",e))(Qy||{}),Yy=(e=>(e[e.None=0]="None",e[e.Preserve=1]="Preserve",e[e.React=2]="React",e[e.ReactNative=3]="ReactNative",e[e.ReactJSX=4]="ReactJSX",e[e.ReactJSXDev=5]="ReactJSXDev",e))(Yy||{}),Ky=(e=>(e[e.Remove=0]="Remove",e[e.Preserve=1]="Preserve",e[e.Error=2]="Error",e))(Ky||{}),Zy=(e=>(e[e.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",e[e.LineFeed=1]="LineFeed",e))(Zy||{}),ud=(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))(ud||{}),e0=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ES2021=8]="ES2021",e[e.ES2022=9]="ES2022",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(e0||{}),t0=(e=>(e[e.Standard=0]="Standard",e[e.JSX=1]="JSX",e))(t0||{}),r0=(e=>(e[e.None=0]="None",e[e.Recursive=1]="Recursive",e))(r0||{}),n0=(e=>(e[e.nullCharacter=0]="nullCharacter",e[e.maxAsciiCharacter=127]="maxAsciiCharacter",e[e.lineFeed=10]="lineFeed",e[e.carriageReturn=13]="carriageReturn",e[e.lineSeparator=8232]="lineSeparator",e[e.paragraphSeparator=8233]="paragraphSeparator",e[e.nextLine=133]="nextLine",e[e.space=32]="space",e[e.nonBreakingSpace=160]="nonBreakingSpace",e[e.enQuad=8192]="enQuad",e[e.emQuad=8193]="emQuad",e[e.enSpace=8194]="enSpace",e[e.emSpace=8195]="emSpace",e[e.threePerEmSpace=8196]="threePerEmSpace",e[e.fourPerEmSpace=8197]="fourPerEmSpace",e[e.sixPerEmSpace=8198]="sixPerEmSpace",e[e.figureSpace=8199]="figureSpace",e[e.punctuationSpace=8200]="punctuationSpace",e[e.thinSpace=8201]="thinSpace",e[e.hairSpace=8202]="hairSpace",e[e.zeroWidthSpace=8203]="zeroWidthSpace",e[e.narrowNoBreakSpace=8239]="narrowNoBreakSpace",e[e.ideographicSpace=12288]="ideographicSpace",e[e.mathematicalSpace=8287]="mathematicalSpace",e[e.ogham=5760]="ogham",e[e.replacementCharacter=65533]="replacementCharacter",e[e._=95]="_",e[e.$=36]="$",e[e._0=48]="_0",e[e._1=49]="_1",e[e._2=50]="_2",e[e._3=51]="_3",e[e._4=52]="_4",e[e._5=53]="_5",e[e._6=54]="_6",e[e._7=55]="_7",e[e._8=56]="_8",e[e._9=57]="_9",e[e.a=97]="a",e[e.b=98]="b",e[e.c=99]="c",e[e.d=100]="d",e[e.e=101]="e",e[e.f=102]="f",e[e.g=103]="g",e[e.h=104]="h",e[e.i=105]="i",e[e.j=106]="j",e[e.k=107]="k",e[e.l=108]="l",e[e.m=109]="m",e[e.n=110]="n",e[e.o=111]="o",e[e.p=112]="p",e[e.q=113]="q",e[e.r=114]="r",e[e.s=115]="s",e[e.t=116]="t",e[e.u=117]="u",e[e.v=118]="v",e[e.w=119]="w",e[e.x=120]="x",e[e.y=121]="y",e[e.z=122]="z",e[e.A=65]="A",e[e.B=66]="B",e[e.C=67]="C",e[e.D=68]="D",e[e.E=69]="E",e[e.F=70]="F",e[e.G=71]="G",e[e.H=72]="H",e[e.I=73]="I",e[e.J=74]="J",e[e.K=75]="K",e[e.L=76]="L",e[e.M=77]="M",e[e.N=78]="N",e[e.O=79]="O",e[e.P=80]="P",e[e.Q=81]="Q",e[e.R=82]="R",e[e.S=83]="S",e[e.T=84]="T",e[e.U=85]="U",e[e.V=86]="V",e[e.W=87]="W",e[e.X=88]="X",e[e.Y=89]="Y",e[e.Z=90]="Z",e[e.ampersand=38]="ampersand",e[e.asterisk=42]="asterisk",e[e.at=64]="at",e[e.backslash=92]="backslash",e[e.backtick=96]="backtick",e[e.bar=124]="bar",e[e.caret=94]="caret",e[e.closeBrace=125]="closeBrace",e[e.closeBracket=93]="closeBracket",e[e.closeParen=41]="closeParen",e[e.colon=58]="colon",e[e.comma=44]="comma",e[e.dot=46]="dot",e[e.doubleQuote=34]="doubleQuote",e[e.equals=61]="equals",e[e.exclamation=33]="exclamation",e[e.greaterThan=62]="greaterThan",e[e.hash=35]="hash",e[e.lessThan=60]="lessThan",e[e.minus=45]="minus",e[e.openBrace=123]="openBrace",e[e.openBracket=91]="openBracket",e[e.openParen=40]="openParen",e[e.percent=37]="percent",e[e.plus=43]="plus",e[e.question=63]="question",e[e.semicolon=59]="semicolon",e[e.singleQuote=39]="singleQuote",e[e.slash=47]="slash",e[e.tilde=126]="tilde",e[e.backspace=8]="backspace",e[e.formFeed=12]="formFeed",e[e.byteOrderMark=65279]="byteOrderMark",e[e.tab=9]="tab",e[e.verticalTab=11]="verticalTab",e))(n0||{}),i0=(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))(i0||{}),pd=(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))(pd||{}),fd=(e=>(e[e.TabStop=0]="TabStop",e[e.Placeholder=1]="Placeholder",e[e.Choice=2]="Choice",e[e.Variable=3]="Variable",e))(fd||{}),dd=(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))(dd||{}),a0=(e=>(e[e.None=0]="None",e[e.TypeScriptClassWrapper=1]="TypeScriptClassWrapper",e[e.NeverApplyImportHelper=2]="NeverApplyImportHelper",e[e.IgnoreSourceNewlines=4]="IgnoreSourceNewlines",e[e.Immutable=8]="Immutable",e[e.IndirectCall=16]="IndirectCall",e[e.TransformPrivateStaticElements=32]="TransformPrivateStaticElements",e))(a0||{}),o0=(e=>(e[e.Extends=1]="Extends",e[e.Assign=2]="Assign",e[e.Rest=4]="Rest",e[e.Decorate=8]="Decorate",e[e.ESDecorateAndRunInitializers=8]="ESDecorateAndRunInitializers",e[e.Metadata=16]="Metadata",e[e.Param=32]="Param",e[e.Awaiter=64]="Awaiter",e[e.Generator=128]="Generator",e[e.Values=256]="Values",e[e.Read=512]="Read",e[e.SpreadArray=1024]="SpreadArray",e[e.Await=2048]="Await",e[e.AsyncGenerator=4096]="AsyncGenerator",e[e.AsyncDelegator=8192]="AsyncDelegator",e[e.AsyncValues=16384]="AsyncValues",e[e.ExportStar=32768]="ExportStar",e[e.ImportStar=65536]="ImportStar",e[e.ImportDefault=131072]="ImportDefault",e[e.MakeTemplateObject=262144]="MakeTemplateObject",e[e.ClassPrivateFieldGet=524288]="ClassPrivateFieldGet",e[e.ClassPrivateFieldSet=1048576]="ClassPrivateFieldSet",e[e.ClassPrivateFieldIn=2097152]="ClassPrivateFieldIn",e[e.CreateBinding=4194304]="CreateBinding",e[e.SetFunctionName=8388608]="SetFunctionName",e[e.PropKey=16777216]="PropKey",e[e.AddDisposableResourceAndDisposeResources=33554432]="AddDisposableResourceAndDisposeResources",e[e.FirstEmitHelper=1]="FirstEmitHelper",e[e.LastEmitHelper=33554432]="LastEmitHelper",e[e.ForOfIncludes=256]="ForOfIncludes",e[e.ForAwaitOfIncludes=16384]="ForAwaitOfIncludes",e[e.AsyncGeneratorIncludes=6144]="AsyncGeneratorIncludes",e[e.AsyncDelegatorIncludes=26624]="AsyncDelegatorIncludes",e[e.SpreadIncludes=1536]="SpreadIncludes",e))(o0||{}),s0=(e=>(e[e.SourceFile=0]="SourceFile",e[e.Expression=1]="Expression",e[e.IdentifierName=2]="IdentifierName",e[e.MappedTypeParameter=3]="MappedTypeParameter",e[e.Unspecified=4]="Unspecified",e[e.EmbeddedStatement=5]="EmbeddedStatement",e[e.JsxAttributeValue=6]="JsxAttributeValue",e))(s0||{}),_0=(e=>(e[e.Parentheses=1]="Parentheses",e[e.TypeAssertions=2]="TypeAssertions",e[e.NonNullAssertions=4]="NonNullAssertions",e[e.PartiallyEmittedExpressions=8]="PartiallyEmittedExpressions",e[e.Assertions=6]="Assertions",e[e.All=15]="All",e[e.ExcludeJSDocTypeAssertion=16]="ExcludeJSDocTypeAssertion",e))(_0||{}),c0=(e=>(e[e.None=0]="None",e[e.InParameters=1]="InParameters",e[e.VariablesHoistedInParameters=2]="VariablesHoistedInParameters",e))(c0||{}),l0=(e=>(e.Prologue="prologue",e.EmitHelpers="emitHelpers",e.NoDefaultLib="no-default-lib",e.Reference="reference",e.Type="type",e.TypeResolutionModeRequire="type-require",e.TypeResolutionModeImport="type-import",e.Lib="lib",e.Prepend="prepend",e.Text="text",e.Internal="internal",e))(l0||{}),u0=(e=>(e[e.None=0]="None",e[e.SingleLine=0]="SingleLine",e[e.MultiLine=1]="MultiLine",e[e.PreserveLines=2]="PreserveLines",e[e.LinesMask=3]="LinesMask",e[e.NotDelimited=0]="NotDelimited",e[e.BarDelimited=4]="BarDelimited",e[e.AmpersandDelimited=8]="AmpersandDelimited",e[e.CommaDelimited=16]="CommaDelimited",e[e.AsteriskDelimited=32]="AsteriskDelimited",e[e.DelimitersMask=60]="DelimitersMask",e[e.AllowTrailingComma=64]="AllowTrailingComma",e[e.Indented=128]="Indented",e[e.SpaceBetweenBraces=256]="SpaceBetweenBraces",e[e.SpaceBetweenSiblings=512]="SpaceBetweenSiblings",e[e.Braces=1024]="Braces",e[e.Parenthesis=2048]="Parenthesis",e[e.AngleBrackets=4096]="AngleBrackets",e[e.SquareBrackets=8192]="SquareBrackets",e[e.BracketsMask=15360]="BracketsMask",e[e.OptionalIfUndefined=16384]="OptionalIfUndefined",e[e.OptionalIfEmpty=32768]="OptionalIfEmpty",e[e.Optional=49152]="Optional",e[e.PreferNewLine=65536]="PreferNewLine",e[e.NoTrailingNewLine=131072]="NoTrailingNewLine",e[e.NoInterveningComments=262144]="NoInterveningComments",e[e.NoSpaceIfEmpty=524288]="NoSpaceIfEmpty",e[e.SingleElement=1048576]="SingleElement",e[e.SpaceAfterList=2097152]="SpaceAfterList",e[e.Modifiers=2359808]="Modifiers",e[e.HeritageClauses=512]="HeritageClauses",e[e.SingleLineTypeLiteralMembers=768]="SingleLineTypeLiteralMembers",e[e.MultiLineTypeLiteralMembers=32897]="MultiLineTypeLiteralMembers",e[e.SingleLineTupleTypeElements=528]="SingleLineTupleTypeElements",e[e.MultiLineTupleTypeElements=657]="MultiLineTupleTypeElements",e[e.UnionTypeConstituents=516]="UnionTypeConstituents",e[e.IntersectionTypeConstituents=520]="IntersectionTypeConstituents",e[e.ObjectBindingPatternElements=525136]="ObjectBindingPatternElements",e[e.ArrayBindingPatternElements=524880]="ArrayBindingPatternElements",e[e.ObjectLiteralExpressionProperties=526226]="ObjectLiteralExpressionProperties",e[e.ImportClauseEntries=526226]="ImportClauseEntries",e[e.ArrayLiteralExpressionElements=8914]="ArrayLiteralExpressionElements",e[e.CommaListElements=528]="CommaListElements",e[e.CallExpressionArguments=2576]="CallExpressionArguments",e[e.NewExpressionArguments=18960]="NewExpressionArguments",e[e.TemplateExpressionSpans=262144]="TemplateExpressionSpans",e[e.SingleLineBlockStatements=768]="SingleLineBlockStatements",e[e.MultiLineBlockStatements=129]="MultiLineBlockStatements",e[e.VariableDeclarationList=528]="VariableDeclarationList",e[e.SingleLineFunctionBodyStatements=768]="SingleLineFunctionBodyStatements",e[e.MultiLineFunctionBodyStatements=1]="MultiLineFunctionBodyStatements",e[e.ClassHeritageClauses=0]="ClassHeritageClauses",e[e.ClassMembers=129]="ClassMembers",e[e.InterfaceMembers=129]="InterfaceMembers",e[e.EnumMembers=145]="EnumMembers",e[e.CaseBlockClauses=129]="CaseBlockClauses",e[e.NamedImportsOrExportsElements=525136]="NamedImportsOrExportsElements",e[e.JsxElementOrFragmentChildren=262144]="JsxElementOrFragmentChildren",e[e.JsxElementAttributes=262656]="JsxElementAttributes",e[e.CaseOrDefaultClauseStatements=163969]="CaseOrDefaultClauseStatements",e[e.HeritageClauseTypes=528]="HeritageClauseTypes",e[e.SourceFileStatements=131073]="SourceFileStatements",e[e.Decorators=2146305]="Decorators",e[e.TypeArguments=53776]="TypeArguments",e[e.TypeParameters=53776]="TypeParameters",e[e.Parameters=2576]="Parameters",e[e.IndexSignatureParameters=8848]="IndexSignatureParameters",e[e.JSDocComment=33]="JSDocComment",e))(u0||{}),p0=(e=>(e[e.None=0]="None",e[e.TripleSlashXML=1]="TripleSlashXML",e[e.SingleLine=2]="SingleLine",e[e.MultiLine=4]="MultiLine",e[e.All=7]="All",e[e.Default=7]="Default",e))(p0||{}),zd={reference:{args:[{name:"types",optional:!0,captureSpan:!0},{name:"lib",optional:!0,captureSpan:!0},{name:"path",optional:!0,captureSpan:!0},{name:"no-default-lib",optional:!0},{name:"resolution-mode",optional:!0}],kind:1},"amd-dependency":{args:[{name:"path"},{name:"name",optional:!0}],kind:1},"amd-module":{args:[{name:"name"}],kind:1},"ts-check":{kind:2},"ts-nocheck":{kind:2},jsx:{args:[{name:"factory"}],kind:4},jsxfrag:{args:[{name:"factory"}],kind:4},jsximportsource:{args:[{name:"factory"}],kind:4},jsxruntime:{args:[{name:"factory"}],kind:4}}}}),TE=()=>{},f0;function dg(e){return e===47||e===92}function SE(e){return Jl(e)<0}function v_(e){return Jl(e)>0}function xE(e){let t=Jl(e);return t>0&&t===e.length}function mg(e){return Jl(e)!==0}function rs(e){return/^\.\.?($|[\\/])/.test(e)}function wE(e){return!mg(e)&&!rs(e)}function $v(e){return eo(T_(e),".")}function La(e,t){return e.length>t.length&&ts(e,t)}function ei(e,t){for(let r of t)if(La(e,r))return!0;return!1}function Wd(e){return e.length>0&&dg(e.charCodeAt(e.length-1))}function Lb(e){return e>=97&&e<=122||e>=65&&e<=90}function CE(e,t){let r=e.charCodeAt(t);if(r===58)return t+1;if(r===37&&e.charCodeAt(t+1)===51){let a=e.charCodeAt(t+2);if(a===97||a===65)return t+3}return-1}function Jl(e){if(!e)return 0;let t=e.charCodeAt(0);if(t===47||t===92){if(e.charCodeAt(1)!==t)return 1;let a=e.indexOf(t===47?fn:vg,2);return a<0?e.length:a+1}if(Lb(t)&&e.charCodeAt(1)===58){let a=e.charCodeAt(2);if(a===47||a===92)return 3;if(e.length===2)return 2}let r=e.indexOf(m0);if(r!==-1){let a=r+m0.length,_=e.indexOf(fn,a);if(_!==-1){let p=e.slice(0,r),d=e.slice(a,_);if(p==="file"&&(d===""||d==="localhost")&&Lb(e.charCodeAt(_+1))){let h=CE(e,_+2);if(h!==-1){if(e.charCodeAt(h)===47)return~(h+1);if(h===e.length)return~h}}return~(_+1)}return~e.length}return 0}function Ei(e){let t=Jl(e);return t<0?~t:t}function $i(e){e=qo(e);let t=Ei(e);return t===e.length?e:(e=S_(e),e.slice(0,Math.max(t,e.lastIndexOf(fn))))}function T_(e,t,r){if(e=qo(e),Ei(e)===e.length)return"";e=S_(e);let _=e.slice(Math.max(Ei(e),e.lastIndexOf(fn)+1)),p=t!==void 0&&r!==void 0?md(_,t,r):void 0;return p?_.slice(0,_.length-p.length):_}function Jb(e,t,r){if(Fr(t,".")||(t="."+t),e.length>=t.length&&e.charCodeAt(e.length-t.length)===46){let a=e.slice(e.length-t.length);if(r(a,t))return a}}function EE(e,t,r){if(typeof t=="string")return Jb(e,t,r)||"";for(let a of t){let _=Jb(e,a,r);if(_)return _}return""}function md(e,t,r){if(t)return EE(S_(e),t,r?s_:Ll);let a=T_(e),_=a.lastIndexOf(".");return _>=0?a.substring(_):""}function AE(e,t){let r=e.substring(0,t),a=e.substring(t).split(fn);return a.length&&!wi(a)&&a.pop(),[r,...a]}function Ai(e,t=""){return e=hr(t,e),AE(e,Ei(e))}function Uo(e,t){return e.length===0?"":(e[0]&&zo(e[0]))+e.slice(1,t).join(fn)}function qo(e){return e.indexOf("\\")!==-1?e.replace(e4,fn):e}function Da(e){if(!mt(e))return[];let t=[e[0]];for(let r=1;r<e.length;r++){let a=e[r];if(a&&a!=="."){if(a===".."){if(t.length>1){if(t[t.length-1]!==".."){t.pop();continue}}else if(t[0])continue}t.push(a)}}return t}function hr(e,...t){e&&(e=qo(e));for(let r of t)r&&(r=qo(r),!e||Ei(r)!==0?e=r:e=zo(e)+r);return e}function d0(e,...t){return pn(mt(t)?hr(e,...t):qo(e))}function Vd(e,t){return Da(Ai(e,t))}function Pa(e,t){return Uo(Vd(e,t))}function pn(e){if(e=qo(e),!vl.test(e))return e;let t=e.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(t!==e&&(e=t,!vl.test(e)))return e;let r=Uo(Da(Ai(e)));return r&&Wd(e)?zo(r):r}function kE(e){return e.length===0?"":e.slice(1).join(fn)}function DE(e,t){return kE(Vd(e,t))}function xi(e,t,r){let a=v_(e)?pn(e):Pa(e,t);return r(a)}function S_(e){return Wd(e)?e.substr(0,e.length-1):e}function zo(e){return Wd(e)?e:e+fn}function hg(e){return!mg(e)&&!rs(e)?"./"+e:e}function Qv(e,t,r,a){let _=r!==void 0&&a!==void 0?md(e,r,a):md(e);return _?e.slice(0,e.length-_.length)+(Fr(t,".")?t:"."+t):e}function yg(e,t,r){if(e===t)return 0;if(e===void 0)return-1;if(t===void 0)return 1;let a=e.substring(0,Ei(e)),_=t.substring(0,Ei(t)),p=Bd(a,_);if(p!==0)return p;let d=e.substring(a.length),h=t.substring(_.length);if(!vl.test(d)&&!vl.test(h))return r(d,h);let l=Da(Ai(e)),v=Da(Ai(t)),y=Math.min(l.length,v.length);for(let C=1;C<y;C++){let S=r(l[C],v[C]);if(S!==0)return S}return kr(l.length,v.length)}function PE(e,t){return yg(e,t,Ci)}function IE(e,t){return yg(e,t,Bd)}function NE(e,t,r,a){return typeof r=="string"?(e=hr(r,e),t=hr(r,t)):typeof r=="boolean"&&(a=r),yg(e,t,_g(a))}function Yv(e,t,r,a){if(typeof r=="string"?(e=hr(r,e),t=hr(r,t)):typeof r=="boolean"&&(a=r),e===void 0||t===void 0)return!1;if(e===t)return!0;let _=Da(Ai(e)),p=Da(Ai(t));if(p.length<_.length)return!1;let d=a?s_:Ll;for(let h=0;h<_.length;h++)if(!(h===0?s_:d)(_[h],p[h]))return!1;return!0}function OE(e,t,r){let a=r(e),_=r(t);return Fr(a,_+"/")||Fr(a,_+"\\")}function gg(e,t,r,a){let _=Da(Ai(e)),p=Da(Ai(t)),d;for(d=0;d<_.length&&d<p.length;d++){let v=a(_[d]),y=a(p[d]);if(!(d===0?s_:r)(v,y))break}if(d===0)return p;let h=p.slice(d),l=[];for(;d<_.length;d++)l.push("..");return["",...l,...h]}function Kv(e,t,r){N.assert(Ei(e)>0==Ei(t)>0,"Paths must either both be absolute or both be relative");let p=gg(e,t,(typeof r=="boolean"?r:!1)?s_:Ll,typeof r=="function"?r:bt);return Uo(p)}function ME(e,t,r){return v_(e)?bg(t,e,t,r,!1):e}function LE(e,t,r){return hg(Kv($i(e),t,r))}function bg(e,t,r,a,_){let p=gg(d0(r,e),d0(r,t),Ll,a),d=p[0];if(_&&v_(d)){let h=d.charAt(0)===fn?"file://":"file:///";p[0]=h+d}return Uo(p)}function Zv(e,t){for(;;){let r=t(e);if(r!==void 0)return r;let a=$i(e);if(a===e)return;e=a}}function JE(e){return ts(e,"/node_modules")}var fn,vg,m0,e4,vl,t4=Vt({"src/compiler/path.ts"(){"use strict";Dr(),fn="/",vg="\\",m0="://",e4=/\\/g,vl=/(?:\/\/)|(?:^|\/)\.\.?(?:$|\/)/}});function i(e,t,r,a,_,p,d){return{code:e,category:t,key:r,message:a,reportsUnnecessary:_,elidedInCompatabilityPyramid:p,reportsDeprecated:d}}var U,RE=Vt({"src/compiler/diagnosticInformationMap.generated.ts"(){"use strict";Xv(),U={Unterminated_string_literal:i(1002,1,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:i(1003,1,"Identifier_expected_1003","Identifier expected."),_0_expected:i(1005,1,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:i(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:i(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:i(1009,1,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:i(1010,1,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:i(1011,1,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:i(1012,1,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1025,1,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:i(1028,1,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:i(1029,1,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:i(1030,1,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:i(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:i(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:i(1035,1,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1047,1,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:i(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:i(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:i(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:i(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:i(1053,1,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:i(1054,1,"A_get_accessor_cannot_have_parameters_1054","A 'get' accessor cannot have parameters."),Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:i(1055,1,"Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Prom_1055","Type '{0}' is not a valid async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor value."),Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1084,1,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),_0_modifier_cannot_appear_on_a_constructor_declaration:i(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:i(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:i(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:i(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:i(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:i(1094,1,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:i(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:i(1096,1,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:i(1097,1,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:i(1098,1,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:i(1099,1,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1109,1,"Expression_expected_1109","Expression expected."),Type_expected:i(1110,1,"Type_expected_1110","Type expected."),Private_field_0_must_be_declared_in_an_enclosing_class:i(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:i(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:i(1114,1,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:i(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:i(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:i(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:i(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:i(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:i(1120,1,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_Use_the_syntax_0:i(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:i(1123,1,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:i(1124,1,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:i(1125,1,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:i(1126,1,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:i(1127,1,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:i(1128,1,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:i(1129,1,"Statement_expected_1129","Statement expected."),case_or_default_expected:i(1130,1,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:i(1131,1,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:i(1132,1,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:i(1134,1,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:i(1135,1,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:i(1136,1,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:i(1137,1,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:i(1138,1,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:i(1139,1,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:i(1140,1,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:i(1141,1,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:i(1142,1,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:i(1144,1,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:i(1145,1,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:i(1146,1,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:i(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:i(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:i(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:i(1155,1,"_0_declarations_must_be_initialized_1155","'{0}' declarations must be initialized."),_0_declarations_can_only_be_declared_inside_a_block:i(1156,1,"_0_declarations_can_only_be_declared_inside_a_block_1156","'{0}' declarations can only be declared inside a block."),Unterminated_template_literal:i(1160,1,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:i(1161,1,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1172,1,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:i(1173,1,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:i(1174,1,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:i(1175,1,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:i(1176,1,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:i(1177,1,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:i(1178,1,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:i(1179,1,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:i(1180,1,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:i(1181,1,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:i(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:i(1183,1,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:i(1184,1,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:i(1185,1,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:i(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:i(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:i(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:i(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:i(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:i(1191,1,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:i(1192,1,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:i(1193,1,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:i(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:i(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:i(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:i(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:i(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:i(1199,1,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1223,1,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:i(1224,1,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:i(1225,1,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1249,1,"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249","A decorator can only decorate a method implementation, not an overload."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5:i(1250,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_definitions_are_automatically_in_strict_mode:i(1251,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Class definitions are automatically in strict mode."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_are_automatically_in_strict_mode:i(1252,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_1252","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are automatically in strict mode."),Abstract_properties_can_only_appear_within_an_abstract_class:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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."),with_statements_are_not_allowed_in_an_async_function_block:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1323,1,"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323","Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', or 'nodenext'."),Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nodenext:i(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nod_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', or 'nodenext'."),Argument_of_dynamic_import_cannot_be_spread_element:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1348,1,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:i(1349,1,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:i(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:i(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:i(1352,1,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1364,3,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:i(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:i(1366,3,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:i(1367,3,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Class_constructor_may_not_be_a_generator:i(1368,1,"Class_constructor_may_not_be_a_generator_1368","Class constructor may not be a generator."),Did_you_mean_0:i(1369,3,"Did_you_mean_0_1369","Did you mean '{0}'?"),This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set_to_error:i(1371,1,"This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set__1371","This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'."),await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:i(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:i(1376,3,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:i(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_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher:i(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', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:i(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:i(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:i(1381,1,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `&rbrace;`?"),Unexpected_token_Did_you_mean_or_gt:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1392,1,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:i(1393,3,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:i(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:i(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:i(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:i(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:i(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:i(1399,3,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:i(1400,3,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:i(1401,3,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:i(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:i(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:i(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:i(1405,3,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:i(1406,3,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1422,3,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:i(1423,3,"File_is_library_specified_here_1423","File is library specified here."),Default_library:i(1424,3,"Default_library_1424","Default library"),Default_library_for_target_0:i(1425,3,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:i(1426,3,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:i(1427,3,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:i(1428,3,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:i(1429,3,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:i(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:i(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_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher:i(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', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters:i(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:i(1434,1,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:i(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:i(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:i(1437,1,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:i(1438,1,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:i(1439,1,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:i(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:i(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:i(1442,1,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:i(1443,1,"Module_declaration_names_may_only_use_or_quoted_strings_1443",`Module declaration names may only use ' or " quoted strings.`),_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedModules_are_both_enabled:i(1444,1,"_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedMod_1444","'{0}' is a type and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedModules_are_both_enabled:i(1446,1,"_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveVa_1446","'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_enabled:i(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:i(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_assertion_as_arguments:i(1450,3,"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450","Dynamic imports can only accept a module specifier and an optional assertion as arguments"),Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression:i(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_assertions_are_only_supported_when_moduleResolution_is_node16_or_nodenext:i(1452,1,"resolution_mode_assertions_are_only_supported_when_moduleResolution_is_node16_or_nodenext_1452","'resolution-mode' assertions are only supported when `moduleResolution` is `node16` or `nodenext`."),resolution_mode_should_be_either_require_or_import:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1461,3,"File_is_CommonJS_module_because_package_json_was_not_found_1461","File is CommonJS module because 'package.json' was not found"),The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(1486,1,"Decorator_used_before_export_here_1486","Decorator used before 'export' here."),Octal_escape_sequences_are_not_allowed_Use_the_syntax_0:i(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:i(1488,1,"Escape_sequence_0_is_not_allowed_1488","Escape sequence '{0}' is not allowed."),Decimals_with_leading_zeros_are_not_allowed:i(1489,1,"Decimals_with_leading_zeros_are_not_allowed_1489","Decimals with leading zeros are not allowed."),File_appears_to_be_binary:i(1490,1,"File_appears_to_be_binary_1490","File appears to be binary."),_0_modifier_cannot_appear_on_a_using_declaration:i(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:i(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:i(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:i(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:i(1495,1,"_0_modifier_cannot_appear_on_an_await_using_declaration_1495","'{0}' modifier cannot appear on an 'await using' declaration."),The_types_of_0_are_incompatible_between_these_types:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2211,3,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:i(2212,3,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:i(2300,1,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:i(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:i(2302,1,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:i(2303,1,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:i(2304,1,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:i(2305,1,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:i(2306,1,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2314,1,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:i(2315,1,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:i(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:i(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:i(2318,1,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:i(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:i(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:i(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:i(2322,1,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:i(2323,1,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2332,1,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_constructor_arguments:i(2333,1,"this_cannot_be_referenced_in_constructor_arguments_2333","'this' cannot be referenced in constructor arguments."),this_cannot_be_referenced_in_a_static_property_initializer:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2349,1,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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_of_type_any_or_of_a_type_assignable_to_the_Function_interface_type:i(2359,1,"The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359","The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type."),The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2372,1,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2386,1,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:i(2387,1,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:i(2388,1,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:i(2389,1,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:i(2390,1,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:i(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:i(2392,1,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:i(2393,1,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2414,1,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:i(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:i(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:i(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:i(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:i(2419,1,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:i(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:i(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:i(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:i(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:i(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:i(2427,1,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:i(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:i(2430,1,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2449,1,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:i(2450,1,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:i(2451,1,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:i(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:i(2454,1,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:i(2456,1,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:i(2457,1,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2468,1,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2495,1,"Type_0_is_not_an_array_type_or_a_string_type_2495","Type '{0}' is not an array type or a string type."),The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES3_and_ES5_Consider_using_a_standard_function_expression:i(2496,1,"The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES3_and_ES5_Consider_using_a_stand_2496","The 'arguments' object cannot be referenced in an arrow function in ES3 and ES5. Consider using a standard function expression."),This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export:i(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:i(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:i(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:i(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:i(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:i(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:i(2503,1,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2520,1,"Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520","Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES3_and_ES5_Consider_using_a_standard_function_or_method:i(2522,1,"The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES3_and_ES5_Consider_usi_2522","The 'arguments' object cannot be referenced in an async function or method in ES3 and ES5. Consider using a standard function or method."),yield_expressions_cannot_be_used_in_a_parameter_initializer:i(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:i(2524,1,"await_expressions_cannot_be_used_in_a_parameter_initializer_2524","'await' expressions cannot be used in a parameter initializer."),Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value:i(2525,1,"Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value_2525","Initializer provides no value for this binding element and the binding element has no default value."),A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface:i(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:i(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:i(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:i(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:i(2530,1,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:i(2531,1,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:i(2532,1,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2554,1,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2571,1,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:i(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:i(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:i(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:i(2577,1,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2649,1,"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649","Cannot augment module '{0}' with value exports because it resolves to a non-module entity."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:i(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:i(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:i(2653,1,"Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653","Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."),JSX_expressions_must_have_one_parent_element:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2704,1,"The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704","The operand of a 'delete' operator cannot be a read-only property."),An_async_function_or_method_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:i(2705,1,"An_async_function_or_method_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_de_2705","An async function or method in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Required_type_parameters_may_not_follow_optional_type_parameters:i(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:i(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:i(2708,1,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:i(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:i(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:i(2711,1,"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711","A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:i(2712,1,"A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declarat_2712","A dynamic import call in ES5/ES3 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2728,3,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:i(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:i(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:i(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:i(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:i(2733,1,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2750,1,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:i(2751,1,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:i(2752,1,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:i(2753,1,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:i(2754,1,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2769,1,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:i(2770,1,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:i(2771,1,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(2785,1,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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_or_nodenext:i(2821,1,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821","Import assertions are only supported when the '--module' option is set to 'esnext' or 'nodenext'."),Import_assertions_cannot_be_used_with_type_only_imports_or_exports:i(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."),Cannot_find_namespace_0_Did_you_mean_1:i(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:i(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:i(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_transpile_to_commonjs_require_calls:i(2836,1,"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836","Import assertions are not allowed on statements that transpile to commonjs 'require' calls."),Import_assertion_values_must_be_string_literal_expressions:i(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:i(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:i(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_an_interface_can_only_extend_named_types_and_classes:i(2840,1,"An_interface_cannot_extend_a_primitive_type_like_0_an_interface_can_only_extend_named_types_and_clas_2840","An interface cannot extend a primitive type like '{0}'; an interface can only extend named types and classes"),The_type_of_this_expression_cannot_be_named_without_a_resolution_mode_assertion_which_is_an_unstable_feature_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:i(2841,1,"The_type_of_this_expression_cannot_be_named_without_a_resolution_mode_assertion_which_is_an_unstable_2841","The type of this expression cannot be named without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher:i(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', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),Import_declaration_0_is_using_private_name_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(4085,1,"Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1_4085","Extends clause for inferred type '{0}' has or is using private name '{1}'."),Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_library_to_resolve_the_conflict:i(4090,1,"Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_librar_4090","Conflicting definitions for '{0}' found at '{1}' and '{2}'. Consider installing a specific version of this library to resolve the conflict."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:i(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:i(4092,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092","Parameter '{0}' of index signature from exported interface has or is using private name '{1}'."),Property_0_of_exported_class_expression_may_not_be_private_or_protected:i(4094,1,"Property_0_of_exported_class_expression_may_not_be_private_or_protected_4094","Property '{0}' of exported class expression may not be private or protected."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(4109,1,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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'."),resolution_mode_assertions_are_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:i(4125,1,"resolution_mode_assertions_are_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_wi_4125","'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),The_current_host_does_not_support_the_0_option:i(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:i(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:i(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:i(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Failed_to_parse_file_0_Colon_1:i(5014,1,"Failed_to_parse_file_0_Colon_1_5014","Failed to parse file '{0}': {1}."),Unknown_compiler_option_0:i(5023,1,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:i(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:i(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:i(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:i(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:i(5047,1,"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047","Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),Option_0_cannot_be_specified_when_option_target_is_ES3:i(5048,1,"Option_0_cannot_be_specified_when_option_target_is_ES3_5048","Option '{0}' cannot be specified when option 'target' is 'ES3'."),Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_esNext:i(5071,1,"Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_5071","Option '--resolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015' or 'esNext'."),Unknown_build_option_0:i(5072,1,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:i(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:i(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:i(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:i(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:i(5077,1,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:i(5078,1,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:i(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:i(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:i(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:i(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:i(5083,1,"Cannot_read_file_0_5083","Cannot read file '{0}'."),A_tuple_member_cannot_be_both_optional_and_rest:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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_es2015_or_later:i(5095,1,"Option_0_can_only_be_used_when_module_is_set_to_es2015_or_later_5095","Option '{0}' can only be used when 'module' is set to 'es2015' or later."),Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set:i(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:i(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:i(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:i(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:i(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:i(5103,1,"Invalid_value_for_ignoreDeprecations_5103","Invalid value for '--ignoreDeprecations'."),Option_0_is_redundant_and_cannot_be_specified_with_option_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6001,3,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:i(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:i(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:i(6005,3,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:i(6006,3,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:i(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:i(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:i(6009,3,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:i(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:i(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:i(6012,3,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:i(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:i(6014,3,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:i(6015,3,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:i(6016,3,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:i(6017,3,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:i(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:i(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:i(6023,3,"Syntax_Colon_0_6023","Syntax: {0}"),options:i(6024,3,"options_6024","options"),file:i(6025,3,"file_6025","file"),Examples_Colon_0:i(6026,3,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:i(6027,3,"Options_Colon_6027","Options:"),Version_0:i(6029,3,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:i(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:i(6031,3,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:i(6032,3,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:i(6034,3,"KIND_6034","KIND"),FILE:i(6035,3,"FILE_6035","FILE"),VERSION:i(6036,3,"VERSION_6036","VERSION"),LOCATION:i(6037,3,"LOCATION_6037","LOCATION"),DIRECTORY:i(6038,3,"DIRECTORY_6038","DIRECTORY"),STRATEGY:i(6039,3,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:i(6040,3,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:i(6041,3,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:i(6043,3,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:i(6044,1,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:i(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:i(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:i(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:i(6050,1,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:i(6051,1,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:i(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:i(6053,1,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:i(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:i(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:i(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:i(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:i(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:i(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:i(6061,3,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:i(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:i(6065,3,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:i(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:i(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:i(6071,3,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6080,3,"Specify_JSX_code_generation_6080","Specify JSX code generation."),File_0_has_an_unsupported_extension_so_skipping_it:i(6081,3,"File_0_has_an_unsupported_extension_so_skipping_it_6081","File '{0}' has an unsupported extension, so skipping it."),Only_amd_and_system_modules_are_supported_alongside_0:i(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:i(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:i(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:i(6085,3,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:i(6086,3,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:i(6087,3,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:i(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:i(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:i(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:i(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:i(6092,3,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:i(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:i(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:i(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:i(6096,3,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exists_use_it_as_a_name_resolution_result:i(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:i(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:i(6099,3,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6110,3,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:i(6111,3,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:i(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:i(6113,3,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:i(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:i(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:i(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:i(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:i(6120,3,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:i(6121,3,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6134,3,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6144,3,"Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144","Module '{0}' was resolved as locally declared ambient module in file '{1}'."),Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified:i(6145,3,"Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified_6145","Module '{0}' was resolved as ambient module declared in '{1}' since this file was not modified."),Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h:i(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:i(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:i(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:i(6149,3,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:i(6150,3,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6162,3,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:i(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:i(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:i(6165,3,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:i(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:i(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:i(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:i(6169,3,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:i(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:i(6171,3,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3:i(6179,3,"Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179","Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."),Enable_all_strict_type_checking_options:i(6180,3,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:i(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:i(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:i(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:i(6186,3,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:i(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:i(6188,1,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:i(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:i(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:i(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:i(6193,3,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:i(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:i(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:i(6196,1,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:i(6197,3,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:i(6198,1,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:i(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:i(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:i(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:i(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:i(6203,3,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:i(6204,3,"and_here_6204","and here."),All_type_parameters_are_unused:i(6205,1,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6215,3,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:i(6216,3,"Found_1_error_6216","Found 1 error."),Found_0_errors:i(6217,3,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:i(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:i(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:i(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:i(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:i(6222,3,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:i(6223,3,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6235,3,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6243,3,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:i(6244,3,"Modules_6244","Modules"),File_Management:i(6245,3,"File_Management_6245","File Management"),Emit:i(6246,3,"Emit_6246","Emit"),JavaScript_Support:i(6247,3,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:i(6248,3,"Type_Checking_6248","Type Checking"),Editor_Support:i(6249,3,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:i(6250,3,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:i(6251,3,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:i(6252,3,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:i(6253,3,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:i(6254,3,"Language_and_Environment_6254","Language and Environment"),Projects:i(6255,3,"Projects_6255","Projects"),Output_Formatting:i(6256,3,"Output_Formatting_6256","Output Formatting"),Completeness:i(6257,3,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:i(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:i(6259,3,"Found_1_error_in_0_6259","Found 1 error in {0}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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.`),Enable_project_compilation:i(6302,3,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:i(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:i(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:i(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:i(6307,1,"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307","File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern."),Cannot_prepend_project_0_because_it_does_not_have_outFile_set:i(6308,1,"Cannot_prepend_project_0_because_it_does_not_have_outFile_set_6308","Cannot prepend project '{0}' because it does not have 'outFile' set"),Output_file_0_from_project_1_does_not_exist:i(6309,1,"Output_file_0_from_project_1_does_not_exist_6309","Output file '{0}' from project '{1}' does not exist"),Referenced_project_0_may_not_disable_emit:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6357,3,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:i(6358,3,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:i(6359,3,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6370,1,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:i(6371,3,"Updating_unchanged_output_timestamps_of_project_0_6371","Updating unchanged output timestamps of project '{0}'..."),Project_0_is_out_of_date_because_output_of_its_dependency_1_has_changed:i(6372,3,"Project_0_is_out_of_date_because_output_of_its_dependency_1_has_changed_6372","Project '{0}' is out of date because output of its dependency '{1}' has changed"),Updating_output_of_project_0:i(6373,3,"Updating_output_of_project_0_6373","Updating output of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:i(6374,3,"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374","A non-dry build would update timestamps for output of project '{0}'"),A_non_dry_build_would_update_output_of_project_0:i(6375,3,"A_non_dry_build_would_update_output_of_project_0_6375","A non-dry build would update output of project '{0}'"),Cannot_update_output_of_project_0_because_there_was_error_reading_file_1:i(6376,3,"Cannot_update_output_of_project_0_because_there_was_error_reading_file_1_6376","Cannot update output of project '{0}' because there was error reading file '{1}'"),Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1:i(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:i(6379,1,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6402,3,"Resolving_in_0_mode_with_conditions_1_6402","Resolving in {0} mode with conditions {1}."),Matched_0_condition_1:i(6403,3,"Matched_0_condition_1_6403","Matched '{0}' condition '{1}'."),Using_0_subpath_1_with_target_2:i(6404,3,"Using_0_subpath_1_with_target_2_6404","Using '{0}' subpath '{1}' with target '{2}'."),Saw_non_matching_condition_0:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6413,3,"Entering_conditional_exports_6413","Entering conditional exports."),Resolved_under_condition_0:i(6414,3,"Resolved_under_condition_0_6414","Resolved under condition '{0}'."),Failed_to_resolve_under_condition_0:i(6415,3,"Failed_to_resolve_under_condition_0_6415","Failed to resolve under condition '{0}'."),Exiting_conditional_exports:i(6416,3,"Exiting_conditional_exports_6416","Exiting conditional exports."),Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0:i(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:i(6418,3,"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418","Searching all ancestor node_modules directories for fallback extensions: {0}."),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6602,3,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:i(6603,3,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:i(6604,3,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6614,3,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6627,3,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6639,3,"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639","Allow importing helper functions from tslib once per project, instead of including them per-file."),Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6659,3,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:i(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:i(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:i(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:i(6663,3,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6677,3,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6688,3,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:i(6689,3,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(6712,3,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:i(6713,3,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:i(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:i(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:i(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:i(6718,3,"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718","Specify emit/checking behavior for imports that are only used for types."),Default_catch_clause_variables_as_unknown_instead_of_any:i(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:i(6804,3,"Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_i_6804","Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting."),one_of_Colon:i(6900,3,"one_of_Colon_6900","one of:"),one_or_more_Colon:i(6901,3,"one_or_more_Colon_6901","one or more:"),type_Colon:i(6902,3,"type_Colon_6902","type:"),default_Colon:i(6903,3,"default_Colon_6903","default:"),module_system_or_esModuleInterop:i(6904,3,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:i(6905,3,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),false_unless_composite_is_set:i(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:i(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:i(6908,3,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:i(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:i(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:i(6911,3,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:i(6912,3,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:i(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:i(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:i(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:i(6916,3,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:i(6917,3,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:i(6918,3,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:i(6919,3,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:i(6920,3,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:i(6921,3,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:i(6922,3,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:i(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:i(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:i(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:i(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:i(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:i(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:i(6929,3,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:i(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:i(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:i(7005,1,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:i(7006,1,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(7024,1,"Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024","Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation:i(7025,1,"Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_retu_7025","Generator implicitly has yield type '{0}' because it does not yield any values. Consider supplying a return type annotation."),JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists:i(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:i(7027,1,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:i(7028,1,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:i(7029,1,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(8019,3,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(9006,1,"Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006","Declaration emit for this file requires using private name '{0}' from module '{1}'. An explicit type annotation may unblock declaration emit."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(17014,1,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:i(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:i(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:i(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:i(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:i(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:i(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}'?"),Circularity_detected_while_resolving_configuration_Colon_0:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(80010,2,"JSDoc_typedefs_may_be_converted_to_TypeScript_types_80010","JSDoc typedefs may be converted to TypeScript types."),Add_missing_super_call:i(90001,3,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:i(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:i(90003,3,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:i(90004,3,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:i(90005,3,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:i(90006,3,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:i(90007,3,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:i(90008,3,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:i(90010,3,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:i(90011,3,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:i(90012,3,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:i(90013,3,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:i(90014,3,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:i(90016,3,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:i(90017,3,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:i(90018,3,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:i(90019,3,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:i(90020,3,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:i(90021,3,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:i(90022,3,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:i(90023,3,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:i(90024,3,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:i(90025,3,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:i(90026,3,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:i(90027,3,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:i(90028,3,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:i(90029,3,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:i(90030,3,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:i(90031,3,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:i(90034,3,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:i(90035,3,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:i(90036,3,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:i(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:i(90038,3,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:i(90039,3,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:i(90041,3,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:i(90053,3,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:i(90054,3,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:i(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:i(90056,3,"Remove_type_from_import_of_0_from_1_90056",`Remove 'type' from import of '{0}' from "{1}"`),Add_import_from_0:i(90057,3,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:i(90058,3,"Update_import_from_0_90058",'Update import from "{0}"'),Export_0_from_module_1:i(90059,3,"Export_0_from_module_1_90059","Export '{0}' from module '{1}'"),Export_all_referenced_locals:i(90060,3,"Export_all_referenced_locals_90060","Export all referenced locals"),Convert_function_to_an_ES2015_class:i(95001,3,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:i(95003,3,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:i(95004,3,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:i(95005,3,"Extract_function_95005","Extract function"),Extract_constant:i(95006,3,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:i(95007,3,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:i(95008,3,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:i(95009,3,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:i(95011,3,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:i(95012,3,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:i(95013,3,"Convert_to_default_import_95013","Convert to default import"),Install_0:i(95014,3,"Install_0_95014","Install '{0}'"),Replace_import_with_0:i(95015,3,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:i(95016,3,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:i(95017,3,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:i(95018,3,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:i(95019,3,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:i(95020,3,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:i(95021,3,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:i(95022,3,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:i(95023,3,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:i(95024,3,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:i(95025,3,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:i(95026,3,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:i(95027,3,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:i(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:i(95029,3,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:i(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:i(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:i(95032,3,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:i(95033,3,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:i(95034,3,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:i(95035,3,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:i(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:i(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:i(95038,3,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:i(95039,3,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:i(95040,3,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:i(95041,3,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:i(95042,3,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:i(95043,3,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:i(95044,3,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:i(95045,3,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:i(95046,3,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:i(95047,3,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:i(95048,3,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:i(95049,3,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:i(95050,3,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:i(95051,3,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:i(95052,3,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:i(95053,3,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:i(95054,3,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:i(95055,3,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:i(95056,3,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:i(95057,3,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:i(95058,3,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:i(95059,3,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:i(95060,3,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:i(95061,3,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:i(95062,3,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:i(95063,3,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:i(95064,3,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:i(95065,3,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:i(95066,3,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:i(95067,3,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:i(95068,3,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:i(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:i(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:i(95071,3,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:i(95072,3,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:i(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:i(95074,3,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:i(95075,3,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:i(95077,3,"Extract_type_95077","Extract type"),Extract_to_type_alias:i(95078,3,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:i(95079,3,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:i(95080,3,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:i(95081,3,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:i(95082,3,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:i(95083,3,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:i(95084,3,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:i(95085,3,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:i(95086,3,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:i(95087,3,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:i(95088,3,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:i(95089,3,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:i(95090,3,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:i(95091,3,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:i(95092,3,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:i(95093,3,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:i(95094,3,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:i(95095,3,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:i(95096,3,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:i(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:i(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:i(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:i(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:i(95101,3,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_all_const_to_let:i(95102,3,"Convert_all_const_to_let_95102","Convert all 'const' to 'let'"),Convert_function_expression_0_to_arrow_function:i(95105,3,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:i(95106,3,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:i(95107,3,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:i(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:i(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:i(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:i(95111,3,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:i(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:i(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:i(95114,3,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:i(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:i(95116,3,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:i(95117,3,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:i(95118,3,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:i(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:i(95120,3,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:i(95121,3,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:i(95122,3,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:i(95123,3,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:i(95124,3,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:i(95125,3,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:i(95126,3,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:i(95127,3,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:i(95128,3,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:i(95129,3,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:i(95130,3,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:i(95131,3,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:i(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:i(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:i(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:i(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:i(95136,3,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:i(95137,3,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:i(95138,3,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:i(95139,3,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:i(95140,3,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:i(95141,3,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:i(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:i(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:i(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:i(95145,3,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:i(95146,3,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:i(95147,3,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:i(95148,3,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:i(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:i(95150,3,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:i(95151,3,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:i(95152,3,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:i(95153,3,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenation:i(95154,3,"Can_only_convert_string_concatenation_95154","Can only convert string concatenation"),Selection_is_not_a_valid_statement_or_statements:i(95155,3,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:i(95156,3,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:i(95157,3,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:i(95158,3,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:i(95159,3,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:i(95160,3,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:i(95161,3,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:i(95162,3,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:i(95163,3,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:i(95164,3,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:i(95165,3,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:i(95166,3,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:i(95167,3,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:i(95168,3,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:i(95169,3,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:i(95170,3,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:i(95171,3,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:i(95172,3,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:i(95173,3,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),Use_0:i(95174,3,"Use_0_95174","Use `{0}`."),Use_Number_isNaN_in_all_conditions:i(95175,3,"Use_Number_isNaN_in_all_conditions_95175","Use `Number.isNaN` in all conditions."),Convert_typedef_to_TypeScript_type:i(95176,3,"Convert_typedef_to_TypeScript_type_95176","Convert typedef to TypeScript type."),Convert_all_typedef_to_TypeScript_types:i(95177,3,"Convert_all_typedef_to_TypeScript_types_95177","Convert all typedef to TypeScript types."),Move_to_file:i(95178,3,"Move_to_file_95178","Move to file"),Cannot_move_to_file_selected_file_is_invalid:i(95179,3,"Cannot_move_to_file_selected_file_is_invalid_95179","Cannot move to file, selected file is invalid"),Use_import_type:i(95180,3,"Use_import_type_95180","Use 'import type'"),Use_type_0:i(95181,3,"Use_type_0_95181","Use 'type {0}'"),Fix_all_with_type_only_imports:i(95182,3,"Fix_all_with_type_only_imports_95182","Fix all with type-only imports"),Cannot_move_statements_to_the_selected_file:i(95183,3,"Cannot_move_statements_to_the_selected_file_95183","Cannot move statements to the selected file"),Inline_variable:i(95184,3,"Inline_variable_95184","Inline variable"),Could_not_find_variable_to_inline:i(95185,3,"Could_not_find_variable_to_inline_95185","Could not find variable to inline."),Variables_with_multiple_declarations_cannot_be_inlined:i(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:i(95187,3,"Add_missing_comma_for_object_member_completion_0_95187","Add missing comma for object member completion '{0}'."),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(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:i(18046,1,"_0_is_of_type_unknown_18046","'{0}' is of type 'unknown'."),_0_is_possibly_null:i(18047,1,"_0_is_possibly_null_18047","'{0}' is possibly 'null'."),_0_is_possibly_undefined:i(18048,1,"_0_is_possibly_undefined_18048","'{0}' is possibly 'undefined'."),_0_is_possibly_null_or_undefined:i(18049,1,"_0_is_possibly_null_or_undefined_18049","'{0}' is possibly 'null' or 'undefined'."),The_value_0_cannot_be_used_here:i(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:i(18051,1,"Compiler_option_0_cannot_be_given_an_empty_string_18051","Compiler option '{0}' cannot be given an empty string."),Non_abstract_class_0_does_not_implement_all_abstract_members_of_1:i(18052,1,"Non_abstract_class_0_does_not_implement_all_abstract_members_of_1_18052","Non-abstract class '{0}' does not implement all abstract members of '{1}'"),Its_type_0_is_not_a_valid_JSX_element_type:i(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:i(18054,1,"await_using_statements_cannot_be_used_inside_a_class_static_block_18054","'await using' statements cannot be used inside a class static block.")}}});function kt(e){return e>=80}function r4(e){return e===32||kt(e)}function i_(e,t){if(e<t[0])return!1;let r=0,a=t.length,_;for(;r+1<a;){if(_=r+(a-r)/2,_-=_%2,t[_]<=e&&e<=t[_+1])return!0;e<t[_]?a=_:r=_+2}return!1}function n4(e,t){return t>=2?i_(e,d4):t===1?i_(e,p4):i_(e,l4)}function jE(e,t){return t>=2?i_(e,m4):t===1?i_(e,f4):i_(e,u4)}function FE(e){let t=[];return e.forEach((r,a)=>{t[r]=a}),t}function nr(e){return g4[e]}function Rl(e){return h0.get(e)}function Hd(e){let t=[],r=0,a=0;for(;r<e.length;){let _=e.charCodeAt(r);switch(r++,_){case 13:e.charCodeAt(r)===10&&r++;case 10:t.push(a),a=r;break;default:_>127&&mr(_)&&(t.push(a),a=r);break}}return t.push(a),t}function BE(e,t,r,a){return e.getPositionOfLineAndCharacter?e.getPositionOfLineAndCharacter(t,r,a):Tg(Ia(e),t,r,e.text,a)}function Tg(e,t,r,a,_){(t<0||t>=e.length)&&(_?t=t<0?0:t>=e.length?e.length-1:t:N.fail(`Bad line number. Line: ${t}, lineStarts.length: ${e.length} , line map is correct? ${a!==void 0?gv(e,Hd(a)):"unknown"}`));let p=e[t]+r;return _?p>e[t+1]?e[t+1]:typeof a=="string"&&p>a.length?a.length:p:(t<e.length-1?N.assert(p<e[t+1]):a!==void 0&&N.assert(p<=a.length),p)}function Ia(e){return e.lineMap||(e.lineMap=Hd(e.text))}function Sg(e,t){let r=__(e,t);return{line:r,character:t-e[r]}}function __(e,t,r){let a=Ml(e,t,bt,kr,r);return a<0&&(a=~a-1,N.assert(a!==-1,"position cannot precede the beginning of the file")),a}function x_(e,t,r){if(t===r)return 0;let a=Ia(e),_=Math.min(t,r),p=_===r,d=p?t:r,h=__(a,_),l=__(a,d,h);return p?h-l:l-h}function to(e,t){return Sg(Ia(e),t)}function Vi(e){return Io(e)||mr(e)}function Io(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 mr(e){return e===10||e===13||e===8232||e===8233}function Eo(e){return e>=48&&e<=57}function Rb(e){return Eo(e)||e>=65&&e<=70||e>=97&&e<=102}function UE(e){return e<=1114111}function Nf(e){return e>=48&&e<=55}function qE(e,t){let r=e.charCodeAt(t);switch(r){case 13:case 10:case 9:case 11:case 12:case 32:case 47:case 60:case 124:case 61:case 62:return!0;case 35:return t===0;default:return r>127}}function Nt(e,t,r,a,_){if(Oa(t))return t;let p=!1;for(;;){let d=e.charCodeAt(t);switch(d){case 13:e.charCodeAt(t+1)===10&&t++;case 10:if(t++,r)return t;p=!!_;continue;case 9:case 11:case 12:case 32:t++;continue;case 47:if(a)break;if(e.charCodeAt(t+1)===47){for(t+=2;t<e.length&&!mr(e.charCodeAt(t));)t++;p=!1;continue}if(e.charCodeAt(t+1)===42){for(t+=2;t<e.length;){if(e.charCodeAt(t)===42&&e.charCodeAt(t+1)===47){t+=2;break}t++}p=!1;continue}break;case 60:case 124:case 61:case 62:if(ko(e,t)){t=$s(e,t),p=!1;continue}break;case 35:if(t===0&&xg(e,t)){t=wg(e,t),p=!1;continue}break;case 42:if(p){t++,p=!1;continue}break;default:if(d>127&&Vi(d)){t++;continue}break}return t}}function ko(e,t){if(N.assert(t>=0),t===0||mr(e.charCodeAt(t-1))){let r=e.charCodeAt(t);if(t+ll<e.length){for(let a=0;a<ll;a++)if(e.charCodeAt(t+a)!==r)return!1;return r===61||e.charCodeAt(t+ll)===32}}return!1}function $s(e,t,r){r&&r(U.Merge_conflict_marker_encountered,t,ll);let a=e.charCodeAt(t),_=e.length;if(a===60||a===62)for(;t<_&&!mr(e.charCodeAt(t));)t++;else for(N.assert(a===124||a===61);t<_;){let p=e.charCodeAt(t);if((p===61||p===62)&&p!==a&&ko(e,t))break;t++}return t}function xg(e,t){return N.assert(t===0),Xd.test(e)}function wg(e,t){let r=Xd.exec(e)[0];return t=t+r.length,t}function Gd(e,t,r,a,_,p,d){let h,l,v,y,C=!1,S=a,k=d;if(r===0){S=!0;let L=_4(t);L&&(r=L.length)}e:for(;r>=0&&r<t.length;){let L=t.charCodeAt(r);switch(L){case 13:t.charCodeAt(r+1)===10&&r++;case 10:if(r++,a)break e;S=!0,C&&(y=!0);continue;case 9:case 11:case 12:case 32:r++;continue;case 47:let G=t.charCodeAt(r+1),K=!1;if(G===47||G===42){let ue=G===47?2:3,Y=r;if(r+=2,G===47)for(;r<t.length;){if(mr(t.charCodeAt(r))){K=!0;break}r++}else for(;r<t.length;){if(t.charCodeAt(r)===42&&t.charCodeAt(r+1)===47){r+=2;break}r++}if(S){if(C&&(k=_(h,l,v,y,p,k),!e&&k))return k;h=Y,l=r,v=ue,y=K,C=!0}continue}break e;default:if(L>127&&Vi(L)){C&&mr(L)&&(y=!0),r++;continue}break e}}return C&&(k=_(h,l,v,y,p,k)),k}function zE(e,t,r,a){return Gd(!1,e,t,!1,r,a)}function WE(e,t,r,a){return Gd(!1,e,t,!0,r,a)}function i4(e,t,r,a,_){return Gd(!0,e,t,!1,r,a,_)}function a4(e,t,r,a,_){return Gd(!0,e,t,!0,r,a,_)}function o4(e,t,r,a,_,p=[]){return p.push({kind:r,pos:e,end:t,hasTrailingNewLine:a}),p}function Wo(e,t){return i4(e,t,o4,void 0,void 0)}function s4(e,t){return a4(e,t,o4,void 0,void 0)}function _4(e){let t=Xd.exec(e);if(t)return t[0]}function un(e,t){return e>=65&&e<=90||e>=97&&e<=122||e===36||e===95||e>127&&n4(e,t)}function Qa(e,t,r){return e>=65&&e<=90||e>=97&&e<=122||e>=48&&e<=57||e===36||e===95||(r===1?e===45||e===58:!1)||e>127&&jE(e,t)}function Cg(e,t,r){let a=cn(e,0);if(!un(a,t))return!1;for(let _=Yn(a);_<e.length;_+=Yn(a))if(!Qa(a=cn(e,_),t,r))return!1;return!0}function ns(e,t,r=0,a,_,p,d){var h=a,l,v,y,C,S,k,L,G,K=0;Ae(h,p,d);var ue={getTokenFullStart:()=>y,getStartPos:()=>y,getTokenEnd:()=>l,getTextPos:()=>l,getToken:()=>S,getTokenStart:()=>C,getTokenPos:()=>C,getTokenText:()=>h.substring(C,l),getTokenValue:()=>k,hasUnicodeEscape:()=>(L&1024)!==0,hasExtendedUnicodeEscape:()=>(L&8)!==0,hasPrecedingLineBreak:()=>(L&1)!==0,hasPrecedingJSDocComment:()=>(L&2)!==0,isIdentifier:()=>S===80||S>118,isReservedWord:()=>S>=83&&S<=118,isUnterminated:()=>(L&4)!==0,getCommentDirectives:()=>G,getNumericLiteralFlags:()=>L&25584,getTokenFlags:()=>L,reScanGreaterToken:St,reScanAsteriskEqualsToken:xn,reScanSlashToken:Tr,reScanTemplateToken:Ut,reScanTemplateHeadOrNoSubstitutionTemplate:fr,scanJsxIdentifier:Mr,scanJsxAttributeValue:at,reScanJsxAttributeValue:er,reScanJsxToken:ht,reScanLessThanToken:wn,reScanHashToken:Tt,reScanQuestionToken:Or,reScanInvalidIdentifier:sr,scanJsxToken:pt,scanJsDocToken:tn,scanJSDocCommentTextToken:Qt,scan:Sn,getText:Di,clearCommentDirectives:qn,setText:Ae,setScriptTarget:oe,setLanguageVariant:ge,setOnError:q,resetTokenState:Se,setTextPos:Se,setInJSDocType:nt,tryScan:nn,lookAhead:rn,scanRange:Un};return N.isDebugging&&Object.defineProperty(ue,"__debugShowCurrentPositionInText",{get:()=>{let z=ue.getText();return z.slice(0,ue.getTokenFullStart())+"\u2551"+z.slice(ue.getTokenFullStart())}}),ue;function Y(z,X=l,ee,xe){if(_){let ke=l;l=X,_(z,ee||0,xe),l=ke}}function B(){let z=l,X=!1,ee=!1,xe="";for(;;){let ke=h.charCodeAt(l);if(ke===95){L|=512,X?(X=!1,ee=!0,xe+=h.substring(z,l)):(L|=16384,Y(ee?U.Multiple_consecutive_numeric_separators_are_not_permitted:U.Numeric_separators_are_not_allowed_here,l,1)),l++,z=l;continue}if(Eo(ke)){X=!0,ee=!1,l++;continue}break}return h.charCodeAt(l-1)===95&&(L|=16384,Y(U.Numeric_separators_are_not_allowed_here,l-1,1)),xe+h.substring(z,l)}function ae(){let z=l,X;if(h.charCodeAt(l)===48)if(l++,h.charCodeAt(l)===95)L|=16896,Y(U.Numeric_separators_are_not_allowed_here,l,1),l--,X=B();else if(!Ze())L|=8192,X=""+ +k;else if(!k)X="0";else{k=""+parseInt(k,8),L|=32;let lt=S===41,yt=(lt?"-":"")+"0o"+(+k).toString(8);return lt&&z--,Y(U.Octal_literals_are_not_allowed_Use_the_syntax_0,z,l-z,yt),9}else X=B();let ee,xe;h.charCodeAt(l)===46&&(l++,ee=B());let ke=l;if(h.charCodeAt(l)===69||h.charCodeAt(l)===101){l++,L|=16,(h.charCodeAt(l)===43||h.charCodeAt(l)===45)&&l++;let lt=l,yt=B();yt?(xe=h.substring(ke,lt)+yt,ke=l):Y(U.Digit_expected)}let Le;if(L&512?(Le=X,ee&&(Le+="."+ee),xe&&(Le+=xe)):Le=h.substring(z,ke),L&8192)return Y(U.Decimals_with_leading_zeros_are_not_allowed,z,ke-z),k=""+ +Le,9;if(ee!==void 0||L&16)return Ce(z,ee===void 0&&!!(L&16)),k=""+ +Le,9;{k=Le;let lt=Tn();return Ce(z),lt}}function Ce(z,X){if(!un(cn(h,l),e))return;let ee=l,{length:xe}=Gt();xe===1&&h[ee]==="n"?Y(X?U.A_bigint_literal_cannot_use_exponential_notation:U.A_bigint_literal_must_be_an_integer,z,ee-z+1):(Y(U.An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal,ee,xe),l=ee)}function Ze(){let z=l,X=!0;for(;Eo(h.charCodeAt(l));)Nf(h.charCodeAt(l))||(X=!1),l++;return k=h.substring(z,l),X}function qe(z,X){let ee=it(z,!1,X);return ee?parseInt(ee,16):-1}function rt(z,X){return it(z,!0,X)}function it(z,X,ee){let xe=[],ke=!1,Le=!1;for(;xe.length<z||X;){let lt=h.charCodeAt(l);if(ee&&lt===95){L|=512,ke?(ke=!1,Le=!0):Y(Le?U.Multiple_consecutive_numeric_separators_are_not_permitted:U.Numeric_separators_are_not_allowed_here,l,1),l++;continue}if(ke=ee,lt>=65&&lt<=70)lt+=97-65;else if(!(lt>=48&&lt<=57||lt>=97&&lt<=102))break;xe.push(lt),l++,Le=!1}return xe.length<z&&(xe=[]),h.charCodeAt(l-1)===95&&Y(U.Numeric_separators_are_not_allowed_here,l-1,1),String.fromCharCode(...xe)}function Ir(z=!1){let X=h.charCodeAt(l);l++;let ee="",xe=l;for(;;){if(l>=v){ee+=h.substring(xe,l),L|=4,Y(U.Unterminated_string_literal);break}let ke=h.charCodeAt(l);if(ke===X){ee+=h.substring(xe,l),l++;break}if(ke===92&&!z){ee+=h.substring(xe,l),ee+=ci(!0),xe=l;continue}if(mr(ke)&&!z){ee+=h.substring(xe,l),L|=4,Y(U.Unterminated_string_literal);break}l++}return ee}function ar(z){let X=h.charCodeAt(l)===96;l++;let ee=l,xe="",ke;for(;;){if(l>=v){xe+=h.substring(ee,l),L|=4,Y(U.Unterminated_template_literal),ke=X?15:18;break}let Le=h.charCodeAt(l);if(Le===96){xe+=h.substring(ee,l),l++,ke=X?15:18;break}if(Le===36&&l+1<v&&h.charCodeAt(l+1)===123){xe+=h.substring(ee,l),l+=2,ke=X?16:17;break}if(Le===92){xe+=h.substring(ee,l),xe+=ci(z),ee=l;continue}if(Le===13){xe+=h.substring(ee,l),l++,l<v&&h.charCodeAt(l)===10&&l++,xe+=`
12
+ `,ee=l;continue}l++}return N.assert(ke!==void 0),k=xe,ke}function ci(z){let X=l;if(l++,l>=v)return Y(U.Unexpected_end_of_text),"";let ee=h.charCodeAt(l);switch(l++,ee){case 48:if(l>=v||!Eo(h.charCodeAt(l)))return"\0";case 49:case 50:case 51:l<v&&Nf(h.charCodeAt(l))&&l++;case 52:case 53:case 54:case 55:if(l<v&&Nf(h.charCodeAt(l))&&l++,L|=2048,z){let xe=parseInt(h.substring(X+1,l),8);return Y(U.Octal_escape_sequences_are_not_allowed_Use_the_syntax_0,X,l-X,"\\x"+Uv(xe.toString(16),2,"0")),String.fromCharCode(xe)}return h.substring(X,l);case 56:case 57:return L|=2048,z?(Y(U.Escape_sequence_0_is_not_allowed,X,l-X,h.substring(X,l)),String.fromCharCode(ee)):h.substring(X,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<v&&h.charCodeAt(l)===123){l++;let xe=rt(1,!1),ke=xe?parseInt(xe,16):-1;return ke<0?(L|=2048,z&&Y(U.Hexadecimal_digit_expected),h.substring(X,l)):UE(ke)?l>=v?(L|=2048,z&&Y(U.Unexpected_end_of_text),h.substring(X,l)):h.charCodeAt(l)!==125?(L|=2048,z&&Y(U.Unterminated_Unicode_escape_sequence),h.substring(X,l)):(l++,L|=8,Of(ke)):(L|=2048,z&&Y(U.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),h.substring(X,l))}for(;l<X+6;l++)if(!(l<v&&Rb(h.charCodeAt(l))))return L|=2048,z&&Y(U.Hexadecimal_digit_expected),h.substring(X,l);return L|=1024,String.fromCharCode(parseInt(h.substring(X+2,l),16));case 120:for(;l<X+4;l++)if(!(l<v&&Rb(h.charCodeAt(l))))return L|=2048,z&&Y(U.Hexadecimal_digit_expected),h.substring(X,l);return L|=4096,String.fromCharCode(parseInt(h.substring(X+2,l),16));case 13:l<v&&h.charCodeAt(l)===10&&l++;case 10:case 8232:case 8233:return"";default:return String.fromCharCode(ee)}}function or(){let z=rt(1,!1),X=z?parseInt(z,16):-1,ee=!1;return X<0?(Y(U.Hexadecimal_digit_expected),ee=!0):X>1114111&&(Y(U.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),ee=!0),l>=v?(Y(U.Unexpected_end_of_text),ee=!0):h.charCodeAt(l)===125?l++:(Y(U.Unterminated_Unicode_escape_sequence),ee=!0),ee?"":Of(X)}function Nr(){if(l+5<v&&h.charCodeAt(l+1)===117){let z=l;l+=2;let X=qe(4,!1);return l=z,X}return-1}function Ge(){if(cn(h,l+1)===117&&cn(h,l+2)===123){let z=l;l+=3;let X=rt(1,!1),ee=X?parseInt(X,16):-1;return l=z,ee}return-1}function Gt(){let z="",X=l;for(;l<v;){let ee=cn(h,l);if(Qa(ee,e))l+=Yn(ee);else if(ee===92){if(ee=Ge(),ee>=0&&Qa(ee,e)){l+=3,L|=8,z+=or(),X=l;continue}if(ee=Nr(),!(ee>=0&&Qa(ee,e)))break;L|=1024,z+=h.substring(X,l),z+=Of(ee),l+=6,X=l}else break}return z+=h.substring(X,l),z}function Ur(){let z=k.length;if(z>=2&&z<=12){let X=k.charCodeAt(0);if(X>=97&&X<=122){let ee=c4.get(k);if(ee!==void 0)return S=ee}}return S=80}function Xt(z){let X="",ee=!1,xe=!1;for(;;){let ke=h.charCodeAt(l);if(ke===95){L|=512,ee?(ee=!1,xe=!0):Y(xe?U.Multiple_consecutive_numeric_separators_are_not_permitted:U.Numeric_separators_are_not_allowed_here,l,1),l++;continue}if(ee=!0,!Eo(ke)||ke-48>=z)break;X+=h[l],l++,xe=!1}return h.charCodeAt(l-1)===95&&Y(U.Numeric_separators_are_not_allowed_here,l-1,1),X}function Tn(){return h.charCodeAt(l)===110?(k+="n",L&384&&(k=xm(k)+"n"),l++,10):(k=""+(L&128?parseInt(k.slice(2),2):L&256?parseInt(k.slice(2),8):+k),9)}function Sn(){y=l,L=0;let z=!1;for(;;){if(C=l,l>=v)return S=1;let X=cn(h,l);if(l===0){if(X===65533)return Y(U.File_appears_to_be_binary),l=v,S=8;if(X===35&&xg(h,l)){if(l=wg(h,l),t)continue;return S=6}}switch(X){case 10:case 13:if(L|=1,t){l++;continue}else return X===13&&l+1<v&&h.charCodeAt(l+1)===10?l+=2:l++,S=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(t){l++;continue}else{for(;l<v&&Io(h.charCodeAt(l));)l++;return S=5}case 33:return h.charCodeAt(l+1)===61?h.charCodeAt(l+2)===61?(l+=3,S=38):(l+=2,S=36):(l++,S=54);case 34:case 39:return k=Ir(),S=11;case 96:return S=ar(!1);case 37:return h.charCodeAt(l+1)===61?(l+=2,S=70):(l++,S=45);case 38:return h.charCodeAt(l+1)===38?h.charCodeAt(l+2)===61?(l+=3,S=77):(l+=2,S=56):h.charCodeAt(l+1)===61?(l+=2,S=74):(l++,S=51);case 40:return l++,S=21;case 41:return l++,S=22;case 42:if(h.charCodeAt(l+1)===61)return l+=2,S=67;if(h.charCodeAt(l+1)===42)return h.charCodeAt(l+2)===61?(l+=3,S=68):(l+=2,S=43);if(l++,K&&!z&&L&1){z=!0;continue}return S=42;case 43:return h.charCodeAt(l+1)===43?(l+=2,S=46):h.charCodeAt(l+1)===61?(l+=2,S=65):(l++,S=40);case 44:return l++,S=28;case 45:return h.charCodeAt(l+1)===45?(l+=2,S=47):h.charCodeAt(l+1)===61?(l+=2,S=66):(l++,S=41);case 46:return Eo(h.charCodeAt(l+1))?(ae(),S=9):h.charCodeAt(l+1)===46&&h.charCodeAt(l+2)===46?(l+=3,S=26):(l++,S=25);case 47:if(h.charCodeAt(l+1)===47){for(l+=2;l<v&&!mr(h.charCodeAt(l));)l++;if(G=vt(G,h.slice(C,l),h4,C),t)continue;return S=2}if(h.charCodeAt(l+1)===42){l+=2,h.charCodeAt(l)===42&&h.charCodeAt(l+1)!==47&&(L|=2);let yt=!1,jt=C;for(;l<v;){let qr=h.charCodeAt(l);if(qr===42&&h.charCodeAt(l+1)===47){l+=2,yt=!0;break}l++,mr(qr)&&(jt=l,L|=1)}if(G=vt(G,h.slice(jt,l),y4,jt),yt||Y(U.Asterisk_Slash_expected),t)continue;return yt||(L|=4),S=3}return h.charCodeAt(l+1)===61?(l+=2,S=69):(l++,S=44);case 48:if(l+2<v&&(h.charCodeAt(l+1)===88||h.charCodeAt(l+1)===120))return l+=2,k=rt(1,!0),k||(Y(U.Hexadecimal_digit_expected),k="0"),k="0x"+k,L|=64,S=Tn();if(l+2<v&&(h.charCodeAt(l+1)===66||h.charCodeAt(l+1)===98))return l+=2,k=Xt(2),k||(Y(U.Binary_digit_expected),k="0"),k="0b"+k,L|=128,S=Tn();if(l+2<v&&(h.charCodeAt(l+1)===79||h.charCodeAt(l+1)===111))return l+=2,k=Xt(8),k||(Y(U.Octal_digit_expected),k="0"),k="0o"+k,L|=256,S=Tn();case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return S=ae();case 58:return l++,S=59;case 59:return l++,S=27;case 60:if(ko(h,l)){if(l=$s(h,l,Y),t)continue;return S=7}return h.charCodeAt(l+1)===60?h.charCodeAt(l+2)===61?(l+=3,S=71):(l+=2,S=48):h.charCodeAt(l+1)===61?(l+=2,S=33):r===1&&h.charCodeAt(l+1)===47&&h.charCodeAt(l+2)!==42?(l+=2,S=31):(l++,S=30);case 61:if(ko(h,l)){if(l=$s(h,l,Y),t)continue;return S=7}return h.charCodeAt(l+1)===61?h.charCodeAt(l+2)===61?(l+=3,S=37):(l+=2,S=35):h.charCodeAt(l+1)===62?(l+=2,S=39):(l++,S=64);case 62:if(ko(h,l)){if(l=$s(h,l,Y),t)continue;return S=7}return l++,S=32;case 63:return h.charCodeAt(l+1)===46&&!Eo(h.charCodeAt(l+2))?(l+=2,S=29):h.charCodeAt(l+1)===63?h.charCodeAt(l+2)===61?(l+=3,S=78):(l+=2,S=61):(l++,S=58);case 91:return l++,S=23;case 93:return l++,S=24;case 94:return h.charCodeAt(l+1)===61?(l+=2,S=79):(l++,S=53);case 123:return l++,S=19;case 124:if(ko(h,l)){if(l=$s(h,l,Y),t)continue;return S=7}return h.charCodeAt(l+1)===124?h.charCodeAt(l+2)===61?(l+=3,S=76):(l+=2,S=57):h.charCodeAt(l+1)===61?(l+=2,S=75):(l++,S=52);case 125:return l++,S=20;case 126:return l++,S=55;case 64:return l++,S=60;case 92:let ee=Ge();if(ee>=0&&un(ee,e))return l+=3,L|=8,k=or()+Gt(),S=Ur();let xe=Nr();return xe>=0&&un(xe,e)?(l+=6,L|=1024,k=String.fromCharCode(xe)+Gt(),S=Ur()):(Y(U.Invalid_character),l++,S=0);case 35:if(l!==0&&h[l+1]==="!")return Y(U.can_only_be_used_at_the_start_of_a_file),l++,S=0;let ke=cn(h,l+1);if(ke===92){l++;let yt=Ge();if(yt>=0&&un(yt,e))return l+=3,L|=8,k="#"+or()+Gt(),S=81;let jt=Nr();if(jt>=0&&un(jt,e))return l+=6,L|=1024,k="#"+String.fromCharCode(jt)+Gt(),S=81;l--}return un(ke,e)?(l++,$t(ke,e)):(k="#",Y(U.Invalid_character,l++,Yn(X))),S=81;default:let Le=$t(X,e);if(Le)return S=Le;if(Io(X)){l+=Yn(X);continue}else if(mr(X)){L|=1,l+=Yn(X);continue}let lt=Yn(X);return Y(U.Invalid_character,l,lt),l+=lt,S=0}}}function sr(){N.assert(S===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),l=C=y,L=0;let z=cn(h,l),X=$t(z,99);return X?S=X:(l+=Yn(z),S)}function $t(z,X){let ee=z;if(un(ee,X)){for(l+=Yn(ee);l<v&&Qa(ee=cn(h,l),X);)l+=Yn(ee);return k=h.substring(C,l),ee===92&&(k+=Gt()),Ur()}}function St(){if(S===32){if(h.charCodeAt(l)===62)return h.charCodeAt(l+1)===62?h.charCodeAt(l+2)===61?(l+=3,S=73):(l+=2,S=50):h.charCodeAt(l+1)===61?(l+=2,S=72):(l++,S=49);if(h.charCodeAt(l)===61)return l++,S=34}return S}function xn(){return N.assert(S===67,"'reScanAsteriskEqualsToken' should only be called on a '*='"),l=C+1,S=64}function Tr(){if(S===44||S===69){let z=C+1,X=!1,ee=!1;for(;;){if(z>=v){L|=4,Y(U.Unterminated_regular_expression_literal);break}let xe=h.charCodeAt(z);if(mr(xe)){L|=4,Y(U.Unterminated_regular_expression_literal);break}if(X)X=!1;else if(xe===47&&!ee){z++;break}else xe===91?ee=!0:xe===92?X=!0:xe===93&&(ee=!1);z++}for(;z<v&&Qa(h.charCodeAt(z),e);)z++;l=z,k=h.substring(C,l),S=14}return S}function vt(z,X,ee,xe){let ke=ct(gl(X),ee);return ke===void 0?z:xt(z,{range:{pos:xe,end:l},type:ke})}function ct(z,X){let ee=X.exec(z);if(ee)switch(ee[1]){case"ts-expect-error":return 0;case"ts-ignore":return 1}}function Ut(z){return l=C,S=ar(!z)}function fr(){return l=C,S=ar(!0)}function ht(z=!0){return l=C=y,S=pt(z)}function wn(){return S===48?(l=C+1,S=30):S}function Tt(){return S===81?(l=C+1,S=63):S}function Or(){return N.assert(S===61,"'reScanQuestionToken' should only be called on a '??'"),l=C+1,S=58}function pt(z=!0){if(y=C=l,l>=v)return S=1;let X=h.charCodeAt(l);if(X===60)return h.charCodeAt(l+1)===47?(l+=2,S=31):(l++,S=30);if(X===123)return l++,S=19;let ee=0;for(;l<v&&(X=h.charCodeAt(l),X!==123);){if(X===60){if(ko(h,l))return l=$s(h,l,Y),S=7;break}if(X===62&&Y(U.Unexpected_token_Did_you_mean_or_gt,l,1),X===125&&Y(U.Unexpected_token_Did_you_mean_or_rbrace,l,1),mr(X)&&ee===0)ee=-1;else{if(!z&&mr(X)&&ee>0)break;Vi(X)||(ee=l)}l++}return k=h.substring(y,l),ee===-1?13:12}function Mr(){if(kt(S)){for(;l<v;){if(h.charCodeAt(l)===45){k+="-",l++;continue}let X=l;if(k+=Gt(),l===X)break}return Ur()}return S}function at(){switch(y=l,h.charCodeAt(l)){case 34:case 39:return k=Ir(!0),S=11;default:return Sn()}}function er(){return l=C=y,at()}function Qt(z){if(y=C=l,L=0,l>=v)return S=1;for(let X=h.charCodeAt(l);l<v&&!mr(X)&&X!==96;X=cn(h,++l))if(!z){if(X===123)break;if(X===64&&l-1>=0&&Io(h.charCodeAt(l-1))&&!(l+1<v&&Vi(h.charCodeAt(l+1))))break}return l===C?tn():(k=h.substring(C,l),S=82)}function tn(){if(y=C=l,L=0,l>=v)return S=1;let z=cn(h,l);switch(l+=Yn(z),z){case 9:case 11:case 12:case 32:for(;l<v&&Io(h.charCodeAt(l));)l++;return S=5;case 64:return S=60;case 13:h.charCodeAt(l)===10&&l++;case 10:return L|=1,S=4;case 42:return S=42;case 123:return S=19;case 125:return S=20;case 91:return S=23;case 93:return S=24;case 60:return S=30;case 62:return S=32;case 61:return S=64;case 44:return S=28;case 46:return S=25;case 96:return S=62;case 35:return S=63;case 92:l--;let X=Ge();if(X>=0&&un(X,e))return l+=3,L|=8,k=or()+Gt(),S=Ur();let ee=Nr();return ee>=0&&un(ee,e)?(l+=6,L|=1024,k=String.fromCharCode(ee)+Gt(),S=Ur()):(l++,S=0)}if(un(z,e)){let X=z;for(;l<v&&Qa(X=cn(h,l),e)||h.charCodeAt(l)===45;)l+=Yn(X);return k=h.substring(C,l),X===92&&(k+=Gt()),S=Ur()}else return S=0}function Bn(z,X){let ee=l,xe=y,ke=C,Le=S,lt=k,yt=L,jt=z();return(!jt||X)&&(l=ee,y=xe,C=ke,S=Le,k=lt,L=yt),jt}function Un(z,X,ee){let xe=v,ke=l,Le=y,lt=C,yt=S,jt=k,qr=L,na=G;Ae(h,z,X);let Cn=ee();return v=xe,l=ke,y=Le,C=lt,S=yt,k=jt,L=qr,G=na,Cn}function rn(z){return Bn(z,!0)}function nn(z){return Bn(z,!1)}function Di(){return h}function qn(){G=void 0}function Ae(z,X,ee){h=z||"",v=ee===void 0?h.length:X+ee,Se(X||0)}function q(z){_=z}function oe(z){e=z}function ge(z){r=z}function Se(z){N.assert(z>=0),l=z,y=z,C=z,S=0,k=void 0,L=0}function nt(z){K+=z?1:-1}}function Yn(e){return e>=65536?2:1}function VE(e){if(N.assert(0<=e&&e<=1114111),e<=65535)return String.fromCharCode(e);let t=Math.floor((e-65536)/1024)+55296,r=(e-65536)%1024+56320;return String.fromCharCode(t,r)}function Of(e){return b4(e)}var cl,c4,h0,l4,u4,p4,f4,d4,m4,h4,y4,g4,ll,Xd,cn,b4,HE=Vt({"src/compiler/scanner.ts"(){"use strict";Dr(),cl={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},c4=new Map(Object.entries(cl)),h0=new Map(Object.entries({...cl,"{":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})),l4=[170,170,181,181,186,186,192,214,216,246,248,543,546,563,592,685,688,696,699,705,720,721,736,740,750,750,890,890,902,902,904,906,908,908,910,929,931,974,976,983,986,1011,1024,1153,1164,1220,1223,1224,1227,1228,1232,1269,1272,1273,1329,1366,1369,1369,1377,1415,1488,1514,1520,1522,1569,1594,1600,1610,1649,1747,1749,1749,1765,1766,1786,1788,1808,1808,1810,1836,1920,1957,2309,2361,2365,2365,2384,2384,2392,2401,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2524,2525,2527,2529,2544,2545,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2784,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2877,2877,2908,2909,2911,2913,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3168,3169,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3294,3294,3296,3297,3333,3340,3342,3344,3346,3368,3370,3385,3424,3425,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3805,3840,3840,3904,3911,3913,3946,3976,3979,4096,4129,4131,4135,4137,4138,4176,4181,4256,4293,4304,4342,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,5024,5108,5121,5740,5743,5750,5761,5786,5792,5866,6016,6067,6176,6263,6272,6312,7680,7835,7840,7929,7936,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8319,8319,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8544,8579,12293,12295,12321,12329,12337,12341,12344,12346,12353,12436,12445,12446,12449,12538,12540,12542,12549,12588,12593,12686,12704,12727,13312,19893,19968,40869,40960,42124,44032,55203,63744,64045,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65138,65140,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],u4=[170,170,181,181,186,186,192,214,216,246,248,543,546,563,592,685,688,696,699,705,720,721,736,740,750,750,768,846,864,866,890,890,902,902,904,906,908,908,910,929,931,974,976,983,986,1011,1024,1153,1155,1158,1164,1220,1223,1224,1227,1228,1232,1269,1272,1273,1329,1366,1369,1369,1377,1415,1425,1441,1443,1465,1467,1469,1471,1471,1473,1474,1476,1476,1488,1514,1520,1522,1569,1594,1600,1621,1632,1641,1648,1747,1749,1756,1759,1768,1770,1773,1776,1788,1808,1836,1840,1866,1920,1968,2305,2307,2309,2361,2364,2381,2384,2388,2392,2403,2406,2415,2433,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2492,2494,2500,2503,2504,2507,2509,2519,2519,2524,2525,2527,2531,2534,2545,2562,2562,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2649,2652,2654,2654,2662,2676,2689,2691,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2784,2790,2799,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2876,2883,2887,2888,2891,2893,2902,2903,2908,2909,2911,2913,2918,2927,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3006,3010,3014,3016,3018,3021,3031,3031,3047,3055,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3134,3140,3142,3144,3146,3149,3157,3158,3168,3169,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3262,3268,3270,3272,3274,3277,3285,3286,3294,3294,3296,3297,3302,3311,3330,3331,3333,3340,3342,3344,3346,3368,3370,3385,3390,3395,3398,3400,3402,3405,3415,3415,3424,3425,3430,3439,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3769,3771,3773,3776,3780,3782,3782,3784,3789,3792,3801,3804,3805,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3946,3953,3972,3974,3979,3984,3991,3993,4028,4038,4038,4096,4129,4131,4135,4137,4138,4140,4146,4150,4153,4160,4169,4176,4185,4256,4293,4304,4342,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,4969,4977,5024,5108,5121,5740,5743,5750,5761,5786,5792,5866,6016,6099,6112,6121,6160,6169,6176,6263,6272,6313,7680,7835,7840,7929,7936,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8255,8256,8319,8319,8400,8412,8417,8417,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8544,8579,12293,12295,12321,12335,12337,12341,12344,12346,12353,12436,12441,12442,12445,12446,12449,12542,12549,12588,12593,12686,12704,12727,13312,19893,19968,40869,40960,42124,44032,55203,63744,64045,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65056,65059,65075,65076,65101,65103,65136,65138,65140,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65381,65470,65474,65479,65482,65487,65490,65495,65498,65500],p4=[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],f4=[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],d4=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,895,895,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1327,1329,1366,1369,1369,1376,1416,1488,1514,1519,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2144,2154,2208,2228,2230,2237,2308,2361,2365,2365,2384,2384,2392,2401,2417,2432,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2556,2556,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2809,2809,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3129,3133,3133,3160,3162,3168,3169,3200,3200,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3294,3294,3296,3297,3313,3314,3333,3340,3342,3344,3346,3386,3389,3389,3406,3406,3412,3414,3423,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5900,5902,5905,5920,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6264,6272,6312,6314,6314,6320,6389,6400,6430,6480,6509,6512,6516,6528,6571,6576,6601,6656,6678,6688,6740,6823,6823,6917,6963,6981,6987,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7296,7304,7312,7354,7357,7359,7401,7404,7406,7411,7413,7414,7418,7418,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12730,12784,12799,13312,19893,19968,40943,40960,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,42775,42783,42786,42888,42891,42943,42946,42950,42999,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43261,43262,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43488,43492,43494,43503,43514,43518,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43646,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43879,43888,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66176,66204,66208,66256,66304,66335,66349,66378,66384,66421,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66736,66771,66776,66811,66816,66855,66864,66915,67072,67382,67392,67413,67424,67431,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68096,68112,68115,68117,68119,68121,68149,68192,68220,68224,68252,68288,68295,68297,68324,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68899,69376,69404,69415,69415,69424,69445,69600,69622,69635,69687,69763,69807,69840,69864,69891,69926,69956,69956,69968,70002,70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,70163,70187,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70366,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70461,70461,70480,70480,70493,70497,70656,70708,70727,70730,70751,70751,70784,70831,70852,70853,70855,70855,71040,71086,71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,71680,71723,71840,71903,71935,71935,72096,72103,72106,72144,72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,72284,72329,72349,72349,72384,72440,72704,72712,72714,72750,72768,72768,72818,72847,72960,72966,72968,72969,72971,73008,73030,73030,73056,73061,73063,73064,73066,73097,73112,73112,73440,73458,73728,74649,74752,74862,74880,75075,77824,78894,82944,83526,92160,92728,92736,92766,92880,92909,92928,92975,92992,92995,93027,93047,93053,93071,93760,93823,93952,94026,94032,94032,94099,94111,94176,94177,94179,94179,94208,100343,100352,101106,110592,110878,110928,110930,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,123136,123180,123191,123197,123214,123214,123584,123627,124928,125124,125184,125251,125259,125259,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,131072,173782,173824,177972,177984,178205,178208,183969,183984,191456,194560,195101],m4=[48,57,65,90,95,95,97,122,170,170,181,181,183,183,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,895,895,902,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1327,1329,1366,1369,1369,1376,1416,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1519,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2045,2045,2048,2093,2112,2139,2144,2154,2208,2228,2230,2237,2259,2273,2275,2403,2406,2415,2417,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2556,2556,2558,2558,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2809,2815,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2902,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3072,3084,3086,3088,3090,3112,3114,3129,3133,3140,3142,3144,3146,3149,3157,3158,3160,3162,3168,3171,3174,3183,3200,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3294,3294,3296,3299,3302,3311,3313,3314,3328,3331,3333,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,3423,3427,3430,3439,3450,3455,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3558,3567,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3773,3776,3780,3782,3782,3784,3789,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5900,5902,5908,5920,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6160,6169,6176,6264,6272,6314,6320,6389,6400,6430,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6618,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6832,6845,6912,6987,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,7312,7354,7357,7359,7376,7378,7380,7418,7424,7673,7675,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12730,12784,12799,13312,19893,19968,40943,40960,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42943,42946,42950,42999,43047,43072,43123,43136,43205,43216,43225,43232,43255,43259,43259,43261,43309,43312,43347,43360,43388,43392,43456,43471,43481,43488,43518,43520,43574,43584,43597,43600,43609,43616,43638,43642,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43879,43888,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65071,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66045,66045,66176,66204,66208,66256,66272,66272,66304,66335,66349,66378,66384,66426,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66720,66729,66736,66771,66776,66811,66816,66855,66864,66915,67072,67382,67392,67413,67424,67431,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68099,68101,68102,68108,68115,68117,68119,68121,68149,68152,68154,68159,68159,68192,68220,68224,68252,68288,68295,68297,68326,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68903,68912,68921,69376,69404,69415,69415,69424,69456,69600,69622,69632,69702,69734,69743,69759,69818,69840,69864,69872,69881,69888,69940,69942,69951,69956,69958,69968,70003,70006,70006,70016,70084,70089,70092,70096,70106,70108,70108,70144,70161,70163,70199,70206,70206,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70378,70384,70393,70400,70403,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70459,70468,70471,70472,70475,70477,70480,70480,70487,70487,70493,70499,70502,70508,70512,70516,70656,70730,70736,70745,70750,70751,70784,70853,70855,70855,70864,70873,71040,71093,71096,71104,71128,71133,71168,71232,71236,71236,71248,71257,71296,71352,71360,71369,71424,71450,71453,71467,71472,71481,71680,71738,71840,71913,71935,71935,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,72263,72272,72345,72349,72349,72384,72440,72704,72712,72714,72758,72760,72768,72784,72793,72818,72847,72850,72871,72873,72886,72960,72966,72968,72969,72971,73014,73018,73018,73020,73021,73023,73031,73040,73049,73056,73061,73063,73064,73066,73102,73104,73105,73107,73112,73120,73129,73440,73462,73728,74649,74752,74862,74880,75075,77824,78894,82944,83526,92160,92728,92736,92766,92768,92777,92880,92909,92912,92916,92928,92982,92992,92995,93008,93017,93027,93047,93053,93071,93760,93823,93952,94026,94031,94087,94095,94111,94176,94177,94179,94179,94208,100343,100352,101106,110592,110878,110928,110930,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,113821,113822,119141,119145,119149,119154,119163,119170,119173,119179,119210,119213,119362,119364,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,120782,120831,121344,121398,121403,121452,121461,121461,121476,121476,121499,121503,121505,121519,122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,123136,123180,123184,123197,123200,123209,123214,123214,123584,123641,124928,125124,125136,125142,125184,125259,125264,125273,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,131072,173782,173824,177972,177984,178205,178208,183969,183984,191456,194560,195101,917760,917999],h4=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,y4=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,g4=FE(h0),ll=7,Xd=/^#!.*/,cn=String.prototype.codePointAt?(e,t)=>e.codePointAt(t):function(t,r){let a=t.length;if(r<0||r>=a)return;let _=t.charCodeAt(r);if(_>=55296&&_<=56319&&a>r+1){let p=t.charCodeAt(r+1);if(p>=56320&&p<=57343)return(_-55296)*1024+p-56320+65536}return _},b4=String.fromCodePoint?e=>String.fromCodePoint(e):VE}});function GE(e){return rs(e)||v_(e)}function XE(e){return xv(e,F2)}function v4(e){switch(Ql(e)){case 99:return"lib.esnext.full.d.ts";case 9:return"lib.es2022.full.d.ts";case 8:return"lib.es2021.full.d.ts";case 7:return"lib.es2020.full.d.ts";case 6:return"lib.es2019.full.d.ts";case 5:return"lib.es2018.full.d.ts";case 4:return"lib.es2017.full.d.ts";case 3:return"lib.es2016.full.d.ts";case 2:return"lib.es6.d.ts";default:return"lib.d.ts"}}function Kt(e){return e.start+e.length}function T4(e){return e.length===0}function $E(e,t){return t>=e.start&&t<Kt(e)}function QE(e,t){return t>=e.pos&&t<=e.end}function YE(e,t){return t.start>=e.start&&Kt(t)<=Kt(e)}function KE(e,t){return S4(e,t)!==void 0}function S4(e,t){let r=x4(e,t);return r&&r.length===0?void 0:r}function ZE(e,t){return Eg(e.start,e.length,t.start,t.length)}function eA(e,t,r){return Eg(e.start,e.length,t,r)}function Eg(e,t,r,a){let _=e+t,p=r+a;return r<=_&&p>=e}function tA(e,t){return t<=Kt(e)&&t>=e.start}function x4(e,t){let r=Math.max(e.start,t.start),a=Math.min(Kt(e),Kt(t));return r<=a?Hi(r,a):void 0}function w_(e,t){if(e<0)throw new Error("start < 0");if(t<0)throw new Error("length < 0");return{start:e,length:t}}function Hi(e,t){return w_(e,t-e)}function Qs(e){return w_(e.span.start,e.newLength)}function w4(e){return T4(e.span)&&e.newLength===0}function $d(e,t){if(t<0)throw new Error("newLength < 0");return{span:e,newLength:t}}function rA(e){if(e.length===0)return Vg;if(e.length===1)return e[0];let t=e[0],r=t.span.start,a=Kt(t.span),_=r+t.newLength;for(let p=1;p<e.length;p++){let d=e[p],h=r,l=a,v=_,y=d.span.start,C=Kt(d.span),S=y+d.newLength;r=Math.min(h,y),a=Math.max(l,l+(C-v)),_=Math.max(S,S+(v-C))}return $d(Hi(r,a),_-r)}function nA(e){if(e&&e.kind===168){for(let t=e;t;t=t.parent)if(Gi(t)||dn(t)||t.kind===264)return t}}function C4(e,t){return Ma(e)&&gr(e,16476)&&t.kind===176}function E4(e){return am(e)?so(e.elements,A4):!1}function A4(e){return Im(e)?!0:E4(e.name)}function k4(e){let t=e.parent;for(;nu(t.parent);)t=t.parent.parent;return t.parent}function Ag(e,t){nu(e)&&(e=k4(e));let r=t(e);return e.kind===260&&(e=e.parent),e&&e.kind===261&&(r|=t(e),e=e.parent),e&&e.kind===243&&(r|=t(e)),r}function Qd(e){return Ag(e,vm)}function iA(e){return Ag(e,_S)}function C_(e){return Ag(e,aA)}function aA(e){return e.flags}function oA(e,t,r){let a=e.toLowerCase(),_=/^([a-z]+)([_-]([a-z]+))?$/.exec(a);if(!_){r&&r.push(fl(U.Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1,"en","ja-jp"));return}let p=_[1],d=_[3];es(Hg,a)&&!h(p,d,r)&&h(p,void 0,r),Mv(e);function h(l,v,y){let C=pn(t.getExecutingFilePath()),S=$i(C),k=hr(S,l);if(v&&(k=k+"-"+v),k=t.resolvePath(hr(k,"diagnosticMessages.generated.json")),!t.fileExists(k))return!1;let L="";try{L=t.readFile(k)}catch{return y&&y.push(fl(U.Unable_to_open_file_0,k)),!1}try{IS(JSON.parse(L))}catch{return y&&y.push(fl(U.Corrupted_locale_file_0,k)),!1}return!0}}function jl(e,t){if(e)for(;e.original!==void 0;)e=e.original;return!e||!t||t(e)?e:void 0}function Kr(e,t){for(;e;){let r=t(e);if(r==="quit")return;if(r)return e;e=e.parent}}function Tl(e){return(e.flags&16)===0}function Fl(e,t){if(e===void 0||Tl(e))return e;for(e=e.original;e;){if(Tl(e))return!t||t(e)?e:void 0;e=e.original}}function Mn(e){return e.length>=2&&e.charCodeAt(0)===95&&e.charCodeAt(1)===95?"_"+e:e}function Vo(e){let t=e;return t.length>=3&&t.charCodeAt(0)===95&&t.charCodeAt(1)===95&&t.charCodeAt(2)===95?t.substr(1):t}function Ot(e){return Vo(e.escapedText)}function D4(e){let t=Rl(e.escapedText);return t?On(t,Si):void 0}function hd(e){return e.valueDeclaration&&i3(e.valueDeclaration)?Ot(e.valueDeclaration.name):Vo(e.escapedName)}function P4(e){let t=e.parent.parent;if(t){if(Ho(t))return Af(t);switch(t.kind){case 243:if(t.declarationList&&t.declarationList.declarations[0])return Af(t.declarationList.declarations[0]);break;case 244:let r=t.expression;switch(r.kind===226&&r.operatorToken.kind===64&&(r=r.left),r.kind){case 211:return r.name;case 212:let a=r.argumentExpression;if(Ee(a))return a}break;case 217:return Af(t.expression);case 256:{if(Ho(t.statement)||om(t.statement))return Af(t.statement);break}}}}function Af(e){let t=Bl(e);return t&&Ee(t)?t:void 0}function I4(e,t){return!!(Yd(e)&&Ee(e.name)&&Ot(e.name)===Ot(t)||as(e)&&mt(e.declarationList.declarations,r=>I4(r,t)))}function N4(e){return e.name||P4(e)}function Yd(e){return!!e.name}function Kd(e){switch(e.kind){case 80:return e;case 355:case 348:{let{name:r}=e;if(r.kind===166)return r.right;break}case 213:case 226:{let r=e;switch(Ja(r)){case 1:case 4:case 5:case 3:return dm(r.left);case 7:case 8:case 9:return r.arguments[1];default:return}}case 353:return N4(e);case 347:return P4(e);case 277:{let{expression:r}=e;return Ee(r)?r:void 0}case 212:let t=e;if(f2(t))return t.argumentExpression}return e.name}function Bl(e){if(e!==void 0)return Kd(e)||(km(e)||Dm(e)||Il(e)?O4(e):void 0)}function O4(e){if(e.parent){if(_s(e.parent)||nu(e.parent))return e.parent.name;if(Ct(e.parent)&&e===e.parent.right){if(Ee(e.parent.left))return e.parent.left;if($o(e.parent.left))return dm(e.parent.left)}else if(ki(e.parent)&&Ee(e.parent.name))return e.parent.name}else return}function sA(e){if(El(e))return $r(e.modifiers,L_)}function yd(e){if(gr(e,126975))return $r(e.modifiers,Lg)}function M4(e,t){if(e.name)if(Ee(e.name)){let r=e.name.escapedText;return c_(e.parent,t).filter(a=>h_(a)&&Ee(a.name)&&a.name.escapedText===r)}else{let r=e.parent.parameters.indexOf(e);N.assert(r>-1,"Parameters should always be in their parents' parameter list");let a=c_(e.parent,t).filter(h_);if(r<a.length)return[a[r]]}return $e}function Zd(e){return M4(e,!1)}function L4(e){return M4(e,!0)}function J4(e,t){let r=e.name.escapedText;return c_(e.parent,t).filter(a=>Ko(a)&&a.typeParameters.some(_=>_.name.escapedText===r))}function R4(e){return J4(e,!1)}function j4(e){return J4(e,!0)}function _A(e){return!!Zt(e,h_)}function F4(e){return Zt(e,Lm)}function B4(e){return $4(e,w8)}function cA(e){return Zt(e,v8)}function lA(e){return Zt(e,I6)}function U4(e){return Zt(e,I6,!0)}function uA(e){return Zt(e,N6)}function q4(e){return Zt(e,N6,!0)}function pA(e){return Zt(e,O6)}function z4(e){return Zt(e,O6,!0)}function fA(e){return Zt(e,M6)}function W4(e){return Zt(e,M6,!0)}function V4(e){return Zt(e,T8,!0)}function dA(e){return Zt(e,J6)}function H4(e){return Zt(e,J6,!0)}function mA(e){return Zt(e,S8)}function hA(e){return Zt(e,x8)}function G4(e){return Zt(e,R6)}function yA(e){return Zt(e,Ko)}function kg(e){return Zt(e,j6)}function em(e){let t=Zt(e,lu);if(t&&t.typeExpression&&t.typeExpression.type)return t}function tm(e){let t=Zt(e,lu);return!t&&Ma(e)&&(t=Yr(Zd(e),r=>!!r.typeExpression)),t&&t.typeExpression&&t.typeExpression.type}function X4(e){let t=G4(e);if(t&&t.typeExpression)return t.typeExpression.type;let r=em(e);if(r&&r.typeExpression){let a=r.typeExpression.type;if(Am(a)){let _=Yr(a.members,c6);return _&&_.type}if(tu(a)||Mm(a))return a.type}}function c_(e,t){var r;if(!mm(e))return $e;let a=(r=e.jsDoc)==null?void 0:r.jsDocCache;if(a===void 0||t){let _=yT(e,t);N.assert(_.length<2||_[0]!==_[1]),a=Bo(_,p=>cs(p)?p.tags:p),t||(e.jsDoc??(e.jsDoc=[]),e.jsDoc.jsDocCache=a)}return a}function Ul(e){return c_(e,!1)}function gA(e){return c_(e,!0)}function Zt(e,t,r){return Yr(c_(e,r),t)}function $4(e,t){return Ul(e).filter(t)}function bA(e,t){return Ul(e).filter(r=>r.kind===t)}function vA(e){return typeof e=="string"?e:e==null?void 0:e.map(t=>t.kind===328?t.text:TA(t)).join("")}function TA(e){let t=e.kind===331?"link":e.kind===332?"linkcode":"linkplain",r=e.name?vi(e.name):"",a=e.name&&e.text.startsWith("://")?"":" ";return`{@${t} ${r}${a}${e.text}}`}function SA(e){if(cu(e)){if(L6(e.parent)){let t=g2(e.parent);if(t&&Ka(t.tags))return Bo(t.tags,r=>Ko(r)?r.typeParameters:void 0)}return $e}if(Hl(e))return N.assert(e.parent.kind===327),Bo(e.parent.tags,t=>Ko(t)?t.typeParameters:void 0);if(e.typeParameters||j8(e)&&e.typeParameters)return e.typeParameters;if(Wt(e)){let t=ZT(e);if(t.length)return t;let r=tm(e);if(r&&tu(r)&&r.typeParameters)return r.typeParameters}return $e}function xA(e){return e.constraint?e.constraint:Ko(e.parent)&&e===e.parent.typeParameters[0]?e.parent.constraint:void 0}function ro(e){return e.kind===80||e.kind===81}function wA(e){return e.kind===178||e.kind===177}function Q4(e){return Br(e)&&!!(e.flags&64)}function Y4(e){return Ra(e)&&!!(e.flags&64)}function y0(e){return j_(e)&&!!(e.flags&64)}function Dg(e){let t=e.kind;return!!(e.flags&64)&&(t===211||t===212||t===213||t===235)}function Pg(e){return Dg(e)&&!jo(e)&&!!e.questionDotToken}function CA(e){return Pg(e.parent)&&e.parent.expression===e}function EA(e){return!Dg(e.parent)||Pg(e.parent)||e!==e.parent.expression}function AA(e){return e.kind===226&&e.operatorToken.kind===61}function K4(e){return R_(e)&&Ee(e.typeName)&&e.typeName.escapedText==="const"&&!e.typeArguments}function rm(e){return ls(e,8)}function Z4(e){return jo(e)&&!!(e.flags&64)}function kA(e){return e.kind===252||e.kind===251}function DA(e){return e.kind===280||e.kind===279}function e3(e){switch(e.kind){case 309:case 310:return!0;default:return!1}}function PA(e){return e3(e)||e.kind===307||e.kind===311}function Ig(e){return e.kind===355||e.kind===348}function IA(e){return ql(e.kind)}function ql(e){return e>=166}function t3(e){return e>=0&&e<=165}function NA(e){return t3(e.kind)}function va(e){return Qr(e,"pos")&&Qr(e,"end")}function Ng(e){return 9<=e&&e<=15}function Og(e){return Ng(e.kind)}function OA(e){switch(e.kind){case 210:case 209:case 14:case 218:case 231:return!0}return!1}function Sl(e){return 15<=e&&e<=18}function MA(e){return Sl(e.kind)}function LA(e){let t=e.kind;return t===17||t===18}function JA(e){return p8(e)||d8(e)}function r3(e){switch(e.kind){case 276:return e.isTypeOnly||e.parent.parent.isTypeOnly;case 274:return e.parent.isTypeOnly;case 273:case 271:return e.isTypeOnly}return!1}function n3(e){switch(e.kind){case 281:return e.isTypeOnly||e.parent.parent.isTypeOnly;case 278:return e.isTypeOnly&&!!e.moduleSpecifier&&!e.exportClause;case 280:return e.parent.isTypeOnly}return!1}function RA(e){return r3(e)||n3(e)}function jA(e){return mn(e)||Ee(e)}function FA(e){return e.kind===11||Sl(e.kind)}function wa(e){var t;return Ee(e)&&((t=e.emitNode)==null?void 0:t.autoGenerate)!==void 0}function Mg(e){var t;return jr(e)&&((t=e.emitNode)==null?void 0:t.autoGenerate)!==void 0}function BA(e){let t=e.emitNode.autoGenerate.flags;return!!(t&32)&&!!(t&16)&&!!(t&8)}function i3(e){return(oo(e)||Rg(e))&&jr(e.name)}function UA(e){return Br(e)&&jr(e.name)}function bi(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 a3(e){return!!(J2(e)&16476)}function o3(e){return a3(e)||e===126||e===164||e===129}function Lg(e){return bi(e.kind)}function qA(e){let t=e.kind;return t===166||t===80}function zl(e){let t=e.kind;return t===80||t===81||t===11||t===9||t===167}function zA(e){let t=e.kind;return t===80||t===206||t===207}function Gi(e){return!!e&&Jg(e.kind)}function nm(e){return!!e&&(Jg(e.kind)||eu(e))}function s3(e){return e&&_3(e.kind)}function WA(e){return e.kind===112||e.kind===97}function _3(e){switch(e){case 262:case 174:case 176:case 177:case 178:case 218:case 219:return!0;default:return!1}}function Jg(e){switch(e){case 173:case 179:case 330:case 180:case 181:case 184:case 324:case 185:return!0;default:return _3(e)}}function VA(e){return ii(e)||u8(e)||au(e)&&Gi(e.parent)}function no(e){let t=e.kind;return t===176||t===172||t===174||t===177||t===178||t===181||t===175||t===240}function dn(e){return e&&(e.kind===263||e.kind===231)}function im(e){return e&&(e.kind===177||e.kind===178)}function c3(e){return oo(e)&&aS(e)}function Rg(e){switch(e.kind){case 174:case 177:case 178:return!0;default:return!1}}function HA(e){switch(e.kind){case 174:case 177:case 178:case 172:return!0;default:return!1}}function Mf(e){return Lg(e)||L_(e)}function jg(e){let t=e.kind;return t===180||t===179||t===171||t===173||t===181||t===177||t===178}function GA(e){return jg(e)||no(e)}function Fg(e){let t=e.kind;return t===303||t===304||t===305||t===174||t===177||t===178}function g0(e){return DS(e.kind)}function XA(e){switch(e.kind){case 184:case 185:return!0}return!1}function am(e){if(e){let t=e.kind;return t===207||t===206}return!1}function l3(e){let t=e.kind;return t===209||t===210}function $A(e){let t=e.kind;return t===208||t===232}function Bg(e){switch(e.kind){case 260:case 169:case 208:return!0}return!1}function QA(e){return ki(e)||Ma(e)||p3(e)||d3(e)}function YA(e){return u3(e)||f3(e)}function u3(e){switch(e.kind){case 206:case 210:return!0}return!1}function p3(e){switch(e.kind){case 208:case 303:case 304:case 305:return!0}return!1}function f3(e){switch(e.kind){case 207:case 209:return!0}return!1}function d3(e){switch(e.kind){case 208:case 232:case 230:case 209:case 210:case 80:case 211:case 212:return!0}return Na(e,!0)}function KA(e){let t=e.kind;return t===211||t===166||t===205}function ZA(e){let t=e.kind;return t===211||t===166}function ek(e){switch(e.kind){case 286:case 285:case 213:case 214:case 215:case 170:return!0;default:return!1}}function tk(e){return e.kind===213||e.kind===214}function rk(e){let t=e.kind;return t===228||t===15}function Lo(e){return m3(rm(e).kind)}function m3(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 h3(e){return y3(rm(e).kind)}function y3(e){switch(e){case 224:case 225:case 220:case 221:case 222:case 223:case 216:return!0;default:return m3(e)}}function nk(e){switch(e.kind){case 225:return!0;case 224:return e.operator===46||e.operator===47;default:return!1}}function ik(e){switch(e.kind){case 106:case 112:case 97:case 224:return!0;default:return Og(e)}}function om(e){return ak(rm(e).kind)}function ak(e){switch(e){case 227:case 229:case 219:case 226:case 230:case 234:case 232:case 361:case 360:case 238:return!0;default:return y3(e)}}function ok(e){let t=e.kind;return t===216||t===234}function sk(e){return A6(e)||_8(e)}function g3(e,t){switch(e.kind){case 248:case 249:case 250:case 246:case 247:return!0;case 256:return t&&g3(e.statement,t)}return!1}function b3(e){return ss(e)||B_(e)}function _k(e){return mt(e,b3)}function ck(e){return!um(e)&&!ss(e)&&!gr(e,1)&&!cm(e)}function lk(e){return um(e)||ss(e)||gr(e,1)}function uk(e){return e.kind===249||e.kind===250}function pk(e){return au(e)||om(e)}function fk(e){return au(e)}function dk(e){return v6(e)||om(e)}function mk(e){let t=e.kind;return t===268||t===267||t===80}function hk(e){let t=e.kind;return t===268||t===267}function yk(e){let t=e.kind;return t===80||t===267}function gk(e){let t=e.kind;return t===275||t===274}function bk(e){return e.kind===267||e.kind===266}function vk(e){switch(e.kind){case 219:case 226:case 208:case 213:case 179:case 263:case 231:case 175:case 176:case 185:case 180:case 212:case 266:case 306:case 277:case 278:case 281:case 262:case 218:case 184:case 177:case 80:case 273:case 271:case 276:case 181:case 264:case 345:case 347:case 324:case 348:case 355:case 330:case 353:case 329:case 291:case 292:case 293:case 200:case 174:case 173:case 267:case 202:case 280:case 270:case 274:case 214:case 15:case 9:case 210:case 169:case 211:case 303:case 172:case 171:case 178:case 304:case 312:case 305:case 11:case 265:case 187:case 168:case 260:return!0;default:return!1}}function Tk(e){switch(e.kind){case 219:case 241:case 179:case 269:case 299:case 175:case 194:case 176:case 185:case 180:case 248:case 249:case 250:case 262:case 218:case 184:case 177:case 181:case 345:case 347:case 324:case 330:case 353:case 200:case 174:case 173:case 267:case 178:case 312:case 265:return!0;default:return!1}}function Sk(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===353||e===345||e===355}function Ug(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 qg(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===359}function Ho(e){return e.kind===168?e.parent&&e.parent.kind!==352||Wt(e):Sk(e.kind)}function xk(e){return Ug(e.kind)}function wk(e){return qg(e.kind)}function v3(e){let t=e.kind;return qg(t)||Ug(t)||Ck(e)}function Ck(e){return e.kind!==241||e.parent!==void 0&&(e.parent.kind===258||e.parent.kind===299)?!1:!X3(e)}function T3(e){let t=e.kind;return qg(t)||Ug(t)||t===241}function Ek(e){let t=e.kind;return t===283||t===166||t===80}function Ak(e){let t=e.kind;return t===110||t===80||t===211||t===295}function S3(e){let t=e.kind;return t===284||t===294||t===285||t===12||t===288}function kk(e){let t=e.kind;return t===291||t===293}function Dk(e){let t=e.kind;return t===11||t===294}function x3(e){let t=e.kind;return t===286||t===285}function Pk(e){let t=e.kind;return t===296||t===297}function zg(e){return e.kind>=316&&e.kind<=357}function w3(e){return e.kind===327||e.kind===326||e.kind===328||ul(e)||Wg(e)||P6(e)||cu(e)}function Wg(e){return e.kind>=334&&e.kind<=357}function Zc(e){return e.kind===178}function el(e){return e.kind===177}function Wi(e){if(!mm(e))return!1;let{jsDoc:t}=e;return!!t&&t.length>0}function Ik(e){return!!e.type}function C3(e){return!!e.initializer}function Nk(e){switch(e.kind){case 260:case 169:case 208:case 172:case 303:case 306:return!0;default:return!1}}function b0(e){return e.kind===291||e.kind===293||Fg(e)}function Ok(e){return e.kind===183||e.kind===233}function Mk(e){let t=v0;for(let r of e){if(!r.length)continue;let a=0;for(;a<r.length&&a<t&&Vi(r.charCodeAt(a));a++);if(a<t&&(t=a),t===0)return 0}return t===v0?void 0:t}function Kn(e){return e.kind===11||e.kind===15}function ul(e){return e.kind===331||e.kind===332||e.kind===333}function Lk(e){let t=wi(e.parameters);return!!t&&E3(t)}function E3(e){let t=h_(e)?e.typeExpression&&e.typeExpression.type:e.type;return e.dotDotDotToken!==void 0||!!t&&t.kind===325}var Vg,Hg,v0,Jk=Vt({"src/compiler/utilitiesPublic.ts"(){"use strict";Dr(),Vg=$d(w_(0,0),0),Hg=["cs","de","es","fr","it","ja","ko","pl","pt-br","ru","tr","zh-cn","zh-tw"],v0=1073741823}});function Rk(e,t){let r=e.declarations;if(r){for(let a of r)if(a.kind===t)return a}}function jk(e,t){return $r(e.declarations||$e,r=>r.kind===t)}function Fk(e){let t=new Map;if(e)for(let r of e)t.set(r.escapedName,r);return t}function T0(e){return(e.flags&33554432)!==0}function Bk(){var e="";let t=r=>e+=r;return{getText:()=>e,write:t,rawWrite:t,writeKeyword:t,writeOperator:t,writePunctuation:t,writeSpace:t,writeStringLiteral:t,writeLiteral:t,writeParameter:t,writeProperty:t,writeSymbol:(r,a)=>t(r),writeTrailingSemicolon:t,writeComment:t,getTextPos:()=>e.length,getLine:()=>0,getColumn:()=>0,getIndent:()=>0,isAtStartOfLine:()=>!1,hasTrailingComment:()=>!1,hasTrailingWhitespace:()=>!!e.length&&Vi(e.charCodeAt(e.length-1)),writeLine:()=>e+=" ",increaseIndent:Rn,decreaseIndent:Rn,clear:()=>e=""}}function Uk(e,t){return e.configFilePath!==t.configFilePath||A3(e,t)}function A3(e,t){return E_(e,t,moduleResolutionOptionDeclarations)}function qk(e,t){return E_(e,t,optionsAffectingProgramStructure)}function E_(e,t,r){return e!==t&&r.some(a=>!$2(j0(e,a),j0(t,a)))}function zk(e,t){for(;;){let r=t(e);if(r==="quit")return;if(r!==void 0)return r;if(ii(e))return;e=e.parent}}function Wk(e,t){let r=e.entries();for(let[a,_]of r){let p=t(_,a);if(p)return p}}function Vk(e,t){let r=e.keys();for(let a of r){let _=t(a);if(_)return _}}function Hk(e,t){e.forEach((r,a)=>{t.set(a,r)})}function Gk(e){let t=Zs.getText();try{return e(Zs),Zs.getText()}finally{Zs.clear(),Zs.writeKeyword(t)}}function sm(e){return e.end-e.pos}function Xk(e,t,r){var a,_;return(_=(a=e==null?void 0:e.resolvedModules)==null?void 0:a.get(t,r))==null?void 0:_.resolvedModule}function $k(e,t,r,a){e.resolvedModules||(e.resolvedModules=createModeAwareCache()),e.resolvedModules.set(t,a,r)}function Qk(e,t,r,a){e.resolvedTypeReferenceDirectiveNames||(e.resolvedTypeReferenceDirectiveNames=createModeAwareCache()),e.resolvedTypeReferenceDirectiveNames.set(t,a,r)}function Yk(e,t,r){var a,_;return(_=(a=e==null?void 0:e.resolvedTypeReferenceDirectiveNames)==null?void 0:a.get(t,r))==null?void 0:_.resolvedTypeReferenceDirective}function Kk(e,t){return e.path===t.path&&!e.prepend==!t.prepend&&!e.circular==!t.circular}function Zk(e,t){return e===t||e.resolvedModule===t.resolvedModule||!!e.resolvedModule&&!!t.resolvedModule&&e.resolvedModule.isExternalLibraryImport===t.resolvedModule.isExternalLibraryImport&&e.resolvedModule.extension===t.resolvedModule.extension&&e.resolvedModule.resolvedFileName===t.resolvedModule.resolvedFileName&&e.resolvedModule.originalPath===t.resolvedModule.originalPath&&tD(e.resolvedModule.packageId,t.resolvedModule.packageId)&&e.node10Result===t.node10Result}function eD(e,t,r,a,_){var p,d;let h=(d=(p=e.resolvedModules)==null?void 0:p.get(r,a))==null?void 0:d.node10Result,l=h?tl(void 0,U.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,h,h.indexOf(nodeModulesPathPart+"@types/")>-1?`@types/${mangleScopedPackageName(_)}`:_):t.typesPackageExists(_)?tl(void 0,U.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,_,mangleScopedPackageName(_)):t.packageBundlesTypes(_)?tl(void 0,U.If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1,_,r):tl(void 0,U.Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0,r,mangleScopedPackageName(_));return l&&(l.repopulateInfo=()=>({moduleReference:r,mode:a,packageName:_===r?void 0:_})),l}function tD(e,t){return e===t||!!e&&!!t&&e.name===t.name&&e.subModuleName===t.subModuleName&&e.version===t.version}function k3({name:e,subModuleName:t}){return t?`${e}/${t}`:e}function rD(e){return`${k3(e)}@${e.version}`}function nD(e,t){return e===t||e.resolvedTypeReferenceDirective===t.resolvedTypeReferenceDirective||!!e.resolvedTypeReferenceDirective&&!!t.resolvedTypeReferenceDirective&&e.resolvedTypeReferenceDirective.resolvedFileName===t.resolvedTypeReferenceDirective.resolvedFileName&&!!e.resolvedTypeReferenceDirective.primary==!!t.resolvedTypeReferenceDirective.primary&&e.resolvedTypeReferenceDirective.originalPath===t.resolvedTypeReferenceDirective.originalPath}function iD(e,t,r,a,_,p){N.assert(e.length===r.length);for(let d=0;d<e.length;d++){let h=r[d],l=e[d],v=p.getName(l),y=p.getMode(l,t),C=a&&a.get(v,y);if(C?!h||!_(C,h):h)return!0}return!1}function xl(e){return aD(e),(e.flags&1048576)!==0}function aD(e){e.flags&2097152||((e.flags&262144||Bt(e,xl))&&(e.flags|=1048576),e.flags|=2097152)}function ri(e){for(;e&&e.kind!==312;)e=e.parent;return e}function oD(e){return ri(e.valueDeclaration||F3(e))}function sD(e,t){return!!e&&(e.scriptKind===1||e.scriptKind===2)&&!e.checkJsDirective&&t===void 0}function _D(e){switch(e.kind){case 241:case 269:case 248:case 249:case 250:return!0}return!1}function cD(e,t){return N.assert(e>=0),Ia(t)[e]}function lD(e){let t=ri(e),r=to(t,e.pos);return`${t.fileName}(${r.line+1},${r.character+1})`}function D3(e,t){N.assert(e>=0);let r=Ia(t),a=e,_=t.text;if(a+1===r.length)return _.length-1;{let p=r[a],d=r[a+1]-1;for(N.assert(mr(_.charCodeAt(d)));p<=d&&mr(_.charCodeAt(d));)d--;return d}}function P3(e,t,r){return!(r&&r(t))&&!e.identifiers.has(t)}function zi(e){return e===void 0?!0:e.pos===e.end&&e.pos>=0&&e.kind!==1}function wl(e){return!zi(e)}function uD(e,t){return No(e)?t===e.expression:eu(e)?t===e.modifiers:Zl(e)?t===e.initializer:oo(e)?t===e.questionToken&&c3(e):_s(e)?t===e.modifiers||t===e.questionToken||t===e.exclamationToken||Gs(e.modifiers,t,Mf):_u(e)?t===e.equalsToken||t===e.modifiers||t===e.questionToken||t===e.exclamationToken||Gs(e.modifiers,t,Mf):d_(e)?t===e.exclamationToken:J_(e)?t===e.typeParameters||t===e.type||Gs(e.typeParameters,t,No):m_(e)?t===e.typeParameters||Gs(e.typeParameters,t,No):Qo(e)?t===e.typeParameters||t===e.type||Gs(e.typeParameters,t,No):x6(e)?t===e.modifiers||Gs(e.modifiers,t,Mf):!1}function Gs(e,t,r){return!e||zt(t)||!r(t)?!1:es(e,t)}function I3(e,t,r){if(t===void 0||t.length===0)return e;let a=0;for(;a<e.length&&r(e[a]);++a);return e.splice(a,0,...t),e}function N3(e,t,r){if(t===void 0)return e;let a=0;for(;a<e.length&&r(e[a]);++a);return e.splice(a,0,t),e}function O3(e){return Ea(e)||!!(ti(e)&2097152)}function pD(e,t){return I3(e,t,Ea)}function fD(e,t){return I3(e,t,O3)}function dD(e,t){return N3(e,t,Ea)}function mD(e,t){return N3(e,t,O3)}function hD(e,t,r){if(e.charCodeAt(t+1)===47&&t+2<r&&e.charCodeAt(t+2)===47){let a=e.substring(t,r);return!!(Y2.test(a)||K2.test(a)||hx.test(a)||dx.test(a)||mx.test(a)||yx.test(a))}return!1}function M3(e,t){return e.charCodeAt(t+1)===42&&e.charCodeAt(t+2)===33}function yD(e,t){let r=new Map(t.map(d=>[`${to(e,d.range.end).line}`,d])),a=new Map;return{getUnusedExpectations:_,markUsed:p};function _(){return jd(r.entries()).filter(([d,h])=>h.type===0&&!a.get(d)).map(([d,h])=>h)}function p(d){return r.has(`${d}`)?(a.set(`${d}`,!0),!0):!1}}function Go(e,t,r){return zi(e)?e.pos:zg(e)||e.kind===12?Nt((t||ri(e)).text,e.pos,!1,!0):r&&Wi(e)?Go(e.jsDoc[0],t):e.kind===358&&e._children.length>0?Go(e._children[0],t,r):Nt((t||ri(e)).text,e.pos,!1,!1,rT(e))}function gD(e,t){let r=!zi(e)&&q_(e)?ig(e.modifiers,L_):void 0;return r?Nt((t||ri(e)).text,r.end):Go(e,t)}function Xo(e,t,r=!1){return t_(e.text,t,r)}function bD(e){return!!Kr(e,g8)}function L3(e){return!!(B_(e)&&e.exportClause&&Nm(e.exportClause)&&e.exportClause.name.escapedText==="default")}function t_(e,t,r=!1){if(zi(t))return"";let a=e.substring(r?t.pos:Nt(e,t.pos),t.end);return bD(t)&&(a=a.split(/\r\n|\n|\r/).map(_=>gl(_.replace(/^\s*\*/,""))).join(`
14
+ `)),a}function _m(e,t=!1){return Xo(ri(e),e,t)}function vD(e){return e.pos}function TD(e,t){return Ml(e,t,vD,kr)}function ti(e){let t=e.emitNode;return t&&t.flags||0}function SD(e){let t=e.emitNode;return t&&t.internalFlags||0}function xD(e,t,r){if(t&&wD(e,r))return Xo(t,e);switch(e.kind){case 11:{let a=r&2?qT:r&1||ti(e)&16777216?Td:Sd;return e.singleQuote?"'"+a(e.text,39)+"'":'"'+a(e.text,34)+'"'}case 15:case 16:case 17:case 18:{let a=r&1||ti(e)&16777216?Td:Sd,_=e.rawText??iN(a(e.text,96));switch(e.kind){case 15:return"`"+_+"`";case 16:return"`"+_+"${";case 17:return"}"+_+"${";case 18:return"}"+_+"`"}break}case 9:case 10:return e.text;case 14:return r&4&&e.isUnterminated?e.text+(e.text.charCodeAt(e.text.length-1)===92?" /":"/"):e.text}return N.fail(`Literal kind '${e.kind}' not accounted for.`)}function wD(e,t){if(Ta(e)||!e.parent||t&4&&e.isUnterminated)return!1;if(lo(e)){if(e.numericLiteralFlags&26656)return!1;if(e.numericLiteralFlags&512)return!!(t&8)}return!o6(e)}function CD(e){return b_(e)?'"'+Sd(e)+'"':""+e}function ED(e){return T_(e).replace(/^(\d)/,"_$1").replace(/\W/g,"_")}function AD(e){return(C_(e)&7)!==0||J3(e)}function J3(e){let t=ym(e);return t.kind===260&&t.parent.kind===299}function cm(e){return Yi(e)&&(e.name.kind===11||lm(e))}function kD(e){return Yi(e)&&e.name.kind===11}function DD(e){return Yi(e)&&mn(e.name)}function R3(e){return Yi(e)||Ee(e)}function PD(e){return ID(e.valueDeclaration)}function ID(e){return!!e&&e.kind===267&&!e.body}function ND(e){return e.kind===312||e.kind===267||nm(e)}function lm(e){return!!(e.flags&2048)}function Gg(e){return cm(e)&&j3(e)}function j3(e){switch(e.parent.kind){case 312:return Zo(e.parent);case 268:return cm(e.parent.parent)&&ii(e.parent.parent.parent)&&!Zo(e.parent.parent.parent)}return!1}function F3(e){var t;return(t=e.declarations)==null?void 0:t.find(r=>!Gg(r)&&!(Yi(r)&&lm(r)))}function OD(e){return e===1||e===100||e===199}function Xg(e,t){return Zo(e)||OD(ni(t))&&!!e.commonJsModuleIndicator}function MD(e,t){switch(e.scriptKind){case 1:case 3:case 2:case 4:break;default:return!1}return e.isDeclarationFile?!1:W2(t,"alwaysStrict")||P8(e.statements)?!0:Zo(e)||B2(t)?ni(t)>=5?!0:!t.noImplicitUseStrict:!1}function LD(e){return!!(e.flags&33554432)||gr(e,2)}function B3(e,t){switch(e.kind){case 312:case 269:case 299:case 267:case 248:case 249:case 250:case 176:case 174:case 177:case 178:case 262:case 218:case 219:case 172:case 175:return!0;case 241:return!nm(t)}return!1}function JD(e){switch(N.type(e),e.kind){case 345:case 353:case 330:return!0;default:return U3(e)}}function U3(e){switch(N.type(e),e.kind){case 179:case 180:case 173:case 181:case 184:case 185:case 324:case 263:case 231:case 264:case 265:case 352:case 262:case 174:case 176:case 177:case 178:case 218:case 219:return!0;default:return!1}}function $g(e){switch(e.kind){case 272:case 271:return!0;default:return!1}}function RD(e){return $g(e)||fm(e)}function jD(e){switch(e.kind){case 272:case 271:case 243:case 263:case 262:case 267:case 265:case 264:case 266:return!0;default:return!1}}function FD(e){return um(e)||Yi(e)||ru(e)||t2(e)}function um(e){return $g(e)||B_(e)}function BD(e){return Kr(e.parent,t=>!!(getContainerFlags(t)&1))}function S0(e){return Kr(e.parent,t=>B3(t,t.parent))}function UD(e,t){let r=S0(e);for(;r;)t(r),r=S0(r)}function q3(e){return!e||sm(e)===0?"(Missing)":_m(e)}function qD(e){return e.declaration?q3(e.declaration.parameters[0].name):void 0}function zD(e){return e.kind===167&&!Qi(e.expression)}function Qg(e){var t;switch(e.kind){case 80:case 81:return(t=e.emitNode)!=null&&t.autoGenerate?void 0:e.escapedText;case 11:case 9:case 15:return Mn(e.text);case 167:return Qi(e.expression)?Mn(e.expression.text):void 0;case 295:return Yl(e);default:return N.assertNever(e)}}function WD(e){return N.checkDefined(Qg(e))}function vi(e){switch(e.kind){case 110:return"this";case 81:case 80:return sm(e)===0?Ot(e):_m(e);case 166:return vi(e.left)+"."+vi(e.right);case 211:return Ee(e.name)||jr(e.name)?vi(e.expression)+"."+vi(e.name):N.assertNever(e.name);case 318:return vi(e.left)+vi(e.right);case 295:return vi(e.namespace)+":"+vi(e.name);default:return N.assertNever(e)}}function VD(e,t,...r){let a=ri(e);return z3(a,e,t,...r)}function HD(e,t,r,...a){let _=Nt(e.text,t.pos);return j2(e,_,t.end-_,r,...a)}function z3(e,t,r,...a){let _=Zg(e,t);return j2(e,_.start,_.length,r,...a)}function GD(e,t,r,a){let _=Zg(e,t);return Kg(e,_.start,_.length,r,a)}function XD(e,t,r,a){let _=Nt(e.text,t.pos);return Kg(e,_,t.end-_,r,a)}function Yg(e,t,r){N.assertGreaterThanOrEqual(t,0),N.assertGreaterThanOrEqual(r,0),e&&(N.assertLessThanOrEqual(t,e.text.length),N.assertLessThanOrEqual(t+r,e.text.length))}function Kg(e,t,r,a,_){return Yg(e,t,r),{file:e,start:t,length:r,code:a.code,category:a.category,messageText:a.next?a:a.messageText,relatedInformation:_}}function $D(e,t,r){return{file:e,start:0,length:0,code:t.code,category:t.category,messageText:t.next?t:t.messageText,relatedInformation:r}}function QD(e){return typeof e.messageText=="string"?{code:e.code,category:e.category,messageText:e.messageText,next:e.next}:e.messageText}function YD(e,t,r){return{file:e,start:t.pos,length:t.end-t.pos,code:r.code,category:r.category,messageText:r.message}}function Ys(e,t){let r=ns(e.languageVersion,!0,e.languageVariant,e.text,void 0,t);r.scan();let a=r.getTokenStart();return Hi(a,r.getTokenEnd())}function KD(e,t){let r=ns(e.languageVersion,!0,e.languageVariant,e.text,void 0,t);return r.scan(),r.getToken()}function ZD(e,t){let r=Nt(e.text,t.pos);if(t.body&&t.body.kind===241){let{line:a}=to(e,t.body.pos),{line:_}=to(e,t.body.end);if(a<_)return w_(r,D3(a,e)-r+1)}return Hi(r,t.end)}function Zg(e,t){let r=t;switch(t.kind){case 312:{let p=Nt(e.text,0,!1);return p===e.text.length?w_(0,0):Ys(e,p)}case 260:case 208:case 263:case 231:case 264:case 267:case 266:case 306:case 262:case 218:case 174:case 177:case 178:case 265:case 172:case 171:case 274:r=t.name;break;case 219:return ZD(e,t);case 296:case 297:{let p=Nt(e.text,t.pos),d=t.statements.length>0?t.statements[0].pos:t.end;return Hi(p,d)}case 253:case 229:{let p=Nt(e.text,t.pos);return Ys(e,p)}case 238:{let p=Nt(e.text,t.expression.end);return Ys(e,p)}case 357:{let p=Nt(e.text,t.tagName.pos);return Ys(e,p)}}if(r===void 0)return Ys(e,t.pos);N.assert(!cs(r));let a=zi(r),_=a||Dd(t)?r.pos:Nt(e.text,r.pos);return a?(N.assert(_===r.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),N.assert(_===r.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")):(N.assert(_>=r.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),N.assert(_<=r.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")),Hi(_,r.end)}function eP(e){return(e.externalModuleIndicator||e.commonJsModuleIndicator)!==void 0}function e2(e){return e.scriptKind===6}function tP(e){return!!(Qd(e)&2048)}function rP(e){return!!(Qd(e)&64&&!C4(e,e.parent))}function nP(e){return(C_(e)&7)===6}function iP(e){return(C_(e)&7)===4}function W3(e){return(C_(e)&7)===2}function aP(e){return(C_(e)&7)===1}function oP(e){return e.kind===213&&e.expression.kind===108}function t2(e){return e.kind===213&&e.expression.kind===102}function x0(e){return b6(e)&&e.keywordToken===102&&e.name.escapedText==="meta"}function V3(e){return ru(e)&&m6(e.argument)&&mn(e.argument.literal)}function Ea(e){return e.kind===244&&e.expression.kind===11}function pm(e){return!!(ti(e)&2097152)}function w0(e){return pm(e)&&os(e)}function sP(e){return Ee(e.name)&&!e.initializer}function C0(e){return pm(e)&&as(e)&&so(e.declarationList.declarations,sP)}function _P(e,t){return e.kind!==12?Wo(t.text,e.pos):void 0}function H3(e,t){let r=e.kind===169||e.kind===168||e.kind===218||e.kind===219||e.kind===217||e.kind===260||e.kind===281?y_(s4(t,e.pos),Wo(t,e.pos)):Wo(t,e.pos);return $r(r,a=>t.charCodeAt(a.pos+1)===42&&t.charCodeAt(a.pos+2)===42&&t.charCodeAt(a.pos+3)!==47)}function r2(e){if(182<=e.kind&&e.kind<=205)return!0;switch(e.kind){case 133:case 159:case 150:case 163:case 154:case 136:case 155:case 151:case 157:case 106:case 146:return!0;case 116:return e.parent.kind!==222;case 233:return Nl(e.parent)&&!M0(e);case 168:return e.parent.kind===200||e.parent.kind===195;case 80:(e.parent.kind===166&&e.parent.right===e||e.parent.kind===211&&e.parent.name===e)&&(e=e.parent),N.assert(e.kind===80||e.kind===166||e.kind===211,"'node' was expected to be a qualified name, identifier or property access in 'isPartOfTypeNode'.");case 166:case 211:case 110:{let{parent:t}=e;if(t.kind===186)return!1;if(t.kind===205)return!t.isTypeOf;if(182<=t.kind&&t.kind<=205)return!0;switch(t.kind){case 233:return Nl(t.parent)&&!M0(t);case 168:return e===t.constraint;case 352:return e===t.constraint;case 172:case 171:case 169:case 260:return e===t.type;case 262:case 218:case 219:case 176:case 174:case 173:case 177:case 178:return e===t.type;case 179:case 180:case 181:return e===t.type;case 216:return e===t.type;case 213:case 214:case 215:return es(t.typeArguments,e)}}}return!1}function cP(e,t){for(;e;){if(e.kind===t)return!0;e=e.parent}return!1}function lP(e,t){return r(e);function r(a){switch(a.kind){case 253:return t(a);case 269:case 241:case 245:case 246:case 247:case 248:case 249:case 250:case 254:case 255:case 296:case 297:case 256:case 258:case 299:return Bt(a,r)}}}function uP(e,t){return r(e);function r(a){switch(a.kind){case 229:t(a);let _=a.expression;_&&r(_);return;case 266:case 264:case 267:case 265:return;default:if(Gi(a)){if(a.name&&a.name.kind===167){r(a.name.expression);return}}else r2(a)||Bt(a,r)}}}function pP(e){return e&&e.kind===188?e.elementType:e&&e.kind===183?Jd(e.typeArguments):void 0}function fP(e){switch(e.kind){case 264:case 263:case 231:case 187:return e.members;case 210:return e.properties}}function n2(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 dP(e){return n2(e)||im(e)}function G3(e){return e.parent.kind===261&&e.parent.parent.kind===243}function mP(e){return Wt(e)?uo(e.parent)&&Ct(e.parent.parent)&&Ja(e.parent.parent)===2||i2(e.parent):!1}function i2(e){return Wt(e)?Ct(e)&&Ja(e)===1:!1}function hP(e){return(ki(e)?W3(e)&&Ee(e.name)&&G3(e):oo(e)?O0(e)&&bm(e):Zl(e)&&O0(e))||i2(e)}function yP(e){switch(e.kind){case 174:case 173:case 176:case 177:case 178:case 262:case 218:return!0}return!1}function gP(e,t){for(;;){if(t&&t(e),e.statement.kind!==256)return e.statement;e=e.statement}}function X3(e){return e&&e.kind===241&&Gi(e.parent)}function bP(e){return e&&e.kind===174&&e.parent.kind===210}function vP(e){return(e.kind===174||e.kind===177||e.kind===178)&&(e.parent.kind===210||e.parent.kind===231)}function TP(e){return e&&e.kind===1}function SP(e){return e&&e.kind===0}function a2(e,t,r,a){return yr(e==null?void 0:e.properties,_=>{if(!_s(_))return;let p=Qg(_.name);return t===p||a&&a===p?r(_):void 0})}function xP(e,t,r){return a2(e,t,a=>iu(a.initializer)?Yr(a.initializer.elements,_=>mn(_)&&_.text===r):void 0)}function $3(e){if(e&&e.statements.length){let t=e.statements[0].expression;return On(t,uo)}}function wP(e,t,r){return Q3(e,t,a=>iu(a.initializer)?Yr(a.initializer.elements,_=>mn(_)&&_.text===r):void 0)}function Q3(e,t,r){return a2($3(e),t,r)}function CP(e){return Kr(e.parent,Gi)}function EP(e){return Kr(e.parent,s3)}function E0(e){return Kr(e.parent,dn)}function AP(e){return Kr(e.parent,t=>dn(t)||Gi(t)?"quit":eu(t))}function kP(e){return Kr(e.parent,nm)}function DP(e){let t=Kr(e.parent,r=>dn(r)?"quit":L_(r));return t&&dn(t.parent)?E0(t.parent):E0(t??e)}function o2(e,t,r){for(N.assert(e.kind!==312);;){if(e=e.parent,!e)return N.fail();switch(e.kind){case 167:if(r&&dn(e.parent.parent))return e;e=e.parent.parent;break;case 170:e.parent.kind===169&&no(e.parent.parent)?e=e.parent.parent:no(e.parent)&&(e=e.parent);break;case 219:if(!t)continue;case 262:case 218:case 267:case 175:case 172:case 171:case 174:case 173:case 176:case 177:case 178:case 179:case 180:case 181:case 266:case 312:return e}}}function PP(e){switch(e.kind){case 219:case 262:case 218:case 172:return!0;case 241:switch(e.parent.kind){case 176:case 174:case 177:case 178:return!0;default:return!1}default:return!1}}function IP(e){Ee(e)&&(Yo(e.parent)||os(e.parent))&&e.parent.name===e&&(e=e.parent);let t=o2(e,!0,!1);return ii(t)}function NP(e){let t=o2(e,!1,!1);if(t)switch(t.kind){case 176:case 262:case 218:return t}}function OP(e,t){for(;;){if(e=e.parent,!e)return;switch(e.kind){case 167:e=e.parent;break;case 262:case 218:case 219:if(!t)continue;case 172:case 171:case 174:case 173:case 176:case 177:case 178:case 175:return e;case 170:e.parent.kind===169&&no(e.parent.parent)?e=e.parent.parent:no(e.parent)&&(e=e.parent);break}}}function MP(e){if(e.kind===218||e.kind===219){let t=e,r=e.parent;for(;r.kind===217;)t=r,r=r.parent;if(r.kind===213&&r.expression===t)return r}}function LP(e){return e.kind===108||gd(e)}function gd(e){let t=e.kind;return(t===211||t===212)&&e.expression.kind===108}function JP(e){let t=e.kind;return(t===211||t===212)&&e.expression.kind===110}function RP(e){var t;return!!e&&ki(e)&&((t=e.initializer)==null?void 0:t.kind)===110}function jP(e){return!!e&&(_u(e)||_s(e))&&Ct(e.parent.parent)&&e.parent.parent.operatorToken.kind===64&&e.parent.parent.right.kind===110}function FP(e){switch(e.kind){case 183:return e.typeName;case 233:return co(e.expression)?e.expression:void 0;case 80:case 166:return e}}function BP(e){switch(e.kind){case 215:return e.tag;case 286:case 285:return e.tagName;default:return e.expression}}function Y3(e,t,r,a){if(e&&Yd(t)&&jr(t.name))return!1;switch(t.kind){case 263:return!0;case 231:return!e;case 172:return r!==void 0&&(e?Yo(r):dn(r)&&!nS(t)&&!iS(t));case 177:case 178:case 174:return t.body!==void 0&&r!==void 0&&(e?Yo(r):dn(r));case 169:return e?r!==void 0&&r.body!==void 0&&(r.kind===176||r.kind===174||r.kind===178)&&YT(r)!==t&&a!==void 0&&a.kind===263:!1}return!1}function l_(e,t,r,a){return El(t)&&Y3(e,t,r,a)}function A0(e,t,r,a){return l_(e,t,r,a)||s2(e,t,r)}function s2(e,t,r){switch(t.kind){case 263:return mt(t.members,a=>A0(e,a,t,r));case 231:return!e&&mt(t.members,a=>A0(e,a,t,r));case 174:case 178:case 176:return mt(t.parameters,a=>l_(e,a,t,r));default:return!1}}function UP(e,t){if(l_(e,t))return!0;let r=QT(t);return!!r&&s2(e,r,t)}function qP(e,t,r){let a;if(im(t)){let{firstAccessor:_,secondAccessor:p,setAccessor:d}=P2(r.members,t),h=El(_)?_:p&&El(p)?p:void 0;if(!h||t!==h)return!1;a=d==null?void 0:d.parameters}else d_(t)&&(a=t.parameters);if(l_(e,t,r))return!0;if(a){for(let _ of a)if(!Xl(_)&&l_(e,_,t,r))return!0}return!1}function K3(e){if(e.textSourceNode){switch(e.textSourceNode.kind){case 11:return K3(e.textSourceNode);case 15:return e.text===""}return!1}return e.text===""}function Lf(e){let{parent:t}=e;return t.kind===286||t.kind===285||t.kind===287?t.tagName===e:!1}function _2(e){switch(e.kind){case 108:case 106:case 112:case 97:case 14:case 209:case 210:case 211:case 212:case 213:case 214:case 215:case 234:case 216:case 238:case 235:case 217:case 218:case 231:case 219:case 222:case 220:case 221:case 224:case 225:case 226:case 227:case 230:case 228:case 232:case 284:case 285:case 288:case 229:case 223:case 236:return!0;case 233:return!Nl(e.parent)&&!Lm(e.parent);case 166:for(;e.parent.kind===166;)e=e.parent;return e.parent.kind===186||ul(e.parent)||Wf(e.parent)||r_(e.parent)||Lf(e);case 318:for(;r_(e.parent);)e=e.parent;return e.parent.kind===186||ul(e.parent)||Wf(e.parent)||r_(e.parent)||Lf(e);case 81:return Ct(e.parent)&&e.parent.left===e&&e.parent.operatorToken.kind===103;case 80:if(e.parent.kind===186||ul(e.parent)||Wf(e.parent)||r_(e.parent)||Lf(e))return!0;case 9:case 10:case 11:case 15:case 110:return Z3(e);default:return!1}}function Z3(e){let{parent:t}=e;switch(t.kind){case 260:case 169:case 172:case 171:case 306:case 303:case 208:return t.initializer===e;case 244:case 245:case 246:case 247:case 253:case 254:case 255:case 296:case 257:return t.expression===e;case 248:let r=t;return r.initializer===e&&r.initializer.kind!==261||r.condition===e||r.incrementor===e;case 249:case 250:let a=t;return a.initializer===e&&a.initializer.kind!==261||a.expression===e;case 216:case 234:return e===t.expression;case 239:return e===t.expression;case 167:return e===t.expression;case 170:case 294:case 293:case 305:return!0;case 233:return t.expression===e&&!r2(t);case 304:return t.objectAssignmentInitializer===e;case 238:return e===t.expression;default:return _2(t)}}function eT(e){for(;e.kind===166||e.kind===80;)e=e.parent;return e.kind===186}function zP(e){return Nm(e)&&!!e.parent.moduleSpecifier}function tT(e){return e.kind===271&&e.moduleReference.kind===283}function WP(e){return N.assert(tT(e)),e.moduleReference.expression}function VP(e){return fm(e)&&R2(e.initializer).arguments[0]}function HP(e){return e.kind===271&&e.moduleReference.kind!==283}function c2(e){return Wt(e)}function GP(e){return!Wt(e)}function Wt(e){return!!e&&!!(e.flags&524288)}function XP(e){return!!e&&!!(e.flags&134217728)}function $P(e){return!e2(e)}function rT(e){return!!e&&!!(e.flags&16777216)}function QP(e){return R_(e)&&Ee(e.typeName)&&e.typeName.escapedText==="Object"&&e.typeArguments&&e.typeArguments.length===2&&(e.typeArguments[0].kind===154||e.typeArguments[0].kind===150)}function Wl(e,t){if(e.kind!==213)return!1;let{expression:r,arguments:a}=e;if(r.kind!==80||r.escapedText!=="require"||a.length!==1)return!1;let _=a[0];return!t||Kn(_)}function nT(e){return iT(e,!1)}function fm(e){return iT(e,!0)}function YP(e){return nu(e)&&fm(e.parent.parent)}function iT(e,t){return ki(e)&&!!e.initializer&&Wl(t?R2(e.initializer):e.initializer,!0)}function aT(e){return as(e)&&e.declarationList.declarations.length>0&&so(e.declarationList.declarations,t=>nT(t))}function KP(e){return e===39||e===34}function ZP(e,t){return Xo(t,e).charCodeAt(0)===34}function k0(e){return Ct(e)||$o(e)||Ee(e)||j_(e)}function oT(e){return Wt(e)&&e.initializer&&Ct(e.initializer)&&(e.initializer.operatorToken.kind===57||e.initializer.operatorToken.kind===61)&&e.name&&co(e.name)&&u_(e.name,e.initializer.left)?e.initializer.right:e.initializer}function eI(e){let t=oT(e);return t&&A_(t,$l(e.name))}function tI(e,t){return yr(e.properties,r=>_s(r)&&Ee(r.name)&&r.name.escapedText==="value"&&r.initializer&&A_(r.initializer,t))}function rI(e){if(e&&e.parent&&Ct(e.parent)&&e.parent.operatorToken.kind===64){let t=$l(e.parent.left);return A_(e.parent.right,t)||nI(e.parent.left,e.parent.right,t)}if(e&&j_(e)&&p2(e)){let t=tI(e.arguments[2],e.arguments[1].text==="prototype");if(t)return t}}function A_(e,t){if(j_(e)){let r=Gl(e.expression);return r.kind===218||r.kind===219?e:void 0}if(e.kind===218||e.kind===231||e.kind===219||uo(e)&&(e.properties.length===0||t))return e}function nI(e,t,r){let a=Ct(t)&&(t.operatorToken.kind===57||t.operatorToken.kind===61)&&A_(t.right,r);if(a&&u_(e,t.left))return a}function iI(e){let t=ki(e.parent)?e.parent.name:Ct(e.parent)&&e.parent.operatorToken.kind===64?e.parent.left:void 0;return t&&A_(e.right,$l(t))&&co(t)&&u_(t,e.left)}function aI(e){if(Ct(e.parent)){let t=(e.parent.operatorToken.kind===57||e.parent.operatorToken.kind===61)&&Ct(e.parent.parent)?e.parent.parent:e.parent;if(t.operatorToken.kind===64&&Ee(t.left))return t.left}else if(ki(e.parent))return e.parent.name}function u_(e,t){return P0(e)&&P0(t)?vd(e)===vd(t):ro(e)&&Jf(t)&&(t.expression.kind===110||Ee(t.expression)&&(t.expression.escapedText==="window"||t.expression.escapedText==="self"||t.expression.escapedText==="global"))?u_(e,cT(t)):Jf(e)&&Jf(t)?io(e)===io(t)&&u_(e.expression,t.expression):!1}function l2(e){for(;Na(e,!0);)e=e.right;return e}function sT(e){return Ee(e)&&e.escapedText==="exports"}function _T(e){return Ee(e)&&e.escapedText==="module"}function u2(e){return(Br(e)||Vl(e))&&_T(e.expression)&&io(e)==="exports"}function Ja(e){let t=oI(e);return t===5||Wt(e)?t:0}function p2(e){return Ka(e.arguments)===3&&Br(e.expression)&&Ee(e.expression.expression)&&Ot(e.expression.expression)==="Object"&&Ot(e.expression.name)==="defineProperty"&&Qi(e.arguments[1])&&p_(e.arguments[0],!0)}function Jf(e){return Br(e)||Vl(e)}function Vl(e){return Ra(e)&&Qi(e.argumentExpression)}function k_(e,t){return Br(e)&&(!t&&e.expression.kind===110||Ee(e.name)&&p_(e.expression,!0))||f2(e,t)}function f2(e,t){return Vl(e)&&(!t&&e.expression.kind===110||co(e.expression)||k_(e.expression,!0))}function p_(e,t){return co(e)||k_(e,t)}function cT(e){return Br(e)?e.name:e.argumentExpression}function oI(e){if(j_(e)){if(!p2(e))return 0;let t=e.arguments[0];return sT(t)||u2(t)?8:k_(t)&&io(t)==="prototype"?9:7}return e.operatorToken.kind!==64||!$o(e.left)||sI(l2(e))?0:p_(e.left.expression,!0)&&io(e.left)==="prototype"&&uo(uT(e))?6:lT(e.left)}function sI(e){return h6(e)&&lo(e.expression)&&e.expression.text==="0"}function dm(e){if(Br(e))return e.name;let t=Gl(e.argumentExpression);return lo(t)||Kn(t)?t:e}function io(e){let t=dm(e);if(t){if(Ee(t))return t.escapedText;if(Kn(t)||lo(t))return Mn(t.text)}}function lT(e){if(e.expression.kind===110)return 4;if(u2(e))return 2;if(p_(e.expression,!0)){if($l(e.expression))return 3;let t=e;for(;!Ee(t.expression);)t=t.expression;let r=t.expression;if((r.escapedText==="exports"||r.escapedText==="module"&&io(t)==="exports")&&k_(e))return 1;if(p_(e,!0)||Ra(e)&&S2(e))return 5}return 0}function uT(e){for(;Ct(e.right);)e=e.right;return e.right}function _I(e){return Ct(e)&&Ja(e)===3}function cI(e){return Wt(e)&&e.parent&&e.parent.kind===244&&(!Ra(e)||Vl(e))&&!!em(e.parent)}function lI(e,t){let{valueDeclaration:r}=e;(!r||!(t.flags&33554432&&!Wt(t)&&!(r.flags&33554432))&&k0(r)&&!k0(t)||r.kind!==t.kind&&R3(r))&&(e.valueDeclaration=t)}function uI(e){if(!e||!e.valueDeclaration)return!1;let t=e.valueDeclaration;return t.kind===262||ki(t)&&t.initializer&&Gi(t.initializer)}function pI(e){var t,r;switch(e.kind){case 260:case 208:return(t=Kr(e.initializer,a=>Wl(a,!0)))==null?void 0:t.arguments[0];case 272:return On(e.moduleSpecifier,Kn);case 271:return On((r=On(e.moduleReference,Om))==null?void 0:r.expression,Kn);case 273:case 280:return On(e.parent.moduleSpecifier,Kn);case 274:case 281:return On(e.parent.parent.moduleSpecifier,Kn);case 276:return On(e.parent.parent.parent.moduleSpecifier,Kn);default:N.assertNever(e)}}function fI(e){return pT(e)||N.failBadSyntaxKind(e.parent)}function pT(e){switch(e.parent.kind){case 272:case 278:return e.parent;case 283:return e.parent.parent;case 213:return t2(e.parent)||Wl(e.parent,!1)?e.parent:void 0;case 201:return N.assert(mn(e)),On(e.parent.parent,ru);default:return}}function d2(e){switch(e.kind){case 272:case 278:return e.moduleSpecifier;case 271:return e.moduleReference.kind===283?e.moduleReference.expression:void 0;case 205:return V3(e)?e.argument.literal:void 0;case 213:return e.arguments[0];case 267:return e.name.kind===11?e.name:void 0;default:return N.assertNever(e)}}function fT(e){switch(e.kind){case 272:return e.importClause&&On(e.importClause.namedBindings,E6);case 271:return e;case 278:return e.exportClause&&On(e.exportClause,Nm);default:return N.assertNever(e)}}function dT(e){return e.kind===272&&!!e.importClause&&!!e.importClause.name}function dI(e,t){if(e.name){let r=t(e);if(r)return r}if(e.namedBindings){let r=E6(e.namedBindings)?t(e.namedBindings):yr(e.namedBindings.elements,t);if(r)return r}}function mI(e){if(e)switch(e.kind){case 169:case 174:case 173:case 304:case 303:case 172:case 171:return e.questionToken!==void 0}return!1}function hI(e){let t=Mm(e)?g_(e.parameters):void 0,r=On(t&&t.name,Ee);return!!r&&r.escapedText==="new"}function Hl(e){return e.kind===353||e.kind===345||e.kind===347}function yI(e){return Hl(e)||T6(e)}function gI(e){return ou(e)&&Ct(e.expression)&&e.expression.operatorToken.kind===64?l2(e.expression):void 0}function mT(e){return ou(e)&&Ct(e.expression)&&Ja(e.expression)!==0&&Ct(e.expression.right)&&(e.expression.right.operatorToken.kind===57||e.expression.right.operatorToken.kind===61)?e.expression.right.right:void 0}function m2(e){switch(e.kind){case 243:let t=Cl(e);return t&&t.initializer;case 172:return e.initializer;case 303:return e.initializer}}function Cl(e){return as(e)?g_(e.declarationList.declarations):void 0}function hT(e){return Yi(e)&&e.body&&e.body.kind===267?e.body:void 0}function bI(e){if(e.kind>=243&&e.kind<=259)return!0;switch(e.kind){case 80:case 110:case 108:case 166:case 236:case 212:case 211:case 208:case 218:case 219:case 174:case 177:case 178:return!0;default:return!1}}function mm(e){switch(e.kind){case 219:case 226:case 241:case 252:case 179:case 296:case 263:case 231:case 175:case 176:case 185:case 180:case 251:case 259:case 246:case 212:case 242:case 1:case 266:case 306:case 277:case 278:case 281:case 244:case 249:case 250:case 248:case 262:case 218:case 184:case 177:case 80:case 245:case 272:case 271:case 181:case 264:case 324:case 330:case 256:case 174:case 173:case 267:case 202:case 270:case 210:case 169:case 217:case 211:case 303:case 172:case 171:case 253:case 240:case 178:case 304:case 305:case 255:case 257:case 258:case 265:case 168:case 260:case 243:case 247:case 254:return!0;default:return!1}}function yT(e,t){let r;n2(e)&&C3(e)&&Wi(e.initializer)&&(r=Rr(r,jb(e,ka(e.initializer.jsDoc))));let a=e;for(;a&&a.parent;){if(Wi(a)&&(r=Rr(r,jb(e,ka(a.jsDoc)))),a.kind===169){r=Rr(r,(t?L4:Zd)(a));break}if(a.kind===168){r=Rr(r,(t?j4:R4)(a));break}a=gT(a)}return r||$e}function jb(e,t){if(cs(t)){let r=$r(t.tags,a=>Fb(e,a));return t.tags===r?[t]:r}return Fb(e,t)?[t]:void 0}function Fb(e,t){return!(lu(t)||j6(t))||!t.parent||!cs(t.parent)||!is(t.parent.parent)||t.parent.parent===e}function gT(e){let t=e.parent;if(t.kind===303||t.kind===277||t.kind===172||t.kind===244&&e.kind===211||t.kind===253||hT(t)||Ct(e)&&e.operatorToken.kind===64)return t;if(t.parent&&(Cl(t.parent)===e||Ct(t)&&t.operatorToken.kind===64))return t.parent;if(t.parent&&t.parent.parent&&(Cl(t.parent.parent)||m2(t.parent.parent)===e||mT(t.parent.parent)))return t.parent.parent}function vI(e){if(e.symbol)return e.symbol;if(!Ee(e.name))return;let t=e.name.escapedText,r=h2(e);if(!r)return;let a=Yr(r.parameters,_=>_.name.kind===80&&_.name.escapedText===t);return a&&a.symbol}function TI(e){if(cs(e.parent)&&e.parent.tags){let t=Yr(e.parent.tags,Hl);if(t)return t}return h2(e)}function h2(e){let t=y2(e);if(t)return Zl(t)&&t.type&&Gi(t.type)?t.type:Gi(t)?t:void 0}function y2(e){let t=bT(e);if(t)return mT(t)||gI(t)||m2(t)||Cl(t)||hT(t)||t}function bT(e){let t=g2(e);if(!t)return;let r=t.parent;if(r&&r.jsDoc&&t===wi(r.jsDoc))return r}function g2(e){return Kr(e.parent,cs)}function SI(e){let t=e.name.escapedText,{typeParameters:r}=e.parent.parent.parent;return r&&Yr(r,a=>a.name.escapedText===t)}function xI(e){return!!e.typeArguments}function vT(e){let t=e.parent;for(;;){switch(t.kind){case 226:let r=t.operatorToken.kind;return D_(r)&&t.left===e?r===64||Tm(r)?1:2:0;case 224:case 225:let a=t.operator;return a===46||a===47?2:0;case 249:case 250:return t.initializer===e?1:0;case 217:case 209:case 230:case 235:e=t;break;case 305:e=t.parent;break;case 304:if(t.name!==e)return 0;e=t.parent;break;case 303:if(t.name===e)return 0;e=t.parent;break;default:return 0}t=e.parent}}function wI(e){return vT(e)!==0}function CI(e){switch(e.kind){case 241:case 243:case 254:case 245:case 255:case 269:case 296:case 297:case 256:case 248:case 249:case 250:case 246:case 247:case 258:case 299:return!0}return!1}function EI(e){return km(e)||Dm(e)||Rg(e)||os(e)||J_(e)}function TT(e,t){for(;e&&e.kind===t;)e=e.parent;return e}function AI(e){return TT(e,196)}function ST(e){return TT(e,217)}function kI(e){let t;for(;e&&e.kind===196;)t=e,e=e.parent;return[t,e]}function DI(e){for(;f6(e);)e=e.type;return e}function Gl(e,t){return ls(e,t?17:1)}function PI(e){return e.kind!==211&&e.kind!==212?!1:(e=ST(e.parent),e&&e.kind===220)}function II(e,t){for(;e;){if(e===t)return!0;e=e.parent}return!1}function xT(e){return!ii(e)&&!am(e)&&Ho(e.parent)&&e.parent.name===e}function NI(e){let t=e.parent;switch(e.kind){case 11:case 15:case 9:if(ao(t))return t.parent;case 80:if(Ho(t))return t.name===e?t:void 0;if(M_(t)){let r=t.parent;return h_(r)&&r.name===t?r:void 0}else{let r=t.parent;return Ct(r)&&Ja(r)!==0&&(r.left.symbol||r.symbol)&&Bl(r)===e?r:void 0}case 81:return Ho(t)&&t.name===e?t:void 0;default:return}}function wT(e){return Qi(e)&&e.parent.kind===167&&Ho(e.parent.parent)}function OI(e){let t=e.parent;switch(t.kind){case 172:case 171:case 174:case 173:case 177:case 178:case 306:case 303:case 211:return t.name===e;case 166:return t.right===e;case 208:case 276:return t.propertyName===e;case 281:case 291:case 285:case 286:case 287:return!0}return!1}function MI(e){return e.kind===271||e.kind===270||e.kind===273&&e.name||e.kind===274||e.kind===280||e.kind===276||e.kind===281||e.kind===277&&D0(e)?!0:Wt(e)&&(Ct(e)&&Ja(e)===2&&D0(e)||Br(e)&&Ct(e.parent)&&e.parent.left===e&&e.parent.operatorToken.kind===64&&b2(e.parent.right))}function CT(e){switch(e.parent.kind){case 273:case 276:case 274:case 281:case 277:case 271:case 280:return e.parent;case 166:do e=e.parent;while(e.parent.kind===166);return CT(e)}}function b2(e){return co(e)||Il(e)}function D0(e){let t=ET(e);return b2(t)}function ET(e){return ss(e)?e.expression:e.right}function LI(e){return e.kind===304?e.name:e.kind===303?e.initializer:e.parent.right}function AT(e){let t=kT(e);if(t&&Wt(e)){let r=F4(e);if(r)return r.class}return t}function kT(e){let t=hm(e.heritageClauses,96);return t&&t.types.length>0?t.types[0]:void 0}function DT(e){if(Wt(e))return B4(e).map(t=>t.class);{let t=hm(e.heritageClauses,119);return t==null?void 0:t.types}}function PT(e){return su(e)?IT(e)||$e:dn(e)&&y_(Qf(AT(e)),DT(e))||$e}function IT(e){let t=hm(e.heritageClauses,96);return t?t.types:void 0}function hm(e,t){if(e){for(let r of e)if(r.token===t)return r}}function JI(e,t){for(;e;){if(e.kind===t)return e;e=e.parent}}function Si(e){return 83<=e&&e<=165}function NT(e){return 19<=e&&e<=79}function Rf(e){return Si(e)||NT(e)}function v2(e){return 128<=e&&e<=165}function OT(e){return Si(e)&&!v2(e)}function RI(e){return 119<=e&&e<=127}function jI(e){let t=Rl(e);return t!==void 0&&OT(t)}function FI(e){let t=Rl(e);return t!==void 0&&Si(t)}function BI(e){let t=D4(e);return!!t&&!v2(t)}function UI(e){return 2<=e&&e<=7}function qI(e){if(!e)return 4;let t=0;switch(e.kind){case 262:case 218:case 174:e.asteriskToken&&(t|=1);case 219:gr(e,512)&&(t|=2);break}return e.body||(t|=4),t}function zI(e){switch(e.kind){case 262:case 218:case 219:case 174:return e.body!==void 0&&e.asteriskToken===void 0&&gr(e,512)}return!1}function Qi(e){return Kn(e)||lo(e)}function T2(e){return Pm(e)&&(e.operator===40||e.operator===41)&&lo(e.operand)}function MT(e){let t=Bl(e);return!!t&&S2(t)}function S2(e){if(!(e.kind===167||e.kind===212))return!1;let t=Ra(e)?Gl(e.argumentExpression):e.expression;return!Qi(t)&&!T2(t)}function bd(e){switch(e.kind){case 80:case 81:return e.escapedText;case 11:case 9:return Mn(e.text);case 167:let t=e.expression;return Qi(t)?Mn(t.text):T2(t)?t.operator===41?nr(t.operator)+t.operand.text:t.operand.text:void 0;case 295:return Yl(e);default:return N.assertNever(e)}}function P0(e){switch(e.kind){case 80:case 11:case 15:case 9:return!0;default:return!1}}function vd(e){return ro(e)?Ot(e):U_(e)?Kl(e):e.text}function LT(e){return ro(e)?e.escapedText:U_(e)?Yl(e):Mn(e.text)}function WI(e){return`__@${getSymbolId(e)}@${e.escapedName}`}function VI(e,t){return`__#${getSymbolId(e)}@${t}`}function HI(e){return Fr(e.escapedName,"__@")}function GI(e){return Fr(e.escapedName,"__#")}function XI(e){return e.kind===80&&e.escapedText==="Symbol"}function JT(e){return Ee(e)?Ot(e)==="__proto__":mn(e)&&e.text==="__proto__"}function Ks(e,t){switch(e=ls(e),e.kind){case 231:if(classHasDeclaredOrExplicitlyAssignedName(e))return!1;break;case 218:if(e.name)return!1;break;case 219:break;default:return!1}return typeof t=="function"?t(e):!0}function RT(e){switch(e.kind){case 303:return!JT(e.name);case 304:return!!e.objectAssignmentInitializer;case 260:return Ee(e.name)&&!!e.initializer;case 169:return Ee(e.name)&&!!e.initializer&&!e.dotDotDotToken;case 208:return Ee(e.name)&&!!e.initializer&&!e.dotDotDotToken;case 172:return!!e.initializer;case 226:switch(e.operatorToken.kind){case 64:case 77:case 76:case 78:return Ee(e.left)}break;case 277:return!0}return!1}function $I(e,t){if(!RT(e))return!1;switch(e.kind){case 303:return Ks(e.initializer,t);case 304:return Ks(e.objectAssignmentInitializer,t);case 260:case 169:case 208:case 172:return Ks(e.initializer,t);case 226:return Ks(e.right,t);case 277:return Ks(e.expression,t)}}function QI(e){return e.escapedText==="push"||e.escapedText==="unshift"}function YI(e){return ym(e).kind===169}function ym(e){for(;e.kind===208;)e=e.parent.parent;return e}function KI(e){let t=e.kind;return t===176||t===218||t===262||t===219||t===174||t===177||t===178||t===267||t===312}function Ta(e){return Oa(e.pos)||Oa(e.end)}function ZI(e){return Fl(e,ii)||e}function eN(e){let t=x2(e),r=e.kind===214&&e.arguments!==void 0;return jT(e.kind,t,r)}function jT(e,t,r){switch(e){case 214:return r?0:1;case 224:case 221:case 222:case 220:case 223:case 227:case 229:return 1;case 226:switch(t){case 43:case 64:case 65:case 66:case 68:case 67:case 69:case 70:case 71:case 72:case 73:case 74:case 79:case 75:case 76:case 77:case 78:return 1}}return 0}function tN(e){let t=x2(e),r=e.kind===214&&e.arguments!==void 0;return FT(e.kind,t,r)}function x2(e){return e.kind===226?e.operatorToken.kind:e.kind===224||e.kind===225?e.operator:e.kind}function FT(e,t,r){switch(e){case 361:return 0;case 230:return 1;case 229:return 2;case 227:return 4;case 226:switch(t){case 28:return 0;case 64:case 65:case 66:case 68:case 67:case 69:case 70:case 71:case 72:case 73:case 74:case 79:case 75:case 76:case 77:case 78:return 3;default:return pl(t)}case 216:case 235:case 224:case 221:case 222:case 220:case 223:return 16;case 225:return 17;case 213:return 18;case 214:return r?19:18;case 215:case 211:case 212:case 236:return 19;case 234:case 238:return 11;case 110:case 108:case 80:case 81:case 106:case 112:case 97:case 9:case 10:case 11:case 209:case 210:case 218:case 219:case 231:case 14:case 15:case 228:case 217:case 232:case 284:case 285:case 288:return 20;default:return-1}}function pl(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 rN(e){return $r(e,t=>{switch(t.kind){case 294:return!!t.expression;case 12:return!t.containsOnlyTriviaWhiteSpaces;default:return!0}})}function nN(){let e=[],t=[],r=new Map,a=!1;return{add:p,lookup:_,getGlobalDiagnostics:d,getDiagnostics:h};function _(l){let v;if(l.file?v=r.get(l.file.fileName):v=e,!v)return;let y=Ml(v,l,bt,wd);if(y>=0)return v[y]}function p(l){let v;l.file?(v=r.get(l.file.fileName),v||(v=[],r.set(l.file.fileName,v),yl(t,l.file.fileName,Ci))):(a&&(a=!1,e=e.slice()),v=e),yl(v,l,wd)}function d(){return a=!0,e}function h(l){if(l)return r.get(l)||[];let v=vv(t,y=>r.get(y));return e.length&&v.unshift(...e),v}}function iN(e){return e.replace(gx,"\\${")}function BT(e){return e&&!!(Fx(e)?e.templateFlags:e.head.templateFlags||mt(e.templateSpans,t=>!!t.literal.templateFlags))}function UT(e){return"\\u"+("0000"+e.toString(16).toUpperCase()).slice(-4)}function aN(e,t,r){if(e.charCodeAt(0)===0){let a=r.charCodeAt(t+e.length);return a>=48&&a<=57?"\\x00":"\\0"}return Sx.get(e)||UT(e.charCodeAt(0))}function Td(e,t){let r=t===96?Tx:t===39?vx:bx;return e.replace(r,aN)}function Sd(e,t){return e=Td(e,t),W0.test(e)?e.replace(W0,r=>UT(r.charCodeAt(0))):e}function oN(e){return"&#x"+e.toString(16).toUpperCase()+";"}function sN(e){return e.charCodeAt(0)===0?"&#0;":Cx.get(e)||oN(e.charCodeAt(0))}function qT(e,t){let r=t===39?wx:xx;return e.replace(r,sN)}function _N(e){let t=e.length;return t>=2&&e.charCodeAt(0)===e.charCodeAt(t-1)&&cN(e.charCodeAt(0))?e.substring(1,t-1):e}function cN(e){return e===39||e===34||e===96}function zT(e){let t=e.charCodeAt(0);return t>=97&&t<=122||eo(e,"-")}function w2(e){let t=Po[1];for(let r=Po.length;r<=e;r++)Po.push(Po[r-1]+t);return Po[e]}function Jo(){return Po[1].length}function lN(){return eo(Gf,"-dev")||eo(Gf,"-insiders")}function uN(e){var t,r,a,_,p,d=!1;function h(K){let ue=Hd(K);ue.length>1?(_=_+ue.length-1,p=t.length-K.length+ka(ue),a=p-t.length===0):a=!1}function l(K){K&&K.length&&(a&&(K=w2(r)+K,a=!1),t+=K,h(K))}function v(K){K&&(d=!1),l(K)}function y(K){K&&(d=!0),l(K)}function C(){t="",r=0,a=!0,_=0,p=0,d=!1}function S(K){K!==void 0&&(t+=K,h(K),d=!1)}function k(K){K&&K.length&&v(K)}function L(K){(!a||K)&&(t+=e,_++,p=t.length,a=!0,d=!1)}function G(){return a?t.length:t.length+e.length}return C(),{write:v,rawWrite:S,writeLiteral:k,writeLine:L,increaseIndent:()=>{r++},decreaseIndent:()=>{r--},getIndent:()=>r,getTextPos:()=>t.length,getLine:()=>_,getColumn:()=>a?r*Jo():t.length-p,getText:()=>t,isAtStartOfLine:()=>a,hasTrailingComment:()=>d,hasTrailingWhitespace:()=>!!t.length&&Vi(t.charCodeAt(t.length-1)),clear:C,writeKeyword:v,writeOperator:v,writeParameter:v,writeProperty:v,writePunctuation:v,writeSpace:v,writeStringLiteral:v,writeSymbol:(K,ue)=>v(K),writeTrailingSemicolon:v,writeComment:y,getTextPosWithWriteLine:G}}function pN(e){let t=!1;function r(){t&&(e.writeTrailingSemicolon(";"),t=!1)}return{...e,writeTrailingSemicolon(){t=!0},writeLiteral(a){r(),e.writeLiteral(a)},writeStringLiteral(a){r(),e.writeStringLiteral(a)},writeSymbol(a,_){r(),e.writeSymbol(a,_)},writePunctuation(a){r(),e.writePunctuation(a)},writeKeyword(a){r(),e.writeKeyword(a)},writeOperator(a){r(),e.writeOperator(a)},writeParameter(a){r(),e.writeParameter(a)},writeSpace(a){r(),e.writeSpace(a)},writeProperty(a){r(),e.writeProperty(a)},writeComment(a){r(),e.writeComment(a)},writeLine(){r(),e.writeLine()},increaseIndent(){r(),e.increaseIndent()},decreaseIndent(){r(),e.decreaseIndent()}}}function C2(e){return e.useCaseSensitiveFileNames?e.useCaseSensitiveFileNames():!1}function WT(e){return Ud(C2(e))}function VT(e,t,r){return t.moduleName||E2(e,t.fileName,r&&r.fileName)}function Bb(e,t){return e.getCanonicalFileName(Pa(t,e.getCurrentDirectory()))}function fN(e,t,r){let a=t.getExternalModuleFileFromDeclaration(r);if(!a||a.isDeclarationFile)return;let _=d2(r);if(!(_&&Kn(_)&&!rs(_.text)&&Bb(e,a.path).indexOf(Bb(e,zo(e.getCommonSourceDirectory())))===-1))return VT(e,a)}function E2(e,t,r){let a=l=>e.getCanonicalFileName(l),_=xi(r?$i(r):e.getCommonSourceDirectory(),e.getCurrentDirectory(),a),p=Pa(t,e.getCurrentDirectory()),d=bg(_,p,_,a,!1),h=Al(d);return r?hg(h):h}function dN(e,t,r){let a=t.getCompilerOptions(),_;return a.outDir?_=Al(XT(e,t,a.outDir)):_=Al(e),_+r}function mN(e,t){return HT(e,t.getCompilerOptions(),t.getCurrentDirectory(),t.getCommonSourceDirectory(),r=>t.getCanonicalFileName(r))}function HT(e,t,r,a,_){let p=t.declarationDir||t.outDir,d=p?k2(e,p,r,a,_):e,h=GT(d);return Al(d)+h}function GT(e){return ei(e,[".mjs",".mts"])?".d.mts":ei(e,[".cjs",".cts"])?".d.cts":ei(e,[".json"])?".d.json.ts":".d.ts"}function hN(e){return ei(e,[".d.mts",".mjs",".mts"])?[".mts",".mjs"]:ei(e,[".d.cts",".cjs",".cts"])?[".cts",".cjs"]:ei(e,[".d.json.ts"])?[".json"]:[".tsx",".ts",".jsx",".js"]}function A2(e){return e.outFile||e.out}function yN(e,t){var r;if(e.paths)return e.baseUrl??N.checkDefined(e.pathsBasePath||((r=t.getCurrentDirectory)==null?void 0:r.call(t)),"Encountered 'paths' without a 'baseUrl', config file, or host 'getCurrentDirectory'.")}function gN(e,t,r){let a=e.getCompilerOptions();if(A2(a)){let _=ni(a),p=a.emitDeclarationOnly||_===2||_===4;return $r(e.getSourceFiles(),d=>(p||!Zo(d))&&I0(d,e,r))}else{let _=t===void 0?e.getSourceFiles():[t];return $r(_,p=>I0(p,e,r))}}function I0(e,t,r){return!(t.getCompilerOptions().noEmitForJsFiles&&c2(e))&&!e.isDeclarationFile&&!t.isSourceFileFromExternalLibrary(e)&&(r||!(e2(e)&&t.getResolvedProjectReferenceToRedirect(e.fileName))&&!t.isSourceOfProjectReferenceRedirect(e.fileName))}function XT(e,t,r){return k2(e,r,t.getCurrentDirectory(),t.getCommonSourceDirectory(),a=>t.getCanonicalFileName(a))}function k2(e,t,r,a,_){let p=Pa(e,r);return p=_(p).indexOf(_(a))===0?p.substring(a.length):p,hr(t,p)}function bN(e,t,r,a,_,p,d){e.writeFile(r,a,_,h=>{t.add(fl(U.Could_not_write_file_0_Colon_1,r,h))},p,d)}function $T(e,t,r){if(e.length>Ei(e)&&!r(e)){let a=$i(e);$T(a,t,r),t(e)}}function vN(e,t,r,a,_,p){try{a(e,t,r)}catch{$T($i(pn(e)),_,p),a(e,t,r)}}function TN(e,t){let r=Ia(e);return __(r,t)}function Ca(e,t){return __(e,t)}function QT(e){return Yr(e.members,t=>J_(t)&&wl(t.body))}function D2(e){if(e&&e.parameters.length>0){let t=e.parameters.length===2&&Xl(e.parameters[0]);return e.parameters[t?1:0]}}function SN(e){let t=D2(e);return t&&t.type}function YT(e){if(e.parameters.length&&!cu(e)){let t=e.parameters[0];if(Xl(t))return t}}function Xl(e){return gm(e.name)}function gm(e){return!!e&&e.kind===80&&KT(e)}function xN(e){return!!Kr(e,t=>t.kind===186?!0:t.kind===80||t.kind===166?!1:"quit")}function wN(e){if(!gm(e))return!1;for(;M_(e.parent)&&e.parent.left===e;)e=e.parent;return e.parent.kind===186}function KT(e){return e.escapedText==="this"}function P2(e,t){let r,a,_,p;return MT(t)?(r=t,t.kind===177?_=t:t.kind===178?p=t:N.fail("Accessor has wrong kind")):yr(e,d=>{if(im(d)&&N0(d)===N0(t)){let h=bd(d.name),l=bd(t.name);h===l&&(r?a||(a=d):r=d,d.kind===177&&!_&&(_=d),d.kind===178&&!p&&(p=d))}}),{firstAccessor:r,secondAccessor:a,getAccessor:_,setAccessor:p}}function I2(e){if(!Wt(e)&&os(e))return;let t=e.type;return t||!Wt(e)?t:Ig(e)?e.typeExpression&&e.typeExpression.type:tm(e)}function CN(e){return e.type}function EN(e){return cu(e)?e.type&&e.type.typeExpression&&e.type.typeExpression.type:e.type||(Wt(e)?X4(e):void 0)}function ZT(e){return Bo(Ul(e),t=>AN(t)?t.typeParameters:void 0)}function AN(e){return Ko(e)&&!(e.parent.kind===327&&(e.parent.tags.some(Hl)||e.parent.tags.some(L6)))}function kN(e){let t=D2(e);return t&&I2(t)}function eS(e,t,r,a){tS(e,t,r.pos,a)}function tS(e,t,r,a){a&&a.length&&r!==a[0].pos&&Ca(e,r)!==Ca(e,a[0].pos)&&t.writeLine()}function DN(e,t,r,a){r!==a&&Ca(e,r)!==Ca(e,a)&&t.writeLine()}function rS(e,t,r,a,_,p,d,h){if(a&&a.length>0){_&&r.writeSpace(" ");let l=!1;for(let v of a)l&&(r.writeSpace(" "),l=!1),h(e,t,r,v.pos,v.end,d),v.hasTrailingNewLine?r.writeLine():l=!0;l&&p&&r.writeSpace(" ")}}function PN(e,t,r,a,_,p,d){let h,l;if(d?_.pos===0&&(h=$r(Wo(e,_.pos),v)):h=Wo(e,_.pos),h){let y=[],C;for(let S of h){if(C){let k=Ca(t,C.end);if(Ca(t,S.pos)>=k+2)break}y.push(S),C=S}if(y.length){let S=Ca(t,ka(y).end);Ca(t,Nt(e,_.pos))>=S+2&&(eS(t,r,_,h),rS(e,t,r,y,!1,!0,p,a),l={nodePos:_.pos,detachedCommentEndPos:ka(y).end})}}return l;function v(y){return M3(e,y.pos)}}function IN(e,t,r,a,_,p){if(e.charCodeAt(a+1)===42){let d=Sg(t,a),h=t.length,l;for(let v=a,y=d.line;v<_;y++){let C=y+1===h?e.length+1:t[y+1];if(v!==a){l===void 0&&(l=Ub(e,t[d.line],a));let k=r.getIndent()*Jo()-l+Ub(e,v,C);if(k>0){let L=k%Jo(),G=w2((k-L)/Jo());for(r.rawWrite(G);L;)r.rawWrite(" "),L--}else r.rawWrite("")}NN(e,_,r,p,v,C),v=C}}else r.writeComment(e.substring(a,_))}function NN(e,t,r,a,_,p){let d=Math.min(t,p-1),h=qd(e.substring(_,d));h?(r.writeComment(h),d!==t&&r.writeLine()):r.rawWrite(a)}function Ub(e,t,r){let a=0;for(;t<r&&Io(e.charCodeAt(t));t++)e.charCodeAt(t)===9?a+=Jo()-a%Jo():a++;return a}function ON(e){return vm(e)!==0}function MN(e){return M2(e)!==0}function N2(e,t){return!!oS(e,t)}function gr(e,t){return!!sS(e,t)}function N0(e){return no(e)&&bm(e)||eu(e)}function bm(e){return gr(e,32)}function LN(e){return N2(e,16384)}function nS(e){return gr(e,256)}function iS(e){return gr(e,2)}function aS(e){return gr(e,128)}function O0(e){return N2(e,64)}function El(e){return gr(e,131072)}function oS(e,t){return vm(e)&t}function sS(e,t){return M2(e)&t}function O2(e,t,r){return e.kind>=0&&e.kind<=165?0:(e.modifierFlagsCache&536870912||(e.modifierFlagsCache=L2(e)|536870912),t&&!(e.modifierFlagsCache&4096)&&(r||Wt(e))&&e.parent&&(e.modifierFlagsCache|=cS(e)|4096),e.modifierFlagsCache&-536875009)}function vm(e){return O2(e,!0)}function _S(e){return O2(e,!0,!0)}function M2(e){return O2(e,!1)}function cS(e){let t=0;return e.parent&&!Ma(e)&&(Wt(e)&&(U4(e)&&(t|=4),q4(e)&&(t|=8),z4(e)&&(t|=16),W4(e)&&(t|=64),V4(e)&&(t|=16384)),H4(e)&&(t|=8192)),t}function lS(e){return L2(e)|cS(e)}function L2(e){let t=q_(e)?ln(e.modifiers):0;return(e.flags&8||e.kind===80&&e.flags&4096)&&(t|=1),t}function ln(e){let t=0;if(e)for(let r of e)t|=J2(r.kind);return t}function J2(e){switch(e){case 126:return 32;case 125:return 4;case 124:return 16;case 123:return 8;case 128:return 256;case 129:return 128;case 95:return 1;case 138:return 2;case 87:return 2048;case 90:return 1024;case 134:return 512;case 148:return 64;case 164:return 16384;case 103:return 32768;case 147:return 65536;case 170:return 131072}return 0}function uS(e){return e===57||e===56}function JN(e){return uS(e)||e===54}function Tm(e){return e===76||e===77||e===78}function RN(e){return Ct(e)&&Tm(e.operatorToken.kind)}function pS(e){return uS(e)||e===61}function jN(e){return Ct(e)&&pS(e.operatorToken.kind)}function D_(e){return e>=64&&e<=79}function fS(e){let t=dS(e);return t&&!t.isImplements?t.class:void 0}function dS(e){if(g6(e)){if(Nl(e.parent)&&dn(e.parent.parent))return{class:e.parent.parent,isImplements:e.parent.token===119};if(Lm(e.parent)){let t=y2(e.parent);if(t&&dn(t))return{class:t,isImplements:!1}}}}function Na(e,t){return Ct(e)&&(t?e.operatorToken.kind===64:D_(e.operatorToken.kind))&&Lo(e.left)}function FN(e){return Na(e.parent)&&e.parent.left===e}function BN(e){if(Na(e,!0)){let t=e.left.kind;return t===210||t===209}return!1}function M0(e){return fS(e)!==void 0}function co(e){return e.kind===80||mS(e)}function UN(e){switch(e.kind){case 80:return e;case 166:do e=e.left;while(e.kind!==80);return e;case 211:do e=e.expression;while(e.kind!==80);return e}}function L0(e){return e.kind===80||e.kind===110||e.kind===108||e.kind===236||e.kind===211&&L0(e.expression)||e.kind===217&&L0(e.expression)}function mS(e){return Br(e)&&Ee(e.name)&&co(e.expression)}function J0(e){if(Br(e)){let t=J0(e.expression);if(t!==void 0)return t+"."+vi(e.name)}else if(Ra(e)){let t=J0(e.expression);if(t!==void 0&&zl(e.argumentExpression))return t+"."+bd(e.argumentExpression)}else{if(Ee(e))return Vo(e.escapedText);if(U_(e))return Kl(e)}}function $l(e){return k_(e)&&io(e)==="prototype"}function qN(e){return e.parent.kind===166&&e.parent.right===e||e.parent.kind===211&&e.parent.name===e||e.parent.kind===236&&e.parent.name===e}function hS(e){return Br(e.parent)&&e.parent.name===e||Ra(e.parent)&&e.parent.argumentExpression===e}function zN(e){return M_(e.parent)&&e.parent.right===e||Br(e.parent)&&e.parent.name===e||r_(e.parent)&&e.parent.right===e}function WN(e){return e.kind===210&&e.properties.length===0}function VN(e){return e.kind===209&&e.elements.length===0}function HN(e){if(!(!GN(e)||!e.declarations)){for(let t of e.declarations)if(t.localSymbol)return t.localSymbol}}function GN(e){return e&&Ka(e.declarations)>0&&gr(e.declarations[0],1024)}function XN(e){return Yr(Px,t=>La(e,t))}function $N(e){let t=[],r=e.length;for(let a=0;a<r;a++){let _=e.charCodeAt(a);_<128?t.push(_):_<2048?(t.push(_>>6|192),t.push(_&63|128)):_<65536?(t.push(_>>12|224),t.push(_>>6&63|128),t.push(_&63|128)):_<131072?(t.push(_>>18|240),t.push(_>>12&63|128),t.push(_>>6&63|128),t.push(_&63|128)):N.assert(!1,"Unexpected code point")}return t}function yS(e){let t="",r=$N(e),a=0,_=r.length,p,d,h,l;for(;a<_;)p=r[a]>>2,d=(r[a]&3)<<4|r[a+1]>>4,h=(r[a+1]&15)<<2|r[a+2]>>6,l=r[a+2]&63,a+1>=_?h=l=64:a+2>=_&&(l=64),t+=qi.charAt(p)+qi.charAt(d)+qi.charAt(h)+qi.charAt(l),a+=3;return t}function QN(e){let t="",r=0,a=e.length;for(;r<a;){let _=e[r];if(_<128)t+=String.fromCharCode(_),r++;else if((_&192)===192){let p=_&63;r++;let d=e[r];for(;(d&192)===128;)p=p<<6|d&63,r++,d=e[r];t+=String.fromCharCode(p)}else t+=String.fromCharCode(_),r++}return t}function YN(e,t){return e&&e.base64encode?e.base64encode(t):yS(t)}function KN(e,t){if(e&&e.base64decode)return e.base64decode(t);let r=t.length,a=[],_=0;for(;_<r&&t.charCodeAt(_)!==qi.charCodeAt(64);){let p=qi.indexOf(t[_]),d=qi.indexOf(t[_+1]),h=qi.indexOf(t[_+2]),l=qi.indexOf(t[_+3]),v=(p&63)<<2|d>>4&3,y=(d&15)<<4|h>>2&15,C=(h&3)<<6|l&63;y===0&&h!==0?a.push(v):C===0&&l!==0?a.push(v,y):a.push(v,y,C),_+=4}return QN(a)}function gS(e,t){let r=b_(t)?t:t.readFile(e);if(!r)return;let a=parseConfigFileTextToJson(e,r);return a.error?void 0:a.config}function ZN(e,t){return gS(e,t)||{}}function bS(e,t){return!t.directoryExists||t.directoryExists(e)}function vS(e){switch(e.newLine){case 0:return Ex;case 1:case void 0:return Ax}}function Sm(e,t=e){return N.assert(t>=e||t===-1),{pos:e,end:t}}function eO(e,t){return Sm(e.pos,t)}function xd(e,t){return Sm(t,e.end)}function TS(e){let t=q_(e)?ig(e.modifiers,L_):void 0;return t&&!Oa(t.end)?xd(e,t.end):e}function tO(e){if(oo(e)||d_(e))return xd(e,e.name.pos);let t=q_(e)?wi(e.modifiers):void 0;return t&&!Oa(t.end)?xd(e,t.end):TS(e)}function rO(e){return e.pos===e.end}function nO(e,t){return Sm(e,e+nr(t).length)}function iO(e,t){return SS(e,e,t)}function aO(e,t,r){return P_(f_(e,r,!1),f_(t,r,!1),r)}function oO(e,t,r){return P_(e.end,t.end,r)}function SS(e,t,r){return P_(f_(e,r,!1),t.end,r)}function sO(e,t,r){return P_(e.end,f_(t,r,!1),r)}function _O(e,t,r,a){let _=f_(t,r,a);return x_(r,e.end,_)}function cO(e,t,r){return x_(r,e.end,t.end)}function lO(e,t){return!P_(e.pos,e.end,t)}function P_(e,t,r){return x_(r,e,t)===0}function f_(e,t,r){return Oa(e.pos)?-1:Nt(t.text,e.pos,!1,r)}function uO(e,t,r,a){let _=Nt(r.text,e,!1,a),p=fO(_,t,r);return x_(r,p??t,_)}function pO(e,t,r,a){let _=Nt(r.text,e,!1,a);return x_(r,e,Math.min(t,_))}function fO(e,t=0,r){for(;e-- >t;)if(!Vi(r.text.charCodeAt(e)))return e}function dO(e){let t=Fl(e);if(t)switch(t.parent.kind){case 266:case 267:return t===t.parent.name}return!1}function mO(e){return $r(e.declarations,xS)}function xS(e){return ki(e)&&e.initializer!==void 0}function hO(e){return e.watch&&Qr(e,"watch")}function yO(e){e.close()}function wS(e){return e.flags&33554432?e.links.checkFlags:0}function gO(e,t=!1){if(e.valueDeclaration){let r=t&&e.declarations&&Yr(e.declarations,Qo)||e.flags&32768&&Yr(e.declarations,m_)||e.valueDeclaration,a=Qd(r);return e.parent&&e.parent.flags&32?a:a&-29}if(wS(e)&6){let r=e.links.checkFlags,a=r&1024?8:r&256?4:16,_=r&2048?32:0;return a|_}return e.flags&4194304?36:0}function bO(e,t){return e.flags&2097152?t.getAliasedSymbol(e):e}function vO(e){return e.exportSymbol?e.exportSymbol.flags|e.flags:e.flags}function TO(e){return Do(e)===1}function SO(e){return Do(e)!==0}function Do(e){let{parent:t}=e;switch(t==null?void 0:t.kind){case 217:return Do(t);case 225:case 224:let{operator:r}=t;return r===46||r===47?2:0;case 226:let{left:a,operatorToken:_}=t;return a===e&&D_(_.kind)?_.kind===64?1:2:0;case 211:return t.name!==e?0:Do(t);case 303:{let p=Do(t.parent);return e===t.name?xO(p):p}case 304:return e===t.objectAssignmentInitializer?0:Do(t.parent);case 209:return Do(t);default:return 0}}function xO(e){switch(e){case 0:return 1;case 1:return 0;case 2:return 2;default:return N.assertNever(e)}}function CS(e,t){if(!e||!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let r in e)if(typeof e[r]=="object"){if(!CS(e[r],t[r]))return!1}else if(typeof e[r]!="function"&&e[r]!==t[r])return!1;return!0}function wO(e,t){e.forEach(t),e.clear()}function ES(e,t,r){let{onDeleteValue:a,onExistingValue:_}=r;e.forEach((p,d)=>{let h=t.get(d);h===void 0?(e.delete(d),a(p,d)):_&&_(p,h,d)})}function CO(e,t,r){ES(e,t,r);let{createNewValue:a}=r;t.forEach((_,p)=>{e.has(p)||e.set(p,a(p,_))})}function EO(e){if(e.flags&32){let t=AS(e);return!!t&&gr(t,256)}return!1}function AS(e){var t;return(t=e.declarations)==null?void 0:t.find(dn)}function jf(e){return e.flags&138117121?e.objectFlags:0}function AO(e,t){return!!Zv(e,r=>t(r)?!0:void 0)}function kO(e){return!!e&&!!e.declarations&&!!e.declarations[0]&&x6(e.declarations[0])}function DO({moduleSpecifier:e}){return mn(e)?e.text:_m(e)}function kS(e){let t;return Bt(e,r=>{wl(r)&&(t=r)},r=>{for(let a=r.length-1;a>=0;a--)if(wl(r[a])){t=r[a];break}}),t}function PO(e,t,r=!0){return e.has(t)?!1:(e.set(t,r),!0)}function IO(e){return dn(e)||su(e)||Am(e)}function DS(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===319||e===320||e===321||e===322||e===323||e===324||e===325}function $o(e){return e.kind===211||e.kind===212}function NO(e){return e.kind===211?e.name:(N.assert(e.kind===212),e.argumentExpression)}function OO(e){switch(e.kind){case"text":case"internal":return!0;default:return!1}}function MO(e){return e.kind===275||e.kind===279}function R2(e){for(;$o(e);)e=e.expression;return e}function LO(e,t){if($o(e.parent)&&hS(e))return r(e.parent);function r(a){if(a.kind===211){let _=t(a.name);if(_!==void 0)return _}else if(a.kind===212)if(Ee(a.argumentExpression)||Kn(a.argumentExpression)){let _=t(a.argumentExpression);if(_!==void 0)return _}else return;if($o(a.expression))return r(a.expression);if(Ee(a.expression))return t(a.expression)}}function JO(e,t){for(;;){switch(e.kind){case 225:e=e.operand;continue;case 226:e=e.left;continue;case 227:e=e.condition;continue;case 215:e=e.tag;continue;case 213:if(t)return e;case 234:case 212:case 211:case 235:case 360:case 238:e=e.expression;continue}return e}}function RO(e,t){this.flags=e,this.escapedName=t,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.isAssigned=void 0,this.links=void 0}function jO(e,t){this.flags=t,(N.isDebugging||xa)&&(this.checker=e)}function FO(e,t){this.flags=t,N.isDebugging&&(this.checker=e)}function Gh(e,t,r){this.pos=t,this.end=r,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 BO(e,t,r){this.pos=t,this.end=r,this.kind=e,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}function UO(e,t,r){this.pos=t,this.end=r,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 qO(e,t,r){this.fileName=e,this.text=t,this.skipTrivia=r||(a=>a)}function zO(e){Z2.push(e),e(wt)}function PS(e){Object.assign(wt,e),yr(Z2,t=>t(wt))}function I_(e,t,r=0){return e.replace(/{(\d+)}/g,(a,_)=>""+N.checkDefined(t[+_+r]))}function IS(e){kl=e}function NS(e){!kl&&e&&(kl=e())}function N_(e){return kl&&kl[e.key]||e.message}function Ao(e,t,r,a){Yg(void 0,t,r);let _=N_(a);return arguments.length>4&&(_=I_(_,arguments,4)),{file:void 0,start:t,length:r,messageText:_,category:a.category,code:a.code,reportsUnnecessary:a.reportsUnnecessary,fileName:e}}function WO(e){return e.file===void 0&&e.start!==void 0&&e.length!==void 0&&typeof e.fileName=="string"}function OS(e,t){let r=t.fileName||"",a=t.text.length;N.assertEqual(e.fileName,r),N.assertLessThanOrEqual(e.start,a),N.assertLessThanOrEqual(e.start+e.length,a);let _={file:t,start:e.start,length:e.length,messageText:e.messageText,category:e.category,code:e.code,reportsUnnecessary:e.reportsUnnecessary};if(e.relatedInformation){_.relatedInformation=[];for(let p of e.relatedInformation)WO(p)&&p.fileName===r?(N.assertLessThanOrEqual(p.start,a),N.assertLessThanOrEqual(p.start+p.length,a),_.relatedInformation.push(OS(p,t))):_.relatedInformation.push(p)}return _}function $a(e,t){let r=[];for(let a of e)r.push(OS(a,t));return r}function j2(e,t,r,a){Yg(e,t,r);let _=N_(a);return arguments.length>4&&(_=I_(_,arguments,4)),{file:e,start:t,length:r,messageText:_,category:a.category,code:a.code,reportsUnnecessary:a.reportsUnnecessary,reportsDeprecated:a.reportsDeprecated}}function VO(e,t){let r=N_(t);return arguments.length>2&&(r=I_(r,arguments,2)),r}function fl(e){let t=N_(e);return arguments.length>1&&(t=I_(t,arguments,1)),{file:void 0,start:void 0,length:void 0,messageText:t,category:e.category,code:e.code,reportsUnnecessary:e.reportsUnnecessary,reportsDeprecated:e.reportsDeprecated}}function HO(e,t){return{file:void 0,start:void 0,length:void 0,code:e.code,category:e.category,messageText:e.next?e:e.messageText,relatedInformation:t}}function tl(e,t){let r=N_(t);return arguments.length>2&&(r=I_(r,arguments,2)),{messageText:r,category:t.category,code:t.code,next:e===void 0||Array.isArray(e)?e:[e]}}function GO(e,t){let r=e;for(;r.next;)r=r.next[0];r.next=[t]}function qb(e){return e.file?e.file.path:void 0}function F2(e,t){return wd(e,t)||XO(e,t)||0}function wd(e,t){return Ci(qb(e),qb(t))||kr(e.start,t.start)||kr(e.length,t.length)||kr(e.code,t.code)||MS(e.messageText,t.messageText)||0}function XO(e,t){return!e.relatedInformation&&!t.relatedInformation?0:e.relatedInformation&&t.relatedInformation?kr(e.relatedInformation.length,t.relatedInformation.length)||yr(e.relatedInformation,(r,a)=>{let _=t.relatedInformation[a];return F2(r,_)})||0:e.relatedInformation?-1:1}function MS(e,t){if(typeof e=="string"&&typeof t=="string")return Ci(e,t);if(typeof e=="string")return-1;if(typeof t=="string")return 1;let r=Ci(e.messageText,t.messageText);if(r)return r;if(!e.next&&!t.next)return 0;if(!e.next)return-1;if(!t.next)return 1;let a=Math.min(e.next.length,t.next.length);for(let _=0;_<a;_++)if(r=MS(e.next[_],t.next[_]),r)return r;return e.next.length<t.next.length?-1:e.next.length>t.next.length?1:0}function R0(e){return e===4||e===2||e===1||e===6?1:0}function LS(e){if(e.transformFlags&2)return x3(e)||dl(e)?e:Bt(e,LS)}function $O(e){return e.isDeclarationFile?void 0:LS(e)}function QO(e){return(e.impliedNodeFormat===99||ei(e.fileName,[".cjs",".cts",".mjs",".mts"]))&&!e.isDeclarationFile?!0:void 0}function JS(e){switch(RS(e)){case 3:return _=>{_.externalModuleIndicator=ml(_)||!_.isDeclarationFile||void 0};case 1:return _=>{_.externalModuleIndicator=ml(_)};case 2:let t=[ml];(e.jsx===4||e.jsx===5)&&t.push($O),t.push(QO);let r=ug(...t);return _=>void(_.externalModuleIndicator=r(_))}}function Ql(e){return e.target??(e.module===100&&9||e.module===199&&99||1)}function ni(e){return typeof e.module=="number"?e.module:Ql(e)>=2?5:1}function YO(e){return e>=5&&e<=99}function O_(e){let t=e.moduleResolution;if(t===void 0)switch(ni(e)){case 1:t=2;break;case 100:t=3;break;case 199:t=99;break;default:t=1;break}return t}function RS(e){return e.moduleDetection||(ni(e)===100||ni(e)===199?3:2)}function KO(e){switch(ni(e)){case 1:case 2:case 5:case 6:case 7:case 99:case 100:case 199:return!0;default:return!1}}function B2(e){return!!(e.isolatedModules||e.verbatimModuleSyntax)}function ZO(e){return e.verbatimModuleSyntax||e.isolatedModules&&e.preserveValueImports}function eM(e){return e.allowUnreachableCode===!1}function tM(e){return e.allowUnusedLabels===!1}function rM(e){return!!(z2(e)&&e.declarationMap)}function U2(e){if(e.esModuleInterop!==void 0)return e.esModuleInterop;switch(ni(e)){case 100:case 199:return!0}}function nM(e){return e.allowSyntheticDefaultImports!==void 0?e.allowSyntheticDefaultImports:U2(e)||ni(e)===4||O_(e)===100}function q2(e){return e>=3&&e<=99||e===100}function iM(e){return!!e.noDtsResolution||O_(e)!==100}function aM(e){let t=O_(e);if(!q2(t))return!1;if(e.resolvePackageJsonExports!==void 0)return e.resolvePackageJsonExports;switch(t){case 3:case 99:case 100:return!0}return!1}function oM(e){let t=O_(e);if(!q2(t))return!1;if(e.resolvePackageJsonExports!==void 0)return e.resolvePackageJsonExports;switch(t){case 3:case 99:case 100:return!0}return!1}function jS(e){return e.resolveJsonModule!==void 0?e.resolveJsonModule:O_(e)===100}function z2(e){return!!(e.declaration||e.composite)}function sM(e){return!!(e.preserveConstEnums||B2(e))}function _M(e){return!!(e.incremental||e.composite)}function W2(e,t){return e[t]===void 0?!!e.strict:!!e[t]}function FS(e){return e.allowJs===void 0?!!e.checkJs:e.allowJs}function cM(e){return e.useDefineForClassFields===void 0?Ql(e)>=9:e.useDefineForClassFields}function lM(e){return e.useDefineForClassFields!==!1&&Ql(e)>=9}function uM(e,t){return E_(t,e,semanticDiagnosticsOptionDeclarations)}function pM(e,t){return E_(t,e,affectsEmitOptionDeclarations)}function fM(e,t){return E_(t,e,affectsDeclarationPathOptionDeclarations)}function j0(e,t){return t.strictFlag?W2(e,t.name):e[t.name]}function dM(e){let t=e.jsx;return t===2||t===4||t===5}function mM(e,t){let r=t==null?void 0:t.pragmas.get("jsximportsource"),a=zt(r)?r[r.length-1]:r;return e.jsx===4||e.jsx===5||e.jsxImportSource||a?(a==null?void 0:a.arguments.factory)||e.jsxImportSource||"react":void 0}function hM(e,t){return e?`${e}/${t.jsx===5?"jsx-dev-runtime":"jsx-runtime"}`:void 0}function yM(e){let t=!1;for(let r=0;r<e.length;r++)if(e.charCodeAt(r)===42)if(!t)t=!0;else return!1;return!0}function gM(e,t){let r,a,_,p=!1;return{getSymlinkedFiles:()=>_,getSymlinkedDirectories:()=>r,getSymlinkedDirectoriesByRealpath:()=>a,setSymlinkedFile:(h,l)=>(_||(_=new Map)).set(h,l),setSymlinkedDirectory:(h,l)=>{let v=xi(h,e,t);rx(v)||(v=zo(v),l!==!1&&!(r!=null&&r.has(v))&&(a||(a=Fd())).add(zo(l.realPath),h),(r||(r=new Map)).set(v,l))},setSymlinksFromResolutions(h,l){var v,y;N.assert(!p),p=!0;for(let C of h)(v=C.resolvedModules)==null||v.forEach(S=>d(this,S.resolvedModule)),(y=C.resolvedTypeReferenceDirectiveNames)==null||y.forEach(S=>d(this,S.resolvedTypeReferenceDirective));l.forEach(C=>d(this,C.resolvedTypeReferenceDirective))},hasProcessedResolutions:()=>p};function d(h,l){if(!l||!l.originalPath||!l.resolvedFileName)return;let{resolvedFileName:v,originalPath:y}=l;h.setSymlinkedFile(xi(y,e,t),v);let[C,S]=bM(v,y,e,t)||$e;C&&S&&h.setSymlinkedDirectory(S,{real:C,realPath:xi(C,e,t)})}}function bM(e,t,r,a){let _=Ai(Pa(e,r)),p=Ai(Pa(t,r)),d=!1;for(;_.length>=2&&p.length>=2&&!zb(_[_.length-2],a)&&!zb(p[p.length-2],a)&&a(_[_.length-1])===a(p[p.length-1]);)_.pop(),p.pop(),d=!0;return d?[Uo(_),Uo(p)]:void 0}function zb(e,t){return e!==void 0&&(t(e)==="node_modules"||Fr(e,"@"))}function vM(e){return dg(e.charCodeAt(0))?e.slice(1):void 0}function TM(e,t,r){let a=Fv(e,t,r);return a===void 0?void 0:vM(a)}function SM(e){return e.replace(Ad,xM)}function xM(e){return"\\"+e}function Ff(e,t,r){let a=V2(e,t,r);return!a||!a.length?void 0:`^(${a.map(d=>`(${d})`).join("|")})${r==="exclude"?"($|/)":"$"}`}function V2(e,t,r){if(!(e===void 0||e.length===0))return Bo(e,a=>a&&US(a,t,r,e6[r]))}function BS(e){return!/[.*?]/.test(e)}function wM(e,t,r){let a=e&&US(e,t,r,e6[r]);return a&&`^(${a})${r==="exclude"?"($|/)":"$"}`}function US(e,t,r,{singleAsteriskRegexFragment:a,doubleAsteriskRegexFragment:_,replaceWildcardCharacter:p}){let d="",h=!1,l=Vd(e,t),v=ka(l);if(r!=="exclude"&&v==="**")return;l[0]=S_(l[0]),BS(v)&&l.push("**","*");let y=0;for(let C of l){if(C==="**")d+=_;else if(r==="directories"&&(d+="(",y++),h&&(d+=fn),r!=="exclude"){let S="";C.charCodeAt(0)===42?(S+="([^./]"+a+")?",C=C.substr(1)):C.charCodeAt(0)===63&&(S+="[^./]",C=C.substr(1)),S+=C.replace(Ad,p),S!==C&&(d+=Uf),d+=S}else d+=C.replace(Ad,p);h=!0}for(;y>0;)d+=")?",y--;return d}function Xh(e,t){return e==="*"?t:e==="?"?"[^/]":"\\"+e}function qS(e,t,r,a,_){e=pn(e),_=pn(_);let p=hr(_,e);return{includeFilePatterns:Aa(V2(r,p,"files"),d=>`^${d}$`),includeFilePattern:Ff(r,p,"files"),includeDirectoryPattern:Ff(r,p,"directories"),excludePattern:Ff(t,p,"exclude"),basePaths:EM(e,r,a)}}function Bf(e,t){return new RegExp(e,t?"":"i")}function CM(e,t,r,a,_,p,d,h,l){e=pn(e),p=pn(p);let v=qS(e,r,a,_,p),y=v.includeFilePatterns&&v.includeFilePatterns.map(ue=>Bf(ue,_)),C=v.includeDirectoryPattern&&Bf(v.includeDirectoryPattern,_),S=v.excludePattern&&Bf(v.excludePattern,_),k=y?y.map(()=>[]):[[]],L=new Map,G=Ud(_);for(let ue of v.basePaths)K(ue,hr(p,ue),d);return o_(k);function K(ue,Y,B){let ae=G(l(Y));if(L.has(ae))return;L.set(ae,!0);let{files:Ce,directories:Ze}=h(ue);for(let qe of Xf(Ce,Ci)){let rt=hr(ue,qe),it=hr(Y,qe);if(!(t&&!ei(rt,t))&&!(S&&S.test(it)))if(!y)k[0].push(rt);else{let Ir=_l(y,ar=>ar.test(it));Ir!==-1&&k[Ir].push(rt)}}if(!(B!==void 0&&(B--,B===0)))for(let qe of Xf(Ze,Ci)){let rt=hr(ue,qe),it=hr(Y,qe);(!C||C.test(it))&&(!S||!S.test(it))&&K(rt,it,B)}}}function EM(e,t,r){let a=[e];if(t){let _=[];for(let p of t){let d=v_(p)?p:pn(hr(e,p));_.push(AM(d))}_.sort(_g(!r));for(let p of _)so(a,d=>!Yv(d,p,e,!r))&&a.push(p)}return a}function AM(e){let t=bv(e,kx);return t<0?$v(e)?S_($i(e)):e:e.substring(0,e.lastIndexOf(fn,t))}function zS(e,t){return t||WS(e)||3}function WS(e){switch(e.substr(e.lastIndexOf(".")).toLowerCase()){case".js":case".cjs":case".mjs":return 1;case".jsx":return 2;case".ts":case".cts":case".mts":return 3;case".tsx":return 4;case".json":return 6;default:return 0}}function VS(e,t){let r=e&&FS(e);if(!t||t.length===0)return r?Dl:Ro;let a=r?Dl:Ro,_=o_(a);return[...a,...Za(t,d=>d.scriptKind===7||r&&kM(d.scriptKind)&&_.indexOf(d.extension)===-1?[d.extension]:void 0)]}function HS(e,t){return!e||!jS(e)?t:t===Dl?Ix:t===Ro?Dx:[...t,[".json"]]}function kM(e){return e===1||e===2}function H2(e){return mt(r6,t=>La(e,t))}function G2(e){return mt(t6,t=>La(e,t))}function GS({imports:e},t=ug(H2,G2)){return ng(e,({text:r})=>rs(r)&&!ei(r,Cm)?t(r):void 0)||!1}function DM(e,t,r,a){if(e==="js"||t===99)return shouldAllowImportingTsExtension(r)&&_()!==2?3:2;if(e==="minimal")return 0;if(e==="index")return 1;if(!shouldAllowImportingTsExtension(r))return GS(a)?2:0;return _();function _(){let p=!1,d=a.imports.length?a.imports.map(h=>h.text):c2(a)?PM(a).map(h=>h.arguments[0].text):$e;for(let h of d)if(rs(h)){if(ei(h,Cm))continue;if(G2(h))return 3;H2(h)&&(p=!0)}return p?2:0}}function PM(e){let t=0,r;for(let a of e.statements){if(t>3)break;aT(a)?r=y_(r,a.declarationList.declarations.map(_=>_.initializer)):ou(a)&&Wl(a.expression,!0)?r=xt(r,a.expression):t++}return r||$e}function IM(e,t,r){if(!e)return!1;let a=VS(t,r);for(let _ of o_(HS(t,a)))if(La(e,_))return!0;return!1}function Wb(e){let t=e.match(/\//g);return t?t.length:0}function NM(e,t){return kr(Wb(e),Wb(t))}function Al(e){for(let t of Em){let r=XS(e,t);if(r!==void 0)return r}return e}function XS(e,t){return La(e,t)?$S(e,t):void 0}function $S(e,t){return e.substring(0,e.length-t.length)}function OM(e,t){return Qv(e,t,Em,!1)}function QS(e){let t=e.indexOf("*");return t===-1?e:e.indexOf("*",t+1)!==-1?void 0:{prefix:e.substr(0,t),suffix:e.substr(t+1)}}function MM(e){return Za(sg(e),t=>QS(t))}function Oa(e){return!(e>=0)}function YS(e){return e===".ts"||e===".tsx"||e===".d.ts"||e===".cts"||e===".mts"||e===".d.mts"||e===".d.cts"||Fr(e,".d.")&&ts(e,".ts")}function LM(e){return YS(e)||e===".json"}function rl(e){let t=X2(e);return t!==void 0?t:N.fail(`File ${e} has unknown extension.`)}function JM(e){return X2(e)!==void 0}function X2(e){return Yr(Em,t=>La(e,t))}function RM(e,t){return e.checkJsDirective?e.checkJsDirective.enabled:t.checkJs}function jM(e,t){let r=[];for(let a of e){if(a===t)return t;b_(a)||r.push(a)}return jv(r,a=>a,t)}function FM(e,t){let r=e.indexOf(t);return N.assert(r!==-1),e.slice(r)}function nl(e,...t){return t.length&&(e.relatedInformation||(e.relatedInformation=[]),N.assert(e.relatedInformation!==$e,"Diagnostic had empty array singleton for related info, but is still being constructed!"),e.relatedInformation.push(...t)),e}function BM(e,t){N.assert(e.length!==0);let r=t(e[0]),a=r;for(let _=1;_<e.length;_++){let p=t(e[_]);p<r?r=p:p>a&&(a=p)}return{min:r,max:a}}function UM(e){return{pos:Go(e),end:e.end}}function qM(e,t){let r=t.pos-1,a=Math.min(e.text.length,Nt(e.text,t.end)+1);return{pos:r,end:a}}function zM(e,t,r){return t.skipLibCheck&&e.isDeclarationFile||t.skipDefaultLibCheck&&e.hasNoDefaultLib||r.isSourceOfProjectReferenceRedirect(e.fileName)}function $2(e,t){return e===t||typeof e=="object"&&e!==null&&typeof t=="object"&&t!==null&&kv(e,t,$2)}function xm(e){let t;switch(e.charCodeAt(1)){case 98:case 66:t=1;break;case 111:case 79:t=3;break;case 120:case 88:t=4;break;default:let v=e.length-1,y=0;for(;e.charCodeAt(y)===48;)y++;return e.slice(y,v)||"0"}let r=2,a=e.length-1,_=(a-r)*t,p=new Uint16Array((_>>>4)+(_&15?1:0));for(let v=a-1,y=0;v>=r;v--,y+=t){let C=y>>>4,S=e.charCodeAt(v),L=(S<=57?S-48:10+S-(S<=70?65:97))<<(y&15);p[C]|=L;let G=L>>>16;G&&(p[C+1]|=G)}let d="",h=p.length-1,l=!0;for(;l;){let v=0;l=!1;for(let y=h;y>=0;y--){let C=v<<16|p[y],S=C/10|0;p[y]=S,v=C-S*10,S&&!l&&(h=y,l=!0)}d=v+d}return d}function Q2({negative:e,base10Value:t}){return(e&&t!=="0"?"-":"")+t}function WM(e){if(ZS(e,!1))return KS(e)}function KS(e){let t=e.startsWith("-"),r=xm(`${t?e.slice(1):e}n`);return{negative:t,base10Value:r}}function ZS(e,t){if(e==="")return!1;let r=ns(99,!1),a=!0;r.setOnError(()=>a=!1),r.setText(e+"n");let _=r.scan(),p=_===41;p&&(_=r.scan());let d=r.getTokenFlags();return a&&_===10&&r.getTokenEnd()===e.length+1&&!(d&512)&&(!t||e===Q2({negative:p,base10Value:xm(r.getTokenValue())}))}function VM(e){return!!(e.flags&33554432)||eT(e)||XM(e)||GM(e)||!(_2(e)||HM(e))}function HM(e){return Ee(e)&&_u(e.parent)&&e.parent.name===e}function GM(e){for(;e.kind===80||e.kind===211;)e=e.parent;if(e.kind!==167)return!1;if(gr(e.parent,256))return!0;let t=e.parent.parent.kind;return t===264||t===187}function XM(e){if(e.kind!==80)return!1;let t=Kr(e.parent,r=>{switch(r.kind){case 298:return!0;case 211:case 233:return!1;default:return"quit"}});return(t==null?void 0:t.token)===119||(t==null?void 0:t.parent.kind)===264}function $M(e){return R_(e)&&Ee(e.typeName)}function QM(e,t=_o){if(e.length<2)return!0;let r=e[0];for(let a=1,_=e.length;a<_;a++){let p=e[a];if(!t(r,p))return!1}return!0}function Cd(e,t){return e.pos=t,e}function ex(e,t){return e.end=t,e}function Ya(e,t,r){return ex(Cd(e,t),r)}function Ed(e,t,r){return Ya(e,t,t+r)}function YM(e,t){return e&&(e.flags=t),e}function Xi(e,t){return e&&t&&(e.parent=t),e}function a_(e,t){if(e)for(let r of e)Xi(r,t);return e}function tx(e,t){if(!e)return e;return eg(e,zg(e)?r:_),e;function r(p,d){if(t&&p.parent===d)return"skip";Xi(p,d)}function a(p){if(Wi(p))for(let d of p.jsDoc)r(d,p),eg(d,r)}function _(p,d){return r(p,d)||a(p)}}function KM(e){return!Im(e)}function ZM(e){return iu(e)&&so(e.elements,KM)}function eL(e){for(N.assertIsDefined(e.parent);;){let t=e.parent;if(is(t)){e=t;continue}if(ou(t)||h6(t)||c8(t)&&(t.initializer===e||t.incrementor===e))return!0;if(F_(t)){if(e!==ka(t.elements))return!0;e=t;continue}if(Ct(t)&&t.operatorToken.kind===28){if(e===t.left)return!0;e=t;continue}return!1}}function rx(e){return mt(ignoredPaths,t=>eo(e,t))}function tL(e){if(!e.parent)return;switch(e.kind){case 168:let{parent:r}=e;return r.kind===195?void 0:r.typeParameters;case 169:return e.parent.parameters;case 204:return e.parent.templateSpans;case 239:return e.parent.templateSpans;case 170:{let{parent:a}=e;return U8(a)?a.modifiers:void 0}case 298:return e.parent.heritageClauses}let{parent:t}=e;if(Wg(e))return P6(e.parent)?void 0:e.parent.tags;switch(t.kind){case 187:case 264:return jg(e)?t.members:void 0;case 192:case 193:return t.types;case 189:case 209:case 361:case 275:case 279:return t.elements;case 210:case 292:return t.properties;case 213:case 214:return g0(e)?t.typeArguments:t.expression===e?void 0:t.arguments;case 284:case 288:return S3(e)?t.children:void 0;case 286:case 285:return g0(e)?t.typeArguments:void 0;case 241:case 296:case 297:case 268:return t.statements;case 269:return t.clauses;case 263:case 231:return no(e)?t.members:void 0;case 266:return y8(e)?t.members:void 0;case 312:return t.statements}}function rL(e){if(!e.typeParameters){if(mt(e.parameters,t=>!I2(t)))return!0;if(e.kind!==219){let t=g_(e.parameters);if(!(t&&Xl(t)))return!0}}return!1}function nL(e){return e==="Infinity"||e==="-Infinity"||e==="NaN"}function nx(e){return e.kind===260&&e.parent.kind===299}function iL(e){let t=e.valueDeclaration&&ym(e.valueDeclaration);return!!t&&(Ma(t)||nx(t))}function aL(e){return e.kind===218||e.kind===219}function oL(e){return e.replace(/\$/gm,()=>"\\$")}function ix(e){return(+e).toString()===e}function sL(e,t,r,a){return Cg(e,t)?Ln.createIdentifier(e):!a&&ix(e)&&+e>=0?Ln.createNumericLiteral(+e):Ln.createStringLiteral(e,!!r)}function ax(e){return!!(e.flags&262144&&e.isThisType)}function _L(e){let t=0,r=0,a=0,_=0,p;(v=>{v[v.BeforeNodeModules=0]="BeforeNodeModules",v[v.NodeModules=1]="NodeModules",v[v.Scope=2]="Scope",v[v.PackageContent=3]="PackageContent"})(p||(p={}));let d=0,h=0,l=0;for(;h>=0;)switch(d=h,h=e.indexOf("/",d+1),l){case 0:e.indexOf(nodeModulesPathPart,d)===d&&(t=d,r=h,l=1);break;case 1:case 2:l===1&&e.charAt(d+1)==="@"?l=2:(a=h,l=3);break;case 3:e.indexOf(nodeModulesPathPart,d)===d?l=1:l=3;break}return _=d,l>1?{topLevelNodeModulesIndex:t,topLevelPackageNameIndex:r,packageRootIndex:a,fileNameIndex:_}:void 0}function cL(e){var t;return e.kind===348?(t=e.typeExpression)==null?void 0:t.type:e.type}function ox(e){switch(e.kind){case 168:case 263:case 264:case 265:case 266:case 353:case 345:case 347:return!0;case 273:return e.isTypeOnly;case 276:case 281:return e.parent.parent.isTypeOnly;default:return!1}}function lL(e){return S6(e)||as(e)||os(e)||Yo(e)||su(e)||ox(e)||Yi(e)&&!Gg(e)&&!lm(e)}function sx(e){if(!Ig(e))return!1;let{isBracketed:t,typeExpression:r}=e;return t||!!r&&r.type.kind===323}function uL(e,t){if(e.length===0)return!1;let r=e.charCodeAt(0);return r===35?e.length>1&&un(e.charCodeAt(1),t):un(r,t)}function _x(e){var t;return((t=getSnippetElement(e))==null?void 0:t.kind)===0}function cx(e){return Wt(e)&&(e.type&&e.type.kind===323||Zd(e).some(({isBracketed:t,typeExpression:r})=>t||!!r&&r.type.kind===323))}function pL(e){switch(e.kind){case 172:case 171:return!!e.questionToken;case 169:return!!e.questionToken||cx(e);case 355:case 348:return sx(e);default:return!1}}function fL(e){let t=e.kind;return(t===211||t===212)&&jo(e.expression)}function dL(e){return Wt(e)&&is(e)&&Wi(e)&&!!kg(e)}function mL(e){return N.checkDefined(lx(e))}function lx(e){let t=kg(e);return t&&t.typeExpression&&t.typeExpression.type}function hL(e){return Ee(e)?e.escapedText:Yl(e)}function yL(e){return Ee(e)?Ot(e):Kl(e)}function gL(e){let t=e.kind;return t===80||t===295}function Yl(e){return`${e.namespace.escapedText}:${Ot(e.name)}`}function Kl(e){return`${Ot(e.namespace)}:${Ot(e.name)}`}function bL(e){return Ee(e)?Ot(e):Kl(e)}function vL(e){return!!(e.flags&8576)}function TL(e){return e.flags&8192?e.escapedName:e.flags&384?Mn(""+e.value):N.fail()}var ux,wm,px,fx,Zs,F0,Y2,dx,mx,K2,hx,yx,B0,U0,q0,z0,gx,bx,vx,Tx,Sx,W0,xx,wx,Cx,Po,qi,Ex,Ax,wt,Z2,kl,Ad,kx,V0,Uf,$h,Qh,Yh,e6,Ro,t6,Dx,Px,H0,r6,Dl,Ix,n6,Nx,Cm,G0,Em,Ox,SL=Vt({"src/compiler/utilities.ts"(){"use strict";Dr(),ux=[],wm="tslib",px=160,fx=1e6,Zs=Bk(),F0=(e=>(e[e.None=0]="None",e[e.NeverAsciiEscape=1]="NeverAsciiEscape",e[e.JsxAttributeEscape=2]="JsxAttributeEscape",e[e.TerminateUnterminatedLiterals=4]="TerminateUnterminatedLiterals",e[e.AllowNumericSeparator=8]="AllowNumericSeparator",e))(F0||{}),Y2=/^(\/\/\/\s*<reference\s+path\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/,dx=/^(\/\/\/\s*<reference\s+types\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/,mx=/^(\/\/\/\s*<reference\s+lib\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/,K2=/^(\/\/\/\s*<amd-dependency\s+path\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/,hx=/^\/\/\/\s*<amd-module\s+.*?\/>/,yx=/^(\/\/\/\s*<reference\s+no-default-lib\s*=\s*)(('[^']*')|("[^"]*"))\s*\/>/,B0=(e=>(e[e.None=0]="None",e[e.Definite=1]="Definite",e[e.Compound=2]="Compound",e))(B0||{}),U0=(e=>(e[e.Normal=0]="Normal",e[e.Generator=1]="Generator",e[e.Async=2]="Async",e[e.Invalid=4]="Invalid",e[e.AsyncGenerator=3]="AsyncGenerator",e))(U0||{}),q0=(e=>(e[e.Left=0]="Left",e[e.Right=1]="Right",e))(q0||{}),z0=(e=>(e[e.Comma=0]="Comma",e[e.Spread=1]="Spread",e[e.Yield=2]="Yield",e[e.Assignment=3]="Assignment",e[e.Conditional=4]="Conditional",e[e.Coalesce=4]="Coalesce",e[e.LogicalOR=5]="LogicalOR",e[e.LogicalAND=6]="LogicalAND",e[e.BitwiseOR=7]="BitwiseOR",e[e.BitwiseXOR=8]="BitwiseXOR",e[e.BitwiseAND=9]="BitwiseAND",e[e.Equality=10]="Equality",e[e.Relational=11]="Relational",e[e.Shift=12]="Shift",e[e.Additive=13]="Additive",e[e.Multiplicative=14]="Multiplicative",e[e.Exponentiation=15]="Exponentiation",e[e.Unary=16]="Unary",e[e.Update=17]="Update",e[e.LeftHandSide=18]="LeftHandSide",e[e.Member=19]="Member",e[e.Primary=20]="Primary",e[e.Highest=20]="Highest",e[e.Lowest=0]="Lowest",e[e.Invalid=-1]="Invalid",e))(z0||{}),gx=/\$\{/g,bx=/[\\"\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,vx=/[\\'\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,Tx=/\r\n|[\\`\u0000-\u001f\t\v\f\b\r\u2028\u2029\u0085]/g,Sx=new Map(Object.entries({" ":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","\x85":"\\u0085","\r\n":"\\r\\n"})),W0=/[^\u0000-\u007F]/g,xx=/["\u0000-\u001f\u2028\u2029\u0085]/g,wx=/['\u0000-\u001f\u2028\u2029\u0085]/g,Cx=new Map(Object.entries({'"':"&quot;","'":"&apos;"})),Po=[""," "],qi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Ex=`\r
15
+ `,Ax=`
16
+ `,wt={getNodeConstructor:()=>Gh,getTokenConstructor:()=>BO,getIdentifierConstructor:()=>UO,getPrivateIdentifierConstructor:()=>Gh,getSourceFileConstructor:()=>Gh,getSymbolConstructor:()=>RO,getTypeConstructor:()=>jO,getSignatureConstructor:()=>FO,getSourceMapSourceConstructor:()=>qO},Z2=[],Ad=/[^\w\s/]/g,kx=[42,63],V0=["node_modules","bower_components","jspm_packages"],Uf=`(?!(${V0.join("|")})(/|$))`,$h={singleAsteriskRegexFragment:"([^./]|(\\.(?!min\\.js$))?)*",doubleAsteriskRegexFragment:`(/${Uf}[^/.][^/]*)*?`,replaceWildcardCharacter:e=>Xh(e,$h.singleAsteriskRegexFragment)},Qh={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:`(/${Uf}[^/.][^/]*)*?`,replaceWildcardCharacter:e=>Xh(e,Qh.singleAsteriskRegexFragment)},Yh={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:"(/.+?)?",replaceWildcardCharacter:e=>Xh(e,Yh.singleAsteriskRegexFragment)},e6={files:$h,directories:Qh,exclude:Yh},Ro=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]],t6=o_(Ro),Dx=[...Ro,[".json"]],Px=[".d.ts",".d.cts",".d.mts",".cts",".mts",".ts",".tsx"],H0=[[".js",".jsx"],[".mjs"],[".cjs"]],r6=o_(H0),Dl=[[".ts",".tsx",".d.ts",".js",".jsx"],[".cts",".d.cts",".cjs"],[".mts",".d.mts",".mjs"]],Ix=[...Dl,[".json"]],n6=[".d.ts",".d.cts",".d.mts"],Nx=[".ts",".cts",".mts",".tsx"],Cm=[".mts",".d.mts",".mjs",".cts",".d.cts",".cjs"],G0=(e=>(e[e.Minimal=0]="Minimal",e[e.Index=1]="Index",e[e.JsExtension=2]="JsExtension",e[e.TsExtension=3]="TsExtension",e))(G0||{}),Em=[".d.ts",".d.mts",".d.cts",".mjs",".mts",".cjs",".cts",".ts",".js",".tsx",".jsx",".json"],Ox={files:$e,directories:$e}}});function Mx(){let e,t,r,a,_;return{createBaseSourceFileNode:p,createBaseIdentifierNode:d,createBasePrivateIdentifierNode:h,createBaseTokenNode:l,createBaseNode:v};function p(y){return new(_||(_=wt.getSourceFileConstructor()))(y,-1,-1)}function d(y){return new(r||(r=wt.getIdentifierConstructor()))(y,-1,-1)}function h(y){return new(a||(a=wt.getPrivateIdentifierConstructor()))(y,-1,-1)}function l(y){return new(t||(t=wt.getTokenConstructor()))(y,-1,-1)}function v(y){return new(e||(e=wt.getNodeConstructor()))(y,-1,-1)}}var xL=Vt({"src/compiler/factory/baseNodeFactory.ts"(){"use strict";Dr()}}),i6,wL=Vt({"src/compiler/factory/parenthesizerRules.ts"(){"use strict";Dr(),i6={getParenthesizeLeftSideOfBinaryForOperator:e=>bt,getParenthesizeRightSideOfBinaryForOperator:e=>bt,parenthesizeLeftSideOfBinary:(e,t)=>t,parenthesizeRightSideOfBinary:(e,t,r)=>r,parenthesizeExpressionOfComputedPropertyName:bt,parenthesizeConditionOfConditionalExpression:bt,parenthesizeBranchOfConditionalExpression:bt,parenthesizeExpressionOfExportDefault:bt,parenthesizeExpressionOfNew:e=>gi(e,Lo),parenthesizeLeftSideOfAccess:e=>gi(e,Lo),parenthesizeOperandOfPostfixUnary:e=>gi(e,Lo),parenthesizeOperandOfPrefixUnary:e=>gi(e,h3),parenthesizeExpressionsOfCommaDelimitedList:e=>gi(e,va),parenthesizeExpressionForDisallowedComma:bt,parenthesizeExpressionOfExpressionStatement:bt,parenthesizeConciseBodyOfArrowFunction:bt,parenthesizeCheckTypeOfConditionalType:bt,parenthesizeExtendsTypeOfConditionalType:bt,parenthesizeConstituentTypesOfUnionType:e=>gi(e,va),parenthesizeConstituentTypeOfUnionType:bt,parenthesizeConstituentTypesOfIntersectionType:e=>gi(e,va),parenthesizeConstituentTypeOfIntersectionType:bt,parenthesizeOperandOfTypeOperator:bt,parenthesizeOperandOfReadonlyTypeOperator:bt,parenthesizeNonArrayTypeOfPostfixType:bt,parenthesizeElementTypesOfTupleType:e=>gi(e,va),parenthesizeElementTypeOfTupleType:bt,parenthesizeTypeOfOptionalType:bt,parenthesizeTypeArguments:e=>e&&gi(e,va),parenthesizeLeadingTypeArgument:bt}}}),CL=()=>{},Lx=()=>new Proxy({},{get:()=>()=>{}});function EL(e){a6.push(e)}function kd(e,t){let r=e&8?AL:kL,a=ry(()=>e&1?i6:createParenthesizerRules(ue)),_=ry(()=>e&2?nullNodeConverters:Lx(ue)),p=Nn(n=>(o,s)=>nc(o,n,s)),d=Nn(n=>o=>qa(n,o)),h=Nn(n=>o=>Ts(o,n)),l=Nn(n=>()=>U1(n)),v=Nn(n=>o=>Nc(n,o)),y=Nn(n=>(o,s)=>q1(n,o,s)),C=Nn(n=>(o,s)=>Ic(n,o,s)),S=Nn(n=>(o,s)=>Ep(n,o,s)),k=Nn(n=>(o,s)=>jp(n,o,s)),L=Nn(n=>(o,s,u)=>th(n,o,s,u)),G=Nn(n=>(o,s,u)=>Fp(n,o,s,u)),K=Nn(n=>(o,s,u,g)=>rh(n,o,s,u,g)),ue={get parenthesizer(){return a()},get converters(){return _()},baseFactory:t,flags:e,createNodeArray:Y,createNumericLiteral:Ze,createBigIntLiteral:qe,createStringLiteral:it,createStringLiteralFromNode:Ir,createRegularExpressionLiteral:ar,createLiteralLikeNode:ci,createIdentifier:Ge,createTempVariable:Gt,createLoopVariable:Ur,createUniqueName:Xt,getGeneratedNameForNode:Tn,createPrivateIdentifier:sr,createUniquePrivateName:St,getGeneratedPrivateNameForNode:xn,createToken:vt,createSuper:ct,createThis:Ut,createNull:fr,createTrue:ht,createFalse:wn,createModifier:Tt,createModifiersFromModifierFlags:Or,createQualifiedName:pt,updateQualifiedName:Mr,createComputedPropertyName:at,updateComputedPropertyName:er,createTypeParameterDeclaration:Qt,updateTypeParameterDeclaration:tn,createParameterDeclaration:Bn,updateParameterDeclaration:Un,createDecorator:rn,updateDecorator:nn,createPropertySignature:Di,updatePropertySignature:qn,createPropertyDeclaration:q,updatePropertyDeclaration:oe,createMethodSignature:ge,updateMethodSignature:Se,createMethodDeclaration:nt,updateMethodDeclaration:z,createConstructorDeclaration:Le,updateConstructorDeclaration:lt,createGetAccessorDeclaration:jt,updateGetAccessorDeclaration:qr,createSetAccessorDeclaration:Cn,updateSetAccessorDeclaration:zn,createCallSignature:ia,updateCallSignature:Wn,createConstructSignature:En,updateConstructSignature:Ii,createIndexSignature:aa,updateIndexSignature:Vn,createClassStaticBlockDeclaration:ee,updateClassStaticBlockDeclaration:xe,createTemplateLiteralTypeSpan:Sr,updateTemplateLiteralTypeSpan:Je,createKeywordTypeNode:oa,createTypePredicateNode:Mt,updateTypePredicateNode:Lr,createTypeReferenceNode:j,updateTypeReferenceNode:T,createFunctionTypeNode:x,updateFunctionTypeNode:f,createConstructorTypeNode:Q,updateConstructorTypeNode:be,createTypeQueryNode:we,updateTypeQueryNode:et,createTypeLiteralNode:Ye,updateTypeLiteralNode:Ke,createArrayTypeNode:It,updateArrayTypeNode:qt,createTupleTypeNode:_r,updateTupleTypeNode:Te,createNamedTupleMember:ft,updateNamedTupleMember:An,createOptionalTypeNode:Et,updateOptionalTypeNode:H,createRestTypeNode:Fa,updateRestTypeNode:Ie,createUnionTypeNode:an,updateUnionTypeNode:Ba,createIntersectionTypeNode:kn,updateIntersectionTypeNode:je,createConditionalTypeNode:dt,updateConditionalTypeNode:li,createInferTypeNode:Hn,updateInferTypeNode:t1,createImportTypeNode:ui,updateImportTypeNode:fs,createParenthesizedType:xr,updateParenthesizedType:Ft,createThisTypeNode:M,createTypeOperatorNode:Jr,updateTypeOperatorNode:sa,createIndexedAccessTypeNode:Ni,updateIndexedAccessTypeNode:G_,createMappedTypeNode:Lt,updateMappedTypeNode:Yt,createLiteralTypeNode:Oi,updateLiteralTypeNode:n1,createTemplateLiteralType:dr,updateTemplateLiteralType:r1,createObjectBindingPattern:Tu,updateObjectBindingPattern:Ua,createArrayBindingPattern:Su,updateArrayBindingPattern:X_,createBindingElement:_a,updateBindingElement:xu,createArrayLiteralExpression:$_,updateArrayLiteralExpression:wu,createObjectLiteralExpression:ds,updateObjectLiteralExpression:i1,createPropertyAccessExpression:e&4?(n,o)=>setEmitFlags(Mi(n,o),262144):Mi,updatePropertyAccessExpression:Q_,createPropertyAccessChain:e&4?(n,o,s)=>setEmitFlags(hs(n,o,s),262144):hs,updatePropertyAccessChain:ys,createElementAccessExpression:Y_,updateElementAccessExpression:Eu,createElementAccessChain:Au,updateElementAccessChain:ku,createCallExpression:fo,updateCallExpression:a1,createCallChain:zr,updateCallChain:gs,createNewExpression:bs,updateNewExpression:Du,createTaggedTemplateExpression:Pu,updateTaggedTemplateExpression:o1,createTypeAssertion:Iu,updateTypeAssertion:Nu,createParenthesizedExpression:K_,updateParenthesizedExpression:Ou,createFunctionExpression:Z_,updateFunctionExpression:Mu,createArrowFunction:ec,updateArrowFunction:tc,createDeleteExpression:Lu,updateDeleteExpression:Wr,createTypeOfExpression:vs,updateTypeOfExpression:pi,createVoidExpression:rc,updateVoidExpression:ca,createAwaitExpression:la,updateAwaitExpression:s1,createPrefixUnaryExpression:qa,updatePrefixUnaryExpression:_1,createPostfixUnaryExpression:Ts,updatePostfixUnaryExpression:c1,createBinaryExpression:nc,updateBinaryExpression:Ru,createConditionalExpression:ju,updateConditionalExpression:fi,createTemplateExpression:ic,updateTemplateExpression:l1,createTemplateHead:oc,createTemplateMiddle:u1,createTemplateTail:Bu,createNoSubstitutionTemplateLiteral:p1,createTemplateLiteralLikeNode:Li,createYieldExpression:Uu,updateYieldExpression:f1,createSpreadElement:qu,updateSpreadElement:d1,createClassExpression:xs,updateClassExpression:sc,createOmittedExpression:m1,createExpressionWithTypeArguments:Vr,updateExpressionWithTypeArguments:_c,createAsExpression:zu,updateAsExpression:Wu,createNonNullExpression:cc,updateNonNullExpression:Vu,createSatisfiesExpression:lc,updateSatisfiesExpression:Dn,createNonNullChain:Hu,updateNonNullChain:ws,createMetaProperty:Gn,updateMetaProperty:Cs,createTemplateSpan:uc,updateTemplateSpan:Gu,createSemicolonClassElement:h1,createBlock:ua,updateBlock:y1,createVariableStatement:Xu,updateVariableStatement:pc,createEmptyStatement:fc,createExpressionStatement:Es,updateExpressionStatement:$u,createIfStatement:Qu,updateIfStatement:Yu,createDoStatement:Ku,updateDoStatement:g1,createWhileStatement:Zu,updateWhileStatement:ep,createForStatement:dc,updateForStatement:b1,createForInStatement:tp,updateForInStatement:v1,createForOfStatement:rp,updateForOfStatement:T1,createContinueStatement:mc,updateContinueStatement:np,createBreakStatement:hc,updateBreakStatement:S1,createReturnStatement:ip,updateReturnStatement:ap,createWithStatement:yc,updateWithStatement:op,createSwitchStatement:pa,updateSwitchStatement:x1,createLabeledStatement:sp,updateLabeledStatement:_p,createThrowStatement:cp,updateThrowStatement:w1,createTryStatement:lp,updateTryStatement:up,createDebuggerStatement:pp,createVariableDeclaration:As,updateVariableDeclaration:C1,createVariableDeclarationList:gc,updateVariableDeclarationList:E1,createFunctionDeclaration:bc,updateFunctionDeclaration:fp,createClassDeclaration:vc,updateClassDeclaration:Tc,createInterfaceDeclaration:dp,updateInterfaceDeclaration:gt,createTypeAliasDeclaration:Ji,updateTypeAliasDeclaration:Sc,createEnumDeclaration:Ri,updateEnumDeclaration:mp,createModuleDeclaration:Jt,updateModuleDeclaration:ji,createModuleBlock:tr,updateModuleBlock:k1,createCaseBlock:hp,updateCaseBlock:D1,createNamespaceExportDeclaration:xc,updateNamespaceExportDeclaration:P1,createImportEqualsDeclaration:yp,updateImportEqualsDeclaration:gp,createImportDeclaration:bp,updateImportDeclaration:vp,createImportClause:wc,updateImportClause:Tp,createAssertClause:Sp,updateAssertClause:ks,createAssertEntry:Cc,updateAssertEntry:xp,createImportTypeAssertionContainer:Ec,updateImportTypeAssertionContainer:N1,createNamespaceImport:Ds,updateNamespaceImport:O1,createNamespaceExport:Ac,updateNamespaceExport:M1,createNamedImports:wp,updateNamedImports:L1,createImportSpecifier:Cp,updateImportSpecifier:J1,createExportAssignment:Ps,updateExportAssignment:Fi,createExportDeclaration:kc,updateExportDeclaration:Dc,createNamedExports:Ns,updateNamedExports:R1,createExportSpecifier:fa,updateExportSpecifier:j1,createMissingDeclaration:F1,createExternalModuleReference:Pc,updateExternalModuleReference:B1,get createJSDocAllType(){return l(319)},get createJSDocUnknownType(){return l(320)},get createJSDocNonNullableType(){return C(322)},get updateJSDocNonNullableType(){return S(322)},get createJSDocNullableType(){return C(321)},get updateJSDocNullableType(){return S(321)},get createJSDocOptionalType(){return v(323)},get updateJSDocOptionalType(){return y(323)},get createJSDocVariadicType(){return v(325)},get updateJSDocVariadicType(){return y(325)},get createJSDocNamepathType(){return v(326)},get updateJSDocNamepathType(){return y(326)},createJSDocFunctionType:Ap,updateJSDocFunctionType:z1,createJSDocTypeLiteral:kp,updateJSDocTypeLiteral:W1,createJSDocTypeExpression:Dp,updateJSDocTypeExpression:V1,createJSDocSignature:Pp,updateJSDocSignature:H1,createJSDocTemplateTag:ho,updateJSDocTemplateTag:Os,createJSDocTypedefTag:Ms,updateJSDocTypedefTag:Ip,createJSDocParameterTag:Oc,updateJSDocParameterTag:Mc,createJSDocPropertyTag:Np,updateJSDocPropertyTag:Op,createJSDocCallbackTag:Mp,updateJSDocCallbackTag:G1,createJSDocOverloadTag:Lc,updateJSDocOverloadTag:X1,createJSDocAugmentsTag:Jc,updateJSDocAugmentsTag:$1,createJSDocImplementsTag:Ls,updateJSDocImplementsTag:eh,createJSDocSeeTag:Rc,updateJSDocSeeTag:yo,createJSDocNameReference:Lp,updateJSDocNameReference:Wa,createJSDocMemberName:go,updateJSDocMemberName:Q1,createJSDocLink:Jp,updateJSDocLink:Y1,createJSDocLinkCode:Rp,updateJSDocLinkCode:K1,createJSDocLinkPlain:jc,updateJSDocLinkPlain:Z1,get createJSDocTypeTag(){return G(351)},get updateJSDocTypeTag(){return K(351)},get createJSDocReturnTag(){return G(349)},get updateJSDocReturnTag(){return K(349)},get createJSDocThisTag(){return G(350)},get updateJSDocThisTag(){return K(350)},get createJSDocAuthorTag(){return k(337)},get updateJSDocAuthorTag(){return L(337)},get createJSDocClassTag(){return k(339)},get updateJSDocClassTag(){return L(339)},get createJSDocPublicTag(){return k(340)},get updateJSDocPublicTag(){return L(340)},get createJSDocPrivateTag(){return k(341)},get updateJSDocPrivateTag(){return L(341)},get createJSDocProtectedTag(){return k(342)},get updateJSDocProtectedTag(){return L(342)},get createJSDocReadonlyTag(){return k(343)},get updateJSDocReadonlyTag(){return L(343)},get createJSDocOverrideTag(){return k(344)},get updateJSDocOverrideTag(){return L(344)},get createJSDocDeprecatedTag(){return k(338)},get updateJSDocDeprecatedTag(){return L(338)},get createJSDocThrowsTag(){return G(356)},get updateJSDocThrowsTag(){return K(356)},get createJSDocSatisfiesTag(){return G(357)},get updateJSDocSatisfiesTag(){return K(357)},createJSDocEnumTag:Up,updateJSDocEnumTag:ih,createJSDocUnknownTag:Bp,updateJSDocUnknownTag:nh,createJSDocText:qp,updateJSDocText:ah,createJSDocComment:Js,updateJSDocComment:oh,createJsxElement:Fc,updateJsxElement:zp,createJsxSelfClosingElement:Wp,updateJsxSelfClosingElement:Rs,createJsxOpeningElement:Bc,updateJsxOpeningElement:sh,createJsxClosingElement:Vp,updateJsxClosingElement:_h,createJsxFragment:js,createJsxText:Fs,updateJsxText:Gp,createJsxOpeningFragment:Uc,createJsxJsxClosingFragment:wr,updateJsxFragment:Hp,createJsxAttribute:qc,updateJsxAttribute:Xp,createJsxAttributes:$p,updateJsxAttributes:Qp,createJsxSpreadAttribute:Yp,updateJsxSpreadAttribute:ch,createJsxExpression:bo,updateJsxExpression:lh,createJsxNamespacedName:Kp,updateJsxNamespacedName:uh,createCaseClause:Zp,updateCaseClause:zc,createDefaultClause:Va,updateDefaultClause:ph,createHeritageClause:Bs,updateHeritageClause:ef,createCatchClause:tf,updateCatchClause:vo,createPropertyAssignment:Us,updatePropertyAssignment:fh,createShorthandPropertyAssignment:Wc,updateShorthandPropertyAssignment:rf,createSpreadAssignment:da,updateSpreadAssignment:mh,createEnumMember:af,updateEnumMember:hh,createSourceFile:yh,updateSourceFile:bh,createRedirectedSourceFile:Vc,createBundle:sf,updateBundle:_f,createUnparsedSource:Gc,createUnparsedPrologue:vh,createUnparsedPrepend:cf,createUnparsedTextLike:Th,createUnparsedSyntheticReference:Sh,createInputFiles:qs,createSyntheticExpression:lf,createSyntaxList:xh,createNotEmittedStatement:wh,createPartiallyEmittedExpression:uf,updatePartiallyEmittedExpression:pf,createCommaListExpression:zs,updateCommaListExpression:ff,createSyntheticReferenceExpression:$c,updateSyntheticReferenceExpression:Eh,cloneNode:Qc,get createComma(){return p(28)},get createAssignment(){return p(64)},get createLogicalOr(){return p(57)},get createLogicalAnd(){return p(56)},get createBitwiseOr(){return p(52)},get createBitwiseXor(){return p(53)},get createBitwiseAnd(){return p(51)},get createStrictEquality(){return p(37)},get createStrictInequality(){return p(38)},get createEquality(){return p(35)},get createInequality(){return p(36)},get createLessThan(){return p(30)},get createLessThanEquals(){return p(33)},get createGreaterThan(){return p(32)},get createGreaterThanEquals(){return p(34)},get createLeftShift(){return p(48)},get createRightShift(){return p(49)},get createUnsignedRightShift(){return p(50)},get createAdd(){return p(40)},get createSubtract(){return p(41)},get createMultiply(){return p(42)},get createDivide(){return p(44)},get createModulo(){return p(45)},get createExponent(){return p(43)},get createPrefixPlus(){return d(40)},get createPrefixMinus(){return d(41)},get createPrefixIncrement(){return d(46)},get createPrefixDecrement(){return d(47)},get createBitwiseNot(){return d(55)},get createLogicalNot(){return d(54)},get createPostfixIncrement(){return h(46)},get createPostfixDecrement(){return h(47)},createImmediatelyInvokedFunctionExpression:Dh,createImmediatelyInvokedArrowFunction:Ph,createVoidZero:ma,createExportDefault:Ih,createExternalModuleExport:Nh,createTypeCheck:Oh,createIsNotTypeCheck:Mh,createMethodCall:ha,createGlobalMethodCall:Ha,createFunctionBindCall:Lh,createFunctionCallCall:Ws,createFunctionApplyCall:Jh,createArraySliceCall:Rh,createArrayConcatCall:jh,createObjectDefinePropertyCall:hf,createObjectGetOwnPropertyDescriptorCall:Fh,createReflectGetCall:Bh,createReflectSetCall:Uh,createPropertyDescriptor:yf,createCallBinding:A,createAssignmentTargetWrapper:R,inlineExpressions:te,getInternalName:ne,getLocalName:ie,getExportName:ve,getDeclarationName:He,getNamespaceMemberName:Be,getExternalModuleOrNamespaceExportName:Ue,restoreOuterExpressions:m,restoreEnclosingLabel:b,createUseStrictPrologue:di,copyPrologue:Rt,copyStandardPrologue:mi,copyCustomPrologue:hi,ensureUseStrict:Ui,liftToBlock:ga,mergeLexicalEnvironment:qh,updateModifiers:bf,updateModifierLike:zh};return yr(a6,n=>n(ue)),ue;function Y(n,o){if(n===void 0||n===$e)n=[];else if(va(n)){if(o===void 0||n.hasTrailingComma===o)return n.transformFlags===void 0&&Vb(n),N.attachNodeArrayDebugInfo(n),n;let g=n.slice();return g.pos=n.pos,g.end=n.end,g.hasTrailingComma=o,g.transformFlags=n.transformFlags,N.attachNodeArrayDebugInfo(g),g}let s=n.length,u=s>=1&&s<=4?n.slice():n;return u.pos=-1,u.end=-1,u.hasTrailingComma=!!o,u.transformFlags=0,Vb(u),N.attachNodeArrayDebugInfo(u),u}function B(n){return t.createBaseNode(n)}function ae(n){let o=B(n);return o.symbol=void 0,o.localSymbol=void 0,o}function Ce(n,o){return n!==o&&(n.typeArguments=o.typeArguments),r(n,o)}function Ze(n,o=0){let s=ae(9);return s.text=typeof n=="number"?n+"":n,s.numericLiteralFlags=o,o&384&&(s.transformFlags|=1024),s}function qe(n){let o=Tr(10);return o.text=typeof n=="string"?n:Q2(n)+"n",o.transformFlags|=32,o}function rt(n,o){let s=ae(11);return s.text=n,s.singleQuote=o,s}function it(n,o,s){let u=rt(n,o);return u.hasExtendedUnicodeEscape=s,s&&(u.transformFlags|=1024),u}function Ir(n){let o=rt(vd(n),void 0);return o.textSourceNode=n,o}function ar(n){let o=Tr(14);return o.text=n,o}function ci(n,o){switch(n){case 9:return Ze(o,0);case 10:return qe(o);case 11:return it(o,void 0);case 12:return Fs(o,!1);case 13:return Fs(o,!0);case 14:return ar(o);case 15:return Li(n,o,void 0,0)}}function or(n){let o=t.createBaseIdentifierNode(80);return o.escapedText=n,o.jsDoc=void 0,o.flowNode=void 0,o.symbol=void 0,o}function Nr(n,o,s,u){let g=or(Mn(n));return setIdentifierAutoGenerate(g,{flags:o,id:il,prefix:s,suffix:u}),il++,g}function Ge(n,o,s){o===void 0&&n&&(o=Rl(n)),o===80&&(o=void 0);let u=or(Mn(n));return s&&(u.flags|=256),u.escapedText==="await"&&(u.transformFlags|=67108864),u.flags&256&&(u.transformFlags|=1024),u}function Gt(n,o,s,u){let g=1;o&&(g|=8);let I=Nr("",g,s,u);return n&&n(I),I}function Ur(n){let o=2;return n&&(o|=8),Nr("",o,void 0,void 0)}function Xt(n,o=0,s,u){return N.assert(!(o&7),"Argument out of range: flags"),N.assert((o&48)!==32,"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),Nr(n,3|o,s,u)}function Tn(n,o=0,s,u){N.assert(!(o&7),"Argument out of range: flags");let g=n?ro(n)?Id(!1,s,n,u,Ot):`generated@${getNodeId(n)}`:"";(s||u)&&(o|=16);let I=Nr(g,4|o,s,u);return I.original=n,I}function Sn(n){let o=t.createBasePrivateIdentifierNode(81);return o.escapedText=n,o.transformFlags|=16777216,o}function sr(n){return Fr(n,"#")||N.fail("First character of private identifier must be #: "+n),Sn(Mn(n))}function $t(n,o,s,u){let g=Sn(Mn(n));return setIdentifierAutoGenerate(g,{flags:o,id:il,prefix:s,suffix:u}),il++,g}function St(n,o,s){n&&!Fr(n,"#")&&N.fail("First character of private identifier must be #: "+n);let u=8|(n?3:1);return $t(n??"",u,o,s)}function xn(n,o,s){let u=ro(n)?Id(!0,o,n,s,Ot):`#generated@${getNodeId(n)}`,I=$t(u,4|(o||s?16:0),o,s);return I.original=n,I}function Tr(n){return t.createBaseTokenNode(n)}function vt(n){N.assert(n>=0&&n<=165,"Invalid token"),N.assert(n<=15||n>=18,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),N.assert(n<=9||n>=15,"Invalid token. Use 'createLiteralLikeNode' to create literals."),N.assert(n!==80,"Invalid token. Use 'createIdentifier' to create identifiers");let o=Tr(n),s=0;switch(n){case 134:s=384;break;case 160:s=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:s=1;break;case 108:s=134218752,o.flowNode=void 0;break;case 126:s=1024;break;case 129:s=16777216;break;case 110:s=16384,o.flowNode=void 0;break}return s&&(o.transformFlags|=s),o}function ct(){return vt(108)}function Ut(){return vt(110)}function fr(){return vt(106)}function ht(){return vt(112)}function wn(){return vt(97)}function Tt(n){return vt(n)}function Or(n){let o=[];return n&1&&o.push(Tt(95)),n&2&&o.push(Tt(138)),n&1024&&o.push(Tt(90)),n&2048&&o.push(Tt(87)),n&4&&o.push(Tt(125)),n&8&&o.push(Tt(123)),n&16&&o.push(Tt(124)),n&256&&o.push(Tt(128)),n&32&&o.push(Tt(126)),n&16384&&o.push(Tt(164)),n&64&&o.push(Tt(148)),n&128&&o.push(Tt(129)),n&512&&o.push(Tt(134)),n&32768&&o.push(Tt(103)),n&65536&&o.push(Tt(147)),o.length?o:void 0}function pt(n,o){let s=B(166);return s.left=n,s.right=Xe(o),s.transformFlags|=V(s.left)|e_(s.right),s.flowNode=void 0,s}function Mr(n,o,s){return n.left!==o||n.right!==s?r(pt(o,s),n):n}function at(n){let o=B(167);return o.expression=a().parenthesizeExpressionOfComputedPropertyName(n),o.transformFlags|=V(o.expression)|1024|131072,o}function er(n,o){return n.expression!==o?r(at(o),n):n}function Qt(n,o,s,u){let g=ae(168);return g.modifiers=Oe(n),g.name=Xe(o),g.constraint=s,g.default=u,g.transformFlags=1,g.expression=void 0,g.jsDoc=void 0,g}function tn(n,o,s,u,g){return n.modifiers!==o||n.name!==s||n.constraint!==u||n.default!==g?r(Qt(o,s,u,g),n):n}function Bn(n,o,s,u,g,I){let W=ae(169);return W.modifiers=Oe(n),W.dotDotDotToken=o,W.name=Xe(s),W.questionToken=u,W.type=g,W.initializer=To(I),gm(W.name)?W.transformFlags=1:W.transformFlags=De(W.modifiers)|V(W.dotDotDotToken)|In(W.name)|V(W.questionToken)|V(W.initializer)|(W.questionToken??W.type?1:0)|(W.dotDotDotToken??W.initializer?1024:0)|(ln(W.modifiers)&16476?8192:0),W.jsDoc=void 0,W}function Un(n,o,s,u,g,I,W){return n.modifiers!==o||n.dotDotDotToken!==s||n.name!==u||n.questionToken!==g||n.type!==I||n.initializer!==W?r(Bn(o,s,u,g,I,W),n):n}function rn(n){let o=B(170);return o.expression=a().parenthesizeLeftSideOfAccess(n,!1),o.transformFlags|=V(o.expression)|1|8192|33554432,o}function nn(n,o){return n.expression!==o?r(rn(o),n):n}function Di(n,o,s,u){let g=ae(171);return g.modifiers=Oe(n),g.name=Xe(o),g.type=u,g.questionToken=s,g.transformFlags=1,g.initializer=void 0,g.jsDoc=void 0,g}function qn(n,o,s,u,g){return n.modifiers!==o||n.name!==s||n.questionToken!==u||n.type!==g?Ae(Di(o,s,u,g),n):n}function Ae(n,o){return n!==o&&(n.initializer=o.initializer),r(n,o)}function q(n,o,s,u,g){let I=ae(172);I.modifiers=Oe(n),I.name=Xe(o),I.questionToken=s&&Pl(s)?s:void 0,I.exclamationToken=s&&Pd(s)?s:void 0,I.type=u,I.initializer=To(g);let W=I.flags&33554432||ln(I.modifiers)&2;return I.transformFlags=De(I.modifiers)|In(I.name)|V(I.initializer)|(W||I.questionToken||I.exclamationToken||I.type?1:0)|(ao(I.name)||ln(I.modifiers)&32&&I.initializer?8192:0)|16777216,I.jsDoc=void 0,I}function oe(n,o,s,u,g,I){return n.modifiers!==o||n.name!==s||n.questionToken!==(u!==void 0&&Pl(u)?u:void 0)||n.exclamationToken!==(u!==void 0&&Pd(u)?u:void 0)||n.type!==g||n.initializer!==I?r(q(o,s,u,g,I),n):n}function ge(n,o,s,u,g,I){let W=ae(173);return W.modifiers=Oe(n),W.name=Xe(o),W.questionToken=s,W.typeParameters=Oe(u),W.parameters=Oe(g),W.type=I,W.transformFlags=1,W.jsDoc=void 0,W.locals=void 0,W.nextContainer=void 0,W.typeArguments=void 0,W}function Se(n,o,s,u,g,I,W){return n.modifiers!==o||n.name!==s||n.questionToken!==u||n.typeParameters!==g||n.parameters!==I||n.type!==W?Ce(ge(o,s,u,g,I,W),n):n}function nt(n,o,s,u,g,I,W,de){let We=ae(174);if(We.modifiers=Oe(n),We.asteriskToken=o,We.name=Xe(s),We.questionToken=u,We.exclamationToken=void 0,We.typeParameters=Oe(g),We.parameters=Y(I),We.type=W,We.body=de,!We.body)We.transformFlags=1;else{let Er=ln(We.modifiers)&512,$n=!!We.asteriskToken,yi=Er&&$n;We.transformFlags=De(We.modifiers)|V(We.asteriskToken)|In(We.name)|V(We.questionToken)|De(We.typeParameters)|De(We.parameters)|V(We.type)|V(We.body)&-67108865|(yi?128:Er?256:$n?2048:0)|(We.questionToken||We.typeParameters||We.type?1:0)|1024}return We.typeArguments=void 0,We.jsDoc=void 0,We.locals=void 0,We.nextContainer=void 0,We.flowNode=void 0,We.endFlowNode=void 0,We.returnFlowNode=void 0,We}function z(n,o,s,u,g,I,W,de,We){return n.modifiers!==o||n.asteriskToken!==s||n.name!==u||n.questionToken!==g||n.typeParameters!==I||n.parameters!==W||n.type!==de||n.body!==We?X(nt(o,s,u,g,I,W,de,We),n):n}function X(n,o){return n!==o&&(n.exclamationToken=o.exclamationToken),r(n,o)}function ee(n){let o=ae(175);return o.body=n,o.transformFlags=V(n)|16777216,o.modifiers=void 0,o.jsDoc=void 0,o.locals=void 0,o.nextContainer=void 0,o.endFlowNode=void 0,o.returnFlowNode=void 0,o}function xe(n,o){return n.body!==o?ke(ee(o),n):n}function ke(n,o){return n!==o&&(n.modifiers=o.modifiers),r(n,o)}function Le(n,o,s){let u=ae(176);return u.modifiers=Oe(n),u.parameters=Y(o),u.body=s,u.transformFlags=De(u.modifiers)|De(u.parameters)|V(u.body)&-67108865|1024,u.typeParameters=void 0,u.type=void 0,u.typeArguments=void 0,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.endFlowNode=void 0,u.returnFlowNode=void 0,u}function lt(n,o,s,u){return n.modifiers!==o||n.parameters!==s||n.body!==u?yt(Le(o,s,u),n):n}function yt(n,o){return n!==o&&(n.typeParameters=o.typeParameters,n.type=o.type),Ce(n,o)}function jt(n,o,s,u,g){let I=ae(177);return I.modifiers=Oe(n),I.name=Xe(o),I.parameters=Y(s),I.type=u,I.body=g,I.body?I.transformFlags=De(I.modifiers)|In(I.name)|De(I.parameters)|V(I.type)|V(I.body)&-67108865|(I.type?1:0):I.transformFlags=1,I.typeArguments=void 0,I.typeParameters=void 0,I.jsDoc=void 0,I.locals=void 0,I.nextContainer=void 0,I.flowNode=void 0,I.endFlowNode=void 0,I.returnFlowNode=void 0,I}function qr(n,o,s,u,g,I){return n.modifiers!==o||n.name!==s||n.parameters!==u||n.type!==g||n.body!==I?na(jt(o,s,u,g,I),n):n}function na(n,o){return n!==o&&(n.typeParameters=o.typeParameters),Ce(n,o)}function Cn(n,o,s,u){let g=ae(178);return g.modifiers=Oe(n),g.name=Xe(o),g.parameters=Y(s),g.body=u,g.body?g.transformFlags=De(g.modifiers)|In(g.name)|De(g.parameters)|V(g.body)&-67108865|(g.type?1:0):g.transformFlags=1,g.typeArguments=void 0,g.typeParameters=void 0,g.type=void 0,g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g.flowNode=void 0,g.endFlowNode=void 0,g.returnFlowNode=void 0,g}function zn(n,o,s,u,g){return n.modifiers!==o||n.name!==s||n.parameters!==u||n.body!==g?Pi(Cn(o,s,u,g),n):n}function Pi(n,o){return n!==o&&(n.typeParameters=o.typeParameters,n.type=o.type),Ce(n,o)}function ia(n,o,s){let u=ae(179);return u.typeParameters=Oe(n),u.parameters=Oe(o),u.type=s,u.transformFlags=1,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.typeArguments=void 0,u}function Wn(n,o,s,u){return n.typeParameters!==o||n.parameters!==s||n.type!==u?Ce(ia(o,s,u),n):n}function En(n,o,s){let u=ae(180);return u.typeParameters=Oe(n),u.parameters=Oe(o),u.type=s,u.transformFlags=1,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.typeArguments=void 0,u}function Ii(n,o,s,u){return n.typeParameters!==o||n.parameters!==s||n.type!==u?Ce(En(o,s,u),n):n}function aa(n,o,s){let u=ae(181);return u.modifiers=Oe(n),u.parameters=Oe(o),u.type=s,u.transformFlags=1,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.typeArguments=void 0,u}function Vn(n,o,s,u){return n.parameters!==s||n.type!==u||n.modifiers!==o?Ce(aa(o,s,u),n):n}function Sr(n,o){let s=B(204);return s.type=n,s.literal=o,s.transformFlags=1,s}function Je(n,o,s){return n.type!==o||n.literal!==s?r(Sr(o,s),n):n}function oa(n){return vt(n)}function Mt(n,o,s){let u=B(182);return u.assertsModifier=n,u.parameterName=Xe(o),u.type=s,u.transformFlags=1,u}function Lr(n,o,s,u){return n.assertsModifier!==o||n.parameterName!==s||n.type!==u?r(Mt(o,s,u),n):n}function j(n,o){let s=B(183);return s.typeName=Xe(n),s.typeArguments=o&&a().parenthesizeTypeArguments(Y(o)),s.transformFlags=1,s}function T(n,o,s){return n.typeName!==o||n.typeArguments!==s?r(j(o,s),n):n}function x(n,o,s){let u=ae(184);return u.typeParameters=Oe(n),u.parameters=Oe(o),u.type=s,u.transformFlags=1,u.modifiers=void 0,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.typeArguments=void 0,u}function f(n,o,s,u){return n.typeParameters!==o||n.parameters!==s||n.type!==u?$(x(o,s,u),n):n}function $(n,o){return n!==o&&(n.modifiers=o.modifiers),Ce(n,o)}function Q(...n){return n.length===4?O(...n):n.length===3?fe(...n):N.fail("Incorrect number of arguments specified.")}function O(n,o,s,u){let g=ae(185);return g.modifiers=Oe(n),g.typeParameters=Oe(o),g.parameters=Oe(s),g.type=u,g.transformFlags=1,g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g.typeArguments=void 0,g}function fe(n,o,s){return O(void 0,n,o,s)}function be(...n){return n.length===5?he(...n):n.length===4?Re(...n):N.fail("Incorrect number of arguments specified.")}function he(n,o,s,u,g){return n.modifiers!==o||n.typeParameters!==s||n.parameters!==u||n.type!==g?Ce(Q(o,s,u,g),n):n}function Re(n,o,s,u){return he(n,n.modifiers,o,s,u)}function we(n,o){let s=B(186);return s.exprName=n,s.typeArguments=o&&a().parenthesizeTypeArguments(o),s.transformFlags=1,s}function et(n,o,s){return n.exprName!==o||n.typeArguments!==s?r(we(o,s),n):n}function Ye(n){let o=ae(187);return o.members=Y(n),o.transformFlags=1,o}function Ke(n,o){return n.members!==o?r(Ye(o),n):n}function It(n){let o=B(188);return o.elementType=a().parenthesizeNonArrayTypeOfPostfixType(n),o.transformFlags=1,o}function qt(n,o){return n.elementType!==o?r(It(o),n):n}function _r(n){let o=B(189);return o.elements=Y(a().parenthesizeElementTypesOfTupleType(n)),o.transformFlags=1,o}function Te(n,o){return n.elements!==o?r(_r(o),n):n}function ft(n,o,s,u){let g=ae(202);return g.dotDotDotToken=n,g.name=o,g.questionToken=s,g.type=u,g.transformFlags=1,g.jsDoc=void 0,g}function An(n,o,s,u,g){return n.dotDotDotToken!==o||n.name!==s||n.questionToken!==u||n.type!==g?r(ft(o,s,u,g),n):n}function Et(n){let o=B(190);return o.type=a().parenthesizeTypeOfOptionalType(n),o.transformFlags=1,o}function H(n,o){return n.type!==o?r(Et(o),n):n}function Fa(n){let o=B(191);return o.type=n,o.transformFlags=1,o}function Ie(n,o){return n.type!==o?r(Fa(o),n):n}function ot(n,o,s){let u=B(n);return u.types=ue.createNodeArray(s(o)),u.transformFlags=1,u}function cr(n,o,s){return n.types!==o?r(ot(n.kind,o,s),n):n}function an(n){return ot(192,n,a().parenthesizeConstituentTypesOfUnionType)}function Ba(n,o){return cr(n,o,a().parenthesizeConstituentTypesOfUnionType)}function kn(n){return ot(193,n,a().parenthesizeConstituentTypesOfIntersectionType)}function je(n,o){return cr(n,o,a().parenthesizeConstituentTypesOfIntersectionType)}function dt(n,o,s,u){let g=B(194);return g.checkType=a().parenthesizeCheckTypeOfConditionalType(n),g.extendsType=a().parenthesizeExtendsTypeOfConditionalType(o),g.trueType=s,g.falseType=u,g.transformFlags=1,g.locals=void 0,g.nextContainer=void 0,g}function li(n,o,s,u,g){return n.checkType!==o||n.extendsType!==s||n.trueType!==u||n.falseType!==g?r(dt(o,s,u,g),n):n}function Hn(n){let o=B(195);return o.typeParameter=n,o.transformFlags=1,o}function t1(n,o){return n.typeParameter!==o?r(Hn(o),n):n}function dr(n,o){let s=B(203);return s.head=n,s.templateSpans=Y(o),s.transformFlags=1,s}function r1(n,o,s){return n.head!==o||n.templateSpans!==s?r(dr(o,s),n):n}function ui(n,o,s,u,g=!1){let I=B(205);return I.argument=n,I.assertions=o,I.qualifier=s,I.typeArguments=u&&a().parenthesizeTypeArguments(u),I.isTypeOf=g,I.transformFlags=1,I}function fs(n,o,s,u,g,I=n.isTypeOf){return n.argument!==o||n.assertions!==s||n.qualifier!==u||n.typeArguments!==g||n.isTypeOf!==I?r(ui(o,s,u,g,I),n):n}function xr(n){let o=B(196);return o.type=n,o.transformFlags=1,o}function Ft(n,o){return n.type!==o?r(xr(o),n):n}function M(){let n=B(197);return n.transformFlags=1,n}function Jr(n,o){let s=B(198);return s.operator=n,s.type=n===148?a().parenthesizeOperandOfReadonlyTypeOperator(o):a().parenthesizeOperandOfTypeOperator(o),s.transformFlags=1,s}function sa(n,o){return n.type!==o?r(Jr(n.operator,o),n):n}function Ni(n,o){let s=B(199);return s.objectType=a().parenthesizeNonArrayTypeOfPostfixType(n),s.indexType=o,s.transformFlags=1,s}function G_(n,o,s){return n.objectType!==o||n.indexType!==s?r(Ni(o,s),n):n}function Lt(n,o,s,u,g,I){let W=ae(200);return W.readonlyToken=n,W.typeParameter=o,W.nameType=s,W.questionToken=u,W.type=g,W.members=I&&Y(I),W.transformFlags=1,W.locals=void 0,W.nextContainer=void 0,W}function Yt(n,o,s,u,g,I,W){return n.readonlyToken!==o||n.typeParameter!==s||n.nameType!==u||n.questionToken!==g||n.type!==I||n.members!==W?r(Lt(o,s,u,g,I,W),n):n}function Oi(n){let o=B(201);return o.literal=n,o.transformFlags=1,o}function n1(n,o){return n.literal!==o?r(Oi(o),n):n}function Tu(n){let o=B(206);return o.elements=Y(n),o.transformFlags|=De(o.elements)|1024|524288,o.transformFlags&32768&&(o.transformFlags|=65664),o}function Ua(n,o){return n.elements!==o?r(Tu(o),n):n}function Su(n){let o=B(207);return o.elements=Y(n),o.transformFlags|=De(o.elements)|1024|524288,o}function X_(n,o){return n.elements!==o?r(Su(o),n):n}function _a(n,o,s,u){let g=ae(208);return g.dotDotDotToken=n,g.propertyName=Xe(o),g.name=Xe(s),g.initializer=To(u),g.transformFlags|=V(g.dotDotDotToken)|In(g.propertyName)|In(g.name)|V(g.initializer)|(g.dotDotDotToken?32768:0)|1024,g.flowNode=void 0,g}function xu(n,o,s,u,g){return n.propertyName!==s||n.dotDotDotToken!==o||n.name!==u||n.initializer!==g?r(_a(o,s,u,g),n):n}function $_(n,o){let s=B(209),u=n&&wi(n),g=Y(n,u&&Im(u)?!0:void 0);return s.elements=a().parenthesizeExpressionsOfCommaDelimitedList(g),s.multiLine=o,s.transformFlags|=De(s.elements),s}function wu(n,o){return n.elements!==o?r($_(o,n.multiLine),n):n}function ds(n,o){let s=ae(210);return s.properties=Y(n),s.multiLine=o,s.transformFlags|=De(s.properties),s.jsDoc=void 0,s}function i1(n,o){return n.properties!==o?r(ds(o,n.multiLine),n):n}function ms(n,o,s){let u=ae(211);return u.expression=n,u.questionDotToken=o,u.name=s,u.transformFlags=V(u.expression)|V(u.questionDotToken)|(Ee(u.name)?e_(u.name):V(u.name)|536870912),u.jsDoc=void 0,u.flowNode=void 0,u}function Mi(n,o){let s=ms(a().parenthesizeLeftSideOfAccess(n,!1),void 0,Xe(o));return qf(n)&&(s.transformFlags|=384),s}function Q_(n,o,s){return Q4(n)?ys(n,o,n.questionDotToken,gi(s,Ee)):n.expression!==o||n.name!==s?r(Mi(o,s),n):n}function hs(n,o,s){let u=ms(a().parenthesizeLeftSideOfAccess(n,!0),o,Xe(s));return u.flags|=64,u.transformFlags|=32,u}function ys(n,o,s,u){return N.assert(!!(n.flags&64),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),n.expression!==o||n.questionDotToken!==s||n.name!==u?r(hs(o,s,u),n):n}function Cu(n,o,s){let u=ae(212);return u.expression=n,u.questionDotToken=o,u.argumentExpression=s,u.transformFlags|=V(u.expression)|V(u.questionDotToken)|V(u.argumentExpression),u.jsDoc=void 0,u.flowNode=void 0,u}function Y_(n,o){let s=Cu(a().parenthesizeLeftSideOfAccess(n,!1),void 0,Cr(o));return qf(n)&&(s.transformFlags|=384),s}function Eu(n,o,s){return Y4(n)?ku(n,o,n.questionDotToken,s):n.expression!==o||n.argumentExpression!==s?r(Y_(o,s),n):n}function Au(n,o,s){let u=Cu(a().parenthesizeLeftSideOfAccess(n,!0),o,Cr(s));return u.flags|=64,u.transformFlags|=32,u}function ku(n,o,s,u){return N.assert(!!(n.flags&64),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),n.expression!==o||n.questionDotToken!==s||n.argumentExpression!==u?r(Au(o,s,u),n):n}function po(n,o,s,u){let g=ae(213);return g.expression=n,g.questionDotToken=o,g.typeArguments=s,g.arguments=u,g.transformFlags|=V(g.expression)|V(g.questionDotToken)|De(g.typeArguments)|De(g.arguments),g.typeArguments&&(g.transformFlags|=1),gd(g.expression)&&(g.transformFlags|=16384),g}function fo(n,o,s){let u=po(a().parenthesizeLeftSideOfAccess(n,!1),void 0,Oe(o),a().parenthesizeExpressionsOfCommaDelimitedList(Y(s)));return zx(u.expression)&&(u.transformFlags|=8388608),u}function a1(n,o,s,u){return y0(n)?gs(n,o,n.questionDotToken,s,u):n.expression!==o||n.typeArguments!==s||n.arguments!==u?r(fo(o,s,u),n):n}function zr(n,o,s,u){let g=po(a().parenthesizeLeftSideOfAccess(n,!0),o,Oe(s),a().parenthesizeExpressionsOfCommaDelimitedList(Y(u)));return g.flags|=64,g.transformFlags|=32,g}function gs(n,o,s,u,g){return N.assert(!!(n.flags&64),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),n.expression!==o||n.questionDotToken!==s||n.typeArguments!==u||n.arguments!==g?r(zr(o,s,u,g),n):n}function bs(n,o,s){let u=ae(214);return u.expression=a().parenthesizeExpressionOfNew(n),u.typeArguments=Oe(o),u.arguments=s?a().parenthesizeExpressionsOfCommaDelimitedList(s):void 0,u.transformFlags|=V(u.expression)|De(u.typeArguments)|De(u.arguments)|32,u.typeArguments&&(u.transformFlags|=1),u}function Du(n,o,s,u){return n.expression!==o||n.typeArguments!==s||n.arguments!==u?r(bs(o,s,u),n):n}function Pu(n,o,s){let u=B(215);return u.tag=a().parenthesizeLeftSideOfAccess(n,!1),u.typeArguments=Oe(o),u.template=s,u.transformFlags|=V(u.tag)|De(u.typeArguments)|V(u.template)|1024,u.typeArguments&&(u.transformFlags|=1),BT(u.template)&&(u.transformFlags|=128),u}function o1(n,o,s,u){return n.tag!==o||n.typeArguments!==s||n.template!==u?r(Pu(o,s,u),n):n}function Iu(n,o){let s=B(216);return s.expression=a().parenthesizeOperandOfPrefixUnary(o),s.type=n,s.transformFlags|=V(s.expression)|V(s.type)|1,s}function Nu(n,o,s){return n.type!==o||n.expression!==s?r(Iu(o,s),n):n}function K_(n){let o=B(217);return o.expression=n,o.transformFlags=V(o.expression),o.jsDoc=void 0,o}function Ou(n,o){return n.expression!==o?r(K_(o),n):n}function Z_(n,o,s,u,g,I,W){let de=ae(218);de.modifiers=Oe(n),de.asteriskToken=o,de.name=Xe(s),de.typeParameters=Oe(u),de.parameters=Y(g),de.type=I,de.body=W;let We=ln(de.modifiers)&512,Er=!!de.asteriskToken,$n=We&&Er;return de.transformFlags=De(de.modifiers)|V(de.asteriskToken)|In(de.name)|De(de.typeParameters)|De(de.parameters)|V(de.type)|V(de.body)&-67108865|($n?128:We?256:Er?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 Mu(n,o,s,u,g,I,W,de){return n.name!==u||n.modifiers!==o||n.asteriskToken!==s||n.typeParameters!==g||n.parameters!==I||n.type!==W||n.body!==de?Ce(Z_(o,s,u,g,I,W,de),n):n}function ec(n,o,s,u,g,I){let W=ae(219);W.modifiers=Oe(n),W.typeParameters=Oe(o),W.parameters=Y(s),W.type=u,W.equalsGreaterThanToken=g??vt(39),W.body=a().parenthesizeConciseBodyOfArrowFunction(I);let de=ln(W.modifiers)&512;return W.transformFlags=De(W.modifiers)|De(W.typeParameters)|De(W.parameters)|V(W.type)|V(W.equalsGreaterThanToken)|V(W.body)&-67108865|(W.typeParameters||W.type?1:0)|(de?16640:0)|1024,W.typeArguments=void 0,W.jsDoc=void 0,W.locals=void 0,W.nextContainer=void 0,W.flowNode=void 0,W.endFlowNode=void 0,W.returnFlowNode=void 0,W}function tc(n,o,s,u,g,I,W){return n.modifiers!==o||n.typeParameters!==s||n.parameters!==u||n.type!==g||n.equalsGreaterThanToken!==I||n.body!==W?Ce(ec(o,s,u,g,I,W),n):n}function Lu(n){let o=B(220);return o.expression=a().parenthesizeOperandOfPrefixUnary(n),o.transformFlags|=V(o.expression),o}function Wr(n,o){return n.expression!==o?r(Lu(o),n):n}function vs(n){let o=B(221);return o.expression=a().parenthesizeOperandOfPrefixUnary(n),o.transformFlags|=V(o.expression),o}function pi(n,o){return n.expression!==o?r(vs(o),n):n}function rc(n){let o=B(222);return o.expression=a().parenthesizeOperandOfPrefixUnary(n),o.transformFlags|=V(o.expression),o}function ca(n,o){return n.expression!==o?r(rc(o),n):n}function la(n){let o=B(223);return o.expression=a().parenthesizeOperandOfPrefixUnary(n),o.transformFlags|=V(o.expression)|256|128|2097152,o}function s1(n,o){return n.expression!==o?r(la(o),n):n}function qa(n,o){let s=B(224);return s.operator=n,s.operand=a().parenthesizeOperandOfPrefixUnary(o),s.transformFlags|=V(s.operand),(n===46||n===47)&&Ee(s.operand)&&!wa(s.operand)&&!Y0(s.operand)&&(s.transformFlags|=268435456),s}function _1(n,o){return n.operand!==o?r(qa(n.operator,o),n):n}function Ts(n,o){let s=B(225);return s.operator=o,s.operand=a().parenthesizeOperandOfPostfixUnary(n),s.transformFlags|=V(s.operand),Ee(s.operand)&&!wa(s.operand)&&!Y0(s.operand)&&(s.transformFlags|=268435456),s}function c1(n,o){return n.operand!==o?r(Ts(o,n.operator),n):n}function nc(n,o,s){let u=ae(226),g=lr(o),I=g.kind;return u.left=a().parenthesizeLeftSideOfBinary(I,n),u.operatorToken=g,u.right=a().parenthesizeRightSideOfBinary(I,u.left,s),u.transformFlags|=V(u.left)|V(u.operatorToken)|V(u.right),I===61?u.transformFlags|=32:I===64?uo(u.left)?u.transformFlags|=5248|Ju(u.left):iu(u.left)&&(u.transformFlags|=5120|Ju(u.left)):I===43||I===68?u.transformFlags|=512:Tm(I)&&(u.transformFlags|=16),I===103&&jr(u.left)&&(u.transformFlags|=536870912),u.jsDoc=void 0,u}function Ju(n){return U6(n)?65536:0}function Ru(n,o,s,u){return n.left!==o||n.operatorToken!==s||n.right!==u?r(nc(o,s,u),n):n}function ju(n,o,s,u,g){let I=B(227);return I.condition=a().parenthesizeConditionOfConditionalExpression(n),I.questionToken=o??vt(58),I.whenTrue=a().parenthesizeBranchOfConditionalExpression(s),I.colonToken=u??vt(59),I.whenFalse=a().parenthesizeBranchOfConditionalExpression(g),I.transformFlags|=V(I.condition)|V(I.questionToken)|V(I.whenTrue)|V(I.colonToken)|V(I.whenFalse),I}function fi(n,o,s,u,g,I){return n.condition!==o||n.questionToken!==s||n.whenTrue!==u||n.colonToken!==g||n.whenFalse!==I?r(ju(o,s,u,g,I),n):n}function ic(n,o){let s=B(228);return s.head=n,s.templateSpans=Y(o),s.transformFlags|=V(s.head)|De(s.templateSpans)|1024,s}function l1(n,o,s){return n.head!==o||n.templateSpans!==s?r(ic(o,s),n):n}function Ss(n,o,s,u=0){N.assert(!(u&-7177),"Unsupported template flags.");let g;if(s!==void 0&&s!==o&&(g=DL(n,s),typeof g=="object"))return N.fail("Invalid raw text");if(o===void 0){if(g===void 0)return N.fail("Arguments 'text' and 'rawText' may not both be undefined.");o=g}else g!==void 0&&N.assert(o===g,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return o}function za(n){let o=1024;return n&&(o|=128),o}function Fu(n,o,s,u){let g=Tr(n);return g.text=o,g.rawText=s,g.templateFlags=u&7176,g.transformFlags=za(g.templateFlags),g}function ac(n,o,s,u){let g=ae(n);return g.text=o,g.rawText=s,g.templateFlags=u&7176,g.transformFlags=za(g.templateFlags),g}function Li(n,o,s,u){return n===15?ac(n,o,s,u):Fu(n,o,s,u)}function oc(n,o,s){return n=Ss(16,n,o,s),Li(16,n,o,s)}function u1(n,o,s){return n=Ss(16,n,o,s),Li(17,n,o,s)}function Bu(n,o,s){return n=Ss(16,n,o,s),Li(18,n,o,s)}function p1(n,o,s){return n=Ss(16,n,o,s),ac(15,n,o,s)}function Uu(n,o){N.assert(!n||!!o,"A `YieldExpression` with an asteriskToken must have an expression.");let s=B(229);return s.expression=o&&a().parenthesizeExpressionForDisallowedComma(o),s.asteriskToken=n,s.transformFlags|=V(s.expression)|V(s.asteriskToken)|1024|128|1048576,s}function f1(n,o,s){return n.expression!==s||n.asteriskToken!==o?r(Uu(o,s),n):n}function qu(n){let o=B(230);return o.expression=a().parenthesizeExpressionForDisallowedComma(n),o.transformFlags|=V(o.expression)|1024|32768,o}function d1(n,o){return n.expression!==o?r(qu(o),n):n}function xs(n,o,s,u,g){let I=ae(231);return I.modifiers=Oe(n),I.name=Xe(o),I.typeParameters=Oe(s),I.heritageClauses=Oe(u),I.members=Y(g),I.transformFlags|=De(I.modifiers)|In(I.name)|De(I.typeParameters)|De(I.heritageClauses)|De(I.members)|(I.typeParameters?1:0)|1024,I.jsDoc=void 0,I}function sc(n,o,s,u,g,I){return n.modifiers!==o||n.name!==s||n.typeParameters!==u||n.heritageClauses!==g||n.members!==I?r(xs(o,s,u,g,I),n):n}function m1(){return B(232)}function Vr(n,o){let s=B(233);return s.expression=a().parenthesizeLeftSideOfAccess(n,!1),s.typeArguments=o&&a().parenthesizeTypeArguments(o),s.transformFlags|=V(s.expression)|De(s.typeArguments)|1024,s}function _c(n,o,s){return n.expression!==o||n.typeArguments!==s?r(Vr(o,s),n):n}function zu(n,o){let s=B(234);return s.expression=n,s.type=o,s.transformFlags|=V(s.expression)|V(s.type)|1,s}function Wu(n,o,s){return n.expression!==o||n.type!==s?r(zu(o,s),n):n}function cc(n){let o=B(235);return o.expression=a().parenthesizeLeftSideOfAccess(n,!1),o.transformFlags|=V(o.expression)|1,o}function Vu(n,o){return Z4(n)?ws(n,o):n.expression!==o?r(cc(o),n):n}function lc(n,o){let s=B(238);return s.expression=n,s.type=o,s.transformFlags|=V(s.expression)|V(s.type)|1,s}function Dn(n,o,s){return n.expression!==o||n.type!==s?r(lc(o,s),n):n}function Hu(n){let o=B(235);return o.flags|=64,o.expression=a().parenthesizeLeftSideOfAccess(n,!0),o.transformFlags|=V(o.expression)|1,o}function ws(n,o){return N.assert(!!(n.flags&64),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),n.expression!==o?r(Hu(o),n):n}function Gn(n,o){let s=B(236);switch(s.keywordToken=n,s.name=o,s.transformFlags|=V(s.name),n){case 105:s.transformFlags|=1024;break;case 102:s.transformFlags|=32;break;default:return N.assertNever(n)}return s.flowNode=void 0,s}function Cs(n,o){return n.name!==o?r(Gn(n.keywordToken,o),n):n}function uc(n,o){let s=B(239);return s.expression=n,s.literal=o,s.transformFlags|=V(s.expression)|V(s.literal)|1024,s}function Gu(n,o,s){return n.expression!==o||n.literal!==s?r(uc(o,s),n):n}function h1(){let n=B(240);return n.transformFlags|=1024,n}function ua(n,o){let s=B(241);return s.statements=Y(n),s.multiLine=o,s.transformFlags|=De(s.statements),s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s}function y1(n,o){return n.statements!==o?r(ua(o,n.multiLine),n):n}function Xu(n,o){let s=B(243);return s.modifiers=Oe(n),s.declarationList=zt(o)?gc(o):o,s.transformFlags|=De(s.modifiers)|V(s.declarationList),ln(s.modifiers)&2&&(s.transformFlags=1),s.jsDoc=void 0,s.flowNode=void 0,s}function pc(n,o,s){return n.modifiers!==o||n.declarationList!==s?r(Xu(o,s),n):n}function fc(){let n=B(242);return n.jsDoc=void 0,n}function Es(n){let o=B(244);return o.expression=a().parenthesizeExpressionOfExpressionStatement(n),o.transformFlags|=V(o.expression),o.jsDoc=void 0,o.flowNode=void 0,o}function $u(n,o){return n.expression!==o?r(Es(o),n):n}function Qu(n,o,s){let u=B(245);return u.expression=n,u.thenStatement=on(o),u.elseStatement=on(s),u.transformFlags|=V(u.expression)|V(u.thenStatement)|V(u.elseStatement),u.jsDoc=void 0,u.flowNode=void 0,u}function Yu(n,o,s,u){return n.expression!==o||n.thenStatement!==s||n.elseStatement!==u?r(Qu(o,s,u),n):n}function Ku(n,o){let s=B(246);return s.statement=on(n),s.expression=o,s.transformFlags|=V(s.statement)|V(s.expression),s.jsDoc=void 0,s.flowNode=void 0,s}function g1(n,o,s){return n.statement!==o||n.expression!==s?r(Ku(o,s),n):n}function Zu(n,o){let s=B(247);return s.expression=n,s.statement=on(o),s.transformFlags|=V(s.expression)|V(s.statement),s.jsDoc=void 0,s.flowNode=void 0,s}function ep(n,o,s){return n.expression!==o||n.statement!==s?r(Zu(o,s),n):n}function dc(n,o,s,u){let g=B(248);return g.initializer=n,g.condition=o,g.incrementor=s,g.statement=on(u),g.transformFlags|=V(g.initializer)|V(g.condition)|V(g.incrementor)|V(g.statement),g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g.flowNode=void 0,g}function b1(n,o,s,u,g){return n.initializer!==o||n.condition!==s||n.incrementor!==u||n.statement!==g?r(dc(o,s,u,g),n):n}function tp(n,o,s){let u=B(249);return u.initializer=n,u.expression=o,u.statement=on(s),u.transformFlags|=V(u.initializer)|V(u.expression)|V(u.statement),u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u.flowNode=void 0,u}function v1(n,o,s,u){return n.initializer!==o||n.expression!==s||n.statement!==u?r(tp(o,s,u),n):n}function rp(n,o,s,u){let g=B(250);return g.awaitModifier=n,g.initializer=o,g.expression=a().parenthesizeExpressionForDisallowedComma(s),g.statement=on(u),g.transformFlags|=V(g.awaitModifier)|V(g.initializer)|V(g.expression)|V(g.statement)|1024,n&&(g.transformFlags|=128),g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g.flowNode=void 0,g}function T1(n,o,s,u,g){return n.awaitModifier!==o||n.initializer!==s||n.expression!==u||n.statement!==g?r(rp(o,s,u,g),n):n}function mc(n){let o=B(251);return o.label=Xe(n),o.transformFlags|=V(o.label)|4194304,o.jsDoc=void 0,o.flowNode=void 0,o}function np(n,o){return n.label!==o?r(mc(o),n):n}function hc(n){let o=B(252);return o.label=Xe(n),o.transformFlags|=V(o.label)|4194304,o.jsDoc=void 0,o.flowNode=void 0,o}function S1(n,o){return n.label!==o?r(hc(o),n):n}function ip(n){let o=B(253);return o.expression=n,o.transformFlags|=V(o.expression)|128|4194304,o.jsDoc=void 0,o.flowNode=void 0,o}function ap(n,o){return n.expression!==o?r(ip(o),n):n}function yc(n,o){let s=B(254);return s.expression=n,s.statement=on(o),s.transformFlags|=V(s.expression)|V(s.statement),s.jsDoc=void 0,s.flowNode=void 0,s}function op(n,o,s){return n.expression!==o||n.statement!==s?r(yc(o,s),n):n}function pa(n,o){let s=B(255);return s.expression=a().parenthesizeExpressionForDisallowedComma(n),s.caseBlock=o,s.transformFlags|=V(s.expression)|V(s.caseBlock),s.jsDoc=void 0,s.flowNode=void 0,s.possiblyExhaustive=!1,s}function x1(n,o,s){return n.expression!==o||n.caseBlock!==s?r(pa(o,s),n):n}function sp(n,o){let s=B(256);return s.label=Xe(n),s.statement=on(o),s.transformFlags|=V(s.label)|V(s.statement),s.jsDoc=void 0,s.flowNode=void 0,s}function _p(n,o,s){return n.label!==o||n.statement!==s?r(sp(o,s),n):n}function cp(n){let o=B(257);return o.expression=n,o.transformFlags|=V(o.expression),o.jsDoc=void 0,o.flowNode=void 0,o}function w1(n,o){return n.expression!==o?r(cp(o),n):n}function lp(n,o,s){let u=B(258);return u.tryBlock=n,u.catchClause=o,u.finallyBlock=s,u.transformFlags|=V(u.tryBlock)|V(u.catchClause)|V(u.finallyBlock),u.jsDoc=void 0,u.flowNode=void 0,u}function up(n,o,s,u){return n.tryBlock!==o||n.catchClause!==s||n.finallyBlock!==u?r(lp(o,s,u),n):n}function pp(){let n=B(259);return n.jsDoc=void 0,n.flowNode=void 0,n}function As(n,o,s,u){let g=ae(260);return g.name=Xe(n),g.exclamationToken=o,g.type=s,g.initializer=To(u),g.transformFlags|=In(g.name)|V(g.initializer)|(g.exclamationToken??g.type?1:0),g.jsDoc=void 0,g}function C1(n,o,s,u,g){return n.name!==o||n.type!==u||n.exclamationToken!==s||n.initializer!==g?r(As(o,s,u,g),n):n}function gc(n,o=0){let s=B(261);return s.flags|=o&7,s.declarations=Y(n),s.transformFlags|=De(s.declarations)|4194304,o&7&&(s.transformFlags|=263168),o&4&&(s.transformFlags|=4),s}function E1(n,o){return n.declarations!==o?r(gc(o,n.flags),n):n}function bc(n,o,s,u,g,I,W){let de=ae(262);if(de.modifiers=Oe(n),de.asteriskToken=o,de.name=Xe(s),de.typeParameters=Oe(u),de.parameters=Y(g),de.type=I,de.body=W,!de.body||ln(de.modifiers)&2)de.transformFlags=1;else{let We=ln(de.modifiers)&512,Er=!!de.asteriskToken,$n=We&&Er;de.transformFlags=De(de.modifiers)|V(de.asteriskToken)|In(de.name)|De(de.typeParameters)|De(de.parameters)|V(de.type)|V(de.body)&-67108865|($n?128:We?256:Er?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 fp(n,o,s,u,g,I,W,de){return n.modifiers!==o||n.asteriskToken!==s||n.name!==u||n.typeParameters!==g||n.parameters!==I||n.type!==W||n.body!==de?A1(bc(o,s,u,g,I,W,de),n):n}function A1(n,o){return n!==o&&n.modifiers===o.modifiers&&(n.modifiers=o.modifiers),Ce(n,o)}function vc(n,o,s,u,g){let I=ae(263);return I.modifiers=Oe(n),I.name=Xe(o),I.typeParameters=Oe(s),I.heritageClauses=Oe(u),I.members=Y(g),ln(I.modifiers)&2?I.transformFlags=1:(I.transformFlags|=De(I.modifiers)|In(I.name)|De(I.typeParameters)|De(I.heritageClauses)|De(I.members)|(I.typeParameters?1:0)|1024,I.transformFlags&8192&&(I.transformFlags|=1)),I.jsDoc=void 0,I}function Tc(n,o,s,u,g,I){return n.modifiers!==o||n.name!==s||n.typeParameters!==u||n.heritageClauses!==g||n.members!==I?r(vc(o,s,u,g,I),n):n}function dp(n,o,s,u,g){let I=ae(264);return I.modifiers=Oe(n),I.name=Xe(o),I.typeParameters=Oe(s),I.heritageClauses=Oe(u),I.members=Y(g),I.transformFlags=1,I.jsDoc=void 0,I}function gt(n,o,s,u,g,I){return n.modifiers!==o||n.name!==s||n.typeParameters!==u||n.heritageClauses!==g||n.members!==I?r(dp(o,s,u,g,I),n):n}function Ji(n,o,s,u){let g=ae(265);return g.modifiers=Oe(n),g.name=Xe(o),g.typeParameters=Oe(s),g.type=u,g.transformFlags=1,g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g}function Sc(n,o,s,u,g){return n.modifiers!==o||n.name!==s||n.typeParameters!==u||n.type!==g?r(Ji(o,s,u,g),n):n}function Ri(n,o,s){let u=ae(266);return u.modifiers=Oe(n),u.name=Xe(o),u.members=Y(s),u.transformFlags|=De(u.modifiers)|V(u.name)|De(u.members)|1,u.transformFlags&=-67108865,u.jsDoc=void 0,u}function mp(n,o,s,u){return n.modifiers!==o||n.name!==s||n.members!==u?r(Ri(o,s,u),n):n}function Jt(n,o,s,u=0){let g=ae(267);return g.modifiers=Oe(n),g.flags|=u&2088,g.name=o,g.body=s,ln(g.modifiers)&2?g.transformFlags=1:g.transformFlags|=De(g.modifiers)|V(g.name)|V(g.body)|1,g.transformFlags&=-67108865,g.jsDoc=void 0,g.locals=void 0,g.nextContainer=void 0,g}function ji(n,o,s,u){return n.modifiers!==o||n.name!==s||n.body!==u?r(Jt(o,s,u,n.flags),n):n}function tr(n){let o=B(268);return o.statements=Y(n),o.transformFlags|=De(o.statements),o.jsDoc=void 0,o}function k1(n,o){return n.statements!==o?r(tr(o),n):n}function hp(n){let o=B(269);return o.clauses=Y(n),o.transformFlags|=De(o.clauses),o.locals=void 0,o.nextContainer=void 0,o}function D1(n,o){return n.clauses!==o?r(hp(o),n):n}function xc(n){let o=ae(270);return o.name=Xe(n),o.transformFlags|=e_(o.name)|1,o.modifiers=void 0,o.jsDoc=void 0,o}function P1(n,o){return n.name!==o?I1(xc(o),n):n}function I1(n,o){return n!==o&&(n.modifiers=o.modifiers),r(n,o)}function yp(n,o,s,u){let g=ae(271);return g.modifiers=Oe(n),g.name=Xe(s),g.isTypeOnly=o,g.moduleReference=u,g.transformFlags|=De(g.modifiers)|e_(g.name)|V(g.moduleReference),Om(g.moduleReference)||(g.transformFlags|=1),g.transformFlags&=-67108865,g.jsDoc=void 0,g}function gp(n,o,s,u,g){return n.modifiers!==o||n.isTypeOnly!==s||n.name!==u||n.moduleReference!==g?r(yp(o,s,u,g),n):n}function bp(n,o,s,u){let g=B(272);return g.modifiers=Oe(n),g.importClause=o,g.moduleSpecifier=s,g.assertClause=u,g.transformFlags|=V(g.importClause)|V(g.moduleSpecifier),g.transformFlags&=-67108865,g.jsDoc=void 0,g}function vp(n,o,s,u,g){return n.modifiers!==o||n.importClause!==s||n.moduleSpecifier!==u||n.assertClause!==g?r(bp(o,s,u,g),n):n}function wc(n,o,s){let u=ae(273);return u.isTypeOnly=n,u.name=o,u.namedBindings=s,u.transformFlags|=V(u.name)|V(u.namedBindings),n&&(u.transformFlags|=1),u.transformFlags&=-67108865,u}function Tp(n,o,s,u){return n.isTypeOnly!==o||n.name!==s||n.namedBindings!==u?r(wc(o,s,u),n):n}function Sp(n,o){let s=B(300);return s.elements=Y(n),s.multiLine=o,s.transformFlags|=4,s}function ks(n,o,s){return n.elements!==o||n.multiLine!==s?r(Sp(o,s),n):n}function Cc(n,o){let s=B(301);return s.name=n,s.value=o,s.transformFlags|=4,s}function xp(n,o,s){return n.name!==o||n.value!==s?r(Cc(o,s),n):n}function Ec(n,o){let s=B(302);return s.assertClause=n,s.multiLine=o,s}function N1(n,o,s){return n.assertClause!==o||n.multiLine!==s?r(Ec(o,s),n):n}function Ds(n){let o=ae(274);return o.name=n,o.transformFlags|=V(o.name),o.transformFlags&=-67108865,o}function O1(n,o){return n.name!==o?r(Ds(o),n):n}function Ac(n){let o=ae(280);return o.name=n,o.transformFlags|=V(o.name)|32,o.transformFlags&=-67108865,o}function M1(n,o){return n.name!==o?r(Ac(o),n):n}function wp(n){let o=B(275);return o.elements=Y(n),o.transformFlags|=De(o.elements),o.transformFlags&=-67108865,o}function L1(n,o){return n.elements!==o?r(wp(o),n):n}function Cp(n,o,s){let u=ae(276);return u.isTypeOnly=n,u.propertyName=o,u.name=s,u.transformFlags|=V(u.propertyName)|V(u.name),u.transformFlags&=-67108865,u}function J1(n,o,s,u){return n.isTypeOnly!==o||n.propertyName!==s||n.name!==u?r(Cp(o,s,u),n):n}function Ps(n,o,s){let u=ae(277);return u.modifiers=Oe(n),u.isExportEquals=o,u.expression=o?a().parenthesizeRightSideOfBinary(64,void 0,s):a().parenthesizeExpressionOfExportDefault(s),u.transformFlags|=De(u.modifiers)|V(u.expression),u.transformFlags&=-67108865,u.jsDoc=void 0,u}function Fi(n,o,s){return n.modifiers!==o||n.expression!==s?r(Ps(o,n.isExportEquals,s),n):n}function kc(n,o,s,u,g){let I=ae(278);return I.modifiers=Oe(n),I.isTypeOnly=o,I.exportClause=s,I.moduleSpecifier=u,I.assertClause=g,I.transformFlags|=De(I.modifiers)|V(I.exportClause)|V(I.moduleSpecifier),I.transformFlags&=-67108865,I.jsDoc=void 0,I}function Dc(n,o,s,u,g,I){return n.modifiers!==o||n.isTypeOnly!==s||n.exportClause!==u||n.moduleSpecifier!==g||n.assertClause!==I?Is(kc(o,s,u,g,I),n):n}function Is(n,o){return n!==o&&n.modifiers===o.modifiers&&(n.modifiers=o.modifiers),r(n,o)}function Ns(n){let o=B(279);return o.elements=Y(n),o.transformFlags|=De(o.elements),o.transformFlags&=-67108865,o}function R1(n,o){return n.elements!==o?r(Ns(o),n):n}function fa(n,o,s){let u=B(281);return u.isTypeOnly=n,u.propertyName=Xe(o),u.name=Xe(s),u.transformFlags|=V(u.propertyName)|V(u.name),u.transformFlags&=-67108865,u.jsDoc=void 0,u}function j1(n,o,s,u){return n.isTypeOnly!==o||n.propertyName!==s||n.name!==u?r(fa(o,s,u),n):n}function F1(){let n=ae(282);return n.jsDoc=void 0,n}function Pc(n){let o=B(283);return o.expression=n,o.transformFlags|=V(o.expression),o.transformFlags&=-67108865,o}function B1(n,o){return n.expression!==o?r(Pc(o),n):n}function U1(n){return B(n)}function Ic(n,o,s=!1){let u=Nc(n,s?o&&a().parenthesizeNonArrayTypeOfPostfixType(o):o);return u.postfix=s,u}function Nc(n,o){let s=B(n);return s.type=o,s}function Ep(n,o,s){return o.type!==s?r(Ic(n,s,o.postfix),o):o}function q1(n,o,s){return o.type!==s?r(Nc(n,s),o):o}function Ap(n,o){let s=ae(324);return s.parameters=Oe(n),s.type=o,s.transformFlags=De(s.parameters)|(s.type?1:0),s.jsDoc=void 0,s.locals=void 0,s.nextContainer=void 0,s.typeArguments=void 0,s}function z1(n,o,s){return n.parameters!==o||n.type!==s?r(Ap(o,s),n):n}function kp(n,o=!1){let s=ae(329);return s.jsDocPropertyTags=Oe(n),s.isArrayType=o,s}function W1(n,o,s){return n.jsDocPropertyTags!==o||n.isArrayType!==s?r(kp(o,s),n):n}function Dp(n){let o=B(316);return o.type=n,o}function V1(n,o){return n.type!==o?r(Dp(o),n):n}function Pp(n,o,s){let u=ae(330);return u.typeParameters=Oe(n),u.parameters=Y(o),u.type=s,u.jsDoc=void 0,u.locals=void 0,u.nextContainer=void 0,u}function H1(n,o,s,u){return n.typeParameters!==o||n.parameters!==s||n.type!==u?r(Pp(o,s,u),n):n}function Hr(n){let o=kf(n.kind);return n.tagName.escapedText===Mn(o)?n.tagName:Ge(o)}function Bi(n,o,s){let u=B(n);return u.tagName=o,u.comment=s,u}function mo(n,o,s){let u=ae(n);return u.tagName=o,u.comment=s,u}function ho(n,o,s,u){let g=Bi(352,n??Ge("template"),u);return g.constraint=o,g.typeParameters=Y(s),g}function Os(n,o=Hr(n),s,u,g){return n.tagName!==o||n.constraint!==s||n.typeParameters!==u||n.comment!==g?r(ho(o,s,u,g),n):n}function Ms(n,o,s,u){let g=mo(353,n??Ge("typedef"),u);return g.typeExpression=o,g.fullName=s,g.name=K0(s),g.locals=void 0,g.nextContainer=void 0,g}function Ip(n,o=Hr(n),s,u,g){return n.tagName!==o||n.typeExpression!==s||n.fullName!==u||n.comment!==g?r(Ms(o,s,u,g),n):n}function Oc(n,o,s,u,g,I){let W=mo(348,n??Ge("param"),I);return W.typeExpression=u,W.name=o,W.isNameFirst=!!g,W.isBracketed=s,W}function Mc(n,o=Hr(n),s,u,g,I,W){return n.tagName!==o||n.name!==s||n.isBracketed!==u||n.typeExpression!==g||n.isNameFirst!==I||n.comment!==W?r(Oc(o,s,u,g,I,W),n):n}function Np(n,o,s,u,g,I){let W=mo(355,n??Ge("prop"),I);return W.typeExpression=u,W.name=o,W.isNameFirst=!!g,W.isBracketed=s,W}function Op(n,o=Hr(n),s,u,g,I,W){return n.tagName!==o||n.name!==s||n.isBracketed!==u||n.typeExpression!==g||n.isNameFirst!==I||n.comment!==W?r(Np(o,s,u,g,I,W),n):n}function Mp(n,o,s,u){let g=mo(345,n??Ge("callback"),u);return g.typeExpression=o,g.fullName=s,g.name=K0(s),g.locals=void 0,g.nextContainer=void 0,g}function G1(n,o=Hr(n),s,u,g){return n.tagName!==o||n.typeExpression!==s||n.fullName!==u||n.comment!==g?r(Mp(o,s,u,g),n):n}function Lc(n,o,s){let u=Bi(346,n??Ge("overload"),s);return u.typeExpression=o,u}function X1(n,o=Hr(n),s,u){return n.tagName!==o||n.typeExpression!==s||n.comment!==u?r(Lc(o,s,u),n):n}function Jc(n,o,s){let u=Bi(335,n??Ge("augments"),s);return u.class=o,u}function $1(n,o=Hr(n),s,u){return n.tagName!==o||n.class!==s||n.comment!==u?r(Jc(o,s,u),n):n}function Ls(n,o,s){let u=Bi(336,n??Ge("implements"),s);return u.class=o,u}function Rc(n,o,s){let u=Bi(354,n??Ge("see"),s);return u.name=o,u}function yo(n,o,s,u){return n.tagName!==o||n.name!==s||n.comment!==u?r(Rc(o,s,u),n):n}function Lp(n){let o=B(317);return o.name=n,o}function Wa(n,o){return n.name!==o?r(Lp(o),n):n}function go(n,o){let s=B(318);return s.left=n,s.right=o,s.transformFlags|=V(s.left)|V(s.right),s}function Q1(n,o,s){return n.left!==o||n.right!==s?r(go(o,s),n):n}function Jp(n,o){let s=B(331);return s.name=n,s.text=o,s}function Y1(n,o,s){return n.name!==o?r(Jp(o,s),n):n}function Rp(n,o){let s=B(332);return s.name=n,s.text=o,s}function K1(n,o,s){return n.name!==o?r(Rp(o,s),n):n}function jc(n,o){let s=B(333);return s.name=n,s.text=o,s}function Z1(n,o,s){return n.name!==o?r(jc(o,s),n):n}function eh(n,o=Hr(n),s,u){return n.tagName!==o||n.class!==s||n.comment!==u?r(Ls(o,s,u),n):n}function jp(n,o,s){return Bi(n,o??Ge(kf(n)),s)}function th(n,o,s=Hr(o),u){return o.tagName!==s||o.comment!==u?r(jp(n,s,u),o):o}function Fp(n,o,s,u){let g=Bi(n,o??Ge(kf(n)),u);return g.typeExpression=s,g}function rh(n,o,s=Hr(o),u,g){return o.tagName!==s||o.typeExpression!==u||o.comment!==g?r(Fp(n,s,u,g),o):o}function Bp(n,o){return Bi(334,n,o)}function nh(n,o,s){return n.tagName!==o||n.comment!==s?r(Bp(o,s),n):n}function Up(n,o,s){let u=mo(347,n??Ge(kf(347)),s);return u.typeExpression=o,u.locals=void 0,u.nextContainer=void 0,u}function ih(n,o=Hr(n),s,u){return n.tagName!==o||n.typeExpression!==s||n.comment!==u?r(Up(o,s,u),n):n}function qp(n){let o=B(328);return o.text=n,o}function ah(n,o){return n.text!==o?r(qp(o),n):n}function Js(n,o){let s=B(327);return s.comment=n,s.tags=Oe(o),s}function oh(n,o,s){return n.comment!==o||n.tags!==s?r(Js(o,s),n):n}function Fc(n,o,s){let u=B(284);return u.openingElement=n,u.children=Y(o),u.closingElement=s,u.transformFlags|=V(u.openingElement)|De(u.children)|V(u.closingElement)|2,u}function zp(n,o,s,u){return n.openingElement!==o||n.children!==s||n.closingElement!==u?r(Fc(o,s,u),n):n}function Wp(n,o,s){let u=B(285);return u.tagName=n,u.typeArguments=Oe(o),u.attributes=s,u.transformFlags|=V(u.tagName)|De(u.typeArguments)|V(u.attributes)|2,u.typeArguments&&(u.transformFlags|=1),u}function Rs(n,o,s,u){return n.tagName!==o||n.typeArguments!==s||n.attributes!==u?r(Wp(o,s,u),n):n}function Bc(n,o,s){let u=B(286);return u.tagName=n,u.typeArguments=Oe(o),u.attributes=s,u.transformFlags|=V(u.tagName)|De(u.typeArguments)|V(u.attributes)|2,o&&(u.transformFlags|=1),u}function sh(n,o,s,u){return n.tagName!==o||n.typeArguments!==s||n.attributes!==u?r(Bc(o,s,u),n):n}function Vp(n){let o=B(287);return o.tagName=n,o.transformFlags|=V(o.tagName)|2,o}function _h(n,o){return n.tagName!==o?r(Vp(o),n):n}function js(n,o,s){let u=B(288);return u.openingFragment=n,u.children=Y(o),u.closingFragment=s,u.transformFlags|=V(u.openingFragment)|De(u.children)|V(u.closingFragment)|2,u}function Hp(n,o,s,u){return n.openingFragment!==o||n.children!==s||n.closingFragment!==u?r(js(o,s,u),n):n}function Fs(n,o){let s=B(12);return s.text=n,s.containsOnlyTriviaWhiteSpaces=!!o,s.transformFlags|=2,s}function Gp(n,o,s){return n.text!==o||n.containsOnlyTriviaWhiteSpaces!==s?r(Fs(o,s),n):n}function Uc(){let n=B(289);return n.transformFlags|=2,n}function wr(){let n=B(290);return n.transformFlags|=2,n}function qc(n,o){let s=ae(291);return s.name=n,s.initializer=o,s.transformFlags|=V(s.name)|V(s.initializer)|2,s}function Xp(n,o,s){return n.name!==o||n.initializer!==s?r(qc(o,s),n):n}function $p(n){let o=ae(292);return o.properties=Y(n),o.transformFlags|=De(o.properties)|2,o}function Qp(n,o){return n.properties!==o?r($p(o),n):n}function Yp(n){let o=B(293);return o.expression=n,o.transformFlags|=V(o.expression)|2,o}function ch(n,o){return n.expression!==o?r(Yp(o),n):n}function bo(n,o){let s=B(294);return s.dotDotDotToken=n,s.expression=o,s.transformFlags|=V(s.dotDotDotToken)|V(s.expression)|2,s}function lh(n,o){return n.expression!==o?r(bo(n.dotDotDotToken,o),n):n}function Kp(n,o){let s=B(295);return s.namespace=n,s.name=o,s.transformFlags|=V(s.namespace)|V(s.name)|2,s}function uh(n,o,s){return n.namespace!==o||n.name!==s?r(Kp(o,s),n):n}function Zp(n,o){let s=B(296);return s.expression=a().parenthesizeExpressionForDisallowedComma(n),s.statements=Y(o),s.transformFlags|=V(s.expression)|De(s.statements),s.jsDoc=void 0,s}function zc(n,o,s){return n.expression!==o||n.statements!==s?r(Zp(o,s),n):n}function Va(n){let o=B(297);return o.statements=Y(n),o.transformFlags=De(o.statements),o}function ph(n,o){return n.statements!==o?r(Va(o),n):n}function Bs(n,o){let s=B(298);switch(s.token=n,s.types=Y(o),s.transformFlags|=De(s.types),n){case 96:s.transformFlags|=1024;break;case 119:s.transformFlags|=1;break;default:return N.assertNever(n)}return s}function ef(n,o){return n.types!==o?r(Bs(n.token,o),n):n}function tf(n,o){let s=B(299);return s.variableDeclaration=vf(n),s.block=o,s.transformFlags|=V(s.variableDeclaration)|V(s.block)|(n?0:64),s.locals=void 0,s.nextContainer=void 0,s}function vo(n,o,s){return n.variableDeclaration!==o||n.block!==s?r(tf(o,s),n):n}function Us(n,o){let s=ae(303);return s.name=Xe(n),s.initializer=a().parenthesizeExpressionForDisallowedComma(o),s.transformFlags|=In(s.name)|V(s.initializer),s.modifiers=void 0,s.questionToken=void 0,s.exclamationToken=void 0,s.jsDoc=void 0,s}function fh(n,o,s){return n.name!==o||n.initializer!==s?dh(Us(o,s),n):n}function dh(n,o){return n!==o&&(n.modifiers=o.modifiers,n.questionToken=o.questionToken,n.exclamationToken=o.exclamationToken),r(n,o)}function Wc(n,o){let s=ae(304);return s.name=Xe(n),s.objectAssignmentInitializer=o&&a().parenthesizeExpressionForDisallowedComma(o),s.transformFlags|=e_(s.name)|V(s.objectAssignmentInitializer)|1024,s.equalsToken=void 0,s.modifiers=void 0,s.questionToken=void 0,s.exclamationToken=void 0,s.jsDoc=void 0,s}function rf(n,o,s){return n.name!==o||n.objectAssignmentInitializer!==s?nf(Wc(o,s),n):n}function nf(n,o){return n!==o&&(n.modifiers=o.modifiers,n.questionToken=o.questionToken,n.exclamationToken=o.exclamationToken,n.equalsToken=o.equalsToken),r(n,o)}function da(n){let o=ae(305);return o.expression=a().parenthesizeExpressionForDisallowedComma(n),o.transformFlags|=V(o.expression)|128|65536,o.jsDoc=void 0,o}function mh(n,o){return n.expression!==o?r(da(o),n):n}function af(n,o){let s=ae(306);return s.name=Xe(n),s.initializer=o&&a().parenthesizeExpressionForDisallowedComma(o),s.transformFlags|=V(s.name)|V(s.initializer)|1,s.jsDoc=void 0,s}function hh(n,o,s){return n.name!==o||n.initializer!==s?r(af(o,s),n):n}function yh(n,o,s){let u=t.createBaseSourceFileNode(312);return u.statements=Y(n),u.endOfFileToken=o,u.flags|=s,u.text="",u.fileName="",u.path="",u.resolvedPath="",u.originalFileName="",u.languageVersion=0,u.languageVariant=0,u.scriptKind=0,u.isDeclarationFile=!1,u.hasNoDefaultLib=!1,u.transformFlags|=De(u.statements)|V(u.endOfFileToken),u.locals=void 0,u.nextContainer=void 0,u.endFlowNode=void 0,u.nodeCount=0,u.identifierCount=0,u.symbolCount=0,u.parseDiagnostics=void 0,u.bindDiagnostics=void 0,u.bindSuggestionDiagnostics=void 0,u.lineMap=void 0,u.externalModuleIndicator=void 0,u.setExternalModuleIndicator=void 0,u.pragmas=void 0,u.checkJsDirective=void 0,u.referencedFiles=void 0,u.typeReferenceDirectives=void 0,u.libReferenceDirectives=void 0,u.amdDependencies=void 0,u.commentDirectives=void 0,u.identifiers=void 0,u.packageJsonLocations=void 0,u.packageJsonScope=void 0,u.imports=void 0,u.moduleAugmentations=void 0,u.ambientModuleNames=void 0,u.resolvedModules=void 0,u.classifiableNames=void 0,u.impliedNodeFormat=void 0,u}function Vc(n){let o=Object.create(n.redirectTarget);return Object.defineProperties(o,{id:{get(){return this.redirectInfo.redirectTarget.id},set(s){this.redirectInfo.redirectTarget.id=s}},symbol:{get(){return this.redirectInfo.redirectTarget.symbol},set(s){this.redirectInfo.redirectTarget.symbol=s}}}),o.redirectInfo=n,o}function of(n){let o=Vc(n.redirectInfo);return o.flags|=n.flags&-17,o.fileName=n.fileName,o.path=n.path,o.resolvedPath=n.resolvedPath,o.originalFileName=n.originalFileName,o.packageJsonLocations=n.packageJsonLocations,o.packageJsonScope=n.packageJsonScope,o.emitNode=void 0,o}function Xn(n){let o=t.createBaseSourceFileNode(312);o.flags|=n.flags&-17;for(let s in n)if(!(Qr(o,s)||!Qr(n,s))){if(s==="emitNode"){o.emitNode=void 0;continue}o[s]=n[s]}return o}function Hc(n){let o=n.redirectInfo?of(n):Xn(n);return Xr(o,n),o}function gh(n,o,s,u,g,I,W){let de=Hc(n);return de.statements=Y(o),de.isDeclarationFile=s,de.referencedFiles=u,de.typeReferenceDirectives=g,de.hasNoDefaultLib=I,de.libReferenceDirectives=W,de.transformFlags=De(de.statements)|V(de.endOfFileToken),de}function bh(n,o,s=n.isDeclarationFile,u=n.referencedFiles,g=n.typeReferenceDirectives,I=n.hasNoDefaultLib,W=n.libReferenceDirectives){return n.statements!==o||n.isDeclarationFile!==s||n.referencedFiles!==u||n.typeReferenceDirectives!==g||n.hasNoDefaultLib!==I||n.libReferenceDirectives!==W?r(gh(n,o,s,u,g,I,W),n):n}function sf(n,o=$e){let s=B(313);return s.prepends=o,s.sourceFiles=n,s.syntheticFileReferences=void 0,s.syntheticTypeReferences=void 0,s.syntheticLibReferences=void 0,s.hasNoDefaultLib=void 0,s}function _f(n,o,s=$e){return n.sourceFiles!==o||n.prepends!==s?r(sf(o,s),n):n}function Gc(n,o,s){let u=B(314);return u.prologues=n,u.syntheticReferences=o,u.texts=s,u.fileName="",u.text="",u.referencedFiles=$e,u.libReferenceDirectives=$e,u.getLineAndCharacterOfPosition=g=>to(u,g),u}function Xc(n,o){let s=B(n);return s.data=o,s}function vh(n){return Xc(307,n)}function cf(n,o){let s=Xc(308,n);return s.texts=o,s}function Th(n,o){return Xc(o?310:309,n)}function Sh(n){let o=B(311);return o.data=n.data,o.section=n,o}function qs(){let n=B(315);return n.javascriptText="",n.declarationText="",n}function lf(n,o=!1,s){let u=B(237);return u.type=n,u.isSpread=o,u.tupleNameSource=s,u}function xh(n){let o=B(358);return o._children=n,o}function wh(n){let o=B(359);return o.original=n,Ve(o,n),o}function uf(n,o){let s=B(360);return s.expression=n,s.original=o,s.transformFlags|=V(s.expression)|1,Ve(s,o),s}function pf(n,o){return n.expression!==o?r(uf(o,n.original),n):n}function Ch(n){if(Ta(n)&&!Tl(n)&&!n.original&&!n.emitNode&&!n.id){if(F_(n))return n.elements;if(Ct(n)&&Bx(n.operatorToken))return[n.left,n.right]}return n}function zs(n){let o=B(361);return o.elements=Y(Tv(n,Ch)),o.transformFlags|=De(o.elements),o}function ff(n,o){return n.elements!==o?r(zs(o),n):n}function $c(n,o){let s=B(362);return s.expression=n,s.thisArg=o,s.transformFlags|=V(s.expression)|V(s.thisArg),s}function Eh(n,o,s){return n.expression!==o||n.thisArg!==s?r($c(o,s),n):n}function Ah(n){let o=or(n.escapedText);return o.flags|=n.flags&-17,o.transformFlags=n.transformFlags,Xr(o,n),setIdentifierAutoGenerate(o,{...n.emitNode.autoGenerate}),o}function df(n){let o=or(n.escapedText);o.flags|=n.flags&-17,o.jsDoc=n.jsDoc,o.flowNode=n.flowNode,o.symbol=n.symbol,o.transformFlags=n.transformFlags,Xr(o,n);let s=getIdentifierTypeArguments(n);return s&&setIdentifierTypeArguments(o,s),o}function mf(n){let o=Sn(n.escapedText);return o.flags|=n.flags&-17,o.transformFlags=n.transformFlags,Xr(o,n),setIdentifierAutoGenerate(o,{...n.emitNode.autoGenerate}),o}function kh(n){let o=Sn(n.escapedText);return o.flags|=n.flags&-17,o.transformFlags=n.transformFlags,Xr(o,n),o}function Qc(n){if(n===void 0)return n;if(ii(n))return Hc(n);if(wa(n))return Ah(n);if(Ee(n))return df(n);if(Mg(n))return mf(n);if(jr(n))return kh(n);let o=ql(n.kind)?t.createBaseNode(n.kind):t.createBaseTokenNode(n.kind);o.flags|=n.flags&-17,o.transformFlags=n.transformFlags,Xr(o,n);for(let s in n)Qr(o,s)||!Qr(n,s)||(o[s]=n[s]);return o}function Dh(n,o,s){return fo(Z_(void 0,void 0,void 0,void 0,o?[o]:[],void 0,ua(n,!0)),void 0,s?[s]:[])}function Ph(n,o,s){return fo(ec(void 0,void 0,o?[o]:[],void 0,void 0,ua(n,!0)),void 0,s?[s]:[])}function ma(){return rc(Ze("0"))}function Ih(n){return Ps(void 0,!1,n)}function Nh(n){return kc(void 0,!1,Ns([fa(!1,void 0,n)]))}function Oh(n,o){return o==="null"?ue.createStrictEquality(n,fr()):o==="undefined"?ue.createStrictEquality(n,ma()):ue.createStrictEquality(vs(n),it(o))}function Mh(n,o){return o==="null"?ue.createStrictInequality(n,fr()):o==="undefined"?ue.createStrictInequality(n,ma()):ue.createStrictInequality(vs(n),it(o))}function ha(n,o,s){return y0(n)?zr(hs(n,void 0,o),void 0,void 0,s):fo(Mi(n,o),void 0,s)}function Lh(n,o,s){return ha(n,"bind",[o,...s])}function Ws(n,o,s){return ha(n,"call",[o,...s])}function Jh(n,o,s){return ha(n,"apply",[o,s])}function Ha(n,o,s){return ha(Ge(n),o,s)}function Rh(n,o){return ha(n,"slice",o===void 0?[]:[Cr(o)])}function jh(n,o){return ha(n,"concat",o)}function hf(n,o,s){return Ha("Object","defineProperty",[n,Cr(o),s])}function Fh(n,o){return Ha("Object","getOwnPropertyDescriptor",[n,Cr(o)])}function Bh(n,o,s){return Ha("Reflect","get",s?[n,o,s]:[n,o])}function Uh(n,o,s,u){return Ha("Reflect","set",u?[n,o,s,u]:[n,o,s])}function ya(n,o,s){return s?(n.push(Us(o,s)),!0):!1}function yf(n,o){let s=[];ya(s,"enumerable",Cr(n.enumerable)),ya(s,"configurable",Cr(n.configurable));let u=ya(s,"writable",Cr(n.writable));u=ya(s,"value",n.value)||u;let g=ya(s,"get",n.get);return g=ya(s,"set",n.set)||g,N.assert(!(u&&g),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),ds(s,!o)}function gf(n,o){switch(n.kind){case 217:return Ou(n,o);case 216:return Nu(n,n.type,o);case 234:return Wu(n,o,n.type);case 238:return Dn(n,o,n.type);case 235:return Vu(n,o);case 360:return pf(n,o)}}function c(n){return is(n)&&Ta(n)&&Ta(getSourceMapRange(n))&&Ta(getCommentRange(n))&&!mt(getSyntheticLeadingComments(n))&&!mt(getSyntheticTrailingComments(n))}function m(n,o,s=15){return n&&jm(n,s)&&!c(n)?gf(n,m(n.expression,o)):o}function b(n,o,s){if(!o)return n;let u=_p(o,o.label,l8(o.statement)?b(n,o.statement):n);return s&&s(o),u}function w(n,o){let s=Gl(n);switch(s.kind){case 80:return o;case 110:case 9:case 10:case 11:return!1;case 209:return s.elements.length!==0;case 210:return s.properties.length>0;default:return!0}}function A(n,o,s,u=!1){let g=ls(n,15),I,W;return gd(g)?(I=Ut(),W=g):qf(g)?(I=Ut(),W=s!==void 0&&s<2?Ve(Ge("_super"),g):g):ti(g)&8192?(I=ma(),W=a().parenthesizeLeftSideOfAccess(g,!1)):Br(g)?w(g.expression,u)?(I=Gt(o),W=Mi(Ve(ue.createAssignment(I,g.expression),g.expression),g.name),Ve(W,g)):(I=g.expression,W=g):Ra(g)?w(g.expression,u)?(I=Gt(o),W=Y_(Ve(ue.createAssignment(I,g.expression),g.expression),g.argumentExpression),Ve(W,g)):(I=g.expression,W=g):(I=ma(),W=a().parenthesizeLeftSideOfAccess(n,!1)),{target:W,thisArg:I}}function R(n,o){return Mi(K_(ds([Cn(void 0,"value",[Bn(void 0,void 0,n,void 0,void 0,void 0)],ua([Es(o)]))])),"value")}function te(n){return n.length>10?zs(n):Rd(n,ue.createComma)}function le(n,o,s,u=0,g){let I=g?n&&Kd(n):Bl(n);if(I&&Ee(I)&&!wa(I)){let W=Xi(Ve(Qc(I),I),I.parent);return u|=ti(I),s||(u|=96),o||(u|=3072),u&&setEmitFlags(W,u),W}return Tn(n)}function ne(n,o,s){return le(n,o,s,98304)}function ie(n,o,s,u){return le(n,o,s,32768,u)}function ve(n,o,s){return le(n,o,s,16384)}function He(n,o,s){return le(n,o,s)}function Be(n,o,s,u){let g=Mi(n,Ta(o)?o:Qc(o));Ve(g,o);let I=0;return u||(I|=96),s||(I|=3072),I&&setEmitFlags(g,I),g}function Ue(n,o,s,u){return n&&gr(o,1)?Be(n,le(o),s,u):ve(o,s,u)}function Rt(n,o,s,u){let g=mi(n,o,0,s);return hi(n,o,g,u)}function Gr(n){return mn(n.expression)&&n.expression.text==="use strict"}function di(){return Fm(Es(it("use strict")))}function mi(n,o,s=0,u){N.assert(o.length===0,"Prologue directives should be at the first statement in the target statements array");let g=!1,I=n.length;for(;s<I;){let W=n[s];if(Ea(W))Gr(W)&&(g=!0),o.push(W);else break;s++}return u&&!g&&o.push(di()),s}function hi(n,o,s,u,g=Pv){let I=n.length;for(;s!==void 0&&s<I;){let W=n[s];if(ti(W)&2097152&&g(W))xt(o,u?visitNode(W,u,v3):W);else break;s++}return s}function Ui(n){return D8(n)?n:Ve(Y([di(),...n]),n)}function ga(n){return N.assert(so(n,T3),"Cannot lift nodes to a Block."),Jd(n)||ua(n)}function ba(n,o,s){let u=s;for(;u<n.length&&o(n[u]);)u++;return u}function qh(n,o){if(!mt(o))return n;let s=ba(n,Ea,0),u=ba(n,w0,s),g=ba(n,C0,u),I=ba(o,Ea,0),W=ba(o,w0,I),de=ba(o,C0,W),We=ba(o,pm,de);N.assert(We===o.length,"Expected declarations to be valid standard or custom prologues");let Er=va(n)?n.slice():n;if(We>de&&Er.splice(g,0,...o.slice(de,We)),de>W&&Er.splice(u,0,...o.slice(W,de)),W>I&&Er.splice(s,0,...o.slice(I,W)),I>0)if(s===0)Er.splice(0,0,...o.slice(0,I));else{let $n=new Map;for(let yi=0;yi<s;yi++){let Vs=n[yi];$n.set(Vs.expression.text,!0)}for(let yi=I-1;yi>=0;yi--){let Vs=o[yi];$n.has(Vs.expression.text)||Er.unshift(Vs)}}return va(n)?Ve(Y(Er,n.hasTrailingComma),n):n}function bf(n,o){let s;return typeof o=="number"?s=Or(o):s=o,No(n)?tn(n,s,n.name,n.constraint,n.default):Ma(n)?Un(n,s,n.dotDotDotToken,n.name,n.questionToken,n.type,n.initializer):u6(n)?he(n,s,n.typeParameters,n.parameters,n.type):Zl(n)?qn(n,s,n.name,n.questionToken,n.type):oo(n)?oe(n,s,n.name,n.questionToken??n.exclamationToken,n.type,n.initializer):Wx(n)?Se(n,s,n.name,n.questionToken,n.typeParameters,n.parameters,n.type):d_(n)?z(n,s,n.asteriskToken,n.name,n.questionToken,n.typeParameters,n.parameters,n.type,n.body):J_(n)?lt(n,s,n.parameters,n.body):m_(n)?qr(n,s,n.name,n.parameters,n.type,n.body):Qo(n)?zn(n,s,n.name,n.parameters,n.body):l6(n)?Vn(n,s,n.parameters,n.type):km(n)?Mu(n,s,n.asteriskToken,n.name,n.typeParameters,n.parameters,n.type,n.body):Dm(n)?tc(n,s,n.typeParameters,n.parameters,n.type,n.equalsGreaterThanToken,n.body):Il(n)?sc(n,s,n.name,n.typeParameters,n.heritageClauses,n.members):as(n)?pc(n,s,n.declarationList):os(n)?fp(n,s,n.asteriskToken,n.name,n.typeParameters,n.parameters,n.type,n.body):Yo(n)?Tc(n,s,n.name,n.typeParameters,n.heritageClauses,n.members):su(n)?gt(n,s,n.name,n.typeParameters,n.heritageClauses,n.members):T6(n)?Sc(n,s,n.name,n.typeParameters,n.type):S6(n)?mp(n,s,n.name,n.members):Yi(n)?ji(n,s,n.name,n.body):w6(n)?gp(n,s,n.isTypeOnly,n.name,n.moduleReference):C6(n)?vp(n,s,n.importClause,n.moduleSpecifier,n.assertClause):ss(n)?Fi(n,s,n.expression):B_(n)?Dc(n,s,n.isTypeOnly,n.exportClause,n.moduleSpecifier,n.assertClause):N.assertNever(n)}function zh(n,o){return Ma(n)?Un(n,o,n.dotDotDotToken,n.name,n.questionToken,n.type,n.initializer):oo(n)?oe(n,o,n.name,n.questionToken??n.exclamationToken,n.type,n.initializer):d_(n)?z(n,o,n.asteriskToken,n.name,n.questionToken,n.typeParameters,n.parameters,n.type,n.body):m_(n)?qr(n,o,n.name,n.parameters,n.type,n.body):Qo(n)?zn(n,o,n.name,n.parameters,n.body):Il(n)?sc(n,o,n.name,n.typeParameters,n.heritageClauses,n.members):Yo(n)?Tc(n,o,n.name,n.typeParameters,n.heritageClauses,n.members):N.assertNever(n)}function Oe(n){return n?Y(n):void 0}function Xe(n){return typeof n=="string"?Ge(n):n}function Cr(n){return typeof n=="string"?it(n):typeof n=="number"?Ze(n):typeof n=="boolean"?n?ht():wn():n}function To(n){return n&&a().parenthesizeExpressionForDisallowedComma(n)}function lr(n){return typeof n=="number"?vt(n):n}function on(n){return n&&A6(n)?Ve(Xr(fc(),n),n):n}function vf(n){return typeof n=="string"||n&&!ki(n)?As(n,void 0,void 0,void 0):n}}function AL(e,t){return e!==t&&Ve(e,t),e}function kL(e,t){return e!==t&&(Xr(e,t),Ve(e,t)),e}function kf(e){switch(e){case 351:return"type";case 349:return"returns";case 350:return"this";case 347:return"enum";case 337:return"author";case 339:return"class";case 340:return"public";case 341:return"private";case 342:return"protected";case 343:return"readonly";case 344:return"override";case 352:return"template";case 353:return"typedef";case 348:return"param";case 355:return"prop";case 345:return"callback";case 346:return"overload";case 335:return"augments";case 336:return"implements";default:return N.fail(`Unsupported kind: ${N.formatSyntaxKind(e)}`)}}function DL(e,t){switch(_n||(_n=ns(99,!1,0)),e){case 15:_n.setText("`"+t+"`");break;case 16:_n.setText("`"+t+"${");break;case 17:_n.setText("}"+t+"${");break;case 18:_n.setText("}"+t+"`");break}let r=_n.scan();if(r===20&&(r=_n.reScanTemplateToken(!1)),_n.isUnterminated())return _n.setText(void 0),$0;let a;switch(r){case 15:case 16:case 17:case 18:a=_n.getTokenValue();break}return a===void 0||_n.scan()!==1?(_n.setText(void 0),$0):(_n.setText(void 0),a)}function In(e){return e&&Ee(e)?e_(e):V(e)}function e_(e){return V(e)&-67108865}function PL(e,t){return t|e.transformFlags&134234112}function V(e){if(!e)return 0;let t=e.transformFlags&~Jx(e.kind);return Yd(e)&&zl(e.name)?PL(e.name,t):t}function De(e){return e?e.transformFlags:0}function Vb(e){let t=0;for(let r of e)t|=V(r);e.transformFlags=t}function Jx(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 360:case 217:case 108:return-2147483648;case 211:case 212:return-2147483648;default:return-2147483648}}function Yc(e){return e.flags|=16,e}function IL(e,t,r){let a,_,p,d,h,l,v,y,C,S;b_(e)?(p="",d=e,h=e.length,l=t,v=r):(N.assert(t==="js"||t==="dts"),p=(t==="js"?e.javascriptPath:e.declarationPath)||"",l=t==="js"?e.javascriptMapPath:e.declarationMapPath,y=()=>t==="js"?e.javascriptText:e.declarationText,C=()=>t==="js"?e.javascriptMapText:e.declarationMapText,h=()=>y().length,e.buildInfo&&e.buildInfo.bundle&&(N.assert(r===void 0||typeof r=="boolean"),a=r,_=t==="js"?e.buildInfo.bundle.js:e.buildInfo.bundle.dts,S=e.oldFileOfCurrentEmit));let k=S?OL(N.checkDefined(_)):NL(_,a,h);return k.fileName=p,k.sourceMapPath=l,k.oldFileOfCurrentEmit=S,y&&C?(Object.defineProperty(k,"text",{get:y}),Object.defineProperty(k,"sourceMapText",{get:C})):(N.assert(!S),k.text=d??"",k.sourceMapText=v),k}function NL(e,t,r){let a,_,p,d,h,l,v,y;for(let S of e?e.sections:$e)switch(S.kind){case"prologue":a=xt(a,Ve(Ln.createUnparsedPrologue(S.data),S));break;case"emitHelpers":_=xt(_,getAllUnscopedEmitHelpers().get(S.data));break;case"no-default-lib":y=!0;break;case"reference":p=xt(p,{pos:-1,end:-1,fileName:S.data});break;case"type":d=xt(d,{pos:-1,end:-1,fileName:S.data});break;case"type-import":d=xt(d,{pos:-1,end:-1,fileName:S.data,resolutionMode:99});break;case"type-require":d=xt(d,{pos:-1,end:-1,fileName:S.data,resolutionMode:1});break;case"lib":h=xt(h,{pos:-1,end:-1,fileName:S.data});break;case"prepend":let k;for(let L of S.texts)(!t||L.kind!=="internal")&&(k=xt(k,Ve(Ln.createUnparsedTextLike(L.data,L.kind==="internal"),L)));l=Rr(l,k),v=xt(v,Ln.createUnparsedPrepend(S.data,k??$e));break;case"internal":if(t){v||(v=[]);break}case"text":v=xt(v,Ve(Ln.createUnparsedTextLike(S.data,S.kind==="internal"),S));break;default:N.assertNever(S)}if(!v){let S=Ln.createUnparsedTextLike(void 0,!1);Ed(S,0,typeof r=="function"?r():r),v=[S]}let C=z_.createUnparsedSource(a??$e,void 0,v);return a_(a,C),a_(v,C),a_(l,C),C.hasNoDefaultLib=y,C.helpers=_,C.referencedFiles=p||$e,C.typeReferenceDirectives=d,C.libReferenceDirectives=h||$e,C}function OL(e){let t,r;for(let _ of e.sections)switch(_.kind){case"internal":case"text":t=xt(t,Ve(Ln.createUnparsedTextLike(_.data,_.kind==="internal"),_));break;case"no-default-lib":case"reference":case"type":case"type-import":case"type-require":case"lib":r=xt(r,Ve(Ln.createUnparsedSyntheticReference(_),_));break;case"prologue":case"emitHelpers":case"prepend":break;default:N.assertNever(_)}let a=Ln.createUnparsedSource($e,r,t??$e);return a_(r,a),a_(t,a),a.helpers=Aa(e.sources&&e.sources.helpers,_=>getAllUnscopedEmitHelpers().get(_)),a}function ML(e,t,r,a,_,p){return b_(e)?jx(void 0,e,r,a,void 0,t,_,p):Rx(e,t,r,a,_,p)}function Rx(e,t,r,a,_,p,d,h){let l=z_.createInputFiles();l.javascriptPath=t,l.javascriptMapPath=r,l.declarationPath=a,l.declarationMapPath=_,l.buildInfoPath=p;let v=new Map,y=L=>{if(L===void 0)return;let G=v.get(L);return G===void 0&&(G=e(L),v.set(L,G!==void 0?G:!1)),G!==!1?G:void 0},C=L=>{let G=y(L);return G!==void 0?G:`/* Input file ${L} was missing */\r
17
+ `},S;return Object.defineProperties(l,{javascriptText:{get:()=>C(t)},javascriptMapText:{get:()=>y(r)},declarationText:{get:()=>C(N.checkDefined(a))},declarationMapText:{get:()=>y(_)},buildInfo:{get:()=>{if(S===void 0&&p)if(d!=null&&d.getBuildInfo)S=d.getBuildInfo(p,h.configFilePath)??!1;else{let L=y(p);S=L!==void 0?getBuildInfo(p,L)??!1:!1}return S||void 0}}}),l}function jx(e,t,r,a,_,p,d,h,l,v,y){let C=z_.createInputFiles();return C.javascriptPath=e,C.javascriptText=t,C.javascriptMapPath=r,C.javascriptMapText=a,C.declarationPath=_,C.declarationText=p,C.declarationMapPath=d,C.declarationMapText=h,C.buildInfoPath=l,C.buildInfo=v,C.oldFileOfCurrentEmit=y,C}function LL(e,t,r){return new(Gb||(Gb=wt.getSourceMapSourceConstructor()))(e,t,r)}function Xr(e,t){if(e.original!==t&&(e.original=t,t)){let r=t.emitNode;r&&(e.emitNode=JL(r,e.emitNode))}return e}function JL(e,t){let{flags:r,internalFlags:a,leadingComments:_,trailingComments:p,commentRange:d,sourceMapRange:h,tokenSourceMapRanges:l,constantValue:v,helpers:y,startsOnNewLine:C,snippetElement:S,classThis:k,assignedName:L}=e;if(t||(t={}),r&&(t.flags=r),a&&(t.internalFlags=a&-9),_&&(t.leadingComments=Rr(_.slice(),t.leadingComments)),p&&(t.trailingComments=Rr(p.slice(),t.trailingComments)),d&&(t.commentRange=d),h&&(t.sourceMapRange=h),l&&(t.tokenSourceMapRanges=RL(l,t.tokenSourceMapRanges)),v!==void 0&&(t.constantValue=v),y)for(let G of y)t.helpers=wv(t.helpers,G);return C!==void 0&&(t.startsOnNewLine=C),S!==void 0&&(t.snippetElement=S),k&&(t.classThis=k),L&&(t.assignedName=L),t}function RL(e,t){t||(t=[]);for(let r in e)t[r]=e[r];return t}var il,X0,a6,_n,$0,Xs,Hb,Ln,Gb,jL=Vt({"src/compiler/factory/nodeFactory.ts"(){"use strict";Dr(),il=0,X0=(e=>(e[e.None=0]="None",e[e.NoParenthesizerRules=1]="NoParenthesizerRules",e[e.NoNodeConverters=2]="NoNodeConverters",e[e.NoIndentationOnFreshPropertyAccess=4]="NoIndentationOnFreshPropertyAccess",e[e.NoOriginalNode=8]="NoOriginalNode",e))(X0||{}),a6=[],$0={},Xs=Mx(),Hb={createBaseSourceFileNode:e=>Yc(Xs.createBaseSourceFileNode(e)),createBaseIdentifierNode:e=>Yc(Xs.createBaseIdentifierNode(e)),createBasePrivateIdentifierNode:e=>Yc(Xs.createBasePrivateIdentifierNode(e)),createBaseTokenNode:e=>Yc(Xs.createBaseTokenNode(e)),createBaseNode:e=>Yc(Xs.createBaseNode(e))},Ln=kd(4,Hb)}}),FL=()=>{},BL=()=>{};function lo(e){return e.kind===9}function o6(e){return e.kind===10}function mn(e){return e.kind===11}function Dd(e){return e.kind===12}function UL(e){return e.kind===14}function Fx(e){return e.kind===15}function qL(e){return e.kind===16}function zL(e){return e.kind===17}function WL(e){return e.kind===18}function VL(e){return e.kind===26}function Bx(e){return e.kind===28}function s6(e){return e.kind===40}function _6(e){return e.kind===41}function HL(e){return e.kind===42}function Pd(e){return e.kind===54}function Pl(e){return e.kind===58}function GL(e){return e.kind===59}function XL(e){return e.kind===29}function $L(e){return e.kind===39}function Ee(e){return e.kind===80}function jr(e){return e.kind===81}function Ux(e){return e.kind===95}function QL(e){return e.kind===90}function al(e){return e.kind===134}function YL(e){return e.kind===131}function KL(e){return e.kind===135}function qx(e){return e.kind===148}function ZL(e){return e.kind===126}function eJ(e){return e.kind===128}function tJ(e){return e.kind===164}function rJ(e){return e.kind===129}function qf(e){return e.kind===108}function zx(e){return e.kind===102}function nJ(e){return e.kind===84}function M_(e){return e.kind===166}function ao(e){return e.kind===167}function No(e){return e.kind===168}function Ma(e){return e.kind===169}function L_(e){return e.kind===170}function Zl(e){return e.kind===171}function oo(e){return e.kind===172}function Wx(e){return e.kind===173}function d_(e){return e.kind===174}function eu(e){return e.kind===175}function J_(e){return e.kind===176}function m_(e){return e.kind===177}function Qo(e){return e.kind===178}function c6(e){return e.kind===179}function Vx(e){return e.kind===180}function l6(e){return e.kind===181}function Hx(e){return e.kind===182}function R_(e){return e.kind===183}function tu(e){return e.kind===184}function u6(e){return e.kind===185}function Gx(e){return e.kind===186}function Am(e){return e.kind===187}function Xx(e){return e.kind===188}function $x(e){return e.kind===189}function p6(e){return e.kind===202}function Qx(e){return e.kind===190}function Yx(e){return e.kind===191}function Kx(e){return e.kind===192}function Zx(e){return e.kind===193}function e8(e){return e.kind===194}function t8(e){return e.kind===195}function f6(e){return e.kind===196}function d6(e){return e.kind===197}function r8(e){return e.kind===198}function n8(e){return e.kind===199}function i8(e){return e.kind===200}function m6(e){return e.kind===201}function ru(e){return e.kind===205}function iJ(e){return e.kind===204}function aJ(e){return e.kind===203}function oJ(e){return e.kind===206}function sJ(e){return e.kind===207}function nu(e){return e.kind===208}function iu(e){return e.kind===209}function uo(e){return e.kind===210}function Br(e){return e.kind===211}function Ra(e){return e.kind===212}function j_(e){return e.kind===213}function a8(e){return e.kind===214}function o8(e){return e.kind===215}function _J(e){return e.kind===216}function is(e){return e.kind===217}function km(e){return e.kind===218}function Dm(e){return e.kind===219}function cJ(e){return e.kind===220}function lJ(e){return e.kind===221}function h6(e){return e.kind===222}function uJ(e){return e.kind===223}function Pm(e){return e.kind===224}function s8(e){return e.kind===225}function Ct(e){return e.kind===226}function pJ(e){return e.kind===227}function fJ(e){return e.kind===228}function dJ(e){return e.kind===229}function y6(e){return e.kind===230}function Il(e){return e.kind===231}function Im(e){return e.kind===232}function g6(e){return e.kind===233}function mJ(e){return e.kind===234}function hJ(e){return e.kind===238}function jo(e){return e.kind===235}function b6(e){return e.kind===236}function yJ(e){return e.kind===237}function _8(e){return e.kind===360}function F_(e){return e.kind===361}function gJ(e){return e.kind===239}function bJ(e){return e.kind===240}function au(e){return e.kind===241}function as(e){return e.kind===243}function vJ(e){return e.kind===242}function ou(e){return e.kind===244}function TJ(e){return e.kind===245}function SJ(e){return e.kind===246}function xJ(e){return e.kind===247}function c8(e){return e.kind===248}function wJ(e){return e.kind===249}function CJ(e){return e.kind===250}function EJ(e){return e.kind===251}function AJ(e){return e.kind===252}function kJ(e){return e.kind===253}function DJ(e){return e.kind===254}function PJ(e){return e.kind===255}function l8(e){return e.kind===256}function IJ(e){return e.kind===257}function NJ(e){return e.kind===258}function OJ(e){return e.kind===259}function ki(e){return e.kind===260}function v6(e){return e.kind===261}function os(e){return e.kind===262}function Yo(e){return e.kind===263}function su(e){return e.kind===264}function T6(e){return e.kind===265}function S6(e){return e.kind===266}function Yi(e){return e.kind===267}function u8(e){return e.kind===268}function MJ(e){return e.kind===269}function x6(e){return e.kind===270}function w6(e){return e.kind===271}function C6(e){return e.kind===272}function LJ(e){return e.kind===273}function JJ(e){return e.kind===302}function RJ(e){return e.kind===300}function jJ(e){return e.kind===301}function E6(e){return e.kind===274}function Nm(e){return e.kind===280}function FJ(e){return e.kind===275}function p8(e){return e.kind===276}function ss(e){return e.kind===277}function B_(e){return e.kind===278}function f8(e){return e.kind===279}function d8(e){return e.kind===281}function BJ(e){return e.kind===282}function A6(e){return e.kind===359}function UJ(e){return e.kind===362}function Om(e){return e.kind===283}function Q0(e){return e.kind===284}function qJ(e){return e.kind===285}function Oo(e){return e.kind===286}function zf(e){return e.kind===287}function dl(e){return e.kind===288}function k6(e){return e.kind===289}function zJ(e){return e.kind===290}function WJ(e){return e.kind===291}function D6(e){return e.kind===292}function VJ(e){return e.kind===293}function HJ(e){return e.kind===294}function U_(e){return e.kind===295}function GJ(e){return e.kind===296}function m8(e){return e.kind===297}function Nl(e){return e.kind===298}function XJ(e){return e.kind===299}function _s(e){return e.kind===303}function _u(e){return e.kind===304}function h8(e){return e.kind===305}function y8(e){return e.kind===306}function $J(e){return e.kind===308}function ii(e){return e.kind===312}function QJ(e){return e.kind===313}function YJ(e){return e.kind===314}function g8(e){return e.kind===316}function Wf(e){return e.kind===317}function r_(e){return e.kind===318}function KJ(e){return e.kind===331}function ZJ(e){return e.kind===332}function eR(e){return e.kind===333}function tR(e){return e.kind===319}function rR(e){return e.kind===320}function b8(e){return e.kind===321}function nR(e){return e.kind===322}function iR(e){return e.kind===323}function Mm(e){return e.kind===324}function aR(e){return e.kind===325}function oR(e){return e.kind===326}function cs(e){return e.kind===327}function P6(e){return e.kind===329}function cu(e){return e.kind===330}function Lm(e){return e.kind===335}function sR(e){return e.kind===337}function v8(e){return e.kind===339}function _R(e){return e.kind===345}function I6(e){return e.kind===340}function N6(e){return e.kind===341}function O6(e){return e.kind===342}function M6(e){return e.kind===343}function T8(e){return e.kind===344}function L6(e){return e.kind===346}function J6(e){return e.kind===338}function cR(e){return e.kind===354}function S8(e){return e.kind===347}function h_(e){return e.kind===348}function R6(e){return e.kind===349}function x8(e){return e.kind===350}function lu(e){return e.kind===351}function Ko(e){return e.kind===352}function lR(e){return e.kind===353}function uR(e){return e.kind===334}function pR(e){return e.kind===355}function w8(e){return e.kind===336}function j6(e){return e.kind===357}function fR(e){return e.kind===356}function dR(e){return e.kind===358}var mR=Vt({"src/compiler/factory/nodeTests.ts"(){"use strict";Dr()}});function hR(e){return e.createExportDeclaration(void 0,!1,e.createNamedExports([]),void 0)}function Jm(e,t,r,a){if(ao(r))return Ve(e.createElementAccessExpression(t,r.expression),a);{let _=Ve(ro(r)?e.createPropertyAccessExpression(t,r):e.createElementAccessExpression(t,r),r);return addEmitFlags(_,128),_}}function F6(e,t){let r=z_.createIdentifier(e||"React");return Xi(r,Fl(t)),r}function B6(e,t,r){if(M_(t)){let a=B6(e,t.left,r),_=e.createIdentifier(Ot(t.right));return _.escapedText=t.right.escapedText,e.createPropertyAccessExpression(a,_)}else return F6(Ot(t),r)}function C8(e,t,r,a){return t?B6(e,t,a):e.createPropertyAccessExpression(F6(r,a),"createElement")}function yR(e,t,r,a){return t?B6(e,t,a):e.createPropertyAccessExpression(F6(r,a),"Fragment")}function gR(e,t,r,a,_,p){let d=[r];if(a&&d.push(a),_&&_.length>0)if(a||d.push(e.createNull()),_.length>1)for(let h of _)Fm(h),d.push(h);else d.push(_[0]);return Ve(e.createCallExpression(t,void 0,d),p)}function bR(e,t,r,a,_,p,d){let l=[yR(e,r,a,p),e.createNull()];if(_&&_.length>0)if(_.length>1)for(let v of _)Fm(v),l.push(v);else l.push(_[0]);return Ve(e.createCallExpression(C8(e,t,a,p),void 0,l),d)}function vR(e,t,r){if(v6(t)){let a=og(t.declarations),_=e.updateVariableDeclaration(a,a.name,void 0,void 0,r);return Ve(e.createVariableStatement(void 0,e.updateVariableDeclarationList(t,[_])),t)}else{let a=Ve(e.createAssignment(t,r),t);return Ve(e.createExpressionStatement(a),t)}}function TR(e,t,r){return au(t)?e.updateBlock(t,Ve(e.createNodeArray([r,...t.statements]),t.statements)):e.createBlock(e.createNodeArray([t,r]),!0)}function E8(e,t){if(M_(t)){let r=E8(e,t.left),a=Xi(Ve(e.cloneNode(t.right),t.right),t.right.parent);return Ve(e.createPropertyAccessExpression(r,a),t)}else return Xi(Ve(e.cloneNode(t),t),t.parent)}function A8(e,t){return Ee(t)?e.createStringLiteralFromNode(t):ao(t)?Xi(Ve(e.cloneNode(t.expression),t.expression),t.expression.parent):Xi(Ve(e.cloneNode(t),t),t.parent)}function SR(e,t,r,a,_){let{firstAccessor:p,getAccessor:d,setAccessor:h}=P2(t,r);if(r===p)return Ve(e.createObjectDefinePropertyCall(a,A8(e,r.name),e.createPropertyDescriptor({enumerable:e.createFalse(),configurable:!0,get:d&&Ve(Xr(e.createFunctionExpression(yd(d),void 0,void 0,void 0,d.parameters,void 0,d.body),d),d),set:h&&Ve(Xr(e.createFunctionExpression(yd(h),void 0,void 0,void 0,h.parameters,void 0,h.body),h),h)},!_)),p)}function xR(e,t,r){return Xr(Ve(e.createAssignment(Jm(e,r,t.name,t.name),t.initializer),t),t)}function wR(e,t,r){return Xr(Ve(e.createAssignment(Jm(e,r,t.name,t.name),e.cloneNode(t.name)),t),t)}function CR(e,t,r){return Xr(Ve(e.createAssignment(Jm(e,r,t.name,t.name),Xr(Ve(e.createFunctionExpression(yd(t),t.asteriskToken,void 0,void 0,t.parameters,void 0,t.body),t),t)),t),t)}function ER(e,t,r,a){switch(r.name&&jr(r.name)&&N.failBadSyntaxKind(r.name,"Private identifiers are not allowed in object literals."),r.kind){case 177:case 178:return SR(e,t.properties,r,a,!!t.multiLine);case 303:return xR(e,r,a);case 304:return wR(e,r,a);case 174:return CR(e,r,a)}}function AR(e,t,r,a,_){let p=t.operator;N.assert(p===46||p===47,"Expected 'node' to be a pre- or post-increment or pre- or post-decrement expression");let d=e.createTempVariable(a);r=e.createAssignment(d,r),Ve(r,t.operand);let h=Pm(t)?e.createPrefixUnaryExpression(p,d):e.createPostfixUnaryExpression(d,p);return Ve(h,t),_&&(h=e.createAssignment(_,h),Ve(h,t)),r=e.createComma(r,h),Ve(r,t),s8(t)&&(r=e.createComma(r,d),Ve(r,t)),r}function kR(e){return(ti(e)&65536)!==0}function Y0(e){return(ti(e)&32768)!==0}function DR(e){return(ti(e)&16384)!==0}function k8(e){return mn(e.expression)&&e.expression.text==="use strict"}function D8(e){for(let t of e)if(Ea(t)){if(k8(t))return t}else break}function P8(e){let t=g_(e);return t!==void 0&&Ea(t)&&k8(t)}function Rm(e){return e.kind===226&&e.operatorToken.kind===28}function PR(e){return Rm(e)||F_(e)}function I8(e){return is(e)&&Wt(e)&&!!em(e)}function IR(e){let t=tm(e);return N.assertIsDefined(t),t}function jm(e,t=15){switch(e.kind){case 217:return t&16&&I8(e)?!1:(t&1)!==0;case 216:case 234:case 233:case 238:return(t&2)!==0;case 235:return(t&4)!==0;case 360:return(t&8)!==0}return!1}function ls(e,t=15){for(;jm(e,t);)e=e.expression;return e}function NR(e,t=15){let r=e.parent;for(;jm(r,t);)r=r.parent,N.assert(r);return r}function OR(e){return ls(e,6)}function Fm(e){return setStartsOnNewLine(e,!0)}function N8(e){let t=jl(e,ii),r=t&&t.emitNode;return r&&r.externalHelpersModuleName}function MR(e){let t=jl(e,ii),r=t&&t.emitNode;return!!r&&(!!r.externalHelpersModuleName||!!r.externalHelpers)}function LR(e,t,r,a,_,p,d){if(a.importHelpers&&Xg(r,a)){let h,l=ni(a);if(l>=5&&l<=99||r.impliedNodeFormat===99){let v=getEmitHelpers(r);if(v){let y=[];for(let C of v)if(!C.scoped){let S=C.importName;S&&Ol(y,S)}if(mt(y)){y.sort(Ci),h=e.createNamedImports(Aa(y,k=>P3(r,k)?e.createImportSpecifier(!1,void 0,e.createIdentifier(k)):e.createImportSpecifier(!1,e.createIdentifier(k),t.getUnscopedHelperName(k))));let C=jl(r,ii),S=getOrCreateEmitNode(C);S.externalHelpers=!0}}}else{let v=O8(e,r,a,_,p||d);v&&(h=e.createNamespaceImport(v))}if(h){let v=e.createImportDeclaration(void 0,e.createImportClause(!1,void 0,h),e.createStringLiteral(wm),void 0);return addInternalEmitFlags(v,2),v}}}function O8(e,t,r,a,_){if(r.importHelpers&&Xg(t,r)){let p=N8(t);if(p)return p;let d=ni(r),h=(a||U2(r)&&_)&&d!==4&&(d<5||t.impliedNodeFormat===1);if(!h){let l=getEmitHelpers(t);if(l){for(let v of l)if(!v.scoped){h=!0;break}}}if(h){let l=jl(t,ii),v=getOrCreateEmitNode(l);return v.externalHelpersModuleName||(v.externalHelpersModuleName=e.createUniqueName(wm))}}}function JR(e,t,r){let a=fT(t);if(a&&!dT(t)&&!L3(t)){let _=a.name;return wa(_)?_:e.createIdentifier(Xo(r,_)||Ot(_))}if(t.kind===272&&t.importClause||t.kind===278&&t.moduleSpecifier)return e.getGeneratedNameForNode(t)}function RR(e,t,r,a,_,p){let d=d2(t);if(d&&mn(d))return FR(t,a,e,_,p)||jR(e,d,r)||e.cloneNode(d)}function jR(e,t,r){let a=r.renamedDependencies&&r.renamedDependencies.get(t.text);return a?e.createStringLiteral(a):void 0}function M8(e,t,r,a){if(t){if(t.moduleName)return e.createStringLiteral(t.moduleName);if(!t.isDeclarationFile&&A2(a))return e.createStringLiteral(E2(r,t.fileName))}}function FR(e,t,r,a,_){return M8(r,a.getExternalModuleFileFromDeclaration(e),t,_)}function L8(e){if(Bg(e))return e.initializer;if(_s(e)){let t=e.initializer;return Na(t,!0)?t.right:void 0}if(_u(e))return e.objectAssignmentInitializer;if(Na(e,!0))return e.right;if(y6(e))return L8(e.expression)}function Mo(e){if(Bg(e))return e.name;if(Fg(e)){switch(e.kind){case 303:return Mo(e.initializer);case 304:return e.name;case 305:return Mo(e.expression)}return}return Na(e,!0)?Mo(e.left):y6(e)?Mo(e.expression):e}function BR(e){switch(e.kind){case 169:case 208:return e.dotDotDotToken;case 230:case 305:return e}}function UR(e){let t=J8(e);return N.assert(!!t||h8(e),"Invalid property name for binding element."),t}function J8(e){switch(e.kind){case 208:if(e.propertyName){let r=e.propertyName;return jr(r)?N.failBadSyntaxKind(r):ao(r)&&Xb(r.expression)?r.expression:r}break;case 303:if(e.name){let r=e.name;return jr(r)?N.failBadSyntaxKind(r):ao(r)&&Xb(r.expression)?r.expression:r}break;case 305:return e.name&&jr(e.name)?N.failBadSyntaxKind(e.name):e.name}let t=Mo(e);if(t&&zl(t))return t}function Xb(e){let t=e.kind;return t===11||t===9}function R8(e){switch(e.kind){case 206:case 207:case 209:return e.elements;case 210:return e.properties}}function K0(e){if(e){let t=e;for(;;){if(Ee(t)||!t.body)return Ee(t)?t:t.name;t=t.body}}}function qR(e){let t=e.kind;return t===176||t===178}function j8(e){let t=e.kind;return t===176||t===177||t===178}function zR(e){let t=e.kind;return t===303||t===304||t===262||t===176||t===181||t===175||t===282||t===243||t===264||t===265||t===266||t===267||t===271||t===272||t===270||t===278||t===277}function WR(e){let t=e.kind;return t===175||t===303||t===304||t===282||t===270}function VR(e){return Pl(e)||Pd(e)}function HR(e){return Ee(e)||d6(e)}function GR(e){return qx(e)||s6(e)||_6(e)}function XR(e){return Pl(e)||s6(e)||_6(e)}function $R(e){return Ee(e)||mn(e)}function QR(e){let t=e.kind;return t===106||t===112||t===97||Og(e)||Pm(e)}function YR(e){return e===43}function KR(e){return e===42||e===44||e===45}function ZR(e){return YR(e)||KR(e)}function ej(e){return e===40||e===41}function tj(e){return ej(e)||ZR(e)}function rj(e){return e===48||e===49||e===50}function nj(e){return rj(e)||tj(e)}function ij(e){return e===30||e===33||e===32||e===34||e===104||e===103}function aj(e){return ij(e)||nj(e)}function oj(e){return e===35||e===37||e===36||e===38}function sj(e){return oj(e)||aj(e)}function _j(e){return e===51||e===52||e===53}function cj(e){return _j(e)||sj(e)}function lj(e){return e===56||e===57}function uj(e){return lj(e)||cj(e)}function pj(e){return e===61||uj(e)||D_(e)}function fj(e){return pj(e)||e===28}function dj(e){return fj(e.kind)}function mj(e,t,r,a,_,p){let d=new B8(e,t,r,a,_,p);return h;function h(l,v){let y={value:void 0},C=[Nd.enter],S=[l],k=[void 0],L=0;for(;C[L]!==Nd.done;)L=C[L](d,L,C,S,k,y,v);return N.assertEqual(L,0),y.value}}function F8(e){return e===95||e===90}function hj(e){let t=e.kind;return F8(t)}function yj(e){let t=e.kind;return bi(t)&&!F8(t)}function gj(e,t){if(t!==void 0)return t.length===0?t:Ve(e.createNodeArray([],t.hasTrailingComma),t)}function bj(e){var t;let r=e.emitNode.autoGenerate;if(r.flags&4){let a=r.id,_=e,p=_.original;for(;p;){_=p;let d=(t=_.emitNode)==null?void 0:t.autoGenerate;if(ro(_)&&(d===void 0||d.flags&4&&d.id!==a))break;p=_.original}return _}return e}function Z0(e,t){return typeof e=="object"?Id(!1,e.prefix,e.node,e.suffix,t):typeof e=="string"?e.length>0&&e.charCodeAt(0)===35?e.slice(1):e:""}function vj(e,t){return typeof e=="string"?e:Tj(e,N.checkDefined(t))}function Tj(e,t){return Mg(e)?t(e).slice(1):wa(e)?t(e):jr(e)?e.escapedText.slice(1):Ot(e)}function Id(e,t,r,a,_){return t=Z0(t,_),a=Z0(a,_),r=vj(r,_),`${e?"#":""}${t}${r}${a}`}function Sj(e,t,r,a){return e.updatePropertyDeclaration(t,r,e.getGeneratedPrivateNameForNode(t.name,void 0,"_accessor_storage"),void 0,void 0,a)}function xj(e,t,r,a,_=e.createThis()){return e.createGetAccessorDeclaration(r,a,[],void 0,e.createBlock([e.createReturnStatement(e.createPropertyAccessExpression(_,e.getGeneratedPrivateNameForNode(t.name,void 0,"_accessor_storage")))]))}function wj(e,t,r,a,_=e.createThis()){return e.createSetAccessorDeclaration(r,a,[e.createParameterDeclaration(void 0,void 0,"value")],e.createBlock([e.createExpressionStatement(e.createAssignment(e.createPropertyAccessExpression(_,e.getGeneratedPrivateNameForNode(t.name,void 0,"_accessor_storage")),e.createIdentifier("value")))]))}function Cj(e){let t=e.expression;for(;;){if(t=ls(t),F_(t)){t=ka(t.elements);continue}if(Rm(t)){t=t.right;continue}if(Na(t,!0)&&wa(t.left))return t;break}}function Ej(e){return is(e)&&Ta(e)&&!e.emitNode}function ol(e,t){if(Ej(e))ol(e.expression,t);else if(Rm(e))ol(e.left,t),ol(e.right,t);else if(F_(e))for(let r of e.elements)ol(r,t);else t.push(e)}function Aj(e){let t=[];return ol(e,t),t}function U6(e){if(e.transformFlags&65536)return!0;if(e.transformFlags&128)for(let t of R8(e)){let r=Mo(t);if(r&&l3(r)&&(r.transformFlags&65536||r.transformFlags&128&&U6(r)))return!0}return!1}var Nd,B8,kj=Vt({"src/compiler/factory/utilities.ts"(){"use strict";Dr(),(e=>{function t(y,C,S,k,L,G,K){let ue=C>0?L[C-1]:void 0;return N.assertEqual(S[C],t),L[C]=y.onEnter(k[C],ue,K),S[C]=h(y,t),C}e.enter=t;function r(y,C,S,k,L,G,K){N.assertEqual(S[C],r),N.assertIsDefined(y.onLeft),S[C]=h(y,r);let ue=y.onLeft(k[C].left,L[C],k[C]);return ue?(v(C,k,ue),l(C,S,k,L,ue)):C}e.left=r;function a(y,C,S,k,L,G,K){return N.assertEqual(S[C],a),N.assertIsDefined(y.onOperator),S[C]=h(y,a),y.onOperator(k[C].operatorToken,L[C],k[C]),C}e.operator=a;function _(y,C,S,k,L,G,K){N.assertEqual(S[C],_),N.assertIsDefined(y.onRight),S[C]=h(y,_);let ue=y.onRight(k[C].right,L[C],k[C]);return ue?(v(C,k,ue),l(C,S,k,L,ue)):C}e.right=_;function p(y,C,S,k,L,G,K){N.assertEqual(S[C],p),S[C]=h(y,p);let ue=y.onExit(k[C],L[C]);if(C>0){if(C--,y.foldState){let Y=S[C]===p?"right":"left";L[C]=y.foldState(L[C],ue,Y)}}else G.value=ue;return C}e.exit=p;function d(y,C,S,k,L,G,K){return N.assertEqual(S[C],d),C}e.done=d;function h(y,C){switch(C){case t:if(y.onLeft)return r;case r:if(y.onOperator)return a;case a:if(y.onRight)return _;case _:return p;case p:return d;case d:return d;default:N.fail("Invalid state")}}e.nextState=h;function l(y,C,S,k,L){return y++,C[y]=t,S[y]=L,k[y]=void 0,y}function v(y,C,S){if(N.shouldAssert(2))for(;y>=0;)N.assert(C[y]!==S,"Circular traversal detected."),y--}})(Nd||(Nd={})),B8=class{constructor(e,t,r,a,_,p){this.onEnter=e,this.onLeft=t,this.onOperator=r,this.onRight=a,this.onExit=_,this.foldState=p}}}});function Ve(e,t){return t?Ya(e,t.pos,t.end):e}function q_(e){let t=e.kind;return t===168||t===169||t===171||t===172||t===173||t===174||t===176||t===177||t===178||t===181||t===185||t===218||t===219||t===231||t===243||t===262||t===263||t===264||t===265||t===266||t===267||t===271||t===272||t===277||t===278}function U8(e){let t=e.kind;return t===169||t===172||t===174||t===177||t===178||t===231||t===263}var Dj=Vt({"src/compiler/factory/utilitiesPublic.ts"(){"use strict";Dr()}});function P(e,t){return t&&e(t)}function _e(e,t,r){if(r){if(t)return t(r);for(let a of r){let _=e(a);if(_)return _}}}function q8(e,t){return e.charCodeAt(t+1)===42&&e.charCodeAt(t+2)===42&&e.charCodeAt(t+3)!==47}function ml(e){return yr(e.statements,Pj)||Ij(e)}function Pj(e){return q_(e)&&Nj(e,95)||w6(e)&&Om(e.moduleReference)||C6(e)||ss(e)||B_(e)?e:void 0}function Ij(e){return e.flags&8388608?z8(e):void 0}function z8(e){return Oj(e)?e:Bt(e,z8)}function Nj(e,t){return mt(e.modifiers,r=>r.kind===t)}function Oj(e){return b6(e)&&e.keywordToken===102&&e.name.escapedText==="meta"}function $b(e,t,r){return _e(t,r,e.typeParameters)||_e(t,r,e.parameters)||P(t,e.type)}function Qb(e,t,r){return _e(t,r,e.types)}function Yb(e,t,r){return P(t,e.type)}function Kb(e,t,r){return _e(t,r,e.elements)}function Zb(e,t,r){return P(t,e.expression)||P(t,e.questionDotToken)||_e(t,r,e.typeArguments)||_e(t,r,e.arguments)}function ev(e,t,r){return _e(t,r,e.statements)}function tv(e,t,r){return P(t,e.label)}function rv(e,t,r){return _e(t,r,e.modifiers)||P(t,e.name)||_e(t,r,e.typeParameters)||_e(t,r,e.heritageClauses)||_e(t,r,e.members)}function nv(e,t,r){return _e(t,r,e.elements)}function iv(e,t,r){return P(t,e.propertyName)||P(t,e.name)}function av(e,t,r){return P(t,e.tagName)||_e(t,r,e.typeArguments)||P(t,e.attributes)}function wo(e,t,r){return P(t,e.type)}function ov(e,t,r){return P(t,e.tagName)||(e.isNameFirst?P(t,e.name)||P(t,e.typeExpression):P(t,e.typeExpression)||P(t,e.name))||(typeof e.comment=="string"?void 0:_e(t,r,e.comment))}function Co(e,t,r){return P(t,e.tagName)||P(t,e.typeExpression)||(typeof e.comment=="string"?void 0:_e(t,r,e.comment))}function Kh(e,t,r){return P(t,e.name)}function Xa(e,t,r){return P(t,e.tagName)||(typeof e.comment=="string"?void 0:_e(t,r,e.comment))}function Mj(e,t,r){return P(t,e.expression)}function Bt(e,t,r){if(e===void 0||e.kind<=165)return;let a=$8[e.kind];return a===void 0?void 0:a(e,t,r)}function eg(e,t,r){let a=sv(e),_=[];for(;_.length<a.length;)_.push(e);for(;a.length!==0;){let p=a.pop(),d=_.pop();if(zt(p)){if(r){let h=r(p,d);if(h){if(h==="skip")continue;return h}}for(let h=p.length-1;h>=0;--h)a.push(p[h]),_.push(d)}else{let h=t(p,d);if(h){if(h==="skip")continue;return h}if(p.kind>=166)for(let l of sv(p))a.push(l),_.push(p)}}}function sv(e){let t=[];return Bt(e,r,r),t;function r(a){t.unshift(a)}}function W8(e){e.externalModuleIndicator=ml(e)}function V8(e,t,r,a=!1,_){var p,d,h,l;(p=xa)==null||p.push(xa.Phase.Parse,"createSourceFile",{path:e},!0),Mb("beforeParse");let v;(d=Kf)==null||d.logStartParseSourceFile(e);let{languageVersion:y,setExternalModuleIndicator:C,impliedNodeFormat:S}=typeof r=="object"?r:{languageVersion:r};if(y===100)v=Zn.parseSourceFile(e,t,y,void 0,a,6,Rn);else{let k=S===void 0?C:L=>(L.impliedNodeFormat=S,(C||W8)(L));v=Zn.parseSourceFile(e,t,y,void 0,a,_,k)}return(h=Kf)==null||h.logStopParseSourceFile(),Mb("afterParse"),yE("Parse","beforeParse","afterParse"),(l=xa)==null||l.pop(),v}function Lj(e,t){return Zn.parseIsolatedEntityName(e,t)}function Jj(e,t){return Zn.parseJsonText(e,t)}function Zo(e){return e.externalModuleIndicator!==void 0}function q6(e,t,r,a=!1){let _=Vf.updateSourceFile(e,t,r,a);return _.flags|=e.flags&12582912,_}function Rj(e,t,r){let a=Zn.JSDocParser.parseIsolatedJSDocComment(e,t,r);return a&&a.jsDoc&&Zn.fixupParentReferences(a.jsDoc),a}function jj(e,t,r){return Zn.JSDocParser.parseJSDocTypeExpressionForTests(e,t,r)}function H8(e){return ei(e,n6)||La(e,".ts")&&eo(T_(e),".d.")}function Fj(e,t,r,a){if(e){if(e==="import")return 99;if(e==="require")return 1;a(t,r-t,U.resolution_mode_should_be_either_require_or_import)}}function G8(e,t){let r=[];for(let a of Wo(t,0)||$e){let _=t.substring(a.pos,a.end);Uj(r,a,_)}e.pragmas=new Map;for(let a of r){if(e.pragmas.has(a.name)){let _=e.pragmas.get(a.name);_ instanceof Array?_.push(a.args):e.pragmas.set(a.name,[_,a.args]);continue}e.pragmas.set(a.name,a.args)}}function X8(e,t){e.checkJsDirective=void 0,e.referencedFiles=[],e.typeReferenceDirectives=[],e.libReferenceDirectives=[],e.amdDependencies=[],e.hasNoDefaultLib=!1,e.pragmas.forEach((r,a)=>{switch(a){case"reference":{let _=e.referencedFiles,p=e.typeReferenceDirectives,d=e.libReferenceDirectives;yr(If(r),h=>{let{types:l,lib:v,path:y,["resolution-mode"]:C}=h.arguments;if(h.arguments["no-default-lib"])e.hasNoDefaultLib=!0;else if(l){let S=Fj(C,l.pos,l.end,t);p.push({pos:l.pos,end:l.end,fileName:l.value,...S?{resolutionMode:S}:{}})}else v?d.push({pos:v.pos,end:v.end,fileName:v.value}):y?_.push({pos:y.pos,end:y.end,fileName:y.value}):t(h.range.pos,h.range.end-h.range.pos,U.Invalid_reference_directive_syntax)});break}case"amd-dependency":{e.amdDependencies=Aa(If(r),_=>({name:_.arguments.name,path:_.arguments.path}));break}case"amd-module":{if(r instanceof Array)for(let _ of r)e.moduleName&&t(_.range.pos,_.range.end-_.range.pos,U.An_AMD_module_cannot_have_multiple_name_assignments),e.moduleName=_.arguments.name;else e.moduleName=r.arguments.name;break}case"ts-nocheck":case"ts-check":{yr(If(r),_=>{(!e.checkJsDirective||_.range.pos>e.checkJsDirective.pos)&&(e.checkJsDirective={enabled:a==="ts-check",end:_.range.end,pos:_.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:N.fail("Unhandled pragma kind")}})}function Bj(e){if(Hf.has(e))return Hf.get(e);let t=new RegExp(`(\\s${e}\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`,"im");return Hf.set(e,t),t}function Uj(e,t,r){let a=t.kind===2&&Q8.exec(r);if(a){let p=a[1].toLowerCase(),d=zd[p];if(!d||!(d.kind&1))return;if(d.args){let h={};for(let l of d.args){let y=Bj(l.name).exec(r);if(!y&&!l.optional)return;if(y){let C=y[2]||y[3];if(l.captureSpan){let S=t.pos+y.index+y[1].length+1;h[l.name]={value:C,pos:S,end:S+C.length}}else h[l.name]=C}}e.push({name:p,args:{arguments:h,range:t}})}else e.push({name:p,args:{arguments:{},range:t}});return}let _=t.kind===2&&Y8.exec(r);if(_)return _v(e,t,2,_);if(t.kind===3){let p=/@(\S+)(\s+.*)?$/gim,d;for(;d=p.exec(r);)_v(e,t,4,d)}}function _v(e,t,r,a){if(!a)return;let _=a[1].toLowerCase(),p=zd[_];if(!p||!(p.kind&r))return;let d=a[2],h=qj(p,d);h!=="fail"&&e.push({name:_,args:{arguments:h,range:t}})}function qj(e,t){if(!t)return{};if(!e.args)return{};let r=qd(t).split(/\s+/),a={};for(let _=0;_<e.args.length;_++){let p=e.args[_];if(!r[_]&&!p.optional)return"fail";if(p.captureSpan)return N.fail("Capture spans not yet implemented for non-xml pragmas");a[p.name]=r[_]}return a}function Ti(e,t){return e.kind!==t.kind?!1:e.kind===80?e.escapedText===t.escapedText:e.kind===110?!0:e.kind===295?e.namespace.escapedText===t.namespace.escapedText&&e.name.escapedText===t.name.escapedText:e.name.escapedText===t.name.escapedText&&Ti(e.expression,t.expression)}var cv,lv,uv,pv,fv,tg,z_,$8,Zn,Vf,Hf,Q8,Y8,zj=Vt({"src/compiler/parser.ts"(){"use strict";Dr(),Gv(),tg={createBaseSourceFileNode:e=>new(fv||(fv=wt.getSourceFileConstructor()))(e,-1,-1),createBaseIdentifierNode:e=>new(uv||(uv=wt.getIdentifierConstructor()))(e,-1,-1),createBasePrivateIdentifierNode:e=>new(pv||(pv=wt.getPrivateIdentifierConstructor()))(e,-1,-1),createBaseTokenNode:e=>new(lv||(lv=wt.getTokenConstructor()))(e,-1,-1),createBaseNode:e=>new(cv||(cv=wt.getNodeConstructor()))(e,-1,-1)},z_=kd(1,tg),$8={166:function(t,r,a){return P(r,t.left)||P(r,t.right)},168:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.constraint)||P(r,t.default)||P(r,t.expression)},304:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.questionToken)||P(r,t.exclamationToken)||P(r,t.equalsToken)||P(r,t.objectAssignmentInitializer)},305:function(t,r,a){return P(r,t.expression)},169:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.dotDotDotToken)||P(r,t.name)||P(r,t.questionToken)||P(r,t.type)||P(r,t.initializer)},172:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.questionToken)||P(r,t.exclamationToken)||P(r,t.type)||P(r,t.initializer)},171:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.questionToken)||P(r,t.type)||P(r,t.initializer)},303:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.questionToken)||P(r,t.exclamationToken)||P(r,t.initializer)},260:function(t,r,a){return P(r,t.name)||P(r,t.exclamationToken)||P(r,t.type)||P(r,t.initializer)},208:function(t,r,a){return P(r,t.dotDotDotToken)||P(r,t.propertyName)||P(r,t.name)||P(r,t.initializer)},181:function(t,r,a){return _e(r,a,t.modifiers)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)},185:function(t,r,a){return _e(r,a,t.modifiers)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)},184:function(t,r,a){return _e(r,a,t.modifiers)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)},179:$b,180:$b,174:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.asteriskToken)||P(r,t.name)||P(r,t.questionToken)||P(r,t.exclamationToken)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},173:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.questionToken)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)},176:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},177:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},178:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},262:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.asteriskToken)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},218:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.asteriskToken)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.body)},219:function(t,r,a){return _e(r,a,t.modifiers)||_e(r,a,t.typeParameters)||_e(r,a,t.parameters)||P(r,t.type)||P(r,t.equalsGreaterThanToken)||P(r,t.body)},175:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.body)},183:function(t,r,a){return P(r,t.typeName)||_e(r,a,t.typeArguments)},182:function(t,r,a){return P(r,t.assertsModifier)||P(r,t.parameterName)||P(r,t.type)},186:function(t,r,a){return P(r,t.exprName)||_e(r,a,t.typeArguments)},187:function(t,r,a){return _e(r,a,t.members)},188:function(t,r,a){return P(r,t.elementType)},189:function(t,r,a){return _e(r,a,t.elements)},192:Qb,193:Qb,194:function(t,r,a){return P(r,t.checkType)||P(r,t.extendsType)||P(r,t.trueType)||P(r,t.falseType)},195:function(t,r,a){return P(r,t.typeParameter)},205:function(t,r,a){return P(r,t.argument)||P(r,t.assertions)||P(r,t.qualifier)||_e(r,a,t.typeArguments)},302:function(t,r,a){return P(r,t.assertClause)},196:Yb,198:Yb,199:function(t,r,a){return P(r,t.objectType)||P(r,t.indexType)},200:function(t,r,a){return P(r,t.readonlyToken)||P(r,t.typeParameter)||P(r,t.nameType)||P(r,t.questionToken)||P(r,t.type)||_e(r,a,t.members)},201:function(t,r,a){return P(r,t.literal)},202:function(t,r,a){return P(r,t.dotDotDotToken)||P(r,t.name)||P(r,t.questionToken)||P(r,t.type)},206:Kb,207:Kb,209:function(t,r,a){return _e(r,a,t.elements)},210:function(t,r,a){return _e(r,a,t.properties)},211:function(t,r,a){return P(r,t.expression)||P(r,t.questionDotToken)||P(r,t.name)},212:function(t,r,a){return P(r,t.expression)||P(r,t.questionDotToken)||P(r,t.argumentExpression)},213:Zb,214:Zb,215:function(t,r,a){return P(r,t.tag)||P(r,t.questionDotToken)||_e(r,a,t.typeArguments)||P(r,t.template)},216:function(t,r,a){return P(r,t.type)||P(r,t.expression)},217:function(t,r,a){return P(r,t.expression)},220:function(t,r,a){return P(r,t.expression)},221:function(t,r,a){return P(r,t.expression)},222:function(t,r,a){return P(r,t.expression)},224:function(t,r,a){return P(r,t.operand)},229:function(t,r,a){return P(r,t.asteriskToken)||P(r,t.expression)},223:function(t,r,a){return P(r,t.expression)},225:function(t,r,a){return P(r,t.operand)},226:function(t,r,a){return P(r,t.left)||P(r,t.operatorToken)||P(r,t.right)},234:function(t,r,a){return P(r,t.expression)||P(r,t.type)},235:function(t,r,a){return P(r,t.expression)},238:function(t,r,a){return P(r,t.expression)||P(r,t.type)},236:function(t,r,a){return P(r,t.name)},227:function(t,r,a){return P(r,t.condition)||P(r,t.questionToken)||P(r,t.whenTrue)||P(r,t.colonToken)||P(r,t.whenFalse)},230:function(t,r,a){return P(r,t.expression)},241:ev,268:ev,312:function(t,r,a){return _e(r,a,t.statements)||P(r,t.endOfFileToken)},243:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.declarationList)},261:function(t,r,a){return _e(r,a,t.declarations)},244:function(t,r,a){return P(r,t.expression)},245:function(t,r,a){return P(r,t.expression)||P(r,t.thenStatement)||P(r,t.elseStatement)},246:function(t,r,a){return P(r,t.statement)||P(r,t.expression)},247:function(t,r,a){return P(r,t.expression)||P(r,t.statement)},248:function(t,r,a){return P(r,t.initializer)||P(r,t.condition)||P(r,t.incrementor)||P(r,t.statement)},249:function(t,r,a){return P(r,t.initializer)||P(r,t.expression)||P(r,t.statement)},250:function(t,r,a){return P(r,t.awaitModifier)||P(r,t.initializer)||P(r,t.expression)||P(r,t.statement)},251:tv,252:tv,253:function(t,r,a){return P(r,t.expression)},254:function(t,r,a){return P(r,t.expression)||P(r,t.statement)},255:function(t,r,a){return P(r,t.expression)||P(r,t.caseBlock)},269:function(t,r,a){return _e(r,a,t.clauses)},296:function(t,r,a){return P(r,t.expression)||_e(r,a,t.statements)},297:function(t,r,a){return _e(r,a,t.statements)},256:function(t,r,a){return P(r,t.label)||P(r,t.statement)},257:function(t,r,a){return P(r,t.expression)},258:function(t,r,a){return P(r,t.tryBlock)||P(r,t.catchClause)||P(r,t.finallyBlock)},299:function(t,r,a){return P(r,t.variableDeclaration)||P(r,t.block)},170:function(t,r,a){return P(r,t.expression)},263:rv,231:rv,264:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.typeParameters)||_e(r,a,t.heritageClauses)||_e(r,a,t.members)},265:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.typeParameters)||P(r,t.type)},266:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||_e(r,a,t.members)},306:function(t,r,a){return P(r,t.name)||P(r,t.initializer)},267:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.body)},271:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)||P(r,t.moduleReference)},272:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.importClause)||P(r,t.moduleSpecifier)||P(r,t.assertClause)},273:function(t,r,a){return P(r,t.name)||P(r,t.namedBindings)},300:function(t,r,a){return _e(r,a,t.elements)},301:function(t,r,a){return P(r,t.name)||P(r,t.value)},270:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.name)},274:function(t,r,a){return P(r,t.name)},280:function(t,r,a){return P(r,t.name)},275:nv,279:nv,278:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.exportClause)||P(r,t.moduleSpecifier)||P(r,t.assertClause)},276:iv,281:iv,277:function(t,r,a){return _e(r,a,t.modifiers)||P(r,t.expression)},228:function(t,r,a){return P(r,t.head)||_e(r,a,t.templateSpans)},239:function(t,r,a){return P(r,t.expression)||P(r,t.literal)},203:function(t,r,a){return P(r,t.head)||_e(r,a,t.templateSpans)},204:function(t,r,a){return P(r,t.type)||P(r,t.literal)},167:function(t,r,a){return P(r,t.expression)},298:function(t,r,a){return _e(r,a,t.types)},233:function(t,r,a){return P(r,t.expression)||_e(r,a,t.typeArguments)},283:function(t,r,a){return P(r,t.expression)},282:function(t,r,a){return _e(r,a,t.modifiers)},361:function(t,r,a){return _e(r,a,t.elements)},284:function(t,r,a){return P(r,t.openingElement)||_e(r,a,t.children)||P(r,t.closingElement)},288:function(t,r,a){return P(r,t.openingFragment)||_e(r,a,t.children)||P(r,t.closingFragment)},285:av,286:av,292:function(t,r,a){return _e(r,a,t.properties)},291:function(t,r,a){return P(r,t.name)||P(r,t.initializer)},293:function(t,r,a){return P(r,t.expression)},294:function(t,r,a){return P(r,t.dotDotDotToken)||P(r,t.expression)},287:function(t,r,a){return P(r,t.tagName)},295:function(t,r,a){return P(r,t.namespace)||P(r,t.name)},190:wo,191:wo,316:wo,322:wo,321:wo,323:wo,325:wo,324:function(t,r,a){return _e(r,a,t.parameters)||P(r,t.type)},327:function(t,r,a){return(typeof t.comment=="string"?void 0:_e(r,a,t.comment))||_e(r,a,t.tags)},354:function(t,r,a){return P(r,t.tagName)||P(r,t.name)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},317:function(t,r,a){return P(r,t.name)},318:function(t,r,a){return P(r,t.left)||P(r,t.right)},348:ov,355:ov,337:function(t,r,a){return P(r,t.tagName)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},336:function(t,r,a){return P(r,t.tagName)||P(r,t.class)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},335:function(t,r,a){return P(r,t.tagName)||P(r,t.class)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},352:function(t,r,a){return P(r,t.tagName)||P(r,t.constraint)||_e(r,a,t.typeParameters)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},353:function(t,r,a){return P(r,t.tagName)||(t.typeExpression&&t.typeExpression.kind===316?P(r,t.typeExpression)||P(r,t.fullName)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment)):P(r,t.fullName)||P(r,t.typeExpression)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment)))},345:function(t,r,a){return P(r,t.tagName)||P(r,t.fullName)||P(r,t.typeExpression)||(typeof t.comment=="string"?void 0:_e(r,a,t.comment))},349:Co,351:Co,350:Co,347:Co,357:Co,356:Co,346:Co,330:function(t,r,a){return yr(t.typeParameters,r)||yr(t.parameters,r)||P(r,t.type)},331:Kh,332:Kh,333:Kh,329:function(t,r,a){return yr(t.jsDocPropertyTags,r)},334:Xa,339:Xa,340:Xa,341:Xa,342:Xa,343:Xa,338:Xa,344:Xa,360:Mj},(e=>{var t=ns(99,!0),r=40960,a,_,p,d,h;function l(c){return wn++,c}var v={createBaseSourceFileNode:c=>l(new h(c,0,0)),createBaseIdentifierNode:c=>l(new p(c,0,0)),createBasePrivateIdentifierNode:c=>l(new d(c,0,0)),createBaseTokenNode:c=>l(new _(c,0,0)),createBaseNode:c=>l(new a(c,0,0))},y=kd(11,v),{createNodeArray:C,createNumericLiteral:S,createStringLiteral:k,createLiteralLikeNode:L,createIdentifier:G,createPrivateIdentifier:K,createToken:ue,createArrayLiteralExpression:Y,createObjectLiteralExpression:B,createPropertyAccessExpression:ae,createPropertyAccessChain:Ce,createElementAccessExpression:Ze,createElementAccessChain:qe,createCallExpression:rt,createCallChain:it,createNewExpression:Ir,createParenthesizedExpression:ar,createBlock:ci,createVariableStatement:or,createExpressionStatement:Nr,createIfStatement:Ge,createWhileStatement:Gt,createForStatement:Ur,createForOfStatement:Xt,createVariableDeclaration:Tn,createVariableDeclarationList:Sn}=y,sr,$t,St,xn,Tr,vt,ct,Ut,fr,ht,wn,Tt,Or,pt,Mr,at,er=!0,Qt=!1;function tn(c,m,b,w,A=!1,R,te){var le;if(R=zS(c,R),R===6){let ie=Un(c,m,b,w,A);return convertToJson(ie,(le=ie.statements[0])==null?void 0:le.expression,ie.parseDiagnostics,!1,void 0),ie.referencedFiles=$e,ie.typeReferenceDirectives=$e,ie.libReferenceDirectives=$e,ie.amdDependencies=$e,ie.hasNoDefaultLib=!1,ie.pragmas=pg,ie}rn(c,m,b,w,R);let ne=Di(b,A,R,te||W8);return nn(),ne}e.parseSourceFile=tn;function Bn(c,m){rn("",c,m,void 0,1),O();let b=la(!0),w=f()===1&&!ct.length;return nn(),w?b:void 0}e.parseIsolatedEntityName=Bn;function Un(c,m,b=2,w,A=!1){rn(c,m,b,w,6),$t=at,O();let R=T(),te,le;if(f()===1)te=Ft([],R,R),le=dr();else{let ve;for(;f()!==1;){let Ue;switch(f()){case 23:Ue=Jc();break;case 112:case 97:case 106:Ue=dr();break;case 41:Te(()=>O()===9&&O()!==59)?Ue=Ac():Ue=Ls();break;case 9:case 11:if(Te(()=>O()!==59)){Ue=fi();break}default:Ue=Ls();break}ve&&zt(ve)?ve.push(Ue):ve?ve=[ve,Ue]:(ve=Ue,f()!==1&&Je(U.Unexpected_token))}let He=zt(ve)?M(Y(ve),R):N.checkDefined(ve),Be=Nr(He);M(Be,R),te=Ft([Be],R),le=Hn(1,U.Unexpected_token)}let ne=ge(c,2,6,!1,te,le,$t,Rn);A&&oe(ne),ne.nodeCount=wn,ne.identifierCount=Or,ne.identifiers=Tt,ne.parseDiagnostics=$a(ct,ne),Ut&&(ne.jsDocDiagnostics=$a(Ut,ne));let ie=ne;return nn(),ie}e.parseJsonText=Un;function rn(c,m,b,w,A){switch(a=wt.getNodeConstructor(),_=wt.getTokenConstructor(),p=wt.getIdentifierConstructor(),d=wt.getPrivateIdentifierConstructor(),h=wt.getSourceFileConstructor(),sr=pn(c),St=m,xn=b,fr=w,Tr=A,vt=R0(A),ct=[],pt=0,Tt=new Map,Or=0,wn=0,$t=0,er=!0,Tr){case 1:case 2:at=524288;break;case 6:at=134742016;break;default:at=0;break}Qt=!1,t.setText(St),t.setOnError(j),t.setScriptTarget(xn),t.setLanguageVariant(vt)}function nn(){t.clearCommentDirectives(),t.setText(""),t.setOnError(void 0),St=void 0,xn=void 0,fr=void 0,Tr=void 0,vt=void 0,$t=0,ct=void 0,Ut=void 0,pt=0,Tt=void 0,Mr=void 0,er=!0}function Di(c,m,b,w){let A=H8(sr);A&&(at|=33554432),$t=at,O();let R=zr(0,wr);N.assert(f()===1);let te=x(),le=Ae(dr(),te),ne=ge(sr,c,b,A,R,le,$t,w);return G8(ne,St),X8(ne,ie),ne.commentDirectives=t.getCommentDirectives(),ne.nodeCount=wn,ne.identifierCount=Or,ne.identifiers=Tt,ne.parseDiagnostics=$a(ct,ne),Ut&&(ne.jsDocDiagnostics=$a(Ut,ne)),m&&oe(ne),ne;function ie(ve,He,Be){ct.push(Ao(sr,ve,He,Be))}}let qn=!1;function Ae(c,m){if(!m)return c;N.assert(!c.jsDoc);let b=Za(H3(c,St),w=>gf.parseJSDocComment(c,w.pos,w.end-w.pos));return b.length&&(c.jsDoc=b),qn&&(qn=!1,c.flags|=536870912),c}function q(c){let m=fr,b=Vf.createSyntaxCursor(c);fr={currentNode:ve};let w=[],A=ct;ct=[];let R=0,te=ne(c.statements,0);for(;te!==-1;){let He=c.statements[R],Be=c.statements[te];Rr(w,c.statements,R,te),R=ie(c.statements,te);let Ue=_l(A,Gr=>Gr.start>=He.pos),Rt=Ue>=0?_l(A,Gr=>Gr.start>=Be.pos,Ue):-1;Ue>=0&&Rr(ct,A,Ue,Rt>=0?Rt:void 0),_r(()=>{let Gr=at;for(at|=65536,t.resetTokenState(Be.pos),O();f()!==1;){let di=t.getTokenFullStart(),mi=gs(0,wr);if(w.push(mi),di===t.getTokenFullStart()&&O(),R>=0){let hi=c.statements[R];if(mi.end===hi.pos)break;mi.end>hi.pos&&(R=ie(c.statements,R+1))}}at=Gr},2),te=R>=0?ne(c.statements,R):-1}if(R>=0){let He=c.statements[R];Rr(w,c.statements,R);let Be=_l(A,Ue=>Ue.start>=He.pos);Be>=0&&Rr(ct,A,Be)}return fr=m,y.updateSourceFile(c,Ve(C(w),c.statements));function le(He){return!(He.flags&65536)&&!!(He.transformFlags&67108864)}function ne(He,Be){for(let Ue=Be;Ue<He.length;Ue++)if(le(He[Ue]))return Ue;return-1}function ie(He,Be){for(let Ue=Be;Ue<He.length;Ue++)if(!le(He[Ue]))return Ue;return-1}function ve(He){let Be=b.currentNode(He);return er&&Be&&le(Be)&&(Be.intersectsChange=!0),Be}}function oe(c){tx(c,!0)}e.fixupParentReferences=oe;function ge(c,m,b,w,A,R,te,le){let ne=y.createSourceFile(A,R,te);return Ed(ne,0,St.length),ie(ne),!w&&Zo(ne)&&ne.transformFlags&67108864&&(ne=q(ne),ie(ne)),ne;function ie(ve){ve.text=St,ve.bindDiagnostics=[],ve.bindSuggestionDiagnostics=void 0,ve.languageVersion=m,ve.fileName=c,ve.languageVariant=R0(b),ve.isDeclarationFile=w,ve.scriptKind=b,le(ve),ve.setExternalModuleIndicator=le}}function Se(c,m){c?at|=m:at&=~m}function nt(c){Se(c,8192)}function z(c){Se(c,16384)}function X(c){Se(c,32768)}function ee(c){Se(c,65536)}function xe(c,m){let b=c&at;if(b){Se(!1,b);let w=m();return Se(!0,b),w}return m()}function ke(c,m){let b=c&~at;if(b){Se(!0,b);let w=m();return Se(!1,b),w}return m()}function Le(c){return xe(8192,c)}function lt(c){return ke(8192,c)}function yt(c){return xe(131072,c)}function jt(c){return ke(131072,c)}function qr(c){return ke(16384,c)}function na(c){return ke(32768,c)}function Cn(c){return ke(65536,c)}function zn(c){return xe(65536,c)}function Pi(c){return ke(81920,c)}function ia(c){return xe(81920,c)}function Wn(c){return(at&c)!==0}function En(){return Wn(16384)}function Ii(){return Wn(8192)}function aa(){return Wn(131072)}function Vn(){return Wn(32768)}function Sr(){return Wn(65536)}function Je(c,...m){return Mt(t.getTokenStart(),t.getTokenEnd(),c,...m)}function oa(c,m,b,...w){let A=wi(ct),R;return(!A||c!==A.start)&&(R=Ao(sr,c,m,b,...w),ct.push(R)),Qt=!0,R}function Mt(c,m,b,...w){return oa(c,m-c,b,...w)}function Lr(c,m,...b){Mt(c.pos,c.end,m,...b)}function j(c,m,b){oa(t.getTokenEnd(),m,c,b)}function T(){return t.getTokenFullStart()}function x(){return t.hasPrecedingJSDocComment()}function f(){return ht}function $(){return ht=t.scan()}function Q(c){return O(),c()}function O(){return Si(ht)&&(t.hasUnicodeEscape()||t.hasExtendedUnicodeEscape())&&Mt(t.getTokenStart(),t.getTokenEnd(),U.Keywords_cannot_contain_escape_characters),$()}function fe(){return ht=t.scanJsDocToken()}function be(c){return ht=t.scanJSDocCommentTextToken(c)}function he(){return ht=t.reScanGreaterToken()}function Re(){return ht=t.reScanSlashToken()}function we(c){return ht=t.reScanTemplateToken(c)}function et(){return ht=t.reScanLessThanToken()}function Ye(){return ht=t.reScanHashToken()}function Ke(){return ht=t.scanJsxIdentifier()}function It(){return ht=t.scanJsxToken()}function qt(){return ht=t.scanJsxAttributeValue()}function _r(c,m){let b=ht,w=ct.length,A=Qt,R=at,te=m!==0?t.lookAhead(c):t.tryScan(c);return N.assert(R===at),(!te||m!==0)&&(ht=b,m!==2&&(ct.length=w),Qt=A),te}function Te(c){return _r(c,1)}function ft(c){return _r(c,0)}function An(){return f()===80?!0:f()>118}function Et(){return f()===80?!0:f()===127&&En()||f()===135&&Sr()?!1:f()>118}function H(c,m,b=!0){return f()===c?(b&&O(),!0):(m?Je(m):Je(U._0_expected,nr(c)),!1)}let Fa=Object.keys(cl).filter(c=>c.length>2);function Ie(c){if(o8(c)){Mt(Nt(St,c.template.pos),c.template.end,U.Module_declaration_names_may_only_use_or_quoted_strings);return}let m=Ee(c)?Ot(c):void 0;if(!m||!Cg(m,xn)){Je(U._0_expected,nr(27));return}let b=Nt(St,c.pos);switch(m){case"const":case"let":case"var":Mt(b,c.end,U.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":ot(U.Interface_name_cannot_be_0,U.Interface_must_be_given_a_name,19);return;case"is":Mt(b,t.getTokenStart(),U.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":ot(U.Namespace_name_cannot_be_0,U.Namespace_must_be_given_a_name,19);return;case"type":ot(U.Type_alias_name_cannot_be_0,U.Type_alias_must_be_given_a_name,64);return}let w=Lv(m,Fa,A=>A)??cr(m);if(w){Mt(b,c.end,U.Unknown_keyword_or_identifier_Did_you_mean_0,w);return}f()!==0&&Mt(b,c.end,U.Unexpected_keyword_or_identifier)}function ot(c,m,b){f()===b?Je(m):Je(c,t.getTokenValue())}function cr(c){for(let m of Fa)if(c.length>m.length+2&&Fr(c,m))return`${m} ${c.slice(m.length)}`}function an(c,m,b){if(f()===60&&!t.hasPrecedingLineBreak()){Je(U.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(f()===21){Je(U.Cannot_start_a_function_call_in_a_type_annotation),O();return}if(m&&!ui()){b?Je(U._0_expected,nr(27)):Je(U.Expected_for_property_initializer);return}if(!fs()){if(b){Je(U._0_expected,nr(27));return}Ie(c)}}function Ba(c){return f()===c?(fe(),!0):(N.assert(Rf(c)),Je(U._0_expected,nr(c)),!1)}function kn(c,m,b,w){if(f()===m){O();return}let A=Je(U._0_expected,nr(m));b&&A&&nl(A,Ao(sr,w,1,U.The_parser_expected_to_find_a_1_to_match_the_0_token_here,nr(c),nr(m)))}function je(c){return f()===c?(O(),!0):!1}function dt(c){if(f()===c)return dr()}function li(c){if(f()===c)return r1()}function Hn(c,m,b){return dt(c)||Jr(c,!1,m||U._0_expected,b||nr(c))}function t1(c){let m=li(c);return m||(N.assert(Rf(c)),Jr(c,!1,U._0_expected,nr(c)))}function dr(){let c=T(),m=f();return O(),M(ue(m),c)}function r1(){let c=T(),m=f();return fe(),M(ue(m),c)}function ui(){return f()===27?!0:f()===20||f()===1||t.hasPrecedingLineBreak()}function fs(){return ui()?(f()===27&&O(),!0):!1}function xr(){return fs()||H(27)}function Ft(c,m,b,w){let A=C(c,w);return Ya(A,m,b??t.getTokenFullStart()),A}function M(c,m,b){return Ya(c,m,b??t.getTokenFullStart()),at&&(c.flags|=at),Qt&&(Qt=!1,c.flags|=262144),c}function Jr(c,m,b,...w){m?oa(t.getTokenFullStart(),0,b,...w):b&&Je(b,...w);let A=T(),R=c===80?G("",void 0):Sl(c)?y.createTemplateLiteralLikeNode(c,"","",void 0):c===9?S("",void 0):c===11?k("",void 0):c===282?y.createMissingDeclaration():ue(c);return M(R,A)}function sa(c){let m=Tt.get(c);return m===void 0&&Tt.set(c,m=c),m}function Ni(c,m,b){if(c){Or++;let le=T(),ne=f(),ie=sa(t.getTokenValue()),ve=t.hasExtendedUnicodeEscape();return $(),M(G(ie,ne,ve),le)}if(f()===81)return Je(b||U.Private_identifiers_are_not_allowed_outside_class_bodies),Ni(!0);if(f()===0&&t.tryScan(()=>t.reScanInvalidIdentifier()===80))return Ni(!0);Or++;let w=f()===1,A=t.isReservedWord(),R=t.getTokenText(),te=A?U.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:U.Identifier_expected;return Jr(80,w,m||te,R)}function G_(c){return Ni(An(),void 0,c)}function Lt(c,m){return Ni(Et(),c,m)}function Yt(c){return Ni(kt(f()),c)}function Oi(){return kt(f())||f()===11||f()===9}function n1(){return kt(f())||f()===11}function Tu(c){if(f()===11||f()===9){let m=fi();return m.text=sa(m.text),m}return c&&f()===23?Su():f()===81?X_():Yt()}function Ua(){return Tu(!0)}function Su(){let c=T();H(23);let m=Le(Jt);return H(24),M(y.createComputedPropertyName(m),c)}function X_(){let c=T(),m=K(sa(t.getTokenValue()));return O(),M(m,c)}function _a(c){return f()===c&&ft($_)}function xu(){return O(),t.hasPrecedingLineBreak()?!1:ms()}function $_(){switch(f()){case 87:return O()===94;case 95:return O(),f()===90?Te(Mi):f()===156?Te(ds):wu();case 90:return Mi();case 126:case 139:case 153:return O(),ms();default:return xu()}}function wu(){return f()===60||f()!==42&&f()!==130&&f()!==19&&ms()}function ds(){return O(),wu()}function i1(){return bi(f())&&ft($_)}function ms(){return f()===23||f()===19||f()===42||f()===26||Oi()}function Mi(){return O(),f()===86||f()===100||f()===120||f()===60||f()===128&&Te(oh)||f()===134&&Te(Fc)}function Q_(c,m){if(bs(c))return!0;switch(c){case 0:case 1:case 3:return!(f()===27&&m)&&Bc();case 2:return f()===84||f()===90;case 4:return Te(Xu);case 5:return Te(mh)||f()===27&&!m;case 6:return f()===23||Oi();case 12:switch(f()){case 23:case 42:case 26:case 25:return!0;default:return Oi()}case 18:return Oi();case 9:return f()===23||f()===26||Oi();case 24:return n1();case 7:return f()===19?Te(hs):m?Et()&&!Eu():Sc()&&!Eu();case 8:return zc();case 10:return f()===28||f()===26||zc();case 19:return f()===103||f()===87||Et();case 15:switch(f()){case 28:case 25:return!0}case 11:return f()===26||Ri();case 16:return _c(!1);case 17:return _c(!0);case 20:case 21:return f()===28||pa();case 22:return lf();case 23:return f()===161&&Te(Yp)?!1:kt(f());case 13:return kt(f())||f()===19;case 14:return!0;case 25:return!0;case 26:return N.fail("ParsingContext.Count used as a context");default:N.assertNever(c,"Non-exhaustive case in 'isListElement'.")}}function hs(){if(N.assert(f()===19),O()===20){let c=O();return c===28||c===19||c===96||c===119}return!0}function ys(){return O(),Et()}function Cu(){return O(),kt(f())}function Y_(){return O(),r4(f())}function Eu(){return f()===119||f()===96?Te(Au):!1}function Au(){return O(),Ri()}function ku(){return O(),pa()}function po(c){if(f()===1)return!0;switch(c){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return f()===20;case 3:return f()===20||f()===84||f()===90;case 7:return f()===19||f()===96||f()===119;case 8:return fo();case 19:return f()===32||f()===21||f()===19||f()===96||f()===119;case 11:return f()===22||f()===27;case 15:case 21:case 10:return f()===24;case 17:case 16:case 18:return f()===22||f()===24;case 20:return f()!==28;case 22:return f()===19||f()===20;case 13:return f()===32||f()===44;case 14:return f()===30&&Te(kh);default:return!1}}function fo(){return!!(ui()||Cc(f())||f()===39)}function a1(){N.assert(pt,"Missing parsing context");for(let c=0;c<26;c++)if(pt&1<<c&&(Q_(c,!0)||po(c)))return!0;return!1}function zr(c,m){let b=pt;pt|=1<<c;let w=[],A=T();for(;!po(c);){if(Q_(c,!1)){w.push(gs(c,m));continue}if(tc(c))break}return pt=b,Ft(w,A)}function gs(c,m){let b=bs(c);return b?Du(b):m()}function bs(c,m){var b;if(!fr||!Pu(c)||Qt)return;let w=fr.currentNode(m??t.getTokenFullStart());if(!(zi(w)||w.intersectsChange||xl(w)||(w.flags&101441536)!==at)&&o1(w,c))return mm(w)&&((b=w.jsDoc)!=null&&b.jsDocCache)&&(w.jsDoc.jsDocCache=void 0),w}function Du(c){return t.resetTokenState(c.end),O(),c}function Pu(c){switch(c){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 o1(c,m){switch(m){case 5:return Iu(c);case 2:return Nu(c);case 0:case 1:case 3:return K_(c);case 6:return Ou(c);case 4:return Z_(c);case 8:return Mu(c);case 17:case 16:return ec(c)}return!1}function Iu(c){if(c)switch(c.kind){case 176:case 181:case 177:case 178:case 172:case 240:return!0;case 174:let m=c;return!(m.name.kind===80&&m.name.escapedText==="constructor")}return!1}function Nu(c){if(c)switch(c.kind){case 296:case 297:return!0}return!1}function K_(c){if(c)switch(c.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 Ou(c){return c.kind===306}function Z_(c){if(c)switch(c.kind){case 180:case 173:case 181:case 171:case 179:return!0}return!1}function Mu(c){return c.kind!==260?!1:c.initializer===void 0}function ec(c){return c.kind!==169?!1:c.initializer===void 0}function tc(c){return Lu(c),a1()?!0:(O(),!1)}function Lu(c){switch(c){case 0:return f()===90?Je(U._0_expected,nr(95)):Je(U.Declaration_or_statement_expected);case 1:return Je(U.Declaration_or_statement_expected);case 2:return Je(U.case_or_default_expected);case 3:return Je(U.Statement_expected);case 18:case 4:return Je(U.Property_or_signature_expected);case 5:return Je(U.Unexpected_token_A_constructor_method_accessor_or_property_was_expected);case 6:return Je(U.Enum_member_expected);case 7:return Je(U.Expression_expected);case 8:return Si(f())?Je(U._0_is_not_allowed_as_a_variable_declaration_name,nr(f())):Je(U.Variable_declaration_expected);case 9:return Je(U.Property_destructuring_pattern_expected);case 10:return Je(U.Array_element_destructuring_pattern_expected);case 11:return Je(U.Argument_expression_expected);case 12:return Je(U.Property_assignment_expected);case 15:return Je(U.Expression_or_comma_expected);case 17:return Je(U.Parameter_declaration_expected);case 16:return Si(f())?Je(U._0_is_not_allowed_as_a_parameter_name,nr(f())):Je(U.Parameter_declaration_expected);case 19:return Je(U.Type_parameter_declaration_expected);case 20:return Je(U.Type_argument_expected);case 21:return Je(U.Type_expected);case 22:return Je(U.Unexpected_token_expected);case 23:return f()===161?Je(U._0_expected,"}"):Je(U.Identifier_expected);case 13:return Je(U.Identifier_expected);case 14:return Je(U.Identifier_expected);case 24:return Je(U.Identifier_or_string_literal_expected);case 25:return Je(U.Identifier_expected);case 26:return N.fail("ParsingContext.Count used as a context");default:N.assertNever(c)}}function Wr(c,m,b){let w=pt;pt|=1<<c;let A=[],R=T(),te=-1;for(;;){if(Q_(c,!1)){let le=t.getTokenFullStart(),ne=gs(c,m);if(!ne){pt=w;return}if(A.push(ne),te=t.getTokenStart(),je(28))continue;if(te=-1,po(c))break;H(28,vs(c)),b&&f()===27&&!t.hasPrecedingLineBreak()&&O(),le===t.getTokenFullStart()&&O();continue}if(po(c)||tc(c))break}return pt=w,Ft(A,R,void 0,te>=0)}function vs(c){return c===6?U.An_enum_member_name_must_be_followed_by_a_or:void 0}function pi(){let c=Ft([],T());return c.isMissingList=!0,c}function rc(c){return!!c.isMissingList}function ca(c,m,b,w){if(H(b)){let A=Wr(c,m);return H(w),A}return pi()}function la(c,m){let b=T(),w=c?Yt(m):Lt(m);for(;je(25)&&f()!==30;)w=M(y.createQualifiedName(w,qa(c,!1)),b);return w}function s1(c,m){return M(y.createQualifiedName(c,m),c.pos)}function qa(c,m){if(t.hasPrecedingLineBreak()&&kt(f())&&Te(Js))return Jr(80,!0,U.Identifier_expected);if(f()===81){let b=X_();return m?b:Jr(80,!0,U.Identifier_expected)}return c?Yt():Lt()}function _1(c){let m=T(),b=[],w;do w=ju(c),b.push(w);while(w.literal.kind===17);return Ft(b,m)}function Ts(c){let m=T();return M(y.createTemplateExpression(ic(c),_1(c)),m)}function c1(){let c=T();return M(y.createTemplateLiteralType(ic(!1),nc()),c)}function nc(){let c=T(),m=[],b;do b=Ju(),m.push(b);while(b.literal.kind===17);return Ft(m,c)}function Ju(){let c=T();return M(y.createTemplateLiteralTypeSpan(gt(),Ru(!1)),c)}function Ru(c){return f()===20?(we(c),l1()):Hn(18,U._0_expected,nr(20))}function ju(c){let m=T();return M(y.createTemplateSpan(Le(Jt),Ru(c)),m)}function fi(){return za(f())}function ic(c){!c&&t.getTokenFlags()&26656&&we(!1);let m=za(f());return N.assert(m.kind===16,"Template head has wrong token kind"),m}function l1(){let c=za(f());return N.assert(c.kind===17||c.kind===18,"Template fragment has wrong token kind"),c}function Ss(c){let m=c===15||c===18,b=t.getTokenText();return b.substring(1,b.length-(t.isUnterminated()?0:m?1:2))}function za(c){let m=T(),b=Sl(c)?y.createTemplateLiteralLikeNode(c,t.getTokenValue(),Ss(c),t.getTokenFlags()&7176):c===9?S(t.getTokenValue(),t.getNumericLiteralFlags()):c===11?k(t.getTokenValue(),void 0,t.hasExtendedUnicodeEscape()):Ng(c)?L(c,t.getTokenValue()):N.fail();return t.hasExtendedUnicodeEscape()&&(b.hasExtendedUnicodeEscape=!0),t.isUnterminated()&&(b.isUnterminated=!0),O(),M(b,m)}function Fu(){return la(!0,U.Type_expected)}function ac(){if(!t.hasPrecedingLineBreak()&&et()===30)return ca(20,gt,30,32)}function Li(){let c=T();return M(y.createTypeReferenceNode(Fu(),ac()),c)}function oc(c){switch(c.kind){case 183:return zi(c.typeName);case 184:case 185:{let{parameters:m,type:b}=c;return rc(m)||oc(b)}case 196:return oc(c.type);default:return!1}}function u1(c){return O(),M(y.createTypePredicateNode(void 0,c,gt()),c.pos)}function Bu(){let c=T();return O(),M(y.createThisTypeNode(),c)}function p1(){let c=T();return O(),M(y.createJSDocAllType(),c)}function Uu(){let c=T();return O(),M(y.createJSDocNonNullableType(op(),!1),c)}function f1(){let c=T();return O(),f()===28||f()===20||f()===22||f()===32||f()===64||f()===52?M(y.createJSDocUnknownType(),c):M(y.createJSDocNullableType(gt(),!1),c)}function qu(){let c=T(),m=x();if(Te(df)){O();let b=Gn(36),w=Dn(59,!1);return Ae(M(y.createJSDocFunctionType(b,w),c),m)}return M(y.createTypeReferenceNode(Yt(),void 0),c)}function d1(){let c=T(),m;return(f()===110||f()===105)&&(m=Yt(),H(59)),M(y.createParameterDeclaration(void 0,void 0,m,void 0,xs(),void 0),c)}function xs(){t.setInJSDocType(!0);let c=T();if(je(144)){let w=y.createJSDocNamepathType(void 0);e:for(;;)switch(f()){case 20:case 1:case 28:case 5:break e;default:fe()}return t.setInJSDocType(!1),M(w,c)}let m=je(26),b=vc();return t.setInJSDocType(!1),m&&(b=M(y.createJSDocVariadicType(b),c)),f()===64?(O(),M(y.createJSDocOptionalType(b),c)):b}function sc(){let c=T();H(114);let m=la(!0),b=t.hasPrecedingLineBreak()?void 0:qs();return M(y.createTypeQueryNode(m,b),c)}function m1(){let c=T(),m=Xn(!1,!0),b=Lt(),w,A;je(96)&&(pa()||!Ri()?w=gt():A=Ps());let R=je(64)?gt():void 0,te=y.createTypeParameterDeclaration(m,b,w,R);return te.expression=A,M(te,c)}function Vr(){if(f()===30)return ca(19,m1,30,32)}function _c(c){return f()===26||zc()||bi(f())||f()===60||pa(!c)}function zu(c){let m=Va(U.Private_identifiers_cannot_be_used_as_parameters);return sm(m)===0&&!mt(c)&&bi(f())&&O(),m}function Wu(){return An()||f()===23||f()===19}function cc(c){return lc(c)}function Vu(c){return lc(c,!1)}function lc(c,m=!0){let b=T(),w=x(),A=c?Cn(()=>Xn(!0)):zn(()=>Xn(!0));if(f()===110){let ne=y.createParameterDeclaration(A,void 0,Ni(!0),void 0,Ji(),void 0),ie=g_(A);return ie&&Lr(ie,U.Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters),Ae(M(ne,b),w)}let R=er;er=!1;let te=dt(26);if(!m&&!Wu())return;let le=Ae(M(y.createParameterDeclaration(A,te,zu(A),dt(58),Ji(),ji()),b),w);return er=R,le}function Dn(c,m){if(Hu(c,m))return yt(vc)}function Hu(c,m){return c===39?(H(c),!0):je(59)?!0:m&&f()===39?(Je(U._0_expected,nr(59)),O(),!0):!1}function ws(c,m){let b=En(),w=Sr();z(!!(c&1)),ee(!!(c&2));let A=c&32?Wr(17,d1):Wr(16,()=>m?cc(w):Vu(w));return z(b),ee(w),A}function Gn(c){if(!H(21))return pi();let m=ws(c,!0);return H(22),m}function Cs(){je(28)||xr()}function uc(c){let m=T(),b=x();c===180&&H(105);let w=Vr(),A=Gn(4),R=Dn(59,!0);Cs();let te=c===179?y.createCallSignature(w,A,R):y.createConstructSignature(w,A,R);return Ae(M(te,m),b)}function Gu(){return f()===23&&Te(h1)}function h1(){if(O(),f()===26||f()===24)return!0;if(bi(f())){if(O(),Et())return!0}else if(Et())O();else return!1;return f()===59||f()===28?!0:f()!==58?!1:(O(),f()===59||f()===28||f()===24)}function ua(c,m,b){let w=ca(16,()=>cc(!1),23,24),A=Ji();Cs();let R=y.createIndexSignature(b,w,A);return Ae(M(R,c),m)}function y1(c,m,b){let w=Ua(),A=dt(58),R;if(f()===21||f()===30){let te=Vr(),le=Gn(4),ne=Dn(59,!0);R=y.createMethodSignature(b,w,A,te,le,ne)}else{let te=Ji();R=y.createPropertySignature(b,w,A,te),f()===64&&(R.initializer=ji())}return Cs(),Ae(M(R,c),m)}function Xu(){if(f()===21||f()===30||f()===139||f()===153)return!0;let c=!1;for(;bi(f());)c=!0,O();return f()===23?!0:(Oi()&&(c=!0,O()),c?f()===21||f()===30||f()===58||f()===59||f()===28||ui():!1)}function pc(){if(f()===21||f()===30)return uc(179);if(f()===105&&Te(fc))return uc(180);let c=T(),m=x(),b=Xn(!1);return _a(139)?da(c,m,b,177,4):_a(153)?da(c,m,b,178,4):Gu()?ua(c,m,b):y1(c,m,b)}function fc(){return O(),f()===21||f()===30}function Es(){return O()===25}function $u(){switch(O()){case 21:case 30:case 25:return!0}return!1}function Qu(){let c=T();return M(y.createTypeLiteralNode(Yu()),c)}function Yu(){let c;return H(19)?(c=zr(4,pc),H(20)):c=pi(),c}function Ku(){return O(),f()===40||f()===41?O()===148:(f()===148&&O(),f()===23&&ys()&&O()===103)}function g1(){let c=T(),m=Yt();H(103);let b=gt();return M(y.createTypeParameterDeclaration(void 0,m,b,void 0),c)}function Zu(){let c=T();H(19);let m;(f()===148||f()===40||f()===41)&&(m=dr(),m.kind!==148&&H(148)),H(23);let b=g1(),w=je(130)?gt():void 0;H(24);let A;(f()===58||f()===40||f()===41)&&(A=dr(),A.kind!==58&&H(58));let R=Ji();xr();let te=zr(4,pc);return H(20),M(y.createMappedTypeNode(m,b,w,A,R,te),c)}function ep(){let c=T();if(je(26))return M(y.createRestTypeNode(gt()),c);let m=gt();if(b8(m)&&m.pos===m.type.pos){let b=y.createOptionalTypeNode(m.type);return Ve(b,m),b.flags=m.flags,b}return m}function dc(){return O()===59||f()===58&&O()===59}function b1(){return f()===26?kt(O())&&dc():kt(f())&&dc()}function tp(){if(Te(b1)){let c=T(),m=x(),b=dt(26),w=Yt(),A=dt(58);H(59);let R=ep(),te=y.createNamedTupleMember(b,w,A,R);return Ae(M(te,c),m)}return ep()}function v1(){let c=T();return M(y.createTupleTypeNode(ca(21,tp,23,24)),c)}function rp(){let c=T();H(21);let m=gt();return H(22),M(y.createParenthesizedType(m),c)}function T1(){let c;if(f()===128){let m=T();O();let b=M(ue(128),m);c=Ft([b],m)}return c}function mc(){let c=T(),m=x(),b=T1(),w=je(105);N.assert(!b||w,"Per isStartOfFunctionOrConstructorType, a function type cannot have modifiers.");let A=Vr(),R=Gn(4),te=Dn(39,!1),le=w?y.createConstructorTypeNode(b,A,R,te):y.createFunctionTypeNode(A,R,te);return Ae(M(le,c),m)}function np(){let c=dr();return f()===25?void 0:c}function hc(c){let m=T();c&&O();let b=f()===112||f()===97||f()===106?dr():za(f());return c&&(b=M(y.createPrefixUnaryExpression(41,b),m)),M(y.createLiteralTypeNode(b),m)}function S1(){return O(),f()===102}function ip(){let c=T(),m=t.getTokenStart();H(19);let b=t.hasPrecedingLineBreak();H(132),H(59);let w=ma(!0);if(!H(20)){let A=wi(ct);A&&A.code===U._0_expected.code&&nl(A,Ao(sr,m,1,U.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return M(y.createImportTypeAssertionContainer(w,b),c)}function ap(){$t|=4194304;let c=T(),m=je(114);H(102),H(21);let b=gt(),w;je(28)&&(w=ip()),H(22);let A=je(25)?Fu():void 0,R=ac();return M(y.createImportTypeNode(b,w,A,R,m),c)}function yc(){return O(),f()===9||f()===10}function op(){switch(f()){case 133:case 159:case 154:case 150:case 163:case 155:case 136:case 157:case 146:case 151:return ft(np)||Li();case 67:t.reScanAsteriskEqualsToken();case 42:return p1();case 61:t.reScanQuestionToken();case 58:return f1();case 100:return qu();case 54:return Uu();case 15:case 11:case 9:case 10:case 112:case 97:case 106:return hc();case 41:return Te(yc)?hc(!0):Li();case 116:return dr();case 110:{let c=Bu();return f()===142&&!t.hasPrecedingLineBreak()?u1(c):c}case 114:return Te(S1)?ap():sc();case 19:return Te(Ku)?Zu():Qu();case 23:return v1();case 21:return rp();case 102:return ap();case 131:return Te(Js)?dp():Li();case 16:return c1();default:return Li()}}function pa(c){switch(f()){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!c;case 41:return!c&&Te(yc);case 21:return!c&&Te(x1);default:return Et()}}function x1(){return O(),f()===22||_c(!1)||pa()}function sp(){let c=T(),m=op();for(;!t.hasPrecedingLineBreak();)switch(f()){case 54:O(),m=M(y.createJSDocNonNullableType(m,!0),c);break;case 58:if(Te(ku))return m;O(),m=M(y.createJSDocNullableType(m,!0),c);break;case 23:if(H(23),pa()){let b=gt();H(24),m=M(y.createIndexedAccessTypeNode(m,b),c)}else H(24),m=M(y.createArrayTypeNode(m),c);break;default:return m}return m}function _p(c){let m=T();return H(c),M(y.createTypeOperatorNode(c,up()),m)}function cp(){if(je(96)){let c=jt(gt);if(aa()||f()!==58)return c}}function w1(){let c=T(),m=Lt(),b=ft(cp),w=y.createTypeParameterDeclaration(void 0,m,b);return M(w,c)}function lp(){let c=T();return H(140),M(y.createInferTypeNode(w1()),c)}function up(){let c=f();switch(c){case 143:case 158:case 148:return _p(c);case 140:return lp()}return yt(sp)}function pp(c){if(bc()){let m=mc(),b;return tu(m)?b=c?U.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:U.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:b=c?U.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:U.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,Lr(m,b),m}}function As(c,m,b){let w=T(),A=c===52,R=je(c),te=R&&pp(A)||m();if(f()===c||R){let le=[te];for(;je(c);)le.push(pp(A)||m());te=M(b(Ft(le,w)),w)}return te}function C1(){return As(51,up,y.createIntersectionTypeNode)}function gc(){return As(52,C1,y.createUnionTypeNode)}function E1(){return O(),f()===105}function bc(){return f()===30||f()===21&&Te(A1)?!0:f()===105||f()===128&&Te(E1)}function fp(){if(bi(f())&&Xn(!1),Et()||f()===110)return O(),!0;if(f()===23||f()===19){let c=ct.length;return Va(),c===ct.length}return!1}function A1(){return O(),!!(f()===22||f()===26||fp()&&(f()===59||f()===28||f()===58||f()===64||f()===22&&(O(),f()===39)))}function vc(){let c=T(),m=Et()&&ft(Tc),b=gt();return m?M(y.createTypePredicateNode(void 0,m,b),c):b}function Tc(){let c=Lt();if(f()===142&&!t.hasPrecedingLineBreak())return O(),c}function dp(){let c=T(),m=Hn(131),b=f()===110?Bu():Lt(),w=je(142)?gt():void 0;return M(y.createTypePredicateNode(m,b,w),c)}function gt(){if(at&81920)return xe(81920,gt);if(bc())return mc();let c=T(),m=gc();if(!aa()&&!t.hasPrecedingLineBreak()&&je(96)){let b=jt(gt);H(58);let w=yt(gt);H(59);let A=yt(gt);return M(y.createConditionalTypeNode(m,b,w,A),c)}return m}function Ji(){return je(59)?gt():void 0}function Sc(){switch(f()){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 Te($u);default:return Et()}}function Ri(){if(Sc())return!0;switch(f()){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 Ec()?!0:Et()}}function mp(){return f()!==19&&f()!==100&&f()!==86&&f()!==60&&Ri()}function Jt(){let c=Vn();c&&X(!1);let m=T(),b=tr(!0),w;for(;w=dt(28);)b=Ds(b,w,tr(!0),m);return c&&X(!0),b}function ji(){return je(64)?tr(!0):void 0}function tr(c){if(k1())return D1();let m=P1(c)||bp(c);if(m)return m;let b=T(),w=x(),A=ks(0);return A.kind===80&&f()===39?xc(b,A,c,w,void 0):Lo(A)&&D_(he())?Ds(A,dr(),tr(c),b):Sp(A,b,c)}function k1(){return f()===127?En()?!0:Te(zp):!1}function hp(){return O(),!t.hasPrecedingLineBreak()&&Et()}function D1(){let c=T();return O(),!t.hasPrecedingLineBreak()&&(f()===42||Ri())?M(y.createYieldExpression(dt(42),tr(!0)),c):M(y.createYieldExpression(void 0,void 0),c)}function xc(c,m,b,w,A){N.assert(f()===39,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");let R=y.createParameterDeclaration(void 0,void 0,m,void 0,void 0,void 0);M(R,m.pos);let te=Ft([R],R.pos,R.end),le=Hn(39),ne=Tp(!!A,b),ie=y.createArrowFunction(A,void 0,te,void 0,le,ne);return Ae(M(ie,c),w)}function P1(c){let m=I1();if(m!==0)return m===1?wc(!0,!0):ft(()=>gp(c))}function I1(){return f()===21||f()===30||f()===134?Te(yp):f()===39?1:0}function yp(){if(f()===134&&(O(),t.hasPrecedingLineBreak()||f()!==21&&f()!==30))return 0;let c=f(),m=O();if(c===21){if(m===22)switch(O()){case 39:case 59:case 19:return 1;default:return 0}if(m===23||m===19)return 2;if(m===26)return 1;if(bi(m)&&m!==134&&Te(ys))return O()===130?0:1;if(!Et()&&m!==110)return 0;switch(O()){case 59:return 1;case 58:return O(),f()===59||f()===28||f()===64||f()===22?1:0;case 28:case 64:case 22:return 2}return 0}else return N.assert(c===30),!Et()&&f()!==87?0:vt===1?Te(()=>{je(87);let w=O();if(w===96)switch(O()){case 64:case 32:case 44:return!1;default:return!0}else if(w===28||w===64)return!0;return!1})?1:0:2}function gp(c){let m=t.getTokenStart();if(Mr!=null&&Mr.has(m))return;let b=wc(!1,c);return b||(Mr||(Mr=new Set)).add(m),b}function bp(c){if(f()===134&&Te(vp)===1){let m=T(),b=x(),w=Hc(),A=ks(0);return xc(m,A,c,b,w)}}function vp(){if(f()===134){if(O(),t.hasPrecedingLineBreak()||f()===39)return 0;let c=ks(0);if(!t.hasPrecedingLineBreak()&&c.kind===80&&f()===39)return 1}return 0}function wc(c,m){let b=T(),w=x(),A=Hc(),R=mt(A,al)?2:0,te=Vr(),le;if(H(21)){if(c)le=ws(R,c);else{let di=ws(R,c);if(!di)return;le=di}if(!H(22)&&!c)return}else{if(!c)return;le=pi()}let ne=f()===59,ie=Dn(59,!1);if(ie&&!c&&oc(ie))return;let ve=ie;for(;(ve==null?void 0:ve.kind)===196;)ve=ve.type;let He=ve&&Mm(ve);if(!c&&f()!==39&&(He||f()!==19))return;let Be=f(),Ue=Hn(39),Rt=Be===39||Be===19?Tp(mt(A,al),m):Lt();if(!m&&ne&&f()!==59)return;let Gr=y.createArrowFunction(A,te,le,ie,Ue,Rt);return Ae(M(Gr,b),w)}function Tp(c,m){if(f()===19)return go(c?2:0);if(f()!==27&&f()!==100&&f()!==86&&Bc()&&!mp())return go(16|(c?2:0));let b=er;er=!1;let w=c?Cn(()=>tr(m)):zn(()=>tr(m));return er=b,w}function Sp(c,m,b){let w=dt(58);if(!w)return c;let A;return M(y.createConditionalExpression(c,w,xe(r,()=>tr(!1)),A=Hn(59),wl(A)?tr(b):Jr(80,!1,U._0_expected,nr(59))),m)}function ks(c){let m=T(),b=Ps();return xp(c,b,m)}function Cc(c){return c===103||c===165}function xp(c,m,b){for(;;){he();let w=pl(f());if(!(f()===43?w>=c:w>c)||f()===103&&Ii())break;if(f()===130||f()===152){if(t.hasPrecedingLineBreak())break;{let R=f();O(),m=R===152?N1(m,gt()):O1(m,gt())}}else m=Ds(m,dr(),ks(w),b)}return m}function Ec(){return Ii()&&f()===103?!1:pl(f())>0}function N1(c,m){return M(y.createSatisfiesExpression(c,m),c.pos)}function Ds(c,m,b,w){return M(y.createBinaryExpression(c,m,b),w)}function O1(c,m){return M(y.createAsExpression(c,m),c.pos)}function Ac(){let c=T();return M(y.createPrefixUnaryExpression(f(),Q(Fi)),c)}function M1(){let c=T();return M(y.createDeleteExpression(Q(Fi)),c)}function wp(){let c=T();return M(y.createTypeOfExpression(Q(Fi)),c)}function L1(){let c=T();return M(y.createVoidExpression(Q(Fi)),c)}function Cp(){return f()===135?Sr()?!0:Te(zp):!1}function J1(){let c=T();return M(y.createAwaitExpression(Q(Fi)),c)}function Ps(){if(kc()){let b=T(),w=Dc();return f()===43?xp(pl(f()),w,b):w}let c=f(),m=Fi();if(f()===43){let b=Nt(St,m.pos),{end:w}=m;m.kind===216?Mt(b,w,U.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):(N.assert(Rf(c)),Mt(b,w,U.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,nr(c)))}return m}function Fi(){switch(f()){case 40:case 41:case 55:case 54:return Ac();case 91:return M1();case 114:return wp();case 116:return L1();case 30:return vt===1?fa(!0,void 0,void 0,!0):V1();case 135:if(Cp())return J1();default:return Dc()}}function kc(){switch(f()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 135:return!1;case 30:if(vt!==1)return!1;default:return!0}}function Dc(){if(f()===46||f()===47){let m=T();return M(y.createPrefixUnaryExpression(f(),Q(Is)),m)}else if(vt===1&&f()===30&&Te(Y_))return fa(!0);let c=Is();if(N.assert(Lo(c)),(f()===46||f()===47)&&!t.hasPrecedingLineBreak()){let m=f();return O(),M(y.createPostfixUnaryExpression(c,m),c.pos)}return c}function Is(){let c=T(),m;return f()===102?Te(fc)?($t|=4194304,m=dr()):Te(Es)?(O(),O(),m=M(y.createMetaProperty(102,Yt()),c),$t|=8388608):m=Ns():m=f()===108?R1():Ns(),Ip(c,m)}function Ns(){let c=T(),m=Op();return ho(c,m,!0)}function R1(){let c=T(),m=dr();if(f()===30){let b=T(),w=ft(Mc);w!==void 0&&(Mt(b,T(),U.super_may_not_use_type_arguments),Os()||(m=y.createExpressionWithTypeArguments(m,w)))}return f()===21||f()===25||f()===23?m:(Hn(25,U.super_must_be_followed_by_an_argument_list_or_member_access),M(ae(m,qa(!0,!0)),c))}function fa(c,m,b,w=!1){let A=T(),R=U1(c),te;if(R.kind===286){let le=Pc(R),ne,ie=le[le.length-1];if((ie==null?void 0:ie.kind)===284&&!Ti(ie.openingElement.tagName,ie.closingElement.tagName)&&Ti(R.tagName,ie.closingElement.tagName)){let ve=ie.children.end,He=M(y.createJsxElement(ie.openingElement,ie.children,M(y.createJsxClosingElement(M(G(""),ve,ve)),ve,ve)),ie.openingElement.pos,ve);le=Ft([...le.slice(0,le.length-1),He],le.pos,ve),ne=ie.closingElement}else ne=W1(R,c),Ti(R.tagName,ne.tagName)||(b&&Oo(b)&&Ti(ne.tagName,b.tagName)?Lr(R.tagName,U.JSX_element_0_has_no_corresponding_closing_tag,t_(St,R.tagName)):Lr(ne.tagName,U.Expected_corresponding_JSX_closing_tag_for_0,t_(St,R.tagName)));te=M(y.createJsxElement(R,le,ne),A)}else R.kind===289?te=M(y.createJsxFragment(R,Pc(R),Dp(c)),A):(N.assert(R.kind===285),te=R);if(!w&&c&&f()===30){let le=typeof m>"u"?te.pos:m,ne=ft(()=>fa(!0,le));if(ne){let ie=Jr(28,!1);return Ed(ie,ne.pos,0),Mt(Nt(St,le),ne.end,U.JSX_expressions_must_have_one_parent_element),M(y.createBinaryExpression(te,ie,ne),A)}}return te}function j1(){let c=T(),m=y.createJsxText(t.getTokenValue(),ht===13);return ht=t.scanJsxToken(),M(m,c)}function F1(c,m){switch(m){case 1:if(k6(c))Lr(c,U.JSX_fragment_has_no_corresponding_closing_tag);else{let b=c.tagName,w=Math.min(Nt(St,b.pos),b.end);Mt(w,b.end,U.JSX_element_0_has_no_corresponding_closing_tag,t_(St,c.tagName))}return;case 31:case 7:return;case 12:case 13:return j1();case 19:return Ep(!1);case 30:return fa(!1,void 0,c);default:return N.assertNever(m)}}function Pc(c){let m=[],b=T(),w=pt;for(pt|=16384;;){let A=F1(c,ht=t.reScanJsxToken());if(!A||(m.push(A),Oo(c)&&(A==null?void 0:A.kind)===284&&!Ti(A.openingElement.tagName,A.closingElement.tagName)&&Ti(c.tagName,A.closingElement.tagName)))break}return pt=w,Ft(m,b)}function B1(){let c=T();return M(y.createJsxAttributes(zr(13,q1)),c)}function U1(c){let m=T();if(H(30),f()===32)return It(),M(y.createJsxOpeningFragment(),m);let b=Ic(),w=at&524288?void 0:qs(),A=B1(),R;return f()===32?(It(),R=y.createJsxOpeningElement(b,w,A)):(H(44),H(32,void 0,!1)&&(c?O():It()),R=y.createJsxSelfClosingElement(b,w,A)),M(R,m)}function Ic(){let c=T(),m=Nc();if(U_(m))return m;let b=m;for(;je(25);)b=M(ae(b,qa(!0,!1)),c);return b}function Nc(){let c=T();Ke();let m=f()===110,b=Yt();return je(59)?(Ke(),M(y.createJsxNamespacedName(b,Yt()),c)):m?M(y.createToken(110),c):b}function Ep(c){let m=T();if(!H(19))return;let b,w;return f()!==20&&(b=dt(26),w=Jt()),c?H(20):H(20,void 0,!1)&&It(),M(y.createJsxExpression(b,w),m)}function q1(){if(f()===19)return kp();let c=T();return M(y.createJsxAttribute(z1(),Ap()),c)}function Ap(){if(f()===64){if(qt()===11)return fi();if(f()===19)return Ep(!0);if(f()===30)return fa(!0);Je(U.or_JSX_element_expected)}}function z1(){let c=T();Ke();let m=Yt();return je(59)?(Ke(),M(y.createJsxNamespacedName(m,Yt()),c)):m}function kp(){let c=T();H(19),H(26);let m=Jt();return H(20),M(y.createJsxSpreadAttribute(m),c)}function W1(c,m){let b=T();H(31);let w=Ic();return H(32,void 0,!1)&&(m||!Ti(c.tagName,w)?O():It()),M(y.createJsxClosingElement(w),b)}function Dp(c){let m=T();return H(31),H(32,U.Expected_corresponding_closing_tag_for_JSX_fragment,!1)&&(c?O():It()),M(y.createJsxJsxClosingFragment(),m)}function V1(){N.assert(vt!==1,"Type assertions should never be parsed in JSX; they should be parsed as comparisons or JSX elements/fragments.");let c=T();H(30);let m=gt();H(32);let b=Fi();return M(y.createTypeAssertion(m,b),c)}function Pp(){return O(),kt(f())||f()===23||Os()}function H1(){return f()===29&&Te(Pp)}function Hr(c){if(c.flags&64)return!0;if(jo(c)){let m=c.expression;for(;jo(m)&&!(m.flags&64);)m=m.expression;if(m.flags&64){for(;jo(c);)c.flags|=64,c=c.expression;return!0}}return!1}function Bi(c,m,b){let w=qa(!0,!0),A=b||Hr(m),R=A?Ce(m,b,w):ae(m,w);if(A&&jr(R.name)&&Lr(R.name,U.An_optional_chain_cannot_contain_private_identifiers),g6(m)&&m.typeArguments){let te=m.typeArguments.pos-1,le=Nt(St,m.typeArguments.end)+1;Mt(te,le,U.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return M(R,c)}function mo(c,m,b){let w;if(f()===24)w=Jr(80,!0,U.An_element_access_expression_should_take_an_argument);else{let R=Le(Jt);Qi(R)&&(R.text=sa(R.text)),w=R}H(24);let A=b||Hr(m)?qe(m,b,w):Ze(m,w);return M(A,c)}function ho(c,m,b){for(;;){let w,A=!1;if(b&&H1()?(w=Hn(29),A=kt(f())):A=je(25),A){m=Bi(c,m,w);continue}if((w||!Vn())&&je(23)){m=mo(c,m,w);continue}if(Os()){m=!w&&m.kind===233?Ms(c,m.expression,w,m.typeArguments):Ms(c,m,w,void 0);continue}if(!w){if(f()===54&&!t.hasPrecedingLineBreak()){O(),m=M(y.createNonNullExpression(m),c);continue}let R=ft(Mc);if(R){m=M(y.createExpressionWithTypeArguments(m,R),c);continue}}return m}}function Os(){return f()===15||f()===16}function Ms(c,m,b,w){let A=y.createTaggedTemplateExpression(m,w,f()===15?(we(!0),fi()):Ts(!0));return(b||m.flags&64)&&(A.flags|=64),A.questionDotToken=b,M(A,c)}function Ip(c,m){for(;;){m=ho(c,m,!0);let b,w=dt(29);if(w&&(b=ft(Mc),Os())){m=Ms(c,m,w,b);continue}if(b||f()===21){!w&&m.kind===233&&(b=m.typeArguments,m=m.expression);let A=Oc(),R=w||Hr(m)?it(m,w,b,A):rt(m,b,A);m=M(R,c);continue}if(w){let A=Jr(80,!1,U.Identifier_expected);m=M(Ce(m,w,A),c)}break}return m}function Oc(){H(21);let c=Wr(11,X1);return H(22),c}function Mc(){if(at&524288||et()!==30)return;O();let c=Wr(20,gt);if(he()===32)return O(),c&&Np()?c:void 0}function Np(){switch(f()){case 21:case 15:case 16:return!0;case 30:case 32:case 40:case 41:return!1}return t.hasPrecedingLineBreak()||Ec()||!Ri()}function Op(){switch(f()){case 15:t.getTokenFlags()&26656&&we(!1);case 9:case 10:case 11:return fi();case 110:case 108:case 106:case 112:case 97:return dr();case 21:return Mp();case 23:return Jc();case 19:return Ls();case 134:if(!Te(Fc))break;return Rc();case 60:return bh();case 86:return sf();case 100:return Rc();case 105:return Lp();case 44:case 69:if(Re()===14)return fi();break;case 16:return Ts(!1);case 81:return X_()}return Lt(U.Expression_expected)}function Mp(){let c=T(),m=x();H(21);let b=Le(Jt);return H(22),Ae(M(ar(b),c),m)}function G1(){let c=T();H(26);let m=tr(!0);return M(y.createSpreadElement(m),c)}function Lc(){return f()===26?G1():f()===28?M(y.createOmittedExpression(),T()):tr(!0)}function X1(){return xe(r,Lc)}function Jc(){let c=T(),m=t.getTokenStart(),b=H(23),w=t.hasPrecedingLineBreak(),A=Wr(15,Lc);return kn(23,24,b,m),M(Y(A,w),c)}function $1(){let c=T(),m=x();if(dt(26)){let ve=tr(!0);return Ae(M(y.createSpreadAssignment(ve),c),m)}let b=Xn(!0);if(_a(139))return da(c,m,b,177,0);if(_a(153))return da(c,m,b,178,0);let w=dt(42),A=Et(),R=Ua(),te=dt(58),le=dt(54);if(w||f()===21||f()===30)return Wc(c,m,b,w,R,te,le);let ne;if(A&&f()!==59){let ve=dt(64),He=ve?Le(()=>tr(!0)):void 0;ne=y.createShorthandPropertyAssignment(R,He),ne.equalsToken=ve}else{H(59);let ve=Le(()=>tr(!0));ne=y.createPropertyAssignment(R,ve)}return ne.modifiers=b,ne.questionToken=te,ne.exclamationToken=le,Ae(M(ne,c),m)}function Ls(){let c=T(),m=t.getTokenStart(),b=H(19),w=t.hasPrecedingLineBreak(),A=Wr(12,$1,!0);return kn(19,20,b,m),M(B(A,w),c)}function Rc(){let c=Vn();X(!1);let m=T(),b=x(),w=Xn(!1);H(100);let A=dt(42),R=A?1:0,te=mt(w,al)?2:0,le=R&&te?Pi(yo):R?qr(yo):te?Cn(yo):yo(),ne=Vr(),ie=Gn(R|te),ve=Dn(59,!1),He=go(R|te);X(c);let Be=y.createFunctionExpression(w,A,le,ne,ie,ve,He);return Ae(M(Be,m),b)}function yo(){return An()?G_():void 0}function Lp(){let c=T();if(H(105),je(25)){let R=Yt();return M(y.createMetaProperty(105,R),c)}let m=T(),b=ho(m,Op(),!1),w;b.kind===233&&(w=b.typeArguments,b=b.expression),f()===29&&Je(U.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,t_(St,b));let A=f()===21?Oc():void 0;return M(Ir(b,w,A),c)}function Wa(c,m){let b=T(),w=x(),A=t.getTokenStart(),R=H(19,m);if(R||c){let te=t.hasPrecedingLineBreak(),le=zr(1,wr);kn(19,20,R,A);let ne=Ae(M(ci(le,te),b),w);return f()===64&&(Je(U.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),O()),ne}else{let te=pi();return Ae(M(ci(te,void 0),b),w)}}function go(c,m){let b=En();z(!!(c&1));let w=Sr();ee(!!(c&2));let A=er;er=!1;let R=Vn();R&&X(!1);let te=Wa(!!(c&16),m);return R&&X(!0),er=A,z(b),ee(w),te}function Q1(){let c=T(),m=x();return H(27),Ae(M(y.createEmptyStatement(),c),m)}function Jp(){let c=T(),m=x();H(101);let b=t.getTokenStart(),w=H(21),A=Le(Jt);kn(21,22,w,b);let R=wr(),te=je(93)?wr():void 0;return Ae(M(Ge(A,R,te),c),m)}function Y1(){let c=T(),m=x();H(92);let b=wr();H(117);let w=t.getTokenStart(),A=H(21),R=Le(Jt);return kn(21,22,A,w),je(27),Ae(M(y.createDoStatement(b,R),c),m)}function Rp(){let c=T(),m=x();H(117);let b=t.getTokenStart(),w=H(21),A=Le(Jt);kn(21,22,w,b);let R=wr();return Ae(M(Gt(A,R),c),m)}function K1(){let c=T(),m=x();H(99);let b=dt(135);H(21);let w;f()!==27&&(f()===115||f()===121||f()===87||f()===160&&Te(_h)||f()===135&&Te(Fs)?w=ef(!0):w=lt(Jt));let A;if(b?H(165):je(165)){let R=Le(()=>tr(!0));H(22),A=Xt(b,w,R,wr())}else if(je(103)){let R=Le(Jt);H(22),A=y.createForInStatement(w,R,wr())}else{H(27);let R=f()!==27&&f()!==22?Le(Jt):void 0;H(27);let te=f()!==22?Le(Jt):void 0;H(22),A=Ur(w,R,te,wr())}return Ae(M(A,c),m)}function jc(c){let m=T(),b=x();H(c===252?83:88);let w=ui()?void 0:Lt();xr();let A=c===252?y.createBreakStatement(w):y.createContinueStatement(w);return Ae(M(A,m),b)}function Z1(){let c=T(),m=x();H(107);let b=ui()?void 0:Le(Jt);return xr(),Ae(M(y.createReturnStatement(b),c),m)}function eh(){let c=T(),m=x();H(118);let b=t.getTokenStart(),w=H(21),A=Le(Jt);kn(21,22,w,b);let R=ke(67108864,wr);return Ae(M(y.createWithStatement(A,R),c),m)}function jp(){let c=T(),m=x();H(84);let b=Le(Jt);H(59);let w=zr(3,wr);return Ae(M(y.createCaseClause(b,w),c),m)}function th(){let c=T();H(90),H(59);let m=zr(3,wr);return M(y.createDefaultClause(m),c)}function Fp(){return f()===84?jp():th()}function rh(){let c=T();H(19);let m=zr(2,Fp);return H(20),M(y.createCaseBlock(m),c)}function Bp(){let c=T(),m=x();H(109),H(21);let b=Le(Jt);H(22);let w=rh();return Ae(M(y.createSwitchStatement(b,w),c),m)}function nh(){let c=T(),m=x();H(111);let b=t.hasPrecedingLineBreak()?void 0:Le(Jt);return b===void 0&&(Or++,b=M(G(""),T())),fs()||Ie(b),Ae(M(y.createThrowStatement(b),c),m)}function Up(){let c=T(),m=x();H(113);let b=Wa(!1),w=f()===85?ih():void 0,A;return(!w||f()===98)&&(H(98,U.catch_or_finally_expected),A=Wa(!1)),Ae(M(y.createTryStatement(b,w,A),c),m)}function ih(){let c=T();H(85);let m;je(21)?(m=Bs(),H(22)):m=void 0;let b=Wa(!1);return M(y.createCatchClause(m,b),c)}function qp(){let c=T(),m=x();return H(89),xr(),Ae(M(y.createDebuggerStatement(),c),m)}function ah(){let c=T(),m=x(),b,w=f()===21,A=Le(Jt);return Ee(A)&&je(59)?b=y.createLabeledStatement(A,wr()):(fs()||Ie(A),b=Nr(A),w&&(m=!1)),Ae(M(b,c),m)}function Js(){return O(),kt(f())&&!t.hasPrecedingLineBreak()}function oh(){return O(),f()===86&&!t.hasPrecedingLineBreak()}function Fc(){return O(),f()===100&&!t.hasPrecedingLineBreak()}function zp(){return O(),(kt(f())||f()===9||f()===10||f()===11)&&!t.hasPrecedingLineBreak()}function Wp(){for(;;)switch(f()){case 115:case 121:case 87:case 100:case 86:case 94:return!0;case 160:return Hp();case 135:return Uc();case 120:case 156:return hp();case 144:case 145:return ch();case 128:case 129:case 134:case 138:case 123:case 124:case 125:case 148:let c=f();if(O(),t.hasPrecedingLineBreak())return!1;if(c===138&&f()===156)return!0;continue;case 162:return O(),f()===19||f()===80||f()===95;case 102:return O(),f()===11||f()===42||f()===19||kt(f());case 95:let m=O();if(m===156&&(m=Te(O)),m===64||m===42||m===19||m===90||m===130||m===60)return!0;continue;case 126:O();continue;default:return!1}}function Rs(){return Te(Wp)}function Bc(){switch(f()){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 Rs()||Te($u);case 87:case 95:return Rs();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 Rs()||!Te(Js);default:return Ri()}}function sh(){return O(),An()||f()===19||f()===23}function Vp(){return Te(sh)}function _h(){return js(!0)}function js(c){return O(),c&&f()===165?!1:(An()||f()===19)&&!t.hasPrecedingLineBreak()}function Hp(){return Te(js)}function Fs(){return Gp(!0)}function Gp(c){return O()===160?js(c):!1}function Uc(){return Te(Gp)}function wr(){switch(f()){case 27:return Q1();case 19:return Wa(!1);case 115:return vo(T(),x(),void 0);case 121:if(Vp())return vo(T(),x(),void 0);break;case 135:if(Uc())return vo(T(),x(),void 0);break;case 160:if(Hp())return vo(T(),x(),void 0);break;case 100:return Us(T(),x(),void 0);case 86:return _f(T(),x(),void 0);case 101:return Jp();case 92:return Y1();case 117:return Rp();case 99:return K1();case 88:return jc(251);case 83:return jc(252);case 107:return Z1();case 118:return eh();case 109:return Bp();case 111:return nh();case 113:case 85:case 98:return Up();case 89:return qp();case 60:return Xp();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(Rs())return Xp();break}return ah()}function qc(c){return c.kind===138}function Xp(){let c=T(),m=x(),b=Xn(!0);if(mt(b,qc)){let A=$p(c);if(A)return A;for(let R of b)R.flags|=33554432;return ke(33554432,()=>Qp(c,m,b))}else return Qp(c,m,b)}function $p(c){return ke(33554432,()=>{let m=bs(pt,c);if(m)return Du(m)})}function Qp(c,m,b){switch(f()){case 115:case 121:case 87:case 160:case 135:return vo(c,m,b);case 100:return Us(c,m,b);case 86:return _f(c,m,b);case 120:return wh(c,m,b);case 156:return uf(c,m,b);case 94:return Ch(c,m,b);case 162:case 144:case 145:return Eh(c,m,b);case 102:return Dh(c,m,b);case 95:switch(O(),f()){case 90:case 64:return Uh(c,m,b);case 130:return Qc(c,m,b);default:return Bh(c,m,b)}default:if(b){let w=Jr(282,!0,U.Declaration_expected);return Cd(w,c),w.modifiers=b,w}return}}function Yp(){return O()===11}function ch(){return O(),!t.hasPrecedingLineBreak()&&(Et()||f()===11)}function bo(c,m){if(f()!==19){if(c&4){Cs();return}if(ui()){xr();return}}return go(c,m)}function lh(){let c=T();if(f()===28)return M(y.createOmittedExpression(),c);let m=dt(26),b=Va(),w=ji();return M(y.createBindingElement(m,void 0,b,w),c)}function Kp(){let c=T(),m=dt(26),b=An(),w=Ua(),A;b&&f()!==59?(A=w,w=void 0):(H(59),A=Va());let R=ji();return M(y.createBindingElement(m,w,A,R),c)}function uh(){let c=T();H(19);let m=Le(()=>Wr(9,Kp));return H(20),M(y.createObjectBindingPattern(m),c)}function Zp(){let c=T();H(23);let m=Le(()=>Wr(10,lh));return H(24),M(y.createArrayBindingPattern(m),c)}function zc(){return f()===19||f()===23||f()===81||An()}function Va(c){return f()===23?Zp():f()===19?uh():G_(c)}function ph(){return Bs(!0)}function Bs(c){let m=T(),b=x(),w=Va(U.Private_identifiers_are_not_allowed_in_variable_declarations),A;c&&w.kind===80&&f()===54&&!t.hasPrecedingLineBreak()&&(A=dr());let R=Ji(),te=Cc(f())?void 0:ji(),le=Tn(w,A,R,te);return Ae(M(le,m),b)}function ef(c){let m=T(),b=0;switch(f()){case 115:break;case 121:b|=1;break;case 87:b|=2;break;case 160:b|=4;break;case 135:N.assert(Uc()),b|=6,O();break;default:N.fail()}O();let w;if(f()===165&&Te(tf))w=pi();else{let A=Ii();nt(c),w=Wr(8,c?Bs:ph),nt(A)}return M(Sn(w,b),m)}function tf(){return ys()&&O()===22}function vo(c,m,b){let w=ef(!1);xr();let A=or(b,w);return Ae(M(A,c),m)}function Us(c,m,b){let w=Sr(),A=ln(b);H(100);let R=dt(42),te=A&1024?yo():G_(),le=R?1:0,ne=A&512?2:0,ie=Vr();A&1&&ee(!0);let ve=Gn(le|ne),He=Dn(59,!1),Be=bo(le|ne,U.or_expected);ee(w);let Ue=y.createFunctionDeclaration(b,R,te,ie,ve,He,Be);return Ae(M(Ue,c),m)}function fh(){if(f()===137)return H(137);if(f()===11&&Te(O)===21)return ft(()=>{let c=fi();return c.text==="constructor"?c:void 0})}function dh(c,m,b){return ft(()=>{if(fh()){let w=Vr(),A=Gn(0),R=Dn(59,!1),te=bo(0,U.or_expected),le=y.createConstructorDeclaration(b,A,te);return le.typeParameters=w,le.type=R,Ae(M(le,c),m)}})}function Wc(c,m,b,w,A,R,te,le){let ne=w?1:0,ie=mt(b,al)?2:0,ve=Vr(),He=Gn(ne|ie),Be=Dn(59,!1),Ue=bo(ne|ie,le),Rt=y.createMethodDeclaration(b,w,A,R,ve,He,Be,Ue);return Rt.exclamationToken=te,Ae(M(Rt,c),m)}function rf(c,m,b,w,A){let R=!A&&!t.hasPrecedingLineBreak()?dt(54):void 0,te=Ji(),le=xe(90112,ji);an(w,te,le);let ne=y.createPropertyDeclaration(b,w,A||R,te,le);return Ae(M(ne,c),m)}function nf(c,m,b){let w=dt(42),A=Ua(),R=dt(58);return w||f()===21||f()===30?Wc(c,m,b,w,A,R,void 0,U.or_expected):rf(c,m,b,A,R)}function da(c,m,b,w,A){let R=Ua(),te=Vr(),le=Gn(0),ne=Dn(59,!1),ie=bo(A),ve=w===177?y.createGetAccessorDeclaration(b,R,le,ne,ie):y.createSetAccessorDeclaration(b,R,le,ie);return ve.typeParameters=te,Qo(ve)&&(ve.type=ne),Ae(M(ve,c),m)}function mh(){let c;if(f()===60)return!0;for(;bi(f());){if(c=f(),o3(c))return!0;O()}if(f()===42||(Oi()&&(c=f(),O()),f()===23))return!0;if(c!==void 0){if(!Si(c)||c===153||c===139)return!0;switch(f()){case 21:case 30:case 54:case 59:case 64:case 58:return!0;default:return ui()}}return!1}function af(c,m,b){Hn(126);let w=hh(),A=Ae(M(y.createClassStaticBlockDeclaration(w),c),m);return A.modifiers=b,A}function hh(){let c=En(),m=Sr();z(!1),ee(!0);let b=Wa(!1);return z(c),ee(m),b}function yh(){if(Sr()&&f()===135){let c=T(),m=Lt(U.Expression_expected);O();let b=ho(c,m,!0);return Ip(c,b)}return Is()}function Vc(){let c=T();if(!je(60))return;let m=na(yh);return M(y.createDecorator(m),c)}function of(c,m,b){let w=T(),A=f();if(f()===87&&m){if(!ft(xu))return}else{if(b&&f()===126&&Te(mf))return;if(c&&f()===126)return;if(!i1())return}return M(ue(A),w)}function Xn(c,m,b){let w=T(),A,R,te,le=!1,ne=!1,ie=!1;if(c&&f()===60)for(;R=Vc();)A=xt(A,R);for(;te=of(le,m,b);)te.kind===126&&(le=!0),A=xt(A,te),ne=!0;if(ne&&c&&f()===60)for(;R=Vc();)A=xt(A,R),ie=!0;if(ie)for(;te=of(le,m,b);)te.kind===126&&(le=!0),A=xt(A,te);return A&&Ft(A,w)}function Hc(){let c;if(f()===134){let m=T();O();let b=M(ue(134),m);c=Ft([b],m)}return c}function gh(){let c=T(),m=x();if(f()===27)return O(),Ae(M(y.createSemicolonClassElement(),c),m);let b=Xn(!0,!0,!0);if(f()===126&&Te(mf))return af(c,m,b);if(_a(139))return da(c,m,b,177,0);if(_a(153))return da(c,m,b,178,0);if(f()===137||f()===11){let w=dh(c,m,b);if(w)return w}if(Gu())return ua(c,m,b);if(kt(f())||f()===11||f()===9||f()===42||f()===23)if(mt(b,qc)){for(let A of b)A.flags|=33554432;return ke(33554432,()=>nf(c,m,b))}else return nf(c,m,b);if(b){let w=Jr(80,!0,U.Declaration_expected);return rf(c,m,b,w,void 0)}return N.fail("Should not have attempted to parse class member declaration.")}function bh(){let c=T(),m=x(),b=Xn(!0);if(f()===86)return Gc(c,m,b,231);let w=Jr(282,!0,U.Expression_expected);return Cd(w,c),w.modifiers=b,w}function sf(){return Gc(T(),x(),void 0,231)}function _f(c,m,b){return Gc(c,m,b,263)}function Gc(c,m,b,w){let A=Sr();H(86);let R=Xc(),te=Vr();mt(b,Ux)&&ee(!0);let le=cf(),ne;H(19)?(ne=xh(),H(20)):ne=pi(),ee(A);let ie=w===263?y.createClassDeclaration(b,R,te,le,ne):y.createClassExpression(b,R,te,le,ne);return Ae(M(ie,c),m)}function Xc(){return An()&&!vh()?Ni(An()):void 0}function vh(){return f()===119&&Te(Cu)}function cf(){if(lf())return zr(22,Th)}function Th(){let c=T(),m=f();N.assert(m===96||m===119),O();let b=Wr(7,Sh);return M(y.createHeritageClause(m,b),c)}function Sh(){let c=T(),m=Is();if(m.kind===233)return m;let b=qs();return M(y.createExpressionWithTypeArguments(m,b),c)}function qs(){return f()===30?ca(20,gt,30,32):void 0}function lf(){return f()===96||f()===119}function xh(){return zr(5,gh)}function wh(c,m,b){H(120);let w=Lt(),A=Vr(),R=cf(),te=Yu(),le=y.createInterfaceDeclaration(b,w,A,R,te);return Ae(M(le,c),m)}function uf(c,m,b){H(156),t.hasPrecedingLineBreak()&&Je(U.Line_break_not_permitted_here);let w=Lt(),A=Vr();H(64);let R=f()===141&&ft(np)||gt();xr();let te=y.createTypeAliasDeclaration(b,w,A,R);return Ae(M(te,c),m)}function pf(){let c=T(),m=x(),b=Ua(),w=Le(ji);return Ae(M(y.createEnumMember(b,w),c),m)}function Ch(c,m,b){H(94);let w=Lt(),A;H(19)?(A=ia(()=>Wr(6,pf)),H(20)):A=pi();let R=y.createEnumDeclaration(b,w,A);return Ae(M(R,c),m)}function zs(){let c=T(),m;return H(19)?(m=zr(1,wr),H(20)):m=pi(),M(y.createModuleBlock(m),c)}function ff(c,m,b,w){let A=w&32,R=Lt(),te=je(25)?ff(T(),!1,void 0,8|A):zs(),le=y.createModuleDeclaration(b,R,te,w);return Ae(M(le,c),m)}function $c(c,m,b){let w=0,A;f()===162?(A=Lt(),w|=2048):(A=fi(),A.text=sa(A.text));let R;f()===19?R=zs():xr();let te=y.createModuleDeclaration(b,A,R,w);return Ae(M(te,c),m)}function Eh(c,m,b){let w=0;if(f()===162)return $c(c,m,b);if(je(145))w|=32;else if(H(144),f()===11)return $c(c,m,b);return ff(c,m,b,w)}function Ah(){return f()===149&&Te(df)}function df(){return O()===21}function mf(){return O()===19}function kh(){return O()===44}function Qc(c,m,b){H(130),H(145);let w=Lt();xr();let A=y.createNamespaceExportDeclaration(w);return A.modifiers=b,Ae(M(A,c),m)}function Dh(c,m,b){H(102);let w=t.getTokenFullStart(),A;Et()&&(A=Lt());let R=!1;if(f()!==161&&(A==null?void 0:A.escapedText)==="type"&&(Et()||Ih())&&(R=!0,A=Et()?Lt():void 0),A&&!Nh())return Oh(c,m,b,A,R);let te;(A||f()===42||f()===19)&&(te=Mh(A,w,R),H(161));let le=Ws(),ne;f()===132&&!t.hasPrecedingLineBreak()&&(ne=ma()),xr();let ie=y.createImportDeclaration(b,te,le,ne);return Ae(M(ie,c),m)}function Ph(){let c=T(),m=kt(f())?Yt():za(11);H(59);let b=tr(!0);return M(y.createAssertEntry(m,b),c)}function ma(c){let m=T();c||H(132);let b=t.getTokenStart();if(H(19)){let w=t.hasPrecedingLineBreak(),A=Wr(24,Ph,!0);if(!H(20)){let R=wi(ct);R&&R.code===U._0_expected.code&&nl(R,Ao(sr,b,1,U.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return M(y.createAssertClause(A,w),m)}else{let w=Ft([],T(),void 0,!1);return M(y.createAssertClause(w,!1),m)}}function Ih(){return f()===42||f()===19}function Nh(){return f()===28||f()===161}function Oh(c,m,b,w,A){H(64);let R=ha();xr();let te=y.createImportEqualsDeclaration(b,A,w,R);return Ae(M(te,c),m)}function Mh(c,m,b){let w;return(!c||je(28))&&(w=f()===42?Jh():Ha(275)),M(y.createImportClause(b,c,w),m)}function ha(){return Ah()?Lh():la(!1)}function Lh(){let c=T();H(149),H(21);let m=Ws();return H(22),M(y.createExternalModuleReference(m),c)}function Ws(){if(f()===11){let c=fi();return c.text=sa(c.text),c}else return Jt()}function Jh(){let c=T();H(42),H(130);let m=Lt();return M(y.createNamespaceImport(m),c)}function Ha(c){let m=T(),b=c===275?y.createNamedImports(ca(23,jh,19,20)):y.createNamedExports(ca(23,Rh,19,20));return M(b,m)}function Rh(){let c=x();return Ae(hf(281),c)}function jh(){return hf(276)}function hf(c){let m=T(),b=Si(f())&&!Et(),w=t.getTokenStart(),A=t.getTokenEnd(),R=!1,te,le=!0,ne=Yt();if(ne.escapedText==="type")if(f()===130){let He=Yt();if(f()===130){let Be=Yt();kt(f())?(R=!0,te=He,ne=ve(),le=!1):(te=ne,ne=Be,le=!1)}else kt(f())?(te=ne,le=!1,ne=ve()):(R=!0,ne=He)}else kt(f())&&(R=!0,ne=ve());le&&f()===130&&(te=ne,H(130),ne=ve()),c===276&&b&&Mt(w,A,U.Identifier_expected);let ie=c===276?y.createImportSpecifier(R,te,ne):y.createExportSpecifier(R,te,ne);return M(ie,m);function ve(){return b=Si(f())&&!Et(),w=t.getTokenStart(),A=t.getTokenEnd(),Yt()}}function Fh(c){return M(y.createNamespaceExport(Yt()),c)}function Bh(c,m,b){let w=Sr();ee(!0);let A,R,te,le=je(156),ne=T();je(42)?(je(130)&&(A=Fh(ne)),H(161),R=Ws()):(A=Ha(279),(f()===161||f()===11&&!t.hasPrecedingLineBreak())&&(H(161),R=Ws())),R&&f()===132&&!t.hasPrecedingLineBreak()&&(te=ma()),xr(),ee(w);let ie=y.createExportDeclaration(b,le,A,R,te);return Ae(M(ie,c),m)}function Uh(c,m,b){let w=Sr();ee(!0);let A;je(64)?A=!0:H(90);let R=tr(!0);xr(),ee(w);let te=y.createExportAssignment(b,A,R);return Ae(M(te,c),m)}let ya;(c=>{c[c.SourceElements=0]="SourceElements",c[c.BlockStatements=1]="BlockStatements",c[c.SwitchClauses=2]="SwitchClauses",c[c.SwitchClauseStatements=3]="SwitchClauseStatements",c[c.TypeMembers=4]="TypeMembers",c[c.ClassMembers=5]="ClassMembers",c[c.EnumMembers=6]="EnumMembers",c[c.HeritageClauseElement=7]="HeritageClauseElement",c[c.VariableDeclarations=8]="VariableDeclarations",c[c.ObjectBindingElements=9]="ObjectBindingElements",c[c.ArrayBindingElements=10]="ArrayBindingElements",c[c.ArgumentExpressions=11]="ArgumentExpressions",c[c.ObjectLiteralMembers=12]="ObjectLiteralMembers",c[c.JsxAttributes=13]="JsxAttributes",c[c.JsxChildren=14]="JsxChildren",c[c.ArrayLiteralMembers=15]="ArrayLiteralMembers",c[c.Parameters=16]="Parameters",c[c.JSDocParameters=17]="JSDocParameters",c[c.RestProperties=18]="RestProperties",c[c.TypeParameters=19]="TypeParameters",c[c.TypeArguments=20]="TypeArguments",c[c.TupleElementTypes=21]="TupleElementTypes",c[c.HeritageClauses=22]="HeritageClauses",c[c.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",c[c.AssertEntries=24]="AssertEntries",c[c.JSDocComment=25]="JSDocComment",c[c.Count=26]="Count"})(ya||(ya={}));let yf;(c=>{c[c.False=0]="False",c[c.True=1]="True",c[c.Unknown=2]="Unknown"})(yf||(yf={}));let gf;(c=>{function m(ie,ve,He){rn("file.js",ie,99,void 0,1),t.setText(ie,ve,He),ht=t.scan();let Be=b(),Ue=ge("file.js",99,1,!1,[],ue(1),0,Rn),Rt=$a(ct,Ue);return Ut&&(Ue.jsDocDiagnostics=$a(Ut,Ue)),nn(),Be?{jsDocTypeExpression:Be,diagnostics:Rt}:void 0}c.parseJSDocTypeExpressionForTests=m;function b(ie){let ve=T(),He=(ie?je:H)(19),Be=ke(16777216,xs);(!ie||He)&&Ba(20);let Ue=y.createJSDocTypeExpression(Be);return oe(Ue),M(Ue,ve)}c.parseJSDocTypeExpression=b;function w(){let ie=T(),ve=je(19),He=T(),Be=la(!1);for(;f()===81;)Ye(),fe(),Be=M(y.createJSDocMemberName(Be,Lt()),He);ve&&Ba(20);let Ue=y.createJSDocNameReference(Be);return oe(Ue),M(Ue,ie)}c.parseJSDocNameReference=w;function A(ie,ve,He){rn("",ie,99,void 0,1);let Be=ke(16777216,()=>ne(ve,He)),Rt=$a(ct,{languageVariant:0,text:ie});return nn(),Be?{jsDoc:Be,diagnostics:Rt}:void 0}c.parseIsolatedJSDocComment=A;function R(ie,ve,He){let Be=ht,Ue=ct.length,Rt=Qt,Gr=ke(16777216,()=>ne(ve,He));return Xi(Gr,ie),at&524288&&(Ut||(Ut=[]),Ut.push(...ct)),ht=Be,ct.length=Ue,Qt=Rt,Gr}c.parseJSDocComment=R;let te;(ie=>{ie[ie.BeginningOfLine=0]="BeginningOfLine",ie[ie.SawAsterisk=1]="SawAsterisk",ie[ie.SavingComments=2]="SavingComments",ie[ie.SavingBackticks=3]="SavingBackticks"})(te||(te={}));let le;(ie=>{ie[ie.Property=1]="Property",ie[ie.Parameter=2]="Parameter",ie[ie.CallbackParameter=4]="CallbackParameter"})(le||(le={}));function ne(ie=0,ve){let He=pt;pt|=1<<25;let Be=St,Ue=ve===void 0?Be.length:ie+ve;if(ve=Ue-ie,N.assert(ie>=0),N.assert(ie<=Ue),N.assert(Ue<=Be.length),!q8(Be,ie))return;let Rt,Gr,di,mi,hi,Ui=[],ga=[],ba=t.scanRange(ie+3,ve-5,qh);return pt=He,ba;function qh(){let F=1,re,Z=ie-(Be.lastIndexOf(`
18
+ `,ie)+1)+4;function se(ze){re||(re=Z),Ui.push(ze),Z+=ze.length}for(fe();xo(5););xo(4)&&(F=0,Z=0);e:for(;;){switch(f()){case 60:zh(Ui),hi||(hi=T()),u(To(Z)),F=0,re=void 0;break;case 4:Ui.push(t.getTokenText()),F=0,Z=0;break;case 42:let ze=t.getTokenText();F===1?(F=2,se(ze)):(N.assert(F===0),F=1,Z+=ze.length);break;case 5:N.assert(F!==2,"whitespace shouldn't come from the scanner while saving top-level comment text");let At=t.getTokenText();re!==void 0&&Z+At.length>re&&Ui.push(At.slice(re-Z)),Z+=At.length;break;case 1:break e;case 82:F=2,se(t.getTokenValue());break;case 19:F=2;let Pn=t.getTokenFullStart(),sn=t.getTokenEnd()-1,Ar=vf(sn);if(Ar){mi||bf(Ui),ga.push(M(y.createJSDocText(Ui.join("")),mi??ie,Pn)),ga.push(Ar),Ui=[],mi=t.getTokenEnd();break}default:F=2,se(t.getTokenText());break}F===2?be(!1):fe()}let ce=n_(Ui.join(""));ga.length&&ce.length&&ga.push(M(y.createJSDocText(ce),mi??ie,hi)),ga.length&&Rt&&N.assertIsDefined(hi,"having parsed tags implies that the end of the comment span should be set");let Me=Rt&&Ft(Rt,Gr,di);return M(y.createJSDocComment(ga.length?Ft(ga,ie,hi):ce.length?ce:void 0,Me),ie,Ue)}function bf(F){for(;F.length&&(F[0]===`
19
+ `||F[0]==="\r");)F.shift()}function zh(F){for(;F.length;){let re=n_(F[F.length-1]);if(re==="")F.pop();else if(re.length<F[F.length-1].length){F[F.length-1]=re;break}else break}}function Oe(){for(;;){if(fe(),f()===1)return!0;if(!(f()===5||f()===4))return!1}}function Xe(){if(!((f()===5||f()===4)&&Te(Oe)))for(;f()===5||f()===4;)fe()}function Cr(){if((f()===5||f()===4)&&Te(Oe))return"";let F=t.hasPrecedingLineBreak(),re=!1,Z="";for(;F&&f()===42||f()===5||f()===4;)Z+=t.getTokenText(),f()===4?(F=!0,re=!0,Z=""):f()===42&&(F=!1),fe();return re?Z:""}function To(F){N.assert(f()===60);let re=t.getTokenStart();fe();let Z=Ga(void 0),se=Cr(),ce;switch(Z.escapedText){case"author":ce=n5(re,Z,F,se);break;case"implements":ce=a5(re,Z,F,se);break;case"augments":case"extends":ce=o5(re,Z,F,se);break;case"class":case"constructor":ce=So(re,y.createJSDocClassTag,Z,F,se);break;case"public":ce=So(re,y.createJSDocPublicTag,Z,F,se);break;case"private":ce=So(re,y.createJSDocPrivateTag,Z,F,se);break;case"protected":ce=So(re,y.createJSDocProtectedTag,Z,F,se);break;case"readonly":ce=So(re,y.createJSDocReadonlyTag,Z,F,se);break;case"override":ce=So(re,y.createJSDocOverrideTag,Z,F,se);break;case"deprecated":qn=!0,ce=So(re,y.createJSDocDeprecatedTag,Z,F,se);break;case"this":ce=c5(re,Z,F,se);break;case"enum":ce=l5(re,Z,F,se);break;case"arg":case"argument":case"param":return de(re,Z,2,F);case"return":case"returns":ce=Er(re,Z,F,se);break;case"template":ce=Ib(re,Z,F,se);break;case"type":ce=$n(re,Z,F,se);break;case"typedef":ce=u5(re,Z,F,se);break;case"callback":ce=f5(re,Z,F,se);break;case"overload":ce=d5(re,Z,F,se);break;case"satisfies":ce=s5(re,Z,F,se);break;case"see":ce=yi(re,Z,F,se);break;case"exception":case"throws":ce=Vs(re,Z,F,se);break;default:ce=s(re,Z,F,se);break}return ce}function lr(F,re,Z,se){return se||(Z+=re-F),on(Z,se.slice(Z))}function on(F,re){let Z=T(),se=[],ce=[],Me,ze=0,At;function Pn(Qn){At||(At=F),se.push(Qn),F+=Qn.length}re!==void 0&&(re!==""&&Pn(re),ze=1);let sn=f();e:for(;;){switch(sn){case 4:ze=0,se.push(t.getTokenText()),F=0;break;case 60:t.resetTokenState(t.getTokenEnd()-1);break e;case 1:break e;case 5:N.assert(ze!==2&&ze!==3,"whitespace shouldn't come from the scanner while saving comment text");let Qn=t.getTokenText();At!==void 0&&F+Qn.length>At&&(se.push(Qn.slice(At-F)),ze=2),F+=Qn.length;break;case 19:ze=2;let Tf=t.getTokenFullStart(),Hs=t.getTokenEnd()-1,Sf=vf(Hs);Sf?(ce.push(M(y.createJSDocText(se.join("")),Me??Z,Tf)),ce.push(Sf),se=[],Me=t.getTokenEnd()):Pn(t.getTokenText());break;case 62:ze===3?ze=2:ze=3,Pn(t.getTokenText());break;case 82:ze!==3&&(ze=2),Pn(t.getTokenValue());break;case 42:if(ze===0){ze=1,F+=1;break}default:ze!==3&&(ze=2),Pn(t.getTokenText());break}ze===2||ze===3?sn=be(ze===3):sn=fe()}bf(se);let Ar=n_(se.join(""));if(ce.length)return Ar.length&&ce.push(M(y.createJSDocText(Ar),Me??Z)),Ft(ce,Z,t.getTokenEnd());if(Ar.length)return Ar}function vf(F){let re=ft(n);if(!re)return;fe(),Xe();let Z=T(),se=kt(f())?la(!0):void 0;if(se)for(;f()===81;)Ye(),fe(),se=M(y.createJSDocMemberName(se,Lt()),Z);let ce=[];for(;f()!==20&&f()!==4&&f()!==1;)ce.push(t.getTokenText()),fe();let Me=re==="link"?y.createJSDocLink:re==="linkcode"?y.createJSDocLinkCode:y.createJSDocLinkPlain;return M(Me(se,ce.join("")),F,t.getTokenEnd())}function n(){if(Cr(),f()===19&&fe()===60&&kt(fe())){let F=t.getTokenValue();if(o(F))return F}}function o(F){return F==="link"||F==="linkcode"||F==="linkplain"}function s(F,re,Z,se){return M(y.createJSDocUnknownTag(re,lr(F,T(),Z,se)),F)}function u(F){F&&(Rt?Rt.push(F):(Rt=[F],Gr=F.pos),di=F.end)}function g(){return Cr(),f()===19?b():void 0}function I(){let F=xo(23);F&&Xe();let re=xo(62),Z=v5();return re&&t1(62),F&&(Xe(),dt(64)&&Jt(),H(24)),{name:Z,isBracketed:F}}function W(F){switch(F.kind){case 151:return!0;case 188:return W(F.elementType);default:return R_(F)&&Ee(F.typeName)&&F.typeName.escapedText==="Object"&&!F.typeArguments}}function de(F,re,Z,se){let ce=g(),Me=!ce;Cr();let{name:ze,isBracketed:At}=I(),Pn=Cr();Me&&!Te(n)&&(ce=g());let sn=lr(F,T(),se,Pn),Ar=We(ce,ze,Z,se);Ar&&(ce=Ar,Me=!0);let Qn=Z===1?y.createJSDocPropertyTag(re,ze,At,ce,Me,sn):y.createJSDocParameterTag(re,ze,At,ce,Me,sn);return M(Qn,F)}function We(F,re,Z,se){if(F&&W(F.type)){let ce=T(),Me,ze;for(;Me=ft(()=>Vh(Z,se,re));)Me.kind===348||Me.kind===355?ze=xt(ze,Me):Me.kind===352&&Lr(Me.tagName,U.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);if(ze){let At=M(y.createJSDocTypeLiteral(ze,F.type.kind===188),ce);return M(y.createJSDocTypeExpression(At),ce)}}}function Er(F,re,Z,se){mt(Rt,R6)&&Mt(re.pos,t.getTokenStart(),U._0_tag_already_specified,Vo(re.escapedText));let ce=g();return M(y.createJSDocReturnTag(re,ce,lr(F,T(),Z,se)),F)}function $n(F,re,Z,se){mt(Rt,lu)&&Mt(re.pos,t.getTokenStart(),U._0_tag_already_specified,Vo(re.escapedText));let ce=b(!0),Me=Z!==void 0&&se!==void 0?lr(F,T(),Z,se):void 0;return M(y.createJSDocTypeTag(re,ce,Me),F)}function yi(F,re,Z,se){let Me=f()===23||Te(()=>fe()===60&&kt(fe())&&o(t.getTokenValue()))?void 0:w(),ze=Z!==void 0&&se!==void 0?lr(F,T(),Z,se):void 0;return M(y.createJSDocSeeTag(re,Me,ze),F)}function Vs(F,re,Z,se){let ce=g(),Me=lr(F,T(),Z,se);return M(y.createJSDocThrowsTag(re,ce,Me),F)}function n5(F,re,Z,se){let ce=T(),Me=i5(),ze=t.getTokenFullStart(),At=lr(F,ze,Z,se);At||(ze=t.getTokenFullStart());let Pn=typeof At!="string"?Ft(y_([M(Me,ce,ze)],At),ce):Me.text+At;return M(y.createJSDocAuthorTag(re,Pn),F)}function i5(){let F=[],re=!1,Z=t.getToken();for(;Z!==1&&Z!==4;){if(Z===30)re=!0;else{if(Z===60&&!re)break;if(Z===32&&re){F.push(t.getTokenText()),t.resetTokenState(t.getTokenEnd());break}}F.push(t.getTokenText()),Z=fe()}return y.createJSDocText(F.join(""))}function a5(F,re,Z,se){let ce=Db();return M(y.createJSDocImplementsTag(re,ce,lr(F,T(),Z,se)),F)}function o5(F,re,Z,se){let ce=Db();return M(y.createJSDocAugmentsTag(re,ce,lr(F,T(),Z,se)),F)}function s5(F,re,Z,se){let ce=b(!1),Me=Z!==void 0&&se!==void 0?lr(F,T(),Z,se):void 0;return M(y.createJSDocSatisfiesTag(re,ce,Me),F)}function Db(){let F=je(19),re=T(),Z=_5();t.setInJSDocType(!0);let se=qs();t.setInJSDocType(!1);let ce=y.createExpressionWithTypeArguments(Z,se),Me=M(ce,re);return F&&H(20),Me}function _5(){let F=T(),re=Ga();for(;je(25);){let Z=Ga();re=M(ae(re,Z),F)}return re}function So(F,re,Z,se,ce){return M(re(Z,lr(F,T(),se,ce)),F)}function c5(F,re,Z,se){let ce=b(!0);return Xe(),M(y.createJSDocThisTag(re,ce,lr(F,T(),Z,se)),F)}function l5(F,re,Z,se){let ce=b(!0);return Xe(),M(y.createJSDocEnumTag(re,ce,lr(F,T(),Z,se)),F)}function u5(F,re,Z,se){let ce=g();Cr();let Me=Wh();Xe();let ze=on(Z),At;if(!ce||W(ce.type)){let sn,Ar,Qn,Tf=!1;for(;(sn=ft(()=>h5(Z)))&&sn.kind!==352;)if(Tf=!0,sn.kind===351)if(Ar){let Hs=Je(U.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);Hs&&nl(Hs,Ao(sr,0,0,U.The_tag_was_first_specified_here));break}else Ar=sn;else Qn=xt(Qn,sn);if(Tf){let Hs=ce&&ce.type.kind===188,Sf=y.createJSDocTypeLiteral(Qn,Hs);ce=Ar&&Ar.typeExpression&&!W(Ar.typeExpression.type)?Ar.typeExpression:M(Sf,F),At=ce.end}}At=At||ze!==void 0?T():(Me??ce??re).end,ze||(ze=lr(F,At,Z,se));let Pn=y.createJSDocTypedefTag(re,ce,Me,ze);return M(Pn,F,At)}function Wh(F){let re=t.getTokenStart();if(!kt(f()))return;let Z=Ga();if(je(25)){let se=Wh(!0),ce=y.createModuleDeclaration(void 0,Z,se,F?8:void 0);return M(ce,re)}return F&&(Z.flags|=4096),Z}function p5(F){let re=T(),Z,se;for(;Z=ft(()=>Vh(4,F));){if(Z.kind===352){Lr(Z.tagName,U.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);break}se=xt(se,Z)}return Ft(se||[],re)}function Pb(F,re){let Z=p5(re),se=ft(()=>{if(xo(60)){let ce=To(re);if(ce&&ce.kind===349)return ce}});return M(y.createJSDocSignature(void 0,Z,se),F)}function f5(F,re,Z,se){let ce=Wh();Xe();let Me=on(Z),ze=Pb(F,Z);Me||(Me=lr(F,T(),Z,se));let At=Me!==void 0?T():ze.end;return M(y.createJSDocCallbackTag(re,ze,ce,Me),F,At)}function d5(F,re,Z,se){Xe();let ce=on(Z),Me=Pb(F,Z);ce||(ce=lr(F,T(),Z,se));let ze=ce!==void 0?T():Me.end;return M(y.createJSDocOverloadTag(re,Me,ce),F,ze)}function m5(F,re){for(;!Ee(F)||!Ee(re);)if(!Ee(F)&&!Ee(re)&&F.right.escapedText===re.right.escapedText)F=F.left,re=re.left;else return!1;return F.escapedText===re.escapedText}function h5(F){return Vh(1,F)}function Vh(F,re,Z){let se=!0,ce=!1;for(;;)switch(fe()){case 60:if(se){let Me=y5(F,re);return Me&&(Me.kind===348||Me.kind===355)&&Z&&(Ee(Me.name)||!m5(Z,Me.name.left))?!1:Me}ce=!1;break;case 4:se=!0,ce=!1;break;case 42:ce&&(se=!1),ce=!0;break;case 80:se=!1;break;case 1:return!1}}function y5(F,re){N.assert(f()===60);let Z=t.getTokenFullStart();fe();let se=Ga(),ce=Cr(),Me;switch(se.escapedText){case"type":return F===1&&$n(Z,se);case"prop":case"property":Me=1;break;case"arg":case"argument":case"param":Me=6;break;case"template":return Ib(Z,se,re,ce);default:return!1}return F&Me?de(Z,se,F,re):!1}function g5(){let F=T(),re=xo(23);re&&Xe();let Z=Ga(U.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),se;if(re&&(Xe(),H(64),se=ke(16777216,xs),H(24)),!zi(Z))return M(y.createTypeParameterDeclaration(void 0,Z,void 0,se),F)}function b5(){let F=T(),re=[];do{Xe();let Z=g5();Z!==void 0&&re.push(Z),Cr()}while(xo(28));return Ft(re,F)}function Ib(F,re,Z,se){let ce=f()===19?b():void 0,Me=b5();return M(y.createJSDocTemplateTag(re,ce,Me,lr(F,T(),Z,se)),F)}function xo(F){return f()===F?(fe(),!0):!1}function v5(){let F=Ga();for(je(23)&&H(24);je(25);){let re=Ga();je(23)&&H(24),F=s1(F,re)}return F}function Ga(F){if(!kt(f()))return Jr(80,!F,F||U.Identifier_expected);Or++;let re=t.getTokenStart(),Z=t.getTokenEnd(),se=f(),ce=sa(t.getTokenValue()),Me=M(G(ce,se),re,Z);return fe(),Me}}})(gf=e.JSDocParser||(e.JSDocParser={}))})(Zn||(Zn={})),(e=>{function t(k,L,G,K){if(K=K||N.shouldAssert(2),y(k,L,G,K),w4(G))return k;if(k.statements.length===0)return Zn.parseSourceFile(k.fileName,L,k.languageVersion,void 0,!0,k.scriptKind,k.setExternalModuleIndicator);let ue=k;N.assert(!ue.hasBeenIncrementallyParsed),ue.hasBeenIncrementallyParsed=!0,Zn.fixupParentReferences(ue);let Y=k.text,B=C(k),ae=l(k,G);y(k,L,ae,K),N.assert(ae.span.start<=G.span.start),N.assert(Kt(ae.span)===Kt(G.span)),N.assert(Kt(Qs(ae))===Kt(Qs(G)));let Ce=Qs(ae).length-ae.span.length;h(ue,ae.span.start,Kt(ae.span),Kt(Qs(ae)),Ce,Y,L,K);let Ze=Zn.parseSourceFile(k.fileName,L,k.languageVersion,B,!0,k.scriptKind,k.setExternalModuleIndicator);return Ze.commentDirectives=r(k.commentDirectives,Ze.commentDirectives,ae.span.start,Kt(ae.span),Ce,Y,L,K),Ze.impliedNodeFormat=k.impliedNodeFormat,Ze}e.updateSourceFile=t;function r(k,L,G,K,ue,Y,B,ae){if(!k)return L;let Ce,Ze=!1;for(let rt of k){let{range:it,type:Ir}=rt;if(it.end<G)Ce=xt(Ce,rt);else if(it.pos>K){qe();let ar={range:{pos:it.pos+ue,end:it.end+ue},type:Ir};Ce=xt(Ce,ar),ae&&N.assert(Y.substring(it.pos,it.end)===B.substring(ar.range.pos,ar.range.end))}}return qe(),Ce;function qe(){Ze||(Ze=!0,Ce?L&&Ce.push(...L):Ce=L)}}function a(k,L,G,K,ue,Y){L?ae(k):B(k);return;function B(Ce){let Ze="";if(Y&&_(Ce)&&(Ze=K.substring(Ce.pos,Ce.end)),Ce._children&&(Ce._children=void 0),Ya(Ce,Ce.pos+G,Ce.end+G),Y&&_(Ce)&&N.assert(Ze===ue.substring(Ce.pos,Ce.end)),Bt(Ce,B,ae),Wi(Ce))for(let qe of Ce.jsDoc)B(qe);d(Ce,Y)}function ae(Ce){Ce._children=void 0,Ya(Ce,Ce.pos+G,Ce.end+G);for(let Ze of Ce)B(Ze)}}function _(k){switch(k.kind){case 11:case 9:case 80:return!0}return!1}function p(k,L,G,K,ue){N.assert(k.end>=L,"Adjusting an element that was entirely before the change range"),N.assert(k.pos<=G,"Adjusting an element that was entirely after the change range"),N.assert(k.pos<=k.end);let Y=Math.min(k.pos,K),B=k.end>=G?k.end+ue:Math.min(k.end,K);N.assert(Y<=B),k.parent&&(N.assertGreaterThanOrEqual(Y,k.parent.pos),N.assertLessThanOrEqual(B,k.parent.end)),Ya(k,Y,B)}function d(k,L){if(L){let G=k.pos,K=ue=>{N.assert(ue.pos>=G),G=ue.end};if(Wi(k))for(let ue of k.jsDoc)K(ue);Bt(k,K),N.assert(G<=k.end)}}function h(k,L,G,K,ue,Y,B,ae){Ce(k);return;function Ce(qe){if(N.assert(qe.pos<=qe.end),qe.pos>G){a(qe,!1,ue,Y,B,ae);return}let rt=qe.end;if(rt>=L){if(qe.intersectsChange=!0,qe._children=void 0,p(qe,L,G,K,ue),Bt(qe,Ce,Ze),Wi(qe))for(let it of qe.jsDoc)Ce(it);d(qe,ae);return}N.assert(rt<L)}function Ze(qe){if(N.assert(qe.pos<=qe.end),qe.pos>G){a(qe,!0,ue,Y,B,ae);return}let rt=qe.end;if(rt>=L){qe.intersectsChange=!0,qe._children=void 0,p(qe,L,G,K,ue);for(let it of qe)Ce(it);return}N.assert(rt<L)}}function l(k,L){let K=L.span.start;for(let B=0;K>0&&B<=1;B++){let ae=v(k,K);N.assert(ae.pos<=K);let Ce=ae.pos;K=Math.max(0,Ce-1)}let ue=Hi(K,Kt(L.span)),Y=L.newLength+(L.span.start-K);return $d(ue,Y)}function v(k,L){let G=k,K;if(Bt(k,Y),K){let B=ue(K);B.pos>G.pos&&(G=B)}return G;function ue(B){for(;;){let ae=kS(B);if(ae)B=ae;else return B}}function Y(B){if(!zi(B))if(B.pos<=L){if(B.pos>=G.pos&&(G=B),L<B.end)return Bt(B,Y),!0;N.assert(B.end<=L),K=B}else return N.assert(B.pos>L),!0}}function y(k,L,G,K){let ue=k.text;if(G&&(N.assert(ue.length-G.span.length+G.newLength===L.length),K||N.shouldAssert(3))){let Y=ue.substr(0,G.span.start),B=L.substr(0,G.span.start);N.assert(Y===B);let ae=ue.substring(Kt(G.span),ue.length),Ce=L.substring(Kt(Qs(G)),L.length);N.assert(ae===Ce)}}function C(k){let L=k.statements,G=0;N.assert(G<L.length);let K=L[G],ue=-1;return{currentNode(B){return B!==ue&&(K&&K.end===B&&G<L.length-1&&(G++,K=L[G]),(!K||K.pos!==B)&&Y(B)),ue=B,N.assert(!K||K.pos===B),K}};function Y(B){L=void 0,G=-1,K=void 0,Bt(k,ae,Ce);return;function ae(Ze){return B>=Ze.pos&&B<Ze.end?(Bt(Ze,ae,Ce),!0):!1}function Ce(Ze){if(B>=Ze.pos&&B<Ze.end)for(let qe=0;qe<Ze.length;qe++){let rt=Ze[qe];if(rt){if(rt.pos===B)return L=Ze,G=qe,K=rt,!0;if(rt.pos<B&&B<rt.end)return Bt(rt,ae,Ce),!0}}return!1}}}e.createSyntaxCursor=C;let S;(k=>{k[k.Value=-1]="Value"})(S||(S={}))})(Vf||(Vf={})),Hf=new Map,Q8=/^\/\/\/\s*<(\S+)\s.*?\/>/im,Y8=/^\/\/\/?\s*@([^\s:]+)(.*)\s*$/im}}),Wj=()=>{},$V=Vt({"src/compiler/pnp.ts"(){"use strict";t4()}}),Vj=()=>{},Hj=()=>{},Gj=()=>{},Xj=()=>{},$j=()=>{},Qj=()=>{},Yj=()=>{},Kj=()=>{},Zj=()=>{},eF=()=>{},tF=()=>{},rF=()=>{},nF=()=>{},iF=()=>{},aF=()=>{},oF=()=>{},sF=()=>{},_F=()=>{},cF=()=>{},lF=()=>{},uF=()=>{},pF=()=>{},fF=()=>{},dF=()=>{},mF=()=>{},hF=()=>{},yF=()=>{},gF=()=>{},bF=()=>{},vF=()=>{},TF=()=>{},SF=()=>{},xF=()=>{},wF=()=>{},CF=()=>{},EF=()=>{},AF=()=>{},kF=()=>{},DF=()=>{},PF=()=>{},IF=()=>{},NF=()=>{},OF=()=>{},MF=()=>{},LF=()=>{},JF=()=>{},RF=()=>{},Dr=Vt({"src/compiler/_namespaces/ts.ts"(){"use strict";N5(),pE(),Vv(),fE(),dE(),hE(),bE(),Xv(),TE(),t4(),RE(),HE(),Jk(),SL(),xL(),wL(),CL(),jL(),FL(),BL(),mR(),kj(),Dj(),zj(),Wj(),Vj(),Hj(),Gj(),$j(),Qj(),Yj(),Kj(),Zj(),eF(),tF(),rF(),nF(),iF(),aF(),oF(),sF(),_F(),cF(),lF(),uF(),pF(),fF(),dF(),mF(),hF(),yF(),gF(),bF(),vF(),TF(),SF(),xF(),wF(),CF(),EF(),AF(),kF(),DF(),PF(),IF(),NF(),OF(),MF(),LF(),JF(),RF(),Xj(),Gv()}}),K8=()=>{},jF=()=>{},Z8=()=>{},Fo,Z8=()=>{Vv(),Fo=ns(99,!0)},FF=()=>{},e7=()=>{},BF=()=>{},UF=()=>{},qF=()=>{},zF=()=>{},WF=()=>{},VF=()=>{},HF=()=>{},GF=()=>{},t7=()=>{},r7=()=>{},n7=()=>{},XF=()=>{};function i7(e,t,r,a){let _=ql(e)?new Od(e,t,r):e===80?new Md(80,t,r):e===81?new Ld(81,t,r):new W6(e,t,r);return _.parent=a,_.flags=a.flags&101441536,_}function $F(e,t){if(!ql(e.kind))return $e;let r=[];if(w3(e))return e.forEachChild(d=>{r.push(d)}),r;Fo.setText((t||e.getSourceFile()).text);let a=e.pos,_=d=>{hl(r,a,d.pos,e),r.push(d),a=d.end},p=d=>{hl(r,a,d.pos,e),r.push(QF(d,e)),a=d.end};return yr(e.jsDoc,_),a=e.pos,e.forEachChild(_,p),hl(r,a,e.end,e),Fo.setText(void 0),r}function hl(e,t,r,a){for(Fo.resetTokenState(t);t<r;){let _=Fo.scan(),p=Fo.getTokenEnd();if(p<=r){if(_===80){if(_x(a))continue;N.fail(`Did not expect ${N.formatSyntaxKind(a.kind)} to have an Identifier in its trivia`)}e.push(i7(_,t,p,a))}if(t=p,_===1)break}}function QF(e,t){let r=i7(358,e.pos,e.end,t);r._children=[];let a=e.pos;for(let _ of e)hl(r._children,a,_.pos,t),r._children.push(_),a=_.end;return hl(r._children,a,e.end,t),r}function a7(e){return Ul(e).some(t=>t.tagName.text==="inheritDoc"||t.tagName.text==="inheritdoc")}function Df(e,t){if(!e)return $e;let r=ts_JsDoc_exports.getJsDocTagsFromDeclarations(e,t);if(t&&(r.length===0||e.some(a7))){let a=new Set;for(let _ of e){let p=o7(t,_,d=>{var h;if(!a.has(d))return a.add(d),_.kind===177||_.kind===178?d.getContextualJsDocTags(_,t):((h=d.declarations)==null?void 0:h.length)===1?d.getJsDocTags():void 0});p&&(r=[...p,...r])}}return r}function Kc(e,t){if(!e)return $e;let r=ts_JsDoc_exports.getJsDocCommentsFromDeclarations(e,t);if(t&&(r.length===0||e.some(a7))){let a=new Set;for(let _ of e){let p=o7(t,_,d=>{if(!a.has(d))return a.add(d),_.kind===177||_.kind===178?d.getContextualDocumentationComment(_,t):d.getDocumentationComment(t)});p&&(r=r.length===0?p.slice():p.concat(lineBreakPart(),r))}}return r}function o7(e,t,r){var a;let _=((a=t.parent)==null?void 0:a.kind)===176?t.parent.parent:t.parent;if(!_)return;let p=bm(t);return ng(PT(_),d=>{let h=e.getTypeAtLocation(d),l=p&&h.symbol?e.getTypeOfSymbol(h.symbol):h,v=e.getPropertyOfType(l,t.symbol.name);return v?r(v):void 0})}function YF(){return{getNodeConstructor:()=>Od,getTokenConstructor:()=>W6,getIdentifierConstructor:()=>Md,getPrivateIdentifierConstructor:()=>Ld,getSourceFileConstructor:()=>y7,getSymbolConstructor:()=>d7,getTypeConstructor:()=>m7,getSignatureConstructor:()=>h7,getSourceMapSourceConstructor:()=>g7}}function sl(e){let t=!0;for(let a in e)if(Qr(e,a)&&!dv(a)){t=!1;break}if(t)return e;let r={};for(let a in e)if(Qr(e,a)){let _=dv(a)?a:a.charAt(0).toLowerCase()+a.substr(1);r[_]=e[a]}return r}function dv(e){return!e.length||e.charAt(0)===e.charAt(0).toLowerCase()}function KF(e){return e?Aa(e,t=>t.text).join(""):""}function s7(){return{target:1,jsx:1}}function _7(){return ts_codefix_exports.getSupportedErrorCodes()}function c7(e,t,r){e.version=r,e.scriptSnapshot=t}function z6(e,t,r,a,_,p){let d=V8(e,getSnapshotText(t),r,_,p);return c7(d,t,a),d}function l7(e,t,r,a,_){if(a&&r!==e.version){let d,h=a.span.start!==0?e.text.substr(0,a.span.start):"",l=Kt(a.span)!==e.text.length?e.text.substr(Kt(a.span)):"";if(a.newLength===0)d=h&&l?h+l:h||l;else{let y=t.getText(a.span.start,a.span.start+a.newLength);d=h&&l?h+y+l:h?h+y:y+l}let v=q6(e,d,a,_);return c7(v,t,r),v.nameTable=void 0,e!==v&&e.scriptSnapshot&&(e.scriptSnapshot.dispose&&e.scriptSnapshot.dispose(),e.scriptSnapshot=void 0),v}let p={languageVersion:e.languageVersion,impliedNodeFormat:e.impliedNodeFormat,setExternalModuleIndicator:e.setExternalModuleIndicator};return z6(e.fileName,t,p,r,!0,e.scriptKind)}function ZF(e,t=createDocumentRegistry(e.useCaseSensitiveFileNames&&e.useCaseSensitiveFileNames(),e.getCurrentDirectory()),r){var a;let _;r===void 0?_=0:typeof r=="boolean"?_=r?2:0:_=r;let p=new b7(e),d,h,l=0,v=e.getCancellationToken?new T7(e.getCancellationToken()):v7,y=e.getCurrentDirectory();NS((a=e.getLocalizedDiagnosticMessages)==null?void 0:a.bind(e));function C(j){e.log&&e.log(j)}let S=C2(e),k=Ud(S),L=getSourceMapper({useCaseSensitiveFileNames:()=>S,getCurrentDirectory:()=>y,getProgram:ue,fileExists:rr(e,e.fileExists),readFile:rr(e,e.readFile),getDocumentPositionMapper:rr(e,e.getDocumentPositionMapper),getSourceFileLike:rr(e,e.getSourceFileLike),log:C});function G(j){let T=d.getSourceFile(j);if(!T){let x=new Error(`Could not find source file: '${j}'.`);throw x.ProgramFiles=d.getSourceFiles().map(f=>f.fileName),x}return T}function K(){var j,T,x;if(N.assert(_!==2),e.getProjectVersion){let Ie=e.getProjectVersion();if(Ie){if(h===Ie&&!((j=e.hasChangedAutomaticTypeDirectiveNames)!=null&&j.call(e)))return;h=Ie}}let f=e.getTypeRootsVersion?e.getTypeRootsVersion():0;l!==f&&(C("TypeRoots version has changed; provide new program"),d=void 0,l=f);let $=e.getScriptFileNames().slice(),Q=e.getCompilationSettings()||s7(),O=e.hasInvalidatedResolutions||$f,fe=rr(e,e.hasInvalidatedLibResolutions)||$f,be=rr(e,e.hasChangedAutomaticTypeDirectiveNames),he=(T=e.getProjectReferences)==null?void 0:T.call(e),Re,we={getSourceFile:H,getSourceFileByPath:Fa,getCancellationToken:()=>v,getCanonicalFileName:k,useCaseSensitiveFileNames:()=>S,getNewLine:()=>vS(Q),getDefaultLibFileName:Ie=>e.getDefaultLibFileName(Ie),writeFile:Rn,getCurrentDirectory:()=>y,fileExists:Ie=>e.fileExists(Ie),readFile:Ie=>e.readFile&&e.readFile(Ie),getSymlinkCache:rr(e,e.getSymlinkCache),realpath:rr(e,e.realpath),directoryExists:Ie=>bS(Ie,e),getDirectories:Ie=>e.getDirectories?e.getDirectories(Ie):[],readDirectory:(Ie,ot,cr,an,Ba)=>(N.checkDefined(e.readDirectory,"'LanguageServiceHost.readDirectory' must be implemented to correctly process 'projectReferences'"),e.readDirectory(Ie,ot,cr,an,Ba)),onReleaseOldSourceFile:Et,onReleaseParsedCommandLine:An,hasInvalidatedResolutions:O,hasInvalidatedLibResolutions:fe,hasChangedAutomaticTypeDirectiveNames:be,trace:rr(e,e.trace),resolveModuleNames:rr(e,e.resolveModuleNames),getModuleResolutionCache:rr(e,e.getModuleResolutionCache),createHash:rr(e,e.createHash),resolveTypeReferenceDirectives:rr(e,e.resolveTypeReferenceDirectives),resolveModuleNameLiterals:rr(e,e.resolveModuleNameLiterals),resolveTypeReferenceDirectiveReferences:rr(e,e.resolveTypeReferenceDirectiveReferences),resolveLibrary:rr(e,e.resolveLibrary),useSourceOfProjectReferenceRedirect:rr(e,e.useSourceOfProjectReferenceRedirect),getParsedCommandLine:Te},et=we.getSourceFile,{getSourceFileWithCache:Ye}=changeCompilerHostLikeToUseCache(we,Ie=>xi(Ie,y,k),(...Ie)=>et.call(we,...Ie));we.getSourceFile=Ye,(x=e.setCompilerHost)==null||x.call(e,we);let Ke={useCaseSensitiveFileNames:S,fileExists:Ie=>we.fileExists(Ie),readFile:Ie=>we.readFile(Ie),directoryExists:Ie=>we.directoryExists(Ie),getDirectories:Ie=>we.getDirectories(Ie),realpath:we.realpath,readDirectory:(...Ie)=>we.readDirectory(...Ie),trace:we.trace,getCurrentDirectory:we.getCurrentDirectory,onUnRecoverableConfigFileDiagnostic:Rn},It=t.getKeyForCompilationSettings(Q),qt=new Set;if(isProgramUptoDate(d,$,Q,(Ie,ot)=>e.getScriptVersion(ot),Ie=>we.fileExists(Ie),O,fe,be,Te,he)){we=void 0,Re=void 0,qt=void 0;return}let _r={rootNames:$,options:Q,host:we,oldProgram:d,projectReferences:he};d=createProgram(_r),we=void 0,Re=void 0,qt=void 0,L.clearCache(),d.getTypeChecker();return;function Te(Ie){let ot=xi(Ie,y,k),cr=Re==null?void 0:Re.get(ot);if(cr!==void 0)return cr||void 0;let an=e.getParsedCommandLine?e.getParsedCommandLine(Ie):ft(Ie);return(Re||(Re=new Map)).set(ot,an||!1),an}function ft(Ie){let ot=H(Ie,100);if(ot)return ot.path=xi(Ie,y,k),ot.resolvedPath=ot.path,ot.originalFileName=ot.fileName,parseJsonSourceFileConfigFileContent(ot,Ke,Pa($i(Ie),y),void 0,Pa(Ie,y))}function An(Ie,ot,cr){var an;e.getParsedCommandLine?(an=e.onReleaseParsedCommandLine)==null||an.call(e,Ie,ot,cr):ot&&Et(ot.sourceFile,cr)}function Et(Ie,ot){let cr=t.getKeyForCompilationSettings(ot);t.releaseDocumentWithKey(Ie.resolvedPath,cr,Ie.scriptKind,Ie.impliedNodeFormat)}function H(Ie,ot,cr,an){return Fa(Ie,xi(Ie,y,k),ot,cr,an)}function Fa(Ie,ot,cr,an,Ba){N.assert(we,"getOrCreateSourceFileByPath called after typical CompilerHost lifetime, check the callstack something with a reference to an old host.");let kn=e.getScriptSnapshot(Ie);if(!kn)return;let je=getScriptKind(Ie,e),dt=e.getScriptVersion(Ie);if(!Ba){let li=d&&d.getSourceFileByPath(ot);if(li){if(je===li.scriptKind||qt.has(li.resolvedPath))return t.updateDocumentWithKey(Ie,ot,e,It,kn,dt,je,cr);t.releaseDocumentWithKey(li.resolvedPath,t.getKeyForCompilationSettings(d.getCompilerOptions()),li.scriptKind,li.impliedNodeFormat),qt.add(li.resolvedPath)}}return t.acquireDocumentWithKey(Ie,ot,e,It,kn,dt,je,cr)}}function ue(){if(_===2){N.assert(d===void 0);return}return K(),d}function Y(){var j;return(j=e.getPackageJsonAutoImportProvider)==null?void 0:j.call(e)}function B(j,T){let x=d.getTypeChecker(),f=$();if(!f)return!1;for(let O of j)for(let fe of O.references){let be=Q(fe);if(N.assertIsDefined(be),T.has(fe)||ts_FindAllReferences_exports.isDeclarationOfSymbol(be,f)){T.add(fe),fe.isDefinition=!0;let he=getMappedDocumentSpan(fe,L,rr(e,e.fileExists));he&&T.add(he)}else fe.isDefinition=!1}return!0;function $(){for(let O of j)for(let fe of O.references){if(T.has(fe)){let he=Q(fe);return N.assertIsDefined(he),x.getSymbolAtLocation(he)}let be=getMappedDocumentSpan(fe,L,rr(e,e.fileExists));if(be&&T.has(be)){let he=Q(be);if(he)return x.getSymbolAtLocation(he)}}}function Q(O){let fe=d.getSourceFile(O.fileName);if(!fe)return;let be=getTouchingPropertyName(fe,O.textSpan.start);return ts_FindAllReferences_exports.Core.getAdjustedNode(be,{use:ts_FindAllReferences_exports.FindReferencesUse.References})}}function ae(){if(d){let j=t.getKeyForCompilationSettings(d.getCompilerOptions());yr(d.getSourceFiles(),T=>t.releaseDocumentWithKey(T.resolvedPath,j,T.scriptKind,T.impliedNodeFormat)),d=void 0}}function Ce(){ae(),e=void 0}function Ze(j){return K(),d.getSyntacticDiagnostics(G(j),v).slice()}function qe(j){K();let T=G(j),x=d.getSemanticDiagnostics(T,v);if(!z2(d.getCompilerOptions()))return x.slice();let f=d.getDeclarationDiagnostics(T,v);return[...x,...f]}function rt(j){return K(),computeSuggestionDiagnostics(G(j),d,v)}function it(){return K(),[...d.getOptionsDiagnostics(v),...d.getGlobalDiagnostics(v)]}function Ir(j,T,x=emptyOptions,f){let $={...x,includeCompletionsForModuleExports:x.includeCompletionsForModuleExports||x.includeExternalModuleExports,includeCompletionsWithInsertText:x.includeCompletionsWithInsertText||x.includeInsertTextCompletions};return K(),ts_Completions_exports.getCompletionsAtPosition(e,d,C,G(j),T,$,x.triggerCharacter,x.triggerKind,v,f&&ts_formatting_exports.getFormatContext(f,e),x.includeSymbol)}function ar(j,T,x,f,$,Q=emptyOptions,O){return K(),ts_Completions_exports.getCompletionEntryDetails(d,C,G(j),T,{name:x,source:$,data:O},e,f&&ts_formatting_exports.getFormatContext(f,e),Q,v)}function ci(j,T,x,f,$=emptyOptions){return K(),ts_Completions_exports.getCompletionEntrySymbol(d,C,G(j),T,{name:x,source:f},e,$)}function or(j,T){K();let x=G(j),f=getTouchingPropertyName(x,T);if(f===x)return;let $=d.getTypeChecker(),Q=Nr(f),O=iB(Q,$);if(!O||$.isUnknownSymbol(O)){let we=Ge(x,Q,T)?$.getTypeAtLocation(Q):void 0;return we&&{kind:"",kindModifiers:"",textSpan:createTextSpanFromNode(Q,x),displayParts:$.runWithCancellationToken(v,et=>typeToDisplayParts(et,we,getContainerNode(Q))),documentation:we.symbol?we.symbol.getDocumentationComment($):void 0,tags:we.symbol?we.symbol.getJsDocTags($):void 0}}let{symbolKind:fe,displayParts:be,documentation:he,tags:Re}=$.runWithCancellationToken(v,we=>ts_SymbolDisplay_exports.getSymbolDisplayPartsDocumentationAndSymbolKind(we,O,x,getContainerNode(Q),Q));return{kind:fe,kindModifiers:ts_SymbolDisplay_exports.getSymbolModifiers($,O),textSpan:createTextSpanFromNode(Q,x),displayParts:be,documentation:he,tags:Re}}function Nr(j){return a8(j.parent)&&j.pos===j.parent.pos?j.parent.expression:p6(j.parent)&&j.pos===j.parent.pos||x0(j.parent)&&j.parent.name===j||U_(j.parent)?j.parent:j}function Ge(j,T,x){switch(T.kind){case 80:return!isLabelName(T)&&!isTagName(T)&&!K4(T.parent);case 211:case 166:return!isInComment(j,x);case 110:case 197:case 108:case 202:return!0;case 236:return x0(T);default:return!1}}function Gt(j,T,x,f){return K(),ts_GoToDefinition_exports.getDefinitionAtPosition(d,G(j),T,x,f)}function Ur(j,T){return K(),ts_GoToDefinition_exports.getDefinitionAndBoundSpan(d,G(j),T)}function Xt(j,T){return K(),ts_GoToDefinition_exports.getTypeDefinitionAtPosition(d.getTypeChecker(),G(j),T)}function Tn(j,T){return K(),ts_FindAllReferences_exports.getImplementationsAtPosition(d,v,d.getSourceFiles(),G(j),T)}function Sn(j,T,x){let f=pn(j);N.assert(x.some(O=>pn(O)===f)),K();let $=Za(x,O=>d.getSourceFile(O)),Q=G(j);return DocumentHighlights.getDocumentHighlights(d,v,Q,T,$)}function sr(j,T,x,f,$){K();let Q=G(j),O=getAdjustedRenameLocation(getTouchingPropertyName(Q,T));if(ts_Rename_exports.nodeIsEligibleForRename(O))if(Ee(O)&&(Oo(O.parent)||zf(O.parent))&&zT(O.escapedText)){let{openingElement:fe,closingElement:be}=O.parent.parent;return[fe,be].map(he=>{let Re=createTextSpanFromNode(he.tagName,Q);return{fileName:Q.fileName,textSpan:Re,...ts_FindAllReferences_exports.toContextSpan(Re,Q,he.parent)}})}else{let fe=getQuotePreference(Q,$??emptyOptions),be=typeof $=="boolean"?$:$==null?void 0:$.providePrefixAndSuffixTextForRename;return St(O,T,{findInStrings:x,findInComments:f,providePrefixAndSuffixTextForRename:be,use:ts_FindAllReferences_exports.FindReferencesUse.Rename},(he,Re,we)=>ts_FindAllReferences_exports.toRenameLocation(he,Re,we,be||!1,fe))}}function $t(j,T){return K(),St(getTouchingPropertyName(G(j),T),T,{use:ts_FindAllReferences_exports.FindReferencesUse.References},ts_FindAllReferences_exports.toReferenceEntry)}function St(j,T,x,f){K();let $=x&&x.use===ts_FindAllReferences_exports.FindReferencesUse.Rename?d.getSourceFiles().filter(Q=>!d.isSourceFileDefaultLibrary(Q)):d.getSourceFiles();return ts_FindAllReferences_exports.findReferenceOrRenameEntries(d,v,$,j,T,x,f)}function xn(j,T){return K(),ts_FindAllReferences_exports.findReferencedSymbols(d,v,d.getSourceFiles(),G(j),T)}function Tr(j){return K(),ts_FindAllReferences_exports.Core.getReferencesForFileName(j,d,d.getSourceFiles()).map(ts_FindAllReferences_exports.toReferenceEntry)}function vt(j,T,x,f=!1){K();let $=x?[G(x)]:d.getSourceFiles();return getNavigateToItems($,d.getTypeChecker(),v,j,T,f)}function ct(j,T,x){K();let f=G(j),$=e.getCustomTransformers&&e.getCustomTransformers();return getFileEmitOutput(d,f,!!T,v,$,x)}function Ut(j,T,{triggerReason:x}=emptyOptions){K();let f=G(j);return ts_SignatureHelp_exports.getSignatureHelpItems(d,f,T,x,v)}function fr(j){return p.getCurrentSourceFile(j)}function ht(j,T,x){let f=p.getCurrentSourceFile(j),$=getTouchingPropertyName(f,T);if($===f)return;switch($.kind){case 211:case 166:case 11:case 97:case 112:case 106:case 108:case 110:case 197:case 80:break;default:return}let Q=$;for(;;)if(isRightSideOfPropertyAccess(Q)||isRightSideOfQualifiedName(Q))Q=Q.parent;else if(isNameOfModuleDeclaration(Q))if(Q.parent.parent.kind===267&&Q.parent.parent.body===Q.parent)Q=Q.parent.parent.name;else break;else break;return Hi(Q.getStart(),$.getEnd())}function wn(j,T){let x=p.getCurrentSourceFile(j);return ts_BreakpointResolver_exports.spanInSourceFileAtLocation(x,T)}function Tt(j){return getNavigationBarItems(p.getCurrentSourceFile(j),v)}function Or(j){return getNavigationTree(p.getCurrentSourceFile(j),v)}function pt(j,T,x){return K(),(x||"original")==="2020"?getSemanticClassifications2(d,v,G(j),T):getSemanticClassifications(d.getTypeChecker(),v,G(j),d.getClassifiableNames(),T)}function Mr(j,T,x){return K(),(x||"original")==="original"?getEncodedSemanticClassifications(d.getTypeChecker(),v,G(j),d.getClassifiableNames(),T):getEncodedSemanticClassifications2(d,v,G(j),T)}function at(j,T){return getSyntacticClassifications(v,p.getCurrentSourceFile(j),T)}function er(j,T){return getEncodedSyntacticClassifications(v,p.getCurrentSourceFile(j),T)}function Qt(j){let T=p.getCurrentSourceFile(j);return ts_OutliningElementsCollector_exports.collectElements(T,v)}let tn=new Map(Object.entries({19:20,21:22,23:24,32:30}));tn.forEach((j,T)=>tn.set(j.toString(),Number(T)));function Bn(j,T){let x=p.getCurrentSourceFile(j),f=getTouchingToken(x,T),$=f.getStart(x)===T?tn.get(f.kind.toString()):void 0,Q=$&&findChildOfKind(f.parent,$,x);return Q?[createTextSpanFromNode(f,x),createTextSpanFromNode(Q,x)].sort((O,fe)=>O.start-fe.start):$e}function Un(j,T,x){let f=Sa(),$=sl(x),Q=p.getCurrentSourceFile(j);C("getIndentationAtPosition: getCurrentSourceFile: "+(Sa()-f)),f=Sa();let O=ts_formatting_exports.SmartIndenter.getIndentation(T,Q,$);return C("getIndentationAtPosition: computeIndentation : "+(Sa()-f)),O}function rn(j,T,x,f){let $=p.getCurrentSourceFile(j);return ts_formatting_exports.formatSelection(T,x,$,ts_formatting_exports.getFormatContext(sl(f),e))}function nn(j,T){return ts_formatting_exports.formatDocument(p.getCurrentSourceFile(j),ts_formatting_exports.getFormatContext(sl(T),e))}function Di(j,T,x,f){let $=p.getCurrentSourceFile(j),Q=ts_formatting_exports.getFormatContext(sl(f),e);if(!isInComment($,T))switch(x){case"{":return ts_formatting_exports.formatOnOpeningCurly(T,$,Q);case"}":return ts_formatting_exports.formatOnClosingCurly(T,$,Q);case";":return ts_formatting_exports.formatOnSemicolon(T,$,Q);case`
20
+ `:return ts_formatting_exports.formatOnEnter(T,$,Q)}return[]}function qn(j,T,x,f,$,Q=emptyOptions){K();let O=G(j),fe=Hi(T,x),be=ts_formatting_exports.getFormatContext($,e);return Bo(Sv(f,_o,kr),he=>(v.throwIfCancellationRequested(),ts_codefix_exports.getFixes({errorCode:he,sourceFile:O,span:fe,program:d,host:e,cancellationToken:v,formatContext:be,preferences:Q})))}function Ae(j,T,x,f=emptyOptions){K(),N.assert(j.type==="file");let $=G(j.fileName),Q=ts_formatting_exports.getFormatContext(x,e);return ts_codefix_exports.getAllFixes({fixId:T,sourceFile:$,program:d,host:e,cancellationToken:v,formatContext:Q,preferences:f})}function q(j,T,x=emptyOptions){K(),N.assert(j.type==="file");let f=G(j.fileName),$=ts_formatting_exports.getFormatContext(T,e),Q=j.mode??(j.skipDestructiveCodeActions?"SortAndCombine":"All");return ts_OrganizeImports_exports.organizeImports(f,$,e,d,x,Q)}function oe(j,T,x,f=emptyOptions){return getEditsForFileRename(ue(),j,T,e,ts_formatting_exports.getFormatContext(x,e),f,L)}function ge(j,T){let x=typeof j=="string"?T:j;return zt(x)?Promise.all(x.map(f=>Se(f))):Se(x)}function Se(j){let T=x=>xi(x,y,k);return N.assertEqual(j.type,"install package"),e.installPackage?e.installPackage({fileName:T(j.file),packageName:j.packageName}):Promise.reject("Host does not implement `installPackage`")}function nt(j,T,x,f){let $=f?ts_formatting_exports.getFormatContext(f,e).options:void 0;return ts_JsDoc_exports.getDocCommentTemplateAtPosition(getNewLineOrDefaultFromHost(e,$),p.getCurrentSourceFile(j),T,x)}function z(j,T,x){if(x===60)return!1;let f=p.getCurrentSourceFile(j);if(isInString(f,T))return!1;if(isInsideJsxElementOrAttribute(f,T))return x===123;if(isInTemplateString(f,T))return!1;switch(x){case 39:case 34:case 96:return!isInComment(f,T)}return!0}function X(j,T){let x=p.getCurrentSourceFile(j),f=findPrecedingToken(T,x);if(!f)return;let $=f.kind===32&&Oo(f.parent)?f.parent.parent:Dd(f)&&Q0(f.parent)?f.parent:void 0;if($&&jt($))return{newText:`</${$.openingElement.tagName.getText(x)}>`};let Q=f.kind===32&&k6(f.parent)?f.parent.parent:Dd(f)&&dl(f.parent)?f.parent:void 0;if(Q&&qr(Q))return{newText:"</>"}}function ee(j,T){let x=p.getCurrentSourceFile(j),f=findPrecedingToken(T,x);if(!f||f.parent.kind===312)return;let $="[a-zA-Z0-9:\\-\\._$]*";if(dl(f.parent.parent)){let Q=f.parent.parent.openingFragment,O=f.parent.parent.closingFragment;if(xl(Q)||xl(O))return;let fe=Q.getStart(x)+1,be=O.getStart(x)+2;return T!==fe&&T!==be?void 0:{ranges:[{start:fe,length:0},{start:be,length:0}],wordPattern:$}}else{let Q=Kr(f.parent,Ye=>!!(Oo(Ye)||zf(Ye)));if(!Q)return;N.assert(Oo(Q)||zf(Q),"tag should be opening or closing element");let O=Q.parent.openingElement,fe=Q.parent.closingElement,be=O.tagName.getStart(x),he=O.tagName.end,Re=fe.tagName.getStart(x),we=fe.tagName.end;return!(be<=T&&T<=he||Re<=T&&T<=we)||O.tagName.getText(x)!==fe.tagName.getText(x)?void 0:{ranges:[{start:be,length:he-be},{start:Re,length:we-Re}],wordPattern:$}}}function xe(j,T){return{lineStarts:j.getLineStarts(),firstLine:j.getLineAndCharacterOfPosition(T.pos).line,lastLine:j.getLineAndCharacterOfPosition(T.end).line}}function ke(j,T,x){let f=p.getCurrentSourceFile(j),$=[],{lineStarts:Q,firstLine:O,lastLine:fe}=xe(f,T),be=x||!1,he=Number.MAX_VALUE,Re=new Map,we=new RegExp(/\S/),et=isInsideJsxElement(f,Q[O]),Ye=et?"{/*":"//";for(let Ke=O;Ke<=fe;Ke++){let It=f.text.substring(Q[Ke],f.getLineEndOfPosition(Q[Ke])),qt=we.exec(It);qt&&(he=Math.min(he,qt.index),Re.set(Ke.toString(),qt.index),It.substr(qt.index,Ye.length)!==Ye&&(be=x===void 0||x))}for(let Ke=O;Ke<=fe;Ke++){if(O!==fe&&Q[Ke]===T.end)continue;let It=Re.get(Ke.toString());It!==void 0&&(et?$.push.apply($,Le(j,{pos:Q[Ke]+he,end:f.getLineEndOfPosition(Q[Ke])},be,et)):be?$.push({newText:Ye,span:{length:0,start:Q[Ke]+he}}):f.text.substr(Q[Ke]+It,Ye.length)===Ye&&$.push({newText:"",span:{length:Ye.length,start:Q[Ke]+It}}))}return $}function Le(j,T,x,f){var $;let Q=p.getCurrentSourceFile(j),O=[],{text:fe}=Q,be=!1,he=x||!1,Re=[],{pos:we}=T,et=f!==void 0?f:isInsideJsxElement(Q,we),Ye=et?"{/*":"/*",Ke=et?"*/}":"*/",It=et?"\\{\\/\\*":"\\/\\*",qt=et?"\\*\\/\\}":"\\*\\/";for(;we<=T.end;){let _r=fe.substr(we,Ye.length)===Ye?Ye.length:0,Te=isInComment(Q,we+_r);if(Te)et&&(Te.pos--,Te.end++),Re.push(Te.pos),Te.kind===3&&Re.push(Te.end),be=!0,we=Te.end+1;else{let ft=fe.substring(we,T.end).search(`(${It})|(${qt})`);he=x!==void 0?x:he||!isTextWhiteSpaceLike(fe,we,ft===-1?T.end:we+ft),we=ft===-1?T.end+1:we+ft+Ke.length}}if(he||!be){(($=isInComment(Q,T.pos))==null?void 0:$.kind)!==2&&yl(Re,T.pos,kr),yl(Re,T.end,kr);let _r=Re[0];fe.substr(_r,Ye.length)!==Ye&&O.push({newText:Ye,span:{length:0,start:_r}});for(let Te=1;Te<Re.length-1;Te++)fe.substr(Re[Te]-Ke.length,Ke.length)!==Ke&&O.push({newText:Ke,span:{length:0,start:Re[Te]}}),fe.substr(Re[Te],Ye.length)!==Ye&&O.push({newText:Ye,span:{length:0,start:Re[Te]}});O.length%2!==0&&O.push({newText:Ke,span:{length:0,start:Re[Re.length-1]}})}else for(let _r of Re){let Te=_r-Ke.length>0?_r-Ke.length:0,ft=fe.substr(Te,Ke.length)===Ke?Ke.length:0;O.push({newText:"",span:{length:Ye.length,start:_r-ft}})}return O}function lt(j,T){let x=p.getCurrentSourceFile(j),{firstLine:f,lastLine:$}=xe(x,T);return f===$&&T.pos!==T.end?Le(j,T,!0):ke(j,T,!0)}function yt(j,T){let x=p.getCurrentSourceFile(j),f=[],{pos:$}=T,{end:Q}=T;$===Q&&(Q+=isInsideJsxElement(x,$)?2:1);for(let O=$;O<=Q;O++){let fe=isInComment(x,O);if(fe){switch(fe.kind){case 2:f.push.apply(f,ke(j,{end:fe.end,pos:fe.pos+1},!1));break;case 3:f.push.apply(f,Le(j,{end:fe.end,pos:fe.pos+1},!1))}O=fe.end+1}}return f}function jt({openingElement:j,closingElement:T,parent:x}){return!Ti(j.tagName,T.tagName)||Q0(x)&&Ti(j.tagName,x.openingElement.tagName)&&jt(x)}function qr({closingFragment:j,parent:T}){return!!(j.flags&262144)||dl(T)&&qr(T)}function na(j,T,x){let f=p.getCurrentSourceFile(j),$=ts_formatting_exports.getRangeOfEnclosingComment(f,T);return $&&(!x||$.kind===3)?createTextSpanFromRange($):void 0}function Cn(j,T){K();let x=G(j);v.throwIfCancellationRequested();let f=x.text,$=[];if(T.length>0&&!be(x.fileName)){let he=O(),Re;for(;Re=he.exec(f);){v.throwIfCancellationRequested();let we=3;N.assert(Re.length===T.length+we);let et=Re[1],Ye=Re.index+et.length;if(!isInComment(x,Ye))continue;let Ke;for(let qt=0;qt<T.length;qt++)Re[qt+we]&&(Ke=T[qt]);if(Ke===void 0)return N.fail();if(fe(f.charCodeAt(Ye+Ke.text.length)))continue;let It=Re[2];$.push({descriptor:Ke,message:It,position:Ye})}}return $;function Q(he){return he.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}function O(){let he=/(?:\/\/+\s*)/.source,Re=/(?:\/\*+\s*)/.source,et="("+/(?:^(?:\s|\*)*)/.source+"|"+he+"|"+Re+")",Ye="(?:"+Aa(T,Te=>"("+Q(Te.text)+")").join("|")+")",Ke=/(?:$|\*\/)/.source,It=/(?:.*?)/.source,qt="("+Ye+It+")",_r=et+qt+Ke;return new RegExp(_r,"gim")}function fe(he){return he>=97&&he<=122||he>=65&&he<=90||he>=48&&he<=57}function be(he){return eo(he,"/node_modules/")}}function zn(j,T,x){return K(),ts_Rename_exports.getRenameInfo(d,G(j),T,x||{})}function Pi(j,T,x,f,$,Q){let[O,fe]=typeof T=="number"?[T,void 0]:[T.pos,T.end];return{file:j,startPosition:O,endPosition:fe,program:ue(),host:e,formatContext:ts_formatting_exports.getFormatContext(f,e),cancellationToken:v,preferences:x,triggerReason:$,kind:Q}}function ia(j,T,x){return{file:j,program:ue(),host:e,span:T,preferences:x,cancellationToken:v}}function Wn(j,T){return ts_SmartSelectionRange_exports.getSmartSelectionRange(T,p.getCurrentSourceFile(j))}function En(j,T,x=emptyOptions,f,$,Q){K();let O=G(j);return ts_refactor_exports.getApplicableRefactors(Pi(O,T,x,emptyOptions,f,$),Q)}function Ii(j,T,x=emptyOptions){K();let f=G(j),$=N.checkDefined(d.getSourceFiles()),Q=rl(j),O=Za($,be=>!(d!=null&&d.isSourceFileFromExternalLibrary(f))&&!(f===G(be.fileName)||Q===".ts"&&rl(be.fileName)===".d.ts"||Q===".d.ts"&&Fr(T_(be.fileName),"lib.")&&rl(be.fileName)===".d.ts")&&Q===rl(be.fileName)?be.fileName:void 0);return{newFileName:createNewFileName(f,d,Pi(f,T,x,emptyOptions),e),files:O}}function aa(j,T,x,f,$,Q=emptyOptions,O){K();let fe=G(j);return ts_refactor_exports.getEditsForRefactor(Pi(fe,x,Q,T),f,$,O)}function Vn(j,T){return T===0?{line:0,character:0}:L.toLineColumnOffset(j,T)}function Sr(j,T){K();let x=ts_CallHierarchy_exports.resolveCallHierarchyDeclaration(d,getTouchingPropertyName(G(j),T));return x&&mapOneOrMany(x,f=>ts_CallHierarchy_exports.createCallHierarchyItem(d,f))}function Je(j,T){K();let x=G(j),f=firstOrOnly(ts_CallHierarchy_exports.resolveCallHierarchyDeclaration(d,T===0?x:getTouchingPropertyName(x,T)));return f?ts_CallHierarchy_exports.getIncomingCalls(d,f,v):[]}function oa(j,T){K();let x=G(j),f=firstOrOnly(ts_CallHierarchy_exports.resolveCallHierarchyDeclaration(d,T===0?x:getTouchingPropertyName(x,T)));return f?ts_CallHierarchy_exports.getOutgoingCalls(d,f):[]}function Mt(j,T,x=emptyOptions){K();let f=G(j);return ts_InlayHints_exports.provideInlayHints(ia(f,T,x))}let Lr={dispose:Ce,cleanupSemanticCache:ae,getSyntacticDiagnostics:Ze,getSemanticDiagnostics:qe,getSuggestionDiagnostics:rt,getCompilerOptionsDiagnostics:it,getSyntacticClassifications:at,getSemanticClassifications:pt,getEncodedSyntacticClassifications:er,getEncodedSemanticClassifications:Mr,getCompletionsAtPosition:Ir,getCompletionEntryDetails:ar,getCompletionEntrySymbol:ci,getSignatureHelpItems:Ut,getQuickInfoAtPosition:or,getDefinitionAtPosition:Gt,getDefinitionAndBoundSpan:Ur,getImplementationAtPosition:Tn,getTypeDefinitionAtPosition:Xt,getReferencesAtPosition:$t,findReferences:xn,getFileReferences:Tr,getDocumentHighlights:Sn,getNameOrDottedNameSpan:ht,getBreakpointStatementAtPosition:wn,getNavigateToItems:vt,getRenameInfo:zn,getSmartSelectionRange:Wn,findRenameLocations:sr,getNavigationBarItems:Tt,getNavigationTree:Or,getOutliningSpans:Qt,getTodoComments:Cn,getBraceMatchingAtPosition:Bn,getIndentationAtPosition:Un,getFormattingEditsForRange:rn,getFormattingEditsForDocument:nn,getFormattingEditsAfterKeystroke:Di,getDocCommentTemplateAtPosition:nt,isValidBraceCompletionAtPosition:z,getJsxClosingTagAtPosition:X,getLinkedEditingRangeAtPosition:ee,getSpanOfEnclosingComment:na,getCodeFixesAtPosition:qn,getCombinedCodeFix:Ae,applyCodeActionCommand:ge,organizeImports:q,getEditsForFileRename:oe,getEmitOutput:ct,getNonBoundSourceFile:fr,getProgram:ue,getCurrentProgram:()=>d,getAutoImportProvider:Y,updateIsDefinitionOfReferencedSymbols:B,getApplicableRefactors:En,getEditsForRefactor:aa,getMoveToRefactoringFileSuggestions:Ii,toLineColumnOffset:Vn,getSourceMapper:()=>L,clearSourceMapperCache:()=>L.clearCache(),prepareCallHierarchy:Sr,provideCallHierarchyIncomingCalls:Je,provideCallHierarchyOutgoingCalls:oa,toggleLineComment:ke,toggleMultilineComment:Le,commentSelection:lt,uncommentSelection:yt,provideInlayHints:Mt,getSupportedCodeFixes:_7};switch(_){case 0:break;case 1:rg.forEach(j=>Lr[j]=()=>{throw new Error(`LanguageService Operation: ${j} not allowed in LanguageServiceMode.PartialSemantic`)});break;case 2:x7.forEach(j=>Lr[j]=()=>{throw new Error(`LanguageService Operation: ${j} not allowed in LanguageServiceMode.Syntactic`)});break;default:N.assertNever(_)}return Lr}function eB(e){return e.nameTable||tB(e),e.nameTable}function tB(e){let t=e.nameTable=new Map;e.forEachChild(function r(a){if(Ee(a)&&!isTagName(a)&&a.escapedText||Qi(a)&&rB(a)){let _=LT(a);t.set(_,t.get(_)===void 0?a.pos:-1)}else if(jr(a)){let _=a.escapedText;t.set(_,t.get(_)===void 0?a.pos:-1)}if(Bt(a,r),Wi(a))for(let _ of a.jsDoc)Bt(_,r)})}function rB(e){return xT(e)||e.parent.kind===283||aB(e)||wT(e)}function u7(e){let t=nB(e);return t&&(uo(t.parent)||D6(t.parent))?t:void 0}function nB(e){switch(e.kind){case 11:case 15:case 9:if(e.parent.kind===167)return b0(e.parent.parent)?e.parent.parent:void 0;case 80:return b0(e.parent)&&(e.parent.parent.kind===210||e.parent.parent.kind===292)&&e.parent.name===e?e.parent:void 0}}function iB(e,t){let r=u7(e);if(r){let a=t.getContextualType(r.parent),_=a&&p7(r,t,a,!1);if(_&&_.length===1)return og(_)}return t.getSymbolAtLocation(e)}function p7(e,t,r,a){let _=getNameFromPropertyName(e.name);if(!_)return $e;if(!r.isUnion()){let d=r.getProperty(_);return d?[d]:$e}let p=Za(r.types,d=>(uo(e.parent)||D6(e.parent))&&t.isTypeInvalidDueToUnionDiscriminant(d,e.parent)?void 0:d.getProperty(_));if(a&&(p.length===0||p.length===r.types.length)){let d=r.getProperty(_);if(d)return[d]}return p.length===0?Za(r.types,d=>d.getProperty(_)):p}function aB(e){return e&&e.parent&&e.parent.kind===212&&e.parent.argumentExpression===e}function oB(e){if(f0)return hr($i(pn(f0.getExecutingFilePath())),v4(e));throw new Error("getDefaultLibFilePath is only supported when consumed as a node module. ")}var f7,Od,Pf,d7,W6,Md,Ld,m7,h7,y7,g7,b7,v7,T7,S7,rg,x7,sB=Vt({"src/services/services.ts"(){"use strict";w7(),t7(),r7(),n7(),e7(),XF(),f7="0.8",Od=class{constructor(e,t,r){this.pos=t,this.end=r,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.kind=e}assertHasRealPosition(e){N.assert(!Oa(this.pos)&&!Oa(this.end),e||"Node must have a real position for this operation")}getSourceFile(){return ri(this)}getStart(e,t){return this.assertHasRealPosition(),Go(this,e,t)}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,t){return this.getChildren(t)[e]}getChildren(e){return this.assertHasRealPosition("Node without a real position cannot be scanned and thus has no token nodes - use forEachChild and collect the result if that's fine"),this._children||(this._children=$F(this,e))}getFirstToken(e){this.assertHasRealPosition();let t=this.getChildren(e);if(!t.length)return;let r=Yr(t,a=>a.kind<316||a.kind>357);return r.kind<166?r:r.getFirstToken(e)}getLastToken(e){this.assertHasRealPosition();let t=this.getChildren(e),r=wi(t);if(r)return r.kind<166?r:r.getLastToken(e)}forEachChild(e,t){return Bt(this,e,t)}},Pf=class{constructor(e,t){this.pos=e,this.end=t,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0}getSourceFile(){return ri(this)}getStart(e,t){return Go(this,e,t)}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||$e}getFirstToken(){}getLastToken(){}forEachChild(){}},d7=class{constructor(e,t){this.id=0,this.mergeId=0,this.flags=e,this.escapedName=t}getFlags(){return this.flags}get name(){return hd(this)}getEscapedName(){return this.escapedName}getName(){return this.name}getDeclarations(){return this.declarations}getDocumentationComment(e){if(!this.documentationComment)if(this.documentationComment=$e,!this.declarations&&T0(this)&&this.links.target&&T0(this.links.target)&&this.links.target.links.tupleLabelDeclaration){let t=this.links.target.links.tupleLabelDeclaration;this.documentationComment=Kc([t],e)}else this.documentationComment=Kc(this.declarations,e);return this.documentationComment}getContextualDocumentationComment(e,t){if(e){if(el(e)&&(this.contextualGetAccessorDocumentationComment||(this.contextualGetAccessorDocumentationComment=Kc($r(this.declarations,el),t)),Ka(this.contextualGetAccessorDocumentationComment)))return this.contextualGetAccessorDocumentationComment;if(Zc(e)&&(this.contextualSetAccessorDocumentationComment||(this.contextualSetAccessorDocumentationComment=Kc($r(this.declarations,Zc),t)),Ka(this.contextualSetAccessorDocumentationComment)))return this.contextualSetAccessorDocumentationComment}return this.getDocumentationComment(t)}getJsDocTags(e){return this.tags===void 0&&(this.tags=Df(this.declarations,e)),this.tags}getContextualJsDocTags(e,t){if(e){if(el(e)&&(this.contextualGetAccessorTags||(this.contextualGetAccessorTags=Df($r(this.declarations,el),t)),Ka(this.contextualGetAccessorTags)))return this.contextualGetAccessorTags;if(Zc(e)&&(this.contextualSetAccessorTags||(this.contextualSetAccessorTags=Df($r(this.declarations,Zc),t)),Ka(this.contextualSetAccessorTags)))return this.contextualSetAccessorTags}return this.getJsDocTags(t)}},W6=class extends Pf{constructor(e,t,r){super(t,r),this.kind=e}},Md=class extends Pf{constructor(e,t,r){super(t,r),this.kind=80}get text(){return Ot(this)}},Md.prototype.kind=80,Ld=class extends Pf{constructor(e,t,r){super(t,r),this.kind=81}get text(){return Ot(this)}},Ld.prototype.kind=81,m7=class{constructor(e,t){this.checker=e,this.flags=t}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!!(jf(this)&3)}isClass(){return!!(jf(this)&1)}isIndexType(){return!!(this.flags&4194304)}get typeArguments(){if(jf(this)&4)return this.checker.getTypeArguments(this)}},h7=class{constructor(e,t){this.checker=e,this.flags=t}getDeclaration(){return this.declaration}getTypeParameters(){return this.typeParameters}getParameters(){return this.parameters}getReturnType(){return this.checker.getReturnTypeOfSignature(this)}getTypeParameterAtPosition(e){let t=this.checker.getParameterType(this,e);if(t.isIndexType()&&ax(t.type)){let r=t.type.getConstraint();if(r)return this.checker.getIndexType(r)}return t}getDocumentationComment(){return this.documentationComment||(this.documentationComment=Kc(Qf(this.declaration),this.checker))}getJsDocTags(){return this.jsDocTags||(this.jsDocTags=Df(Qf(this.declaration),this.checker))}},y7=class extends Od{constructor(e,t,r){super(e,t,r),this.kind=312}update(e,t){return q6(this,e,t)}getLineAndCharacterOfPosition(e){return to(this,e)}getLineStarts(){return Ia(this)}getPositionOfLineAndCharacter(e,t,r){return Tg(Ia(this),e,t,this.text,r)}getLineEndOfPosition(e){let{line:t}=this.getLineAndCharacterOfPosition(e),r=this.getLineStarts(),a;t+1>=r.length&&(a=this.getEnd()),a||(a=r[t+1]-1);let _=this.getFullText();return _[a]===`
21
+ `&&_[a-1]==="\r"?a-1:a}getNamedDeclarations(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations}computeNamedDeclarations(){let e=Fd();return this.forEachChild(_),e;function t(p){let d=a(p);d&&e.add(d,p)}function r(p){let d=e.get(p);return d||e.set(p,d=[]),d}function a(p){let d=Kd(p);return d&&(ao(d)&&Br(d.expression)?d.expression.name.text:zl(d)?getNameFromPropertyName(d):void 0)}function _(p){switch(p.kind){case 262:case 218:case 174:case 173:let d=p,h=a(d);if(h){let y=r(h),C=wi(y);C&&d.parent===C.parent&&d.symbol===C.symbol?d.body&&!C.body&&(y[y.length-1]=d):y.push(d)}Bt(p,_);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:t(p),Bt(p,_);break;case 169:if(!gr(p,16476))break;case 260:case 208:{let y=p;if(am(y.name)){Bt(y.name,_);break}y.initializer&&_(y.initializer)}case 306:case 172:case 171:t(p);break;case 278:let l=p;l.exportClause&&(f8(l.exportClause)?yr(l.exportClause.elements,_):_(l.exportClause.name));break;case 272:let v=p.importClause;v&&(v.name&&t(v.name),v.namedBindings&&(v.namedBindings.kind===274?t(v.namedBindings):yr(v.namedBindings.elements,_)));break;case 226:Ja(p)!==0&&t(p);default:Bt(p,_)}}}},g7=class{constructor(e,t,r){this.fileName=e,this.text=t,this.skipTrivia=r}getLineAndCharacterOfPosition(e){return to(this,e)}},b7=class{constructor(e){this.host=e}getCurrentSourceFile(e){var t,r,a,_,p,d,h,l;let v=this.host.getScriptSnapshot(e);if(!v)throw new Error("Could not find file: '"+e+"'.");let y=getScriptKind(e,this.host),C=this.host.getScriptVersion(e),S;if(this.currentFileName!==e){let k={languageVersion:99,impliedNodeFormat:getImpliedNodeFormatForFile(xi(e,this.host.getCurrentDirectory(),((a=(r=(t=this.host).getCompilerHost)==null?void 0:r.call(t))==null?void 0:a.getCanonicalFileName)||WT(this.host)),(l=(h=(d=(p=(_=this.host).getCompilerHost)==null?void 0:p.call(_))==null?void 0:d.getModuleResolutionCache)==null?void 0:h.call(d))==null?void 0:l.getPackageJsonInfoCache(),this.host,this.host.getCompilationSettings()),setExternalModuleIndicator:JS(this.host.getCompilationSettings())};S=z6(e,v,k,C,!0,y)}else if(this.currentFileVersion!==C){let k=v.getChangeRange(this.currentFileScriptSnapshot);S=l7(this.currentSourceFile,v,C,k)}return S&&(this.currentFileVersion=C,this.currentFileName=e,this.currentFileScriptSnapshot=v,this.currentSourceFile=S),this.currentSourceFile}},v7={isCancellationRequested:$f,throwIfCancellationRequested:Rn},T7=class{constructor(e){this.cancellationToken=e}isCancellationRequested(){return this.cancellationToken.isCancellationRequested()}throwIfCancellationRequested(){var e;if(this.isCancellationRequested())throw(e=xa)==null||e.instant(xa.Phase.Session,"cancellationThrown",{kind:"CancellationTokenObject"}),new ad}},S7=class{constructor(e,t=20){this.hostCancellationToken=e,this.throttleWaitMilliseconds=t,this.lastCancellationCheckTime=0}isCancellationRequested(){let e=Sa();return Math.abs(e-this.lastCancellationCheckTime)>=this.throttleWaitMilliseconds?(this.lastCancellationCheckTime=e,this.hostCancellationToken.isCancellationRequested()):!1}throwIfCancellationRequested(){var e;if(this.isCancellationRequested())throw(e=xa)==null||e.instant(xa.Phase.Session,"cancellationThrown",{kind:"ThrottledCancellationToken"}),new ad}},rg=["getSemanticDiagnostics","getSuggestionDiagnostics","getCompilerOptionsDiagnostics","getSemanticClassifications","getEncodedSemanticClassifications","getCodeFixesAtPosition","getCombinedCodeFix","applyCodeActionCommand","organizeImports","getEditsForFileRename","getEmitOutput","getApplicableRefactors","getEditsForRefactor","prepareCallHierarchy","provideCallHierarchyIncomingCalls","provideCallHierarchyOutgoingCalls","provideInlayHints","getSupportedCodeFixes"],x7=[...rg,"getCompletionsAtPosition","getCompletionEntryDetails","getCompletionEntrySymbol","getSignatureHelpItems","getQuickInfoAtPosition","getDefinitionAtPosition","getDefinitionAndBoundSpan","getImplementationAtPosition","getTypeDefinitionAtPosition","getReferencesAtPosition","findReferences","getDocumentHighlights","getNavigateToItems","getRenameInfo","findRenameLocations","getApplicableRefactors"],PS(YF())}}),_B=()=>{},cB=()=>{},lB=()=>{},uB=()=>{},pB=()=>{},fB=()=>{},dB=()=>{},mB=()=>{},hB=()=>{},yB=()=>{},gB=()=>{},bB=()=>{},vB=()=>{},TB=()=>{},SB=()=>{},xB=()=>{},wB=()=>{},CB=()=>{},EB=()=>{},w7=Vt({"src/services/_namespaces/ts.ts"(){"use strict";Dr(),K8(),jF(),Z8(),FF(),e7(),BF(),UF(),qF(),zF(),WF(),VF(),HF(),GF(),sB(),_B(),cB(),lB(),uB(),pB(),fB(),dB(),mB(),hB(),yB(),gB(),t7(),r7(),bB(),vB(),n7(),TB(),SB(),xB(),wB(),CB(),EB()}}),AB=()=>{},C7={};I5(C7,{ANONYMOUS:()=>ANONYMOUS,AccessFlags:()=>Ly,AssertionLevel:()=>ay,AssignmentDeclarationKind:()=>Wy,AssignmentKind:()=>B0,Associativity:()=>q0,BreakpointResolver:()=>ts_BreakpointResolver_exports,BuilderFileEmit:()=>BuilderFileEmit,BuilderProgramKind:()=>BuilderProgramKind,BuilderState:()=>BuilderState,BundleFileSectionKind:()=>l0,CallHierarchy:()=>ts_CallHierarchy_exports,CharacterCodes:()=>n0,CheckFlags:()=>Py,CheckMode:()=>CheckMode,ClassificationType:()=>ClassificationType,ClassificationTypeNames:()=>ClassificationTypeNames,CommentDirectiveType:()=>fy,Comparison:()=>Zh,CompletionInfoFlags:()=>CompletionInfoFlags,CompletionTriggerKind:()=>CompletionTriggerKind,Completions:()=>ts_Completions_exports,ConfigFileProgramReloadLevel:()=>ConfigFileProgramReloadLevel,ContainerFlags:()=>ContainerFlags,ContextFlags:()=>Ty,CoreServicesShimHostAdapter:()=>CoreServicesShimHostAdapter,Debug:()=>N,DiagnosticCategory:()=>ld,Diagnostics:()=>U,DocumentHighlights:()=>DocumentHighlights,ElementFlags:()=>My,EmitFlags:()=>dd,EmitHint:()=>s0,EmitOnly:()=>hy,EndOfLineState:()=>EndOfLineState,EnumKind:()=>Dy,ExitStatus:()=>gy,ExportKind:()=>ExportKind,Extension:()=>i0,ExternalEmitHelpers:()=>o0,FileIncludeKind:()=>dy,FilePreprocessingDiagnosticsKind:()=>my,FileSystemEntryKind:()=>FileSystemEntryKind,FileWatcherEventKind:()=>FileWatcherEventKind,FindAllReferences:()=>ts_FindAllReferences_exports,FlattenLevel:()=>FlattenLevel,FlowFlags:()=>bl,ForegroundColorEscapeSequences:()=>ForegroundColorEscapeSequences,FunctionFlags:()=>U0,GeneratedIdentifierFlags:()=>uy,GetLiteralTextFlags:()=>F0,GoToDefinition:()=>ts_GoToDefinition_exports,HighlightSpanKind:()=>HighlightSpanKind,IdentifierNameMap:()=>IdentifierNameMap,IdentifierNameMultiMap:()=>IdentifierNameMultiMap,ImportKind:()=>ImportKind,ImportsNotUsedAsValues:()=>Ky,IndentStyle:()=>IndentStyle,IndexFlags:()=>Jy,IndexKind:()=>Fy,InferenceFlags:()=>qy,InferencePriority:()=>Uy,InlayHintKind:()=>InlayHintKind,InlayHints:()=>ts_InlayHints_exports,InternalEmitFlags:()=>a0,InternalSymbolName:()=>Iy,InvalidatedProjectKind:()=>InvalidatedProjectKind,JsDoc:()=>ts_JsDoc_exports,JsTyping:()=>ts_JsTyping_exports,JsxEmit:()=>Yy,JsxFlags:()=>ly,JsxReferenceKind:()=>Ry,LanguageServiceMode:()=>LanguageServiceMode,LanguageServiceShimHostAdapter:()=>LanguageServiceShimHostAdapter,LanguageVariant:()=>t0,LexicalEnvironmentFlags:()=>c0,ListFormat:()=>u0,LogLevel:()=>sy,MemberOverrideStatus:()=>by,ModifierFlags:()=>nd,ModuleDetectionKind:()=>Hy,ModuleInstanceState:()=>ModuleInstanceState,ModuleKind:()=>Qy,ModuleResolutionKind:()=>Vy,ModuleSpecifierEnding:()=>G0,NavigateTo:()=>ts_NavigateTo_exports,NavigationBar:()=>ts_NavigationBar_exports,NewLineKind:()=>Zy,NodeBuilderFlags:()=>Sy,NodeCheckFlags:()=>Ny,NodeFactoryFlags:()=>X0,NodeFlags:()=>rd,NodeResolutionFeatures:()=>NodeResolutionFeatures,ObjectFlags:()=>_d,OperationCanceledException:()=>ad,OperatorPrecedence:()=>z0,OrganizeImports:()=>ts_OrganizeImports_exports,OrganizeImportsMode:()=>OrganizeImportsMode,OuterExpressionKinds:()=>_0,OutliningElementsCollector:()=>ts_OutliningElementsCollector_exports,OutliningSpanKind:()=>OutliningSpanKind,OutputFileType:()=>OutputFileType,PackageJsonAutoImportPreference:()=>PackageJsonAutoImportPreference,PackageJsonDependencyGroup:()=>PackageJsonDependencyGroup,PatternMatchKind:()=>PatternMatchKind,PollingInterval:()=>PollingInterval,PollingWatchKind:()=>$y,PragmaKindFlags:()=>p0,PrivateIdentifierKind:()=>PrivateIdentifierKind,ProcessLevel:()=>ProcessLevel,QuotePreference:()=>QuotePreference,RelationComparisonResult:()=>id,Rename:()=>ts_Rename_exports,ScriptElementKind:()=>ScriptElementKind,ScriptElementKindModifier:()=>ScriptElementKindModifier,ScriptKind:()=>ud,ScriptSnapshot:()=>ScriptSnapshot,ScriptTarget:()=>e0,SemanticClassificationFormat:()=>SemanticClassificationFormat,SemanticMeaning:()=>SemanticMeaning,SemicolonPreference:()=>SemicolonPreference,SignatureCheckMode:()=>SignatureCheckMode,SignatureFlags:()=>cd,SignatureHelp:()=>ts_SignatureHelp_exports,SignatureKind:()=>jy,SmartSelectionRange:()=>ts_SmartSelectionRange_exports,SnippetKind:()=>fd,SortKind:()=>ny,StructureIsReused:()=>yy,SymbolAccessibility:()=>Cy,SymbolDisplay:()=>ts_SymbolDisplay_exports,SymbolDisplayPartKind:()=>SymbolDisplayPartKind,SymbolFlags:()=>od,SymbolFormatFlags:()=>wy,SyntaxKind:()=>td,SyntheticSymbolKind:()=>Ey,Ternary:()=>zy,ThrottledCancellationToken:()=>S7,TokenClass:()=>TokenClass,TokenFlags:()=>py,TransformFlags:()=>pd,TypeFacts:()=>TypeFacts,TypeFlags:()=>sd,TypeFormatFlags:()=>xy,TypeMapKind:()=>By,TypePredicateKind:()=>Ay,TypeReferenceSerializationKind:()=>ky,TypeScriptServicesFactory:()=>TypeScriptServicesFactory,UnionReduction:()=>vy,UpToDateStatusType:()=>UpToDateStatusType,VarianceFlags:()=>Oy,Version:()=>Version,VersionRange:()=>VersionRange,WatchDirectoryFlags:()=>r0,WatchDirectoryKind:()=>Xy,WatchFileKind:()=>Gy,WatchLogLevel:()=>WatchLogLevel,WatchType:()=>WatchType,accessPrivateIdentifier:()=>accessPrivateIdentifier,addDisposableResourceHelper:()=>addDisposableResourceHelper,addEmitFlags:()=>addEmitFlags,addEmitHelper:()=>addEmitHelper,addEmitHelpers:()=>addEmitHelpers,addInternalEmitFlags:()=>addInternalEmitFlags,addNodeFactoryPatcher:()=>EL,addObjectAllocatorPatcher:()=>zO,addRange:()=>Rr,addRelatedInfo:()=>nl,addSyntheticLeadingComment:()=>addSyntheticLeadingComment,addSyntheticTrailingComment:()=>addSyntheticTrailingComment,addToSeen:()=>PO,advancedAsyncSuperHelper:()=>advancedAsyncSuperHelper,affectsDeclarationPathOptionDeclarations:()=>affectsDeclarationPathOptionDeclarations,affectsEmitOptionDeclarations:()=>affectsEmitOptionDeclarations,allKeysStartWithDot:()=>allKeysStartWithDot,altDirectorySeparator:()=>vg,and:()=>rE,append:()=>xt,appendIfUnique:()=>wv,arrayFrom:()=>jd,arrayIsEqualTo:()=>sC,arrayIsHomogeneous:()=>QM,arrayIsSorted:()=>aC,arrayOf:()=>TC,arrayReverseIterator:()=>uC,arrayToMap:()=>xC,arrayToMultiMap:()=>Dv,arrayToNumericMap:()=>wC,arraysEqual:()=>gv,assertType:()=>iE,assign:()=>SC,assignHelper:()=>assignHelper,asyncDelegator:()=>asyncDelegator,asyncGeneratorHelper:()=>asyncGeneratorHelper,asyncSuperHelper:()=>asyncSuperHelper,asyncValues:()=>asyncValues,attachFileToDiagnostics:()=>$a,awaitHelper:()=>awaitHelper,awaiterHelper:()=>awaiterHelper,base64decode:()=>KN,base64encode:()=>YN,binarySearch:()=>Ml,binarySearchKey:()=>Av,bindSourceFile:()=>bindSourceFile,breakIntoCharacterSpans:()=>breakIntoCharacterSpans,breakIntoWordSpans:()=>breakIntoWordSpans,buildLinkParts:()=>buildLinkParts,buildOpts:()=>buildOpts,buildOverload:()=>buildOverload,bundlerModuleNameResolver:()=>bundlerModuleNameResolver,canBeConvertedToAsync:()=>canBeConvertedToAsync,canHaveDecorators:()=>U8,canHaveExportModifier:()=>lL,canHaveFlowNode:()=>bI,canHaveIllegalDecorators:()=>zR,canHaveIllegalModifiers:()=>WR,canHaveIllegalType:()=>qR,canHaveIllegalTypeParameters:()=>j8,canHaveJSDoc:()=>mm,canHaveLocals:()=>Tk,canHaveModifiers:()=>q_,canHaveSymbol:()=>vk,canJsonReportNoInputFiles:()=>canJsonReportNoInputFiles,canProduceDiagnostics:()=>canProduceDiagnostics,canUsePropertyAccess:()=>uL,canWatchAffectingLocation:()=>canWatchAffectingLocation,canWatchAtTypes:()=>canWatchAtTypes,canWatchDirectoryOrFile:()=>canWatchDirectoryOrFile,cartesianProduct:()=>oE,cast:()=>gi,chainBundle:()=>chainBundle,chainDiagnosticMessages:()=>tl,changeAnyExtension:()=>Qv,changeCompilerHostLikeToUseCache:()=>changeCompilerHostLikeToUseCache,changeExtension:()=>OM,changesAffectModuleResolution:()=>Uk,changesAffectingProgramStructure:()=>qk,childIsDecorated:()=>s2,classElementOrClassElementParameterIsDecorated:()=>qP,classHasClassThisAssignment:()=>classHasClassThisAssignment,classHasDeclaredOrExplicitlyAssignedName:()=>classHasDeclaredOrExplicitlyAssignedName,classHasExplicitlyAssignedName:()=>classHasExplicitlyAssignedName,classOrConstructorParameterIsDecorated:()=>UP,classPrivateFieldGetHelper:()=>classPrivateFieldGetHelper,classPrivateFieldInHelper:()=>classPrivateFieldInHelper,classPrivateFieldSetHelper:()=>classPrivateFieldSetHelper,classicNameResolver:()=>classicNameResolver,classifier:()=>ts_classifier_exports,cleanExtendedConfigCache:()=>cleanExtendedConfigCache,clear:()=>U5,clearMap:()=>wO,clearSharedExtendedConfigFileWatcher:()=>clearSharedExtendedConfigFileWatcher,climbPastPropertyAccess:()=>climbPastPropertyAccess,climbPastPropertyOrElementAccess:()=>climbPastPropertyOrElementAccess,clone:()=>AC,cloneCompilerOptions:()=>cloneCompilerOptions,closeFileWatcher:()=>yO,closeFileWatcherOf:()=>closeFileWatcherOf,codefix:()=>ts_codefix_exports,collapseTextChangeRangesAcrossMultipleVersions:()=>rA,collectExternalModuleInfo:()=>collectExternalModuleInfo,combine:()=>lC,combinePaths:()=>hr,commentPragmas:()=>zd,commonOptionsWithBuild:()=>commonOptionsWithBuild,commonPackageFolders:()=>V0,compact:()=>_C,compareBooleans:()=>HC,compareDataObjects:()=>CS,compareDiagnostics:()=>F2,compareDiagnosticsSkipRelatedInformation:()=>wd,compareEmitHelpers:()=>compareEmitHelpers,compareNumberOfDirectorySeparators:()=>NM,comparePaths:()=>NE,comparePathsCaseInsensitive:()=>IE,comparePathsCaseSensitive:()=>PE,comparePatternKeys:()=>comparePatternKeys,compareProperties:()=>VC,compareStringsCaseInsensitive:()=>Bd,compareStringsCaseInsensitiveEslintCompatible:()=>qC,compareStringsCaseSensitive:()=>Ci,compareStringsCaseSensitiveUI:()=>WC,compareTextSpans:()=>BC,compareValues:()=>kr,compileOnSaveCommandLineOption:()=>compileOnSaveCommandLineOption,compilerOptionsAffectDeclarationPath:()=>fM,compilerOptionsAffectEmit:()=>pM,compilerOptionsAffectSemanticDiagnostics:()=>uM,compilerOptionsDidYouMeanDiagnostics:()=>compilerOptionsDidYouMeanDiagnostics,compilerOptionsIndicateEsModules:()=>compilerOptionsIndicateEsModules,compose:()=>FC,computeCommonSourceDirectoryOfFilenames:()=>computeCommonSourceDirectoryOfFilenames,computeLineAndCharacterOfPosition:()=>Sg,computeLineOfPosition:()=>__,computeLineStarts:()=>Hd,computePositionOfLineAndCharacter:()=>Tg,computeSignature:()=>computeSignature,computeSignatureWithDiagnostics:()=>computeSignatureWithDiagnostics,computeSuggestionDiagnostics:()=>computeSuggestionDiagnostics,concatenate:()=>y_,concatenateDiagnosticMessageChains:()=>GO,consumesNodeCoreModules:()=>consumesNodeCoreModules,contains:()=>es,containsIgnoredPath:()=>rx,containsObjectRestOrSpread:()=>U6,containsParseError:()=>xl,containsPath:()=>Yv,convertCompilerOptionsForTelemetry:()=>convertCompilerOptionsForTelemetry,convertCompilerOptionsFromJson:()=>convertCompilerOptionsFromJson,convertJsonOption:()=>convertJsonOption,convertToBase64:()=>yS,convertToJson:()=>convertToJson,convertToObject:()=>convertToObject,convertToOptionsWithAbsolutePaths:()=>convertToOptionsWithAbsolutePaths,convertToRelativePath:()=>ME,convertToTSConfig:()=>convertToTSConfig,convertTypeAcquisitionFromJson:()=>convertTypeAcquisitionFromJson,copyComments:()=>copyComments,copyEntries:()=>Hk,copyLeadingComments:()=>copyLeadingComments,copyProperties:()=>DC,copyTrailingAsLeadingComments:()=>copyTrailingAsLeadingComments,copyTrailingComments:()=>copyTrailingComments,couldStartTrivia:()=>qE,countWhere:()=>F5,createAbstractBuilder:()=>createAbstractBuilder,createAccessorPropertyBackingField:()=>Sj,createAccessorPropertyGetRedirector:()=>xj,createAccessorPropertySetRedirector:()=>wj,createBaseNodeFactory:()=>Mx,createBinaryExpressionTrampoline:()=>mj,createBindingHelper:()=>createBindingHelper,createBuildInfo:()=>createBuildInfo,createBuilderProgram:()=>createBuilderProgram,createBuilderProgramUsingProgramBuildInfo:()=>createBuilderProgramUsingProgramBuildInfo,createBuilderStatusReporter:()=>createBuilderStatusReporter,createCacheWithRedirects:()=>createCacheWithRedirects,createCacheableExportInfoMap:()=>createCacheableExportInfoMap,createCachedDirectoryStructureHost:()=>createCachedDirectoryStructureHost,createClassNamedEvaluationHelperBlock:()=>createClassNamedEvaluationHelperBlock,createClassThisAssignmentBlock:()=>createClassThisAssignmentBlock,createClassifier:()=>createClassifier,createCommentDirectivesMap:()=>yD,createCompilerDiagnostic:()=>fl,createCompilerDiagnosticForInvalidCustomType:()=>createCompilerDiagnosticForInvalidCustomType,createCompilerDiagnosticFromMessageChain:()=>HO,createCompilerHost:()=>createCompilerHost,createCompilerHostFromProgramHost:()=>createCompilerHostFromProgramHost,createCompilerHostWorker:()=>createCompilerHostWorker,createDetachedDiagnostic:()=>Ao,createDiagnosticCollection:()=>nN,createDiagnosticForFileFromMessageChain:()=>$D,createDiagnosticForNode:()=>VD,createDiagnosticForNodeArray:()=>HD,createDiagnosticForNodeArrayFromMessageChain:()=>XD,createDiagnosticForNodeFromMessageChain:()=>GD,createDiagnosticForNodeInSourceFile:()=>z3,createDiagnosticForRange:()=>YD,createDiagnosticMessageChainFromDiagnostic:()=>QD,createDiagnosticReporter:()=>createDiagnosticReporter,createDocumentPositionMapper:()=>createDocumentPositionMapper,createDocumentRegistry:()=>createDocumentRegistry,createDocumentRegistryInternal:()=>createDocumentRegistryInternal,createEmitAndSemanticDiagnosticsBuilderProgram:()=>createEmitAndSemanticDiagnosticsBuilderProgram,createEmitHelperFactory:()=>createEmitHelperFactory,createEmptyExports:()=>hR,createExpressionForJsxElement:()=>gR,createExpressionForJsxFragment:()=>bR,createExpressionForObjectLiteralElementLike:()=>ER,createExpressionForPropertyName:()=>A8,createExpressionFromEntityName:()=>E8,createExternalHelpersImportDeclarationIfNeeded:()=>LR,createFileDiagnostic:()=>j2,createFileDiagnosticFromMessageChain:()=>Kg,createForOfBindingStatement:()=>vR,createGetCanonicalFileName:()=>Ud,createGetSourceFile:()=>createGetSourceFile,createGetSymbolAccessibilityDiagnosticForNode:()=>createGetSymbolAccessibilityDiagnosticForNode,createGetSymbolAccessibilityDiagnosticForNodeName:()=>createGetSymbolAccessibilityDiagnosticForNodeName,createGetSymbolWalker:()=>createGetSymbolWalker,createIncrementalCompilerHost:()=>createIncrementalCompilerHost,createIncrementalProgram:()=>createIncrementalProgram,createInputFiles:()=>ML,createInputFilesWithFilePaths:()=>Rx,createInputFilesWithFileTexts:()=>jx,createJsxFactoryExpression:()=>C8,createLanguageService:()=>ZF,createLanguageServiceSourceFile:()=>z6,createMemberAccessForPropertyName:()=>Jm,createModeAwareCache:()=>createModeAwareCache,createModeAwareCacheKey:()=>createModeAwareCacheKey,createModuleNotFoundChain:()=>eD,createModuleResolutionCache:()=>createModuleResolutionCache,createModuleResolutionLoader:()=>createModuleResolutionLoader,createModuleSpecifierResolutionHost:()=>createModuleSpecifierResolutionHost,createMultiMap:()=>Fd,createNodeConverters:()=>Lx,createNodeFactory:()=>kd,createOptionNameMap:()=>createOptionNameMap,createOverload:()=>createOverload,createPackageJsonImportFilter:()=>createPackageJsonImportFilter,createPackageJsonInfo:()=>createPackageJsonInfo,createParenthesizerRules:()=>createParenthesizerRules,createPatternMatcher:()=>createPatternMatcher,createPrependNodes:()=>createPrependNodes,createPrinter:()=>createPrinter,createPrinterWithDefaults:()=>createPrinterWithDefaults,createPrinterWithRemoveComments:()=>createPrinterWithRemoveComments,createPrinterWithRemoveCommentsNeverAsciiEscape:()=>createPrinterWithRemoveCommentsNeverAsciiEscape,createPrinterWithRemoveCommentsOmitTrailingSemicolon:()=>createPrinterWithRemoveCommentsOmitTrailingSemicolon,createProgram:()=>createProgram,createProgramHost:()=>createProgramHost,createPropertyNameNodeForIdentifierOrLiteral:()=>sL,createQueue:()=>NC,createRange:()=>Sm,createRedirectedBuilderProgram:()=>createRedirectedBuilderProgram,createResolutionCache:()=>createResolutionCache,createRuntimeTypeSerializer:()=>createRuntimeTypeSerializer,createScanner:()=>ns,createSemanticDiagnosticsBuilderProgram:()=>createSemanticDiagnosticsBuilderProgram,createSet:()=>OC,createSolutionBuilder:()=>createSolutionBuilder,createSolutionBuilderHost:()=>createSolutionBuilderHost,createSolutionBuilderWithWatch:()=>createSolutionBuilderWithWatch,createSolutionBuilderWithWatchHost:()=>createSolutionBuilderWithWatchHost,createSortedArray:()=>iC,createSourceFile:()=>V8,createSourceMapGenerator:()=>createSourceMapGenerator,createSourceMapSource:()=>LL,createSuperAccessVariableStatement:()=>createSuperAccessVariableStatement,createSymbolTable:()=>Fk,createSymlinkCache:()=>gM,createSystemWatchFunctions:()=>createSystemWatchFunctions,createTextChange:()=>createTextChange,createTextChangeFromStartLength:()=>createTextChangeFromStartLength,createTextChangeRange:()=>$d,createTextRangeFromNode:()=>createTextRangeFromNode,createTextRangeFromSpan:()=>createTextRangeFromSpan,createTextSpan:()=>w_,createTextSpanFromBounds:()=>Hi,createTextSpanFromNode:()=>createTextSpanFromNode,createTextSpanFromRange:()=>createTextSpanFromRange,createTextSpanFromStringLiteralLikeContent:()=>createTextSpanFromStringLiteralLikeContent,createTextWriter:()=>uN,createTokenRange:()=>nO,createTypeChecker:()=>createTypeChecker,createTypeReferenceDirectiveResolutionCache:()=>createTypeReferenceDirectiveResolutionCache,createTypeReferenceResolutionLoader:()=>createTypeReferenceResolutionLoader,createUnparsedSourceFile:()=>IL,createWatchCompilerHost:()=>createWatchCompilerHost2,createWatchCompilerHostOfConfigFile:()=>createWatchCompilerHostOfConfigFile,createWatchCompilerHostOfFilesAndCompilerOptions:()=>createWatchCompilerHostOfFilesAndCompilerOptions,createWatchFactory:()=>createWatchFactory,createWatchHost:()=>createWatchHost,createWatchProgram:()=>createWatchProgram,createWatchStatusReporter:()=>createWatchStatusReporter,createWriteFileMeasuringIO:()=>createWriteFileMeasuringIO,declarationNameToString:()=>q3,decodeMappings:()=>decodeMappings,decodedTextSpanIntersectsWith:()=>Eg,decorateHelper:()=>decorateHelper,deduplicate:()=>Sv,defaultIncludeSpec:()=>defaultIncludeSpec,defaultInitCompilerOptions:()=>defaultInitCompilerOptions,defaultMaximumTruncationLength:()=>px,detectSortCaseSensitivity:()=>oC,diagnosticCategoryName:()=>vE,diagnosticToString:()=>diagnosticToString,directoryProbablyExists:()=>bS,directorySeparator:()=>fn,displayPart:()=>displayPart,displayPartsToString:()=>KF,disposeEmitNodes:()=>disposeEmitNodes,disposeResourcesHelper:()=>disposeResourcesHelper,documentSpansEqual:()=>documentSpansEqual,dumpTracingLegend:()=>dumpTracingLegend,elementAt:()=>zv,elideNodes:()=>gj,emitComments:()=>rS,emitDetachedComments:()=>PN,emitFiles:()=>emitFiles,emitFilesAndReportErrors:()=>emitFilesAndReportErrors,emitFilesAndReportErrorsAndGetExitStatus:()=>emitFilesAndReportErrorsAndGetExitStatus,emitModuleKindIsNonNodeESM:()=>YO,emitNewLineBeforeLeadingCommentOfPosition:()=>DN,emitNewLineBeforeLeadingComments:()=>eS,emitNewLineBeforeLeadingCommentsOfPosition:()=>tS,emitSkippedWithNoDiagnostics:()=>emitSkippedWithNoDiagnostics,emitUsingBuildInfo:()=>emitUsingBuildInfo,emptyArray:()=>$e,emptyFileSystemEntries:()=>Ox,emptyMap:()=>pg,emptyOptions:()=>emptyOptions,emptySet:()=>qv,endsWith:()=>ts,ensurePathIsNonModuleName:()=>hg,ensureScriptKind:()=>zS,ensureTrailingDirectorySeparator:()=>zo,entityNameToString:()=>vi,enumerateInsertsAndDeletes:()=>aE,equalOwnProperties:()=>kv,equateStringsCaseInsensitive:()=>s_,equateStringsCaseSensitive:()=>Ll,equateValues:()=>_o,esDecorateHelper:()=>esDecorateHelper,escapeJsxAttributeString:()=>qT,escapeLeadingUnderscores:()=>Mn,escapeNonAsciiString:()=>Sd,escapeSnippetText:()=>oL,escapeString:()=>Td,every:()=>so,expandPreOrPostfixIncrementOrDecrementExpression:()=>AR,explainFiles:()=>explainFiles,explainIfFileIsRedirectAndImpliedFormat:()=>explainIfFileIsRedirectAndImpliedFormat,exportAssignmentIsAlias:()=>D0,exportStarHelper:()=>exportStarHelper,expressionResultIsUnused:()=>eL,extend:()=>kC,extendsHelper:()=>extendsHelper,extensionFromPath:()=>rl,extensionIsTS:()=>YS,extensionsNotSupportingExtensionlessResolution:()=>Cm,externalHelpersModuleNameText:()=>wm,factory:()=>Ln,fileExtensionIs:()=>La,fileExtensionIsOneOf:()=>ei,fileIncludeReasonToDiagnostics:()=>fileIncludeReasonToDiagnostics,fileShouldUseJavaScriptRequire:()=>fileShouldUseJavaScriptRequire,filter:()=>$r,filterMutate:()=>B5,filterSemanticDiagnostics:()=>filterSemanticDiagnostics,find:()=>Yr,findAncestor:()=>Kr,findBestPatternMatch:()=>jv,findChildOfKind:()=>findChildOfKind,findComputedPropertyNameCacheAssignment:()=>Cj,findConfigFile:()=>findConfigFile,findContainingList:()=>findContainingList,findDiagnosticForNode:()=>findDiagnosticForNode,findFirstNonJsxWhitespaceToken:()=>findFirstNonJsxWhitespaceToken,findIndex:()=>_l,findLast:()=>ig,findLastIndex:()=>R5,findListItemInfo:()=>findListItemInfo,findMap:()=>j5,findModifier:()=>findModifier,findNextToken:()=>findNextToken,findPackageJson:()=>findPackageJson,findPackageJsons:()=>findPackageJsons,findPrecedingMatchingToken:()=>findPrecedingMatchingToken,findPrecedingToken:()=>findPrecedingToken,findSuperStatementIndexPath:()=>findSuperStatementIndexPath,findTokenOnLeftOfPosition:()=>findTokenOnLeftOfPosition,findUseStrictPrologue:()=>D8,first:()=>og,firstDefined:()=>ng,firstDefinedIterator:()=>M5,firstIterator:()=>dC,firstOrOnly:()=>firstOrOnly,firstOrUndefined:()=>g_,firstOrUndefinedIterator:()=>fC,fixupCompilerOptions:()=>fixupCompilerOptions,flatMap:()=>Bo,flatMapIterator:()=>W5,flatMapToMutable:()=>vv,flatten:()=>o_,flattenCommaList:()=>Aj,flattenDestructuringAssignment:()=>flattenDestructuringAssignment,flattenDestructuringBinding:()=>flattenDestructuringBinding,flattenDiagnosticMessageText:()=>flattenDiagnosticMessageText,forEach:()=>yr,forEachAncestor:()=>zk,forEachAncestorDirectory:()=>Zv,forEachChild:()=>Bt,forEachChildRecursively:()=>eg,forEachEmittedFile:()=>forEachEmittedFile,forEachEnclosingBlockScopeContainer:()=>UD,forEachEntry:()=>Wk,forEachExternalModuleToImportFrom:()=>forEachExternalModuleToImportFrom,forEachImportClauseDeclaration:()=>dI,forEachKey:()=>Vk,forEachLeadingCommentRange:()=>zE,forEachNameInAccessChainWalkingLeft:()=>LO,forEachPropertyAssignment:()=>a2,forEachResolvedProjectReference:()=>forEachResolvedProjectReference,forEachReturnStatement:()=>lP,forEachRight:()=>O5,forEachTrailingCommentRange:()=>WE,forEachTsConfigPropArray:()=>Q3,forEachUnique:()=>forEachUnique,forEachYieldExpression:()=>uP,forSomeAncestorDirectory:()=>AO,formatColorAndReset:()=>formatColorAndReset,formatDiagnostic:()=>formatDiagnostic,formatDiagnostics:()=>formatDiagnostics,formatDiagnosticsWithColorAndContext:()=>formatDiagnosticsWithColorAndContext,formatGeneratedName:()=>Id,formatGeneratedNamePart:()=>Z0,formatLocation:()=>formatLocation,formatMessage:()=>VO,formatStringFromArgs:()=>I_,formatting:()=>ts_formatting_exports,fullTripleSlashAMDReferencePathRegEx:()=>K2,fullTripleSlashReferencePathRegEx:()=>Y2,generateDjb2Hash:()=>generateDjb2Hash,generateTSConfig:()=>generateTSConfig,generatorHelper:()=>generatorHelper,getAdjustedReferenceLocation:()=>getAdjustedReferenceLocation,getAdjustedRenameLocation:()=>getAdjustedRenameLocation,getAliasDeclarationFromName:()=>CT,getAllAccessorDeclarations:()=>P2,getAllDecoratorsOfClass:()=>getAllDecoratorsOfClass,getAllDecoratorsOfClassElement:()=>getAllDecoratorsOfClassElement,getAllJSDocTags:()=>$4,getAllJSDocTagsOfKind:()=>bA,getAllKeys:()=>bC,getAllProjectOutputs:()=>getAllProjectOutputs,getAllSuperTypeNodes:()=>PT,getAllUnscopedEmitHelpers:()=>getAllUnscopedEmitHelpers,getAllowJSCompilerOption:()=>FS,getAllowSyntheticDefaultImports:()=>nM,getAncestor:()=>JI,getAnyExtensionFromPath:()=>md,getAreDeclarationMapsEnabled:()=>rM,getAssignedExpandoInitializer:()=>rI,getAssignedName:()=>O4,getAssignedNameOfIdentifier:()=>getAssignedNameOfIdentifier,getAssignmentDeclarationKind:()=>Ja,getAssignmentDeclarationPropertyAccessKind:()=>lT,getAssignmentTargetKind:()=>vT,getAutomaticTypeDirectiveNames:()=>getAutomaticTypeDirectiveNames,getBaseFileName:()=>T_,getBinaryOperatorPrecedence:()=>pl,getBuildInfo:()=>getBuildInfo,getBuildInfoFileVersionMap:()=>getBuildInfoFileVersionMap,getBuildInfoText:()=>getBuildInfoText,getBuildOrderFromAnyBuildOrder:()=>getBuildOrderFromAnyBuildOrder,getBuilderCreationParameters:()=>getBuilderCreationParameters,getBuilderFileEmit:()=>getBuilderFileEmit,getCheckFlags:()=>wS,getClassExtendsHeritageElement:()=>kT,getClassLikeDeclarationOfSymbol:()=>AS,getCombinedLocalAndExportSymbolFlags:()=>vO,getCombinedModifierFlags:()=>Qd,getCombinedNodeFlags:()=>C_,getCombinedNodeFlagsAlwaysIncludeJSDoc:()=>iA,getCommentRange:()=>getCommentRange,getCommonSourceDirectory:()=>getCommonSourceDirectory,getCommonSourceDirectoryOfConfig:()=>getCommonSourceDirectoryOfConfig,getCompilerOptionValue:()=>j0,getCompilerOptionsDiffValue:()=>getCompilerOptionsDiffValue,getConditions:()=>getConditions,getConfigFileParsingDiagnostics:()=>getConfigFileParsingDiagnostics,getConstantValue:()=>getConstantValue,getContainerFlags:()=>getContainerFlags,getContainerNode:()=>getContainerNode,getContainingClass:()=>E0,getContainingClassExcludingClassDecorators:()=>DP,getContainingClassStaticBlock:()=>AP,getContainingFunction:()=>CP,getContainingFunctionDeclaration:()=>EP,getContainingFunctionOrClassStaticBlock:()=>kP,getContainingNodeArray:()=>tL,getContainingObjectLiteralElement:()=>u7,getContextualTypeFromParent:()=>getContextualTypeFromParent,getContextualTypeFromParentOrAncestorTypeNode:()=>getContextualTypeFromParentOrAncestorTypeNode,getCurrentTime:()=>getCurrentTime,getDeclarationDiagnostics:()=>getDeclarationDiagnostics,getDeclarationEmitExtensionForPath:()=>GT,getDeclarationEmitOutputFilePath:()=>mN,getDeclarationEmitOutputFilePathWorker:()=>HT,getDeclarationFromName:()=>NI,getDeclarationModifierFlagsFromSymbol:()=>gO,getDeclarationOfKind:()=>Rk,getDeclarationsOfKind:()=>jk,getDeclaredExpandoInitializer:()=>eI,getDecorators:()=>sA,getDefaultCompilerOptions:()=>s7,getDefaultExportInfoWorker:()=>getDefaultExportInfoWorker,getDefaultFormatCodeSettings:()=>getDefaultFormatCodeSettings,getDefaultLibFileName:()=>v4,getDefaultLibFilePath:()=>oB,getDefaultLikeExportInfo:()=>getDefaultLikeExportInfo,getDiagnosticText:()=>getDiagnosticText,getDiagnosticsWithinSpan:()=>getDiagnosticsWithinSpan,getDirectoryPath:()=>$i,getDirectoryToWatchFailedLookupLocation:()=>getDirectoryToWatchFailedLookupLocation,getDirectoryToWatchFailedLookupLocationFromTypeRoot:()=>getDirectoryToWatchFailedLookupLocationFromTypeRoot,getDocumentPositionMapper:()=>getDocumentPositionMapper,getESModuleInterop:()=>U2,getEditsForFileRename:()=>getEditsForFileRename,getEffectiveBaseTypeNode:()=>AT,getEffectiveConstraintOfTypeParameter:()=>xA,getEffectiveContainerForJSDocTemplateTag:()=>TI,getEffectiveImplementsTypeNodes:()=>DT,getEffectiveInitializer:()=>oT,getEffectiveJSDocHost:()=>y2,getEffectiveModifierFlags:()=>vm,getEffectiveModifierFlagsAlwaysIncludeJSDoc:()=>_S,getEffectiveModifierFlagsNoCache:()=>lS,getEffectiveReturnTypeNode:()=>EN,getEffectiveSetAccessorTypeAnnotationNode:()=>kN,getEffectiveTypeAnnotationNode:()=>I2,getEffectiveTypeParameterDeclarations:()=>SA,getEffectiveTypeRoots:()=>getEffectiveTypeRoots,getElementOrPropertyAccessArgumentExpressionOrName:()=>dm,getElementOrPropertyAccessName:()=>io,getElementsOfBindingOrAssignmentPattern:()=>R8,getEmitDeclarations:()=>z2,getEmitFlags:()=>ti,getEmitHelpers:()=>getEmitHelpers,getEmitModuleDetectionKind:()=>RS,getEmitModuleKind:()=>ni,getEmitModuleResolutionKind:()=>O_,getEmitScriptTarget:()=>Ql,getEmitStandardClassFields:()=>lM,getEnclosingBlockScopeContainer:()=>S0,getEnclosingContainer:()=>BD,getEncodedSemanticClassifications:()=>getEncodedSemanticClassifications,getEncodedSyntacticClassifications:()=>getEncodedSyntacticClassifications,getEndLinePosition:()=>D3,getEntityNameFromTypeNode:()=>FP,getEntrypointsFromPackageJsonInfo:()=>getEntrypointsFromPackageJsonInfo,getErrorCountForSummary:()=>getErrorCountForSummary,getErrorSpanForNode:()=>Zg,getErrorSummaryText:()=>getErrorSummaryText,getEscapedTextOfIdentifierOrLiteral:()=>LT,getEscapedTextOfJsxAttributeName:()=>hL,getEscapedTextOfJsxNamespacedName:()=>Yl,getExpandoInitializer:()=>A_,getExportAssignmentExpression:()=>ET,getExportInfoMap:()=>getExportInfoMap,getExportNeedsImportStarHelper:()=>getExportNeedsImportStarHelper,getExpressionAssociativity:()=>eN,getExpressionPrecedence:()=>tN,getExternalHelpersModuleName:()=>N8,getExternalModuleImportEqualsDeclarationExpression:()=>WP,getExternalModuleName:()=>d2,getExternalModuleNameFromDeclaration:()=>fN,getExternalModuleNameFromPath:()=>E2,getExternalModuleNameLiteral:()=>RR,getExternalModuleRequireArgument:()=>VP,getFallbackOptions:()=>getFallbackOptions,getFileEmitOutput:()=>getFileEmitOutput,getFileMatcherPatterns:()=>qS,getFileNamesFromConfigSpecs:()=>getFileNamesFromConfigSpecs,getFileWatcherEventKind:()=>getFileWatcherEventKind,getFilesInErrorForSummary:()=>getFilesInErrorForSummary,getFirstConstructorWithBody:()=>QT,getFirstIdentifier:()=>UN,getFirstNonSpaceCharacterPosition:()=>getFirstNonSpaceCharacterPosition,getFirstProjectOutput:()=>getFirstProjectOutput,getFixableErrorSpanExpression:()=>getFixableErrorSpanExpression,getFormatCodeSettingsForWriting:()=>getFormatCodeSettingsForWriting,getFullWidth:()=>sm,getFunctionFlags:()=>qI,getHeritageClause:()=>hm,getHostSignatureFromJSDoc:()=>h2,getIdentifierAutoGenerate:()=>getIdentifierAutoGenerate,getIdentifierGeneratedImportReference:()=>getIdentifierGeneratedImportReference,getIdentifierTypeArguments:()=>getIdentifierTypeArguments,getImmediatelyInvokedFunctionExpression:()=>MP,getImpliedNodeFormatForFile:()=>getImpliedNodeFormatForFile,getImpliedNodeFormatForFileWorker:()=>getImpliedNodeFormatForFileWorker,getImportNeedsImportDefaultHelper:()=>getImportNeedsImportDefaultHelper,getImportNeedsImportStarHelper:()=>getImportNeedsImportStarHelper,getIndentSize:()=>Jo,getIndentString:()=>w2,getInferredLibraryNameResolveFrom:()=>getInferredLibraryNameResolveFrom,getInitializedVariables:()=>mO,getInitializerOfBinaryExpression:()=>uT,getInitializerOfBindingOrAssignmentElement:()=>L8,getInterfaceBaseTypeNodes:()=>IT,getInternalEmitFlags:()=>SD,getInvokedExpression:()=>BP,getIsolatedModules:()=>B2,getJSDocAugmentsTag:()=>F4,getJSDocClassTag:()=>cA,getJSDocCommentRanges:()=>H3,getJSDocCommentsAndTags:()=>yT,getJSDocDeprecatedTag:()=>dA,getJSDocDeprecatedTagNoCache:()=>H4,getJSDocEnumTag:()=>mA,getJSDocHost:()=>bT,getJSDocImplementsTags:()=>B4,getJSDocOverrideTagNoCache:()=>V4,getJSDocParameterTags:()=>Zd,getJSDocParameterTagsNoCache:()=>L4,getJSDocPrivateTag:()=>uA,getJSDocPrivateTagNoCache:()=>q4,getJSDocProtectedTag:()=>pA,getJSDocProtectedTagNoCache:()=>z4,getJSDocPublicTag:()=>lA,getJSDocPublicTagNoCache:()=>U4,getJSDocReadonlyTag:()=>fA,getJSDocReadonlyTagNoCache:()=>W4,getJSDocReturnTag:()=>G4,getJSDocReturnType:()=>X4,getJSDocRoot:()=>g2,getJSDocSatisfiesExpressionType:()=>mL,getJSDocSatisfiesTag:()=>kg,getJSDocTags:()=>Ul,getJSDocTagsNoCache:()=>gA,getJSDocTemplateTag:()=>yA,getJSDocThisTag:()=>hA,getJSDocType:()=>tm,getJSDocTypeAliasName:()=>K0,getJSDocTypeAssertionType:()=>IR,getJSDocTypeParameterDeclarations:()=>ZT,getJSDocTypeParameterTags:()=>R4,getJSDocTypeParameterTagsNoCache:()=>j4,getJSDocTypeTag:()=>em,getJSXImplicitImportBase:()=>mM,getJSXRuntimeImport:()=>hM,getJSXTransformEnabled:()=>dM,getKeyForCompilerOptions:()=>getKeyForCompilerOptions,getLanguageVariant:()=>R0,getLastChild:()=>kS,getLeadingCommentRanges:()=>Wo,getLeadingCommentRangesOfNode:()=>_P,getLeftmostAccessExpression:()=>R2,getLeftmostExpression:()=>JO,getLineAndCharacterOfPosition:()=>to,getLineInfo:()=>getLineInfo,getLineOfLocalPosition:()=>TN,getLineOfLocalPositionFromLineMap:()=>Ca,getLineStartPositionForPosition:()=>getLineStartPositionForPosition,getLineStarts:()=>Ia,getLinesBetweenPositionAndNextNonWhitespaceCharacter:()=>pO,getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter:()=>uO,getLinesBetweenPositions:()=>x_,getLinesBetweenRangeEndAndRangeStart:()=>_O,getLinesBetweenRangeEndPositions:()=>cO,getLiteralText:()=>xD,getLocalNameForExternalImport:()=>JR,getLocalSymbolForExportDefault:()=>HN,getLocaleSpecificMessage:()=>N_,getLocaleTimeString:()=>getLocaleTimeString,getMappedContextSpan:()=>getMappedContextSpan,getMappedDocumentSpan:()=>getMappedDocumentSpan,getMappedLocation:()=>getMappedLocation,getMatchedFileSpec:()=>getMatchedFileSpec,getMatchedIncludeSpec:()=>getMatchedIncludeSpec,getMeaningFromDeclaration:()=>getMeaningFromDeclaration,getMeaningFromLocation:()=>getMeaningFromLocation,getMembersOfDeclaration:()=>fP,getModeForFileReference:()=>getModeForFileReference,getModeForResolutionAtIndex:()=>getModeForResolutionAtIndex,getModeForUsageLocation:()=>getModeForUsageLocation,getModifiedTime:()=>getModifiedTime,getModifiers:()=>yd,getModuleInstanceState:()=>getModuleInstanceState,getModuleNameStringLiteralAt:()=>getModuleNameStringLiteralAt,getModuleSpecifierEndingPreference:()=>DM,getModuleSpecifierResolverHost:()=>getModuleSpecifierResolverHost,getNameForExportedSymbol:()=>getNameForExportedSymbol,getNameFromIndexInfo:()=>qD,getNameFromPropertyName:()=>getNameFromPropertyName,getNameOfAccessExpression:()=>NO,getNameOfCompilerOptionValue:()=>getNameOfCompilerOptionValue,getNameOfDeclaration:()=>Bl,getNameOfExpando:()=>aI,getNameOfJSDocTypedef:()=>N4,getNameOrArgument:()=>cT,getNameTable:()=>eB,getNamesForExportedSymbol:()=>getNamesForExportedSymbol,getNamespaceDeclarationNode:()=>fT,getNewLineCharacter:()=>vS,getNewLineKind:()=>getNewLineKind,getNewLineOrDefaultFromHost:()=>getNewLineOrDefaultFromHost,getNewTargetContainer:()=>NP,getNextJSDocCommentLocation:()=>gT,getNodeForGeneratedName:()=>bj,getNodeId:()=>getNodeId,getNodeKind:()=>getNodeKind,getNodeModifiers:()=>getNodeModifiers,getNodeModulePathParts:()=>_L,getNonAssignedNameOfDeclaration:()=>Kd,getNonAssignmentOperatorForCompoundAssignment:()=>getNonAssignmentOperatorForCompoundAssignment,getNonAugmentationDeclaration:()=>F3,getNonDecoratorTokenPosOfNode:()=>gD,getNormalizedAbsolutePath:()=>Pa,getNormalizedAbsolutePathWithoutRoot:()=>DE,getNormalizedPathComponents:()=>Vd,getObjectFlags:()=>jf,getOperator:()=>x2,getOperatorAssociativity:()=>jT,getOperatorPrecedence:()=>FT,getOptionFromName:()=>getOptionFromName,getOptionsForLibraryResolution:()=>getOptionsForLibraryResolution,getOptionsNameMap:()=>getOptionsNameMap,getOrCreateEmitNode:()=>getOrCreateEmitNode,getOrCreateExternalHelpersModuleNameIfNeeded:()=>O8,getOrUpdate:()=>X5,getOriginalNode:()=>jl,getOriginalNodeId:()=>getOriginalNodeId,getOriginalSourceFile:()=>ZI,getOutputDeclarationFileName:()=>getOutputDeclarationFileName,getOutputExtension:()=>getOutputExtension,getOutputFileNames:()=>getOutputFileNames,getOutputPathsFor:()=>getOutputPathsFor,getOutputPathsForBundle:()=>getOutputPathsForBundle,getOwnEmitOutputFilePath:()=>dN,getOwnKeys:()=>sg,getOwnValues:()=>vC,getPackageJsonInfo:()=>getPackageJsonInfo,getPackageJsonTypesVersionsPaths:()=>getPackageJsonTypesVersionsPaths,getPackageJsonsVisibleToFile:()=>getPackageJsonsVisibleToFile,getPackageNameFromTypesPackageName:()=>getPackageNameFromTypesPackageName,getPackageScopeForPath:()=>getPackageScopeForPath,getParameterSymbolFromJSDoc:()=>vI,getParameterTypeNode:()=>cL,getParentNodeInSpan:()=>getParentNodeInSpan,getParseTreeNode:()=>Fl,getParsedCommandLineOfConfigFile:()=>getParsedCommandLineOfConfigFile,getPathComponents:()=>Ai,getPathComponentsRelativeTo:()=>gg,getPathFromPathComponents:()=>Uo,getPathUpdater:()=>getPathUpdater,getPathsBasePath:()=>yN,getPatternFromSpec:()=>wM,getPendingEmitKind:()=>getPendingEmitKind,getPositionOfLineAndCharacter:()=>BE,getPossibleGenericSignatures:()=>getPossibleGenericSignatures,getPossibleOriginalInputExtensionForExtension:()=>hN,getPossibleTypeArgumentsInfo:()=>getPossibleTypeArgumentsInfo,getPreEmitDiagnostics:()=>getPreEmitDiagnostics,getPrecedingNonSpaceCharacterPosition:()=>getPrecedingNonSpaceCharacterPosition,getPrivateIdentifier:()=>getPrivateIdentifier,getProperties:()=>getProperties,getProperty:()=>gC,getPropertyArrayElementValue:()=>xP,getPropertyAssignmentAliasLikeExpression:()=>LI,getPropertyNameForPropertyNameNode:()=>bd,getPropertyNameForUniqueESSymbol:()=>WI,getPropertyNameFromType:()=>TL,getPropertyNameOfBindingOrAssignmentElement:()=>UR,getPropertySymbolFromBindingElement:()=>getPropertySymbolFromBindingElement,getPropertySymbolsFromContextualType:()=>p7,getQuoteFromPreference:()=>getQuoteFromPreference,getQuotePreference:()=>getQuotePreference,getRangesWhere:()=>Z5,getRefactorContextSpan:()=>getRefactorContextSpan,getReferencedFileLocation:()=>getReferencedFileLocation,getRegexFromPattern:()=>Bf,getRegularExpressionForWildcard:()=>Ff,getRegularExpressionsForWildcards:()=>V2,getRelativePathFromDirectory:()=>Kv,getRelativePathFromFile:()=>LE,getRelativePathToDirectoryOrUrl:()=>bg,getRenameLocation:()=>getRenameLocation,getReplacementSpanForContextToken:()=>getReplacementSpanForContextToken,getResolutionDiagnostic:()=>getResolutionDiagnostic,getResolutionModeOverrideForClause:()=>getResolutionModeOverrideForClause,getResolveJsonModule:()=>jS,getResolvePackageJsonExports:()=>aM,getResolvePackageJsonImports:()=>oM,getResolvedExternalModuleName:()=>VT,getResolvedModule:()=>Xk,getResolvedTypeReferenceDirective:()=>Yk,getRestIndicatorOfBindingOrAssignmentElement:()=>BR,getRestParameterElementType:()=>pP,getRightMostAssignedExpression:()=>l2,getRootDeclaration:()=>ym,getRootDirectoryOfResolutionCache:()=>getRootDirectoryOfResolutionCache,getRootLength:()=>Ei,getRootPathSplitLength:()=>getRootPathSplitLength,getScriptKind:()=>getScriptKind,getScriptKindFromFileName:()=>WS,getScriptTargetFeatures:()=>getScriptTargetFeatures,getSelectedEffectiveModifierFlags:()=>oS,getSelectedSyntacticModifierFlags:()=>sS,getSemanticClassifications:()=>getSemanticClassifications,getSemanticJsxChildren:()=>rN,getSetAccessorTypeAnnotationNode:()=>SN,getSetAccessorValueParameter:()=>D2,getSetExternalModuleIndicator:()=>JS,getShebang:()=>_4,getSingleInitializerOfVariableStatementOrPropertyDeclaration:()=>m2,getSingleVariableOfVariableStatement:()=>Cl,getSnapshotText:()=>getSnapshotText,getSnippetElement:()=>getSnippetElement,getSourceFileOfModule:()=>oD,getSourceFileOfNode:()=>ri,getSourceFilePathInNewDir:()=>XT,getSourceFilePathInNewDirWorker:()=>k2,getSourceFileVersionAsHashFromText:()=>getSourceFileVersionAsHashFromText,getSourceFilesToEmit:()=>gN,getSourceMapRange:()=>getSourceMapRange,getSourceMapper:()=>getSourceMapper,getSourceTextOfNodeFromSourceFile:()=>Xo,getSpanOfTokenAtPosition:()=>Ys,getSpellingSuggestion:()=>Lv,getStartPositionOfLine:()=>cD,getStartPositionOfRange:()=>f_,getStartsOnNewLine:()=>getStartsOnNewLine,getStaticPropertiesAndClassStaticBlock:()=>getStaticPropertiesAndClassStaticBlock,getStrictOptionValue:()=>W2,getStringComparer:()=>_g,getSuperCallFromStatement:()=>getSuperCallFromStatement,getSuperContainer:()=>OP,getSupportedCodeFixes:()=>_7,getSupportedExtensions:()=>VS,getSupportedExtensionsWithJsonIfResolveJsonModule:()=>HS,getSwitchedType:()=>getSwitchedType,getSymbolId:()=>getSymbolId,getSymbolNameForPrivateIdentifier:()=>VI,getSymbolTarget:()=>getSymbolTarget,getSyntacticClassifications:()=>getSyntacticClassifications,getSyntacticModifierFlags:()=>M2,getSyntacticModifierFlagsNoCache:()=>L2,getSynthesizedDeepClone:()=>getSynthesizedDeepClone,getSynthesizedDeepCloneWithReplacements:()=>getSynthesizedDeepCloneWithReplacements,getSynthesizedDeepClones:()=>getSynthesizedDeepClones,getSynthesizedDeepClonesWithReplacements:()=>getSynthesizedDeepClonesWithReplacements,getSyntheticLeadingComments:()=>getSyntheticLeadingComments,getSyntheticTrailingComments:()=>getSyntheticTrailingComments,getTargetLabel:()=>getTargetLabel,getTargetOfBindingOrAssignmentElement:()=>Mo,getTemporaryModuleResolutionState:()=>getTemporaryModuleResolutionState,getTextOfConstantValue:()=>CD,getTextOfIdentifierOrLiteral:()=>vd,getTextOfJSDocComment:()=>vA,getTextOfJsxAttributeName:()=>yL,getTextOfJsxNamespacedName:()=>Kl,getTextOfNode:()=>_m,getTextOfNodeFromSourceText:()=>t_,getTextOfPropertyName:()=>WD,getThisContainer:()=>o2,getThisParameter:()=>YT,getTokenAtPosition:()=>getTokenAtPosition,getTokenPosOfNode:()=>Go,getTokenSourceMapRange:()=>getTokenSourceMapRange,getTouchingPropertyName:()=>getTouchingPropertyName,getTouchingToken:()=>getTouchingToken,getTrailingCommentRanges:()=>s4,getTrailingSemicolonDeferringWriter:()=>pN,getTransformFlagsSubtreeExclusions:()=>Jx,getTransformers:()=>getTransformers,getTsBuildInfoEmitOutputFilePath:()=>getTsBuildInfoEmitOutputFilePath,getTsConfigObjectLiteralExpression:()=>$3,getTsConfigPropArrayElementValue:()=>wP,getTypeAnnotationNode:()=>CN,getTypeArgumentOrTypeParameterList:()=>getTypeArgumentOrTypeParameterList,getTypeKeywordOfTypeOnlyImport:()=>getTypeKeywordOfTypeOnlyImport,getTypeNode:()=>getTypeNode,getTypeNodeIfAccessible:()=>getTypeNodeIfAccessible,getTypeParameterFromJsDoc:()=>SI,getTypeParameterOwner:()=>nA,getTypesPackageName:()=>getTypesPackageName,getUILocale:()=>zC,getUniqueName:()=>getUniqueName,getUniqueSymbolId:()=>getUniqueSymbolId,getUseDefineForClassFields:()=>cM,getWatchErrorSummaryDiagnosticMessage:()=>getWatchErrorSummaryDiagnosticMessage,getWatchFactory:()=>getWatchFactory,group:()=>CC,groupBy:()=>EC,guessIndentation:()=>Mk,handleNoEmitOptions:()=>handleNoEmitOptions,hasAbstractModifier:()=>nS,hasAccessorModifier:()=>aS,hasAmbientModifier:()=>iS,hasChangesInResolutions:()=>iD,hasChildOfKind:()=>hasChildOfKind,hasContextSensitiveParameters:()=>rL,hasDecorators:()=>El,hasDocComment:()=>hasDocComment,hasDynamicName:()=>MT,hasEffectiveModifier:()=>N2,hasEffectiveModifiers:()=>ON,hasEffectiveReadonlyModifier:()=>O0,hasExtension:()=>$v,hasIndexSignature:()=>hasIndexSignature,hasInitializer:()=>C3,hasInvalidEscape:()=>BT,hasJSDocNodes:()=>Wi,hasJSDocParameterTags:()=>_A,hasJSFileExtension:()=>H2,hasJsonModuleEmitEnabled:()=>KO,hasOnlyExpressionInitializer:()=>Nk,hasOverrideModifier:()=>LN,hasPossibleExternalModuleReference:()=>FD,hasProperty:()=>Qr,hasPropertyAccessExpressionWithName:()=>hasPropertyAccessExpressionWithName,hasQuestionToken:()=>mI,hasRecordedExternalHelpers:()=>MR,hasRestParameter:()=>Lk,hasScopeMarker:()=>_k,hasStaticModifier:()=>bm,hasSyntacticModifier:()=>gr,hasSyntacticModifiers:()=>MN,hasTSFileExtension:()=>G2,hasTabstop:()=>_x,hasTrailingDirectorySeparator:()=>Wd,hasType:()=>Ik,hasTypeArguments:()=>xI,hasZeroOrOneAsteriskCharacter:()=>yM,helperString:()=>helperString,hostGetCanonicalFileName:()=>WT,hostUsesCaseSensitiveFileNames:()=>C2,idText:()=>Ot,identifierIsThisKeyword:()=>KT,identifierToKeywordKind:()=>D4,identity:()=>bt,identitySourceMapConsumer:()=>identitySourceMapConsumer,ignoreSourceNewlines:()=>ignoreSourceNewlines,ignoredPaths:()=>ignoredPaths,importDefaultHelper:()=>importDefaultHelper,importFromModuleSpecifier:()=>fI,importNameElisionDisabled:()=>ZO,importStarHelper:()=>importStarHelper,indexOfAnyCharCode:()=>bv,indexOfNode:()=>TD,indicesOf:()=>ag,inferredTypesContainingFile:()=>inferredTypesContainingFile,injectClassNamedEvaluationHelperBlockIfMissing:()=>injectClassNamedEvaluationHelperBlockIfMissing,injectClassThisAssignmentIfMissing:()=>injectClassThisAssignmentIfMissing,insertImports:()=>insertImports,insertLeadingStatement:()=>TR,insertSorted:()=>yl,insertStatementAfterCustomPrologue:()=>mD,insertStatementAfterStandardPrologue:()=>dD,insertStatementsAfterCustomPrologue:()=>fD,insertStatementsAfterStandardPrologue:()=>pD,intersperse:()=>J5,intrinsicTagNameToString:()=>bL,introducesArgumentsExoticObject:()=>yP,inverseJsxOptionMap:()=>inverseJsxOptionMap,isAbstractConstructorSymbol:()=>EO,isAbstractModifier:()=>eJ,isAccessExpression:()=>$o,isAccessibilityModifier:()=>isAccessibilityModifier,isAccessor:()=>im,isAccessorModifier:()=>rJ,isAliasSymbolDeclaration:()=>MI,isAliasableExpression:()=>b2,isAmbientModule:()=>cm,isAmbientPropertyDeclaration:()=>LD,isAnonymousFunctionDefinition:()=>Ks,isAnyDirectorySeparator:()=>dg,isAnyImportOrBareOrAccessedRequire:()=>RD,isAnyImportOrReExport:()=>um,isAnyImportSyntax:()=>$g,isAnySupportedFileExtension:()=>JM,isApplicableVersionedTypesKey:()=>isApplicableVersionedTypesKey,isArgumentExpressionOfElementAccess:()=>isArgumentExpressionOfElementAccess,isArray:()=>zt,isArrayBindingElement:()=>$A,isArrayBindingOrAssignmentElement:()=>d3,isArrayBindingOrAssignmentPattern:()=>f3,isArrayBindingPattern:()=>sJ,isArrayLiteralExpression:()=>iu,isArrayLiteralOrObjectLiteralDestructuringPattern:()=>isArrayLiteralOrObjectLiteralDestructuringPattern,isArrayTypeNode:()=>Xx,isArrowFunction:()=>Dm,isAsExpression:()=>mJ,isAssertClause:()=>RJ,isAssertEntry:()=>jJ,isAssertionExpression:()=>ok,isAssertionKey:()=>jA,isAssertsKeyword:()=>YL,isAssignmentDeclaration:()=>k0,isAssignmentExpression:()=>Na,isAssignmentOperator:()=>D_,isAssignmentPattern:()=>l3,isAssignmentTarget:()=>wI,isAsteriskToken:()=>HL,isAsyncFunction:()=>zI,isAsyncModifier:()=>al,isAutoAccessorPropertyDeclaration:()=>c3,isAwaitExpression:()=>uJ,isAwaitKeyword:()=>KL,isBigIntLiteral:()=>o6,isBinaryExpression:()=>Ct,isBinaryOperatorToken:()=>dj,isBindableObjectDefinePropertyCall:()=>p2,isBindableStaticAccessExpression:()=>k_,isBindableStaticElementAccessExpression:()=>f2,isBindableStaticNameExpression:()=>p_,isBindingElement:()=>nu,isBindingElementOfBareOrAccessedRequire:()=>YP,isBindingName:()=>zA,isBindingOrAssignmentElement:()=>QA,isBindingOrAssignmentPattern:()=>YA,isBindingPattern:()=>am,isBlock:()=>au,isBlockOrCatchScoped:()=>AD,isBlockScope:()=>B3,isBlockScopedContainerTopLevel:()=>ND,isBooleanLiteral:()=>WA,isBreakOrContinueStatement:()=>kA,isBreakStatement:()=>AJ,isBuildInfoFile:()=>isBuildInfoFile,isBuilderProgram:()=>isBuilderProgram2,isBundle:()=>QJ,isBundleFileTextLike:()=>OO,isCallChain:()=>y0,isCallExpression:()=>j_,isCallExpressionTarget:()=>isCallExpressionTarget,isCallLikeExpression:()=>ek,isCallOrNewExpression:()=>tk,isCallOrNewExpressionTarget:()=>isCallOrNewExpressionTarget,isCallSignatureDeclaration:()=>c6,isCallToHelper:()=>isCallToHelper,isCaseBlock:()=>MJ,isCaseClause:()=>GJ,isCaseKeyword:()=>nJ,isCaseOrDefaultClause:()=>Pk,isCatchClause:()=>XJ,isCatchClauseVariableDeclaration:()=>nx,isCatchClauseVariableDeclarationOrBindingElement:()=>J3,isCheckJsEnabledForFile:()=>RM,isChildOfNodeWithKind:()=>cP,isCircularBuildOrder:()=>isCircularBuildOrder,isClassDeclaration:()=>Yo,isClassElement:()=>no,isClassExpression:()=>Il,isClassLike:()=>dn,isClassMemberModifier:()=>o3,isClassNamedEvaluationHelperBlock:()=>isClassNamedEvaluationHelperBlock,isClassOrTypeElement:()=>GA,isClassStaticBlockDeclaration:()=>eu,isClassThisAssignmentBlock:()=>isClassThisAssignmentBlock,isCollapsedRange:()=>rO,isColonToken:()=>GL,isCommaExpression:()=>Rm,isCommaListExpression:()=>F_,isCommaSequence:()=>PR,isCommaToken:()=>Bx,isComment:()=>isComment,isCommonJsExportPropertyAssignment:()=>i2,isCommonJsExportedExpression:()=>mP,isCompoundAssignment:()=>isCompoundAssignment,isComputedNonLiteralName:()=>zD,isComputedPropertyName:()=>ao,isConciseBody:()=>pk,isConditionalExpression:()=>pJ,isConditionalTypeNode:()=>e8,isConstTypeReference:()=>K4,isConstructSignatureDeclaration:()=>Vx,isConstructorDeclaration:()=>J_,isConstructorTypeNode:()=>u6,isContextualKeyword:()=>v2,isContinueStatement:()=>EJ,isCustomPrologue:()=>pm,isDebuggerStatement:()=>OJ,isDeclaration:()=>Ho,isDeclarationBindingElement:()=>Bg,isDeclarationFileName:()=>H8,isDeclarationName:()=>xT,isDeclarationNameOfEnumOrNamespace:()=>dO,isDeclarationReadonly:()=>rP,isDeclarationStatement:()=>xk,isDeclarationWithTypeParameterChildren:()=>U3,isDeclarationWithTypeParameters:()=>JD,isDecorator:()=>L_,isDecoratorTarget:()=>isDecoratorTarget,isDefaultClause:()=>m8,isDefaultImport:()=>dT,isDefaultModifier:()=>QL,isDefaultedExpandoInitializer:()=>iI,isDeleteExpression:()=>cJ,isDeleteTarget:()=>PI,isDeprecatedDeclaration:()=>isDeprecatedDeclaration,isDestructuringAssignment:()=>BN,isDiagnosticWithLocation:()=>isDiagnosticWithLocation,isDiskPathRoot:()=>xE,isDoStatement:()=>SJ,isDocumentRegistryEntry:()=>isDocumentRegistryEntry,isDotDotDotToken:()=>VL,isDottedName:()=>L0,isDynamicName:()=>S2,isESSymbolIdentifier:()=>XI,isEffectiveExternalModule:()=>Xg,isEffectiveModuleDeclaration:()=>R3,isEffectiveStrictModeSourceFile:()=>MD,isElementAccessChain:()=>Y4,isElementAccessExpression:()=>Ra,isEmittedFileOfProgram:()=>isEmittedFileOfProgram,isEmptyArrayLiteral:()=>VN,isEmptyBindingElement:()=>A4,isEmptyBindingPattern:()=>E4,isEmptyObjectLiteral:()=>WN,isEmptyStatement:()=>vJ,isEmptyStringLiteral:()=>K3,isEntityName:()=>qA,isEntityNameExpression:()=>co,isEnumConst:()=>tP,isEnumDeclaration:()=>S6,isEnumMember:()=>y8,isEqualityOperatorKind:()=>isEqualityOperatorKind,isEqualsGreaterThanToken:()=>$L,isExclamationToken:()=>Pd,isExcludedFile:()=>isExcludedFile,isExclusivelyTypeOnlyImportOrExport:()=>isExclusivelyTypeOnlyImportOrExport,isExportAssignment:()=>ss,isExportDeclaration:()=>B_,isExportModifier:()=>Ux,isExportName:()=>DR,isExportNamespaceAsDefaultDeclaration:()=>L3,isExportOrDefaultModifier:()=>hj,isExportSpecifier:()=>d8,isExportsIdentifier:()=>sT,isExportsOrModuleExportsOrAlias:()=>isExportsOrModuleExportsOrAlias,isExpression:()=>om,isExpressionNode:()=>_2,isExpressionOfExternalModuleImportEqualsDeclaration:()=>isExpressionOfExternalModuleImportEqualsDeclaration,isExpressionOfOptionalChainRoot:()=>CA,isExpressionStatement:()=>ou,isExpressionWithTypeArguments:()=>g6,isExpressionWithTypeArgumentsInClassExtendsClause:()=>M0,isExternalModule:()=>Zo,isExternalModuleAugmentation:()=>Gg,isExternalModuleImportEqualsDeclaration:()=>tT,isExternalModuleIndicator:()=>lk,isExternalModuleNameRelative:()=>GE,isExternalModuleReference:()=>Om,isExternalModuleSymbol:()=>isExternalModuleSymbol,isExternalOrCommonJsModule:()=>eP,isFileLevelReservedGeneratedIdentifier:()=>BA,isFileLevelUniqueName:()=>P3,isFileProbablyExternalModule:()=>ml,isFirstDeclarationOfSymbolParameter:()=>isFirstDeclarationOfSymbolParameter,isFixablePromiseHandler:()=>isFixablePromiseHandler,isForInOrOfStatement:()=>uk,isForInStatement:()=>wJ,isForInitializer:()=>dk,isForOfStatement:()=>CJ,isForStatement:()=>c8,isFunctionBlock:()=>X3,isFunctionBody:()=>fk,isFunctionDeclaration:()=>os,isFunctionExpression:()=>km,isFunctionExpressionOrArrowFunction:()=>aL,isFunctionLike:()=>Gi,isFunctionLikeDeclaration:()=>s3,isFunctionLikeKind:()=>Jg,isFunctionLikeOrClassStaticBlockDeclaration:()=>nm,isFunctionOrConstructorTypeNode:()=>XA,isFunctionOrModuleBlock:()=>VA,isFunctionSymbol:()=>uI,isFunctionTypeNode:()=>tu,isFutureReservedKeyword:()=>RI,isGeneratedIdentifier:()=>wa,isGeneratedPrivateIdentifier:()=>Mg,isGetAccessor:()=>el,isGetAccessorDeclaration:()=>m_,isGetOrSetAccessorDeclaration:()=>wA,isGlobalDeclaration:()=>isGlobalDeclaration,isGlobalScopeAugmentation:()=>lm,isGrammarError:()=>uD,isHeritageClause:()=>Nl,isHoistedFunction:()=>w0,isHoistedVariableStatement:()=>C0,isIdentifier:()=>Ee,isIdentifierANonContextualKeyword:()=>BI,isIdentifierName:()=>OI,isIdentifierOrThisTypeNode:()=>HR,isIdentifierPart:()=>Qa,isIdentifierStart:()=>un,isIdentifierText:()=>Cg,isIdentifierTypePredicate:()=>TP,isIdentifierTypeReference:()=>$M,isIfStatement:()=>TJ,isIgnoredFileFromWildCardWatching:()=>isIgnoredFileFromWildCardWatching,isImplicitGlob:()=>BS,isImportCall:()=>t2,isImportClause:()=>LJ,isImportDeclaration:()=>C6,isImportEqualsDeclaration:()=>w6,isImportKeyword:()=>zx,isImportMeta:()=>x0,isImportOrExportSpecifier:()=>JA,isImportOrExportSpecifierName:()=>isImportOrExportSpecifierName,isImportSpecifier:()=>p8,isImportTypeAssertionContainer:()=>JJ,isImportTypeNode:()=>ru,isImportableFile:()=>isImportableFile,isInComment:()=>isInComment,isInExpressionContext:()=>Z3,isInJSDoc:()=>rT,isInJSFile:()=>Wt,isInJSXText:()=>isInJSXText,isInJsonFile:()=>XP,isInNonReferenceComment:()=>isInNonReferenceComment,isInReferenceComment:()=>isInReferenceComment,isInRightSideOfInternalImportEqualsDeclaration:()=>isInRightSideOfInternalImportEqualsDeclaration,isInString:()=>isInString,isInTemplateString:()=>isInTemplateString,isInTopLevelContext:()=>IP,isInTypeQuery:()=>xN,isIncrementalCompilation:()=>_M,isIndexSignatureDeclaration:()=>l6,isIndexedAccessTypeNode:()=>n8,isInferTypeNode:()=>t8,isInfinityOrNaNString:()=>nL,isInitializedProperty:()=>isInitializedProperty,isInitializedVariable:()=>xS,isInsideJsxElement:()=>isInsideJsxElement,isInsideJsxElementOrAttribute:()=>isInsideJsxElementOrAttribute,isInsideNodeModules:()=>isInsideNodeModules,isInsideTemplateLiteral:()=>isInsideTemplateLiteral,isInstantiatedModule:()=>isInstantiatedModule,isInterfaceDeclaration:()=>su,isInternalDeclaration:()=>isInternalDeclaration,isInternalModuleImportEqualsDeclaration:()=>HP,isInternalName:()=>kR,isIntersectionTypeNode:()=>Zx,isIntrinsicJsxName:()=>zT,isIterationStatement:()=>g3,isJSDoc:()=>cs,isJSDocAllType:()=>tR,isJSDocAugmentsTag:()=>Lm,isJSDocAuthorTag:()=>sR,isJSDocCallbackTag:()=>_R,isJSDocClassTag:()=>v8,isJSDocCommentContainingNode:()=>w3,isJSDocConstructSignature:()=>hI,isJSDocDeprecatedTag:()=>J6,isJSDocEnumTag:()=>S8,isJSDocFunctionType:()=>Mm,isJSDocImplementsTag:()=>w8,isJSDocIndexSignature:()=>QP,isJSDocLikeText:()=>q8,isJSDocLink:()=>KJ,isJSDocLinkCode:()=>ZJ,isJSDocLinkLike:()=>ul,isJSDocLinkPlain:()=>eR,isJSDocMemberName:()=>r_,isJSDocNameReference:()=>Wf,isJSDocNamepathType:()=>oR,isJSDocNamespaceBody:()=>yk,isJSDocNode:()=>zg,isJSDocNonNullableType:()=>nR,isJSDocNullableType:()=>b8,isJSDocOptionalParameter:()=>cx,isJSDocOptionalType:()=>iR,isJSDocOverloadTag:()=>L6,isJSDocOverrideTag:()=>T8,isJSDocParameterTag:()=>h_,isJSDocPrivateTag:()=>N6,isJSDocPropertyLikeTag:()=>Ig,isJSDocPropertyTag:()=>pR,isJSDocProtectedTag:()=>O6,isJSDocPublicTag:()=>I6,isJSDocReadonlyTag:()=>M6,isJSDocReturnTag:()=>R6,isJSDocSatisfiesExpression:()=>dL,isJSDocSatisfiesTag:()=>j6,isJSDocSeeTag:()=>cR,isJSDocSignature:()=>cu,isJSDocTag:()=>Wg,isJSDocTemplateTag:()=>Ko,isJSDocThisTag:()=>x8,isJSDocThrowsTag:()=>fR,isJSDocTypeAlias:()=>Hl,isJSDocTypeAssertion:()=>I8,isJSDocTypeExpression:()=>g8,isJSDocTypeLiteral:()=>P6,isJSDocTypeTag:()=>lu,isJSDocTypedefTag:()=>lR,isJSDocUnknownTag:()=>uR,isJSDocUnknownType:()=>rR,isJSDocVariadicType:()=>aR,isJSXTagName:()=>Lf,isJsonEqual:()=>$2,isJsonSourceFile:()=>e2,isJsxAttribute:()=>WJ,isJsxAttributeLike:()=>kk,isJsxAttributeName:()=>gL,isJsxAttributes:()=>D6,isJsxChild:()=>S3,isJsxClosingElement:()=>zf,isJsxClosingFragment:()=>zJ,isJsxElement:()=>Q0,isJsxExpression:()=>HJ,isJsxFragment:()=>dl,isJsxNamespacedName:()=>U_,isJsxOpeningElement:()=>Oo,isJsxOpeningFragment:()=>k6,isJsxOpeningLikeElement:()=>x3,isJsxOpeningLikeElementTagName:()=>isJsxOpeningLikeElementTagName,isJsxSelfClosingElement:()=>qJ,isJsxSpreadAttribute:()=>VJ,isJsxTagNameExpression:()=>Ak,isJsxText:()=>Dd,isJumpStatementTarget:()=>isJumpStatementTarget,isKeyword:()=>Si,isKeywordOrPunctuation:()=>Rf,isKnownSymbol:()=>HI,isLabelName:()=>isLabelName,isLabelOfLabeledStatement:()=>isLabelOfLabeledStatement,isLabeledStatement:()=>l8,isLateVisibilityPaintedStatement:()=>jD,isLeftHandSideExpression:()=>Lo,isLeftHandSideOfAssignment:()=>FN,isLet:()=>aP,isLineBreak:()=>mr,isLiteralComputedPropertyDeclarationName:()=>wT,isLiteralExpression:()=>Og,isLiteralExpressionOfObject:()=>OA,isLiteralImportTypeNode:()=>V3,isLiteralKind:()=>Ng,isLiteralLikeAccess:()=>Jf,isLiteralLikeElementAccess:()=>Vl,isLiteralNameOfPropertyDeclarationOrIndexAccess:()=>isLiteralNameOfPropertyDeclarationOrIndexAccess,isLiteralTypeLikeExpression:()=>QR,isLiteralTypeLiteral:()=>ik,isLiteralTypeNode:()=>m6,isLocalName:()=>Y0,isLogicalOperator:()=>JN,isLogicalOrCoalescingAssignmentExpression:()=>RN,isLogicalOrCoalescingAssignmentOperator:()=>Tm,isLogicalOrCoalescingBinaryExpression:()=>jN,isLogicalOrCoalescingBinaryOperator:()=>pS,isMappedTypeNode:()=>i8,isMemberName:()=>ro,isMetaProperty:()=>b6,isMethodDeclaration:()=>d_,isMethodOrAccessor:()=>Rg,isMethodSignature:()=>Wx,isMinusToken:()=>_6,isMissingDeclaration:()=>BJ,isModifier:()=>Lg,isModifierKind:()=>bi,isModifierLike:()=>Mf,isModuleAugmentationExternal:()=>j3,isModuleBlock:()=>u8,isModuleBody:()=>mk,isModuleDeclaration:()=>Yi,isModuleExportsAccessExpression:()=>u2,isModuleIdentifier:()=>_T,isModuleName:()=>$R,isModuleOrEnumDeclaration:()=>bk,isModuleReference:()=>Ek,isModuleSpecifierLike:()=>isModuleSpecifierLike,isModuleWithStringLiteralName:()=>kD,isNameOfFunctionDeclaration:()=>isNameOfFunctionDeclaration,isNameOfModuleDeclaration:()=>isNameOfModuleDeclaration,isNamedClassElement:()=>HA,isNamedDeclaration:()=>Yd,isNamedEvaluation:()=>$I,isNamedEvaluationSource:()=>RT,isNamedExportBindings:()=>DA,isNamedExports:()=>f8,isNamedImportBindings:()=>gk,isNamedImports:()=>FJ,isNamedImportsOrExports:()=>MO,isNamedTupleMember:()=>p6,isNamespaceBody:()=>hk,isNamespaceExport:()=>Nm,isNamespaceExportDeclaration:()=>x6,isNamespaceImport:()=>E6,isNamespaceReexportDeclaration:()=>zP,isNewExpression:()=>a8,isNewExpressionTarget:()=>isNewExpressionTarget,isNightly:()=>lN,isNoSubstitutionTemplateLiteral:()=>Fx,isNode:()=>IA,isNodeArray:()=>va,isNodeArrayMultiLine:()=>lO,isNodeDescendantOf:()=>II,isNodeKind:()=>ql,isNodeLikeSystem:()=>uE,isNodeModulesDirectory:()=>JE,isNodeWithPossibleHoistedDeclaration:()=>CI,isNonContextualKeyword:()=>OT,isNonExportDefaultModifier:()=>yj,isNonGlobalAmbientModule:()=>DD,isNonGlobalDeclaration:()=>isNonGlobalDeclaration,isNonNullAccess:()=>fL,isNonNullChain:()=>Z4,isNonNullExpression:()=>jo,isNonStaticMethodOrAccessorWithPrivateName:()=>isNonStaticMethodOrAccessorWithPrivateName,isNotEmittedOrPartiallyEmittedNode:()=>sk,isNotEmittedStatement:()=>A6,isNullishCoalesce:()=>AA,isNumber:()=>MC,isNumericLiteral:()=>lo,isNumericLiteralName:()=>ix,isObjectBindingElementWithoutPropertyName:()=>isObjectBindingElementWithoutPropertyName,isObjectBindingOrAssignmentElement:()=>p3,isObjectBindingOrAssignmentPattern:()=>u3,isObjectBindingPattern:()=>oJ,isObjectLiteralElement:()=>b0,isObjectLiteralElementLike:()=>Fg,isObjectLiteralExpression:()=>uo,isObjectLiteralMethod:()=>bP,isObjectLiteralOrClassExpressionMethodOrAccessor:()=>vP,isObjectTypeDeclaration:()=>IO,isOctalDigit:()=>Nf,isOmittedExpression:()=>Im,isOptionalChain:()=>Dg,isOptionalChainRoot:()=>Pg,isOptionalDeclaration:()=>pL,isOptionalJSDocPropertyLikeTag:()=>sx,isOptionalTypeNode:()=>Qx,isOuterExpression:()=>jm,isOutermostOptionalChain:()=>EA,isOverrideModifier:()=>tJ,isPackedArrayLiteral:()=>ZM,isParameter:()=>Ma,isParameterDeclaration:()=>YI,isParameterOrCatchClauseVariable:()=>iL,isParameterPropertyDeclaration:()=>C4,isParameterPropertyModifier:()=>a3,isParenthesizedExpression:()=>is,isParenthesizedTypeNode:()=>f6,isParseTreeNode:()=>Tl,isPartOfTypeNode:()=>r2,isPartOfTypeQuery:()=>eT,isPartiallyEmittedExpression:()=>_8,isPatternMatch:()=>lg,isPinnedComment:()=>M3,isPlainJsFile:()=>sD,isPlusToken:()=>s6,isPossiblyTypeArgumentPosition:()=>isPossiblyTypeArgumentPosition,isPostfixUnaryExpression:()=>s8,isPrefixUnaryExpression:()=>Pm,isPrivateIdentifier:()=>jr,isPrivateIdentifierClassElementDeclaration:()=>i3,isPrivateIdentifierPropertyAccessExpression:()=>UA,isPrivateIdentifierSymbol:()=>GI,isProgramBundleEmitBuildInfo:()=>isProgramBundleEmitBuildInfo,isProgramUptoDate:()=>isProgramUptoDate,isPrologueDirective:()=>Ea,isPropertyAccessChain:()=>Q4,isPropertyAccessEntityNameExpression:()=>mS,isPropertyAccessExpression:()=>Br,isPropertyAccessOrQualifiedName:()=>ZA,isPropertyAccessOrQualifiedNameOrImportTypeNode:()=>KA,isPropertyAssignment:()=>_s,isPropertyDeclaration:()=>oo,isPropertyName:()=>zl,isPropertyNameLiteral:()=>P0,isPropertySignature:()=>Zl,isProtoSetter:()=>JT,isPrototypeAccess:()=>$l,isPrototypePropertyAssignment:()=>_I,isPunctuation:()=>NT,isPushOrUnshiftIdentifier:()=>QI,isQualifiedName:()=>M_,isQuestionDotToken:()=>XL,isQuestionOrExclamationToken:()=>VR,isQuestionOrPlusOrMinusToken:()=>XR,isQuestionToken:()=>Pl,isRawSourceMap:()=>isRawSourceMap,isReadonlyKeyword:()=>qx,isReadonlyKeywordOrPlusOrMinusToken:()=>GR,isRecognizedTripleSlashComment:()=>hD,isReferenceFileLocation:()=>isReferenceFileLocation,isReferencedFile:()=>isReferencedFile,isRegularExpressionLiteral:()=>UL,isRequireCall:()=>Wl,isRequireVariableStatement:()=>aT,isRestParameter:()=>E3,isRestTypeNode:()=>Yx,isReturnStatement:()=>kJ,isReturnStatementWithFixablePromiseHandler:()=>isReturnStatementWithFixablePromiseHandler,isRightSideOfAccessExpression:()=>hS,isRightSideOfPropertyAccess:()=>isRightSideOfPropertyAccess,isRightSideOfQualifiedName:()=>isRightSideOfQualifiedName,isRightSideOfQualifiedNameOrPropertyAccess:()=>qN,isRightSideOfQualifiedNameOrPropertyAccessOrJSDocMemberName:()=>zN,isRootedDiskPath:()=>v_,isSameEntityName:()=>u_,isSatisfiesExpression:()=>hJ,isScopeMarker:()=>b3,isSemicolonClassElement:()=>bJ,isSetAccessor:()=>Zc,isSetAccessorDeclaration:()=>Qo,isShebangTrivia:()=>xg,isShorthandAmbientModuleSymbol:()=>PD,isShorthandPropertyAssignment:()=>_u,isSignedNumericLiteral:()=>T2,isSimpleCopiableExpression:()=>isSimpleCopiableExpression,isSimpleInlineableExpression:()=>isSimpleInlineableExpression,isSingleOrDoubleQuote:()=>KP,isSourceFile:()=>ii,isSourceFileFromLibrary:()=>isSourceFileFromLibrary,isSourceFileJS:()=>c2,isSourceFileNotJS:()=>GP,isSourceFileNotJson:()=>$P,isSourceMapping:()=>isSourceMapping,isSpecialPropertyDeclaration:()=>cI,isSpreadAssignment:()=>h8,isSpreadElement:()=>y6,isStatement:()=>v3,isStatementButNotDeclaration:()=>wk,isStatementOrBlock:()=>T3,isStatementWithLocals:()=>_D,isStatic:()=>N0,isStaticModifier:()=>ZL,isString:()=>b_,isStringAKeyword:()=>FI,isStringANonContextualKeyword:()=>jI,isStringAndEmptyAnonymousObjectIntersection:()=>isStringAndEmptyAnonymousObjectIntersection,isStringDoubleQuoted:()=>ZP,isStringLiteral:()=>mn,isStringLiteralLike:()=>Kn,isStringLiteralOrJsxExpression:()=>Dk,isStringLiteralOrTemplate:()=>isStringLiteralOrTemplate,isStringOrNumericLiteralLike:()=>Qi,isStringOrRegularExpressionOrTemplateLiteral:()=>isStringOrRegularExpressionOrTemplateLiteral,isStringTextContainingNode:()=>FA,isSuperCall:()=>oP,isSuperKeyword:()=>qf,isSuperOrSuperProperty:()=>LP,isSuperProperty:()=>gd,isSupportedSourceFileName:()=>IM,isSwitchStatement:()=>PJ,isSyntaxList:()=>dR,isSyntheticExpression:()=>yJ,isSyntheticReference:()=>UJ,isTagName:()=>isTagName,isTaggedTemplateExpression:()=>o8,isTaggedTemplateTag:()=>isTaggedTemplateTag,isTemplateExpression:()=>fJ,isTemplateHead:()=>qL,isTemplateLiteral:()=>rk,isTemplateLiteralKind:()=>Sl,isTemplateLiteralToken:()=>MA,isTemplateLiteralTypeNode:()=>aJ,isTemplateLiteralTypeSpan:()=>iJ,isTemplateMiddle:()=>zL,isTemplateMiddleOrTemplateTail:()=>LA,isTemplateSpan:()=>gJ,isTemplateTail:()=>WL,isTextWhiteSpaceLike:()=>isTextWhiteSpaceLike,isThis:()=>isThis,isThisContainerOrFunctionBlock:()=>PP,isThisIdentifier:()=>gm,isThisInTypeQuery:()=>wN,isThisInitializedDeclaration:()=>RP,isThisInitializedObjectBindingExpression:()=>jP,isThisProperty:()=>JP,isThisTypeNode:()=>d6,isThisTypeParameter:()=>ax,isThisTypePredicate:()=>SP,isThrowStatement:()=>IJ,isToken:()=>NA,isTokenKind:()=>t3,isTraceEnabled:()=>isTraceEnabled,isTransientSymbol:()=>T0,isTrivia:()=>UI,isTryStatement:()=>NJ,isTupleTypeNode:()=>$x,isTypeAlias:()=>yI,isTypeAliasDeclaration:()=>T6,isTypeAssertionExpression:()=>_J,isTypeDeclaration:()=>ox,isTypeElement:()=>jg,isTypeKeyword:()=>isTypeKeyword,isTypeKeywordToken:()=>isTypeKeywordToken,isTypeKeywordTokenOrIdentifier:()=>isTypeKeywordTokenOrIdentifier,isTypeLiteralNode:()=>Am,isTypeNode:()=>g0,isTypeNodeKind:()=>DS,isTypeOfExpression:()=>lJ,isTypeOnlyExportDeclaration:()=>n3,isTypeOnlyImportDeclaration:()=>r3,isTypeOnlyImportOrExportDeclaration:()=>RA,isTypeOperatorNode:()=>r8,isTypeParameterDeclaration:()=>No,isTypePredicateNode:()=>Hx,isTypeQueryNode:()=>Gx,isTypeReferenceNode:()=>R_,isTypeReferenceType:()=>Ok,isTypeUsableAsPropertyName:()=>vL,isUMDExportSymbol:()=>kO,isUnaryExpression:()=>h3,isUnaryExpressionWithWrite:()=>nk,isUnicodeIdentifierStart:()=>n4,isUnionTypeNode:()=>Kx,isUnparsedNode:()=>PA,isUnparsedPrepend:()=>$J,isUnparsedSource:()=>YJ,isUnparsedTextLike:()=>e3,isUrl:()=>SE,isValidBigIntString:()=>ZS,isValidESSymbolDeclaration:()=>hP,isValidTypeOnlyAliasUseSite:()=>VM,isValueSignatureDeclaration:()=>EI,isVarAwaitUsing:()=>nP,isVarConst:()=>W3,isVarUsing:()=>iP,isVariableDeclaration:()=>ki,isVariableDeclarationInVariableStatement:()=>G3,isVariableDeclarationInitializedToBareOrAccessedRequire:()=>fm,isVariableDeclarationInitializedToRequire:()=>nT,isVariableDeclarationList:()=>v6,isVariableLike:()=>n2,isVariableLikeOrAccessor:()=>dP,isVariableStatement:()=>as,isVoidExpression:()=>h6,isWatchSet:()=>hO,isWhileStatement:()=>xJ,isWhiteSpaceLike:()=>Vi,isWhiteSpaceSingleLine:()=>Io,isWithStatement:()=>DJ,isWriteAccess:()=>SO,isWriteOnlyAccess:()=>TO,isYieldExpression:()=>dJ,jsxModeNeedsExplicitImport:()=>jsxModeNeedsExplicitImport,keywordPart:()=>keywordPart,last:()=>ka,lastOrUndefined:()=>wi,length:()=>Ka,libMap:()=>libMap,libs:()=>libs,lineBreakPart:()=>lineBreakPart,linkNamePart:()=>linkNamePart,linkPart:()=>linkPart,linkTextPart:()=>linkTextPart,listFiles:()=>listFiles,loadModuleFromGlobalCache:()=>loadModuleFromGlobalCache,loadWithModeAwareCache:()=>loadWithModeAwareCache,makeIdentifierFromModuleName:()=>ED,makeImport:()=>makeImport,makeImportIfNecessary:()=>makeImportIfNecessary,makeStringLiteral:()=>makeStringLiteral,mangleScopedPackageName:()=>mangleScopedPackageName,map:()=>Aa,mapAllOrFail:()=>V5,mapDefined:()=>Za,mapDefinedEntries:()=>G5,mapDefinedIterator:()=>H5,mapEntries:()=>K5,mapIterator:()=>q5,mapOneOrMany:()=>mapOneOrMany,mapToDisplayParts:()=>mapToDisplayParts,matchFiles:()=>CM,matchPatternOrExact:()=>jM,matchedText:()=>eE,matchesExclude:()=>matchesExclude,maybeBind:()=>rr,maybeSetLocalizedDiagnosticMessages:()=>NS,memoize:()=>ry,memoizeCached:()=>jC,memoizeOne:()=>Nn,memoizeWeak:()=>RC,metadataHelper:()=>metadataHelper,min:()=>UC,minAndMax:()=>BM,missingFileModifiedTime:()=>missingFileModifiedTime,modifierToFlag:()=>J2,modifiersToFlags:()=>ln,moduleOptionDeclaration:()=>moduleOptionDeclaration,moduleResolutionIsEqualTo:()=>Zk,moduleResolutionNameAndModeGetter:()=>moduleResolutionNameAndModeGetter,moduleResolutionOptionDeclarations:()=>moduleResolutionOptionDeclarations,moduleResolutionSupportsPackageJsonExportsAndImports:()=>q2,moduleResolutionUsesNodeModules:()=>moduleResolutionUsesNodeModules,moduleSpecifiers:()=>ts_moduleSpecifiers_exports,moveEmitHelpers:()=>moveEmitHelpers,moveRangeEnd:()=>eO,moveRangePastDecorators:()=>TS,moveRangePastModifiers:()=>tO,moveRangePos:()=>xd,moveSyntheticComments:()=>moveSyntheticComments,mutateMap:()=>CO,mutateMapSkippingNewValues:()=>ES,needsParentheses:()=>needsParentheses,needsScopeMarker:()=>ck,newCaseClauseTracker:()=>newCaseClauseTracker,newPrivateEnvironment:()=>newPrivateEnvironment,noEmitNotification:()=>noEmitNotification,noEmitSubstitution:()=>noEmitSubstitution,noTransformers:()=>noTransformers,noTruncationMaximumTruncationLength:()=>fx,nodeCanBeDecorated:()=>Y3,nodeHasName:()=>I4,nodeIsDecorated:()=>l_,nodeIsMissing:()=>zi,nodeIsPresent:()=>wl,nodeIsSynthesized:()=>Ta,nodeModuleNameResolver:()=>nodeModuleNameResolver,nodeModulesPathPart:()=>nodeModulesPathPart,nodeNextJsonConfigResolver:()=>nodeNextJsonConfigResolver,nodeOrChildIsDecorated:()=>A0,nodeOverlapsWithStartEnd:()=>nodeOverlapsWithStartEnd,nodePosToString:()=>lD,nodeSeenTracker:()=>nodeSeenTracker,nodeStartsNewLexicalEnvironment:()=>KI,nodeToDisplayParts:()=>nodeToDisplayParts,noop:()=>Rn,noopFileWatcher:()=>noopFileWatcher,normalizePath:()=>pn,normalizeSlashes:()=>qo,not:()=>nE,notImplemented:()=>JC,notImplementedResolver:()=>notImplementedResolver,nullNodeConverters:()=>nullNodeConverters,nullParenthesizerRules:()=>i6,nullTransformationContext:()=>nullTransformationContext,objectAllocator:()=>wt,operatorPart:()=>operatorPart,optionDeclarations:()=>optionDeclarations,optionMapToObject:()=>optionMapToObject,optionsAffectingProgramStructure:()=>optionsAffectingProgramStructure,optionsForBuild:()=>optionsForBuild,optionsForWatch:()=>optionsForWatch,optionsHaveChanges:()=>E_,optionsHaveModuleResolutionChanges:()=>A3,or:()=>ug,orderedRemoveItem:()=>YC,orderedRemoveItemAt:()=>Jv,outFile:()=>A2,packageIdToPackageName:()=>k3,packageIdToString:()=>rD,padLeft:()=>Uv,padRight:()=>sE,paramHelper:()=>paramHelper,parameterIsThisKeyword:()=>Xl,parameterNamePart:()=>parameterNamePart,parseBaseNodeFactory:()=>tg,parseBigInt:()=>WM,parseBuildCommand:()=>parseBuildCommand,parseCommandLine:()=>parseCommandLine,parseCommandLineWorker:()=>parseCommandLineWorker,parseConfigFileTextToJson:()=>parseConfigFileTextToJson,parseConfigFileWithSystem:()=>parseConfigFileWithSystem,parseConfigHostFromCompilerHostLike:()=>parseConfigHostFromCompilerHostLike,parseCustomTypeOption:()=>parseCustomTypeOption,parseIsolatedEntityName:()=>Lj,parseIsolatedJSDocComment:()=>Rj,parseJSDocTypeExpressionForTests:()=>jj,parseJsonConfigFileContent:()=>parseJsonConfigFileContent,parseJsonSourceFileConfigFileContent:()=>parseJsonSourceFileConfigFileContent,parseJsonText:()=>Jj,parseListTypeOption:()=>parseListTypeOption,parseNodeFactory:()=>z_,parseNodeModuleFromPath:()=>parseNodeModuleFromPath,parsePackageName:()=>parsePackageName,parsePseudoBigInt:()=>xm,parseValidBigInt:()=>KS,patchWriteFileEnsuringDirectory:()=>patchWriteFileEnsuringDirectory,pathContainsNodeModules:()=>pathContainsNodeModules,pathIsAbsolute:()=>mg,pathIsBareSpecifier:()=>wE,pathIsRelative:()=>rs,patternText:()=>ZC,perfLogger:()=>Kf,performIncrementalCompilation:()=>performIncrementalCompilation,performance:()=>ts_performance_exports,plainJSErrors:()=>plainJSErrors,positionBelongsToNode:()=>positionBelongsToNode,positionIsASICandidate:()=>positionIsASICandidate,positionIsSynthesized:()=>Oa,positionsAreOnSameLine:()=>P_,preProcessFile:()=>preProcessFile,probablyUsesSemicolons:()=>probablyUsesSemicolons,processCommentPragmas:()=>G8,processPragmasIntoFields:()=>X8,processTaggedTemplateExpression:()=>processTaggedTemplateExpression,programContainsEsModules:()=>programContainsEsModules,programContainsModules:()=>programContainsModules,projectReferenceIsEqualTo:()=>Kk,propKeyHelper:()=>propKeyHelper,propertyNamePart:()=>propertyNamePart,pseudoBigIntToString:()=>Q2,punctuationPart:()=>punctuationPart,pushIfUnique:()=>Ol,quote:()=>quote,quotePreferenceFromString:()=>quotePreferenceFromString,rangeContainsPosition:()=>rangeContainsPosition,rangeContainsPositionExclusive:()=>rangeContainsPositionExclusive,rangeContainsRange:()=>rangeContainsRange,rangeContainsRangeExclusive:()=>rangeContainsRangeExclusive,rangeContainsStartEnd:()=>rangeContainsStartEnd,rangeEndIsOnSameLineAsRangeStart:()=>sO,rangeEndPositionsAreOnSameLine:()=>oO,rangeEquals:()=>pC,rangeIsOnSingleLine:()=>iO,rangeOfNode:()=>UM,rangeOfTypeParameters:()=>qM,rangeOverlapsWithStartEnd:()=>rangeOverlapsWithStartEnd,rangeStartIsOnSameLineAsRangeEnd:()=>SS,rangeStartPositionsAreOnSameLine:()=>aO,readBuilderProgram:()=>readBuilderProgram,readConfigFile:()=>readConfigFile,readHelper:()=>readHelper,readJson:()=>ZN,readJsonConfigFile:()=>readJsonConfigFile,readJsonOrUndefined:()=>gS,realizeDiagnostics:()=>realizeDiagnostics,reduceEachLeadingCommentRange:()=>i4,reduceEachTrailingCommentRange:()=>a4,reduceLeft:()=>Rd,reduceLeftIterator:()=>L5,reducePathComponents:()=>Da,refactor:()=>ts_refactor_exports,regExpEscape:()=>SM,relativeComplement:()=>cC,removeAllComments:()=>removeAllComments,removeEmitHelper:()=>removeEmitHelper,removeExtension:()=>$S,removeFileExtension:()=>Al,removeIgnoredPath:()=>removeIgnoredPath,removeMinAndVersionNumbers:()=>QC,removeOptionality:()=>removeOptionality,removePrefix:()=>tE,removeSuffix:()=>XC,removeTrailingDirectorySeparator:()=>S_,repeatString:()=>repeatString,replaceElement:()=>yC,resolutionExtensionIsTSOrJson:()=>LM,resolveConfigFileProjectName:()=>resolveConfigFileProjectName,resolveJSModule:()=>resolveJSModule,resolveLibrary:()=>resolveLibrary,resolveModuleName:()=>resolveModuleName,resolveModuleNameFromCache:()=>resolveModuleNameFromCache,resolvePackageNameToPackageJson:()=>resolvePackageNameToPackageJson,resolvePath:()=>d0,resolveProjectReferencePath:()=>resolveProjectReferencePath,resolveTripleslashReference:()=>resolveTripleslashReference,resolveTypeReferenceDirective:()=>resolveTypeReferenceDirective,resolvingEmptyArray:()=>ux,restHelper:()=>restHelper,returnFalse:()=>$f,returnNoopFileWatcher:()=>returnNoopFileWatcher,returnTrue:()=>Pv,returnUndefined:()=>LC,returnsPromise:()=>returnsPromise,runInitializersHelper:()=>runInitializersHelper,sameFlatMap:()=>Tv,sameMap:()=>z5,sameMapping:()=>sameMapping,scanShebangTrivia:()=>wg,scanTokenAtPosition:()=>KD,scanner:()=>Fo,screenStartingMessageCodes:()=>screenStartingMessageCodes,semanticDiagnosticsOptionDeclarations:()=>semanticDiagnosticsOptionDeclarations,serializeCompilerOptions:()=>serializeCompilerOptions,server:()=>ts_server_exports,servicesVersion:()=>f7,setCommentRange:()=>setCommentRange,setConfigFileInOptions:()=>setConfigFileInOptions,setConstantValue:()=>setConstantValue,setEachParent:()=>a_,setEmitFlags:()=>setEmitFlags,setFunctionNameHelper:()=>setFunctionNameHelper,setGetSourceFileAsHashVersioned:()=>setGetSourceFileAsHashVersioned,setIdentifierAutoGenerate:()=>setIdentifierAutoGenerate,setIdentifierGeneratedImportReference:()=>setIdentifierGeneratedImportReference,setIdentifierTypeArguments:()=>setIdentifierTypeArguments,setInternalEmitFlags:()=>setInternalEmitFlags,setLocalizedDiagnosticMessages:()=>IS,setModuleDefaultHelper:()=>setModuleDefaultHelper,setNodeFlags:()=>YM,setObjectAllocator:()=>PS,setOriginalNode:()=>Xr,setParent:()=>Xi,setParentRecursive:()=>tx,setPrivateIdentifier:()=>setPrivateIdentifier,setResolvedModule:()=>$k,setResolvedTypeReferenceDirective:()=>Qk,setSnippetElement:()=>setSnippetElement,setSourceMapRange:()=>setSourceMapRange,setStackTraceLimit:()=>setStackTraceLimit,setStartsOnNewLine:()=>setStartsOnNewLine,setSyntheticLeadingComments:()=>setSyntheticLeadingComments,setSyntheticTrailingComments:()=>setSyntheticTrailingComments,setSys:()=>setSys,setSysLog:()=>setSysLog,setTextRange:()=>Ve,setTextRangeEnd:()=>ex,setTextRangePos:()=>Cd,setTextRangePosEnd:()=>Ya,setTextRangePosWidth:()=>Ed,setTokenSourceMapRange:()=>setTokenSourceMapRange,setTypeNode:()=>setTypeNode,setUILocale:()=>Mv,setValueDeclaration:()=>lI,shouldAllowImportingTsExtension:()=>shouldAllowImportingTsExtension,shouldPreserveConstEnums:()=>sM,shouldResolveJsRequire:()=>iM,shouldUseUriStyleNodeCoreModules:()=>shouldUseUriStyleNodeCoreModules,showModuleSpecifier:()=>DO,signatureHasLiteralTypes:()=>signatureHasLiteralTypes,signatureHasRestParameter:()=>signatureHasRestParameter,signatureToDisplayParts:()=>signatureToDisplayParts,single:()=>mC,singleElementArray:()=>Qf,singleIterator:()=>Q5,singleOrMany:()=>hC,singleOrUndefined:()=>Jd,skipAlias:()=>bO,skipAssertions:()=>OR,skipConstraint:()=>skipConstraint,skipOuterExpressions:()=>ls,skipParentheses:()=>Gl,skipPartiallyEmittedExpressions:()=>rm,skipTrivia:()=>Nt,skipTypeChecking:()=>zM,skipTypeParentheses:()=>DI,skipWhile:()=>cE,sliceAfter:()=>FM,some:()=>mt,sort:()=>Xf,sortAndDeduplicate:()=>xv,sortAndDeduplicateDiagnostics:()=>XE,sourceFileAffectingCompilerOptions:()=>sourceFileAffectingCompilerOptions,sourceFileMayBeEmitted:()=>I0,sourceMapCommentRegExp:()=>sourceMapCommentRegExp,sourceMapCommentRegExpDontCareLineStart:()=>sourceMapCommentRegExpDontCareLineStart,spacePart:()=>spacePart,spanMap:()=>Y5,spreadArrayHelper:()=>spreadArrayHelper,stableSort:()=>Ev,startEndContainsRange:()=>startEndContainsRange,startEndOverlapsWithStartEnd:()=>startEndOverlapsWithStartEnd,startOnNewLine:()=>Fm,startTracing:()=>startTracing,startsWith:()=>Fr,startsWithDirectory:()=>OE,startsWithUnderscore:()=>startsWithUnderscore,startsWithUseStrict:()=>P8,stringContains:()=>eo,stringContainsAt:()=>stringContainsAt,stringToToken:()=>Rl,stripQuotes:()=>_N,supportedDeclarationExtensions:()=>n6,supportedJSExtensions:()=>H0,supportedJSExtensionsFlat:()=>r6,supportedLocaleDirectories:()=>Hg,supportedTSExtensions:()=>Ro,supportedTSExtensionsFlat:()=>t6,supportedTSImplementationExtensions:()=>Nx,suppressLeadingAndTrailingTrivia:()=>suppressLeadingAndTrailingTrivia,suppressLeadingTrivia:()=>suppressLeadingTrivia,suppressTrailingTrivia:()=>suppressTrailingTrivia,symbolEscapedNameNoDefault:()=>symbolEscapedNameNoDefault,symbolName:()=>hd,symbolNameNoDefault:()=>symbolNameNoDefault,symbolPart:()=>symbolPart,symbolToDisplayParts:()=>symbolToDisplayParts,syntaxMayBeASICandidate:()=>syntaxMayBeASICandidate,syntaxRequiresTrailingSemicolonOrASI:()=>syntaxRequiresTrailingSemicolonOrASI,sys:()=>f0,sysLog:()=>sysLog,tagNamesAreEquivalent:()=>Ti,takeWhile:()=>_E,targetOptionDeclaration:()=>targetOptionDeclaration,templateObjectHelper:()=>templateObjectHelper,testFormatSettings:()=>testFormatSettings,textChangeRangeIsUnchanged:()=>w4,textChangeRangeNewSpan:()=>Qs,textChanges:()=>ts_textChanges_exports,textOrKeywordPart:()=>textOrKeywordPart,textPart:()=>textPart,textRangeContainsPositionInclusive:()=>QE,textSpanContainsPosition:()=>$E,textSpanContainsTextSpan:()=>YE,textSpanEnd:()=>Kt,textSpanIntersection:()=>x4,textSpanIntersectsWith:()=>eA,textSpanIntersectsWithPosition:()=>tA,textSpanIntersectsWithTextSpan:()=>ZE,textSpanIsEmpty:()=>T4,textSpanOverlap:()=>S4,textSpanOverlapsWith:()=>KE,textSpansEqual:()=>textSpansEqual,textToKeywordObj:()=>cl,timestamp:()=>Sa,toArray:()=>If,toBuilderFileEmit:()=>toBuilderFileEmit,toBuilderStateFileInfoForMultiEmit:()=>toBuilderStateFileInfoForMultiEmit,toEditorSettings:()=>sl,toFileNameLowerCase:()=>Nv,toLowerCase:()=>Iv,toPath:()=>xi,toProgramEmitPending:()=>toProgramEmitPending,tokenIsIdentifierOrKeyword:()=>kt,tokenIsIdentifierOrKeywordOrGreaterThan:()=>r4,tokenToString:()=>nr,trace:()=>trace,tracing:()=>xa,tracingEnabled:()=>tracingEnabled,transform:()=>transform,transformClassFields:()=>transformClassFields,transformDeclarations:()=>transformDeclarations,transformECMAScriptModule:()=>transformECMAScriptModule,transformES2015:()=>transformES2015,transformES2016:()=>transformES2016,transformES2017:()=>transformES2017,transformES2018:()=>transformES2018,transformES2019:()=>transformES2019,transformES2020:()=>transformES2020,transformES2021:()=>transformES2021,transformES5:()=>transformES5,transformESDecorators:()=>transformESDecorators,transformESNext:()=>transformESNext,transformGenerators:()=>transformGenerators,transformJsx:()=>transformJsx,transformLegacyDecorators:()=>transformLegacyDecorators,transformModule:()=>transformModule,transformNamedEvaluation:()=>transformNamedEvaluation,transformNodeModule:()=>transformNodeModule,transformNodes:()=>transformNodes,transformSystemModule:()=>transformSystemModule,transformTypeScript:()=>transformTypeScript,transpile:()=>transpile,transpileModule:()=>transpileModule,transpileOptionValueCompilerOptions:()=>transpileOptionValueCompilerOptions,trimString:()=>qd,trimStringEnd:()=>n_,trimStringStart:()=>gl,tryAddToSet:()=>$5,tryAndIgnoreErrors:()=>tryAndIgnoreErrors,tryCast:()=>On,tryDirectoryExists:()=>tryDirectoryExists,tryExtractTSExtension:()=>XN,tryFileExists:()=>tryFileExists,tryGetClassExtendingExpressionWithTypeArguments:()=>fS,tryGetClassImplementingOrExtendingExpressionWithTypeArguments:()=>dS,tryGetDirectories:()=>tryGetDirectories,tryGetExtensionFromPath:()=>X2,tryGetImportFromModuleSpecifier:()=>pT,tryGetJSDocSatisfiesTypeNode:()=>lx,tryGetModuleNameFromFile:()=>M8,tryGetModuleSpecifierFromDeclaration:()=>pI,tryGetNativePerformanceHooks:()=>mE,tryGetPropertyAccessOrIdentifierToString:()=>J0,tryGetPropertyNameOfBindingOrAssignmentElement:()=>J8,tryGetSourceMappingURL:()=>tryGetSourceMappingURL,tryGetTextOfPropertyName:()=>Qg,tryIOAndConsumeErrors:()=>tryIOAndConsumeErrors,tryParsePattern:()=>QS,tryParsePatterns:()=>MM,tryParseRawSourceMap:()=>tryParseRawSourceMap,tryReadDirectory:()=>tryReadDirectory,tryReadFile:()=>tryReadFile,tryRemoveDirectoryPrefix:()=>TM,tryRemoveExtension:()=>XS,tryRemovePrefix:()=>Fv,tryRemoveSuffix:()=>$C,typeAcquisitionDeclarations:()=>typeAcquisitionDeclarations,typeAliasNamePart:()=>typeAliasNamePart,typeDirectiveIsEqualTo:()=>nD,typeKeywords:()=>typeKeywords,typeParameterNamePart:()=>typeParameterNamePart,typeReferenceResolutionNameAndModeGetter:()=>typeReferenceResolutionNameAndModeGetter,typeToDisplayParts:()=>typeToDisplayParts,unchangedPollThresholds:()=>unchangedPollThresholds,unchangedTextChangeRange:()=>Vg,unescapeLeadingUnderscores:()=>Vo,unmangleScopedPackageName:()=>unmangleScopedPackageName,unorderedRemoveItem:()=>Rv,unorderedRemoveItemAt:()=>cg,unreachableCodeIsError:()=>eM,unusedLabelIsError:()=>tM,unwrapInnermostStatementOfLabel:()=>gP,updateErrorForNoInputFiles:()=>updateErrorForNoInputFiles,updateLanguageServiceSourceFile:()=>l7,updateMissingFilePathsWatch:()=>updateMissingFilePathsWatch,updatePackageJsonWatch:()=>updatePackageJsonWatch,updateResolutionField:()=>updateResolutionField,updateSharedExtendedConfigFileWatcher:()=>updateSharedExtendedConfigFileWatcher,updateSourceFile:()=>q6,updateWatchingWildcardDirectories:()=>updateWatchingWildcardDirectories,usesExtensionsOnImports:()=>GS,usingSingleLineStringWriter:()=>Gk,utf16EncodeAsString:()=>Of,validateLocaleAndSetLanguage:()=>oA,valuesHelper:()=>valuesHelper,version:()=>Gf,versionMajorMinor:()=>yv,visitArray:()=>visitArray,visitCommaListElements:()=>visitCommaListElements,visitEachChild:()=>visitEachChild,visitFunctionBody:()=>visitFunctionBody,visitIterationBody:()=>visitIterationBody,visitLexicalEnvironment:()=>visitLexicalEnvironment,visitNode:()=>visitNode,visitNodes:()=>visitNodes2,visitParameterList:()=>visitParameterList,walkUpBindingElementsAndPatterns:()=>k4,walkUpLexicalEnvironments:()=>walkUpLexicalEnvironments,walkUpOuterExpressions:()=>NR,walkUpParenthesizedExpressions:()=>ST,walkUpParenthesizedTypes:()=>AI,walkUpParenthesizedTypesAndGetParentAndChild:()=>kI,whitespaceOrMapCommentRegExp:()=>whitespaceOrMapCommentRegExp,writeCommentRange:()=>IN,writeFile:()=>bN,writeFileEnsuringDirectories:()=>vN,zipToModeAwareCache:()=>zipToModeAwareCache,zipWith:()=>ey});var mv=Vt({"src/typescript/_namespaces/ts.ts"(){"use strict";Dr(),K8(),w7(),AB()}}),kB=P5({"src/typescript/typescript.ts"(e,t){mv(),mv(),typeof console<"u"&&(N.loggingHost={log(r,a){switch(r){case 1:return console.error(a);case 2:return console.warn(a);case 3:return console.log(a);case 4:return console.log(a)}}}),t.exports=C7}});E7.exports=kB()});var V6=ut(A7=>{A7.typescriptVersionIsAtLeast=new Proxy({},{get:()=>!0})});var H6=ut(ai=>{"use strict";var DB=ai&&ai.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),PB=ai&&ai.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),IB=ai&&ai.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&DB(t,e,r);return PB(t,e),t};Object.defineProperty(ai,"__esModule",{value:!0});ai.getDecorators=ai.getModifiers=void 0;var W_=IB(Dt()),NB=V6(),k7=NB.typescriptVersionIsAtLeast["4.8"];function OB(e,t=!1){var r;if(e!=null){if(k7){if(t||W_.canHaveModifiers(e)){let a=W_.getModifiers(e);return a?Array.from(a):void 0}return}return(r=e.modifiers)==null?void 0:r.filter(a=>!W_.isDecorator(a))}}ai.getModifiers=OB;function MB(e,t=!1){var r;if(e!=null){if(k7){if(t||W_.canHaveDecorators(e)){let a=W_.getDecorators(e);return a?Array.from(a):void 0}return}return(r=e.decorators)==null?void 0:r.filter(W_.isDecorator)}}ai.getDecorators=MB});var D7=ut(Bm=>{"use strict";Object.defineProperty(Bm,"__esModule",{value:!0});Bm.xhtmlEntities=void 0;Bm.xhtmlEntities={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02C6",tilde:"\u02DC",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203A",oline:"\u203E",frasl:"\u2044",euro:"\u20AC",image:"\u2111",weierp:"\u2118",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"}});var G6=ut(V_=>{"use strict";Object.defineProperty(V_,"__esModule",{value:!0});V_.AST_TOKEN_TYPES=V_.AST_NODE_TYPES=void 0;var P7;(function(e){e.AccessorProperty="AccessorProperty",e.ArrayExpression="ArrayExpression",e.ArrayPattern="ArrayPattern",e.ArrowFunctionExpression="ArrowFunctionExpression",e.AssignmentExpression="AssignmentExpression",e.AssignmentPattern="AssignmentPattern",e.AwaitExpression="AwaitExpression",e.BinaryExpression="BinaryExpression",e.BlockStatement="BlockStatement",e.BreakStatement="BreakStatement",e.CallExpression="CallExpression",e.CatchClause="CatchClause",e.ChainExpression="ChainExpression",e.ClassBody="ClassBody",e.ClassDeclaration="ClassDeclaration",e.ClassExpression="ClassExpression",e.ConditionalExpression="ConditionalExpression",e.ContinueStatement="ContinueStatement",e.DebuggerStatement="DebuggerStatement",e.Decorator="Decorator",e.DoWhileStatement="DoWhileStatement",e.EmptyStatement="EmptyStatement",e.ExportAllDeclaration="ExportAllDeclaration",e.ExportDefaultDeclaration="ExportDefaultDeclaration",e.ExportNamedDeclaration="ExportNamedDeclaration",e.ExportSpecifier="ExportSpecifier",e.ExpressionStatement="ExpressionStatement",e.ForInStatement="ForInStatement",e.ForOfStatement="ForOfStatement",e.ForStatement="ForStatement",e.FunctionDeclaration="FunctionDeclaration",e.FunctionExpression="FunctionExpression",e.Identifier="Identifier",e.IfStatement="IfStatement",e.ImportAttribute="ImportAttribute",e.ImportDeclaration="ImportDeclaration",e.ImportDefaultSpecifier="ImportDefaultSpecifier",e.ImportExpression="ImportExpression",e.ImportNamespaceSpecifier="ImportNamespaceSpecifier",e.ImportSpecifier="ImportSpecifier",e.JSXAttribute="JSXAttribute",e.JSXClosingElement="JSXClosingElement",e.JSXClosingFragment="JSXClosingFragment",e.JSXElement="JSXElement",e.JSXEmptyExpression="JSXEmptyExpression",e.JSXExpressionContainer="JSXExpressionContainer",e.JSXFragment="JSXFragment",e.JSXIdentifier="JSXIdentifier",e.JSXMemberExpression="JSXMemberExpression",e.JSXNamespacedName="JSXNamespacedName",e.JSXOpeningElement="JSXOpeningElement",e.JSXOpeningFragment="JSXOpeningFragment",e.JSXSpreadAttribute="JSXSpreadAttribute",e.JSXSpreadChild="JSXSpreadChild",e.JSXText="JSXText",e.LabeledStatement="LabeledStatement",e.Literal="Literal",e.LogicalExpression="LogicalExpression",e.MemberExpression="MemberExpression",e.MetaProperty="MetaProperty",e.MethodDefinition="MethodDefinition",e.NewExpression="NewExpression",e.ObjectExpression="ObjectExpression",e.ObjectPattern="ObjectPattern",e.PrivateIdentifier="PrivateIdentifier",e.Program="Program",e.Property="Property",e.PropertyDefinition="PropertyDefinition",e.RestElement="RestElement",e.ReturnStatement="ReturnStatement",e.SequenceExpression="SequenceExpression",e.SpreadElement="SpreadElement",e.StaticBlock="StaticBlock",e.Super="Super",e.SwitchCase="SwitchCase",e.SwitchStatement="SwitchStatement",e.TaggedTemplateExpression="TaggedTemplateExpression",e.TemplateElement="TemplateElement",e.TemplateLiteral="TemplateLiteral",e.ThisExpression="ThisExpression",e.ThrowStatement="ThrowStatement",e.TryStatement="TryStatement",e.UnaryExpression="UnaryExpression",e.UpdateExpression="UpdateExpression",e.VariableDeclaration="VariableDeclaration",e.VariableDeclarator="VariableDeclarator",e.WhileStatement="WhileStatement",e.WithStatement="WithStatement",e.YieldExpression="YieldExpression",e.TSAbstractAccessorProperty="TSAbstractAccessorProperty",e.TSAbstractKeyword="TSAbstractKeyword",e.TSAbstractMethodDefinition="TSAbstractMethodDefinition",e.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",e.TSAnyKeyword="TSAnyKeyword",e.TSArrayType="TSArrayType",e.TSAsExpression="TSAsExpression",e.TSAsyncKeyword="TSAsyncKeyword",e.TSBigIntKeyword="TSBigIntKeyword",e.TSBooleanKeyword="TSBooleanKeyword",e.TSCallSignatureDeclaration="TSCallSignatureDeclaration",e.TSClassImplements="TSClassImplements",e.TSConditionalType="TSConditionalType",e.TSConstructorType="TSConstructorType",e.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",e.TSDeclareFunction="TSDeclareFunction",e.TSDeclareKeyword="TSDeclareKeyword",e.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",e.TSEnumDeclaration="TSEnumDeclaration",e.TSEnumMember="TSEnumMember",e.TSExportAssignment="TSExportAssignment",e.TSExportKeyword="TSExportKeyword",e.TSExternalModuleReference="TSExternalModuleReference",e.TSFunctionType="TSFunctionType",e.TSInstantiationExpression="TSInstantiationExpression",e.TSImportEqualsDeclaration="TSImportEqualsDeclaration",e.TSImportType="TSImportType",e.TSIndexedAccessType="TSIndexedAccessType",e.TSIndexSignature="TSIndexSignature",e.TSInferType="TSInferType",e.TSInterfaceBody="TSInterfaceBody",e.TSInterfaceDeclaration="TSInterfaceDeclaration",e.TSInterfaceHeritage="TSInterfaceHeritage",e.TSIntersectionType="TSIntersectionType",e.TSIntrinsicKeyword="TSIntrinsicKeyword",e.TSLiteralType="TSLiteralType",e.TSMappedType="TSMappedType",e.TSMethodSignature="TSMethodSignature",e.TSModuleBlock="TSModuleBlock",e.TSModuleDeclaration="TSModuleDeclaration",e.TSNamedTupleMember="TSNamedTupleMember",e.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",e.TSNeverKeyword="TSNeverKeyword",e.TSNonNullExpression="TSNonNullExpression",e.TSNullKeyword="TSNullKeyword",e.TSNumberKeyword="TSNumberKeyword",e.TSObjectKeyword="TSObjectKeyword",e.TSOptionalType="TSOptionalType",e.TSParameterProperty="TSParameterProperty",e.TSPrivateKeyword="TSPrivateKeyword",e.TSPropertySignature="TSPropertySignature",e.TSProtectedKeyword="TSProtectedKeyword",e.TSPublicKeyword="TSPublicKeyword",e.TSQualifiedName="TSQualifiedName",e.TSReadonlyKeyword="TSReadonlyKeyword",e.TSRestType="TSRestType",e.TSSatisfiesExpression="TSSatisfiesExpression",e.TSStaticKeyword="TSStaticKeyword",e.TSStringKeyword="TSStringKeyword",e.TSSymbolKeyword="TSSymbolKeyword",e.TSTemplateLiteralType="TSTemplateLiteralType",e.TSThisType="TSThisType",e.TSTupleType="TSTupleType",e.TSTypeAliasDeclaration="TSTypeAliasDeclaration",e.TSTypeAnnotation="TSTypeAnnotation",e.TSTypeAssertion="TSTypeAssertion",e.TSTypeLiteral="TSTypeLiteral",e.TSTypeOperator="TSTypeOperator",e.TSTypeParameter="TSTypeParameter",e.TSTypeParameterDeclaration="TSTypeParameterDeclaration",e.TSTypeParameterInstantiation="TSTypeParameterInstantiation",e.TSTypePredicate="TSTypePredicate",e.TSTypeQuery="TSTypeQuery",e.TSTypeReference="TSTypeReference",e.TSUndefinedKeyword="TSUndefinedKeyword",e.TSUnionType="TSUnionType",e.TSUnknownKeyword="TSUnknownKeyword",e.TSVoidKeyword="TSVoidKeyword"})(P7||(V_.AST_NODE_TYPES=P7={}));var I7;(function(e){e.Boolean="Boolean",e.Identifier="Identifier",e.JSXIdentifier="JSXIdentifier",e.JSXText="JSXText",e.Keyword="Keyword",e.Null="Null",e.Numeric="Numeric",e.Punctuator="Punctuator",e.RegularExpression="RegularExpression",e.String="String",e.Template="Template",e.Block="Block",e.Line="Line"})(I7||(V_.AST_TOKEN_TYPES=I7={}))});var O7=ut(N7=>{"use strict";Object.defineProperty(N7,"__esModule",{value:!0})});var L7=ut(M7=>{"use strict";Object.defineProperty(M7,"__esModule",{value:!0})});var J7=ut(Ki=>{"use strict";var LB=Ki&&Ki.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),JB=Ki&&Ki.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),RB=Ki&&Ki.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&LB(t,e,r);return JB(t,e),t};Object.defineProperty(Ki,"__esModule",{value:!0});Ki.TSESTree=void 0;Ki.TSESTree=RB(G6())});var j7=ut(jn=>{"use strict";var jB=jn&&jn.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),X6=jn&&jn.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&jB(t,e,r)};Object.defineProperty(jn,"__esModule",{value:!0});jn.AST_TOKEN_TYPES=jn.AST_NODE_TYPES=void 0;var R7=G6();Object.defineProperty(jn,"AST_NODE_TYPES",{enumerable:!0,get:function(){return R7.AST_NODE_TYPES}});Object.defineProperty(jn,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return R7.AST_TOKEN_TYPES}});X6(O7(),jn);X6(L7(),jn);X6(J7(),jn)});var B7=ut(F7=>{"use strict";Object.defineProperty(F7,"__esModule",{value:!0})});var q7=ut(U7=>{"use strict";Object.defineProperty(U7,"__esModule",{value:!0})});var Um=ut(hn=>{"use strict";var FB=hn&&hn.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),z7=hn&&hn.__exportStar||function(e,t){for(var r in e)r!=="default"&&!Object.prototype.hasOwnProperty.call(t,r)&&FB(t,e,r)};Object.defineProperty(hn,"__esModule",{value:!0});hn.TSESTree=hn.AST_TOKEN_TYPES=hn.AST_NODE_TYPES=void 0;var $6=j7();Object.defineProperty(hn,"AST_NODE_TYPES",{enumerable:!0,get:function(){return $6.AST_NODE_TYPES}});Object.defineProperty(hn,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return $6.AST_TOKEN_TYPES}});Object.defineProperty(hn,"TSESTree",{enumerable:!0,get:function(){return $6.TSESTree}});z7(B7(),hn);z7(q7(),hn)});var Wm=ut(me=>{"use strict";var BB=me&&me.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),UB=me&&me.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),qB=me&&me.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&BB(t,e,r);return UB(t,e),t};Object.defineProperty(me,"__esModule",{value:!0});me.getNamespaceModifiers=me.nodeCanBeDecorated=me.getContainingFunction=me.nodeIsPresent=me.isThisInTypeQuery=me.isThisIdentifier=me.identifierIsThisKeyword=me.firstDefined=me.nodeHasTokens=me.nodeHasIllegalDecorators=me.createError=me.TSError=me.convertTokens=me.convertToken=me.getTokenType=me.isChildUnwrappableOptionalChain=me.isChainExpression=me.isOptional=me.isComputedProperty=me.unescapeStringLiteralText=me.hasJSXAncestor=me.findFirstMatchingAncestor=me.findNextToken=me.getTSNodeAccessibility=me.getDeclarationKind=me.isJSXToken=me.getRange=me.canContainDirective=me.getLocFor=me.getLineAndCharacterFor=me.getBinaryExpressionType=me.isComment=me.isComma=me.getLastModifier=me.hasModifier=me.isESTreeClassMember=me.getTextForTokenKind=me.isESTreeBinaryOperator=me.isLogicalOperator=void 0;var Qe=qB(Dt()),uu=H6(),zB=D7(),ir=Um(),WB=V6(),W7=WB.typescriptVersionIsAtLeast["5.0"],ye=Qe.SyntaxKind,VB=new Set([ye.BarBarToken,ye.AmpersandAmpersandToken,ye.QuestionQuestionToken]),HB=new Set([Qe.SyntaxKind.EqualsToken,Qe.SyntaxKind.PlusEqualsToken,Qe.SyntaxKind.MinusEqualsToken,Qe.SyntaxKind.AsteriskEqualsToken,Qe.SyntaxKind.AsteriskAsteriskEqualsToken,Qe.SyntaxKind.SlashEqualsToken,Qe.SyntaxKind.PercentEqualsToken,Qe.SyntaxKind.LessThanLessThanEqualsToken,Qe.SyntaxKind.GreaterThanGreaterThanEqualsToken,Qe.SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken,Qe.SyntaxKind.AmpersandEqualsToken,Qe.SyntaxKind.BarEqualsToken,Qe.SyntaxKind.BarBarEqualsToken,Qe.SyntaxKind.AmpersandAmpersandEqualsToken,Qe.SyntaxKind.QuestionQuestionEqualsToken,Qe.SyntaxKind.CaretEqualsToken]),GB=new Set([ye.InstanceOfKeyword,ye.InKeyword,ye.AsteriskAsteriskToken,ye.AsteriskToken,ye.SlashToken,ye.PercentToken,ye.PlusToken,ye.MinusToken,ye.AmpersandToken,ye.BarToken,ye.CaretToken,ye.LessThanLessThanToken,ye.GreaterThanGreaterThanToken,ye.GreaterThanGreaterThanGreaterThanToken,ye.AmpersandAmpersandToken,ye.BarBarToken,ye.LessThanToken,ye.LessThanEqualsToken,ye.GreaterThanToken,ye.GreaterThanEqualsToken,ye.EqualsEqualsToken,ye.EqualsEqualsEqualsToken,ye.ExclamationEqualsEqualsToken,ye.ExclamationEqualsToken]);function XB(e){return HB.has(e.kind)}function V7(e){return VB.has(e.kind)}me.isLogicalOperator=V7;function H7(e){return GB.has(e.kind)}me.isESTreeBinaryOperator=H7;function qm(e){return Qe.tokenToString(e)}me.getTextForTokenKind=qm;function $B(e){return e.kind!==ye.SemicolonClassElement}me.isESTreeClassMember=$B;function G7(e,t){let r=(0,uu.getModifiers)(t);return(r==null?void 0:r.some(a=>a.kind===e))===!0}me.hasModifier=G7;function QB(e){let t=(0,uu.getModifiers)(e);return t==null?null:t[t.length-1]??null}me.getLastModifier=QB;function YB(e){return e.kind===ye.CommaToken}me.isComma=YB;function X7(e){return e.kind===ye.SingleLineCommentTrivia||e.kind===ye.MultiLineCommentTrivia}me.isComment=X7;function KB(e){return e.kind===ye.JSDocComment}function ZB(e){if(XB(e))return{type:ir.AST_NODE_TYPES.AssignmentExpression,operator:qm(e.kind)};if(V7(e))return{type:ir.AST_NODE_TYPES.LogicalExpression,operator:qm(e.kind)};if(H7(e))return{type:ir.AST_NODE_TYPES.BinaryExpression,operator:qm(e.kind)};throw new Error(`Unexpected binary operator ${Qe.tokenToString(e.kind)}`)}me.getBinaryExpressionType=ZB;function $7(e,t){let r=t.getLineAndCharacterOfPosition(e);return{line:r.line+1,column:r.character}}me.getLineAndCharacterFor=$7;function Q7(e,t){let[r,a]=e.map(_=>$7(_,t));return{start:r,end:a}}me.getLocFor=Q7;function eU(e){if(e.kind===Qe.SyntaxKind.Block)switch(e.parent.kind){case Qe.SyntaxKind.Constructor:case Qe.SyntaxKind.GetAccessor:case Qe.SyntaxKind.SetAccessor:case Qe.SyntaxKind.ArrowFunction:case Qe.SyntaxKind.FunctionExpression:case Qe.SyntaxKind.FunctionDeclaration:case Qe.SyntaxKind.MethodDeclaration:return!0;default:return!1}return!0}me.canContainDirective=eU;function tU(e,t){return[e.getStart(t),e.getEnd()]}me.getRange=tU;function rU(e){return e.kind>=ye.FirstToken&&e.kind<=ye.LastToken}function Q6(e){return e.kind>=ye.JsxElement&&e.kind<=ye.JsxAttribute}me.isJSXToken=Q6;function nU(e){return e.flags&Qe.NodeFlags.Let?"let":(e.flags&Qe.NodeFlags.AwaitUsing)===Qe.NodeFlags.AwaitUsing?"await using":e.flags&Qe.NodeFlags.Const?"const":e.flags&Qe.NodeFlags.Using?"using":"var"}me.getDeclarationKind=nU;function iU(e){let t=(0,uu.getModifiers)(e);if(t!=null)for(let r of t)switch(r.kind){case ye.PublicKeyword:return"public";case ye.ProtectedKeyword:return"protected";case ye.PrivateKeyword:return"private";default:break}}me.getTSNodeAccessibility=iU;function aU(e,t,r){return a(t);function a(_){return Qe.isToken(_)&&_.pos===e.end?_:nw(_.getChildren(r),p=>(p.pos<=e.pos&&p.end>e.end||p.pos===e.end)&&rw(p,r)?a(p):void 0)}}me.findNextToken=aU;function Y7(e,t){for(;e;){if(t(e))return e;e=e.parent}}me.findFirstMatchingAncestor=Y7;function K7(e){return!!Y7(e,Q6)}me.hasJSXAncestor=K7;function oU(e){return e.replace(/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,t=>{let r=t.slice(1,-1);if(r[0]==="#"){let a=r[1]==="x"?parseInt(r.slice(2),16):parseInt(r.slice(1),10);return a>1114111?t:String.fromCodePoint(a)}return zB.xhtmlEntities[r]||t})}me.unescapeStringLiteralText=oU;function sU(e){return e.kind===ye.ComputedPropertyName}me.isComputedProperty=sU;function _U(e){return e.questionToken?e.questionToken.kind===ye.QuestionToken:!1}me.isOptional=_U;function Z7(e){return e.type===ir.AST_NODE_TYPES.ChainExpression}me.isChainExpression=Z7;function cU(e,t){return Z7(t)&&e.expression.kind!==Qe.SyntaxKind.ParenthesizedExpression}me.isChildUnwrappableOptionalChain=cU;function ew(e){let t;if(W7&&e.kind===ye.Identifier?t=Qe.identifierToKeywordKind(e):"originalKeywordKind"in e&&(t=e.originalKeywordKind),t)return t===ye.NullKeyword?ir.AST_TOKEN_TYPES.Null:t>=ye.FirstFutureReservedWord&&t<=ye.LastKeyword?ir.AST_TOKEN_TYPES.Identifier:ir.AST_TOKEN_TYPES.Keyword;if(e.kind>=ye.FirstKeyword&&e.kind<=ye.LastFutureReservedWord)return e.kind===ye.FalseKeyword||e.kind===ye.TrueKeyword?ir.AST_TOKEN_TYPES.Boolean:ir.AST_TOKEN_TYPES.Keyword;if(e.kind>=ye.FirstPunctuation&&e.kind<=ye.LastPunctuation)return ir.AST_TOKEN_TYPES.Punctuator;if(e.kind>=ye.NoSubstitutionTemplateLiteral&&e.kind<=ye.TemplateTail)return ir.AST_TOKEN_TYPES.Template;switch(e.kind){case ye.NumericLiteral:return ir.AST_TOKEN_TYPES.Numeric;case ye.JsxText:return ir.AST_TOKEN_TYPES.JSXText;case ye.StringLiteral:return e.parent.kind===ye.JsxAttribute||e.parent.kind===ye.JsxElement?ir.AST_TOKEN_TYPES.JSXText:ir.AST_TOKEN_TYPES.String;case ye.RegularExpressionLiteral:return ir.AST_TOKEN_TYPES.RegularExpression;case ye.Identifier:case ye.ConstructorKeyword:case ye.GetKeyword:case ye.SetKeyword:default:}return e.kind===ye.Identifier&&(Q6(e.parent)||e.parent.kind===ye.PropertyAccessExpression&&K7(e))?ir.AST_TOKEN_TYPES.JSXIdentifier:ir.AST_TOKEN_TYPES.Identifier}me.getTokenType=ew;function tw(e,t){let r=e.kind===ye.JsxText?e.getFullStart():e.getStart(t),a=e.getEnd(),_=t.text.slice(r,a),p=ew(e),d=[r,a],h=Q7(d,t);return p===ir.AST_TOKEN_TYPES.RegularExpression?{type:p,value:_,range:d,loc:h,regex:{pattern:_.slice(1,_.lastIndexOf("/")),flags:_.slice(_.lastIndexOf("/")+1)}}:{type:p,value:_,range:d,loc:h}}me.convertToken=tw;function lU(e){let t=[];function r(a){if(!(X7(a)||KB(a)))if(rU(a)&&a.kind!==ye.EndOfFileToken){let _=tw(a,e);_&&t.push(_)}else a.getChildren(e).forEach(r)}return r(e),t}me.convertTokens=lU;var zm=class extends Error{constructor(t,r,a){super(t),this.fileName=r,this.location=a,Object.defineProperty(this,"name",{value:new.target.name,enumerable:!1,configurable:!0})}get index(){return this.location.start.offset}get lineNumber(){return this.location.start.line}get column(){return this.location.start.column}};me.TSError=zm;function uU(e,t,r,a=r){let[_,p]=[r,a].map(d=>{let{line:h,character:l}=t.getLineAndCharacterOfPosition(d);return{line:h+1,column:l,offset:d}});return new zm(e,t.fileName,{start:_,end:p})}me.createError=uU;function pU(e){var t;return!!("illegalDecorators"in e&&((t=e.illegalDecorators)!=null&&t.length))}me.nodeHasIllegalDecorators=pU;function rw(e,t){return e.kind===ye.EndOfFileToken?!!e.jsDoc:e.getWidth(t)!==0}me.nodeHasTokens=rw;function nw(e,t){if(e!==void 0)for(let r=0;r<e.length;r++){let a=t(e[r],r);if(a!==void 0)return a}}me.firstDefined=nw;function iw(e){return(W7?Qe.identifierToKeywordKind(e):e.originalKeywordKind)===ye.ThisKeyword}me.identifierIsThisKeyword=iw;function Y6(e){return!!e&&e.kind===ye.Identifier&&iw(e)}me.isThisIdentifier=Y6;function fU(e){if(!Y6(e))return!1;for(;Qe.isQualifiedName(e.parent)&&e.parent.left===e;)e=e.parent;return e.parent.kind===ye.TypeQuery}me.isThisInTypeQuery=fU;function dU(e){return e===void 0?!0:e.pos===e.end&&e.pos>=0&&e.kind!==ye.EndOfFileToken}function mU(e){return!dU(e)}me.nodeIsPresent=mU;function hU(e){return Qe.findAncestor(e.parent,Qe.isFunctionLike)}me.getContainingFunction=hU;function yU(e){return G7(ye.AbstractKeyword,e)}function gU(e){if(e.parameters.length&&!Qe.isJSDocSignature(e)){let t=e.parameters[0];if(bU(t))return t}return null}function bU(e){return Y6(e.name)}function vU(e){switch(e.kind){case ye.ClassDeclaration:return!0;case ye.ClassExpression:return!0;case ye.PropertyDeclaration:{let{parent:t}=e;return!!(Qe.isClassDeclaration(t)||Qe.isClassLike(t)&&!yU(e))}case ye.GetAccessor:case ye.SetAccessor:case ye.MethodDeclaration:{let{parent:t}=e;return!!e.body&&(Qe.isClassDeclaration(t)||Qe.isClassLike(t))}case ye.Parameter:{let{parent:t}=e,r=t.parent;return!!t&&"body"in t&&!!t.body&&(t.kind===ye.Constructor||t.kind===ye.MethodDeclaration||t.kind===ye.SetAccessor)&&gU(t)!==e&&!!r&&r.kind===ye.ClassDeclaration}}return!1}me.nodeCanBeDecorated=vU;function TU(e){let t=(0,uu.getModifiers)(e),r=e;for(;(!t||t.length===0)&&Qe.isModuleDeclaration(r.parent)&&r.parent.name;){let a=(0,uu.getModifiers)(r.parent);a&&(a==null?void 0:a.length)>0&&(t=a),r=r.parent}return t}me.getNamespaceModifiers=TU});var Z6=ut(yn=>{"use strict";var SU=yn&&yn.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),xU=yn&&yn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),wU=yn&&yn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&SU(t,e,r);return xU(t,e),t},Ne=yn&&yn.__classPrivateFieldGet||function(e,t,r,a){if(r==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!a:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?a:r==="a"?a.call(e):a?a.value:t.get(e)},Pe,aw,br,oi,st;Object.defineProperty(yn,"__esModule",{value:!0});yn.Converter=yn.convertError=void 0;var _t=wU(Dt()),Zi=H6(),pe=Wm(),J=Um(),E=_t.SyntaxKind;function CU(e){return(0,pe.createError)("message"in e&&e.message||e.messageText,e.file,e.start)}yn.convertError=CU;var K6=class{constructor(t,r){Pe.add(this),this.esTreeNodeToTSNodeMap=new WeakMap,this.tsNodeToESTreeNodeMap=new WeakMap,this.allowPattern=!1,this.ast=t,this.options={...r}}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}convertProgram(){return this.converter(this.ast)}converter(t,r,a){if(!t)return null;Ne(this,Pe,"m",aw).call(this,t);let _=this.allowPattern;a!==void 0&&(this.allowPattern=a);let p=this.convertNode(t,r??t.parent);return this.registerTSNodeInNodeMap(t,p),this.allowPattern=_,p}fixExports(t,r){let _=_t.isModuleDeclaration(t)&&!!(t.flags&_t.NodeFlags.Namespace)?(0,pe.getNamespaceModifiers)(t):(0,Zi.getModifiers)(t);if((_==null?void 0:_[0].kind)===E.ExportKeyword){this.registerTSNodeInNodeMap(t,r);let p=_[0],d=_[1],h=(d==null?void 0:d.kind)===E.DefaultKeyword,l=h?(0,pe.findNextToken)(d,this.ast,this.ast):(0,pe.findNextToken)(p,this.ast,this.ast);if(r.range[0]=l.getStart(this.ast),r.loc=(0,pe.getLocFor)(r.range,this.ast),h)return this.createNode(t,{type:J.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:r,range:[p.getStart(this.ast),r.range[1]],exportKind:"value"});let v=r.type===J.AST_NODE_TYPES.TSInterfaceDeclaration||r.type===J.AST_NODE_TYPES.TSTypeAliasDeclaration,y="declare"in r&&r.declare===!0;return this.createNode(t,{type:J.AST_NODE_TYPES.ExportNamedDeclaration,declaration:r,specifiers:[],source:null,exportKind:v||y?"type":"value",range:[p.getStart(this.ast),r.range[1]],assertions:[]})}return r}registerTSNodeInNodeMap(t,r){r&&this.options.shouldPreserveNodeMaps&&(this.tsNodeToESTreeNodeMap.has(t)||this.tsNodeToESTreeNodeMap.set(t,r))}convertPattern(t,r){return this.converter(t,r,!0)}convertChild(t,r){return this.converter(t,r,!1)}createNode(t,r){let a=r;return a.range??(a.range=(0,pe.getRange)(t,this.ast)),a.loc??(a.loc=(0,pe.getLocFor)(a.range,this.ast)),a&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(a,t),a}convertBindingNameWithTypeAnnotation(t,r,a){let _=this.convertPattern(t);return r&&(_.typeAnnotation=this.convertTypeAnnotation(r,a),this.fixParentLocation(_,_.typeAnnotation.range)),_}convertTypeAnnotation(t,r){let a=(r==null?void 0:r.kind)===E.FunctionType||(r==null?void 0:r.kind)===E.ConstructorType?2:1,p=[t.getFullStart()-a,t.end],d=(0,pe.getLocFor)(p,this.ast);return{type:J.AST_NODE_TYPES.TSTypeAnnotation,loc:d,range:p,typeAnnotation:this.convertChild(t)}}convertBodyExpressions(t,r){let a=(0,pe.canContainDirective)(r);return t.map(_=>{let p=this.convertChild(_);if(a){if(p!=null&&p.expression&&_t.isExpressionStatement(_)&&_t.isStringLiteral(_.expression)){let d=p.expression.raw;return p.directive=d.slice(1,-1),p}a=!1}return p}).filter(_=>_)}convertTypeArgumentsToTypeParameterInstantiation(t,r){let a=(0,pe.findNextToken)(t,this.ast,this.ast);return this.createNode(r,{type:J.AST_NODE_TYPES.TSTypeParameterInstantiation,range:[t.pos-1,a.end],params:t.map(_=>this.convertChild(_))})}convertTSTypeParametersToTypeParametersDeclaration(t){let r=(0,pe.findNextToken)(t,this.ast,this.ast),a=[t.pos-1,r.end];return{type:J.AST_NODE_TYPES.TSTypeParameterDeclaration,range:a,loc:(0,pe.getLocFor)(a,this.ast),params:t.map(_=>this.convertChild(_))}}convertParameters(t){return t!=null&&t.length?t.map(r=>{var _;let a=this.convertChild(r);return a.decorators=((_=(0,Zi.getDecorators)(r))==null?void 0:_.map(p=>this.convertChild(p)))??[],a}):[]}convertChainExpression(t,r){let{child:a,isOptional:_}=(()=>t.type===J.AST_NODE_TYPES.MemberExpression?{child:t.object,isOptional:t.optional}:t.type===J.AST_NODE_TYPES.CallExpression?{child:t.callee,isOptional:t.optional}:{child:t.expression,isOptional:!1})(),p=(0,pe.isChildUnwrappableOptionalChain)(r,a);if(!p&&!_)return t;if(p&&(0,pe.isChainExpression)(a)){let d=a.expression;t.type===J.AST_NODE_TYPES.MemberExpression?t.object=d:t.type===J.AST_NODE_TYPES.CallExpression?t.callee=d:t.expression=d}return this.createNode(r,{type:J.AST_NODE_TYPES.ChainExpression,expression:t})}deeplyCopy(t){t.kind===_t.SyntaxKind.JSDocFunctionType&&Ne(this,Pe,"m",st).call(this,t,"JSDoc types can only be used inside documentation comments.");let r=`TS${E[t.kind]}`;if(this.options.errorOnUnknownASTType&&!J.AST_NODE_TYPES[r])throw new Error(`Unknown AST_NODE_TYPE: "${r}"`);let a=this.createNode(t,{type:r});"type"in t&&(a.typeAnnotation=t.type&&"kind"in t.type&&_t.isTypeNode(t.type)?this.convertTypeAnnotation(t.type,t):null),"typeArguments"in t&&(a.typeArguments=t.typeArguments&&"pos"in t.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t):null,Ne(this,Pe,"m",oi).call(this,a,"typeParameters","typeArguments")),"typeParameters"in t&&(a.typeParameters=t.typeParameters&&"pos"in t.typeParameters?this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters):null);let _=(0,Zi.getDecorators)(t);_!=null&&_.length&&(a.decorators=_.map(d=>this.convertChild(d)));let p=new Set(["_children","decorators","end","flags","illegalDecorators","heritageClauses","locals","localSymbol","jsDoc","kind","modifierFlagsCache","modifiers","nextContainer","parent","pos","symbol","transformFlags","type","typeArguments","typeParameters"]);return Object.entries(t).filter(([d])=>!p.has(d)).forEach(([d,h])=>{Array.isArray(h)?a[d]=h.map(l=>this.convertChild(l)):h&&typeof h=="object"&&h.kind?a[d]=this.convertChild(h):a[d]=h}),a}convertJSXIdentifier(t){let r=this.createNode(t,{type:J.AST_NODE_TYPES.JSXIdentifier,name:t.getText()});return this.registerTSNodeInNodeMap(t,r),r}convertJSXNamespaceOrIdentifier(t){if(t.kind===_t.SyntaxKind.JsxNamespacedName){let _=this.createNode(t,{type:J.AST_NODE_TYPES.JSXNamespacedName,namespace:this.createNode(t.namespace,{type:J.AST_NODE_TYPES.JSXIdentifier,name:t.namespace.text}),name:this.createNode(t.name,{type:J.AST_NODE_TYPES.JSXIdentifier,name:t.name.text})});return this.registerTSNodeInNodeMap(t,_),_}let r=t.getText(),a=r.indexOf(":");if(a>0){let _=(0,pe.getRange)(t,this.ast),p=this.createNode(t,{type:J.AST_NODE_TYPES.JSXNamespacedName,namespace:this.createNode(t,{type:J.AST_NODE_TYPES.JSXIdentifier,name:r.slice(0,a),range:[_[0],_[0]+a]}),name:this.createNode(t,{type:J.AST_NODE_TYPES.JSXIdentifier,name:r.slice(a+1),range:[_[0]+a+1,_[1]]}),range:_});return this.registerTSNodeInNodeMap(t,p),p}return this.convertJSXIdentifier(t)}convertJSXTagName(t,r){let a;switch(t.kind){case E.PropertyAccessExpression:t.name.kind===E.PrivateIdentifier&&Ne(this,Pe,"m",st).call(this,t.name,"Non-private identifier expected."),a=this.createNode(t,{type:J.AST_NODE_TYPES.JSXMemberExpression,object:this.convertJSXTagName(t.expression,r),property:this.convertJSXIdentifier(t.name)});break;case E.ThisKeyword:case E.Identifier:default:return this.convertJSXNamespaceOrIdentifier(t)}return this.registerTSNodeInNodeMap(t,a),a}convertMethodSignature(t){return this.createNode(t,{type:J.AST_NODE_TYPES.TSMethodSignature,accessibility:(0,pe.getTSNodeAccessibility)(t),computed:(0,pe.isComputedProperty)(t.name),key:this.convertChild(t.name),kind:(()=>{switch(t.kind){case E.GetAccessor:return"get";case E.SetAccessor:return"set";case E.MethodSignature:return"method"}})(),optional:(0,pe.isOptional)(t),params:this.convertParameters(t.parameters),returnType:t.type&&this.convertTypeAnnotation(t.type,t),readonly:(0,pe.hasModifier)(E.ReadonlyKeyword,t),static:(0,pe.hasModifier)(E.StaticKeyword,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)})}convertAssertClasue(t){return t===void 0?[]:t.elements.map(r=>this.convertChild(r))}fixParentLocation(t,r){r[0]<t.range[0]&&(t.range[0]=r[0],t.loc.start=(0,pe.getLineAndCharacterFor)(t.range[0],this.ast)),r[1]>t.range[1]&&(t.range[1]=r[1],t.loc.end=(0,pe.getLineAndCharacterFor)(t.range[1],this.ast))}assertModuleSpecifier(t,r){var a;!r&&t.moduleSpecifier==null&&Ne(this,Pe,"m",br).call(this,t,"Module specifier must be a string literal."),t.moduleSpecifier&&((a=t.moduleSpecifier)==null?void 0:a.kind)!==E.StringLiteral&&Ne(this,Pe,"m",br).call(this,t.moduleSpecifier,"Module specifier must be a string literal.")}convertNode(t,r){var a,_,p,d,h;switch(t.kind){case E.SourceFile:return this.createNode(t,{type:J.AST_NODE_TYPES.Program,body:this.convertBodyExpressions(t.statements,t),comments:void 0,range:[t.getStart(this.ast),t.endOfFileToken.end],sourceType:t.externalModuleIndicator?"module":"script",tokens:void 0});case E.Block:return this.createNode(t,{type:J.AST_NODE_TYPES.BlockStatement,body:this.convertBodyExpressions(t.statements,t)});case E.Identifier:return(0,pe.isThisInTypeQuery)(t)?this.createNode(t,{type:J.AST_NODE_TYPES.ThisExpression}):this.createNode(t,{type:J.AST_NODE_TYPES.Identifier,decorators:[],name:t.text,optional:!1,typeAnnotation:void 0});case E.PrivateIdentifier:return this.createNode(t,{type:J.AST_NODE_TYPES.PrivateIdentifier,name:t.text.slice(1)});case E.WithStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.WithStatement,object:this.convertChild(t.expression),body:this.convertChild(t.statement)});case E.ReturnStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ReturnStatement,argument:this.convertChild(t.expression)});case E.LabeledStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.LabeledStatement,label:this.convertChild(t.label),body:this.convertChild(t.statement)});case E.ContinueStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ContinueStatement,label:this.convertChild(t.label)});case E.BreakStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.BreakStatement,label:this.convertChild(t.label)});case E.IfStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.IfStatement,test:this.convertChild(t.expression),consequent:this.convertChild(t.thenStatement),alternate:this.convertChild(t.elseStatement)});case E.SwitchStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.SwitchStatement,discriminant:this.convertChild(t.expression),cases:t.caseBlock.clauses.map(l=>this.convertChild(l))});case E.CaseClause:case E.DefaultClause:return this.createNode(t,{type:J.AST_NODE_TYPES.SwitchCase,test:t.kind===E.CaseClause?this.convertChild(t.expression):null,consequent:t.statements.map(l=>this.convertChild(l))});case E.ThrowStatement:return t.expression.end===t.expression.pos&&Ne(this,Pe,"m",br).call(this,t,"A throw statement must throw an expression."),this.createNode(t,{type:J.AST_NODE_TYPES.ThrowStatement,argument:this.convertChild(t.expression)});case E.TryStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.TryStatement,block:this.convertChild(t.tryBlock),handler:this.convertChild(t.catchClause),finalizer:this.convertChild(t.finallyBlock)});case E.CatchClause:return this.createNode(t,{type:J.AST_NODE_TYPES.CatchClause,param:t.variableDeclaration?this.convertBindingNameWithTypeAnnotation(t.variableDeclaration.name,t.variableDeclaration.type):null,body:this.convertChild(t.block)});case E.WhileStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.WhileStatement,test:this.convertChild(t.expression),body:this.convertChild(t.statement)});case E.DoStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.DoWhileStatement,test:this.convertChild(t.expression),body:this.convertChild(t.statement)});case E.ForStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ForStatement,init:this.convertChild(t.initializer),test:this.convertChild(t.condition),update:this.convertChild(t.incrementor),body:this.convertChild(t.statement)});case E.ForInStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ForInStatement,left:this.convertPattern(t.initializer),right:this.convertChild(t.expression),body:this.convertChild(t.statement)});case E.ForOfStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ForOfStatement,left:this.convertPattern(t.initializer),right:this.convertChild(t.expression),body:this.convertChild(t.statement),await:!!(t.awaitModifier&&t.awaitModifier.kind===E.AwaitKeyword)});case E.FunctionDeclaration:{let l=(0,pe.hasModifier)(E.DeclareKeyword,t),v=this.createNode(t,{type:l||!t.body?J.AST_NODE_TYPES.TSDeclareFunction:J.AST_NODE_TYPES.FunctionDeclaration,async:(0,pe.hasModifier)(E.AsyncKeyword,t),body:this.convertChild(t.body)||void 0,declare:l,expression:!1,generator:!!t.asteriskToken,id:this.convertChild(t.name),params:this.convertParameters(t.parameters),returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});return this.fixExports(t,v)}case E.VariableDeclaration:return this.createNode(t,{type:J.AST_NODE_TYPES.VariableDeclarator,definite:!!t.exclamationToken,id:this.convertBindingNameWithTypeAnnotation(t.name,t.type,t),init:this.convertChild(t.initializer)});case E.VariableStatement:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.VariableDeclaration,declarations:t.declarationList.declarations.map(v=>this.convertChild(v)),declare:(0,pe.hasModifier)(E.DeclareKeyword,t),kind:(0,pe.getDeclarationKind)(t.declarationList)});return l.declarations.length||Ne(this,Pe,"m",br).call(this,t,"A variable declaration list must have at least one variable declarator."),(l.kind==="using"||l.kind==="await using")&&t.declarationList.declarations.forEach((v,y)=>{l.declarations[y].init==null&&Ne(this,Pe,"m",st).call(this,v,`'${l.kind}' declarations must be initialized.`),l.declarations[y].id.type!==J.AST_NODE_TYPES.Identifier&&Ne(this,Pe,"m",st).call(this,v.name,`'${l.kind}' declarations may not have binding patterns.`)}),this.fixExports(t,l)}case E.VariableDeclarationList:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.VariableDeclaration,declarations:t.declarations.map(v=>this.convertChild(v)),declare:!1,kind:(0,pe.getDeclarationKind)(t)});return(l.kind==="using"||l.kind==="await using")&&t.declarations.forEach((v,y)=>{l.declarations[y].init!=null&&Ne(this,Pe,"m",st).call(this,v,`'${l.kind}' declarations may not be initialized in for statement.`),l.declarations[y].id.type!==J.AST_NODE_TYPES.Identifier&&Ne(this,Pe,"m",st).call(this,v.name,`'${l.kind}' declarations may not have binding patterns.`)}),l}case E.ExpressionStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.ExpressionStatement,directive:void 0,expression:this.convertChild(t.expression)});case E.ThisKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.ThisExpression});case E.ArrayLiteralExpression:return this.allowPattern?this.createNode(t,{type:J.AST_NODE_TYPES.ArrayPattern,decorators:[],elements:t.elements.map(l=>this.convertPattern(l)),optional:!1,typeAnnotation:void 0}):this.createNode(t,{type:J.AST_NODE_TYPES.ArrayExpression,elements:t.elements.map(l=>this.convertChild(l))});case E.ObjectLiteralExpression:{if(this.allowPattern)return this.createNode(t,{type:J.AST_NODE_TYPES.ObjectPattern,decorators:[],optional:!1,properties:t.properties.map(v=>this.convertPattern(v)),typeAnnotation:void 0});let l=[];for(let v of t.properties)(v.kind===E.GetAccessor||v.kind===E.SetAccessor||v.kind===E.MethodDeclaration)&&!v.body&&Ne(this,Pe,"m",br).call(this,v.end-1,"'{' expected."),l.push(this.convertChild(v));return this.createNode(t,{type:J.AST_NODE_TYPES.ObjectExpression,properties:l})}case E.PropertyAssignment:{let{questionToken:l,exclamationToken:v}=t;return l&&Ne(this,Pe,"m",st).call(this,l,"A property assignment cannot have a question token."),v&&Ne(this,Pe,"m",st).call(this,v,"A property assignment cannot have an exclamation token."),this.createNode(t,{type:J.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:this.converter(t.initializer,t,this.allowPattern),computed:(0,pe.isComputedProperty)(t.name),method:!1,optional:!1,shorthand:!1,kind:"init"})}case E.ShorthandPropertyAssignment:{let{modifiers:l,questionToken:v,exclamationToken:y}=t;return l&&Ne(this,Pe,"m",st).call(this,l[0],"A shorthand property assignment cannot have modifiers."),v&&Ne(this,Pe,"m",st).call(this,v,"A shorthand property assignment cannot have a question token."),y&&Ne(this,Pe,"m",st).call(this,y,"A shorthand property assignment cannot have an exclamation token."),t.objectAssignmentInitializer?this.createNode(t,{type:J.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:this.createNode(t,{type:J.AST_NODE_TYPES.AssignmentPattern,decorators:[],left:this.convertPattern(t.name),optional:!1,right:this.convertChild(t.objectAssignmentInitializer),typeAnnotation:void 0}),computed:!1,method:!1,optional:!1,shorthand:!0,kind:"init"}):this.createNode(t,{type:J.AST_NODE_TYPES.Property,computed:!1,key:this.convertChild(t.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.convertChild(t.name)})}case E.ComputedPropertyName:return this.convertChild(t.expression);case E.PropertyDeclaration:{let l=(0,pe.hasModifier)(E.AbstractKeyword,t);l&&t.initializer&&Ne(this,Pe,"m",st).call(this,t.initializer,"Abstract property cannot have an initializer.");let v=(0,pe.hasModifier)(E.AccessorKeyword,t),y=(()=>v?l?J.AST_NODE_TYPES.TSAbstractAccessorProperty:J.AST_NODE_TYPES.AccessorProperty:l?J.AST_NODE_TYPES.TSAbstractPropertyDefinition:J.AST_NODE_TYPES.PropertyDefinition)(),C=this.convertChild(t.name);return this.createNode(t,{type:y,key:C,accessibility:(0,pe.getTSNodeAccessibility)(t),value:l?null:this.convertChild(t.initializer),computed:(0,pe.isComputedProperty)(t.name),static:(0,pe.hasModifier)(E.StaticKeyword,t),readonly:(0,pe.hasModifier)(E.ReadonlyKeyword,t),decorators:((a=(0,Zi.getDecorators)(t))==null?void 0:a.map(S=>this.convertChild(S)))??[],declare:(0,pe.hasModifier)(E.DeclareKeyword,t),override:(0,pe.hasModifier)(E.OverrideKeyword,t),typeAnnotation:t.type&&this.convertTypeAnnotation(t.type,t),optional:(C.type===J.AST_NODE_TYPES.Literal||t.name.kind===E.Identifier||t.name.kind===E.ComputedPropertyName||t.name.kind===E.PrivateIdentifier)&&!!t.questionToken,definite:!!t.exclamationToken})}case E.GetAccessor:case E.SetAccessor:if(t.parent.kind===E.InterfaceDeclaration||t.parent.kind===E.TypeLiteral)return this.convertMethodSignature(t);case E.MethodDeclaration:{let l=this.createNode(t,{type:t.body?J.AST_NODE_TYPES.FunctionExpression:J.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,id:null,generator:!!t.asteriskToken,expression:!1,async:(0,pe.hasModifier)(E.AsyncKeyword,t),body:this.convertChild(t.body),declare:!1,range:[t.parameters.pos-1,t.end],params:[],returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});l.typeParameters&&this.fixParentLocation(l,l.typeParameters.range);let v;if(r.kind===E.ObjectLiteralExpression)l.params=t.parameters.map(y=>this.convertChild(y)),v=this.createNode(t,{type:J.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:l,computed:(0,pe.isComputedProperty)(t.name),optional:!!t.questionToken,method:t.kind===E.MethodDeclaration,shorthand:!1,kind:"init"});else{l.params=this.convertParameters(t.parameters);let y=(0,pe.hasModifier)(E.AbstractKeyword,t)?J.AST_NODE_TYPES.TSAbstractMethodDefinition:J.AST_NODE_TYPES.MethodDefinition;v=this.createNode(t,{type:y,accessibility:(0,pe.getTSNodeAccessibility)(t),computed:(0,pe.isComputedProperty)(t.name),decorators:((_=(0,Zi.getDecorators)(t))==null?void 0:_.map(C=>this.convertChild(C)))??[],key:this.convertChild(t.name),kind:"method",optional:!!t.questionToken,override:(0,pe.hasModifier)(E.OverrideKeyword,t),static:(0,pe.hasModifier)(E.StaticKeyword,t),value:l})}return t.kind===E.GetAccessor?v.kind="get":t.kind===E.SetAccessor?v.kind="set":!v.static&&t.name.kind===E.StringLiteral&&t.name.text==="constructor"&&v.type!==J.AST_NODE_TYPES.Property&&(v.kind="constructor"),v}case E.Constructor:{let l=(0,pe.getLastModifier)(t),v=(l&&(0,pe.findNextToken)(l,t,this.ast))??t.getFirstToken(),y=this.createNode(t,{type:t.body?J.AST_NODE_TYPES.FunctionExpression:J.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,async:!1,body:this.convertChild(t.body),declare:!1,expression:!1,generator:!1,id:null,params:this.convertParameters(t.parameters),range:[t.parameters.pos-1,t.end],returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});y.typeParameters&&this.fixParentLocation(y,y.typeParameters.range);let C=this.createNode(t,{type:J.AST_NODE_TYPES.Identifier,decorators:[],name:"constructor",optional:!1,range:[v.getStart(this.ast),v.end],typeAnnotation:void 0}),S=(0,pe.hasModifier)(E.StaticKeyword,t);return this.createNode(t,{type:(0,pe.hasModifier)(E.AbstractKeyword,t)?J.AST_NODE_TYPES.TSAbstractMethodDefinition:J.AST_NODE_TYPES.MethodDefinition,accessibility:(0,pe.getTSNodeAccessibility)(t),computed:!1,decorators:[],optional:!1,key:C,kind:S?"method":"constructor",override:!1,static:S,value:y})}case E.FunctionExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.FunctionExpression,async:(0,pe.hasModifier)(E.AsyncKeyword,t),body:this.convertChild(t.body),declare:!1,expression:!1,generator:!!t.asteriskToken,id:this.convertChild(t.name),params:this.convertParameters(t.parameters),returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});case E.SuperKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.Super});case E.ArrayBindingPattern:return this.createNode(t,{type:J.AST_NODE_TYPES.ArrayPattern,decorators:[],elements:t.elements.map(l=>this.convertPattern(l)),optional:!1,typeAnnotation:void 0});case E.OmittedExpression:return null;case E.ObjectBindingPattern:return this.createNode(t,{type:J.AST_NODE_TYPES.ObjectPattern,decorators:[],optional:!1,properties:t.elements.map(l=>this.convertPattern(l)),typeAnnotation:void 0});case E.BindingElement:{if(r.kind===E.ArrayBindingPattern){let v=this.convertChild(t.name,r);return t.initializer?this.createNode(t,{type:J.AST_NODE_TYPES.AssignmentPattern,decorators:[],left:v,optional:!1,right:this.convertChild(t.initializer),typeAnnotation:void 0}):t.dotDotDotToken?this.createNode(t,{type:J.AST_NODE_TYPES.RestElement,argument:v,decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):v}let l;return t.dotDotDotToken?l=this.createNode(t,{type:J.AST_NODE_TYPES.RestElement,argument:this.convertChild(t.propertyName??t.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):l=this.createNode(t,{type:J.AST_NODE_TYPES.Property,key:this.convertChild(t.propertyName??t.name),value:this.convertChild(t.name),computed:!!(t.propertyName&&t.propertyName.kind===E.ComputedPropertyName),method:!1,optional:!1,shorthand:!t.propertyName,kind:"init"}),t.initializer&&(l.value=this.createNode(t,{type:J.AST_NODE_TYPES.AssignmentPattern,decorators:[],left:this.convertChild(t.name),optional:!1,range:[t.name.getStart(this.ast),t.initializer.end],right:this.convertChild(t.initializer),typeAnnotation:void 0})),l}case E.ArrowFunction:return this.createNode(t,{type:J.AST_NODE_TYPES.ArrowFunctionExpression,generator:!1,id:null,params:this.convertParameters(t.parameters),body:this.convertChild(t.body),async:(0,pe.hasModifier)(E.AsyncKeyword,t),expression:t.body.kind!==E.Block,returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});case E.YieldExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.YieldExpression,delegate:!!t.asteriskToken,argument:this.convertChild(t.expression)});case E.AwaitExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.AwaitExpression,argument:this.convertChild(t.expression)});case E.NoSubstitutionTemplateLiteral:return this.createNode(t,{type:J.AST_NODE_TYPES.TemplateLiteral,quasis:[this.createNode(t,{type:J.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(t.getStart(this.ast)+1,t.end-1),cooked:t.text},tail:!0})],expressions:[]});case E.TemplateExpression:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TemplateLiteral,quasis:[this.convertChild(t.head)],expressions:[]});return t.templateSpans.forEach(v=>{l.expressions.push(this.convertChild(v.expression)),l.quasis.push(this.convertChild(v.literal))}),l}case E.TaggedTemplateExpression:return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.TaggedTemplateExpression,typeArguments:t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t),tag:this.convertChild(t.tag),quasi:this.convertChild(t.template)},"typeParameters","typeArguments"));case E.TemplateHead:case E.TemplateMiddle:case E.TemplateTail:{let l=t.kind===E.TemplateTail;return this.createNode(t,{type:J.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(t.getStart(this.ast)+1,t.end-(l?1:2)),cooked:t.text},tail:l})}case E.SpreadAssignment:case E.SpreadElement:return this.allowPattern?this.createNode(t,{type:J.AST_NODE_TYPES.RestElement,argument:this.convertPattern(t.expression),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):this.createNode(t,{type:J.AST_NODE_TYPES.SpreadElement,argument:this.convertChild(t.expression)});case E.Parameter:{let l,v;return t.dotDotDotToken?l=v=this.createNode(t,{type:J.AST_NODE_TYPES.RestElement,argument:this.convertChild(t.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):t.initializer?(l=this.convertChild(t.name),v=this.createNode(t,{type:J.AST_NODE_TYPES.AssignmentPattern,decorators:[],left:l,optional:!1,right:this.convertChild(t.initializer),typeAnnotation:void 0}),(0,Zi.getModifiers)(t)&&(v.range[0]=l.range[0],v.loc=(0,pe.getLocFor)(v.range,this.ast))):l=v=this.convertChild(t.name,r),t.type&&(l.typeAnnotation=this.convertTypeAnnotation(t.type,t),this.fixParentLocation(l,l.typeAnnotation.range)),t.questionToken&&(t.questionToken.end>l.range[1]&&(l.range[1]=t.questionToken.end,l.loc.end=(0,pe.getLineAndCharacterFor)(l.range[1],this.ast)),l.optional=!0),(0,Zi.getModifiers)(t)?this.createNode(t,{type:J.AST_NODE_TYPES.TSParameterProperty,accessibility:(0,pe.getTSNodeAccessibility)(t),decorators:[],override:(0,pe.hasModifier)(E.OverrideKeyword,t),parameter:v,readonly:(0,pe.hasModifier)(E.ReadonlyKeyword,t),static:(0,pe.hasModifier)(E.StaticKeyword,t)}):v}case E.ClassDeclaration:!t.name&&(!(0,pe.hasModifier)(_t.SyntaxKind.ExportKeyword,t)||!(0,pe.hasModifier)(_t.SyntaxKind.DefaultKeyword,t))&&Ne(this,Pe,"m",br).call(this,t,"A class declaration without the 'default' modifier must have a name.");case E.ClassExpression:{let l=t.heritageClauses??[],v=t.kind===E.ClassDeclaration?J.AST_NODE_TYPES.ClassDeclaration:J.AST_NODE_TYPES.ClassExpression,y,C;for(let k of l){let{token:L,types:G}=k;G.length===0&&Ne(this,Pe,"m",br).call(this,k,`'${_t.tokenToString(L)}' list cannot be empty.`),L===E.ExtendsKeyword?(y&&Ne(this,Pe,"m",br).call(this,k,"'extends' clause already seen."),C&&Ne(this,Pe,"m",br).call(this,k,"'extends' clause must precede 'implements' clause."),G.length>1&&Ne(this,Pe,"m",br).call(this,G[1],"Classes can only extend a single class."),y??(y=k)):L===E.ImplementsKeyword&&(C&&Ne(this,Pe,"m",br).call(this,k,"'implements' clause already seen."),C??(C=k))}let S=this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:v,abstract:(0,pe.hasModifier)(E.AbstractKeyword,t),body:this.createNode(t,{type:J.AST_NODE_TYPES.ClassBody,body:t.members.filter(pe.isESTreeClassMember).map(k=>this.convertChild(k)),range:[t.members.pos-1,t.end]}),declare:(0,pe.hasModifier)(E.DeclareKeyword,t),decorators:((p=(0,Zi.getDecorators)(t))==null?void 0:p.map(k=>this.convertChild(k)))??[],id:this.convertChild(t.name),implements:(C==null?void 0:C.types.map(k=>this.convertChild(k)))??[],superClass:y!=null&&y.types[0]?this.convertChild(y.types[0].expression):null,superTypeArguments:void 0,typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)},"superTypeParameters","superTypeArguments"));return(d=y==null?void 0:y.types[0])!=null&&d.typeArguments&&(S.superTypeArguments=this.convertTypeArgumentsToTypeParameterInstantiation(y.types[0].typeArguments,y.types[0])),this.fixExports(t,S)}case E.ModuleBlock:return this.createNode(t,{type:J.AST_NODE_TYPES.TSModuleBlock,body:this.convertBodyExpressions(t.statements,t)});case E.ImportDeclaration:{this.assertModuleSpecifier(t,!1);let l=this.createNode(t,{type:J.AST_NODE_TYPES.ImportDeclaration,source:this.convertChild(t.moduleSpecifier),specifiers:[],importKind:"value",assertions:this.convertAssertClasue(t.assertClause)});if(t.importClause&&(t.importClause.isTypeOnly&&(l.importKind="type"),t.importClause.name&&l.specifiers.push(this.convertChild(t.importClause)),t.importClause.namedBindings))switch(t.importClause.namedBindings.kind){case E.NamespaceImport:l.specifiers.push(this.convertChild(t.importClause.namedBindings));break;case E.NamedImports:l.specifiers=l.specifiers.concat(t.importClause.namedBindings.elements.map(v=>this.convertChild(v)));break}return l}case E.NamespaceImport:return this.createNode(t,{type:J.AST_NODE_TYPES.ImportNamespaceSpecifier,local:this.convertChild(t.name)});case E.ImportSpecifier:return this.createNode(t,{type:J.AST_NODE_TYPES.ImportSpecifier,local:this.convertChild(t.name),imported:this.convertChild(t.propertyName??t.name),importKind:t.isTypeOnly?"type":"value"});case E.ImportClause:{let l=this.convertChild(t.name);return this.createNode(t,{type:J.AST_NODE_TYPES.ImportDefaultSpecifier,local:l,range:l.range})}case E.ExportDeclaration:return((h=t.exportClause)==null?void 0:h.kind)===E.NamedExports?(this.assertModuleSpecifier(t,!0),this.createNode(t,{type:J.AST_NODE_TYPES.ExportNamedDeclaration,source:this.convertChild(t.moduleSpecifier),specifiers:t.exportClause.elements.map(l=>this.convertChild(l)),exportKind:t.isTypeOnly?"type":"value",declaration:null,assertions:this.convertAssertClasue(t.assertClause)})):(this.assertModuleSpecifier(t,!1),this.createNode(t,{type:J.AST_NODE_TYPES.ExportAllDeclaration,source:this.convertChild(t.moduleSpecifier),exportKind:t.isTypeOnly?"type":"value",exported:t.exportClause&&t.exportClause.kind===E.NamespaceExport?this.convertChild(t.exportClause.name):null,assertions:this.convertAssertClasue(t.assertClause)}));case E.ExportSpecifier:return this.createNode(t,{type:J.AST_NODE_TYPES.ExportSpecifier,local:this.convertChild(t.propertyName??t.name),exported:this.convertChild(t.name),exportKind:t.isTypeOnly?"type":"value"});case E.ExportAssignment:return t.isExportEquals?this.createNode(t,{type:J.AST_NODE_TYPES.TSExportAssignment,expression:this.convertChild(t.expression)}):this.createNode(t,{type:J.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:this.convertChild(t.expression),exportKind:"value"});case E.PrefixUnaryExpression:case E.PostfixUnaryExpression:{let l=(0,pe.getTextForTokenKind)(t.operator);return l==="++"||l==="--"?this.createNode(t,{type:J.AST_NODE_TYPES.UpdateExpression,operator:l,prefix:t.kind===E.PrefixUnaryExpression,argument:this.convertChild(t.operand)}):this.createNode(t,{type:J.AST_NODE_TYPES.UnaryExpression,operator:l,prefix:t.kind===E.PrefixUnaryExpression,argument:this.convertChild(t.operand)})}case E.DeleteExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.UnaryExpression,operator:"delete",prefix:!0,argument:this.convertChild(t.expression)});case E.VoidExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.UnaryExpression,operator:"void",prefix:!0,argument:this.convertChild(t.expression)});case E.TypeOfExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.UnaryExpression,operator:"typeof",prefix:!0,argument:this.convertChild(t.expression)});case E.TypeOperator:return this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeOperator,operator:(0,pe.getTextForTokenKind)(t.operator),typeAnnotation:this.convertChild(t.type)});case E.BinaryExpression:{if((0,pe.isComma)(t.operatorToken)){let v=this.createNode(t,{type:J.AST_NODE_TYPES.SequenceExpression,expressions:[]}),y=this.convertChild(t.left);return y.type===J.AST_NODE_TYPES.SequenceExpression&&t.left.kind!==E.ParenthesizedExpression?v.expressions=v.expressions.concat(y.expressions):v.expressions.push(y),v.expressions.push(this.convertChild(t.right)),v}let l=(0,pe.getBinaryExpressionType)(t.operatorToken);return this.allowPattern&&l.type===J.AST_NODE_TYPES.AssignmentExpression?this.createNode(t,{type:J.AST_NODE_TYPES.AssignmentPattern,decorators:[],left:this.convertPattern(t.left,t),optional:!1,right:this.convertChild(t.right),typeAnnotation:void 0}):this.createNode(t,{...l,left:this.converter(t.left,t,l.type===J.AST_NODE_TYPES.AssignmentExpression),right:this.convertChild(t.right)})}case E.PropertyAccessExpression:{let l=this.convertChild(t.expression),v=this.convertChild(t.name),y=!1,C=this.createNode(t,{type:J.AST_NODE_TYPES.MemberExpression,object:l,property:v,computed:y,optional:t.questionDotToken!==void 0});return this.convertChainExpression(C,t)}case E.ElementAccessExpression:{let l=this.convertChild(t.expression),v=this.convertChild(t.argumentExpression),y=!0,C=this.createNode(t,{type:J.AST_NODE_TYPES.MemberExpression,object:l,property:v,computed:y,optional:t.questionDotToken!==void 0});return this.convertChainExpression(C,t)}case E.CallExpression:{if(t.expression.kind===E.ImportKeyword)return t.arguments.length!==1&&t.arguments.length!==2&&Ne(this,Pe,"m",br).call(this,t.arguments[2]??t,"Dynamic import requires exactly one or two arguments."),this.createNode(t,{type:J.AST_NODE_TYPES.ImportExpression,source:this.convertChild(t.arguments[0]),attributes:t.arguments[1]?this.convertChild(t.arguments[1]):null});let l=this.convertChild(t.expression),v=t.arguments.map(S=>this.convertChild(S)),y=t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t),C=this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.CallExpression,callee:l,arguments:v,optional:t.questionDotToken!==void 0,typeArguments:y},"typeParameters","typeArguments"));return this.convertChainExpression(C,t)}case E.NewExpression:{let l=t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t);return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.NewExpression,arguments:t.arguments?t.arguments.map(v=>this.convertChild(v)):[],callee:this.convertChild(t.expression),typeArguments:l},"typeParameters","typeArguments"))}case E.ConditionalExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.ConditionalExpression,test:this.convertChild(t.condition),consequent:this.convertChild(t.whenTrue),alternate:this.convertChild(t.whenFalse)});case E.MetaProperty:return this.createNode(t,{type:J.AST_NODE_TYPES.MetaProperty,meta:this.createNode(t.getFirstToken(),{type:J.AST_NODE_TYPES.Identifier,decorators:[],name:(0,pe.getTextForTokenKind)(t.keywordToken),optional:!1,typeAnnotation:void 0}),property:this.convertChild(t.name)});case E.Decorator:return this.createNode(t,{type:J.AST_NODE_TYPES.Decorator,expression:this.convertChild(t.expression)});case E.StringLiteral:return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:r.kind===E.JsxAttribute?(0,pe.unescapeStringLiteralText)(t.text):t.text,raw:t.getText()});case E.NumericLiteral:return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:Number(t.text),raw:t.getText()});case E.BigIntLiteral:{let l=(0,pe.getRange)(t,this.ast),v=this.ast.text.slice(l[0],l[1]),y=v.slice(0,-1).replace(/_/g,""),C=typeof BigInt<"u"?BigInt(y):null;return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,raw:v,value:C,bigint:C==null?y:String(C),range:l})}case E.RegularExpressionLiteral:{let l=t.text.slice(1,t.text.lastIndexOf("/")),v=t.text.slice(t.text.lastIndexOf("/")+1),y=null;try{y=new RegExp(l,v)}catch{}return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:y,raw:t.text,regex:{pattern:l,flags:v}})}case E.TrueKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:!0,raw:"true"});case E.FalseKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:!1,raw:"false"});case E.NullKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.Literal,value:null,raw:"null"});case E.EmptyStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.EmptyStatement});case E.DebuggerStatement:return this.createNode(t,{type:J.AST_NODE_TYPES.DebuggerStatement});case E.JsxElement:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXElement,openingElement:this.convertChild(t.openingElement),closingElement:this.convertChild(t.closingElement),children:t.children.map(l=>this.convertChild(l))});case E.JsxFragment:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXFragment,openingFragment:this.convertChild(t.openingFragment),closingFragment:this.convertChild(t.closingFragment),children:t.children.map(l=>this.convertChild(l))});case E.JsxSelfClosingElement:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXElement,openingElement:this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.JSXOpeningElement,typeArguments:t.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t):void 0,selfClosing:!0,name:this.convertJSXTagName(t.tagName,t),attributes:t.attributes.properties.map(l=>this.convertChild(l)),range:(0,pe.getRange)(t,this.ast)},"typeParameters","typeArguments")),closingElement:null,children:[]});case E.JsxOpeningElement:return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.JSXOpeningElement,typeArguments:t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t),selfClosing:!1,name:this.convertJSXTagName(t.tagName,t),attributes:t.attributes.properties.map(l=>this.convertChild(l))},"typeParameters","typeArguments"));case E.JsxClosingElement:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXClosingElement,name:this.convertJSXTagName(t.tagName,t)});case E.JsxOpeningFragment:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXOpeningFragment});case E.JsxClosingFragment:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXClosingFragment});case E.JsxExpression:{let l=t.expression?this.convertChild(t.expression):this.createNode(t,{type:J.AST_NODE_TYPES.JSXEmptyExpression,range:[t.getStart(this.ast)+1,t.getEnd()-1]});return t.dotDotDotToken?this.createNode(t,{type:J.AST_NODE_TYPES.JSXSpreadChild,expression:l}):this.createNode(t,{type:J.AST_NODE_TYPES.JSXExpressionContainer,expression:l})}case E.JsxAttribute:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(t.name),value:this.convertChild(t.initializer)});case E.JsxText:{let l=t.getFullStart(),v=t.getEnd(),y=this.ast.text.slice(l,v);return this.createNode(t,{type:J.AST_NODE_TYPES.JSXText,value:(0,pe.unescapeStringLiteralText)(y),raw:y,range:[l,v]})}case E.JsxSpreadAttribute:return this.createNode(t,{type:J.AST_NODE_TYPES.JSXSpreadAttribute,argument:this.convertChild(t.expression)});case E.QualifiedName:return this.createNode(t,{type:J.AST_NODE_TYPES.TSQualifiedName,left:this.convertChild(t.left),right:this.convertChild(t.right)});case E.TypeReference:return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.TSTypeReference,typeName:this.convertChild(t.typeName),typeArguments:t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t)},"typeParameters","typeArguments"));case E.TypeParameter:return this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeParameter,name:this.convertChild(t.name),constraint:t.constraint&&this.convertChild(t.constraint),default:t.default?this.convertChild(t.default):void 0,in:(0,pe.hasModifier)(E.InKeyword,t),out:(0,pe.hasModifier)(E.OutKeyword,t),const:(0,pe.hasModifier)(E.ConstKeyword,t)});case E.ThisType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSThisType});case E.AnyKeyword:case E.BigIntKeyword:case E.BooleanKeyword:case E.NeverKeyword:case E.NumberKeyword:case E.ObjectKeyword:case E.StringKeyword:case E.SymbolKeyword:case E.UnknownKeyword:case E.VoidKeyword:case E.UndefinedKeyword:case E.IntrinsicKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES[`TS${E[t.kind]}`]});case E.NonNullExpression:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSNonNullExpression,expression:this.convertChild(t.expression)});return this.convertChainExpression(l,t)}case E.TypeLiteral:return this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeLiteral,members:t.members.map(l=>this.convertChild(l))});case E.ArrayType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSArrayType,elementType:this.convertChild(t.elementType)});case E.IndexedAccessType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSIndexedAccessType,objectType:this.convertChild(t.objectType),indexType:this.convertChild(t.indexType)});case E.ConditionalType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSConditionalType,checkType:this.convertChild(t.checkType),extendsType:this.convertChild(t.extendsType),trueType:this.convertChild(t.trueType),falseType:this.convertChild(t.falseType)});case E.TypeQuery:return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.TSTypeQuery,exprName:this.convertChild(t.exprName),typeArguments:t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t)},"typeParameters","typeArguments"));case E.MappedType:return t.members&&t.members.length>0&&Ne(this,Pe,"m",br).call(this,t.members[0],"A mapped type may not declare properties or methods."),this.createNode(t,{type:J.AST_NODE_TYPES.TSMappedType,nameType:this.convertChild(t.nameType)??null,optional:t.questionToken&&(t.questionToken.kind===E.QuestionToken||(0,pe.getTextForTokenKind)(t.questionToken.kind)),readonly:t.readonlyToken&&(t.readonlyToken.kind===E.ReadonlyKeyword||(0,pe.getTextForTokenKind)(t.readonlyToken.kind)),typeAnnotation:t.type&&this.convertChild(t.type),typeParameter:this.convertChild(t.typeParameter)});case E.ParenthesizedExpression:return this.convertChild(t.expression,r);case E.TypeAliasDeclaration:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeAliasDeclaration,declare:(0,pe.hasModifier)(E.DeclareKeyword,t),id:this.convertChild(t.name),typeAnnotation:this.convertChild(t.type),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});return this.fixExports(t,l)}case E.MethodSignature:return this.convertMethodSignature(t);case E.PropertySignature:{let{initializer:l}=t;return l&&Ne(this,Pe,"m",st).call(this,l,"A property signature cannot have an initializer."),this.createNode(t,{type:J.AST_NODE_TYPES.TSPropertySignature,accessibility:(0,pe.getTSNodeAccessibility)(t),computed:(0,pe.isComputedProperty)(t.name),key:this.convertChild(t.name),optional:(0,pe.isOptional)(t),readonly:(0,pe.hasModifier)(E.ReadonlyKeyword,t),static:(0,pe.hasModifier)(E.StaticKeyword,t),typeAnnotation:t.type&&this.convertTypeAnnotation(t.type,t)})}case E.IndexSignature:return this.createNode(t,{type:J.AST_NODE_TYPES.TSIndexSignature,accessibility:(0,pe.getTSNodeAccessibility)(t),parameters:t.parameters.map(l=>this.convertChild(l)),readonly:(0,pe.hasModifier)(E.ReadonlyKeyword,t),static:(0,pe.hasModifier)(E.StaticKeyword,t),typeAnnotation:t.type&&this.convertTypeAnnotation(t.type,t)});case E.ConstructorType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSConstructorType,abstract:(0,pe.hasModifier)(E.AbstractKeyword,t),params:this.convertParameters(t.parameters),returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});case E.FunctionType:{let{modifiers:l}=t;l&&Ne(this,Pe,"m",st).call(this,l[0],"A function type cannot have modifiers.")}case E.ConstructSignature:case E.CallSignature:{let l=t.kind===E.ConstructSignature?J.AST_NODE_TYPES.TSConstructSignatureDeclaration:t.kind===E.CallSignature?J.AST_NODE_TYPES.TSCallSignatureDeclaration:J.AST_NODE_TYPES.TSFunctionType;return this.createNode(t,{type:l,params:this.convertParameters(t.parameters),returnType:t.type&&this.convertTypeAnnotation(t.type,t),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)})}case E.ExpressionWithTypeArguments:{let l=r.kind,v=l===E.InterfaceDeclaration?J.AST_NODE_TYPES.TSInterfaceHeritage:l===E.HeritageClause?J.AST_NODE_TYPES.TSClassImplements:J.AST_NODE_TYPES.TSInstantiationExpression;return this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:v,expression:this.convertChild(t.expression),typeArguments:t.typeArguments&&this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t)},"typeParameters","typeArguments"))}case E.InterfaceDeclaration:{let l=t.heritageClauses??[],v=[];for(let C of l){C.token!==E.ExtendsKeyword&&Ne(this,Pe,"m",st).call(this,C,C.token===E.ImplementsKeyword?"Interface declaration cannot have 'implements' clause.":"Unexpected token.");for(let S of C.types)v.push(this.convertChild(S,t))}let y=this.createNode(t,{type:J.AST_NODE_TYPES.TSInterfaceDeclaration,body:this.createNode(t,{type:J.AST_NODE_TYPES.TSInterfaceBody,body:t.members.map(C=>this.convertChild(C)),range:[t.members.pos-1,t.end]}),declare:(0,pe.hasModifier)(E.DeclareKeyword,t),extends:v,id:this.convertChild(t.name),typeParameters:t.typeParameters&&this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)});return this.fixExports(t,y)}case E.TypePredicate:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSTypePredicate,asserts:t.assertsModifier!==void 0,parameterName:this.convertChild(t.parameterName),typeAnnotation:null});return t.type&&(l.typeAnnotation=this.convertTypeAnnotation(t.type,t),l.typeAnnotation.loc=l.typeAnnotation.typeAnnotation.loc,l.typeAnnotation.range=l.typeAnnotation.typeAnnotation.range),l}case E.ImportType:{let l=(0,pe.getRange)(t,this.ast);if(t.isTypeOf){let y=(0,pe.findNextToken)(t.getFirstToken(),t,this.ast);l[0]=y.getStart(this.ast)}let v=this.createNode(t,Ne(this,Pe,"m",oi).call(this,{type:J.AST_NODE_TYPES.TSImportType,argument:this.convertChild(t.argument),qualifier:this.convertChild(t.qualifier),typeArguments:t.typeArguments?this.convertTypeArgumentsToTypeParameterInstantiation(t.typeArguments,t):null,range:l},"typeParameters","typeArguments"));return t.isTypeOf?this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeQuery,exprName:v,typeArguments:void 0,typeParameters:void 0}):v}case E.EnumDeclaration:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSEnumDeclaration,const:(0,pe.hasModifier)(E.ConstKeyword,t),declare:(0,pe.hasModifier)(E.DeclareKeyword,t),id:this.convertChild(t.name),members:t.members.map(v=>this.convertChild(v))});return this.fixExports(t,l)}case E.EnumMember:return this.createNode(t,{type:J.AST_NODE_TYPES.TSEnumMember,computed:t.name.kind===_t.SyntaxKind.ComputedPropertyName,id:this.convertChild(t.name),initializer:t.initializer&&this.convertChild(t.initializer)});case E.ModuleDeclaration:{let l=(0,pe.hasModifier)(E.DeclareKeyword,t),v=this.createNode(t,{type:J.AST_NODE_TYPES.TSModuleDeclaration,...(()=>{if(t.flags&_t.NodeFlags.GlobalAugmentation){let C=this.convertChild(t.name),S=this.convertChild(t.body);return(S==null||S.type===J.AST_NODE_TYPES.TSModuleDeclaration)&&Ne(this,Pe,"m",br).call(this,t.body??t,"Expected a valid module body"),C.type!==J.AST_NODE_TYPES.Identifier&&Ne(this,Pe,"m",br).call(this,t.name,"global module augmentation must have an Identifier id"),{kind:"global",body:S,declare:!1,global:!1,id:C}}if(!(t.flags&_t.NodeFlags.Namespace)){let C=this.convertChild(t.body);return{kind:"module",...C!=null?{body:C}:{},declare:!1,global:!1,id:this.convertChild(t.name)}}t.body==null&&Ne(this,Pe,"m",br).call(this,t,"Expected a module body"),t.name.kind!==_t.SyntaxKind.Identifier&&Ne(this,Pe,"m",br).call(this,t.name,"`namespace`s must have an Identifier id");let y=this.createNode(t.name,{decorators:[],name:t.name.text,optional:!1,range:[t.name.getStart(this.ast),t.name.getEnd()],type:J.AST_NODE_TYPES.Identifier,typeAnnotation:void 0});for(;t.body&&_t.isModuleDeclaration(t.body)&&t.body.name;){t=t.body,l||(l=(0,pe.hasModifier)(E.DeclareKeyword,t));let C=t.name,S=this.createNode(C,{decorators:[],name:C.text,optional:!1,range:[C.getStart(this.ast),C.getEnd()],type:J.AST_NODE_TYPES.Identifier,typeAnnotation:void 0});y=this.createNode(C,{left:y,right:S,range:[y.range[0],S.range[1]],type:J.AST_NODE_TYPES.TSQualifiedName})}return{kind:"namespace",body:this.convertChild(t.body),declare:!1,global:!1,id:y}})()});return v.declare=l,t.flags&_t.NodeFlags.GlobalAugmentation&&(v.global=!0),this.fixExports(t,v)}case E.ParenthesizedType:return this.convertChild(t.type);case E.UnionType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSUnionType,types:t.types.map(l=>this.convertChild(l))});case E.IntersectionType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSIntersectionType,types:t.types.map(l=>this.convertChild(l))});case E.AsExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.TSAsExpression,expression:this.convertChild(t.expression),typeAnnotation:this.convertChild(t.type)});case E.InferType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSInferType,typeParameter:this.convertChild(t.typeParameter)});case E.LiteralType:return t.literal.kind===E.NullKeyword?this.createNode(t.literal,{type:J.AST_NODE_TYPES.TSNullKeyword}):this.createNode(t,{type:J.AST_NODE_TYPES.TSLiteralType,literal:this.convertChild(t.literal)});case E.TypeAssertionExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.TSTypeAssertion,typeAnnotation:this.convertChild(t.type),expression:this.convertChild(t.expression)});case E.ImportEqualsDeclaration:return this.fixExports(t,this.createNode(t,{type:J.AST_NODE_TYPES.TSImportEqualsDeclaration,id:this.convertChild(t.name),importKind:t.isTypeOnly?"type":"value",moduleReference:this.convertChild(t.moduleReference)}));case E.ExternalModuleReference:return this.createNode(t,{type:J.AST_NODE_TYPES.TSExternalModuleReference,expression:this.convertChild(t.expression)});case E.NamespaceExportDeclaration:return this.createNode(t,{type:J.AST_NODE_TYPES.TSNamespaceExportDeclaration,id:this.convertChild(t.name)});case E.AbstractKeyword:return this.createNode(t,{type:J.AST_NODE_TYPES.TSAbstractKeyword});case E.TupleType:{let l="elementTypes"in t?t.elementTypes.map(v=>this.convertChild(v)):t.elements.map(v=>this.convertChild(v));return this.createNode(t,{type:J.AST_NODE_TYPES.TSTupleType,elementTypes:l})}case E.NamedTupleMember:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSNamedTupleMember,elementType:this.convertChild(t.type,t),label:this.convertChild(t.name,t),optional:t.questionToken!=null});return t.dotDotDotToken?(l.range[0]=l.label.range[0],l.loc.start=l.label.loc.start,this.createNode(t,{type:J.AST_NODE_TYPES.TSRestType,typeAnnotation:l})):l}case E.OptionalType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSOptionalType,typeAnnotation:this.convertChild(t.type)});case E.RestType:return this.createNode(t,{type:J.AST_NODE_TYPES.TSRestType,typeAnnotation:this.convertChild(t.type)});case E.TemplateLiteralType:{let l=this.createNode(t,{type:J.AST_NODE_TYPES.TSTemplateLiteralType,quasis:[this.convertChild(t.head)],types:[]});return t.templateSpans.forEach(v=>{l.types.push(this.convertChild(v.type)),l.quasis.push(this.convertChild(v.literal))}),l}case E.ClassStaticBlockDeclaration:return this.createNode(t,{type:J.AST_NODE_TYPES.StaticBlock,body:this.convertBodyExpressions(t.body.statements,t)});case E.AssertEntry:return this.createNode(t,{type:J.AST_NODE_TYPES.ImportAttribute,key:this.convertChild(t.name),value:this.convertChild(t.value)});case E.SatisfiesExpression:return this.createNode(t,{type:J.AST_NODE_TYPES.TSSatisfiesExpression,expression:this.convertChild(t.expression),typeAnnotation:this.convertChild(t.type)});default:return this.deeplyCopy(t)}}};yn.Converter=K6;Pe=new WeakSet,aw=function(t){if(!this.options.allowInvalidAST){(0,pe.nodeHasIllegalDecorators)(t)&&Ne(this,Pe,"m",st).call(this,t.illegalDecorators[0],"Decorators are not valid here.");for(let r of(0,Zi.getDecorators)(t,!0)??[])(0,pe.nodeCanBeDecorated)(t)||(_t.isMethodDeclaration(t)&&!(0,pe.nodeIsPresent)(t.body)?Ne(this,Pe,"m",st).call(this,r,"A decorator can only decorate a method implementation, not an overload."):Ne(this,Pe,"m",st).call(this,r,"Decorators are not valid here."));for(let r of(0,Zi.getModifiers)(t,!0)??[]){if(r.kind!==E.ReadonlyKeyword&&((t.kind===E.PropertySignature||t.kind===E.MethodSignature)&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on a type member`),t.kind===E.IndexSignature&&(r.kind!==E.StaticKeyword||!_t.isClassLike(t.parent))&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on an index signature`)),r.kind!==E.InKeyword&&r.kind!==E.OutKeyword&&r.kind!==E.ConstKeyword&&t.kind===E.TypeParameter&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on a type parameter`),(r.kind===E.InKeyword||r.kind===E.OutKeyword)&&(t.kind!==E.TypeParameter||!(_t.isInterfaceDeclaration(t.parent)||_t.isClassLike(t.parent)||_t.isTypeAliasDeclaration(t.parent)))&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier can only appear on a type parameter of a class, interface or type alias`),r.kind===E.ReadonlyKeyword&&t.kind!==E.PropertyDeclaration&&t.kind!==E.PropertySignature&&t.kind!==E.IndexSignature&&t.kind!==E.Parameter&&Ne(this,Pe,"m",st).call(this,r,"'readonly' modifier can only appear on a property declaration or index signature."),r.kind===E.DeclareKeyword&&_t.isClassLike(t.parent)&&!_t.isPropertyDeclaration(t)&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on class elements of this kind.`),r.kind===E.DeclareKeyword&&_t.isVariableStatement(t)){let a=(0,pe.getDeclarationKind)(t.declarationList);(a==="using"||a==="await using")&&Ne(this,Pe,"m",st).call(this,r,`'declare' modifier cannot appear on a '${a}' declaration.`)}if(r.kind===E.AbstractKeyword&&t.kind!==E.ClassDeclaration&&t.kind!==E.ConstructorType&&t.kind!==E.MethodDeclaration&&t.kind!==E.PropertyDeclaration&&t.kind!==E.GetAccessor&&t.kind!==E.SetAccessor&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier can only appear on a class, method, or property declaration.`),(r.kind===E.StaticKeyword||r.kind===E.PublicKeyword||r.kind===E.ProtectedKeyword||r.kind===E.PrivateKeyword)&&(t.parent.kind===E.ModuleBlock||t.parent.kind===E.SourceFile)&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on a module or namespace element.`),r.kind===E.AccessorKeyword&&t.kind!==E.PropertyDeclaration&&Ne(this,Pe,"m",st).call(this,r,"'accessor' modifier can only appear on a property declaration."),r.kind===E.AsyncKeyword&&t.kind!==E.MethodDeclaration&&t.kind!==E.FunctionDeclaration&&t.kind!==E.FunctionExpression&&t.kind!==E.ArrowFunction&&Ne(this,Pe,"m",st).call(this,r,"'async' modifier cannot be used here."),t.kind===E.Parameter&&(r.kind===E.StaticKeyword||r.kind===E.ExportKeyword||r.kind===E.DeclareKeyword||r.kind===E.AsyncKeyword)&&Ne(this,Pe,"m",st).call(this,r,`'${_t.tokenToString(r.kind)}' modifier cannot appear on a parameter.`),t.kind===E.Parameter&&(r.kind===E.PublicKeyword||r.kind===E.PrivateKeyword||r.kind===E.ProtectedKeyword||r.kind===E.ReadonlyKeyword||r.kind===E.OverrideKeyword)){let a=(0,pe.getContainingFunction)(t);a.kind===E.Constructor&&(0,pe.nodeIsPresent)(a.body)||Ne(this,Pe,"m",st).call(this,r,"A parameter property is only allowed in a constructor implementation.")}}}},br=function(t,r){this.options.allowInvalidAST||Ne(this,Pe,"m",st).call(this,t,r)},oi=function(t,r,a){let _=!1;return Object.defineProperty(t,r,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>t[a]:()=>(_||((void 0)(`The '${r}' property is deprecated on ${t.type} nodes. Use '${a}' instead. See https://typescript-eslint.io/linting/troubleshooting#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings.`,"DeprecationWarning"),_=!0),t[a]),set(p){Object.defineProperty(t,r,{enumerable:!0,writable:!0,value:p})}}),t},st=function(t,r){let a,_;throw typeof t=="number"?a=_=t:(a=t.getStart(this.ast),_=t.getEnd()),(0,pe.createError)(r,this.ast,a,_)}});var Zw=ut((CH,Kw)=>{"use strict";var EU=Object.create,Vm=Object.defineProperty,AU=Object.getOwnPropertyDescriptor,kU=Object.getOwnPropertyNames,DU=Object.getPrototypeOf,PU=Object.prototype.hasOwnProperty,IU=(e,t)=>{for(var r in t)Vm(e,r,{get:t[r],enumerable:!0})},cw=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let _ of kU(t))!PU.call(e,_)&&_!==r&&Vm(e,_,{get:()=>t[_],enumerable:!(a=AU(t,_))||a.enumerable});return e},Pr=(e,t,r)=>(r=e!=null?EU(DU(e)):{},cw(t||!e||!e.__esModule?Vm(r,"default",{value:e,enumerable:!0}):r,e)),NU=e=>cw(Vm({},"__esModule",{value:!0}),e),lw={};IU(lw,{forEachComment:()=>MU,forEachToken:()=>uw,getCallSignaturesOfType:()=>tb,getPropertyOfType:()=>gb,getWellKnownSymbolPropertyOfType:()=>Kz,hasDecorators:()=>Fq,hasExpressionInitializer:()=>Nw,hasInitializer:()=>Bq,hasJSDoc:()=>Uq,hasModifiers:()=>qq,hasType:()=>zq,hasTypeArguments:()=>Wq,includesModifier:()=>RU,intersectionTypeParts:()=>nW,isAbstractKeyword:()=>jU,isAccessExpression:()=>Aq,isAccessibilityModifier:()=>sb,isAccessorDeclaration:()=>_b,isAccessorKeyword:()=>mw,isAnyKeyword:()=>FU,isArrayBindingElement:()=>kq,isArrayBindingOrAssignmentPattern:()=>Aw,isAssertKeyword:()=>BU,isAssertsKeyword:()=>UU,isAssignmentKind:()=>hz,isAssignmentPattern:()=>Dq,isAsyncKeyword:()=>qU,isAwaitKeyword:()=>zU,isBigIntKeyword:()=>WU,isBigIntLiteralType:()=>Vz,isBindingOrAssignmentElementRestIndicator:()=>Pq,isBindingOrAssignmentElementTarget:()=>Iq,isBindingOrAssignmentPattern:()=>kw,isBindingPattern:()=>cb,isBlockLike:()=>Nq,isBooleanKeyword:()=>VU,isBooleanLiteral:()=>Dw,isBooleanLiteralType:()=>hb,isClassLikeDeclaration:()=>Hm,isClassMemberModifier:()=>Oq,isColonToken:()=>HU,isCompilerOptionEnabled:()=>ja,isConditionalType:()=>Oz,isConstAssertionExpression:()=>Lw,isConstKeyword:()=>GU,isDeclarationName:()=>Pw,isDeclarationWithTypeParameterChildren:()=>Iw,isDeclarationWithTypeParameters:()=>Mq,isDeclareKeyword:()=>XU,isDefaultKeyword:()=>$U,isDestructuringPattern:()=>Lq,isDotToken:()=>QU,isEndOfFileToken:()=>hw,isEntityNameExpression:()=>hu,isEntityNameOrEntityNameExpression:()=>Jq,isEnumType:()=>Mz,isEqualsGreaterThanToken:()=>YU,isEqualsToken:()=>KU,isEvolvingArrayType:()=>zz,isExclamationToken:()=>ZU,isExportKeyword:()=>eq,isFalseKeyword:()=>tq,isFalseLiteral:()=>yw,isFalseLiteralType:()=>yb,isFalsyType:()=>rW,isForInOrOfStatement:()=>Rq,isFreshableIntrinsicType:()=>Wz,isFreshableType:()=>Vw,isFunctionLikeDeclaration:()=>jq,isFunctionScopeBoundary:()=>mz,isImportExpression:()=>rq,isImportKeyword:()=>nq,isInKeyword:()=>iq,isIndexType:()=>Lz,isIndexedAccessType:()=>Jz,isInputFiles:()=>aq,isInstantiableType:()=>Rz,isIntersectionType:()=>Gm,isIntrinsicAnyType:()=>bz,isIntrinsicBigIntType:()=>Tz,isIntrinsicBooleanType:()=>vz,isIntrinsicESSymbolType:()=>xz,isIntrinsicErrorType:()=>Sz,isIntrinsicNeverType:()=>Cz,isIntrinsicNonPrimitiveType:()=>Ez,isIntrinsicNullType:()=>Az,isIntrinsicNumberType:()=>kz,isIntrinsicStringType:()=>Dz,isIntrinsicType:()=>fb,isIntrinsicUndefinedType:()=>Pz,isIntrinsicUnknownType:()=>Iz,isIntrinsicVoidType:()=>Nz,isIterationStatement:()=>dz,isJSDocComment:()=>Vq,isJSDocNamespaceBody:()=>lb,isJSDocNamespaceDeclaration:()=>Jw,isJSDocText:()=>gw,isJSDocTypeReferencingNode:()=>Hq,isJsonMinusNumericLiteral:()=>bw,isJsonObjectExpression:()=>Gq,isJsxAttributeLike:()=>Xq,isJsxAttributeValue:()=>$q,isJsxChild:()=>Qq,isJsxTagNameExpression:()=>Ow,isJsxTagNamePropertyAccess:()=>Rw,isLiteralToken:()=>Yq,isLiteralType:()=>Hz,isModifierFlagSet:()=>pw,isModuleBody:()=>Kq,isModuleName:()=>Zq,isModuleReference:()=>ez,isNamedDeclarationWithName:()=>jw,isNamedImportBindings:()=>tz,isNamedImportsOrExports:()=>rz,isNamespaceBody:()=>ub,isNamespaceDeclaration:()=>Fw,isNeverKeyword:()=>oq,isNodeFlagSet:()=>fw,isNullKeyword:()=>sq,isNullLiteral:()=>vw,isNumberKeyword:()=>_q,isNumberLiteralType:()=>Gz,isNumericOrStringLikeLiteral:()=>Bw,isNumericPropertyName:()=>Ww,isObjectBindingOrAssignmentElement:()=>nz,isObjectBindingOrAssignmentPattern:()=>Mw,isObjectFlagSet:()=>mu,isObjectKeyword:()=>cq,isObjectType:()=>yu,isObjectTypeDeclaration:()=>iz,isOutKeyword:()=>lq,isOverrideKeyword:()=>uq,isParameterPropertyModifier:()=>az,isPrivateKeyword:()=>Tw,isPropertyAccessEntityNameExpression:()=>Uw,isPropertyNameLiteral:()=>oz,isPropertyReadonlyInType:()=>Qw,isProtectedKeyword:()=>Sw,isPseudoLiteralToken:()=>sz,isPublicKeyword:()=>xw,isQuestionDotToken:()=>pq,isQuestionToken:()=>fq,isReadonlyKeyword:()=>ab,isSignatureDeclaration:()=>pb,isStaticKeyword:()=>ww,isStrictCompilerOptionEnabled:()=>rb,isStringKeyword:()=>dq,isStringLiteralType:()=>Xz,isStringMappingType:()=>jz,isSubstitutionType:()=>Fz,isSuperElementAccessExpression:()=>qw,isSuperExpression:()=>ob,isSuperKeyword:()=>mq,isSuperProperty:()=>_z,isSuperPropertyAccessExpression:()=>zw,isSymbolFlagSet:()=>dw,isSymbolKeyword:()=>hq,isSyntaxList:()=>yq,isTemplateLiteralType:()=>$z,isThenableType:()=>_W,isThisExpression:()=>Cw,isThisKeyword:()=>gq,isTrueKeyword:()=>bq,isTrueLiteral:()=>Ew,isTrueLiteralType:()=>Qz,isTupleType:()=>Gw,isTupleTypeReference:()=>$w,isTypeFlagSet:()=>tt,isTypeOnlyCompatibleAliasDeclaration:()=>cz,isTypeParameter:()=>Bz,isTypeReference:()=>Xw,isTypeReferenceType:()=>lz,isTypeVariable:()=>Uz,isUndefinedKeyword:()=>vq,isUnionOrIntersectionType:()=>qz,isUnionOrIntersectionTypeNode:()=>uz,isUnionType:()=>mb,isUniqueESSymbolType:()=>Hw,isUnknownKeyword:()=>Tq,isUnknownLiteralType:()=>Yz,isUnparsedPrologue:()=>Sq,isUnparsedSourceText:()=>pz,isUnparsedSyntheticReference:()=>xq,isValidPropertyAccess:()=>yz,isVariableLikeDeclaration:()=>fz,isVoidKeyword:()=>wq,symbolHasReadonlyDeclaration:()=>Yw,unionTypeParts:()=>du});Kw.exports=NU(lw);var Zr=Pr(Dt(),1),ow=Pr(Dt(),1);function uw(e,t,r=e.getSourceFile()){let a=[];for(;;){if(ow.default.isTokenKind(e.kind))t(e);else if(e.kind!==ow.default.SyntaxKind.JSDocComment){let _=e.getChildren(r);if(_.length===1){e=_[0];continue}for(let p=_.length-1;p>=0;--p)a.push(_[p])}if(a.length===0)break;e=a.pop()}}function OU(e){switch(e.kind){case Zr.default.SyntaxKind.CloseBraceToken:return e.parent.kind!==Zr.default.SyntaxKind.JsxExpression||!eb(e.parent.parent);case Zr.default.SyntaxKind.GreaterThanToken:switch(e.parent.kind){case Zr.default.SyntaxKind.JsxOpeningElement:return e.end!==e.parent.end;case Zr.default.SyntaxKind.JsxOpeningFragment:return!1;case Zr.default.SyntaxKind.JsxSelfClosingElement:return e.end!==e.parent.end||!eb(e.parent.parent);case Zr.default.SyntaxKind.JsxClosingElement:case Zr.default.SyntaxKind.JsxClosingFragment:return!eb(e.parent.parent.parent)}}return!0}function eb(e){return e.kind===Zr.default.SyntaxKind.JsxElement||e.kind===Zr.default.SyntaxKind.JsxFragment}function MU(e,t,r=e.getSourceFile()){let a=r.text,_=r.languageVariant!==Zr.default.LanguageVariant.JSX;return uw(e,d=>{if(d.pos!==d.end&&(d.kind!==Zr.default.SyntaxKind.JsxText&&Zr.default.forEachLeadingCommentRange(a,d.pos===0?(Zr.default.getShebang(a)??"").length:d.pos,p),_||OU(d)))return Zr.default.forEachTrailingCommentRange(a,d.end,p)},r);function p(d,h,l){t(a,{pos:d,end:h,kind:l})}}var LU=Pr(Dt(),1);function ja(e,t){switch(t){case"stripInternal":case"declarationMap":case"emitDeclarationOnly":return e[t]===!0&&ja(e,"declaration");case"declaration":return e.declaration||ja(e,"composite");case"incremental":return e.incremental===void 0?ja(e,"composite"):e.incremental;case"skipDefaultLibCheck":return e.skipDefaultLibCheck||ja(e,"skipLibCheck");case"suppressImplicitAnyIndexErrors":return e.suppressImplicitAnyIndexErrors===!0&&ja(e,"noImplicitAny");case"allowSyntheticDefaultImports":return e.allowSyntheticDefaultImports!==void 0?e.allowSyntheticDefaultImports:ja(e,"esModuleInterop")||e.module===LU.default.ModuleKind.System;case"noUncheckedIndexedAccess":return e.noUncheckedIndexedAccess===!0&&ja(e,"strictNullChecks");case"allowJs":return e.allowJs===void 0?ja(e,"checkJs"):e.allowJs;case"noImplicitAny":case"noImplicitThis":case"strictNullChecks":case"strictFunctionTypes":case"strictPropertyInitialization":case"alwaysStrict":case"strictBindCallApply":return rb(e,t)}return e[t]===!0}function rb(e,t){return(e.strict?e[t]!==!1:e[t]===!0)&&(t!=="strictPropertyInitialization"||rb(e,"strictNullChecks"))}var JU=Pr(Dt(),1);function nb(e,t){return(e&t)!==0}function ib(e,t){return nb(e.flags,t)}function pw(e,t){return nb(JU.default.getCombinedModifierFlags(e),t)}var fw=ib;function mu(e,t){return nb(e.objectFlags,t)}var dw=ib,tt=ib;function RU(e,...t){if(e===void 0)return!1;for(let r of e)if(t.includes(r.kind))return!0;return!1}var pr=Pr(Dt(),1),Fe=Pr(Dt(),1);function jU(e){return e.kind===Fe.default.SyntaxKind.AbstractKeyword}function mw(e){return e.kind===Fe.default.SyntaxKind.AccessorKeyword}function FU(e){return e.kind===Fe.default.SyntaxKind.AnyKeyword}function BU(e){return e.kind===Fe.default.SyntaxKind.AssertKeyword}function UU(e){return e.kind===Fe.default.SyntaxKind.AssertsKeyword}function qU(e){return e.kind===Fe.default.SyntaxKind.AsyncKeyword}function zU(e){return e.kind===Fe.default.SyntaxKind.AwaitKeyword}function WU(e){return e.kind===Fe.default.SyntaxKind.BigIntKeyword}function VU(e){return e.kind===Fe.default.SyntaxKind.BooleanKeyword}function HU(e){return e.kind===Fe.default.SyntaxKind.ColonToken}function GU(e){return e.kind===Fe.default.SyntaxKind.ConstKeyword}function XU(e){return e.kind===Fe.default.SyntaxKind.DeclareKeyword}function $U(e){return e.kind===Fe.default.SyntaxKind.DefaultKeyword}function QU(e){return e.kind===Fe.default.SyntaxKind.DotToken}function hw(e){return e.kind===Fe.default.SyntaxKind.EndOfFileToken}function YU(e){return e.kind===Fe.default.SyntaxKind.EqualsGreaterThanToken}function KU(e){return e.kind===Fe.default.SyntaxKind.EqualsToken}function ZU(e){return e.kind===Fe.default.SyntaxKind.ExclamationToken}function eq(e){return e.kind===Fe.default.SyntaxKind.ExportKeyword}function tq(e){return e.kind===Fe.default.SyntaxKind.FalseKeyword}function yw(e){return e.kind===Fe.default.SyntaxKind.FalseKeyword}function rq(e){return e.kind===Fe.default.SyntaxKind.ImportKeyword}function nq(e){return e.kind===Fe.default.SyntaxKind.ImportKeyword}function iq(e){return e.kind===Fe.default.SyntaxKind.InKeyword}function aq(e){return e.kind===Fe.default.SyntaxKind.InputFiles}function gw(e){return e.kind===Fe.default.SyntaxKind.JSDocText}function bw(e){return e.kind===Fe.default.SyntaxKind.PrefixUnaryExpression}function oq(e){return e.kind===Fe.default.SyntaxKind.NeverKeyword}function sq(e){return e.kind===Fe.default.SyntaxKind.NullKeyword}function vw(e){return e.kind===Fe.default.SyntaxKind.NullKeyword}function _q(e){return e.kind===Fe.default.SyntaxKind.NumberKeyword}function cq(e){return e.kind===Fe.default.SyntaxKind.ObjectKeyword}function lq(e){return e.kind===Fe.default.SyntaxKind.OutKeyword}function uq(e){return e.kind===Fe.default.SyntaxKind.OverrideKeyword}function Tw(e){return e.kind===Fe.default.SyntaxKind.PrivateKeyword}function Sw(e){return e.kind===Fe.default.SyntaxKind.ProtectedKeyword}function xw(e){return e.kind===Fe.default.SyntaxKind.PublicKeyword}function pq(e){return e.kind===Fe.default.SyntaxKind.QuestionDotToken}function fq(e){return e.kind===Fe.default.SyntaxKind.QuestionToken}function ab(e){return e.kind===Fe.default.SyntaxKind.ReadonlyKeyword}function ww(e){return e.kind===Fe.default.SyntaxKind.StaticKeyword}function dq(e){return e.kind===Fe.default.SyntaxKind.StringKeyword}function ob(e){return e.kind===Fe.default.SyntaxKind.SuperKeyword}function mq(e){return e.kind===Fe.default.SyntaxKind.SuperKeyword}function hq(e){return e.kind===Fe.default.SyntaxKind.SymbolKeyword}function yq(e){return e.kind===Fe.default.SyntaxKind.SyntaxList}function Cw(e){return e.kind===Fe.default.SyntaxKind.ThisKeyword}function gq(e){return e.kind===Fe.default.SyntaxKind.ThisKeyword}function bq(e){return e.kind===Fe.default.SyntaxKind.TrueKeyword}function Ew(e){return e.kind===Fe.default.SyntaxKind.TrueKeyword}function vq(e){return e.kind===Fe.default.SyntaxKind.UndefinedKeyword}function Tq(e){return e.kind===Fe.default.SyntaxKind.UnknownKeyword}function Sq(e){return e.kind===Fe.default.SyntaxKind.UnparsedPrologue}function xq(e){return e.kind===Fe.default.SyntaxKind.UnparsedSyntheticReference}function wq(e){return e.kind===Fe.default.SyntaxKind.VoidKeyword}var D=Pr(Dt(),1),Cq=Pr(Dt(),1),[sw,Eq]=Cq.default.versionMajorMinor.split(".").map(e=>Number.parseInt(e,10));function fu(e,t=0){return sw>e||sw===e&&Eq>=t}function Aq(e){return D.default.isPropertyAccessExpression(e)||D.default.isElementAccessExpression(e)}function sb(e){return xw(e)||Tw(e)||Sw(e)}function _b(e){return D.default.isGetAccessorDeclaration(e)||D.default.isSetAccessorDeclaration(e)}function kq(e){return D.default.isBindingElement(e)||D.default.isOmittedExpression(e)}function Aw(e){return D.default.isArrayBindingPattern(e)||D.default.isArrayLiteralExpression(e)}function Dq(e){return D.default.isObjectLiteralExpression(e)||D.default.isArrayLiteralExpression(e)}function Pq(e){return D.default.isSpreadElement(e)||D.default.isSpreadAssignment(e)?!0:fu(4,4)?D.default.isDotDotDotToken(e):!1}function Iq(e){return kw(e)||D.default.isIdentifier(e)||D.default.isPropertyAccessExpression(e)||D.default.isElementAccessExpression(e)||D.default.isOmittedExpression(e)}function kw(e){return Mw(e)||Aw(e)}function cb(e){return D.default.isObjectBindingPattern(e)||D.default.isArrayBindingPattern(e)}function Nq(e){return D.default.isSourceFile(e)||D.default.isBlock(e)||D.default.isModuleBlock(e)||D.default.isCaseOrDefaultClause(e)}function Dw(e){return Ew(e)||yw(e)}function Hm(e){return D.default.isClassDeclaration(e)||D.default.isClassExpression(e)}function Oq(e){return sb(e)||ab(e)||ww(e)||mw(e)}function Pw(e){return D.default.isIdentifier(e)||D.default.isPrivateIdentifier(e)||D.default.isStringLiteralLike(e)||D.default.isNumericLiteral(e)||D.default.isComputedPropertyName(e)||D.default.isElementAccessExpression(e)||cb(e)||hu(e)}function Iw(e){return pb(e)||Hm(e)||D.default.isInterfaceDeclaration(e)||D.default.isTypeAliasDeclaration(e)||D.default.isJSDocTemplateTag(e)}function Mq(e){return Iw(e)||D.default.isJSDocTypedefTag(e)||D.default.isJSDocCallbackTag(e)||D.default.isJSDocSignature(e)}function Lq(e){return cb(e)||D.default.isObjectLiteralExpression(e)||D.default.isArrayLiteralExpression(e)}function hu(e){return D.default.isIdentifier(e)||Uw(e)}function Jq(e){return D.default.isEntityName(e)||hu(e)}function Rq(e){return D.default.isForInStatement(e)||D.default.isForOfStatement(e)}function jq(e){return D.default.isFunctionDeclaration(e)||D.default.isMethodDeclaration(e)||D.default.isGetAccessorDeclaration(e)||D.default.isSetAccessorDeclaration(e)||D.default.isConstructorDeclaration(e)||D.default.isFunctionExpression(e)||D.default.isArrowFunction(e)}function Fq(e){return D.default.isParameter(e)||D.default.isPropertyDeclaration(e)||D.default.isMethodDeclaration(e)||D.default.isGetAccessorDeclaration(e)||D.default.isSetAccessorDeclaration(e)||D.default.isClassExpression(e)||D.default.isClassDeclaration(e)}function Nw(e){return D.default.isVariableDeclaration(e)||D.default.isParameter(e)||D.default.isBindingElement(e)||D.default.isPropertyDeclaration(e)||D.default.isPropertyAssignment(e)||D.default.isEnumMember(e)}function Bq(e){return Nw(e)||D.default.isForStatement(e)||D.default.isForInStatement(e)||D.default.isForOfStatement(e)||D.default.isJsxAttribute(e)}function Uq(e){return!!(_b(e)||D.default.isArrowFunction(e)||D.default.isBlock(e)||D.default.isBreakStatement(e)||D.default.isCallSignatureDeclaration(e)||D.default.isCaseClause(e)||Hm(e)||D.default.isConstructorDeclaration(e)||D.default.isConstructorTypeNode(e)||D.default.isConstructSignatureDeclaration(e)||D.default.isContinueStatement(e)||D.default.isDebuggerStatement(e)||D.default.isDoStatement(e)||D.default.isEmptyStatement(e)||hw(e)||D.default.isEnumDeclaration(e)||D.default.isEnumMember(e)||D.default.isExportAssignment(e)||D.default.isExportDeclaration(e)||D.default.isExportSpecifier(e)||D.default.isExpressionStatement(e)||D.default.isForInStatement(e)||D.default.isForOfStatement(e)||D.default.isForStatement(e)||D.default.isFunctionDeclaration(e)||D.default.isFunctionExpression(e)||D.default.isFunctionTypeNode(e)||D.default.isIfStatement(e)||D.default.isImportDeclaration(e)||D.default.isImportEqualsDeclaration(e)||D.default.isIndexSignatureDeclaration(e)||D.default.isInterfaceDeclaration(e)||D.default.isJSDocFunctionType(e)||D.default.isLabeledStatement(e)||D.default.isMethodDeclaration(e)||D.default.isMethodSignature(e)||D.default.isModuleDeclaration(e)||D.default.isNamedTupleMember(e)||D.default.isNamespaceExportDeclaration(e)||D.default.isParameter(e)||D.default.isParenthesizedExpression(e)||D.default.isPropertyAssignment(e)||D.default.isPropertyDeclaration(e)||D.default.isPropertySignature(e)||D.default.isReturnStatement(e)||D.default.isShorthandPropertyAssignment(e)||D.default.isSpreadAssignment(e)||D.default.isSwitchStatement(e)||D.default.isThrowStatement(e)||D.default.isTryStatement(e)||D.default.isTypeAliasDeclaration(e)||D.default.isVariableDeclaration(e)||D.default.isVariableStatement(e)||D.default.isWhileStatement(e)||D.default.isWithStatement(e)||fu(4,4)&&D.default.isClassStaticBlockDeclaration(e)||fu(5,0)&&(D.default.isBinaryExpression(e)||D.default.isElementAccessExpression(e)||D.default.isIdentifier(e)||D.default.isJSDocSignature(e)||D.default.isObjectLiteralExpression(e)||D.default.isPropertyAccessExpression(e)||D.default.isTypeParameterDeclaration(e)))}function qq(e){return D.default.isTypeParameterDeclaration(e)||D.default.isParameter(e)||D.default.isConstructorTypeNode(e)||D.default.isPropertySignature(e)||D.default.isPropertyDeclaration(e)||D.default.isMethodSignature(e)||D.default.isMethodDeclaration(e)||D.default.isConstructorDeclaration(e)||D.default.isGetAccessorDeclaration(e)||D.default.isSetAccessorDeclaration(e)||D.default.isIndexSignatureDeclaration(e)||D.default.isFunctionExpression(e)||D.default.isArrowFunction(e)||D.default.isClassExpression(e)||D.default.isVariableStatement(e)||D.default.isFunctionDeclaration(e)||D.default.isClassDeclaration(e)||D.default.isInterfaceDeclaration(e)||D.default.isTypeAliasDeclaration(e)||D.default.isEnumDeclaration(e)||D.default.isModuleDeclaration(e)||D.default.isImportEqualsDeclaration(e)||D.default.isImportDeclaration(e)||D.default.isExportAssignment(e)||D.default.isExportDeclaration(e)}function zq(e){return pb(e)||D.default.isVariableDeclaration(e)||D.default.isParameter(e)||D.default.isPropertySignature(e)||D.default.isPropertyDeclaration(e)||D.default.isTypePredicateNode(e)||D.default.isParenthesizedTypeNode(e)||D.default.isTypeOperatorNode(e)||D.default.isMappedTypeNode(e)||D.default.isAssertionExpression(e)||D.default.isTypeAliasDeclaration(e)||D.default.isJSDocTypeExpression(e)||D.default.isJSDocNonNullableType(e)||D.default.isJSDocNullableType(e)||D.default.isJSDocOptionalType(e)||D.default.isJSDocVariadicType(e)}function Wq(e){return D.default.isCallExpression(e)||D.default.isNewExpression(e)||D.default.isTaggedTemplateExpression(e)||D.default.isJsxOpeningElement(e)||D.default.isJsxSelfClosingElement(e)}function Vq(e){return gw(e)?!0:fu(4,4)?D.default.isJSDocLink(e)||D.default.isJSDocLinkCode(e)||D.default.isJSDocLinkPlain(e):!1}function lb(e){return D.default.isIdentifier(e)||Jw(e)}function Hq(e){return D.default.isJSDocVariadicType(e)||D.default.isJSDocOptionalType(e)||D.default.isJSDocNullableType(e)||D.default.isJSDocNonNullableType(e)}function Gq(e){return D.default.isObjectLiteralExpression(e)||D.default.isArrayLiteralExpression(e)||bw(e)||D.default.isNumericLiteral(e)||D.default.isStringLiteral(e)||Dw(e)||vw(e)}function Xq(e){return D.default.isJsxAttribute(e)||D.default.isJsxSpreadAttribute(e)}function $q(e){return D.default.isStringLiteral(e)||D.default.isJsxExpression(e)||D.default.isJsxElement(e)||D.default.isJsxSelfClosingElement(e)||D.default.isJsxFragment(e)}function Qq(e){return D.default.isJsxText(e)||D.default.isJsxExpression(e)||D.default.isJsxElement(e)||D.default.isJsxSelfClosingElement(e)||D.default.isJsxFragment(e)}function Ow(e){return D.default.isIdentifier(e)||Cw(e)||Rw(e)}function Yq(e){return D.default.isNumericLiteral(e)||D.default.isBigIntLiteral(e)||D.default.isStringLiteral(e)||D.default.isJsxText(e)||D.default.isRegularExpressionLiteral(e)||D.default.isNoSubstitutionTemplateLiteral(e)}function Kq(e){return ub(e)||lb(e)}function Zq(e){return D.default.isIdentifier(e)||D.default.isStringLiteral(e)}function ez(e){return D.default.isEntityName(e)||D.default.isExternalModuleReference(e)}function tz(e){return D.default.isNamespaceImport(e)||D.default.isNamedImports(e)}function rz(e){return D.default.isNamedImports(e)||D.default.isNamedExports(e)}function ub(e){return D.default.isModuleBlock(e)||Fw(e)}function nz(e){return D.default.isBindingElement(e)||D.default.isPropertyAssignment(e)||D.default.isShorthandPropertyAssignment(e)||D.default.isSpreadAssignment(e)}function Mw(e){return D.default.isObjectBindingPattern(e)||D.default.isObjectLiteralExpression(e)}function iz(e){return Hm(e)||D.default.isInterfaceDeclaration(e)||D.default.isTypeLiteralNode(e)}function az(e){return sb(e)||ab(e)}function oz(e){return D.default.isIdentifier(e)||D.default.isStringLiteralLike(e)||D.default.isNumericLiteral(e)}function sz(e){return D.default.isTemplateHead(e)||D.default.isTemplateMiddle(e)||D.default.isTemplateTail(e)}function pb(e){return D.default.isCallSignatureDeclaration(e)||D.default.isConstructSignatureDeclaration(e)||D.default.isMethodSignature(e)||D.default.isIndexSignatureDeclaration(e)||D.default.isFunctionTypeNode(e)||D.default.isConstructorTypeNode(e)||D.default.isJSDocFunctionType(e)||D.default.isFunctionDeclaration(e)||D.default.isMethodDeclaration(e)||D.default.isConstructorDeclaration(e)||_b(e)||D.default.isFunctionExpression(e)||D.default.isArrowFunction(e)}function _z(e){return zw(e)||qw(e)}function cz(e){return!!(D.default.isImportClause(e)||D.default.isImportEqualsDeclaration(e)||D.default.isNamespaceImport(e)||D.default.isImportOrExportSpecifier(e)||fu(5,0)&&(D.default.isExportDeclaration(e)||D.default.isNamespaceExport(e)))}function lz(e){return D.default.isTypeReferenceNode(e)||D.default.isExpressionWithTypeArguments(e)}function uz(e){return D.default.isUnionTypeNode(e)||D.default.isIntersectionTypeNode(e)}function pz(e){return D.default.isUnparsedPrepend(e)||D.default.isUnparsedTextLike(e)}function fz(e){return D.default.isVariableDeclaration(e)||D.default.isParameter(e)||D.default.isBindingElement(e)||D.default.isPropertyDeclaration(e)||D.default.isPropertyAssignment(e)||D.default.isPropertySignature(e)||D.default.isJsxAttribute(e)||D.default.isShorthandPropertyAssignment(e)||D.default.isEnumMember(e)||D.default.isJSDocPropertyTag(e)||D.default.isJSDocParameterTag(e)}function Lw(e){return pr.default.isTypeReferenceNode(e.type)&&pr.default.isIdentifier(e.type.typeName)&&e.type.typeName.escapedText==="const"}function dz(e){switch(e.kind){case pr.default.SyntaxKind.DoStatement:case pr.default.SyntaxKind.ForInStatement:case pr.default.SyntaxKind.ForOfStatement:case pr.default.SyntaxKind.ForStatement:case pr.default.SyntaxKind.WhileStatement:return!0;default:return!1}}function Jw(e){return pr.default.isModuleDeclaration(e)&&pr.default.isIdentifier(e.name)&&(e.body===void 0||lb(e.body))}function Rw(e){return pr.default.isPropertyAccessExpression(e)&&Ow(e.expression)}function jw(e){return"name"in e&&e.name!==void 0&&e.name!==null&&Pw(e.name)}function Fw(e){return pr.default.isModuleDeclaration(e)&&pr.default.isIdentifier(e.name)&&e.body!==void 0&&ub(e.body)}function Bw(e){switch(e.kind){case pr.default.SyntaxKind.StringLiteral:case pr.default.SyntaxKind.NumericLiteral:case pr.default.SyntaxKind.NoSubstitutionTemplateLiteral:return!0;default:return!1}}function Uw(e){return pr.default.isPropertyAccessExpression(e)&&pr.default.isIdentifier(e.name)&&hu(e.expression)}function qw(e){return pr.default.isElementAccessExpression(e)&&ob(e.expression)}function zw(e){return pr.default.isPropertyAccessExpression(e)&&ob(e.expression)}var vr=Pr(Dt(),1);function mz(e){switch(e.kind){case vr.default.SyntaxKind.FunctionExpression:case vr.default.SyntaxKind.ArrowFunction:case vr.default.SyntaxKind.Constructor:case vr.default.SyntaxKind.ModuleDeclaration:case vr.default.SyntaxKind.ClassDeclaration:case vr.default.SyntaxKind.ClassExpression:case vr.default.SyntaxKind.EnumDeclaration:case vr.default.SyntaxKind.MethodDeclaration:case vr.default.SyntaxKind.FunctionDeclaration:case vr.default.SyntaxKind.GetAccessor:case vr.default.SyntaxKind.SetAccessor:case vr.default.SyntaxKind.MethodSignature:case vr.default.SyntaxKind.CallSignature:case vr.default.SyntaxKind.ConstructSignature:case vr.default.SyntaxKind.ConstructorType:case vr.default.SyntaxKind.FunctionType:return!0;case vr.default.SyntaxKind.SourceFile:return vr.default.isExternalModule(e);default:return!1}}var pu=Pr(Dt(),1);function hz(e){return e>=pu.default.SyntaxKind.FirstAssignment&&e<=pu.default.SyntaxKind.LastAssignment}function Ww(e){return String(+e)===e}function _w(e){return e>=65536?2:1}function yz(e,t=pu.default.ScriptTarget.Latest){if(e.length===0)return!1;let r=e.codePointAt(0);if(!pu.default.isIdentifierStart(r,t))return!1;for(let a=_w(r);a<e.length;a+=_w(r))if(r=e.codePointAt(a),!pu.default.isIdentifierPart(r,t))return!1;return!0}var gz=Pr(Dt(),1),Pt=Pr(Dt(),1);function bz(e){return tt(e,Pt.default.TypeFlags.Any)}function vz(e){return tt(e,Pt.default.TypeFlags.Boolean)}function Tz(e){return tt(e,Pt.default.TypeFlags.BigInt)}function Sz(e){return fb(e)&&e.intrinsicName==="error"}function xz(e){return tt(e,Pt.default.TypeFlags.ESSymbol)}var wz=Pt.default.TypeFlags.Intrinsic??Pt.default.TypeFlags.Any|Pt.default.TypeFlags.Unknown|Pt.default.TypeFlags.String|Pt.default.TypeFlags.Number|Pt.default.TypeFlags.BigInt|Pt.default.TypeFlags.Boolean|Pt.default.TypeFlags.BooleanLiteral|Pt.default.TypeFlags.ESSymbol|Pt.default.TypeFlags.Void|Pt.default.TypeFlags.Undefined|Pt.default.TypeFlags.Null|Pt.default.TypeFlags.Never|Pt.default.TypeFlags.NonPrimitive;function fb(e){return tt(e,wz)}function Cz(e){return tt(e,Pt.default.TypeFlags.Never)}function Ez(e){return tt(e,Pt.default.TypeFlags.NonPrimitive)}function Az(e){return tt(e,Pt.default.TypeFlags.Null)}function kz(e){return tt(e,Pt.default.TypeFlags.Number)}function Dz(e){return tt(e,Pt.default.TypeFlags.String)}function Pz(e){return tt(e,Pt.default.TypeFlags.Undefined)}function Iz(e){return tt(e,Pt.default.TypeFlags.Unknown)}function Nz(e){return tt(e,Pt.default.TypeFlags.Void)}var db=Pr(Dt(),1),en=Pr(Dt(),1);function Oz(e){return tt(e,en.default.TypeFlags.Conditional)}function Mz(e){return tt(e,en.default.TypeFlags.Enum)}function Vw(e){return tt(e,en.default.TypeFlags.Freshable)}function Lz(e){return tt(e,en.default.TypeFlags.Index)}function Jz(e){return tt(e,en.default.TypeFlags.IndexedAccess)}function Rz(e){return tt(e,en.default.TypeFlags.Instantiable)}function Gm(e){return tt(e,en.default.TypeFlags.Intersection)}function yu(e){return tt(e,en.default.TypeFlags.Object)}function jz(e){return tt(e,en.default.TypeFlags.StringMapping)}function Fz(e){return tt(e,en.default.TypeFlags.Substitution)}function Bz(e){return tt(e,en.default.TypeFlags.TypeParameter)}function Uz(e){return tt(e,en.default.TypeFlags.TypeVariable)}function mb(e){return tt(e,en.default.TypeFlags.Union)}function qz(e){return tt(e,en.default.TypeFlags.UnionOrIntersection)}function Hw(e){return tt(e,en.default.TypeFlags.UniqueESSymbol)}function zz(e){return yu(e)&&mu(e,db.default.ObjectFlags.EvolvingArray)}function Gw(e){return yu(e)&&mu(e,db.default.ObjectFlags.Tuple)}function Xw(e){return yu(e)&&mu(e,db.default.ObjectFlags.Reference)}function Wz(e){return fb(e)&&Vw(e)}function $w(e){return Xw(e)&&Gw(e.target)}var us=Pr(Dt(),1);function hb(e){return tt(e,us.default.TypeFlags.BooleanLiteral)}function Vz(e){return tt(e,us.default.TypeFlags.BigIntLiteral)}function yb(e){return hb(e)&&e.intrinsicName==="false"}function Hz(e){return tt(e,us.default.TypeFlags.Literal)}function Gz(e){return tt(e,us.default.TypeFlags.NumberLiteral)}function Xz(e){return tt(e,us.default.TypeFlags.StringLiteral)}function $z(e){return tt(e,us.default.TypeFlags.TemplateLiteral)}function Qz(e){return hb(e)&&e.intrinsicName==="true"}function Yz(e){return tt(e,us.default.TypeFlags.Literal)}function tb(e){if(mb(e)){let t=[];for(let r of e.types)t.push(...tb(r));return t}if(Gm(e)){let t;for(let r of e.types){let a=tb(r);if(a.length!==0){if(t!==void 0)return[];t=a}}return t===void 0?[]:t}return e.getCallSignatures()}function gb(e,t){return t.startsWith("__")?e.getProperties().find(r=>r.escapedName===t):e.getProperty(t)}function Kz(e,t,r){let a="__@"+t;for(let _ of e.getProperties()){if(!_.name.startsWith(a))continue;let p=_.valueDeclaration??_.getDeclarations()[0];if(!jw(p)||p.name===void 0||!gz.default.isComputedPropertyName(p.name))continue;let d=r.getApparentType(r.getTypeAtLocation(p.name.expression)).symbol;if(_.escapedName===Zz(r,d,t))return _}}function Zz(e,t,r){let a=t&&e.getTypeOfSymbolAtLocation(t,t.valueDeclaration).getProperty(r),_=a&&e.getTypeOfSymbolAtLocation(a,a.valueDeclaration);return _&&Hw(_)?_.escapedName:"__@"+r}var ur=Pr(Dt(),1),gn=Pr(Dt(),1);function eW(e){return e.arguments.length===3&&hu(e.arguments[0])&&Bw(e.arguments[1])&&gn.default.isPropertyAccessExpression(e.expression)&&e.expression.name.escapedText==="defineProperty"&&gn.default.isIdentifier(e.expression.expression)&&e.expression.expression.escapedText==="Object"}function tW(e){let t=e;for(;;){let r=t.parent;e:switch(r.kind){case gn.default.SyntaxKind.TypeAssertionExpression:case gn.default.SyntaxKind.AsExpression:return Lw(r);case gn.default.SyntaxKind.PrefixUnaryExpression:if(t.kind!==gn.default.SyntaxKind.NumericLiteral)return!1;switch(r.operator){case gn.default.SyntaxKind.PlusToken:case gn.default.SyntaxKind.MinusToken:t=r;break e;default:return!1}case gn.default.SyntaxKind.PropertyAssignment:if(r.initializer!==t)return!1;t=r.parent;break;case gn.default.SyntaxKind.ShorthandPropertyAssignment:t=r.parent;break;case gn.default.SyntaxKind.ParenthesizedExpression:case gn.default.SyntaxKind.ArrayLiteralExpression:case gn.default.SyntaxKind.ObjectLiteralExpression:case gn.default.SyntaxKind.TemplateExpression:t=r;break;default:return!1}}}function rW(e){return tt(e,ur.default.TypeFlags.Undefined|ur.default.TypeFlags.Null|ur.default.TypeFlags.Void)?!0:e.isLiteral()?!e.value:yb(e)}function nW(e){return Gm(e)?e.types:[e]}function iW(e,t,r){return(Gm(e)?e.types:[e]).some(_=>{let p=gb(_,t);if(p===void 0)return!1;if(p.flags&ur.default.SymbolFlags.Transient){if(/^(?:[1-9]\d*|0)$/.test(t)&&$w(_))return _.target.readonly;switch(aW(_,t,r)){case!0:return!0;case!1:return!1;default:}}return!!(dw(p,ur.default.SymbolFlags.ValueModule)||Yw(p,r))})}function aW(e,t,r){if(!yu(e)||!mu(e,ur.default.ObjectFlags.Mapped))return;let a=e.symbol.declarations[0];if(a.readonlyToken!==void 0&&!/^__@[^@]+$/.test(t))return a.readonlyToken.kind!==ur.default.SyntaxKind.MinusToken;let{modifiersType:_}=e;return _&&Qw(_,t,r)}function oW(e,t,r){let a=e.getApparentType(e.getTypeOfSymbolAtLocation(t,r));if(t.valueDeclaration.dotDotDotToken&&(a=a.getNumberIndexType(),a===void 0))return!1;for(let _ of du(a))if(_.getCallSignatures().length!==0)return!0;return!1}function Qw(e,t,r){let a=!1,_=!1;for(let p of du(e))if(gb(p,t)===void 0){let d=(Ww(t)?r.getIndexInfoOfType(p,ur.default.IndexKind.Number):void 0)??r.getIndexInfoOfType(p,ur.default.IndexKind.String);if(d!=null&&d.isReadonly){if(a)return!0;_=!0}}else{if(_||iW(p,t,r))return!0;a=!0}return!1}function sW(e,t){if(!eW(e))return!1;let r=t.getTypeAtLocation(e.arguments[2]);if(r.getProperty("value")===void 0)return r.getProperty("set")===void 0;let a=r.getProperty("writable");if(a===void 0)return!1;let _=a.valueDeclaration!==void 0&&ur.default.isPropertyAssignment(a.valueDeclaration)?t.getTypeAtLocation(a.valueDeclaration.initializer):t.getTypeOfSymbolAtLocation(a,e.arguments[2]);return yb(_)}function _W(e,t,r=e.getTypeAtLocation(t)){for(let a of du(e.getApparentType(r))){let _=a.getProperty("then");if(_===void 0)continue;let p=e.getTypeOfSymbolAtLocation(_,t);for(let d of du(p))for(let h of d.getCallSignatures())if(h.parameters.length!==0&&oW(e,h.parameters[0],t))return!0}return!1}function Yw(e,t){var r;return!!((e.flags&ur.default.SymbolFlags.Accessor)===ur.default.SymbolFlags.GetAccessor||(r=e.declarations)!=null&&r.some(a=>pw(a,ur.default.ModifierFlags.Readonly)||ur.default.isVariableDeclaration(a)&&fw(a.parent,ur.default.NodeFlags.Const)||ur.default.isCallExpression(a)&&sW(a,t)||ur.default.isEnumMember(a)||(ur.default.isPropertyAssignment(a)||ur.default.isShorthandPropertyAssignment(a))&&tW(a.parent)))}function du(e){return mb(e)?e.types:[e]}});var n9=ut(ea=>{"use strict";var cW=ea&&ea.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),lW=ea&&ea.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r9=ea&&ea.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&cW(t,e,r);return lW(t,e),t};Object.defineProperty(ea,"__esModule",{value:!0});ea.convertComments=void 0;var uW=r9(Zw()),e9=r9(Dt()),pW=Wm(),t9=Um();function fW(e,t){let r=[];return uW.forEachComment(e,(a,_)=>{let p=_.kind===e9.SyntaxKind.SingleLineCommentTrivia?t9.AST_TOKEN_TYPES.Line:t9.AST_TOKEN_TYPES.Block,d=[_.pos,_.end],h=(0,pW.getLocFor)(d,e),l=d[0]+2,v=_.kind===e9.SyntaxKind.SingleLineCommentTrivia?d[1]-l:d[1]-l-2;r.push({type:p,value:t.slice(l,l+v),range:d,loc:h})},e),r}ea.convertComments=fW});var a9=ut(Xm=>{"use strict";Object.defineProperty(Xm,"__esModule",{value:!0});Xm.astConverter=void 0;var i9=Z6(),dW=n9(),mW=Wm(),hW={};function yW(e,t,r){let{parseDiagnostics:a}=e;if(a.length)throw(0,i9.convertError)(a[0]);let _=new i9.Converter(e,{allowInvalidAST:t.allowInvalidAST,errorOnUnknownASTType:t.errorOnUnknownASTType,shouldPreserveNodeMaps:r,suppressDeprecatedPropertyWarnings:t.suppressDeprecatedPropertyWarnings}),p=_.convertProgram();(!t.range||!t.loc)&&(0,hW.simpleTraverse)(p,{enter:h=>{t.range||delete h.range,t.loc||delete h.loc}}),t.tokens&&(p.tokens=(0,mW.convertTokens)(e)),t.comment&&(p.comments=(0,dW.convertComments)(e,t.codeFullText));let d=_.getASTMaps();return{estree:p,astMaps:d}}Xm.astConverter=yW});var bb=ut(si=>{"use strict";var gW=si&&si.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),bW=si&&si.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),vW=si&&si.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&gW(t,e,r);return bW(t,e),t};Object.defineProperty(si,"__esModule",{value:!0});si.getCodeText=si.isSourceFile=void 0;var TW=vW(Dt());function o9(e){if(typeof e!="object"||e==null)return!1;let t=e;return t.kind===TW.SyntaxKind.SourceFile&&typeof t.getFullText=="function"}si.isSourceFile=o9;function SW(e){return o9(e)?e.getFullText(e):e}si.getCodeText=SW});var s9=ut(bn=>{"use strict";var xW=bn&&bn.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),wW=bn&&bn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),CW=bn&&bn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&xW(t,e,r);return wW(t,e),t},EW=bn&&bn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(bn,"__esModule",{value:!0});bn.getLanguageVariant=bn.getScriptKind=void 0;var AW=EW({extname:e=>"."+e.split(".").pop()}),Ht=CW(Dt());function kW(e,t){switch(AW.default.extname(e).toLowerCase()){case Ht.Extension.Js:case Ht.Extension.Cjs:case Ht.Extension.Mjs:return Ht.ScriptKind.JS;case Ht.Extension.Jsx:return Ht.ScriptKind.JSX;case Ht.Extension.Ts:case Ht.Extension.Cts:case Ht.Extension.Mts:return Ht.ScriptKind.TS;case Ht.Extension.Tsx:return Ht.ScriptKind.TSX;case Ht.Extension.Json:return Ht.ScriptKind.JSON;default:return t?Ht.ScriptKind.TSX:Ht.ScriptKind.TS}}bn.getScriptKind=kW;function DW(e){switch(e){case Ht.ScriptKind.TSX:case Ht.ScriptKind.JSX:case Ht.ScriptKind.JS:case Ht.ScriptKind.JSON:return Ht.LanguageVariant.JSX;default:return Ht.LanguageVariant.Standard}}bn.getLanguageVariant=DW});var l9=ut(vn=>{"use strict";var PW=vn&&vn.__createBinding||(Object.create?function(e,t,r,a){a===void 0&&(a=r);var _=Object.getOwnPropertyDescriptor(t,r);(!_||("get"in _?!t.__esModule:_.writable||_.configurable))&&(_={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,a,_)}:function(e,t,r,a){a===void 0&&(a=r),e[a]=t[r]}),IW=vn&&vn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),NW=vn&&vn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var r in e)r!=="default"&&Object.prototype.hasOwnProperty.call(e,r)&&PW(t,e,r);return IW(t,e),t},OW=vn&&vn.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(vn,"__esModule",{value:!0});vn.createNoProgram=vn.createSourceFile=void 0;var MW=OW((Ef(),wf(Cf))),_9=NW(Dt()),LW=bb(),JW=s9(),RW=(0,MW.default)("typescript-eslint:typescript-estree:createSourceFile");function c9(e){return RW("Getting AST without type information in %s mode for: %s",e.jsx?"TSX":"TS",e.filePath),(0,LW.isSourceFile)(e.code)?e.code:_9.createSourceFile(e.filePath,e.codeFullText,_9.ScriptTarget.Latest,!0,(0,JW.getScriptKind)(e.filePath,e.jsx))}vn.createSourceFile=c9;function jW(e){return{ast:c9(e),program:null}}vn.createNoProgram=jW});var u9=ut(()=>{});var p9=ut($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});$m.createParserServices=void 0;function FW(e,t){if(!t)return{program:t,...e};let r=t.getTypeChecker();return{program:t,...e,getSymbolAtLocation:a=>r.getSymbolAtLocation(e.esTreeNodeToTSNodeMap.get(a)),getTypeAtLocation:a=>r.getTypeAtLocation(e.esTreeNodeToTSNodeMap.get(a))}}$m.createParserServices=FW});var f9=ut(()=>{});var m9=ut(d9=>{d9.ExpiringCache=class{}});var y9=ut(h9=>{h9.resolveProjectList=()=>[]});var b9=ut(g9=>{g9.inferSingleRun=()=>!1});var T9=ut(v9=>{v9.warnAboutTSVersion=()=>{}});var w9=ut(ta=>{"use strict";var BW=ta&&ta.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ta,"__esModule",{value:!0});ta.clearTSServerProjectService=ta.clearTSConfigMatchCache=ta.createParseSettings=void 0;var vb=BW((Ef(),wf(Cf))),UW=f9(),qW={ensureAbsolutePath:e=>e},zW=bb(),S9=m9(),UH=y9(),WW=b9(),VW=T9(),HW=(0,vb.default)("typescript-eslint:typescript-estree:parser:parseSettings:createParseSettings"),Qm,x9=null;function GW(e,t={}){var d;let r=QW(e),a=(0,WW.inferSingleRun)(t),_=typeof t.tsconfigRootDir=="string"?t.tsconfigRootDir:"/prettier-security-dirname-placeholder",p={allowInvalidAST:t.allowInvalidAST===!0,code:e,codeFullText:r,comment:t.comment===!0,comments:[],DEPRECATED__createDefaultProgram:t.DEPRECATED__createDefaultProgram===!0,debugLevel:t.debugLevel===!0?new Set(["typescript-eslint"]):Array.isArray(t.debugLevel)?new Set(t.debugLevel):new Set,errorOnTypeScriptSyntacticAndSemanticIssues:!1,errorOnUnknownASTType:t.errorOnUnknownASTType===!0,EXPERIMENTAL_projectService:t.EXPERIMENTAL_useProjectService===!0?x9??(x9=(0,UW.createProjectService)()):void 0,EXPERIMENTAL_useSourceOfProjectReferenceRedirect:t.EXPERIMENTAL_useSourceOfProjectReferenceRedirect===!0,extraFileExtensions:Array.isArray(t.extraFileExtensions)&&t.extraFileExtensions.every(h=>typeof h=="string")?t.extraFileExtensions:[],filePath:(0,qW.ensureAbsolutePath)(typeof t.filePath=="string"&&t.filePath!=="<input>"?t.filePath:YW(t.jsx),_),jsx:t.jsx===!0,loc:t.loc===!0,log:typeof t.loggerFn=="function"?t.loggerFn:t.loggerFn===!1?()=>{}:console.log,preserveNodeMaps:t.preserveNodeMaps!==!1,programs:Array.isArray(t.programs)?t.programs:null,projects:[],range:t.range===!0,singleRun:a,suppressDeprecatedPropertyWarnings:t.suppressDeprecatedPropertyWarnings??!0,tokens:t.tokens===!0?[]:null,tsconfigMatchCache:Qm??(Qm=new S9.ExpiringCache(a?"Infinity":((d=t.cacheLifetime)==null?void 0:d.glob)??S9.DEFAULT_TSCONFIG_CACHE_DURATION_SECONDS)),tsconfigRootDir:_};if(p.debugLevel.size>0){let h=[];p.debugLevel.has("typescript-eslint")&&h.push("typescript-eslint:*"),(p.debugLevel.has("eslint")||vb.default.enabled("eslint:*,-eslint:code-path"))&&h.push("eslint:*,-eslint:code-path"),vb.default.enable(h.join(","))}if(Array.isArray(t.programs)){if(!t.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.");HW("parserOptions.programs was provided, so parserOptions.project will be ignored.")}return!p.programs&&!p.EXPERIMENTAL_projectService&&(p.projects=[]),(0,VW.warnAboutTSVersion)(p),p}ta.createParseSettings=GW;function XW(){Qm==null||Qm.clear()}ta.clearTSConfigMatchCache=XW;function $W(){x9=null}ta.clearTSServerProjectService=$W;function QW(e){return(0,zW.isSourceFile)(e)?e.getFullText(e):typeof e=="string"?e:String(e)}function YW(e){return e?"estree.tsx":"estree.ts"}});var k9=ut(Ym=>{"use strict";Object.defineProperty(Ym,"__esModule",{value:!0});Ym.getFirstSemanticOrSyntacticError=void 0;var C9=Dt();function KW(e,t){try{let r=E9(e.getSyntacticDiagnostics(t));if(r.length>0)return A9(r[0]);let a=E9(e.getSemanticDiagnostics(t));return a.length>0?A9(a[0]):void 0}catch(r){console.warn(`Warning From TSC: "${r.message}`);return}}Ym.getFirstSemanticOrSyntacticError=KW;function E9(e){return e.filter(t=>{switch(t.code){case 1013:case 1014:case 1044:case 1045:case 1048:case 1049:case 1070:case 1071:case 1085:case 1090:case 1096:case 1097:case 1098:case 1099:case 1117:case 1121:case 1123:case 1141:case 1162:case 1164:case 1172:case 1173:case 1175:case 1176:case 1190:case 1196:case 1200:case 1206:case 1211:case 1242:case 1246:case 1255:case 1308:case 2364:case 2369:case 2452:case 2462:case 8017:case 17012:case 17013:return!0}return!1})}function A9(e){return{...e,message:(0,C9.flattenDiagnosticMessageText)(e.messageText,C9.sys.newLine)}}});var D9=ut(()=>{});var L9=ut(_i=>{"use strict";var ZW=_i&&_i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(_i,"__esModule",{value:!0});_i.clearParseAndGenerateServicesCalls=_i.clearProgramCache=_i.parseAndGenerateServices=_i.parse=void 0;var eV=ZW((Ef(),wf(Cf))),P9=a9(),tV=Z6(),rV={},I9={},nV={},N9=l9(),iV=u9(),O9={},aV=p9(),M9=w9(),oV=k9(),sV=D9(),_V=(0,eV.default)("typescript-eslint:typescript-estree:parser"),Tb=new Map;function cV(){Tb.clear()}_i.clearProgramCache=cV;function lV(e,t){if(e.EXPERIMENTAL_projectService){let a=(0,sV.useProgramFromProjectService)(e.EXPERIMENTAL_projectService,e);if(a)return a}if(e.programs){let a=(0,O9.useProvidedPrograms)(e.programs,e);if(a)return a}if(!t)return(0,N9.createNoProgram)(e);let r=(0,nV.createProjectProgram)(e,(0,iV.getWatchProgramsForProjects)(e));if(r)return r;if(e.DEPRECATED__createDefaultProgram){let a=(0,rV.createDefaultProgram)(e);if(a)return a}return(0,I9.createIsolatedProgram)(e)}function uV(e,t){let{ast:r}=pV(e,t,!1);return r}_i.parse=uV;function pV(e,t,r){let a=(0,M9.createParseSettings)(e,t);if(t!=null&&t.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');let _=(0,N9.createSourceFile)(a),{estree:p,astMaps:d}=(0,P9.astConverter)(_,a,r);return{ast:p,esTreeNodeToTSNodeMap:d.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:d.tsNodeToESTreeNodeMap}}var Km={};function fV(){Km={}}_i.clearParseAndGenerateServicesCalls=fV;function dV(e,t){var v,y;let r=(0,M9.createParseSettings)(e,t);r.singleRun&&!r.programs&&((v=r.projects)==null?void 0:v.length)>0&&(r.programs={*[Symbol.iterator](){for(let C of r.projects){let S=Tb.get(C);if(S)yield S;else{_V("Detected single-run/CLI usage, creating Program once ahead of time for project: %s",C);let k=(0,O9.createProgramFromConfigFile)(C);Tb.set(C,k),yield k}}}});let a=r.programs!=null||((y=r.projects)==null?void 0:y.length)>0;if(t!==void 0&&(typeof t.errorOnTypeScriptSyntacticAndSemanticIssues=="boolean"&&t.errorOnTypeScriptSyntacticAndSemanticIssues&&(r.errorOnTypeScriptSyntacticAndSemanticIssues=!0),r.errorOnTypeScriptSyntacticAndSemanticIssues&&!a))throw new Error("Cannot calculate TypeScript semantic issues without a valid project.");r.singleRun&&t.filePath&&(Km[t.filePath]=(Km[t.filePath]||0)+1);let{ast:_,program:p}=r.singleRun&&t.filePath&&Km[t.filePath]>1?(0,I9.createIsolatedProgram)(r):lV(r,a),d=typeof r.preserveNodeMaps=="boolean"?r.preserveNodeMaps:!0,{estree:h,astMaps:l}=(0,P9.astConverter)(_,r,d);if(p&&r.errorOnTypeScriptSyntacticAndSemanticIssues){let C=(0,oV.getFirstSemanticOrSyntacticError)(p,_);if(C)throw(0,tV.convertError)(C)}return{ast:h,services:(0,aV.createParserServices)(l,p)}}_i.parseAndGenerateServices=dV});var W9=ut(ps=>{"use strict";Object.defineProperty(ps,"__esModule",{value:!0});ps.extract=SV;ps.parse=wV;ps.parseWithComments=z9;ps.print=CV;ps.strip=xV;var yV=/\*\/$/,gV=/^\/\*\*?/,U9=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,bV=/(^|\s+)\/\/([^\r\n]*)/g,j9=/^(\r?\n)+/,vV=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,F9=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,TV=/(\r?\n|^) *\* ?/g,q9=[];function SV(e){let t=e.match(U9);return t?t[0].trimLeft():""}function xV(e){let t=e.match(U9);return t&&t[0]?e.substring(t[0].length):e}function wV(e){return z9(e).pragmas}function z9(e){let t=`
22
+ `;e=e.replace(gV,"").replace(yV,"").replace(TV,"$1");let r="";for(;r!==e;)r=e,e=e.replace(vV,`${t}$1 $2${t}`);e=e.replace(j9,"").trimRight();let a=Object.create(null),_=e.replace(F9,"").replace(j9,"").trimRight(),p;for(;p=F9.exec(e);){let d=p[2].replace(bV,"");typeof a[p[1]]=="string"||Array.isArray(a[p[1]])?a[p[1]]=q9.concat(a[p[1]],d):a[p[1]]=d}return{comments:_,pragmas:a}}function CV({comments:e="",pragmas:t={}}){let r=`
23
+ `,a="/**",_=" *",p=" */",d=Object.keys(t),h=d.map(v=>B9(v,t[v])).reduce((v,y)=>v.concat(y),[]).map(v=>`${_} ${v}${r}`).join("");if(!e){if(d.length===0)return"";if(d.length===1&&!Array.isArray(t[d[0]])){let v=t[d[0]];return`${a} ${B9(d[0],v)[0]}${p}`}}let l=e.split(r).map(v=>`${_} ${v}`).join(r)+r;return a+r+(e?l:"")+(e&&d.length?_+r:"")+h+p}function B9(e,t){return q9.concat(t).map(r=>`@${e} ${r}`.trim())}});var HV={};Hh(HV,{parsers:()=>kb});var kb={};Hh(kb,{typescript:()=>VV});var r5=Ob(L9(),1);function mV(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}var J9=mV;function hV(e){let t=[];for(let r of e)try{return r()}catch(a){t.push(a)}throw Object.assign(new Error("All combinations failed"),{errors:t})}var R9=hV;var H_=Ob(W9(),1);function EV(e){if(!e.startsWith("#!"))return"";let t=e.indexOf(`
24
+ `);return t===-1?e:e.slice(0,t)}var V9=EV;function AV(e){let t=V9(e);t&&(e=e.slice(t.length+1));let r=(0,H_.extract)(e),{pragmas:a,comments:_}=(0,H_.parseWithComments)(r);return{shebang:t,text:e,pragmas:a,comments:_}}function H9(e){let{pragmas:t}=AV(e);return Object.prototype.hasOwnProperty.call(t,"prettier")||Object.prototype.hasOwnProperty.call(t,"format")}function kV(e){return Array.isArray(e)&&e.length>0}var Zm=kV;function Fn(e){var a;let t=e.range?e.range[0]:e.start,r=((a=e.declaration)==null?void 0:a.decorators)??e.decorators;return Zm(r)?Math.min(Fn(r[0]),t):t}function ra(e){return e.range?e.range[1]:e.end}function DV(e){return e=typeof e=="function"?{parse:e}:e,{astFormat:"estree",hasPragma:H9,locStart:Fn,locEnd:ra,...e}}var G9=DV;function PV(e){return e.charAt(0)==="#"&&e.charAt(1)==="!"?"//"+e.slice(2):e}var X9=PV;var IV=(e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},Sb=IV;function NV(e){return e=new Set(e),t=>e.has(t==null?void 0:t.type)}var $9=NV;var OV=$9(["Block","CommentBlock","MultiLine"]),gu=OV;function MV(e){return gu(e)&&e.value[0]==="*"&&/@(?:type|satisfies)\b/.test(e.value)}var Q9=MV;function LV(e){let t=`*${e.value}*`.split(`
25
+ `);return t.length>1&&t.every(r=>r.trimStart()[0]==="*")}var xb=LV;var bu=null;function vu(e){if(bu!==null&&typeof bu.property){let t=bu;return bu=vu.prototype=null,t}return bu=vu.prototype=e??Object.create(null),new vu}var JV=10;for(let e=0;e<=JV;e++)vu();function wb(e){return vu(e)}function RV(e,t="type"){wb(e);function r(a){let _=a[t],p=e[_];if(!Array.isArray(p))throw Object.assign(new Error(`Missing visitor keys for '${_}'.`),{node:a});return p}return r}var Y9=RV;var K9={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["test","body"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body","returnType","typeParameters","predicate"],FunctionExpression:["id","params","body","returnType","typeParameters"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body"],ObjectExpression:["properties"],ObjectMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["params","body","returnType","typeParameters","predicate"],ClassBody:["body"],ClassExpression:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ClassDeclaration:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators","superTypeArguments"],ExportAllDeclaration:["source","attributes","assertions","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","attributes","assertions"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","attributes","assertions"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["local","imported"],MetaProperty:["meta","property"],ClassMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","quasi","typeParameters","typeArguments"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],Import:[],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["key","value","typeAnnotation","decorators","variance"],ClassAccessorProperty:["key","value","typeAnnotation","decorators"],ClassPrivateProperty:["key","value","decorators","typeAnnotation","variance"],ClassPrivateMethod:["key","params","body","decorators","returnType","typeParameters"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source"],DeclareExportAllDeclaration:["source"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","params","rest","returnType","this"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value","optional","static","method"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["id","key","value","variance"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["id","qualification"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types","elementTypes"],TypeofTypeAnnotation:["argument"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes","typeArguments","typeParameters"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],DecimalLiteral:[],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation"],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","typeAnnotation","nameType"],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"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body"],TSModuleBlock:["body"],TSImportType:["argument","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"],ImportExpression:["source","attributes"],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:[],TSTemplateLiteralType:["quasis","types"],BigIntLiteralTypeAnnotation:[],BigIntTypeAnnotation:[],ConditionalTypeAnnotation:["checkType","extendsType","trueType","falseType"],DeclareEnum:["id","body"],InferTypeAnnotation:["typeParameter"],KeyofTypeAnnotation:["argument"],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:["qualification","id"],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","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:[]};var jV=Y9(K9),Z9=jV;function Cb(e,t){if(!(e!==null&&typeof e=="object"))return e;if(Array.isArray(e)){for(let a=0;a<e.length;a++)e[a]=Cb(e[a],t);return e}let r=Z9(e);for(let a=0;a<r.length;a++)e[r[a]]=Cb(e[r[a]],t);return t(e)||e}var e1=Cb;function FV(e,t){let{parser:r,text:a}=t;if(e.type==="File"&&e.program.interpreter){let{program:{interpreter:p},comments:d}=e;delete e.program.interpreter,d.unshift(p)}if(r==="babel"){let p=new Set;e=e1(e,d=>{var h;(h=d.leadingComments)!=null&&h.some(Q9)&&p.add(Fn(d))}),e=e1(e,d=>{if(d.type==="ParenthesizedExpression"){let{expression:h}=d;if(h.type==="TypeCastExpression")return h.range=d.range,h;let l=Fn(d);if(!p.has(l))return h.extra={...h.extra,parenthesized:!0},h}})}if(e=e1(e,p=>{switch(p.type){case"LogicalExpression":if(e5(p))return Eb(p);break;case"VariableDeclaration":{let d=Sb(!1,p.declarations,-1);d!=null&&d.init&&_(p,d);break}case"TSParenthesizedType":return p.typeAnnotation;case"TSTypeParameter":if(typeof p.name=="string"){let d=Fn(p);p.name={type:"Identifier",name:p.name,range:[d,d+p.name.length]}}break;case"TopicReference":e.extra={...e.extra,__isUsingHackPipeline:!0};break;case"ExportAllDeclaration":{let{exported:d}=p;if(r==="meriyah"&&(d==null?void 0:d.type)==="Identifier"){let h=a.slice(Fn(d),ra(d));(h.startsWith('"')||h.startsWith("'"))&&(p.exported={...p.exported,type:"Literal",value:p.exported.name,raw:h})}break}case"TSUnionType":case"TSIntersectionType":if(p.types.length===1)return p.types[0];break}}),Zm(e.comments)){let p=Sb(!1,e.comments,-1);for(let d=e.comments.length-2;d>=0;d--){let h=e.comments[d];ra(h)===Fn(p)&&gu(h)&&gu(p)&&xb(h)&&xb(p)&&(e.comments.splice(d+1,1),h.value+="*//*"+p.value,h.range=[Fn(h),ra(p)]),p=h}}return e.type==="Program"&&(e.range=[0,a.length]),e;function _(p,d){a[ra(d)]!==";"&&(p.range=[Fn(p),ra(d)])}}function e5(e){return e.type==="LogicalExpression"&&e.right.type==="LogicalExpression"&&e.operator===e.right.operator}function Eb(e){return e5(e)?Eb({type:"LogicalExpression",operator:e.operator,left:Eb({type:"LogicalExpression",operator:e.operator,left:e.left,right:e.right.left,range:[Fn(e.left),ra(e.right.left)]}),right:e.right.right,range:[Fn(e),ra(e)]}):e}var t5=FV;var Ab={loc:!0,range:!0,comment:!0,tokens:!0,loggerFn:!1,project:[],suppressDeprecatedPropertyWarnings:!0};function BV(e){let{message:t,location:r}=e;if(!r)return e;let{start:a,end:_}=r;return J9(t,{loc:{start:{line:a.line,column:a.column+1},end:{line:_.line,column:_.column+1}},cause:e})}var UV=e=>/\.(?:js|mjs|cjs|jsx|ts|mts|cts|tsx)$/i.test(e);function qV(e,t){let r=t==null?void 0:t.filepath;if(r&&UV(r))return[{...Ab,filePath:r}];let a=WV(e);return[{...Ab,jsx:a},{...Ab,jsx:!a}]}function zV(e,t){let r=X9(e),a=qV(e,t),_;try{_=R9(a.map(p=>()=>(0,r5.parse)(r,p)))}catch({errors:[p]}){throw BV(p)}return t5(_,{text:e})}function WV(e){return new RegExp(["(?:^[^\"'`]*</)","|","(?:^[^/]{2}.*/>)"].join(""),"m").test(e)}var VV=G9(zV);return wf(HV);});