@socketsecurity/cli-with-sentry 1.0.92 → 1.0.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2497) hide show
  1. package/dist/cli.js +1356 -1277
  2. package/dist/cli.js.map +1 -1
  3. package/dist/constants.js +3 -3
  4. package/dist/constants.js.map +1 -1
  5. package/dist/socket-completion.bash +19 -19
  6. package/dist/tsconfig.dts.tsbuildinfo +1 -0
  7. package/dist/types/cli.d.mts +3 -0
  8. package/dist/types/cli.d.mts.map +1 -0
  9. package/dist/types/commands/analytics/cmd-analytics.d.mts +11 -0
  10. package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -0
  11. package/dist/types/commands/analytics/fetch-org-analytics.d.mts +8 -0
  12. package/dist/types/commands/analytics/fetch-org-analytics.d.mts.map +1 -0
  13. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts +8 -0
  14. package/dist/types/commands/analytics/fetch-repo-analytics.d.mts.map +1 -0
  15. package/dist/types/commands/analytics/handle-analytics.d.mts +9 -0
  16. package/dist/types/commands/analytics/handle-analytics.d.mts.map +1 -0
  17. package/dist/types/commands/analytics/output-analytics.d.mts +28 -0
  18. package/dist/types/commands/analytics/output-analytics.d.mts.map +1 -0
  19. package/dist/types/commands/audit-log/cmd-audit-log.d.mts +11 -0
  20. package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -0
  21. package/dist/types/commands/audit-log/fetch-audit-log.d.mts +15 -0
  22. package/dist/types/commands/audit-log/fetch-audit-log.d.mts.map +1 -0
  23. package/dist/types/commands/audit-log/handle-audit-log.d.mts +9 -0
  24. package/dist/types/commands/audit-log/handle-audit-log.d.mts.map +1 -0
  25. package/dist/types/commands/audit-log/output-audit-log.d.mts +22 -0
  26. package/dist/types/commands/audit-log/output-audit-log.d.mts.map +1 -0
  27. package/dist/types/commands/ci/cmd-ci.d.mts +10 -0
  28. package/dist/types/commands/ci/cmd-ci.d.mts.map +1 -0
  29. package/dist/types/commands/ci/fetch-default-org-slug.d.mts +4 -0
  30. package/dist/types/commands/ci/fetch-default-org-slug.d.mts.map +1 -0
  31. package/dist/types/commands/ci/handle-ci.d.mts +2 -0
  32. package/dist/types/commands/ci/handle-ci.d.mts.map +1 -0
  33. package/dist/types/commands/config/cmd-config-auto.d.mts +11 -0
  34. package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -0
  35. package/dist/types/commands/config/cmd-config-get.d.mts +10 -0
  36. package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -0
  37. package/dist/types/commands/config/cmd-config-list.d.mts +10 -0
  38. package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -0
  39. package/dist/types/commands/config/cmd-config-set.d.mts +11 -0
  40. package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -0
  41. package/dist/types/commands/config/cmd-config-unset.d.mts +11 -0
  42. package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -0
  43. package/dist/types/commands/config/cmd-config.d.mts +3 -0
  44. package/dist/types/commands/config/cmd-config.d.mts.map +1 -0
  45. package/dist/types/commands/config/discover-config-value.d.mts +3 -0
  46. package/dist/types/commands/config/discover-config-value.d.mts.map +1 -0
  47. package/dist/types/commands/config/handle-config-auto.d.mts +7 -0
  48. package/dist/types/commands/config/handle-config-auto.d.mts.map +1 -0
  49. package/dist/types/commands/config/handle-config-get.d.mts +7 -0
  50. package/dist/types/commands/config/handle-config-get.d.mts.map +1 -0
  51. package/dist/types/commands/config/handle-config-set.d.mts +8 -0
  52. package/dist/types/commands/config/handle-config-set.d.mts.map +1 -0
  53. package/dist/types/commands/config/handle-config-unset.d.mts +7 -0
  54. package/dist/types/commands/config/handle-config-unset.d.mts.map +1 -0
  55. package/dist/types/commands/config/output-config-auto.d.mts +4 -0
  56. package/dist/types/commands/config/output-config-auto.d.mts.map +1 -0
  57. package/dist/types/commands/config/output-config-get.d.mts +4 -0
  58. package/dist/types/commands/config/output-config-get.d.mts.map +1 -0
  59. package/dist/types/commands/config/output-config-list.d.mts +6 -0
  60. package/dist/types/commands/config/output-config-list.d.mts.map +1 -0
  61. package/dist/types/commands/config/output-config-set.d.mts +3 -0
  62. package/dist/types/commands/config/output-config-set.d.mts.map +1 -0
  63. package/dist/types/commands/config/output-config-unset.d.mts +3 -0
  64. package/dist/types/commands/config/output-config-unset.d.mts.map +1 -0
  65. package/dist/types/commands/fix/agent-fix.d.mts +42 -0
  66. package/dist/types/commands/fix/agent-fix.d.mts.map +1 -0
  67. package/dist/types/commands/fix/cmd-fix.d.mts +11 -0
  68. package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -0
  69. package/dist/types/commands/fix/coana-fix.d.mts +6 -0
  70. package/dist/types/commands/fix/coana-fix.d.mts.map +1 -0
  71. package/dist/types/commands/fix/fix-branch-helpers.d.mts +4 -0
  72. package/dist/types/commands/fix/fix-branch-helpers.d.mts.map +1 -0
  73. package/dist/types/commands/fix/fix-env-helpers.d.mts +13 -0
  74. package/dist/types/commands/fix/fix-env-helpers.d.mts.map +1 -0
  75. package/dist/types/commands/fix/get-actual-tree.d.mts +3 -0
  76. package/dist/types/commands/fix/get-actual-tree.d.mts.map +1 -0
  77. package/dist/types/commands/fix/handle-fix.d.mts +11 -0
  78. package/dist/types/commands/fix/handle-fix.d.mts.map +1 -0
  79. package/dist/types/commands/fix/npm-fix.d.mts +7 -0
  80. package/dist/types/commands/fix/npm-fix.d.mts.map +1 -0
  81. package/dist/types/commands/fix/output-fix-result.d.mts +3 -0
  82. package/dist/types/commands/fix/output-fix-result.d.mts.map +1 -0
  83. package/dist/types/commands/fix/pnpm-fix.d.mts +7 -0
  84. package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -0
  85. package/dist/types/commands/fix/pull-request.d.mts +47 -0
  86. package/dist/types/commands/fix/pull-request.d.mts.map +1 -0
  87. package/dist/types/commands/fix/shared.d.mts +8 -0
  88. package/dist/types/commands/fix/shared.d.mts.map +1 -0
  89. package/dist/types/commands/fix/socket-git.d.mts +32 -0
  90. package/dist/types/commands/fix/socket-git.d.mts.map +1 -0
  91. package/dist/types/commands/install/cmd-install-completion.d.mts +10 -0
  92. package/dist/types/commands/install/cmd-install-completion.d.mts.map +1 -0
  93. package/dist/types/commands/install/cmd-install.d.mts +3 -0
  94. package/dist/types/commands/install/cmd-install.d.mts.map +1 -0
  95. package/dist/types/commands/install/handle-install-completion.d.mts +2 -0
  96. package/dist/types/commands/install/handle-install-completion.d.mts.map +1 -0
  97. package/dist/types/commands/install/output-install-completion.d.mts +12 -0
  98. package/dist/types/commands/install/output-install-completion.d.mts.map +1 -0
  99. package/dist/types/commands/install/setup-tab-completion.d.mts +13 -0
  100. package/dist/types/commands/install/setup-tab-completion.d.mts.map +1 -0
  101. package/dist/types/commands/json/cmd-json.d.mts +10 -0
  102. package/dist/types/commands/json/cmd-json.d.mts.map +1 -0
  103. package/dist/types/commands/json/handle-cmd-json.d.mts +2 -0
  104. package/dist/types/commands/json/handle-cmd-json.d.mts.map +1 -0
  105. package/dist/types/commands/json/output-cmd-json.d.mts +2 -0
  106. package/dist/types/commands/json/output-cmd-json.d.mts.map +1 -0
  107. package/dist/types/commands/login/apply-login.d.mts +2 -0
  108. package/dist/types/commands/login/apply-login.d.mts.map +1 -0
  109. package/dist/types/commands/login/attempt-login.d.mts +6 -0
  110. package/dist/types/commands/login/attempt-login.d.mts.map +1 -0
  111. package/dist/types/commands/login/cmd-login.d.mts +11 -0
  112. package/dist/types/commands/login/cmd-login.d.mts.map +1 -0
  113. package/dist/types/commands/logout/apply-logout.d.mts +2 -0
  114. package/dist/types/commands/logout/apply-logout.d.mts.map +1 -0
  115. package/dist/types/commands/logout/attempt-logout.d.mts +2 -0
  116. package/dist/types/commands/logout/attempt-logout.d.mts.map +1 -0
  117. package/dist/types/commands/logout/cmd-logout.d.mts +10 -0
  118. package/dist/types/commands/logout/cmd-logout.d.mts.map +1 -0
  119. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts +10 -0
  120. package/dist/types/commands/manifest/cmd-manifest-auto.d.mts.map +1 -0
  121. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts +10 -0
  122. package/dist/types/commands/manifest/cmd-manifest-cdxgen.d.mts.map +1 -0
  123. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts +10 -0
  124. package/dist/types/commands/manifest/cmd-manifest-conda.d.mts.map +1 -0
  125. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts +10 -0
  126. package/dist/types/commands/manifest/cmd-manifest-gradle.d.mts.map +1 -0
  127. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts +10 -0
  128. package/dist/types/commands/manifest/cmd-manifest-kotlin.d.mts.map +1 -0
  129. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts +10 -0
  130. package/dist/types/commands/manifest/cmd-manifest-scala.d.mts.map +1 -0
  131. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts +10 -0
  132. package/dist/types/commands/manifest/cmd-manifest-setup.d.mts.map +1 -0
  133. package/dist/types/commands/manifest/cmd-manifest.d.mts +10 -0
  134. package/dist/types/commands/manifest/cmd-manifest.d.mts.map +1 -0
  135. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts +8 -0
  136. package/dist/types/commands/manifest/convert-conda-to-requirements.d.mts.map +1 -0
  137. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts +7 -0
  138. package/dist/types/commands/manifest/convert_gradle_to_maven.d.mts.map +1 -0
  139. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts +8 -0
  140. package/dist/types/commands/manifest/convert_sbt_to_maven.d.mts.map +1 -0
  141. package/dist/types/commands/manifest/detect-manifest-actions.d.mts +13 -0
  142. package/dist/types/commands/manifest/detect-manifest-actions.d.mts.map +1 -0
  143. package/dist/types/commands/manifest/generate_auto_manifest.d.mts +9 -0
  144. package/dist/types/commands/manifest/generate_auto_manifest.d.mts.map +1 -0
  145. package/dist/types/commands/manifest/handle-manifest-conda.d.mts +9 -0
  146. package/dist/types/commands/manifest/handle-manifest-conda.d.mts.map +1 -0
  147. package/dist/types/commands/manifest/handle-manifest-setup.d.mts +2 -0
  148. package/dist/types/commands/manifest/handle-manifest-setup.d.mts.map +1 -0
  149. package/dist/types/commands/manifest/output-manifest-setup.d.mts +3 -0
  150. package/dist/types/commands/manifest/output-manifest-setup.d.mts.map +1 -0
  151. package/dist/types/commands/manifest/output-requirements.d.mts +6 -0
  152. package/dist/types/commands/manifest/output-requirements.d.mts.map +1 -0
  153. package/dist/types/commands/manifest/run-cdxgen.d.mts +2 -0
  154. package/dist/types/commands/manifest/run-cdxgen.d.mts.map +1 -0
  155. package/dist/types/commands/manifest/setup-manifest-config.d.mts +3 -0
  156. package/dist/types/commands/manifest/setup-manifest-config.d.mts.map +1 -0
  157. package/dist/types/commands/npm/cmd-npm.d.mts +11 -0
  158. package/dist/types/commands/npm/cmd-npm.d.mts.map +1 -0
  159. package/dist/types/commands/npx/cmd-npx.d.mts +10 -0
  160. package/dist/types/commands/npx/cmd-npx.d.mts.map +1 -0
  161. package/dist/types/commands/oops/cmd-oops.d.mts +10 -0
  162. package/dist/types/commands/oops/cmd-oops.d.mts.map +1 -0
  163. package/dist/types/commands/optimize/add-overrides.d.mts +20 -0
  164. package/dist/types/commands/optimize/add-overrides.d.mts.map +1 -0
  165. package/dist/types/commands/optimize/apply-optimization.d.mts +14 -0
  166. package/dist/types/commands/optimize/apply-optimization.d.mts.map +1 -0
  167. package/dist/types/commands/optimize/cmd-optimize.d.mts +11 -0
  168. package/dist/types/commands/optimize/cmd-optimize.d.mts.map +1 -0
  169. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts +5 -0
  170. package/dist/types/commands/optimize/deps-includes-by-agent.d.mts.map +1 -0
  171. package/dist/types/commands/optimize/get-dependency-entries.d.mts +3 -0
  172. package/dist/types/commands/optimize/get-dependency-entries.d.mts.map +1 -0
  173. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts +42 -0
  174. package/dist/types/commands/optimize/get-overrides-by-agent.d.mts.map +1 -0
  175. package/dist/types/commands/optimize/handle-optimize.d.mts +8 -0
  176. package/dist/types/commands/optimize/handle-optimize.d.mts.map +1 -0
  177. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts +8 -0
  178. package/dist/types/commands/optimize/lockfile-includes-by-agent.d.mts.map +1 -0
  179. package/dist/types/commands/optimize/ls-by-agent.d.mts +13 -0
  180. package/dist/types/commands/optimize/ls-by-agent.d.mts.map +1 -0
  181. package/dist/types/commands/optimize/output-optimize-result.d.mts +9 -0
  182. package/dist/types/commands/optimize/output-optimize-result.d.mts.map +1 -0
  183. package/dist/types/commands/optimize/shared.d.mts +2 -0
  184. package/dist/types/commands/optimize/shared.d.mts.map +1 -0
  185. package/dist/types/commands/optimize/types.d.mts +9 -0
  186. package/dist/types/commands/optimize/types.d.mts.map +1 -0
  187. package/dist/types/commands/optimize/update-lockfile.d.mts +11 -0
  188. package/dist/types/commands/optimize/update-lockfile.d.mts.map +1 -0
  189. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts +8 -0
  190. package/dist/types/commands/optimize/update-manifest-by-agent.d.mts.map +1 -0
  191. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts +11 -0
  192. package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -0
  193. package/dist/types/commands/organization/cmd-organization-list.d.mts +11 -0
  194. package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -0
  195. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts +11 -0
  196. package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -0
  197. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts +11 -0
  198. package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -0
  199. package/dist/types/commands/organization/cmd-organization-policy.d.mts +3 -0
  200. package/dist/types/commands/organization/cmd-organization-policy.d.mts.map +1 -0
  201. package/dist/types/commands/organization/cmd-organization-quota.d.mts +10 -0
  202. package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -0
  203. package/dist/types/commands/organization/cmd-organization.d.mts +3 -0
  204. package/dist/types/commands/organization/cmd-organization.d.mts.map +1 -0
  205. package/dist/types/commands/organization/fetch-dependencies.d.mts +12 -0
  206. package/dist/types/commands/organization/fetch-dependencies.d.mts.map +1 -0
  207. package/dist/types/commands/organization/fetch-license-policy.d.mts +8 -0
  208. package/dist/types/commands/organization/fetch-license-policy.d.mts.map +1 -0
  209. package/dist/types/commands/organization/fetch-organization-list.d.mts +8 -0
  210. package/dist/types/commands/organization/fetch-organization-list.d.mts.map +1 -0
  211. package/dist/types/commands/organization/fetch-quota.d.mts +8 -0
  212. package/dist/types/commands/organization/fetch-quota.d.mts.map +1 -0
  213. package/dist/types/commands/organization/fetch-security-policy.d.mts +8 -0
  214. package/dist/types/commands/organization/fetch-security-policy.d.mts.map +1 -0
  215. package/dist/types/commands/organization/handle-dependencies.d.mts +7 -0
  216. package/dist/types/commands/organization/handle-dependencies.d.mts.map +1 -0
  217. package/dist/types/commands/organization/handle-license-policy.d.mts +3 -0
  218. package/dist/types/commands/organization/handle-license-policy.d.mts.map +1 -0
  219. package/dist/types/commands/organization/handle-organization-list.d.mts +3 -0
  220. package/dist/types/commands/organization/handle-organization-list.d.mts.map +1 -0
  221. package/dist/types/commands/organization/handle-quota.d.mts +3 -0
  222. package/dist/types/commands/organization/handle-quota.d.mts.map +1 -0
  223. package/dist/types/commands/organization/handle-security-policy.d.mts +3 -0
  224. package/dist/types/commands/organization/handle-security-policy.d.mts.map +1 -0
  225. package/dist/types/commands/organization/output-dependencies.d.mts +8 -0
  226. package/dist/types/commands/organization/output-dependencies.d.mts.map +1 -0
  227. package/dist/types/commands/organization/output-license-policy.d.mts +4 -0
  228. package/dist/types/commands/organization/output-license-policy.d.mts.map +1 -0
  229. package/dist/types/commands/organization/output-organization-list.d.mts +4 -0
  230. package/dist/types/commands/organization/output-organization-list.d.mts.map +1 -0
  231. package/dist/types/commands/organization/output-quota.d.mts +4 -0
  232. package/dist/types/commands/organization/output-quota.d.mts.map +1 -0
  233. package/dist/types/commands/organization/output-security-policy.d.mts +4 -0
  234. package/dist/types/commands/organization/output-security-policy.d.mts.map +1 -0
  235. package/dist/types/commands/package/cmd-package-score.d.mts +11 -0
  236. package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -0
  237. package/dist/types/commands/package/cmd-package-shallow.d.mts +18 -0
  238. package/dist/types/commands/package/cmd-package-shallow.d.mts.map +1 -0
  239. package/dist/types/commands/package/cmd-package.d.mts +3 -0
  240. package/dist/types/commands/package/cmd-package.d.mts.map +1 -0
  241. package/dist/types/commands/package/fetch-purl-deep-score.d.mts +51 -0
  242. package/dist/types/commands/package/fetch-purl-deep-score.d.mts.map +1 -0
  243. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts +8 -0
  244. package/dist/types/commands/package/fetch-purls-shallow-score.d.mts.map +1 -0
  245. package/dist/types/commands/package/handle-purl-deep-score.d.mts +3 -0
  246. package/dist/types/commands/package/handle-purl-deep-score.d.mts.map +1 -0
  247. package/dist/types/commands/package/handle-purls-shallow-score.d.mts +6 -0
  248. package/dist/types/commands/package/handle-purls-shallow-score.d.mts.map +1 -0
  249. package/dist/types/commands/package/output-purls-deep-score.d.mts +5 -0
  250. package/dist/types/commands/package/output-purls-deep-score.d.mts.map +1 -0
  251. package/dist/types/commands/package/output-purls-shallow-score.d.mts +29 -0
  252. package/dist/types/commands/package/output-purls-shallow-score.d.mts.map +1 -0
  253. package/dist/types/commands/package/parse-package-specifiers.d.mts +9 -0
  254. package/dist/types/commands/package/parse-package-specifiers.d.mts.map +1 -0
  255. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts +10 -0
  256. package/dist/types/commands/raw-npm/cmd-raw-npm.d.mts.map +1 -0
  257. package/dist/types/commands/raw-npm/run-raw-npm.d.mts +2 -0
  258. package/dist/types/commands/raw-npm/run-raw-npm.d.mts.map +1 -0
  259. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts +10 -0
  260. package/dist/types/commands/raw-npx/cmd-raw-npx.d.mts.map +1 -0
  261. package/dist/types/commands/raw-npx/run-raw-npx.d.mts +2 -0
  262. package/dist/types/commands/raw-npx/run-raw-npx.d.mts.map +1 -0
  263. package/dist/types/commands/repository/cmd-repository-create.d.mts +11 -0
  264. package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -0
  265. package/dist/types/commands/repository/cmd-repository-del.d.mts +11 -0
  266. package/dist/types/commands/repository/cmd-repository-del.d.mts.map +1 -0
  267. package/dist/types/commands/repository/cmd-repository-list.d.mts +11 -0
  268. package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -0
  269. package/dist/types/commands/repository/cmd-repository-update.d.mts +11 -0
  270. package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -0
  271. package/dist/types/commands/repository/cmd-repository-view.d.mts +11 -0
  272. package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -0
  273. package/dist/types/commands/repository/cmd-repository.d.mts +3 -0
  274. package/dist/types/commands/repository/cmd-repository.d.mts.map +1 -0
  275. package/dist/types/commands/repository/fetch-create-repo.d.mts +16 -0
  276. package/dist/types/commands/repository/fetch-create-repo.d.mts.map +1 -0
  277. package/dist/types/commands/repository/fetch-delete-repo.d.mts +8 -0
  278. package/dist/types/commands/repository/fetch-delete-repo.d.mts.map +1 -0
  279. package/dist/types/commands/repository/fetch-list-all-repos.d.mts +10 -0
  280. package/dist/types/commands/repository/fetch-list-all-repos.d.mts.map +1 -0
  281. package/dist/types/commands/repository/fetch-list-repos.d.mts +15 -0
  282. package/dist/types/commands/repository/fetch-list-repos.d.mts.map +1 -0
  283. package/dist/types/commands/repository/fetch-update-repo.d.mts +16 -0
  284. package/dist/types/commands/repository/fetch-update-repo.d.mts.map +1 -0
  285. package/dist/types/commands/repository/fetch-view-repo.d.mts +8 -0
  286. package/dist/types/commands/repository/fetch-view-repo.d.mts.map +1 -0
  287. package/dist/types/commands/repository/handle-create-repo.d.mts +10 -0
  288. package/dist/types/commands/repository/handle-create-repo.d.mts.map +1 -0
  289. package/dist/types/commands/repository/handle-delete-repo.d.mts +3 -0
  290. package/dist/types/commands/repository/handle-delete-repo.d.mts.map +1 -0
  291. package/dist/types/commands/repository/handle-list-repos.d.mts +11 -0
  292. package/dist/types/commands/repository/handle-list-repos.d.mts.map +1 -0
  293. package/dist/types/commands/repository/handle-update-repo.d.mts +10 -0
  294. package/dist/types/commands/repository/handle-update-repo.d.mts.map +1 -0
  295. package/dist/types/commands/repository/handle-view-repo.d.mts +3 -0
  296. package/dist/types/commands/repository/handle-view-repo.d.mts.map +1 -0
  297. package/dist/types/commands/repository/output-create-repo.d.mts +4 -0
  298. package/dist/types/commands/repository/output-create-repo.d.mts.map +1 -0
  299. package/dist/types/commands/repository/output-delete-repo.d.mts +4 -0
  300. package/dist/types/commands/repository/output-delete-repo.d.mts.map +1 -0
  301. package/dist/types/commands/repository/output-list-repos.d.mts +4 -0
  302. package/dist/types/commands/repository/output-list-repos.d.mts.map +1 -0
  303. package/dist/types/commands/repository/output-update-repo.d.mts +4 -0
  304. package/dist/types/commands/repository/output-update-repo.d.mts.map +1 -0
  305. package/dist/types/commands/repository/output-view-repo.d.mts +4 -0
  306. package/dist/types/commands/repository/output-view-repo.d.mts.map +1 -0
  307. package/dist/types/commands/scan/cmd-scan-create.d.mts +11 -0
  308. package/dist/types/commands/scan/cmd-scan-create.d.mts.map +1 -0
  309. package/dist/types/commands/scan/cmd-scan-del.d.mts +11 -0
  310. package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -0
  311. package/dist/types/commands/scan/cmd-scan-diff.d.mts +11 -0
  312. package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -0
  313. package/dist/types/commands/scan/cmd-scan-github.d.mts +11 -0
  314. package/dist/types/commands/scan/cmd-scan-github.d.mts.map +1 -0
  315. package/dist/types/commands/scan/cmd-scan-list.d.mts +4 -0
  316. package/dist/types/commands/scan/cmd-scan-list.d.mts.map +1 -0
  317. package/dist/types/commands/scan/cmd-scan-metadata.d.mts +4 -0
  318. package/dist/types/commands/scan/cmd-scan-metadata.d.mts.map +1 -0
  319. package/dist/types/commands/scan/cmd-scan-reach.d.mts +11 -0
  320. package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -0
  321. package/dist/types/commands/scan/cmd-scan-report.d.mts +4 -0
  322. package/dist/types/commands/scan/cmd-scan-report.d.mts.map +1 -0
  323. package/dist/types/commands/scan/cmd-scan-setup.d.mts +10 -0
  324. package/dist/types/commands/scan/cmd-scan-setup.d.mts.map +1 -0
  325. package/dist/types/commands/scan/cmd-scan-view.d.mts +4 -0
  326. package/dist/types/commands/scan/cmd-scan-view.d.mts.map +1 -0
  327. package/dist/types/commands/scan/cmd-scan.d.mts +3 -0
  328. package/dist/types/commands/scan/cmd-scan.d.mts.map +1 -0
  329. package/dist/types/commands/scan/create-scan-from-github.d.mts +12 -0
  330. package/dist/types/commands/scan/create-scan-from-github.d.mts.map +1 -0
  331. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts +20 -0
  332. package/dist/types/commands/scan/fetch-create-org-full-scan.d.mts.map +1 -0
  333. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts +8 -0
  334. package/dist/types/commands/scan/fetch-delete-org-full-scan.d.mts.map +1 -0
  335. package/dist/types/commands/scan/fetch-diff-scan.d.mts +8 -0
  336. package/dist/types/commands/scan/fetch-diff-scan.d.mts.map +1 -0
  337. package/dist/types/commands/scan/fetch-list-scans.d.mts +18 -0
  338. package/dist/types/commands/scan/fetch-list-scans.d.mts.map +1 -0
  339. package/dist/types/commands/scan/fetch-report-data.d.mts +17 -0
  340. package/dist/types/commands/scan/fetch-report-data.d.mts.map +1 -0
  341. package/dist/types/commands/scan/fetch-scan-metadata.d.mts +8 -0
  342. package/dist/types/commands/scan/fetch-scan-metadata.d.mts.map +1 -0
  343. package/dist/types/commands/scan/fetch-scan.d.mts +4 -0
  344. package/dist/types/commands/scan/fetch-scan.d.mts.map +1 -0
  345. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts +8 -0
  346. package/dist/types/commands/scan/fetch-supported-scan-file-names.d.mts.map +1 -0
  347. package/dist/types/commands/scan/finalize-tier1-scan.d.mts +12 -0
  348. package/dist/types/commands/scan/finalize-tier1-scan.d.mts.map +1 -0
  349. package/dist/types/commands/scan/generate-report.d.mts +43 -0
  350. package/dist/types/commands/scan/generate-report.d.mts.map +1 -0
  351. package/dist/types/commands/scan/handle-create-github-scan.d.mts +12 -0
  352. package/dist/types/commands/scan/handle-create-github-scan.d.mts.map +1 -0
  353. package/dist/types/commands/scan/handle-create-new-scan.d.mts +26 -0
  354. package/dist/types/commands/scan/handle-create-new-scan.d.mts.map +1 -0
  355. package/dist/types/commands/scan/handle-delete-scan.d.mts +3 -0
  356. package/dist/types/commands/scan/handle-delete-scan.d.mts.map +1 -0
  357. package/dist/types/commands/scan/handle-diff-scan.d.mts +10 -0
  358. package/dist/types/commands/scan/handle-diff-scan.d.mts.map +1 -0
  359. package/dist/types/commands/scan/handle-list-scans.d.mts +13 -0
  360. package/dist/types/commands/scan/handle-list-scans.d.mts.map +1 -0
  361. package/dist/types/commands/scan/handle-scan-config.d.mts +2 -0
  362. package/dist/types/commands/scan/handle-scan-config.d.mts.map +1 -0
  363. package/dist/types/commands/scan/handle-scan-metadata.d.mts +3 -0
  364. package/dist/types/commands/scan/handle-scan-metadata.d.mts.map +1 -0
  365. package/dist/types/commands/scan/handle-scan-reach.d.mts +12 -0
  366. package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -0
  367. package/dist/types/commands/scan/handle-scan-report.d.mts +12 -0
  368. package/dist/types/commands/scan/handle-scan-report.d.mts.map +1 -0
  369. package/dist/types/commands/scan/handle-scan-view.d.mts +3 -0
  370. package/dist/types/commands/scan/handle-scan-view.d.mts.map +1 -0
  371. package/dist/types/commands/scan/output-create-new-scan.d.mts +10 -0
  372. package/dist/types/commands/scan/output-create-new-scan.d.mts.map +1 -0
  373. package/dist/types/commands/scan/output-delete-scan.d.mts +4 -0
  374. package/dist/types/commands/scan/output-delete-scan.d.mts.map +1 -0
  375. package/dist/types/commands/scan/output-diff-scan.d.mts +8 -0
  376. package/dist/types/commands/scan/output-diff-scan.d.mts.map +1 -0
  377. package/dist/types/commands/scan/output-list-scans.d.mts +4 -0
  378. package/dist/types/commands/scan/output-list-scans.d.mts.map +1 -0
  379. package/dist/types/commands/scan/output-scan-config-result.d.mts +3 -0
  380. package/dist/types/commands/scan/output-scan-config-result.d.mts.map +1 -0
  381. package/dist/types/commands/scan/output-scan-github.d.mts +3 -0
  382. package/dist/types/commands/scan/output-scan-github.d.mts.map +1 -0
  383. package/dist/types/commands/scan/output-scan-metadata.d.mts +4 -0
  384. package/dist/types/commands/scan/output-scan-metadata.d.mts.map +1 -0
  385. package/dist/types/commands/scan/output-scan-reach.d.mts +7 -0
  386. package/dist/types/commands/scan/output-scan-reach.d.mts.map +1 -0
  387. package/dist/types/commands/scan/output-scan-report.d.mts +20 -0
  388. package/dist/types/commands/scan/output-scan-report.d.mts.map +1 -0
  389. package/dist/types/commands/scan/output-scan-view.d.mts +4 -0
  390. package/dist/types/commands/scan/output-scan-view.d.mts.map +1 -0
  391. package/dist/types/commands/scan/perform-reachability-analysis.d.mts +26 -0
  392. package/dist/types/commands/scan/perform-reachability-analysis.d.mts.map +1 -0
  393. package/dist/types/commands/scan/reachability-flags.d.mts +3 -0
  394. package/dist/types/commands/scan/reachability-flags.d.mts.map +1 -0
  395. package/dist/types/commands/scan/setup-scan-config.d.mts +3 -0
  396. package/dist/types/commands/scan/setup-scan-config.d.mts.map +1 -0
  397. package/dist/types/commands/scan/stream-scan.d.mts +7 -0
  398. package/dist/types/commands/scan/stream-scan.d.mts.map +1 -0
  399. package/dist/types/commands/scan/suggest-org-slug.d.mts +2 -0
  400. package/dist/types/commands/scan/suggest-org-slug.d.mts.map +1 -0
  401. package/dist/types/commands/scan/suggest-repo-slug.d.mts +9 -0
  402. package/dist/types/commands/scan/suggest-repo-slug.d.mts.map +1 -0
  403. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts +2 -0
  404. package/dist/types/commands/scan/suggest-to-persist-orgslug.d.mts.map +1 -0
  405. package/dist/types/commands/scan/suggest_branch_slug.d.mts +2 -0
  406. package/dist/types/commands/scan/suggest_branch_slug.d.mts.map +1 -0
  407. package/dist/types/commands/scan/suggest_target.d.mts +2 -0
  408. package/dist/types/commands/scan/suggest_target.d.mts.map +1 -0
  409. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts +11 -0
  410. package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -0
  411. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts +13 -0
  412. package/dist/types/commands/threat-feed/fetch-threat-feed.d.mts.map +1 -0
  413. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts +13 -0
  414. package/dist/types/commands/threat-feed/handle-threat-feed.d.mts.map +1 -0
  415. package/dist/types/commands/threat-feed/output-threat-feed.d.mts +4 -0
  416. package/dist/types/commands/threat-feed/output-threat-feed.d.mts.map +1 -0
  417. package/dist/types/commands/threat-feed/types.d.mts +15 -0
  418. package/dist/types/commands/threat-feed/types.d.mts.map +1 -0
  419. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts +9 -0
  420. package/dist/types/commands/uninstall/cmd-uninstall-completion.d.mts.map +1 -0
  421. package/dist/types/commands/uninstall/cmd-uninstall.d.mts +3 -0
  422. package/dist/types/commands/uninstall/cmd-uninstall.d.mts.map +1 -0
  423. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts +2 -0
  424. package/dist/types/commands/uninstall/handle-uninstall-completion.d.mts.map +1 -0
  425. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts +6 -0
  426. package/dist/types/commands/uninstall/output-uninstall-completion.d.mts.map +1 -0
  427. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts +6 -0
  428. package/dist/types/commands/uninstall/teardown-tab-completion.d.mts.map +1 -0
  429. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts +2 -0
  430. package/dist/types/commands/wrapper/add-socket-wrapper.d.mts.map +1 -0
  431. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts +2 -0
  432. package/dist/types/commands/wrapper/check-socket-wrapper-setup.d.mts.map +1 -0
  433. package/dist/types/commands/wrapper/cmd-wrapper.d.mts +10 -0
  434. package/dist/types/commands/wrapper/cmd-wrapper.d.mts.map +1 -0
  435. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts +2 -0
  436. package/dist/types/commands/wrapper/postinstall-wrapper.d.mts.map +1 -0
  437. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts +2 -0
  438. package/dist/types/commands/wrapper/remove-socket-wrapper.d.mts.map +1 -0
  439. package/dist/types/commands.d.mts +228 -0
  440. package/dist/types/commands.d.mts.map +1 -0
  441. package/dist/types/constants.d.mts +135 -0
  442. package/dist/types/constants.d.mts.map +1 -0
  443. package/dist/types/flags.d.mts +17 -0
  444. package/dist/types/flags.d.mts.map +1 -0
  445. package/dist/types/instrument-with-sentry.d.mts +2 -0
  446. package/dist/types/instrument-with-sentry.d.mts.map +1 -0
  447. package/dist/types/shadow/npm/arborist/index.d.mts +8 -0
  448. package/dist/types/shadow/npm/arborist/index.d.mts.map +1 -0
  449. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts +35 -0
  450. package/dist/types/shadow/npm/arborist/lib/arborist/index.d.mts.map +1 -0
  451. package/dist/types/shadow/npm/arborist/types.d.mts +123 -0
  452. package/dist/types/shadow/npm/arborist/types.d.mts.map +1 -0
  453. package/dist/types/shadow/npm/arborist-helpers.d.mts +39 -0
  454. package/dist/types/shadow/npm/arborist-helpers.d.mts.map +1 -0
  455. package/dist/types/shadow/npm/bin.d.mts +2 -0
  456. package/dist/types/shadow/npm/bin.d.mts.map +1 -0
  457. package/dist/types/shadow/npm/inject.d.mts +2 -0
  458. package/dist/types/shadow/npm/inject.d.mts.map +1 -0
  459. package/dist/types/shadow/npm/install.d.mts +13 -0
  460. package/dist/types/shadow/npm/install.d.mts.map +1 -0
  461. package/dist/types/shadow/npm/link.d.mts +2 -0
  462. package/dist/types/shadow/npm/link.d.mts.map +1 -0
  463. package/dist/types/shadow/npm/paths.d.mts +7 -0
  464. package/dist/types/shadow/npm/paths.d.mts.map +1 -0
  465. package/dist/types/types.d.mts +29 -0
  466. package/dist/types/types.d.mts.map +1 -0
  467. package/dist/types/utils/agent.d.mts +12 -0
  468. package/dist/types/utils/agent.d.mts.map +1 -0
  469. package/dist/types/utils/alert/artifact.d.mts +34 -0
  470. package/dist/types/utils/alert/artifact.d.mts.map +1 -0
  471. package/dist/types/utils/alert/fix.d.mts +6 -0
  472. package/dist/types/utils/alert/fix.d.mts.map +1 -0
  473. package/dist/types/utils/alert/severity.d.mts +14 -0
  474. package/dist/types/utils/alert/severity.d.mts.map +1 -0
  475. package/dist/types/utils/alerts-map.d.mts +24 -0
  476. package/dist/types/utils/alerts-map.d.mts.map +1 -0
  477. package/dist/types/utils/api.d.mts +22 -0
  478. package/dist/types/utils/api.d.mts.map +1 -0
  479. package/dist/types/utils/check-input.d.mts +9 -0
  480. package/dist/types/utils/check-input.d.mts.map +1 -0
  481. package/dist/types/utils/cmd.d.mts +5 -0
  482. package/dist/types/utils/cmd.d.mts.map +1 -0
  483. package/dist/types/utils/coana.d.mts +5 -0
  484. package/dist/types/utils/coana.d.mts.map +1 -0
  485. package/dist/types/utils/color-or-markdown.d.mts +16 -0
  486. package/dist/types/utils/color-or-markdown.d.mts.map +1 -0
  487. package/dist/types/utils/completion.d.mts +11 -0
  488. package/dist/types/utils/completion.d.mts.map +1 -0
  489. package/dist/types/utils/config.d.mts +32 -0
  490. package/dist/types/utils/config.d.mts.map +1 -0
  491. package/dist/types/utils/determine-org-slug.d.mts +2 -0
  492. package/dist/types/utils/determine-org-slug.d.mts.map +1 -0
  493. package/dist/types/utils/ecosystem.d.mts +20 -0
  494. package/dist/types/utils/ecosystem.d.mts.map +1 -0
  495. package/dist/types/utils/errors.d.mts +14 -0
  496. package/dist/types/utils/errors.d.mts.map +1 -0
  497. package/dist/types/utils/fail-msg-with-badge.d.mts +2 -0
  498. package/dist/types/utils/fail-msg-with-badge.d.mts.map +1 -0
  499. package/dist/types/utils/fs.d.mts +9 -0
  500. package/dist/types/utils/fs.d.mts.map +1 -0
  501. package/dist/types/utils/get-output-kind.d.mts +3 -0
  502. package/dist/types/utils/get-output-kind.d.mts.map +1 -0
  503. package/dist/types/utils/git.d.mts +34 -0
  504. package/dist/types/utils/git.d.mts.map +1 -0
  505. package/dist/types/utils/glob.d.mts +16 -0
  506. package/dist/types/utils/glob.d.mts.map +1 -0
  507. package/dist/types/utils/lockfile.d.mts +2 -0
  508. package/dist/types/utils/lockfile.d.mts.map +1 -0
  509. package/dist/types/utils/map-to-object.d.mts +10 -0
  510. package/dist/types/utils/map-to-object.d.mts.map +1 -0
  511. package/dist/types/utils/markdown.d.mts +10 -0
  512. package/dist/types/utils/markdown.d.mts.map +1 -0
  513. package/dist/types/utils/meow-with-subcommands.d.mts +47 -0
  514. package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -0
  515. package/dist/types/utils/ms-at-home.d.mts +2 -0
  516. package/dist/types/utils/ms-at-home.d.mts.map +1 -0
  517. package/dist/types/utils/npm-config.d.mts +14 -0
  518. package/dist/types/utils/npm-config.d.mts.map +1 -0
  519. package/dist/types/utils/npm-package-arg.d.mts +4 -0
  520. package/dist/types/utils/npm-package-arg.d.mts.map +1 -0
  521. package/dist/types/utils/npm-paths.d.mts +7 -0
  522. package/dist/types/utils/npm-paths.d.mts.map +1 -0
  523. package/dist/types/utils/objects.d.mts +3 -0
  524. package/dist/types/utils/objects.d.mts.map +1 -0
  525. package/dist/types/utils/output-formatting.d.mts +20 -0
  526. package/dist/types/utils/output-formatting.d.mts.map +1 -0
  527. package/dist/types/utils/package-environment.d.mts +57 -0
  528. package/dist/types/utils/package-environment.d.mts.map +1 -0
  529. package/dist/types/utils/path-resolve.d.mts +14 -0
  530. package/dist/types/utils/path-resolve.d.mts.map +1 -0
  531. package/dist/types/utils/pnpm.d.mts +11 -0
  532. package/dist/types/utils/pnpm.d.mts.map +1 -0
  533. package/dist/types/utils/purl.d.mts +16 -0
  534. package/dist/types/utils/purl.d.mts.map +1 -0
  535. package/dist/types/utils/requirements.d.mts +121 -0
  536. package/dist/types/utils/requirements.d.mts.map +1 -0
  537. package/dist/types/utils/sdk.d.mts +13 -0
  538. package/dist/types/utils/sdk.d.mts.map +1 -0
  539. package/dist/types/utils/semver.d.mts +8 -0
  540. package/dist/types/utils/semver.d.mts.map +1 -0
  541. package/dist/types/utils/serialize-result-json.d.mts +5 -0
  542. package/dist/types/utils/serialize-result-json.d.mts.map +1 -0
  543. package/dist/types/utils/socket-json.d.mts +56 -0
  544. package/dist/types/utils/socket-json.d.mts.map +1 -0
  545. package/dist/types/utils/socket-package-alert.d.mts +78 -0
  546. package/dist/types/utils/socket-package-alert.d.mts.map +1 -0
  547. package/dist/types/utils/socket-url.d.mts +8 -0
  548. package/dist/types/utils/socket-url.d.mts.map +1 -0
  549. package/dist/types/utils/spec.d.mts +5 -0
  550. package/dist/types/utils/spec.d.mts.map +1 -0
  551. package/dist/types/utils/strings.d.mts +2 -0
  552. package/dist/types/utils/strings.d.mts.map +1 -0
  553. package/dist/types/utils/tildify.d.mts +4 -0
  554. package/dist/types/utils/tildify.d.mts.map +1 -0
  555. package/dist/types/utils/translations.d.mts +617 -0
  556. package/dist/types/utils/translations.d.mts.map +1 -0
  557. package/dist/types/utils/walk-nested-map.d.mts +7 -0
  558. package/dist/types/utils/walk-nested-map.d.mts.map +1 -0
  559. package/dist/utils.js +208 -23
  560. package/dist/utils.js.map +1 -1
  561. package/dist/vendor.js +86 -71
  562. package/external/@coana-tech/cli/cli-wrapper.mjs +2 -1
  563. package/external/@coana-tech/cli/cli.mjs +690 -584
  564. package/external/@coana-tech/cli/reachability-analyzers-cli.mjs +432 -363
  565. package/external/@coana-tech/cli/repos/coana-tech/class-graph-analysis/dist/bundle/class-graph-analysis-cli.mjs +20155 -0
  566. package/package.json +15 -13
  567. package/requirements.json +120 -0
  568. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-amd64.gz +0 -0
  569. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-darwin-arm64.gz +0 -0
  570. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-amd64.gz +0 -0
  571. package/external/@coana-tech/cli/coana-repos/goana/bin/goana-linux-arm64.gz +0 -0
  572. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/jelly.js +0 -251832
  573. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/LICENSE +0 -22
  574. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/README.md +0 -19
  575. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js +0 -156
  576. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/lib/index.js.map +0 -1
  577. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/code-frame/package.json +0 -30
  578. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/LICENSE +0 -22
  579. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/README.md +0 -19
  580. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -2
  581. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -2
  582. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -2090
  583. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -5
  584. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/native-modules.json +0 -18
  585. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -33
  586. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -213
  587. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/data/plugins.json +0 -794
  588. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/native-modules.js +0 -1
  589. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/overlapping-plugins.js +0 -1
  590. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/package.json +0 -40
  591. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -1
  592. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/compat-data/plugins.js +0 -1
  593. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/LICENSE +0 -22
  594. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/README.md +0 -19
  595. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/cjs-proxy.cjs +0 -59
  596. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js +0 -3
  597. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -1
  598. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js +0 -261
  599. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/caching.js.map +0 -1
  600. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js +0 -469
  601. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-chain.js.map +0 -1
  602. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js +0 -190
  603. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -1
  604. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js +0 -286
  605. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -1
  606. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs +0 -6
  607. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -1
  608. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js +0 -58
  609. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -1
  610. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js +0 -78
  611. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/index.js.map +0 -1
  612. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js +0 -176
  613. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -1
  614. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js +0 -61
  615. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/package.js.map +0 -1
  616. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js +0 -217
  617. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -1
  618. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js +0 -3
  619. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/types.js.map +0 -1
  620. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js +0 -36
  621. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/files/utils.js.map +0 -1
  622. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js +0 -310
  623. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/full.js.map +0 -1
  624. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -84
  625. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -1
  626. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -23
  627. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -1
  628. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js +0 -12
  629. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -1
  630. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js +0 -93
  631. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/index.js.map +0 -1
  632. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js +0 -67
  633. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/item.js.map +0 -1
  634. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js +0 -158
  635. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/partial.js.map +0 -1
  636. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -38
  637. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -1
  638. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js +0 -33
  639. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/plugin.js.map +0 -1
  640. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js +0 -113
  641. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/printer.js.map +0 -1
  642. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -41
  643. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -1
  644. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js +0 -61
  645. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -1
  646. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js +0 -31
  647. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/util.js.map +0 -1
  648. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -277
  649. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -1
  650. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js +0 -189
  651. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/options.js.map +0 -1
  652. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js +0 -67
  653. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -1
  654. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js +0 -68
  655. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -1
  656. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js +0 -18
  657. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/config-error.js.map +0 -1
  658. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -98
  659. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -1
  660. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js +0 -90
  661. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -1
  662. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -31
  663. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -1
  664. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -58
  665. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -1
  666. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js +0 -242
  667. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/index.js.map +0 -1
  668. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js +0 -47
  669. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parse.js.map +0 -1
  670. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js +0 -79
  671. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/index.js.map +0 -1
  672. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -339
  673. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -1
  674. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -144
  675. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -1
  676. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js +0 -50
  677. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-ast.js.map +0 -1
  678. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js +0 -23
  679. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -1
  680. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js +0 -40
  681. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform-file.js.map +0 -1
  682. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js +0 -49
  683. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transform.js.map +0 -1
  684. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -84
  685. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -1
  686. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js +0 -211
  687. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -1
  688. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js +0 -84
  689. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -1
  690. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -37
  691. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -1
  692. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js +0 -101
  693. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/index.js.map +0 -1
  694. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -129
  695. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -1
  696. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -59
  697. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -1
  698. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -48
  699. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -1
  700. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -36
  701. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -1
  702. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -1043
  703. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -1
  704. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/.bin/semver +0 -174
  705. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/LICENSE +0 -15
  706. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/README.md +0 -443
  707. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/bin/semver.js +0 -174
  708. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/package.json +0 -38
  709. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/range.bnf +0 -16
  710. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/node_modules/semver/semver.js +0 -1643
  711. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/package.json +0 -82
  712. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index-browser.ts +0 -109
  713. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/files/index.ts +0 -29
  714. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -40
  715. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/config/resolve-targets.ts +0 -56
  716. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file-browser.ts +0 -31
  717. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/core/src/transform-file.ts +0 -55
  718. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/LICENSE +0 -22
  719. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/README.md +0 -19
  720. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js +0 -317
  721. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/buffer.js.map +0 -1
  722. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js +0 -94
  723. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/base.js.map +0 -1
  724. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js +0 -179
  725. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/classes.js.map +0 -1
  726. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js +0 -284
  727. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -1
  728. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js +0 -668
  729. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/flow.js.map +0 -1
  730. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js +0 -128
  731. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/index.js.map +0 -1
  732. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js +0 -123
  733. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -1
  734. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js +0 -175
  735. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/methods.js.map +0 -1
  736. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js +0 -274
  737. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/modules.js.map +0 -1
  738. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js +0 -287
  739. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/statements.js.map +0 -1
  740. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js +0 -31
  741. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -1
  742. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js +0 -229
  743. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/types.js.map +0 -1
  744. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js +0 -690
  745. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -1
  746. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js +0 -89
  747. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/index.js.map +0 -1
  748. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js +0 -91
  749. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/index.js.map +0 -1
  750. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js +0 -224
  751. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -1
  752. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js +0 -145
  753. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -1
  754. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js +0 -687
  755. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/printer.js.map +0 -1
  756. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js +0 -85
  757. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/lib/source-map.js.map +0 -1
  758. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/generator/package.json +0 -38
  759. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/LICENSE +0 -22
  760. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/README.md +0 -19
  761. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js +0 -23
  762. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +0 -1
  763. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/package.json +0 -27
  764. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.json +0 -17
  765. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-annotate-as-pure/tsconfig.tsbuildinfo +0 -1
  766. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/LICENSE +0 -22
  767. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/README.md +0 -19
  768. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -28
  769. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -1
  770. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -67
  771. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -1
  772. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -224
  773. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -1
  774. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -24
  775. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -1
  776. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -40
  777. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -1
  778. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -28
  779. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -1
  780. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -58
  781. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -1
  782. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/.bin/semver +0 -174
  783. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +0 -15
  784. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +0 -443
  785. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +0 -174
  786. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +0 -38
  787. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +0 -16
  788. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +0 -1643
  789. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-compilation-targets/package.json +0 -43
  790. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/LICENSE +0 -22
  791. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/README.md +0 -19
  792. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +0 -137
  793. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +0 -1
  794. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -1304
  795. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +0 -1
  796. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +0 -147
  797. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +0 -1
  798. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +0 -1055
  799. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +0 -1
  800. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +0 -245
  801. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +0 -1
  802. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +0 -133
  803. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +0 -1
  804. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +0 -13
  805. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +0 -1
  806. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/.bin/semver +0 -174
  807. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +0 -15
  808. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +0 -443
  809. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +0 -174
  810. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +0 -38
  811. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +0 -16
  812. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +0 -1643
  813. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/package.json +0 -45
  814. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.json +0 -32
  815. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-create-class-features-plugin/tsconfig.tsbuildinfo +0 -1
  816. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/LICENSE +0 -22
  817. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/README.md +0 -19
  818. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js +0 -51
  819. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/lib/index.js.map +0 -1
  820. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-environment-visitor/package.json +0 -34
  821. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/LICENSE +0 -22
  822. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/README.md +0 -19
  823. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js +0 -170
  824. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/lib/index.js.map +0 -1
  825. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-function-name/package.json +0 -28
  826. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/LICENSE +0 -22
  827. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/README.md +0 -19
  828. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js +0 -50
  829. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/lib/index.js.map +0 -1
  830. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-hoist-variables/package.json +0 -27
  831. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/LICENSE +0 -22
  832. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/README.md +0 -19
  833. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +0 -397
  834. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +0 -1
  835. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/package.json +0 -25
  836. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.json +0 -17
  837. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-member-expression-to-functions/tsconfig.tsbuildinfo +0 -1
  838. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/LICENSE +0 -22
  839. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/README.md +0 -19
  840. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -122
  841. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -1
  842. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -304
  843. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -1
  844. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js +0 -37
  845. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -1
  846. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -11
  847. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -1
  848. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-imports/package.json +0 -28
  849. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/LICENSE +0 -22
  850. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/README.md +0 -19
  851. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -48
  852. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -1
  853. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -48
  854. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -1
  855. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js +0 -380
  856. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -1
  857. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +0 -31
  858. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +0 -1
  859. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -358
  860. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -1
  861. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -376
  862. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -1
  863. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -24
  864. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -1
  865. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-module-transforms/package.json +0 -34
  866. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/LICENSE +0 -22
  867. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/README.md +0 -19
  868. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js +0 -33
  869. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +0 -1
  870. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/package.json +0 -28
  871. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.json +0 -17
  872. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-optimise-call-expression/tsconfig.tsbuildinfo +0 -1
  873. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/LICENSE +0 -22
  874. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/README.md +0 -19
  875. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js +0 -77
  876. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/lib/index.js.map +0 -1
  877. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/package.json +0 -24
  878. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.json +0 -39
  879. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-plugin-utils/tsconfig.tsbuildinfo +0 -1
  880. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/LICENSE +0 -22
  881. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/README.md +0 -19
  882. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js +0 -231
  883. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/lib/index.js.map +0 -1
  884. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/package.json +0 -32
  885. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.json +0 -23
  886. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-replace-supers/tsconfig.tsbuildinfo +0 -1
  887. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/LICENSE +0 -22
  888. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/README.md +0 -19
  889. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js +0 -91
  890. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/lib/index.js.map +0 -1
  891. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-simple-access/package.json +0 -28
  892. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +0 -22
  893. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +0 -19
  894. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +0 -34
  895. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +0 -1
  896. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +0 -31
  897. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.json +0 -17
  898. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-skip-transparent-expression-wrappers/tsconfig.tsbuildinfo +0 -1
  899. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/LICENSE +0 -22
  900. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/README.md +0 -19
  901. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js +0 -59
  902. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +0 -1
  903. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-split-export-declaration/package.json +0 -27
  904. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/LICENSE +0 -22
  905. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/README.md +0 -19
  906. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js +0 -295
  907. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -1
  908. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-string-parser/package.json +0 -31
  909. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/LICENSE +0 -22
  910. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/README.md +0 -19
  911. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -70
  912. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -1
  913. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -57
  914. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -1
  915. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -35
  916. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -1
  917. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/package.json +0 -31
  918. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +0 -73
  919. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/LICENSE +0 -22
  920. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/README.md +0 -19
  921. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -39
  922. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -1
  923. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js +0 -21
  924. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -1
  925. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js +0 -48
  926. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -1
  927. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helper-validator-option/package.json +0 -27
  928. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/LICENSE +0 -22
  929. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/README.md +0 -19
  930. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +0 -11
  931. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +0 -1
  932. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -12
  933. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -1
  934. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +0 -31
  935. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +0 -1
  936. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -459
  937. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -1
  938. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -363
  939. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -1
  940. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -376
  941. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -1
  942. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -421
  943. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -1
  944. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -235
  945. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -1
  946. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +0 -236
  947. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +0 -1
  948. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +0 -13
  949. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +0 -1
  950. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +0 -11
  951. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +0 -1
  952. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +0 -12
  953. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +0 -1
  954. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +0 -14
  955. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +0 -1
  956. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +0 -14
  957. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +0 -1
  958. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -52
  959. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -1
  960. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -72
  961. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -1
  962. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +0 -38
  963. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +0 -1
  964. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -12
  965. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -1
  966. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js +0 -15
  967. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +0 -1
  968. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -14
  969. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -1
  970. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +0 -13
  971. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +0 -1
  972. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +0 -25
  973. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +0 -1
  974. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +0 -14
  975. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +0 -1
  976. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +0 -18
  977. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +0 -1
  978. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +0 -13
  979. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +0 -1
  980. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +0 -12
  981. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +0 -1
  982. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -13
  983. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +0 -1
  984. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +0 -12
  985. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +0 -1
  986. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +0 -11
  987. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +0 -1
  988. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +0 -14
  989. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +0 -1
  990. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +0 -14
  991. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +0 -1
  992. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +0 -12
  993. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +0 -1
  994. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +0 -13
  995. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +0 -1
  996. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +0 -14
  997. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +0 -1
  998. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +0 -12
  999. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +0 -1
  1000. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +0 -15
  1001. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +0 -1
  1002. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +0 -13
  1003. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +0 -1
  1004. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +0 -12
  1005. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +0 -1
  1006. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +0 -13
  1007. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +0 -1
  1008. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +0 -13
  1009. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +0 -1
  1010. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +0 -11
  1011. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +0 -1
  1012. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +0 -13
  1013. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +0 -1
  1014. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +0 -16
  1015. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +0 -1
  1016. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +0 -16
  1017. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +0 -1
  1018. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +0 -17
  1019. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +0 -1
  1020. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +0 -13
  1021. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +0 -1
  1022. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +0 -11
  1023. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +0 -1
  1024. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js +0 -20
  1025. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/construct.js.map +0 -1
  1026. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js +0 -26
  1027. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createClass.js.map +0 -1
  1028. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +0 -64
  1029. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +0 -1
  1030. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +0 -29
  1031. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +0 -1
  1032. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js +0 -25
  1033. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +0 -1
  1034. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js +0 -350
  1035. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/decorate.js.map +0 -1
  1036. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js +0 -18
  1037. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defaults.js.map +0 -1
  1038. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -16
  1039. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -1
  1040. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +0 -27
  1041. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +0 -1
  1042. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js +0 -23
  1043. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +0 -1
  1044. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -47
  1045. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -1
  1046. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js +0 -22
  1047. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/extends.js.map +0 -1
  1048. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js +0 -25
  1049. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/get.js.map +0 -1
  1050. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +0 -14
  1051. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +0 -1
  1052. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js +0 -11
  1053. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/identity.js.map +0 -1
  1054. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +0 -35
  1055. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +0 -1
  1056. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js +0 -25
  1057. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inherits.js.map +0 -1
  1058. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +0 -14
  1059. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +0 -1
  1060. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +0 -17
  1061. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +0 -1
  1062. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +0 -11
  1063. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +0 -1
  1064. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js +0 -15
  1065. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +0 -1
  1066. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +0 -13
  1067. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +0 -1
  1068. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +0 -49
  1069. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +0 -1
  1070. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +0 -15
  1071. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +0 -1
  1072. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +0 -16
  1073. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +0 -1
  1074. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +0 -13
  1075. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +0 -1
  1076. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -41
  1077. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -1
  1078. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -47
  1079. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -1
  1080. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +0 -16
  1081. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +0 -1
  1082. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +0 -13
  1083. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +0 -1
  1084. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +0 -11
  1085. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +0 -1
  1086. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +0 -11
  1087. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +0 -1
  1088. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +0 -11
  1089. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +0 -1
  1090. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +0 -11
  1091. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +0 -1
  1092. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js +0 -24
  1093. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +0 -1
  1094. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -39
  1095. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -1
  1096. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +0 -24
  1097. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +0 -1
  1098. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +0 -19
  1099. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +0 -1
  1100. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +0 -17
  1101. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +0 -1
  1102. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +0 -11
  1103. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +0 -1
  1104. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -499
  1105. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -1
  1106. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js +0 -48
  1107. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/set.js.map +0 -1
  1108. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +0 -21
  1109. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +0 -1
  1110. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +0 -15
  1111. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +0 -1
  1112. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +0 -15
  1113. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +0 -1
  1114. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +0 -15
  1115. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +0 -1
  1116. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js +0 -16
  1117. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +0 -1
  1118. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +0 -18
  1119. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +0 -1
  1120. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +0 -15
  1121. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +0 -1
  1122. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js +0 -11
  1123. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/tdz.js.map +0 -1
  1124. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js +0 -13
  1125. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +0 -1
  1126. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +0 -9
  1127. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +0 -1
  1128. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js +0 -15
  1129. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toArray.js.map +0 -1
  1130. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +0 -15
  1131. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +0 -1
  1132. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +0 -18
  1133. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +0 -1
  1134. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +0 -13
  1135. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +0 -1
  1136. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js +0 -18
  1137. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +0 -1
  1138. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -22
  1139. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -1
  1140. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +0 -19
  1141. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +0 -1
  1142. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js +0 -29
  1143. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -1
  1144. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js +0 -73
  1145. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +0 -1
  1146. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +0 -97
  1147. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +0 -1
  1148. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +0 -38
  1149. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +0 -1
  1150. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -68
  1151. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -1
  1152. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +0 -11
  1153. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +0 -1
  1154. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js +0 -1207
  1155. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -1
  1156. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js +0 -121
  1157. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/lib/index.js.map +0 -1
  1158. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/package.json +0 -31
  1159. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/build-helper-metadata.js +0 -209
  1160. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-helpers.js +0 -207
  1161. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +0 -61
  1162. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/LICENSE +0 -22
  1163. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/README.md +0 -19
  1164. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js +0 -119
  1165. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/lib/index.js.map +0 -1
  1166. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/highlight/package.json +0 -30
  1167. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/CHANGELOG.md +0 -1073
  1168. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/LICENSE +0 -19
  1169. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/README.md +0 -19
  1170. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/bin/babel-parser.js +0 -15
  1171. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/index.cjs +0 -5
  1172. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js +0 -14007
  1173. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/lib/index.js.map +0 -1
  1174. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/package.json +0 -47
  1175. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -251
  1176. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1177. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1178. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1179. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1180. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1181. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1182. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1183. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.json +0 -23
  1184. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-proposal-decorators/tsconfig.tsbuildinfo +0 -1
  1185. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/LICENSE +0 -22
  1186. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/README.md +0 -19
  1187. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +0 -22
  1188. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-async-generators/package.json +0 -23
  1189. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/LICENSE +0 -22
  1190. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/README.md +0 -19
  1191. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/lib/index.js +0 -22
  1192. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-bigint/package.json +0 -23
  1193. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/LICENSE +0 -22
  1194. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/README.md +0 -19
  1195. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +0 -22
  1196. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-class-properties/package.json +0 -28
  1197. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1198. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1199. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1200. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1201. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1202. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.json +0 -17
  1203. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-decorators/tsconfig.tsbuildinfo +0 -1
  1204. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/LICENSE +0 -22
  1205. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/README.md +0 -19
  1206. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +0 -22
  1207. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-import-meta/package.json +0 -28
  1208. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/LICENSE +0 -22
  1209. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/README.md +0 -19
  1210. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +0 -22
  1211. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-json-strings/package.json +0 -23
  1212. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -22
  1213. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/README.md +0 -19
  1214. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js +0 -23
  1215. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +0 -1
  1216. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-jsx/package.json +0 -33
  1217. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +0 -22
  1218. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +0 -19
  1219. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +0 -22
  1220. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +0 -28
  1221. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +0 -22
  1222. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +0 -19
  1223. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +0 -22
  1224. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +0 -23
  1225. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +0 -22
  1226. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/README.md +0 -19
  1227. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +0 -22
  1228. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-numeric-separator/package.json +0 -28
  1229. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +0 -22
  1230. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +0 -19
  1231. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +0 -22
  1232. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +0 -23
  1233. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +0 -22
  1234. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +0 -19
  1235. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +0 -22
  1236. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +0 -23
  1237. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +0 -22
  1238. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/README.md +0 -19
  1239. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +0 -22
  1240. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-optional-chaining/package.json +0 -23
  1241. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +0 -22
  1242. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/README.md +0 -19
  1243. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +0 -22
  1244. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-top-level-await/package.json +0 -32
  1245. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -22
  1246. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/README.md +0 -19
  1247. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js +0 -55
  1248. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +0 -1
  1249. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/package.json +0 -35
  1250. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.json +0 -17
  1251. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-syntax-typescript/tsconfig.tsbuildinfo +0 -1
  1252. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/LICENSE +0 -22
  1253. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/README.md +0 -19
  1254. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js +0 -108
  1255. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +0 -1
  1256. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/package.json +0 -34
  1257. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.json +0 -17
  1258. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-template-literals/tsconfig.tsbuildinfo +0 -1
  1259. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/LICENSE +0 -22
  1260. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/README.md +0 -19
  1261. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +0 -58
  1262. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +0 -1
  1263. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js +0 -302
  1264. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +0 -1
  1265. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +0 -22
  1266. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +0 -1
  1267. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js +0 -486
  1268. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +0 -1
  1269. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -165
  1270. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +0 -1
  1271. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/package.json +0 -40
  1272. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.json +0 -26
  1273. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/plugin-transform-typescript/tsconfig.tsbuildinfo +0 -1
  1274. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/LICENSE +0 -22
  1275. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/README.md +0 -19
  1276. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js +0 -69
  1277. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/builder.js.map +0 -1
  1278. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js +0 -61
  1279. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/formatters.js.map +0 -1
  1280. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js +0 -23
  1281. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/index.js.map +0 -1
  1282. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js +0 -69
  1283. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/literal.js.map +0 -1
  1284. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js +0 -73
  1285. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/options.js.map +0 -1
  1286. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js +0 -160
  1287. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/parse.js.map +0 -1
  1288. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js +0 -122
  1289. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/populate.js.map +0 -1
  1290. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js +0 -20
  1291. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/lib/string.js.map +0 -1
  1292. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/template/package.json +0 -27
  1293. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/LICENSE +0 -22
  1294. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/README.md +0 -19
  1295. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js +0 -44
  1296. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/cache.js.map +0 -1
  1297. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js +0 -118
  1298. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/context.js.map +0 -1
  1299. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js +0 -19
  1300. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/hub.js.map +0 -1
  1301. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js +0 -94
  1302. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/index.js.map +0 -1
  1303. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js +0 -141
  1304. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -1
  1305. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js +0 -52
  1306. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/comments.js.map +0 -1
  1307. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js +0 -223
  1308. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/context.js.map +0 -1
  1309. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js +0 -468
  1310. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -1
  1311. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js +0 -347
  1312. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -1
  1313. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js +0 -335
  1314. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/family.js.map +0 -1
  1315. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js +0 -287
  1316. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/index.js.map +0 -1
  1317. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js +0 -149
  1318. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -1
  1319. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -151
  1320. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -1
  1321. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -207
  1322. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -1
  1323. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js +0 -30
  1324. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -1
  1325. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js +0 -398
  1326. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -1
  1327. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -171
  1328. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -1
  1329. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -37
  1330. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -1
  1331. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -163
  1332. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -1
  1333. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -26
  1334. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -1
  1335. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js +0 -228
  1336. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/modification.js.map +0 -1
  1337. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js +0 -67
  1338. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/removal.js.map +0 -1
  1339. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js +0 -265
  1340. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -1
  1341. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js +0 -83
  1342. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -1
  1343. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js +0 -910
  1344. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/index.js.map +0 -1
  1345. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -115
  1346. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -1
  1347. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js +0 -29
  1348. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -1
  1349. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js +0 -3
  1350. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/types.js.map +0 -1
  1351. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js +0 -221
  1352. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/lib/visitors.js.map +0 -1
  1353. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/traverse/package.json +0 -38
  1354. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/LICENSE +0 -22
  1355. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/README.md +0 -19
  1356. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js +0 -16
  1357. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -1
  1358. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js +0 -1235
  1359. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -1
  1360. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -3
  1361. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -1
  1362. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -18
  1363. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -1
  1364. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -31
  1365. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -1
  1366. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js +0 -1991
  1367. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -1
  1368. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -1532
  1369. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -1
  1370. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js +0 -12
  1371. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/productions.js.map +0 -1
  1372. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -24
  1373. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -1
  1374. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -22
  1375. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -1
  1376. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js +0 -17
  1377. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -1
  1378. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js +0 -12
  1379. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/clone.js.map +0 -1
  1380. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -12
  1381. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -1
  1382. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -12
  1383. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -1
  1384. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js +0 -104
  1385. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -1
  1386. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -12
  1387. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -1
  1388. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js +0 -15
  1389. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComment.js.map +0 -1
  1390. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js +0 -22
  1391. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/addComments.js.map +0 -1
  1392. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -12
  1393. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -1
  1394. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -12
  1395. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -1
  1396. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -12
  1397. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -1
  1398. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -17
  1399. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -1
  1400. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js +0 -15
  1401. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -1
  1402. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js +0 -59
  1403. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -1
  1404. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js +0 -31
  1405. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/constants/index.js.map +0 -1
  1406. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -14
  1407. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -1
  1408. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -66
  1409. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -1
  1410. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -14
  1411. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -1
  1412. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js +0 -29
  1413. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -1
  1414. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -14
  1415. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -1
  1416. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js +0 -27
  1417. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -1
  1418. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -25
  1419. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -1
  1420. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -38
  1421. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -1
  1422. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -20
  1423. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -1
  1424. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js +0 -39
  1425. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -1
  1426. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js +0 -76
  1427. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -1
  1428. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js +0 -1689
  1429. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/core.js.map +0 -1
  1430. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -11
  1431. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -1
  1432. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js +0 -134
  1433. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -1
  1434. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js +0 -489
  1435. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/flow.js.map +0 -1
  1436. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js +0 -96
  1437. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/index.js.map +0 -1
  1438. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js +0 -158
  1439. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -1
  1440. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js +0 -32
  1441. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/misc.js.map +0 -1
  1442. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js +0 -27
  1443. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -1
  1444. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js +0 -493
  1445. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -1
  1446. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js +0 -273
  1447. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/definitions/utils.js.map +0 -1
  1448. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index-legacy.d.ts +0 -2758
  1449. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.d.ts +0 -3235
  1450. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js +0 -576
  1451. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.flow +0 -2612
  1452. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/index.js.map +0 -1
  1453. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -15
  1454. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -1
  1455. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -65
  1456. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -1
  1457. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js +0 -28
  1458. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -1
  1459. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -17
  1460. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -1
  1461. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -24
  1462. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -1
  1463. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -14
  1464. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -1
  1465. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -65
  1466. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -1
  1467. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -101
  1468. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -1
  1469. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -13
  1470. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -1
  1471. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js +0 -50
  1472. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -1
  1473. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -26
  1474. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -1
  1475. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -44
  1476. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -1
  1477. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js +0 -13
  1478. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/inherit.js.map +0 -1
  1479. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -40
  1480. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -1
  1481. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -17
  1482. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -1
  1483. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -13
  1484. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -1
  1485. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js +0 -2752
  1486. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -1
  1487. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js +0 -27
  1488. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/is.js.map +0 -1
  1489. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js +0 -27
  1490. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -1
  1491. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -13
  1492. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -1
  1493. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js +0 -21
  1494. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -1
  1495. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js +0 -13
  1496. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isLet.js.map +0 -1
  1497. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js +0 -12
  1498. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNode.js.map +0 -1
  1499. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -57
  1500. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -1
  1501. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -19
  1502. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -1
  1503. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js +0 -96
  1504. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -1
  1505. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js +0 -18
  1506. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isScope.js.map +0 -1
  1507. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -14
  1508. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -1
  1509. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js +0 -22
  1510. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isType.js.map +0 -1
  1511. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -13
  1512. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -1
  1513. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -18
  1514. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -1
  1515. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js +0 -15
  1516. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/isVar.js.map +0 -1
  1517. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -36
  1518. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -1
  1519. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -11
  1520. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -1
  1521. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -11
  1522. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -1
  1523. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js +0 -30
  1524. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/lib/validators/validate.js.map +0 -1
  1525. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@babel/types/package.json +0 -40
  1526. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/LICENSE +0 -19
  1527. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/README.md +0 -227
  1528. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -230
  1529. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -1
  1530. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -246
  1531. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -1
  1532. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -88
  1533. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -12
  1534. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -36
  1535. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/gen-mapping/package.json +0 -76
  1536. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/LICENSE +0 -19
  1537. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/README.md +0 -40
  1538. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -242
  1539. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -1
  1540. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -250
  1541. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -1
  1542. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -4
  1543. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/resolve-uri/package.json +0 -69
  1544. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/LICENSE +0 -19
  1545. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/README.md +0 -37
  1546. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -69
  1547. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -1
  1548. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -83
  1549. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -1
  1550. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -32
  1551. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/set-array/package.json +0 -65
  1552. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
  1553. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/README.md +0 -200
  1554. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -164
  1555. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
  1556. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -175
  1557. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
  1558. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -6
  1559. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/sourcemap-codec/package.json +0 -74
  1560. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/LICENSE +0 -19
  1561. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/README.md +0 -257
  1562. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -580
  1563. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -1
  1564. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -600
  1565. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -1
  1566. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -8
  1567. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -32
  1568. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -7
  1569. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -1
  1570. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -2
  1571. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -16
  1572. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -4
  1573. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -79
  1574. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -99
  1575. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/@jridgewell/trace-mapping/package.json +0 -77
  1576. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/LICENSE +0 -20
  1577. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/README.md +0 -67
  1578. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/browser.js +0 -52
  1579. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/cli.js +0 -156
  1580. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.d.ts +0 -7
  1581. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/error.js +0 -12
  1582. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.d.ts +0 -201
  1583. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/index.js +0 -1211
  1584. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/node.js +0 -419
  1585. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/package.json +0 -44
  1586. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/browserslist/parse.js +0 -78
  1587. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/LICENSE +0 -395
  1588. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/README.md +0 -6
  1589. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/agents.js +0 -1
  1590. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/browserVersions.js +0 -1
  1591. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/browsers.js +0 -1
  1592. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/aac.js +0 -1
  1593. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
  1594. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
  1595. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
  1596. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
  1597. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
  1598. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
  1599. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/apng.js +0 -1
  1600. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
  1601. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/array-find.js +0 -1
  1602. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
  1603. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
  1604. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
  1605. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
  1606. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
  1607. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
  1608. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
  1609. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
  1610. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/audio.js +0 -1
  1611. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
  1612. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
  1613. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
  1614. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/av1.js +0 -1
  1615. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/avif.js +0 -1
  1616. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
  1617. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
  1618. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
  1619. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
  1620. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
  1621. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
  1622. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
  1623. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/beacon.js +0 -1
  1624. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
  1625. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/bigint.js +0 -1
  1626. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
  1627. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
  1628. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/border-image.js +0 -1
  1629. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
  1630. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
  1631. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/brotli.js +0 -1
  1632. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/calc.js +0 -1
  1633. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
  1634. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
  1635. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/canvas.js +0 -1
  1636. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
  1637. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
  1638. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
  1639. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
  1640. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/classlist.js +0 -1
  1641. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
  1642. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
  1643. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
  1644. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/colr.js +0 -1
  1645. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
  1646. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
  1647. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/console-time.js +0 -1
  1648. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/const.js +0 -1
  1649. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
  1650. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
  1651. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
  1652. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
  1653. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
  1654. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/cors.js +0 -1
  1655. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
  1656. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
  1657. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
  1658. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-all.js +0 -1
  1659. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -1
  1660. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
  1661. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
  1662. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
  1663. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
  1664. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
  1665. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
  1666. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
  1667. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
  1668. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
  1669. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
  1670. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
  1671. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
  1672. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
  1673. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
  1674. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
  1675. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
  1676. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
  1677. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
  1678. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
  1679. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
  1680. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
  1681. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
  1682. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
  1683. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
  1684. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
  1685. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
  1686. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
  1687. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
  1688. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
  1689. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
  1690. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
  1691. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
  1692. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
  1693. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
  1694. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
  1695. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
  1696. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
  1697. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
  1698. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
  1699. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
  1700. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
  1701. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
  1702. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
  1703. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
  1704. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
  1705. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
  1706. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
  1707. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
  1708. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
  1709. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
  1710. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
  1711. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
  1712. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-has.js +0 -1
  1713. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
  1714. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
  1715. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
  1716. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
  1717. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
  1718. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
  1719. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
  1720. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
  1721. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
  1722. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
  1723. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
  1724. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
  1725. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
  1726. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
  1727. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
  1728. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
  1729. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
  1730. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
  1731. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
  1732. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
  1733. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
  1734. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -1
  1735. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
  1736. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
  1737. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
  1738. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
  1739. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
  1740. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
  1741. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
  1742. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
  1743. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
  1744. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
  1745. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
  1746. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
  1747. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
  1748. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
  1749. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
  1750. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
  1751. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
  1752. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
  1753. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
  1754. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
  1755. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
  1756. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
  1757. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
  1758. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
  1759. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
  1760. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
  1761. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
  1762. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +0 -1
  1763. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
  1764. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
  1765. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
  1766. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
  1767. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
  1768. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
  1769. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
  1770. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
  1771. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
  1772. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-table.js +0 -1
  1773. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
  1774. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
  1775. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
  1776. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
  1777. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
  1778. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
  1779. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
  1780. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
  1781. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
  1782. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
  1783. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
  1784. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
  1785. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
  1786. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
  1787. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
  1788. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
  1789. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
  1790. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
  1791. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
  1792. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
  1793. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
  1794. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
  1795. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
  1796. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
  1797. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
  1798. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
  1799. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
  1800. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
  1801. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/customevent.js +0 -1
  1802. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/datalist.js +0 -1
  1803. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dataset.js +0 -1
  1804. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/datauri.js +0 -1
  1805. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
  1806. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
  1807. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/decorators.js +0 -1
  1808. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/details.js +0 -1
  1809. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
  1810. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
  1811. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dialog.js +0 -1
  1812. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
  1813. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
  1814. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
  1815. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
  1816. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
  1817. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
  1818. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
  1819. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
  1820. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
  1821. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
  1822. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
  1823. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
  1824. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
  1825. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/download.js +0 -1
  1826. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
  1827. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
  1828. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
  1829. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
  1830. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/eme.js +0 -1
  1831. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/eot.js +0 -1
  1832. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es5.js +0 -1
  1833. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
  1834. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
  1835. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
  1836. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
  1837. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
  1838. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
  1839. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/es6.js +0 -1
  1840. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
  1841. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
  1842. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
  1843. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/fetch.js +0 -1
  1844. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
  1845. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
  1846. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/filereader.js +0 -1
  1847. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
  1848. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
  1849. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/flac.js +0 -1
  1850. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
  1851. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
  1852. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
  1853. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
  1854. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
  1855. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
  1856. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
  1857. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
  1858. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
  1859. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
  1860. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
  1861. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
  1862. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
  1863. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/fontface.js +0 -1
  1864. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
  1865. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
  1866. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
  1867. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/forms.js +0 -1
  1868. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
  1869. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
  1870. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
  1871. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
  1872. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
  1873. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
  1874. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
  1875. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
  1876. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
  1877. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
  1878. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/heif.js +0 -1
  1879. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/hevc.js +0 -1
  1880. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/hidden.js +0 -1
  1881. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
  1882. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/history.js +0 -1
  1883. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
  1884. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
  1885. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
  1886. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/http2.js +0 -1
  1887. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/http3.js +0 -1
  1888. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
  1889. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
  1890. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
  1891. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
  1892. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ime.js +0 -1
  1893. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
  1894. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
  1895. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/imports.js +0 -1
  1896. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
  1897. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
  1898. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
  1899. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
  1900. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/innertext.js +0 -1
  1901. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
  1902. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-color.js +0 -1
  1903. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
  1904. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
  1905. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-event.js +0 -1
  1906. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
  1907. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
  1908. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
  1909. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
  1910. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
  1911. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-number.js +0 -1
  1912. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
  1913. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
  1914. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-range.js +0 -1
  1915. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-search.js +0 -1
  1916. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
  1917. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
  1918. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
  1919. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
  1920. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
  1921. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
  1922. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
  1923. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
  1924. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
  1925. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
  1926. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
  1927. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
  1928. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/json.js +0 -1
  1929. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
  1930. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
  1931. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
  1932. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
  1933. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
  1934. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
  1935. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
  1936. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
  1937. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
  1938. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/let.js +0 -1
  1939. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
  1940. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
  1941. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
  1942. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
  1943. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
  1944. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
  1945. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
  1946. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
  1947. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
  1948. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
  1949. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
  1950. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
  1951. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
  1952. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mathml.js +0 -1
  1953. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
  1954. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -1
  1955. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
  1956. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
  1957. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
  1958. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
  1959. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
  1960. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
  1961. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
  1962. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
  1963. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
  1964. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
  1965. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
  1966. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/menu.js +0 -1
  1967. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
  1968. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/meter.js +0 -1
  1969. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/midi.js +0 -1
  1970. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
  1971. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mp3.js +0 -1
  1972. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
  1973. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
  1974. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
  1975. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
  1976. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
  1977. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
  1978. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
  1979. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
  1980. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
  1981. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
  1982. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/notifications.js +0 -1
  1983. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
  1984. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
  1985. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
  1986. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/object-values.js +0 -1
  1987. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
  1988. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
  1989. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
  1990. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
  1991. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ogv.js +0 -1
  1992. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
  1993. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
  1994. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/online-status.js +0 -1
  1995. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/opus.js +0 -1
  1996. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
  1997. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/outline.js +0 -1
  1998. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
  1999. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
  2000. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
  2001. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
  2002. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
  2003. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
  2004. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/path2d.js +0 -1
  2005. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
  2006. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
  2007. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
  2008. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
  2009. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
  2010. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/picture.js +0 -1
  2011. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ping.js +0 -1
  2012. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
  2013. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
  2014. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pointer.js +0 -1
  2015. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
  2016. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/portals.js +0 -1
  2017. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
  2018. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
  2019. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/progress.js +0 -1
  2020. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
  2021. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/promises.js +0 -1
  2022. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/proximity.js +0 -1
  2023. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/proxy.js +0 -1
  2024. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
  2025. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/push-api.js +0 -1
  2026. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
  2027. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
  2028. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
  2029. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
  2030. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
  2031. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
  2032. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rellist.js +0 -1
  2033. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rem.js +0 -1
  2034. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
  2035. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
  2036. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
  2037. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
  2038. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
  2039. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
  2040. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ruby.js +0 -1
  2041. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/run-in.js +0 -1
  2042. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
  2043. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
  2044. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/script-async.js +0 -1
  2045. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
  2046. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
  2047. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
  2048. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sdch.js +0 -1
  2049. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
  2050. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/selectlist.js +0 -1
  2051. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
  2052. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
  2053. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
  2054. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
  2055. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
  2056. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
  2057. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
  2058. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sni.js +0 -1
  2059. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/spdy.js +0 -1
  2060. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
  2061. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
  2062. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
  2063. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
  2064. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/srcset.js +0 -1
  2065. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/stream.js +0 -1
  2066. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/streams.js +0 -1
  2067. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
  2068. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
  2069. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
  2070. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
  2071. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
  2072. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
  2073. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
  2074. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
  2075. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
  2076. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
  2077. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
  2078. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
  2079. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/svg.js +0 -1
  2080. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/sxg.js +0 -1
  2081. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
  2082. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
  2083. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/template.js +0 -1
  2084. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/temporal.js +0 -1
  2085. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
  2086. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
  2087. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
  2088. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
  2089. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
  2090. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
  2091. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
  2092. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
  2093. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
  2094. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
  2095. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
  2096. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/touch.js +0 -1
  2097. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
  2098. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
  2099. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
  2100. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/ttf.js +0 -1
  2101. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
  2102. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/u2f.js +0 -1
  2103. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
  2104. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
  2105. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
  2106. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/url.js +0 -1
  2107. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
  2108. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
  2109. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
  2110. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
  2111. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
  2112. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
  2113. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/vibration.js +0 -1
  2114. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/video.js +0 -1
  2115. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
  2116. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
  2117. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
  2118. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
  2119. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
  2120. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
  2121. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -1
  2122. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -1
  2123. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -1
  2124. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -1
  2125. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -1
  2126. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -1
  2127. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -1
  2128. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -1
  2129. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -1
  2130. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -1
  2131. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -1
  2132. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -1
  2133. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -1
  2134. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -1
  2135. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wasm.js +0 -1
  2136. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wav.js +0 -1
  2137. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
  2138. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
  2139. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
  2140. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
  2141. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
  2142. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/web-share.js +0 -1
  2143. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
  2144. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
  2145. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webgl.js +0 -1
  2146. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
  2147. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
  2148. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webhid.js +0 -1
  2149. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
  2150. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webm.js +0 -1
  2151. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
  2152. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webp.js +0 -1
  2153. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/websockets.js +0 -1
  2154. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
  2155. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webusb.js +0 -1
  2156. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webvr.js +0 -1
  2157. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
  2158. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
  2159. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/webxr.js +0 -1
  2160. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/will-change.js +0 -1
  2161. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/woff.js +0 -1
  2162. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/woff2.js +0 -1
  2163. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/word-break.js +0 -1
  2164. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
  2165. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
  2166. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
  2167. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
  2168. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
  2169. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
  2170. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
  2171. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features/zstd.js +0 -1
  2172. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/features.js +0 -1
  2173. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AD.js +0 -1
  2174. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AE.js +0 -1
  2175. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AF.js +0 -1
  2176. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AG.js +0 -1
  2177. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AI.js +0 -1
  2178. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AL.js +0 -1
  2179. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AM.js +0 -1
  2180. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AO.js +0 -1
  2181. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AR.js +0 -1
  2182. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AS.js +0 -1
  2183. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AT.js +0 -1
  2184. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AU.js +0 -1
  2185. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AW.js +0 -1
  2186. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AX.js +0 -1
  2187. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/AZ.js +0 -1
  2188. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BA.js +0 -1
  2189. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BB.js +0 -1
  2190. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BD.js +0 -1
  2191. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BE.js +0 -1
  2192. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BF.js +0 -1
  2193. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BG.js +0 -1
  2194. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BH.js +0 -1
  2195. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BI.js +0 -1
  2196. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BJ.js +0 -1
  2197. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BM.js +0 -1
  2198. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BN.js +0 -1
  2199. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BO.js +0 -1
  2200. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BR.js +0 -1
  2201. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BS.js +0 -1
  2202. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BT.js +0 -1
  2203. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BW.js +0 -1
  2204. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BY.js +0 -1
  2205. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/BZ.js +0 -1
  2206. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CA.js +0 -1
  2207. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CD.js +0 -1
  2208. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CF.js +0 -1
  2209. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CG.js +0 -1
  2210. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CH.js +0 -1
  2211. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CI.js +0 -1
  2212. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CK.js +0 -1
  2213. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CL.js +0 -1
  2214. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CM.js +0 -1
  2215. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CN.js +0 -1
  2216. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CO.js +0 -1
  2217. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CR.js +0 -1
  2218. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CU.js +0 -1
  2219. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CV.js +0 -1
  2220. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CX.js +0 -1
  2221. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CY.js +0 -1
  2222. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/CZ.js +0 -1
  2223. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DE.js +0 -1
  2224. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DJ.js +0 -1
  2225. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DK.js +0 -1
  2226. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DM.js +0 -1
  2227. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DO.js +0 -1
  2228. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/DZ.js +0 -1
  2229. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/EC.js +0 -1
  2230. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/EE.js +0 -1
  2231. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/EG.js +0 -1
  2232. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ER.js +0 -1
  2233. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ES.js +0 -1
  2234. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ET.js +0 -1
  2235. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FI.js +0 -1
  2236. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FJ.js +0 -1
  2237. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FK.js +0 -1
  2238. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FM.js +0 -1
  2239. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FO.js +0 -1
  2240. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/FR.js +0 -1
  2241. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GA.js +0 -1
  2242. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GB.js +0 -1
  2243. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GD.js +0 -1
  2244. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GE.js +0 -1
  2245. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GF.js +0 -1
  2246. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GG.js +0 -1
  2247. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GH.js +0 -1
  2248. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GI.js +0 -1
  2249. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GL.js +0 -1
  2250. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GM.js +0 -1
  2251. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GN.js +0 -1
  2252. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GP.js +0 -1
  2253. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GQ.js +0 -1
  2254. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GR.js +0 -1
  2255. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GT.js +0 -1
  2256. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GU.js +0 -1
  2257. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GW.js +0 -1
  2258. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/GY.js +0 -1
  2259. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/HK.js +0 -1
  2260. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/HN.js +0 -1
  2261. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/HR.js +0 -1
  2262. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/HT.js +0 -1
  2263. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/HU.js +0 -1
  2264. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ID.js +0 -1
  2265. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IE.js +0 -1
  2266. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IL.js +0 -1
  2267. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IM.js +0 -1
  2268. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IN.js +0 -1
  2269. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IQ.js +0 -1
  2270. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IR.js +0 -1
  2271. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IS.js +0 -1
  2272. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/IT.js +0 -1
  2273. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/JE.js +0 -1
  2274. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/JM.js +0 -1
  2275. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/JO.js +0 -1
  2276. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/JP.js +0 -1
  2277. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KE.js +0 -1
  2278. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KG.js +0 -1
  2279. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KH.js +0 -1
  2280. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KI.js +0 -1
  2281. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KM.js +0 -1
  2282. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KN.js +0 -1
  2283. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KP.js +0 -1
  2284. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KR.js +0 -1
  2285. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KW.js +0 -1
  2286. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KY.js +0 -1
  2287. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/KZ.js +0 -1
  2288. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LA.js +0 -1
  2289. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LB.js +0 -1
  2290. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LC.js +0 -1
  2291. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LI.js +0 -1
  2292. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LK.js +0 -1
  2293. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LR.js +0 -1
  2294. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LS.js +0 -1
  2295. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LT.js +0 -1
  2296. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LU.js +0 -1
  2297. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LV.js +0 -1
  2298. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/LY.js +0 -1
  2299. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MA.js +0 -1
  2300. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MC.js +0 -1
  2301. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MD.js +0 -1
  2302. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ME.js +0 -1
  2303. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MG.js +0 -1
  2304. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MH.js +0 -1
  2305. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MK.js +0 -1
  2306. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ML.js +0 -1
  2307. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MM.js +0 -1
  2308. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MN.js +0 -1
  2309. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MO.js +0 -1
  2310. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MP.js +0 -1
  2311. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MQ.js +0 -1
  2312. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MR.js +0 -1
  2313. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MS.js +0 -1
  2314. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MT.js +0 -1
  2315. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MU.js +0 -1
  2316. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MV.js +0 -1
  2317. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MW.js +0 -1
  2318. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MX.js +0 -1
  2319. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MY.js +0 -1
  2320. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/MZ.js +0 -1
  2321. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NA.js +0 -1
  2322. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NC.js +0 -1
  2323. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NE.js +0 -1
  2324. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NF.js +0 -1
  2325. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NG.js +0 -1
  2326. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NI.js +0 -1
  2327. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NL.js +0 -1
  2328. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NO.js +0 -1
  2329. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NP.js +0 -1
  2330. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NR.js +0 -1
  2331. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NU.js +0 -1
  2332. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/NZ.js +0 -1
  2333. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/OM.js +0 -1
  2334. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PA.js +0 -1
  2335. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PE.js +0 -1
  2336. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PF.js +0 -1
  2337. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PG.js +0 -1
  2338. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PH.js +0 -1
  2339. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PK.js +0 -1
  2340. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PL.js +0 -1
  2341. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PM.js +0 -1
  2342. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PN.js +0 -1
  2343. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PR.js +0 -1
  2344. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PS.js +0 -1
  2345. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PT.js +0 -1
  2346. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PW.js +0 -1
  2347. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/PY.js +0 -1
  2348. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/QA.js +0 -1
  2349. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/RE.js +0 -1
  2350. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/RO.js +0 -1
  2351. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/RS.js +0 -1
  2352. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/RU.js +0 -1
  2353. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/RW.js +0 -1
  2354. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SA.js +0 -1
  2355. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SB.js +0 -1
  2356. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SC.js +0 -1
  2357. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SD.js +0 -1
  2358. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SE.js +0 -1
  2359. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SG.js +0 -1
  2360. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SH.js +0 -1
  2361. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SI.js +0 -1
  2362. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SK.js +0 -1
  2363. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SL.js +0 -1
  2364. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SM.js +0 -1
  2365. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SN.js +0 -1
  2366. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SO.js +0 -1
  2367. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SR.js +0 -1
  2368. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ST.js +0 -1
  2369. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SV.js +0 -1
  2370. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SY.js +0 -1
  2371. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/SZ.js +0 -1
  2372. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TC.js +0 -1
  2373. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TD.js +0 -1
  2374. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TG.js +0 -1
  2375. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TH.js +0 -1
  2376. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TJ.js +0 -1
  2377. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TK.js +0 -1
  2378. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TL.js +0 -1
  2379. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TM.js +0 -1
  2380. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TN.js +0 -1
  2381. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TO.js +0 -1
  2382. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TR.js +0 -1
  2383. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TT.js +0 -1
  2384. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TV.js +0 -1
  2385. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TW.js +0 -1
  2386. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/TZ.js +0 -1
  2387. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/UA.js +0 -1
  2388. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/UG.js +0 -1
  2389. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/US.js +0 -1
  2390. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/UY.js +0 -1
  2391. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/UZ.js +0 -1
  2392. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VA.js +0 -1
  2393. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VC.js +0 -1
  2394. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VE.js +0 -1
  2395. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VG.js +0 -1
  2396. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VI.js +0 -1
  2397. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VN.js +0 -1
  2398. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/VU.js +0 -1
  2399. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/WF.js +0 -1
  2400. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/WS.js +0 -1
  2401. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/YE.js +0 -1
  2402. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/YT.js +0 -1
  2403. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ZA.js +0 -1
  2404. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ZM.js +0 -1
  2405. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/ZW.js +0 -1
  2406. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-af.js +0 -1
  2407. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-an.js +0 -1
  2408. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-as.js +0 -1
  2409. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -1
  2410. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-na.js +0 -1
  2411. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -1
  2412. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -1
  2413. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -1
  2414. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
  2415. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
  2416. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
  2417. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
  2418. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
  2419. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -52
  2420. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
  2421. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
  2422. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
  2423. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/caniuse-lite/package.json +0 -34
  2424. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/LICENSE +0 -20
  2425. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/README.md +0 -481
  2426. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/package.json +0 -59
  2427. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/src/browser.js +0 -269
  2428. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/src/common.js +0 -274
  2429. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/src/index.js +0 -10
  2430. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/debug/src/node.js +0 -263
  2431. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/LICENSE +0 -5
  2432. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/README.md +0 -186
  2433. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.js +0 -68
  2434. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/chromium-versions.json +0 -1
  2435. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.js +0 -3361
  2436. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
  2437. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.js +0 -2443
  2438. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/full-versions.json +0 -1
  2439. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/index.js +0 -36
  2440. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/package.json +0 -44
  2441. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.js +0 -161
  2442. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/electron-to-chromium/versions.json +0 -1
  2443. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/LICENSE +0 -7
  2444. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/README.md +0 -196
  2445. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js +0 -373
  2446. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/index.js.flow +0 -32
  2447. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/package.json +0 -37
  2448. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/.babelrc +0 -5
  2449. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/gensync/test/index.test.js +0 -489
  2450. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/globals.json +0 -1563
  2451. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/index.js +0 -2
  2452. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/license +0 -9
  2453. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/package.json +0 -41
  2454. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/globals/readme.md +0 -41
  2455. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/CHANGELOG.md +0 -151
  2456. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/LICENSE +0 -21
  2457. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/README.md +0 -240
  2458. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/index.js +0 -23
  2459. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/js-tokens/package.json +0 -30
  2460. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/LICENSE-MIT.txt +0 -20
  2461. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/README.md +0 -421
  2462. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/bin/jsesc +0 -148
  2463. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/jsesc.js +0 -329
  2464. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/man/jsesc.1 +0 -94
  2465. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/jsesc/package.json +0 -54
  2466. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/lru-cache/LICENSE +0 -15
  2467. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/lru-cache/README.md +0 -166
  2468. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/lru-cache/index.js +0 -334
  2469. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/lru-cache/package.json +0 -32
  2470. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/ms/index.js +0 -162
  2471. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/ms/license.md +0 -21
  2472. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/ms/package.json +0 -37
  2473. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/ms/readme.md +0 -60
  2474. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/LICENSE +0 -21
  2475. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/README.md +0 -12
  2476. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/processed/envs.json +0 -1
  2477. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
  2478. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/node-releases/package.json +0 -19
  2479. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/LICENSE +0 -15
  2480. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/README.md +0 -21
  2481. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/package.json +0 -25
  2482. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/picocolors.browser.js +0 -4
  2483. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/picocolors.d.ts +0 -5
  2484. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/picocolors.js +0 -65
  2485. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/picocolors/types.ts +0 -30
  2486. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/index.js +0 -27
  2487. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/license +0 -10
  2488. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/package.json +0 -35
  2489. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/to-fast-properties/readme.md +0 -37
  2490. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/yallist/LICENSE +0 -15
  2491. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/yallist/README.md +0 -204
  2492. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/yallist/iterator.js +0 -8
  2493. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/yallist/package.json +0 -29
  2494. package/external/@coana-tech/cli/coana-repos/jelly/dist/bundle/node_modules/yallist/yallist.js +0 -426
  2495. package/external/@coana-tech/cli/coana-repos/mambalade/dist/mambalade-0.3.11-py3-none-any.whl +0 -0
  2496. package/external/@coana-tech/cli/coana-repos/mambalade/dist/networkx-3.5-py3-none-any.whl +0 -0
  2497. package/external/@coana-tech/cli/coana-repos/mambalade/dist/typing_extensions-4.14.1-py3-none-any.whl +0 -0
@@ -1,3235 +0,0 @@
1
- declare function isCompatTag(tagName?: string): boolean;
2
-
3
- type ReturnedChild = JSXSpreadChild | JSXElement | JSXFragment | Expression;
4
- declare function buildChildren(node: JSXElement | JSXFragment): ReturnedChild[];
5
-
6
- declare function assertNode(node?: any): asserts node is Node;
7
-
8
- declare function assertArrayExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrayExpression;
9
- declare function assertAssignmentExpression(node: object | null | undefined, opts?: object | null): asserts node is AssignmentExpression;
10
- declare function assertBinaryExpression(node: object | null | undefined, opts?: object | null): asserts node is BinaryExpression;
11
- declare function assertInterpreterDirective(node: object | null | undefined, opts?: object | null): asserts node is InterpreterDirective;
12
- declare function assertDirective(node: object | null | undefined, opts?: object | null): asserts node is Directive;
13
- declare function assertDirectiveLiteral(node: object | null | undefined, opts?: object | null): asserts node is DirectiveLiteral;
14
- declare function assertBlockStatement(node: object | null | undefined, opts?: object | null): asserts node is BlockStatement;
15
- declare function assertBreakStatement(node: object | null | undefined, opts?: object | null): asserts node is BreakStatement;
16
- declare function assertCallExpression(node: object | null | undefined, opts?: object | null): asserts node is CallExpression;
17
- declare function assertCatchClause(node: object | null | undefined, opts?: object | null): asserts node is CatchClause;
18
- declare function assertConditionalExpression(node: object | null | undefined, opts?: object | null): asserts node is ConditionalExpression;
19
- declare function assertContinueStatement(node: object | null | undefined, opts?: object | null): asserts node is ContinueStatement;
20
- declare function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): asserts node is DebuggerStatement;
21
- declare function assertDoWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is DoWhileStatement;
22
- declare function assertEmptyStatement(node: object | null | undefined, opts?: object | null): asserts node is EmptyStatement;
23
- declare function assertExpressionStatement(node: object | null | undefined, opts?: object | null): asserts node is ExpressionStatement;
24
- declare function assertFile(node: object | null | undefined, opts?: object | null): asserts node is File;
25
- declare function assertForInStatement(node: object | null | undefined, opts?: object | null): asserts node is ForInStatement;
26
- declare function assertForStatement(node: object | null | undefined, opts?: object | null): asserts node is ForStatement;
27
- declare function assertFunctionDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FunctionDeclaration;
28
- declare function assertFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is FunctionExpression;
29
- declare function assertIdentifier(node: object | null | undefined, opts?: object | null): asserts node is Identifier;
30
- declare function assertIfStatement(node: object | null | undefined, opts?: object | null): asserts node is IfStatement;
31
- declare function assertLabeledStatement(node: object | null | undefined, opts?: object | null): asserts node is LabeledStatement;
32
- declare function assertStringLiteral(node: object | null | undefined, opts?: object | null): asserts node is StringLiteral;
33
- declare function assertNumericLiteral(node: object | null | undefined, opts?: object | null): asserts node is NumericLiteral;
34
- declare function assertNullLiteral(node: object | null | undefined, opts?: object | null): asserts node is NullLiteral;
35
- declare function assertBooleanLiteral(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteral;
36
- declare function assertRegExpLiteral(node: object | null | undefined, opts?: object | null): asserts node is RegExpLiteral;
37
- declare function assertLogicalExpression(node: object | null | undefined, opts?: object | null): asserts node is LogicalExpression;
38
- declare function assertMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is MemberExpression;
39
- declare function assertNewExpression(node: object | null | undefined, opts?: object | null): asserts node is NewExpression;
40
- declare function assertProgram(node: object | null | undefined, opts?: object | null): asserts node is Program;
41
- declare function assertObjectExpression(node: object | null | undefined, opts?: object | null): asserts node is ObjectExpression;
42
- declare function assertObjectMethod(node: object | null | undefined, opts?: object | null): asserts node is ObjectMethod;
43
- declare function assertObjectProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectProperty;
44
- declare function assertRestElement(node: object | null | undefined, opts?: object | null): asserts node is RestElement;
45
- declare function assertReturnStatement(node: object | null | undefined, opts?: object | null): asserts node is ReturnStatement;
46
- declare function assertSequenceExpression(node: object | null | undefined, opts?: object | null): asserts node is SequenceExpression;
47
- declare function assertParenthesizedExpression(node: object | null | undefined, opts?: object | null): asserts node is ParenthesizedExpression;
48
- declare function assertSwitchCase(node: object | null | undefined, opts?: object | null): asserts node is SwitchCase;
49
- declare function assertSwitchStatement(node: object | null | undefined, opts?: object | null): asserts node is SwitchStatement;
50
- declare function assertThisExpression(node: object | null | undefined, opts?: object | null): asserts node is ThisExpression;
51
- declare function assertThrowStatement(node: object | null | undefined, opts?: object | null): asserts node is ThrowStatement;
52
- declare function assertTryStatement(node: object | null | undefined, opts?: object | null): asserts node is TryStatement;
53
- declare function assertUnaryExpression(node: object | null | undefined, opts?: object | null): asserts node is UnaryExpression;
54
- declare function assertUpdateExpression(node: object | null | undefined, opts?: object | null): asserts node is UpdateExpression;
55
- declare function assertVariableDeclaration(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclaration;
56
- declare function assertVariableDeclarator(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclarator;
57
- declare function assertWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is WhileStatement;
58
- declare function assertWithStatement(node: object | null | undefined, opts?: object | null): asserts node is WithStatement;
59
- declare function assertAssignmentPattern(node: object | null | undefined, opts?: object | null): asserts node is AssignmentPattern;
60
- declare function assertArrayPattern(node: object | null | undefined, opts?: object | null): asserts node is ArrayPattern;
61
- declare function assertArrowFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrowFunctionExpression;
62
- declare function assertClassBody(node: object | null | undefined, opts?: object | null): asserts node is ClassBody;
63
- declare function assertClassExpression(node: object | null | undefined, opts?: object | null): asserts node is ClassExpression;
64
- declare function assertClassDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ClassDeclaration;
65
- declare function assertExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportAllDeclaration;
66
- declare function assertExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultDeclaration;
67
- declare function assertExportNamedDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportNamedDeclaration;
68
- declare function assertExportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportSpecifier;
69
- declare function assertForOfStatement(node: object | null | undefined, opts?: object | null): asserts node is ForOfStatement;
70
- declare function assertImportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ImportDeclaration;
71
- declare function assertImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportDefaultSpecifier;
72
- declare function assertImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportNamespaceSpecifier;
73
- declare function assertImportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportSpecifier;
74
- declare function assertImportExpression(node: object | null | undefined, opts?: object | null): asserts node is ImportExpression;
75
- declare function assertMetaProperty(node: object | null | undefined, opts?: object | null): asserts node is MetaProperty;
76
- declare function assertClassMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassMethod;
77
- declare function assertObjectPattern(node: object | null | undefined, opts?: object | null): asserts node is ObjectPattern;
78
- declare function assertSpreadElement(node: object | null | undefined, opts?: object | null): asserts node is SpreadElement;
79
- declare function assertSuper(node: object | null | undefined, opts?: object | null): asserts node is Super;
80
- declare function assertTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): asserts node is TaggedTemplateExpression;
81
- declare function assertTemplateElement(node: object | null | undefined, opts?: object | null): asserts node is TemplateElement;
82
- declare function assertTemplateLiteral(node: object | null | undefined, opts?: object | null): asserts node is TemplateLiteral;
83
- declare function assertYieldExpression(node: object | null | undefined, opts?: object | null): asserts node is YieldExpression;
84
- declare function assertAwaitExpression(node: object | null | undefined, opts?: object | null): asserts node is AwaitExpression;
85
- declare function assertImport(node: object | null | undefined, opts?: object | null): asserts node is Import;
86
- declare function assertBigIntLiteral(node: object | null | undefined, opts?: object | null): asserts node is BigIntLiteral;
87
- declare function assertExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportNamespaceSpecifier;
88
- declare function assertOptionalMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalMemberExpression;
89
- declare function assertOptionalCallExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalCallExpression;
90
- declare function assertClassProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassProperty;
91
- declare function assertClassAccessorProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassAccessorProperty;
92
- declare function assertClassPrivateProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateProperty;
93
- declare function assertClassPrivateMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateMethod;
94
- declare function assertPrivateName(node: object | null | undefined, opts?: object | null): asserts node is PrivateName;
95
- declare function assertStaticBlock(node: object | null | undefined, opts?: object | null): asserts node is StaticBlock;
96
- declare function assertAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is AnyTypeAnnotation;
97
- declare function assertArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ArrayTypeAnnotation;
98
- declare function assertBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanTypeAnnotation;
99
- declare function assertBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteralTypeAnnotation;
100
- declare function assertNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullLiteralTypeAnnotation;
101
- declare function assertClassImplements(node: object | null | undefined, opts?: object | null): asserts node is ClassImplements;
102
- declare function assertDeclareClass(node: object | null | undefined, opts?: object | null): asserts node is DeclareClass;
103
- declare function assertDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is DeclareFunction;
104
- declare function assertDeclareInterface(node: object | null | undefined, opts?: object | null): asserts node is DeclareInterface;
105
- declare function assertDeclareModule(node: object | null | undefined, opts?: object | null): asserts node is DeclareModule;
106
- declare function assertDeclareModuleExports(node: object | null | undefined, opts?: object | null): asserts node is DeclareModuleExports;
107
- declare function assertDeclareTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is DeclareTypeAlias;
108
- declare function assertDeclareOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is DeclareOpaqueType;
109
- declare function assertDeclareVariable(node: object | null | undefined, opts?: object | null): asserts node is DeclareVariable;
110
- declare function assertDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportDeclaration;
111
- declare function assertDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportAllDeclaration;
112
- declare function assertDeclaredPredicate(node: object | null | undefined, opts?: object | null): asserts node is DeclaredPredicate;
113
- declare function assertExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ExistsTypeAnnotation;
114
- declare function assertFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeAnnotation;
115
- declare function assertFunctionTypeParam(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeParam;
116
- declare function assertGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is GenericTypeAnnotation;
117
- declare function assertInferredPredicate(node: object | null | undefined, opts?: object | null): asserts node is InferredPredicate;
118
- declare function assertInterfaceExtends(node: object | null | undefined, opts?: object | null): asserts node is InterfaceExtends;
119
- declare function assertInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is InterfaceDeclaration;
120
- declare function assertInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is InterfaceTypeAnnotation;
121
- declare function assertIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is IntersectionTypeAnnotation;
122
- declare function assertMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is MixedTypeAnnotation;
123
- declare function assertEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is EmptyTypeAnnotation;
124
- declare function assertNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullableTypeAnnotation;
125
- declare function assertNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberLiteralTypeAnnotation;
126
- declare function assertNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberTypeAnnotation;
127
- declare function assertObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeAnnotation;
128
- declare function assertObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeInternalSlot;
129
- declare function assertObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeCallProperty;
130
- declare function assertObjectTypeIndexer(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeIndexer;
131
- declare function assertObjectTypeProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeProperty;
132
- declare function assertObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeSpreadProperty;
133
- declare function assertOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is OpaqueType;
134
- declare function assertQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): asserts node is QualifiedTypeIdentifier;
135
- declare function assertStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringLiteralTypeAnnotation;
136
- declare function assertStringTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringTypeAnnotation;
137
- declare function assertSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is SymbolTypeAnnotation;
138
- declare function assertThisTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ThisTypeAnnotation;
139
- declare function assertTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TupleTypeAnnotation;
140
- declare function assertTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeofTypeAnnotation;
141
- declare function assertTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is TypeAlias;
142
- declare function assertTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeAnnotation;
143
- declare function assertTypeCastExpression(node: object | null | undefined, opts?: object | null): asserts node is TypeCastExpression;
144
- declare function assertTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TypeParameter;
145
- declare function assertTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterDeclaration;
146
- declare function assertTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterInstantiation;
147
- declare function assertUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is UnionTypeAnnotation;
148
- declare function assertVariance(node: object | null | undefined, opts?: object | null): asserts node is Variance;
149
- declare function assertVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is VoidTypeAnnotation;
150
- declare function assertEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is EnumDeclaration;
151
- declare function assertEnumBooleanBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanBody;
152
- declare function assertEnumNumberBody(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberBody;
153
- declare function assertEnumStringBody(node: object | null | undefined, opts?: object | null): asserts node is EnumStringBody;
154
- declare function assertEnumSymbolBody(node: object | null | undefined, opts?: object | null): asserts node is EnumSymbolBody;
155
- declare function assertEnumBooleanMember(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanMember;
156
- declare function assertEnumNumberMember(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberMember;
157
- declare function assertEnumStringMember(node: object | null | undefined, opts?: object | null): asserts node is EnumStringMember;
158
- declare function assertEnumDefaultedMember(node: object | null | undefined, opts?: object | null): asserts node is EnumDefaultedMember;
159
- declare function assertIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is IndexedAccessType;
160
- declare function assertOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is OptionalIndexedAccessType;
161
- declare function assertJSXAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXAttribute;
162
- declare function assertJSXClosingElement(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingElement;
163
- declare function assertJSXElement(node: object | null | undefined, opts?: object | null): asserts node is JSXElement;
164
- declare function assertJSXEmptyExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXEmptyExpression;
165
- declare function assertJSXExpressionContainer(node: object | null | undefined, opts?: object | null): asserts node is JSXExpressionContainer;
166
- declare function assertJSXSpreadChild(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadChild;
167
- declare function assertJSXIdentifier(node: object | null | undefined, opts?: object | null): asserts node is JSXIdentifier;
168
- declare function assertJSXMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXMemberExpression;
169
- declare function assertJSXNamespacedName(node: object | null | undefined, opts?: object | null): asserts node is JSXNamespacedName;
170
- declare function assertJSXOpeningElement(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningElement;
171
- declare function assertJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadAttribute;
172
- declare function assertJSXText(node: object | null | undefined, opts?: object | null): asserts node is JSXText;
173
- declare function assertJSXFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXFragment;
174
- declare function assertJSXOpeningFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningFragment;
175
- declare function assertJSXClosingFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingFragment;
176
- declare function assertNoop(node: object | null | undefined, opts?: object | null): asserts node is Noop;
177
- declare function assertPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is Placeholder;
178
- declare function assertV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): asserts node is V8IntrinsicIdentifier;
179
- declare function assertArgumentPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is ArgumentPlaceholder;
180
- declare function assertBindExpression(node: object | null | undefined, opts?: object | null): asserts node is BindExpression;
181
- declare function assertImportAttribute(node: object | null | undefined, opts?: object | null): asserts node is ImportAttribute;
182
- declare function assertDecorator(node: object | null | undefined, opts?: object | null): asserts node is Decorator;
183
- declare function assertDoExpression(node: object | null | undefined, opts?: object | null): asserts node is DoExpression;
184
- declare function assertExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultSpecifier;
185
- declare function assertRecordExpression(node: object | null | undefined, opts?: object | null): asserts node is RecordExpression;
186
- declare function assertTupleExpression(node: object | null | undefined, opts?: object | null): asserts node is TupleExpression;
187
- declare function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): asserts node is DecimalLiteral;
188
- declare function assertModuleExpression(node: object | null | undefined, opts?: object | null): asserts node is ModuleExpression;
189
- declare function assertTopicReference(node: object | null | undefined, opts?: object | null): asserts node is TopicReference;
190
- declare function assertPipelineTopicExpression(node: object | null | undefined, opts?: object | null): asserts node is PipelineTopicExpression;
191
- declare function assertPipelineBareFunction(node: object | null | undefined, opts?: object | null): asserts node is PipelineBareFunction;
192
- declare function assertPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): asserts node is PipelinePrimaryTopicReference;
193
- declare function assertTSParameterProperty(node: object | null | undefined, opts?: object | null): asserts node is TSParameterProperty;
194
- declare function assertTSDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareFunction;
195
- declare function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareMethod;
196
- declare function assertTSQualifiedName(node: object | null | undefined, opts?: object | null): asserts node is TSQualifiedName;
197
- declare function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSCallSignatureDeclaration;
198
- declare function assertTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSConstructSignatureDeclaration;
199
- declare function assertTSPropertySignature(node: object | null | undefined, opts?: object | null): asserts node is TSPropertySignature;
200
- declare function assertTSMethodSignature(node: object | null | undefined, opts?: object | null): asserts node is TSMethodSignature;
201
- declare function assertTSIndexSignature(node: object | null | undefined, opts?: object | null): asserts node is TSIndexSignature;
202
- declare function assertTSAnyKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSAnyKeyword;
203
- declare function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBooleanKeyword;
204
- declare function assertTSBigIntKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBigIntKeyword;
205
- declare function assertTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSIntrinsicKeyword;
206
- declare function assertTSNeverKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNeverKeyword;
207
- declare function assertTSNullKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNullKeyword;
208
- declare function assertTSNumberKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNumberKeyword;
209
- declare function assertTSObjectKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSObjectKeyword;
210
- declare function assertTSStringKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSStringKeyword;
211
- declare function assertTSSymbolKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSSymbolKeyword;
212
- declare function assertTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUndefinedKeyword;
213
- declare function assertTSUnknownKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUnknownKeyword;
214
- declare function assertTSVoidKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSVoidKeyword;
215
- declare function assertTSThisType(node: object | null | undefined, opts?: object | null): asserts node is TSThisType;
216
- declare function assertTSFunctionType(node: object | null | undefined, opts?: object | null): asserts node is TSFunctionType;
217
- declare function assertTSConstructorType(node: object | null | undefined, opts?: object | null): asserts node is TSConstructorType;
218
- declare function assertTSTypeReference(node: object | null | undefined, opts?: object | null): asserts node is TSTypeReference;
219
- declare function assertTSTypePredicate(node: object | null | undefined, opts?: object | null): asserts node is TSTypePredicate;
220
- declare function assertTSTypeQuery(node: object | null | undefined, opts?: object | null): asserts node is TSTypeQuery;
221
- declare function assertTSTypeLiteral(node: object | null | undefined, opts?: object | null): asserts node is TSTypeLiteral;
222
- declare function assertTSArrayType(node: object | null | undefined, opts?: object | null): asserts node is TSArrayType;
223
- declare function assertTSTupleType(node: object | null | undefined, opts?: object | null): asserts node is TSTupleType;
224
- declare function assertTSOptionalType(node: object | null | undefined, opts?: object | null): asserts node is TSOptionalType;
225
- declare function assertTSRestType(node: object | null | undefined, opts?: object | null): asserts node is TSRestType;
226
- declare function assertTSNamedTupleMember(node: object | null | undefined, opts?: object | null): asserts node is TSNamedTupleMember;
227
- declare function assertTSUnionType(node: object | null | undefined, opts?: object | null): asserts node is TSUnionType;
228
- declare function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): asserts node is TSIntersectionType;
229
- declare function assertTSConditionalType(node: object | null | undefined, opts?: object | null): asserts node is TSConditionalType;
230
- declare function assertTSInferType(node: object | null | undefined, opts?: object | null): asserts node is TSInferType;
231
- declare function assertTSParenthesizedType(node: object | null | undefined, opts?: object | null): asserts node is TSParenthesizedType;
232
- declare function assertTSTypeOperator(node: object | null | undefined, opts?: object | null): asserts node is TSTypeOperator;
233
- declare function assertTSIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is TSIndexedAccessType;
234
- declare function assertTSMappedType(node: object | null | undefined, opts?: object | null): asserts node is TSMappedType;
235
- declare function assertTSLiteralType(node: object | null | undefined, opts?: object | null): asserts node is TSLiteralType;
236
- declare function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): asserts node is TSExpressionWithTypeArguments;
237
- declare function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceDeclaration;
238
- declare function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceBody;
239
- declare function assertTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAliasDeclaration;
240
- declare function assertTSInstantiationExpression(node: object | null | undefined, opts?: object | null): asserts node is TSInstantiationExpression;
241
- declare function assertTSAsExpression(node: object | null | undefined, opts?: object | null): asserts node is TSAsExpression;
242
- declare function assertTSSatisfiesExpression(node: object | null | undefined, opts?: object | null): asserts node is TSSatisfiesExpression;
243
- declare function assertTSTypeAssertion(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAssertion;
244
- declare function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSEnumDeclaration;
245
- declare function assertTSEnumMember(node: object | null | undefined, opts?: object | null): asserts node is TSEnumMember;
246
- declare function assertTSModuleDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSModuleDeclaration;
247
- declare function assertTSModuleBlock(node: object | null | undefined, opts?: object | null): asserts node is TSModuleBlock;
248
- declare function assertTSImportType(node: object | null | undefined, opts?: object | null): asserts node is TSImportType;
249
- declare function assertTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSImportEqualsDeclaration;
250
- declare function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): asserts node is TSExternalModuleReference;
251
- declare function assertTSNonNullExpression(node: object | null | undefined, opts?: object | null): asserts node is TSNonNullExpression;
252
- declare function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): asserts node is TSExportAssignment;
253
- declare function assertTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSNamespaceExportDeclaration;
254
- declare function assertTSTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAnnotation;
255
- declare function assertTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterInstantiation;
256
- declare function assertTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterDeclaration;
257
- declare function assertTSTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameter;
258
- declare function assertStandardized(node: object | null | undefined, opts?: object | null): asserts node is Standardized;
259
- declare function assertExpression(node: object | null | undefined, opts?: object | null): asserts node is Expression;
260
- declare function assertBinary(node: object | null | undefined, opts?: object | null): asserts node is Binary;
261
- declare function assertScopable(node: object | null | undefined, opts?: object | null): asserts node is Scopable;
262
- declare function assertBlockParent(node: object | null | undefined, opts?: object | null): asserts node is BlockParent;
263
- declare function assertBlock(node: object | null | undefined, opts?: object | null): asserts node is Block;
264
- declare function assertStatement(node: object | null | undefined, opts?: object | null): asserts node is Statement;
265
- declare function assertTerminatorless(node: object | null | undefined, opts?: object | null): asserts node is Terminatorless;
266
- declare function assertCompletionStatement(node: object | null | undefined, opts?: object | null): asserts node is CompletionStatement;
267
- declare function assertConditional(node: object | null | undefined, opts?: object | null): asserts node is Conditional;
268
- declare function assertLoop(node: object | null | undefined, opts?: object | null): asserts node is Loop;
269
- declare function assertWhile(node: object | null | undefined, opts?: object | null): asserts node is While;
270
- declare function assertExpressionWrapper(node: object | null | undefined, opts?: object | null): asserts node is ExpressionWrapper;
271
- declare function assertFor(node: object | null | undefined, opts?: object | null): asserts node is For;
272
- declare function assertForXStatement(node: object | null | undefined, opts?: object | null): asserts node is ForXStatement;
273
- declare function assertFunction(node: object | null | undefined, opts?: object | null): asserts node is Function;
274
- declare function assertFunctionParent(node: object | null | undefined, opts?: object | null): asserts node is FunctionParent;
275
- declare function assertPureish(node: object | null | undefined, opts?: object | null): asserts node is Pureish;
276
- declare function assertDeclaration(node: object | null | undefined, opts?: object | null): asserts node is Declaration;
277
- declare function assertPatternLike(node: object | null | undefined, opts?: object | null): asserts node is PatternLike;
278
- declare function assertLVal(node: object | null | undefined, opts?: object | null): asserts node is LVal;
279
- declare function assertTSEntityName(node: object | null | undefined, opts?: object | null): asserts node is TSEntityName;
280
- declare function assertLiteral(node: object | null | undefined, opts?: object | null): asserts node is Literal;
281
- declare function assertImmutable(node: object | null | undefined, opts?: object | null): asserts node is Immutable;
282
- declare function assertUserWhitespacable(node: object | null | undefined, opts?: object | null): asserts node is UserWhitespacable;
283
- declare function assertMethod(node: object | null | undefined, opts?: object | null): asserts node is Method;
284
- declare function assertObjectMember(node: object | null | undefined, opts?: object | null): asserts node is ObjectMember;
285
- declare function assertProperty(node: object | null | undefined, opts?: object | null): asserts node is Property;
286
- declare function assertUnaryLike(node: object | null | undefined, opts?: object | null): asserts node is UnaryLike;
287
- declare function assertPattern(node: object | null | undefined, opts?: object | null): asserts node is Pattern;
288
- declare function assertClass(node: object | null | undefined, opts?: object | null): asserts node is Class;
289
- declare function assertImportOrExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ImportOrExportDeclaration;
290
- declare function assertExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDeclaration;
291
- declare function assertModuleSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ModuleSpecifier;
292
- declare function assertAccessor(node: object | null | undefined, opts?: object | null): asserts node is Accessor;
293
- declare function assertPrivate(node: object | null | undefined, opts?: object | null): asserts node is Private;
294
- declare function assertFlow(node: object | null | undefined, opts?: object | null): asserts node is Flow;
295
- declare function assertFlowType(node: object | null | undefined, opts?: object | null): asserts node is FlowType;
296
- declare function assertFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FlowBaseAnnotation;
297
- declare function assertFlowDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FlowDeclaration;
298
- declare function assertFlowPredicate(node: object | null | undefined, opts?: object | null): asserts node is FlowPredicate;
299
- declare function assertEnumBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBody;
300
- declare function assertEnumMember(node: object | null | undefined, opts?: object | null): asserts node is EnumMember;
301
- declare function assertJSX(node: object | null | undefined, opts?: object | null): asserts node is JSX;
302
- declare function assertMiscellaneous(node: object | null | undefined, opts?: object | null): asserts node is Miscellaneous;
303
- declare function assertTypeScript(node: object | null | undefined, opts?: object | null): asserts node is TypeScript;
304
- declare function assertTSTypeElement(node: object | null | undefined, opts?: object | null): asserts node is TSTypeElement;
305
- declare function assertTSType(node: object | null | undefined, opts?: object | null): asserts node is TSType;
306
- declare function assertTSBaseType(node: object | null | undefined, opts?: object | null): asserts node is TSBaseType;
307
- declare function assertNumberLiteral(node: any, opts: any): void;
308
- declare function assertRegexLiteral(node: any, opts: any): void;
309
- declare function assertRestProperty(node: any, opts: any): void;
310
- declare function assertSpreadProperty(node: any, opts: any): void;
311
- declare function assertModuleDeclaration(node: any, opts: any): void;
312
-
313
- declare const _default$4: {
314
- (type: "string"): StringTypeAnnotation;
315
- (type: "number"): NumberTypeAnnotation;
316
- (type: "undefined"): VoidTypeAnnotation;
317
- (type: "boolean"): BooleanTypeAnnotation;
318
- (type: "function"): GenericTypeAnnotation;
319
- (type: "object"): GenericTypeAnnotation;
320
- (type: "symbol"): GenericTypeAnnotation;
321
- (type: "bigint"): AnyTypeAnnotation;
322
- };
323
- //# sourceMappingURL=createTypeAnnotationBasedOnTypeof.d.ts.map
324
-
325
- /**
326
- * Takes an array of `types` and flattens them, removing duplicates and
327
- * returns a `UnionTypeAnnotation` node containing them.
328
- */
329
- declare function createFlowUnionType<T extends FlowType>(types: [T] | Array<T>): T | UnionTypeAnnotation;
330
-
331
- /**
332
- * Takes an array of `types` and flattens them, removing duplicates and
333
- * returns a `UnionTypeAnnotation` node containing them.
334
- */
335
- declare function createTSUnionType(typeAnnotations: Array<TSTypeAnnotation | TSType>): TSType;
336
-
337
- declare function arrayExpression(elements?: Array<null | Expression | SpreadElement>): ArrayExpression;
338
- declare function assignmentExpression(operator: string, left: LVal | OptionalMemberExpression, right: Expression): AssignmentExpression;
339
- declare function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression;
340
- declare function interpreterDirective(value: string): InterpreterDirective;
341
- declare function directive(value: DirectiveLiteral): Directive;
342
- declare function directiveLiteral(value: string): DirectiveLiteral;
343
- declare function blockStatement(body: Array<Statement>, directives?: Array<Directive>): BlockStatement;
344
- declare function breakStatement(label?: Identifier | null): BreakStatement;
345
- declare function callExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>): CallExpression;
346
- declare function catchClause(param: Identifier | ArrayPattern | ObjectPattern | null | undefined, body: BlockStatement): CatchClause;
347
- declare function conditionalExpression(test: Expression, consequent: Expression, alternate: Expression): ConditionalExpression;
348
- declare function continueStatement(label?: Identifier | null): ContinueStatement;
349
- declare function debuggerStatement(): DebuggerStatement;
350
- declare function doWhileStatement(test: Expression, body: Statement): DoWhileStatement;
351
- declare function emptyStatement(): EmptyStatement;
352
- declare function expressionStatement(expression: Expression): ExpressionStatement;
353
- declare function file(program: Program, comments?: Array<CommentBlock | CommentLine> | null, tokens?: Array<any> | null): File;
354
- declare function forInStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement): ForInStatement;
355
- declare function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement;
356
- declare function functionDeclaration(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration;
357
- declare function functionExpression(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression;
358
- declare function identifier(name: string): Identifier;
359
- declare function ifStatement(test: Expression, consequent: Statement, alternate?: Statement | null): IfStatement;
360
- declare function labeledStatement(label: Identifier, body: Statement): LabeledStatement;
361
- declare function stringLiteral(value: string): StringLiteral;
362
- declare function numericLiteral(value: number): NumericLiteral;
363
- declare function nullLiteral(): NullLiteral;
364
- declare function booleanLiteral(value: boolean): BooleanLiteral;
365
- declare function regExpLiteral(pattern: string, flags?: string): RegExpLiteral;
366
- declare function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression;
367
- declare function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean, optional?: true | false | null): MemberExpression;
368
- declare function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>): NewExpression;
369
- declare function program(body: Array<Statement>, directives?: Array<Directive>, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program;
370
- declare function objectExpression(properties: Array<ObjectMethod | ObjectProperty | SpreadElement>): ObjectExpression;
371
- declare function objectMethod(kind: "method" | "get" | "set" | undefined, key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, computed?: boolean, generator?: boolean, async?: boolean): ObjectMethod;
372
- declare function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean, decorators?: Array<Decorator> | null): ObjectProperty;
373
- declare function restElement(argument: LVal): RestElement;
374
- declare function returnStatement(argument?: Expression | null): ReturnStatement;
375
- declare function sequenceExpression(expressions: Array<Expression>): SequenceExpression;
376
- declare function parenthesizedExpression(expression: Expression): ParenthesizedExpression;
377
- declare function switchCase(test: Expression | null | undefined, consequent: Array<Statement>): SwitchCase;
378
- declare function switchStatement(discriminant: Expression, cases: Array<SwitchCase>): SwitchStatement;
379
- declare function thisExpression(): ThisExpression;
380
- declare function throwStatement(argument: Expression): ThrowStatement;
381
- declare function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement;
382
- declare function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression;
383
- declare function updateExpression(operator: "++" | "--", argument: Expression, prefix?: boolean): UpdateExpression;
384
- declare function variableDeclaration(kind: "var" | "let" | "const" | "using" | "await using", declarations: Array<VariableDeclarator>): VariableDeclaration;
385
- declare function variableDeclarator(id: LVal, init?: Expression | null): VariableDeclarator;
386
- declare function whileStatement(test: Expression, body: Statement): WhileStatement;
387
- declare function withStatement(object: Expression, body: Statement): WithStatement;
388
- declare function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern;
389
- declare function arrayPattern(elements: Array<null | PatternLike | LVal>): ArrayPattern;
390
- declare function arrowFunctionExpression(params: Array<Identifier | Pattern | RestElement>, body: BlockStatement | Expression, async?: boolean): ArrowFunctionExpression;
391
- declare function classBody(body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>): ClassBody;
392
- declare function classExpression(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassExpression;
393
- declare function classDeclaration(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassDeclaration;
394
- declare function exportAllDeclaration(source: StringLiteral): ExportAllDeclaration;
395
- declare function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration;
396
- declare function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>, source?: StringLiteral | null): ExportNamedDeclaration;
397
- declare function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier;
398
- declare function forOfStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement, _await?: boolean): ForOfStatement;
399
- declare function importDeclaration(specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>, source: StringLiteral): ImportDeclaration;
400
- declare function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier;
401
- declare function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier;
402
- declare function importSpecifier(local: Identifier, imported: Identifier | StringLiteral): ImportSpecifier;
403
- declare function importExpression(source: Expression, options?: Expression | null): ImportExpression;
404
- declare function metaProperty(meta: Identifier, property: Identifier): MetaProperty;
405
- declare function classMethod(kind: "get" | "set" | "method" | "constructor" | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, computed?: boolean, _static?: boolean, generator?: boolean, async?: boolean): ClassMethod;
406
- declare function objectPattern(properties: Array<RestElement | ObjectProperty>): ObjectPattern;
407
- declare function spreadElement(argument: Expression): SpreadElement;
408
- declare function _super(): Super;
409
-
410
- declare function taggedTemplateExpression(tag: Expression, quasi: TemplateLiteral): TaggedTemplateExpression;
411
- declare function templateElement(value: {
412
- raw: string;
413
- cooked?: string;
414
- }, tail?: boolean): TemplateElement;
415
- declare function templateLiteral(quasis: Array<TemplateElement>, expressions: Array<Expression | TSType>): TemplateLiteral;
416
- declare function yieldExpression(argument?: Expression | null, delegate?: boolean): YieldExpression;
417
- declare function awaitExpression(argument: Expression): AwaitExpression;
418
- declare function _import(): Import;
419
-
420
- declare function bigIntLiteral(value: string): BigIntLiteral;
421
- declare function exportNamespaceSpecifier(exported: Identifier): ExportNamespaceSpecifier;
422
- declare function optionalMemberExpression(object: Expression, property: Expression | Identifier, computed: boolean | undefined, optional: boolean): OptionalMemberExpression;
423
- declare function optionalCallExpression(callee: Expression, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>, optional: boolean): OptionalCallExpression;
424
- declare function classProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassProperty;
425
- declare function classAccessorProperty(key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName, value?: Expression | null, typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null, decorators?: Array<Decorator> | null, computed?: boolean, _static?: boolean): ClassAccessorProperty;
426
- declare function classPrivateProperty(key: PrivateName, value?: Expression | null, decorators?: Array<Decorator> | null, _static?: boolean): ClassPrivateProperty;
427
- declare function classPrivateMethod(kind: "get" | "set" | "method" | undefined, key: PrivateName, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, _static?: boolean): ClassPrivateMethod;
428
- declare function privateName(id: Identifier): PrivateName;
429
- declare function staticBlock(body: Array<Statement>): StaticBlock;
430
- declare function anyTypeAnnotation(): AnyTypeAnnotation;
431
- declare function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation;
432
- declare function booleanTypeAnnotation(): BooleanTypeAnnotation;
433
- declare function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation;
434
- declare function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation;
435
- declare function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements;
436
- declare function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareClass;
437
- declare function declareFunction(id: Identifier): DeclareFunction;
438
- declare function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareInterface;
439
- declare function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule;
440
- declare function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports;
441
- declare function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias;
442
- declare function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType;
443
- declare function declareVariable(id: Identifier): DeclareVariable;
444
- declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null): DeclareExportDeclaration;
445
- declare function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration;
446
- declare function declaredPredicate(value: Flow): DeclaredPredicate;
447
- declare function existsTypeAnnotation(): ExistsTypeAnnotation;
448
- declare function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array<FunctionTypeParam>, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation;
449
- declare function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam;
450
- declare function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation;
451
- declare function inferredPredicate(): InferredPredicate;
452
- declare function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends;
453
- declare function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration;
454
- declare function interfaceTypeAnnotation(_extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation;
455
- declare function intersectionTypeAnnotation(types: Array<FlowType>): IntersectionTypeAnnotation;
456
- declare function mixedTypeAnnotation(): MixedTypeAnnotation;
457
- declare function emptyTypeAnnotation(): EmptyTypeAnnotation;
458
- declare function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation;
459
- declare function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation;
460
- declare function numberTypeAnnotation(): NumberTypeAnnotation;
461
- declare function objectTypeAnnotation(properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>, indexers?: Array<ObjectTypeIndexer>, callProperties?: Array<ObjectTypeCallProperty>, internalSlots?: Array<ObjectTypeInternalSlot>, exact?: boolean): ObjectTypeAnnotation;
462
- declare function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot;
463
- declare function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty;
464
- declare function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer;
465
- declare function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty;
466
- declare function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty;
467
- declare function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType;
468
- declare function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier;
469
- declare function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation;
470
- declare function stringTypeAnnotation(): StringTypeAnnotation;
471
- declare function symbolTypeAnnotation(): SymbolTypeAnnotation;
472
- declare function thisTypeAnnotation(): ThisTypeAnnotation;
473
- declare function tupleTypeAnnotation(types: Array<FlowType>): TupleTypeAnnotation;
474
- declare function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation;
475
- declare function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias;
476
- declare function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation;
477
- declare function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression;
478
- declare function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter;
479
- declare function typeParameterDeclaration(params: Array<TypeParameter>): TypeParameterDeclaration;
480
- declare function typeParameterInstantiation(params: Array<FlowType>): TypeParameterInstantiation;
481
- declare function unionTypeAnnotation(types: Array<FlowType>): UnionTypeAnnotation;
482
- declare function variance(kind: "minus" | "plus"): Variance;
483
- declare function voidTypeAnnotation(): VoidTypeAnnotation;
484
- declare function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration;
485
- declare function enumBooleanBody(members: Array<EnumBooleanMember>): EnumBooleanBody;
486
- declare function enumNumberBody(members: Array<EnumNumberMember>): EnumNumberBody;
487
- declare function enumStringBody(members: Array<EnumStringMember | EnumDefaultedMember>): EnumStringBody;
488
- declare function enumSymbolBody(members: Array<EnumDefaultedMember>): EnumSymbolBody;
489
- declare function enumBooleanMember(id: Identifier): EnumBooleanMember;
490
- declare function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember;
491
- declare function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember;
492
- declare function enumDefaultedMember(id: Identifier): EnumDefaultedMember;
493
- declare function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType;
494
- declare function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType;
495
- declare function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute;
496
-
497
- declare function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement;
498
-
499
- declare function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>, selfClosing?: boolean | null): JSXElement;
500
-
501
- declare function jsxEmptyExpression(): JSXEmptyExpression;
502
-
503
- declare function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer;
504
-
505
- declare function jsxSpreadChild(expression: Expression): JSXSpreadChild;
506
-
507
- declare function jsxIdentifier(name: string): JSXIdentifier;
508
-
509
- declare function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression;
510
-
511
- declare function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName;
512
-
513
- declare function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array<JSXAttribute | JSXSpreadAttribute>, selfClosing?: boolean): JSXOpeningElement;
514
-
515
- declare function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute;
516
-
517
- declare function jsxText(value: string): JSXText;
518
-
519
- declare function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>): JSXFragment;
520
-
521
- declare function jsxOpeningFragment(): JSXOpeningFragment;
522
-
523
- declare function jsxClosingFragment(): JSXClosingFragment;
524
-
525
- declare function noop(): Noop;
526
- declare function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder;
527
- declare function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier;
528
- declare function argumentPlaceholder(): ArgumentPlaceholder;
529
- declare function bindExpression(object: Expression, callee: Expression): BindExpression;
530
- declare function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute;
531
- declare function decorator(expression: Expression): Decorator;
532
- declare function doExpression(body: BlockStatement, async?: boolean): DoExpression;
533
- declare function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier;
534
- declare function recordExpression(properties: Array<ObjectProperty | SpreadElement>): RecordExpression;
535
- declare function tupleExpression(elements?: Array<Expression | SpreadElement>): TupleExpression;
536
- declare function decimalLiteral(value: string): DecimalLiteral;
537
- declare function moduleExpression(body: Program): ModuleExpression;
538
- declare function topicReference(): TopicReference;
539
- declare function pipelineTopicExpression(expression: Expression): PipelineTopicExpression;
540
- declare function pipelineBareFunction(callee: Expression): PipelineBareFunction;
541
- declare function pipelinePrimaryTopicReference(): PipelinePrimaryTopicReference;
542
- declare function tsParameterProperty(parameter: Identifier | AssignmentPattern): TSParameterProperty;
543
-
544
- declare function tsDeclareFunction(id: Identifier | null | undefined, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array<Identifier | Pattern | RestElement>, returnType?: TSTypeAnnotation | Noop | null): TSDeclareFunction;
545
-
546
- declare function tsDeclareMethod(decorators: Array<Decorator> | null | undefined, key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, returnType?: TSTypeAnnotation | Noop | null): TSDeclareMethod;
547
-
548
- declare function tsQualifiedName(left: TSEntityName, right: Identifier): TSQualifiedName;
549
-
550
- declare function tsCallSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSCallSignatureDeclaration;
551
-
552
- declare function tsConstructSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructSignatureDeclaration;
553
-
554
- declare function tsPropertySignature(key: Expression, typeAnnotation?: TSTypeAnnotation | null): TSPropertySignature;
555
-
556
- declare function tsMethodSignature(key: Expression, typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSMethodSignature;
557
-
558
- declare function tsIndexSignature(parameters: Array<Identifier>, typeAnnotation?: TSTypeAnnotation | null): TSIndexSignature;
559
-
560
- declare function tsAnyKeyword(): TSAnyKeyword;
561
-
562
- declare function tsBooleanKeyword(): TSBooleanKeyword;
563
-
564
- declare function tsBigIntKeyword(): TSBigIntKeyword;
565
-
566
- declare function tsIntrinsicKeyword(): TSIntrinsicKeyword;
567
-
568
- declare function tsNeverKeyword(): TSNeverKeyword;
569
-
570
- declare function tsNullKeyword(): TSNullKeyword;
571
-
572
- declare function tsNumberKeyword(): TSNumberKeyword;
573
-
574
- declare function tsObjectKeyword(): TSObjectKeyword;
575
-
576
- declare function tsStringKeyword(): TSStringKeyword;
577
-
578
- declare function tsSymbolKeyword(): TSSymbolKeyword;
579
-
580
- declare function tsUndefinedKeyword(): TSUndefinedKeyword;
581
-
582
- declare function tsUnknownKeyword(): TSUnknownKeyword;
583
-
584
- declare function tsVoidKeyword(): TSVoidKeyword;
585
-
586
- declare function tsThisType(): TSThisType;
587
-
588
- declare function tsFunctionType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSFunctionType;
589
-
590
- declare function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructorType;
591
-
592
- declare function tsTypeReference(typeName: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSTypeReference;
593
-
594
- declare function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate;
595
-
596
- declare function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery;
597
-
598
- declare function tsTypeLiteral(members: Array<TSTypeElement>): TSTypeLiteral;
599
-
600
- declare function tsArrayType(elementType: TSType): TSArrayType;
601
-
602
- declare function tsTupleType(elementTypes: Array<TSType | TSNamedTupleMember>): TSTupleType;
603
-
604
- declare function tsOptionalType(typeAnnotation: TSType): TSOptionalType;
605
-
606
- declare function tsRestType(typeAnnotation: TSType): TSRestType;
607
-
608
- declare function tsNamedTupleMember(label: Identifier, elementType: TSType, optional?: boolean): TSNamedTupleMember;
609
-
610
- declare function tsUnionType(types: Array<TSType>): TSUnionType;
611
-
612
- declare function tsIntersectionType(types: Array<TSType>): TSIntersectionType;
613
-
614
- declare function tsConditionalType(checkType: TSType, extendsType: TSType, trueType: TSType, falseType: TSType): TSConditionalType;
615
-
616
- declare function tsInferType(typeParameter: TSTypeParameter): TSInferType;
617
-
618
- declare function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType;
619
-
620
- declare function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator;
621
-
622
- declare function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType;
623
-
624
- declare function tsMappedType(typeParameter: TSTypeParameter, typeAnnotation?: TSType | null, nameType?: TSType | null): TSMappedType;
625
-
626
- declare function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType;
627
-
628
- declare function tsExpressionWithTypeArguments(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSExpressionWithTypeArguments;
629
-
630
- declare function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array<TSExpressionWithTypeArguments> | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration;
631
-
632
- declare function tsInterfaceBody(body: Array<TSTypeElement>): TSInterfaceBody;
633
-
634
- declare function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration;
635
-
636
- declare function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
637
-
638
- declare function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression;
639
-
640
- declare function tsSatisfiesExpression(expression: Expression, typeAnnotation: TSType): TSSatisfiesExpression;
641
-
642
- declare function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion;
643
-
644
- declare function tsEnumDeclaration(id: Identifier, members: Array<TSEnumMember>): TSEnumDeclaration;
645
-
646
- declare function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember;
647
-
648
- declare function tsModuleDeclaration(id: Identifier | StringLiteral, body: TSModuleBlock | TSModuleDeclaration): TSModuleDeclaration;
649
-
650
- declare function tsModuleBlock(body: Array<Statement>): TSModuleBlock;
651
-
652
- declare function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType;
653
-
654
- declare function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration;
655
-
656
- declare function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference;
657
-
658
- declare function tsNonNullExpression(expression: Expression): TSNonNullExpression;
659
-
660
- declare function tsExportAssignment(expression: Expression): TSExportAssignment;
661
-
662
- declare function tsNamespaceExportDeclaration(id: Identifier): TSNamespaceExportDeclaration;
663
-
664
- declare function tsTypeAnnotation(typeAnnotation: TSType): TSTypeAnnotation;
665
-
666
- declare function tsTypeParameterInstantiation(params: Array<TSType>): TSTypeParameterInstantiation;
667
-
668
- declare function tsTypeParameterDeclaration(params: Array<TSTypeParameter>): TSTypeParameterDeclaration;
669
-
670
- declare function tsTypeParameter(constraint: TSType | null | undefined, _default: TSType | null | undefined, name: string): TSTypeParameter;
671
-
672
- /** @deprecated */
673
- declare function NumberLiteral$1(value: number): NumericLiteral;
674
-
675
- /** @deprecated */
676
- declare function RegexLiteral$1(pattern: string, flags?: string): RegExpLiteral;
677
-
678
- /** @deprecated */
679
- declare function RestProperty$1(argument: LVal): RestElement;
680
-
681
- /** @deprecated */
682
- declare function SpreadProperty$1(argument: Expression): SpreadElement;
683
-
684
- declare function buildUndefinedNode(): UnaryExpression;
685
-
686
- /**
687
- * Create a clone of a `node` including only properties belonging to the node.
688
- * If the second parameter is `false`, cloneNode performs a shallow clone.
689
- * If the third parameter is true, the cloned nodes exclude location properties.
690
- */
691
- declare function cloneNode<T extends Node>(node: T, deep?: boolean, withoutLoc?: boolean): T;
692
-
693
- /**
694
- * Create a shallow clone of a `node`, including only
695
- * properties belonging to the node.
696
- * @deprecated Use t.cloneNode instead.
697
- */
698
- declare function clone<T extends Node>(node: T): T;
699
-
700
- /**
701
- * Create a deep clone of a `node` and all of it's child nodes
702
- * including only properties belonging to the node.
703
- * @deprecated Use t.cloneNode instead.
704
- */
705
- declare function cloneDeep<T extends Node>(node: T): T;
706
-
707
- /**
708
- * Create a deep clone of a `node` and all of it's child nodes
709
- * including only properties belonging to the node.
710
- * excluding `_private` and location properties.
711
- */
712
- declare function cloneDeepWithoutLoc<T extends Node>(node: T): T;
713
-
714
- /**
715
- * Create a shallow clone of a `node` excluding `_private` and location properties.
716
- */
717
- declare function cloneWithoutLoc<T extends Node>(node: T): T;
718
-
719
- /**
720
- * Add comment of certain type to a node.
721
- */
722
- declare function addComment<T extends Node>(node: T, type: CommentTypeShorthand, content: string, line?: boolean): T;
723
-
724
- /**
725
- * Add comments of certain type to a node.
726
- */
727
- declare function addComments<T extends Node>(node: T, type: CommentTypeShorthand, comments: Array<Comment>): T;
728
-
729
- declare function inheritInnerComments(child: Node, parent: Node): void;
730
-
731
- declare function inheritLeadingComments(child: Node, parent: Node): void;
732
-
733
- /**
734
- * Inherit all unique comments from `parent` node to `child` node.
735
- */
736
- declare function inheritsComments<T extends Node>(child: T, parent: Node): T;
737
-
738
- declare function inheritTrailingComments(child: Node, parent: Node): void;
739
-
740
- /**
741
- * Remove comment properties from a node.
742
- */
743
- declare function removeComments<T extends Node>(node: T): T;
744
-
745
- declare const STANDARDIZED_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
746
- declare const EXPRESSION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
747
- declare const BINARY_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
748
- declare const SCOPABLE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
749
- declare const BLOCKPARENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
750
- declare const BLOCK_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
751
- declare const STATEMENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
752
- declare const TERMINATORLESS_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
753
- declare const COMPLETIONSTATEMENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
754
- declare const CONDITIONAL_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
755
- declare const LOOP_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
756
- declare const WHILE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
757
- declare const EXPRESSIONWRAPPER_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
758
- declare const FOR_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
759
- declare const FORXSTATEMENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
760
- declare const FUNCTION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
761
- declare const FUNCTIONPARENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
762
- declare const PUREISH_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
763
- declare const DECLARATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
764
- declare const PATTERNLIKE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
765
- declare const LVAL_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
766
- declare const TSENTITYNAME_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
767
- declare const LITERAL_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
768
- declare const IMMUTABLE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
769
- declare const USERWHITESPACABLE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
770
- declare const METHOD_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
771
- declare const OBJECTMEMBER_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
772
- declare const PROPERTY_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
773
- declare const UNARYLIKE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
774
- declare const PATTERN_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
775
- declare const CLASS_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
776
- declare const IMPORTOREXPORTDECLARATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
777
- declare const EXPORTDECLARATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
778
- declare const MODULESPECIFIER_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
779
- declare const ACCESSOR_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
780
- declare const PRIVATE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
781
- declare const FLOW_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
782
- declare const FLOWTYPE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
783
- declare const FLOWBASEANNOTATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
784
- declare const FLOWDECLARATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
785
- declare const FLOWPREDICATE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
786
- declare const ENUMBODY_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
787
- declare const ENUMMEMBER_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
788
- declare const JSX_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
789
- declare const MISCELLANEOUS_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
790
- declare const TYPESCRIPT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
791
- declare const TSTYPEELEMENT_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
792
- declare const TSTYPE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
793
- declare const TSBASETYPE_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
794
- /**
795
- * @deprecated migrate to IMPORTOREXPORTDECLARATION_TYPES.
796
- */
797
- declare const MODULEDECLARATION_TYPES: ("StringLiteral" | "NumericLiteral" | "JSXText" | "JSXIdentifier" | "AnyTypeAnnotation" | "ArgumentPlaceholder" | "ArrayExpression" | "ArrayPattern" | "ArrayTypeAnnotation" | "ArrowFunctionExpression" | "AssignmentExpression" | "AssignmentPattern" | "AwaitExpression" | "BigIntLiteral" | "BinaryExpression" | "BindExpression" | "BlockStatement" | "BooleanLiteral" | "BooleanLiteralTypeAnnotation" | "BooleanTypeAnnotation" | "BreakStatement" | "CallExpression" | "CatchClause" | "ClassAccessorProperty" | "ClassBody" | "ClassDeclaration" | "ClassExpression" | "ClassImplements" | "ClassMethod" | "ClassPrivateMethod" | "ClassPrivateProperty" | "ClassProperty" | "ConditionalExpression" | "ContinueStatement" | "DebuggerStatement" | "DecimalLiteral" | "DeclareClass" | "DeclareExportAllDeclaration" | "DeclareExportDeclaration" | "DeclareFunction" | "DeclareInterface" | "DeclareModule" | "DeclareModuleExports" | "DeclareOpaqueType" | "DeclareTypeAlias" | "DeclareVariable" | "DeclaredPredicate" | "Decorator" | "Directive" | "DirectiveLiteral" | "DoExpression" | "DoWhileStatement" | "EmptyStatement" | "EmptyTypeAnnotation" | "EnumBooleanBody" | "EnumBooleanMember" | "EnumDeclaration" | "EnumDefaultedMember" | "EnumNumberBody" | "EnumNumberMember" | "EnumStringBody" | "EnumStringMember" | "EnumSymbolBody" | "ExistsTypeAnnotation" | "ExportAllDeclaration" | "ExportDefaultDeclaration" | "ExportDefaultSpecifier" | "ExportNamedDeclaration" | "ExportNamespaceSpecifier" | "ExportSpecifier" | "ExpressionStatement" | "File" | "ForInStatement" | "ForOfStatement" | "ForStatement" | "FunctionDeclaration" | "FunctionExpression" | "FunctionTypeAnnotation" | "FunctionTypeParam" | "GenericTypeAnnotation" | "Identifier" | "IfStatement" | "Import" | "ImportAttribute" | "ImportDeclaration" | "ImportDefaultSpecifier" | "ImportExpression" | "ImportNamespaceSpecifier" | "ImportSpecifier" | "IndexedAccessType" | "InferredPredicate" | "InterfaceDeclaration" | "InterfaceExtends" | "InterfaceTypeAnnotation" | "InterpreterDirective" | "IntersectionTypeAnnotation" | "JSXAttribute" | "JSXClosingElement" | "JSXClosingFragment" | "JSXElement" | "JSXEmptyExpression" | "JSXExpressionContainer" | "JSXFragment" | "JSXMemberExpression" | "JSXNamespacedName" | "JSXOpeningElement" | "JSXOpeningFragment" | "JSXSpreadAttribute" | "JSXSpreadChild" | "LabeledStatement" | "LogicalExpression" | "MemberExpression" | "MetaProperty" | "MixedTypeAnnotation" | "ModuleExpression" | "NewExpression" | "Noop" | "NullLiteral" | "NullLiteralTypeAnnotation" | "NullableTypeAnnotation" | "NumberLiteral" | "NumberLiteralTypeAnnotation" | "NumberTypeAnnotation" | "ObjectExpression" | "ObjectMethod" | "ObjectPattern" | "ObjectProperty" | "ObjectTypeAnnotation" | "ObjectTypeCallProperty" | "ObjectTypeIndexer" | "ObjectTypeInternalSlot" | "ObjectTypeProperty" | "ObjectTypeSpreadProperty" | "OpaqueType" | "OptionalCallExpression" | "OptionalIndexedAccessType" | "OptionalMemberExpression" | "ParenthesizedExpression" | "PipelineBareFunction" | "PipelinePrimaryTopicReference" | "PipelineTopicExpression" | "Placeholder" | "PrivateName" | "Program" | "QualifiedTypeIdentifier" | "RecordExpression" | "RegExpLiteral" | "RegexLiteral" | "RestElement" | "RestProperty" | "ReturnStatement" | "SequenceExpression" | "SpreadElement" | "SpreadProperty" | "StaticBlock" | "StringLiteralTypeAnnotation" | "StringTypeAnnotation" | "Super" | "SwitchCase" | "SwitchStatement" | "SymbolTypeAnnotation" | "TSAnyKeyword" | "TSArrayType" | "TSAsExpression" | "TSBigIntKeyword" | "TSBooleanKeyword" | "TSCallSignatureDeclaration" | "TSConditionalType" | "TSConstructSignatureDeclaration" | "TSConstructorType" | "TSDeclareFunction" | "TSDeclareMethod" | "TSEnumDeclaration" | "TSEnumMember" | "TSExportAssignment" | "TSExpressionWithTypeArguments" | "TSExternalModuleReference" | "TSFunctionType" | "TSImportEqualsDeclaration" | "TSImportType" | "TSIndexSignature" | "TSIndexedAccessType" | "TSInferType" | "TSInstantiationExpression" | "TSInterfaceBody" | "TSInterfaceDeclaration" | "TSIntersectionType" | "TSIntrinsicKeyword" | "TSLiteralType" | "TSMappedType" | "TSMethodSignature" | "TSModuleBlock" | "TSModuleDeclaration" | "TSNamedTupleMember" | "TSNamespaceExportDeclaration" | "TSNeverKeyword" | "TSNonNullExpression" | "TSNullKeyword" | "TSNumberKeyword" | "TSObjectKeyword" | "TSOptionalType" | "TSParameterProperty" | "TSParenthesizedType" | "TSPropertySignature" | "TSQualifiedName" | "TSRestType" | "TSSatisfiesExpression" | "TSStringKeyword" | "TSSymbolKeyword" | "TSThisType" | "TSTupleType" | "TSTypeAliasDeclaration" | "TSTypeAnnotation" | "TSTypeAssertion" | "TSTypeLiteral" | "TSTypeOperator" | "TSTypeParameter" | "TSTypeParameterDeclaration" | "TSTypeParameterInstantiation" | "TSTypePredicate" | "TSTypeQuery" | "TSTypeReference" | "TSUndefinedKeyword" | "TSUnionType" | "TSUnknownKeyword" | "TSVoidKeyword" | "TaggedTemplateExpression" | "TemplateElement" | "TemplateLiteral" | "ThisExpression" | "ThisTypeAnnotation" | "ThrowStatement" | "TopicReference" | "TryStatement" | "TupleExpression" | "TupleTypeAnnotation" | "TypeAlias" | "TypeAnnotation" | "TypeCastExpression" | "TypeParameter" | "TypeParameterDeclaration" | "TypeParameterInstantiation" | "TypeofTypeAnnotation" | "UnaryExpression" | "UnionTypeAnnotation" | "UpdateExpression" | "V8IntrinsicIdentifier" | "VariableDeclaration" | "VariableDeclarator" | "Variance" | "VoidTypeAnnotation" | "WhileStatement" | "WithStatement" | "YieldExpression" | keyof Aliases)[];
798
-
799
- declare const STATEMENT_OR_BLOCK_KEYS: string[];
800
- declare const FLATTENABLE_KEYS: string[];
801
- declare const FOR_INIT_KEYS: string[];
802
- declare const COMMENT_KEYS: readonly ["leadingComments", "trailingComments", "innerComments"];
803
- declare const LOGICAL_OPERATORS: string[];
804
- declare const UPDATE_OPERATORS: string[];
805
- declare const BOOLEAN_NUMBER_BINARY_OPERATORS: string[];
806
- declare const EQUALITY_BINARY_OPERATORS: string[];
807
- declare const COMPARISON_BINARY_OPERATORS: string[];
808
- declare const BOOLEAN_BINARY_OPERATORS: string[];
809
- declare const NUMBER_BINARY_OPERATORS: string[];
810
- declare const BINARY_OPERATORS: string[];
811
- declare const ASSIGNMENT_OPERATORS: string[];
812
- declare const BOOLEAN_UNARY_OPERATORS: string[];
813
- declare const NUMBER_UNARY_OPERATORS: string[];
814
- declare const STRING_UNARY_OPERATORS: string[];
815
- declare const UNARY_OPERATORS: string[];
816
- declare const INHERIT_KEYS: {
817
- readonly optional: readonly ["typeAnnotation", "typeParameters", "returnType"];
818
- readonly force: readonly ["start", "loc", "end"];
819
- };
820
- declare const BLOCK_SCOPED_SYMBOL: unique symbol;
821
- declare const NOT_LOCAL_BINDING: unique symbol;
822
-
823
- /**
824
- * Ensure the `key` (defaults to "body") of a `node` is a block.
825
- * Casting it to a block if it is not.
826
- *
827
- * Returns the BlockStatement
828
- */
829
- declare function ensureBlock(node: Node, key?: string): BlockStatement;
830
-
831
- declare function toBindingIdentifierName(name: string): string;
832
-
833
- declare function toBlock(node: Statement | Expression, parent?: Node): BlockStatement;
834
-
835
- declare function toComputedKey(node: ObjectMember | ObjectProperty | ClassMethod | ClassProperty | ClassAccessorProperty | MemberExpression | OptionalMemberExpression, key?: Expression | PrivateName): PrivateName | Expression;
836
-
837
- declare const _default$3: {
838
- (node: Function): FunctionExpression;
839
- (node: Class): ClassExpression;
840
- (node: ExpressionStatement | Expression | Class | Function): Expression;
841
- };
842
- //# sourceMappingURL=toExpression.d.ts.map
843
-
844
- declare function toIdentifier(input: string): string;
845
-
846
- declare function toKeyAlias(node: Method | Property, key?: Node): string;
847
- declare namespace toKeyAlias {
848
- var uid: number;
849
- var increment: () => number;
850
- }
851
- //# sourceMappingURL=toKeyAlias.d.ts.map
852
-
853
- declare const _default$2: {
854
- (node: AssignmentExpression, ignore?: boolean): ExpressionStatement;
855
- <T extends Statement>(node: T, ignore: false): T;
856
- <T extends Statement>(node: T, ignore?: boolean): T | false;
857
- (node: Class, ignore: false): ClassDeclaration;
858
- (node: Class, ignore?: boolean): ClassDeclaration | false;
859
- (node: Function, ignore: false): FunctionDeclaration;
860
- (node: Function, ignore?: boolean): FunctionDeclaration | false;
861
- (node: Node, ignore: false): Statement;
862
- (node: Node, ignore?: boolean): Statement | false;
863
- };
864
- //# sourceMappingURL=toStatement.d.ts.map
865
-
866
- declare const _default$1: {
867
- (value: undefined): Identifier;
868
- (value: boolean): BooleanLiteral;
869
- (value: null): NullLiteral;
870
- (value: string): StringLiteral;
871
- (value: number): NumericLiteral | BinaryExpression | UnaryExpression;
872
- (value: RegExp): RegExpLiteral;
873
- (value: ReadonlyArray<unknown>): ArrayExpression;
874
- (value: object): ObjectExpression;
875
- (value: unknown): Expression;
876
- };
877
- //# sourceMappingURL=valueToNode.d.ts.map
878
-
879
- declare const VISITOR_KEYS: Record<string, string[]>;
880
- declare const ALIAS_KEYS: Partial<Record<NodeTypesWithoutComment, string[]>>;
881
- declare const FLIPPED_ALIAS_KEYS: Record<string, NodeTypesWithoutComment[]>;
882
- declare const NODE_FIELDS: Record<string, FieldDefinitions>;
883
- declare const BUILDER_KEYS: Record<string, string[]>;
884
- declare const DEPRECATED_KEYS: Record<string, NodeTypesWithoutComment>;
885
- declare const NODE_PARENT_VALIDATIONS: Record<string, Validator>;
886
- declare function getType(val: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "null" | "array";
887
- type NodeTypesWithoutComment = Node["type"] | keyof Aliases;
888
- type NodeTypes = NodeTypesWithoutComment | Comment["type"];
889
- type PrimitiveTypes = ReturnType<typeof getType>;
890
- type FieldDefinitions = {
891
- [x: string]: FieldOptions;
892
- };
893
- type Validator = ({
894
- type: PrimitiveTypes;
895
- } | {
896
- each: Validator;
897
- } | {
898
- chainOf: Validator[];
899
- } | {
900
- oneOf: any[];
901
- } | {
902
- oneOfNodeTypes: NodeTypes[];
903
- } | {
904
- oneOfNodeOrValueTypes: (NodeTypes | PrimitiveTypes)[];
905
- } | {
906
- shapeOf: {
907
- [x: string]: FieldOptions;
908
- };
909
- } | object) & ((node: Node, key: string, val: any) => void);
910
- type FieldOptions = {
911
- default?: string | number | boolean | [];
912
- optional?: boolean;
913
- deprecated?: boolean;
914
- validate?: Validator;
915
- };
916
-
917
- declare const PLACEHOLDERS: readonly ["Identifier", "StringLiteral", "Expression", "Statement", "Declaration", "BlockStatement", "ClassBody", "Pattern"];
918
- declare const PLACEHOLDERS_ALIAS: Record<string, string[]>;
919
- declare const PLACEHOLDERS_FLIPPED_ALIAS: Record<string, string[]>;
920
-
921
- declare const DEPRECATED_ALIASES: {
922
- ModuleDeclaration: string;
923
- };
924
-
925
- declare const TYPES: Array<string>;
926
- //# sourceMappingURL=index.d.ts.map
927
-
928
- /**
929
- * Append a node to a member expression.
930
- */
931
- declare function appendToMemberExpression(member: MemberExpression, append: MemberExpression["property"], computed?: boolean): MemberExpression;
932
-
933
- /**
934
- * Inherit all contextual properties from `parent` node to `child` node.
935
- */
936
- declare function inherits<T extends Node | null | undefined>(child: T, parent: Node | null | undefined): T;
937
-
938
- /**
939
- * Prepend a node to a member expression.
940
- */
941
- declare function prependToMemberExpression<T extends Pick<MemberExpression, "object" | "property">>(member: T, prepend: MemberExpression["object"]): T;
942
-
943
- type Options = {
944
- preserveComments?: boolean;
945
- };
946
- /**
947
- * Remove all of the _* properties from a node along with the additional metadata
948
- * properties like location data and raw token data.
949
- */
950
- declare function removeProperties(node: Node, opts?: Options): void;
951
-
952
- declare function removePropertiesDeep<T extends Node>(tree: T, opts?: {
953
- preserveComments: boolean;
954
- } | null): T;
955
-
956
- /**
957
- * Dedupe type annotations.
958
- */
959
- declare function removeTypeDuplicates(nodesIn: ReadonlyArray<FlowType | false | null | undefined>): FlowType[];
960
-
961
- declare function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Array<Identifier>>;
962
- declare function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Identifier>;
963
- declare function getBindingIdentifiers(node: Node, duplicates?: boolean, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
964
- declare namespace getBindingIdentifiers {
965
- var keys: KeysMap;
966
- }
967
- /**
968
- * Mapping of types to their identifier keys.
969
- */
970
- type KeysMap = {
971
- [N in Node as N["type"]]?: (keyof N)[];
972
- };
973
- //# sourceMappingURL=getBindingIdentifiers.d.ts.map
974
-
975
- declare const _default: {
976
- (node: Node, duplicates: true): Record<string, Array<Identifier>>;
977
- (node: Node, duplicates?: false): Record<string, Identifier>;
978
- (node: Node, duplicates?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
979
- };
980
- //# sourceMappingURL=getOuterBindingIdentifiers.d.ts.map
981
-
982
- type TraversalAncestors = Array<{
983
- node: Node;
984
- key: string;
985
- index?: number;
986
- }>;
987
- type TraversalHandler<T> = (this: undefined, node: Node, parent: TraversalAncestors, state: T) => void;
988
- type TraversalHandlers<T> = {
989
- enter?: TraversalHandler<T>;
990
- exit?: TraversalHandler<T>;
991
- };
992
- /**
993
- * A general AST traversal with both prefix and postfix handlers, and a
994
- * state object. Exposes ancestry data to each handler so that more complex
995
- * AST data can be taken into account.
996
- */
997
- declare function traverse<T>(node: Node, handlers: TraversalHandler<T> | TraversalHandlers<T>, state?: T): void;
998
-
999
- /**
1000
- * A prefix AST traversal implementation meant for simple searching
1001
- * and processing.
1002
- */
1003
- declare function traverseFast<Options = object>(node: Node | null | undefined, enter: (node: Node, opts?: Options) => void, opts?: Options): void;
1004
-
1005
- declare function shallowEqual<T extends object>(actual: object, expected: T): actual is T;
1006
-
1007
- declare function is<T extends Node["type"]>(type: T, node: Node | null | undefined, opts?: undefined): node is Extract<Node, {
1008
- type: T;
1009
- }>;
1010
- declare function is<T extends Node["type"], P extends Extract<Node, {
1011
- type: T;
1012
- }>>(type: T, n: Node | null | undefined, required: Partial<P>): n is P;
1013
- declare function is<P extends Node>(type: string, node: Node | null | undefined, opts: Partial<P>): node is P;
1014
- declare function is(type: string, node: Node | null | undefined, opts?: Partial<Node>): node is Node;
1015
-
1016
- /**
1017
- * Check if the input `node` is a binding identifier.
1018
- */
1019
- declare function isBinding(node: Node, parent: Node, grandparent?: Node): boolean;
1020
-
1021
- /**
1022
- * Check if the input `node` is block scoped.
1023
- */
1024
- declare function isBlockScoped(node: Node): boolean;
1025
-
1026
- /**
1027
- * Check if the input `node` is definitely immutable.
1028
- */
1029
- declare function isImmutable(node: Node): boolean;
1030
-
1031
- /**
1032
- * Check if the input `node` is a `let` variable declaration.
1033
- */
1034
- declare function isLet(node: Node): boolean;
1035
-
1036
- declare function isNode(node: any): node is Node;
1037
-
1038
- /**
1039
- * Check if two nodes are equivalent
1040
- */
1041
- declare function isNodesEquivalent<T extends Partial<Node>>(a: T, b: any): b is T;
1042
-
1043
- /**
1044
- * Test if a `placeholderType` is a `targetType` or if `targetType` is an alias of `placeholderType`.
1045
- */
1046
- declare function isPlaceholderType(placeholderType: string, targetType: string): boolean;
1047
-
1048
- /**
1049
- * Check if the input `node` is a reference to a bound variable.
1050
- */
1051
- declare function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean;
1052
-
1053
- /**
1054
- * Check if the input `node` is a scope.
1055
- */
1056
- declare function isScope(node: Node, parent: Node): boolean;
1057
-
1058
- /**
1059
- * Check if the input `specifier` is a `default` import or export.
1060
- */
1061
- declare function isSpecifierDefault(specifier: ModuleSpecifier): boolean;
1062
-
1063
- declare function isType<T extends Node["type"]>(nodeType: string, targetType: T): nodeType is T;
1064
- declare function isType(nodeType: string | null | undefined, targetType: string): boolean;
1065
-
1066
- /**
1067
- * Check if the input `name` is a valid identifier name according to the ES3 specification.
1068
- *
1069
- * Additional ES3 reserved words are
1070
- */
1071
- declare function isValidES3Identifier(name: string): boolean;
1072
-
1073
- /**
1074
- * Check if the input `name` is a valid identifier name
1075
- * and isn't a reserved word.
1076
- */
1077
- declare function isValidIdentifier(name: string, reserved?: boolean): boolean;
1078
-
1079
- /**
1080
- * Check if the input `node` is a variable declaration.
1081
- */
1082
- declare function isVar(node: Node): boolean;
1083
-
1084
- /**
1085
- * Determines whether or not the input node `member` matches the
1086
- * input `match`.
1087
- *
1088
- * For example, given the match `React.createClass` it would match the
1089
- * parsed nodes of `React.createClass` and `React["createClass"]`.
1090
- */
1091
- declare function matchesPattern(member: Node | null | undefined, match: string | string[], allowPartial?: boolean): boolean;
1092
-
1093
- declare function validate(node: Node | undefined | null, key: string, val: any): void;
1094
-
1095
- /**
1096
- * Build a function that when called will return whether or not the
1097
- * input `node` `MemberExpression` matches the input `match`.
1098
- *
1099
- * For example, given the match `React.createClass` it would match the
1100
- * parsed nodes of `React.createClass` and `React["createClass"]`.
1101
- */
1102
- declare function buildMatchMemberExpression(match: string, allowPartial?: boolean): (member: Node) => boolean;
1103
-
1104
- type Opts<Obj> = Partial<{
1105
- [Prop in keyof Obj]: Obj[Prop] extends Node ? Node : Obj[Prop] extends Node[] ? Node[] : Obj[Prop];
1106
- }>;
1107
- declare function isArrayExpression(node: Node | null | undefined, opts?: Opts<ArrayExpression> | null): node is ArrayExpression;
1108
- declare function isAssignmentExpression(node: Node | null | undefined, opts?: Opts<AssignmentExpression> | null): node is AssignmentExpression;
1109
- declare function isBinaryExpression(node: Node | null | undefined, opts?: Opts<BinaryExpression> | null): node is BinaryExpression;
1110
- declare function isInterpreterDirective(node: Node | null | undefined, opts?: Opts<InterpreterDirective> | null): node is InterpreterDirective;
1111
- declare function isDirective(node: Node | null | undefined, opts?: Opts<Directive> | null): node is Directive;
1112
- declare function isDirectiveLiteral(node: Node | null | undefined, opts?: Opts<DirectiveLiteral> | null): node is DirectiveLiteral;
1113
- declare function isBlockStatement(node: Node | null | undefined, opts?: Opts<BlockStatement> | null): node is BlockStatement;
1114
- declare function isBreakStatement(node: Node | null | undefined, opts?: Opts<BreakStatement> | null): node is BreakStatement;
1115
- declare function isCallExpression(node: Node | null | undefined, opts?: Opts<CallExpression> | null): node is CallExpression;
1116
- declare function isCatchClause(node: Node | null | undefined, opts?: Opts<CatchClause> | null): node is CatchClause;
1117
- declare function isConditionalExpression(node: Node | null | undefined, opts?: Opts<ConditionalExpression> | null): node is ConditionalExpression;
1118
- declare function isContinueStatement(node: Node | null | undefined, opts?: Opts<ContinueStatement> | null): node is ContinueStatement;
1119
- declare function isDebuggerStatement(node: Node | null | undefined, opts?: Opts<DebuggerStatement> | null): node is DebuggerStatement;
1120
- declare function isDoWhileStatement(node: Node | null | undefined, opts?: Opts<DoWhileStatement> | null): node is DoWhileStatement;
1121
- declare function isEmptyStatement(node: Node | null | undefined, opts?: Opts<EmptyStatement> | null): node is EmptyStatement;
1122
- declare function isExpressionStatement(node: Node | null | undefined, opts?: Opts<ExpressionStatement> | null): node is ExpressionStatement;
1123
- declare function isFile(node: Node | null | undefined, opts?: Opts<File> | null): node is File;
1124
- declare function isForInStatement(node: Node | null | undefined, opts?: Opts<ForInStatement> | null): node is ForInStatement;
1125
- declare function isForStatement(node: Node | null | undefined, opts?: Opts<ForStatement> | null): node is ForStatement;
1126
- declare function isFunctionDeclaration(node: Node | null | undefined, opts?: Opts<FunctionDeclaration> | null): node is FunctionDeclaration;
1127
- declare function isFunctionExpression(node: Node | null | undefined, opts?: Opts<FunctionExpression> | null): node is FunctionExpression;
1128
- declare function isIdentifier(node: Node | null | undefined, opts?: Opts<Identifier> | null): node is Identifier;
1129
- declare function isIfStatement(node: Node | null | undefined, opts?: Opts<IfStatement> | null): node is IfStatement;
1130
- declare function isLabeledStatement(node: Node | null | undefined, opts?: Opts<LabeledStatement> | null): node is LabeledStatement;
1131
- declare function isStringLiteral(node: Node | null | undefined, opts?: Opts<StringLiteral> | null): node is StringLiteral;
1132
- declare function isNumericLiteral(node: Node | null | undefined, opts?: Opts<NumericLiteral> | null): node is NumericLiteral;
1133
- declare function isNullLiteral(node: Node | null | undefined, opts?: Opts<NullLiteral> | null): node is NullLiteral;
1134
- declare function isBooleanLiteral(node: Node | null | undefined, opts?: Opts<BooleanLiteral> | null): node is BooleanLiteral;
1135
- declare function isRegExpLiteral(node: Node | null | undefined, opts?: Opts<RegExpLiteral> | null): node is RegExpLiteral;
1136
- declare function isLogicalExpression(node: Node | null | undefined, opts?: Opts<LogicalExpression> | null): node is LogicalExpression;
1137
- declare function isMemberExpression(node: Node | null | undefined, opts?: Opts<MemberExpression> | null): node is MemberExpression;
1138
- declare function isNewExpression(node: Node | null | undefined, opts?: Opts<NewExpression> | null): node is NewExpression;
1139
- declare function isProgram(node: Node | null | undefined, opts?: Opts<Program> | null): node is Program;
1140
- declare function isObjectExpression(node: Node | null | undefined, opts?: Opts<ObjectExpression> | null): node is ObjectExpression;
1141
- declare function isObjectMethod(node: Node | null | undefined, opts?: Opts<ObjectMethod> | null): node is ObjectMethod;
1142
- declare function isObjectProperty(node: Node | null | undefined, opts?: Opts<ObjectProperty> | null): node is ObjectProperty;
1143
- declare function isRestElement(node: Node | null | undefined, opts?: Opts<RestElement> | null): node is RestElement;
1144
- declare function isReturnStatement(node: Node | null | undefined, opts?: Opts<ReturnStatement> | null): node is ReturnStatement;
1145
- declare function isSequenceExpression(node: Node | null | undefined, opts?: Opts<SequenceExpression> | null): node is SequenceExpression;
1146
- declare function isParenthesizedExpression(node: Node | null | undefined, opts?: Opts<ParenthesizedExpression> | null): node is ParenthesizedExpression;
1147
- declare function isSwitchCase(node: Node | null | undefined, opts?: Opts<SwitchCase> | null): node is SwitchCase;
1148
- declare function isSwitchStatement(node: Node | null | undefined, opts?: Opts<SwitchStatement> | null): node is SwitchStatement;
1149
- declare function isThisExpression(node: Node | null | undefined, opts?: Opts<ThisExpression> | null): node is ThisExpression;
1150
- declare function isThrowStatement(node: Node | null | undefined, opts?: Opts<ThrowStatement> | null): node is ThrowStatement;
1151
- declare function isTryStatement(node: Node | null | undefined, opts?: Opts<TryStatement> | null): node is TryStatement;
1152
- declare function isUnaryExpression(node: Node | null | undefined, opts?: Opts<UnaryExpression> | null): node is UnaryExpression;
1153
- declare function isUpdateExpression(node: Node | null | undefined, opts?: Opts<UpdateExpression> | null): node is UpdateExpression;
1154
- declare function isVariableDeclaration(node: Node | null | undefined, opts?: Opts<VariableDeclaration> | null): node is VariableDeclaration;
1155
- declare function isVariableDeclarator(node: Node | null | undefined, opts?: Opts<VariableDeclarator> | null): node is VariableDeclarator;
1156
- declare function isWhileStatement(node: Node | null | undefined, opts?: Opts<WhileStatement> | null): node is WhileStatement;
1157
- declare function isWithStatement(node: Node | null | undefined, opts?: Opts<WithStatement> | null): node is WithStatement;
1158
- declare function isAssignmentPattern(node: Node | null | undefined, opts?: Opts<AssignmentPattern> | null): node is AssignmentPattern;
1159
- declare function isArrayPattern(node: Node | null | undefined, opts?: Opts<ArrayPattern> | null): node is ArrayPattern;
1160
- declare function isArrowFunctionExpression(node: Node | null | undefined, opts?: Opts<ArrowFunctionExpression> | null): node is ArrowFunctionExpression;
1161
- declare function isClassBody(node: Node | null | undefined, opts?: Opts<ClassBody> | null): node is ClassBody;
1162
- declare function isClassExpression(node: Node | null | undefined, opts?: Opts<ClassExpression> | null): node is ClassExpression;
1163
- declare function isClassDeclaration(node: Node | null | undefined, opts?: Opts<ClassDeclaration> | null): node is ClassDeclaration;
1164
- declare function isExportAllDeclaration(node: Node | null | undefined, opts?: Opts<ExportAllDeclaration> | null): node is ExportAllDeclaration;
1165
- declare function isExportDefaultDeclaration(node: Node | null | undefined, opts?: Opts<ExportDefaultDeclaration> | null): node is ExportDefaultDeclaration;
1166
- declare function isExportNamedDeclaration(node: Node | null | undefined, opts?: Opts<ExportNamedDeclaration> | null): node is ExportNamedDeclaration;
1167
- declare function isExportSpecifier(node: Node | null | undefined, opts?: Opts<ExportSpecifier> | null): node is ExportSpecifier;
1168
- declare function isForOfStatement(node: Node | null | undefined, opts?: Opts<ForOfStatement> | null): node is ForOfStatement;
1169
- declare function isImportDeclaration(node: Node | null | undefined, opts?: Opts<ImportDeclaration> | null): node is ImportDeclaration;
1170
- declare function isImportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ImportDefaultSpecifier> | null): node is ImportDefaultSpecifier;
1171
- declare function isImportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ImportNamespaceSpecifier> | null): node is ImportNamespaceSpecifier;
1172
- declare function isImportSpecifier(node: Node | null | undefined, opts?: Opts<ImportSpecifier> | null): node is ImportSpecifier;
1173
- declare function isImportExpression(node: Node | null | undefined, opts?: Opts<ImportExpression> | null): node is ImportExpression;
1174
- declare function isMetaProperty(node: Node | null | undefined, opts?: Opts<MetaProperty> | null): node is MetaProperty;
1175
- declare function isClassMethod(node: Node | null | undefined, opts?: Opts<ClassMethod> | null): node is ClassMethod;
1176
- declare function isObjectPattern(node: Node | null | undefined, opts?: Opts<ObjectPattern> | null): node is ObjectPattern;
1177
- declare function isSpreadElement(node: Node | null | undefined, opts?: Opts<SpreadElement> | null): node is SpreadElement;
1178
- declare function isSuper(node: Node | null | undefined, opts?: Opts<Super> | null): node is Super;
1179
- declare function isTaggedTemplateExpression(node: Node | null | undefined, opts?: Opts<TaggedTemplateExpression> | null): node is TaggedTemplateExpression;
1180
- declare function isTemplateElement(node: Node | null | undefined, opts?: Opts<TemplateElement> | null): node is TemplateElement;
1181
- declare function isTemplateLiteral(node: Node | null | undefined, opts?: Opts<TemplateLiteral> | null): node is TemplateLiteral;
1182
- declare function isYieldExpression(node: Node | null | undefined, opts?: Opts<YieldExpression> | null): node is YieldExpression;
1183
- declare function isAwaitExpression(node: Node | null | undefined, opts?: Opts<AwaitExpression> | null): node is AwaitExpression;
1184
- declare function isImport(node: Node | null | undefined, opts?: Opts<Import> | null): node is Import;
1185
- declare function isBigIntLiteral(node: Node | null | undefined, opts?: Opts<BigIntLiteral> | null): node is BigIntLiteral;
1186
- declare function isExportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ExportNamespaceSpecifier> | null): node is ExportNamespaceSpecifier;
1187
- declare function isOptionalMemberExpression(node: Node | null | undefined, opts?: Opts<OptionalMemberExpression> | null): node is OptionalMemberExpression;
1188
- declare function isOptionalCallExpression(node: Node | null | undefined, opts?: Opts<OptionalCallExpression> | null): node is OptionalCallExpression;
1189
- declare function isClassProperty(node: Node | null | undefined, opts?: Opts<ClassProperty> | null): node is ClassProperty;
1190
- declare function isClassAccessorProperty(node: Node | null | undefined, opts?: Opts<ClassAccessorProperty> | null): node is ClassAccessorProperty;
1191
- declare function isClassPrivateProperty(node: Node | null | undefined, opts?: Opts<ClassPrivateProperty> | null): node is ClassPrivateProperty;
1192
- declare function isClassPrivateMethod(node: Node | null | undefined, opts?: Opts<ClassPrivateMethod> | null): node is ClassPrivateMethod;
1193
- declare function isPrivateName(node: Node | null | undefined, opts?: Opts<PrivateName> | null): node is PrivateName;
1194
- declare function isStaticBlock(node: Node | null | undefined, opts?: Opts<StaticBlock> | null): node is StaticBlock;
1195
- declare function isAnyTypeAnnotation(node: Node | null | undefined, opts?: Opts<AnyTypeAnnotation> | null): node is AnyTypeAnnotation;
1196
- declare function isArrayTypeAnnotation(node: Node | null | undefined, opts?: Opts<ArrayTypeAnnotation> | null): node is ArrayTypeAnnotation;
1197
- declare function isBooleanTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanTypeAnnotation> | null): node is BooleanTypeAnnotation;
1198
- declare function isBooleanLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanLiteralTypeAnnotation> | null): node is BooleanLiteralTypeAnnotation;
1199
- declare function isNullLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullLiteralTypeAnnotation> | null): node is NullLiteralTypeAnnotation;
1200
- declare function isClassImplements(node: Node | null | undefined, opts?: Opts<ClassImplements> | null): node is ClassImplements;
1201
- declare function isDeclareClass(node: Node | null | undefined, opts?: Opts<DeclareClass> | null): node is DeclareClass;
1202
- declare function isDeclareFunction(node: Node | null | undefined, opts?: Opts<DeclareFunction> | null): node is DeclareFunction;
1203
- declare function isDeclareInterface(node: Node | null | undefined, opts?: Opts<DeclareInterface> | null): node is DeclareInterface;
1204
- declare function isDeclareModule(node: Node | null | undefined, opts?: Opts<DeclareModule> | null): node is DeclareModule;
1205
- declare function isDeclareModuleExports(node: Node | null | undefined, opts?: Opts<DeclareModuleExports> | null): node is DeclareModuleExports;
1206
- declare function isDeclareTypeAlias(node: Node | null | undefined, opts?: Opts<DeclareTypeAlias> | null): node is DeclareTypeAlias;
1207
- declare function isDeclareOpaqueType(node: Node | null | undefined, opts?: Opts<DeclareOpaqueType> | null): node is DeclareOpaqueType;
1208
- declare function isDeclareVariable(node: Node | null | undefined, opts?: Opts<DeclareVariable> | null): node is DeclareVariable;
1209
- declare function isDeclareExportDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportDeclaration> | null): node is DeclareExportDeclaration;
1210
- declare function isDeclareExportAllDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportAllDeclaration> | null): node is DeclareExportAllDeclaration;
1211
- declare function isDeclaredPredicate(node: Node | null | undefined, opts?: Opts<DeclaredPredicate> | null): node is DeclaredPredicate;
1212
- declare function isExistsTypeAnnotation(node: Node | null | undefined, opts?: Opts<ExistsTypeAnnotation> | null): node is ExistsTypeAnnotation;
1213
- declare function isFunctionTypeAnnotation(node: Node | null | undefined, opts?: Opts<FunctionTypeAnnotation> | null): node is FunctionTypeAnnotation;
1214
- declare function isFunctionTypeParam(node: Node | null | undefined, opts?: Opts<FunctionTypeParam> | null): node is FunctionTypeParam;
1215
- declare function isGenericTypeAnnotation(node: Node | null | undefined, opts?: Opts<GenericTypeAnnotation> | null): node is GenericTypeAnnotation;
1216
- declare function isInferredPredicate(node: Node | null | undefined, opts?: Opts<InferredPredicate> | null): node is InferredPredicate;
1217
- declare function isInterfaceExtends(node: Node | null | undefined, opts?: Opts<InterfaceExtends> | null): node is InterfaceExtends;
1218
- declare function isInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<InterfaceDeclaration> | null): node is InterfaceDeclaration;
1219
- declare function isInterfaceTypeAnnotation(node: Node | null | undefined, opts?: Opts<InterfaceTypeAnnotation> | null): node is InterfaceTypeAnnotation;
1220
- declare function isIntersectionTypeAnnotation(node: Node | null | undefined, opts?: Opts<IntersectionTypeAnnotation> | null): node is IntersectionTypeAnnotation;
1221
- declare function isMixedTypeAnnotation(node: Node | null | undefined, opts?: Opts<MixedTypeAnnotation> | null): node is MixedTypeAnnotation;
1222
- declare function isEmptyTypeAnnotation(node: Node | null | undefined, opts?: Opts<EmptyTypeAnnotation> | null): node is EmptyTypeAnnotation;
1223
- declare function isNullableTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullableTypeAnnotation> | null): node is NullableTypeAnnotation;
1224
- declare function isNumberLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberLiteralTypeAnnotation> | null): node is NumberLiteralTypeAnnotation;
1225
- declare function isNumberTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberTypeAnnotation> | null): node is NumberTypeAnnotation;
1226
- declare function isObjectTypeAnnotation(node: Node | null | undefined, opts?: Opts<ObjectTypeAnnotation> | null): node is ObjectTypeAnnotation;
1227
- declare function isObjectTypeInternalSlot(node: Node | null | undefined, opts?: Opts<ObjectTypeInternalSlot> | null): node is ObjectTypeInternalSlot;
1228
- declare function isObjectTypeCallProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeCallProperty> | null): node is ObjectTypeCallProperty;
1229
- declare function isObjectTypeIndexer(node: Node | null | undefined, opts?: Opts<ObjectTypeIndexer> | null): node is ObjectTypeIndexer;
1230
- declare function isObjectTypeProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeProperty> | null): node is ObjectTypeProperty;
1231
- declare function isObjectTypeSpreadProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeSpreadProperty> | null): node is ObjectTypeSpreadProperty;
1232
- declare function isOpaqueType(node: Node | null | undefined, opts?: Opts<OpaqueType> | null): node is OpaqueType;
1233
- declare function isQualifiedTypeIdentifier(node: Node | null | undefined, opts?: Opts<QualifiedTypeIdentifier> | null): node is QualifiedTypeIdentifier;
1234
- declare function isStringLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringLiteralTypeAnnotation> | null): node is StringLiteralTypeAnnotation;
1235
- declare function isStringTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringTypeAnnotation> | null): node is StringTypeAnnotation;
1236
- declare function isSymbolTypeAnnotation(node: Node | null | undefined, opts?: Opts<SymbolTypeAnnotation> | null): node is SymbolTypeAnnotation;
1237
- declare function isThisTypeAnnotation(node: Node | null | undefined, opts?: Opts<ThisTypeAnnotation> | null): node is ThisTypeAnnotation;
1238
- declare function isTupleTypeAnnotation(node: Node | null | undefined, opts?: Opts<TupleTypeAnnotation> | null): node is TupleTypeAnnotation;
1239
- declare function isTypeofTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeofTypeAnnotation> | null): node is TypeofTypeAnnotation;
1240
- declare function isTypeAlias(node: Node | null | undefined, opts?: Opts<TypeAlias> | null): node is TypeAlias;
1241
- declare function isTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeAnnotation> | null): node is TypeAnnotation;
1242
- declare function isTypeCastExpression(node: Node | null | undefined, opts?: Opts<TypeCastExpression> | null): node is TypeCastExpression;
1243
- declare function isTypeParameter(node: Node | null | undefined, opts?: Opts<TypeParameter> | null): node is TypeParameter;
1244
- declare function isTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TypeParameterDeclaration> | null): node is TypeParameterDeclaration;
1245
- declare function isTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TypeParameterInstantiation> | null): node is TypeParameterInstantiation;
1246
- declare function isUnionTypeAnnotation(node: Node | null | undefined, opts?: Opts<UnionTypeAnnotation> | null): node is UnionTypeAnnotation;
1247
- declare function isVariance(node: Node | null | undefined, opts?: Opts<Variance> | null): node is Variance;
1248
- declare function isVoidTypeAnnotation(node: Node | null | undefined, opts?: Opts<VoidTypeAnnotation> | null): node is VoidTypeAnnotation;
1249
- declare function isEnumDeclaration(node: Node | null | undefined, opts?: Opts<EnumDeclaration> | null): node is EnumDeclaration;
1250
- declare function isEnumBooleanBody(node: Node | null | undefined, opts?: Opts<EnumBooleanBody> | null): node is EnumBooleanBody;
1251
- declare function isEnumNumberBody(node: Node | null | undefined, opts?: Opts<EnumNumberBody> | null): node is EnumNumberBody;
1252
- declare function isEnumStringBody(node: Node | null | undefined, opts?: Opts<EnumStringBody> | null): node is EnumStringBody;
1253
- declare function isEnumSymbolBody(node: Node | null | undefined, opts?: Opts<EnumSymbolBody> | null): node is EnumSymbolBody;
1254
- declare function isEnumBooleanMember(node: Node | null | undefined, opts?: Opts<EnumBooleanMember> | null): node is EnumBooleanMember;
1255
- declare function isEnumNumberMember(node: Node | null | undefined, opts?: Opts<EnumNumberMember> | null): node is EnumNumberMember;
1256
- declare function isEnumStringMember(node: Node | null | undefined, opts?: Opts<EnumStringMember> | null): node is EnumStringMember;
1257
- declare function isEnumDefaultedMember(node: Node | null | undefined, opts?: Opts<EnumDefaultedMember> | null): node is EnumDefaultedMember;
1258
- declare function isIndexedAccessType(node: Node | null | undefined, opts?: Opts<IndexedAccessType> | null): node is IndexedAccessType;
1259
- declare function isOptionalIndexedAccessType(node: Node | null | undefined, opts?: Opts<OptionalIndexedAccessType> | null): node is OptionalIndexedAccessType;
1260
- declare function isJSXAttribute(node: Node | null | undefined, opts?: Opts<JSXAttribute> | null): node is JSXAttribute;
1261
- declare function isJSXClosingElement(node: Node | null | undefined, opts?: Opts<JSXClosingElement> | null): node is JSXClosingElement;
1262
- declare function isJSXElement(node: Node | null | undefined, opts?: Opts<JSXElement> | null): node is JSXElement;
1263
- declare function isJSXEmptyExpression(node: Node | null | undefined, opts?: Opts<JSXEmptyExpression> | null): node is JSXEmptyExpression;
1264
- declare function isJSXExpressionContainer(node: Node | null | undefined, opts?: Opts<JSXExpressionContainer> | null): node is JSXExpressionContainer;
1265
- declare function isJSXSpreadChild(node: Node | null | undefined, opts?: Opts<JSXSpreadChild> | null): node is JSXSpreadChild;
1266
- declare function isJSXIdentifier(node: Node | null | undefined, opts?: Opts<JSXIdentifier> | null): node is JSXIdentifier;
1267
- declare function isJSXMemberExpression(node: Node | null | undefined, opts?: Opts<JSXMemberExpression> | null): node is JSXMemberExpression;
1268
- declare function isJSXNamespacedName(node: Node | null | undefined, opts?: Opts<JSXNamespacedName> | null): node is JSXNamespacedName;
1269
- declare function isJSXOpeningElement(node: Node | null | undefined, opts?: Opts<JSXOpeningElement> | null): node is JSXOpeningElement;
1270
- declare function isJSXSpreadAttribute(node: Node | null | undefined, opts?: Opts<JSXSpreadAttribute> | null): node is JSXSpreadAttribute;
1271
- declare function isJSXText(node: Node | null | undefined, opts?: Opts<JSXText> | null): node is JSXText;
1272
- declare function isJSXFragment(node: Node | null | undefined, opts?: Opts<JSXFragment> | null): node is JSXFragment;
1273
- declare function isJSXOpeningFragment(node: Node | null | undefined, opts?: Opts<JSXOpeningFragment> | null): node is JSXOpeningFragment;
1274
- declare function isJSXClosingFragment(node: Node | null | undefined, opts?: Opts<JSXClosingFragment> | null): node is JSXClosingFragment;
1275
- declare function isNoop(node: Node | null | undefined, opts?: Opts<Noop> | null): node is Noop;
1276
- declare function isPlaceholder(node: Node | null | undefined, opts?: Opts<Placeholder> | null): node is Placeholder;
1277
- declare function isV8IntrinsicIdentifier(node: Node | null | undefined, opts?: Opts<V8IntrinsicIdentifier> | null): node is V8IntrinsicIdentifier;
1278
- declare function isArgumentPlaceholder(node: Node | null | undefined, opts?: Opts<ArgumentPlaceholder> | null): node is ArgumentPlaceholder;
1279
- declare function isBindExpression(node: Node | null | undefined, opts?: Opts<BindExpression> | null): node is BindExpression;
1280
- declare function isImportAttribute(node: Node | null | undefined, opts?: Opts<ImportAttribute> | null): node is ImportAttribute;
1281
- declare function isDecorator(node: Node | null | undefined, opts?: Opts<Decorator> | null): node is Decorator;
1282
- declare function isDoExpression(node: Node | null | undefined, opts?: Opts<DoExpression> | null): node is DoExpression;
1283
- declare function isExportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ExportDefaultSpecifier> | null): node is ExportDefaultSpecifier;
1284
- declare function isRecordExpression(node: Node | null | undefined, opts?: Opts<RecordExpression> | null): node is RecordExpression;
1285
- declare function isTupleExpression(node: Node | null | undefined, opts?: Opts<TupleExpression> | null): node is TupleExpression;
1286
- declare function isDecimalLiteral(node: Node | null | undefined, opts?: Opts<DecimalLiteral> | null): node is DecimalLiteral;
1287
- declare function isModuleExpression(node: Node | null | undefined, opts?: Opts<ModuleExpression> | null): node is ModuleExpression;
1288
- declare function isTopicReference(node: Node | null | undefined, opts?: Opts<TopicReference> | null): node is TopicReference;
1289
- declare function isPipelineTopicExpression(node: Node | null | undefined, opts?: Opts<PipelineTopicExpression> | null): node is PipelineTopicExpression;
1290
- declare function isPipelineBareFunction(node: Node | null | undefined, opts?: Opts<PipelineBareFunction> | null): node is PipelineBareFunction;
1291
- declare function isPipelinePrimaryTopicReference(node: Node | null | undefined, opts?: Opts<PipelinePrimaryTopicReference> | null): node is PipelinePrimaryTopicReference;
1292
- declare function isTSParameterProperty(node: Node | null | undefined, opts?: Opts<TSParameterProperty> | null): node is TSParameterProperty;
1293
- declare function isTSDeclareFunction(node: Node | null | undefined, opts?: Opts<TSDeclareFunction> | null): node is TSDeclareFunction;
1294
- declare function isTSDeclareMethod(node: Node | null | undefined, opts?: Opts<TSDeclareMethod> | null): node is TSDeclareMethod;
1295
- declare function isTSQualifiedName(node: Node | null | undefined, opts?: Opts<TSQualifiedName> | null): node is TSQualifiedName;
1296
- declare function isTSCallSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSCallSignatureDeclaration> | null): node is TSCallSignatureDeclaration;
1297
- declare function isTSConstructSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSConstructSignatureDeclaration> | null): node is TSConstructSignatureDeclaration;
1298
- declare function isTSPropertySignature(node: Node | null | undefined, opts?: Opts<TSPropertySignature> | null): node is TSPropertySignature;
1299
- declare function isTSMethodSignature(node: Node | null | undefined, opts?: Opts<TSMethodSignature> | null): node is TSMethodSignature;
1300
- declare function isTSIndexSignature(node: Node | null | undefined, opts?: Opts<TSIndexSignature> | null): node is TSIndexSignature;
1301
- declare function isTSAnyKeyword(node: Node | null | undefined, opts?: Opts<TSAnyKeyword> | null): node is TSAnyKeyword;
1302
- declare function isTSBooleanKeyword(node: Node | null | undefined, opts?: Opts<TSBooleanKeyword> | null): node is TSBooleanKeyword;
1303
- declare function isTSBigIntKeyword(node: Node | null | undefined, opts?: Opts<TSBigIntKeyword> | null): node is TSBigIntKeyword;
1304
- declare function isTSIntrinsicKeyword(node: Node | null | undefined, opts?: Opts<TSIntrinsicKeyword> | null): node is TSIntrinsicKeyword;
1305
- declare function isTSNeverKeyword(node: Node | null | undefined, opts?: Opts<TSNeverKeyword> | null): node is TSNeverKeyword;
1306
- declare function isTSNullKeyword(node: Node | null | undefined, opts?: Opts<TSNullKeyword> | null): node is TSNullKeyword;
1307
- declare function isTSNumberKeyword(node: Node | null | undefined, opts?: Opts<TSNumberKeyword> | null): node is TSNumberKeyword;
1308
- declare function isTSObjectKeyword(node: Node | null | undefined, opts?: Opts<TSObjectKeyword> | null): node is TSObjectKeyword;
1309
- declare function isTSStringKeyword(node: Node | null | undefined, opts?: Opts<TSStringKeyword> | null): node is TSStringKeyword;
1310
- declare function isTSSymbolKeyword(node: Node | null | undefined, opts?: Opts<TSSymbolKeyword> | null): node is TSSymbolKeyword;
1311
- declare function isTSUndefinedKeyword(node: Node | null | undefined, opts?: Opts<TSUndefinedKeyword> | null): node is TSUndefinedKeyword;
1312
- declare function isTSUnknownKeyword(node: Node | null | undefined, opts?: Opts<TSUnknownKeyword> | null): node is TSUnknownKeyword;
1313
- declare function isTSVoidKeyword(node: Node | null | undefined, opts?: Opts<TSVoidKeyword> | null): node is TSVoidKeyword;
1314
- declare function isTSThisType(node: Node | null | undefined, opts?: Opts<TSThisType> | null): node is TSThisType;
1315
- declare function isTSFunctionType(node: Node | null | undefined, opts?: Opts<TSFunctionType> | null): node is TSFunctionType;
1316
- declare function isTSConstructorType(node: Node | null | undefined, opts?: Opts<TSConstructorType> | null): node is TSConstructorType;
1317
- declare function isTSTypeReference(node: Node | null | undefined, opts?: Opts<TSTypeReference> | null): node is TSTypeReference;
1318
- declare function isTSTypePredicate(node: Node | null | undefined, opts?: Opts<TSTypePredicate> | null): node is TSTypePredicate;
1319
- declare function isTSTypeQuery(node: Node | null | undefined, opts?: Opts<TSTypeQuery> | null): node is TSTypeQuery;
1320
- declare function isTSTypeLiteral(node: Node | null | undefined, opts?: Opts<TSTypeLiteral> | null): node is TSTypeLiteral;
1321
- declare function isTSArrayType(node: Node | null | undefined, opts?: Opts<TSArrayType> | null): node is TSArrayType;
1322
- declare function isTSTupleType(node: Node | null | undefined, opts?: Opts<TSTupleType> | null): node is TSTupleType;
1323
- declare function isTSOptionalType(node: Node | null | undefined, opts?: Opts<TSOptionalType> | null): node is TSOptionalType;
1324
- declare function isTSRestType(node: Node | null | undefined, opts?: Opts<TSRestType> | null): node is TSRestType;
1325
- declare function isTSNamedTupleMember(node: Node | null | undefined, opts?: Opts<TSNamedTupleMember> | null): node is TSNamedTupleMember;
1326
- declare function isTSUnionType(node: Node | null | undefined, opts?: Opts<TSUnionType> | null): node is TSUnionType;
1327
- declare function isTSIntersectionType(node: Node | null | undefined, opts?: Opts<TSIntersectionType> | null): node is TSIntersectionType;
1328
- declare function isTSConditionalType(node: Node | null | undefined, opts?: Opts<TSConditionalType> | null): node is TSConditionalType;
1329
- declare function isTSInferType(node: Node | null | undefined, opts?: Opts<TSInferType> | null): node is TSInferType;
1330
- declare function isTSParenthesizedType(node: Node | null | undefined, opts?: Opts<TSParenthesizedType> | null): node is TSParenthesizedType;
1331
- declare function isTSTypeOperator(node: Node | null | undefined, opts?: Opts<TSTypeOperator> | null): node is TSTypeOperator;
1332
- declare function isTSIndexedAccessType(node: Node | null | undefined, opts?: Opts<TSIndexedAccessType> | null): node is TSIndexedAccessType;
1333
- declare function isTSMappedType(node: Node | null | undefined, opts?: Opts<TSMappedType> | null): node is TSMappedType;
1334
- declare function isTSLiteralType(node: Node | null | undefined, opts?: Opts<TSLiteralType> | null): node is TSLiteralType;
1335
- declare function isTSExpressionWithTypeArguments(node: Node | null | undefined, opts?: Opts<TSExpressionWithTypeArguments> | null): node is TSExpressionWithTypeArguments;
1336
- declare function isTSInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<TSInterfaceDeclaration> | null): node is TSInterfaceDeclaration;
1337
- declare function isTSInterfaceBody(node: Node | null | undefined, opts?: Opts<TSInterfaceBody> | null): node is TSInterfaceBody;
1338
- declare function isTSTypeAliasDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeAliasDeclaration> | null): node is TSTypeAliasDeclaration;
1339
- declare function isTSInstantiationExpression(node: Node | null | undefined, opts?: Opts<TSInstantiationExpression> | null): node is TSInstantiationExpression;
1340
- declare function isTSAsExpression(node: Node | null | undefined, opts?: Opts<TSAsExpression> | null): node is TSAsExpression;
1341
- declare function isTSSatisfiesExpression(node: Node | null | undefined, opts?: Opts<TSSatisfiesExpression> | null): node is TSSatisfiesExpression;
1342
- declare function isTSTypeAssertion(node: Node | null | undefined, opts?: Opts<TSTypeAssertion> | null): node is TSTypeAssertion;
1343
- declare function isTSEnumDeclaration(node: Node | null | undefined, opts?: Opts<TSEnumDeclaration> | null): node is TSEnumDeclaration;
1344
- declare function isTSEnumMember(node: Node | null | undefined, opts?: Opts<TSEnumMember> | null): node is TSEnumMember;
1345
- declare function isTSModuleDeclaration(node: Node | null | undefined, opts?: Opts<TSModuleDeclaration> | null): node is TSModuleDeclaration;
1346
- declare function isTSModuleBlock(node: Node | null | undefined, opts?: Opts<TSModuleBlock> | null): node is TSModuleBlock;
1347
- declare function isTSImportType(node: Node | null | undefined, opts?: Opts<TSImportType> | null): node is TSImportType;
1348
- declare function isTSImportEqualsDeclaration(node: Node | null | undefined, opts?: Opts<TSImportEqualsDeclaration> | null): node is TSImportEqualsDeclaration;
1349
- declare function isTSExternalModuleReference(node: Node | null | undefined, opts?: Opts<TSExternalModuleReference> | null): node is TSExternalModuleReference;
1350
- declare function isTSNonNullExpression(node: Node | null | undefined, opts?: Opts<TSNonNullExpression> | null): node is TSNonNullExpression;
1351
- declare function isTSExportAssignment(node: Node | null | undefined, opts?: Opts<TSExportAssignment> | null): node is TSExportAssignment;
1352
- declare function isTSNamespaceExportDeclaration(node: Node | null | undefined, opts?: Opts<TSNamespaceExportDeclaration> | null): node is TSNamespaceExportDeclaration;
1353
- declare function isTSTypeAnnotation(node: Node | null | undefined, opts?: Opts<TSTypeAnnotation> | null): node is TSTypeAnnotation;
1354
- declare function isTSTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TSTypeParameterInstantiation> | null): node is TSTypeParameterInstantiation;
1355
- declare function isTSTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeParameterDeclaration> | null): node is TSTypeParameterDeclaration;
1356
- declare function isTSTypeParameter(node: Node | null | undefined, opts?: Opts<TSTypeParameter> | null): node is TSTypeParameter;
1357
- declare function isStandardized(node: Node | null | undefined, opts?: Opts<Standardized> | null): node is Standardized;
1358
- declare function isExpression(node: Node | null | undefined, opts?: Opts<Expression> | null): node is Expression;
1359
- declare function isBinary(node: Node | null | undefined, opts?: Opts<Binary> | null): node is Binary;
1360
- declare function isScopable(node: Node | null | undefined, opts?: Opts<Scopable> | null): node is Scopable;
1361
- declare function isBlockParent(node: Node | null | undefined, opts?: Opts<BlockParent> | null): node is BlockParent;
1362
- declare function isBlock(node: Node | null | undefined, opts?: Opts<Block> | null): node is Block;
1363
- declare function isStatement(node: Node | null | undefined, opts?: Opts<Statement> | null): node is Statement;
1364
- declare function isTerminatorless(node: Node | null | undefined, opts?: Opts<Terminatorless> | null): node is Terminatorless;
1365
- declare function isCompletionStatement(node: Node | null | undefined, opts?: Opts<CompletionStatement> | null): node is CompletionStatement;
1366
- declare function isConditional(node: Node | null | undefined, opts?: Opts<Conditional> | null): node is Conditional;
1367
- declare function isLoop(node: Node | null | undefined, opts?: Opts<Loop> | null): node is Loop;
1368
- declare function isWhile(node: Node | null | undefined, opts?: Opts<While> | null): node is While;
1369
- declare function isExpressionWrapper(node: Node | null | undefined, opts?: Opts<ExpressionWrapper> | null): node is ExpressionWrapper;
1370
- declare function isFor(node: Node | null | undefined, opts?: Opts<For> | null): node is For;
1371
- declare function isForXStatement(node: Node | null | undefined, opts?: Opts<ForXStatement> | null): node is ForXStatement;
1372
- declare function isFunction(node: Node | null | undefined, opts?: Opts<Function> | null): node is Function;
1373
- declare function isFunctionParent(node: Node | null | undefined, opts?: Opts<FunctionParent> | null): node is FunctionParent;
1374
- declare function isPureish(node: Node | null | undefined, opts?: Opts<Pureish> | null): node is Pureish;
1375
- declare function isDeclaration(node: Node | null | undefined, opts?: Opts<Declaration> | null): node is Declaration;
1376
- declare function isPatternLike(node: Node | null | undefined, opts?: Opts<PatternLike> | null): node is PatternLike;
1377
- declare function isLVal(node: Node | null | undefined, opts?: Opts<LVal> | null): node is LVal;
1378
- declare function isTSEntityName(node: Node | null | undefined, opts?: Opts<TSEntityName> | null): node is TSEntityName;
1379
- declare function isLiteral(node: Node | null | undefined, opts?: Opts<Literal> | null): node is Literal;
1380
- declare function isUserWhitespacable(node: Node | null | undefined, opts?: Opts<UserWhitespacable> | null): node is UserWhitespacable;
1381
- declare function isMethod(node: Node | null | undefined, opts?: Opts<Method> | null): node is Method;
1382
- declare function isObjectMember(node: Node | null | undefined, opts?: Opts<ObjectMember> | null): node is ObjectMember;
1383
- declare function isProperty(node: Node | null | undefined, opts?: Opts<Property> | null): node is Property;
1384
- declare function isUnaryLike(node: Node | null | undefined, opts?: Opts<UnaryLike> | null): node is UnaryLike;
1385
- declare function isPattern(node: Node | null | undefined, opts?: Opts<Pattern> | null): node is Pattern;
1386
- declare function isClass(node: Node | null | undefined, opts?: Opts<Class> | null): node is Class;
1387
- declare function isImportOrExportDeclaration(node: Node | null | undefined, opts?: Opts<ImportOrExportDeclaration> | null): node is ImportOrExportDeclaration;
1388
- declare function isExportDeclaration(node: Node | null | undefined, opts?: Opts<ExportDeclaration> | null): node is ExportDeclaration;
1389
- declare function isModuleSpecifier(node: Node | null | undefined, opts?: Opts<ModuleSpecifier> | null): node is ModuleSpecifier;
1390
- declare function isAccessor(node: Node | null | undefined, opts?: Opts<Accessor> | null): node is Accessor;
1391
- declare function isPrivate(node: Node | null | undefined, opts?: Opts<Private> | null): node is Private;
1392
- declare function isFlow(node: Node | null | undefined, opts?: Opts<Flow> | null): node is Flow;
1393
- declare function isFlowType(node: Node | null | undefined, opts?: Opts<FlowType> | null): node is FlowType;
1394
- declare function isFlowBaseAnnotation(node: Node | null | undefined, opts?: Opts<FlowBaseAnnotation> | null): node is FlowBaseAnnotation;
1395
- declare function isFlowDeclaration(node: Node | null | undefined, opts?: Opts<FlowDeclaration> | null): node is FlowDeclaration;
1396
- declare function isFlowPredicate(node: Node | null | undefined, opts?: Opts<FlowPredicate> | null): node is FlowPredicate;
1397
- declare function isEnumBody(node: Node | null | undefined, opts?: Opts<EnumBody> | null): node is EnumBody;
1398
- declare function isEnumMember(node: Node | null | undefined, opts?: Opts<EnumMember> | null): node is EnumMember;
1399
- declare function isJSX(node: Node | null | undefined, opts?: Opts<JSX> | null): node is JSX;
1400
- declare function isMiscellaneous(node: Node | null | undefined, opts?: Opts<Miscellaneous> | null): node is Miscellaneous;
1401
- declare function isTypeScript(node: Node | null | undefined, opts?: Opts<TypeScript> | null): node is TypeScript;
1402
- declare function isTSTypeElement(node: Node | null | undefined, opts?: Opts<TSTypeElement> | null): node is TSTypeElement;
1403
- declare function isTSType(node: Node | null | undefined, opts?: Opts<TSType> | null): node is TSType;
1404
- declare function isTSBaseType(node: Node | null | undefined, opts?: Opts<TSBaseType> | null): node is TSBaseType;
1405
- /**
1406
- * @deprecated Use `isNumericLiteral`
1407
- */
1408
- declare function isNumberLiteral(node: Node | null | undefined, opts?: Opts<NumberLiteral> | null): boolean;
1409
- /**
1410
- * @deprecated Use `isRegExpLiteral`
1411
- */
1412
- declare function isRegexLiteral(node: Node | null | undefined, opts?: Opts<RegexLiteral> | null): boolean;
1413
- /**
1414
- * @deprecated Use `isRestElement`
1415
- */
1416
- declare function isRestProperty(node: Node | null | undefined, opts?: Opts<RestProperty> | null): boolean;
1417
- /**
1418
- * @deprecated Use `isSpreadElement`
1419
- */
1420
- declare function isSpreadProperty(node: Node | null | undefined, opts?: Opts<SpreadProperty> | null): boolean;
1421
- /**
1422
- * @deprecated Use `isImportOrExportDeclaration`
1423
- */
1424
- declare function isModuleDeclaration(node: Node | null | undefined, opts?: Opts<ModuleDeclaration> | null): node is ImportOrExportDeclaration;
1425
-
1426
- interface BaseComment {
1427
- value: string;
1428
- start?: number;
1429
- end?: number;
1430
- loc?: SourceLocation;
1431
- ignore?: boolean;
1432
- type: "CommentBlock" | "CommentLine";
1433
- }
1434
- interface Position {
1435
- line: number;
1436
- column: number;
1437
- index: number;
1438
- }
1439
- interface CommentBlock extends BaseComment {
1440
- type: "CommentBlock";
1441
- }
1442
- interface CommentLine extends BaseComment {
1443
- type: "CommentLine";
1444
- }
1445
- type Comment = CommentBlock | CommentLine;
1446
- interface SourceLocation {
1447
- start: Position;
1448
- end: Position;
1449
- filename: string;
1450
- identifierName: string | undefined | null;
1451
- }
1452
- interface BaseNode {
1453
- type: Node["type"];
1454
- leadingComments?: Comment[] | null;
1455
- innerComments?: Comment[] | null;
1456
- trailingComments?: Comment[] | null;
1457
- start?: number | null;
1458
- end?: number | null;
1459
- loc?: SourceLocation | null;
1460
- range?: [number, number];
1461
- extra?: Record<string, unknown>;
1462
- }
1463
- type CommentTypeShorthand = "leading" | "inner" | "trailing";
1464
- type Node = AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | BinaryExpression | BindExpression | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | ContinueStatement | DebuggerStatement | DecimalLiteral | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | ExpressionStatement | File | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LabeledStatement | LogicalExpression | MemberExpression | MetaProperty | MixedTypeAnnotation | ModuleExpression | NewExpression | Noop | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | PrivateName | Program | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | SequenceExpression | SpreadElement | SpreadProperty | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSSatisfiesExpression | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeofTypeAnnotation | UnaryExpression | UnionTypeAnnotation | UpdateExpression | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | WhileStatement | WithStatement | YieldExpression;
1465
- interface ArrayExpression extends BaseNode {
1466
- type: "ArrayExpression";
1467
- elements: Array<null | Expression | SpreadElement>;
1468
- }
1469
- interface AssignmentExpression extends BaseNode {
1470
- type: "AssignmentExpression";
1471
- operator: string;
1472
- left: LVal | OptionalMemberExpression;
1473
- right: Expression;
1474
- }
1475
- interface BinaryExpression extends BaseNode {
1476
- type: "BinaryExpression";
1477
- operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>";
1478
- left: Expression | PrivateName;
1479
- right: Expression;
1480
- }
1481
- interface InterpreterDirective extends BaseNode {
1482
- type: "InterpreterDirective";
1483
- value: string;
1484
- }
1485
- interface Directive extends BaseNode {
1486
- type: "Directive";
1487
- value: DirectiveLiteral;
1488
- }
1489
- interface DirectiveLiteral extends BaseNode {
1490
- type: "DirectiveLiteral";
1491
- value: string;
1492
- }
1493
- interface BlockStatement extends BaseNode {
1494
- type: "BlockStatement";
1495
- body: Array<Statement>;
1496
- directives: Array<Directive>;
1497
- }
1498
- interface BreakStatement extends BaseNode {
1499
- type: "BreakStatement";
1500
- label?: Identifier | null;
1501
- }
1502
- interface CallExpression extends BaseNode {
1503
- type: "CallExpression";
1504
- callee: Expression | Super | V8IntrinsicIdentifier;
1505
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
1506
- optional?: true | false | null;
1507
- typeArguments?: TypeParameterInstantiation | null;
1508
- typeParameters?: TSTypeParameterInstantiation | null;
1509
- }
1510
- interface CatchClause extends BaseNode {
1511
- type: "CatchClause";
1512
- param?: Identifier | ArrayPattern | ObjectPattern | null;
1513
- body: BlockStatement;
1514
- }
1515
- interface ConditionalExpression extends BaseNode {
1516
- type: "ConditionalExpression";
1517
- test: Expression;
1518
- consequent: Expression;
1519
- alternate: Expression;
1520
- }
1521
- interface ContinueStatement extends BaseNode {
1522
- type: "ContinueStatement";
1523
- label?: Identifier | null;
1524
- }
1525
- interface DebuggerStatement extends BaseNode {
1526
- type: "DebuggerStatement";
1527
- }
1528
- interface DoWhileStatement extends BaseNode {
1529
- type: "DoWhileStatement";
1530
- test: Expression;
1531
- body: Statement;
1532
- }
1533
- interface EmptyStatement extends BaseNode {
1534
- type: "EmptyStatement";
1535
- }
1536
- interface ExpressionStatement extends BaseNode {
1537
- type: "ExpressionStatement";
1538
- expression: Expression;
1539
- }
1540
- interface File extends BaseNode {
1541
- type: "File";
1542
- program: Program;
1543
- comments?: Array<CommentBlock | CommentLine> | null;
1544
- tokens?: Array<any> | null;
1545
- }
1546
- interface ForInStatement extends BaseNode {
1547
- type: "ForInStatement";
1548
- left: VariableDeclaration | LVal;
1549
- right: Expression;
1550
- body: Statement;
1551
- }
1552
- interface ForStatement extends BaseNode {
1553
- type: "ForStatement";
1554
- init?: VariableDeclaration | Expression | null;
1555
- test?: Expression | null;
1556
- update?: Expression | null;
1557
- body: Statement;
1558
- }
1559
- interface FunctionDeclaration extends BaseNode {
1560
- type: "FunctionDeclaration";
1561
- id?: Identifier | null;
1562
- params: Array<Identifier | Pattern | RestElement>;
1563
- body: BlockStatement;
1564
- generator: boolean;
1565
- async: boolean;
1566
- declare?: boolean | null;
1567
- predicate?: DeclaredPredicate | InferredPredicate | null;
1568
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1569
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1570
- }
1571
- interface FunctionExpression extends BaseNode {
1572
- type: "FunctionExpression";
1573
- id?: Identifier | null;
1574
- params: Array<Identifier | Pattern | RestElement>;
1575
- body: BlockStatement;
1576
- generator: boolean;
1577
- async: boolean;
1578
- predicate?: DeclaredPredicate | InferredPredicate | null;
1579
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1580
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1581
- }
1582
- interface Identifier extends BaseNode {
1583
- type: "Identifier";
1584
- name: string;
1585
- decorators?: Array<Decorator> | null;
1586
- optional?: boolean | null;
1587
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1588
- }
1589
- interface IfStatement extends BaseNode {
1590
- type: "IfStatement";
1591
- test: Expression;
1592
- consequent: Statement;
1593
- alternate?: Statement | null;
1594
- }
1595
- interface LabeledStatement extends BaseNode {
1596
- type: "LabeledStatement";
1597
- label: Identifier;
1598
- body: Statement;
1599
- }
1600
- interface StringLiteral extends BaseNode {
1601
- type: "StringLiteral";
1602
- value: string;
1603
- }
1604
- interface NumericLiteral extends BaseNode {
1605
- type: "NumericLiteral";
1606
- value: number;
1607
- }
1608
- /**
1609
- * @deprecated Use `NumericLiteral`
1610
- */
1611
- interface NumberLiteral extends BaseNode {
1612
- type: "NumberLiteral";
1613
- value: number;
1614
- }
1615
- interface NullLiteral extends BaseNode {
1616
- type: "NullLiteral";
1617
- }
1618
- interface BooleanLiteral extends BaseNode {
1619
- type: "BooleanLiteral";
1620
- value: boolean;
1621
- }
1622
- interface RegExpLiteral extends BaseNode {
1623
- type: "RegExpLiteral";
1624
- pattern: string;
1625
- flags: string;
1626
- }
1627
- /**
1628
- * @deprecated Use `RegExpLiteral`
1629
- */
1630
- interface RegexLiteral extends BaseNode {
1631
- type: "RegexLiteral";
1632
- pattern: string;
1633
- flags: string;
1634
- }
1635
- interface LogicalExpression extends BaseNode {
1636
- type: "LogicalExpression";
1637
- operator: "||" | "&&" | "??";
1638
- left: Expression;
1639
- right: Expression;
1640
- }
1641
- interface MemberExpression extends BaseNode {
1642
- type: "MemberExpression";
1643
- object: Expression | Super;
1644
- property: Expression | Identifier | PrivateName;
1645
- computed: boolean;
1646
- optional?: true | false | null;
1647
- }
1648
- interface NewExpression extends BaseNode {
1649
- type: "NewExpression";
1650
- callee: Expression | Super | V8IntrinsicIdentifier;
1651
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
1652
- optional?: true | false | null;
1653
- typeArguments?: TypeParameterInstantiation | null;
1654
- typeParameters?: TSTypeParameterInstantiation | null;
1655
- }
1656
- interface Program extends BaseNode {
1657
- type: "Program";
1658
- body: Array<Statement>;
1659
- directives: Array<Directive>;
1660
- sourceType: "script" | "module";
1661
- interpreter?: InterpreterDirective | null;
1662
- }
1663
- interface ObjectExpression extends BaseNode {
1664
- type: "ObjectExpression";
1665
- properties: Array<ObjectMethod | ObjectProperty | SpreadElement>;
1666
- }
1667
- interface ObjectMethod extends BaseNode {
1668
- type: "ObjectMethod";
1669
- kind: "method" | "get" | "set";
1670
- key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral;
1671
- params: Array<Identifier | Pattern | RestElement>;
1672
- body: BlockStatement;
1673
- computed: boolean;
1674
- generator: boolean;
1675
- async: boolean;
1676
- decorators?: Array<Decorator> | null;
1677
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1678
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1679
- }
1680
- interface ObjectProperty extends BaseNode {
1681
- type: "ObjectProperty";
1682
- key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName;
1683
- value: Expression | PatternLike;
1684
- computed: boolean;
1685
- shorthand: boolean;
1686
- decorators?: Array<Decorator> | null;
1687
- }
1688
- interface RestElement extends BaseNode {
1689
- type: "RestElement";
1690
- argument: LVal;
1691
- decorators?: Array<Decorator> | null;
1692
- optional?: boolean | null;
1693
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1694
- }
1695
- /**
1696
- * @deprecated Use `RestElement`
1697
- */
1698
- interface RestProperty extends BaseNode {
1699
- type: "RestProperty";
1700
- argument: LVal;
1701
- decorators?: Array<Decorator> | null;
1702
- optional?: boolean | null;
1703
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1704
- }
1705
- interface ReturnStatement extends BaseNode {
1706
- type: "ReturnStatement";
1707
- argument?: Expression | null;
1708
- }
1709
- interface SequenceExpression extends BaseNode {
1710
- type: "SequenceExpression";
1711
- expressions: Array<Expression>;
1712
- }
1713
- interface ParenthesizedExpression extends BaseNode {
1714
- type: "ParenthesizedExpression";
1715
- expression: Expression;
1716
- }
1717
- interface SwitchCase extends BaseNode {
1718
- type: "SwitchCase";
1719
- test?: Expression | null;
1720
- consequent: Array<Statement>;
1721
- }
1722
- interface SwitchStatement extends BaseNode {
1723
- type: "SwitchStatement";
1724
- discriminant: Expression;
1725
- cases: Array<SwitchCase>;
1726
- }
1727
- interface ThisExpression extends BaseNode {
1728
- type: "ThisExpression";
1729
- }
1730
- interface ThrowStatement extends BaseNode {
1731
- type: "ThrowStatement";
1732
- argument: Expression;
1733
- }
1734
- interface TryStatement extends BaseNode {
1735
- type: "TryStatement";
1736
- block: BlockStatement;
1737
- handler?: CatchClause | null;
1738
- finalizer?: BlockStatement | null;
1739
- }
1740
- interface UnaryExpression extends BaseNode {
1741
- type: "UnaryExpression";
1742
- operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof";
1743
- argument: Expression;
1744
- prefix: boolean;
1745
- }
1746
- interface UpdateExpression extends BaseNode {
1747
- type: "UpdateExpression";
1748
- operator: "++" | "--";
1749
- argument: Expression;
1750
- prefix: boolean;
1751
- }
1752
- interface VariableDeclaration extends BaseNode {
1753
- type: "VariableDeclaration";
1754
- kind: "var" | "let" | "const" | "using" | "await using";
1755
- declarations: Array<VariableDeclarator>;
1756
- declare?: boolean | null;
1757
- }
1758
- interface VariableDeclarator extends BaseNode {
1759
- type: "VariableDeclarator";
1760
- id: LVal;
1761
- init?: Expression | null;
1762
- definite?: boolean | null;
1763
- }
1764
- interface WhileStatement extends BaseNode {
1765
- type: "WhileStatement";
1766
- test: Expression;
1767
- body: Statement;
1768
- }
1769
- interface WithStatement extends BaseNode {
1770
- type: "WithStatement";
1771
- object: Expression;
1772
- body: Statement;
1773
- }
1774
- interface AssignmentPattern extends BaseNode {
1775
- type: "AssignmentPattern";
1776
- left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
1777
- right: Expression;
1778
- decorators?: Array<Decorator> | null;
1779
- optional?: boolean | null;
1780
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1781
- }
1782
- interface ArrayPattern extends BaseNode {
1783
- type: "ArrayPattern";
1784
- elements: Array<null | PatternLike | LVal>;
1785
- decorators?: Array<Decorator> | null;
1786
- optional?: boolean | null;
1787
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1788
- }
1789
- interface ArrowFunctionExpression extends BaseNode {
1790
- type: "ArrowFunctionExpression";
1791
- params: Array<Identifier | Pattern | RestElement>;
1792
- body: BlockStatement | Expression;
1793
- async: boolean;
1794
- expression: boolean;
1795
- generator?: boolean;
1796
- predicate?: DeclaredPredicate | InferredPredicate | null;
1797
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1798
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1799
- }
1800
- interface ClassBody extends BaseNode {
1801
- type: "ClassBody";
1802
- body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>;
1803
- }
1804
- interface ClassExpression extends BaseNode {
1805
- type: "ClassExpression";
1806
- id?: Identifier | null;
1807
- superClass?: Expression | null;
1808
- body: ClassBody;
1809
- decorators?: Array<Decorator> | null;
1810
- implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
1811
- mixins?: InterfaceExtends | null;
1812
- superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1813
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1814
- }
1815
- interface ClassDeclaration extends BaseNode {
1816
- type: "ClassDeclaration";
1817
- id?: Identifier | null;
1818
- superClass?: Expression | null;
1819
- body: ClassBody;
1820
- decorators?: Array<Decorator> | null;
1821
- abstract?: boolean | null;
1822
- declare?: boolean | null;
1823
- implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
1824
- mixins?: InterfaceExtends | null;
1825
- superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1826
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1827
- }
1828
- interface ExportAllDeclaration extends BaseNode {
1829
- type: "ExportAllDeclaration";
1830
- source: StringLiteral;
1831
- assertions?: Array<ImportAttribute> | null;
1832
- attributes?: Array<ImportAttribute> | null;
1833
- exportKind?: "type" | "value" | null;
1834
- }
1835
- interface ExportDefaultDeclaration extends BaseNode {
1836
- type: "ExportDefaultDeclaration";
1837
- declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression;
1838
- exportKind?: "value" | null;
1839
- }
1840
- interface ExportNamedDeclaration extends BaseNode {
1841
- type: "ExportNamedDeclaration";
1842
- declaration?: Declaration | null;
1843
- specifiers: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>;
1844
- source?: StringLiteral | null;
1845
- assertions?: Array<ImportAttribute> | null;
1846
- attributes?: Array<ImportAttribute> | null;
1847
- exportKind?: "type" | "value" | null;
1848
- }
1849
- interface ExportSpecifier extends BaseNode {
1850
- type: "ExportSpecifier";
1851
- local: Identifier;
1852
- exported: Identifier | StringLiteral;
1853
- exportKind?: "type" | "value" | null;
1854
- }
1855
- interface ForOfStatement extends BaseNode {
1856
- type: "ForOfStatement";
1857
- left: VariableDeclaration | LVal;
1858
- right: Expression;
1859
- body: Statement;
1860
- await: boolean;
1861
- }
1862
- interface ImportDeclaration extends BaseNode {
1863
- type: "ImportDeclaration";
1864
- specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>;
1865
- source: StringLiteral;
1866
- assertions?: Array<ImportAttribute> | null;
1867
- attributes?: Array<ImportAttribute> | null;
1868
- importKind?: "type" | "typeof" | "value" | null;
1869
- module?: boolean | null;
1870
- phase?: "source" | "defer" | null;
1871
- }
1872
- interface ImportDefaultSpecifier extends BaseNode {
1873
- type: "ImportDefaultSpecifier";
1874
- local: Identifier;
1875
- }
1876
- interface ImportNamespaceSpecifier extends BaseNode {
1877
- type: "ImportNamespaceSpecifier";
1878
- local: Identifier;
1879
- }
1880
- interface ImportSpecifier extends BaseNode {
1881
- type: "ImportSpecifier";
1882
- local: Identifier;
1883
- imported: Identifier | StringLiteral;
1884
- importKind?: "type" | "typeof" | "value" | null;
1885
- }
1886
- interface ImportExpression extends BaseNode {
1887
- type: "ImportExpression";
1888
- source: Expression;
1889
- options?: Expression | null;
1890
- phase?: "source" | "defer" | null;
1891
- }
1892
- interface MetaProperty extends BaseNode {
1893
- type: "MetaProperty";
1894
- meta: Identifier;
1895
- property: Identifier;
1896
- }
1897
- interface ClassMethod extends BaseNode {
1898
- type: "ClassMethod";
1899
- kind: "get" | "set" | "method" | "constructor";
1900
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
1901
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
1902
- body: BlockStatement;
1903
- computed: boolean;
1904
- static: boolean;
1905
- generator: boolean;
1906
- async: boolean;
1907
- abstract?: boolean | null;
1908
- access?: "public" | "private" | "protected" | null;
1909
- accessibility?: "public" | "private" | "protected" | null;
1910
- decorators?: Array<Decorator> | null;
1911
- optional?: boolean | null;
1912
- override?: boolean;
1913
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1914
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1915
- }
1916
- interface ObjectPattern extends BaseNode {
1917
- type: "ObjectPattern";
1918
- properties: Array<RestElement | ObjectProperty>;
1919
- decorators?: Array<Decorator> | null;
1920
- optional?: boolean | null;
1921
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1922
- }
1923
- interface SpreadElement extends BaseNode {
1924
- type: "SpreadElement";
1925
- argument: Expression;
1926
- }
1927
- /**
1928
- * @deprecated Use `SpreadElement`
1929
- */
1930
- interface SpreadProperty extends BaseNode {
1931
- type: "SpreadProperty";
1932
- argument: Expression;
1933
- }
1934
- interface Super extends BaseNode {
1935
- type: "Super";
1936
- }
1937
- interface TaggedTemplateExpression extends BaseNode {
1938
- type: "TaggedTemplateExpression";
1939
- tag: Expression;
1940
- quasi: TemplateLiteral;
1941
- typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1942
- }
1943
- interface TemplateElement extends BaseNode {
1944
- type: "TemplateElement";
1945
- value: {
1946
- raw: string;
1947
- cooked?: string;
1948
- };
1949
- tail: boolean;
1950
- }
1951
- interface TemplateLiteral extends BaseNode {
1952
- type: "TemplateLiteral";
1953
- quasis: Array<TemplateElement>;
1954
- expressions: Array<Expression | TSType>;
1955
- }
1956
- interface YieldExpression extends BaseNode {
1957
- type: "YieldExpression";
1958
- argument?: Expression | null;
1959
- delegate: boolean;
1960
- }
1961
- interface AwaitExpression extends BaseNode {
1962
- type: "AwaitExpression";
1963
- argument: Expression;
1964
- }
1965
- interface Import extends BaseNode {
1966
- type: "Import";
1967
- }
1968
- interface BigIntLiteral extends BaseNode {
1969
- type: "BigIntLiteral";
1970
- value: string;
1971
- }
1972
- interface ExportNamespaceSpecifier extends BaseNode {
1973
- type: "ExportNamespaceSpecifier";
1974
- exported: Identifier;
1975
- }
1976
- interface OptionalMemberExpression extends BaseNode {
1977
- type: "OptionalMemberExpression";
1978
- object: Expression;
1979
- property: Expression | Identifier;
1980
- computed: boolean;
1981
- optional: boolean;
1982
- }
1983
- interface OptionalCallExpression extends BaseNode {
1984
- type: "OptionalCallExpression";
1985
- callee: Expression;
1986
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
1987
- optional: boolean;
1988
- typeArguments?: TypeParameterInstantiation | null;
1989
- typeParameters?: TSTypeParameterInstantiation | null;
1990
- }
1991
- interface ClassProperty extends BaseNode {
1992
- type: "ClassProperty";
1993
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
1994
- value?: Expression | null;
1995
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1996
- decorators?: Array<Decorator> | null;
1997
- computed: boolean;
1998
- static: boolean;
1999
- abstract?: boolean | null;
2000
- accessibility?: "public" | "private" | "protected" | null;
2001
- declare?: boolean | null;
2002
- definite?: boolean | null;
2003
- optional?: boolean | null;
2004
- override?: boolean;
2005
- readonly?: boolean | null;
2006
- variance?: Variance | null;
2007
- }
2008
- interface ClassAccessorProperty extends BaseNode {
2009
- type: "ClassAccessorProperty";
2010
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName;
2011
- value?: Expression | null;
2012
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2013
- decorators?: Array<Decorator> | null;
2014
- computed: boolean;
2015
- static: boolean;
2016
- abstract?: boolean | null;
2017
- accessibility?: "public" | "private" | "protected" | null;
2018
- declare?: boolean | null;
2019
- definite?: boolean | null;
2020
- optional?: boolean | null;
2021
- override?: boolean;
2022
- readonly?: boolean | null;
2023
- variance?: Variance | null;
2024
- }
2025
- interface ClassPrivateProperty extends BaseNode {
2026
- type: "ClassPrivateProperty";
2027
- key: PrivateName;
2028
- value?: Expression | null;
2029
- decorators?: Array<Decorator> | null;
2030
- static: boolean;
2031
- definite?: boolean | null;
2032
- readonly?: boolean | null;
2033
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2034
- variance?: Variance | null;
2035
- }
2036
- interface ClassPrivateMethod extends BaseNode {
2037
- type: "ClassPrivateMethod";
2038
- kind: "get" | "set" | "method";
2039
- key: PrivateName;
2040
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
2041
- body: BlockStatement;
2042
- static: boolean;
2043
- abstract?: boolean | null;
2044
- access?: "public" | "private" | "protected" | null;
2045
- accessibility?: "public" | "private" | "protected" | null;
2046
- async?: boolean;
2047
- computed?: boolean;
2048
- decorators?: Array<Decorator> | null;
2049
- generator?: boolean;
2050
- optional?: boolean | null;
2051
- override?: boolean;
2052
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2053
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
2054
- }
2055
- interface PrivateName extends BaseNode {
2056
- type: "PrivateName";
2057
- id: Identifier;
2058
- }
2059
- interface StaticBlock extends BaseNode {
2060
- type: "StaticBlock";
2061
- body: Array<Statement>;
2062
- }
2063
- interface AnyTypeAnnotation extends BaseNode {
2064
- type: "AnyTypeAnnotation";
2065
- }
2066
- interface ArrayTypeAnnotation extends BaseNode {
2067
- type: "ArrayTypeAnnotation";
2068
- elementType: FlowType;
2069
- }
2070
- interface BooleanTypeAnnotation extends BaseNode {
2071
- type: "BooleanTypeAnnotation";
2072
- }
2073
- interface BooleanLiteralTypeAnnotation extends BaseNode {
2074
- type: "BooleanLiteralTypeAnnotation";
2075
- value: boolean;
2076
- }
2077
- interface NullLiteralTypeAnnotation extends BaseNode {
2078
- type: "NullLiteralTypeAnnotation";
2079
- }
2080
- interface ClassImplements extends BaseNode {
2081
- type: "ClassImplements";
2082
- id: Identifier;
2083
- typeParameters?: TypeParameterInstantiation | null;
2084
- }
2085
- interface DeclareClass extends BaseNode {
2086
- type: "DeclareClass";
2087
- id: Identifier;
2088
- typeParameters?: TypeParameterDeclaration | null;
2089
- extends?: Array<InterfaceExtends> | null;
2090
- body: ObjectTypeAnnotation;
2091
- implements?: Array<ClassImplements> | null;
2092
- mixins?: Array<InterfaceExtends> | null;
2093
- }
2094
- interface DeclareFunction extends BaseNode {
2095
- type: "DeclareFunction";
2096
- id: Identifier;
2097
- predicate?: DeclaredPredicate | null;
2098
- }
2099
- interface DeclareInterface extends BaseNode {
2100
- type: "DeclareInterface";
2101
- id: Identifier;
2102
- typeParameters?: TypeParameterDeclaration | null;
2103
- extends?: Array<InterfaceExtends> | null;
2104
- body: ObjectTypeAnnotation;
2105
- }
2106
- interface DeclareModule extends BaseNode {
2107
- type: "DeclareModule";
2108
- id: Identifier | StringLiteral;
2109
- body: BlockStatement;
2110
- kind?: "CommonJS" | "ES" | null;
2111
- }
2112
- interface DeclareModuleExports extends BaseNode {
2113
- type: "DeclareModuleExports";
2114
- typeAnnotation: TypeAnnotation;
2115
- }
2116
- interface DeclareTypeAlias extends BaseNode {
2117
- type: "DeclareTypeAlias";
2118
- id: Identifier;
2119
- typeParameters?: TypeParameterDeclaration | null;
2120
- right: FlowType;
2121
- }
2122
- interface DeclareOpaqueType extends BaseNode {
2123
- type: "DeclareOpaqueType";
2124
- id: Identifier;
2125
- typeParameters?: TypeParameterDeclaration | null;
2126
- supertype?: FlowType | null;
2127
- impltype?: FlowType | null;
2128
- }
2129
- interface DeclareVariable extends BaseNode {
2130
- type: "DeclareVariable";
2131
- id: Identifier;
2132
- }
2133
- interface DeclareExportDeclaration extends BaseNode {
2134
- type: "DeclareExportDeclaration";
2135
- declaration?: Flow | null;
2136
- specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;
2137
- source?: StringLiteral | null;
2138
- default?: boolean | null;
2139
- }
2140
- interface DeclareExportAllDeclaration extends BaseNode {
2141
- type: "DeclareExportAllDeclaration";
2142
- source: StringLiteral;
2143
- exportKind?: "type" | "value" | null;
2144
- }
2145
- interface DeclaredPredicate extends BaseNode {
2146
- type: "DeclaredPredicate";
2147
- value: Flow;
2148
- }
2149
- interface ExistsTypeAnnotation extends BaseNode {
2150
- type: "ExistsTypeAnnotation";
2151
- }
2152
- interface FunctionTypeAnnotation extends BaseNode {
2153
- type: "FunctionTypeAnnotation";
2154
- typeParameters?: TypeParameterDeclaration | null;
2155
- params: Array<FunctionTypeParam>;
2156
- rest?: FunctionTypeParam | null;
2157
- returnType: FlowType;
2158
- this?: FunctionTypeParam | null;
2159
- }
2160
- interface FunctionTypeParam extends BaseNode {
2161
- type: "FunctionTypeParam";
2162
- name?: Identifier | null;
2163
- typeAnnotation: FlowType;
2164
- optional?: boolean | null;
2165
- }
2166
- interface GenericTypeAnnotation extends BaseNode {
2167
- type: "GenericTypeAnnotation";
2168
- id: Identifier | QualifiedTypeIdentifier;
2169
- typeParameters?: TypeParameterInstantiation | null;
2170
- }
2171
- interface InferredPredicate extends BaseNode {
2172
- type: "InferredPredicate";
2173
- }
2174
- interface InterfaceExtends extends BaseNode {
2175
- type: "InterfaceExtends";
2176
- id: Identifier | QualifiedTypeIdentifier;
2177
- typeParameters?: TypeParameterInstantiation | null;
2178
- }
2179
- interface InterfaceDeclaration extends BaseNode {
2180
- type: "InterfaceDeclaration";
2181
- id: Identifier;
2182
- typeParameters?: TypeParameterDeclaration | null;
2183
- extends?: Array<InterfaceExtends> | null;
2184
- body: ObjectTypeAnnotation;
2185
- }
2186
- interface InterfaceTypeAnnotation extends BaseNode {
2187
- type: "InterfaceTypeAnnotation";
2188
- extends?: Array<InterfaceExtends> | null;
2189
- body: ObjectTypeAnnotation;
2190
- }
2191
- interface IntersectionTypeAnnotation extends BaseNode {
2192
- type: "IntersectionTypeAnnotation";
2193
- types: Array<FlowType>;
2194
- }
2195
- interface MixedTypeAnnotation extends BaseNode {
2196
- type: "MixedTypeAnnotation";
2197
- }
2198
- interface EmptyTypeAnnotation extends BaseNode {
2199
- type: "EmptyTypeAnnotation";
2200
- }
2201
- interface NullableTypeAnnotation extends BaseNode {
2202
- type: "NullableTypeAnnotation";
2203
- typeAnnotation: FlowType;
2204
- }
2205
- interface NumberLiteralTypeAnnotation extends BaseNode {
2206
- type: "NumberLiteralTypeAnnotation";
2207
- value: number;
2208
- }
2209
- interface NumberTypeAnnotation extends BaseNode {
2210
- type: "NumberTypeAnnotation";
2211
- }
2212
- interface ObjectTypeAnnotation extends BaseNode {
2213
- type: "ObjectTypeAnnotation";
2214
- properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>;
2215
- indexers?: Array<ObjectTypeIndexer>;
2216
- callProperties?: Array<ObjectTypeCallProperty>;
2217
- internalSlots?: Array<ObjectTypeInternalSlot>;
2218
- exact: boolean;
2219
- inexact?: boolean | null;
2220
- }
2221
- interface ObjectTypeInternalSlot extends BaseNode {
2222
- type: "ObjectTypeInternalSlot";
2223
- id: Identifier;
2224
- value: FlowType;
2225
- optional: boolean;
2226
- static: boolean;
2227
- method: boolean;
2228
- }
2229
- interface ObjectTypeCallProperty extends BaseNode {
2230
- type: "ObjectTypeCallProperty";
2231
- value: FlowType;
2232
- static: boolean;
2233
- }
2234
- interface ObjectTypeIndexer extends BaseNode {
2235
- type: "ObjectTypeIndexer";
2236
- id?: Identifier | null;
2237
- key: FlowType;
2238
- value: FlowType;
2239
- variance?: Variance | null;
2240
- static: boolean;
2241
- }
2242
- interface ObjectTypeProperty extends BaseNode {
2243
- type: "ObjectTypeProperty";
2244
- key: Identifier | StringLiteral;
2245
- value: FlowType;
2246
- variance?: Variance | null;
2247
- kind: "init" | "get" | "set";
2248
- method: boolean;
2249
- optional: boolean;
2250
- proto: boolean;
2251
- static: boolean;
2252
- }
2253
- interface ObjectTypeSpreadProperty extends BaseNode {
2254
- type: "ObjectTypeSpreadProperty";
2255
- argument: FlowType;
2256
- }
2257
- interface OpaqueType extends BaseNode {
2258
- type: "OpaqueType";
2259
- id: Identifier;
2260
- typeParameters?: TypeParameterDeclaration | null;
2261
- supertype?: FlowType | null;
2262
- impltype: FlowType;
2263
- }
2264
- interface QualifiedTypeIdentifier extends BaseNode {
2265
- type: "QualifiedTypeIdentifier";
2266
- id: Identifier;
2267
- qualification: Identifier | QualifiedTypeIdentifier;
2268
- }
2269
- interface StringLiteralTypeAnnotation extends BaseNode {
2270
- type: "StringLiteralTypeAnnotation";
2271
- value: string;
2272
- }
2273
- interface StringTypeAnnotation extends BaseNode {
2274
- type: "StringTypeAnnotation";
2275
- }
2276
- interface SymbolTypeAnnotation extends BaseNode {
2277
- type: "SymbolTypeAnnotation";
2278
- }
2279
- interface ThisTypeAnnotation extends BaseNode {
2280
- type: "ThisTypeAnnotation";
2281
- }
2282
- interface TupleTypeAnnotation extends BaseNode {
2283
- type: "TupleTypeAnnotation";
2284
- types: Array<FlowType>;
2285
- }
2286
- interface TypeofTypeAnnotation extends BaseNode {
2287
- type: "TypeofTypeAnnotation";
2288
- argument: FlowType;
2289
- }
2290
- interface TypeAlias extends BaseNode {
2291
- type: "TypeAlias";
2292
- id: Identifier;
2293
- typeParameters?: TypeParameterDeclaration | null;
2294
- right: FlowType;
2295
- }
2296
- interface TypeAnnotation extends BaseNode {
2297
- type: "TypeAnnotation";
2298
- typeAnnotation: FlowType;
2299
- }
2300
- interface TypeCastExpression extends BaseNode {
2301
- type: "TypeCastExpression";
2302
- expression: Expression;
2303
- typeAnnotation: TypeAnnotation;
2304
- }
2305
- interface TypeParameter extends BaseNode {
2306
- type: "TypeParameter";
2307
- bound?: TypeAnnotation | null;
2308
- default?: FlowType | null;
2309
- variance?: Variance | null;
2310
- name: string;
2311
- }
2312
- interface TypeParameterDeclaration extends BaseNode {
2313
- type: "TypeParameterDeclaration";
2314
- params: Array<TypeParameter>;
2315
- }
2316
- interface TypeParameterInstantiation extends BaseNode {
2317
- type: "TypeParameterInstantiation";
2318
- params: Array<FlowType>;
2319
- }
2320
- interface UnionTypeAnnotation extends BaseNode {
2321
- type: "UnionTypeAnnotation";
2322
- types: Array<FlowType>;
2323
- }
2324
- interface Variance extends BaseNode {
2325
- type: "Variance";
2326
- kind: "minus" | "plus";
2327
- }
2328
- interface VoidTypeAnnotation extends BaseNode {
2329
- type: "VoidTypeAnnotation";
2330
- }
2331
- interface EnumDeclaration extends BaseNode {
2332
- type: "EnumDeclaration";
2333
- id: Identifier;
2334
- body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
2335
- }
2336
- interface EnumBooleanBody extends BaseNode {
2337
- type: "EnumBooleanBody";
2338
- members: Array<EnumBooleanMember>;
2339
- explicitType: boolean;
2340
- hasUnknownMembers: boolean;
2341
- }
2342
- interface EnumNumberBody extends BaseNode {
2343
- type: "EnumNumberBody";
2344
- members: Array<EnumNumberMember>;
2345
- explicitType: boolean;
2346
- hasUnknownMembers: boolean;
2347
- }
2348
- interface EnumStringBody extends BaseNode {
2349
- type: "EnumStringBody";
2350
- members: Array<EnumStringMember | EnumDefaultedMember>;
2351
- explicitType: boolean;
2352
- hasUnknownMembers: boolean;
2353
- }
2354
- interface EnumSymbolBody extends BaseNode {
2355
- type: "EnumSymbolBody";
2356
- members: Array<EnumDefaultedMember>;
2357
- hasUnknownMembers: boolean;
2358
- }
2359
- interface EnumBooleanMember extends BaseNode {
2360
- type: "EnumBooleanMember";
2361
- id: Identifier;
2362
- init: BooleanLiteral;
2363
- }
2364
- interface EnumNumberMember extends BaseNode {
2365
- type: "EnumNumberMember";
2366
- id: Identifier;
2367
- init: NumericLiteral;
2368
- }
2369
- interface EnumStringMember extends BaseNode {
2370
- type: "EnumStringMember";
2371
- id: Identifier;
2372
- init: StringLiteral;
2373
- }
2374
- interface EnumDefaultedMember extends BaseNode {
2375
- type: "EnumDefaultedMember";
2376
- id: Identifier;
2377
- }
2378
- interface IndexedAccessType extends BaseNode {
2379
- type: "IndexedAccessType";
2380
- objectType: FlowType;
2381
- indexType: FlowType;
2382
- }
2383
- interface OptionalIndexedAccessType extends BaseNode {
2384
- type: "OptionalIndexedAccessType";
2385
- objectType: FlowType;
2386
- indexType: FlowType;
2387
- optional: boolean;
2388
- }
2389
- interface JSXAttribute extends BaseNode {
2390
- type: "JSXAttribute";
2391
- name: JSXIdentifier | JSXNamespacedName;
2392
- value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null;
2393
- }
2394
- interface JSXClosingElement extends BaseNode {
2395
- type: "JSXClosingElement";
2396
- name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
2397
- }
2398
- interface JSXElement extends BaseNode {
2399
- type: "JSXElement";
2400
- openingElement: JSXOpeningElement;
2401
- closingElement?: JSXClosingElement | null;
2402
- children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
2403
- selfClosing?: boolean | null;
2404
- }
2405
- interface JSXEmptyExpression extends BaseNode {
2406
- type: "JSXEmptyExpression";
2407
- }
2408
- interface JSXExpressionContainer extends BaseNode {
2409
- type: "JSXExpressionContainer";
2410
- expression: Expression | JSXEmptyExpression;
2411
- }
2412
- interface JSXSpreadChild extends BaseNode {
2413
- type: "JSXSpreadChild";
2414
- expression: Expression;
2415
- }
2416
- interface JSXIdentifier extends BaseNode {
2417
- type: "JSXIdentifier";
2418
- name: string;
2419
- }
2420
- interface JSXMemberExpression extends BaseNode {
2421
- type: "JSXMemberExpression";
2422
- object: JSXMemberExpression | JSXIdentifier;
2423
- property: JSXIdentifier;
2424
- }
2425
- interface JSXNamespacedName extends BaseNode {
2426
- type: "JSXNamespacedName";
2427
- namespace: JSXIdentifier;
2428
- name: JSXIdentifier;
2429
- }
2430
- interface JSXOpeningElement extends BaseNode {
2431
- type: "JSXOpeningElement";
2432
- name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
2433
- attributes: Array<JSXAttribute | JSXSpreadAttribute>;
2434
- selfClosing: boolean;
2435
- typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
2436
- }
2437
- interface JSXSpreadAttribute extends BaseNode {
2438
- type: "JSXSpreadAttribute";
2439
- argument: Expression;
2440
- }
2441
- interface JSXText extends BaseNode {
2442
- type: "JSXText";
2443
- value: string;
2444
- }
2445
- interface JSXFragment extends BaseNode {
2446
- type: "JSXFragment";
2447
- openingFragment: JSXOpeningFragment;
2448
- closingFragment: JSXClosingFragment;
2449
- children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
2450
- }
2451
- interface JSXOpeningFragment extends BaseNode {
2452
- type: "JSXOpeningFragment";
2453
- }
2454
- interface JSXClosingFragment extends BaseNode {
2455
- type: "JSXClosingFragment";
2456
- }
2457
- interface Noop extends BaseNode {
2458
- type: "Noop";
2459
- }
2460
- interface Placeholder extends BaseNode {
2461
- type: "Placeholder";
2462
- expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern";
2463
- name: Identifier;
2464
- }
2465
- interface V8IntrinsicIdentifier extends BaseNode {
2466
- type: "V8IntrinsicIdentifier";
2467
- name: string;
2468
- }
2469
- interface ArgumentPlaceholder extends BaseNode {
2470
- type: "ArgumentPlaceholder";
2471
- }
2472
- interface BindExpression extends BaseNode {
2473
- type: "BindExpression";
2474
- object: Expression;
2475
- callee: Expression;
2476
- }
2477
- interface ImportAttribute extends BaseNode {
2478
- type: "ImportAttribute";
2479
- key: Identifier | StringLiteral;
2480
- value: StringLiteral;
2481
- }
2482
- interface Decorator extends BaseNode {
2483
- type: "Decorator";
2484
- expression: Expression;
2485
- }
2486
- interface DoExpression extends BaseNode {
2487
- type: "DoExpression";
2488
- body: BlockStatement;
2489
- async: boolean;
2490
- }
2491
- interface ExportDefaultSpecifier extends BaseNode {
2492
- type: "ExportDefaultSpecifier";
2493
- exported: Identifier;
2494
- }
2495
- interface RecordExpression extends BaseNode {
2496
- type: "RecordExpression";
2497
- properties: Array<ObjectProperty | SpreadElement>;
2498
- }
2499
- interface TupleExpression extends BaseNode {
2500
- type: "TupleExpression";
2501
- elements: Array<Expression | SpreadElement>;
2502
- }
2503
- interface DecimalLiteral extends BaseNode {
2504
- type: "DecimalLiteral";
2505
- value: string;
2506
- }
2507
- interface ModuleExpression extends BaseNode {
2508
- type: "ModuleExpression";
2509
- body: Program;
2510
- }
2511
- interface TopicReference extends BaseNode {
2512
- type: "TopicReference";
2513
- }
2514
- interface PipelineTopicExpression extends BaseNode {
2515
- type: "PipelineTopicExpression";
2516
- expression: Expression;
2517
- }
2518
- interface PipelineBareFunction extends BaseNode {
2519
- type: "PipelineBareFunction";
2520
- callee: Expression;
2521
- }
2522
- interface PipelinePrimaryTopicReference extends BaseNode {
2523
- type: "PipelinePrimaryTopicReference";
2524
- }
2525
- interface TSParameterProperty extends BaseNode {
2526
- type: "TSParameterProperty";
2527
- parameter: Identifier | AssignmentPattern;
2528
- accessibility?: "public" | "private" | "protected" | null;
2529
- decorators?: Array<Decorator> | null;
2530
- override?: boolean | null;
2531
- readonly?: boolean | null;
2532
- }
2533
- interface TSDeclareFunction extends BaseNode {
2534
- type: "TSDeclareFunction";
2535
- id?: Identifier | null;
2536
- typeParameters?: TSTypeParameterDeclaration | Noop | null;
2537
- params: Array<Identifier | Pattern | RestElement>;
2538
- returnType?: TSTypeAnnotation | Noop | null;
2539
- async?: boolean;
2540
- declare?: boolean | null;
2541
- generator?: boolean;
2542
- }
2543
- interface TSDeclareMethod extends BaseNode {
2544
- type: "TSDeclareMethod";
2545
- decorators?: Array<Decorator> | null;
2546
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
2547
- typeParameters?: TSTypeParameterDeclaration | Noop | null;
2548
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
2549
- returnType?: TSTypeAnnotation | Noop | null;
2550
- abstract?: boolean | null;
2551
- access?: "public" | "private" | "protected" | null;
2552
- accessibility?: "public" | "private" | "protected" | null;
2553
- async?: boolean;
2554
- computed?: boolean;
2555
- generator?: boolean;
2556
- kind?: "get" | "set" | "method" | "constructor";
2557
- optional?: boolean | null;
2558
- override?: boolean;
2559
- static?: boolean;
2560
- }
2561
- interface TSQualifiedName extends BaseNode {
2562
- type: "TSQualifiedName";
2563
- left: TSEntityName;
2564
- right: Identifier;
2565
- }
2566
- interface TSCallSignatureDeclaration extends BaseNode {
2567
- type: "TSCallSignatureDeclaration";
2568
- typeParameters?: TSTypeParameterDeclaration | null;
2569
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2570
- typeAnnotation?: TSTypeAnnotation | null;
2571
- }
2572
- interface TSConstructSignatureDeclaration extends BaseNode {
2573
- type: "TSConstructSignatureDeclaration";
2574
- typeParameters?: TSTypeParameterDeclaration | null;
2575
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2576
- typeAnnotation?: TSTypeAnnotation | null;
2577
- }
2578
- interface TSPropertySignature extends BaseNode {
2579
- type: "TSPropertySignature";
2580
- key: Expression;
2581
- typeAnnotation?: TSTypeAnnotation | null;
2582
- computed?: boolean;
2583
- kind: "get" | "set";
2584
- optional?: boolean | null;
2585
- readonly?: boolean | null;
2586
- }
2587
- interface TSMethodSignature extends BaseNode {
2588
- type: "TSMethodSignature";
2589
- key: Expression;
2590
- typeParameters?: TSTypeParameterDeclaration | null;
2591
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2592
- typeAnnotation?: TSTypeAnnotation | null;
2593
- computed?: boolean;
2594
- kind: "method" | "get" | "set";
2595
- optional?: boolean | null;
2596
- }
2597
- interface TSIndexSignature extends BaseNode {
2598
- type: "TSIndexSignature";
2599
- parameters: Array<Identifier>;
2600
- typeAnnotation?: TSTypeAnnotation | null;
2601
- readonly?: boolean | null;
2602
- static?: boolean | null;
2603
- }
2604
- interface TSAnyKeyword extends BaseNode {
2605
- type: "TSAnyKeyword";
2606
- }
2607
- interface TSBooleanKeyword extends BaseNode {
2608
- type: "TSBooleanKeyword";
2609
- }
2610
- interface TSBigIntKeyword extends BaseNode {
2611
- type: "TSBigIntKeyword";
2612
- }
2613
- interface TSIntrinsicKeyword extends BaseNode {
2614
- type: "TSIntrinsicKeyword";
2615
- }
2616
- interface TSNeverKeyword extends BaseNode {
2617
- type: "TSNeverKeyword";
2618
- }
2619
- interface TSNullKeyword extends BaseNode {
2620
- type: "TSNullKeyword";
2621
- }
2622
- interface TSNumberKeyword extends BaseNode {
2623
- type: "TSNumberKeyword";
2624
- }
2625
- interface TSObjectKeyword extends BaseNode {
2626
- type: "TSObjectKeyword";
2627
- }
2628
- interface TSStringKeyword extends BaseNode {
2629
- type: "TSStringKeyword";
2630
- }
2631
- interface TSSymbolKeyword extends BaseNode {
2632
- type: "TSSymbolKeyword";
2633
- }
2634
- interface TSUndefinedKeyword extends BaseNode {
2635
- type: "TSUndefinedKeyword";
2636
- }
2637
- interface TSUnknownKeyword extends BaseNode {
2638
- type: "TSUnknownKeyword";
2639
- }
2640
- interface TSVoidKeyword extends BaseNode {
2641
- type: "TSVoidKeyword";
2642
- }
2643
- interface TSThisType extends BaseNode {
2644
- type: "TSThisType";
2645
- }
2646
- interface TSFunctionType extends BaseNode {
2647
- type: "TSFunctionType";
2648
- typeParameters?: TSTypeParameterDeclaration | null;
2649
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2650
- typeAnnotation?: TSTypeAnnotation | null;
2651
- }
2652
- interface TSConstructorType extends BaseNode {
2653
- type: "TSConstructorType";
2654
- typeParameters?: TSTypeParameterDeclaration | null;
2655
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2656
- typeAnnotation?: TSTypeAnnotation | null;
2657
- abstract?: boolean | null;
2658
- }
2659
- interface TSTypeReference extends BaseNode {
2660
- type: "TSTypeReference";
2661
- typeName: TSEntityName;
2662
- typeParameters?: TSTypeParameterInstantiation | null;
2663
- }
2664
- interface TSTypePredicate extends BaseNode {
2665
- type: "TSTypePredicate";
2666
- parameterName: Identifier | TSThisType;
2667
- typeAnnotation?: TSTypeAnnotation | null;
2668
- asserts?: boolean | null;
2669
- }
2670
- interface TSTypeQuery extends BaseNode {
2671
- type: "TSTypeQuery";
2672
- exprName: TSEntityName | TSImportType;
2673
- typeParameters?: TSTypeParameterInstantiation | null;
2674
- }
2675
- interface TSTypeLiteral extends BaseNode {
2676
- type: "TSTypeLiteral";
2677
- members: Array<TSTypeElement>;
2678
- }
2679
- interface TSArrayType extends BaseNode {
2680
- type: "TSArrayType";
2681
- elementType: TSType;
2682
- }
2683
- interface TSTupleType extends BaseNode {
2684
- type: "TSTupleType";
2685
- elementTypes: Array<TSType | TSNamedTupleMember>;
2686
- }
2687
- interface TSOptionalType extends BaseNode {
2688
- type: "TSOptionalType";
2689
- typeAnnotation: TSType;
2690
- }
2691
- interface TSRestType extends BaseNode {
2692
- type: "TSRestType";
2693
- typeAnnotation: TSType;
2694
- }
2695
- interface TSNamedTupleMember extends BaseNode {
2696
- type: "TSNamedTupleMember";
2697
- label: Identifier;
2698
- elementType: TSType;
2699
- optional: boolean;
2700
- }
2701
- interface TSUnionType extends BaseNode {
2702
- type: "TSUnionType";
2703
- types: Array<TSType>;
2704
- }
2705
- interface TSIntersectionType extends BaseNode {
2706
- type: "TSIntersectionType";
2707
- types: Array<TSType>;
2708
- }
2709
- interface TSConditionalType extends BaseNode {
2710
- type: "TSConditionalType";
2711
- checkType: TSType;
2712
- extendsType: TSType;
2713
- trueType: TSType;
2714
- falseType: TSType;
2715
- }
2716
- interface TSInferType extends BaseNode {
2717
- type: "TSInferType";
2718
- typeParameter: TSTypeParameter;
2719
- }
2720
- interface TSParenthesizedType extends BaseNode {
2721
- type: "TSParenthesizedType";
2722
- typeAnnotation: TSType;
2723
- }
2724
- interface TSTypeOperator extends BaseNode {
2725
- type: "TSTypeOperator";
2726
- typeAnnotation: TSType;
2727
- operator: string;
2728
- }
2729
- interface TSIndexedAccessType extends BaseNode {
2730
- type: "TSIndexedAccessType";
2731
- objectType: TSType;
2732
- indexType: TSType;
2733
- }
2734
- interface TSMappedType extends BaseNode {
2735
- type: "TSMappedType";
2736
- typeParameter: TSTypeParameter;
2737
- typeAnnotation?: TSType | null;
2738
- nameType?: TSType | null;
2739
- optional?: true | false | "+" | "-" | null;
2740
- readonly?: true | false | "+" | "-" | null;
2741
- }
2742
- interface TSLiteralType extends BaseNode {
2743
- type: "TSLiteralType";
2744
- literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression;
2745
- }
2746
- interface TSExpressionWithTypeArguments extends BaseNode {
2747
- type: "TSExpressionWithTypeArguments";
2748
- expression: TSEntityName;
2749
- typeParameters?: TSTypeParameterInstantiation | null;
2750
- }
2751
- interface TSInterfaceDeclaration extends BaseNode {
2752
- type: "TSInterfaceDeclaration";
2753
- id: Identifier;
2754
- typeParameters?: TSTypeParameterDeclaration | null;
2755
- extends?: Array<TSExpressionWithTypeArguments> | null;
2756
- body: TSInterfaceBody;
2757
- declare?: boolean | null;
2758
- }
2759
- interface TSInterfaceBody extends BaseNode {
2760
- type: "TSInterfaceBody";
2761
- body: Array<TSTypeElement>;
2762
- }
2763
- interface TSTypeAliasDeclaration extends BaseNode {
2764
- type: "TSTypeAliasDeclaration";
2765
- id: Identifier;
2766
- typeParameters?: TSTypeParameterDeclaration | null;
2767
- typeAnnotation: TSType;
2768
- declare?: boolean | null;
2769
- }
2770
- interface TSInstantiationExpression extends BaseNode {
2771
- type: "TSInstantiationExpression";
2772
- expression: Expression;
2773
- typeParameters?: TSTypeParameterInstantiation | null;
2774
- }
2775
- interface TSAsExpression extends BaseNode {
2776
- type: "TSAsExpression";
2777
- expression: Expression;
2778
- typeAnnotation: TSType;
2779
- }
2780
- interface TSSatisfiesExpression extends BaseNode {
2781
- type: "TSSatisfiesExpression";
2782
- expression: Expression;
2783
- typeAnnotation: TSType;
2784
- }
2785
- interface TSTypeAssertion extends BaseNode {
2786
- type: "TSTypeAssertion";
2787
- typeAnnotation: TSType;
2788
- expression: Expression;
2789
- }
2790
- interface TSEnumDeclaration extends BaseNode {
2791
- type: "TSEnumDeclaration";
2792
- id: Identifier;
2793
- members: Array<TSEnumMember>;
2794
- const?: boolean | null;
2795
- declare?: boolean | null;
2796
- initializer?: Expression | null;
2797
- }
2798
- interface TSEnumMember extends BaseNode {
2799
- type: "TSEnumMember";
2800
- id: Identifier | StringLiteral;
2801
- initializer?: Expression | null;
2802
- }
2803
- interface TSModuleDeclaration extends BaseNode {
2804
- type: "TSModuleDeclaration";
2805
- id: Identifier | StringLiteral;
2806
- body: TSModuleBlock | TSModuleDeclaration;
2807
- declare?: boolean | null;
2808
- global?: boolean | null;
2809
- }
2810
- interface TSModuleBlock extends BaseNode {
2811
- type: "TSModuleBlock";
2812
- body: Array<Statement>;
2813
- }
2814
- interface TSImportType extends BaseNode {
2815
- type: "TSImportType";
2816
- argument: StringLiteral;
2817
- qualifier?: TSEntityName | null;
2818
- typeParameters?: TSTypeParameterInstantiation | null;
2819
- options?: Expression | null;
2820
- }
2821
- interface TSImportEqualsDeclaration extends BaseNode {
2822
- type: "TSImportEqualsDeclaration";
2823
- id: Identifier;
2824
- moduleReference: TSEntityName | TSExternalModuleReference;
2825
- importKind?: "type" | "value" | null;
2826
- isExport: boolean;
2827
- }
2828
- interface TSExternalModuleReference extends BaseNode {
2829
- type: "TSExternalModuleReference";
2830
- expression: StringLiteral;
2831
- }
2832
- interface TSNonNullExpression extends BaseNode {
2833
- type: "TSNonNullExpression";
2834
- expression: Expression;
2835
- }
2836
- interface TSExportAssignment extends BaseNode {
2837
- type: "TSExportAssignment";
2838
- expression: Expression;
2839
- }
2840
- interface TSNamespaceExportDeclaration extends BaseNode {
2841
- type: "TSNamespaceExportDeclaration";
2842
- id: Identifier;
2843
- }
2844
- interface TSTypeAnnotation extends BaseNode {
2845
- type: "TSTypeAnnotation";
2846
- typeAnnotation: TSType;
2847
- }
2848
- interface TSTypeParameterInstantiation extends BaseNode {
2849
- type: "TSTypeParameterInstantiation";
2850
- params: Array<TSType>;
2851
- }
2852
- interface TSTypeParameterDeclaration extends BaseNode {
2853
- type: "TSTypeParameterDeclaration";
2854
- params: Array<TSTypeParameter>;
2855
- }
2856
- interface TSTypeParameter extends BaseNode {
2857
- type: "TSTypeParameter";
2858
- constraint?: TSType | null;
2859
- default?: TSType | null;
2860
- name: string;
2861
- const?: boolean | null;
2862
- in?: boolean | null;
2863
- out?: boolean | null;
2864
- }
2865
- type Standardized = ArrayExpression | AssignmentExpression | BinaryExpression | InterpreterDirective | Directive | DirectiveLiteral | BlockStatement | BreakStatement | CallExpression | CatchClause | ConditionalExpression | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | File | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Identifier | IfStatement | LabeledStatement | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | Program | ObjectExpression | ObjectMethod | ObjectProperty | RestElement | ReturnStatement | SequenceExpression | ParenthesizedExpression | SwitchCase | SwitchStatement | ThisExpression | ThrowStatement | TryStatement | UnaryExpression | UpdateExpression | VariableDeclaration | VariableDeclarator | WhileStatement | WithStatement | AssignmentPattern | ArrayPattern | ArrowFunctionExpression | ClassBody | ClassExpression | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ForOfStatement | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ImportExpression | MetaProperty | ClassMethod | ObjectPattern | SpreadElement | Super | TaggedTemplateExpression | TemplateElement | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | ExportNamespaceSpecifier | OptionalMemberExpression | OptionalCallExpression | ClassProperty | ClassAccessorProperty | ClassPrivateProperty | ClassPrivateMethod | PrivateName | StaticBlock;
2866
- type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | ImportExpression | MetaProperty | Super | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression | DecimalLiteral | ModuleExpression | TopicReference | PipelineTopicExpression | PipelineBareFunction | PipelinePrimaryTopicReference | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
2867
- type Binary = BinaryExpression | LogicalExpression;
2868
- type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2869
- type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2870
- type Block = BlockStatement | Program | TSModuleBlock;
2871
- type Statement = BlockStatement | BreakStatement | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | ForInStatement | ForStatement | FunctionDeclaration | IfStatement | LabeledStatement | ReturnStatement | SwitchStatement | ThrowStatement | TryStatement | VariableDeclaration | WhileStatement | WithStatement | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ForOfStatement | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration | TSImportEqualsDeclaration | TSExportAssignment | TSNamespaceExportDeclaration;
2872
- type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression;
2873
- type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement;
2874
- type Conditional = ConditionalExpression | IfStatement;
2875
- type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement;
2876
- type While = DoWhileStatement | WhileStatement;
2877
- type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression;
2878
- type For = ForInStatement | ForStatement | ForOfStatement;
2879
- type ForXStatement = ForInStatement | ForOfStatement;
2880
- type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod;
2881
- type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2882
- type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral;
2883
- type Declaration = FunctionDeclaration | VariableDeclaration | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration;
2884
- type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
2885
- type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
2886
- type TSEntityName = Identifier | TSQualifiedName;
2887
- type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral;
2888
- type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral;
2889
- type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty;
2890
- type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;
2891
- type ObjectMember = ObjectMethod | ObjectProperty;
2892
- type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty;
2893
- type UnaryLike = UnaryExpression | SpreadElement;
2894
- type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern;
2895
- type Class = ClassExpression | ClassDeclaration;
2896
- type ImportOrExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
2897
- type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration;
2898
- type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier;
2899
- type Accessor = ClassAccessorProperty;
2900
- type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName;
2901
- type Flow = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ClassImplements | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | DeclaredPredicate | ExistsTypeAnnotation | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | InferredPredicate | InterfaceExtends | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | QualifiedTypeIdentifier | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | UnionTypeAnnotation | Variance | VoidTypeAnnotation | EnumDeclaration | EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody | EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember | IndexedAccessType | OptionalIndexedAccessType;
2902
- type FlowType = AnyTypeAnnotation | ArrayTypeAnnotation | BooleanTypeAnnotation | BooleanLiteralTypeAnnotation | NullLiteralTypeAnnotation | ExistsTypeAnnotation | FunctionTypeAnnotation | GenericTypeAnnotation | InterfaceTypeAnnotation | IntersectionTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NullableTypeAnnotation | NumberLiteralTypeAnnotation | NumberTypeAnnotation | ObjectTypeAnnotation | StringLiteralTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | TupleTypeAnnotation | TypeofTypeAnnotation | UnionTypeAnnotation | VoidTypeAnnotation | IndexedAccessType | OptionalIndexedAccessType;
2903
- type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation;
2904
- type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias;
2905
- type FlowPredicate = DeclaredPredicate | InferredPredicate;
2906
- type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
2907
- type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
2908
- type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
2909
- type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier;
2910
- type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter;
2911
- type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
2912
- type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSExpressionWithTypeArguments | TSImportType;
2913
- type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
2914
- type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
2915
- interface Aliases {
2916
- Standardized: Standardized;
2917
- Expression: Expression;
2918
- Binary: Binary;
2919
- Scopable: Scopable;
2920
- BlockParent: BlockParent;
2921
- Block: Block;
2922
- Statement: Statement;
2923
- Terminatorless: Terminatorless;
2924
- CompletionStatement: CompletionStatement;
2925
- Conditional: Conditional;
2926
- Loop: Loop;
2927
- While: While;
2928
- ExpressionWrapper: ExpressionWrapper;
2929
- For: For;
2930
- ForXStatement: ForXStatement;
2931
- Function: Function;
2932
- FunctionParent: FunctionParent;
2933
- Pureish: Pureish;
2934
- Declaration: Declaration;
2935
- PatternLike: PatternLike;
2936
- LVal: LVal;
2937
- TSEntityName: TSEntityName;
2938
- Literal: Literal;
2939
- Immutable: Immutable;
2940
- UserWhitespacable: UserWhitespacable;
2941
- Method: Method;
2942
- ObjectMember: ObjectMember;
2943
- Property: Property;
2944
- UnaryLike: UnaryLike;
2945
- Pattern: Pattern;
2946
- Class: Class;
2947
- ImportOrExportDeclaration: ImportOrExportDeclaration;
2948
- ExportDeclaration: ExportDeclaration;
2949
- ModuleSpecifier: ModuleSpecifier;
2950
- Accessor: Accessor;
2951
- Private: Private;
2952
- Flow: Flow;
2953
- FlowType: FlowType;
2954
- FlowBaseAnnotation: FlowBaseAnnotation;
2955
- FlowDeclaration: FlowDeclaration;
2956
- FlowPredicate: FlowPredicate;
2957
- EnumBody: EnumBody;
2958
- EnumMember: EnumMember;
2959
- JSX: JSX;
2960
- Miscellaneous: Miscellaneous;
2961
- TypeScript: TypeScript;
2962
- TSTypeElement: TSTypeElement;
2963
- TSType: TSType;
2964
- TSBaseType: TSBaseType;
2965
- ModuleDeclaration: ModuleDeclaration;
2966
- }
2967
- type DeprecatedAliases = NumberLiteral | RegexLiteral | RestProperty | SpreadProperty;
2968
- interface ParentMaps {
2969
- AnyTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
2970
- ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression;
2971
- ArrayExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2972
- ArrayPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
2973
- ArrayTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
2974
- ArrowFunctionExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2975
- AssignmentExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2976
- AssignmentPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | TSParameterProperty | VariableDeclarator;
2977
- AwaitExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2978
- BigIntLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2979
- BinaryExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2980
- BindExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2981
- BlockStatement: ArrowFunctionExpression | BlockStatement | CatchClause | ClassMethod | ClassPrivateMethod | DeclareModule | DoExpression | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | IfStatement | LabeledStatement | ObjectMethod | Program | StaticBlock | SwitchCase | TSModuleBlock | TryStatement | WhileStatement | WithStatement;
2982
- BooleanLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | EnumBooleanMember | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2983
- BooleanLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
2984
- BooleanTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
2985
- BreakStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
2986
- CallExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2987
- CatchClause: TryStatement;
2988
- ClassAccessorProperty: ClassBody;
2989
- ClassBody: ClassDeclaration | ClassExpression;
2990
- ClassDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
2991
- ClassExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
2992
- ClassImplements: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclaredPredicate;
2993
- ClassMethod: ClassBody;
2994
- ClassPrivateMethod: ClassBody;
2995
- ClassPrivateProperty: ClassBody;
2996
- ClassProperty: ClassBody;
2997
- CommentBlock: File;
2998
- CommentLine: File;
2999
- ConditionalExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3000
- ContinueStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3001
- DebuggerStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3002
- DecimalLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3003
- DeclareClass: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3004
- DeclareExportAllDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3005
- DeclareExportDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3006
- DeclareFunction: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3007
- DeclareInterface: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3008
- DeclareModule: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3009
- DeclareModuleExports: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3010
- DeclareOpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3011
- DeclareTypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3012
- DeclareVariable: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3013
- DeclaredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclareFunction | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
3014
- Decorator: ArrayPattern | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | Identifier | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSDeclareMethod | TSParameterProperty;
3015
- Directive: BlockStatement | Program;
3016
- DirectiveLiteral: Directive;
3017
- DoExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3018
- DoWhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3019
- EmptyStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3020
- EmptyTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3021
- EnumBooleanBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3022
- EnumBooleanMember: DeclareExportDeclaration | DeclaredPredicate | EnumBooleanBody;
3023
- EnumDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3024
- EnumDefaultedMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody | EnumSymbolBody;
3025
- EnumNumberBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3026
- EnumNumberMember: DeclareExportDeclaration | DeclaredPredicate | EnumNumberBody;
3027
- EnumStringBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3028
- EnumStringMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody;
3029
- EnumSymbolBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3030
- ExistsTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3031
- ExportAllDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3032
- ExportDefaultDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3033
- ExportDefaultSpecifier: ExportNamedDeclaration;
3034
- ExportNamedDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3035
- ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
3036
- ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
3037
- ExpressionStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3038
- File: null;
3039
- ForInStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3040
- ForOfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3041
- ForStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3042
- FunctionDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3043
- FunctionExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3044
- FunctionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3045
- FunctionTypeParam: DeclareExportDeclaration | DeclaredPredicate | FunctionTypeAnnotation;
3046
- GenericTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3047
- Identifier: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | BreakStatement | CallExpression | CatchClause | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | ContinueStatement | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | Decorator | DoWhileStatement | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumNumberMember | EnumStringMember | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamespaceSpecifier | ExportSpecifier | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | FunctionTypeParam | GenericTypeAnnotation | IfStatement | ImportAttribute | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportSpecifier | InterfaceDeclaration | InterfaceExtends | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LabeledStatement | LogicalExpression | MemberExpression | MetaProperty | NewExpression | ObjectMethod | ObjectProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | OpaqueType | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | Placeholder | PrivateName | QualifiedTypeIdentifier | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExpressionWithTypeArguments | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSInstantiationExpression | TSInterfaceDeclaration | TSMethodSignature | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNonNullExpression | TSParameterProperty | TSPropertySignature | TSQualifiedName | TSSatisfiesExpression | TSTypeAliasDeclaration | TSTypeAssertion | TSTypePredicate | TSTypeQuery | TSTypeReference | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeAlias | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3048
- IfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3049
- Import: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3050
- ImportAttribute: ExportAllDeclaration | ExportNamedDeclaration | ImportDeclaration;
3051
- ImportDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3052
- ImportDefaultSpecifier: ImportDeclaration;
3053
- ImportExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3054
- ImportNamespaceSpecifier: ImportDeclaration;
3055
- ImportSpecifier: ImportDeclaration;
3056
- IndexedAccessType: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3057
- InferredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
3058
- InterfaceDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3059
- InterfaceExtends: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclaredPredicate | InterfaceDeclaration | InterfaceTypeAnnotation;
3060
- InterfaceTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3061
- InterpreterDirective: Program;
3062
- IntersectionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3063
- JSXAttribute: JSXOpeningElement;
3064
- JSXClosingElement: JSXElement;
3065
- JSXClosingFragment: JSXFragment;
3066
- JSXElement: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXAttribute | JSXElement | JSXExpressionContainer | JSXFragment | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3067
- JSXEmptyExpression: JSXExpressionContainer;
3068
- JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment;
3069
- JSXFragment: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXAttribute | JSXElement | JSXExpressionContainer | JSXFragment | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3070
- JSXIdentifier: JSXAttribute | JSXClosingElement | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement;
3071
- JSXMemberExpression: JSXClosingElement | JSXMemberExpression | JSXOpeningElement;
3072
- JSXNamespacedName: JSXAttribute | JSXClosingElement | JSXOpeningElement;
3073
- JSXOpeningElement: JSXElement;
3074
- JSXOpeningFragment: JSXFragment;
3075
- JSXSpreadAttribute: JSXOpeningElement;
3076
- JSXSpreadChild: JSXElement | JSXFragment;
3077
- JSXText: JSXElement | JSXFragment;
3078
- LabeledStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3079
- LogicalExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3080
- MemberExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3081
- MetaProperty: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3082
- MixedTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3083
- ModuleExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3084
- NewExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3085
- Noop: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSDeclareFunction | TSDeclareMethod;
3086
- NullLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3087
- NullLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3088
- NullableTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3089
- NumberLiteral: null;
3090
- NumberLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3091
- NumberTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3092
- NumericLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | EnumNumberMember | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3093
- ObjectExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3094
- ObjectMethod: ObjectExpression;
3095
- ObjectPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
3096
- ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression;
3097
- ObjectTypeAnnotation: ArrayTypeAnnotation | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | InterfaceDeclaration | InterfaceTypeAnnotation | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3098
- ObjectTypeCallProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3099
- ObjectTypeIndexer: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3100
- ObjectTypeInternalSlot: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3101
- ObjectTypeProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3102
- ObjectTypeSpreadProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3103
- OpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3104
- OptionalCallExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3105
- OptionalIndexedAccessType: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3106
- OptionalMemberExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3107
- ParenthesizedExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3108
- PipelineBareFunction: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3109
- PipelinePrimaryTopicReference: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3110
- PipelineTopicExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3111
- Placeholder: Node;
3112
- PrivateName: BinaryExpression | ClassAccessorProperty | ClassPrivateMethod | ClassPrivateProperty | MemberExpression | ObjectProperty;
3113
- Program: File | ModuleExpression;
3114
- QualifiedTypeIdentifier: DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | QualifiedTypeIdentifier;
3115
- RecordExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3116
- RegExpLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3117
- RegexLiteral: null;
3118
- RestElement: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
3119
- RestProperty: null;
3120
- ReturnStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3121
- SequenceExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3122
- SpreadElement: ArrayExpression | CallExpression | NewExpression | ObjectExpression | OptionalCallExpression | RecordExpression | TupleExpression;
3123
- SpreadProperty: null;
3124
- StaticBlock: ClassBody;
3125
- StringLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareModule | Decorator | DoWhileStatement | EnumStringMember | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportAttribute | ImportDeclaration | ImportExpression | ImportSpecifier | JSXAttribute | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | ObjectTypeProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExternalModuleReference | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSModuleDeclaration | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3126
- StringLiteralTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3127
- StringTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3128
- Super: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3129
- SwitchCase: SwitchStatement;
3130
- SwitchStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3131
- SymbolTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3132
- TSAnyKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3133
- TSArrayType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3134
- TSAsExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3135
- TSBigIntKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3136
- TSBooleanKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3137
- TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
3138
- TSConditionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3139
- TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
3140
- TSConstructorType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3141
- TSDeclareFunction: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3142
- TSDeclareMethod: ClassBody;
3143
- TSEnumDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3144
- TSEnumMember: TSEnumDeclaration;
3145
- TSExportAssignment: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3146
- TSExpressionWithTypeArguments: ClassDeclaration | ClassExpression | TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSInterfaceDeclaration | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3147
- TSExternalModuleReference: TSImportEqualsDeclaration;
3148
- TSFunctionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3149
- TSImportEqualsDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3150
- TSImportType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypeQuery | TSUnionType | TemplateLiteral;
3151
- TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral;
3152
- TSIndexedAccessType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3153
- TSInferType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3154
- TSInstantiationExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3155
- TSInterfaceBody: TSInterfaceDeclaration;
3156
- TSInterfaceDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3157
- TSIntersectionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3158
- TSIntrinsicKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3159
- TSLiteralType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3160
- TSMappedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3161
- TSMethodSignature: TSInterfaceBody | TSTypeLiteral;
3162
- TSModuleBlock: TSModuleDeclaration;
3163
- TSModuleDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | TSModuleDeclaration | WhileStatement | WithStatement;
3164
- TSNamedTupleMember: TSTupleType;
3165
- TSNamespaceExportDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3166
- TSNeverKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3167
- TSNonNullExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3168
- TSNullKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3169
- TSNumberKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3170
- TSObjectKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3171
- TSOptionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3172
- TSParameterProperty: ArrayPattern | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | RestElement | TSDeclareMethod | VariableDeclarator;
3173
- TSParenthesizedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3174
- TSPropertySignature: TSInterfaceBody | TSTypeLiteral;
3175
- TSQualifiedName: TSExpressionWithTypeArguments | TSImportEqualsDeclaration | TSImportType | TSQualifiedName | TSTypeQuery | TSTypeReference;
3176
- TSRestType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3177
- TSSatisfiesExpression: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3178
- TSStringKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3179
- TSSymbolKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3180
- TSThisType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypePredicate | TSUnionType | TemplateLiteral;
3181
- TSTupleType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3182
- TSTypeAliasDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3183
- TSTypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSIndexSignature | TSMethodSignature | TSPropertySignature | TSTypePredicate;
3184
- TSTypeAssertion: ArrayExpression | ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | RestElement | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3185
- TSTypeLiteral: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3186
- TSTypeOperator: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3187
- TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration;
3188
- TSTypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | FunctionDeclaration | FunctionExpression | ObjectMethod | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSInterfaceDeclaration | TSMethodSignature | TSTypeAliasDeclaration;
3189
- TSTypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | JSXOpeningElement | NewExpression | OptionalCallExpression | TSExpressionWithTypeArguments | TSImportType | TSInstantiationExpression | TSTypeQuery | TSTypeReference | TaggedTemplateExpression;
3190
- TSTypePredicate: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3191
- TSTypeQuery: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3192
- TSTypeReference: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3193
- TSUndefinedKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3194
- TSUnionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3195
- TSUnknownKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3196
- TSVoidKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3197
- TaggedTemplateExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3198
- TemplateElement: TemplateLiteral;
3199
- TemplateLiteral: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3200
- ThisExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3201
- ThisTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3202
- ThrowStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3203
- TopicReference: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3204
- TryStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3205
- TupleExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3206
- TupleTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3207
- TypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3208
- TypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclareModuleExports | DeclaredPredicate | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TypeCastExpression | TypeParameter;
3209
- TypeCastExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | DeclareExportDeclaration | DeclaredPredicate | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3210
- TypeParameter: DeclareExportDeclaration | DeclaredPredicate | TypeParameterDeclaration;
3211
- TypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | InterfaceDeclaration | ObjectMethod | OpaqueType | TypeAlias;
3212
- TypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | ClassImplements | DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | JSXOpeningElement | NewExpression | OptionalCallExpression | TaggedTemplateExpression;
3213
- TypeofTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3214
- UnaryExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3215
- UnionTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3216
- UpdateExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3217
- V8IntrinsicIdentifier: CallExpression | NewExpression;
3218
- VariableDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3219
- VariableDeclarator: VariableDeclaration;
3220
- Variance: ClassAccessorProperty | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclaredPredicate | ObjectTypeIndexer | ObjectTypeProperty | TypeParameter;
3221
- VoidTypeAnnotation: ArrayTypeAnnotation | DeclareExportDeclaration | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionTypeAnnotation | FunctionTypeParam | IndexedAccessType | IntersectionTypeAnnotation | NullableTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalIndexedAccessType | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeParameter | TypeParameterInstantiation | TypeofTypeAnnotation | UnionTypeAnnotation;
3222
- WhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3223
- WithStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3224
- YieldExpression: ArrayExpression | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BinaryExpression | BindExpression | CallExpression | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateProperty | ClassProperty | ConditionalExpression | Decorator | DoWhileStatement | ExportDefaultDeclaration | ExpressionStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | ImportExpression | JSXExpressionContainer | JSXSpreadAttribute | JSXSpreadChild | LogicalExpression | MemberExpression | NewExpression | ObjectMethod | ObjectProperty | OptionalCallExpression | OptionalMemberExpression | ParenthesizedExpression | PipelineBareFunction | PipelineTopicExpression | ReturnStatement | SequenceExpression | SpreadElement | SwitchCase | SwitchStatement | TSAsExpression | TSDeclareMethod | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSImportType | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
3225
- }
3226
-
3227
- declare function deprecationWarning(oldName: string, newName: string, prefix?: string): void;
3228
-
3229
- declare const react: {
3230
- isReactComponent: (member: Node) => boolean;
3231
- isCompatTag: typeof isCompatTag;
3232
- buildChildren: typeof buildChildren;
3233
- };
3234
-
3235
- export { ACCESSOR_TYPES, ALIAS_KEYS, ASSIGNMENT_OPERATORS, Accessor, Aliases, AnyTypeAnnotation, ArgumentPlaceholder, ArrayExpression, ArrayPattern, ArrayTypeAnnotation, ArrowFunctionExpression, AssignmentExpression, AssignmentPattern, AwaitExpression, BINARY_OPERATORS, BINARY_TYPES, BLOCKPARENT_TYPES, BLOCK_SCOPED_SYMBOL, BLOCK_TYPES, BOOLEAN_BINARY_OPERATORS, BOOLEAN_NUMBER_BINARY_OPERATORS, BOOLEAN_UNARY_OPERATORS, BUILDER_KEYS, BigIntLiteral, Binary, BinaryExpression, BindExpression, Block, BlockParent, BlockStatement, BooleanLiteral, BooleanLiteralTypeAnnotation, BooleanTypeAnnotation, BreakStatement, CLASS_TYPES, COMMENT_KEYS, COMPARISON_BINARY_OPERATORS, COMPLETIONSTATEMENT_TYPES, CONDITIONAL_TYPES, CallExpression, CatchClause, Class, ClassAccessorProperty, ClassBody, ClassDeclaration, ClassExpression, ClassImplements, ClassMethod, ClassPrivateMethod, ClassPrivateProperty, ClassProperty, Comment, CommentBlock, CommentLine, CommentTypeShorthand, CompletionStatement, Conditional, ConditionalExpression, ContinueStatement, DECLARATION_TYPES, DEPRECATED_ALIASES, DEPRECATED_KEYS, DebuggerStatement, DecimalLiteral, Declaration, DeclareClass, DeclareExportAllDeclaration, DeclareExportDeclaration, DeclareFunction, DeclareInterface, DeclareModule, DeclareModuleExports, DeclareOpaqueType, DeclareTypeAlias, DeclareVariable, DeclaredPredicate, Decorator, DeprecatedAliases, Directive, DirectiveLiteral, DoExpression, DoWhileStatement, ENUMBODY_TYPES, ENUMMEMBER_TYPES, EQUALITY_BINARY_OPERATORS, EXPORTDECLARATION_TYPES, EXPRESSIONWRAPPER_TYPES, EXPRESSION_TYPES, EmptyStatement, EmptyTypeAnnotation, EnumBody, EnumBooleanBody, EnumBooleanMember, EnumDeclaration, EnumDefaultedMember, EnumMember, EnumNumberBody, EnumNumberMember, EnumStringBody, EnumStringMember, EnumSymbolBody, ExistsTypeAnnotation, ExportAllDeclaration, ExportDeclaration, ExportDefaultDeclaration, ExportDefaultSpecifier, ExportNamedDeclaration, ExportNamespaceSpecifier, ExportSpecifier, Expression, ExpressionStatement, ExpressionWrapper, FLATTENABLE_KEYS, FLIPPED_ALIAS_KEYS, FLOWBASEANNOTATION_TYPES, FLOWDECLARATION_TYPES, FLOWPREDICATE_TYPES, FLOWTYPE_TYPES, FLOW_TYPES, FORXSTATEMENT_TYPES, FOR_INIT_KEYS, FOR_TYPES, FUNCTIONPARENT_TYPES, FUNCTION_TYPES, FieldOptions, File, Flow, FlowBaseAnnotation, FlowDeclaration, FlowPredicate, FlowType, For, ForInStatement, ForOfStatement, ForStatement, ForXStatement, Function, FunctionDeclaration, FunctionExpression, FunctionParent, FunctionTypeAnnotation, FunctionTypeParam, GenericTypeAnnotation, IMMUTABLE_TYPES, IMPORTOREXPORTDECLARATION_TYPES, INHERIT_KEYS, Identifier, IfStatement, Immutable, Import, ImportAttribute, ImportDeclaration, ImportDefaultSpecifier, ImportExpression, ImportNamespaceSpecifier, ImportOrExportDeclaration, ImportSpecifier, IndexedAccessType, InferredPredicate, InterfaceDeclaration, InterfaceExtends, InterfaceTypeAnnotation, InterpreterDirective, IntersectionTypeAnnotation, JSX, JSXAttribute, JSXClosingElement, JSXClosingFragment, JSXElement, JSXEmptyExpression, JSXExpressionContainer, JSXFragment, JSXIdentifier, JSXMemberExpression, JSXNamespacedName, JSXOpeningElement, JSXOpeningFragment, JSXSpreadAttribute, JSXSpreadChild, JSXText, JSX_TYPES, LITERAL_TYPES, LOGICAL_OPERATORS, LOOP_TYPES, LVAL_TYPES, LVal, LabeledStatement, Literal, LogicalExpression, Loop, METHOD_TYPES, MISCELLANEOUS_TYPES, MODULEDECLARATION_TYPES, MODULESPECIFIER_TYPES, MemberExpression, MetaProperty, Method, Miscellaneous, MixedTypeAnnotation, ModuleDeclaration, ModuleExpression, ModuleSpecifier, NODE_FIELDS, NODE_PARENT_VALIDATIONS, NOT_LOCAL_BINDING, NUMBER_BINARY_OPERATORS, NUMBER_UNARY_OPERATORS, NewExpression, Node, Noop, NullLiteral, NullLiteralTypeAnnotation, NullableTypeAnnotation, NumberLiteral, NumberLiteralTypeAnnotation, NumberTypeAnnotation, NumericLiteral, OBJECTMEMBER_TYPES, ObjectExpression, ObjectMember, ObjectMethod, ObjectPattern, ObjectProperty, ObjectTypeAnnotation, ObjectTypeCallProperty, ObjectTypeIndexer, ObjectTypeInternalSlot, ObjectTypeProperty, ObjectTypeSpreadProperty, OpaqueType, OptionalCallExpression, OptionalIndexedAccessType, OptionalMemberExpression, PATTERNLIKE_TYPES, PATTERN_TYPES, PLACEHOLDERS, PLACEHOLDERS_ALIAS, PLACEHOLDERS_FLIPPED_ALIAS, PRIVATE_TYPES, PROPERTY_TYPES, PUREISH_TYPES, ParentMaps, ParenthesizedExpression, Pattern, PatternLike, PipelineBareFunction, PipelinePrimaryTopicReference, PipelineTopicExpression, Placeholder, Private, PrivateName, Program, Property, Pureish, QualifiedTypeIdentifier, RecordExpression, RegExpLiteral, RegexLiteral, Options as RemovePropertiesOptions, RestElement, RestProperty, ReturnStatement, SCOPABLE_TYPES, STANDARDIZED_TYPES, STATEMENT_OR_BLOCK_KEYS, STATEMENT_TYPES, STRING_UNARY_OPERATORS, Scopable, SequenceExpression, SourceLocation, SpreadElement, SpreadProperty, Standardized, Statement, StaticBlock, StringLiteral, StringLiteralTypeAnnotation, StringTypeAnnotation, Super, SwitchCase, SwitchStatement, SymbolTypeAnnotation, TERMINATORLESS_TYPES, TSAnyKeyword, TSArrayType, TSAsExpression, TSBASETYPE_TYPES, TSBaseType, TSBigIntKeyword, TSBooleanKeyword, TSCallSignatureDeclaration, TSConditionalType, TSConstructSignatureDeclaration, TSConstructorType, TSDeclareFunction, TSDeclareMethod, TSENTITYNAME_TYPES, TSEntityName, TSEnumDeclaration, TSEnumMember, TSExportAssignment, TSExpressionWithTypeArguments, TSExternalModuleReference, TSFunctionType, TSImportEqualsDeclaration, TSImportType, TSIndexSignature, TSIndexedAccessType, TSInferType, TSInstantiationExpression, TSInterfaceBody, TSInterfaceDeclaration, TSIntersectionType, TSIntrinsicKeyword, TSLiteralType, TSMappedType, TSMethodSignature, TSModuleBlock, TSModuleDeclaration, TSNamedTupleMember, TSNamespaceExportDeclaration, TSNeverKeyword, TSNonNullExpression, TSNullKeyword, TSNumberKeyword, TSObjectKeyword, TSOptionalType, TSParameterProperty, TSParenthesizedType, TSPropertySignature, TSQualifiedName, TSRestType, TSSatisfiesExpression, TSStringKeyword, TSSymbolKeyword, TSTYPEELEMENT_TYPES, TSTYPE_TYPES, TSThisType, TSTupleType, TSType, TSTypeAliasDeclaration, TSTypeAnnotation, TSTypeAssertion, TSTypeElement, TSTypeLiteral, TSTypeOperator, TSTypeParameter, TSTypeParameterDeclaration, TSTypeParameterInstantiation, TSTypePredicate, TSTypeQuery, TSTypeReference, TSUndefinedKeyword, TSUnionType, TSUnknownKeyword, TSVoidKeyword, TYPES, TYPESCRIPT_TYPES, TaggedTemplateExpression, TemplateElement, TemplateLiteral, Terminatorless, ThisExpression, ThisTypeAnnotation, ThrowStatement, TopicReference, TraversalAncestors, TraversalHandler, TraversalHandlers, TryStatement, TupleExpression, TupleTypeAnnotation, TypeAlias, TypeAnnotation, TypeCastExpression, TypeParameter, TypeParameterDeclaration, TypeParameterInstantiation, TypeScript, TypeofTypeAnnotation, UNARYLIKE_TYPES, UNARY_OPERATORS, UPDATE_OPERATORS, USERWHITESPACABLE_TYPES, UnaryExpression, UnaryLike, UnionTypeAnnotation, UpdateExpression, UserWhitespacable, V8IntrinsicIdentifier, VISITOR_KEYS, VariableDeclaration, VariableDeclarator, Variance, VoidTypeAnnotation, WHILE_TYPES, While, WhileStatement, WithStatement, YieldExpression, deprecationWarning as __internal__deprecationWarning, addComment, addComments, anyTypeAnnotation, appendToMemberExpression, argumentPlaceholder, arrayExpression, arrayPattern, arrayTypeAnnotation, arrowFunctionExpression, assertAccessor, assertAnyTypeAnnotation, assertArgumentPlaceholder, assertArrayExpression, assertArrayPattern, assertArrayTypeAnnotation, assertArrowFunctionExpression, assertAssignmentExpression, assertAssignmentPattern, assertAwaitExpression, assertBigIntLiteral, assertBinary, assertBinaryExpression, assertBindExpression, assertBlock, assertBlockParent, assertBlockStatement, assertBooleanLiteral, assertBooleanLiteralTypeAnnotation, assertBooleanTypeAnnotation, assertBreakStatement, assertCallExpression, assertCatchClause, assertClass, assertClassAccessorProperty, assertClassBody, assertClassDeclaration, assertClassExpression, assertClassImplements, assertClassMethod, assertClassPrivateMethod, assertClassPrivateProperty, assertClassProperty, assertCompletionStatement, assertConditional, assertConditionalExpression, assertContinueStatement, assertDebuggerStatement, assertDecimalLiteral, assertDeclaration, assertDeclareClass, assertDeclareExportAllDeclaration, assertDeclareExportDeclaration, assertDeclareFunction, assertDeclareInterface, assertDeclareModule, assertDeclareModuleExports, assertDeclareOpaqueType, assertDeclareTypeAlias, assertDeclareVariable, assertDeclaredPredicate, assertDecorator, assertDirective, assertDirectiveLiteral, assertDoExpression, assertDoWhileStatement, assertEmptyStatement, assertEmptyTypeAnnotation, assertEnumBody, assertEnumBooleanBody, assertEnumBooleanMember, assertEnumDeclaration, assertEnumDefaultedMember, assertEnumMember, assertEnumNumberBody, assertEnumNumberMember, assertEnumStringBody, assertEnumStringMember, assertEnumSymbolBody, assertExistsTypeAnnotation, assertExportAllDeclaration, assertExportDeclaration, assertExportDefaultDeclaration, assertExportDefaultSpecifier, assertExportNamedDeclaration, assertExportNamespaceSpecifier, assertExportSpecifier, assertExpression, assertExpressionStatement, assertExpressionWrapper, assertFile, assertFlow, assertFlowBaseAnnotation, assertFlowDeclaration, assertFlowPredicate, assertFlowType, assertFor, assertForInStatement, assertForOfStatement, assertForStatement, assertForXStatement, assertFunction, assertFunctionDeclaration, assertFunctionExpression, assertFunctionParent, assertFunctionTypeAnnotation, assertFunctionTypeParam, assertGenericTypeAnnotation, assertIdentifier, assertIfStatement, assertImmutable, assertImport, assertImportAttribute, assertImportDeclaration, assertImportDefaultSpecifier, assertImportExpression, assertImportNamespaceSpecifier, assertImportOrExportDeclaration, assertImportSpecifier, assertIndexedAccessType, assertInferredPredicate, assertInterfaceDeclaration, assertInterfaceExtends, assertInterfaceTypeAnnotation, assertInterpreterDirective, assertIntersectionTypeAnnotation, assertJSX, assertJSXAttribute, assertJSXClosingElement, assertJSXClosingFragment, assertJSXElement, assertJSXEmptyExpression, assertJSXExpressionContainer, assertJSXFragment, assertJSXIdentifier, assertJSXMemberExpression, assertJSXNamespacedName, assertJSXOpeningElement, assertJSXOpeningFragment, assertJSXSpreadAttribute, assertJSXSpreadChild, assertJSXText, assertLVal, assertLabeledStatement, assertLiteral, assertLogicalExpression, assertLoop, assertMemberExpression, assertMetaProperty, assertMethod, assertMiscellaneous, assertMixedTypeAnnotation, assertModuleDeclaration, assertModuleExpression, assertModuleSpecifier, assertNewExpression, assertNode, assertNoop, assertNullLiteral, assertNullLiteralTypeAnnotation, assertNullableTypeAnnotation, assertNumberLiteral, assertNumberLiteralTypeAnnotation, assertNumberTypeAnnotation, assertNumericLiteral, assertObjectExpression, assertObjectMember, assertObjectMethod, assertObjectPattern, assertObjectProperty, assertObjectTypeAnnotation, assertObjectTypeCallProperty, assertObjectTypeIndexer, assertObjectTypeInternalSlot, assertObjectTypeProperty, assertObjectTypeSpreadProperty, assertOpaqueType, assertOptionalCallExpression, assertOptionalIndexedAccessType, assertOptionalMemberExpression, assertParenthesizedExpression, assertPattern, assertPatternLike, assertPipelineBareFunction, assertPipelinePrimaryTopicReference, assertPipelineTopicExpression, assertPlaceholder, assertPrivate, assertPrivateName, assertProgram, assertProperty, assertPureish, assertQualifiedTypeIdentifier, assertRecordExpression, assertRegExpLiteral, assertRegexLiteral, assertRestElement, assertRestProperty, assertReturnStatement, assertScopable, assertSequenceExpression, assertSpreadElement, assertSpreadProperty, assertStandardized, assertStatement, assertStaticBlock, assertStringLiteral, assertStringLiteralTypeAnnotation, assertStringTypeAnnotation, assertSuper, assertSwitchCase, assertSwitchStatement, assertSymbolTypeAnnotation, assertTSAnyKeyword, assertTSArrayType, assertTSAsExpression, assertTSBaseType, assertTSBigIntKeyword, assertTSBooleanKeyword, assertTSCallSignatureDeclaration, assertTSConditionalType, assertTSConstructSignatureDeclaration, assertTSConstructorType, assertTSDeclareFunction, assertTSDeclareMethod, assertTSEntityName, assertTSEnumDeclaration, assertTSEnumMember, assertTSExportAssignment, assertTSExpressionWithTypeArguments, assertTSExternalModuleReference, assertTSFunctionType, assertTSImportEqualsDeclaration, assertTSImportType, assertTSIndexSignature, assertTSIndexedAccessType, assertTSInferType, assertTSInstantiationExpression, assertTSInterfaceBody, assertTSInterfaceDeclaration, assertTSIntersectionType, assertTSIntrinsicKeyword, assertTSLiteralType, assertTSMappedType, assertTSMethodSignature, assertTSModuleBlock, assertTSModuleDeclaration, assertTSNamedTupleMember, assertTSNamespaceExportDeclaration, assertTSNeverKeyword, assertTSNonNullExpression, assertTSNullKeyword, assertTSNumberKeyword, assertTSObjectKeyword, assertTSOptionalType, assertTSParameterProperty, assertTSParenthesizedType, assertTSPropertySignature, assertTSQualifiedName, assertTSRestType, assertTSSatisfiesExpression, assertTSStringKeyword, assertTSSymbolKeyword, assertTSThisType, assertTSTupleType, assertTSType, assertTSTypeAliasDeclaration, assertTSTypeAnnotation, assertTSTypeAssertion, assertTSTypeElement, assertTSTypeLiteral, assertTSTypeOperator, assertTSTypeParameter, assertTSTypeParameterDeclaration, assertTSTypeParameterInstantiation, assertTSTypePredicate, assertTSTypeQuery, assertTSTypeReference, assertTSUndefinedKeyword, assertTSUnionType, assertTSUnknownKeyword, assertTSVoidKeyword, assertTaggedTemplateExpression, assertTemplateElement, assertTemplateLiteral, assertTerminatorless, assertThisExpression, assertThisTypeAnnotation, assertThrowStatement, assertTopicReference, assertTryStatement, assertTupleExpression, assertTupleTypeAnnotation, assertTypeAlias, assertTypeAnnotation, assertTypeCastExpression, assertTypeParameter, assertTypeParameterDeclaration, assertTypeParameterInstantiation, assertTypeScript, assertTypeofTypeAnnotation, assertUnaryExpression, assertUnaryLike, assertUnionTypeAnnotation, assertUpdateExpression, assertUserWhitespacable, assertV8IntrinsicIdentifier, assertVariableDeclaration, assertVariableDeclarator, assertVariance, assertVoidTypeAnnotation, assertWhile, assertWhileStatement, assertWithStatement, assertYieldExpression, assignmentExpression, assignmentPattern, awaitExpression, bigIntLiteral, binaryExpression, bindExpression, blockStatement, booleanLiteral, booleanLiteralTypeAnnotation, booleanTypeAnnotation, breakStatement, buildMatchMemberExpression, buildUndefinedNode, callExpression, catchClause, classAccessorProperty, classBody, classDeclaration, classExpression, classImplements, classMethod, classPrivateMethod, classPrivateProperty, classProperty, clone, cloneDeep, cloneDeepWithoutLoc, cloneNode, cloneWithoutLoc, conditionalExpression, continueStatement, createFlowUnionType, createTSUnionType, _default$4 as createTypeAnnotationBasedOnTypeof, createFlowUnionType as createUnionTypeAnnotation, debuggerStatement, decimalLiteral, declareClass, declareExportAllDeclaration, declareExportDeclaration, declareFunction, declareInterface, declareModule, declareModuleExports, declareOpaqueType, declareTypeAlias, declareVariable, declaredPredicate, decorator, directive, directiveLiteral, doExpression, doWhileStatement, emptyStatement, emptyTypeAnnotation, ensureBlock, enumBooleanBody, enumBooleanMember, enumDeclaration, enumDefaultedMember, enumNumberBody, enumNumberMember, enumStringBody, enumStringMember, enumSymbolBody, existsTypeAnnotation, exportAllDeclaration, exportDefaultDeclaration, exportDefaultSpecifier, exportNamedDeclaration, exportNamespaceSpecifier, exportSpecifier, expressionStatement, file, forInStatement, forOfStatement, forStatement, functionDeclaration, functionExpression, functionTypeAnnotation, functionTypeParam, genericTypeAnnotation, getBindingIdentifiers, _default as getOuterBindingIdentifiers, identifier, ifStatement, _import as import, importAttribute, importDeclaration, importDefaultSpecifier, importExpression, importNamespaceSpecifier, importSpecifier, indexedAccessType, inferredPredicate, inheritInnerComments, inheritLeadingComments, inheritTrailingComments, inherits, inheritsComments, interfaceDeclaration, interfaceExtends, interfaceTypeAnnotation, interpreterDirective, intersectionTypeAnnotation, is, isAccessor, isAnyTypeAnnotation, isArgumentPlaceholder, isArrayExpression, isArrayPattern, isArrayTypeAnnotation, isArrowFunctionExpression, isAssignmentExpression, isAssignmentPattern, isAwaitExpression, isBigIntLiteral, isBinary, isBinaryExpression, isBindExpression, isBinding, isBlock, isBlockParent, isBlockScoped, isBlockStatement, isBooleanLiteral, isBooleanLiteralTypeAnnotation, isBooleanTypeAnnotation, isBreakStatement, isCallExpression, isCatchClause, isClass, isClassAccessorProperty, isClassBody, isClassDeclaration, isClassExpression, isClassImplements, isClassMethod, isClassPrivateMethod, isClassPrivateProperty, isClassProperty, isCompletionStatement, isConditional, isConditionalExpression, isContinueStatement, isDebuggerStatement, isDecimalLiteral, isDeclaration, isDeclareClass, isDeclareExportAllDeclaration, isDeclareExportDeclaration, isDeclareFunction, isDeclareInterface, isDeclareModule, isDeclareModuleExports, isDeclareOpaqueType, isDeclareTypeAlias, isDeclareVariable, isDeclaredPredicate, isDecorator, isDirective, isDirectiveLiteral, isDoExpression, isDoWhileStatement, isEmptyStatement, isEmptyTypeAnnotation, isEnumBody, isEnumBooleanBody, isEnumBooleanMember, isEnumDeclaration, isEnumDefaultedMember, isEnumMember, isEnumNumberBody, isEnumNumberMember, isEnumStringBody, isEnumStringMember, isEnumSymbolBody, isExistsTypeAnnotation, isExportAllDeclaration, isExportDeclaration, isExportDefaultDeclaration, isExportDefaultSpecifier, isExportNamedDeclaration, isExportNamespaceSpecifier, isExportSpecifier, isExpression, isExpressionStatement, isExpressionWrapper, isFile, isFlow, isFlowBaseAnnotation, isFlowDeclaration, isFlowPredicate, isFlowType, isFor, isForInStatement, isForOfStatement, isForStatement, isForXStatement, isFunction, isFunctionDeclaration, isFunctionExpression, isFunctionParent, isFunctionTypeAnnotation, isFunctionTypeParam, isGenericTypeAnnotation, isIdentifier, isIfStatement, isImmutable, isImport, isImportAttribute, isImportDeclaration, isImportDefaultSpecifier, isImportExpression, isImportNamespaceSpecifier, isImportOrExportDeclaration, isImportSpecifier, isIndexedAccessType, isInferredPredicate, isInterfaceDeclaration, isInterfaceExtends, isInterfaceTypeAnnotation, isInterpreterDirective, isIntersectionTypeAnnotation, isJSX, isJSXAttribute, isJSXClosingElement, isJSXClosingFragment, isJSXElement, isJSXEmptyExpression, isJSXExpressionContainer, isJSXFragment, isJSXIdentifier, isJSXMemberExpression, isJSXNamespacedName, isJSXOpeningElement, isJSXOpeningFragment, isJSXSpreadAttribute, isJSXSpreadChild, isJSXText, isLVal, isLabeledStatement, isLet, isLiteral, isLogicalExpression, isLoop, isMemberExpression, isMetaProperty, isMethod, isMiscellaneous, isMixedTypeAnnotation, isModuleDeclaration, isModuleExpression, isModuleSpecifier, isNewExpression, isNode, isNodesEquivalent, isNoop, isNullLiteral, isNullLiteralTypeAnnotation, isNullableTypeAnnotation, isNumberLiteral, isNumberLiteralTypeAnnotation, isNumberTypeAnnotation, isNumericLiteral, isObjectExpression, isObjectMember, isObjectMethod, isObjectPattern, isObjectProperty, isObjectTypeAnnotation, isObjectTypeCallProperty, isObjectTypeIndexer, isObjectTypeInternalSlot, isObjectTypeProperty, isObjectTypeSpreadProperty, isOpaqueType, isOptionalCallExpression, isOptionalIndexedAccessType, isOptionalMemberExpression, isParenthesizedExpression, isPattern, isPatternLike, isPipelineBareFunction, isPipelinePrimaryTopicReference, isPipelineTopicExpression, isPlaceholder, isPlaceholderType, isPrivate, isPrivateName, isProgram, isProperty, isPureish, isQualifiedTypeIdentifier, isRecordExpression, isReferenced, isRegExpLiteral, isRegexLiteral, isRestElement, isRestProperty, isReturnStatement, isScopable, isScope, isSequenceExpression, isSpecifierDefault, isSpreadElement, isSpreadProperty, isStandardized, isStatement, isStaticBlock, isStringLiteral, isStringLiteralTypeAnnotation, isStringTypeAnnotation, isSuper, isSwitchCase, isSwitchStatement, isSymbolTypeAnnotation, isTSAnyKeyword, isTSArrayType, isTSAsExpression, isTSBaseType, isTSBigIntKeyword, isTSBooleanKeyword, isTSCallSignatureDeclaration, isTSConditionalType, isTSConstructSignatureDeclaration, isTSConstructorType, isTSDeclareFunction, isTSDeclareMethod, isTSEntityName, isTSEnumDeclaration, isTSEnumMember, isTSExportAssignment, isTSExpressionWithTypeArguments, isTSExternalModuleReference, isTSFunctionType, isTSImportEqualsDeclaration, isTSImportType, isTSIndexSignature, isTSIndexedAccessType, isTSInferType, isTSInstantiationExpression, isTSInterfaceBody, isTSInterfaceDeclaration, isTSIntersectionType, isTSIntrinsicKeyword, isTSLiteralType, isTSMappedType, isTSMethodSignature, isTSModuleBlock, isTSModuleDeclaration, isTSNamedTupleMember, isTSNamespaceExportDeclaration, isTSNeverKeyword, isTSNonNullExpression, isTSNullKeyword, isTSNumberKeyword, isTSObjectKeyword, isTSOptionalType, isTSParameterProperty, isTSParenthesizedType, isTSPropertySignature, isTSQualifiedName, isTSRestType, isTSSatisfiesExpression, isTSStringKeyword, isTSSymbolKeyword, isTSThisType, isTSTupleType, isTSType, isTSTypeAliasDeclaration, isTSTypeAnnotation, isTSTypeAssertion, isTSTypeElement, isTSTypeLiteral, isTSTypeOperator, isTSTypeParameter, isTSTypeParameterDeclaration, isTSTypeParameterInstantiation, isTSTypePredicate, isTSTypeQuery, isTSTypeReference, isTSUndefinedKeyword, isTSUnionType, isTSUnknownKeyword, isTSVoidKeyword, isTaggedTemplateExpression, isTemplateElement, isTemplateLiteral, isTerminatorless, isThisExpression, isThisTypeAnnotation, isThrowStatement, isTopicReference, isTryStatement, isTupleExpression, isTupleTypeAnnotation, isType, isTypeAlias, isTypeAnnotation, isTypeCastExpression, isTypeParameter, isTypeParameterDeclaration, isTypeParameterInstantiation, isTypeScript, isTypeofTypeAnnotation, isUnaryExpression, isUnaryLike, isUnionTypeAnnotation, isUpdateExpression, isUserWhitespacable, isV8IntrinsicIdentifier, isValidES3Identifier, isValidIdentifier, isVar, isVariableDeclaration, isVariableDeclarator, isVariance, isVoidTypeAnnotation, isWhile, isWhileStatement, isWithStatement, isYieldExpression, jsxAttribute as jSXAttribute, jsxClosingElement as jSXClosingElement, jsxClosingFragment as jSXClosingFragment, jsxElement as jSXElement, jsxEmptyExpression as jSXEmptyExpression, jsxExpressionContainer as jSXExpressionContainer, jsxFragment as jSXFragment, jsxIdentifier as jSXIdentifier, jsxMemberExpression as jSXMemberExpression, jsxNamespacedName as jSXNamespacedName, jsxOpeningElement as jSXOpeningElement, jsxOpeningFragment as jSXOpeningFragment, jsxSpreadAttribute as jSXSpreadAttribute, jsxSpreadChild as jSXSpreadChild, jsxText as jSXText, jsxAttribute, jsxClosingElement, jsxClosingFragment, jsxElement, jsxEmptyExpression, jsxExpressionContainer, jsxFragment, jsxIdentifier, jsxMemberExpression, jsxNamespacedName, jsxOpeningElement, jsxOpeningFragment, jsxSpreadAttribute, jsxSpreadChild, jsxText, labeledStatement, logicalExpression, matchesPattern, memberExpression, metaProperty, mixedTypeAnnotation, moduleExpression, newExpression, noop, nullLiteral, nullLiteralTypeAnnotation, nullableTypeAnnotation, NumberLiteral$1 as numberLiteral, numberLiteralTypeAnnotation, numberTypeAnnotation, numericLiteral, objectExpression, objectMethod, objectPattern, objectProperty, objectTypeAnnotation, objectTypeCallProperty, objectTypeIndexer, objectTypeInternalSlot, objectTypeProperty, objectTypeSpreadProperty, opaqueType, optionalCallExpression, optionalIndexedAccessType, optionalMemberExpression, parenthesizedExpression, pipelineBareFunction, pipelinePrimaryTopicReference, pipelineTopicExpression, placeholder, prependToMemberExpression, privateName, program, qualifiedTypeIdentifier, react, recordExpression, regExpLiteral, RegexLiteral$1 as regexLiteral, removeComments, removeProperties, removePropertiesDeep, removeTypeDuplicates, restElement, RestProperty$1 as restProperty, returnStatement, sequenceExpression, shallowEqual, spreadElement, SpreadProperty$1 as spreadProperty, staticBlock, stringLiteral, stringLiteralTypeAnnotation, stringTypeAnnotation, _super as super, switchCase, switchStatement, symbolTypeAnnotation, tsAnyKeyword as tSAnyKeyword, tsArrayType as tSArrayType, tsAsExpression as tSAsExpression, tsBigIntKeyword as tSBigIntKeyword, tsBooleanKeyword as tSBooleanKeyword, tsCallSignatureDeclaration as tSCallSignatureDeclaration, tsConditionalType as tSConditionalType, tsConstructSignatureDeclaration as tSConstructSignatureDeclaration, tsConstructorType as tSConstructorType, tsDeclareFunction as tSDeclareFunction, tsDeclareMethod as tSDeclareMethod, tsEnumDeclaration as tSEnumDeclaration, tsEnumMember as tSEnumMember, tsExportAssignment as tSExportAssignment, tsExpressionWithTypeArguments as tSExpressionWithTypeArguments, tsExternalModuleReference as tSExternalModuleReference, tsFunctionType as tSFunctionType, tsImportEqualsDeclaration as tSImportEqualsDeclaration, tsImportType as tSImportType, tsIndexSignature as tSIndexSignature, tsIndexedAccessType as tSIndexedAccessType, tsInferType as tSInferType, tsInstantiationExpression as tSInstantiationExpression, tsInterfaceBody as tSInterfaceBody, tsInterfaceDeclaration as tSInterfaceDeclaration, tsIntersectionType as tSIntersectionType, tsIntrinsicKeyword as tSIntrinsicKeyword, tsLiteralType as tSLiteralType, tsMappedType as tSMappedType, tsMethodSignature as tSMethodSignature, tsModuleBlock as tSModuleBlock, tsModuleDeclaration as tSModuleDeclaration, tsNamedTupleMember as tSNamedTupleMember, tsNamespaceExportDeclaration as tSNamespaceExportDeclaration, tsNeverKeyword as tSNeverKeyword, tsNonNullExpression as tSNonNullExpression, tsNullKeyword as tSNullKeyword, tsNumberKeyword as tSNumberKeyword, tsObjectKeyword as tSObjectKeyword, tsOptionalType as tSOptionalType, tsParameterProperty as tSParameterProperty, tsParenthesizedType as tSParenthesizedType, tsPropertySignature as tSPropertySignature, tsQualifiedName as tSQualifiedName, tsRestType as tSRestType, tsSatisfiesExpression as tSSatisfiesExpression, tsStringKeyword as tSStringKeyword, tsSymbolKeyword as tSSymbolKeyword, tsThisType as tSThisType, tsTupleType as tSTupleType, tsTypeAliasDeclaration as tSTypeAliasDeclaration, tsTypeAnnotation as tSTypeAnnotation, tsTypeAssertion as tSTypeAssertion, tsTypeLiteral as tSTypeLiteral, tsTypeOperator as tSTypeOperator, tsTypeParameter as tSTypeParameter, tsTypeParameterDeclaration as tSTypeParameterDeclaration, tsTypeParameterInstantiation as tSTypeParameterInstantiation, tsTypePredicate as tSTypePredicate, tsTypeQuery as tSTypeQuery, tsTypeReference as tSTypeReference, tsUndefinedKeyword as tSUndefinedKeyword, tsUnionType as tSUnionType, tsUnknownKeyword as tSUnknownKeyword, tsVoidKeyword as tSVoidKeyword, taggedTemplateExpression, templateElement, templateLiteral, thisExpression, thisTypeAnnotation, throwStatement, toBindingIdentifierName, toBlock, toComputedKey, _default$3 as toExpression, toIdentifier, toKeyAlias, _default$2 as toStatement, topicReference, traverse, traverseFast, tryStatement, tsAnyKeyword, tsArrayType, tsAsExpression, tsBigIntKeyword, tsBooleanKeyword, tsCallSignatureDeclaration, tsConditionalType, tsConstructSignatureDeclaration, tsConstructorType, tsDeclareFunction, tsDeclareMethod, tsEnumDeclaration, tsEnumMember, tsExportAssignment, tsExpressionWithTypeArguments, tsExternalModuleReference, tsFunctionType, tsImportEqualsDeclaration, tsImportType, tsIndexSignature, tsIndexedAccessType, tsInferType, tsInstantiationExpression, tsInterfaceBody, tsInterfaceDeclaration, tsIntersectionType, tsIntrinsicKeyword, tsLiteralType, tsMappedType, tsMethodSignature, tsModuleBlock, tsModuleDeclaration, tsNamedTupleMember, tsNamespaceExportDeclaration, tsNeverKeyword, tsNonNullExpression, tsNullKeyword, tsNumberKeyword, tsObjectKeyword, tsOptionalType, tsParameterProperty, tsParenthesizedType, tsPropertySignature, tsQualifiedName, tsRestType, tsSatisfiesExpression, tsStringKeyword, tsSymbolKeyword, tsThisType, tsTupleType, tsTypeAliasDeclaration, tsTypeAnnotation, tsTypeAssertion, tsTypeLiteral, tsTypeOperator, tsTypeParameter, tsTypeParameterDeclaration, tsTypeParameterInstantiation, tsTypePredicate, tsTypeQuery, tsTypeReference, tsUndefinedKeyword, tsUnionType, tsUnknownKeyword, tsVoidKeyword, tupleExpression, tupleTypeAnnotation, typeAlias, typeAnnotation, typeCastExpression, typeParameter, typeParameterDeclaration, typeParameterInstantiation, typeofTypeAnnotation, unaryExpression, unionTypeAnnotation, updateExpression, v8IntrinsicIdentifier, validate, _default$1 as valueToNode, variableDeclaration, variableDeclarator, variance, voidTypeAnnotation, whileStatement, withStatement, yieldExpression };