immosquare-cleaner 0.1.67 → 0.1.68

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 (3984) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/linters/rubocop-3.4.1.yml +3 -0
  4. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  5. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  6. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  7. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  8. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  9. data/node_modules/acorn/CHANGELOG.md +12 -0
  10. data/node_modules/acorn/dist/acorn.js +33 -24
  11. data/node_modules/acorn/dist/acorn.mjs +33 -24
  12. data/node_modules/acorn/package.json +1 -1
  13. data/node_modules/async-function/CHANGELOG.md +16 -0
  14. data/node_modules/{supports-preserve-symlinks-flag → async-function}/LICENSE +1 -1
  15. data/node_modules/async-function/README.md +51 -0
  16. data/node_modules/async-function/index.d.mts +3 -0
  17. data/node_modules/async-function/index.d.ts +13 -0
  18. data/node_modules/async-function/index.js +8 -0
  19. data/node_modules/async-function/index.mjs +4 -0
  20. data/node_modules/async-function/legacy.js +18 -0
  21. data/node_modules/{is-core-module → async-function}/package.json +42 -32
  22. data/node_modules/async-function/require.mjs +5 -0
  23. data/node_modules/async-function/test/index.js +40 -0
  24. data/node_modules/async-function/tsconfig.json +9 -0
  25. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  26. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  27. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  28. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  29. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  30. data/node_modules/call-bound/CHANGELOG.md +8 -0
  31. data/node_modules/call-bound/index.d.ts +91 -10
  32. data/node_modules/call-bound/index.js +4 -3
  33. data/node_modules/call-bound/package.json +10 -10
  34. data/node_modules/call-bound/test/index.js +11 -4
  35. data/node_modules/call-bound/tsconfig.json +2 -1
  36. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  37. data/node_modules/es-object-atoms/README.md +7 -0
  38. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  39. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  40. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  41. data/node_modules/es-object-atoms/isObject.js +6 -0
  42. data/node_modules/es-object-atoms/package.json +9 -8
  43. data/node_modules/es-object-atoms/test/index.js +11 -1
  44. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  45. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  46. data/node_modules/es-shim-unscopables/index.js +2 -1
  47. data/node_modules/es-shim-unscopables/package.json +20 -11
  48. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  49. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  50. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  51. data/node_modules/{@babel/preset-modules → eslint-plugin-erb}/LICENSE +1 -1
  52. data/node_modules/eslint-plugin-erb/README.md +257 -0
  53. data/node_modules/eslint-plugin-erb/index.js +3 -0
  54. data/node_modules/eslint-plugin-erb/lib/autofix.js +44 -0
  55. data/node_modules/eslint-plugin-erb/lib/cache.js +21 -0
  56. data/node_modules/eslint-plugin-erb/lib/dummy_replacements_map.js +30 -0
  57. data/node_modules/eslint-plugin-erb/lib/file_coordinates.js +41 -0
  58. data/node_modules/eslint-plugin-erb/lib/index.js +50 -0
  59. data/node_modules/eslint-plugin-erb/lib/offset_calculation.js +50 -0
  60. data/node_modules/eslint-plugin-erb/lib/offset_map.js +111 -0
  61. data/node_modules/eslint-plugin-erb/lib/postprocess.js +72 -0
  62. data/node_modules/eslint-plugin-erb/lib/preprocess.js +113 -0
  63. data/node_modules/eslint-plugin-erb/package.json +50 -0
  64. data/node_modules/flatted/index.js +3 -3
  65. data/node_modules/flatted/min.js +1 -1
  66. data/node_modules/flatted/package.json +21 -8
  67. data/node_modules/flatted/python/flatted.py +4 -4
  68. data/node_modules/for-each/CHANGELOG.md +107 -0
  69. data/node_modules/for-each/README.md +0 -4
  70. data/node_modules/for-each/index.d.ts +35 -0
  71. data/node_modules/for-each/index.js +11 -4
  72. data/node_modules/for-each/package.json +47 -36
  73. data/node_modules/for-each/test/test.js +54 -12
  74. data/node_modules/for-each/tsconfig.json +8 -0
  75. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  76. data/node_modules/get-intrinsic/index.js +1 -0
  77. data/node_modules/get-intrinsic/package.json +8 -8
  78. data/node_modules/import-fresh/index.js +2 -1
  79. data/node_modules/import-fresh/package.json +6 -1
  80. data/node_modules/import-fresh/readme.md +14 -8
  81. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  82. data/node_modules/is-async-function/index.d.ts +4 -2
  83. data/node_modules/is-async-function/index.js +3 -18
  84. data/node_modules/is-async-function/package.json +8 -3
  85. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  86. data/node_modules/is-boolean-object/index.js +1 -1
  87. data/node_modules/is-boolean-object/package.json +8 -6
  88. data/node_modules/is-boolean-object/test/index.js +24 -1
  89. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  90. data/node_modules/is-weakref/index.d.ts +1 -1
  91. data/node_modules/is-weakref/index.js +3 -1
  92. data/node_modules/is-weakref/package.json +6 -6
  93. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  94. data/node_modules/object-inspect/index.js +10 -7
  95. data/node_modules/object-inspect/package.json +5 -4
  96. data/node_modules/object-inspect/test/values.js +50 -0
  97. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  98. data/node_modules/possible-typed-array-names/README.md +4 -2
  99. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  100. data/node_modules/possible-typed-array-names/index.js +1 -0
  101. data/node_modules/possible-typed-array-names/package.json +10 -9
  102. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  103. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  104. data/node_modules/typescript/README.md +1 -1
  105. data/node_modules/typescript/lib/_tsc.js +931 -500
  106. data/node_modules/typescript/lib/_tsserver.js +43 -7
  107. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  108. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  109. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  110. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  111. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  112. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  113. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  114. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  115. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  116. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  117. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  118. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  119. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  120. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  121. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  122. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  123. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  124. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  125. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  126. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  127. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  128. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  129. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  130. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  131. data/node_modules/typescript/lib/typescript.js +1035 -570
  132. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  133. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  134. data/node_modules/typescript/package.json +22 -22
  135. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  136. data/node_modules/which-typed-array/index.js +21 -20
  137. data/node_modules/which-typed-array/package.json +9 -7
  138. data/node_modules/which-typed-array/tsconfig.json +1 -1
  139. metadata +35 -3849
  140. data/linters/rubocop-3.3.6.yml +0 -93
  141. data/node_modules/.bin/browserslist +0 -1
  142. data/node_modules/.bin/esparse +0 -1
  143. data/node_modules/.bin/esvalidate +0 -1
  144. data/node_modules/.bin/jscodeshift +0 -1
  145. data/node_modules/.bin/jsesc +0 -1
  146. data/node_modules/.bin/json5 +0 -1
  147. data/node_modules/.bin/parser +0 -1
  148. data/node_modules/.bin/regjsparser +0 -1
  149. data/node_modules/.bin/resolve +0 -1
  150. data/node_modules/.bin/update-browserslist-db +0 -1
  151. data/node_modules/@ampproject/remapping/LICENSE +0 -202
  152. data/node_modules/@ampproject/remapping/README.md +0 -218
  153. data/node_modules/@ampproject/remapping/dist/remapping.mjs +0 -197
  154. data/node_modules/@ampproject/remapping/dist/remapping.mjs.map +0 -1
  155. data/node_modules/@ampproject/remapping/dist/remapping.umd.js +0 -202
  156. data/node_modules/@ampproject/remapping/dist/remapping.umd.js.map +0 -1
  157. data/node_modules/@ampproject/remapping/dist/types/build-source-map-tree.d.ts +0 -14
  158. data/node_modules/@ampproject/remapping/dist/types/remapping.d.ts +0 -20
  159. data/node_modules/@ampproject/remapping/dist/types/source-map-tree.d.ts +0 -45
  160. data/node_modules/@ampproject/remapping/dist/types/source-map.d.ts +0 -18
  161. data/node_modules/@ampproject/remapping/dist/types/types.d.ts +0 -15
  162. data/node_modules/@ampproject/remapping/package.json +0 -75
  163. data/node_modules/@babel/code-frame/LICENSE +0 -22
  164. data/node_modules/@babel/code-frame/README.md +0 -19
  165. data/node_modules/@babel/code-frame/lib/index.js +0 -216
  166. data/node_modules/@babel/code-frame/lib/index.js.map +0 -1
  167. data/node_modules/@babel/code-frame/package.json +0 -31
  168. data/node_modules/@babel/compat-data/LICENSE +0 -22
  169. data/node_modules/@babel/compat-data/README.md +0 -19
  170. data/node_modules/@babel/compat-data/corejs2-built-ins.js +0 -2
  171. data/node_modules/@babel/compat-data/corejs3-shipped-proposals.js +0 -2
  172. data/node_modules/@babel/compat-data/data/corejs2-built-ins.json +0 -2090
  173. data/node_modules/@babel/compat-data/data/corejs3-shipped-proposals.json +0 -5
  174. data/node_modules/@babel/compat-data/data/native-modules.json +0 -18
  175. data/node_modules/@babel/compat-data/data/overlapping-plugins.json +0 -35
  176. data/node_modules/@babel/compat-data/data/plugin-bugfixes.json +0 -213
  177. data/node_modules/@babel/compat-data/data/plugins.json +0 -825
  178. data/node_modules/@babel/compat-data/native-modules.js +0 -1
  179. data/node_modules/@babel/compat-data/overlapping-plugins.js +0 -1
  180. data/node_modules/@babel/compat-data/package.json +0 -40
  181. data/node_modules/@babel/compat-data/plugin-bugfixes.js +0 -1
  182. data/node_modules/@babel/compat-data/plugins.js +0 -1
  183. data/node_modules/@babel/core/LICENSE +0 -22
  184. data/node_modules/@babel/core/README.md +0 -19
  185. data/node_modules/@babel/core/cjs-proxy.cjs +0 -68
  186. data/node_modules/@babel/core/lib/config/cache-contexts.js +0 -3
  187. data/node_modules/@babel/core/lib/config/cache-contexts.js.map +0 -1
  188. data/node_modules/@babel/core/lib/config/caching.js +0 -261
  189. data/node_modules/@babel/core/lib/config/caching.js.map +0 -1
  190. data/node_modules/@babel/core/lib/config/config-chain.js +0 -469
  191. data/node_modules/@babel/core/lib/config/config-chain.js.map +0 -1
  192. data/node_modules/@babel/core/lib/config/config-descriptors.js +0 -190
  193. data/node_modules/@babel/core/lib/config/config-descriptors.js.map +0 -1
  194. data/node_modules/@babel/core/lib/config/files/configuration.js +0 -287
  195. data/node_modules/@babel/core/lib/config/files/configuration.js.map +0 -1
  196. data/node_modules/@babel/core/lib/config/files/import.cjs +0 -6
  197. data/node_modules/@babel/core/lib/config/files/import.cjs.map +0 -1
  198. data/node_modules/@babel/core/lib/config/files/index-browser.js +0 -58
  199. data/node_modules/@babel/core/lib/config/files/index-browser.js.map +0 -1
  200. data/node_modules/@babel/core/lib/config/files/index.js +0 -78
  201. data/node_modules/@babel/core/lib/config/files/index.js.map +0 -1
  202. data/node_modules/@babel/core/lib/config/files/module-types.js +0 -195
  203. data/node_modules/@babel/core/lib/config/files/module-types.js.map +0 -1
  204. data/node_modules/@babel/core/lib/config/files/package.js +0 -61
  205. data/node_modules/@babel/core/lib/config/files/package.js.map +0 -1
  206. data/node_modules/@babel/core/lib/config/files/plugins.js +0 -229
  207. data/node_modules/@babel/core/lib/config/files/plugins.js.map +0 -1
  208. data/node_modules/@babel/core/lib/config/files/types.js +0 -3
  209. data/node_modules/@babel/core/lib/config/files/types.js.map +0 -1
  210. data/node_modules/@babel/core/lib/config/files/utils.js +0 -36
  211. data/node_modules/@babel/core/lib/config/files/utils.js.map +0 -1
  212. data/node_modules/@babel/core/lib/config/full.js +0 -312
  213. data/node_modules/@babel/core/lib/config/full.js.map +0 -1
  214. data/node_modules/@babel/core/lib/config/helpers/config-api.js +0 -84
  215. data/node_modules/@babel/core/lib/config/helpers/config-api.js.map +0 -1
  216. data/node_modules/@babel/core/lib/config/helpers/deep-array.js +0 -23
  217. data/node_modules/@babel/core/lib/config/helpers/deep-array.js.map +0 -1
  218. data/node_modules/@babel/core/lib/config/helpers/environment.js +0 -12
  219. data/node_modules/@babel/core/lib/config/helpers/environment.js.map +0 -1
  220. data/node_modules/@babel/core/lib/config/index.js +0 -93
  221. data/node_modules/@babel/core/lib/config/index.js.map +0 -1
  222. data/node_modules/@babel/core/lib/config/item.js +0 -67
  223. data/node_modules/@babel/core/lib/config/item.js.map +0 -1
  224. data/node_modules/@babel/core/lib/config/partial.js +0 -158
  225. data/node_modules/@babel/core/lib/config/partial.js.map +0 -1
  226. data/node_modules/@babel/core/lib/config/pattern-to-regex.js +0 -38
  227. data/node_modules/@babel/core/lib/config/pattern-to-regex.js.map +0 -1
  228. data/node_modules/@babel/core/lib/config/plugin.js +0 -33
  229. data/node_modules/@babel/core/lib/config/plugin.js.map +0 -1
  230. data/node_modules/@babel/core/lib/config/printer.js +0 -113
  231. data/node_modules/@babel/core/lib/config/printer.js.map +0 -1
  232. data/node_modules/@babel/core/lib/config/resolve-targets-browser.js +0 -41
  233. data/node_modules/@babel/core/lib/config/resolve-targets-browser.js.map +0 -1
  234. data/node_modules/@babel/core/lib/config/resolve-targets.js +0 -61
  235. data/node_modules/@babel/core/lib/config/resolve-targets.js.map +0 -1
  236. data/node_modules/@babel/core/lib/config/util.js +0 -31
  237. data/node_modules/@babel/core/lib/config/util.js.map +0 -1
  238. data/node_modules/@babel/core/lib/config/validation/option-assertions.js +0 -277
  239. data/node_modules/@babel/core/lib/config/validation/option-assertions.js.map +0 -1
  240. data/node_modules/@babel/core/lib/config/validation/options.js +0 -189
  241. data/node_modules/@babel/core/lib/config/validation/options.js.map +0 -1
  242. data/node_modules/@babel/core/lib/config/validation/plugins.js +0 -67
  243. data/node_modules/@babel/core/lib/config/validation/plugins.js.map +0 -1
  244. data/node_modules/@babel/core/lib/config/validation/removed.js +0 -68
  245. data/node_modules/@babel/core/lib/config/validation/removed.js.map +0 -1
  246. data/node_modules/@babel/core/lib/errors/config-error.js +0 -18
  247. data/node_modules/@babel/core/lib/errors/config-error.js.map +0 -1
  248. data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js +0 -98
  249. data/node_modules/@babel/core/lib/errors/rewrite-stack-trace.js.map +0 -1
  250. data/node_modules/@babel/core/lib/gensync-utils/async.js +0 -90
  251. data/node_modules/@babel/core/lib/gensync-utils/async.js.map +0 -1
  252. data/node_modules/@babel/core/lib/gensync-utils/fs.js +0 -31
  253. data/node_modules/@babel/core/lib/gensync-utils/fs.js.map +0 -1
  254. data/node_modules/@babel/core/lib/gensync-utils/functional.js +0 -58
  255. data/node_modules/@babel/core/lib/gensync-utils/functional.js.map +0 -1
  256. data/node_modules/@babel/core/lib/index.js +0 -235
  257. data/node_modules/@babel/core/lib/index.js.map +0 -1
  258. data/node_modules/@babel/core/lib/parse.js +0 -47
  259. data/node_modules/@babel/core/lib/parse.js.map +0 -1
  260. data/node_modules/@babel/core/lib/parser/index.js +0 -79
  261. data/node_modules/@babel/core/lib/parser/index.js.map +0 -1
  262. data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js +0 -339
  263. data/node_modules/@babel/core/lib/parser/util/missing-plugin-helper.js.map +0 -1
  264. data/node_modules/@babel/core/lib/tools/build-external-helpers.js +0 -144
  265. data/node_modules/@babel/core/lib/tools/build-external-helpers.js.map +0 -1
  266. data/node_modules/@babel/core/lib/transform-ast.js +0 -50
  267. data/node_modules/@babel/core/lib/transform-ast.js.map +0 -1
  268. data/node_modules/@babel/core/lib/transform-file-browser.js +0 -23
  269. data/node_modules/@babel/core/lib/transform-file-browser.js.map +0 -1
  270. data/node_modules/@babel/core/lib/transform-file.js +0 -40
  271. data/node_modules/@babel/core/lib/transform-file.js.map +0 -1
  272. data/node_modules/@babel/core/lib/transform.js +0 -49
  273. data/node_modules/@babel/core/lib/transform.js.map +0 -1
  274. data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js +0 -84
  275. data/node_modules/@babel/core/lib/transformation/block-hoist-plugin.js.map +0 -1
  276. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +0 -4
  277. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +0 -1
  278. data/node_modules/@babel/core/lib/transformation/file/file.js +0 -214
  279. data/node_modules/@babel/core/lib/transformation/file/file.js.map +0 -1
  280. data/node_modules/@babel/core/lib/transformation/file/generate.js +0 -84
  281. data/node_modules/@babel/core/lib/transformation/file/generate.js.map +0 -1
  282. data/node_modules/@babel/core/lib/transformation/file/merge-map.js +0 -37
  283. data/node_modules/@babel/core/lib/transformation/file/merge-map.js.map +0 -1
  284. data/node_modules/@babel/core/lib/transformation/index.js +0 -92
  285. data/node_modules/@babel/core/lib/transformation/index.js.map +0 -1
  286. data/node_modules/@babel/core/lib/transformation/normalize-file.js +0 -129
  287. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +0 -1
  288. data/node_modules/@babel/core/lib/transformation/normalize-opts.js +0 -59
  289. data/node_modules/@babel/core/lib/transformation/normalize-opts.js.map +0 -1
  290. data/node_modules/@babel/core/lib/transformation/plugin-pass.js +0 -50
  291. data/node_modules/@babel/core/lib/transformation/plugin-pass.js.map +0 -1
  292. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +0 -36
  293. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +0 -1
  294. data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js +0 -1043
  295. data/node_modules/@babel/core/lib/vendor/import-meta-resolve.js.map +0 -1
  296. data/node_modules/@babel/core/node_modules/semver/LICENSE +0 -15
  297. data/node_modules/@babel/core/node_modules/semver/README.md +0 -443
  298. data/node_modules/@babel/core/node_modules/semver/bin/semver.js +0 -174
  299. data/node_modules/@babel/core/node_modules/semver/package.json +0 -38
  300. data/node_modules/@babel/core/node_modules/semver/range.bnf +0 -16
  301. data/node_modules/@babel/core/node_modules/semver/semver.js +0 -1643
  302. data/node_modules/@babel/core/package.json +0 -82
  303. data/node_modules/@babel/core/src/config/files/index-browser.ts +0 -113
  304. data/node_modules/@babel/core/src/config/files/index.ts +0 -29
  305. data/node_modules/@babel/core/src/config/resolve-targets-browser.ts +0 -40
  306. data/node_modules/@babel/core/src/config/resolve-targets.ts +0 -56
  307. data/node_modules/@babel/core/src/transform-file-browser.ts +0 -31
  308. data/node_modules/@babel/core/src/transform-file.ts +0 -55
  309. data/node_modules/@babel/generator/LICENSE +0 -22
  310. data/node_modules/@babel/generator/README.md +0 -19
  311. data/node_modules/@babel/generator/lib/buffer.js +0 -317
  312. data/node_modules/@babel/generator/lib/buffer.js.map +0 -1
  313. data/node_modules/@babel/generator/lib/generators/base.js +0 -87
  314. data/node_modules/@babel/generator/lib/generators/base.js.map +0 -1
  315. data/node_modules/@babel/generator/lib/generators/classes.js +0 -209
  316. data/node_modules/@babel/generator/lib/generators/classes.js.map +0 -1
  317. data/node_modules/@babel/generator/lib/generators/expressions.js +0 -295
  318. data/node_modules/@babel/generator/lib/generators/expressions.js.map +0 -1
  319. data/node_modules/@babel/generator/lib/generators/flow.js +0 -660
  320. data/node_modules/@babel/generator/lib/generators/flow.js.map +0 -1
  321. data/node_modules/@babel/generator/lib/generators/index.js +0 -128
  322. data/node_modules/@babel/generator/lib/generators/index.js.map +0 -1
  323. data/node_modules/@babel/generator/lib/generators/jsx.js +0 -121
  324. data/node_modules/@babel/generator/lib/generators/jsx.js.map +0 -1
  325. data/node_modules/@babel/generator/lib/generators/methods.js +0 -198
  326. data/node_modules/@babel/generator/lib/generators/methods.js.map +0 -1
  327. data/node_modules/@babel/generator/lib/generators/modules.js +0 -282
  328. data/node_modules/@babel/generator/lib/generators/modules.js.map +0 -1
  329. data/node_modules/@babel/generator/lib/generators/statements.js +0 -282
  330. data/node_modules/@babel/generator/lib/generators/statements.js.map +0 -1
  331. data/node_modules/@babel/generator/lib/generators/template-literals.js +0 -35
  332. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +0 -1
  333. data/node_modules/@babel/generator/lib/generators/types.js +0 -243
  334. data/node_modules/@babel/generator/lib/generators/types.js.map +0 -1
  335. data/node_modules/@babel/generator/lib/generators/typescript.js +0 -702
  336. data/node_modules/@babel/generator/lib/generators/typescript.js.map +0 -1
  337. data/node_modules/@babel/generator/lib/index.js +0 -110
  338. data/node_modules/@babel/generator/lib/index.js.map +0 -1
  339. data/node_modules/@babel/generator/lib/node/index.js +0 -119
  340. data/node_modules/@babel/generator/lib/node/index.js.map +0 -1
  341. data/node_modules/@babel/generator/lib/node/parentheses.js +0 -225
  342. data/node_modules/@babel/generator/lib/node/parentheses.js.map +0 -1
  343. data/node_modules/@babel/generator/lib/node/whitespace.js +0 -145
  344. data/node_modules/@babel/generator/lib/node/whitespace.js.map +0 -1
  345. data/node_modules/@babel/generator/lib/printer.js +0 -774
  346. data/node_modules/@babel/generator/lib/printer.js.map +0 -1
  347. data/node_modules/@babel/generator/lib/source-map.js +0 -85
  348. data/node_modules/@babel/generator/lib/source-map.js.map +0 -1
  349. data/node_modules/@babel/generator/lib/token-map.js +0 -191
  350. data/node_modules/@babel/generator/lib/token-map.js.map +0 -1
  351. data/node_modules/@babel/generator/package.json +0 -40
  352. data/node_modules/@babel/helper-annotate-as-pure/LICENSE +0 -22
  353. data/node_modules/@babel/helper-annotate-as-pure/README.md +0 -19
  354. data/node_modules/@babel/helper-annotate-as-pure/lib/index.js +0 -23
  355. data/node_modules/@babel/helper-annotate-as-pure/lib/index.js.map +0 -1
  356. data/node_modules/@babel/helper-annotate-as-pure/package.json +0 -27
  357. data/node_modules/@babel/helper-compilation-targets/LICENSE +0 -22
  358. data/node_modules/@babel/helper-compilation-targets/README.md +0 -19
  359. data/node_modules/@babel/helper-compilation-targets/lib/debug.js +0 -28
  360. data/node_modules/@babel/helper-compilation-targets/lib/debug.js.map +0 -1
  361. data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js +0 -67
  362. data/node_modules/@babel/helper-compilation-targets/lib/filter-items.js.map +0 -1
  363. data/node_modules/@babel/helper-compilation-targets/lib/index.js +0 -231
  364. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +0 -1
  365. data/node_modules/@babel/helper-compilation-targets/lib/options.js +0 -24
  366. data/node_modules/@babel/helper-compilation-targets/lib/options.js.map +0 -1
  367. data/node_modules/@babel/helper-compilation-targets/lib/pretty.js +0 -40
  368. data/node_modules/@babel/helper-compilation-targets/lib/pretty.js.map +0 -1
  369. data/node_modules/@babel/helper-compilation-targets/lib/targets.js +0 -28
  370. data/node_modules/@babel/helper-compilation-targets/lib/targets.js.map +0 -1
  371. data/node_modules/@babel/helper-compilation-targets/lib/utils.js +0 -58
  372. data/node_modules/@babel/helper-compilation-targets/lib/utils.js.map +0 -1
  373. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/LICENSE +0 -15
  374. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/README.md +0 -443
  375. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/bin/semver.js +0 -174
  376. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/package.json +0 -38
  377. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/range.bnf +0 -16
  378. data/node_modules/@babel/helper-compilation-targets/node_modules/semver/semver.js +0 -1643
  379. data/node_modules/@babel/helper-compilation-targets/package.json +0 -43
  380. data/node_modules/@babel/helper-create-class-features-plugin/LICENSE +0 -22
  381. data/node_modules/@babel/helper-create-class-features-plugin/README.md +0 -19
  382. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +0 -135
  383. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +0 -1
  384. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -1311
  385. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +0 -1
  386. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +0 -147
  387. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +0 -1
  388. data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js +0 -1055
  389. data/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js.map +0 -1
  390. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +0 -251
  391. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +0 -1
  392. data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js +0 -133
  393. data/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js.map +0 -1
  394. data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js +0 -13
  395. data/node_modules/@babel/helper-create-class-features-plugin/lib/typescript.js.map +0 -1
  396. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/LICENSE +0 -15
  397. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/README.md +0 -443
  398. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/bin/semver.js +0 -174
  399. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/package.json +0 -38
  400. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/range.bnf +0 -16
  401. data/node_modules/@babel/helper-create-class-features-plugin/node_modules/semver/semver.js +0 -1643
  402. data/node_modules/@babel/helper-create-class-features-plugin/package.json +0 -43
  403. data/node_modules/@babel/helper-create-regexp-features-plugin/LICENSE +0 -22
  404. data/node_modules/@babel/helper-create-regexp-features-plugin/README.md +0 -19
  405. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js +0 -30
  406. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js.map +0 -1
  407. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js +0 -116
  408. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js.map +0 -1
  409. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js +0 -71
  410. data/node_modules/@babel/helper-create-regexp-features-plugin/lib/util.js.map +0 -1
  411. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/LICENSE +0 -15
  412. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/README.md +0 -443
  413. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/bin/semver.js +0 -174
  414. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/package.json +0 -38
  415. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/range.bnf +0 -16
  416. data/node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver/semver.js +0 -1643
  417. data/node_modules/@babel/helper-create-regexp-features-plugin/package.json +0 -36
  418. data/node_modules/@babel/helper-define-polyfill-provider/LICENSE +0 -22
  419. data/node_modules/@babel/helper-define-polyfill-provider/README.md +0 -15
  420. data/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs +0 -810
  421. data/node_modules/@babel/helper-define-polyfill-provider/esm/index.browser.mjs.map +0 -1
  422. data/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs +0 -854
  423. data/node_modules/@babel/helper-define-polyfill-provider/esm/index.node.mjs.map +0 -1
  424. data/node_modules/@babel/helper-define-polyfill-provider/lib/browser/dependencies.js +0 -22
  425. data/node_modules/@babel/helper-define-polyfill-provider/lib/debug-utils.js +0 -15
  426. data/node_modules/@babel/helper-define-polyfill-provider/lib/define-provider.js +0 -9
  427. data/node_modules/@babel/helper-define-polyfill-provider/lib/imports-injector.js +0 -107
  428. data/node_modules/@babel/helper-define-polyfill-provider/lib/index.js +0 -289
  429. data/node_modules/@babel/helper-define-polyfill-provider/lib/meta-resolver.js +0 -52
  430. data/node_modules/@babel/helper-define-polyfill-provider/lib/node/dependencies.js +0 -67
  431. data/node_modules/@babel/helper-define-polyfill-provider/lib/normalize-options.js +0 -70
  432. data/node_modules/@babel/helper-define-polyfill-provider/lib/types.js +0 -3
  433. data/node_modules/@babel/helper-define-polyfill-provider/lib/utils.js +0 -165
  434. data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/entry.js +0 -26
  435. data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/index.js +0 -9
  436. data/node_modules/@babel/helper-define-polyfill-provider/lib/visitors/usage.js +0 -129
  437. data/node_modules/@babel/helper-define-polyfill-provider/package.json +0 -59
  438. data/node_modules/@babel/helper-member-expression-to-functions/LICENSE +0 -22
  439. data/node_modules/@babel/helper-member-expression-to-functions/README.md +0 -19
  440. data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js +0 -397
  441. data/node_modules/@babel/helper-member-expression-to-functions/lib/index.js.map +0 -1
  442. data/node_modules/@babel/helper-member-expression-to-functions/package.json +0 -25
  443. data/node_modules/@babel/helper-module-imports/LICENSE +0 -22
  444. data/node_modules/@babel/helper-module-imports/README.md +0 -19
  445. data/node_modules/@babel/helper-module-imports/lib/import-builder.js +0 -122
  446. data/node_modules/@babel/helper-module-imports/lib/import-builder.js.map +0 -1
  447. data/node_modules/@babel/helper-module-imports/lib/import-injector.js +0 -304
  448. data/node_modules/@babel/helper-module-imports/lib/import-injector.js.map +0 -1
  449. data/node_modules/@babel/helper-module-imports/lib/index.js +0 -37
  450. data/node_modules/@babel/helper-module-imports/lib/index.js.map +0 -1
  451. data/node_modules/@babel/helper-module-imports/lib/is-module.js +0 -11
  452. data/node_modules/@babel/helper-module-imports/lib/is-module.js.map +0 -1
  453. data/node_modules/@babel/helper-module-imports/package.json +0 -28
  454. data/node_modules/@babel/helper-module-transforms/LICENSE +0 -22
  455. data/node_modules/@babel/helper-module-transforms/README.md +0 -19
  456. data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +0 -48
  457. data/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +0 -1
  458. data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +0 -48
  459. data/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +0 -1
  460. data/node_modules/@babel/helper-module-transforms/lib/index.js +0 -398
  461. data/node_modules/@babel/helper-module-transforms/lib/index.js.map +0 -1
  462. data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +0 -31
  463. data/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +0 -1
  464. data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +0 -361
  465. data/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +0 -1
  466. data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +0 -360
  467. data/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +0 -1
  468. data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +0 -22
  469. data/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +0 -1
  470. data/node_modules/@babel/helper-module-transforms/package.json +0 -32
  471. data/node_modules/@babel/helper-optimise-call-expression/LICENSE +0 -22
  472. data/node_modules/@babel/helper-optimise-call-expression/README.md +0 -19
  473. data/node_modules/@babel/helper-optimise-call-expression/lib/index.js +0 -33
  474. data/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +0 -1
  475. data/node_modules/@babel/helper-optimise-call-expression/package.json +0 -28
  476. data/node_modules/@babel/helper-plugin-utils/LICENSE +0 -22
  477. data/node_modules/@babel/helper-plugin-utils/README.md +0 -19
  478. data/node_modules/@babel/helper-plugin-utils/lib/index.js +0 -78
  479. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +0 -1
  480. data/node_modules/@babel/helper-plugin-utils/package.json +0 -24
  481. data/node_modules/@babel/helper-remap-async-to-generator/LICENSE +0 -22
  482. data/node_modules/@babel/helper-remap-async-to-generator/README.md +0 -19
  483. data/node_modules/@babel/helper-remap-async-to-generator/lib/index.js +0 -64
  484. data/node_modules/@babel/helper-remap-async-to-generator/lib/index.js.map +0 -1
  485. data/node_modules/@babel/helper-remap-async-to-generator/package.json +0 -32
  486. data/node_modules/@babel/helper-replace-supers/LICENSE +0 -22
  487. data/node_modules/@babel/helper-replace-supers/README.md +0 -19
  488. data/node_modules/@babel/helper-replace-supers/lib/index.js +0 -305
  489. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +0 -1
  490. data/node_modules/@babel/helper-replace-supers/package.json +0 -32
  491. data/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +0 -22
  492. data/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +0 -19
  493. data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +0 -34
  494. data/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +0 -1
  495. data/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +0 -31
  496. data/node_modules/@babel/helper-string-parser/LICENSE +0 -22
  497. data/node_modules/@babel/helper-string-parser/README.md +0 -19
  498. data/node_modules/@babel/helper-string-parser/lib/index.js +0 -295
  499. data/node_modules/@babel/helper-string-parser/lib/index.js.map +0 -1
  500. data/node_modules/@babel/helper-string-parser/package.json +0 -31
  501. data/node_modules/@babel/helper-validator-identifier/LICENSE +0 -22
  502. data/node_modules/@babel/helper-validator-identifier/README.md +0 -19
  503. data/node_modules/@babel/helper-validator-identifier/lib/identifier.js +0 -70
  504. data/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +0 -1
  505. data/node_modules/@babel/helper-validator-identifier/lib/index.js +0 -57
  506. data/node_modules/@babel/helper-validator-identifier/lib/index.js.map +0 -1
  507. data/node_modules/@babel/helper-validator-identifier/lib/keyword.js +0 -35
  508. data/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +0 -1
  509. data/node_modules/@babel/helper-validator-identifier/package.json +0 -31
  510. data/node_modules/@babel/helper-validator-option/LICENSE +0 -22
  511. data/node_modules/@babel/helper-validator-option/README.md +0 -19
  512. data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +0 -39
  513. data/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +0 -1
  514. data/node_modules/@babel/helper-validator-option/lib/index.js +0 -21
  515. data/node_modules/@babel/helper-validator-option/lib/index.js.map +0 -1
  516. data/node_modules/@babel/helper-validator-option/lib/validator.js +0 -48
  517. data/node_modules/@babel/helper-validator-option/lib/validator.js.map +0 -1
  518. data/node_modules/@babel/helper-validator-option/package.json +0 -27
  519. data/node_modules/@babel/helper-wrap-function/LICENSE +0 -22
  520. data/node_modules/@babel/helper-wrap-function/README.md +0 -19
  521. data/node_modules/@babel/helper-wrap-function/lib/index.js +0 -121
  522. data/node_modules/@babel/helper-wrap-function/lib/index.js.map +0 -1
  523. data/node_modules/@babel/helper-wrap-function/package.json +0 -26
  524. data/node_modules/@babel/helpers/LICENSE +0 -22
  525. data/node_modules/@babel/helpers/README.md +0 -19
  526. data/node_modules/@babel/helpers/lib/helpers/AwaitValue.js +0 -11
  527. data/node_modules/@babel/helpers/lib/helpers/AwaitValue.js.map +0 -1
  528. data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +0 -12
  529. data/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +0 -1
  530. data/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js +0 -31
  531. data/node_modules/@babel/helpers/lib/helpers/applyDecoratedDescriptor.js.map +0 -1
  532. data/node_modules/@babel/helpers/lib/helpers/applyDecs.js +0 -459
  533. data/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +0 -1
  534. data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +0 -363
  535. data/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +0 -1
  536. data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +0 -376
  537. data/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +0 -1
  538. data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +0 -421
  539. data/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +0 -1
  540. data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +0 -235
  541. data/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +0 -1
  542. data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js +0 -236
  543. data/node_modules/@babel/helpers/lib/helpers/applyDecs2311.js.map +0 -1
  544. data/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js +0 -13
  545. data/node_modules/@babel/helpers/lib/helpers/arrayLikeToArray.js.map +0 -1
  546. data/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js +0 -11
  547. data/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js.map +0 -1
  548. data/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js +0 -12
  549. data/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js.map +0 -1
  550. data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js +0 -14
  551. data/node_modules/@babel/helpers/lib/helpers/assertClassBrand.js.map +0 -1
  552. data/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js +0 -14
  553. data/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js.map +0 -1
  554. data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +0 -52
  555. data/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +0 -1
  556. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +0 -72
  557. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +0 -1
  558. data/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js +0 -38
  559. data/node_modules/@babel/helpers/lib/helpers/asyncToGenerator.js.map +0 -1
  560. data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +0 -12
  561. data/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +0 -1
  562. data/node_modules/@babel/helpers/lib/helpers/callSuper.js +0 -15
  563. data/node_modules/@babel/helpers/lib/helpers/callSuper.js.map +0 -1
  564. data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +0 -14
  565. data/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +0 -1
  566. data/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js +0 -13
  567. data/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js.map +0 -1
  568. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js +0 -25
  569. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorDestructureSet.js.map +0 -1
  570. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js +0 -14
  571. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorGet.js.map +0 -1
  572. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js +0 -18
  573. data/node_modules/@babel/helpers/lib/helpers/classApplyDescriptorSet.js.map +0 -1
  574. data/node_modules/@babel/helpers/lib/helpers/classCallCheck.js +0 -13
  575. data/node_modules/@babel/helpers/lib/helpers/classCallCheck.js.map +0 -1
  576. data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js +0 -12
  577. data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticAccess.js.map +0 -1
  578. data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -13
  579. data/node_modules/@babel/helpers/lib/helpers/classCheckPrivateStaticFieldDescriptor.js.map +0 -1
  580. data/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js +0 -12
  581. data/node_modules/@babel/helpers/lib/helpers/classExtractFieldDescriptor.js.map +0 -1
  582. data/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js +0 -11
  583. data/node_modules/@babel/helpers/lib/helpers/classNameTDZError.js.map +0 -1
  584. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js +0 -14
  585. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldDestructureSet.js.map +0 -1
  586. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js +0 -14
  587. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet.js.map +0 -1
  588. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js +0 -12
  589. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldGet2.js.map +0 -1
  590. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js +0 -13
  591. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldInitSpec.js.map +0 -1
  592. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js +0 -14
  593. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js.map +0 -1
  594. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js +0 -12
  595. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseKey.js.map +0 -1
  596. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js +0 -15
  597. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet.js.map +0 -1
  598. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js +0 -13
  599. data/node_modules/@babel/helpers/lib/helpers/classPrivateFieldSet2.js.map +0 -1
  600. data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js +0 -12
  601. data/node_modules/@babel/helpers/lib/helpers/classPrivateGetter.js.map +0 -1
  602. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js +0 -13
  603. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodGet.js.map +0 -1
  604. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js +0 -13
  605. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodInitSpec.js.map +0 -1
  606. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js +0 -11
  607. data/node_modules/@babel/helpers/lib/helpers/classPrivateMethodSet.js.map +0 -1
  608. data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js +0 -13
  609. data/node_modules/@babel/helpers/lib/helpers/classPrivateSetter.js.map +0 -1
  610. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js +0 -16
  611. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldDestructureSet.js.map +0 -1
  612. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js +0 -16
  613. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecGet.js.map +0 -1
  614. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js +0 -17
  615. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateFieldSpecSet.js.map +0 -1
  616. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js +0 -13
  617. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodGet.js.map +0 -1
  618. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js +0 -11
  619. data/node_modules/@babel/helpers/lib/helpers/classStaticPrivateMethodSet.js.map +0 -1
  620. data/node_modules/@babel/helpers/lib/helpers/construct.js +0 -20
  621. data/node_modules/@babel/helpers/lib/helpers/construct.js.map +0 -1
  622. data/node_modules/@babel/helpers/lib/helpers/createClass.js +0 -26
  623. data/node_modules/@babel/helpers/lib/helpers/createClass.js.map +0 -1
  624. data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js +0 -64
  625. data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelper.js.map +0 -1
  626. data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js +0 -29
  627. data/node_modules/@babel/helpers/lib/helpers/createForOfIteratorHelperLoose.js.map +0 -1
  628. data/node_modules/@babel/helpers/lib/helpers/createSuper.js +0 -25
  629. data/node_modules/@babel/helpers/lib/helpers/createSuper.js.map +0 -1
  630. data/node_modules/@babel/helpers/lib/helpers/decorate.js +0 -350
  631. data/node_modules/@babel/helpers/lib/helpers/decorate.js.map +0 -1
  632. data/node_modules/@babel/helpers/lib/helpers/defaults.js +0 -18
  633. data/node_modules/@babel/helpers/lib/helpers/defaults.js.map +0 -1
  634. data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +0 -16
  635. data/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +0 -1
  636. data/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js +0 -27
  637. data/node_modules/@babel/helpers/lib/helpers/defineEnumerableProperties.js.map +0 -1
  638. data/node_modules/@babel/helpers/lib/helpers/defineProperty.js +0 -23
  639. data/node_modules/@babel/helpers/lib/helpers/defineProperty.js.map +0 -1
  640. data/node_modules/@babel/helpers/lib/helpers/dispose.js +0 -47
  641. data/node_modules/@babel/helpers/lib/helpers/dispose.js.map +0 -1
  642. data/node_modules/@babel/helpers/lib/helpers/extends.js +0 -22
  643. data/node_modules/@babel/helpers/lib/helpers/extends.js.map +0 -1
  644. data/node_modules/@babel/helpers/lib/helpers/get.js +0 -25
  645. data/node_modules/@babel/helpers/lib/helpers/get.js.map +0 -1
  646. data/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js +0 -14
  647. data/node_modules/@babel/helpers/lib/helpers/getPrototypeOf.js.map +0 -1
  648. data/node_modules/@babel/helpers/lib/helpers/identity.js +0 -11
  649. data/node_modules/@babel/helpers/lib/helpers/identity.js.map +0 -1
  650. data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +0 -35
  651. data/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +0 -1
  652. data/node_modules/@babel/helpers/lib/helpers/inherits.js +0 -25
  653. data/node_modules/@babel/helpers/lib/helpers/inherits.js.map +0 -1
  654. data/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js +0 -14
  655. data/node_modules/@babel/helpers/lib/helpers/inheritsLoose.js.map +0 -1
  656. data/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js +0 -17
  657. data/node_modules/@babel/helpers/lib/helpers/initializerDefineProperty.js.map +0 -1
  658. data/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js +0 -11
  659. data/node_modules/@babel/helpers/lib/helpers/initializerWarningHelper.js.map +0 -1
  660. data/node_modules/@babel/helpers/lib/helpers/instanceof.js +0 -15
  661. data/node_modules/@babel/helpers/lib/helpers/instanceof.js.map +0 -1
  662. data/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js +0 -13
  663. data/node_modules/@babel/helpers/lib/helpers/interopRequireDefault.js.map +0 -1
  664. data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +0 -49
  665. data/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +0 -1
  666. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js +0 -15
  667. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +0 -1
  668. data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js +0 -16
  669. data/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js.map +0 -1
  670. data/node_modules/@babel/helpers/lib/helpers/iterableToArray.js +0 -13
  671. data/node_modules/@babel/helpers/lib/helpers/iterableToArray.js.map +0 -1
  672. data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +0 -41
  673. data/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +0 -1
  674. data/node_modules/@babel/helpers/lib/helpers/jsx.js +0 -47
  675. data/node_modules/@babel/helpers/lib/helpers/jsx.js.map +0 -1
  676. data/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js +0 -16
  677. data/node_modules/@babel/helpers/lib/helpers/maybeArrayLike.js.map +0 -1
  678. data/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js +0 -13
  679. data/node_modules/@babel/helpers/lib/helpers/newArrowCheck.js.map +0 -1
  680. data/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js +0 -11
  681. data/node_modules/@babel/helpers/lib/helpers/nonIterableRest.js.map +0 -1
  682. data/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js +0 -11
  683. data/node_modules/@babel/helpers/lib/helpers/nonIterableSpread.js.map +0 -1
  684. data/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js +0 -11
  685. data/node_modules/@babel/helpers/lib/helpers/nullishReceiverError.js.map +0 -1
  686. data/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js +0 -11
  687. data/node_modules/@babel/helpers/lib/helpers/objectDestructuringEmpty.js.map +0 -1
  688. data/node_modules/@babel/helpers/lib/helpers/objectSpread.js +0 -24
  689. data/node_modules/@babel/helpers/lib/helpers/objectSpread.js.map +0 -1
  690. data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +0 -39
  691. data/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +0 -1
  692. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +0 -24
  693. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +0 -1
  694. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +0 -19
  695. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +0 -1
  696. data/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js +0 -17
  697. data/node_modules/@babel/helpers/lib/helpers/possibleConstructorReturn.js.map +0 -1
  698. data/node_modules/@babel/helpers/lib/helpers/readOnlyError.js +0 -11
  699. data/node_modules/@babel/helpers/lib/helpers/readOnlyError.js.map +0 -1
  700. data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +0 -499
  701. data/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +0 -1
  702. data/node_modules/@babel/helpers/lib/helpers/set.js +0 -48
  703. data/node_modules/@babel/helpers/lib/helpers/set.js.map +0 -1
  704. data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js +0 -21
  705. data/node_modules/@babel/helpers/lib/helpers/setFunctionName.js.map +0 -1
  706. data/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js +0 -15
  707. data/node_modules/@babel/helpers/lib/helpers/setPrototypeOf.js.map +0 -1
  708. data/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js +0 -15
  709. data/node_modules/@babel/helpers/lib/helpers/skipFirstGeneratorNext.js.map +0 -1
  710. data/node_modules/@babel/helpers/lib/helpers/slicedToArray.js +0 -15
  711. data/node_modules/@babel/helpers/lib/helpers/slicedToArray.js.map +0 -1
  712. data/node_modules/@babel/helpers/lib/helpers/superPropBase.js +0 -16
  713. data/node_modules/@babel/helpers/lib/helpers/superPropBase.js.map +0 -1
  714. data/node_modules/@babel/helpers/lib/helpers/superPropGet.js +0 -16
  715. data/node_modules/@babel/helpers/lib/helpers/superPropGet.js.map +0 -1
  716. data/node_modules/@babel/helpers/lib/helpers/superPropSet.js +0 -13
  717. data/node_modules/@babel/helpers/lib/helpers/superPropSet.js.map +0 -1
  718. data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js +0 -18
  719. data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteral.js.map +0 -1
  720. data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js +0 -15
  721. data/node_modules/@babel/helpers/lib/helpers/taggedTemplateLiteralLoose.js.map +0 -1
  722. data/node_modules/@babel/helpers/lib/helpers/tdz.js +0 -11
  723. data/node_modules/@babel/helpers/lib/helpers/tdz.js.map +0 -1
  724. data/node_modules/@babel/helpers/lib/helpers/temporalRef.js +0 -13
  725. data/node_modules/@babel/helpers/lib/helpers/temporalRef.js.map +0 -1
  726. data/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js +0 -9
  727. data/node_modules/@babel/helpers/lib/helpers/temporalUndefined.js.map +0 -1
  728. data/node_modules/@babel/helpers/lib/helpers/toArray.js +0 -15
  729. data/node_modules/@babel/helpers/lib/helpers/toArray.js.map +0 -1
  730. data/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js +0 -15
  731. data/node_modules/@babel/helpers/lib/helpers/toConsumableArray.js.map +0 -1
  732. data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js +0 -18
  733. data/node_modules/@babel/helpers/lib/helpers/toPrimitive.js.map +0 -1
  734. data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js +0 -13
  735. data/node_modules/@babel/helpers/lib/helpers/toPropertyKey.js.map +0 -1
  736. data/node_modules/@babel/helpers/lib/helpers/toSetter.js +0 -18
  737. data/node_modules/@babel/helpers/lib/helpers/toSetter.js.map +0 -1
  738. data/node_modules/@babel/helpers/lib/helpers/typeof.js +0 -22
  739. data/node_modules/@babel/helpers/lib/helpers/typeof.js.map +0 -1
  740. data/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js +0 -19
  741. data/node_modules/@babel/helpers/lib/helpers/unsupportedIterableToArray.js.map +0 -1
  742. data/node_modules/@babel/helpers/lib/helpers/using.js +0 -29
  743. data/node_modules/@babel/helpers/lib/helpers/using.js.map +0 -1
  744. data/node_modules/@babel/helpers/lib/helpers/usingCtx.js +0 -103
  745. data/node_modules/@babel/helpers/lib/helpers/usingCtx.js.map +0 -1
  746. data/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js +0 -97
  747. data/node_modules/@babel/helpers/lib/helpers/wrapAsyncGenerator.js.map +0 -1
  748. data/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js +0 -38
  749. data/node_modules/@babel/helpers/lib/helpers/wrapNativeSuper.js.map +0 -1
  750. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +0 -68
  751. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +0 -1
  752. data/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js +0 -11
  753. data/node_modules/@babel/helpers/lib/helpers/writeOnlyError.js.map +0 -1
  754. data/node_modules/@babel/helpers/lib/helpers-generated.js +0 -1231
  755. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +0 -1
  756. data/node_modules/@babel/helpers/lib/index.js +0 -121
  757. data/node_modules/@babel/helpers/lib/index.js.map +0 -1
  758. data/node_modules/@babel/helpers/package.json +0 -31
  759. data/node_modules/@babel/parser/CHANGELOG.md +0 -1073
  760. data/node_modules/@babel/parser/LICENSE +0 -19
  761. data/node_modules/@babel/parser/README.md +0 -19
  762. data/node_modules/@babel/parser/bin/babel-parser.js +0 -15
  763. data/node_modules/@babel/parser/index.cjs +0 -5
  764. data/node_modules/@babel/parser/lib/index.js +0 -14027
  765. data/node_modules/@babel/parser/lib/index.js.map +0 -1
  766. data/node_modules/@babel/parser/package.json +0 -50
  767. data/node_modules/@babel/parser/typings/babel-parser.d.ts +0 -267
  768. data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/LICENSE +0 -22
  769. data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/README.md +0 -19
  770. data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/lib/index.js +0 -75
  771. data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/lib/index.js.map +0 -1
  772. data/node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key/package.json +0 -43
  773. data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/LICENSE +0 -22
  774. data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/README.md +0 -19
  775. data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/lib/index.js +0 -73
  776. data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/lib/index.js.map +0 -1
  777. data/node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope/package.json +0 -43
  778. data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE +0 -22
  779. data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md +0 -19
  780. data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js +0 -47
  781. data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map +0 -1
  782. data/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +0 -43
  783. data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE +0 -22
  784. data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md +0 -19
  785. data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js +0 -66
  786. data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map +0 -1
  787. data/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +0 -45
  788. data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/LICENSE +0 -22
  789. data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/README.md +0 -19
  790. data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/lib/index.js +0 -175
  791. data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/lib/index.js.map +0 -1
  792. data/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json +0 -44
  793. data/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE +0 -22
  794. data/node_modules/@babel/plugin-proposal-private-property-in-object/README.md +0 -23
  795. data/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js +0 -36
  796. data/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js.map +0 -1
  797. data/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +0 -27
  798. data/node_modules/@babel/plugin-syntax-flow/LICENSE +0 -22
  799. data/node_modules/@babel/plugin-syntax-flow/README.md +0 -19
  800. data/node_modules/@babel/plugin-syntax-flow/lib/index.js +0 -40
  801. data/node_modules/@babel/plugin-syntax-flow/lib/index.js.map +0 -1
  802. data/node_modules/@babel/plugin-syntax-flow/package.json +0 -33
  803. data/node_modules/@babel/plugin-syntax-import-assertions/LICENSE +0 -22
  804. data/node_modules/@babel/plugin-syntax-import-assertions/README.md +0 -19
  805. data/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js +0 -32
  806. data/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js.map +0 -1
  807. data/node_modules/@babel/plugin-syntax-import-assertions/package.json +0 -32
  808. data/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +0 -22
  809. data/node_modules/@babel/plugin-syntax-import-attributes/README.md +0 -19
  810. data/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +0 -39
  811. data/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +0 -1
  812. data/node_modules/@babel/plugin-syntax-import-attributes/package.json +0 -40
  813. data/node_modules/@babel/plugin-syntax-jsx/LICENSE +0 -22
  814. data/node_modules/@babel/plugin-syntax-jsx/README.md +0 -19
  815. data/node_modules/@babel/plugin-syntax-jsx/lib/index.js +0 -23
  816. data/node_modules/@babel/plugin-syntax-jsx/lib/index.js.map +0 -1
  817. data/node_modules/@babel/plugin-syntax-jsx/package.json +0 -33
  818. data/node_modules/@babel/plugin-syntax-typescript/LICENSE +0 -22
  819. data/node_modules/@babel/plugin-syntax-typescript/README.md +0 -19
  820. data/node_modules/@babel/plugin-syntax-typescript/lib/index.js +0 -57
  821. data/node_modules/@babel/plugin-syntax-typescript/lib/index.js.map +0 -1
  822. data/node_modules/@babel/plugin-syntax-typescript/package.json +0 -35
  823. data/node_modules/@babel/plugin-syntax-unicode-sets-regex/LICENSE +0 -22
  824. data/node_modules/@babel/plugin-syntax-unicode-sets-regex/README.md +0 -19
  825. data/node_modules/@babel/plugin-syntax-unicode-sets-regex/lib/index.js +0 -25
  826. data/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +0 -49
  827. data/node_modules/@babel/plugin-transform-arrow-functions/LICENSE +0 -22
  828. data/node_modules/@babel/plugin-transform-arrow-functions/README.md +0 -19
  829. data/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js +0 -29
  830. data/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js.map +0 -1
  831. data/node_modules/@babel/plugin-transform-arrow-functions/package.json +0 -36
  832. data/node_modules/@babel/plugin-transform-async-generator-functions/LICENSE +0 -22
  833. data/node_modules/@babel/plugin-transform-async-generator-functions/README.md +0 -19
  834. data/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js +0 -77
  835. data/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js.map +0 -1
  836. data/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js +0 -85
  837. data/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js.map +0 -1
  838. data/node_modules/@babel/plugin-transform-async-generator-functions/package.json +0 -38
  839. data/node_modules/@babel/plugin-transform-async-to-generator/LICENSE +0 -22
  840. data/node_modules/@babel/plugin-transform-async-to-generator/README.md +0 -19
  841. data/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js +0 -52
  842. data/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js.map +0 -1
  843. data/node_modules/@babel/plugin-transform-async-to-generator/package.json +0 -36
  844. data/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE +0 -22
  845. data/node_modules/@babel/plugin-transform-block-scoped-functions/README.md +0 -19
  846. data/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js +0 -45
  847. data/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js.map +0 -1
  848. data/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +0 -34
  849. data/node_modules/@babel/plugin-transform-block-scoping/LICENSE +0 -22
  850. data/node_modules/@babel/plugin-transform-block-scoping/README.md +0 -19
  851. data/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js +0 -101
  852. data/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js.map +0 -1
  853. data/node_modules/@babel/plugin-transform-block-scoping/lib/index.js +0 -184
  854. data/node_modules/@babel/plugin-transform-block-scoping/lib/index.js.map +0 -1
  855. data/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js +0 -291
  856. data/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js.map +0 -1
  857. data/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js +0 -133
  858. data/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js.map +0 -1
  859. data/node_modules/@babel/plugin-transform-block-scoping/package.json +0 -35
  860. data/node_modules/@babel/plugin-transform-class-properties/LICENSE +0 -22
  861. data/node_modules/@babel/plugin-transform-class-properties/README.md +0 -19
  862. data/node_modules/@babel/plugin-transform-class-properties/lib/index.js +0 -24
  863. data/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +0 -1
  864. data/node_modules/@babel/plugin-transform-class-properties/package.json +0 -35
  865. data/node_modules/@babel/plugin-transform-class-static-block/LICENSE +0 -22
  866. data/node_modules/@babel/plugin-transform-class-static-block/README.md +0 -19
  867. data/node_modules/@babel/plugin-transform-class-static-block/lib/index.js +0 -63
  868. data/node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map +0 -1
  869. data/node_modules/@babel/plugin-transform-class-static-block/package.json +0 -46
  870. data/node_modules/@babel/plugin-transform-classes/LICENSE +0 -22
  871. data/node_modules/@babel/plugin-transform-classes/README.md +0 -19
  872. data/node_modules/@babel/plugin-transform-classes/lib/index.js +0 -75
  873. data/node_modules/@babel/plugin-transform-classes/lib/index.js.map +0 -1
  874. data/node_modules/@babel/plugin-transform-classes/lib/inline-callSuper-helpers.js +0 -73
  875. data/node_modules/@babel/plugin-transform-classes/lib/inline-callSuper-helpers.js.map +0 -1
  876. data/node_modules/@babel/plugin-transform-classes/lib/transformClass.js +0 -544
  877. data/node_modules/@babel/plugin-transform-classes/lib/transformClass.js.map +0 -1
  878. data/node_modules/@babel/plugin-transform-classes/node_modules/globals/globals.json +0 -1563
  879. data/node_modules/@babel/plugin-transform-classes/node_modules/globals/index.js +0 -2
  880. data/node_modules/@babel/plugin-transform-classes/node_modules/globals/license +0 -9
  881. data/node_modules/@babel/plugin-transform-classes/node_modules/globals/package.json +0 -41
  882. data/node_modules/@babel/plugin-transform-classes/node_modules/globals/readme.md +0 -41
  883. data/node_modules/@babel/plugin-transform-classes/package.json +0 -39
  884. data/node_modules/@babel/plugin-transform-computed-properties/LICENSE +0 -22
  885. data/node_modules/@babel/plugin-transform-computed-properties/README.md +0 -19
  886. data/node_modules/@babel/plugin-transform-computed-properties/lib/index.js +0 -168
  887. data/node_modules/@babel/plugin-transform-computed-properties/lib/index.js.map +0 -1
  888. data/node_modules/@babel/plugin-transform-computed-properties/package.json +0 -35
  889. data/node_modules/@babel/plugin-transform-destructuring/LICENSE +0 -22
  890. data/node_modules/@babel/plugin-transform-destructuring/README.md +0 -19
  891. data/node_modules/@babel/plugin-transform-destructuring/lib/index.js +0 -577
  892. data/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map +0 -1
  893. data/node_modules/@babel/plugin-transform-destructuring/package.json +0 -35
  894. data/node_modules/@babel/plugin-transform-dotall-regex/LICENSE +0 -22
  895. data/node_modules/@babel/plugin-transform-dotall-regex/README.md +0 -19
  896. data/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js +0 -17
  897. data/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js.map +0 -1
  898. data/node_modules/@babel/plugin-transform-dotall-regex/package.json +0 -40
  899. data/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE +0 -22
  900. data/node_modules/@babel/plugin-transform-duplicate-keys/README.md +0 -19
  901. data/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js +0 -60
  902. data/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js.map +0 -1
  903. data/node_modules/@babel/plugin-transform-duplicate-keys/package.json +0 -34
  904. data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/LICENSE +0 -22
  905. data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/README.md +0 -19
  906. data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/lib/index.js +0 -26
  907. data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/lib/index.js.map +0 -1
  908. data/node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex/package.json +0 -47
  909. data/node_modules/@babel/plugin-transform-dynamic-import/LICENSE +0 -22
  910. data/node_modules/@babel/plugin-transform-dynamic-import/README.md +0 -19
  911. data/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js +0 -40
  912. data/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js.map +0 -1
  913. data/node_modules/@babel/plugin-transform-dynamic-import/package.json +0 -33
  914. data/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE +0 -22
  915. data/node_modules/@babel/plugin-transform-exponentiation-operator/README.md +0 -19
  916. data/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js +0 -82
  917. data/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js.map +0 -1
  918. data/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +0 -34
  919. data/node_modules/@babel/plugin-transform-export-namespace-from/LICENSE +0 -22
  920. data/node_modules/@babel/plugin-transform-export-namespace-from/README.md +0 -19
  921. data/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js +0 -46
  922. data/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js.map +0 -1
  923. data/node_modules/@babel/plugin-transform-export-namespace-from/package.json +0 -34
  924. data/node_modules/@babel/plugin-transform-flow-strip-types/LICENSE +0 -22
  925. data/node_modules/@babel/plugin-transform-flow-strip-types/README.md +0 -19
  926. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +0 -163
  927. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +0 -1
  928. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +0 -35
  929. data/node_modules/@babel/plugin-transform-for-of/LICENSE +0 -22
  930. data/node_modules/@babel/plugin-transform-for-of/README.md +0 -19
  931. data/node_modules/@babel/plugin-transform-for-of/lib/index.js +0 -194
  932. data/node_modules/@babel/plugin-transform-for-of/lib/index.js.map +0 -1
  933. data/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js +0 -153
  934. data/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js.map +0 -1
  935. data/node_modules/@babel/plugin-transform-for-of/package.json +0 -35
  936. data/node_modules/@babel/plugin-transform-function-name/LICENSE +0 -22
  937. data/node_modules/@babel/plugin-transform-function-name/README.md +0 -19
  938. data/node_modules/@babel/plugin-transform-function-name/lib/index.js +0 -40
  939. data/node_modules/@babel/plugin-transform-function-name/lib/index.js.map +0 -1
  940. data/node_modules/@babel/plugin-transform-function-name/package.json +0 -36
  941. data/node_modules/@babel/plugin-transform-json-strings/LICENSE +0 -22
  942. data/node_modules/@babel/plugin-transform-json-strings/README.md +0 -19
  943. data/node_modules/@babel/plugin-transform-json-strings/lib/index.js +0 -33
  944. data/node_modules/@babel/plugin-transform-json-strings/lib/index.js.map +0 -1
  945. data/node_modules/@babel/plugin-transform-json-strings/package.json +0 -34
  946. data/node_modules/@babel/plugin-transform-literals/LICENSE +0 -22
  947. data/node_modules/@babel/plugin-transform-literals/README.md +0 -19
  948. data/node_modules/@babel/plugin-transform-literals/lib/index.js +0 -31
  949. data/node_modules/@babel/plugin-transform-literals/lib/index.js.map +0 -1
  950. data/node_modules/@babel/plugin-transform-literals/package.json +0 -34
  951. data/node_modules/@babel/plugin-transform-logical-assignment-operators/LICENSE +0 -22
  952. data/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md +0 -19
  953. data/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js +0 -55
  954. data/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js.map +0 -1
  955. data/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +0 -35
  956. data/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE +0 -22
  957. data/node_modules/@babel/plugin-transform-member-expression-literals/README.md +0 -19
  958. data/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js +0 -29
  959. data/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js.map +0 -1
  960. data/node_modules/@babel/plugin-transform-member-expression-literals/package.json +0 -34
  961. data/node_modules/@babel/plugin-transform-modules-amd/LICENSE +0 -22
  962. data/node_modules/@babel/plugin-transform-modules-amd/README.md +0 -19
  963. data/node_modules/@babel/plugin-transform-modules-amd/lib/index.js +0 -144
  964. data/node_modules/@babel/plugin-transform-modules-amd/lib/index.js.map +0 -1
  965. data/node_modules/@babel/plugin-transform-modules-amd/package.json +0 -36
  966. data/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +0 -22
  967. data/node_modules/@babel/plugin-transform-modules-commonjs/README.md +0 -19
  968. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +0 -16
  969. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +0 -1
  970. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +0 -37
  971. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +0 -1
  972. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +0 -193
  973. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +0 -1
  974. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +0 -44
  975. data/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +0 -1
  976. data/node_modules/@babel/plugin-transform-modules-commonjs/package.json +0 -36
  977. data/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE +0 -22
  978. data/node_modules/@babel/plugin-transform-modules-systemjs/README.md +0 -19
  979. data/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js +0 -406
  980. data/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map +0 -1
  981. data/node_modules/@babel/plugin-transform-modules-systemjs/package.json +0 -39
  982. data/node_modules/@babel/plugin-transform-modules-umd/LICENSE +0 -22
  983. data/node_modules/@babel/plugin-transform-modules-umd/README.md +0 -19
  984. data/node_modules/@babel/plugin-transform-modules-umd/lib/index.js +0 -156
  985. data/node_modules/@babel/plugin-transform-modules-umd/lib/index.js.map +0 -1
  986. data/node_modules/@babel/plugin-transform-modules-umd/package.json +0 -36
  987. data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE +0 -22
  988. data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md +0 -19
  989. data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js +0 -25
  990. data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js.map +0 -1
  991. data/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +0 -40
  992. data/node_modules/@babel/plugin-transform-new-target/LICENSE +0 -22
  993. data/node_modules/@babel/plugin-transform-new-target/README.md +0 -19
  994. data/node_modules/@babel/plugin-transform-new-target/lib/index.js +0 -71
  995. data/node_modules/@babel/plugin-transform-new-target/lib/index.js.map +0 -1
  996. data/node_modules/@babel/plugin-transform-new-target/package.json +0 -36
  997. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +0 -22
  998. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +0 -19
  999. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +0 -48
  1000. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +0 -1
  1001. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +0 -34
  1002. data/node_modules/@babel/plugin-transform-numeric-separator/LICENSE +0 -22
  1003. data/node_modules/@babel/plugin-transform-numeric-separator/README.md +0 -19
  1004. data/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js +0 -31
  1005. data/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js.map +0 -1
  1006. data/node_modules/@babel/plugin-transform-numeric-separator/package.json +0 -36
  1007. data/node_modules/@babel/plugin-transform-object-rest-spread/LICENSE +0 -22
  1008. data/node_modules/@babel/plugin-transform-object-rest-spread/README.md +0 -19
  1009. data/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js +0 -466
  1010. data/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js.map +0 -1
  1011. data/node_modules/@babel/plugin-transform-object-rest-spread/package.json +0 -37
  1012. data/node_modules/@babel/plugin-transform-object-super/LICENSE +0 -22
  1013. data/node_modules/@babel/plugin-transform-object-super/README.md +0 -19
  1014. data/node_modules/@babel/plugin-transform-object-super/lib/index.js +0 -67
  1015. data/node_modules/@babel/plugin-transform-object-super/lib/index.js.map +0 -1
  1016. data/node_modules/@babel/plugin-transform-object-super/package.json +0 -35
  1017. data/node_modules/@babel/plugin-transform-optional-catch-binding/LICENSE +0 -22
  1018. data/node_modules/@babel/plugin-transform-optional-catch-binding/README.md +0 -19
  1019. data/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js +0 -25
  1020. data/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js.map +0 -1
  1021. data/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +0 -34
  1022. data/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +0 -22
  1023. data/node_modules/@babel/plugin-transform-optional-chaining/README.md +0 -19
  1024. data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +0 -244
  1025. data/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +0 -1
  1026. data/node_modules/@babel/plugin-transform-optional-chaining/package.json +0 -37
  1027. data/node_modules/@babel/plugin-transform-parameters/LICENSE +0 -22
  1028. data/node_modules/@babel/plugin-transform-parameters/README.md +0 -19
  1029. data/node_modules/@babel/plugin-transform-parameters/lib/index.js +0 -42
  1030. data/node_modules/@babel/plugin-transform-parameters/lib/index.js.map +0 -1
  1031. data/node_modules/@babel/plugin-transform-parameters/lib/params.js +0 -144
  1032. data/node_modules/@babel/plugin-transform-parameters/lib/params.js.map +0 -1
  1033. data/node_modules/@babel/plugin-transform-parameters/lib/rest.js +0 -284
  1034. data/node_modules/@babel/plugin-transform-parameters/lib/rest.js.map +0 -1
  1035. data/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js +0 -64
  1036. data/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js.map +0 -1
  1037. data/node_modules/@babel/plugin-transform-parameters/package.json +0 -34
  1038. data/node_modules/@babel/plugin-transform-private-methods/LICENSE +0 -22
  1039. data/node_modules/@babel/plugin-transform-private-methods/README.md +0 -19
  1040. data/node_modules/@babel/plugin-transform-private-methods/lib/index.js +0 -24
  1041. data/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +0 -1
  1042. data/node_modules/@babel/plugin-transform-private-methods/package.json +0 -35
  1043. data/node_modules/@babel/plugin-transform-private-property-in-object/LICENSE +0 -22
  1044. data/node_modules/@babel/plugin-transform-private-property-in-object/README.md +0 -19
  1045. data/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js +0 -126
  1046. data/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js.map +0 -1
  1047. data/node_modules/@babel/plugin-transform-private-property-in-object/package.json +0 -36
  1048. data/node_modules/@babel/plugin-transform-property-literals/LICENSE +0 -22
  1049. data/node_modules/@babel/plugin-transform-property-literals/README.md +0 -19
  1050. data/node_modules/@babel/plugin-transform-property-literals/lib/index.js +0 -28
  1051. data/node_modules/@babel/plugin-transform-property-literals/lib/index.js.map +0 -1
  1052. data/node_modules/@babel/plugin-transform-property-literals/package.json +0 -34
  1053. data/node_modules/@babel/plugin-transform-regenerator/LICENSE +0 -22
  1054. data/node_modules/@babel/plugin-transform-regenerator/README.md +0 -19
  1055. data/node_modules/@babel/plugin-transform-regenerator/lib/index.js +0 -45
  1056. data/node_modules/@babel/plugin-transform-regenerator/lib/index.js.map +0 -1
  1057. data/node_modules/@babel/plugin-transform-regenerator/package.json +0 -32
  1058. data/node_modules/@babel/plugin-transform-regexp-modifiers/LICENSE +0 -22
  1059. data/node_modules/@babel/plugin-transform-regexp-modifiers/README.md +0 -19
  1060. data/node_modules/@babel/plugin-transform-regexp-modifiers/lib/index.js +0 -17
  1061. data/node_modules/@babel/plugin-transform-regexp-modifiers/lib/index.js.map +0 -1
  1062. data/node_modules/@babel/plugin-transform-regexp-modifiers/package.json +0 -45
  1063. data/node_modules/@babel/plugin-transform-reserved-words/LICENSE +0 -22
  1064. data/node_modules/@babel/plugin-transform-reserved-words/README.md +0 -19
  1065. data/node_modules/@babel/plugin-transform-reserved-words/lib/index.js +0 -23
  1066. data/node_modules/@babel/plugin-transform-reserved-words/lib/index.js.map +0 -1
  1067. data/node_modules/@babel/plugin-transform-reserved-words/package.json +0 -34
  1068. data/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE +0 -22
  1069. data/node_modules/@babel/plugin-transform-shorthand-properties/README.md +0 -19
  1070. data/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js +0 -50
  1071. data/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js.map +0 -1
  1072. data/node_modules/@babel/plugin-transform-shorthand-properties/package.json +0 -34
  1073. data/node_modules/@babel/plugin-transform-spread/LICENSE +0 -22
  1074. data/node_modules/@babel/plugin-transform-spread/README.md +0 -19
  1075. data/node_modules/@babel/plugin-transform-spread/lib/index.js +0 -167
  1076. data/node_modules/@babel/plugin-transform-spread/lib/index.js.map +0 -1
  1077. data/node_modules/@babel/plugin-transform-spread/package.json +0 -35
  1078. data/node_modules/@babel/plugin-transform-sticky-regex/LICENSE +0 -22
  1079. data/node_modules/@babel/plugin-transform-sticky-regex/README.md +0 -19
  1080. data/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js +0 -25
  1081. data/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js.map +0 -1
  1082. data/node_modules/@babel/plugin-transform-sticky-regex/package.json +0 -34
  1083. data/node_modules/@babel/plugin-transform-template-literals/LICENSE +0 -22
  1084. data/node_modules/@babel/plugin-transform-template-literals/README.md +0 -19
  1085. data/node_modules/@babel/plugin-transform-template-literals/lib/index.js +0 -108
  1086. data/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +0 -1
  1087. data/node_modules/@babel/plugin-transform-template-literals/package.json +0 -34
  1088. data/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE +0 -22
  1089. data/node_modules/@babel/plugin-transform-typeof-symbol/README.md +0 -19
  1090. data/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js +0 -61
  1091. data/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js.map +0 -1
  1092. data/node_modules/@babel/plugin-transform-typeof-symbol/package.json +0 -37
  1093. data/node_modules/@babel/plugin-transform-typescript/LICENSE +0 -22
  1094. data/node_modules/@babel/plugin-transform-typescript/README.md +0 -19
  1095. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +0 -58
  1096. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +0 -1
  1097. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +0 -319
  1098. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +0 -1
  1099. data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js +0 -22
  1100. data/node_modules/@babel/plugin-transform-typescript/lib/global-types.js.map +0 -1
  1101. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +0 -487
  1102. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +0 -1
  1103. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -176
  1104. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +0 -1
  1105. data/node_modules/@babel/plugin-transform-typescript/package.json +0 -41
  1106. data/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE +0 -22
  1107. data/node_modules/@babel/plugin-transform-unicode-escapes/README.md +0 -19
  1108. data/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js +0 -118
  1109. data/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js.map +0 -1
  1110. data/node_modules/@babel/plugin-transform-unicode-escapes/package.json +0 -34
  1111. data/node_modules/@babel/plugin-transform-unicode-property-regex/LICENSE +0 -22
  1112. data/node_modules/@babel/plugin-transform-unicode-property-regex/README.md +0 -19
  1113. data/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js +0 -26
  1114. data/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js.map +0 -1
  1115. data/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +0 -41
  1116. data/node_modules/@babel/plugin-transform-unicode-regex/LICENSE +0 -22
  1117. data/node_modules/@babel/plugin-transform-unicode-regex/README.md +0 -19
  1118. data/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js +0 -17
  1119. data/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js.map +0 -1
  1120. data/node_modules/@babel/plugin-transform-unicode-regex/package.json +0 -35
  1121. data/node_modules/@babel/plugin-transform-unicode-sets-regex/LICENSE +0 -22
  1122. data/node_modules/@babel/plugin-transform-unicode-sets-regex/README.md +0 -19
  1123. data/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js +0 -22
  1124. data/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js.map +0 -1
  1125. data/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +0 -52
  1126. data/node_modules/@babel/preset-env/CONTRIBUTING.md +0 -94
  1127. data/node_modules/@babel/preset-env/LICENSE +0 -22
  1128. data/node_modules/@babel/preset-env/README.md +0 -19
  1129. data/node_modules/@babel/preset-env/data/built-in-modules.js +0 -3
  1130. data/node_modules/@babel/preset-env/data/built-in-modules.json.js +0 -3
  1131. data/node_modules/@babel/preset-env/data/built-ins.js +0 -4
  1132. data/node_modules/@babel/preset-env/data/built-ins.json.js +0 -4
  1133. data/node_modules/@babel/preset-env/data/core-js-compat.js +0 -3
  1134. data/node_modules/@babel/preset-env/data/corejs2-built-ins.js +0 -3
  1135. data/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +0 -3
  1136. data/node_modules/@babel/preset-env/data/package.json +0 -1
  1137. data/node_modules/@babel/preset-env/data/plugins.js +0 -3
  1138. data/node_modules/@babel/preset-env/data/plugins.json.js +0 -3
  1139. data/node_modules/@babel/preset-env/data/shipped-proposals.js +0 -4
  1140. data/node_modules/@babel/preset-env/data/unreleased-labels.js +0 -3
  1141. data/node_modules/@babel/preset-env/lib/available-plugins.js +0 -171
  1142. data/node_modules/@babel/preset-env/lib/available-plugins.js.map +0 -1
  1143. data/node_modules/@babel/preset-env/lib/babel-7-available-plugins.cjs +0 -9
  1144. data/node_modules/@babel/preset-env/lib/babel-7-available-plugins.cjs.map +0 -1
  1145. data/node_modules/@babel/preset-env/lib/debug.js +0 -37
  1146. data/node_modules/@babel/preset-env/lib/debug.js.map +0 -1
  1147. data/node_modules/@babel/preset-env/lib/filter-items.js +0 -32
  1148. data/node_modules/@babel/preset-env/lib/filter-items.js.map +0 -1
  1149. data/node_modules/@babel/preset-env/lib/index.js +0 -347
  1150. data/node_modules/@babel/preset-env/lib/index.js.map +0 -1
  1151. data/node_modules/@babel/preset-env/lib/module-transformations.js +0 -15
  1152. data/node_modules/@babel/preset-env/lib/module-transformations.js.map +0 -1
  1153. data/node_modules/@babel/preset-env/lib/normalize-options.js +0 -150
  1154. data/node_modules/@babel/preset-env/lib/normalize-options.js.map +0 -1
  1155. data/node_modules/@babel/preset-env/lib/options.js +0 -43
  1156. data/node_modules/@babel/preset-env/lib/options.js.map +0 -1
  1157. data/node_modules/@babel/preset-env/lib/plugins-compat-data.js +0 -28
  1158. data/node_modules/@babel/preset-env/lib/plugins-compat-data.js.map +0 -1
  1159. data/node_modules/@babel/preset-env/lib/polyfills/babel-7-plugins.cjs +0 -21
  1160. data/node_modules/@babel/preset-env/lib/polyfills/babel-7-plugins.cjs.map +0 -1
  1161. data/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.cjs +0 -69
  1162. data/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.cjs.map +0 -1
  1163. data/node_modules/@babel/preset-env/lib/polyfills/regenerator.cjs +0 -44
  1164. data/node_modules/@babel/preset-env/lib/polyfills/regenerator.cjs.map +0 -1
  1165. data/node_modules/@babel/preset-env/lib/polyfills/utils.cjs +0 -22
  1166. data/node_modules/@babel/preset-env/lib/polyfills/utils.cjs.map +0 -1
  1167. data/node_modules/@babel/preset-env/lib/shipped-proposals.js +0 -29
  1168. data/node_modules/@babel/preset-env/lib/shipped-proposals.js.map +0 -1
  1169. data/node_modules/@babel/preset-env/lib/targets-parser.js +0 -20
  1170. data/node_modules/@babel/preset-env/lib/targets-parser.js.map +0 -1
  1171. data/node_modules/@babel/preset-env/node_modules/semver/LICENSE +0 -15
  1172. data/node_modules/@babel/preset-env/node_modules/semver/README.md +0 -443
  1173. data/node_modules/@babel/preset-env/node_modules/semver/bin/semver.js +0 -174
  1174. data/node_modules/@babel/preset-env/node_modules/semver/package.json +0 -38
  1175. data/node_modules/@babel/preset-env/node_modules/semver/range.bnf +0 -16
  1176. data/node_modules/@babel/preset-env/node_modules/semver/semver.js +0 -1643
  1177. data/node_modules/@babel/preset-env/package.json +0 -102
  1178. data/node_modules/@babel/preset-flow/LICENSE +0 -22
  1179. data/node_modules/@babel/preset-flow/README.md +0 -19
  1180. data/node_modules/@babel/preset-flow/lib/index.js +0 -42
  1181. data/node_modules/@babel/preset-flow/lib/index.js.map +0 -1
  1182. data/node_modules/@babel/preset-flow/lib/normalize-options.js +0 -28
  1183. data/node_modules/@babel/preset-flow/lib/normalize-options.js.map +0 -1
  1184. data/node_modules/@babel/preset-flow/package.json +0 -41
  1185. data/node_modules/@babel/preset-modules/README.md +0 -171
  1186. data/node_modules/@babel/preset-modules/lib/index.js +0 -27
  1187. data/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js +0 -45
  1188. data/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js +0 -36
  1189. data/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js +0 -42
  1190. data/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js +0 -115
  1191. data/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js +0 -47
  1192. data/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js +0 -42
  1193. data/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js +0 -75
  1194. data/node_modules/@babel/preset-modules/package.json +0 -104
  1195. data/node_modules/@babel/preset-modules/src/index.js +0 -26
  1196. data/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js +0 -35
  1197. data/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js +0 -29
  1198. data/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js +0 -31
  1199. data/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js +0 -111
  1200. data/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js +0 -39
  1201. data/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js +0 -38
  1202. data/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js +0 -88
  1203. data/node_modules/@babel/preset-typescript/LICENSE +0 -22
  1204. data/node_modules/@babel/preset-typescript/README.md +0 -19
  1205. data/node_modules/@babel/preset-typescript/lib/index.js +0 -161
  1206. data/node_modules/@babel/preset-typescript/lib/index.js.map +0 -1
  1207. data/node_modules/@babel/preset-typescript/package.json +0 -40
  1208. data/node_modules/@babel/register/LICENSE +0 -22
  1209. data/node_modules/@babel/register/README.md +0 -19
  1210. data/node_modules/@babel/register/experimental-worker.js +0 -1
  1211. data/node_modules/@babel/register/lib/browser.js +0 -9
  1212. data/node_modules/@babel/register/lib/browser.js.map +0 -1
  1213. data/node_modules/@babel/register/lib/cache.js +0 -3
  1214. data/node_modules/@babel/register/lib/cache.js.map +0 -1
  1215. data/node_modules/@babel/register/lib/experimental-worker.js +0 -25
  1216. data/node_modules/@babel/register/lib/experimental-worker.js.map +0 -1
  1217. data/node_modules/@babel/register/lib/hook.js +0 -71
  1218. data/node_modules/@babel/register/lib/hook.js.map +0 -1
  1219. data/node_modules/@babel/register/lib/index.js +0 -11
  1220. data/node_modules/@babel/register/lib/index.js.map +0 -1
  1221. data/node_modules/@babel/register/lib/is-in-register-worker.js +0 -9
  1222. data/node_modules/@babel/register/lib/is-in-register-worker.js.map +0 -1
  1223. data/node_modules/@babel/register/lib/node.js +0 -16
  1224. data/node_modules/@babel/register/lib/node.js.map +0 -1
  1225. data/node_modules/@babel/register/lib/nodeWrapper.js +0 -13
  1226. data/node_modules/@babel/register/lib/nodeWrapper.js.map +0 -1
  1227. data/node_modules/@babel/register/lib/worker/babel-core.js +0 -19
  1228. data/node_modules/@babel/register/lib/worker/babel-core.js.map +0 -1
  1229. data/node_modules/@babel/register/lib/worker/cache.js +0 -94
  1230. data/node_modules/@babel/register/lib/worker/cache.js.map +0 -1
  1231. data/node_modules/@babel/register/lib/worker/handle-message.js +0 -24
  1232. data/node_modules/@babel/register/lib/worker/handle-message.js.map +0 -1
  1233. data/node_modules/@babel/register/lib/worker/index.js +0 -39
  1234. data/node_modules/@babel/register/lib/worker/index.js.map +0 -1
  1235. data/node_modules/@babel/register/lib/worker/transform.js +0 -121
  1236. data/node_modules/@babel/register/lib/worker/transform.js.map +0 -1
  1237. data/node_modules/@babel/register/lib/worker-client.js +0 -83
  1238. data/node_modules/@babel/register/lib/worker-client.js.map +0 -1
  1239. data/node_modules/@babel/register/package.json +0 -41
  1240. data/node_modules/@babel/runtime/LICENSE +0 -22
  1241. data/node_modules/@babel/runtime/README.md +0 -19
  1242. data/node_modules/@babel/runtime/helpers/AwaitValue.js +0 -4
  1243. data/node_modules/@babel/runtime/helpers/OverloadYield.js +0 -4
  1244. data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +0 -9
  1245. data/node_modules/@babel/runtime/helpers/applyDecs.js +0 -236
  1246. data/node_modules/@babel/runtime/helpers/applyDecs2203.js +0 -184
  1247. data/node_modules/@babel/runtime/helpers/applyDecs2203R.js +0 -191
  1248. data/node_modules/@babel/runtime/helpers/applyDecs2301.js +0 -222
  1249. data/node_modules/@babel/runtime/helpers/applyDecs2305.js +0 -133
  1250. data/node_modules/@babel/runtime/helpers/applyDecs2311.js +0 -124
  1251. data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +0 -6
  1252. data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +0 -4
  1253. data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +0 -5
  1254. data/node_modules/@babel/runtime/helpers/assertClassBrand.js +0 -5
  1255. data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +0 -5
  1256. data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +0 -24
  1257. data/node_modules/@babel/runtime/helpers/asyncIterator.js +0 -45
  1258. data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +0 -26
  1259. data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +0 -5
  1260. data/node_modules/@babel/runtime/helpers/callSuper.js +0 -7
  1261. data/node_modules/@babel/runtime/helpers/checkInRHS.js +0 -6
  1262. data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +0 -4
  1263. data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +0 -10
  1264. data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +0 -4
  1265. data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +0 -7
  1266. data/node_modules/@babel/runtime/helpers/classCallCheck.js +0 -4
  1267. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +0 -5
  1268. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +0 -4
  1269. data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +0 -5
  1270. data/node_modules/@babel/runtime/helpers/classNameTDZError.js +0 -4
  1271. data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +0 -7
  1272. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +0 -7
  1273. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +0 -5
  1274. data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +0 -5
  1275. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +0 -5
  1276. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +0 -5
  1277. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +0 -7
  1278. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +0 -5
  1279. data/node_modules/@babel/runtime/helpers/classPrivateGetter.js +0 -5
  1280. data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +0 -5
  1281. data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +0 -5
  1282. data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +0 -4
  1283. data/node_modules/@babel/runtime/helpers/classPrivateSetter.js +0 -5
  1284. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +0 -7
  1285. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +0 -7
  1286. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +0 -7
  1287. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +0 -5
  1288. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +0 -4
  1289. data/node_modules/@babel/runtime/helpers/construct.js +0 -10
  1290. data/node_modules/@babel/runtime/helpers/createClass.js +0 -13
  1291. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +0 -50
  1292. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +0 -19
  1293. data/node_modules/@babel/runtime/helpers/createSuper.js +0 -16
  1294. data/node_modules/@babel/runtime/helpers/decorate.js +0 -250
  1295. data/node_modules/@babel/runtime/helpers/defaults.js +0 -9
  1296. data/node_modules/@babel/runtime/helpers/defineAccessor.js +0 -8
  1297. data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +0 -12
  1298. data/node_modules/@babel/runtime/helpers/defineProperty.js +0 -10
  1299. data/node_modules/@babel/runtime/helpers/dispose.js +0 -28
  1300. data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +0 -4
  1301. data/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +0 -4
  1302. data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +0 -9
  1303. data/node_modules/@babel/runtime/helpers/esm/applyDecs.js +0 -236
  1304. data/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +0 -184
  1305. data/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +0 -191
  1306. data/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +0 -222
  1307. data/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +0 -133
  1308. data/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +0 -124
  1309. data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -6
  1310. data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -4
  1311. data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -5
  1312. data/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +0 -5
  1313. data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -5
  1314. data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +0 -24
  1315. data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +0 -45
  1316. data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +0 -26
  1317. data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +0 -5
  1318. data/node_modules/@babel/runtime/helpers/esm/callSuper.js +0 -7
  1319. data/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +0 -6
  1320. data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +0 -4
  1321. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +0 -10
  1322. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +0 -4
  1323. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +0 -7
  1324. data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -4
  1325. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +0 -5
  1326. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +0 -4
  1327. data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +0 -5
  1328. data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +0 -4
  1329. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +0 -7
  1330. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +0 -7
  1331. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +0 -5
  1332. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +0 -5
  1333. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +0 -5
  1334. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +0 -5
  1335. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +0 -7
  1336. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +0 -5
  1337. data/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +0 -5
  1338. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +0 -5
  1339. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +0 -5
  1340. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +0 -4
  1341. data/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +0 -5
  1342. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +0 -7
  1343. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +0 -7
  1344. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +0 -7
  1345. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +0 -5
  1346. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +0 -4
  1347. data/node_modules/@babel/runtime/helpers/esm/construct.js +0 -10
  1348. data/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -13
  1349. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +0 -50
  1350. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +0 -19
  1351. data/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -16
  1352. data/node_modules/@babel/runtime/helpers/esm/decorate.js +0 -250
  1353. data/node_modules/@babel/runtime/helpers/esm/defaults.js +0 -9
  1354. data/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +0 -8
  1355. data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +0 -12
  1356. data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -10
  1357. data/node_modules/@babel/runtime/helpers/esm/dispose.js +0 -28
  1358. data/node_modules/@babel/runtime/helpers/esm/extends.js +0 -10
  1359. data/node_modules/@babel/runtime/helpers/esm/get.js +0 -11
  1360. data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -6
  1361. data/node_modules/@babel/runtime/helpers/esm/identity.js +0 -4
  1362. data/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +0 -27
  1363. data/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -14
  1364. data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -5
  1365. data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +0 -9
  1366. data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +0 -4
  1367. data/node_modules/@babel/runtime/helpers/esm/instanceof.js +0 -4
  1368. data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +0 -6
  1369. data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +0 -27
  1370. data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +0 -8
  1371. data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -9
  1372. data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -4
  1373. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -28
  1374. data/node_modules/@babel/runtime/helpers/esm/jsx.js +0 -22
  1375. data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +0 -9
  1376. data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +0 -4
  1377. data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -4
  1378. data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -4
  1379. data/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +0 -4
  1380. data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +0 -4
  1381. data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0 -14
  1382. data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -23
  1383. data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
  1384. data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -10
  1385. data/node_modules/@babel/runtime/helpers/esm/package.json +0 -3
  1386. data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -8
  1387. data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +0 -4
  1388. data/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +0 -304
  1389. data/node_modules/@babel/runtime/helpers/esm/set.js +0 -22
  1390. data/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +0 -12
  1391. data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -6
  1392. data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +0 -7
  1393. data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -8
  1394. data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +0 -6
  1395. data/node_modules/@babel/runtime/helpers/esm/superPropGet.js +0 -9
  1396. data/node_modules/@babel/runtime/helpers/esm/superPropSet.js +0 -6
  1397. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -8
  1398. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +0 -4
  1399. data/node_modules/@babel/runtime/helpers/esm/tdz.js +0 -4
  1400. data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +0 -6
  1401. data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +0 -2
  1402. data/node_modules/@babel/runtime/helpers/esm/toArray.js +0 -8
  1403. data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -8
  1404. data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -12
  1405. data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -7
  1406. data/node_modules/@babel/runtime/helpers/esm/toSetter.js +0 -10
  1407. data/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -10
  1408. data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -9
  1409. data/node_modules/@babel/runtime/helpers/esm/using.js +0 -12
  1410. data/node_modules/@babel/runtime/helpers/esm/usingCtx.js +0 -59
  1411. data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +0 -69
  1412. data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +0 -27
  1413. data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +0 -51
  1414. data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +0 -4
  1415. data/node_modules/@babel/runtime/helpers/extends.js +0 -10
  1416. data/node_modules/@babel/runtime/helpers/get.js +0 -11
  1417. data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +0 -6
  1418. data/node_modules/@babel/runtime/helpers/identity.js +0 -4
  1419. data/node_modules/@babel/runtime/helpers/importDeferProxy.js +0 -27
  1420. data/node_modules/@babel/runtime/helpers/inherits.js +0 -14
  1421. data/node_modules/@babel/runtime/helpers/inheritsLoose.js +0 -5
  1422. data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +0 -9
  1423. data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +0 -4
  1424. data/node_modules/@babel/runtime/helpers/instanceof.js +0 -4
  1425. data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -6
  1426. data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +0 -27
  1427. data/node_modules/@babel/runtime/helpers/isNativeFunction.js +0 -8
  1428. data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +0 -9
  1429. data/node_modules/@babel/runtime/helpers/iterableToArray.js +0 -4
  1430. data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +0 -28
  1431. data/node_modules/@babel/runtime/helpers/jsx.js +0 -22
  1432. data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +0 -9
  1433. data/node_modules/@babel/runtime/helpers/newArrowCheck.js +0 -4
  1434. data/node_modules/@babel/runtime/helpers/nonIterableRest.js +0 -4
  1435. data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +0 -4
  1436. data/node_modules/@babel/runtime/helpers/nullishReceiverError.js +0 -4
  1437. data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +0 -4
  1438. data/node_modules/@babel/runtime/helpers/objectSpread.js +0 -14
  1439. data/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -23
  1440. data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +0 -13
  1441. data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +0 -10
  1442. data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +0 -8
  1443. data/node_modules/@babel/runtime/helpers/readOnlyError.js +0 -4
  1444. data/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +0 -304
  1445. data/node_modules/@babel/runtime/helpers/set.js +0 -22
  1446. data/node_modules/@babel/runtime/helpers/setFunctionName.js +0 -12
  1447. data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +0 -6
  1448. data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +0 -7
  1449. data/node_modules/@babel/runtime/helpers/slicedToArray.js +0 -8
  1450. data/node_modules/@babel/runtime/helpers/superPropBase.js +0 -6
  1451. data/node_modules/@babel/runtime/helpers/superPropGet.js +0 -9
  1452. data/node_modules/@babel/runtime/helpers/superPropSet.js +0 -6
  1453. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +0 -8
  1454. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +0 -4
  1455. data/node_modules/@babel/runtime/helpers/tdz.js +0 -4
  1456. data/node_modules/@babel/runtime/helpers/temporalRef.js +0 -6
  1457. data/node_modules/@babel/runtime/helpers/temporalUndefined.js +0 -2
  1458. data/node_modules/@babel/runtime/helpers/toArray.js +0 -8
  1459. data/node_modules/@babel/runtime/helpers/toConsumableArray.js +0 -8
  1460. data/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -12
  1461. data/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -7
  1462. data/node_modules/@babel/runtime/helpers/toSetter.js +0 -10
  1463. data/node_modules/@babel/runtime/helpers/typeof.js +0 -10
  1464. data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +0 -9
  1465. data/node_modules/@babel/runtime/helpers/using.js +0 -12
  1466. data/node_modules/@babel/runtime/helpers/usingCtx.js +0 -59
  1467. data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +0 -69
  1468. data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +0 -27
  1469. data/node_modules/@babel/runtime/helpers/wrapRegExp.js +0 -51
  1470. data/node_modules/@babel/runtime/helpers/writeOnlyError.js +0 -4
  1471. data/node_modules/@babel/runtime/package.json +0 -1056
  1472. data/node_modules/@babel/runtime/regenerator/index.js +0 -15
  1473. data/node_modules/@babel/template/LICENSE +0 -22
  1474. data/node_modules/@babel/template/README.md +0 -19
  1475. data/node_modules/@babel/template/lib/builder.js +0 -69
  1476. data/node_modules/@babel/template/lib/builder.js.map +0 -1
  1477. data/node_modules/@babel/template/lib/formatters.js +0 -61
  1478. data/node_modules/@babel/template/lib/formatters.js.map +0 -1
  1479. data/node_modules/@babel/template/lib/index.js +0 -23
  1480. data/node_modules/@babel/template/lib/index.js.map +0 -1
  1481. data/node_modules/@babel/template/lib/literal.js +0 -69
  1482. data/node_modules/@babel/template/lib/literal.js.map +0 -1
  1483. data/node_modules/@babel/template/lib/options.js +0 -73
  1484. data/node_modules/@babel/template/lib/options.js.map +0 -1
  1485. data/node_modules/@babel/template/lib/parse.js +0 -160
  1486. data/node_modules/@babel/template/lib/parse.js.map +0 -1
  1487. data/node_modules/@babel/template/lib/populate.js +0 -137
  1488. data/node_modules/@babel/template/lib/populate.js.map +0 -1
  1489. data/node_modules/@babel/template/lib/string.js +0 -20
  1490. data/node_modules/@babel/template/lib/string.js.map +0 -1
  1491. data/node_modules/@babel/template/package.json +0 -27
  1492. data/node_modules/@babel/traverse/LICENSE +0 -22
  1493. data/node_modules/@babel/traverse/README.md +0 -19
  1494. data/node_modules/@babel/traverse/lib/cache.js +0 -44
  1495. data/node_modules/@babel/traverse/lib/cache.js.map +0 -1
  1496. data/node_modules/@babel/traverse/lib/context.js +0 -119
  1497. data/node_modules/@babel/traverse/lib/context.js.map +0 -1
  1498. data/node_modules/@babel/traverse/lib/hub.js +0 -19
  1499. data/node_modules/@babel/traverse/lib/hub.js.map +0 -1
  1500. data/node_modules/@babel/traverse/lib/index.js +0 -95
  1501. data/node_modules/@babel/traverse/lib/index.js.map +0 -1
  1502. data/node_modules/@babel/traverse/lib/path/ancestry.js +0 -141
  1503. data/node_modules/@babel/traverse/lib/path/ancestry.js.map +0 -1
  1504. data/node_modules/@babel/traverse/lib/path/comments.js +0 -52
  1505. data/node_modules/@babel/traverse/lib/path/comments.js.map +0 -1
  1506. data/node_modules/@babel/traverse/lib/path/context.js +0 -242
  1507. data/node_modules/@babel/traverse/lib/path/context.js.map +0 -1
  1508. data/node_modules/@babel/traverse/lib/path/conversion.js +0 -609
  1509. data/node_modules/@babel/traverse/lib/path/conversion.js.map +0 -1
  1510. data/node_modules/@babel/traverse/lib/path/evaluation.js +0 -347
  1511. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +0 -1
  1512. data/node_modules/@babel/traverse/lib/path/family.js +0 -340
  1513. data/node_modules/@babel/traverse/lib/path/family.js.map +0 -1
  1514. data/node_modules/@babel/traverse/lib/path/index.js +0 -292
  1515. data/node_modules/@babel/traverse/lib/path/index.js.map +0 -1
  1516. data/node_modules/@babel/traverse/lib/path/inference/index.js +0 -149
  1517. data/node_modules/@babel/traverse/lib/path/inference/index.js.map +0 -1
  1518. data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +0 -151
  1519. data/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +0 -1
  1520. data/node_modules/@babel/traverse/lib/path/inference/inferers.js +0 -207
  1521. data/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +0 -1
  1522. data/node_modules/@babel/traverse/lib/path/inference/util.js +0 -30
  1523. data/node_modules/@babel/traverse/lib/path/inference/util.js.map +0 -1
  1524. data/node_modules/@babel/traverse/lib/path/introspection.js +0 -398
  1525. data/node_modules/@babel/traverse/lib/path/introspection.js.map +0 -1
  1526. data/node_modules/@babel/traverse/lib/path/lib/hoister.js +0 -171
  1527. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +0 -1
  1528. data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +0 -37
  1529. data/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +0 -1
  1530. data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +0 -163
  1531. data/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +0 -1
  1532. data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +0 -26
  1533. data/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +0 -1
  1534. data/node_modules/@babel/traverse/lib/path/modification.js +0 -229
  1535. data/node_modules/@babel/traverse/lib/path/modification.js.map +0 -1
  1536. data/node_modules/@babel/traverse/lib/path/removal.js +0 -69
  1537. data/node_modules/@babel/traverse/lib/path/removal.js.map +0 -1
  1538. data/node_modules/@babel/traverse/lib/path/replacement.js +0 -263
  1539. data/node_modules/@babel/traverse/lib/path/replacement.js.map +0 -1
  1540. data/node_modules/@babel/traverse/lib/scope/binding.js +0 -83
  1541. data/node_modules/@babel/traverse/lib/scope/binding.js.map +0 -1
  1542. data/node_modules/@babel/traverse/lib/scope/index.js +0 -981
  1543. data/node_modules/@babel/traverse/lib/scope/index.js.map +0 -1
  1544. data/node_modules/@babel/traverse/lib/scope/lib/renamer.js +0 -131
  1545. data/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +0 -1
  1546. data/node_modules/@babel/traverse/lib/traverse-node.js +0 -29
  1547. data/node_modules/@babel/traverse/lib/traverse-node.js.map +0 -1
  1548. data/node_modules/@babel/traverse/lib/types.js +0 -3
  1549. data/node_modules/@babel/traverse/lib/types.js.map +0 -1
  1550. data/node_modules/@babel/traverse/lib/visitors.js +0 -258
  1551. data/node_modules/@babel/traverse/lib/visitors.js.map +0 -1
  1552. data/node_modules/@babel/traverse/node_modules/globals/globals.json +0 -1563
  1553. data/node_modules/@babel/traverse/node_modules/globals/index.js +0 -2
  1554. data/node_modules/@babel/traverse/node_modules/globals/license +0 -9
  1555. data/node_modules/@babel/traverse/node_modules/globals/package.json +0 -41
  1556. data/node_modules/@babel/traverse/node_modules/globals/readme.md +0 -41
  1557. data/node_modules/@babel/traverse/package.json +0 -35
  1558. data/node_modules/@babel/types/LICENSE +0 -22
  1559. data/node_modules/@babel/types/README.md +0 -19
  1560. data/node_modules/@babel/types/lib/asserts/assertNode.js +0 -16
  1561. data/node_modules/@babel/types/lib/asserts/assertNode.js.map +0 -1
  1562. data/node_modules/@babel/types/lib/asserts/generated/index.js +0 -1235
  1563. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +0 -1
  1564. data/node_modules/@babel/types/lib/ast-types/generated/index.js +0 -3
  1565. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +0 -1
  1566. data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +0 -18
  1567. data/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +0 -1
  1568. data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +0 -31
  1569. data/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +0 -1
  1570. data/node_modules/@babel/types/lib/builders/generated/index.js +0 -2865
  1571. data/node_modules/@babel/types/lib/builders/generated/index.js.map +0 -1
  1572. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +0 -1532
  1573. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +0 -1
  1574. data/node_modules/@babel/types/lib/builders/productions.js +0 -12
  1575. data/node_modules/@babel/types/lib/builders/productions.js.map +0 -1
  1576. data/node_modules/@babel/types/lib/builders/react/buildChildren.js +0 -24
  1577. data/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +0 -1
  1578. data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +0 -22
  1579. data/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +0 -1
  1580. data/node_modules/@babel/types/lib/builders/validateNode.js +0 -21
  1581. data/node_modules/@babel/types/lib/builders/validateNode.js.map +0 -1
  1582. data/node_modules/@babel/types/lib/clone/clone.js +0 -12
  1583. data/node_modules/@babel/types/lib/clone/clone.js.map +0 -1
  1584. data/node_modules/@babel/types/lib/clone/cloneDeep.js +0 -12
  1585. data/node_modules/@babel/types/lib/clone/cloneDeep.js.map +0 -1
  1586. data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +0 -12
  1587. data/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +0 -1
  1588. data/node_modules/@babel/types/lib/clone/cloneNode.js +0 -107
  1589. data/node_modules/@babel/types/lib/clone/cloneNode.js.map +0 -1
  1590. data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +0 -12
  1591. data/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +0 -1
  1592. data/node_modules/@babel/types/lib/comments/addComment.js +0 -15
  1593. data/node_modules/@babel/types/lib/comments/addComment.js.map +0 -1
  1594. data/node_modules/@babel/types/lib/comments/addComments.js +0 -22
  1595. data/node_modules/@babel/types/lib/comments/addComments.js.map +0 -1
  1596. data/node_modules/@babel/types/lib/comments/inheritInnerComments.js +0 -12
  1597. data/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +0 -1
  1598. data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +0 -12
  1599. data/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +0 -1
  1600. data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +0 -12
  1601. data/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +0 -1
  1602. data/node_modules/@babel/types/lib/comments/inheritsComments.js +0 -17
  1603. data/node_modules/@babel/types/lib/comments/inheritsComments.js.map +0 -1
  1604. data/node_modules/@babel/types/lib/comments/removeComments.js +0 -15
  1605. data/node_modules/@babel/types/lib/comments/removeComments.js.map +0 -1
  1606. data/node_modules/@babel/types/lib/constants/generated/index.js +0 -59
  1607. data/node_modules/@babel/types/lib/constants/generated/index.js.map +0 -1
  1608. data/node_modules/@babel/types/lib/constants/index.js +0 -31
  1609. data/node_modules/@babel/types/lib/constants/index.js.map +0 -1
  1610. data/node_modules/@babel/types/lib/converters/ensureBlock.js +0 -14
  1611. data/node_modules/@babel/types/lib/converters/ensureBlock.js.map +0 -1
  1612. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +0 -66
  1613. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +0 -1
  1614. data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +0 -14
  1615. data/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +0 -1
  1616. data/node_modules/@babel/types/lib/converters/toBlock.js +0 -29
  1617. data/node_modules/@babel/types/lib/converters/toBlock.js.map +0 -1
  1618. data/node_modules/@babel/types/lib/converters/toComputedKey.js +0 -14
  1619. data/node_modules/@babel/types/lib/converters/toComputedKey.js.map +0 -1
  1620. data/node_modules/@babel/types/lib/converters/toExpression.js +0 -27
  1621. data/node_modules/@babel/types/lib/converters/toExpression.js.map +0 -1
  1622. data/node_modules/@babel/types/lib/converters/toIdentifier.js +0 -25
  1623. data/node_modules/@babel/types/lib/converters/toIdentifier.js.map +0 -1
  1624. data/node_modules/@babel/types/lib/converters/toKeyAlias.js +0 -38
  1625. data/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +0 -1
  1626. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js +0 -20
  1627. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +0 -1
  1628. data/node_modules/@babel/types/lib/converters/toStatement.js +0 -39
  1629. data/node_modules/@babel/types/lib/converters/toStatement.js.map +0 -1
  1630. data/node_modules/@babel/types/lib/converters/valueToNode.js +0 -76
  1631. data/node_modules/@babel/types/lib/converters/valueToNode.js.map +0 -1
  1632. data/node_modules/@babel/types/lib/definitions/core.js +0 -1630
  1633. data/node_modules/@babel/types/lib/definitions/core.js.map +0 -1
  1634. data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +0 -11
  1635. data/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +0 -1
  1636. data/node_modules/@babel/types/lib/definitions/experimental.js +0 -134
  1637. data/node_modules/@babel/types/lib/definitions/experimental.js.map +0 -1
  1638. data/node_modules/@babel/types/lib/definitions/flow.js +0 -492
  1639. data/node_modules/@babel/types/lib/definitions/flow.js.map +0 -1
  1640. data/node_modules/@babel/types/lib/definitions/index.js +0 -87
  1641. data/node_modules/@babel/types/lib/definitions/index.js.map +0 -1
  1642. data/node_modules/@babel/types/lib/definitions/jsx.js +0 -152
  1643. data/node_modules/@babel/types/lib/definitions/jsx.js.map +0 -1
  1644. data/node_modules/@babel/types/lib/definitions/misc.js +0 -33
  1645. data/node_modules/@babel/types/lib/definitions/misc.js.map +0 -1
  1646. data/node_modules/@babel/types/lib/definitions/placeholders.js +0 -27
  1647. data/node_modules/@babel/types/lib/definitions/placeholders.js.map +0 -1
  1648. data/node_modules/@babel/types/lib/definitions/typescript.js +0 -499
  1649. data/node_modules/@babel/types/lib/definitions/typescript.js.map +0 -1
  1650. data/node_modules/@babel/types/lib/definitions/utils.js +0 -270
  1651. data/node_modules/@babel/types/lib/definitions/utils.js.map +0 -1
  1652. data/node_modules/@babel/types/lib/index-legacy.d.ts +0 -2766
  1653. data/node_modules/@babel/types/lib/index.d.ts +0 -3264
  1654. data/node_modules/@babel/types/lib/index.js +0 -595
  1655. data/node_modules/@babel/types/lib/index.js.flow +0 -2620
  1656. data/node_modules/@babel/types/lib/index.js.map +0 -1
  1657. data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +0 -15
  1658. data/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +0 -1
  1659. data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +0 -65
  1660. data/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +0 -1
  1661. data/node_modules/@babel/types/lib/modifications/inherits.js +0 -28
  1662. data/node_modules/@babel/types/lib/modifications/inherits.js.map +0 -1
  1663. data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +0 -17
  1664. data/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +0 -1
  1665. data/node_modules/@babel/types/lib/modifications/removeProperties.js +0 -24
  1666. data/node_modules/@babel/types/lib/modifications/removeProperties.js.map +0 -1
  1667. data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +0 -14
  1668. data/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +0 -1
  1669. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +0 -65
  1670. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +0 -1
  1671. data/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js +0 -48
  1672. data/node_modules/@babel/types/lib/retrievers/getAssignmentIdentifiers.js.map +0 -1
  1673. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -101
  1674. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +0 -1
  1675. data/node_modules/@babel/types/lib/retrievers/getFunctionName.js +0 -63
  1676. data/node_modules/@babel/types/lib/retrievers/getFunctionName.js.map +0 -1
  1677. data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +0 -13
  1678. data/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +0 -1
  1679. data/node_modules/@babel/types/lib/traverse/traverse.js +0 -50
  1680. data/node_modules/@babel/types/lib/traverse/traverse.js.map +0 -1
  1681. data/node_modules/@babel/types/lib/traverse/traverseFast.js +0 -26
  1682. data/node_modules/@babel/types/lib/traverse/traverseFast.js.map +0 -1
  1683. data/node_modules/@babel/types/lib/utils/deprecationWarning.js +0 -44
  1684. data/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +0 -1
  1685. data/node_modules/@babel/types/lib/utils/inherit.js +0 -13
  1686. data/node_modules/@babel/types/lib/utils/inherit.js.map +0 -1
  1687. data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +0 -40
  1688. data/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +0 -1
  1689. data/node_modules/@babel/types/lib/utils/shallowEqual.js +0 -17
  1690. data/node_modules/@babel/types/lib/utils/shallowEqual.js.map +0 -1
  1691. data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +0 -13
  1692. data/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +0 -1
  1693. data/node_modules/@babel/types/lib/validators/generated/index.js +0 -2752
  1694. data/node_modules/@babel/types/lib/validators/generated/index.js.map +0 -1
  1695. data/node_modules/@babel/types/lib/validators/is.js +0 -27
  1696. data/node_modules/@babel/types/lib/validators/is.js.map +0 -1
  1697. data/node_modules/@babel/types/lib/validators/isBinding.js +0 -27
  1698. data/node_modules/@babel/types/lib/validators/isBinding.js.map +0 -1
  1699. data/node_modules/@babel/types/lib/validators/isBlockScoped.js +0 -13
  1700. data/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +0 -1
  1701. data/node_modules/@babel/types/lib/validators/isImmutable.js +0 -21
  1702. data/node_modules/@babel/types/lib/validators/isImmutable.js.map +0 -1
  1703. data/node_modules/@babel/types/lib/validators/isLet.js +0 -13
  1704. data/node_modules/@babel/types/lib/validators/isLet.js.map +0 -1
  1705. data/node_modules/@babel/types/lib/validators/isNode.js +0 -12
  1706. data/node_modules/@babel/types/lib/validators/isNode.js.map +0 -1
  1707. data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +0 -57
  1708. data/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +0 -1
  1709. data/node_modules/@babel/types/lib/validators/isPlaceholderType.js +0 -19
  1710. data/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +0 -1
  1711. data/node_modules/@babel/types/lib/validators/isReferenced.js +0 -96
  1712. data/node_modules/@babel/types/lib/validators/isReferenced.js.map +0 -1
  1713. data/node_modules/@babel/types/lib/validators/isScope.js +0 -18
  1714. data/node_modules/@babel/types/lib/validators/isScope.js.map +0 -1
  1715. data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +0 -14
  1716. data/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +0 -1
  1717. data/node_modules/@babel/types/lib/validators/isType.js +0 -22
  1718. data/node_modules/@babel/types/lib/validators/isType.js.map +0 -1
  1719. data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +0 -13
  1720. data/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +0 -1
  1721. data/node_modules/@babel/types/lib/validators/isValidIdentifier.js +0 -18
  1722. data/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +0 -1
  1723. data/node_modules/@babel/types/lib/validators/isVar.js +0 -15
  1724. data/node_modules/@babel/types/lib/validators/isVar.js.map +0 -1
  1725. data/node_modules/@babel/types/lib/validators/matchesPattern.js +0 -36
  1726. data/node_modules/@babel/types/lib/validators/matchesPattern.js.map +0 -1
  1727. data/node_modules/@babel/types/lib/validators/react/isCompatTag.js +0 -11
  1728. data/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +0 -1
  1729. data/node_modules/@babel/types/lib/validators/react/isReactComponent.js +0 -11
  1730. data/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +0 -1
  1731. data/node_modules/@babel/types/lib/validators/validate.js +0 -42
  1732. data/node_modules/@babel/types/lib/validators/validate.js.map +0 -1
  1733. data/node_modules/@babel/types/package.json +0 -39
  1734. data/node_modules/@jridgewell/gen-mapping/LICENSE +0 -19
  1735. data/node_modules/@jridgewell/gen-mapping/README.md +0 -227
  1736. data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +0 -230
  1737. data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +0 -1
  1738. data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +0 -246
  1739. data/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +0 -1
  1740. data/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +0 -88
  1741. data/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +0 -12
  1742. data/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +0 -36
  1743. data/node_modules/@jridgewell/gen-mapping/package.json +0 -76
  1744. data/node_modules/@jridgewell/resolve-uri/LICENSE +0 -19
  1745. data/node_modules/@jridgewell/resolve-uri/README.md +0 -40
  1746. data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +0 -232
  1747. data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +0 -1
  1748. data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +0 -240
  1749. data/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +0 -1
  1750. data/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +0 -4
  1751. data/node_modules/@jridgewell/resolve-uri/package.json +0 -69
  1752. data/node_modules/@jridgewell/set-array/LICENSE +0 -19
  1753. data/node_modules/@jridgewell/set-array/README.md +0 -37
  1754. data/node_modules/@jridgewell/set-array/dist/set-array.mjs +0 -69
  1755. data/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +0 -1
  1756. data/node_modules/@jridgewell/set-array/dist/set-array.umd.js +0 -83
  1757. data/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +0 -1
  1758. data/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +0 -32
  1759. data/node_modules/@jridgewell/set-array/package.json +0 -65
  1760. data/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -21
  1761. data/node_modules/@jridgewell/sourcemap-codec/README.md +0 -264
  1762. data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +0 -424
  1763. data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +0 -1
  1764. data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -439
  1765. data/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +0 -1
  1766. data/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +0 -49
  1767. data/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +0 -8
  1768. data/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +0 -15
  1769. data/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +0 -6
  1770. data/node_modules/@jridgewell/sourcemap-codec/package.json +0 -75
  1771. data/node_modules/@jridgewell/trace-mapping/LICENSE +0 -19
  1772. data/node_modules/@jridgewell/trace-mapping/README.md +0 -257
  1773. data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +0 -580
  1774. data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +0 -1
  1775. data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +0 -600
  1776. data/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +0 -1
  1777. data/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +0 -8
  1778. data/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +0 -32
  1779. data/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +0 -7
  1780. data/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +0 -1
  1781. data/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +0 -2
  1782. data/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +0 -16
  1783. data/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +0 -4
  1784. data/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +0 -79
  1785. data/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +0 -99
  1786. data/node_modules/@jridgewell/trace-mapping/package.json +0 -77
  1787. data/node_modules/ast-types/LICENSE +0 -20
  1788. data/node_modules/ast-types/README.md +0 -512
  1789. data/node_modules/ast-types/lib/def/babel-core.d.ts +0 -2
  1790. data/node_modules/ast-types/lib/def/babel-core.js +0 -241
  1791. data/node_modules/ast-types/lib/def/babel-core.js.map +0 -1
  1792. data/node_modules/ast-types/lib/def/babel.d.ts +0 -2
  1793. data/node_modules/ast-types/lib/def/babel.js +0 -26
  1794. data/node_modules/ast-types/lib/def/babel.js.map +0 -1
  1795. data/node_modules/ast-types/lib/def/core.d.ts +0 -2
  1796. data/node_modules/ast-types/lib/def/core.js +0 -281
  1797. data/node_modules/ast-types/lib/def/core.js.map +0 -1
  1798. data/node_modules/ast-types/lib/def/es-proposals.d.ts +0 -2
  1799. data/node_modules/ast-types/lib/def/es-proposals.js +0 -70
  1800. data/node_modules/ast-types/lib/def/es-proposals.js.map +0 -1
  1801. data/node_modules/ast-types/lib/def/es2016.d.ts +0 -2
  1802. data/node_modules/ast-types/lib/def/es2016.js +0 -17
  1803. data/node_modules/ast-types/lib/def/es2016.js.map +0 -1
  1804. data/node_modules/ast-types/lib/def/es2017.d.ts +0 -2
  1805. data/node_modules/ast-types/lib/def/es2017.js +0 -22
  1806. data/node_modules/ast-types/lib/def/es2017.js.map +0 -1
  1807. data/node_modules/ast-types/lib/def/es2018.d.ts +0 -2
  1808. data/node_modules/ast-types/lib/def/es2018.js +0 -36
  1809. data/node_modules/ast-types/lib/def/es2018.js.map +0 -1
  1810. data/node_modules/ast-types/lib/def/es2019.d.ts +0 -2
  1811. data/node_modules/ast-types/lib/def/es2019.js +0 -19
  1812. data/node_modules/ast-types/lib/def/es2019.js.map +0 -1
  1813. data/node_modules/ast-types/lib/def/es2020.d.ts +0 -2
  1814. data/node_modules/ast-types/lib/def/es2020.js +0 -52
  1815. data/node_modules/ast-types/lib/def/es2020.js.map +0 -1
  1816. data/node_modules/ast-types/lib/def/es2021.d.ts +0 -2
  1817. data/node_modules/ast-types/lib/def/es2021.js +0 -15
  1818. data/node_modules/ast-types/lib/def/es2021.js.map +0 -1
  1819. data/node_modules/ast-types/lib/def/es2022.d.ts +0 -2
  1820. data/node_modules/ast-types/lib/def/es2022.js +0 -18
  1821. data/node_modules/ast-types/lib/def/es2022.js.map +0 -1
  1822. data/node_modules/ast-types/lib/def/es6.d.ts +0 -2
  1823. data/node_modules/ast-types/lib/def/es6.js +0 -238
  1824. data/node_modules/ast-types/lib/def/es6.js.map +0 -1
  1825. data/node_modules/ast-types/lib/def/esprima.d.ts +0 -2
  1826. data/node_modules/ast-types/lib/def/esprima.js +0 -51
  1827. data/node_modules/ast-types/lib/def/esprima.js.map +0 -1
  1828. data/node_modules/ast-types/lib/def/flow.d.ts +0 -2
  1829. data/node_modules/ast-types/lib/def/flow.js +0 -362
  1830. data/node_modules/ast-types/lib/def/flow.js.map +0 -1
  1831. data/node_modules/ast-types/lib/def/jsx.d.ts +0 -2
  1832. data/node_modules/ast-types/lib/def/jsx.js +0 -110
  1833. data/node_modules/ast-types/lib/def/jsx.js.map +0 -1
  1834. data/node_modules/ast-types/lib/def/operators/core.d.ts +0 -5
  1835. data/node_modules/ast-types/lib/def/operators/core.js +0 -27
  1836. data/node_modules/ast-types/lib/def/operators/core.js.map +0 -1
  1837. data/node_modules/ast-types/lib/def/operators/es2016.d.ts +0 -5
  1838. data/node_modules/ast-types/lib/def/operators/es2016.js +0 -21
  1839. data/node_modules/ast-types/lib/def/operators/es2016.js.map +0 -1
  1840. data/node_modules/ast-types/lib/def/operators/es2020.d.ts +0 -5
  1841. data/node_modules/ast-types/lib/def/operators/es2020.js +0 -17
  1842. data/node_modules/ast-types/lib/def/operators/es2020.js.map +0 -1
  1843. data/node_modules/ast-types/lib/def/operators/es2021.d.ts +0 -5
  1844. data/node_modules/ast-types/lib/def/operators/es2021.js +0 -20
  1845. data/node_modules/ast-types/lib/def/operators/es2021.js.map +0 -1
  1846. data/node_modules/ast-types/lib/def/type-annotations.d.ts +0 -7
  1847. data/node_modules/ast-types/lib/def/type-annotations.js +0 -42
  1848. data/node_modules/ast-types/lib/def/type-annotations.js.map +0 -1
  1849. data/node_modules/ast-types/lib/def/typescript.d.ts +0 -2
  1850. data/node_modules/ast-types/lib/def/typescript.js +0 -369
  1851. data/node_modules/ast-types/lib/def/typescript.js.map +0 -1
  1852. data/node_modules/ast-types/lib/equiv.d.ts +0 -5
  1853. data/node_modules/ast-types/lib/equiv.js +0 -157
  1854. data/node_modules/ast-types/lib/equiv.js.map +0 -1
  1855. data/node_modules/ast-types/lib/fork.d.ts +0 -43
  1856. data/node_modules/ast-types/lib/fork.js +0 -55
  1857. data/node_modules/ast-types/lib/fork.js.map +0 -1
  1858. data/node_modules/ast-types/lib/gen/builders.d.ts +0 -2850
  1859. data/node_modules/ast-types/lib/gen/builders.js +0 -3
  1860. data/node_modules/ast-types/lib/gen/builders.js.map +0 -1
  1861. data/node_modules/ast-types/lib/gen/kinds.d.ts +0 -293
  1862. data/node_modules/ast-types/lib/gen/kinds.js +0 -3
  1863. data/node_modules/ast-types/lib/gen/kinds.js.map +0 -1
  1864. data/node_modules/ast-types/lib/gen/namedTypes.d.ts +0 -2029
  1865. data/node_modules/ast-types/lib/gen/namedTypes.js +0 -7
  1866. data/node_modules/ast-types/lib/gen/namedTypes.js.map +0 -1
  1867. data/node_modules/ast-types/lib/gen/visitor.d.ts +0 -297
  1868. data/node_modules/ast-types/lib/gen/visitor.js +0 -3
  1869. data/node_modules/ast-types/lib/gen/visitor.js.map +0 -1
  1870. data/node_modules/ast-types/lib/main.d.ts +0 -29
  1871. data/node_modules/ast-types/lib/main.js +0 -44
  1872. data/node_modules/ast-types/lib/main.js.map +0 -1
  1873. data/node_modules/ast-types/lib/node-path.d.ts +0 -21
  1874. data/node_modules/ast-types/lib/node-path.js +0 -414
  1875. data/node_modules/ast-types/lib/node-path.js.map +0 -1
  1876. data/node_modules/ast-types/lib/path-visitor.d.ts +0 -51
  1877. data/node_modules/ast-types/lib/path-visitor.js +0 -346
  1878. data/node_modules/ast-types/lib/path-visitor.js.map +0 -1
  1879. data/node_modules/ast-types/lib/path.d.ts +0 -24
  1880. data/node_modules/ast-types/lib/path.js +0 -334
  1881. data/node_modules/ast-types/lib/path.js.map +0 -1
  1882. data/node_modules/ast-types/lib/scope.d.ts +0 -27
  1883. data/node_modules/ast-types/lib/scope.js +0 -358
  1884. data/node_modules/ast-types/lib/scope.js.map +0 -1
  1885. data/node_modules/ast-types/lib/shared.d.ts +0 -21
  1886. data/node_modules/ast-types/lib/shared.js +0 -91
  1887. data/node_modules/ast-types/lib/shared.js.map +0 -1
  1888. data/node_modules/ast-types/lib/types.d.ts +0 -141
  1889. data/node_modules/ast-types/lib/types.js +0 -791
  1890. data/node_modules/ast-types/lib/types.js.map +0 -1
  1891. data/node_modules/ast-types/package.json +0 -68
  1892. data/node_modules/babel-plugin-polyfill-corejs2/LICENSE +0 -22
  1893. data/node_modules/babel-plugin-polyfill-corejs2/README.md +0 -28
  1894. data/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs +0 -396
  1895. data/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map +0 -1
  1896. data/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js +0 -21
  1897. data/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js +0 -223
  1898. data/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js +0 -33
  1899. data/node_modules/babel-plugin-polyfill-corejs2/lib/index.js +0 -139
  1900. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/LICENSE +0 -15
  1901. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/README.md +0 -443
  1902. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/bin/semver.js +0 -174
  1903. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/package.json +0 -38
  1904. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/range.bnf +0 -16
  1905. data/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver/semver.js +0 -1643
  1906. data/node_modules/babel-plugin-polyfill-corejs2/package.json +0 -43
  1907. data/node_modules/babel-plugin-polyfill-corejs3/LICENSE +0 -22
  1908. data/node_modules/babel-plugin-polyfill-corejs3/README.md +0 -78
  1909. data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md +0 -4
  1910. data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js +0 -1
  1911. data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js +0 -1
  1912. data/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js +0 -1
  1913. data/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs +0 -775
  1914. data/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map +0 -1
  1915. data/node_modules/babel-plugin-polyfill-corejs3/lib/babel-runtime-corejs3-paths.js +0 -12
  1916. data/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js +0 -454
  1917. data/node_modules/babel-plugin-polyfill-corejs3/lib/index.js +0 -276
  1918. data/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js +0 -7
  1919. data/node_modules/babel-plugin-polyfill-corejs3/lib/usage-filters.js +0 -27
  1920. data/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js +0 -45
  1921. data/node_modules/babel-plugin-polyfill-corejs3/package.json +0 -49
  1922. data/node_modules/babel-plugin-polyfill-regenerator/LICENSE +0 -22
  1923. data/node_modules/babel-plugin-polyfill-regenerator/README.md +0 -28
  1924. data/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs +0 -46
  1925. data/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map +0 -1
  1926. data/node_modules/babel-plugin-polyfill-regenerator/lib/index.js +0 -48
  1927. data/node_modules/babel-plugin-polyfill-regenerator/package.json +0 -40
  1928. data/node_modules/braces/LICENSE +0 -21
  1929. data/node_modules/braces/README.md +0 -586
  1930. data/node_modules/braces/index.js +0 -170
  1931. data/node_modules/braces/lib/compile.js +0 -60
  1932. data/node_modules/braces/lib/constants.js +0 -57
  1933. data/node_modules/braces/lib/expand.js +0 -113
  1934. data/node_modules/braces/lib/parse.js +0 -331
  1935. data/node_modules/braces/lib/stringify.js +0 -32
  1936. data/node_modules/braces/lib/utils.js +0 -122
  1937. data/node_modules/braces/package.json +0 -77
  1938. data/node_modules/browserslist/LICENSE +0 -20
  1939. data/node_modules/browserslist/README.md +0 -67
  1940. data/node_modules/browserslist/browser.js +0 -54
  1941. data/node_modules/browserslist/cli.js +0 -156
  1942. data/node_modules/browserslist/error.d.ts +0 -7
  1943. data/node_modules/browserslist/error.js +0 -12
  1944. data/node_modules/browserslist/index.d.ts +0 -224
  1945. data/node_modules/browserslist/index.js +0 -1216
  1946. data/node_modules/browserslist/node.js +0 -448
  1947. data/node_modules/browserslist/package.json +0 -44
  1948. data/node_modules/browserslist/parse.js +0 -78
  1949. data/node_modules/buffer-from/LICENSE +0 -21
  1950. data/node_modules/buffer-from/index.js +0 -72
  1951. data/node_modules/buffer-from/package.json +0 -19
  1952. data/node_modules/buffer-from/readme.md +0 -69
  1953. data/node_modules/caniuse-lite/LICENSE +0 -395
  1954. data/node_modules/caniuse-lite/README.md +0 -6
  1955. data/node_modules/caniuse-lite/data/agents.js +0 -1
  1956. data/node_modules/caniuse-lite/data/browserVersions.js +0 -1
  1957. data/node_modules/caniuse-lite/data/browsers.js +0 -1
  1958. data/node_modules/caniuse-lite/data/features/aac.js +0 -1
  1959. data/node_modules/caniuse-lite/data/features/abortcontroller.js +0 -1
  1960. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +0 -1
  1961. data/node_modules/caniuse-lite/data/features/accelerometer.js +0 -1
  1962. data/node_modules/caniuse-lite/data/features/addeventlistener.js +0 -1
  1963. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +0 -1
  1964. data/node_modules/caniuse-lite/data/features/ambient-light.js +0 -1
  1965. data/node_modules/caniuse-lite/data/features/apng.js +0 -1
  1966. data/node_modules/caniuse-lite/data/features/array-find-index.js +0 -1
  1967. data/node_modules/caniuse-lite/data/features/array-find.js +0 -1
  1968. data/node_modules/caniuse-lite/data/features/array-flat.js +0 -1
  1969. data/node_modules/caniuse-lite/data/features/array-includes.js +0 -1
  1970. data/node_modules/caniuse-lite/data/features/arrow-functions.js +0 -1
  1971. data/node_modules/caniuse-lite/data/features/asmjs.js +0 -1
  1972. data/node_modules/caniuse-lite/data/features/async-clipboard.js +0 -1
  1973. data/node_modules/caniuse-lite/data/features/async-functions.js +0 -1
  1974. data/node_modules/caniuse-lite/data/features/atob-btoa.js +0 -1
  1975. data/node_modules/caniuse-lite/data/features/audio-api.js +0 -1
  1976. data/node_modules/caniuse-lite/data/features/audio.js +0 -1
  1977. data/node_modules/caniuse-lite/data/features/audiotracks.js +0 -1
  1978. data/node_modules/caniuse-lite/data/features/autofocus.js +0 -1
  1979. data/node_modules/caniuse-lite/data/features/auxclick.js +0 -1
  1980. data/node_modules/caniuse-lite/data/features/av1.js +0 -1
  1981. data/node_modules/caniuse-lite/data/features/avif.js +0 -1
  1982. data/node_modules/caniuse-lite/data/features/background-attachment.js +0 -1
  1983. data/node_modules/caniuse-lite/data/features/background-clip-text.js +0 -1
  1984. data/node_modules/caniuse-lite/data/features/background-img-opts.js +0 -1
  1985. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +0 -1
  1986. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +0 -1
  1987. data/node_modules/caniuse-lite/data/features/background-sync.js +0 -1
  1988. data/node_modules/caniuse-lite/data/features/battery-status.js +0 -1
  1989. data/node_modules/caniuse-lite/data/features/beacon.js +0 -1
  1990. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +0 -1
  1991. data/node_modules/caniuse-lite/data/features/bigint.js +0 -1
  1992. data/node_modules/caniuse-lite/data/features/blobbuilder.js +0 -1
  1993. data/node_modules/caniuse-lite/data/features/bloburls.js +0 -1
  1994. data/node_modules/caniuse-lite/data/features/border-image.js +0 -1
  1995. data/node_modules/caniuse-lite/data/features/border-radius.js +0 -1
  1996. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +0 -1
  1997. data/node_modules/caniuse-lite/data/features/brotli.js +0 -1
  1998. data/node_modules/caniuse-lite/data/features/calc.js +0 -1
  1999. data/node_modules/caniuse-lite/data/features/canvas-blending.js +0 -1
  2000. data/node_modules/caniuse-lite/data/features/canvas-text.js +0 -1
  2001. data/node_modules/caniuse-lite/data/features/canvas.js +0 -1
  2002. data/node_modules/caniuse-lite/data/features/ch-unit.js +0 -1
  2003. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +0 -1
  2004. data/node_modules/caniuse-lite/data/features/channel-messaging.js +0 -1
  2005. data/node_modules/caniuse-lite/data/features/childnode-remove.js +0 -1
  2006. data/node_modules/caniuse-lite/data/features/classlist.js +0 -1
  2007. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +0 -1
  2008. data/node_modules/caniuse-lite/data/features/clipboard.js +0 -1
  2009. data/node_modules/caniuse-lite/data/features/colr-v1.js +0 -1
  2010. data/node_modules/caniuse-lite/data/features/colr.js +0 -1
  2011. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +0 -1
  2012. data/node_modules/caniuse-lite/data/features/console-basic.js +0 -1
  2013. data/node_modules/caniuse-lite/data/features/console-time.js +0 -1
  2014. data/node_modules/caniuse-lite/data/features/const.js +0 -1
  2015. data/node_modules/caniuse-lite/data/features/constraint-validation.js +0 -1
  2016. data/node_modules/caniuse-lite/data/features/contenteditable.js +0 -1
  2017. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +0 -1
  2018. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +0 -1
  2019. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +0 -1
  2020. data/node_modules/caniuse-lite/data/features/cors.js +0 -1
  2021. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +0 -1
  2022. data/node_modules/caniuse-lite/data/features/credential-management.js +0 -1
  2023. data/node_modules/caniuse-lite/data/features/cryptography.js +0 -1
  2024. data/node_modules/caniuse-lite/data/features/css-all.js +0 -1
  2025. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +0 -1
  2026. data/node_modules/caniuse-lite/data/features/css-animation.js +0 -1
  2027. data/node_modules/caniuse-lite/data/features/css-any-link.js +0 -1
  2028. data/node_modules/caniuse-lite/data/features/css-appearance.js +0 -1
  2029. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +0 -1
  2030. data/node_modules/caniuse-lite/data/features/css-autofill.js +0 -1
  2031. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +0 -1
  2032. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +0 -1
  2033. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +0 -1
  2034. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +0 -1
  2035. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +0 -1
  2036. data/node_modules/caniuse-lite/data/features/css-canvas.js +0 -1
  2037. data/node_modules/caniuse-lite/data/features/css-caret-color.js +0 -1
  2038. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +0 -1
  2039. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +0 -1
  2040. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +0 -1
  2041. data/node_modules/caniuse-lite/data/features/css-clip-path.js +0 -1
  2042. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +0 -1
  2043. data/node_modules/caniuse-lite/data/features/css-color-function.js +0 -1
  2044. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +0 -1
  2045. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +0 -1
  2046. data/node_modules/caniuse-lite/data/features/css-container-queries.js +0 -1
  2047. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +0 -1
  2048. data/node_modules/caniuse-lite/data/features/css-containment.js +0 -1
  2049. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +0 -1
  2050. data/node_modules/caniuse-lite/data/features/css-counters.js +0 -1
  2051. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +0 -1
  2052. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +0 -1
  2053. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +0 -1
  2054. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +0 -1
  2055. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +0 -1
  2056. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +0 -1
  2057. data/node_modules/caniuse-lite/data/features/css-display-contents.js +0 -1
  2058. data/node_modules/caniuse-lite/data/features/css-element-function.js +0 -1
  2059. data/node_modules/caniuse-lite/data/features/css-env-function.js +0 -1
  2060. data/node_modules/caniuse-lite/data/features/css-exclusions.js +0 -1
  2061. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +0 -1
  2062. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +0 -1
  2063. data/node_modules/caniuse-lite/data/features/css-filter-function.js +0 -1
  2064. data/node_modules/caniuse-lite/data/features/css-filters.js +0 -1
  2065. data/node_modules/caniuse-lite/data/features/css-first-letter.js +0 -1
  2066. data/node_modules/caniuse-lite/data/features/css-first-line.js +0 -1
  2067. data/node_modules/caniuse-lite/data/features/css-fixed.js +0 -1
  2068. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +0 -1
  2069. data/node_modules/caniuse-lite/data/features/css-focus-within.js +0 -1
  2070. data/node_modules/caniuse-lite/data/features/css-font-palette.js +0 -1
  2071. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +0 -1
  2072. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +0 -1
  2073. data/node_modules/caniuse-lite/data/features/css-gencontent.js +0 -1
  2074. data/node_modules/caniuse-lite/data/features/css-gradients.js +0 -1
  2075. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +0 -1
  2076. data/node_modules/caniuse-lite/data/features/css-grid.js +0 -1
  2077. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +0 -1
  2078. data/node_modules/caniuse-lite/data/features/css-has.js +0 -1
  2079. data/node_modules/caniuse-lite/data/features/css-hyphens.js +0 -1
  2080. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +0 -1
  2081. data/node_modules/caniuse-lite/data/features/css-image-set.js +0 -1
  2082. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +0 -1
  2083. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +0 -1
  2084. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +0 -1
  2085. data/node_modules/caniuse-lite/data/features/css-initial-value.js +0 -1
  2086. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +0 -1
  2087. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +0 -1
  2088. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +0 -1
  2089. data/node_modules/caniuse-lite/data/features/css-logical-props.js +0 -1
  2090. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +0 -1
  2091. data/node_modules/caniuse-lite/data/features/css-masks.js +0 -1
  2092. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +0 -1
  2093. data/node_modules/caniuse-lite/data/features/css-math-functions.js +0 -1
  2094. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +0 -1
  2095. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +0 -1
  2096. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +0 -1
  2097. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +0 -1
  2098. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +0 -1
  2099. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +0 -1
  2100. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +0 -1
  2101. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +0 -1
  2102. data/node_modules/caniuse-lite/data/features/css-namespaces.js +0 -1
  2103. data/node_modules/caniuse-lite/data/features/css-nesting.js +0 -1
  2104. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +0 -1
  2105. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +0 -1
  2106. data/node_modules/caniuse-lite/data/features/css-opacity.js +0 -1
  2107. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +0 -1
  2108. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +0 -1
  2109. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +0 -1
  2110. data/node_modules/caniuse-lite/data/features/css-overflow.js +0 -1
  2111. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +0 -1
  2112. data/node_modules/caniuse-lite/data/features/css-page-break.js +0 -1
  2113. data/node_modules/caniuse-lite/data/features/css-paged-media.js +0 -1
  2114. data/node_modules/caniuse-lite/data/features/css-paint-api.js +0 -1
  2115. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +0 -1
  2116. data/node_modules/caniuse-lite/data/features/css-placeholder.js +0 -1
  2117. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +0 -1
  2118. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +0 -1
  2119. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +0 -1
  2120. data/node_modules/caniuse-lite/data/features/css-reflections.js +0 -1
  2121. data/node_modules/caniuse-lite/data/features/css-regions.js +0 -1
  2122. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +0 -1
  2123. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +0 -1
  2124. data/node_modules/caniuse-lite/data/features/css-resize.js +0 -1
  2125. data/node_modules/caniuse-lite/data/features/css-revert-value.js +0 -1
  2126. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +0 -1
  2127. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +0 -1
  2128. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +0 -1
  2129. data/node_modules/caniuse-lite/data/features/css-sel2.js +0 -1
  2130. data/node_modules/caniuse-lite/data/features/css-sel3.js +0 -1
  2131. data/node_modules/caniuse-lite/data/features/css-selection.js +0 -1
  2132. data/node_modules/caniuse-lite/data/features/css-shapes.js +0 -1
  2133. data/node_modules/caniuse-lite/data/features/css-snappoints.js +0 -1
  2134. data/node_modules/caniuse-lite/data/features/css-sticky.js +0 -1
  2135. data/node_modules/caniuse-lite/data/features/css-subgrid.js +0 -1
  2136. data/node_modules/caniuse-lite/data/features/css-supports-api.js +0 -1
  2137. data/node_modules/caniuse-lite/data/features/css-table.js +0 -1
  2138. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +0 -1
  2139. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +0 -1
  2140. data/node_modules/caniuse-lite/data/features/css-text-indent.js +0 -1
  2141. data/node_modules/caniuse-lite/data/features/css-text-justify.js +0 -1
  2142. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +0 -1
  2143. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +0 -1
  2144. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +0 -1
  2145. data/node_modules/caniuse-lite/data/features/css-textshadow.js +0 -1
  2146. data/node_modules/caniuse-lite/data/features/css-touch-action.js +0 -1
  2147. data/node_modules/caniuse-lite/data/features/css-transitions.js +0 -1
  2148. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +0 -1
  2149. data/node_modules/caniuse-lite/data/features/css-unset-value.js +0 -1
  2150. data/node_modules/caniuse-lite/data/features/css-variables.js +0 -1
  2151. data/node_modules/caniuse-lite/data/features/css-when-else.js +0 -1
  2152. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +0 -1
  2153. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +0 -1
  2154. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +0 -1
  2155. data/node_modules/caniuse-lite/data/features/css-zoom.js +0 -1
  2156. data/node_modules/caniuse-lite/data/features/css3-attr.js +0 -1
  2157. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +0 -1
  2158. data/node_modules/caniuse-lite/data/features/css3-colors.js +0 -1
  2159. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +0 -1
  2160. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +0 -1
  2161. data/node_modules/caniuse-lite/data/features/css3-cursors.js +0 -1
  2162. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +0 -1
  2163. data/node_modules/caniuse-lite/data/features/currentcolor.js +0 -1
  2164. data/node_modules/caniuse-lite/data/features/custom-elements.js +0 -1
  2165. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +0 -1
  2166. data/node_modules/caniuse-lite/data/features/customevent.js +0 -1
  2167. data/node_modules/caniuse-lite/data/features/datalist.js +0 -1
  2168. data/node_modules/caniuse-lite/data/features/dataset.js +0 -1
  2169. data/node_modules/caniuse-lite/data/features/datauri.js +0 -1
  2170. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +0 -1
  2171. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +0 -1
  2172. data/node_modules/caniuse-lite/data/features/decorators.js +0 -1
  2173. data/node_modules/caniuse-lite/data/features/details.js +0 -1
  2174. data/node_modules/caniuse-lite/data/features/deviceorientation.js +0 -1
  2175. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +0 -1
  2176. data/node_modules/caniuse-lite/data/features/dialog.js +0 -1
  2177. data/node_modules/caniuse-lite/data/features/dispatchevent.js +0 -1
  2178. data/node_modules/caniuse-lite/data/features/dnssec.js +0 -1
  2179. data/node_modules/caniuse-lite/data/features/do-not-track.js +0 -1
  2180. data/node_modules/caniuse-lite/data/features/document-currentscript.js +0 -1
  2181. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +0 -1
  2182. data/node_modules/caniuse-lite/data/features/document-execcommand.js +0 -1
  2183. data/node_modules/caniuse-lite/data/features/document-policy.js +0 -1
  2184. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +0 -1
  2185. data/node_modules/caniuse-lite/data/features/documenthead.js +0 -1
  2186. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +0 -1
  2187. data/node_modules/caniuse-lite/data/features/dom-range.js +0 -1
  2188. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +0 -1
  2189. data/node_modules/caniuse-lite/data/features/dommatrix.js +0 -1
  2190. data/node_modules/caniuse-lite/data/features/download.js +0 -1
  2191. data/node_modules/caniuse-lite/data/features/dragndrop.js +0 -1
  2192. data/node_modules/caniuse-lite/data/features/element-closest.js +0 -1
  2193. data/node_modules/caniuse-lite/data/features/element-from-point.js +0 -1
  2194. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +0 -1
  2195. data/node_modules/caniuse-lite/data/features/eme.js +0 -1
  2196. data/node_modules/caniuse-lite/data/features/eot.js +0 -1
  2197. data/node_modules/caniuse-lite/data/features/es5.js +0 -1
  2198. data/node_modules/caniuse-lite/data/features/es6-class.js +0 -1
  2199. data/node_modules/caniuse-lite/data/features/es6-generators.js +0 -1
  2200. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +0 -1
  2201. data/node_modules/caniuse-lite/data/features/es6-module.js +0 -1
  2202. data/node_modules/caniuse-lite/data/features/es6-number.js +0 -1
  2203. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +0 -1
  2204. data/node_modules/caniuse-lite/data/features/es6.js +0 -1
  2205. data/node_modules/caniuse-lite/data/features/eventsource.js +0 -1
  2206. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +0 -1
  2207. data/node_modules/caniuse-lite/data/features/feature-policy.js +0 -1
  2208. data/node_modules/caniuse-lite/data/features/fetch.js +0 -1
  2209. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +0 -1
  2210. data/node_modules/caniuse-lite/data/features/fileapi.js +0 -1
  2211. data/node_modules/caniuse-lite/data/features/filereader.js +0 -1
  2212. data/node_modules/caniuse-lite/data/features/filereadersync.js +0 -1
  2213. data/node_modules/caniuse-lite/data/features/filesystem.js +0 -1
  2214. data/node_modules/caniuse-lite/data/features/flac.js +0 -1
  2215. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +0 -1
  2216. data/node_modules/caniuse-lite/data/features/flexbox.js +0 -1
  2217. data/node_modules/caniuse-lite/data/features/flow-root.js +0 -1
  2218. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +0 -1
  2219. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +0 -1
  2220. data/node_modules/caniuse-lite/data/features/font-feature.js +0 -1
  2221. data/node_modules/caniuse-lite/data/features/font-kerning.js +0 -1
  2222. data/node_modules/caniuse-lite/data/features/font-loading.js +0 -1
  2223. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +0 -1
  2224. data/node_modules/caniuse-lite/data/features/font-smooth.js +0 -1
  2225. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +0 -1
  2226. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +0 -1
  2227. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +0 -1
  2228. data/node_modules/caniuse-lite/data/features/fontface.js +0 -1
  2229. data/node_modules/caniuse-lite/data/features/form-attribute.js +0 -1
  2230. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +0 -1
  2231. data/node_modules/caniuse-lite/data/features/form-validation.js +0 -1
  2232. data/node_modules/caniuse-lite/data/features/forms.js +0 -1
  2233. data/node_modules/caniuse-lite/data/features/fullscreen.js +0 -1
  2234. data/node_modules/caniuse-lite/data/features/gamepad.js +0 -1
  2235. data/node_modules/caniuse-lite/data/features/geolocation.js +0 -1
  2236. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +0 -1
  2237. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +0 -1
  2238. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +0 -1
  2239. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +0 -1
  2240. data/node_modules/caniuse-lite/data/features/gyroscope.js +0 -1
  2241. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +0 -1
  2242. data/node_modules/caniuse-lite/data/features/hashchange.js +0 -1
  2243. data/node_modules/caniuse-lite/data/features/heif.js +0 -1
  2244. data/node_modules/caniuse-lite/data/features/hevc.js +0 -1
  2245. data/node_modules/caniuse-lite/data/features/hidden.js +0 -1
  2246. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +0 -1
  2247. data/node_modules/caniuse-lite/data/features/history.js +0 -1
  2248. data/node_modules/caniuse-lite/data/features/html-media-capture.js +0 -1
  2249. data/node_modules/caniuse-lite/data/features/html5semantic.js +0 -1
  2250. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +0 -1
  2251. data/node_modules/caniuse-lite/data/features/http2.js +0 -1
  2252. data/node_modules/caniuse-lite/data/features/http3.js +0 -1
  2253. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +0 -1
  2254. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +0 -1
  2255. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +0 -1
  2256. data/node_modules/caniuse-lite/data/features/imagecapture.js +0 -1
  2257. data/node_modules/caniuse-lite/data/features/ime.js +0 -1
  2258. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +0 -1
  2259. data/node_modules/caniuse-lite/data/features/import-maps.js +0 -1
  2260. data/node_modules/caniuse-lite/data/features/imports.js +0 -1
  2261. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +0 -1
  2262. data/node_modules/caniuse-lite/data/features/indexeddb.js +0 -1
  2263. data/node_modules/caniuse-lite/data/features/indexeddb2.js +0 -1
  2264. data/node_modules/caniuse-lite/data/features/inline-block.js +0 -1
  2265. data/node_modules/caniuse-lite/data/features/innertext.js +0 -1
  2266. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +0 -1
  2267. data/node_modules/caniuse-lite/data/features/input-color.js +0 -1
  2268. data/node_modules/caniuse-lite/data/features/input-datetime.js +0 -1
  2269. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +0 -1
  2270. data/node_modules/caniuse-lite/data/features/input-event.js +0 -1
  2271. data/node_modules/caniuse-lite/data/features/input-file-accept.js +0 -1
  2272. data/node_modules/caniuse-lite/data/features/input-file-directory.js +0 -1
  2273. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +0 -1
  2274. data/node_modules/caniuse-lite/data/features/input-inputmode.js +0 -1
  2275. data/node_modules/caniuse-lite/data/features/input-minlength.js +0 -1
  2276. data/node_modules/caniuse-lite/data/features/input-number.js +0 -1
  2277. data/node_modules/caniuse-lite/data/features/input-pattern.js +0 -1
  2278. data/node_modules/caniuse-lite/data/features/input-placeholder.js +0 -1
  2279. data/node_modules/caniuse-lite/data/features/input-range.js +0 -1
  2280. data/node_modules/caniuse-lite/data/features/input-search.js +0 -1
  2281. data/node_modules/caniuse-lite/data/features/input-selection.js +0 -1
  2282. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +0 -1
  2283. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +0 -1
  2284. data/node_modules/caniuse-lite/data/features/internationalization.js +0 -1
  2285. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +0 -1
  2286. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +0 -1
  2287. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +0 -1
  2288. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +0 -1
  2289. data/node_modules/caniuse-lite/data/features/jpeg2000.js +0 -1
  2290. data/node_modules/caniuse-lite/data/features/jpegxl.js +0 -1
  2291. data/node_modules/caniuse-lite/data/features/jpegxr.js +0 -1
  2292. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +0 -1
  2293. data/node_modules/caniuse-lite/data/features/json.js +0 -1
  2294. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +0 -1
  2295. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +0 -1
  2296. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +0 -1
  2297. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +0 -1
  2298. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +0 -1
  2299. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +0 -1
  2300. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +0 -1
  2301. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +0 -1
  2302. data/node_modules/caniuse-lite/data/features/lazyload.js +0 -1
  2303. data/node_modules/caniuse-lite/data/features/let.js +0 -1
  2304. data/node_modules/caniuse-lite/data/features/link-icon-png.js +0 -1
  2305. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +0 -1
  2306. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +0 -1
  2307. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +0 -1
  2308. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +0 -1
  2309. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +0 -1
  2310. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +0 -1
  2311. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +0 -1
  2312. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +0 -1
  2313. data/node_modules/caniuse-lite/data/features/localecompare.js +0 -1
  2314. data/node_modules/caniuse-lite/data/features/magnetometer.js +0 -1
  2315. data/node_modules/caniuse-lite/data/features/matchesselector.js +0 -1
  2316. data/node_modules/caniuse-lite/data/features/matchmedia.js +0 -1
  2317. data/node_modules/caniuse-lite/data/features/mathml.js +0 -1
  2318. data/node_modules/caniuse-lite/data/features/maxlength.js +0 -1
  2319. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +0 -1
  2320. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +0 -1
  2321. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +0 -1
  2322. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +0 -1
  2323. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +0 -1
  2324. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +0 -1
  2325. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +0 -1
  2326. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +0 -1
  2327. data/node_modules/caniuse-lite/data/features/media-fragments.js +0 -1
  2328. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +0 -1
  2329. data/node_modules/caniuse-lite/data/features/mediarecorder.js +0 -1
  2330. data/node_modules/caniuse-lite/data/features/mediasource.js +0 -1
  2331. data/node_modules/caniuse-lite/data/features/menu.js +0 -1
  2332. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +0 -1
  2333. data/node_modules/caniuse-lite/data/features/meter.js +0 -1
  2334. data/node_modules/caniuse-lite/data/features/midi.js +0 -1
  2335. data/node_modules/caniuse-lite/data/features/minmaxwh.js +0 -1
  2336. data/node_modules/caniuse-lite/data/features/mp3.js +0 -1
  2337. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +0 -1
  2338. data/node_modules/caniuse-lite/data/features/mpeg4.js +0 -1
  2339. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +0 -1
  2340. data/node_modules/caniuse-lite/data/features/multicolumn.js +0 -1
  2341. data/node_modules/caniuse-lite/data/features/mutation-events.js +0 -1
  2342. data/node_modules/caniuse-lite/data/features/mutationobserver.js +0 -1
  2343. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +0 -1
  2344. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +0 -1
  2345. data/node_modules/caniuse-lite/data/features/nav-timing.js +0 -1
  2346. data/node_modules/caniuse-lite/data/features/netinfo.js +0 -1
  2347. data/node_modules/caniuse-lite/data/features/notifications.js +0 -1
  2348. data/node_modules/caniuse-lite/data/features/object-entries.js +0 -1
  2349. data/node_modules/caniuse-lite/data/features/object-fit.js +0 -1
  2350. data/node_modules/caniuse-lite/data/features/object-observe.js +0 -1
  2351. data/node_modules/caniuse-lite/data/features/object-values.js +0 -1
  2352. data/node_modules/caniuse-lite/data/features/objectrtc.js +0 -1
  2353. data/node_modules/caniuse-lite/data/features/offline-apps.js +0 -1
  2354. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +0 -1
  2355. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +0 -1
  2356. data/node_modules/caniuse-lite/data/features/ogv.js +0 -1
  2357. data/node_modules/caniuse-lite/data/features/ol-reversed.js +0 -1
  2358. data/node_modules/caniuse-lite/data/features/once-event-listener.js +0 -1
  2359. data/node_modules/caniuse-lite/data/features/online-status.js +0 -1
  2360. data/node_modules/caniuse-lite/data/features/opus.js +0 -1
  2361. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +0 -1
  2362. data/node_modules/caniuse-lite/data/features/outline.js +0 -1
  2363. data/node_modules/caniuse-lite/data/features/pad-start-end.js +0 -1
  2364. data/node_modules/caniuse-lite/data/features/page-transition-events.js +0 -1
  2365. data/node_modules/caniuse-lite/data/features/pagevisibility.js +0 -1
  2366. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +0 -1
  2367. data/node_modules/caniuse-lite/data/features/passkeys.js +0 -1
  2368. data/node_modules/caniuse-lite/data/features/passwordrules.js +0 -1
  2369. data/node_modules/caniuse-lite/data/features/path2d.js +0 -1
  2370. data/node_modules/caniuse-lite/data/features/payment-request.js +0 -1
  2371. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +0 -1
  2372. data/node_modules/caniuse-lite/data/features/permissions-api.js +0 -1
  2373. data/node_modules/caniuse-lite/data/features/permissions-policy.js +0 -1
  2374. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +0 -1
  2375. data/node_modules/caniuse-lite/data/features/picture.js +0 -1
  2376. data/node_modules/caniuse-lite/data/features/ping.js +0 -1
  2377. data/node_modules/caniuse-lite/data/features/png-alpha.js +0 -1
  2378. data/node_modules/caniuse-lite/data/features/pointer-events.js +0 -1
  2379. data/node_modules/caniuse-lite/data/features/pointer.js +0 -1
  2380. data/node_modules/caniuse-lite/data/features/pointerlock.js +0 -1
  2381. data/node_modules/caniuse-lite/data/features/portals.js +0 -1
  2382. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +0 -1
  2383. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +0 -1
  2384. data/node_modules/caniuse-lite/data/features/progress.js +0 -1
  2385. data/node_modules/caniuse-lite/data/features/promise-finally.js +0 -1
  2386. data/node_modules/caniuse-lite/data/features/promises.js +0 -1
  2387. data/node_modules/caniuse-lite/data/features/proximity.js +0 -1
  2388. data/node_modules/caniuse-lite/data/features/proxy.js +0 -1
  2389. data/node_modules/caniuse-lite/data/features/publickeypinning.js +0 -1
  2390. data/node_modules/caniuse-lite/data/features/push-api.js +0 -1
  2391. data/node_modules/caniuse-lite/data/features/queryselector.js +0 -1
  2392. data/node_modules/caniuse-lite/data/features/readonly-attr.js +0 -1
  2393. data/node_modules/caniuse-lite/data/features/referrer-policy.js +0 -1
  2394. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +0 -1
  2395. data/node_modules/caniuse-lite/data/features/rel-noopener.js +0 -1
  2396. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +0 -1
  2397. data/node_modules/caniuse-lite/data/features/rellist.js +0 -1
  2398. data/node_modules/caniuse-lite/data/features/rem.js +0 -1
  2399. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +0 -1
  2400. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +0 -1
  2401. data/node_modules/caniuse-lite/data/features/resizeobserver.js +0 -1
  2402. data/node_modules/caniuse-lite/data/features/resource-timing.js +0 -1
  2403. data/node_modules/caniuse-lite/data/features/rest-parameters.js +0 -1
  2404. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +0 -1
  2405. data/node_modules/caniuse-lite/data/features/ruby.js +0 -1
  2406. data/node_modules/caniuse-lite/data/features/run-in.js +0 -1
  2407. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +0 -1
  2408. data/node_modules/caniuse-lite/data/features/screen-orientation.js +0 -1
  2409. data/node_modules/caniuse-lite/data/features/script-async.js +0 -1
  2410. data/node_modules/caniuse-lite/data/features/script-defer.js +0 -1
  2411. data/node_modules/caniuse-lite/data/features/scrollintoview.js +0 -1
  2412. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +0 -1
  2413. data/node_modules/caniuse-lite/data/features/sdch.js +0 -1
  2414. data/node_modules/caniuse-lite/data/features/selection-api.js +0 -1
  2415. data/node_modules/caniuse-lite/data/features/selectlist.js +0 -1
  2416. data/node_modules/caniuse-lite/data/features/server-timing.js +0 -1
  2417. data/node_modules/caniuse-lite/data/features/serviceworkers.js +0 -1
  2418. data/node_modules/caniuse-lite/data/features/setimmediate.js +0 -1
  2419. data/node_modules/caniuse-lite/data/features/shadowdom.js +0 -1
  2420. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +0 -1
  2421. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +0 -1
  2422. data/node_modules/caniuse-lite/data/features/sharedworkers.js +0 -1
  2423. data/node_modules/caniuse-lite/data/features/sni.js +0 -1
  2424. data/node_modules/caniuse-lite/data/features/spdy.js +0 -1
  2425. data/node_modules/caniuse-lite/data/features/speech-recognition.js +0 -1
  2426. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +0 -1
  2427. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +0 -1
  2428. data/node_modules/caniuse-lite/data/features/sql-storage.js +0 -1
  2429. data/node_modules/caniuse-lite/data/features/srcset.js +0 -1
  2430. data/node_modules/caniuse-lite/data/features/stream.js +0 -1
  2431. data/node_modules/caniuse-lite/data/features/streams.js +0 -1
  2432. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +0 -1
  2433. data/node_modules/caniuse-lite/data/features/style-scoped.js +0 -1
  2434. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +0 -1
  2435. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +0 -1
  2436. data/node_modules/caniuse-lite/data/features/svg-css.js +0 -1
  2437. data/node_modules/caniuse-lite/data/features/svg-filters.js +0 -1
  2438. data/node_modules/caniuse-lite/data/features/svg-fonts.js +0 -1
  2439. data/node_modules/caniuse-lite/data/features/svg-fragment.js +0 -1
  2440. data/node_modules/caniuse-lite/data/features/svg-html.js +0 -1
  2441. data/node_modules/caniuse-lite/data/features/svg-html5.js +0 -1
  2442. data/node_modules/caniuse-lite/data/features/svg-img.js +0 -1
  2443. data/node_modules/caniuse-lite/data/features/svg-smil.js +0 -1
  2444. data/node_modules/caniuse-lite/data/features/svg.js +0 -1
  2445. data/node_modules/caniuse-lite/data/features/sxg.js +0 -1
  2446. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +0 -1
  2447. data/node_modules/caniuse-lite/data/features/template-literals.js +0 -1
  2448. data/node_modules/caniuse-lite/data/features/template.js +0 -1
  2449. data/node_modules/caniuse-lite/data/features/temporal.js +0 -1
  2450. data/node_modules/caniuse-lite/data/features/testfeat.js +0 -1
  2451. data/node_modules/caniuse-lite/data/features/text-decoration.js +0 -1
  2452. data/node_modules/caniuse-lite/data/features/text-emphasis.js +0 -1
  2453. data/node_modules/caniuse-lite/data/features/text-overflow.js +0 -1
  2454. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +0 -1
  2455. data/node_modules/caniuse-lite/data/features/text-stroke.js +0 -1
  2456. data/node_modules/caniuse-lite/data/features/textcontent.js +0 -1
  2457. data/node_modules/caniuse-lite/data/features/textencoder.js +0 -1
  2458. data/node_modules/caniuse-lite/data/features/tls1-1.js +0 -1
  2459. data/node_modules/caniuse-lite/data/features/tls1-2.js +0 -1
  2460. data/node_modules/caniuse-lite/data/features/tls1-3.js +0 -1
  2461. data/node_modules/caniuse-lite/data/features/touch.js +0 -1
  2462. data/node_modules/caniuse-lite/data/features/transforms2d.js +0 -1
  2463. data/node_modules/caniuse-lite/data/features/transforms3d.js +0 -1
  2464. data/node_modules/caniuse-lite/data/features/trusted-types.js +0 -1
  2465. data/node_modules/caniuse-lite/data/features/ttf.js +0 -1
  2466. data/node_modules/caniuse-lite/data/features/typedarrays.js +0 -1
  2467. data/node_modules/caniuse-lite/data/features/u2f.js +0 -1
  2468. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +0 -1
  2469. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +0 -1
  2470. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +0 -1
  2471. data/node_modules/caniuse-lite/data/features/url.js +0 -1
  2472. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +0 -1
  2473. data/node_modules/caniuse-lite/data/features/use-strict.js +0 -1
  2474. data/node_modules/caniuse-lite/data/features/user-select-none.js +0 -1
  2475. data/node_modules/caniuse-lite/data/features/user-timing.js +0 -1
  2476. data/node_modules/caniuse-lite/data/features/variable-fonts.js +0 -1
  2477. data/node_modules/caniuse-lite/data/features/vector-effect.js +0 -1
  2478. data/node_modules/caniuse-lite/data/features/vibration.js +0 -1
  2479. data/node_modules/caniuse-lite/data/features/video.js +0 -1
  2480. data/node_modules/caniuse-lite/data/features/videotracks.js +0 -1
  2481. data/node_modules/caniuse-lite/data/features/view-transitions.js +0 -1
  2482. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +0 -1
  2483. data/node_modules/caniuse-lite/data/features/viewport-units.js +0 -1
  2484. data/node_modules/caniuse-lite/data/features/wai-aria.js +0 -1
  2485. data/node_modules/caniuse-lite/data/features/wake-lock.js +0 -1
  2486. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +0 -1
  2487. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +0 -1
  2488. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +0 -1
  2489. data/node_modules/caniuse-lite/data/features/wasm-gc.js +0 -1
  2490. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +0 -1
  2491. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +0 -1
  2492. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +0 -1
  2493. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +0 -1
  2494. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +0 -1
  2495. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +0 -1
  2496. data/node_modules/caniuse-lite/data/features/wasm-signext.js +0 -1
  2497. data/node_modules/caniuse-lite/data/features/wasm-simd.js +0 -1
  2498. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +0 -1
  2499. data/node_modules/caniuse-lite/data/features/wasm-threads.js +0 -1
  2500. data/node_modules/caniuse-lite/data/features/wasm.js +0 -1
  2501. data/node_modules/caniuse-lite/data/features/wav.js +0 -1
  2502. data/node_modules/caniuse-lite/data/features/wbr-element.js +0 -1
  2503. data/node_modules/caniuse-lite/data/features/web-animation.js +0 -1
  2504. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +0 -1
  2505. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +0 -1
  2506. data/node_modules/caniuse-lite/data/features/web-serial.js +0 -1
  2507. data/node_modules/caniuse-lite/data/features/web-share.js +0 -1
  2508. data/node_modules/caniuse-lite/data/features/webauthn.js +0 -1
  2509. data/node_modules/caniuse-lite/data/features/webcodecs.js +0 -1
  2510. data/node_modules/caniuse-lite/data/features/webgl.js +0 -1
  2511. data/node_modules/caniuse-lite/data/features/webgl2.js +0 -1
  2512. data/node_modules/caniuse-lite/data/features/webgpu.js +0 -1
  2513. data/node_modules/caniuse-lite/data/features/webhid.js +0 -1
  2514. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +0 -1
  2515. data/node_modules/caniuse-lite/data/features/webm.js +0 -1
  2516. data/node_modules/caniuse-lite/data/features/webnfc.js +0 -1
  2517. data/node_modules/caniuse-lite/data/features/webp.js +0 -1
  2518. data/node_modules/caniuse-lite/data/features/websockets.js +0 -1
  2519. data/node_modules/caniuse-lite/data/features/webtransport.js +0 -1
  2520. data/node_modules/caniuse-lite/data/features/webusb.js +0 -1
  2521. data/node_modules/caniuse-lite/data/features/webvr.js +0 -1
  2522. data/node_modules/caniuse-lite/data/features/webvtt.js +0 -1
  2523. data/node_modules/caniuse-lite/data/features/webworkers.js +0 -1
  2524. data/node_modules/caniuse-lite/data/features/webxr.js +0 -1
  2525. data/node_modules/caniuse-lite/data/features/will-change.js +0 -1
  2526. data/node_modules/caniuse-lite/data/features/woff.js +0 -1
  2527. data/node_modules/caniuse-lite/data/features/woff2.js +0 -1
  2528. data/node_modules/caniuse-lite/data/features/word-break.js +0 -1
  2529. data/node_modules/caniuse-lite/data/features/wordwrap.js +0 -1
  2530. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +0 -1
  2531. data/node_modules/caniuse-lite/data/features/x-frame-options.js +0 -1
  2532. data/node_modules/caniuse-lite/data/features/xhr2.js +0 -1
  2533. data/node_modules/caniuse-lite/data/features/xhtml.js +0 -1
  2534. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +0 -1
  2535. data/node_modules/caniuse-lite/data/features/xml-serializer.js +0 -1
  2536. data/node_modules/caniuse-lite/data/features/zstd.js +0 -1
  2537. data/node_modules/caniuse-lite/data/features.js +0 -1
  2538. data/node_modules/caniuse-lite/data/regions/AD.js +0 -1
  2539. data/node_modules/caniuse-lite/data/regions/AE.js +0 -1
  2540. data/node_modules/caniuse-lite/data/regions/AF.js +0 -1
  2541. data/node_modules/caniuse-lite/data/regions/AG.js +0 -1
  2542. data/node_modules/caniuse-lite/data/regions/AI.js +0 -1
  2543. data/node_modules/caniuse-lite/data/regions/AL.js +0 -1
  2544. data/node_modules/caniuse-lite/data/regions/AM.js +0 -1
  2545. data/node_modules/caniuse-lite/data/regions/AO.js +0 -1
  2546. data/node_modules/caniuse-lite/data/regions/AR.js +0 -1
  2547. data/node_modules/caniuse-lite/data/regions/AS.js +0 -1
  2548. data/node_modules/caniuse-lite/data/regions/AT.js +0 -1
  2549. data/node_modules/caniuse-lite/data/regions/AU.js +0 -1
  2550. data/node_modules/caniuse-lite/data/regions/AW.js +0 -1
  2551. data/node_modules/caniuse-lite/data/regions/AX.js +0 -1
  2552. data/node_modules/caniuse-lite/data/regions/AZ.js +0 -1
  2553. data/node_modules/caniuse-lite/data/regions/BA.js +0 -1
  2554. data/node_modules/caniuse-lite/data/regions/BB.js +0 -1
  2555. data/node_modules/caniuse-lite/data/regions/BD.js +0 -1
  2556. data/node_modules/caniuse-lite/data/regions/BE.js +0 -1
  2557. data/node_modules/caniuse-lite/data/regions/BF.js +0 -1
  2558. data/node_modules/caniuse-lite/data/regions/BG.js +0 -1
  2559. data/node_modules/caniuse-lite/data/regions/BH.js +0 -1
  2560. data/node_modules/caniuse-lite/data/regions/BI.js +0 -1
  2561. data/node_modules/caniuse-lite/data/regions/BJ.js +0 -1
  2562. data/node_modules/caniuse-lite/data/regions/BM.js +0 -1
  2563. data/node_modules/caniuse-lite/data/regions/BN.js +0 -1
  2564. data/node_modules/caniuse-lite/data/regions/BO.js +0 -1
  2565. data/node_modules/caniuse-lite/data/regions/BR.js +0 -1
  2566. data/node_modules/caniuse-lite/data/regions/BS.js +0 -1
  2567. data/node_modules/caniuse-lite/data/regions/BT.js +0 -1
  2568. data/node_modules/caniuse-lite/data/regions/BW.js +0 -1
  2569. data/node_modules/caniuse-lite/data/regions/BY.js +0 -1
  2570. data/node_modules/caniuse-lite/data/regions/BZ.js +0 -1
  2571. data/node_modules/caniuse-lite/data/regions/CA.js +0 -1
  2572. data/node_modules/caniuse-lite/data/regions/CD.js +0 -1
  2573. data/node_modules/caniuse-lite/data/regions/CF.js +0 -1
  2574. data/node_modules/caniuse-lite/data/regions/CG.js +0 -1
  2575. data/node_modules/caniuse-lite/data/regions/CH.js +0 -1
  2576. data/node_modules/caniuse-lite/data/regions/CI.js +0 -1
  2577. data/node_modules/caniuse-lite/data/regions/CK.js +0 -1
  2578. data/node_modules/caniuse-lite/data/regions/CL.js +0 -1
  2579. data/node_modules/caniuse-lite/data/regions/CM.js +0 -1
  2580. data/node_modules/caniuse-lite/data/regions/CN.js +0 -1
  2581. data/node_modules/caniuse-lite/data/regions/CO.js +0 -1
  2582. data/node_modules/caniuse-lite/data/regions/CR.js +0 -1
  2583. data/node_modules/caniuse-lite/data/regions/CU.js +0 -1
  2584. data/node_modules/caniuse-lite/data/regions/CV.js +0 -1
  2585. data/node_modules/caniuse-lite/data/regions/CX.js +0 -1
  2586. data/node_modules/caniuse-lite/data/regions/CY.js +0 -1
  2587. data/node_modules/caniuse-lite/data/regions/CZ.js +0 -1
  2588. data/node_modules/caniuse-lite/data/regions/DE.js +0 -1
  2589. data/node_modules/caniuse-lite/data/regions/DJ.js +0 -1
  2590. data/node_modules/caniuse-lite/data/regions/DK.js +0 -1
  2591. data/node_modules/caniuse-lite/data/regions/DM.js +0 -1
  2592. data/node_modules/caniuse-lite/data/regions/DO.js +0 -1
  2593. data/node_modules/caniuse-lite/data/regions/DZ.js +0 -1
  2594. data/node_modules/caniuse-lite/data/regions/EC.js +0 -1
  2595. data/node_modules/caniuse-lite/data/regions/EE.js +0 -1
  2596. data/node_modules/caniuse-lite/data/regions/EG.js +0 -1
  2597. data/node_modules/caniuse-lite/data/regions/ER.js +0 -1
  2598. data/node_modules/caniuse-lite/data/regions/ES.js +0 -1
  2599. data/node_modules/caniuse-lite/data/regions/ET.js +0 -1
  2600. data/node_modules/caniuse-lite/data/regions/FI.js +0 -1
  2601. data/node_modules/caniuse-lite/data/regions/FJ.js +0 -1
  2602. data/node_modules/caniuse-lite/data/regions/FK.js +0 -1
  2603. data/node_modules/caniuse-lite/data/regions/FM.js +0 -1
  2604. data/node_modules/caniuse-lite/data/regions/FO.js +0 -1
  2605. data/node_modules/caniuse-lite/data/regions/FR.js +0 -1
  2606. data/node_modules/caniuse-lite/data/regions/GA.js +0 -1
  2607. data/node_modules/caniuse-lite/data/regions/GB.js +0 -1
  2608. data/node_modules/caniuse-lite/data/regions/GD.js +0 -1
  2609. data/node_modules/caniuse-lite/data/regions/GE.js +0 -1
  2610. data/node_modules/caniuse-lite/data/regions/GF.js +0 -1
  2611. data/node_modules/caniuse-lite/data/regions/GG.js +0 -1
  2612. data/node_modules/caniuse-lite/data/regions/GH.js +0 -1
  2613. data/node_modules/caniuse-lite/data/regions/GI.js +0 -1
  2614. data/node_modules/caniuse-lite/data/regions/GL.js +0 -1
  2615. data/node_modules/caniuse-lite/data/regions/GM.js +0 -1
  2616. data/node_modules/caniuse-lite/data/regions/GN.js +0 -1
  2617. data/node_modules/caniuse-lite/data/regions/GP.js +0 -1
  2618. data/node_modules/caniuse-lite/data/regions/GQ.js +0 -1
  2619. data/node_modules/caniuse-lite/data/regions/GR.js +0 -1
  2620. data/node_modules/caniuse-lite/data/regions/GT.js +0 -1
  2621. data/node_modules/caniuse-lite/data/regions/GU.js +0 -1
  2622. data/node_modules/caniuse-lite/data/regions/GW.js +0 -1
  2623. data/node_modules/caniuse-lite/data/regions/GY.js +0 -1
  2624. data/node_modules/caniuse-lite/data/regions/HK.js +0 -1
  2625. data/node_modules/caniuse-lite/data/regions/HN.js +0 -1
  2626. data/node_modules/caniuse-lite/data/regions/HR.js +0 -1
  2627. data/node_modules/caniuse-lite/data/regions/HT.js +0 -1
  2628. data/node_modules/caniuse-lite/data/regions/HU.js +0 -1
  2629. data/node_modules/caniuse-lite/data/regions/ID.js +0 -1
  2630. data/node_modules/caniuse-lite/data/regions/IE.js +0 -1
  2631. data/node_modules/caniuse-lite/data/regions/IL.js +0 -1
  2632. data/node_modules/caniuse-lite/data/regions/IM.js +0 -1
  2633. data/node_modules/caniuse-lite/data/regions/IN.js +0 -1
  2634. data/node_modules/caniuse-lite/data/regions/IQ.js +0 -1
  2635. data/node_modules/caniuse-lite/data/regions/IR.js +0 -1
  2636. data/node_modules/caniuse-lite/data/regions/IS.js +0 -1
  2637. data/node_modules/caniuse-lite/data/regions/IT.js +0 -1
  2638. data/node_modules/caniuse-lite/data/regions/JE.js +0 -1
  2639. data/node_modules/caniuse-lite/data/regions/JM.js +0 -1
  2640. data/node_modules/caniuse-lite/data/regions/JO.js +0 -1
  2641. data/node_modules/caniuse-lite/data/regions/JP.js +0 -1
  2642. data/node_modules/caniuse-lite/data/regions/KE.js +0 -1
  2643. data/node_modules/caniuse-lite/data/regions/KG.js +0 -1
  2644. data/node_modules/caniuse-lite/data/regions/KH.js +0 -1
  2645. data/node_modules/caniuse-lite/data/regions/KI.js +0 -1
  2646. data/node_modules/caniuse-lite/data/regions/KM.js +0 -1
  2647. data/node_modules/caniuse-lite/data/regions/KN.js +0 -1
  2648. data/node_modules/caniuse-lite/data/regions/KP.js +0 -1
  2649. data/node_modules/caniuse-lite/data/regions/KR.js +0 -1
  2650. data/node_modules/caniuse-lite/data/regions/KW.js +0 -1
  2651. data/node_modules/caniuse-lite/data/regions/KY.js +0 -1
  2652. data/node_modules/caniuse-lite/data/regions/KZ.js +0 -1
  2653. data/node_modules/caniuse-lite/data/regions/LA.js +0 -1
  2654. data/node_modules/caniuse-lite/data/regions/LB.js +0 -1
  2655. data/node_modules/caniuse-lite/data/regions/LC.js +0 -1
  2656. data/node_modules/caniuse-lite/data/regions/LI.js +0 -1
  2657. data/node_modules/caniuse-lite/data/regions/LK.js +0 -1
  2658. data/node_modules/caniuse-lite/data/regions/LR.js +0 -1
  2659. data/node_modules/caniuse-lite/data/regions/LS.js +0 -1
  2660. data/node_modules/caniuse-lite/data/regions/LT.js +0 -1
  2661. data/node_modules/caniuse-lite/data/regions/LU.js +0 -1
  2662. data/node_modules/caniuse-lite/data/regions/LV.js +0 -1
  2663. data/node_modules/caniuse-lite/data/regions/LY.js +0 -1
  2664. data/node_modules/caniuse-lite/data/regions/MA.js +0 -1
  2665. data/node_modules/caniuse-lite/data/regions/MC.js +0 -1
  2666. data/node_modules/caniuse-lite/data/regions/MD.js +0 -1
  2667. data/node_modules/caniuse-lite/data/regions/ME.js +0 -1
  2668. data/node_modules/caniuse-lite/data/regions/MG.js +0 -1
  2669. data/node_modules/caniuse-lite/data/regions/MH.js +0 -1
  2670. data/node_modules/caniuse-lite/data/regions/MK.js +0 -1
  2671. data/node_modules/caniuse-lite/data/regions/ML.js +0 -1
  2672. data/node_modules/caniuse-lite/data/regions/MM.js +0 -1
  2673. data/node_modules/caniuse-lite/data/regions/MN.js +0 -1
  2674. data/node_modules/caniuse-lite/data/regions/MO.js +0 -1
  2675. data/node_modules/caniuse-lite/data/regions/MP.js +0 -1
  2676. data/node_modules/caniuse-lite/data/regions/MQ.js +0 -1
  2677. data/node_modules/caniuse-lite/data/regions/MR.js +0 -1
  2678. data/node_modules/caniuse-lite/data/regions/MS.js +0 -1
  2679. data/node_modules/caniuse-lite/data/regions/MT.js +0 -1
  2680. data/node_modules/caniuse-lite/data/regions/MU.js +0 -1
  2681. data/node_modules/caniuse-lite/data/regions/MV.js +0 -1
  2682. data/node_modules/caniuse-lite/data/regions/MW.js +0 -1
  2683. data/node_modules/caniuse-lite/data/regions/MX.js +0 -1
  2684. data/node_modules/caniuse-lite/data/regions/MY.js +0 -1
  2685. data/node_modules/caniuse-lite/data/regions/MZ.js +0 -1
  2686. data/node_modules/caniuse-lite/data/regions/NA.js +0 -1
  2687. data/node_modules/caniuse-lite/data/regions/NC.js +0 -1
  2688. data/node_modules/caniuse-lite/data/regions/NE.js +0 -1
  2689. data/node_modules/caniuse-lite/data/regions/NF.js +0 -1
  2690. data/node_modules/caniuse-lite/data/regions/NG.js +0 -1
  2691. data/node_modules/caniuse-lite/data/regions/NI.js +0 -1
  2692. data/node_modules/caniuse-lite/data/regions/NL.js +0 -1
  2693. data/node_modules/caniuse-lite/data/regions/NO.js +0 -1
  2694. data/node_modules/caniuse-lite/data/regions/NP.js +0 -1
  2695. data/node_modules/caniuse-lite/data/regions/NR.js +0 -1
  2696. data/node_modules/caniuse-lite/data/regions/NU.js +0 -1
  2697. data/node_modules/caniuse-lite/data/regions/NZ.js +0 -1
  2698. data/node_modules/caniuse-lite/data/regions/OM.js +0 -1
  2699. data/node_modules/caniuse-lite/data/regions/PA.js +0 -1
  2700. data/node_modules/caniuse-lite/data/regions/PE.js +0 -1
  2701. data/node_modules/caniuse-lite/data/regions/PF.js +0 -1
  2702. data/node_modules/caniuse-lite/data/regions/PG.js +0 -1
  2703. data/node_modules/caniuse-lite/data/regions/PH.js +0 -1
  2704. data/node_modules/caniuse-lite/data/regions/PK.js +0 -1
  2705. data/node_modules/caniuse-lite/data/regions/PL.js +0 -1
  2706. data/node_modules/caniuse-lite/data/regions/PM.js +0 -1
  2707. data/node_modules/caniuse-lite/data/regions/PN.js +0 -1
  2708. data/node_modules/caniuse-lite/data/regions/PR.js +0 -1
  2709. data/node_modules/caniuse-lite/data/regions/PS.js +0 -1
  2710. data/node_modules/caniuse-lite/data/regions/PT.js +0 -1
  2711. data/node_modules/caniuse-lite/data/regions/PW.js +0 -1
  2712. data/node_modules/caniuse-lite/data/regions/PY.js +0 -1
  2713. data/node_modules/caniuse-lite/data/regions/QA.js +0 -1
  2714. data/node_modules/caniuse-lite/data/regions/RE.js +0 -1
  2715. data/node_modules/caniuse-lite/data/regions/RO.js +0 -1
  2716. data/node_modules/caniuse-lite/data/regions/RS.js +0 -1
  2717. data/node_modules/caniuse-lite/data/regions/RU.js +0 -1
  2718. data/node_modules/caniuse-lite/data/regions/RW.js +0 -1
  2719. data/node_modules/caniuse-lite/data/regions/SA.js +0 -1
  2720. data/node_modules/caniuse-lite/data/regions/SB.js +0 -1
  2721. data/node_modules/caniuse-lite/data/regions/SC.js +0 -1
  2722. data/node_modules/caniuse-lite/data/regions/SD.js +0 -1
  2723. data/node_modules/caniuse-lite/data/regions/SE.js +0 -1
  2724. data/node_modules/caniuse-lite/data/regions/SG.js +0 -1
  2725. data/node_modules/caniuse-lite/data/regions/SH.js +0 -1
  2726. data/node_modules/caniuse-lite/data/regions/SI.js +0 -1
  2727. data/node_modules/caniuse-lite/data/regions/SK.js +0 -1
  2728. data/node_modules/caniuse-lite/data/regions/SL.js +0 -1
  2729. data/node_modules/caniuse-lite/data/regions/SM.js +0 -1
  2730. data/node_modules/caniuse-lite/data/regions/SN.js +0 -1
  2731. data/node_modules/caniuse-lite/data/regions/SO.js +0 -1
  2732. data/node_modules/caniuse-lite/data/regions/SR.js +0 -1
  2733. data/node_modules/caniuse-lite/data/regions/ST.js +0 -1
  2734. data/node_modules/caniuse-lite/data/regions/SV.js +0 -1
  2735. data/node_modules/caniuse-lite/data/regions/SY.js +0 -1
  2736. data/node_modules/caniuse-lite/data/regions/SZ.js +0 -1
  2737. data/node_modules/caniuse-lite/data/regions/TC.js +0 -1
  2738. data/node_modules/caniuse-lite/data/regions/TD.js +0 -1
  2739. data/node_modules/caniuse-lite/data/regions/TG.js +0 -1
  2740. data/node_modules/caniuse-lite/data/regions/TH.js +0 -1
  2741. data/node_modules/caniuse-lite/data/regions/TJ.js +0 -1
  2742. data/node_modules/caniuse-lite/data/regions/TL.js +0 -1
  2743. data/node_modules/caniuse-lite/data/regions/TM.js +0 -1
  2744. data/node_modules/caniuse-lite/data/regions/TN.js +0 -1
  2745. data/node_modules/caniuse-lite/data/regions/TO.js +0 -1
  2746. data/node_modules/caniuse-lite/data/regions/TR.js +0 -1
  2747. data/node_modules/caniuse-lite/data/regions/TT.js +0 -1
  2748. data/node_modules/caniuse-lite/data/regions/TV.js +0 -1
  2749. data/node_modules/caniuse-lite/data/regions/TW.js +0 -1
  2750. data/node_modules/caniuse-lite/data/regions/TZ.js +0 -1
  2751. data/node_modules/caniuse-lite/data/regions/UA.js +0 -1
  2752. data/node_modules/caniuse-lite/data/regions/UG.js +0 -1
  2753. data/node_modules/caniuse-lite/data/regions/US.js +0 -1
  2754. data/node_modules/caniuse-lite/data/regions/UY.js +0 -1
  2755. data/node_modules/caniuse-lite/data/regions/UZ.js +0 -1
  2756. data/node_modules/caniuse-lite/data/regions/VA.js +0 -1
  2757. data/node_modules/caniuse-lite/data/regions/VC.js +0 -1
  2758. data/node_modules/caniuse-lite/data/regions/VE.js +0 -1
  2759. data/node_modules/caniuse-lite/data/regions/VG.js +0 -1
  2760. data/node_modules/caniuse-lite/data/regions/VI.js +0 -1
  2761. data/node_modules/caniuse-lite/data/regions/VN.js +0 -1
  2762. data/node_modules/caniuse-lite/data/regions/VU.js +0 -1
  2763. data/node_modules/caniuse-lite/data/regions/WF.js +0 -1
  2764. data/node_modules/caniuse-lite/data/regions/WS.js +0 -1
  2765. data/node_modules/caniuse-lite/data/regions/YE.js +0 -1
  2766. data/node_modules/caniuse-lite/data/regions/YT.js +0 -1
  2767. data/node_modules/caniuse-lite/data/regions/ZA.js +0 -1
  2768. data/node_modules/caniuse-lite/data/regions/ZM.js +0 -1
  2769. data/node_modules/caniuse-lite/data/regions/ZW.js +0 -1
  2770. data/node_modules/caniuse-lite/data/regions/alt-af.js +0 -1
  2771. data/node_modules/caniuse-lite/data/regions/alt-an.js +0 -1
  2772. data/node_modules/caniuse-lite/data/regions/alt-as.js +0 -1
  2773. data/node_modules/caniuse-lite/data/regions/alt-eu.js +0 -1
  2774. data/node_modules/caniuse-lite/data/regions/alt-na.js +0 -1
  2775. data/node_modules/caniuse-lite/data/regions/alt-oc.js +0 -1
  2776. data/node_modules/caniuse-lite/data/regions/alt-sa.js +0 -1
  2777. data/node_modules/caniuse-lite/data/regions/alt-ww.js +0 -1
  2778. data/node_modules/caniuse-lite/dist/lib/statuses.js +0 -9
  2779. data/node_modules/caniuse-lite/dist/lib/supported.js +0 -9
  2780. data/node_modules/caniuse-lite/dist/unpacker/agents.js +0 -47
  2781. data/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +0 -1
  2782. data/node_modules/caniuse-lite/dist/unpacker/browsers.js +0 -1
  2783. data/node_modules/caniuse-lite/dist/unpacker/feature.js +0 -52
  2784. data/node_modules/caniuse-lite/dist/unpacker/features.js +0 -6
  2785. data/node_modules/caniuse-lite/dist/unpacker/index.js +0 -4
  2786. data/node_modules/caniuse-lite/dist/unpacker/region.js +0 -22
  2787. data/node_modules/caniuse-lite/package.json +0 -34
  2788. data/node_modules/clone-deep/LICENSE +0 -21
  2789. data/node_modules/clone-deep/README.md +0 -106
  2790. data/node_modules/clone-deep/index.js +0 -49
  2791. data/node_modules/clone-deep/package.json +0 -81
  2792. data/node_modules/commondir/LICENSE +0 -24
  2793. data/node_modules/commondir/example/dir.js +0 -3
  2794. data/node_modules/commondir/index.js +0 -29
  2795. data/node_modules/commondir/package.json +0 -34
  2796. data/node_modules/commondir/readme.markdown +0 -48
  2797. data/node_modules/commondir/test/dirs.js +0 -55
  2798. data/node_modules/convert-source-map/LICENSE +0 -23
  2799. data/node_modules/convert-source-map/README.md +0 -206
  2800. data/node_modules/convert-source-map/index.js +0 -233
  2801. data/node_modules/convert-source-map/package.json +0 -38
  2802. data/node_modules/core-js-compat/LICENSE +0 -19
  2803. data/node_modules/core-js-compat/README.md +0 -135
  2804. data/node_modules/core-js-compat/compat.d.ts +0 -48
  2805. data/node_modules/core-js-compat/compat.js +0 -90
  2806. data/node_modules/core-js-compat/data.json +0 -7562
  2807. data/node_modules/core-js-compat/entries.json +0 -20563
  2808. data/node_modules/core-js-compat/external.json +0 -21
  2809. data/node_modules/core-js-compat/get-modules-list-for-target-version.d.ts +0 -5
  2810. data/node_modules/core-js-compat/get-modules-list-for-target-version.js +0 -18
  2811. data/node_modules/core-js-compat/helpers.js +0 -65
  2812. data/node_modules/core-js-compat/index.d.ts +0 -27
  2813. data/node_modules/core-js-compat/index.js +0 -14
  2814. data/node_modules/core-js-compat/modules-by-versions.json +0 -569
  2815. data/node_modules/core-js-compat/modules.json +0 -501
  2816. data/node_modules/core-js-compat/package.json +0 -27
  2817. data/node_modules/core-js-compat/shared.d.ts +0 -32
  2818. data/node_modules/core-js-compat/targets-parser.js +0 -92
  2819. data/node_modules/electron-to-chromium/LICENSE +0 -5
  2820. data/node_modules/electron-to-chromium/README.md +0 -186
  2821. data/node_modules/electron-to-chromium/chromium-versions.js +0 -72
  2822. data/node_modules/electron-to-chromium/chromium-versions.json +0 -1
  2823. data/node_modules/electron-to-chromium/full-chromium-versions.js +0 -2236
  2824. data/node_modules/electron-to-chromium/full-chromium-versions.json +0 -1
  2825. data/node_modules/electron-to-chromium/full-versions.js +0 -1452
  2826. data/node_modules/electron-to-chromium/full-versions.json +0 -1
  2827. data/node_modules/electron-to-chromium/index.js +0 -36
  2828. data/node_modules/electron-to-chromium/package.json +0 -44
  2829. data/node_modules/electron-to-chromium/versions.js +0 -176
  2830. data/node_modules/electron-to-chromium/versions.json +0 -1
  2831. data/node_modules/escalade/dist/index.js +0 -22
  2832. data/node_modules/escalade/dist/index.mjs +0 -22
  2833. data/node_modules/escalade/index.d.mts +0 -11
  2834. data/node_modules/escalade/index.d.ts +0 -15
  2835. data/node_modules/escalade/license +0 -9
  2836. data/node_modules/escalade/package.json +0 -74
  2837. data/node_modules/escalade/readme.md +0 -211
  2838. data/node_modules/escalade/sync/index.d.mts +0 -9
  2839. data/node_modules/escalade/sync/index.d.ts +0 -13
  2840. data/node_modules/escalade/sync/index.js +0 -18
  2841. data/node_modules/escalade/sync/index.mjs +0 -18
  2842. data/node_modules/esprima/ChangeLog +0 -235
  2843. data/node_modules/esprima/LICENSE.BSD +0 -21
  2844. data/node_modules/esprima/README.md +0 -46
  2845. data/node_modules/esprima/bin/esparse.js +0 -139
  2846. data/node_modules/esprima/bin/esvalidate.js +0 -236
  2847. data/node_modules/esprima/dist/esprima.js +0 -6709
  2848. data/node_modules/esprima/package.json +0 -112
  2849. data/node_modules/fill-range/LICENSE +0 -21
  2850. data/node_modules/fill-range/README.md +0 -237
  2851. data/node_modules/fill-range/index.js +0 -248
  2852. data/node_modules/fill-range/package.json +0 -74
  2853. data/node_modules/find-cache-dir/index.js +0 -32
  2854. data/node_modules/find-cache-dir/license +0 -9
  2855. data/node_modules/find-cache-dir/package.json +0 -42
  2856. data/node_modules/find-cache-dir/readme.md +0 -116
  2857. data/node_modules/flatted/python/test.py +0 -63
  2858. data/node_modules/flow-parser/README.md +0 -44
  2859. data/node_modules/flow-parser/flow_parser.js +0 -11358
  2860. data/node_modules/flow-parser/package.json +0 -33
  2861. data/node_modules/gensync/LICENSE +0 -7
  2862. data/node_modules/gensync/README.md +0 -196
  2863. data/node_modules/gensync/index.js +0 -373
  2864. data/node_modules/gensync/index.js.flow +0 -32
  2865. data/node_modules/gensync/package.json +0 -37
  2866. data/node_modules/gensync/test/index.test.js +0 -489
  2867. data/node_modules/graceful-fs/LICENSE +0 -15
  2868. data/node_modules/graceful-fs/README.md +0 -143
  2869. data/node_modules/graceful-fs/clone.js +0 -23
  2870. data/node_modules/graceful-fs/graceful-fs.js +0 -448
  2871. data/node_modules/graceful-fs/legacy-streams.js +0 -118
  2872. data/node_modules/graceful-fs/package.json +0 -53
  2873. data/node_modules/graceful-fs/polyfills.js +0 -355
  2874. data/node_modules/is-core-module/CHANGELOG.md +0 -218
  2875. data/node_modules/is-core-module/LICENSE +0 -20
  2876. data/node_modules/is-core-module/README.md +0 -40
  2877. data/node_modules/is-core-module/core.json +0 -162
  2878. data/node_modules/is-core-module/index.js +0 -69
  2879. data/node_modules/is-core-module/test/index.js +0 -157
  2880. data/node_modules/is-number/LICENSE +0 -21
  2881. data/node_modules/is-number/README.md +0 -187
  2882. data/node_modules/is-number/index.js +0 -18
  2883. data/node_modules/is-number/package.json +0 -82
  2884. data/node_modules/is-plain-object/LICENSE +0 -21
  2885. data/node_modules/is-plain-object/README.md +0 -104
  2886. data/node_modules/is-plain-object/index.d.ts +0 -5
  2887. data/node_modules/is-plain-object/index.js +0 -37
  2888. data/node_modules/is-plain-object/package.json +0 -79
  2889. data/node_modules/isobject/LICENSE +0 -21
  2890. data/node_modules/isobject/README.md +0 -122
  2891. data/node_modules/isobject/index.d.ts +0 -5
  2892. data/node_modules/isobject/index.js +0 -12
  2893. data/node_modules/isobject/package.json +0 -74
  2894. data/node_modules/js-tokens/CHANGELOG.md +0 -151
  2895. data/node_modules/js-tokens/LICENSE +0 -21
  2896. data/node_modules/js-tokens/README.md +0 -240
  2897. data/node_modules/js-tokens/index.js +0 -23
  2898. data/node_modules/js-tokens/package.json +0 -30
  2899. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  2900. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  2901. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  2902. data/node_modules/jscodeshift/LICENSE +0 -21
  2903. data/node_modules/jscodeshift/README.md +0 -671
  2904. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  2905. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  2906. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  2907. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  2908. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  2909. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  2910. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  2911. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  2912. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  2913. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  2914. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  2915. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  2916. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  2917. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  2918. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  2919. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  2920. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  2921. data/node_modules/jscodeshift/dist/core.js +0 -183
  2922. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  2923. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  2924. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  2925. data/node_modules/jscodeshift/dist/template.js +0 -173
  2926. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  2927. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  2928. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  2929. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  2930. data/node_modules/jscodeshift/index.js +0 -9
  2931. data/node_modules/jscodeshift/package.json +0 -74
  2932. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  2933. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  2934. data/node_modules/jscodeshift/parser/flow.js +0 -34
  2935. data/node_modules/jscodeshift/parser/ts.js +0 -24
  2936. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  2937. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  2938. data/node_modules/jscodeshift/src/Collection.js +0 -472
  2939. data/node_modules/jscodeshift/src/Runner.js +0 -322
  2940. data/node_modules/jscodeshift/src/Worker.js +0 -210
  2941. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  2942. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  2943. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  2944. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  2945. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  2946. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  2947. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  2948. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  2949. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  2950. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  2951. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  2952. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  2953. data/node_modules/jscodeshift/src/core.js +0 -183
  2954. data/node_modules/jscodeshift/src/getParser.js +0 -25
  2955. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  2956. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  2957. data/node_modules/jscodeshift/src/template.js +0 -173
  2958. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  2959. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  2960. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  2961. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  2962. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  2963. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  2964. data/node_modules/jscodeshift/website/README.md +0 -44
  2965. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  2966. data/node_modules/jscodeshift/website/package.json +0 -17
  2967. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  2968. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  2969. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  2970. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  2971. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  2972. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  2973. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  2974. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  2975. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  2976. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  2977. data/node_modules/jsesc/LICENSE-MIT.txt +0 -20
  2978. data/node_modules/jsesc/README.md +0 -422
  2979. data/node_modules/jsesc/bin/jsesc +0 -148
  2980. data/node_modules/jsesc/jsesc.js +0 -337
  2981. data/node_modules/jsesc/man/jsesc.1 +0 -94
  2982. data/node_modules/jsesc/package.json +0 -56
  2983. data/node_modules/json5/LICENSE.md +0 -23
  2984. data/node_modules/json5/README.md +0 -282
  2985. data/node_modules/json5/dist/index.js +0 -1737
  2986. data/node_modules/json5/dist/index.min.js +0 -1
  2987. data/node_modules/json5/dist/index.min.mjs +0 -1
  2988. data/node_modules/json5/dist/index.mjs +0 -1426
  2989. data/node_modules/json5/lib/cli.js +0 -152
  2990. data/node_modules/json5/lib/index.d.ts +0 -4
  2991. data/node_modules/json5/lib/index.js +0 -9
  2992. data/node_modules/json5/lib/parse.d.ts +0 -15
  2993. data/node_modules/json5/lib/parse.js +0 -1114
  2994. data/node_modules/json5/lib/register.js +0 -13
  2995. data/node_modules/json5/lib/require.js +0 -4
  2996. data/node_modules/json5/lib/stringify.d.ts +0 -89
  2997. data/node_modules/json5/lib/stringify.js +0 -261
  2998. data/node_modules/json5/lib/unicode.d.ts +0 -3
  2999. data/node_modules/json5/lib/unicode.js +0 -4
  3000. data/node_modules/json5/lib/util.d.ts +0 -5
  3001. data/node_modules/json5/lib/util.js +0 -35
  3002. data/node_modules/json5/package.json +0 -72
  3003. data/node_modules/kind-of/CHANGELOG.md +0 -160
  3004. data/node_modules/kind-of/LICENSE +0 -21
  3005. data/node_modules/kind-of/README.md +0 -367
  3006. data/node_modules/kind-of/index.js +0 -129
  3007. data/node_modules/kind-of/package.json +0 -88
  3008. data/node_modules/lodash.debounce/LICENSE +0 -47
  3009. data/node_modules/lodash.debounce/README.md +0 -18
  3010. data/node_modules/lodash.debounce/index.js +0 -377
  3011. data/node_modules/lodash.debounce/package.json +0 -17
  3012. data/node_modules/lru-cache/LICENSE +0 -15
  3013. data/node_modules/lru-cache/README.md +0 -166
  3014. data/node_modules/lru-cache/index.js +0 -334
  3015. data/node_modules/lru-cache/package.json +0 -32
  3016. data/node_modules/make-dir/index.d.ts +0 -39
  3017. data/node_modules/make-dir/index.js +0 -139
  3018. data/node_modules/make-dir/license +0 -9
  3019. data/node_modules/make-dir/node_modules/semver/LICENSE +0 -15
  3020. data/node_modules/make-dir/node_modules/semver/README.md +0 -412
  3021. data/node_modules/make-dir/node_modules/semver/bin/semver +0 -160
  3022. data/node_modules/make-dir/node_modules/semver/package.json +0 -38
  3023. data/node_modules/make-dir/node_modules/semver/range.bnf +0 -16
  3024. data/node_modules/make-dir/node_modules/semver/semver.js +0 -1525
  3025. data/node_modules/make-dir/package.json +0 -59
  3026. data/node_modules/make-dir/readme.md +0 -123
  3027. data/node_modules/micromatch/LICENSE +0 -21
  3028. data/node_modules/micromatch/README.md +0 -1024
  3029. data/node_modules/micromatch/index.js +0 -474
  3030. data/node_modules/micromatch/package.json +0 -119
  3031. data/node_modules/neo-async/LICENSE +0 -22
  3032. data/node_modules/neo-async/README.md +0 -273
  3033. data/node_modules/neo-async/all.js +0 -3
  3034. data/node_modules/neo-async/allLimit.js +0 -3
  3035. data/node_modules/neo-async/allSeries.js +0 -3
  3036. data/node_modules/neo-async/angelFall.js +0 -3
  3037. data/node_modules/neo-async/any.js +0 -3
  3038. data/node_modules/neo-async/anyLimit.js +0 -3
  3039. data/node_modules/neo-async/anySeries.js +0 -3
  3040. data/node_modules/neo-async/apply.js +0 -3
  3041. data/node_modules/neo-async/applyEach.js +0 -3
  3042. data/node_modules/neo-async/applyEachSeries.js +0 -3
  3043. data/node_modules/neo-async/async.js +0 -9184
  3044. data/node_modules/neo-async/async.min.js +0 -80
  3045. data/node_modules/neo-async/asyncify.js +0 -3
  3046. data/node_modules/neo-async/auto.js +0 -3
  3047. data/node_modules/neo-async/autoInject.js +0 -3
  3048. data/node_modules/neo-async/cargo.js +0 -3
  3049. data/node_modules/neo-async/compose.js +0 -3
  3050. data/node_modules/neo-async/concat.js +0 -3
  3051. data/node_modules/neo-async/concatLimit.js +0 -3
  3052. data/node_modules/neo-async/concatSeries.js +0 -3
  3053. data/node_modules/neo-async/constant.js +0 -3
  3054. data/node_modules/neo-async/createLogger.js +0 -3
  3055. data/node_modules/neo-async/detect.js +0 -3
  3056. data/node_modules/neo-async/detectLimit.js +0 -3
  3057. data/node_modules/neo-async/detectSeries.js +0 -3
  3058. data/node_modules/neo-async/dir.js +0 -3
  3059. data/node_modules/neo-async/doDuring.js +0 -3
  3060. data/node_modules/neo-async/doUntil.js +0 -3
  3061. data/node_modules/neo-async/doWhilst.js +0 -3
  3062. data/node_modules/neo-async/during.js +0 -3
  3063. data/node_modules/neo-async/each.js +0 -3
  3064. data/node_modules/neo-async/eachLimit.js +0 -3
  3065. data/node_modules/neo-async/eachOf.js +0 -3
  3066. data/node_modules/neo-async/eachOfLimit.js +0 -3
  3067. data/node_modules/neo-async/eachOfSeries.js +0 -3
  3068. data/node_modules/neo-async/eachSeries.js +0 -3
  3069. data/node_modules/neo-async/ensureAsync.js +0 -3
  3070. data/node_modules/neo-async/every.js +0 -3
  3071. data/node_modules/neo-async/everyLimit.js +0 -3
  3072. data/node_modules/neo-async/everySeries.js +0 -3
  3073. data/node_modules/neo-async/fast.js +0 -3
  3074. data/node_modules/neo-async/filter.js +0 -3
  3075. data/node_modules/neo-async/filterLimit.js +0 -3
  3076. data/node_modules/neo-async/filterSeries.js +0 -3
  3077. data/node_modules/neo-async/find.js +0 -3
  3078. data/node_modules/neo-async/findLimit.js +0 -3
  3079. data/node_modules/neo-async/findSeries.js +0 -3
  3080. data/node_modules/neo-async/foldl.js +0 -3
  3081. data/node_modules/neo-async/foldr.js +0 -3
  3082. data/node_modules/neo-async/forEach.js +0 -3
  3083. data/node_modules/neo-async/forEachLimit.js +0 -3
  3084. data/node_modules/neo-async/forEachOf.js +0 -3
  3085. data/node_modules/neo-async/forEachOfLimit.js +0 -3
  3086. data/node_modules/neo-async/forEachOfSeries.js +0 -3
  3087. data/node_modules/neo-async/forEachSeries.js +0 -3
  3088. data/node_modules/neo-async/forever.js +0 -3
  3089. data/node_modules/neo-async/groupBy.js +0 -3
  3090. data/node_modules/neo-async/groupByLimit.js +0 -3
  3091. data/node_modules/neo-async/groupBySeries.js +0 -3
  3092. data/node_modules/neo-async/inject.js +0 -3
  3093. data/node_modules/neo-async/iterator.js +0 -3
  3094. data/node_modules/neo-async/log.js +0 -3
  3095. data/node_modules/neo-async/map.js +0 -3
  3096. data/node_modules/neo-async/mapLimit.js +0 -3
  3097. data/node_modules/neo-async/mapSeries.js +0 -3
  3098. data/node_modules/neo-async/mapValues.js +0 -3
  3099. data/node_modules/neo-async/mapValuesLimit.js +0 -3
  3100. data/node_modules/neo-async/mapValuesSeries.js +0 -3
  3101. data/node_modules/neo-async/memoize.js +0 -3
  3102. data/node_modules/neo-async/nextTick.js +0 -3
  3103. data/node_modules/neo-async/omit.js +0 -3
  3104. data/node_modules/neo-async/omitLimit.js +0 -3
  3105. data/node_modules/neo-async/omitSeries.js +0 -3
  3106. data/node_modules/neo-async/package.json +0 -57
  3107. data/node_modules/neo-async/parallel.js +0 -3
  3108. data/node_modules/neo-async/parallelLimit.js +0 -3
  3109. data/node_modules/neo-async/pick.js +0 -3
  3110. data/node_modules/neo-async/pickLimit.js +0 -3
  3111. data/node_modules/neo-async/pickSeries.js +0 -3
  3112. data/node_modules/neo-async/priorityQueue.js +0 -3
  3113. data/node_modules/neo-async/queue.js +0 -3
  3114. data/node_modules/neo-async/race.js +0 -3
  3115. data/node_modules/neo-async/reduce.js +0 -3
  3116. data/node_modules/neo-async/reduceRight.js +0 -3
  3117. data/node_modules/neo-async/reflect.js +0 -3
  3118. data/node_modules/neo-async/reflectAll.js +0 -3
  3119. data/node_modules/neo-async/reject.js +0 -3
  3120. data/node_modules/neo-async/rejectLimit.js +0 -3
  3121. data/node_modules/neo-async/rejectSeries.js +0 -3
  3122. data/node_modules/neo-async/retry.js +0 -3
  3123. data/node_modules/neo-async/retryable.js +0 -3
  3124. data/node_modules/neo-async/safe.js +0 -3
  3125. data/node_modules/neo-async/select.js +0 -3
  3126. data/node_modules/neo-async/selectLimit.js +0 -3
  3127. data/node_modules/neo-async/selectSeries.js +0 -3
  3128. data/node_modules/neo-async/seq.js +0 -3
  3129. data/node_modules/neo-async/series.js +0 -3
  3130. data/node_modules/neo-async/setImmediate.js +0 -3
  3131. data/node_modules/neo-async/some.js +0 -3
  3132. data/node_modules/neo-async/someLimit.js +0 -3
  3133. data/node_modules/neo-async/someSeries.js +0 -3
  3134. data/node_modules/neo-async/sortBy.js +0 -3
  3135. data/node_modules/neo-async/sortByLimit.js +0 -3
  3136. data/node_modules/neo-async/sortBySeries.js +0 -3
  3137. data/node_modules/neo-async/timeout.js +0 -3
  3138. data/node_modules/neo-async/times.js +0 -3
  3139. data/node_modules/neo-async/timesLimit.js +0 -3
  3140. data/node_modules/neo-async/timesSeries.js +0 -3
  3141. data/node_modules/neo-async/transform.js +0 -3
  3142. data/node_modules/neo-async/transformLimit.js +0 -3
  3143. data/node_modules/neo-async/transformSeries.js +0 -3
  3144. data/node_modules/neo-async/tryEach.js +0 -3
  3145. data/node_modules/neo-async/unmemoize.js +0 -3
  3146. data/node_modules/neo-async/until.js +0 -3
  3147. data/node_modules/neo-async/waterfall.js +0 -3
  3148. data/node_modules/neo-async/whilst.js +0 -3
  3149. data/node_modules/neo-async/wrapSync.js +0 -3
  3150. data/node_modules/node-releases/LICENSE +0 -21
  3151. data/node_modules/node-releases/README.md +0 -12
  3152. data/node_modules/node-releases/data/processed/envs.json +0 -1
  3153. data/node_modules/node-releases/data/release-schedule/release-schedule.json +0 -1
  3154. data/node_modules/node-releases/package.json +0 -22
  3155. data/node_modules/p-try/index.d.ts +0 -39
  3156. data/node_modules/p-try/index.js +0 -9
  3157. data/node_modules/p-try/license +0 -9
  3158. data/node_modules/p-try/package.json +0 -42
  3159. data/node_modules/p-try/readme.md +0 -58
  3160. data/node_modules/path-parse/LICENSE +0 -21
  3161. data/node_modules/path-parse/README.md +0 -42
  3162. data/node_modules/path-parse/index.js +0 -75
  3163. data/node_modules/path-parse/package.json +0 -33
  3164. data/node_modules/picocolors/LICENSE +0 -15
  3165. data/node_modules/picocolors/README.md +0 -21
  3166. data/node_modules/picocolors/package.json +0 -25
  3167. data/node_modules/picocolors/picocolors.browser.js +0 -4
  3168. data/node_modules/picocolors/picocolors.d.ts +0 -5
  3169. data/node_modules/picocolors/picocolors.js +0 -75
  3170. data/node_modules/picocolors/types.d.ts +0 -51
  3171. data/node_modules/picomatch/CHANGELOG.md +0 -136
  3172. data/node_modules/picomatch/LICENSE +0 -21
  3173. data/node_modules/picomatch/README.md +0 -708
  3174. data/node_modules/picomatch/index.js +0 -3
  3175. data/node_modules/picomatch/lib/constants.js +0 -179
  3176. data/node_modules/picomatch/lib/parse.js +0 -1091
  3177. data/node_modules/picomatch/lib/picomatch.js +0 -342
  3178. data/node_modules/picomatch/lib/scan.js +0 -391
  3179. data/node_modules/picomatch/lib/utils.js +0 -64
  3180. data/node_modules/picomatch/package.json +0 -81
  3181. data/node_modules/pify/index.js +0 -68
  3182. data/node_modules/pify/license +0 -9
  3183. data/node_modules/pify/package.json +0 -51
  3184. data/node_modules/pify/readme.md +0 -145
  3185. data/node_modules/pirates/LICENSE +0 -21
  3186. data/node_modules/pirates/README.md +0 -69
  3187. data/node_modules/pirates/index.d.ts +0 -82
  3188. data/node_modules/pirates/lib/index.js +0 -139
  3189. data/node_modules/pirates/package.json +0 -74
  3190. data/node_modules/pkg-dir/index.js +0 -10
  3191. data/node_modules/pkg-dir/license +0 -9
  3192. data/node_modules/pkg-dir/node_modules/find-up/index.js +0 -46
  3193. data/node_modules/pkg-dir/node_modules/find-up/license +0 -9
  3194. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/index.js +0 -24
  3195. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/license +0 -9
  3196. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/index.js +0 -34
  3197. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/license +0 -9
  3198. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.d.ts +0 -38
  3199. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/index.js +0 -57
  3200. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/license +0 -9
  3201. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/package.json +0 -52
  3202. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/node_modules/p-limit/readme.md +0 -101
  3203. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/package.json +0 -51
  3204. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/p-locate/readme.md +0 -88
  3205. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/index.js +0 -17
  3206. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/license +0 -21
  3207. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/package.json +0 -40
  3208. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/node_modules/path-exists/readme.md +0 -50
  3209. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/package.json +0 -44
  3210. data/node_modules/pkg-dir/node_modules/find-up/node_modules/locate-path/readme.md +0 -99
  3211. data/node_modules/pkg-dir/node_modules/find-up/package.json +0 -50
  3212. data/node_modules/pkg-dir/node_modules/find-up/readme.md +0 -87
  3213. data/node_modules/pkg-dir/package.json +0 -53
  3214. data/node_modules/pkg-dir/readme.md +0 -66
  3215. data/node_modules/recast/LICENSE +0 -20
  3216. data/node_modules/recast/README.md +0 -221
  3217. data/node_modules/recast/example/add-braces +0 -44
  3218. data/node_modules/recast/example/generic-identity +0 -17
  3219. data/node_modules/recast/example/identity +0 -8
  3220. data/node_modules/recast/example/to-while +0 -84
  3221. data/node_modules/recast/lib/comments.d.ts +0 -2
  3222. data/node_modules/recast/lib/comments.js +0 -313
  3223. data/node_modules/recast/lib/fast-path.d.ts +0 -25
  3224. data/node_modules/recast/lib/fast-path.js +0 -541
  3225. data/node_modules/recast/lib/lines.d.ts +0 -62
  3226. data/node_modules/recast/lib/lines.js +0 -654
  3227. data/node_modules/recast/lib/mapping.d.ts +0 -15
  3228. data/node_modules/recast/lib/mapping.js +0 -197
  3229. data/node_modules/recast/lib/options.d.ts +0 -147
  3230. data/node_modules/recast/lib/options.js +0 -55
  3231. data/node_modules/recast/lib/parser.d.ts +0 -2
  3232. data/node_modules/recast/lib/parser.js +0 -250
  3233. data/node_modules/recast/lib/patcher.d.ts +0 -12
  3234. data/node_modules/recast/lib/patcher.js +0 -386
  3235. data/node_modules/recast/lib/printer.d.ts +0 -14
  3236. data/node_modules/recast/lib/printer.js +0 -2394
  3237. data/node_modules/recast/lib/util.d.ts +0 -18
  3238. data/node_modules/recast/lib/util.js +0 -331
  3239. data/node_modules/recast/main.d.ts +0 -50
  3240. data/node_modules/recast/main.js +0 -65
  3241. data/node_modules/recast/package.json +0 -74
  3242. data/node_modules/recast/parsers/_babel_options.d.ts +0 -8
  3243. data/node_modules/recast/parsers/_babel_options.js +0 -57
  3244. data/node_modules/recast/parsers/acorn.d.ts +0 -1
  3245. data/node_modules/recast/parsers/acorn.js +0 -33
  3246. data/node_modules/recast/parsers/babel-ts.d.ts +0 -4
  3247. data/node_modules/recast/parsers/babel-ts.js +0 -13
  3248. data/node_modules/recast/parsers/babel.d.ts +0 -8
  3249. data/node_modules/recast/parsers/babel.js +0 -33
  3250. data/node_modules/recast/parsers/babylon.d.ts +0 -1
  3251. data/node_modules/recast/parsers/babylon.js +0 -4
  3252. data/node_modules/recast/parsers/esprima.d.ts +0 -1
  3253. data/node_modules/recast/parsers/esprima.js +0 -30
  3254. data/node_modules/recast/parsers/flow.d.ts +0 -2
  3255. data/node_modules/recast/parsers/flow.js +0 -19
  3256. data/node_modules/recast/parsers/typescript.d.ts +0 -2
  3257. data/node_modules/recast/parsers/typescript.js +0 -19
  3258. data/node_modules/recast/tsconfig.json +0 -18
  3259. data/node_modules/regenerate/LICENSE-MIT.txt +0 -20
  3260. data/node_modules/regenerate/README.md +0 -338
  3261. data/node_modules/regenerate/package.json +0 -38
  3262. data/node_modules/regenerate/regenerate.js +0 -1209
  3263. data/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js +0 -3
  3264. data/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js +0 -3
  3265. data/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js +0 -15
  3266. data/node_modules/regenerate-unicode-properties/Binary_Property/Any.js +0 -3
  3267. data/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js +0 -15
  3268. data/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js +0 -3
  3269. data/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js +0 -4
  3270. data/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js +0 -8
  3271. data/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js +0 -5
  3272. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js +0 -4
  3273. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js +0 -5
  3274. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js +0 -4
  3275. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js +0 -7
  3276. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js +0 -4
  3277. data/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js +0 -4
  3278. data/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js +0 -3
  3279. data/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js +0 -3
  3280. data/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js +0 -3
  3281. data/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js +0 -5
  3282. data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js +0 -4
  3283. data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js +0 -3
  3284. data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js +0 -3
  3285. data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js +0 -3
  3286. data/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js +0 -3
  3287. data/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js +0 -3
  3288. data/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js +0 -3
  3289. data/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js +0 -17
  3290. data/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js +0 -7
  3291. data/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js +0 -3
  3292. data/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js +0 -3
  3293. data/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js +0 -3
  3294. data/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js +0 -16
  3295. data/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js +0 -13
  3296. data/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js +0 -3
  3297. data/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js +0 -3
  3298. data/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js +0 -3
  3299. data/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js +0 -5
  3300. data/node_modules/regenerate-unicode-properties/Binary_Property/Math.js +0 -4
  3301. data/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js +0 -3
  3302. data/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js +0 -3
  3303. data/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js +0 -3
  3304. data/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js +0 -3
  3305. data/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js +0 -3
  3306. data/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js +0 -3
  3307. data/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js +0 -4
  3308. data/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js +0 -3
  3309. data/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js +0 -4
  3310. data/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js +0 -3
  3311. data/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js +0 -5
  3312. data/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js +0 -3
  3313. data/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js +0 -3
  3314. data/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js +0 -16
  3315. data/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js +0 -13
  3316. data/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js +0 -5
  3317. data/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js +0 -3
  3318. data/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js +0 -3
  3319. data/node_modules/regenerate-unicode-properties/General_Category/Control.js +0 -3
  3320. data/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js +0 -3
  3321. data/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js +0 -3
  3322. data/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js +0 -4
  3323. data/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js +0 -3
  3324. data/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js +0 -3
  3325. data/node_modules/regenerate-unicode-properties/General_Category/Format.js +0 -3
  3326. data/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js +0 -3
  3327. data/node_modules/regenerate-unicode-properties/General_Category/Letter.js +0 -13
  3328. data/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js +0 -3
  3329. data/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js +0 -3
  3330. data/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js +0 -5
  3331. data/node_modules/regenerate-unicode-properties/General_Category/Mark.js +0 -7
  3332. data/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js +0 -3
  3333. data/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js +0 -3
  3334. data/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js +0 -3
  3335. data/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js +0 -7
  3336. data/node_modules/regenerate-unicode-properties/General_Category/Number.js +0 -5
  3337. data/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js +0 -3
  3338. data/node_modules/regenerate-unicode-properties/General_Category/Other.js +0 -12
  3339. data/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js +0 -11
  3340. data/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js +0 -4
  3341. data/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js +0 -5
  3342. data/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js +0 -5
  3343. data/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js +0 -3
  3344. data/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js +0 -3
  3345. data/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js +0 -5
  3346. data/node_modules/regenerate-unicode-properties/General_Category/Separator.js +0 -3
  3347. data/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js +0 -3
  3348. data/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js +0 -5
  3349. data/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js +0 -3
  3350. data/node_modules/regenerate-unicode-properties/General_Category/Symbol.js +0 -6
  3351. data/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js +0 -3
  3352. data/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js +0 -12
  3353. data/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js +0 -4
  3354. data/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt +0 -20
  3355. data/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js +0 -4
  3356. data/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js +0 -4
  3357. data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js +0 -4
  3358. data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js +0 -4
  3359. data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js +0 -4
  3360. data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js +0 -4
  3361. data/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js +0 -4
  3362. data/node_modules/regenerate-unicode-properties/README.md +0 -70
  3363. data/node_modules/regenerate-unicode-properties/Script/Adlam.js +0 -3
  3364. data/node_modules/regenerate-unicode-properties/Script/Ahom.js +0 -3
  3365. data/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js +0 -3
  3366. data/node_modules/regenerate-unicode-properties/Script/Arabic.js +0 -3
  3367. data/node_modules/regenerate-unicode-properties/Script/Armenian.js +0 -3
  3368. data/node_modules/regenerate-unicode-properties/Script/Avestan.js +0 -3
  3369. data/node_modules/regenerate-unicode-properties/Script/Balinese.js +0 -3
  3370. data/node_modules/regenerate-unicode-properties/Script/Bamum.js +0 -3
  3371. data/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js +0 -3
  3372. data/node_modules/regenerate-unicode-properties/Script/Batak.js +0 -3
  3373. data/node_modules/regenerate-unicode-properties/Script/Bengali.js +0 -3
  3374. data/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js +0 -3
  3375. data/node_modules/regenerate-unicode-properties/Script/Bopomofo.js +0 -3
  3376. data/node_modules/regenerate-unicode-properties/Script/Brahmi.js +0 -3
  3377. data/node_modules/regenerate-unicode-properties/Script/Braille.js +0 -3
  3378. data/node_modules/regenerate-unicode-properties/Script/Buginese.js +0 -3
  3379. data/node_modules/regenerate-unicode-properties/Script/Buhid.js +0 -3
  3380. data/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js +0 -3
  3381. data/node_modules/regenerate-unicode-properties/Script/Carian.js +0 -3
  3382. data/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js +0 -3
  3383. data/node_modules/regenerate-unicode-properties/Script/Chakma.js +0 -3
  3384. data/node_modules/regenerate-unicode-properties/Script/Cham.js +0 -3
  3385. data/node_modules/regenerate-unicode-properties/Script/Cherokee.js +0 -3
  3386. data/node_modules/regenerate-unicode-properties/Script/Chorasmian.js +0 -3
  3387. data/node_modules/regenerate-unicode-properties/Script/Common.js +0 -5
  3388. data/node_modules/regenerate-unicode-properties/Script/Coptic.js +0 -3
  3389. data/node_modules/regenerate-unicode-properties/Script/Cuneiform.js +0 -3
  3390. data/node_modules/regenerate-unicode-properties/Script/Cypriot.js +0 -3
  3391. data/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js +0 -3
  3392. data/node_modules/regenerate-unicode-properties/Script/Cyrillic.js +0 -3
  3393. data/node_modules/regenerate-unicode-properties/Script/Deseret.js +0 -3
  3394. data/node_modules/regenerate-unicode-properties/Script/Devanagari.js +0 -3
  3395. data/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js +0 -3
  3396. data/node_modules/regenerate-unicode-properties/Script/Dogra.js +0 -3
  3397. data/node_modules/regenerate-unicode-properties/Script/Duployan.js +0 -3
  3398. data/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js +0 -3
  3399. data/node_modules/regenerate-unicode-properties/Script/Elbasan.js +0 -3
  3400. data/node_modules/regenerate-unicode-properties/Script/Elymaic.js +0 -3
  3401. data/node_modules/regenerate-unicode-properties/Script/Ethiopic.js +0 -3
  3402. data/node_modules/regenerate-unicode-properties/Script/Garay.js +0 -3
  3403. data/node_modules/regenerate-unicode-properties/Script/Georgian.js +0 -3
  3404. data/node_modules/regenerate-unicode-properties/Script/Glagolitic.js +0 -3
  3405. data/node_modules/regenerate-unicode-properties/Script/Gothic.js +0 -3
  3406. data/node_modules/regenerate-unicode-properties/Script/Grantha.js +0 -3
  3407. data/node_modules/regenerate-unicode-properties/Script/Greek.js +0 -3
  3408. data/node_modules/regenerate-unicode-properties/Script/Gujarati.js +0 -3
  3409. data/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js +0 -3
  3410. data/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js +0 -3
  3411. data/node_modules/regenerate-unicode-properties/Script/Gurung_Khema.js +0 -3
  3412. data/node_modules/regenerate-unicode-properties/Script/Han.js +0 -3
  3413. data/node_modules/regenerate-unicode-properties/Script/Hangul.js +0 -3
  3414. data/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js +0 -3
  3415. data/node_modules/regenerate-unicode-properties/Script/Hanunoo.js +0 -3
  3416. data/node_modules/regenerate-unicode-properties/Script/Hatran.js +0 -3
  3417. data/node_modules/regenerate-unicode-properties/Script/Hebrew.js +0 -3
  3418. data/node_modules/regenerate-unicode-properties/Script/Hiragana.js +0 -3
  3419. data/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js +0 -3
  3420. data/node_modules/regenerate-unicode-properties/Script/Inherited.js +0 -3
  3421. data/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js +0 -3
  3422. data/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js +0 -3
  3423. data/node_modules/regenerate-unicode-properties/Script/Javanese.js +0 -3
  3424. data/node_modules/regenerate-unicode-properties/Script/Kaithi.js +0 -3
  3425. data/node_modules/regenerate-unicode-properties/Script/Kannada.js +0 -3
  3426. data/node_modules/regenerate-unicode-properties/Script/Katakana.js +0 -3
  3427. data/node_modules/regenerate-unicode-properties/Script/Kawi.js +0 -3
  3428. data/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js +0 -3
  3429. data/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js +0 -3
  3430. data/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js +0 -3
  3431. data/node_modules/regenerate-unicode-properties/Script/Khmer.js +0 -3
  3432. data/node_modules/regenerate-unicode-properties/Script/Khojki.js +0 -3
  3433. data/node_modules/regenerate-unicode-properties/Script/Khudawadi.js +0 -3
  3434. data/node_modules/regenerate-unicode-properties/Script/Kirat_Rai.js +0 -3
  3435. data/node_modules/regenerate-unicode-properties/Script/Lao.js +0 -3
  3436. data/node_modules/regenerate-unicode-properties/Script/Latin.js +0 -3
  3437. data/node_modules/regenerate-unicode-properties/Script/Lepcha.js +0 -3
  3438. data/node_modules/regenerate-unicode-properties/Script/Limbu.js +0 -3
  3439. data/node_modules/regenerate-unicode-properties/Script/Linear_A.js +0 -3
  3440. data/node_modules/regenerate-unicode-properties/Script/Linear_B.js +0 -3
  3441. data/node_modules/regenerate-unicode-properties/Script/Lisu.js +0 -3
  3442. data/node_modules/regenerate-unicode-properties/Script/Lycian.js +0 -3
  3443. data/node_modules/regenerate-unicode-properties/Script/Lydian.js +0 -3
  3444. data/node_modules/regenerate-unicode-properties/Script/Mahajani.js +0 -3
  3445. data/node_modules/regenerate-unicode-properties/Script/Makasar.js +0 -3
  3446. data/node_modules/regenerate-unicode-properties/Script/Malayalam.js +0 -3
  3447. data/node_modules/regenerate-unicode-properties/Script/Mandaic.js +0 -3
  3448. data/node_modules/regenerate-unicode-properties/Script/Manichaean.js +0 -3
  3449. data/node_modules/regenerate-unicode-properties/Script/Marchen.js +0 -3
  3450. data/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js +0 -3
  3451. data/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js +0 -3
  3452. data/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js +0 -3
  3453. data/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js +0 -3
  3454. data/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js +0 -3
  3455. data/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js +0 -3
  3456. data/node_modules/regenerate-unicode-properties/Script/Miao.js +0 -3
  3457. data/node_modules/regenerate-unicode-properties/Script/Modi.js +0 -3
  3458. data/node_modules/regenerate-unicode-properties/Script/Mongolian.js +0 -3
  3459. data/node_modules/regenerate-unicode-properties/Script/Mro.js +0 -3
  3460. data/node_modules/regenerate-unicode-properties/Script/Multani.js +0 -3
  3461. data/node_modules/regenerate-unicode-properties/Script/Myanmar.js +0 -3
  3462. data/node_modules/regenerate-unicode-properties/Script/Nabataean.js +0 -3
  3463. data/node_modules/regenerate-unicode-properties/Script/Nag_Mundari.js +0 -3
  3464. data/node_modules/regenerate-unicode-properties/Script/Nandinagari.js +0 -3
  3465. data/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js +0 -3
  3466. data/node_modules/regenerate-unicode-properties/Script/Newa.js +0 -3
  3467. data/node_modules/regenerate-unicode-properties/Script/Nko.js +0 -3
  3468. data/node_modules/regenerate-unicode-properties/Script/Nushu.js +0 -3
  3469. data/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js +0 -3
  3470. data/node_modules/regenerate-unicode-properties/Script/Ogham.js +0 -3
  3471. data/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js +0 -3
  3472. data/node_modules/regenerate-unicode-properties/Script/Ol_Onal.js +0 -3
  3473. data/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js +0 -3
  3474. data/node_modules/regenerate-unicode-properties/Script/Old_Italic.js +0 -3
  3475. data/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js +0 -3
  3476. data/node_modules/regenerate-unicode-properties/Script/Old_Permic.js +0 -3
  3477. data/node_modules/regenerate-unicode-properties/Script/Old_Persian.js +0 -3
  3478. data/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js +0 -3
  3479. data/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js +0 -3
  3480. data/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js +0 -3
  3481. data/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js +0 -3
  3482. data/node_modules/regenerate-unicode-properties/Script/Oriya.js +0 -3
  3483. data/node_modules/regenerate-unicode-properties/Script/Osage.js +0 -3
  3484. data/node_modules/regenerate-unicode-properties/Script/Osmanya.js +0 -3
  3485. data/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js +0 -3
  3486. data/node_modules/regenerate-unicode-properties/Script/Palmyrene.js +0 -3
  3487. data/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js +0 -3
  3488. data/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js +0 -3
  3489. data/node_modules/regenerate-unicode-properties/Script/Phoenician.js +0 -3
  3490. data/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js +0 -3
  3491. data/node_modules/regenerate-unicode-properties/Script/Rejang.js +0 -3
  3492. data/node_modules/regenerate-unicode-properties/Script/Runic.js +0 -3
  3493. data/node_modules/regenerate-unicode-properties/Script/Samaritan.js +0 -3
  3494. data/node_modules/regenerate-unicode-properties/Script/Saurashtra.js +0 -3
  3495. data/node_modules/regenerate-unicode-properties/Script/Sharada.js +0 -3
  3496. data/node_modules/regenerate-unicode-properties/Script/Shavian.js +0 -3
  3497. data/node_modules/regenerate-unicode-properties/Script/Siddham.js +0 -3
  3498. data/node_modules/regenerate-unicode-properties/Script/SignWriting.js +0 -3
  3499. data/node_modules/regenerate-unicode-properties/Script/Sinhala.js +0 -3
  3500. data/node_modules/regenerate-unicode-properties/Script/Sogdian.js +0 -3
  3501. data/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js +0 -3
  3502. data/node_modules/regenerate-unicode-properties/Script/Soyombo.js +0 -3
  3503. data/node_modules/regenerate-unicode-properties/Script/Sundanese.js +0 -3
  3504. data/node_modules/regenerate-unicode-properties/Script/Sunuwar.js +0 -3
  3505. data/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js +0 -3
  3506. data/node_modules/regenerate-unicode-properties/Script/Syriac.js +0 -3
  3507. data/node_modules/regenerate-unicode-properties/Script/Tagalog.js +0 -3
  3508. data/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js +0 -3
  3509. data/node_modules/regenerate-unicode-properties/Script/Tai_Le.js +0 -3
  3510. data/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js +0 -3
  3511. data/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js +0 -3
  3512. data/node_modules/regenerate-unicode-properties/Script/Takri.js +0 -3
  3513. data/node_modules/regenerate-unicode-properties/Script/Tamil.js +0 -3
  3514. data/node_modules/regenerate-unicode-properties/Script/Tangsa.js +0 -3
  3515. data/node_modules/regenerate-unicode-properties/Script/Tangut.js +0 -3
  3516. data/node_modules/regenerate-unicode-properties/Script/Telugu.js +0 -3
  3517. data/node_modules/regenerate-unicode-properties/Script/Thaana.js +0 -3
  3518. data/node_modules/regenerate-unicode-properties/Script/Thai.js +0 -3
  3519. data/node_modules/regenerate-unicode-properties/Script/Tibetan.js +0 -3
  3520. data/node_modules/regenerate-unicode-properties/Script/Tifinagh.js +0 -3
  3521. data/node_modules/regenerate-unicode-properties/Script/Tirhuta.js +0 -3
  3522. data/node_modules/regenerate-unicode-properties/Script/Todhri.js +0 -3
  3523. data/node_modules/regenerate-unicode-properties/Script/Toto.js +0 -3
  3524. data/node_modules/regenerate-unicode-properties/Script/Tulu_Tigalari.js +0 -3
  3525. data/node_modules/regenerate-unicode-properties/Script/Ugaritic.js +0 -3
  3526. data/node_modules/regenerate-unicode-properties/Script/Vai.js +0 -3
  3527. data/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js +0 -3
  3528. data/node_modules/regenerate-unicode-properties/Script/Wancho.js +0 -3
  3529. data/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js +0 -3
  3530. data/node_modules/regenerate-unicode-properties/Script/Yezidi.js +0 -3
  3531. data/node_modules/regenerate-unicode-properties/Script/Yi.js +0 -3
  3532. data/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js +0 -3
  3533. data/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js +0 -3
  3534. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js +0 -3
  3535. data/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js +0 -3
  3536. data/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js +0 -3
  3537. data/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js +0 -3
  3538. data/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js +0 -3
  3539. data/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js +0 -3
  3540. data/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js +0 -3
  3541. data/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js +0 -3
  3542. data/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js +0 -3
  3543. data/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js +0 -3
  3544. data/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js +0 -3
  3545. data/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js +0 -3
  3546. data/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js +0 -3
  3547. data/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js +0 -3
  3548. data/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js +0 -3
  3549. data/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js +0 -3
  3550. data/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js +0 -3
  3551. data/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js +0 -3
  3552. data/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js +0 -3
  3553. data/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js +0 -3
  3554. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js +0 -3
  3555. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js +0 -3
  3556. data/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js +0 -3
  3557. data/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js +0 -5
  3558. data/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js +0 -3
  3559. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js +0 -3
  3560. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js +0 -3
  3561. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js +0 -3
  3562. data/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js +0 -3
  3563. data/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js +0 -3
  3564. data/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js +0 -3
  3565. data/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js +0 -3
  3566. data/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js +0 -3
  3567. data/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js +0 -3
  3568. data/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js +0 -3
  3569. data/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js +0 -3
  3570. data/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js +0 -3
  3571. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js +0 -3
  3572. data/node_modules/regenerate-unicode-properties/Script_Extensions/Garay.js +0 -3
  3573. data/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js +0 -3
  3574. data/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js +0 -3
  3575. data/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js +0 -3
  3576. data/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js +0 -3
  3577. data/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js +0 -3
  3578. data/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js +0 -3
  3579. data/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js +0 -3
  3580. data/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js +0 -3
  3581. data/node_modules/regenerate-unicode-properties/Script_Extensions/Gurung_Khema.js +0 -3
  3582. data/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js +0 -3
  3583. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js +0 -3
  3584. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js +0 -3
  3585. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js +0 -3
  3586. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js +0 -3
  3587. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js +0 -3
  3588. data/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js +0 -3
  3589. data/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js +0 -3
  3590. data/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js +0 -3
  3591. data/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js +0 -3
  3592. data/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js +0 -3
  3593. data/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js +0 -3
  3594. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js +0 -3
  3595. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js +0 -3
  3596. data/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js +0 -3
  3597. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kawi.js +0 -3
  3598. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js +0 -3
  3599. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js +0 -3
  3600. data/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js +0 -3
  3601. data/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js +0 -3
  3602. data/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js +0 -3
  3603. data/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js +0 -3
  3604. data/node_modules/regenerate-unicode-properties/Script_Extensions/Kirat_Rai.js +0 -3
  3605. data/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js +0 -3
  3606. data/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js +0 -3
  3607. data/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js +0 -3
  3608. data/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js +0 -3
  3609. data/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js +0 -3
  3610. data/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js +0 -3
  3611. data/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js +0 -3
  3612. data/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js +0 -3
  3613. data/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js +0 -3
  3614. data/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js +0 -3
  3615. data/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js +0 -3
  3616. data/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js +0 -3
  3617. data/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js +0 -3
  3618. data/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js +0 -3
  3619. data/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js +0 -3
  3620. data/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js +0 -3
  3621. data/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js +0 -3
  3622. data/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js +0 -3
  3623. data/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js +0 -3
  3624. data/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js +0 -3
  3625. data/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js +0 -3
  3626. data/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js +0 -3
  3627. data/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js +0 -3
  3628. data/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js +0 -3
  3629. data/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js +0 -3
  3630. data/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js +0 -3
  3631. data/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js +0 -3
  3632. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js +0 -3
  3633. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nag_Mundari.js +0 -3
  3634. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js +0 -3
  3635. data/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js +0 -3
  3636. data/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js +0 -3
  3637. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js +0 -3
  3638. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js +0 -3
  3639. data/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js +0 -3
  3640. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js +0 -3
  3641. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js +0 -3
  3642. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Onal.js +0 -3
  3643. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js +0 -3
  3644. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js +0 -3
  3645. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js +0 -3
  3646. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js +0 -3
  3647. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js +0 -3
  3648. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js +0 -3
  3649. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js +0 -3
  3650. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js +0 -3
  3651. data/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js +0 -3
  3652. data/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js +0 -3
  3653. data/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js +0 -3
  3654. data/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js +0 -3
  3655. data/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js +0 -3
  3656. data/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js +0 -3
  3657. data/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js +0 -3
  3658. data/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js +0 -3
  3659. data/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js +0 -3
  3660. data/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js +0 -3
  3661. data/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js +0 -3
  3662. data/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js +0 -3
  3663. data/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js +0 -3
  3664. data/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js +0 -3
  3665. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js +0 -3
  3666. data/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js +0 -3
  3667. data/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js +0 -3
  3668. data/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js +0 -3
  3669. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js +0 -3
  3670. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js +0 -3
  3671. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js +0 -3
  3672. data/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js +0 -3
  3673. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js +0 -3
  3674. data/node_modules/regenerate-unicode-properties/Script_Extensions/Sunuwar.js +0 -3
  3675. data/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js +0 -3
  3676. data/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js +0 -3
  3677. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js +0 -3
  3678. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js +0 -3
  3679. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js +0 -3
  3680. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js +0 -3
  3681. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js +0 -3
  3682. data/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js +0 -3
  3683. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js +0 -3
  3684. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js +0 -3
  3685. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js +0 -3
  3686. data/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js +0 -3
  3687. data/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js +0 -3
  3688. data/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js +0 -3
  3689. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js +0 -3
  3690. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js +0 -3
  3691. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js +0 -3
  3692. data/node_modules/regenerate-unicode-properties/Script_Extensions/Todhri.js +0 -3
  3693. data/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js +0 -3
  3694. data/node_modules/regenerate-unicode-properties/Script_Extensions/Tulu_Tigalari.js +0 -3
  3695. data/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js +0 -3
  3696. data/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js +0 -3
  3697. data/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js +0 -3
  3698. data/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js +0 -3
  3699. data/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js +0 -3
  3700. data/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js +0 -3
  3701. data/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js +0 -3
  3702. data/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js +0 -3
  3703. data/node_modules/regenerate-unicode-properties/index.js +0 -450
  3704. data/node_modules/regenerate-unicode-properties/package.json +0 -49
  3705. data/node_modules/regenerate-unicode-properties/unicode-version.js +0 -1
  3706. data/node_modules/regenerator-runtime/LICENSE +0 -21
  3707. data/node_modules/regenerator-runtime/README.md +0 -31
  3708. data/node_modules/regenerator-runtime/package.json +0 -19
  3709. data/node_modules/regenerator-runtime/path.js +0 -11
  3710. data/node_modules/regenerator-runtime/runtime.js +0 -761
  3711. data/node_modules/regenerator-transform/LICENSE +0 -21
  3712. data/node_modules/regenerator-transform/README.md +0 -46
  3713. data/node_modules/regenerator-transform/lib/emit.js +0 -904
  3714. data/node_modules/regenerator-transform/lib/hoist.js +0 -132
  3715. data/node_modules/regenerator-transform/lib/index.js +0 -29
  3716. data/node_modules/regenerator-transform/lib/leap.js +0 -143
  3717. data/node_modules/regenerator-transform/lib/meta.js +0 -102
  3718. data/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js +0 -83
  3719. data/node_modules/regenerator-transform/lib/util.js +0 -49
  3720. data/node_modules/regenerator-transform/lib/visit.js +0 -290
  3721. data/node_modules/regenerator-transform/package.json +0 -43
  3722. data/node_modules/regenerator-transform/src/emit.js +0 -1308
  3723. data/node_modules/regenerator-transform/src/hoist.js +0 -161
  3724. data/node_modules/regenerator-transform/src/index.js +0 -27
  3725. data/node_modules/regenerator-transform/src/leap.js +0 -179
  3726. data/node_modules/regenerator-transform/src/meta.js +0 -110
  3727. data/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js +0 -82
  3728. data/node_modules/regenerator-transform/src/util.js +0 -45
  3729. data/node_modules/regenerator-transform/src/visit.js +0 -369
  3730. data/node_modules/regexpu-core/LICENSE-MIT.txt +0 -20
  3731. data/node_modules/regexpu-core/README.md +0 -226
  3732. data/node_modules/regexpu-core/data/all-characters.js +0 -101
  3733. data/node_modules/regexpu-core/data/character-class-escape-sets.js +0 -127
  3734. data/node_modules/regexpu-core/data/i-bmp-mappings.js +0 -2328
  3735. data/node_modules/regexpu-core/data/iu-foldings.js +0 -1486
  3736. data/node_modules/regexpu-core/data/iu-mappings.js +0 -706
  3737. data/node_modules/regexpu-core/package.json +0 -66
  3738. data/node_modules/regexpu-core/rewrite-pattern.js +0 -1003
  3739. data/node_modules/regjsgen/LICENSE-MIT.txt +0 -22
  3740. data/node_modules/regjsgen/README.md +0 -41
  3741. data/node_modules/regjsgen/package.json +0 -40
  3742. data/node_modules/regjsgen/regjsgen.js +0 -425
  3743. data/node_modules/regjsparser/LICENSE.BSD +0 -21
  3744. data/node_modules/regjsparser/README.md +0 -47
  3745. data/node_modules/regjsparser/bin/parser +0 -63
  3746. data/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt +0 -20
  3747. data/node_modules/regjsparser/node_modules/jsesc/README.md +0 -422
  3748. data/node_modules/regjsparser/node_modules/jsesc/bin/jsesc +0 -148
  3749. data/node_modules/regjsparser/node_modules/jsesc/jsesc.js +0 -318
  3750. data/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 +0 -94
  3751. data/node_modules/regjsparser/node_modules/jsesc/package.json +0 -56
  3752. data/node_modules/regjsparser/package.json +0 -46
  3753. data/node_modules/regjsparser/parser.d.ts +0 -182
  3754. data/node_modules/regjsparser/parser.js +0 -1825
  3755. data/node_modules/resolve/LICENSE +0 -21
  3756. data/node_modules/resolve/SECURITY.md +0 -3
  3757. data/node_modules/resolve/async.js +0 -3
  3758. data/node_modules/resolve/bin/resolve +0 -50
  3759. data/node_modules/resolve/example/async.js +0 -5
  3760. data/node_modules/resolve/example/sync.js +0 -3
  3761. data/node_modules/resolve/index.js +0 -6
  3762. data/node_modules/resolve/lib/async.js +0 -329
  3763. data/node_modules/resolve/lib/caller.js +0 -8
  3764. data/node_modules/resolve/lib/core.js +0 -12
  3765. data/node_modules/resolve/lib/core.json +0 -162
  3766. data/node_modules/resolve/lib/homedir.js +0 -24
  3767. data/node_modules/resolve/lib/is-core.js +0 -5
  3768. data/node_modules/resolve/lib/node-modules-paths.js +0 -42
  3769. data/node_modules/resolve/lib/normalize-options.js +0 -10
  3770. data/node_modules/resolve/lib/sync.js +0 -208
  3771. data/node_modules/resolve/package.json +0 -75
  3772. data/node_modules/resolve/readme.markdown +0 -301
  3773. data/node_modules/resolve/sync.js +0 -3
  3774. data/node_modules/resolve/test/core.js +0 -88
  3775. data/node_modules/resolve/test/dotdot/abc/index.js +0 -2
  3776. data/node_modules/resolve/test/dotdot/index.js +0 -1
  3777. data/node_modules/resolve/test/dotdot.js +0 -29
  3778. data/node_modules/resolve/test/faulty_basedir.js +0 -29
  3779. data/node_modules/resolve/test/filter.js +0 -34
  3780. data/node_modules/resolve/test/filter_sync.js +0 -33
  3781. data/node_modules/resolve/test/home_paths.js +0 -127
  3782. data/node_modules/resolve/test/home_paths_sync.js +0 -114
  3783. data/node_modules/resolve/test/mock.js +0 -315
  3784. data/node_modules/resolve/test/mock_sync.js +0 -214
  3785. data/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
  3786. data/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
  3787. data/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
  3788. data/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  3789. data/node_modules/resolve/test/module_dir.js +0 -56
  3790. data/node_modules/resolve/test/node-modules-paths.js +0 -143
  3791. data/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
  3792. data/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
  3793. data/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
  3794. data/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
  3795. data/node_modules/resolve/test/node_path.js +0 -70
  3796. data/node_modules/resolve/test/nonstring.js +0 -9
  3797. data/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  3798. data/node_modules/resolve/test/pathfilter.js +0 -75
  3799. data/node_modules/resolve/test/precedence/aaa/index.js +0 -1
  3800. data/node_modules/resolve/test/precedence/aaa/main.js +0 -1
  3801. data/node_modules/resolve/test/precedence/aaa.js +0 -1
  3802. data/node_modules/resolve/test/precedence/bbb/main.js +0 -1
  3803. data/node_modules/resolve/test/precedence/bbb.js +0 -1
  3804. data/node_modules/resolve/test/precedence.js +0 -23
  3805. data/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  3806. data/node_modules/resolve/test/resolver/baz/package.json +0 -4
  3807. data/node_modules/resolve/test/resolver/baz/quux.js +0 -1
  3808. data/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  3809. data/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  3810. data/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  3811. data/node_modules/resolve/test/resolver/cup.coffee +0 -1
  3812. data/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
  3813. data/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  3814. data/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
  3815. data/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  3816. data/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  3817. data/node_modules/resolve/test/resolver/false_main/package.json +0 -4
  3818. data/node_modules/resolve/test/resolver/foo.js +0 -1
  3819. data/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
  3820. data/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  3821. data/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  3822. data/node_modules/resolve/test/resolver/mug.coffee +0 -0
  3823. data/node_modules/resolve/test/resolver/mug.js +0 -0
  3824. data/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  3825. data/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  3826. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
  3827. data/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  3828. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  3829. data/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  3830. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
  3831. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  3832. data/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
  3833. data/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  3834. data/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  3835. data/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
  3836. data/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
  3837. data/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
  3838. data/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  3839. data/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
  3840. data/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  3841. data/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
  3842. data/node_modules/resolve/test/resolver.js +0 -597
  3843. data/node_modules/resolve/test/resolver_sync.js +0 -730
  3844. data/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  3845. data/node_modules/resolve/test/shadowed_core.js +0 -54
  3846. data/node_modules/resolve/test/subdirs.js +0 -13
  3847. data/node_modules/resolve/test/symlinks.js +0 -176
  3848. data/node_modules/shallow-clone/LICENSE +0 -21
  3849. data/node_modules/shallow-clone/README.md +0 -153
  3850. data/node_modules/shallow-clone/index.js +0 -83
  3851. data/node_modules/shallow-clone/package.json +0 -64
  3852. data/node_modules/signal-exit/LICENSE.txt +0 -16
  3853. data/node_modules/signal-exit/README.md +0 -74
  3854. data/node_modules/signal-exit/dist/cjs/browser.d.ts +0 -12
  3855. data/node_modules/signal-exit/dist/cjs/browser.d.ts.map +0 -1
  3856. data/node_modules/signal-exit/dist/cjs/browser.js +0 -10
  3857. data/node_modules/signal-exit/dist/cjs/browser.js.map +0 -1
  3858. data/node_modules/signal-exit/dist/cjs/index.d.ts +0 -48
  3859. data/node_modules/signal-exit/dist/cjs/index.d.ts.map +0 -1
  3860. data/node_modules/signal-exit/dist/cjs/index.js +0 -279
  3861. data/node_modules/signal-exit/dist/cjs/index.js.map +0 -1
  3862. data/node_modules/signal-exit/dist/cjs/package.json +0 -3
  3863. data/node_modules/signal-exit/dist/cjs/signals.d.ts +0 -29
  3864. data/node_modules/signal-exit/dist/cjs/signals.d.ts.map +0 -1
  3865. data/node_modules/signal-exit/dist/cjs/signals.js +0 -42
  3866. data/node_modules/signal-exit/dist/cjs/signals.js.map +0 -1
  3867. data/node_modules/signal-exit/dist/mjs/browser.d.ts +0 -12
  3868. data/node_modules/signal-exit/dist/mjs/browser.d.ts.map +0 -1
  3869. data/node_modules/signal-exit/dist/mjs/browser.js +0 -4
  3870. data/node_modules/signal-exit/dist/mjs/browser.js.map +0 -1
  3871. data/node_modules/signal-exit/dist/mjs/index.d.ts +0 -48
  3872. data/node_modules/signal-exit/dist/mjs/index.d.ts.map +0 -1
  3873. data/node_modules/signal-exit/dist/mjs/index.js +0 -275
  3874. data/node_modules/signal-exit/dist/mjs/index.js.map +0 -1
  3875. data/node_modules/signal-exit/dist/mjs/package.json +0 -3
  3876. data/node_modules/signal-exit/dist/mjs/signals.d.ts +0 -29
  3877. data/node_modules/signal-exit/dist/mjs/signals.d.ts.map +0 -1
  3878. data/node_modules/signal-exit/dist/mjs/signals.js +0 -39
  3879. data/node_modules/signal-exit/dist/mjs/signals.js.map +0 -1
  3880. data/node_modules/signal-exit/package.json +0 -106
  3881. data/node_modules/source-map/CHANGELOG.md +0 -301
  3882. data/node_modules/source-map/LICENSE +0 -28
  3883. data/node_modules/source-map/README.md +0 -742
  3884. data/node_modules/source-map/dist/source-map.debug.js +0 -3234
  3885. data/node_modules/source-map/dist/source-map.js +0 -3233
  3886. data/node_modules/source-map/dist/source-map.min.js +0 -2
  3887. data/node_modules/source-map/dist/source-map.min.js.map +0 -1
  3888. data/node_modules/source-map/lib/array-set.js +0 -121
  3889. data/node_modules/source-map/lib/base64-vlq.js +0 -140
  3890. data/node_modules/source-map/lib/base64.js +0 -67
  3891. data/node_modules/source-map/lib/binary-search.js +0 -111
  3892. data/node_modules/source-map/lib/mapping-list.js +0 -79
  3893. data/node_modules/source-map/lib/quick-sort.js +0 -114
  3894. data/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  3895. data/node_modules/source-map/lib/source-map-generator.js +0 -425
  3896. data/node_modules/source-map/lib/source-node.js +0 -413
  3897. data/node_modules/source-map/lib/util.js +0 -488
  3898. data/node_modules/source-map/package.json +0 -73
  3899. data/node_modules/source-map/source-map.d.ts +0 -98
  3900. data/node_modules/source-map/source-map.js +0 -8
  3901. data/node_modules/source-map-support/LICENSE.md +0 -21
  3902. data/node_modules/source-map-support/README.md +0 -284
  3903. data/node_modules/source-map-support/browser-source-map-support.js +0 -114
  3904. data/node_modules/source-map-support/package.json +0 -31
  3905. data/node_modules/source-map-support/register-hook-require.js +0 -1
  3906. data/node_modules/source-map-support/register.js +0 -1
  3907. data/node_modules/source-map-support/source-map-support.js +0 -625
  3908. data/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  3909. data/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  3910. data/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
  3911. data/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
  3912. data/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  3913. data/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
  3914. data/node_modules/tiny-invariant/LICENSE +0 -21
  3915. data/node_modules/tiny-invariant/README.md +0 -109
  3916. data/node_modules/tiny-invariant/dist/esm/package.json +0 -1
  3917. data/node_modules/tiny-invariant/dist/esm/tiny-invariant.d.ts +0 -21
  3918. data/node_modules/tiny-invariant/dist/esm/tiny-invariant.js +0 -15
  3919. data/node_modules/tiny-invariant/dist/tiny-invariant.cjs.js +0 -17
  3920. data/node_modules/tiny-invariant/dist/tiny-invariant.d.ts +0 -21
  3921. data/node_modules/tiny-invariant/dist/tiny-invariant.esm.js +0 -15
  3922. data/node_modules/tiny-invariant/dist/tiny-invariant.js +0 -23
  3923. data/node_modules/tiny-invariant/dist/tiny-invariant.min.js +0 -1
  3924. data/node_modules/tiny-invariant/package.json +0 -89
  3925. data/node_modules/tiny-invariant/src/tiny-invariant.flow.js +0 -12
  3926. data/node_modules/tiny-invariant/src/tiny-invariant.ts +0 -48
  3927. data/node_modules/tmp/CHANGELOG.md +0 -304
  3928. data/node_modules/tmp/LICENSE +0 -21
  3929. data/node_modules/tmp/README.md +0 -391
  3930. data/node_modules/tmp/lib/tmp.js +0 -784
  3931. data/node_modules/tmp/package.json +0 -56
  3932. data/node_modules/to-regex-range/LICENSE +0 -21
  3933. data/node_modules/to-regex-range/README.md +0 -305
  3934. data/node_modules/to-regex-range/index.js +0 -288
  3935. data/node_modules/to-regex-range/package.json +0 -88
  3936. data/node_modules/tslib/CopyrightNotice.txt +0 -15
  3937. data/node_modules/tslib/LICENSE.txt +0 -12
  3938. data/node_modules/tslib/README.md +0 -164
  3939. data/node_modules/tslib/SECURITY.md +0 -41
  3940. data/node_modules/tslib/modules/index.d.ts +0 -38
  3941. data/node_modules/tslib/modules/index.js +0 -70
  3942. data/node_modules/tslib/modules/package.json +0 -3
  3943. data/node_modules/tslib/package.json +0 -47
  3944. data/node_modules/tslib/tslib.d.ts +0 -460
  3945. data/node_modules/tslib/tslib.es6.html +0 -1
  3946. data/node_modules/tslib/tslib.es6.js +0 -402
  3947. data/node_modules/tslib/tslib.es6.mjs +0 -401
  3948. data/node_modules/tslib/tslib.html +0 -1
  3949. data/node_modules/tslib/tslib.js +0 -484
  3950. data/node_modules/typescript/lib/cancellationToken.js +0 -90
  3951. data/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt +0 -20
  3952. data/node_modules/unicode-canonical-property-names-ecmascript/README.md +0 -58
  3953. data/node_modules/unicode-canonical-property-names-ecmascript/index.js +0 -60
  3954. data/node_modules/unicode-canonical-property-names-ecmascript/package.json +0 -34
  3955. data/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt +0 -20
  3956. data/node_modules/unicode-match-property-ecmascript/README.md +0 -69
  3957. data/node_modules/unicode-match-property-ecmascript/index.js +0 -16
  3958. data/node_modules/unicode-match-property-ecmascript/package.json +0 -39
  3959. data/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt +0 -20
  3960. data/node_modules/unicode-match-property-value-ecmascript/README.md +0 -72
  3961. data/node_modules/unicode-match-property-value-ecmascript/data/mappings.js +0 -764
  3962. data/node_modules/unicode-match-property-value-ecmascript/index.js +0 -19
  3963. data/node_modules/unicode-match-property-value-ecmascript/package.json +0 -39
  3964. data/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +0 -20
  3965. data/node_modules/unicode-property-aliases-ecmascript/README.md +0 -60
  3966. data/node_modules/unicode-property-aliases-ecmascript/index.js +0 -57
  3967. data/node_modules/unicode-property-aliases-ecmascript/package.json +0 -41
  3968. data/node_modules/update-browserslist-db/LICENSE +0 -20
  3969. data/node_modules/update-browserslist-db/README.md +0 -22
  3970. data/node_modules/update-browserslist-db/check-npm-version.js +0 -17
  3971. data/node_modules/update-browserslist-db/cli.js +0 -42
  3972. data/node_modules/update-browserslist-db/index.d.ts +0 -6
  3973. data/node_modules/update-browserslist-db/index.js +0 -343
  3974. data/node_modules/update-browserslist-db/package.json +0 -40
  3975. data/node_modules/update-browserslist-db/utils.js +0 -25
  3976. data/node_modules/write-file-atomic/LICENSE.md +0 -6
  3977. data/node_modules/write-file-atomic/README.md +0 -91
  3978. data/node_modules/write-file-atomic/lib/index.js +0 -267
  3979. data/node_modules/write-file-atomic/package.json +0 -57
  3980. data/node_modules/yallist/LICENSE +0 -15
  3981. data/node_modules/yallist/README.md +0 -204
  3982. data/node_modules/yallist/iterator.js +0 -8
  3983. data/node_modules/yallist/package.json +0 -29
  3984. data/node_modules/yallist/yallist.js +0 -426
@@ -1,3264 +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?: boolean | 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, attributes?: Array<ImportAttribute> | null): DeclareExportDeclaration;
445
- declare function declareExportAllDeclaration(source: StringLiteral, attributes?: Array<ImportAttribute> | null): 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: ("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" | keyof Aliases)[];
746
- declare const EXPRESSION_TYPES: ("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" | keyof Aliases)[];
747
- declare const BINARY_TYPES: ("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" | keyof Aliases)[];
748
- declare const SCOPABLE_TYPES: ("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" | keyof Aliases)[];
749
- declare const BLOCKPARENT_TYPES: ("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" | keyof Aliases)[];
750
- declare const BLOCK_TYPES: ("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" | keyof Aliases)[];
751
- declare const STATEMENT_TYPES: ("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" | keyof Aliases)[];
752
- declare const TERMINATORLESS_TYPES: ("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" | keyof Aliases)[];
753
- declare const COMPLETIONSTATEMENT_TYPES: ("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" | keyof Aliases)[];
754
- declare const CONDITIONAL_TYPES: ("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" | keyof Aliases)[];
755
- declare const LOOP_TYPES: ("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" | keyof Aliases)[];
756
- declare const WHILE_TYPES: ("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" | keyof Aliases)[];
757
- declare const EXPRESSIONWRAPPER_TYPES: ("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" | keyof Aliases)[];
758
- declare const FOR_TYPES: ("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" | keyof Aliases)[];
759
- declare const FORXSTATEMENT_TYPES: ("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" | keyof Aliases)[];
760
- declare const FUNCTION_TYPES: ("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" | keyof Aliases)[];
761
- declare const FUNCTIONPARENT_TYPES: ("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" | keyof Aliases)[];
762
- declare const PUREISH_TYPES: ("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" | keyof Aliases)[];
763
- declare const DECLARATION_TYPES: ("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" | keyof Aliases)[];
764
- declare const PATTERNLIKE_TYPES: ("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" | keyof Aliases)[];
765
- declare const LVAL_TYPES: ("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" | keyof Aliases)[];
766
- declare const TSENTITYNAME_TYPES: ("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" | keyof Aliases)[];
767
- declare const LITERAL_TYPES: ("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" | keyof Aliases)[];
768
- declare const IMMUTABLE_TYPES: ("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" | keyof Aliases)[];
769
- declare const USERWHITESPACABLE_TYPES: ("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" | keyof Aliases)[];
770
- declare const METHOD_TYPES: ("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" | keyof Aliases)[];
771
- declare const OBJECTMEMBER_TYPES: ("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" | keyof Aliases)[];
772
- declare const PROPERTY_TYPES: ("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" | keyof Aliases)[];
773
- declare const UNARYLIKE_TYPES: ("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" | keyof Aliases)[];
774
- declare const PATTERN_TYPES: ("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" | keyof Aliases)[];
775
- declare const CLASS_TYPES: ("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" | keyof Aliases)[];
776
- declare const IMPORTOREXPORTDECLARATION_TYPES: ("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" | keyof Aliases)[];
777
- declare const EXPORTDECLARATION_TYPES: ("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" | keyof Aliases)[];
778
- declare const MODULESPECIFIER_TYPES: ("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" | keyof Aliases)[];
779
- declare const ACCESSOR_TYPES: ("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" | keyof Aliases)[];
780
- declare const PRIVATE_TYPES: ("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" | keyof Aliases)[];
781
- declare const FLOW_TYPES: ("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" | keyof Aliases)[];
782
- declare const FLOWTYPE_TYPES: ("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" | keyof Aliases)[];
783
- declare const FLOWBASEANNOTATION_TYPES: ("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" | keyof Aliases)[];
784
- declare const FLOWDECLARATION_TYPES: ("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" | keyof Aliases)[];
785
- declare const FLOWPREDICATE_TYPES: ("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" | keyof Aliases)[];
786
- declare const ENUMBODY_TYPES: ("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" | keyof Aliases)[];
787
- declare const ENUMMEMBER_TYPES: ("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" | keyof Aliases)[];
788
- declare const JSX_TYPES: ("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" | keyof Aliases)[];
789
- declare const MISCELLANEOUS_TYPES: ("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" | keyof Aliases)[];
790
- declare const TYPESCRIPT_TYPES: ("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" | keyof Aliases)[];
791
- declare const TSTYPEELEMENT_TYPES: ("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" | keyof Aliases)[];
792
- declare const TSTYPE_TYPES: ("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" | keyof Aliases)[];
793
- declare const TSBASETYPE_TYPES: ("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" | keyof Aliases)[];
794
- /**
795
- * @deprecated migrate to IMPORTOREXPORTDECLARATION_TYPES.
796
- */
797
- declare const MODULEDECLARATION_TYPES: ("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" | 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" | "array" | "null";
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
- /**
962
- * For the given node, generate a map from assignment id names to the identifier node.
963
- * Unlike getBindingIdentifiers, this function does not handle declarations and imports.
964
- * @param node the assignment expression or forXstatement
965
- * @returns an object map
966
- * @see getBindingIdentifiers
967
- */
968
- declare function getAssignmentIdentifiers(node: Node | Node[]): Record<string, Identifier>;
969
-
970
- declare function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Array<Identifier>>;
971
- declare function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Identifier>;
972
- declare function getBindingIdentifiers(node: Node, duplicates?: boolean, outerOnly?: boolean, newBindingsOnly?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
973
- declare namespace getBindingIdentifiers {
974
- var keys: KeysMap;
975
- }
976
- /**
977
- * Mapping of types to their identifier keys.
978
- */
979
- type KeysMap = {
980
- [N in Node as N["type"]]?: (keyof N)[];
981
- };
982
- //# sourceMappingURL=getBindingIdentifiers.d.ts.map
983
-
984
- declare const _default: {
985
- (node: Node, duplicates: true): Record<string, Array<Identifier>>;
986
- (node: Node, duplicates?: false): Record<string, Identifier>;
987
- (node: Node, duplicates?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
988
- };
989
- //# sourceMappingURL=getOuterBindingIdentifiers.d.ts.map
990
-
991
- type GetFunctionNameResult = {
992
- name: string;
993
- originalNode: Node;
994
- } | null;
995
- declare function getFunctionName(node: ObjectMethod | ClassMethod): GetFunctionNameResult;
996
- declare function getFunctionName(node: Function | Class, parent: Node): GetFunctionNameResult;
997
-
998
- type TraversalAncestors = Array<{
999
- node: Node;
1000
- key: string;
1001
- index?: number;
1002
- }>;
1003
- type TraversalHandler<T> = (this: undefined, node: Node, parent: TraversalAncestors, state: T) => void;
1004
- type TraversalHandlers<T> = {
1005
- enter?: TraversalHandler<T>;
1006
- exit?: TraversalHandler<T>;
1007
- };
1008
- /**
1009
- * A general AST traversal with both prefix and postfix handlers, and a
1010
- * state object. Exposes ancestry data to each handler so that more complex
1011
- * AST data can be taken into account.
1012
- */
1013
- declare function traverse<T>(node: Node, handlers: TraversalHandler<T> | TraversalHandlers<T>, state?: T): void;
1014
-
1015
- /**
1016
- * A prefix AST traversal implementation meant for simple searching
1017
- * and processing.
1018
- */
1019
- declare function traverseFast<Options = object>(node: Node | null | undefined, enter: (node: Node, opts?: Options) => void, opts?: Options): void;
1020
-
1021
- declare function shallowEqual<T extends object>(actual: object, expected: T): actual is T;
1022
-
1023
- declare function is<T extends Node["type"]>(type: T, node: Node | null | undefined, opts?: undefined): node is Extract<Node, {
1024
- type: T;
1025
- }>;
1026
- declare function is<T extends Node["type"], P extends Extract<Node, {
1027
- type: T;
1028
- }>>(type: T, n: Node | null | undefined, required: Partial<P>): n is P;
1029
- declare function is<P extends Node>(type: string, node: Node | null | undefined, opts: Partial<P>): node is P;
1030
- declare function is(type: string, node: Node | null | undefined, opts?: Partial<Node>): node is Node;
1031
-
1032
- /**
1033
- * Check if the input `node` is a binding identifier.
1034
- */
1035
- declare function isBinding(node: Node, parent: Node, grandparent?: Node): boolean;
1036
-
1037
- /**
1038
- * Check if the input `node` is block scoped.
1039
- */
1040
- declare function isBlockScoped(node: Node): boolean;
1041
-
1042
- /**
1043
- * Check if the input `node` is definitely immutable.
1044
- */
1045
- declare function isImmutable(node: Node): boolean;
1046
-
1047
- /**
1048
- * Check if the input `node` is a `let` variable declaration.
1049
- */
1050
- declare function isLet(node: Node): boolean;
1051
-
1052
- declare function isNode(node: any): node is Node;
1053
-
1054
- /**
1055
- * Check if two nodes are equivalent
1056
- */
1057
- declare function isNodesEquivalent<T extends Partial<Node>>(a: T, b: any): b is T;
1058
-
1059
- /**
1060
- * Test if a `placeholderType` is a `targetType` or if `targetType` is an alias of `placeholderType`.
1061
- */
1062
- declare function isPlaceholderType(placeholderType: string, targetType: string): boolean;
1063
-
1064
- /**
1065
- * Check if the input `node` is a reference to a bound variable.
1066
- */
1067
- declare function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean;
1068
-
1069
- /**
1070
- * Check if the input `node` is a scope.
1071
- */
1072
- declare function isScope(node: Node, parent: Node): boolean;
1073
-
1074
- /**
1075
- * Check if the input `specifier` is a `default` import or export.
1076
- */
1077
- declare function isSpecifierDefault(specifier: ModuleSpecifier): boolean;
1078
-
1079
- declare function isType<T extends Node["type"]>(nodeType: string, targetType: T): nodeType is T;
1080
- declare function isType(nodeType: string | null | undefined, targetType: string): boolean;
1081
-
1082
- /**
1083
- * Check if the input `name` is a valid identifier name according to the ES3 specification.
1084
- *
1085
- * Additional ES3 reserved words are
1086
- */
1087
- declare function isValidES3Identifier(name: string): boolean;
1088
-
1089
- /**
1090
- * Check if the input `name` is a valid identifier name
1091
- * and isn't a reserved word.
1092
- */
1093
- declare function isValidIdentifier(name: string, reserved?: boolean): boolean;
1094
-
1095
- /**
1096
- * Check if the input `node` is a variable declaration.
1097
- */
1098
- declare function isVar(node: Node): boolean;
1099
-
1100
- /**
1101
- * Determines whether or not the input node `member` matches the
1102
- * input `match`.
1103
- *
1104
- * For example, given the match `React.createClass` it would match the
1105
- * parsed nodes of `React.createClass` and `React["createClass"]`.
1106
- */
1107
- declare function matchesPattern(member: Node | null | undefined, match: string | string[], allowPartial?: boolean): boolean;
1108
-
1109
- declare function validate(node: Node | undefined | null, key: string, val: unknown): void;
1110
-
1111
- /**
1112
- * Build a function that when called will return whether or not the
1113
- * input `node` `MemberExpression` matches the input `match`.
1114
- *
1115
- * For example, given the match `React.createClass` it would match the
1116
- * parsed nodes of `React.createClass` and `React["createClass"]`.
1117
- */
1118
- declare function buildMatchMemberExpression(match: string, allowPartial?: boolean): (member: Node) => boolean;
1119
-
1120
- type Opts<Obj> = Partial<{
1121
- [Prop in keyof Obj]: Obj[Prop] extends Node ? Node : Obj[Prop] extends Node[] ? Node[] : Obj[Prop];
1122
- }>;
1123
- declare function isArrayExpression(node: Node | null | undefined, opts?: Opts<ArrayExpression> | null): node is ArrayExpression;
1124
- declare function isAssignmentExpression(node: Node | null | undefined, opts?: Opts<AssignmentExpression> | null): node is AssignmentExpression;
1125
- declare function isBinaryExpression(node: Node | null | undefined, opts?: Opts<BinaryExpression> | null): node is BinaryExpression;
1126
- declare function isInterpreterDirective(node: Node | null | undefined, opts?: Opts<InterpreterDirective> | null): node is InterpreterDirective;
1127
- declare function isDirective(node: Node | null | undefined, opts?: Opts<Directive> | null): node is Directive;
1128
- declare function isDirectiveLiteral(node: Node | null | undefined, opts?: Opts<DirectiveLiteral> | null): node is DirectiveLiteral;
1129
- declare function isBlockStatement(node: Node | null | undefined, opts?: Opts<BlockStatement> | null): node is BlockStatement;
1130
- declare function isBreakStatement(node: Node | null | undefined, opts?: Opts<BreakStatement> | null): node is BreakStatement;
1131
- declare function isCallExpression(node: Node | null | undefined, opts?: Opts<CallExpression> | null): node is CallExpression;
1132
- declare function isCatchClause(node: Node | null | undefined, opts?: Opts<CatchClause> | null): node is CatchClause;
1133
- declare function isConditionalExpression(node: Node | null | undefined, opts?: Opts<ConditionalExpression> | null): node is ConditionalExpression;
1134
- declare function isContinueStatement(node: Node | null | undefined, opts?: Opts<ContinueStatement> | null): node is ContinueStatement;
1135
- declare function isDebuggerStatement(node: Node | null | undefined, opts?: Opts<DebuggerStatement> | null): node is DebuggerStatement;
1136
- declare function isDoWhileStatement(node: Node | null | undefined, opts?: Opts<DoWhileStatement> | null): node is DoWhileStatement;
1137
- declare function isEmptyStatement(node: Node | null | undefined, opts?: Opts<EmptyStatement> | null): node is EmptyStatement;
1138
- declare function isExpressionStatement(node: Node | null | undefined, opts?: Opts<ExpressionStatement> | null): node is ExpressionStatement;
1139
- declare function isFile(node: Node | null | undefined, opts?: Opts<File> | null): node is File;
1140
- declare function isForInStatement(node: Node | null | undefined, opts?: Opts<ForInStatement> | null): node is ForInStatement;
1141
- declare function isForStatement(node: Node | null | undefined, opts?: Opts<ForStatement> | null): node is ForStatement;
1142
- declare function isFunctionDeclaration(node: Node | null | undefined, opts?: Opts<FunctionDeclaration> | null): node is FunctionDeclaration;
1143
- declare function isFunctionExpression(node: Node | null | undefined, opts?: Opts<FunctionExpression> | null): node is FunctionExpression;
1144
- declare function isIdentifier(node: Node | null | undefined, opts?: Opts<Identifier> | null): node is Identifier;
1145
- declare function isIfStatement(node: Node | null | undefined, opts?: Opts<IfStatement> | null): node is IfStatement;
1146
- declare function isLabeledStatement(node: Node | null | undefined, opts?: Opts<LabeledStatement> | null): node is LabeledStatement;
1147
- declare function isStringLiteral(node: Node | null | undefined, opts?: Opts<StringLiteral> | null): node is StringLiteral;
1148
- declare function isNumericLiteral(node: Node | null | undefined, opts?: Opts<NumericLiteral> | null): node is NumericLiteral;
1149
- declare function isNullLiteral(node: Node | null | undefined, opts?: Opts<NullLiteral> | null): node is NullLiteral;
1150
- declare function isBooleanLiteral(node: Node | null | undefined, opts?: Opts<BooleanLiteral> | null): node is BooleanLiteral;
1151
- declare function isRegExpLiteral(node: Node | null | undefined, opts?: Opts<RegExpLiteral> | null): node is RegExpLiteral;
1152
- declare function isLogicalExpression(node: Node | null | undefined, opts?: Opts<LogicalExpression> | null): node is LogicalExpression;
1153
- declare function isMemberExpression(node: Node | null | undefined, opts?: Opts<MemberExpression> | null): node is MemberExpression;
1154
- declare function isNewExpression(node: Node | null | undefined, opts?: Opts<NewExpression> | null): node is NewExpression;
1155
- declare function isProgram(node: Node | null | undefined, opts?: Opts<Program> | null): node is Program;
1156
- declare function isObjectExpression(node: Node | null | undefined, opts?: Opts<ObjectExpression> | null): node is ObjectExpression;
1157
- declare function isObjectMethod(node: Node | null | undefined, opts?: Opts<ObjectMethod> | null): node is ObjectMethod;
1158
- declare function isObjectProperty(node: Node | null | undefined, opts?: Opts<ObjectProperty> | null): node is ObjectProperty;
1159
- declare function isRestElement(node: Node | null | undefined, opts?: Opts<RestElement> | null): node is RestElement;
1160
- declare function isReturnStatement(node: Node | null | undefined, opts?: Opts<ReturnStatement> | null): node is ReturnStatement;
1161
- declare function isSequenceExpression(node: Node | null | undefined, opts?: Opts<SequenceExpression> | null): node is SequenceExpression;
1162
- declare function isParenthesizedExpression(node: Node | null | undefined, opts?: Opts<ParenthesizedExpression> | null): node is ParenthesizedExpression;
1163
- declare function isSwitchCase(node: Node | null | undefined, opts?: Opts<SwitchCase> | null): node is SwitchCase;
1164
- declare function isSwitchStatement(node: Node | null | undefined, opts?: Opts<SwitchStatement> | null): node is SwitchStatement;
1165
- declare function isThisExpression(node: Node | null | undefined, opts?: Opts<ThisExpression> | null): node is ThisExpression;
1166
- declare function isThrowStatement(node: Node | null | undefined, opts?: Opts<ThrowStatement> | null): node is ThrowStatement;
1167
- declare function isTryStatement(node: Node | null | undefined, opts?: Opts<TryStatement> | null): node is TryStatement;
1168
- declare function isUnaryExpression(node: Node | null | undefined, opts?: Opts<UnaryExpression> | null): node is UnaryExpression;
1169
- declare function isUpdateExpression(node: Node | null | undefined, opts?: Opts<UpdateExpression> | null): node is UpdateExpression;
1170
- declare function isVariableDeclaration(node: Node | null | undefined, opts?: Opts<VariableDeclaration> | null): node is VariableDeclaration;
1171
- declare function isVariableDeclarator(node: Node | null | undefined, opts?: Opts<VariableDeclarator> | null): node is VariableDeclarator;
1172
- declare function isWhileStatement(node: Node | null | undefined, opts?: Opts<WhileStatement> | null): node is WhileStatement;
1173
- declare function isWithStatement(node: Node | null | undefined, opts?: Opts<WithStatement> | null): node is WithStatement;
1174
- declare function isAssignmentPattern(node: Node | null | undefined, opts?: Opts<AssignmentPattern> | null): node is AssignmentPattern;
1175
- declare function isArrayPattern(node: Node | null | undefined, opts?: Opts<ArrayPattern> | null): node is ArrayPattern;
1176
- declare function isArrowFunctionExpression(node: Node | null | undefined, opts?: Opts<ArrowFunctionExpression> | null): node is ArrowFunctionExpression;
1177
- declare function isClassBody(node: Node | null | undefined, opts?: Opts<ClassBody> | null): node is ClassBody;
1178
- declare function isClassExpression(node: Node | null | undefined, opts?: Opts<ClassExpression> | null): node is ClassExpression;
1179
- declare function isClassDeclaration(node: Node | null | undefined, opts?: Opts<ClassDeclaration> | null): node is ClassDeclaration;
1180
- declare function isExportAllDeclaration(node: Node | null | undefined, opts?: Opts<ExportAllDeclaration> | null): node is ExportAllDeclaration;
1181
- declare function isExportDefaultDeclaration(node: Node | null | undefined, opts?: Opts<ExportDefaultDeclaration> | null): node is ExportDefaultDeclaration;
1182
- declare function isExportNamedDeclaration(node: Node | null | undefined, opts?: Opts<ExportNamedDeclaration> | null): node is ExportNamedDeclaration;
1183
- declare function isExportSpecifier(node: Node | null | undefined, opts?: Opts<ExportSpecifier> | null): node is ExportSpecifier;
1184
- declare function isForOfStatement(node: Node | null | undefined, opts?: Opts<ForOfStatement> | null): node is ForOfStatement;
1185
- declare function isImportDeclaration(node: Node | null | undefined, opts?: Opts<ImportDeclaration> | null): node is ImportDeclaration;
1186
- declare function isImportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ImportDefaultSpecifier> | null): node is ImportDefaultSpecifier;
1187
- declare function isImportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ImportNamespaceSpecifier> | null): node is ImportNamespaceSpecifier;
1188
- declare function isImportSpecifier(node: Node | null | undefined, opts?: Opts<ImportSpecifier> | null): node is ImportSpecifier;
1189
- declare function isImportExpression(node: Node | null | undefined, opts?: Opts<ImportExpression> | null): node is ImportExpression;
1190
- declare function isMetaProperty(node: Node | null | undefined, opts?: Opts<MetaProperty> | null): node is MetaProperty;
1191
- declare function isClassMethod(node: Node | null | undefined, opts?: Opts<ClassMethod> | null): node is ClassMethod;
1192
- declare function isObjectPattern(node: Node | null | undefined, opts?: Opts<ObjectPattern> | null): node is ObjectPattern;
1193
- declare function isSpreadElement(node: Node | null | undefined, opts?: Opts<SpreadElement> | null): node is SpreadElement;
1194
- declare function isSuper(node: Node | null | undefined, opts?: Opts<Super> | null): node is Super;
1195
- declare function isTaggedTemplateExpression(node: Node | null | undefined, opts?: Opts<TaggedTemplateExpression> | null): node is TaggedTemplateExpression;
1196
- declare function isTemplateElement(node: Node | null | undefined, opts?: Opts<TemplateElement> | null): node is TemplateElement;
1197
- declare function isTemplateLiteral(node: Node | null | undefined, opts?: Opts<TemplateLiteral> | null): node is TemplateLiteral;
1198
- declare function isYieldExpression(node: Node | null | undefined, opts?: Opts<YieldExpression> | null): node is YieldExpression;
1199
- declare function isAwaitExpression(node: Node | null | undefined, opts?: Opts<AwaitExpression> | null): node is AwaitExpression;
1200
- declare function isImport(node: Node | null | undefined, opts?: Opts<Import> | null): node is Import;
1201
- declare function isBigIntLiteral(node: Node | null | undefined, opts?: Opts<BigIntLiteral> | null): node is BigIntLiteral;
1202
- declare function isExportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ExportNamespaceSpecifier> | null): node is ExportNamespaceSpecifier;
1203
- declare function isOptionalMemberExpression(node: Node | null | undefined, opts?: Opts<OptionalMemberExpression> | null): node is OptionalMemberExpression;
1204
- declare function isOptionalCallExpression(node: Node | null | undefined, opts?: Opts<OptionalCallExpression> | null): node is OptionalCallExpression;
1205
- declare function isClassProperty(node: Node | null | undefined, opts?: Opts<ClassProperty> | null): node is ClassProperty;
1206
- declare function isClassAccessorProperty(node: Node | null | undefined, opts?: Opts<ClassAccessorProperty> | null): node is ClassAccessorProperty;
1207
- declare function isClassPrivateProperty(node: Node | null | undefined, opts?: Opts<ClassPrivateProperty> | null): node is ClassPrivateProperty;
1208
- declare function isClassPrivateMethod(node: Node | null | undefined, opts?: Opts<ClassPrivateMethod> | null): node is ClassPrivateMethod;
1209
- declare function isPrivateName(node: Node | null | undefined, opts?: Opts<PrivateName> | null): node is PrivateName;
1210
- declare function isStaticBlock(node: Node | null | undefined, opts?: Opts<StaticBlock> | null): node is StaticBlock;
1211
- declare function isAnyTypeAnnotation(node: Node | null | undefined, opts?: Opts<AnyTypeAnnotation> | null): node is AnyTypeAnnotation;
1212
- declare function isArrayTypeAnnotation(node: Node | null | undefined, opts?: Opts<ArrayTypeAnnotation> | null): node is ArrayTypeAnnotation;
1213
- declare function isBooleanTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanTypeAnnotation> | null): node is BooleanTypeAnnotation;
1214
- declare function isBooleanLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanLiteralTypeAnnotation> | null): node is BooleanLiteralTypeAnnotation;
1215
- declare function isNullLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullLiteralTypeAnnotation> | null): node is NullLiteralTypeAnnotation;
1216
- declare function isClassImplements(node: Node | null | undefined, opts?: Opts<ClassImplements> | null): node is ClassImplements;
1217
- declare function isDeclareClass(node: Node | null | undefined, opts?: Opts<DeclareClass> | null): node is DeclareClass;
1218
- declare function isDeclareFunction(node: Node | null | undefined, opts?: Opts<DeclareFunction> | null): node is DeclareFunction;
1219
- declare function isDeclareInterface(node: Node | null | undefined, opts?: Opts<DeclareInterface> | null): node is DeclareInterface;
1220
- declare function isDeclareModule(node: Node | null | undefined, opts?: Opts<DeclareModule> | null): node is DeclareModule;
1221
- declare function isDeclareModuleExports(node: Node | null | undefined, opts?: Opts<DeclareModuleExports> | null): node is DeclareModuleExports;
1222
- declare function isDeclareTypeAlias(node: Node | null | undefined, opts?: Opts<DeclareTypeAlias> | null): node is DeclareTypeAlias;
1223
- declare function isDeclareOpaqueType(node: Node | null | undefined, opts?: Opts<DeclareOpaqueType> | null): node is DeclareOpaqueType;
1224
- declare function isDeclareVariable(node: Node | null | undefined, opts?: Opts<DeclareVariable> | null): node is DeclareVariable;
1225
- declare function isDeclareExportDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportDeclaration> | null): node is DeclareExportDeclaration;
1226
- declare function isDeclareExportAllDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportAllDeclaration> | null): node is DeclareExportAllDeclaration;
1227
- declare function isDeclaredPredicate(node: Node | null | undefined, opts?: Opts<DeclaredPredicate> | null): node is DeclaredPredicate;
1228
- declare function isExistsTypeAnnotation(node: Node | null | undefined, opts?: Opts<ExistsTypeAnnotation> | null): node is ExistsTypeAnnotation;
1229
- declare function isFunctionTypeAnnotation(node: Node | null | undefined, opts?: Opts<FunctionTypeAnnotation> | null): node is FunctionTypeAnnotation;
1230
- declare function isFunctionTypeParam(node: Node | null | undefined, opts?: Opts<FunctionTypeParam> | null): node is FunctionTypeParam;
1231
- declare function isGenericTypeAnnotation(node: Node | null | undefined, opts?: Opts<GenericTypeAnnotation> | null): node is GenericTypeAnnotation;
1232
- declare function isInferredPredicate(node: Node | null | undefined, opts?: Opts<InferredPredicate> | null): node is InferredPredicate;
1233
- declare function isInterfaceExtends(node: Node | null | undefined, opts?: Opts<InterfaceExtends> | null): node is InterfaceExtends;
1234
- declare function isInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<InterfaceDeclaration> | null): node is InterfaceDeclaration;
1235
- declare function isInterfaceTypeAnnotation(node: Node | null | undefined, opts?: Opts<InterfaceTypeAnnotation> | null): node is InterfaceTypeAnnotation;
1236
- declare function isIntersectionTypeAnnotation(node: Node | null | undefined, opts?: Opts<IntersectionTypeAnnotation> | null): node is IntersectionTypeAnnotation;
1237
- declare function isMixedTypeAnnotation(node: Node | null | undefined, opts?: Opts<MixedTypeAnnotation> | null): node is MixedTypeAnnotation;
1238
- declare function isEmptyTypeAnnotation(node: Node | null | undefined, opts?: Opts<EmptyTypeAnnotation> | null): node is EmptyTypeAnnotation;
1239
- declare function isNullableTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullableTypeAnnotation> | null): node is NullableTypeAnnotation;
1240
- declare function isNumberLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberLiteralTypeAnnotation> | null): node is NumberLiteralTypeAnnotation;
1241
- declare function isNumberTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberTypeAnnotation> | null): node is NumberTypeAnnotation;
1242
- declare function isObjectTypeAnnotation(node: Node | null | undefined, opts?: Opts<ObjectTypeAnnotation> | null): node is ObjectTypeAnnotation;
1243
- declare function isObjectTypeInternalSlot(node: Node | null | undefined, opts?: Opts<ObjectTypeInternalSlot> | null): node is ObjectTypeInternalSlot;
1244
- declare function isObjectTypeCallProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeCallProperty> | null): node is ObjectTypeCallProperty;
1245
- declare function isObjectTypeIndexer(node: Node | null | undefined, opts?: Opts<ObjectTypeIndexer> | null): node is ObjectTypeIndexer;
1246
- declare function isObjectTypeProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeProperty> | null): node is ObjectTypeProperty;
1247
- declare function isObjectTypeSpreadProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeSpreadProperty> | null): node is ObjectTypeSpreadProperty;
1248
- declare function isOpaqueType(node: Node | null | undefined, opts?: Opts<OpaqueType> | null): node is OpaqueType;
1249
- declare function isQualifiedTypeIdentifier(node: Node | null | undefined, opts?: Opts<QualifiedTypeIdentifier> | null): node is QualifiedTypeIdentifier;
1250
- declare function isStringLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringLiteralTypeAnnotation> | null): node is StringLiteralTypeAnnotation;
1251
- declare function isStringTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringTypeAnnotation> | null): node is StringTypeAnnotation;
1252
- declare function isSymbolTypeAnnotation(node: Node | null | undefined, opts?: Opts<SymbolTypeAnnotation> | null): node is SymbolTypeAnnotation;
1253
- declare function isThisTypeAnnotation(node: Node | null | undefined, opts?: Opts<ThisTypeAnnotation> | null): node is ThisTypeAnnotation;
1254
- declare function isTupleTypeAnnotation(node: Node | null | undefined, opts?: Opts<TupleTypeAnnotation> | null): node is TupleTypeAnnotation;
1255
- declare function isTypeofTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeofTypeAnnotation> | null): node is TypeofTypeAnnotation;
1256
- declare function isTypeAlias(node: Node | null | undefined, opts?: Opts<TypeAlias> | null): node is TypeAlias;
1257
- declare function isTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeAnnotation> | null): node is TypeAnnotation;
1258
- declare function isTypeCastExpression(node: Node | null | undefined, opts?: Opts<TypeCastExpression> | null): node is TypeCastExpression;
1259
- declare function isTypeParameter(node: Node | null | undefined, opts?: Opts<TypeParameter> | null): node is TypeParameter;
1260
- declare function isTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TypeParameterDeclaration> | null): node is TypeParameterDeclaration;
1261
- declare function isTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TypeParameterInstantiation> | null): node is TypeParameterInstantiation;
1262
- declare function isUnionTypeAnnotation(node: Node | null | undefined, opts?: Opts<UnionTypeAnnotation> | null): node is UnionTypeAnnotation;
1263
- declare function isVariance(node: Node | null | undefined, opts?: Opts<Variance> | null): node is Variance;
1264
- declare function isVoidTypeAnnotation(node: Node | null | undefined, opts?: Opts<VoidTypeAnnotation> | null): node is VoidTypeAnnotation;
1265
- declare function isEnumDeclaration(node: Node | null | undefined, opts?: Opts<EnumDeclaration> | null): node is EnumDeclaration;
1266
- declare function isEnumBooleanBody(node: Node | null | undefined, opts?: Opts<EnumBooleanBody> | null): node is EnumBooleanBody;
1267
- declare function isEnumNumberBody(node: Node | null | undefined, opts?: Opts<EnumNumberBody> | null): node is EnumNumberBody;
1268
- declare function isEnumStringBody(node: Node | null | undefined, opts?: Opts<EnumStringBody> | null): node is EnumStringBody;
1269
- declare function isEnumSymbolBody(node: Node | null | undefined, opts?: Opts<EnumSymbolBody> | null): node is EnumSymbolBody;
1270
- declare function isEnumBooleanMember(node: Node | null | undefined, opts?: Opts<EnumBooleanMember> | null): node is EnumBooleanMember;
1271
- declare function isEnumNumberMember(node: Node | null | undefined, opts?: Opts<EnumNumberMember> | null): node is EnumNumberMember;
1272
- declare function isEnumStringMember(node: Node | null | undefined, opts?: Opts<EnumStringMember> | null): node is EnumStringMember;
1273
- declare function isEnumDefaultedMember(node: Node | null | undefined, opts?: Opts<EnumDefaultedMember> | null): node is EnumDefaultedMember;
1274
- declare function isIndexedAccessType(node: Node | null | undefined, opts?: Opts<IndexedAccessType> | null): node is IndexedAccessType;
1275
- declare function isOptionalIndexedAccessType(node: Node | null | undefined, opts?: Opts<OptionalIndexedAccessType> | null): node is OptionalIndexedAccessType;
1276
- declare function isJSXAttribute(node: Node | null | undefined, opts?: Opts<JSXAttribute> | null): node is JSXAttribute;
1277
- declare function isJSXClosingElement(node: Node | null | undefined, opts?: Opts<JSXClosingElement> | null): node is JSXClosingElement;
1278
- declare function isJSXElement(node: Node | null | undefined, opts?: Opts<JSXElement> | null): node is JSXElement;
1279
- declare function isJSXEmptyExpression(node: Node | null | undefined, opts?: Opts<JSXEmptyExpression> | null): node is JSXEmptyExpression;
1280
- declare function isJSXExpressionContainer(node: Node | null | undefined, opts?: Opts<JSXExpressionContainer> | null): node is JSXExpressionContainer;
1281
- declare function isJSXSpreadChild(node: Node | null | undefined, opts?: Opts<JSXSpreadChild> | null): node is JSXSpreadChild;
1282
- declare function isJSXIdentifier(node: Node | null | undefined, opts?: Opts<JSXIdentifier> | null): node is JSXIdentifier;
1283
- declare function isJSXMemberExpression(node: Node | null | undefined, opts?: Opts<JSXMemberExpression> | null): node is JSXMemberExpression;
1284
- declare function isJSXNamespacedName(node: Node | null | undefined, opts?: Opts<JSXNamespacedName> | null): node is JSXNamespacedName;
1285
- declare function isJSXOpeningElement(node: Node | null | undefined, opts?: Opts<JSXOpeningElement> | null): node is JSXOpeningElement;
1286
- declare function isJSXSpreadAttribute(node: Node | null | undefined, opts?: Opts<JSXSpreadAttribute> | null): node is JSXSpreadAttribute;
1287
- declare function isJSXText(node: Node | null | undefined, opts?: Opts<JSXText> | null): node is JSXText;
1288
- declare function isJSXFragment(node: Node | null | undefined, opts?: Opts<JSXFragment> | null): node is JSXFragment;
1289
- declare function isJSXOpeningFragment(node: Node | null | undefined, opts?: Opts<JSXOpeningFragment> | null): node is JSXOpeningFragment;
1290
- declare function isJSXClosingFragment(node: Node | null | undefined, opts?: Opts<JSXClosingFragment> | null): node is JSXClosingFragment;
1291
- declare function isNoop(node: Node | null | undefined, opts?: Opts<Noop> | null): node is Noop;
1292
- declare function isPlaceholder(node: Node | null | undefined, opts?: Opts<Placeholder> | null): node is Placeholder;
1293
- declare function isV8IntrinsicIdentifier(node: Node | null | undefined, opts?: Opts<V8IntrinsicIdentifier> | null): node is V8IntrinsicIdentifier;
1294
- declare function isArgumentPlaceholder(node: Node | null | undefined, opts?: Opts<ArgumentPlaceholder> | null): node is ArgumentPlaceholder;
1295
- declare function isBindExpression(node: Node | null | undefined, opts?: Opts<BindExpression> | null): node is BindExpression;
1296
- declare function isImportAttribute(node: Node | null | undefined, opts?: Opts<ImportAttribute> | null): node is ImportAttribute;
1297
- declare function isDecorator(node: Node | null | undefined, opts?: Opts<Decorator> | null): node is Decorator;
1298
- declare function isDoExpression(node: Node | null | undefined, opts?: Opts<DoExpression> | null): node is DoExpression;
1299
- declare function isExportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ExportDefaultSpecifier> | null): node is ExportDefaultSpecifier;
1300
- declare function isRecordExpression(node: Node | null | undefined, opts?: Opts<RecordExpression> | null): node is RecordExpression;
1301
- declare function isTupleExpression(node: Node | null | undefined, opts?: Opts<TupleExpression> | null): node is TupleExpression;
1302
- declare function isDecimalLiteral(node: Node | null | undefined, opts?: Opts<DecimalLiteral> | null): node is DecimalLiteral;
1303
- declare function isModuleExpression(node: Node | null | undefined, opts?: Opts<ModuleExpression> | null): node is ModuleExpression;
1304
- declare function isTopicReference(node: Node | null | undefined, opts?: Opts<TopicReference> | null): node is TopicReference;
1305
- declare function isPipelineTopicExpression(node: Node | null | undefined, opts?: Opts<PipelineTopicExpression> | null): node is PipelineTopicExpression;
1306
- declare function isPipelineBareFunction(node: Node | null | undefined, opts?: Opts<PipelineBareFunction> | null): node is PipelineBareFunction;
1307
- declare function isPipelinePrimaryTopicReference(node: Node | null | undefined, opts?: Opts<PipelinePrimaryTopicReference> | null): node is PipelinePrimaryTopicReference;
1308
- declare function isTSParameterProperty(node: Node | null | undefined, opts?: Opts<TSParameterProperty> | null): node is TSParameterProperty;
1309
- declare function isTSDeclareFunction(node: Node | null | undefined, opts?: Opts<TSDeclareFunction> | null): node is TSDeclareFunction;
1310
- declare function isTSDeclareMethod(node: Node | null | undefined, opts?: Opts<TSDeclareMethod> | null): node is TSDeclareMethod;
1311
- declare function isTSQualifiedName(node: Node | null | undefined, opts?: Opts<TSQualifiedName> | null): node is TSQualifiedName;
1312
- declare function isTSCallSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSCallSignatureDeclaration> | null): node is TSCallSignatureDeclaration;
1313
- declare function isTSConstructSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSConstructSignatureDeclaration> | null): node is TSConstructSignatureDeclaration;
1314
- declare function isTSPropertySignature(node: Node | null | undefined, opts?: Opts<TSPropertySignature> | null): node is TSPropertySignature;
1315
- declare function isTSMethodSignature(node: Node | null | undefined, opts?: Opts<TSMethodSignature> | null): node is TSMethodSignature;
1316
- declare function isTSIndexSignature(node: Node | null | undefined, opts?: Opts<TSIndexSignature> | null): node is TSIndexSignature;
1317
- declare function isTSAnyKeyword(node: Node | null | undefined, opts?: Opts<TSAnyKeyword> | null): node is TSAnyKeyword;
1318
- declare function isTSBooleanKeyword(node: Node | null | undefined, opts?: Opts<TSBooleanKeyword> | null): node is TSBooleanKeyword;
1319
- declare function isTSBigIntKeyword(node: Node | null | undefined, opts?: Opts<TSBigIntKeyword> | null): node is TSBigIntKeyword;
1320
- declare function isTSIntrinsicKeyword(node: Node | null | undefined, opts?: Opts<TSIntrinsicKeyword> | null): node is TSIntrinsicKeyword;
1321
- declare function isTSNeverKeyword(node: Node | null | undefined, opts?: Opts<TSNeverKeyword> | null): node is TSNeverKeyword;
1322
- declare function isTSNullKeyword(node: Node | null | undefined, opts?: Opts<TSNullKeyword> | null): node is TSNullKeyword;
1323
- declare function isTSNumberKeyword(node: Node | null | undefined, opts?: Opts<TSNumberKeyword> | null): node is TSNumberKeyword;
1324
- declare function isTSObjectKeyword(node: Node | null | undefined, opts?: Opts<TSObjectKeyword> | null): node is TSObjectKeyword;
1325
- declare function isTSStringKeyword(node: Node | null | undefined, opts?: Opts<TSStringKeyword> | null): node is TSStringKeyword;
1326
- declare function isTSSymbolKeyword(node: Node | null | undefined, opts?: Opts<TSSymbolKeyword> | null): node is TSSymbolKeyword;
1327
- declare function isTSUndefinedKeyword(node: Node | null | undefined, opts?: Opts<TSUndefinedKeyword> | null): node is TSUndefinedKeyword;
1328
- declare function isTSUnknownKeyword(node: Node | null | undefined, opts?: Opts<TSUnknownKeyword> | null): node is TSUnknownKeyword;
1329
- declare function isTSVoidKeyword(node: Node | null | undefined, opts?: Opts<TSVoidKeyword> | null): node is TSVoidKeyword;
1330
- declare function isTSThisType(node: Node | null | undefined, opts?: Opts<TSThisType> | null): node is TSThisType;
1331
- declare function isTSFunctionType(node: Node | null | undefined, opts?: Opts<TSFunctionType> | null): node is TSFunctionType;
1332
- declare function isTSConstructorType(node: Node | null | undefined, opts?: Opts<TSConstructorType> | null): node is TSConstructorType;
1333
- declare function isTSTypeReference(node: Node | null | undefined, opts?: Opts<TSTypeReference> | null): node is TSTypeReference;
1334
- declare function isTSTypePredicate(node: Node | null | undefined, opts?: Opts<TSTypePredicate> | null): node is TSTypePredicate;
1335
- declare function isTSTypeQuery(node: Node | null | undefined, opts?: Opts<TSTypeQuery> | null): node is TSTypeQuery;
1336
- declare function isTSTypeLiteral(node: Node | null | undefined, opts?: Opts<TSTypeLiteral> | null): node is TSTypeLiteral;
1337
- declare function isTSArrayType(node: Node | null | undefined, opts?: Opts<TSArrayType> | null): node is TSArrayType;
1338
- declare function isTSTupleType(node: Node | null | undefined, opts?: Opts<TSTupleType> | null): node is TSTupleType;
1339
- declare function isTSOptionalType(node: Node | null | undefined, opts?: Opts<TSOptionalType> | null): node is TSOptionalType;
1340
- declare function isTSRestType(node: Node | null | undefined, opts?: Opts<TSRestType> | null): node is TSRestType;
1341
- declare function isTSNamedTupleMember(node: Node | null | undefined, opts?: Opts<TSNamedTupleMember> | null): node is TSNamedTupleMember;
1342
- declare function isTSUnionType(node: Node | null | undefined, opts?: Opts<TSUnionType> | null): node is TSUnionType;
1343
- declare function isTSIntersectionType(node: Node | null | undefined, opts?: Opts<TSIntersectionType> | null): node is TSIntersectionType;
1344
- declare function isTSConditionalType(node: Node | null | undefined, opts?: Opts<TSConditionalType> | null): node is TSConditionalType;
1345
- declare function isTSInferType(node: Node | null | undefined, opts?: Opts<TSInferType> | null): node is TSInferType;
1346
- declare function isTSParenthesizedType(node: Node | null | undefined, opts?: Opts<TSParenthesizedType> | null): node is TSParenthesizedType;
1347
- declare function isTSTypeOperator(node: Node | null | undefined, opts?: Opts<TSTypeOperator> | null): node is TSTypeOperator;
1348
- declare function isTSIndexedAccessType(node: Node | null | undefined, opts?: Opts<TSIndexedAccessType> | null): node is TSIndexedAccessType;
1349
- declare function isTSMappedType(node: Node | null | undefined, opts?: Opts<TSMappedType> | null): node is TSMappedType;
1350
- declare function isTSLiteralType(node: Node | null | undefined, opts?: Opts<TSLiteralType> | null): node is TSLiteralType;
1351
- declare function isTSExpressionWithTypeArguments(node: Node | null | undefined, opts?: Opts<TSExpressionWithTypeArguments> | null): node is TSExpressionWithTypeArguments;
1352
- declare function isTSInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<TSInterfaceDeclaration> | null): node is TSInterfaceDeclaration;
1353
- declare function isTSInterfaceBody(node: Node | null | undefined, opts?: Opts<TSInterfaceBody> | null): node is TSInterfaceBody;
1354
- declare function isTSTypeAliasDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeAliasDeclaration> | null): node is TSTypeAliasDeclaration;
1355
- declare function isTSInstantiationExpression(node: Node | null | undefined, opts?: Opts<TSInstantiationExpression> | null): node is TSInstantiationExpression;
1356
- declare function isTSAsExpression(node: Node | null | undefined, opts?: Opts<TSAsExpression> | null): node is TSAsExpression;
1357
- declare function isTSSatisfiesExpression(node: Node | null | undefined, opts?: Opts<TSSatisfiesExpression> | null): node is TSSatisfiesExpression;
1358
- declare function isTSTypeAssertion(node: Node | null | undefined, opts?: Opts<TSTypeAssertion> | null): node is TSTypeAssertion;
1359
- declare function isTSEnumDeclaration(node: Node | null | undefined, opts?: Opts<TSEnumDeclaration> | null): node is TSEnumDeclaration;
1360
- declare function isTSEnumMember(node: Node | null | undefined, opts?: Opts<TSEnumMember> | null): node is TSEnumMember;
1361
- declare function isTSModuleDeclaration(node: Node | null | undefined, opts?: Opts<TSModuleDeclaration> | null): node is TSModuleDeclaration;
1362
- declare function isTSModuleBlock(node: Node | null | undefined, opts?: Opts<TSModuleBlock> | null): node is TSModuleBlock;
1363
- declare function isTSImportType(node: Node | null | undefined, opts?: Opts<TSImportType> | null): node is TSImportType;
1364
- declare function isTSImportEqualsDeclaration(node: Node | null | undefined, opts?: Opts<TSImportEqualsDeclaration> | null): node is TSImportEqualsDeclaration;
1365
- declare function isTSExternalModuleReference(node: Node | null | undefined, opts?: Opts<TSExternalModuleReference> | null): node is TSExternalModuleReference;
1366
- declare function isTSNonNullExpression(node: Node | null | undefined, opts?: Opts<TSNonNullExpression> | null): node is TSNonNullExpression;
1367
- declare function isTSExportAssignment(node: Node | null | undefined, opts?: Opts<TSExportAssignment> | null): node is TSExportAssignment;
1368
- declare function isTSNamespaceExportDeclaration(node: Node | null | undefined, opts?: Opts<TSNamespaceExportDeclaration> | null): node is TSNamespaceExportDeclaration;
1369
- declare function isTSTypeAnnotation(node: Node | null | undefined, opts?: Opts<TSTypeAnnotation> | null): node is TSTypeAnnotation;
1370
- declare function isTSTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TSTypeParameterInstantiation> | null): node is TSTypeParameterInstantiation;
1371
- declare function isTSTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeParameterDeclaration> | null): node is TSTypeParameterDeclaration;
1372
- declare function isTSTypeParameter(node: Node | null | undefined, opts?: Opts<TSTypeParameter> | null): node is TSTypeParameter;
1373
- declare function isStandardized(node: Node | null | undefined, opts?: Opts<Standardized> | null): node is Standardized;
1374
- declare function isExpression(node: Node | null | undefined, opts?: Opts<Expression> | null): node is Expression;
1375
- declare function isBinary(node: Node | null | undefined, opts?: Opts<Binary> | null): node is Binary;
1376
- declare function isScopable(node: Node | null | undefined, opts?: Opts<Scopable> | null): node is Scopable;
1377
- declare function isBlockParent(node: Node | null | undefined, opts?: Opts<BlockParent> | null): node is BlockParent;
1378
- declare function isBlock(node: Node | null | undefined, opts?: Opts<Block> | null): node is Block;
1379
- declare function isStatement(node: Node | null | undefined, opts?: Opts<Statement> | null): node is Statement;
1380
- declare function isTerminatorless(node: Node | null | undefined, opts?: Opts<Terminatorless> | null): node is Terminatorless;
1381
- declare function isCompletionStatement(node: Node | null | undefined, opts?: Opts<CompletionStatement> | null): node is CompletionStatement;
1382
- declare function isConditional(node: Node | null | undefined, opts?: Opts<Conditional> | null): node is Conditional;
1383
- declare function isLoop(node: Node | null | undefined, opts?: Opts<Loop> | null): node is Loop;
1384
- declare function isWhile(node: Node | null | undefined, opts?: Opts<While> | null): node is While;
1385
- declare function isExpressionWrapper(node: Node | null | undefined, opts?: Opts<ExpressionWrapper> | null): node is ExpressionWrapper;
1386
- declare function isFor(node: Node | null | undefined, opts?: Opts<For> | null): node is For;
1387
- declare function isForXStatement(node: Node | null | undefined, opts?: Opts<ForXStatement> | null): node is ForXStatement;
1388
- declare function isFunction(node: Node | null | undefined, opts?: Opts<Function> | null): node is Function;
1389
- declare function isFunctionParent(node: Node | null | undefined, opts?: Opts<FunctionParent> | null): node is FunctionParent;
1390
- declare function isPureish(node: Node | null | undefined, opts?: Opts<Pureish> | null): node is Pureish;
1391
- declare function isDeclaration(node: Node | null | undefined, opts?: Opts<Declaration> | null): node is Declaration;
1392
- declare function isPatternLike(node: Node | null | undefined, opts?: Opts<PatternLike> | null): node is PatternLike;
1393
- declare function isLVal(node: Node | null | undefined, opts?: Opts<LVal> | null): node is LVal;
1394
- declare function isTSEntityName(node: Node | null | undefined, opts?: Opts<TSEntityName> | null): node is TSEntityName;
1395
- declare function isLiteral(node: Node | null | undefined, opts?: Opts<Literal> | null): node is Literal;
1396
- declare function isUserWhitespacable(node: Node | null | undefined, opts?: Opts<UserWhitespacable> | null): node is UserWhitespacable;
1397
- declare function isMethod(node: Node | null | undefined, opts?: Opts<Method> | null): node is Method;
1398
- declare function isObjectMember(node: Node | null | undefined, opts?: Opts<ObjectMember> | null): node is ObjectMember;
1399
- declare function isProperty(node: Node | null | undefined, opts?: Opts<Property> | null): node is Property;
1400
- declare function isUnaryLike(node: Node | null | undefined, opts?: Opts<UnaryLike> | null): node is UnaryLike;
1401
- declare function isPattern(node: Node | null | undefined, opts?: Opts<Pattern> | null): node is Pattern;
1402
- declare function isClass(node: Node | null | undefined, opts?: Opts<Class> | null): node is Class;
1403
- declare function isImportOrExportDeclaration(node: Node | null | undefined, opts?: Opts<ImportOrExportDeclaration> | null): node is ImportOrExportDeclaration;
1404
- declare function isExportDeclaration(node: Node | null | undefined, opts?: Opts<ExportDeclaration> | null): node is ExportDeclaration;
1405
- declare function isModuleSpecifier(node: Node | null | undefined, opts?: Opts<ModuleSpecifier> | null): node is ModuleSpecifier;
1406
- declare function isAccessor(node: Node | null | undefined, opts?: Opts<Accessor> | null): node is Accessor;
1407
- declare function isPrivate(node: Node | null | undefined, opts?: Opts<Private> | null): node is Private;
1408
- declare function isFlow(node: Node | null | undefined, opts?: Opts<Flow> | null): node is Flow;
1409
- declare function isFlowType(node: Node | null | undefined, opts?: Opts<FlowType> | null): node is FlowType;
1410
- declare function isFlowBaseAnnotation(node: Node | null | undefined, opts?: Opts<FlowBaseAnnotation> | null): node is FlowBaseAnnotation;
1411
- declare function isFlowDeclaration(node: Node | null | undefined, opts?: Opts<FlowDeclaration> | null): node is FlowDeclaration;
1412
- declare function isFlowPredicate(node: Node | null | undefined, opts?: Opts<FlowPredicate> | null): node is FlowPredicate;
1413
- declare function isEnumBody(node: Node | null | undefined, opts?: Opts<EnumBody> | null): node is EnumBody;
1414
- declare function isEnumMember(node: Node | null | undefined, opts?: Opts<EnumMember> | null): node is EnumMember;
1415
- declare function isJSX(node: Node | null | undefined, opts?: Opts<JSX> | null): node is JSX;
1416
- declare function isMiscellaneous(node: Node | null | undefined, opts?: Opts<Miscellaneous> | null): node is Miscellaneous;
1417
- declare function isTypeScript(node: Node | null | undefined, opts?: Opts<TypeScript> | null): node is TypeScript;
1418
- declare function isTSTypeElement(node: Node | null | undefined, opts?: Opts<TSTypeElement> | null): node is TSTypeElement;
1419
- declare function isTSType(node: Node | null | undefined, opts?: Opts<TSType> | null): node is TSType;
1420
- declare function isTSBaseType(node: Node | null | undefined, opts?: Opts<TSBaseType> | null): node is TSBaseType;
1421
- /**
1422
- * @deprecated Use `isNumericLiteral`
1423
- */
1424
- declare function isNumberLiteral(node: Node | null | undefined, opts?: Opts<NumberLiteral> | null): boolean;
1425
- /**
1426
- * @deprecated Use `isRegExpLiteral`
1427
- */
1428
- declare function isRegexLiteral(node: Node | null | undefined, opts?: Opts<RegexLiteral> | null): boolean;
1429
- /**
1430
- * @deprecated Use `isRestElement`
1431
- */
1432
- declare function isRestProperty(node: Node | null | undefined, opts?: Opts<RestProperty> | null): boolean;
1433
- /**
1434
- * @deprecated Use `isSpreadElement`
1435
- */
1436
- declare function isSpreadProperty(node: Node | null | undefined, opts?: Opts<SpreadProperty> | null): boolean;
1437
- /**
1438
- * @deprecated Use `isImportOrExportDeclaration`
1439
- */
1440
- declare function isModuleDeclaration(node: Node | null | undefined, opts?: Opts<ModuleDeclaration> | null): node is ImportOrExportDeclaration;
1441
-
1442
- interface BaseComment {
1443
- value: string;
1444
- start?: number;
1445
- end?: number;
1446
- loc?: SourceLocation;
1447
- ignore?: boolean;
1448
- type: "CommentBlock" | "CommentLine";
1449
- }
1450
- interface Position {
1451
- line: number;
1452
- column: number;
1453
- index: number;
1454
- }
1455
- interface CommentBlock extends BaseComment {
1456
- type: "CommentBlock";
1457
- }
1458
- interface CommentLine extends BaseComment {
1459
- type: "CommentLine";
1460
- }
1461
- type Comment = CommentBlock | CommentLine;
1462
- interface SourceLocation {
1463
- start: Position;
1464
- end: Position;
1465
- filename: string;
1466
- identifierName: string | undefined | null;
1467
- }
1468
- interface BaseNode {
1469
- type: Node["type"];
1470
- leadingComments?: Comment[] | null;
1471
- innerComments?: Comment[] | null;
1472
- trailingComments?: Comment[] | null;
1473
- start?: number | null;
1474
- end?: number | null;
1475
- loc?: SourceLocation | null;
1476
- range?: [number, number];
1477
- extra?: Record<string, unknown>;
1478
- }
1479
- type CommentTypeShorthand = "leading" | "inner" | "trailing";
1480
- 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;
1481
- interface ArrayExpression extends BaseNode {
1482
- type: "ArrayExpression";
1483
- elements: Array<null | Expression | SpreadElement>;
1484
- }
1485
- interface AssignmentExpression extends BaseNode {
1486
- type: "AssignmentExpression";
1487
- operator: string;
1488
- left: LVal | OptionalMemberExpression;
1489
- right: Expression;
1490
- }
1491
- interface BinaryExpression extends BaseNode {
1492
- type: "BinaryExpression";
1493
- operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>";
1494
- left: Expression | PrivateName;
1495
- right: Expression;
1496
- }
1497
- interface InterpreterDirective extends BaseNode {
1498
- type: "InterpreterDirective";
1499
- value: string;
1500
- }
1501
- interface Directive extends BaseNode {
1502
- type: "Directive";
1503
- value: DirectiveLiteral;
1504
- }
1505
- interface DirectiveLiteral extends BaseNode {
1506
- type: "DirectiveLiteral";
1507
- value: string;
1508
- }
1509
- interface BlockStatement extends BaseNode {
1510
- type: "BlockStatement";
1511
- body: Array<Statement>;
1512
- directives: Array<Directive>;
1513
- }
1514
- interface BreakStatement extends BaseNode {
1515
- type: "BreakStatement";
1516
- label?: Identifier | null;
1517
- }
1518
- interface CallExpression extends BaseNode {
1519
- type: "CallExpression";
1520
- callee: Expression | Super | V8IntrinsicIdentifier;
1521
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
1522
- optional?: boolean | null;
1523
- typeArguments?: TypeParameterInstantiation | null;
1524
- typeParameters?: TSTypeParameterInstantiation | null;
1525
- }
1526
- interface CatchClause extends BaseNode {
1527
- type: "CatchClause";
1528
- param?: Identifier | ArrayPattern | ObjectPattern | null;
1529
- body: BlockStatement;
1530
- }
1531
- interface ConditionalExpression extends BaseNode {
1532
- type: "ConditionalExpression";
1533
- test: Expression;
1534
- consequent: Expression;
1535
- alternate: Expression;
1536
- }
1537
- interface ContinueStatement extends BaseNode {
1538
- type: "ContinueStatement";
1539
- label?: Identifier | null;
1540
- }
1541
- interface DebuggerStatement extends BaseNode {
1542
- type: "DebuggerStatement";
1543
- }
1544
- interface DoWhileStatement extends BaseNode {
1545
- type: "DoWhileStatement";
1546
- test: Expression;
1547
- body: Statement;
1548
- }
1549
- interface EmptyStatement extends BaseNode {
1550
- type: "EmptyStatement";
1551
- }
1552
- interface ExpressionStatement extends BaseNode {
1553
- type: "ExpressionStatement";
1554
- expression: Expression;
1555
- }
1556
- interface File extends BaseNode {
1557
- type: "File";
1558
- program: Program;
1559
- comments?: Array<CommentBlock | CommentLine> | null;
1560
- tokens?: Array<any> | null;
1561
- }
1562
- interface ForInStatement extends BaseNode {
1563
- type: "ForInStatement";
1564
- left: VariableDeclaration | LVal;
1565
- right: Expression;
1566
- body: Statement;
1567
- }
1568
- interface ForStatement extends BaseNode {
1569
- type: "ForStatement";
1570
- init?: VariableDeclaration | Expression | null;
1571
- test?: Expression | null;
1572
- update?: Expression | null;
1573
- body: Statement;
1574
- }
1575
- interface FunctionDeclaration extends BaseNode {
1576
- type: "FunctionDeclaration";
1577
- id?: Identifier | null;
1578
- params: Array<Identifier | Pattern | RestElement>;
1579
- body: BlockStatement;
1580
- generator: boolean;
1581
- async: boolean;
1582
- declare?: boolean | null;
1583
- predicate?: DeclaredPredicate | InferredPredicate | null;
1584
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1585
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1586
- }
1587
- interface FunctionExpression extends BaseNode {
1588
- type: "FunctionExpression";
1589
- id?: Identifier | null;
1590
- params: Array<Identifier | Pattern | RestElement>;
1591
- body: BlockStatement;
1592
- generator: boolean;
1593
- async: boolean;
1594
- predicate?: DeclaredPredicate | InferredPredicate | null;
1595
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1596
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1597
- }
1598
- interface Identifier extends BaseNode {
1599
- type: "Identifier";
1600
- name: string;
1601
- decorators?: Array<Decorator> | null;
1602
- optional?: boolean | null;
1603
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1604
- }
1605
- interface IfStatement extends BaseNode {
1606
- type: "IfStatement";
1607
- test: Expression;
1608
- consequent: Statement;
1609
- alternate?: Statement | null;
1610
- }
1611
- interface LabeledStatement extends BaseNode {
1612
- type: "LabeledStatement";
1613
- label: Identifier;
1614
- body: Statement;
1615
- }
1616
- interface StringLiteral extends BaseNode {
1617
- type: "StringLiteral";
1618
- value: string;
1619
- }
1620
- interface NumericLiteral extends BaseNode {
1621
- type: "NumericLiteral";
1622
- value: number;
1623
- }
1624
- /**
1625
- * @deprecated Use `NumericLiteral`
1626
- */
1627
- interface NumberLiteral extends BaseNode {
1628
- type: "NumberLiteral";
1629
- value: number;
1630
- }
1631
- interface NullLiteral extends BaseNode {
1632
- type: "NullLiteral";
1633
- }
1634
- interface BooleanLiteral extends BaseNode {
1635
- type: "BooleanLiteral";
1636
- value: boolean;
1637
- }
1638
- interface RegExpLiteral extends BaseNode {
1639
- type: "RegExpLiteral";
1640
- pattern: string;
1641
- flags: string;
1642
- }
1643
- /**
1644
- * @deprecated Use `RegExpLiteral`
1645
- */
1646
- interface RegexLiteral extends BaseNode {
1647
- type: "RegexLiteral";
1648
- pattern: string;
1649
- flags: string;
1650
- }
1651
- interface LogicalExpression extends BaseNode {
1652
- type: "LogicalExpression";
1653
- operator: "||" | "&&" | "??";
1654
- left: Expression;
1655
- right: Expression;
1656
- }
1657
- interface MemberExpression extends BaseNode {
1658
- type: "MemberExpression";
1659
- object: Expression | Super;
1660
- property: Expression | Identifier | PrivateName;
1661
- computed: boolean;
1662
- optional?: boolean | null;
1663
- }
1664
- interface NewExpression extends BaseNode {
1665
- type: "NewExpression";
1666
- callee: Expression | Super | V8IntrinsicIdentifier;
1667
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
1668
- optional?: boolean | null;
1669
- typeArguments?: TypeParameterInstantiation | null;
1670
- typeParameters?: TSTypeParameterInstantiation | null;
1671
- }
1672
- interface Program extends BaseNode {
1673
- type: "Program";
1674
- body: Array<Statement>;
1675
- directives: Array<Directive>;
1676
- sourceType: "script" | "module";
1677
- interpreter?: InterpreterDirective | null;
1678
- }
1679
- interface ObjectExpression extends BaseNode {
1680
- type: "ObjectExpression";
1681
- properties: Array<ObjectMethod | ObjectProperty | SpreadElement>;
1682
- }
1683
- interface ObjectMethod extends BaseNode {
1684
- type: "ObjectMethod";
1685
- kind: "method" | "get" | "set";
1686
- key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral;
1687
- params: Array<Identifier | Pattern | RestElement>;
1688
- body: BlockStatement;
1689
- computed: boolean;
1690
- generator: boolean;
1691
- async: boolean;
1692
- decorators?: Array<Decorator> | null;
1693
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1694
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1695
- }
1696
- interface ObjectProperty extends BaseNode {
1697
- type: "ObjectProperty";
1698
- key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName;
1699
- value: Expression | PatternLike;
1700
- computed: boolean;
1701
- shorthand: boolean;
1702
- decorators?: Array<Decorator> | null;
1703
- }
1704
- interface RestElement extends BaseNode {
1705
- type: "RestElement";
1706
- argument: LVal;
1707
- decorators?: Array<Decorator> | null;
1708
- optional?: boolean | null;
1709
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1710
- }
1711
- /**
1712
- * @deprecated Use `RestElement`
1713
- */
1714
- interface RestProperty extends BaseNode {
1715
- type: "RestProperty";
1716
- argument: LVal;
1717
- decorators?: Array<Decorator> | null;
1718
- optional?: boolean | null;
1719
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1720
- }
1721
- interface ReturnStatement extends BaseNode {
1722
- type: "ReturnStatement";
1723
- argument?: Expression | null;
1724
- }
1725
- interface SequenceExpression extends BaseNode {
1726
- type: "SequenceExpression";
1727
- expressions: Array<Expression>;
1728
- }
1729
- interface ParenthesizedExpression extends BaseNode {
1730
- type: "ParenthesizedExpression";
1731
- expression: Expression;
1732
- }
1733
- interface SwitchCase extends BaseNode {
1734
- type: "SwitchCase";
1735
- test?: Expression | null;
1736
- consequent: Array<Statement>;
1737
- }
1738
- interface SwitchStatement extends BaseNode {
1739
- type: "SwitchStatement";
1740
- discriminant: Expression;
1741
- cases: Array<SwitchCase>;
1742
- }
1743
- interface ThisExpression extends BaseNode {
1744
- type: "ThisExpression";
1745
- }
1746
- interface ThrowStatement extends BaseNode {
1747
- type: "ThrowStatement";
1748
- argument: Expression;
1749
- }
1750
- interface TryStatement extends BaseNode {
1751
- type: "TryStatement";
1752
- block: BlockStatement;
1753
- handler?: CatchClause | null;
1754
- finalizer?: BlockStatement | null;
1755
- }
1756
- interface UnaryExpression extends BaseNode {
1757
- type: "UnaryExpression";
1758
- operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof";
1759
- argument: Expression;
1760
- prefix: boolean;
1761
- }
1762
- interface UpdateExpression extends BaseNode {
1763
- type: "UpdateExpression";
1764
- operator: "++" | "--";
1765
- argument: Expression;
1766
- prefix: boolean;
1767
- }
1768
- interface VariableDeclaration extends BaseNode {
1769
- type: "VariableDeclaration";
1770
- kind: "var" | "let" | "const" | "using" | "await using";
1771
- declarations: Array<VariableDeclarator>;
1772
- declare?: boolean | null;
1773
- }
1774
- interface VariableDeclarator extends BaseNode {
1775
- type: "VariableDeclarator";
1776
- id: LVal;
1777
- init?: Expression | null;
1778
- definite?: boolean | null;
1779
- }
1780
- interface WhileStatement extends BaseNode {
1781
- type: "WhileStatement";
1782
- test: Expression;
1783
- body: Statement;
1784
- }
1785
- interface WithStatement extends BaseNode {
1786
- type: "WithStatement";
1787
- object: Expression;
1788
- body: Statement;
1789
- }
1790
- interface AssignmentPattern extends BaseNode {
1791
- type: "AssignmentPattern";
1792
- left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
1793
- right: Expression;
1794
- decorators?: Array<Decorator> | null;
1795
- optional?: boolean | null;
1796
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1797
- }
1798
- interface ArrayPattern extends BaseNode {
1799
- type: "ArrayPattern";
1800
- elements: Array<null | PatternLike | LVal>;
1801
- decorators?: Array<Decorator> | null;
1802
- optional?: boolean | null;
1803
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1804
- }
1805
- interface ArrowFunctionExpression extends BaseNode {
1806
- type: "ArrowFunctionExpression";
1807
- params: Array<Identifier | Pattern | RestElement>;
1808
- body: BlockStatement | Expression;
1809
- async: boolean;
1810
- expression: boolean;
1811
- generator?: boolean;
1812
- predicate?: DeclaredPredicate | InferredPredicate | null;
1813
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1814
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1815
- }
1816
- interface ClassBody extends BaseNode {
1817
- type: "ClassBody";
1818
- body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>;
1819
- }
1820
- interface ClassExpression extends BaseNode {
1821
- type: "ClassExpression";
1822
- id?: Identifier | null;
1823
- superClass?: Expression | null;
1824
- body: ClassBody;
1825
- decorators?: Array<Decorator> | null;
1826
- implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
1827
- mixins?: InterfaceExtends | null;
1828
- superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1829
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1830
- }
1831
- interface ClassDeclaration extends BaseNode {
1832
- type: "ClassDeclaration";
1833
- id?: Identifier | null;
1834
- superClass?: Expression | null;
1835
- body: ClassBody;
1836
- decorators?: Array<Decorator> | null;
1837
- abstract?: boolean | null;
1838
- declare?: boolean | null;
1839
- implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
1840
- mixins?: InterfaceExtends | null;
1841
- superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1842
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1843
- }
1844
- interface ExportAllDeclaration extends BaseNode {
1845
- type: "ExportAllDeclaration";
1846
- source: StringLiteral;
1847
- /** @deprecated */
1848
- assertions?: Array<ImportAttribute> | null;
1849
- attributes?: Array<ImportAttribute> | null;
1850
- exportKind?: "type" | "value" | null;
1851
- }
1852
- interface ExportDefaultDeclaration extends BaseNode {
1853
- type: "ExportDefaultDeclaration";
1854
- declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression;
1855
- exportKind?: "value" | null;
1856
- }
1857
- interface ExportNamedDeclaration extends BaseNode {
1858
- type: "ExportNamedDeclaration";
1859
- declaration?: Declaration | null;
1860
- specifiers: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>;
1861
- source?: StringLiteral | null;
1862
- /** @deprecated */
1863
- assertions?: Array<ImportAttribute> | null;
1864
- attributes?: Array<ImportAttribute> | null;
1865
- exportKind?: "type" | "value" | null;
1866
- }
1867
- interface ExportSpecifier extends BaseNode {
1868
- type: "ExportSpecifier";
1869
- local: Identifier;
1870
- exported: Identifier | StringLiteral;
1871
- exportKind?: "type" | "value" | null;
1872
- }
1873
- interface ForOfStatement extends BaseNode {
1874
- type: "ForOfStatement";
1875
- left: VariableDeclaration | LVal;
1876
- right: Expression;
1877
- body: Statement;
1878
- await: boolean;
1879
- }
1880
- interface ImportDeclaration extends BaseNode {
1881
- type: "ImportDeclaration";
1882
- specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>;
1883
- source: StringLiteral;
1884
- /** @deprecated */
1885
- assertions?: Array<ImportAttribute> | null;
1886
- attributes?: Array<ImportAttribute> | null;
1887
- importKind?: "type" | "typeof" | "value" | null;
1888
- module?: boolean | null;
1889
- phase?: "source" | "defer" | null;
1890
- }
1891
- interface ImportDefaultSpecifier extends BaseNode {
1892
- type: "ImportDefaultSpecifier";
1893
- local: Identifier;
1894
- }
1895
- interface ImportNamespaceSpecifier extends BaseNode {
1896
- type: "ImportNamespaceSpecifier";
1897
- local: Identifier;
1898
- }
1899
- interface ImportSpecifier extends BaseNode {
1900
- type: "ImportSpecifier";
1901
- local: Identifier;
1902
- imported: Identifier | StringLiteral;
1903
- importKind?: "type" | "typeof" | "value" | null;
1904
- }
1905
- interface ImportExpression extends BaseNode {
1906
- type: "ImportExpression";
1907
- source: Expression;
1908
- options?: Expression | null;
1909
- phase?: "source" | "defer" | null;
1910
- }
1911
- interface MetaProperty extends BaseNode {
1912
- type: "MetaProperty";
1913
- meta: Identifier;
1914
- property: Identifier;
1915
- }
1916
- interface ClassMethod extends BaseNode {
1917
- type: "ClassMethod";
1918
- kind: "get" | "set" | "method" | "constructor";
1919
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
1920
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
1921
- body: BlockStatement;
1922
- computed: boolean;
1923
- static: boolean;
1924
- generator: boolean;
1925
- async: boolean;
1926
- abstract?: boolean | null;
1927
- access?: "public" | "private" | "protected" | null;
1928
- accessibility?: "public" | "private" | "protected" | null;
1929
- decorators?: Array<Decorator> | null;
1930
- optional?: boolean | null;
1931
- override?: boolean;
1932
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1933
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
1934
- }
1935
- interface ObjectPattern extends BaseNode {
1936
- type: "ObjectPattern";
1937
- properties: Array<RestElement | ObjectProperty>;
1938
- decorators?: Array<Decorator> | null;
1939
- optional?: boolean | null;
1940
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
1941
- }
1942
- interface SpreadElement extends BaseNode {
1943
- type: "SpreadElement";
1944
- argument: Expression;
1945
- }
1946
- /**
1947
- * @deprecated Use `SpreadElement`
1948
- */
1949
- interface SpreadProperty extends BaseNode {
1950
- type: "SpreadProperty";
1951
- argument: Expression;
1952
- }
1953
- interface Super extends BaseNode {
1954
- type: "Super";
1955
- }
1956
- interface TaggedTemplateExpression extends BaseNode {
1957
- type: "TaggedTemplateExpression";
1958
- tag: Expression;
1959
- quasi: TemplateLiteral;
1960
- typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1961
- }
1962
- interface TemplateElement extends BaseNode {
1963
- type: "TemplateElement";
1964
- value: {
1965
- raw: string;
1966
- cooked?: string;
1967
- };
1968
- tail: boolean;
1969
- }
1970
- interface TemplateLiteral extends BaseNode {
1971
- type: "TemplateLiteral";
1972
- quasis: Array<TemplateElement>;
1973
- expressions: Array<Expression | TSType>;
1974
- }
1975
- interface YieldExpression extends BaseNode {
1976
- type: "YieldExpression";
1977
- argument?: Expression | null;
1978
- delegate: boolean;
1979
- }
1980
- interface AwaitExpression extends BaseNode {
1981
- type: "AwaitExpression";
1982
- argument: Expression;
1983
- }
1984
- interface Import extends BaseNode {
1985
- type: "Import";
1986
- }
1987
- interface BigIntLiteral extends BaseNode {
1988
- type: "BigIntLiteral";
1989
- value: string;
1990
- }
1991
- interface ExportNamespaceSpecifier extends BaseNode {
1992
- type: "ExportNamespaceSpecifier";
1993
- exported: Identifier;
1994
- }
1995
- interface OptionalMemberExpression extends BaseNode {
1996
- type: "OptionalMemberExpression";
1997
- object: Expression;
1998
- property: Expression | Identifier;
1999
- computed: boolean;
2000
- optional: boolean;
2001
- }
2002
- interface OptionalCallExpression extends BaseNode {
2003
- type: "OptionalCallExpression";
2004
- callee: Expression;
2005
- arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
2006
- optional: boolean;
2007
- typeArguments?: TypeParameterInstantiation | null;
2008
- typeParameters?: TSTypeParameterInstantiation | null;
2009
- }
2010
- interface ClassProperty extends BaseNode {
2011
- type: "ClassProperty";
2012
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
2013
- value?: Expression | null;
2014
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2015
- decorators?: Array<Decorator> | null;
2016
- computed: boolean;
2017
- static: boolean;
2018
- abstract?: boolean | null;
2019
- accessibility?: "public" | "private" | "protected" | null;
2020
- declare?: boolean | null;
2021
- definite?: boolean | null;
2022
- optional?: boolean | null;
2023
- override?: boolean;
2024
- readonly?: boolean | null;
2025
- variance?: Variance | null;
2026
- }
2027
- interface ClassAccessorProperty extends BaseNode {
2028
- type: "ClassAccessorProperty";
2029
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName;
2030
- value?: Expression | null;
2031
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2032
- decorators?: Array<Decorator> | null;
2033
- computed: boolean;
2034
- static: boolean;
2035
- abstract?: boolean | null;
2036
- accessibility?: "public" | "private" | "protected" | null;
2037
- declare?: boolean | null;
2038
- definite?: boolean | null;
2039
- optional?: boolean | null;
2040
- override?: boolean;
2041
- readonly?: boolean | null;
2042
- variance?: Variance | null;
2043
- }
2044
- interface ClassPrivateProperty extends BaseNode {
2045
- type: "ClassPrivateProperty";
2046
- key: PrivateName;
2047
- value?: Expression | null;
2048
- decorators?: Array<Decorator> | null;
2049
- static: boolean;
2050
- definite?: boolean | null;
2051
- readonly?: boolean | null;
2052
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2053
- variance?: Variance | null;
2054
- }
2055
- interface ClassPrivateMethod extends BaseNode {
2056
- type: "ClassPrivateMethod";
2057
- kind: "get" | "set" | "method";
2058
- key: PrivateName;
2059
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
2060
- body: BlockStatement;
2061
- static: boolean;
2062
- abstract?: boolean | null;
2063
- access?: "public" | "private" | "protected" | null;
2064
- accessibility?: "public" | "private" | "protected" | null;
2065
- async?: boolean;
2066
- computed?: boolean;
2067
- decorators?: Array<Decorator> | null;
2068
- generator?: boolean;
2069
- optional?: boolean | null;
2070
- override?: boolean;
2071
- returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2072
- typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
2073
- }
2074
- interface PrivateName extends BaseNode {
2075
- type: "PrivateName";
2076
- id: Identifier;
2077
- }
2078
- interface StaticBlock extends BaseNode {
2079
- type: "StaticBlock";
2080
- body: Array<Statement>;
2081
- }
2082
- interface AnyTypeAnnotation extends BaseNode {
2083
- type: "AnyTypeAnnotation";
2084
- }
2085
- interface ArrayTypeAnnotation extends BaseNode {
2086
- type: "ArrayTypeAnnotation";
2087
- elementType: FlowType;
2088
- }
2089
- interface BooleanTypeAnnotation extends BaseNode {
2090
- type: "BooleanTypeAnnotation";
2091
- }
2092
- interface BooleanLiteralTypeAnnotation extends BaseNode {
2093
- type: "BooleanLiteralTypeAnnotation";
2094
- value: boolean;
2095
- }
2096
- interface NullLiteralTypeAnnotation extends BaseNode {
2097
- type: "NullLiteralTypeAnnotation";
2098
- }
2099
- interface ClassImplements extends BaseNode {
2100
- type: "ClassImplements";
2101
- id: Identifier;
2102
- typeParameters?: TypeParameterInstantiation | null;
2103
- }
2104
- interface DeclareClass extends BaseNode {
2105
- type: "DeclareClass";
2106
- id: Identifier;
2107
- typeParameters?: TypeParameterDeclaration | null;
2108
- extends?: Array<InterfaceExtends> | null;
2109
- body: ObjectTypeAnnotation;
2110
- implements?: Array<ClassImplements> | null;
2111
- mixins?: Array<InterfaceExtends> | null;
2112
- }
2113
- interface DeclareFunction extends BaseNode {
2114
- type: "DeclareFunction";
2115
- id: Identifier;
2116
- predicate?: DeclaredPredicate | null;
2117
- }
2118
- interface DeclareInterface extends BaseNode {
2119
- type: "DeclareInterface";
2120
- id: Identifier;
2121
- typeParameters?: TypeParameterDeclaration | null;
2122
- extends?: Array<InterfaceExtends> | null;
2123
- body: ObjectTypeAnnotation;
2124
- }
2125
- interface DeclareModule extends BaseNode {
2126
- type: "DeclareModule";
2127
- id: Identifier | StringLiteral;
2128
- body: BlockStatement;
2129
- kind?: "CommonJS" | "ES" | null;
2130
- }
2131
- interface DeclareModuleExports extends BaseNode {
2132
- type: "DeclareModuleExports";
2133
- typeAnnotation: TypeAnnotation;
2134
- }
2135
- interface DeclareTypeAlias extends BaseNode {
2136
- type: "DeclareTypeAlias";
2137
- id: Identifier;
2138
- typeParameters?: TypeParameterDeclaration | null;
2139
- right: FlowType;
2140
- }
2141
- interface DeclareOpaqueType extends BaseNode {
2142
- type: "DeclareOpaqueType";
2143
- id: Identifier;
2144
- typeParameters?: TypeParameterDeclaration | null;
2145
- supertype?: FlowType | null;
2146
- impltype?: FlowType | null;
2147
- }
2148
- interface DeclareVariable extends BaseNode {
2149
- type: "DeclareVariable";
2150
- id: Identifier;
2151
- }
2152
- interface DeclareExportDeclaration extends BaseNode {
2153
- type: "DeclareExportDeclaration";
2154
- declaration?: Flow | null;
2155
- specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;
2156
- source?: StringLiteral | null;
2157
- attributes?: Array<ImportAttribute> | null;
2158
- /** @deprecated */
2159
- assertions?: Array<ImportAttribute> | null;
2160
- default?: boolean | null;
2161
- }
2162
- interface DeclareExportAllDeclaration extends BaseNode {
2163
- type: "DeclareExportAllDeclaration";
2164
- source: StringLiteral;
2165
- attributes?: Array<ImportAttribute> | null;
2166
- /** @deprecated */
2167
- assertions?: Array<ImportAttribute> | null;
2168
- exportKind?: "type" | "value" | null;
2169
- }
2170
- interface DeclaredPredicate extends BaseNode {
2171
- type: "DeclaredPredicate";
2172
- value: Flow;
2173
- }
2174
- interface ExistsTypeAnnotation extends BaseNode {
2175
- type: "ExistsTypeAnnotation";
2176
- }
2177
- interface FunctionTypeAnnotation extends BaseNode {
2178
- type: "FunctionTypeAnnotation";
2179
- typeParameters?: TypeParameterDeclaration | null;
2180
- params: Array<FunctionTypeParam>;
2181
- rest?: FunctionTypeParam | null;
2182
- returnType: FlowType;
2183
- this?: FunctionTypeParam | null;
2184
- }
2185
- interface FunctionTypeParam extends BaseNode {
2186
- type: "FunctionTypeParam";
2187
- name?: Identifier | null;
2188
- typeAnnotation: FlowType;
2189
- optional?: boolean | null;
2190
- }
2191
- interface GenericTypeAnnotation extends BaseNode {
2192
- type: "GenericTypeAnnotation";
2193
- id: Identifier | QualifiedTypeIdentifier;
2194
- typeParameters?: TypeParameterInstantiation | null;
2195
- }
2196
- interface InferredPredicate extends BaseNode {
2197
- type: "InferredPredicate";
2198
- }
2199
- interface InterfaceExtends extends BaseNode {
2200
- type: "InterfaceExtends";
2201
- id: Identifier | QualifiedTypeIdentifier;
2202
- typeParameters?: TypeParameterInstantiation | null;
2203
- }
2204
- interface InterfaceDeclaration extends BaseNode {
2205
- type: "InterfaceDeclaration";
2206
- id: Identifier;
2207
- typeParameters?: TypeParameterDeclaration | null;
2208
- extends?: Array<InterfaceExtends> | null;
2209
- body: ObjectTypeAnnotation;
2210
- }
2211
- interface InterfaceTypeAnnotation extends BaseNode {
2212
- type: "InterfaceTypeAnnotation";
2213
- extends?: Array<InterfaceExtends> | null;
2214
- body: ObjectTypeAnnotation;
2215
- }
2216
- interface IntersectionTypeAnnotation extends BaseNode {
2217
- type: "IntersectionTypeAnnotation";
2218
- types: Array<FlowType>;
2219
- }
2220
- interface MixedTypeAnnotation extends BaseNode {
2221
- type: "MixedTypeAnnotation";
2222
- }
2223
- interface EmptyTypeAnnotation extends BaseNode {
2224
- type: "EmptyTypeAnnotation";
2225
- }
2226
- interface NullableTypeAnnotation extends BaseNode {
2227
- type: "NullableTypeAnnotation";
2228
- typeAnnotation: FlowType;
2229
- }
2230
- interface NumberLiteralTypeAnnotation extends BaseNode {
2231
- type: "NumberLiteralTypeAnnotation";
2232
- value: number;
2233
- }
2234
- interface NumberTypeAnnotation extends BaseNode {
2235
- type: "NumberTypeAnnotation";
2236
- }
2237
- interface ObjectTypeAnnotation extends BaseNode {
2238
- type: "ObjectTypeAnnotation";
2239
- properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>;
2240
- indexers?: Array<ObjectTypeIndexer>;
2241
- callProperties?: Array<ObjectTypeCallProperty>;
2242
- internalSlots?: Array<ObjectTypeInternalSlot>;
2243
- exact: boolean;
2244
- inexact?: boolean | null;
2245
- }
2246
- interface ObjectTypeInternalSlot extends BaseNode {
2247
- type: "ObjectTypeInternalSlot";
2248
- id: Identifier;
2249
- value: FlowType;
2250
- optional: boolean;
2251
- static: boolean;
2252
- method: boolean;
2253
- }
2254
- interface ObjectTypeCallProperty extends BaseNode {
2255
- type: "ObjectTypeCallProperty";
2256
- value: FlowType;
2257
- static: boolean;
2258
- }
2259
- interface ObjectTypeIndexer extends BaseNode {
2260
- type: "ObjectTypeIndexer";
2261
- id?: Identifier | null;
2262
- key: FlowType;
2263
- value: FlowType;
2264
- variance?: Variance | null;
2265
- static: boolean;
2266
- }
2267
- interface ObjectTypeProperty extends BaseNode {
2268
- type: "ObjectTypeProperty";
2269
- key: Identifier | StringLiteral;
2270
- value: FlowType;
2271
- variance?: Variance | null;
2272
- kind: "init" | "get" | "set";
2273
- method: boolean;
2274
- optional: boolean;
2275
- proto: boolean;
2276
- static: boolean;
2277
- }
2278
- interface ObjectTypeSpreadProperty extends BaseNode {
2279
- type: "ObjectTypeSpreadProperty";
2280
- argument: FlowType;
2281
- }
2282
- interface OpaqueType extends BaseNode {
2283
- type: "OpaqueType";
2284
- id: Identifier;
2285
- typeParameters?: TypeParameterDeclaration | null;
2286
- supertype?: FlowType | null;
2287
- impltype: FlowType;
2288
- }
2289
- interface QualifiedTypeIdentifier extends BaseNode {
2290
- type: "QualifiedTypeIdentifier";
2291
- id: Identifier;
2292
- qualification: Identifier | QualifiedTypeIdentifier;
2293
- }
2294
- interface StringLiteralTypeAnnotation extends BaseNode {
2295
- type: "StringLiteralTypeAnnotation";
2296
- value: string;
2297
- }
2298
- interface StringTypeAnnotation extends BaseNode {
2299
- type: "StringTypeAnnotation";
2300
- }
2301
- interface SymbolTypeAnnotation extends BaseNode {
2302
- type: "SymbolTypeAnnotation";
2303
- }
2304
- interface ThisTypeAnnotation extends BaseNode {
2305
- type: "ThisTypeAnnotation";
2306
- }
2307
- interface TupleTypeAnnotation extends BaseNode {
2308
- type: "TupleTypeAnnotation";
2309
- types: Array<FlowType>;
2310
- }
2311
- interface TypeofTypeAnnotation extends BaseNode {
2312
- type: "TypeofTypeAnnotation";
2313
- argument: FlowType;
2314
- }
2315
- interface TypeAlias extends BaseNode {
2316
- type: "TypeAlias";
2317
- id: Identifier;
2318
- typeParameters?: TypeParameterDeclaration | null;
2319
- right: FlowType;
2320
- }
2321
- interface TypeAnnotation extends BaseNode {
2322
- type: "TypeAnnotation";
2323
- typeAnnotation: FlowType;
2324
- }
2325
- interface TypeCastExpression extends BaseNode {
2326
- type: "TypeCastExpression";
2327
- expression: Expression;
2328
- typeAnnotation: TypeAnnotation;
2329
- }
2330
- interface TypeParameter extends BaseNode {
2331
- type: "TypeParameter";
2332
- bound?: TypeAnnotation | null;
2333
- default?: FlowType | null;
2334
- variance?: Variance | null;
2335
- name: string;
2336
- }
2337
- interface TypeParameterDeclaration extends BaseNode {
2338
- type: "TypeParameterDeclaration";
2339
- params: Array<TypeParameter>;
2340
- }
2341
- interface TypeParameterInstantiation extends BaseNode {
2342
- type: "TypeParameterInstantiation";
2343
- params: Array<FlowType>;
2344
- }
2345
- interface UnionTypeAnnotation extends BaseNode {
2346
- type: "UnionTypeAnnotation";
2347
- types: Array<FlowType>;
2348
- }
2349
- interface Variance extends BaseNode {
2350
- type: "Variance";
2351
- kind: "minus" | "plus";
2352
- }
2353
- interface VoidTypeAnnotation extends BaseNode {
2354
- type: "VoidTypeAnnotation";
2355
- }
2356
- interface EnumDeclaration extends BaseNode {
2357
- type: "EnumDeclaration";
2358
- id: Identifier;
2359
- body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
2360
- }
2361
- interface EnumBooleanBody extends BaseNode {
2362
- type: "EnumBooleanBody";
2363
- members: Array<EnumBooleanMember>;
2364
- explicitType: boolean;
2365
- hasUnknownMembers: boolean;
2366
- }
2367
- interface EnumNumberBody extends BaseNode {
2368
- type: "EnumNumberBody";
2369
- members: Array<EnumNumberMember>;
2370
- explicitType: boolean;
2371
- hasUnknownMembers: boolean;
2372
- }
2373
- interface EnumStringBody extends BaseNode {
2374
- type: "EnumStringBody";
2375
- members: Array<EnumStringMember | EnumDefaultedMember>;
2376
- explicitType: boolean;
2377
- hasUnknownMembers: boolean;
2378
- }
2379
- interface EnumSymbolBody extends BaseNode {
2380
- type: "EnumSymbolBody";
2381
- members: Array<EnumDefaultedMember>;
2382
- hasUnknownMembers: boolean;
2383
- }
2384
- interface EnumBooleanMember extends BaseNode {
2385
- type: "EnumBooleanMember";
2386
- id: Identifier;
2387
- init: BooleanLiteral;
2388
- }
2389
- interface EnumNumberMember extends BaseNode {
2390
- type: "EnumNumberMember";
2391
- id: Identifier;
2392
- init: NumericLiteral;
2393
- }
2394
- interface EnumStringMember extends BaseNode {
2395
- type: "EnumStringMember";
2396
- id: Identifier;
2397
- init: StringLiteral;
2398
- }
2399
- interface EnumDefaultedMember extends BaseNode {
2400
- type: "EnumDefaultedMember";
2401
- id: Identifier;
2402
- }
2403
- interface IndexedAccessType extends BaseNode {
2404
- type: "IndexedAccessType";
2405
- objectType: FlowType;
2406
- indexType: FlowType;
2407
- }
2408
- interface OptionalIndexedAccessType extends BaseNode {
2409
- type: "OptionalIndexedAccessType";
2410
- objectType: FlowType;
2411
- indexType: FlowType;
2412
- optional: boolean;
2413
- }
2414
- interface JSXAttribute extends BaseNode {
2415
- type: "JSXAttribute";
2416
- name: JSXIdentifier | JSXNamespacedName;
2417
- value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null;
2418
- }
2419
- interface JSXClosingElement extends BaseNode {
2420
- type: "JSXClosingElement";
2421
- name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
2422
- }
2423
- interface JSXElement extends BaseNode {
2424
- type: "JSXElement";
2425
- openingElement: JSXOpeningElement;
2426
- closingElement?: JSXClosingElement | null;
2427
- children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
2428
- selfClosing?: boolean | null;
2429
- }
2430
- interface JSXEmptyExpression extends BaseNode {
2431
- type: "JSXEmptyExpression";
2432
- }
2433
- interface JSXExpressionContainer extends BaseNode {
2434
- type: "JSXExpressionContainer";
2435
- expression: Expression | JSXEmptyExpression;
2436
- }
2437
- interface JSXSpreadChild extends BaseNode {
2438
- type: "JSXSpreadChild";
2439
- expression: Expression;
2440
- }
2441
- interface JSXIdentifier extends BaseNode {
2442
- type: "JSXIdentifier";
2443
- name: string;
2444
- }
2445
- interface JSXMemberExpression extends BaseNode {
2446
- type: "JSXMemberExpression";
2447
- object: JSXMemberExpression | JSXIdentifier;
2448
- property: JSXIdentifier;
2449
- }
2450
- interface JSXNamespacedName extends BaseNode {
2451
- type: "JSXNamespacedName";
2452
- namespace: JSXIdentifier;
2453
- name: JSXIdentifier;
2454
- }
2455
- interface JSXOpeningElement extends BaseNode {
2456
- type: "JSXOpeningElement";
2457
- name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
2458
- attributes: Array<JSXAttribute | JSXSpreadAttribute>;
2459
- selfClosing: boolean;
2460
- typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
2461
- }
2462
- interface JSXSpreadAttribute extends BaseNode {
2463
- type: "JSXSpreadAttribute";
2464
- argument: Expression;
2465
- }
2466
- interface JSXText extends BaseNode {
2467
- type: "JSXText";
2468
- value: string;
2469
- }
2470
- interface JSXFragment extends BaseNode {
2471
- type: "JSXFragment";
2472
- openingFragment: JSXOpeningFragment;
2473
- closingFragment: JSXClosingFragment;
2474
- children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
2475
- }
2476
- interface JSXOpeningFragment extends BaseNode {
2477
- type: "JSXOpeningFragment";
2478
- }
2479
- interface JSXClosingFragment extends BaseNode {
2480
- type: "JSXClosingFragment";
2481
- }
2482
- interface Noop extends BaseNode {
2483
- type: "Noop";
2484
- }
2485
- interface Placeholder extends BaseNode {
2486
- type: "Placeholder";
2487
- expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern";
2488
- name: Identifier;
2489
- decorators?: Array<Decorator> | null;
2490
- optional?: boolean | null;
2491
- typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
2492
- }
2493
- interface V8IntrinsicIdentifier extends BaseNode {
2494
- type: "V8IntrinsicIdentifier";
2495
- name: string;
2496
- }
2497
- interface ArgumentPlaceholder extends BaseNode {
2498
- type: "ArgumentPlaceholder";
2499
- }
2500
- interface BindExpression extends BaseNode {
2501
- type: "BindExpression";
2502
- object: Expression;
2503
- callee: Expression;
2504
- }
2505
- interface ImportAttribute extends BaseNode {
2506
- type: "ImportAttribute";
2507
- key: Identifier | StringLiteral;
2508
- value: StringLiteral;
2509
- }
2510
- interface Decorator extends BaseNode {
2511
- type: "Decorator";
2512
- expression: Expression;
2513
- }
2514
- interface DoExpression extends BaseNode {
2515
- type: "DoExpression";
2516
- body: BlockStatement;
2517
- async: boolean;
2518
- }
2519
- interface ExportDefaultSpecifier extends BaseNode {
2520
- type: "ExportDefaultSpecifier";
2521
- exported: Identifier;
2522
- }
2523
- interface RecordExpression extends BaseNode {
2524
- type: "RecordExpression";
2525
- properties: Array<ObjectProperty | SpreadElement>;
2526
- }
2527
- interface TupleExpression extends BaseNode {
2528
- type: "TupleExpression";
2529
- elements: Array<Expression | SpreadElement>;
2530
- }
2531
- interface DecimalLiteral extends BaseNode {
2532
- type: "DecimalLiteral";
2533
- value: string;
2534
- }
2535
- interface ModuleExpression extends BaseNode {
2536
- type: "ModuleExpression";
2537
- body: Program;
2538
- }
2539
- interface TopicReference extends BaseNode {
2540
- type: "TopicReference";
2541
- }
2542
- interface PipelineTopicExpression extends BaseNode {
2543
- type: "PipelineTopicExpression";
2544
- expression: Expression;
2545
- }
2546
- interface PipelineBareFunction extends BaseNode {
2547
- type: "PipelineBareFunction";
2548
- callee: Expression;
2549
- }
2550
- interface PipelinePrimaryTopicReference extends BaseNode {
2551
- type: "PipelinePrimaryTopicReference";
2552
- }
2553
- interface TSParameterProperty extends BaseNode {
2554
- type: "TSParameterProperty";
2555
- parameter: Identifier | AssignmentPattern;
2556
- accessibility?: "public" | "private" | "protected" | null;
2557
- decorators?: Array<Decorator> | null;
2558
- override?: boolean | null;
2559
- readonly?: boolean | null;
2560
- }
2561
- interface TSDeclareFunction extends BaseNode {
2562
- type: "TSDeclareFunction";
2563
- id?: Identifier | null;
2564
- typeParameters?: TSTypeParameterDeclaration | Noop | null;
2565
- params: Array<Identifier | Pattern | RestElement>;
2566
- returnType?: TSTypeAnnotation | Noop | null;
2567
- async?: boolean;
2568
- declare?: boolean | null;
2569
- generator?: boolean;
2570
- }
2571
- interface TSDeclareMethod extends BaseNode {
2572
- type: "TSDeclareMethod";
2573
- decorators?: Array<Decorator> | null;
2574
- key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
2575
- typeParameters?: TSTypeParameterDeclaration | Noop | null;
2576
- params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
2577
- returnType?: TSTypeAnnotation | Noop | null;
2578
- abstract?: boolean | null;
2579
- access?: "public" | "private" | "protected" | null;
2580
- accessibility?: "public" | "private" | "protected" | null;
2581
- async?: boolean;
2582
- computed?: boolean;
2583
- generator?: boolean;
2584
- kind?: "get" | "set" | "method" | "constructor";
2585
- optional?: boolean | null;
2586
- override?: boolean;
2587
- static?: boolean;
2588
- }
2589
- interface TSQualifiedName extends BaseNode {
2590
- type: "TSQualifiedName";
2591
- left: TSEntityName;
2592
- right: Identifier;
2593
- }
2594
- interface TSCallSignatureDeclaration extends BaseNode {
2595
- type: "TSCallSignatureDeclaration";
2596
- typeParameters?: TSTypeParameterDeclaration | null;
2597
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2598
- typeAnnotation?: TSTypeAnnotation | null;
2599
- }
2600
- interface TSConstructSignatureDeclaration extends BaseNode {
2601
- type: "TSConstructSignatureDeclaration";
2602
- typeParameters?: TSTypeParameterDeclaration | null;
2603
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2604
- typeAnnotation?: TSTypeAnnotation | null;
2605
- }
2606
- interface TSPropertySignature extends BaseNode {
2607
- type: "TSPropertySignature";
2608
- key: Expression;
2609
- typeAnnotation?: TSTypeAnnotation | null;
2610
- computed?: boolean;
2611
- kind: "get" | "set";
2612
- optional?: boolean | null;
2613
- readonly?: boolean | null;
2614
- }
2615
- interface TSMethodSignature extends BaseNode {
2616
- type: "TSMethodSignature";
2617
- key: Expression;
2618
- typeParameters?: TSTypeParameterDeclaration | null;
2619
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2620
- typeAnnotation?: TSTypeAnnotation | null;
2621
- computed?: boolean;
2622
- kind: "method" | "get" | "set";
2623
- optional?: boolean | null;
2624
- }
2625
- interface TSIndexSignature extends BaseNode {
2626
- type: "TSIndexSignature";
2627
- parameters: Array<Identifier>;
2628
- typeAnnotation?: TSTypeAnnotation | null;
2629
- readonly?: boolean | null;
2630
- static?: boolean | null;
2631
- }
2632
- interface TSAnyKeyword extends BaseNode {
2633
- type: "TSAnyKeyword";
2634
- }
2635
- interface TSBooleanKeyword extends BaseNode {
2636
- type: "TSBooleanKeyword";
2637
- }
2638
- interface TSBigIntKeyword extends BaseNode {
2639
- type: "TSBigIntKeyword";
2640
- }
2641
- interface TSIntrinsicKeyword extends BaseNode {
2642
- type: "TSIntrinsicKeyword";
2643
- }
2644
- interface TSNeverKeyword extends BaseNode {
2645
- type: "TSNeverKeyword";
2646
- }
2647
- interface TSNullKeyword extends BaseNode {
2648
- type: "TSNullKeyword";
2649
- }
2650
- interface TSNumberKeyword extends BaseNode {
2651
- type: "TSNumberKeyword";
2652
- }
2653
- interface TSObjectKeyword extends BaseNode {
2654
- type: "TSObjectKeyword";
2655
- }
2656
- interface TSStringKeyword extends BaseNode {
2657
- type: "TSStringKeyword";
2658
- }
2659
- interface TSSymbolKeyword extends BaseNode {
2660
- type: "TSSymbolKeyword";
2661
- }
2662
- interface TSUndefinedKeyword extends BaseNode {
2663
- type: "TSUndefinedKeyword";
2664
- }
2665
- interface TSUnknownKeyword extends BaseNode {
2666
- type: "TSUnknownKeyword";
2667
- }
2668
- interface TSVoidKeyword extends BaseNode {
2669
- type: "TSVoidKeyword";
2670
- }
2671
- interface TSThisType extends BaseNode {
2672
- type: "TSThisType";
2673
- }
2674
- interface TSFunctionType extends BaseNode {
2675
- type: "TSFunctionType";
2676
- typeParameters?: TSTypeParameterDeclaration | null;
2677
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2678
- typeAnnotation?: TSTypeAnnotation | null;
2679
- }
2680
- interface TSConstructorType extends BaseNode {
2681
- type: "TSConstructorType";
2682
- typeParameters?: TSTypeParameterDeclaration | null;
2683
- parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
2684
- typeAnnotation?: TSTypeAnnotation | null;
2685
- abstract?: boolean | null;
2686
- }
2687
- interface TSTypeReference extends BaseNode {
2688
- type: "TSTypeReference";
2689
- typeName: TSEntityName;
2690
- typeParameters?: TSTypeParameterInstantiation | null;
2691
- }
2692
- interface TSTypePredicate extends BaseNode {
2693
- type: "TSTypePredicate";
2694
- parameterName: Identifier | TSThisType;
2695
- typeAnnotation?: TSTypeAnnotation | null;
2696
- asserts?: boolean | null;
2697
- }
2698
- interface TSTypeQuery extends BaseNode {
2699
- type: "TSTypeQuery";
2700
- exprName: TSEntityName | TSImportType;
2701
- typeParameters?: TSTypeParameterInstantiation | null;
2702
- }
2703
- interface TSTypeLiteral extends BaseNode {
2704
- type: "TSTypeLiteral";
2705
- members: Array<TSTypeElement>;
2706
- }
2707
- interface TSArrayType extends BaseNode {
2708
- type: "TSArrayType";
2709
- elementType: TSType;
2710
- }
2711
- interface TSTupleType extends BaseNode {
2712
- type: "TSTupleType";
2713
- elementTypes: Array<TSType | TSNamedTupleMember>;
2714
- }
2715
- interface TSOptionalType extends BaseNode {
2716
- type: "TSOptionalType";
2717
- typeAnnotation: TSType;
2718
- }
2719
- interface TSRestType extends BaseNode {
2720
- type: "TSRestType";
2721
- typeAnnotation: TSType;
2722
- }
2723
- interface TSNamedTupleMember extends BaseNode {
2724
- type: "TSNamedTupleMember";
2725
- label: Identifier;
2726
- elementType: TSType;
2727
- optional: boolean;
2728
- }
2729
- interface TSUnionType extends BaseNode {
2730
- type: "TSUnionType";
2731
- types: Array<TSType>;
2732
- }
2733
- interface TSIntersectionType extends BaseNode {
2734
- type: "TSIntersectionType";
2735
- types: Array<TSType>;
2736
- }
2737
- interface TSConditionalType extends BaseNode {
2738
- type: "TSConditionalType";
2739
- checkType: TSType;
2740
- extendsType: TSType;
2741
- trueType: TSType;
2742
- falseType: TSType;
2743
- }
2744
- interface TSInferType extends BaseNode {
2745
- type: "TSInferType";
2746
- typeParameter: TSTypeParameter;
2747
- }
2748
- interface TSParenthesizedType extends BaseNode {
2749
- type: "TSParenthesizedType";
2750
- typeAnnotation: TSType;
2751
- }
2752
- interface TSTypeOperator extends BaseNode {
2753
- type: "TSTypeOperator";
2754
- typeAnnotation: TSType;
2755
- operator: string;
2756
- }
2757
- interface TSIndexedAccessType extends BaseNode {
2758
- type: "TSIndexedAccessType";
2759
- objectType: TSType;
2760
- indexType: TSType;
2761
- }
2762
- interface TSMappedType extends BaseNode {
2763
- type: "TSMappedType";
2764
- typeParameter: TSTypeParameter;
2765
- typeAnnotation?: TSType | null;
2766
- nameType?: TSType | null;
2767
- optional?: true | false | "+" | "-" | null;
2768
- readonly?: true | false | "+" | "-" | null;
2769
- }
2770
- interface TSLiteralType extends BaseNode {
2771
- type: "TSLiteralType";
2772
- literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression;
2773
- }
2774
- interface TSExpressionWithTypeArguments extends BaseNode {
2775
- type: "TSExpressionWithTypeArguments";
2776
- expression: TSEntityName;
2777
- typeParameters?: TSTypeParameterInstantiation | null;
2778
- }
2779
- interface TSInterfaceDeclaration extends BaseNode {
2780
- type: "TSInterfaceDeclaration";
2781
- id: Identifier;
2782
- typeParameters?: TSTypeParameterDeclaration | null;
2783
- extends?: Array<TSExpressionWithTypeArguments> | null;
2784
- body: TSInterfaceBody;
2785
- declare?: boolean | null;
2786
- }
2787
- interface TSInterfaceBody extends BaseNode {
2788
- type: "TSInterfaceBody";
2789
- body: Array<TSTypeElement>;
2790
- }
2791
- interface TSTypeAliasDeclaration extends BaseNode {
2792
- type: "TSTypeAliasDeclaration";
2793
- id: Identifier;
2794
- typeParameters?: TSTypeParameterDeclaration | null;
2795
- typeAnnotation: TSType;
2796
- declare?: boolean | null;
2797
- }
2798
- interface TSInstantiationExpression extends BaseNode {
2799
- type: "TSInstantiationExpression";
2800
- expression: Expression;
2801
- typeParameters?: TSTypeParameterInstantiation | null;
2802
- }
2803
- interface TSAsExpression extends BaseNode {
2804
- type: "TSAsExpression";
2805
- expression: Expression;
2806
- typeAnnotation: TSType;
2807
- }
2808
- interface TSSatisfiesExpression extends BaseNode {
2809
- type: "TSSatisfiesExpression";
2810
- expression: Expression;
2811
- typeAnnotation: TSType;
2812
- }
2813
- interface TSTypeAssertion extends BaseNode {
2814
- type: "TSTypeAssertion";
2815
- typeAnnotation: TSType;
2816
- expression: Expression;
2817
- }
2818
- interface TSEnumDeclaration extends BaseNode {
2819
- type: "TSEnumDeclaration";
2820
- id: Identifier;
2821
- members: Array<TSEnumMember>;
2822
- const?: boolean | null;
2823
- declare?: boolean | null;
2824
- initializer?: Expression | null;
2825
- }
2826
- interface TSEnumMember extends BaseNode {
2827
- type: "TSEnumMember";
2828
- id: Identifier | StringLiteral;
2829
- initializer?: Expression | null;
2830
- }
2831
- interface TSModuleDeclaration extends BaseNode {
2832
- type: "TSModuleDeclaration";
2833
- id: Identifier | StringLiteral;
2834
- body: TSModuleBlock | TSModuleDeclaration;
2835
- declare?: boolean | null;
2836
- global?: boolean | null;
2837
- kind: "global" | "module" | "namespace";
2838
- }
2839
- interface TSModuleBlock extends BaseNode {
2840
- type: "TSModuleBlock";
2841
- body: Array<Statement>;
2842
- }
2843
- interface TSImportType extends BaseNode {
2844
- type: "TSImportType";
2845
- argument: StringLiteral;
2846
- qualifier?: TSEntityName | null;
2847
- typeParameters?: TSTypeParameterInstantiation | null;
2848
- options?: Expression | null;
2849
- }
2850
- interface TSImportEqualsDeclaration extends BaseNode {
2851
- type: "TSImportEqualsDeclaration";
2852
- id: Identifier;
2853
- moduleReference: TSEntityName | TSExternalModuleReference;
2854
- importKind?: "type" | "value" | null;
2855
- isExport: boolean;
2856
- }
2857
- interface TSExternalModuleReference extends BaseNode {
2858
- type: "TSExternalModuleReference";
2859
- expression: StringLiteral;
2860
- }
2861
- interface TSNonNullExpression extends BaseNode {
2862
- type: "TSNonNullExpression";
2863
- expression: Expression;
2864
- }
2865
- interface TSExportAssignment extends BaseNode {
2866
- type: "TSExportAssignment";
2867
- expression: Expression;
2868
- }
2869
- interface TSNamespaceExportDeclaration extends BaseNode {
2870
- type: "TSNamespaceExportDeclaration";
2871
- id: Identifier;
2872
- }
2873
- interface TSTypeAnnotation extends BaseNode {
2874
- type: "TSTypeAnnotation";
2875
- typeAnnotation: TSType;
2876
- }
2877
- interface TSTypeParameterInstantiation extends BaseNode {
2878
- type: "TSTypeParameterInstantiation";
2879
- params: Array<TSType>;
2880
- }
2881
- interface TSTypeParameterDeclaration extends BaseNode {
2882
- type: "TSTypeParameterDeclaration";
2883
- params: Array<TSTypeParameter>;
2884
- }
2885
- interface TSTypeParameter extends BaseNode {
2886
- type: "TSTypeParameter";
2887
- constraint?: TSType | null;
2888
- default?: TSType | null;
2889
- name: string;
2890
- const?: boolean | null;
2891
- in?: boolean | null;
2892
- out?: boolean | null;
2893
- }
2894
- 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;
2895
- 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;
2896
- type Binary = BinaryExpression | LogicalExpression;
2897
- type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2898
- type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2899
- type Block = BlockStatement | Program | TSModuleBlock;
2900
- 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;
2901
- type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression;
2902
- type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement;
2903
- type Conditional = ConditionalExpression | IfStatement;
2904
- type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement;
2905
- type While = DoWhileStatement | WhileStatement;
2906
- type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression;
2907
- type For = ForInStatement | ForStatement | ForOfStatement;
2908
- type ForXStatement = ForInStatement | ForOfStatement;
2909
- type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod;
2910
- type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
2911
- type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral;
2912
- 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;
2913
- type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
2914
- type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
2915
- type TSEntityName = Identifier | TSQualifiedName;
2916
- type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral;
2917
- type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral;
2918
- type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty;
2919
- type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;
2920
- type ObjectMember = ObjectMethod | ObjectProperty;
2921
- type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty;
2922
- type UnaryLike = UnaryExpression | SpreadElement;
2923
- type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern;
2924
- type Class = ClassExpression | ClassDeclaration;
2925
- type ImportOrExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
2926
- type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration;
2927
- type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier;
2928
- type Accessor = ClassAccessorProperty;
2929
- type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName;
2930
- 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;
2931
- 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;
2932
- type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation;
2933
- type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias;
2934
- type FlowPredicate = DeclaredPredicate | InferredPredicate;
2935
- type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
2936
- type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
2937
- type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
2938
- type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier;
2939
- 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;
2940
- type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
2941
- 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;
2942
- type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
2943
- type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
2944
- interface Aliases {
2945
- Standardized: Standardized;
2946
- Expression: Expression;
2947
- Binary: Binary;
2948
- Scopable: Scopable;
2949
- BlockParent: BlockParent;
2950
- Block: Block;
2951
- Statement: Statement;
2952
- Terminatorless: Terminatorless;
2953
- CompletionStatement: CompletionStatement;
2954
- Conditional: Conditional;
2955
- Loop: Loop;
2956
- While: While;
2957
- ExpressionWrapper: ExpressionWrapper;
2958
- For: For;
2959
- ForXStatement: ForXStatement;
2960
- Function: Function;
2961
- FunctionParent: FunctionParent;
2962
- Pureish: Pureish;
2963
- Declaration: Declaration;
2964
- PatternLike: PatternLike;
2965
- LVal: LVal;
2966
- TSEntityName: TSEntityName;
2967
- Literal: Literal;
2968
- Immutable: Immutable;
2969
- UserWhitespacable: UserWhitespacable;
2970
- Method: Method;
2971
- ObjectMember: ObjectMember;
2972
- Property: Property;
2973
- UnaryLike: UnaryLike;
2974
- Pattern: Pattern;
2975
- Class: Class;
2976
- ImportOrExportDeclaration: ImportOrExportDeclaration;
2977
- ExportDeclaration: ExportDeclaration;
2978
- ModuleSpecifier: ModuleSpecifier;
2979
- Accessor: Accessor;
2980
- Private: Private;
2981
- Flow: Flow;
2982
- FlowType: FlowType;
2983
- FlowBaseAnnotation: FlowBaseAnnotation;
2984
- FlowDeclaration: FlowDeclaration;
2985
- FlowPredicate: FlowPredicate;
2986
- EnumBody: EnumBody;
2987
- EnumMember: EnumMember;
2988
- JSX: JSX;
2989
- Miscellaneous: Miscellaneous;
2990
- TypeScript: TypeScript;
2991
- TSTypeElement: TSTypeElement;
2992
- TSType: TSType;
2993
- TSBaseType: TSBaseType;
2994
- ModuleDeclaration: ModuleDeclaration;
2995
- }
2996
- type DeprecatedAliases = NumberLiteral | RegexLiteral | RestProperty | SpreadProperty;
2997
- interface ParentMaps {
2998
- 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;
2999
- ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression;
3000
- 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;
3001
- ArrayPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
3002
- 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;
3003
- 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;
3004
- 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;
3005
- AssignmentPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | TSParameterProperty | VariableDeclarator;
3006
- 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;
3007
- 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;
3008
- 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;
3009
- 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;
3010
- BlockStatement: ArrowFunctionExpression | BlockStatement | CatchClause | ClassMethod | ClassPrivateMethod | DeclareModule | DoExpression | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | IfStatement | LabeledStatement | ObjectMethod | Program | StaticBlock | SwitchCase | TSModuleBlock | TryStatement | WhileStatement | WithStatement;
3011
- 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;
3012
- 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;
3013
- 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;
3014
- BreakStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3015
- 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;
3016
- CatchClause: TryStatement;
3017
- ClassAccessorProperty: ClassBody;
3018
- ClassBody: ClassDeclaration | ClassExpression;
3019
- ClassDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3020
- 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;
3021
- ClassImplements: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclaredPredicate;
3022
- ClassMethod: ClassBody;
3023
- ClassPrivateMethod: ClassBody;
3024
- ClassPrivateProperty: ClassBody;
3025
- ClassProperty: ClassBody;
3026
- CommentBlock: File;
3027
- CommentLine: File;
3028
- 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;
3029
- ContinueStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3030
- DebuggerStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3031
- 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;
3032
- DeclareClass: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3033
- DeclareExportAllDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3034
- DeclareExportDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3035
- DeclareFunction: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3036
- DeclareInterface: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3037
- DeclareModule: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3038
- DeclareModuleExports: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3039
- DeclareOpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3040
- DeclareTypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3041
- DeclareVariable: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3042
- DeclaredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclareFunction | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
3043
- Decorator: ArrayPattern | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | Identifier | ObjectMethod | ObjectPattern | ObjectProperty | Placeholder | RestElement | TSDeclareMethod | TSParameterProperty;
3044
- Directive: BlockStatement | Program;
3045
- DirectiveLiteral: Directive;
3046
- 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;
3047
- DoWhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3048
- EmptyStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3049
- 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;
3050
- EnumBooleanBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3051
- EnumBooleanMember: DeclareExportDeclaration | DeclaredPredicate | EnumBooleanBody;
3052
- EnumDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3053
- EnumDefaultedMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody | EnumSymbolBody;
3054
- EnumNumberBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3055
- EnumNumberMember: DeclareExportDeclaration | DeclaredPredicate | EnumNumberBody;
3056
- EnumStringBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3057
- EnumStringMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody;
3058
- EnumSymbolBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
3059
- 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;
3060
- ExportAllDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3061
- ExportDefaultDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3062
- ExportDefaultSpecifier: ExportNamedDeclaration;
3063
- ExportNamedDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3064
- ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
3065
- ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
3066
- ExpressionStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3067
- File: null;
3068
- ForInStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3069
- ForOfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3070
- ForStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3071
- FunctionDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3072
- 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;
3073
- 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;
3074
- FunctionTypeParam: DeclareExportDeclaration | DeclaredPredicate | FunctionTypeAnnotation;
3075
- 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;
3076
- 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;
3077
- IfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3078
- 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;
3079
- ImportAttribute: DeclareExportAllDeclaration | DeclareExportDeclaration | ExportAllDeclaration | ExportNamedDeclaration | ImportDeclaration;
3080
- ImportDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3081
- ImportDefaultSpecifier: ImportDeclaration;
3082
- 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;
3083
- ImportNamespaceSpecifier: ImportDeclaration;
3084
- ImportSpecifier: ImportDeclaration;
3085
- 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;
3086
- InferredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
3087
- InterfaceDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3088
- InterfaceExtends: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclaredPredicate | InterfaceDeclaration | InterfaceTypeAnnotation;
3089
- 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;
3090
- InterpreterDirective: Program;
3091
- 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;
3092
- JSXAttribute: JSXOpeningElement;
3093
- JSXClosingElement: JSXElement;
3094
- JSXClosingFragment: JSXFragment;
3095
- 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;
3096
- JSXEmptyExpression: JSXExpressionContainer;
3097
- JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment;
3098
- 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;
3099
- JSXIdentifier: JSXAttribute | JSXClosingElement | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement;
3100
- JSXMemberExpression: JSXClosingElement | JSXMemberExpression | JSXOpeningElement;
3101
- JSXNamespacedName: JSXAttribute | JSXClosingElement | JSXOpeningElement;
3102
- JSXOpeningElement: JSXElement;
3103
- JSXOpeningFragment: JSXFragment;
3104
- JSXSpreadAttribute: JSXOpeningElement;
3105
- JSXSpreadChild: JSXElement | JSXFragment;
3106
- JSXText: JSXElement | JSXFragment;
3107
- LabeledStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3108
- 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;
3109
- 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;
3110
- 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;
3111
- 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;
3112
- 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;
3113
- 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;
3114
- Noop: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | Placeholder | RestElement | TSDeclareFunction | TSDeclareMethod;
3115
- 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;
3116
- 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;
3117
- 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;
3118
- NumberLiteral: null;
3119
- 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;
3120
- 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;
3121
- 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;
3122
- 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;
3123
- ObjectMethod: ObjectExpression;
3124
- ObjectPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
3125
- ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression;
3126
- 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;
3127
- ObjectTypeCallProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3128
- ObjectTypeIndexer: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3129
- ObjectTypeInternalSlot: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3130
- ObjectTypeProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3131
- ObjectTypeSpreadProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
3132
- OpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3133
- 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;
3134
- 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;
3135
- 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;
3136
- 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;
3137
- 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;
3138
- 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;
3139
- 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;
3140
- Placeholder: Node;
3141
- PrivateName: BinaryExpression | ClassAccessorProperty | ClassPrivateMethod | ClassPrivateProperty | MemberExpression | ObjectProperty;
3142
- Program: File | ModuleExpression;
3143
- QualifiedTypeIdentifier: DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | QualifiedTypeIdentifier;
3144
- 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;
3145
- 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;
3146
- RegexLiteral: null;
3147
- RestElement: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
3148
- RestProperty: null;
3149
- ReturnStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3150
- 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;
3151
- SpreadElement: ArrayExpression | CallExpression | NewExpression | ObjectExpression | OptionalCallExpression | RecordExpression | TupleExpression;
3152
- SpreadProperty: null;
3153
- StaticBlock: ClassBody;
3154
- 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;
3155
- 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;
3156
- 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;
3157
- 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;
3158
- SwitchCase: SwitchStatement;
3159
- SwitchStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3160
- 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;
3161
- TSAnyKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3162
- TSArrayType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3163
- 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;
3164
- TSBigIntKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3165
- TSBooleanKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3166
- TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
3167
- TSConditionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3168
- TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
3169
- TSConstructorType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3170
- TSDeclareFunction: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3171
- TSDeclareMethod: ClassBody;
3172
- TSEnumDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3173
- TSEnumMember: TSEnumDeclaration;
3174
- TSExportAssignment: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3175
- TSExpressionWithTypeArguments: ClassDeclaration | ClassExpression | TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSInterfaceDeclaration | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3176
- TSExternalModuleReference: TSImportEqualsDeclaration;
3177
- TSFunctionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3178
- TSImportEqualsDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3179
- TSImportType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypeQuery | TSUnionType | TemplateLiteral;
3180
- TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral;
3181
- TSIndexedAccessType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3182
- TSInferType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3183
- 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;
3184
- TSInterfaceBody: TSInterfaceDeclaration;
3185
- TSInterfaceDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3186
- TSIntersectionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3187
- TSIntrinsicKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3188
- TSLiteralType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3189
- TSMappedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3190
- TSMethodSignature: TSInterfaceBody | TSTypeLiteral;
3191
- TSModuleBlock: TSModuleDeclaration;
3192
- TSModuleDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | TSModuleDeclaration | WhileStatement | WithStatement;
3193
- TSNamedTupleMember: TSTupleType;
3194
- TSNamespaceExportDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3195
- TSNeverKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3196
- 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;
3197
- TSNullKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3198
- TSNumberKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3199
- TSObjectKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3200
- TSOptionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3201
- TSParameterProperty: ArrayPattern | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | RestElement | TSDeclareMethod | VariableDeclarator;
3202
- TSParenthesizedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3203
- TSPropertySignature: TSInterfaceBody | TSTypeLiteral;
3204
- TSQualifiedName: TSExpressionWithTypeArguments | TSImportEqualsDeclaration | TSImportType | TSQualifiedName | TSTypeQuery | TSTypeReference;
3205
- TSRestType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3206
- 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;
3207
- TSStringKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3208
- TSSymbolKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3209
- TSThisType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypePredicate | TSUnionType | TemplateLiteral;
3210
- TSTupleType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3211
- TSTypeAliasDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3212
- TSTypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | Placeholder | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSIndexSignature | TSMethodSignature | TSPropertySignature | TSTypePredicate;
3213
- 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;
3214
- TSTypeLiteral: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3215
- TSTypeOperator: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3216
- TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration;
3217
- TSTypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | FunctionDeclaration | FunctionExpression | ObjectMethod | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSInterfaceDeclaration | TSMethodSignature | TSTypeAliasDeclaration;
3218
- TSTypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | JSXOpeningElement | NewExpression | OptionalCallExpression | TSExpressionWithTypeArguments | TSImportType | TSInstantiationExpression | TSTypeQuery | TSTypeReference | TaggedTemplateExpression;
3219
- TSTypePredicate: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3220
- TSTypeQuery: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3221
- TSTypeReference: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3222
- TSUndefinedKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3223
- TSUnionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3224
- TSUnknownKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3225
- TSVoidKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
3226
- 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;
3227
- TemplateElement: TemplateLiteral;
3228
- 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;
3229
- 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;
3230
- 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;
3231
- ThrowStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3232
- 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;
3233
- TryStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3234
- 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;
3235
- 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;
3236
- TypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3237
- TypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclareModuleExports | DeclaredPredicate | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | Placeholder | RestElement | TypeCastExpression | TypeParameter;
3238
- 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;
3239
- TypeParameter: DeclareExportDeclaration | DeclaredPredicate | TypeParameterDeclaration;
3240
- TypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | InterfaceDeclaration | ObjectMethod | OpaqueType | TypeAlias;
3241
- TypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | ClassImplements | DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | JSXOpeningElement | NewExpression | OptionalCallExpression | TaggedTemplateExpression;
3242
- 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;
3243
- 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;
3244
- 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;
3245
- 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;
3246
- V8IntrinsicIdentifier: CallExpression | NewExpression;
3247
- VariableDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3248
- VariableDeclarator: VariableDeclaration;
3249
- Variance: ClassAccessorProperty | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclaredPredicate | ObjectTypeIndexer | ObjectTypeProperty | TypeParameter;
3250
- 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;
3251
- WhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3252
- WithStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
3253
- 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;
3254
- }
3255
-
3256
- declare function deprecationWarning(oldName: string, newName: string, prefix?: string): void;
3257
-
3258
- declare const react: {
3259
- isReactComponent: (member: Node) => boolean;
3260
- isCompatTag: typeof isCompatTag;
3261
- buildChildren: typeof buildChildren;
3262
- };
3263
-
3264
- 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, getAssignmentIdentifiers, getBindingIdentifiers, getFunctionName, _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 };