datex.js 1.0.20 → 1.0.21

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 (6076) hide show
  1. package/dist/datex.min.js +2 -2
  2. package/dist/datex.min.mjs +2 -2
  3. package/dist/node_modules/@babel/helper-module-transforms/LICENSE +22 -0
  4. package/dist/node_modules/@babel/helper-module-transforms/README.md +19 -0
  5. package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js +48 -0
  6. package/dist/node_modules/@babel/helper-module-transforms/lib/dynamic-import.js.map +1 -0
  7. package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js +48 -0
  8. package/dist/node_modules/@babel/helper-module-transforms/lib/get-module-name.js.map +1 -0
  9. package/dist/node_modules/@babel/helper-module-transforms/lib/index.js +377 -0
  10. package/dist/node_modules/@babel/helper-module-transforms/lib/index.js.map +1 -0
  11. package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js +31 -0
  12. package/dist/node_modules/@babel/helper-module-transforms/lib/lazy-modules.js.map +1 -0
  13. package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js +358 -0
  14. package/dist/node_modules/@babel/helper-module-transforms/lib/normalize-and-load-metadata.js.map +1 -0
  15. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js +376 -0
  16. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-live-references.js.map +1 -0
  17. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js +24 -0
  18. package/dist/node_modules/@babel/helper-module-transforms/lib/rewrite-this.js.map +1 -0
  19. package/dist/node_modules/@babel/helper-module-transforms/package.json +35 -0
  20. package/dist/node_modules/@babel/helper-optimise-call-expression/LICENSE +22 -0
  21. package/dist/node_modules/@babel/helper-optimise-call-expression/README.md +19 -0
  22. package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js +33 -0
  23. package/dist/node_modules/@babel/helper-optimise-call-expression/lib/index.js.map +1 -0
  24. package/dist/node_modules/@babel/helper-optimise-call-expression/package.json +28 -0
  25. package/dist/node_modules/@babel/helper-plugin-utils/LICENSE +22 -0
  26. package/dist/node_modules/@babel/helper-plugin-utils/README.md +19 -0
  27. package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js +81 -0
  28. package/dist/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -0
  29. package/dist/node_modules/@babel/helper-plugin-utils/package.json +21 -0
  30. package/dist/node_modules/@babel/helper-remap-async-to-generator/LICENSE +22 -0
  31. package/dist/node_modules/@babel/helper-remap-async-to-generator/README.md +19 -0
  32. package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js +64 -0
  33. package/dist/node_modules/@babel/helper-remap-async-to-generator/lib/index.js.map +1 -0
  34. package/dist/node_modules/@babel/helper-remap-async-to-generator/package.json +33 -0
  35. package/dist/node_modules/@babel/helper-replace-supers/LICENSE +22 -0
  36. package/dist/node_modules/@babel/helper-replace-supers/README.md +19 -0
  37. package/dist/node_modules/@babel/helper-replace-supers/lib/index.js +227 -0
  38. package/dist/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -0
  39. package/dist/node_modules/@babel/helper-replace-supers/package.json +32 -0
  40. package/dist/node_modules/@babel/helper-simple-access/LICENSE +22 -0
  41. package/dist/node_modules/@babel/helper-simple-access/README.md +19 -0
  42. package/dist/node_modules/@babel/helper-simple-access/lib/index.js +91 -0
  43. package/dist/node_modules/@babel/helper-simple-access/lib/index.js.map +1 -0
  44. package/dist/node_modules/@babel/helper-simple-access/package.json +28 -0
  45. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/LICENSE +22 -0
  46. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/README.md +19 -0
  47. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js +34 -0
  48. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js.map +1 -0
  49. package/dist/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json +30 -0
  50. package/dist/node_modules/@babel/helper-split-export-declaration/LICENSE +22 -0
  51. package/dist/node_modules/@babel/helper-split-export-declaration/README.md +19 -0
  52. package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js +59 -0
  53. package/dist/node_modules/@babel/helper-split-export-declaration/lib/index.js.map +1 -0
  54. package/dist/node_modules/@babel/helper-split-export-declaration/package.json +24 -0
  55. package/dist/node_modules/@babel/helper-string-parser/LICENSE +22 -0
  56. package/dist/node_modules/@babel/helper-string-parser/README.md +19 -0
  57. package/dist/node_modules/@babel/helper-string-parser/lib/index.js +295 -0
  58. package/dist/node_modules/@babel/helper-string-parser/lib/index.js.map +1 -0
  59. package/dist/node_modules/@babel/helper-string-parser/package.json +28 -0
  60. package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
  61. package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
  62. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
  63. package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
  64. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
  65. package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
  66. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
  67. package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
  68. package/dist/node_modules/@babel/helper-validator-identifier/package.json +28 -0
  69. package/dist/node_modules/@babel/helper-validator-identifier/scripts/generate-identifier-regex.js +73 -0
  70. package/dist/node_modules/@babel/helper-validator-option/LICENSE +22 -0
  71. package/dist/node_modules/@babel/helper-validator-option/README.md +19 -0
  72. package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js +39 -0
  73. package/dist/node_modules/@babel/helper-validator-option/lib/find-suggestion.js.map +1 -0
  74. package/dist/node_modules/@babel/helper-validator-option/lib/index.js +21 -0
  75. package/dist/node_modules/@babel/helper-validator-option/lib/index.js.map +1 -0
  76. package/dist/node_modules/@babel/helper-validator-option/lib/validator.js +48 -0
  77. package/dist/node_modules/@babel/helper-validator-option/lib/validator.js.map +1 -0
  78. package/dist/node_modules/@babel/helper-validator-option/package.json +24 -0
  79. package/dist/node_modules/@babel/helper-wrap-function/LICENSE +22 -0
  80. package/dist/node_modules/@babel/helper-wrap-function/README.md +19 -0
  81. package/dist/node_modules/@babel/helper-wrap-function/lib/index.js +123 -0
  82. package/dist/node_modules/@babel/helper-wrap-function/lib/index.js.map +1 -0
  83. package/dist/node_modules/@babel/helper-wrap-function/package.json +29 -0
  84. package/dist/node_modules/@babel/helpers/LICENSE +22 -0
  85. package/dist/node_modules/@babel/helpers/README.md +19 -0
  86. package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js +92 -0
  87. package/dist/node_modules/@babel/helpers/lib/helpers/AsyncGenerator.js.map +1 -0
  88. package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js +12 -0
  89. package/dist/node_modules/@babel/helpers/lib/helpers/OverloadYield.js.map +1 -0
  90. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js +448 -0
  91. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs.js.map +1 -0
  92. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js +363 -0
  93. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203.js.map +1 -0
  94. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js +365 -0
  95. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2203R.js.map +1 -0
  96. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js +410 -0
  97. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2301.js.map +1 -0
  98. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js +403 -0
  99. package/dist/node_modules/@babel/helpers/lib/helpers/applyDecs2305.js.map +1 -0
  100. package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js +52 -0
  101. package/dist/node_modules/@babel/helpers/lib/helpers/asyncGeneratorDelegate.js.map +1 -0
  102. package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js +70 -0
  103. package/dist/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -0
  104. package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js +12 -0
  105. package/dist/node_modules/@babel/helpers/lib/helpers/awaitAsyncGenerator.js.map +1 -0
  106. package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js +14 -0
  107. package/dist/node_modules/@babel/helpers/lib/helpers/checkInRHS.js.map +1 -0
  108. package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js +16 -0
  109. package/dist/node_modules/@babel/helpers/lib/helpers/defineAccessor.js.map +1 -0
  110. package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js +47 -0
  111. package/dist/node_modules/@babel/helpers/lib/helpers/dispose.js.map +1 -0
  112. package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js +35 -0
  113. package/dist/node_modules/@babel/helpers/lib/helpers/importDeferProxy.js.map +1 -0
  114. package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js +49 -0
  115. package/dist/node_modules/@babel/helpers/lib/helpers/interopRequireWildcard.js.map +1 -0
  116. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js +41 -0
  117. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimit.js.map +1 -0
  118. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js +18 -0
  119. package/dist/node_modules/@babel/helpers/lib/helpers/iterableToArrayLimitLoose.js.map +1 -0
  120. package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js +47 -0
  121. package/dist/node_modules/@babel/helpers/lib/helpers/jsx.js.map +1 -0
  122. package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js +39 -0
  123. package/dist/node_modules/@babel/helpers/lib/helpers/objectSpread2.js.map +1 -0
  124. package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js +499 -0
  125. package/dist/node_modules/@babel/helpers/lib/helpers/regeneratorRuntime.js.map +1 -0
  126. package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js +22 -0
  127. package/dist/node_modules/@babel/helpers/lib/helpers/typeof.js.map +1 -0
  128. package/dist/node_modules/@babel/helpers/lib/helpers/using.js +29 -0
  129. package/dist/node_modules/@babel/helpers/lib/helpers/using.js.map +1 -0
  130. package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +66 -0
  131. package/dist/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -0
  132. package/dist/node_modules/@babel/helpers/lib/helpers-generated.js +43 -0
  133. package/dist/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -0
  134. package/dist/node_modules/@babel/helpers/lib/helpers.js +1748 -0
  135. package/dist/node_modules/@babel/helpers/lib/helpers.js.map +1 -0
  136. package/dist/node_modules/@babel/helpers/lib/index.js +242 -0
  137. package/dist/node_modules/@babel/helpers/lib/index.js.map +1 -0
  138. package/dist/node_modules/@babel/helpers/package.json +33 -0
  139. package/dist/node_modules/@babel/helpers/scripts/generate-helpers.js +64 -0
  140. package/dist/node_modules/@babel/helpers/scripts/generate-regenerator-runtime.js +63 -0
  141. package/dist/node_modules/@babel/helpers/scripts/package.json +1 -0
  142. package/dist/node_modules/@babel/highlight/LICENSE +22 -0
  143. package/dist/node_modules/@babel/highlight/README.md +19 -0
  144. package/dist/node_modules/@babel/highlight/lib/index.js +105 -0
  145. package/dist/node_modules/@babel/highlight/lib/index.js.map +1 -0
  146. package/dist/node_modules/@babel/highlight/package.json +29 -0
  147. package/dist/node_modules/@babel/parser/CHANGELOG.md +1073 -0
  148. package/dist/node_modules/@babel/parser/LICENSE +19 -0
  149. package/dist/node_modules/@babel/parser/README.md +19 -0
  150. package/dist/node_modules/@babel/parser/bin/babel-parser.js +15 -0
  151. package/dist/node_modules/@babel/parser/index.cjs +5 -0
  152. package/dist/node_modules/@babel/parser/lib/index.js +14465 -0
  153. package/dist/node_modules/@babel/parser/lib/index.js.map +1 -0
  154. package/dist/node_modules/@babel/parser/package.json +46 -0
  155. package/dist/node_modules/@babel/parser/typings/babel-parser.d.ts +250 -0
  156. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/LICENSE +22 -0
  157. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md +19 -0
  158. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js +47 -0
  159. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/lib/index.js.map +1 -0
  160. package/dist/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json +41 -0
  161. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/LICENSE +22 -0
  162. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/README.md +19 -0
  163. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js +66 -0
  164. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/lib/index.js.map +1 -0
  165. package/dist/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json +42 -0
  166. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/LICENSE +22 -0
  167. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/README.md +23 -0
  168. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js +36 -0
  169. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/lib/index.js.map +1 -0
  170. package/dist/node_modules/@babel/plugin-proposal-private-property-in-object/package.json +27 -0
  171. package/dist/node_modules/@babel/plugin-syntax-async-generators/LICENSE +22 -0
  172. package/dist/node_modules/@babel/plugin-syntax-async-generators/README.md +19 -0
  173. package/dist/node_modules/@babel/plugin-syntax-async-generators/lib/index.js +22 -0
  174. package/dist/node_modules/@babel/plugin-syntax-async-generators/package.json +23 -0
  175. package/dist/node_modules/@babel/plugin-syntax-class-properties/LICENSE +22 -0
  176. package/dist/node_modules/@babel/plugin-syntax-class-properties/README.md +19 -0
  177. package/dist/node_modules/@babel/plugin-syntax-class-properties/lib/index.js +22 -0
  178. package/dist/node_modules/@babel/plugin-syntax-class-properties/package.json +28 -0
  179. package/dist/node_modules/@babel/plugin-syntax-class-static-block/LICENSE +22 -0
  180. package/dist/node_modules/@babel/plugin-syntax-class-static-block/README.md +19 -0
  181. package/dist/node_modules/@babel/plugin-syntax-class-static-block/lib/index.js +22 -0
  182. package/dist/node_modules/@babel/plugin-syntax-class-static-block/package.json +32 -0
  183. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/LICENSE +22 -0
  184. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/README.md +19 -0
  185. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/lib/index.js +22 -0
  186. package/dist/node_modules/@babel/plugin-syntax-dynamic-import/package.json +23 -0
  187. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/LICENSE +22 -0
  188. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/README.md +19 -0
  189. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/lib/index.js +22 -0
  190. package/dist/node_modules/@babel/plugin-syntax-export-namespace-from/package.json +24 -0
  191. package/dist/node_modules/@babel/plugin-syntax-import-assertions/LICENSE +22 -0
  192. package/dist/node_modules/@babel/plugin-syntax-import-assertions/README.md +19 -0
  193. package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js +19 -0
  194. package/dist/node_modules/@babel/plugin-syntax-import-assertions/lib/index.js.map +1 -0
  195. package/dist/node_modules/@babel/plugin-syntax-import-assertions/package.json +32 -0
  196. package/dist/node_modules/@babel/plugin-syntax-import-attributes/LICENSE +22 -0
  197. package/dist/node_modules/@babel/plugin-syntax-import-attributes/README.md +19 -0
  198. package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js +31 -0
  199. package/dist/node_modules/@babel/plugin-syntax-import-attributes/lib/index.js.map +1 -0
  200. package/dist/node_modules/@babel/plugin-syntax-import-attributes/package.json +36 -0
  201. package/dist/node_modules/@babel/plugin-syntax-import-meta/LICENSE +22 -0
  202. package/dist/node_modules/@babel/plugin-syntax-import-meta/README.md +19 -0
  203. package/dist/node_modules/@babel/plugin-syntax-import-meta/lib/index.js +22 -0
  204. package/dist/node_modules/@babel/plugin-syntax-import-meta/package.json +28 -0
  205. package/dist/node_modules/@babel/plugin-syntax-json-strings/LICENSE +22 -0
  206. package/dist/node_modules/@babel/plugin-syntax-json-strings/README.md +19 -0
  207. package/dist/node_modules/@babel/plugin-syntax-json-strings/lib/index.js +22 -0
  208. package/dist/node_modules/@babel/plugin-syntax-json-strings/package.json +23 -0
  209. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/LICENSE +22 -0
  210. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/README.md +19 -0
  211. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/lib/index.js +22 -0
  212. package/dist/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json +28 -0
  213. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/LICENSE +22 -0
  214. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/README.md +19 -0
  215. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/lib/index.js +22 -0
  216. package/dist/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json +23 -0
  217. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/LICENSE +22 -0
  218. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/README.md +19 -0
  219. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/lib/index.js +22 -0
  220. package/dist/node_modules/@babel/plugin-syntax-numeric-separator/package.json +28 -0
  221. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/LICENSE +22 -0
  222. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/README.md +19 -0
  223. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/lib/index.js +22 -0
  224. package/dist/node_modules/@babel/plugin-syntax-object-rest-spread/package.json +23 -0
  225. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/LICENSE +22 -0
  226. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/README.md +19 -0
  227. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/lib/index.js +22 -0
  228. package/dist/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json +23 -0
  229. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/LICENSE +22 -0
  230. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/README.md +19 -0
  231. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/lib/index.js +22 -0
  232. package/dist/node_modules/@babel/plugin-syntax-optional-chaining/package.json +23 -0
  233. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/LICENSE +22 -0
  234. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/README.md +19 -0
  235. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/lib/index.js +22 -0
  236. package/dist/node_modules/@babel/plugin-syntax-private-property-in-object/package.json +32 -0
  237. package/dist/node_modules/@babel/plugin-syntax-top-level-await/LICENSE +22 -0
  238. package/dist/node_modules/@babel/plugin-syntax-top-level-await/README.md +19 -0
  239. package/dist/node_modules/@babel/plugin-syntax-top-level-await/lib/index.js +22 -0
  240. package/dist/node_modules/@babel/plugin-syntax-top-level-await/package.json +32 -0
  241. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/LICENSE +22 -0
  242. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/README.md +19 -0
  243. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/lib/index.js +25 -0
  244. package/dist/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json +49 -0
  245. package/dist/node_modules/@babel/plugin-transform-arrow-functions/LICENSE +22 -0
  246. package/dist/node_modules/@babel/plugin-transform-arrow-functions/README.md +19 -0
  247. package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js +30 -0
  248. package/dist/node_modules/@babel/plugin-transform-arrow-functions/lib/index.js.map +1 -0
  249. package/dist/node_modules/@babel/plugin-transform-arrow-functions/package.json +36 -0
  250. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/LICENSE +22 -0
  251. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/README.md +19 -0
  252. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js +77 -0
  253. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/for-await.js.map +1 -0
  254. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js +85 -0
  255. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/lib/index.js.map +1 -0
  256. package/dist/node_modules/@babel/plugin-transform-async-generator-functions/package.json +39 -0
  257. package/dist/node_modules/@babel/plugin-transform-async-to-generator/LICENSE +22 -0
  258. package/dist/node_modules/@babel/plugin-transform-async-to-generator/README.md +19 -0
  259. package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js +53 -0
  260. package/dist/node_modules/@babel/plugin-transform-async-to-generator/lib/index.js.map +1 -0
  261. package/dist/node_modules/@babel/plugin-transform-async-to-generator/package.json +36 -0
  262. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/LICENSE +22 -0
  263. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/README.md +19 -0
  264. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js +44 -0
  265. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/lib/index.js.map +1 -0
  266. package/dist/node_modules/@babel/plugin-transform-block-scoped-functions/package.json +34 -0
  267. package/dist/node_modules/@babel/plugin-transform-block-scoping/LICENSE +22 -0
  268. package/dist/node_modules/@babel/plugin-transform-block-scoping/README.md +19 -0
  269. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js +101 -0
  270. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/annex-B_3_3.js.map +1 -0
  271. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js +185 -0
  272. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/index.js.map +1 -0
  273. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js +294 -0
  274. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/loop.js.map +1 -0
  275. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js +133 -0
  276. package/dist/node_modules/@babel/plugin-transform-block-scoping/lib/validation.js.map +1 -0
  277. package/dist/node_modules/@babel/plugin-transform-block-scoping/package.json +35 -0
  278. package/dist/node_modules/@babel/plugin-transform-class-properties/LICENSE +22 -0
  279. package/dist/node_modules/@babel/plugin-transform-class-properties/README.md +19 -0
  280. package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js +23 -0
  281. package/dist/node_modules/@babel/plugin-transform-class-properties/lib/index.js.map +1 -0
  282. package/dist/node_modules/@babel/plugin-transform-class-properties/package.json +35 -0
  283. package/dist/node_modules/@babel/plugin-transform-class-static-block/LICENSE +22 -0
  284. package/dist/node_modules/@babel/plugin-transform-class-static-block/README.md +19 -0
  285. package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js +63 -0
  286. package/dist/node_modules/@babel/plugin-transform-class-static-block/lib/index.js.map +1 -0
  287. package/dist/node_modules/@babel/plugin-transform-class-static-block/package.json +42 -0
  288. package/dist/node_modules/@babel/plugin-transform-classes/LICENSE +22 -0
  289. package/dist/node_modules/@babel/plugin-transform-classes/README.md +19 -0
  290. package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js +73 -0
  291. package/dist/node_modules/@babel/plugin-transform-classes/lib/index.js.map +1 -0
  292. package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js +68 -0
  293. package/dist/node_modules/@babel/plugin-transform-classes/lib/inline-createSuper-helpers.js.map +1 -0
  294. package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js +508 -0
  295. package/dist/node_modules/@babel/plugin-transform-classes/lib/transformClass.js.map +1 -0
  296. package/dist/node_modules/@babel/plugin-transform-classes/package.json +43 -0
  297. package/dist/node_modules/@babel/plugin-transform-computed-properties/LICENSE +22 -0
  298. package/dist/node_modules/@babel/plugin-transform-computed-properties/README.md +19 -0
  299. package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js +161 -0
  300. package/dist/node_modules/@babel/plugin-transform-computed-properties/lib/index.js.map +1 -0
  301. package/dist/node_modules/@babel/plugin-transform-computed-properties/package.json +35 -0
  302. package/dist/node_modules/@babel/plugin-transform-destructuring/LICENSE +22 -0
  303. package/dist/node_modules/@babel/plugin-transform-destructuring/README.md +19 -0
  304. package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js +545 -0
  305. package/dist/node_modules/@babel/plugin-transform-destructuring/lib/index.js.map +1 -0
  306. package/dist/node_modules/@babel/plugin-transform-destructuring/package.json +35 -0
  307. package/dist/node_modules/@babel/plugin-transform-dotall-regex/LICENSE +22 -0
  308. package/dist/node_modules/@babel/plugin-transform-dotall-regex/README.md +19 -0
  309. package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js +18 -0
  310. package/dist/node_modules/@babel/plugin-transform-dotall-regex/lib/index.js.map +1 -0
  311. package/dist/node_modules/@babel/plugin-transform-dotall-regex/package.json +40 -0
  312. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/LICENSE +22 -0
  313. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/README.md +19 -0
  314. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js +61 -0
  315. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/lib/index.js.map +1 -0
  316. package/dist/node_modules/@babel/plugin-transform-duplicate-keys/package.json +34 -0
  317. package/dist/node_modules/@babel/plugin-transform-dynamic-import/LICENSE +22 -0
  318. package/dist/node_modules/@babel/plugin-transform-dynamic-import/README.md +19 -0
  319. package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js +41 -0
  320. package/dist/node_modules/@babel/plugin-transform-dynamic-import/lib/index.js.map +1 -0
  321. package/dist/node_modules/@babel/plugin-transform-dynamic-import/package.json +34 -0
  322. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/LICENSE +22 -0
  323. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/README.md +19 -0
  324. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js +24 -0
  325. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/lib/index.js.map +1 -0
  326. package/dist/node_modules/@babel/plugin-transform-exponentiation-operator/package.json +35 -0
  327. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/LICENSE +22 -0
  328. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/README.md +19 -0
  329. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js +47 -0
  330. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/lib/index.js.map +1 -0
  331. package/dist/node_modules/@babel/plugin-transform-export-namespace-from/package.json +35 -0
  332. package/dist/node_modules/@babel/plugin-transform-for-of/LICENSE +22 -0
  333. package/dist/node_modules/@babel/plugin-transform-for-of/README.md +19 -0
  334. package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js +191 -0
  335. package/dist/node_modules/@babel/plugin-transform-for-of/lib/index.js.map +1 -0
  336. package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js +153 -0
  337. package/dist/node_modules/@babel/plugin-transform-for-of/lib/no-helper-implementation.js.map +1 -0
  338. package/dist/node_modules/@babel/plugin-transform-for-of/package.json +34 -0
  339. package/dist/node_modules/@babel/plugin-transform-function-name/LICENSE +22 -0
  340. package/dist/node_modules/@babel/plugin-transform-function-name/README.md +19 -0
  341. package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js +36 -0
  342. package/dist/node_modules/@babel/plugin-transform-function-name/lib/index.js.map +1 -0
  343. package/dist/node_modules/@babel/plugin-transform-function-name/package.json +36 -0
  344. package/dist/node_modules/@babel/plugin-transform-json-strings/LICENSE +22 -0
  345. package/dist/node_modules/@babel/plugin-transform-json-strings/README.md +19 -0
  346. package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js +34 -0
  347. package/dist/node_modules/@babel/plugin-transform-json-strings/lib/index.js.map +1 -0
  348. package/dist/node_modules/@babel/plugin-transform-json-strings/package.json +35 -0
  349. package/dist/node_modules/@babel/plugin-transform-literals/LICENSE +22 -0
  350. package/dist/node_modules/@babel/plugin-transform-literals/README.md +19 -0
  351. package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js +32 -0
  352. package/dist/node_modules/@babel/plugin-transform-literals/lib/index.js.map +1 -0
  353. package/dist/node_modules/@babel/plugin-transform-literals/package.json +34 -0
  354. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/LICENSE +22 -0
  355. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/README.md +19 -0
  356. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js +56 -0
  357. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/lib/index.js.map +1 -0
  358. package/dist/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json +36 -0
  359. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/LICENSE +22 -0
  360. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/README.md +19 -0
  361. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js +30 -0
  362. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/lib/index.js.map +1 -0
  363. package/dist/node_modules/@babel/plugin-transform-member-expression-literals/package.json +34 -0
  364. package/dist/node_modules/@babel/plugin-transform-modules-amd/LICENSE +22 -0
  365. package/dist/node_modules/@babel/plugin-transform-modules-amd/README.md +19 -0
  366. package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js +145 -0
  367. package/dist/node_modules/@babel/plugin-transform-modules-amd/lib/index.js.map +1 -0
  368. package/dist/node_modules/@babel/plugin-transform-modules-amd/package.json +36 -0
  369. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/LICENSE +22 -0
  370. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/README.md +19 -0
  371. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js +16 -0
  372. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/dynamic-import.js.map +1 -0
  373. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js +37 -0
  374. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/hooks.js.map +1 -0
  375. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js +198 -0
  376. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js.map +1 -0
  377. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js +44 -0
  378. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/lib/lazy.js.map +1 -0
  379. package/dist/node_modules/@babel/plugin-transform-modules-commonjs/package.json +37 -0
  380. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/LICENSE +22 -0
  381. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/README.md +19 -0
  382. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js +403 -0
  383. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js.map +1 -0
  384. package/dist/node_modules/@babel/plugin-transform-modules-systemjs/package.json +37 -0
  385. package/dist/node_modules/@babel/plugin-transform-modules-umd/LICENSE +22 -0
  386. package/dist/node_modules/@babel/plugin-transform-modules-umd/README.md +19 -0
  387. package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js +157 -0
  388. package/dist/node_modules/@babel/plugin-transform-modules-umd/lib/index.js.map +1 -0
  389. package/dist/node_modules/@babel/plugin-transform-modules-umd/package.json +36 -0
  390. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/LICENSE +22 -0
  391. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/README.md +19 -0
  392. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js +26 -0
  393. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/lib/index.js.map +1 -0
  394. package/dist/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json +40 -0
  395. package/dist/node_modules/@babel/plugin-transform-new-target/LICENSE +22 -0
  396. package/dist/node_modules/@babel/plugin-transform-new-target/README.md +19 -0
  397. package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js +72 -0
  398. package/dist/node_modules/@babel/plugin-transform-new-target/lib/index.js.map +1 -0
  399. package/dist/node_modules/@babel/plugin-transform-new-target/package.json +36 -0
  400. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/LICENSE +22 -0
  401. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/README.md +19 -0
  402. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +49 -0
  403. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -0
  404. package/dist/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +35 -0
  405. package/dist/node_modules/@babel/plugin-transform-numeric-separator/LICENSE +22 -0
  406. package/dist/node_modules/@babel/plugin-transform-numeric-separator/README.md +19 -0
  407. package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js +32 -0
  408. package/dist/node_modules/@babel/plugin-transform-numeric-separator/lib/index.js.map +1 -0
  409. package/dist/node_modules/@babel/plugin-transform-numeric-separator/package.json +37 -0
  410. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/LICENSE +22 -0
  411. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/README.md +19 -0
  412. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js +451 -0
  413. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/lib/index.js.map +1 -0
  414. package/dist/node_modules/@babel/plugin-transform-object-rest-spread/package.json +39 -0
  415. package/dist/node_modules/@babel/plugin-transform-object-super/LICENSE +22 -0
  416. package/dist/node_modules/@babel/plugin-transform-object-super/README.md +19 -0
  417. package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js +42 -0
  418. package/dist/node_modules/@babel/plugin-transform-object-super/lib/index.js.map +1 -0
  419. package/dist/node_modules/@babel/plugin-transform-object-super/package.json +35 -0
  420. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/LICENSE +22 -0
  421. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/README.md +19 -0
  422. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js +26 -0
  423. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/lib/index.js.map +1 -0
  424. package/dist/node_modules/@babel/plugin-transform-optional-catch-binding/package.json +35 -0
  425. package/dist/node_modules/@babel/plugin-transform-optional-chaining/LICENSE +22 -0
  426. package/dist/node_modules/@babel/plugin-transform-optional-chaining/README.md +19 -0
  427. package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js +240 -0
  428. package/dist/node_modules/@babel/plugin-transform-optional-chaining/lib/index.js.map +1 -0
  429. package/dist/node_modules/@babel/plugin-transform-optional-chaining/package.json +38 -0
  430. package/dist/node_modules/@babel/plugin-transform-parameters/LICENSE +22 -0
  431. package/dist/node_modules/@babel/plugin-transform-parameters/README.md +19 -0
  432. package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js +43 -0
  433. package/dist/node_modules/@babel/plugin-transform-parameters/lib/index.js.map +1 -0
  434. package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js +143 -0
  435. package/dist/node_modules/@babel/plugin-transform-parameters/lib/params.js.map +1 -0
  436. package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js +284 -0
  437. package/dist/node_modules/@babel/plugin-transform-parameters/lib/rest.js.map +1 -0
  438. package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js +65 -0
  439. package/dist/node_modules/@babel/plugin-transform-parameters/lib/shadow-utils.js.map +1 -0
  440. package/dist/node_modules/@babel/plugin-transform-parameters/package.json +34 -0
  441. package/dist/node_modules/@babel/plugin-transform-private-methods/LICENSE +22 -0
  442. package/dist/node_modules/@babel/plugin-transform-private-methods/README.md +19 -0
  443. package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js +23 -0
  444. package/dist/node_modules/@babel/plugin-transform-private-methods/lib/index.js.map +1 -0
  445. package/dist/node_modules/@babel/plugin-transform-private-methods/package.json +35 -0
  446. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/LICENSE +22 -0
  447. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/README.md +19 -0
  448. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js +127 -0
  449. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/lib/index.js.map +1 -0
  450. package/dist/node_modules/@babel/plugin-transform-private-property-in-object/package.json +37 -0
  451. package/dist/node_modules/@babel/plugin-transform-property-literals/LICENSE +22 -0
  452. package/dist/node_modules/@babel/plugin-transform-property-literals/README.md +19 -0
  453. package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js +29 -0
  454. package/dist/node_modules/@babel/plugin-transform-property-literals/lib/index.js.map +1 -0
  455. package/dist/node_modules/@babel/plugin-transform-property-literals/package.json +34 -0
  456. package/dist/node_modules/@babel/plugin-transform-regenerator/LICENSE +22 -0
  457. package/dist/node_modules/@babel/plugin-transform-regenerator/README.md +19 -0
  458. package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js +44 -0
  459. package/dist/node_modules/@babel/plugin-transform-regenerator/lib/index.js.map +1 -0
  460. package/dist/node_modules/@babel/plugin-transform-regenerator/package.json +32 -0
  461. package/dist/node_modules/@babel/plugin-transform-reserved-words/LICENSE +22 -0
  462. package/dist/node_modules/@babel/plugin-transform-reserved-words/README.md +19 -0
  463. package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js +24 -0
  464. package/dist/node_modules/@babel/plugin-transform-reserved-words/lib/index.js.map +1 -0
  465. package/dist/node_modules/@babel/plugin-transform-reserved-words/package.json +34 -0
  466. package/dist/node_modules/@babel/plugin-transform-runtime/LICENSE +22 -0
  467. package/dist/node_modules/@babel/plugin-transform-runtime/README.md +19 -0
  468. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js +16 -0
  469. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/browser.js.map +1 -0
  470. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js +40 -0
  471. package/dist/node_modules/@babel/plugin-transform-runtime/lib/get-runtime-path/index.js.map +1 -0
  472. package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js +14 -0
  473. package/dist/node_modules/@babel/plugin-transform-runtime/lib/helpers.js.map +1 -0
  474. package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js +108 -0
  475. package/dist/node_modules/@babel/plugin-transform-runtime/lib/index.js.map +1 -0
  476. package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js +64 -0
  477. package/dist/node_modules/@babel/plugin-transform-runtime/lib/polyfills.js.map +1 -0
  478. package/dist/node_modules/@babel/plugin-transform-runtime/package.json +48 -0
  479. package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/browser.ts +15 -0
  480. package/dist/node_modules/@babel/plugin-transform-runtime/src/get-runtime-path/index.ts +42 -0
  481. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/LICENSE +22 -0
  482. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/README.md +19 -0
  483. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js +51 -0
  484. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/lib/index.js.map +1 -0
  485. package/dist/node_modules/@babel/plugin-transform-shorthand-properties/package.json +34 -0
  486. package/dist/node_modules/@babel/plugin-transform-spread/LICENSE +22 -0
  487. package/dist/node_modules/@babel/plugin-transform-spread/README.md +19 -0
  488. package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js +145 -0
  489. package/dist/node_modules/@babel/plugin-transform-spread/lib/index.js.map +1 -0
  490. package/dist/node_modules/@babel/plugin-transform-spread/package.json +35 -0
  491. package/dist/node_modules/@babel/plugin-transform-sticky-regex/LICENSE +22 -0
  492. package/dist/node_modules/@babel/plugin-transform-sticky-regex/README.md +19 -0
  493. package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js +26 -0
  494. package/dist/node_modules/@babel/plugin-transform-sticky-regex/lib/index.js.map +1 -0
  495. package/dist/node_modules/@babel/plugin-transform-sticky-regex/package.json +34 -0
  496. package/dist/node_modules/@babel/plugin-transform-template-literals/LICENSE +22 -0
  497. package/dist/node_modules/@babel/plugin-transform-template-literals/README.md +19 -0
  498. package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js +109 -0
  499. package/dist/node_modules/@babel/plugin-transform-template-literals/lib/index.js.map +1 -0
  500. package/dist/node_modules/@babel/plugin-transform-template-literals/package.json +34 -0
  501. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/LICENSE +22 -0
  502. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/README.md +19 -0
  503. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js +62 -0
  504. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/lib/index.js.map +1 -0
  505. package/dist/node_modules/@babel/plugin-transform-typeof-symbol/package.json +37 -0
  506. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/LICENSE +22 -0
  507. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/README.md +19 -0
  508. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js +119 -0
  509. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/lib/index.js.map +1 -0
  510. package/dist/node_modules/@babel/plugin-transform-unicode-escapes/package.json +34 -0
  511. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/LICENSE +22 -0
  512. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/README.md +19 -0
  513. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js +27 -0
  514. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/lib/index.js.map +1 -0
  515. package/dist/node_modules/@babel/plugin-transform-unicode-property-regex/package.json +41 -0
  516. package/dist/node_modules/@babel/plugin-transform-unicode-regex/LICENSE +22 -0
  517. package/dist/node_modules/@babel/plugin-transform-unicode-regex/README.md +19 -0
  518. package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js +18 -0
  519. package/dist/node_modules/@babel/plugin-transform-unicode-regex/lib/index.js.map +1 -0
  520. package/dist/node_modules/@babel/plugin-transform-unicode-regex/package.json +35 -0
  521. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/LICENSE +22 -0
  522. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/README.md +19 -0
  523. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js +21 -0
  524. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/lib/index.js.map +1 -0
  525. package/dist/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json +49 -0
  526. package/dist/node_modules/@babel/preset-env/LICENSE +22 -0
  527. package/dist/node_modules/@babel/preset-env/README.md +19 -0
  528. package/dist/node_modules/@babel/preset-env/data/built-in-modules.js +3 -0
  529. package/dist/node_modules/@babel/preset-env/data/built-in-modules.json.js +3 -0
  530. package/dist/node_modules/@babel/preset-env/data/built-ins.js +4 -0
  531. package/dist/node_modules/@babel/preset-env/data/built-ins.json.js +4 -0
  532. package/dist/node_modules/@babel/preset-env/data/core-js-compat.js +1 -0
  533. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.js +3 -0
  534. package/dist/node_modules/@babel/preset-env/data/corejs2-built-ins.json.js +3 -0
  535. package/dist/node_modules/@babel/preset-env/data/package.json +1 -0
  536. package/dist/node_modules/@babel/preset-env/data/plugins.js +3 -0
  537. package/dist/node_modules/@babel/preset-env/data/plugins.json.js +3 -0
  538. package/dist/node_modules/@babel/preset-env/data/shipped-proposals.js +2 -0
  539. package/dist/node_modules/@babel/preset-env/data/unreleased-labels.js +3 -0
  540. package/dist/node_modules/@babel/preset-env/lib/available-plugins.js +158 -0
  541. package/dist/node_modules/@babel/preset-env/lib/available-plugins.js.map +1 -0
  542. package/dist/node_modules/@babel/preset-env/lib/debug.js +37 -0
  543. package/dist/node_modules/@babel/preset-env/lib/debug.js.map +1 -0
  544. package/dist/node_modules/@babel/preset-env/lib/filter-items.js +31 -0
  545. package/dist/node_modules/@babel/preset-env/lib/filter-items.js.map +1 -0
  546. package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js +14 -0
  547. package/dist/node_modules/@babel/preset-env/lib/get-option-specific-excludes.js.map +1 -0
  548. package/dist/node_modules/@babel/preset-env/lib/index.js +310 -0
  549. package/dist/node_modules/@babel/preset-env/lib/index.js.map +1 -0
  550. package/dist/node_modules/@babel/preset-env/lib/module-transformations.js +17 -0
  551. package/dist/node_modules/@babel/preset-env/lib/module-transformations.js.map +1 -0
  552. package/dist/node_modules/@babel/preset-env/lib/normalize-options.js +130 -0
  553. package/dist/node_modules/@babel/preset-env/lib/normalize-options.js.map +1 -0
  554. package/dist/node_modules/@babel/preset-env/lib/options.js +42 -0
  555. package/dist/node_modules/@babel/preset-env/lib/options.js.map +1 -0
  556. package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js +29 -0
  557. package/dist/node_modules/@babel/preset-env/lib/plugins-compat-data.js.map +1 -0
  558. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js +70 -0
  559. package/dist/node_modules/@babel/preset-env/lib/polyfills/babel-polyfill.js.map +1 -0
  560. package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js +46 -0
  561. package/dist/node_modules/@babel/preset-env/lib/polyfills/regenerator.js.map +1 -0
  562. package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js +36 -0
  563. package/dist/node_modules/@babel/preset-env/lib/polyfills/utils.js.map +1 -0
  564. package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js +31 -0
  565. package/dist/node_modules/@babel/preset-env/lib/shipped-proposals.js.map +1 -0
  566. package/dist/node_modules/@babel/preset-env/lib/targets-parser.js +20 -0
  567. package/dist/node_modules/@babel/preset-env/lib/targets-parser.js.map +1 -0
  568. package/dist/node_modules/@babel/preset-env/package.json +113 -0
  569. package/dist/node_modules/@babel/preset-modules/LICENSE +21 -0
  570. package/dist/node_modules/@babel/preset-modules/README.md +171 -0
  571. package/dist/node_modules/@babel/preset-modules/lib/index.js +27 -0
  572. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-async-arrows-in-class/index.js +45 -0
  573. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-default-parameters/index.js +36 -0
  574. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-edge-function-name/index.js +42 -0
  575. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-jsx-spread/index.js +115 -0
  576. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-block-shadowing/index.js +47 -0
  577. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-safari-for-shadowing/index.js +42 -0
  578. package/dist/node_modules/@babel/preset-modules/lib/plugins/transform-tagged-template-caching/index.js +75 -0
  579. package/dist/node_modules/@babel/preset-modules/package.json +104 -0
  580. package/dist/node_modules/@babel/preset-modules/src/index.js +26 -0
  581. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-async-arrows-in-class/index.js +35 -0
  582. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-default-parameters/index.js +29 -0
  583. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-edge-function-name/index.js +31 -0
  584. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-jsx-spread/index.js +111 -0
  585. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-block-shadowing/index.js +39 -0
  586. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-safari-for-shadowing/index.js +38 -0
  587. package/dist/node_modules/@babel/preset-modules/src/plugins/transform-tagged-template-caching/index.js +88 -0
  588. package/dist/node_modules/@babel/regjsgen/LICENSE-MIT.txt +22 -0
  589. package/dist/node_modules/@babel/regjsgen/README.md +44 -0
  590. package/dist/node_modules/@babel/regjsgen/package.json +43 -0
  591. package/dist/node_modules/@babel/regjsgen/regjsgen.js +425 -0
  592. package/dist/node_modules/@babel/runtime/LICENSE +22 -0
  593. package/dist/node_modules/@babel/runtime/README.md +19 -0
  594. package/dist/node_modules/@babel/runtime/helpers/AsyncGenerator.js +64 -0
  595. package/dist/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
  596. package/dist/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
  597. package/dist/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +24 -0
  598. package/dist/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
  599. package/dist/node_modules/@babel/runtime/helpers/applyDecs2203.js +187 -0
  600. package/dist/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
  601. package/dist/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
  602. package/dist/node_modules/@babel/runtime/helpers/applyDecs2305.js +232 -0
  603. package/dist/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
  604. package/dist/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
  605. package/dist/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
  606. package/dist/node_modules/@babel/runtime/helpers/assertThisInitialized.js +7 -0
  607. package/dist/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
  608. package/dist/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
  609. package/dist/node_modules/@babel/runtime/helpers/asyncToGenerator.js +31 -0
  610. package/dist/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
  611. package/dist/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
  612. package/dist/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +6 -0
  613. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +18 -0
  614. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +7 -0
  615. package/dist/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +11 -0
  616. package/dist/node_modules/@babel/runtime/helpers/classCallCheck.js +6 -0
  617. package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +6 -0
  618. package/dist/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +6 -0
  619. package/dist/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +7 -0
  620. package/dist/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
  621. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
  622. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
  623. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +6 -0
  624. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +7 -0
  625. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
  626. package/dist/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +8 -0
  627. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +7 -0
  628. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +6 -0
  629. package/dist/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
  630. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +9 -0
  631. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +9 -0
  632. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +10 -0
  633. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +6 -0
  634. package/dist/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
  635. package/dist/node_modules/@babel/runtime/helpers/construct.js +18 -0
  636. package/dist/node_modules/@babel/runtime/helpers/createClass.js +19 -0
  637. package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +53 -0
  638. package/dist/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +20 -0
  639. package/dist/node_modules/@babel/runtime/helpers/createSuper.js +18 -0
  640. package/dist/node_modules/@babel/runtime/helpers/decorate.js +343 -0
  641. package/dist/node_modules/@babel/runtime/helpers/defaults.js +12 -0
  642. package/dist/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
  643. package/dist/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +20 -0
  644. package/dist/node_modules/@babel/runtime/helpers/defineProperty.js +16 -0
  645. package/dist/node_modules/@babel/runtime/helpers/dispose.js +28 -0
  646. package/dist/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +63 -0
  647. package/dist/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +3 -0
  648. package/dist/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +3 -0
  649. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +23 -0
  650. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs.js +235 -0
  651. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +186 -0
  652. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +190 -0
  653. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +221 -0
  654. package/dist/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +231 -0
  655. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +5 -0
  656. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +3 -0
  657. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +4 -0
  658. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +6 -0
  659. package/dist/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +23 -0
  660. package/dist/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +44 -0
  661. package/dist/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +30 -0
  662. package/dist/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +4 -0
  663. package/dist/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +5 -0
  664. package/dist/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +5 -0
  665. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +17 -0
  666. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +6 -0
  667. package/dist/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +10 -0
  668. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +5 -0
  669. package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  670. package/dist/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +5 -0
  671. package/dist/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +6 -0
  672. package/dist/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +3 -0
  673. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +6 -0
  674. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +6 -0
  675. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  676. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +6 -0
  677. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +4 -0
  678. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
  679. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +6 -0
  680. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  681. package/dist/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +3 -0
  682. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +8 -0
  683. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +8 -0
  684. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +9 -0
  685. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  686. package/dist/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +3 -0
  687. package/dist/node_modules/@babel/runtime/helpers/esm/construct.js +17 -0
  688. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +18 -0
  689. package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
  690. package/dist/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  691. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +17 -0
  692. package/dist/node_modules/@babel/runtime/helpers/esm/decorate.js +342 -0
  693. package/dist/node_modules/@babel/runtime/helpers/esm/defaults.js +11 -0
  694. package/dist/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +7 -0
  695. package/dist/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +19 -0
  696. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +15 -0
  697. package/dist/node_modules/@babel/runtime/helpers/esm/dispose.js +27 -0
  698. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +14 -0
  699. package/dist/node_modules/@babel/runtime/helpers/esm/get.js +17 -0
  700. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
  701. package/dist/node_modules/@babel/runtime/helpers/esm/identity.js +3 -0
  702. package/dist/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +26 -0
  703. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
  704. package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +6 -0
  705. package/dist/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
  706. package/dist/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +3 -0
  707. package/dist/node_modules/@babel/runtime/helpers/esm/instanceof.js +7 -0
  708. package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +5 -0
  709. package/dist/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +26 -0
  710. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +7 -0
  711. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +11 -0
  712. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +3 -0
  713. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +27 -0
  714. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +9 -0
  715. package/dist/node_modules/@babel/runtime/helpers/esm/jsx.js +21 -0
  716. package/dist/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +8 -0
  717. package/dist/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +5 -0
  718. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +3 -0
  719. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +3 -0
  720. package/dist/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +3 -0
  721. package/dist/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +3 -0
  722. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread.js +16 -0
  723. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +22 -0
  724. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +16 -0
  725. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +12 -0
  726. package/dist/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
  727. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +10 -0
  728. package/dist/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +3 -0
  729. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +303 -0
  730. package/dist/node_modules/@babel/runtime/helpers/esm/set.js +40 -0
  731. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +7 -0
  732. package/dist/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
  733. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +7 -0
  734. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +7 -0
  735. package/dist/node_modules/@babel/runtime/helpers/esm/superPropBase.js +8 -0
  736. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +10 -0
  737. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +7 -0
  738. package/dist/node_modules/@babel/runtime/helpers/esm/tdz.js +3 -0
  739. package/dist/node_modules/@babel/runtime/helpers/esm/temporalRef.js +5 -0
  740. package/dist/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +1 -0
  741. package/dist/node_modules/@babel/runtime/helpers/esm/toArray.js +7 -0
  742. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +7 -0
  743. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +11 -0
  744. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +6 -0
  745. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +9 -0
  746. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
  747. package/dist/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
  748. package/dist/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +6 -0
  749. package/dist/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +30 -0
  750. package/dist/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +50 -0
  751. package/dist/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +3 -0
  752. package/dist/node_modules/@babel/runtime/helpers/extends.js +15 -0
  753. package/dist/node_modules/@babel/runtime/helpers/get.js +18 -0
  754. package/dist/node_modules/@babel/runtime/helpers/getPrototypeOf.js +7 -0
  755. package/dist/node_modules/@babel/runtime/helpers/identity.js +4 -0
  756. package/dist/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
  757. package/dist/node_modules/@babel/runtime/helpers/inherits.js +18 -0
  758. package/dist/node_modules/@babel/runtime/helpers/inheritsLoose.js +7 -0
  759. package/dist/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +10 -0
  760. package/dist/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
  761. package/dist/node_modules/@babel/runtime/helpers/instanceof.js +8 -0
  762. package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
  763. package/dist/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +27 -0
  764. package/dist/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
  765. package/dist/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +12 -0
  766. package/dist/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
  767. package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
  768. package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +10 -0
  769. package/dist/node_modules/@babel/runtime/helpers/jsx.js +22 -0
  770. package/dist/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
  771. package/dist/node_modules/@babel/runtime/helpers/newArrowCheck.js +6 -0
  772. package/dist/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
  773. package/dist/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
  774. package/dist/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
  775. package/dist/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
  776. package/dist/node_modules/@babel/runtime/helpers/objectSpread.js +17 -0
  777. package/dist/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
  778. package/dist/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +17 -0
  779. package/dist/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +13 -0
  780. package/dist/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +11 -0
  781. package/dist/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
  782. package/dist/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +304 -0
  783. package/dist/node_modules/@babel/runtime/helpers/set.js +41 -0
  784. package/dist/node_modules/@babel/runtime/helpers/setPrototypeOf.js +8 -0
  785. package/dist/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +8 -0
  786. package/dist/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
  787. package/dist/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +8 -0
  788. package/dist/node_modules/@babel/runtime/helpers/superPropBase.js +9 -0
  789. package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +11 -0
  790. package/dist/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +8 -0
  791. package/dist/node_modules/@babel/runtime/helpers/tdz.js +4 -0
  792. package/dist/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
  793. package/dist/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
  794. package/dist/node_modules/@babel/runtime/helpers/toArray.js +8 -0
  795. package/dist/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
  796. package/dist/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
  797. package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
  798. package/dist/node_modules/@babel/runtime/helpers/typeof.js +10 -0
  799. package/dist/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +10 -0
  800. package/dist/node_modules/@babel/runtime/helpers/using.js +13 -0
  801. package/dist/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +7 -0
  802. package/dist/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +31 -0
  803. package/dist/node_modules/@babel/runtime/helpers/wrapRegExp.js +51 -0
  804. package/dist/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
  805. package/dist/node_modules/@babel/runtime/package.json +975 -0
  806. package/dist/node_modules/@babel/runtime/regenerator/index.js +15 -0
  807. package/dist/node_modules/@babel/template/LICENSE +22 -0
  808. package/dist/node_modules/@babel/template/README.md +19 -0
  809. package/dist/node_modules/@babel/template/lib/builder.js +69 -0
  810. package/dist/node_modules/@babel/template/lib/builder.js.map +1 -0
  811. package/dist/node_modules/@babel/template/lib/formatters.js +66 -0
  812. package/dist/node_modules/@babel/template/lib/formatters.js.map +1 -0
  813. package/dist/node_modules/@babel/template/lib/index.js +29 -0
  814. package/dist/node_modules/@babel/template/lib/index.js.map +1 -0
  815. package/dist/node_modules/@babel/template/lib/literal.js +69 -0
  816. package/dist/node_modules/@babel/template/lib/literal.js.map +1 -0
  817. package/dist/node_modules/@babel/template/lib/options.js +73 -0
  818. package/dist/node_modules/@babel/template/lib/options.js.map +1 -0
  819. package/dist/node_modules/@babel/template/lib/parse.js +160 -0
  820. package/dist/node_modules/@babel/template/lib/parse.js.map +1 -0
  821. package/dist/node_modules/@babel/template/lib/populate.js +122 -0
  822. package/dist/node_modules/@babel/template/lib/populate.js.map +1 -0
  823. package/dist/node_modules/@babel/template/lib/string.js +20 -0
  824. package/dist/node_modules/@babel/template/lib/string.js.map +1 -0
  825. package/dist/node_modules/@babel/template/package.json +27 -0
  826. package/dist/node_modules/@babel/traverse/LICENSE +22 -0
  827. package/dist/node_modules/@babel/traverse/README.md +19 -0
  828. package/dist/node_modules/@babel/traverse/lib/cache.js +46 -0
  829. package/dist/node_modules/@babel/traverse/lib/cache.js.map +1 -0
  830. package/dist/node_modules/@babel/traverse/lib/context.js +115 -0
  831. package/dist/node_modules/@babel/traverse/lib/context.js.map +1 -0
  832. package/dist/node_modules/@babel/traverse/lib/hub.js +19 -0
  833. package/dist/node_modules/@babel/traverse/lib/hub.js.map +1 -0
  834. package/dist/node_modules/@babel/traverse/lib/index.js +95 -0
  835. package/dist/node_modules/@babel/traverse/lib/index.js.map +1 -0
  836. package/dist/node_modules/@babel/traverse/lib/path/ancestry.js +141 -0
  837. package/dist/node_modules/@babel/traverse/lib/path/ancestry.js.map +1 -0
  838. package/dist/node_modules/@babel/traverse/lib/path/comments.js +54 -0
  839. package/dist/node_modules/@babel/traverse/lib/path/comments.js.map +1 -0
  840. package/dist/node_modules/@babel/traverse/lib/path/context.js +222 -0
  841. package/dist/node_modules/@babel/traverse/lib/path/context.js.map +1 -0
  842. package/dist/node_modules/@babel/traverse/lib/path/conversion.js +468 -0
  843. package/dist/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -0
  844. package/dist/node_modules/@babel/traverse/lib/path/evaluation.js +347 -0
  845. package/dist/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -0
  846. package/dist/node_modules/@babel/traverse/lib/path/family.js +336 -0
  847. package/dist/node_modules/@babel/traverse/lib/path/family.js.map +1 -0
  848. package/dist/node_modules/@babel/traverse/lib/path/index.js +193 -0
  849. package/dist/node_modules/@babel/traverse/lib/path/index.js.map +1 -0
  850. package/dist/node_modules/@babel/traverse/lib/path/inference/index.js +149 -0
  851. package/dist/node_modules/@babel/traverse/lib/path/inference/index.js.map +1 -0
  852. package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js +151 -0
  853. package/dist/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js.map +1 -0
  854. package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js +207 -0
  855. package/dist/node_modules/@babel/traverse/lib/path/inference/inferers.js.map +1 -0
  856. package/dist/node_modules/@babel/traverse/lib/path/inference/util.js +30 -0
  857. package/dist/node_modules/@babel/traverse/lib/path/inference/util.js.map +1 -0
  858. package/dist/node_modules/@babel/traverse/lib/path/introspection.js +385 -0
  859. package/dist/node_modules/@babel/traverse/lib/path/introspection.js.map +1 -0
  860. package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js +171 -0
  861. package/dist/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -0
  862. package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js +38 -0
  863. package/dist/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js.map +1 -0
  864. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js +161 -0
  865. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types-validator.js.map +1 -0
  866. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js +44 -0
  867. package/dist/node_modules/@babel/traverse/lib/path/lib/virtual-types.js.map +1 -0
  868. package/dist/node_modules/@babel/traverse/lib/path/modification.js +225 -0
  869. package/dist/node_modules/@babel/traverse/lib/path/modification.js.map +1 -0
  870. package/dist/node_modules/@babel/traverse/lib/path/removal.js +60 -0
  871. package/dist/node_modules/@babel/traverse/lib/path/removal.js.map +1 -0
  872. package/dist/node_modules/@babel/traverse/lib/path/replacement.js +205 -0
  873. package/dist/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -0
  874. package/dist/node_modules/@babel/traverse/lib/scope/binding.js +83 -0
  875. package/dist/node_modules/@babel/traverse/lib/scope/binding.js.map +1 -0
  876. package/dist/node_modules/@babel/traverse/lib/scope/index.js +888 -0
  877. package/dist/node_modules/@babel/traverse/lib/scope/index.js.map +1 -0
  878. package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js +113 -0
  879. package/dist/node_modules/@babel/traverse/lib/scope/lib/renamer.js.map +1 -0
  880. package/dist/node_modules/@babel/traverse/lib/traverse-node.js +29 -0
  881. package/dist/node_modules/@babel/traverse/lib/traverse-node.js.map +1 -0
  882. package/dist/node_modules/@babel/traverse/lib/types.js +3 -0
  883. package/dist/node_modules/@babel/traverse/lib/types.js.map +1 -0
  884. package/dist/node_modules/@babel/traverse/lib/visitors.js +218 -0
  885. package/dist/node_modules/@babel/traverse/lib/visitors.js.map +1 -0
  886. package/dist/node_modules/@babel/traverse/package.json +38 -0
  887. package/dist/node_modules/@babel/types/LICENSE +22 -0
  888. package/dist/node_modules/@babel/types/README.md +19 -0
  889. package/dist/node_modules/@babel/types/lib/asserts/assertNode.js +16 -0
  890. package/dist/node_modules/@babel/types/lib/asserts/assertNode.js.map +1 -0
  891. package/dist/node_modules/@babel/types/lib/asserts/generated/index.js +1235 -0
  892. package/dist/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -0
  893. package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js +3 -0
  894. package/dist/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -0
  895. package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js +18 -0
  896. package/dist/node_modules/@babel/types/lib/builders/flow/createFlowUnionType.js.map +1 -0
  897. package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js +32 -0
  898. package/dist/node_modules/@babel/types/lib/builders/flow/createTypeAnnotationBasedOnTypeof.js.map +1 -0
  899. package/dist/node_modules/@babel/types/lib/builders/generated/index.js +1993 -0
  900. package/dist/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -0
  901. package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js +1532 -0
  902. package/dist/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -0
  903. package/dist/node_modules/@babel/types/lib/builders/productions.js +12 -0
  904. package/dist/node_modules/@babel/types/lib/builders/productions.js.map +1 -0
  905. package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js +24 -0
  906. package/dist/node_modules/@babel/types/lib/builders/react/buildChildren.js.map +1 -0
  907. package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js +22 -0
  908. package/dist/node_modules/@babel/types/lib/builders/typescript/createTSUnionType.js.map +1 -0
  909. package/dist/node_modules/@babel/types/lib/builders/validateNode.js +17 -0
  910. package/dist/node_modules/@babel/types/lib/builders/validateNode.js.map +1 -0
  911. package/dist/node_modules/@babel/types/lib/clone/clone.js +12 -0
  912. package/dist/node_modules/@babel/types/lib/clone/clone.js.map +1 -0
  913. package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js +12 -0
  914. package/dist/node_modules/@babel/types/lib/clone/cloneDeep.js.map +1 -0
  915. package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js +12 -0
  916. package/dist/node_modules/@babel/types/lib/clone/cloneDeepWithoutLoc.js.map +1 -0
  917. package/dist/node_modules/@babel/types/lib/clone/cloneNode.js +100 -0
  918. package/dist/node_modules/@babel/types/lib/clone/cloneNode.js.map +1 -0
  919. package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js +12 -0
  920. package/dist/node_modules/@babel/types/lib/clone/cloneWithoutLoc.js.map +1 -0
  921. package/dist/node_modules/@babel/types/lib/comments/addComment.js +15 -0
  922. package/dist/node_modules/@babel/types/lib/comments/addComment.js.map +1 -0
  923. package/dist/node_modules/@babel/types/lib/comments/addComments.js +22 -0
  924. package/dist/node_modules/@babel/types/lib/comments/addComments.js.map +1 -0
  925. package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js +12 -0
  926. package/dist/node_modules/@babel/types/lib/comments/inheritInnerComments.js.map +1 -0
  927. package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js +12 -0
  928. package/dist/node_modules/@babel/types/lib/comments/inheritLeadingComments.js.map +1 -0
  929. package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js +12 -0
  930. package/dist/node_modules/@babel/types/lib/comments/inheritTrailingComments.js.map +1 -0
  931. package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js +17 -0
  932. package/dist/node_modules/@babel/types/lib/comments/inheritsComments.js.map +1 -0
  933. package/dist/node_modules/@babel/types/lib/comments/removeComments.js +15 -0
  934. package/dist/node_modules/@babel/types/lib/comments/removeComments.js.map +1 -0
  935. package/dist/node_modules/@babel/types/lib/constants/generated/index.js +109 -0
  936. package/dist/node_modules/@babel/types/lib/constants/generated/index.js.map +1 -0
  937. package/dist/node_modules/@babel/types/lib/constants/index.js +51 -0
  938. package/dist/node_modules/@babel/types/lib/constants/index.js.map +1 -0
  939. package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js +14 -0
  940. package/dist/node_modules/@babel/types/lib/converters/ensureBlock.js.map +1 -0
  941. package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js +64 -0
  942. package/dist/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -0
  943. package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js +14 -0
  944. package/dist/node_modules/@babel/types/lib/converters/toBindingIdentifierName.js.map +1 -0
  945. package/dist/node_modules/@babel/types/lib/converters/toBlock.js +29 -0
  946. package/dist/node_modules/@babel/types/lib/converters/toBlock.js.map +1 -0
  947. package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js +14 -0
  948. package/dist/node_modules/@babel/types/lib/converters/toComputedKey.js.map +1 -0
  949. package/dist/node_modules/@babel/types/lib/converters/toExpression.js +28 -0
  950. package/dist/node_modules/@babel/types/lib/converters/toExpression.js.map +1 -0
  951. package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js +25 -0
  952. package/dist/node_modules/@babel/types/lib/converters/toIdentifier.js.map +1 -0
  953. package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js +38 -0
  954. package/dist/node_modules/@babel/types/lib/converters/toKeyAlias.js.map +1 -0
  955. package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js +19 -0
  956. package/dist/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -0
  957. package/dist/node_modules/@babel/types/lib/converters/toStatement.js +40 -0
  958. package/dist/node_modules/@babel/types/lib/converters/toStatement.js.map +1 -0
  959. package/dist/node_modules/@babel/types/lib/converters/valueToNode.js +77 -0
  960. package/dist/node_modules/@babel/types/lib/converters/valueToNode.js.map +1 -0
  961. package/dist/node_modules/@babel/types/lib/definitions/core.js +1692 -0
  962. package/dist/node_modules/@babel/types/lib/definitions/core.js.map +1 -0
  963. package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js +12 -0
  964. package/dist/node_modules/@babel/types/lib/definitions/deprecated-aliases.js.map +1 -0
  965. package/dist/node_modules/@babel/types/lib/definitions/experimental.js +134 -0
  966. package/dist/node_modules/@babel/types/lib/definitions/experimental.js.map +1 -0
  967. package/dist/node_modules/@babel/types/lib/definitions/flow.js +488 -0
  968. package/dist/node_modules/@babel/types/lib/definitions/flow.js.map +1 -0
  969. package/dist/node_modules/@babel/types/lib/definitions/index.js +97 -0
  970. package/dist/node_modules/@babel/types/lib/definitions/index.js.map +1 -0
  971. package/dist/node_modules/@babel/types/lib/definitions/jsx.js +158 -0
  972. package/dist/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -0
  973. package/dist/node_modules/@babel/types/lib/definitions/misc.js +32 -0
  974. package/dist/node_modules/@babel/types/lib/definitions/misc.js.map +1 -0
  975. package/dist/node_modules/@babel/types/lib/definitions/placeholders.js +30 -0
  976. package/dist/node_modules/@babel/types/lib/definitions/placeholders.js.map +1 -0
  977. package/dist/node_modules/@babel/types/lib/definitions/typescript.js +490 -0
  978. package/dist/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -0
  979. package/dist/node_modules/@babel/types/lib/definitions/utils.js +280 -0
  980. package/dist/node_modules/@babel/types/lib/definitions/utils.js.map +1 -0
  981. package/dist/node_modules/@babel/types/lib/index-legacy.d.ts +2759 -0
  982. package/dist/node_modules/@babel/types/lib/index.d.ts +3280 -0
  983. package/dist/node_modules/@babel/types/lib/index.js +582 -0
  984. package/dist/node_modules/@babel/types/lib/index.js.flow +2613 -0
  985. package/dist/node_modules/@babel/types/lib/index.js.map +1 -0
  986. package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js +15 -0
  987. package/dist/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js.map +1 -0
  988. package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js +65 -0
  989. package/dist/node_modules/@babel/types/lib/modifications/flow/removeTypeDuplicates.js.map +1 -0
  990. package/dist/node_modules/@babel/types/lib/modifications/inherits.js +28 -0
  991. package/dist/node_modules/@babel/types/lib/modifications/inherits.js.map +1 -0
  992. package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js +17 -0
  993. package/dist/node_modules/@babel/types/lib/modifications/prependToMemberExpression.js.map +1 -0
  994. package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js +24 -0
  995. package/dist/node_modules/@babel/types/lib/modifications/removeProperties.js.map +1 -0
  996. package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js +14 -0
  997. package/dist/node_modules/@babel/types/lib/modifications/removePropertiesDeep.js.map +1 -0
  998. package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +65 -0
  999. package/dist/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -0
  1000. package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +93 -0
  1001. package/dist/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -0
  1002. package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js +14 -0
  1003. package/dist/node_modules/@babel/types/lib/retrievers/getOuterBindingIdentifiers.js.map +1 -0
  1004. package/dist/node_modules/@babel/types/lib/traverse/traverse.js +50 -0
  1005. package/dist/node_modules/@babel/types/lib/traverse/traverse.js.map +1 -0
  1006. package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js +26 -0
  1007. package/dist/node_modules/@babel/types/lib/traverse/traverseFast.js.map +1 -0
  1008. package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js +44 -0
  1009. package/dist/node_modules/@babel/types/lib/utils/deprecationWarning.js.map +1 -0
  1010. package/dist/node_modules/@babel/types/lib/utils/inherit.js +13 -0
  1011. package/dist/node_modules/@babel/types/lib/utils/inherit.js.map +1 -0
  1012. package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js +40 -0
  1013. package/dist/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js.map +1 -0
  1014. package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js +17 -0
  1015. package/dist/node_modules/@babel/types/lib/utils/shallowEqual.js.map +1 -0
  1016. package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js +13 -0
  1017. package/dist/node_modules/@babel/types/lib/validators/buildMatchMemberExpression.js.map +1 -0
  1018. package/dist/node_modules/@babel/types/lib/validators/generated/index.js +2752 -0
  1019. package/dist/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -0
  1020. package/dist/node_modules/@babel/types/lib/validators/is.js +27 -0
  1021. package/dist/node_modules/@babel/types/lib/validators/is.js.map +1 -0
  1022. package/dist/node_modules/@babel/types/lib/validators/isBinding.js +27 -0
  1023. package/dist/node_modules/@babel/types/lib/validators/isBinding.js.map +1 -0
  1024. package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js +13 -0
  1025. package/dist/node_modules/@babel/types/lib/validators/isBlockScoped.js.map +1 -0
  1026. package/dist/node_modules/@babel/types/lib/validators/isImmutable.js +21 -0
  1027. package/dist/node_modules/@babel/types/lib/validators/isImmutable.js.map +1 -0
  1028. package/dist/node_modules/@babel/types/lib/validators/isLet.js +13 -0
  1029. package/dist/node_modules/@babel/types/lib/validators/isLet.js.map +1 -0
  1030. package/dist/node_modules/@babel/types/lib/validators/isNode.js +12 -0
  1031. package/dist/node_modules/@babel/types/lib/validators/isNode.js.map +1 -0
  1032. package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js +57 -0
  1033. package/dist/node_modules/@babel/types/lib/validators/isNodesEquivalent.js.map +1 -0
  1034. package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js +19 -0
  1035. package/dist/node_modules/@babel/types/lib/validators/isPlaceholderType.js.map +1 -0
  1036. package/dist/node_modules/@babel/types/lib/validators/isReferenced.js +96 -0
  1037. package/dist/node_modules/@babel/types/lib/validators/isReferenced.js.map +1 -0
  1038. package/dist/node_modules/@babel/types/lib/validators/isScope.js +18 -0
  1039. package/dist/node_modules/@babel/types/lib/validators/isScope.js.map +1 -0
  1040. package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js +14 -0
  1041. package/dist/node_modules/@babel/types/lib/validators/isSpecifierDefault.js.map +1 -0
  1042. package/dist/node_modules/@babel/types/lib/validators/isType.js +22 -0
  1043. package/dist/node_modules/@babel/types/lib/validators/isType.js.map +1 -0
  1044. package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js +13 -0
  1045. package/dist/node_modules/@babel/types/lib/validators/isValidES3Identifier.js.map +1 -0
  1046. package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js +18 -0
  1047. package/dist/node_modules/@babel/types/lib/validators/isValidIdentifier.js.map +1 -0
  1048. package/dist/node_modules/@babel/types/lib/validators/isVar.js +15 -0
  1049. package/dist/node_modules/@babel/types/lib/validators/isVar.js.map +1 -0
  1050. package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js +36 -0
  1051. package/dist/node_modules/@babel/types/lib/validators/matchesPattern.js.map +1 -0
  1052. package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js +11 -0
  1053. package/dist/node_modules/@babel/types/lib/validators/react/isCompatTag.js.map +1 -0
  1054. package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js +12 -0
  1055. package/dist/node_modules/@babel/types/lib/validators/react/isReactComponent.js.map +1 -0
  1056. package/dist/node_modules/@babel/types/lib/validators/validate.js +30 -0
  1057. package/dist/node_modules/@babel/types/lib/validators/validate.js.map +1 -0
  1058. package/dist/node_modules/@babel/types/package.json +40 -0
  1059. package/dist/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
  1060. package/dist/node_modules/@jridgewell/gen-mapping/README.md +227 -0
  1061. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
  1062. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
  1063. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +236 -0
  1064. package/dist/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
  1065. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
  1066. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  1067. package/dist/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
  1068. package/dist/node_modules/@jridgewell/gen-mapping/package.json +77 -0
  1069. package/dist/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
  1070. package/dist/node_modules/@jridgewell/resolve-uri/README.md +40 -0
  1071. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +242 -0
  1072. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
  1073. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +250 -0
  1074. package/dist/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
  1075. package/dist/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
  1076. package/dist/node_modules/@jridgewell/resolve-uri/package.json +69 -0
  1077. package/dist/node_modules/@jridgewell/set-array/LICENSE +19 -0
  1078. package/dist/node_modules/@jridgewell/set-array/README.md +37 -0
  1079. package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs +48 -0
  1080. package/dist/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
  1081. package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js +58 -0
  1082. package/dist/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
  1083. package/dist/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +26 -0
  1084. package/dist/node_modules/@jridgewell/set-array/package.json +66 -0
  1085. package/dist/node_modules/@jridgewell/set-array/src/set-array.ts +55 -0
  1086. package/dist/node_modules/@jridgewell/source-map/LICENSE +19 -0
  1087. package/dist/node_modules/@jridgewell/source-map/README.md +82 -0
  1088. package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs +928 -0
  1089. package/dist/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
  1090. package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js +939 -0
  1091. package/dist/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
  1092. package/dist/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +25 -0
  1093. package/dist/node_modules/@jridgewell/source-map/package.json +71 -0
  1094. package/dist/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
  1095. package/dist/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
  1096. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +164 -0
  1097. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
  1098. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +175 -0
  1099. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  1100. package/dist/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +6 -0
  1101. package/dist/node_modules/@jridgewell/sourcemap-codec/package.json +74 -0
  1102. package/dist/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
  1103. package/dist/node_modules/@jridgewell/trace-mapping/README.md +252 -0
  1104. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +552 -0
  1105. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
  1106. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +566 -0
  1107. package/dist/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
  1108. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
  1109. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
  1110. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
  1111. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
  1112. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
  1113. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  1114. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
  1115. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  1116. package/dist/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  1117. package/dist/node_modules/@jridgewell/trace-mapping/package.json +75 -0
  1118. package/dist/node_modules/@ljharb/resumer/.eslintrc +24 -0
  1119. package/dist/node_modules/@ljharb/resumer/.github/FUNDING.yml +12 -0
  1120. package/dist/node_modules/@ljharb/resumer/.nycrc +14 -0
  1121. package/dist/node_modules/@ljharb/resumer/CHANGELOG.md +29 -0
  1122. package/dist/node_modules/@ljharb/resumer/LICENSE +18 -0
  1123. package/dist/node_modules/@ljharb/resumer/README.md +75 -0
  1124. package/dist/node_modules/@ljharb/resumer/example/resume.js +11 -0
  1125. package/dist/node_modules/@ljharb/resumer/index.js +31 -0
  1126. package/dist/node_modules/@ljharb/resumer/package.json +69 -0
  1127. package/dist/node_modules/@ljharb/resumer/test/resume.js +39 -0
  1128. package/dist/node_modules/@ljharb/resumer/test/through.js +39 -0
  1129. package/dist/node_modules/@ljharb/through/.eslintrc +24 -0
  1130. package/dist/node_modules/@ljharb/through/.github/FUNDING.yml +12 -0
  1131. package/dist/node_modules/@ljharb/through/.nycrc +13 -0
  1132. package/dist/node_modules/@ljharb/through/CHANGELOG.md +250 -0
  1133. package/dist/node_modules/@ljharb/through/LICENSE +24 -0
  1134. package/dist/node_modules/@ljharb/through/README.md +85 -0
  1135. package/dist/node_modules/@ljharb/through/index.js +119 -0
  1136. package/dist/node_modules/@ljharb/through/package.json +67 -0
  1137. package/dist/node_modules/@ljharb/through/test/async.js +29 -0
  1138. package/dist/node_modules/@ljharb/through/test/auto-destroy.js +33 -0
  1139. package/dist/node_modules/@ljharb/through/test/buffering.js +70 -0
  1140. package/dist/node_modules/@ljharb/through/test/end.js +47 -0
  1141. package/dist/node_modules/@ljharb/through/test/index.js +129 -0
  1142. package/dist/node_modules/@rollup/plugin-babel/LICENSE +21 -0
  1143. package/dist/node_modules/@rollup/plugin-babel/README.md +380 -0
  1144. package/dist/node_modules/@rollup/plugin-babel/dist/cjs/index.js +394 -0
  1145. package/dist/node_modules/@rollup/plugin-babel/dist/es/index.js +365 -0
  1146. package/dist/node_modules/@rollup/plugin-babel/dist/es/package.json +1 -0
  1147. package/dist/node_modules/@rollup/plugin-babel/package.json +98 -0
  1148. package/dist/node_modules/@rollup/plugin-babel/types/index.d.ts +133 -0
  1149. package/dist/node_modules/@rollup/plugin-node-resolve/LICENSE +21 -0
  1150. package/dist/node_modules/@rollup/plugin-node-resolve/README.md +285 -0
  1151. package/dist/node_modules/@rollup/plugin-node-resolve/dist/cjs/index.js +1362 -0
  1152. package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/index.js +1355 -0
  1153. package/dist/node_modules/@rollup/plugin-node-resolve/dist/es/package.json +1 -0
  1154. package/dist/node_modules/@rollup/plugin-node-resolve/package.json +92 -0
  1155. package/dist/node_modules/@rollup/plugin-node-resolve/types/index.d.ts +113 -0
  1156. package/dist/node_modules/@rollup/plugin-terser/README.md +80 -0
  1157. package/dist/node_modules/@rollup/plugin-terser/dist/cjs/index.js +232 -0
  1158. package/dist/node_modules/@rollup/plugin-terser/dist/es/index.js +226 -0
  1159. package/dist/node_modules/@rollup/plugin-terser/dist/es/package.json +1 -0
  1160. package/dist/node_modules/@rollup/plugin-terser/package.json +74 -0
  1161. package/dist/node_modules/@rollup/plugin-terser/src/constants.ts +3 -0
  1162. package/dist/node_modules/@rollup/plugin-terser/src/index.ts +8 -0
  1163. package/dist/node_modules/@rollup/plugin-terser/src/module.ts +105 -0
  1164. package/dist/node_modules/@rollup/plugin-terser/src/type.ts +45 -0
  1165. package/dist/node_modules/@rollup/plugin-terser/src/worker-pool.ts +128 -0
  1166. package/dist/node_modules/@rollup/plugin-terser/src/worker.ts +58 -0
  1167. package/dist/node_modules/@rollup/plugin-terser/types/index.d.ts +15 -0
  1168. package/dist/node_modules/@rollup/pluginutils/README.md +255 -0
  1169. package/dist/node_modules/@rollup/pluginutils/dist/cjs/index.js +340 -0
  1170. package/dist/node_modules/@rollup/pluginutils/dist/es/index.js +328 -0
  1171. package/dist/node_modules/@rollup/pluginutils/dist/es/package.json +1 -0
  1172. package/dist/node_modules/@rollup/pluginutils/package.json +100 -0
  1173. package/dist/node_modules/@rollup/pluginutils/types/index.d.ts +92 -0
  1174. package/dist/node_modules/@types/estree/LICENSE +21 -0
  1175. package/dist/node_modules/@types/estree/README.md +15 -0
  1176. package/dist/node_modules/@types/estree/flow.d.ts +167 -0
  1177. package/dist/node_modules/@types/estree/index.d.ts +683 -0
  1178. package/dist/node_modules/@types/estree/package.json +26 -0
  1179. package/dist/node_modules/@types/resolve/LICENSE +21 -0
  1180. package/dist/node_modules/@types/resolve/README.md +16 -0
  1181. package/dist/node_modules/@types/resolve/index.d.ts +175 -0
  1182. package/dist/node_modules/@types/resolve/package.json +35 -0
  1183. package/dist/node_modules/acorn/CHANGELOG.md +870 -0
  1184. package/dist/node_modules/acorn/LICENSE +21 -0
  1185. package/dist/node_modules/acorn/README.md +283 -0
  1186. package/dist/node_modules/acorn/bin/acorn +4 -0
  1187. package/dist/node_modules/acorn/dist/acorn.d.mts +857 -0
  1188. package/dist/node_modules/acorn/dist/acorn.d.ts +857 -0
  1189. package/dist/node_modules/acorn/dist/acorn.js +6001 -0
  1190. package/dist/node_modules/acorn/dist/acorn.mjs +5972 -0
  1191. package/dist/node_modules/acorn/dist/bin.js +90 -0
  1192. package/dist/node_modules/acorn/package.json +50 -0
  1193. package/dist/node_modules/acorn-import-assertions/README.md +15 -0
  1194. package/dist/node_modules/acorn-import-assertions/lib/index.js +235 -0
  1195. package/dist/node_modules/acorn-import-assertions/lib/index.mjs +242 -0
  1196. package/dist/node_modules/acorn-import-assertions/package.json +49 -0
  1197. package/dist/node_modules/acorn-import-assertions/src/index.js +242 -0
  1198. package/dist/node_modules/ansi-styles/index.js +165 -0
  1199. package/dist/node_modules/ansi-styles/license +9 -0
  1200. package/dist/node_modules/ansi-styles/package.json +56 -0
  1201. package/dist/node_modules/ansi-styles/readme.md +147 -0
  1202. package/dist/node_modules/array-buffer-byte-length/.eslintrc +5 -0
  1203. package/dist/node_modules/array-buffer-byte-length/.github/FUNDING.yml +12 -0
  1204. package/dist/node_modules/array-buffer-byte-length/.nycrc +13 -0
  1205. package/dist/node_modules/array-buffer-byte-length/CHANGELOG.md +15 -0
  1206. package/dist/node_modules/array-buffer-byte-length/LICENSE +21 -0
  1207. package/dist/node_modules/array-buffer-byte-length/README.md +40 -0
  1208. package/dist/node_modules/array-buffer-byte-length/index.js +13 -0
  1209. package/dist/node_modules/array-buffer-byte-length/package.json +81 -0
  1210. package/dist/node_modules/array-buffer-byte-length/test/index.js +26 -0
  1211. package/dist/node_modules/array.prototype.every/.editorconfig +20 -0
  1212. package/dist/node_modules/array.prototype.every/.eslintrc +30 -0
  1213. package/dist/node_modules/array.prototype.every/.github/FUNDING.yml +12 -0
  1214. package/dist/node_modules/array.prototype.every/.nycrc +13 -0
  1215. package/dist/node_modules/array.prototype.every/CHANGELOG.md +116 -0
  1216. package/dist/node_modules/array.prototype.every/LICENSE +21 -0
  1217. package/dist/node_modules/array.prototype.every/README.md +70 -0
  1218. package/dist/node_modules/array.prototype.every/auto.js +3 -0
  1219. package/dist/node_modules/array.prototype.every/implementation.js +35 -0
  1220. package/dist/node_modules/array.prototype.every/index.js +25 -0
  1221. package/dist/node_modules/array.prototype.every/package.json +111 -0
  1222. package/dist/node_modules/array.prototype.every/polyfill.js +15 -0
  1223. package/dist/node_modules/array.prototype.every/shim.js +14 -0
  1224. package/dist/node_modules/array.prototype.every/test/implementation.js +43 -0
  1225. package/dist/node_modules/array.prototype.every/test/index.js +18 -0
  1226. package/dist/node_modules/array.prototype.every/test/shimmed.js +61 -0
  1227. package/dist/node_modules/array.prototype.every/test/tests.js +168 -0
  1228. package/dist/node_modules/arraybuffer.prototype.slice/.editorconfig +13 -0
  1229. package/dist/node_modules/arraybuffer.prototype.slice/.eslintrc +34 -0
  1230. package/dist/node_modules/arraybuffer.prototype.slice/.nycrc +9 -0
  1231. package/dist/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +31 -0
  1232. package/dist/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
  1233. package/dist/node_modules/arraybuffer.prototype.slice/README.md +61 -0
  1234. package/dist/node_modules/arraybuffer.prototype.slice/auto.js +3 -0
  1235. package/dist/node_modules/arraybuffer.prototype.slice/implementation.js +84 -0
  1236. package/dist/node_modules/arraybuffer.prototype.slice/index.js +18 -0
  1237. package/dist/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  1238. package/dist/node_modules/arraybuffer.prototype.slice/polyfill.js +21 -0
  1239. package/dist/node_modules/arraybuffer.prototype.slice/shim.js +18 -0
  1240. package/dist/node_modules/arraybuffer.prototype.slice/test/implementation.js +32 -0
  1241. package/dist/node_modules/arraybuffer.prototype.slice/test/index.js +29 -0
  1242. package/dist/node_modules/arraybuffer.prototype.slice/test/shimmed.js +54 -0
  1243. package/dist/node_modules/arraybuffer.prototype.slice/test/tests.js +81 -0
  1244. package/dist/node_modules/available-typed-arrays/.eslintignore +1 -0
  1245. package/dist/node_modules/available-typed-arrays/.eslintrc +9 -0
  1246. package/dist/node_modules/available-typed-arrays/.github/FUNDING.yml +12 -0
  1247. package/dist/node_modules/available-typed-arrays/.nycrc +9 -0
  1248. package/dist/node_modules/available-typed-arrays/CHANGELOG.md +79 -0
  1249. package/dist/node_modules/available-typed-arrays/LICENSE +21 -0
  1250. package/dist/node_modules/available-typed-arrays/README.md +52 -0
  1251. package/dist/node_modules/available-typed-arrays/index.js +27 -0
  1252. package/dist/node_modules/available-typed-arrays/package.json +82 -0
  1253. package/dist/node_modules/available-typed-arrays/test/index.js +18 -0
  1254. package/dist/node_modules/babel-plugin-polyfill-corejs2/LICENSE +22 -0
  1255. package/dist/node_modules/babel-plugin-polyfill-corejs2/README.md +28 -0
  1256. package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs +395 -0
  1257. package/dist/node_modules/babel-plugin-polyfill-corejs2/esm/index.mjs.map +1 -0
  1258. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/add-platform-specific-polyfills.js +21 -0
  1259. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/built-in-definitions.js +223 -0
  1260. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/helpers.js +32 -0
  1261. package/dist/node_modules/babel-plugin-polyfill-corejs2/lib/index.js +139 -0
  1262. package/dist/node_modules/babel-plugin-polyfill-corejs2/package.json +43 -0
  1263. package/dist/node_modules/babel-plugin-polyfill-corejs3/LICENSE +22 -0
  1264. package/dist/node_modules/babel-plugin-polyfill-corejs3/README.md +78 -0
  1265. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/README.md +4 -0
  1266. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/data.js +1 -0
  1267. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/entries.js +1 -0
  1268. package/dist/node_modules/babel-plugin-polyfill-corejs3/core-js-compat/get-modules-list-for-target-version.js +1 -0
  1269. package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs +756 -0
  1270. package/dist/node_modules/babel-plugin-polyfill-corejs3/esm/index.mjs.map +1 -0
  1271. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/built-in-definitions.js +446 -0
  1272. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/index.js +271 -0
  1273. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/shipped-proposals.js +7 -0
  1274. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/usage-filters.js +27 -0
  1275. package/dist/node_modules/babel-plugin-polyfill-corejs3/lib/utils.js +45 -0
  1276. package/dist/node_modules/babel-plugin-polyfill-corejs3/package.json +49 -0
  1277. package/dist/node_modules/babel-plugin-polyfill-regenerator/LICENSE +22 -0
  1278. package/dist/node_modules/babel-plugin-polyfill-regenerator/README.md +28 -0
  1279. package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs +45 -0
  1280. package/dist/node_modules/babel-plugin-polyfill-regenerator/esm/index.mjs.map +1 -0
  1281. package/dist/node_modules/babel-plugin-polyfill-regenerator/lib/index.js +47 -0
  1282. package/dist/node_modules/babel-plugin-polyfill-regenerator/package.json +40 -0
  1283. package/dist/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  1284. package/dist/node_modules/balanced-match/LICENSE.md +21 -0
  1285. package/dist/node_modules/balanced-match/README.md +97 -0
  1286. package/dist/node_modules/balanced-match/index.js +62 -0
  1287. package/dist/node_modules/balanced-match/package.json +48 -0
  1288. package/dist/node_modules/brace-expansion/LICENSE +21 -0
  1289. package/dist/node_modules/brace-expansion/README.md +129 -0
  1290. package/dist/node_modules/brace-expansion/index.js +201 -0
  1291. package/dist/node_modules/brace-expansion/package.json +47 -0
  1292. package/dist/node_modules/browserslist/LICENSE +20 -0
  1293. package/dist/node_modules/browserslist/README.md +73 -0
  1294. package/dist/node_modules/browserslist/browser.js +52 -0
  1295. package/dist/node_modules/browserslist/cli.js +156 -0
  1296. package/dist/node_modules/browserslist/error.d.ts +7 -0
  1297. package/dist/node_modules/browserslist/error.js +12 -0
  1298. package/dist/node_modules/browserslist/index.d.ts +200 -0
  1299. package/dist/node_modules/browserslist/index.js +1197 -0
  1300. package/dist/node_modules/browserslist/node.js +410 -0
  1301. package/dist/node_modules/browserslist/package.json +44 -0
  1302. package/dist/node_modules/browserslist/parse.js +78 -0
  1303. package/dist/node_modules/buffer-from/LICENSE +21 -0
  1304. package/dist/node_modules/buffer-from/index.js +72 -0
  1305. package/dist/node_modules/buffer-from/package.json +19 -0
  1306. package/dist/node_modules/buffer-from/readme.md +69 -0
  1307. package/dist/node_modules/builtin-modules/builtin-modules.json +43 -0
  1308. package/dist/node_modules/builtin-modules/index.d.ts +14 -0
  1309. package/dist/node_modules/builtin-modules/index.js +11 -0
  1310. package/dist/node_modules/builtin-modules/license +9 -0
  1311. package/dist/node_modules/builtin-modules/package.json +44 -0
  1312. package/dist/node_modules/builtin-modules/readme.md +44 -0
  1313. package/dist/node_modules/builtin-modules/static.d.ts +14 -0
  1314. package/dist/node_modules/builtin-modules/static.js +2 -0
  1315. package/dist/node_modules/call-bind/.eslintignore +1 -0
  1316. package/dist/node_modules/call-bind/.eslintrc +16 -0
  1317. package/dist/node_modules/call-bind/.github/FUNDING.yml +12 -0
  1318. package/dist/node_modules/call-bind/.nycrc +9 -0
  1319. package/dist/node_modules/call-bind/CHANGELOG.md +77 -0
  1320. package/dist/node_modules/call-bind/LICENSE +21 -0
  1321. package/dist/node_modules/call-bind/README.md +64 -0
  1322. package/dist/node_modules/call-bind/callBound.js +15 -0
  1323. package/dist/node_modules/call-bind/index.js +44 -0
  1324. package/dist/node_modules/call-bind/package.json +90 -0
  1325. package/dist/node_modules/call-bind/test/callBound.js +54 -0
  1326. package/dist/node_modules/call-bind/test/index.js +80 -0
  1327. package/dist/node_modules/caniuse-lite/LICENSE +395 -0
  1328. package/dist/node_modules/caniuse-lite/README.md +6 -0
  1329. package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
  1330. package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
  1331. package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
  1332. package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
  1333. package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
  1334. package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
  1335. package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
  1336. package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
  1337. package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
  1338. package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
  1339. package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
  1340. package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
  1341. package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
  1342. package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
  1343. package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
  1344. package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
  1345. package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
  1346. package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
  1347. package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
  1348. package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
  1349. package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
  1350. package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
  1351. package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
  1352. package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
  1353. package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
  1354. package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
  1355. package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
  1356. package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
  1357. package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
  1358. package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
  1359. package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
  1360. package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
  1361. package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
  1362. package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
  1363. package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
  1364. package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
  1365. package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
  1366. package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
  1367. package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
  1368. package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
  1369. package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
  1370. package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
  1371. package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
  1372. package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
  1373. package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
  1374. package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
  1375. package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
  1376. package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
  1377. package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
  1378. package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
  1379. package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
  1380. package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
  1381. package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
  1382. package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
  1383. package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
  1384. package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
  1385. package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
  1386. package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
  1387. package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
  1388. package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
  1389. package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
  1390. package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
  1391. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
  1392. package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
  1393. package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
  1394. package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
  1395. package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
  1396. package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
  1397. package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
  1398. package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
  1399. package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
  1400. package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
  1401. package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
  1402. package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
  1403. package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
  1404. package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
  1405. package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
  1406. package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
  1407. package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
  1408. package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
  1409. package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
  1410. package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
  1411. package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
  1412. package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
  1413. package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
  1414. package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
  1415. package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
  1416. package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
  1417. package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
  1418. package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
  1419. package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
  1420. package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
  1421. package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
  1422. package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
  1423. package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
  1424. package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
  1425. package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
  1426. package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
  1427. package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
  1428. package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
  1429. package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
  1430. package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
  1431. package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
  1432. package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
  1433. package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
  1434. package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
  1435. package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
  1436. package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
  1437. package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
  1438. package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
  1439. package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
  1440. package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
  1441. package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
  1442. package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
  1443. package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
  1444. package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
  1445. package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
  1446. package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
  1447. package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
  1448. package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
  1449. package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
  1450. package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
  1451. package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
  1452. package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
  1453. package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
  1454. package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
  1455. package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
  1456. package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
  1457. package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
  1458. package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
  1459. package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
  1460. package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
  1461. package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
  1462. package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
  1463. package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
  1464. package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
  1465. package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
  1466. package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
  1467. package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
  1468. package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
  1469. package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
  1470. package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
  1471. package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
  1472. package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
  1473. package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
  1474. package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
  1475. package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
  1476. package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
  1477. package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
  1478. package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
  1479. package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
  1480. package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
  1481. package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
  1482. package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
  1483. package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
  1484. package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
  1485. package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
  1486. package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
  1487. package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
  1488. package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
  1489. package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
  1490. package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
  1491. package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
  1492. package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
  1493. package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
  1494. package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
  1495. package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
  1496. package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
  1497. package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
  1498. package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
  1499. package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
  1500. package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
  1501. package/dist/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -0
  1502. package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
  1503. package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
  1504. package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
  1505. package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
  1506. package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
  1507. package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
  1508. package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
  1509. package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
  1510. package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
  1511. package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
  1512. package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
  1513. package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
  1514. package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
  1515. package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
  1516. package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
  1517. package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
  1518. package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
  1519. package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
  1520. package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
  1521. package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
  1522. package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
  1523. package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
  1524. package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
  1525. package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
  1526. package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
  1527. package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
  1528. package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
  1529. package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
  1530. package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
  1531. package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
  1532. package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
  1533. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
  1534. package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
  1535. package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
  1536. package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
  1537. package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
  1538. package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
  1539. package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
  1540. package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
  1541. package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
  1542. package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
  1543. package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
  1544. package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
  1545. package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
  1546. package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
  1547. package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
  1548. package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
  1549. package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
  1550. package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
  1551. package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
  1552. package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
  1553. package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
  1554. package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
  1555. package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
  1556. package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
  1557. package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
  1558. package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
  1559. package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
  1560. package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
  1561. package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
  1562. package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
  1563. package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
  1564. package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
  1565. package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
  1566. package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
  1567. package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
  1568. package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
  1569. package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
  1570. package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
  1571. package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
  1572. package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
  1573. package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
  1574. package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
  1575. package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
  1576. package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
  1577. package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
  1578. package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
  1579. package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
  1580. package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
  1581. package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
  1582. package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
  1583. package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
  1584. package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
  1585. package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
  1586. package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
  1587. package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
  1588. package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
  1589. package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
  1590. package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
  1591. package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
  1592. package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
  1593. package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
  1594. package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
  1595. package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
  1596. package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
  1597. package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
  1598. package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
  1599. package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
  1600. package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
  1601. package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
  1602. package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
  1603. package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
  1604. package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
  1605. package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
  1606. package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
  1607. package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
  1608. package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
  1609. package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
  1610. package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
  1611. package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
  1612. package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
  1613. package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
  1614. package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
  1615. package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
  1616. package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
  1617. package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
  1618. package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
  1619. package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
  1620. package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
  1621. package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
  1622. package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
  1623. package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
  1624. package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
  1625. package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
  1626. package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
  1627. package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
  1628. package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
  1629. package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
  1630. package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
  1631. package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
  1632. package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
  1633. package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
  1634. package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
  1635. package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
  1636. package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
  1637. package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
  1638. package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
  1639. package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
  1640. package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
  1641. package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
  1642. package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
  1643. package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
  1644. package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
  1645. package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
  1646. package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
  1647. package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
  1648. package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
  1649. package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
  1650. package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
  1651. package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
  1652. package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
  1653. package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
  1654. package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
  1655. package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
  1656. package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
  1657. package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
  1658. package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
  1659. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
  1660. package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
  1661. package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
  1662. package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
  1663. package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
  1664. package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
  1665. package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
  1666. package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
  1667. package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
  1668. package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
  1669. package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
  1670. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
  1671. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
  1672. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
  1673. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
  1674. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
  1675. package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
  1676. package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
  1677. package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
  1678. package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
  1679. package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
  1680. package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
  1681. package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
  1682. package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
  1683. package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
  1684. package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
  1685. package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
  1686. package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
  1687. package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
  1688. package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
  1689. package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
  1690. package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
  1691. package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
  1692. package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
  1693. package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
  1694. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
  1695. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
  1696. package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
  1697. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
  1698. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
  1699. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
  1700. package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
  1701. package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
  1702. package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
  1703. package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
  1704. package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
  1705. package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
  1706. package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
  1707. package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
  1708. package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
  1709. package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
  1710. package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
  1711. package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
  1712. package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
  1713. package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
  1714. package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
  1715. package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
  1716. package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
  1717. package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
  1718. package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
  1719. package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
  1720. package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
  1721. package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
  1722. package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
  1723. package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
  1724. package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
  1725. package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
  1726. package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
  1727. package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
  1728. package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
  1729. package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
  1730. package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
  1731. package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
  1732. package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
  1733. package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
  1734. package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
  1735. package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
  1736. package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
  1737. package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
  1738. package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
  1739. package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
  1740. package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
  1741. package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
  1742. package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
  1743. package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
  1744. package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
  1745. package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
  1746. package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
  1747. package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
  1748. package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
  1749. package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
  1750. package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
  1751. package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
  1752. package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
  1753. package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
  1754. package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
  1755. package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
  1756. package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
  1757. package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
  1758. package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
  1759. package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
  1760. package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
  1761. package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
  1762. package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
  1763. package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
  1764. package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
  1765. package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
  1766. package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
  1767. package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
  1768. package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
  1769. package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
  1770. package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
  1771. package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
  1772. package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
  1773. package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
  1774. package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
  1775. package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
  1776. package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
  1777. package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
  1778. package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
  1779. package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
  1780. package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
  1781. package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
  1782. package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
  1783. package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
  1784. package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
  1785. package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
  1786. package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
  1787. package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
  1788. package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
  1789. package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
  1790. package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
  1791. package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
  1792. package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
  1793. package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
  1794. package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
  1795. package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
  1796. package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
  1797. package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
  1798. package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
  1799. package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
  1800. package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
  1801. package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
  1802. package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
  1803. package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
  1804. package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
  1805. package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
  1806. package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
  1807. package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
  1808. package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
  1809. package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
  1810. package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
  1811. package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
  1812. package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
  1813. package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
  1814. package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
  1815. package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
  1816. package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
  1817. package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
  1818. package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
  1819. package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
  1820. package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
  1821. package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
  1822. package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
  1823. package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
  1824. package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
  1825. package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
  1826. package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
  1827. package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
  1828. package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
  1829. package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
  1830. package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
  1831. package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
  1832. package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
  1833. package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
  1834. package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
  1835. package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
  1836. package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
  1837. package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
  1838. package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
  1839. package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
  1840. package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
  1841. package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
  1842. package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
  1843. package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
  1844. package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
  1845. package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
  1846. package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
  1847. package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
  1848. package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
  1849. package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
  1850. package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
  1851. package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
  1852. package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
  1853. package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
  1854. package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
  1855. package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
  1856. package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
  1857. package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
  1858. package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
  1859. package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
  1860. package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
  1861. package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
  1862. package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
  1863. package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
  1864. package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
  1865. package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
  1866. package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
  1867. package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
  1868. package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
  1869. package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
  1870. package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
  1871. package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
  1872. package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
  1873. package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
  1874. package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
  1875. package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
  1876. package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
  1877. package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
  1878. package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
  1879. package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
  1880. package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
  1881. package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
  1882. package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
  1883. package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
  1884. package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
  1885. package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
  1886. package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
  1887. package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
  1888. package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
  1889. package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
  1890. package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
  1891. package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
  1892. package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
  1893. package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
  1894. package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
  1895. package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
  1896. package/dist/node_modules/caniuse-lite/data/features.js +1 -0
  1897. package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
  1898. package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
  1899. package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
  1900. package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
  1901. package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
  1902. package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
  1903. package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
  1904. package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
  1905. package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
  1906. package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
  1907. package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
  1908. package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
  1909. package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
  1910. package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
  1911. package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
  1912. package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
  1913. package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
  1914. package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
  1915. package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
  1916. package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
  1917. package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
  1918. package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
  1919. package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
  1920. package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
  1921. package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
  1922. package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
  1923. package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
  1924. package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
  1925. package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
  1926. package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
  1927. package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
  1928. package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
  1929. package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
  1930. package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
  1931. package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
  1932. package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
  1933. package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
  1934. package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
  1935. package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
  1936. package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
  1937. package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
  1938. package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
  1939. package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
  1940. package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
  1941. package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
  1942. package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
  1943. package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
  1944. package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
  1945. package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
  1946. package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
  1947. package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
  1948. package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
  1949. package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
  1950. package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
  1951. package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
  1952. package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
  1953. package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
  1954. package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
  1955. package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
  1956. package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
  1957. package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
  1958. package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
  1959. package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
  1960. package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
  1961. package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
  1962. package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
  1963. package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
  1964. package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
  1965. package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
  1966. package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
  1967. package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
  1968. package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
  1969. package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
  1970. package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
  1971. package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
  1972. package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
  1973. package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
  1974. package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
  1975. package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
  1976. package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
  1977. package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
  1978. package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
  1979. package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
  1980. package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
  1981. package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
  1982. package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
  1983. package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
  1984. package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
  1985. package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
  1986. package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
  1987. package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
  1988. package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
  1989. package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
  1990. package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
  1991. package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
  1992. package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
  1993. package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
  1994. package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
  1995. package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
  1996. package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
  1997. package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
  1998. package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
  1999. package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
  2000. package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
  2001. package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
  2002. package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
  2003. package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
  2004. package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
  2005. package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
  2006. package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
  2007. package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
  2008. package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
  2009. package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
  2010. package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
  2011. package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
  2012. package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
  2013. package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
  2014. package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
  2015. package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
  2016. package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
  2017. package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
  2018. package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
  2019. package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
  2020. package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
  2021. package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
  2022. package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
  2023. package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
  2024. package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
  2025. package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
  2026. package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
  2027. package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
  2028. package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
  2029. package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
  2030. package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
  2031. package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
  2032. package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
  2033. package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
  2034. package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
  2035. package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
  2036. package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
  2037. package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
  2038. package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
  2039. package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
  2040. package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
  2041. package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
  2042. package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
  2043. package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
  2044. package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
  2045. package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
  2046. package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
  2047. package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
  2048. package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
  2049. package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
  2050. package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
  2051. package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
  2052. package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
  2053. package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
  2054. package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
  2055. package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
  2056. package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
  2057. package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
  2058. package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
  2059. package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
  2060. package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
  2061. package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
  2062. package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
  2063. package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
  2064. package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
  2065. package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
  2066. package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
  2067. package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
  2068. package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
  2069. package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
  2070. package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
  2071. package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
  2072. package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
  2073. package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
  2074. package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
  2075. package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
  2076. package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
  2077. package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
  2078. package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
  2079. package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
  2080. package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
  2081. package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
  2082. package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
  2083. package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
  2084. package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
  2085. package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
  2086. package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
  2087. package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
  2088. package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
  2089. package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
  2090. package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
  2091. package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
  2092. package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
  2093. package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
  2094. package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
  2095. package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
  2096. package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
  2097. package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
  2098. package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
  2099. package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
  2100. package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
  2101. package/dist/node_modules/caniuse-lite/data/regions/TK.js +1 -0
  2102. package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
  2103. package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
  2104. package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
  2105. package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
  2106. package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
  2107. package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
  2108. package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
  2109. package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
  2110. package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
  2111. package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
  2112. package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
  2113. package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
  2114. package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
  2115. package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
  2116. package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
  2117. package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
  2118. package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
  2119. package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
  2120. package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
  2121. package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
  2122. package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
  2123. package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
  2124. package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
  2125. package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
  2126. package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
  2127. package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
  2128. package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
  2129. package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
  2130. package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
  2131. package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
  2132. package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
  2133. package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
  2134. package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
  2135. package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
  2136. package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
  2137. package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
  2138. package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
  2139. package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
  2140. package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
  2141. package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
  2142. package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
  2143. package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
  2144. package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
  2145. package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
  2146. package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
  2147. package/dist/node_modules/caniuse-lite/package.json +34 -0
  2148. package/dist/node_modules/chalk/index.js +228 -0
  2149. package/dist/node_modules/chalk/index.js.flow +93 -0
  2150. package/dist/node_modules/chalk/license +9 -0
  2151. package/dist/node_modules/chalk/package.json +71 -0
  2152. package/dist/node_modules/chalk/readme.md +314 -0
  2153. package/dist/node_modules/chalk/templates.js +128 -0
  2154. package/dist/node_modules/chalk/types/index.d.ts +97 -0
  2155. package/dist/node_modules/color-convert/CHANGELOG.md +54 -0
  2156. package/dist/node_modules/color-convert/LICENSE +21 -0
  2157. package/dist/node_modules/color-convert/README.md +68 -0
  2158. package/dist/node_modules/color-convert/conversions.js +868 -0
  2159. package/dist/node_modules/color-convert/index.js +78 -0
  2160. package/dist/node_modules/color-convert/package.json +46 -0
  2161. package/dist/node_modules/color-convert/route.js +97 -0
  2162. package/dist/node_modules/color-name/.eslintrc.json +43 -0
  2163. package/dist/node_modules/color-name/LICENSE +8 -0
  2164. package/dist/node_modules/color-name/README.md +11 -0
  2165. package/dist/node_modules/color-name/index.js +152 -0
  2166. package/dist/node_modules/color-name/package.json +25 -0
  2167. package/dist/node_modules/color-name/test.js +7 -0
  2168. package/dist/node_modules/commander/CHANGELOG.md +419 -0
  2169. package/dist/node_modules/commander/LICENSE +22 -0
  2170. package/dist/node_modules/commander/Readme.md +428 -0
  2171. package/dist/node_modules/commander/index.js +1224 -0
  2172. package/dist/node_modules/commander/package.json +38 -0
  2173. package/dist/node_modules/commander/typings/index.d.ts +310 -0
  2174. package/dist/node_modules/concat-map/.travis.yml +4 -0
  2175. package/dist/node_modules/concat-map/LICENSE +18 -0
  2176. package/dist/node_modules/concat-map/README.markdown +62 -0
  2177. package/dist/node_modules/concat-map/example/map.js +6 -0
  2178. package/dist/node_modules/concat-map/index.js +13 -0
  2179. package/dist/node_modules/concat-map/package.json +43 -0
  2180. package/dist/node_modules/concat-map/test/map.js +39 -0
  2181. package/dist/node_modules/convert-source-map/LICENSE +23 -0
  2182. package/dist/node_modules/convert-source-map/README.md +206 -0
  2183. package/dist/node_modules/convert-source-map/index.js +233 -0
  2184. package/dist/node_modules/convert-source-map/package.json +38 -0
  2185. package/dist/node_modules/core-js-compat/LICENSE +19 -0
  2186. package/dist/node_modules/core-js-compat/README.md +135 -0
  2187. package/dist/node_modules/core-js-compat/compat.d.ts +48 -0
  2188. package/dist/node_modules/core-js-compat/compat.js +89 -0
  2189. package/dist/node_modules/core-js-compat/data.json +6450 -0
  2190. package/dist/node_modules/core-js-compat/entries.json +18819 -0
  2191. package/dist/node_modules/core-js-compat/external.json +21 -0
  2192. package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.d.ts +5 -0
  2193. package/dist/node_modules/core-js-compat/get-modules-list-for-target-version.js +18 -0
  2194. package/dist/node_modules/core-js-compat/helpers.js +61 -0
  2195. package/dist/node_modules/core-js-compat/index.d.ts +27 -0
  2196. package/dist/node_modules/core-js-compat/index.js +14 -0
  2197. package/dist/node_modules/core-js-compat/modules-by-versions.json +518 -0
  2198. package/dist/node_modules/core-js-compat/modules.json +460 -0
  2199. package/dist/node_modules/core-js-compat/package.json +27 -0
  2200. package/dist/node_modules/core-js-compat/shared.d.ts +32 -0
  2201. package/dist/node_modules/core-js-compat/targets-parser.js +92 -0
  2202. package/dist/node_modules/debug/LICENSE +20 -0
  2203. package/dist/node_modules/debug/README.md +481 -0
  2204. package/dist/node_modules/debug/package.json +59 -0
  2205. package/dist/node_modules/debug/src/browser.js +269 -0
  2206. package/dist/node_modules/debug/src/common.js +274 -0
  2207. package/dist/node_modules/debug/src/index.js +10 -0
  2208. package/dist/node_modules/debug/src/node.js +263 -0
  2209. package/dist/node_modules/deep-equal/.editorconfig +20 -0
  2210. package/dist/node_modules/deep-equal/.eslintrc +40 -0
  2211. package/dist/node_modules/deep-equal/.nycrc +17 -0
  2212. package/dist/node_modules/deep-equal/CHANGELOG.md +298 -0
  2213. package/dist/node_modules/deep-equal/LICENSE +21 -0
  2214. package/dist/node_modules/deep-equal/assert.js +3 -0
  2215. package/dist/node_modules/deep-equal/example/cmp.js +13 -0
  2216. package/dist/node_modules/deep-equal/index.js +392 -0
  2217. package/dist/node_modules/deep-equal/package.json +140 -0
  2218. package/dist/node_modules/deep-equal/readme.markdown +77 -0
  2219. package/dist/node_modules/deep-equal/test/_tape.js +42 -0
  2220. package/dist/node_modules/deep-equal/test/cmp.js +1342 -0
  2221. package/dist/node_modules/deepmerge/.editorconfig +7 -0
  2222. package/dist/node_modules/deepmerge/.eslintcache +1 -0
  2223. package/dist/node_modules/deepmerge/changelog.md +167 -0
  2224. package/dist/node_modules/deepmerge/dist/cjs.js +133 -0
  2225. package/dist/node_modules/deepmerge/dist/umd.js +139 -0
  2226. package/dist/node_modules/deepmerge/index.d.ts +20 -0
  2227. package/dist/node_modules/deepmerge/index.js +106 -0
  2228. package/dist/node_modules/deepmerge/license.txt +21 -0
  2229. package/dist/node_modules/deepmerge/package.json +42 -0
  2230. package/dist/node_modules/deepmerge/readme.md +264 -0
  2231. package/dist/node_modules/deepmerge/rollup.config.js +22 -0
  2232. package/dist/node_modules/define-data-property/.eslintrc +24 -0
  2233. package/dist/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  2234. package/dist/node_modules/define-data-property/.nycrc +13 -0
  2235. package/dist/node_modules/define-data-property/CHANGELOG.md +41 -0
  2236. package/dist/node_modules/define-data-property/LICENSE +21 -0
  2237. package/dist/node_modules/define-data-property/README.md +67 -0
  2238. package/dist/node_modules/define-data-property/index.d.ts +3 -0
  2239. package/dist/node_modules/define-data-property/index.d.ts.map +1 -0
  2240. package/dist/node_modules/define-data-property/index.js +68 -0
  2241. package/dist/node_modules/define-data-property/package.json +113 -0
  2242. package/dist/node_modules/define-data-property/test/index.js +392 -0
  2243. package/dist/node_modules/define-data-property/tsconfig.json +59 -0
  2244. package/dist/node_modules/define-properties/.editorconfig +13 -0
  2245. package/dist/node_modules/define-properties/.eslintrc +19 -0
  2246. package/dist/node_modules/define-properties/.github/FUNDING.yml +12 -0
  2247. package/dist/node_modules/define-properties/.nycrc +9 -0
  2248. package/dist/node_modules/define-properties/CHANGELOG.md +91 -0
  2249. package/dist/node_modules/define-properties/LICENSE +21 -0
  2250. package/dist/node_modules/define-properties/README.md +84 -0
  2251. package/dist/node_modules/define-properties/index.js +47 -0
  2252. package/dist/node_modules/define-properties/package.json +88 -0
  2253. package/dist/node_modules/defined/.eslintrc +19 -0
  2254. package/dist/node_modules/defined/.github/FUNDING.yml +12 -0
  2255. package/dist/node_modules/defined/CHANGELOG.md +46 -0
  2256. package/dist/node_modules/defined/LICENSE +18 -0
  2257. package/dist/node_modules/defined/README.md +72 -0
  2258. package/dist/node_modules/defined/example/defined.js +6 -0
  2259. package/dist/node_modules/defined/index.js +9 -0
  2260. package/dist/node_modules/defined/package.json +93 -0
  2261. package/dist/node_modules/defined/test/def.js +24 -0
  2262. package/dist/node_modules/defined/test/falsy.js +11 -0
  2263. package/dist/node_modules/dotignore/.eslintrc +26 -0
  2264. package/dist/node_modules/dotignore/README.md +26 -0
  2265. package/dist/node_modules/dotignore/bin/ignored +23 -0
  2266. package/dist/node_modules/dotignore/index.js +53 -0
  2267. package/dist/node_modules/dotignore/package.json +41 -0
  2268. package/dist/node_modules/dotignore/test/.1-ignore +2 -0
  2269. package/dist/node_modules/dotignore/test/1-expected +7 -0
  2270. package/dist/node_modules/dotignore/test/index.js +53 -0
  2271. package/dist/node_modules/electron-to-chromium/CHANGELOG.md +14 -0
  2272. package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
  2273. package/dist/node_modules/electron-to-chromium/README.md +186 -0
  2274. package/dist/node_modules/electron-to-chromium/chromium-versions.js +59 -0
  2275. package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
  2276. package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2898 -0
  2277. package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
  2278. package/dist/node_modules/electron-to-chromium/full-versions.js +2116 -0
  2279. package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
  2280. package/dist/node_modules/electron-to-chromium/index.js +36 -0
  2281. package/dist/node_modules/electron-to-chromium/package.json +44 -0
  2282. package/dist/node_modules/electron-to-chromium/versions.js +141 -0
  2283. package/dist/node_modules/electron-to-chromium/versions.json +1 -0
  2284. package/dist/node_modules/es-abstract/.editorconfig +15 -0
  2285. package/dist/node_modules/es-abstract/.eslintrc +88 -0
  2286. package/dist/node_modules/es-abstract/.nycrc +15 -0
  2287. package/dist/node_modules/es-abstract/2015/AbstractEqualityComparison.js +37 -0
  2288. package/dist/node_modules/es-abstract/2015/AbstractRelationalComparison.js +63 -0
  2289. package/dist/node_modules/es-abstract/2015/AdvanceStringIndex.js +47 -0
  2290. package/dist/node_modules/es-abstract/2015/ArrayCreate.js +54 -0
  2291. package/dist/node_modules/es-abstract/2015/ArraySetLength.js +85 -0
  2292. package/dist/node_modules/es-abstract/2015/ArraySpeciesCreate.js +47 -0
  2293. package/dist/node_modules/es-abstract/2015/Call.js +20 -0
  2294. package/dist/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +22 -0
  2295. package/dist/node_modules/es-abstract/2015/Canonicalize.js +55 -0
  2296. package/dist/node_modules/es-abstract/2015/CharacterRange.js +31 -0
  2297. package/dist/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +39 -0
  2298. package/dist/node_modules/es-abstract/2015/CompletionRecord.js +53 -0
  2299. package/dist/node_modules/es-abstract/2015/CreateDataProperty.js +27 -0
  2300. package/dist/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +25 -0
  2301. package/dist/node_modules/es-abstract/2015/CreateHTML.js +30 -0
  2302. package/dist/node_modules/es-abstract/2015/CreateIterResultObject.js +19 -0
  2303. package/dist/node_modules/es-abstract/2015/CreateListFromArrayLike.js +45 -0
  2304. package/dist/node_modules/es-abstract/2015/CreateMethodProperty.js +40 -0
  2305. package/dist/node_modules/es-abstract/2015/DateFromTime.js +54 -0
  2306. package/dist/node_modules/es-abstract/2015/Day.js +11 -0
  2307. package/dist/node_modules/es-abstract/2015/DayFromYear.js +10 -0
  2308. package/dist/node_modules/es-abstract/2015/DayWithinYear.js +11 -0
  2309. package/dist/node_modules/es-abstract/2015/DaysInYear.js +18 -0
  2310. package/dist/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +50 -0
  2311. package/dist/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +27 -0
  2312. package/dist/node_modules/es-abstract/2015/DetachArrayBuffer.js +34 -0
  2313. package/dist/node_modules/es-abstract/2015/EnumerableOwnNames.js +19 -0
  2314. package/dist/node_modules/es-abstract/2015/FromPropertyDescriptor.js +16 -0
  2315. package/dist/node_modules/es-abstract/2015/Get.js +25 -0
  2316. package/dist/node_modules/es-abstract/2015/GetGlobalObject.js +9 -0
  2317. package/dist/node_modules/es-abstract/2015/GetIterator.js +34 -0
  2318. package/dist/node_modules/es-abstract/2015/GetMethod.js +36 -0
  2319. package/dist/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +31 -0
  2320. package/dist/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +32 -0
  2321. package/dist/node_modules/es-abstract/2015/GetSubstitution.js +100 -0
  2322. package/dist/node_modules/es-abstract/2015/GetV.js +25 -0
  2323. package/dist/node_modules/es-abstract/2015/GetValueFromBuffer.js +97 -0
  2324. package/dist/node_modules/es-abstract/2015/HasOwnProperty.js +22 -0
  2325. package/dist/node_modules/es-abstract/2015/HasProperty.js +20 -0
  2326. package/dist/node_modules/es-abstract/2015/HourFromTime.js +14 -0
  2327. package/dist/node_modules/es-abstract/2015/InLeapYear.js +21 -0
  2328. package/dist/node_modules/es-abstract/2015/InstanceofOperator.js +30 -0
  2329. package/dist/node_modules/es-abstract/2015/Invoke.js +24 -0
  2330. package/dist/node_modules/es-abstract/2015/IsAccessorDescriptor.js +23 -0
  2331. package/dist/node_modules/es-abstract/2015/IsArray.js +4 -0
  2332. package/dist/node_modules/es-abstract/2015/IsCallable.js +5 -0
  2333. package/dist/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +9 -0
  2334. package/dist/node_modules/es-abstract/2015/IsConcatSpreadable.js +25 -0
  2335. package/dist/node_modules/es-abstract/2015/IsConstructor.js +40 -0
  2336. package/dist/node_modules/es-abstract/2015/IsDataDescriptor.js +23 -0
  2337. package/dist/node_modules/es-abstract/2015/IsDetachedBuffer.js +27 -0
  2338. package/dist/node_modules/es-abstract/2015/IsExtensible.js +18 -0
  2339. package/dist/node_modules/es-abstract/2015/IsGenericDescriptor.js +23 -0
  2340. package/dist/node_modules/es-abstract/2015/IsInteger.js +9 -0
  2341. package/dist/node_modules/es-abstract/2015/IsPromise.js +24 -0
  2342. package/dist/node_modules/es-abstract/2015/IsPropertyDescriptor.js +19 -0
  2343. package/dist/node_modules/es-abstract/2015/IsPropertyKey.js +7 -0
  2344. package/dist/node_modules/es-abstract/2015/IsRegExp.js +24 -0
  2345. package/dist/node_modules/es-abstract/2015/IsWordChar.js +39 -0
  2346. package/dist/node_modules/es-abstract/2015/IteratorClose.js +51 -0
  2347. package/dist/node_modules/es-abstract/2015/IteratorComplete.js +18 -0
  2348. package/dist/node_modules/es-abstract/2015/IteratorNext.js +18 -0
  2349. package/dist/node_modules/es-abstract/2015/IteratorStep.js +13 -0
  2350. package/dist/node_modules/es-abstract/2015/IteratorValue.js +18 -0
  2351. package/dist/node_modules/es-abstract/2015/MakeDate.js +13 -0
  2352. package/dist/node_modules/es-abstract/2015/MakeDay.js +33 -0
  2353. package/dist/node_modules/es-abstract/2015/MakeTime.js +23 -0
  2354. package/dist/node_modules/es-abstract/2015/MinFromTime.js +14 -0
  2355. package/dist/node_modules/es-abstract/2015/MonthFromTime.js +47 -0
  2356. package/dist/node_modules/es-abstract/2015/NewPromiseCapability.js +36 -0
  2357. package/dist/node_modules/es-abstract/2015/NormalCompletion.js +9 -0
  2358. package/dist/node_modules/es-abstract/2015/ObjectCreate.js +50 -0
  2359. package/dist/node_modules/es-abstract/2015/ObjectDefineProperties.js +38 -0
  2360. package/dist/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +20 -0
  2361. package/dist/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +61 -0
  2362. package/dist/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +44 -0
  2363. package/dist/node_modules/es-abstract/2015/OrdinaryHasInstance.js +25 -0
  2364. package/dist/node_modules/es-abstract/2015/OrdinaryHasProperty.js +20 -0
  2365. package/dist/node_modules/es-abstract/2015/QuoteJSONString.js +52 -0
  2366. package/dist/node_modules/es-abstract/2015/RegExpCreate.js +21 -0
  2367. package/dist/node_modules/es-abstract/2015/RegExpExec.js +32 -0
  2368. package/dist/node_modules/es-abstract/2015/RequireObjectCoercible.js +3 -0
  2369. package/dist/node_modules/es-abstract/2015/SameValue.js +13 -0
  2370. package/dist/node_modules/es-abstract/2015/SameValueZero.js +9 -0
  2371. package/dist/node_modules/es-abstract/2015/SecFromTime.js +14 -0
  2372. package/dist/node_modules/es-abstract/2015/Set.js +47 -0
  2373. package/dist/node_modules/es-abstract/2015/SetFunctionName.js +44 -0
  2374. package/dist/node_modules/es-abstract/2015/SetIntegrityLevel.js +57 -0
  2375. package/dist/node_modules/es-abstract/2015/SetValueInBuffer.js +120 -0
  2376. package/dist/node_modules/es-abstract/2015/SpeciesConstructor.js +32 -0
  2377. package/dist/node_modules/es-abstract/2015/SplitMatch.js +39 -0
  2378. package/dist/node_modules/es-abstract/2015/StrictEqualityComparison.js +17 -0
  2379. package/dist/node_modules/es-abstract/2015/StringCreate.js +40 -0
  2380. package/dist/node_modules/es-abstract/2015/StringGetIndexProperty.js +52 -0
  2381. package/dist/node_modules/es-abstract/2015/SymbolDescriptiveString.js +20 -0
  2382. package/dist/node_modules/es-abstract/2015/TestIntegrityLevel.js +42 -0
  2383. package/dist/node_modules/es-abstract/2015/TimeClip.js +21 -0
  2384. package/dist/node_modules/es-abstract/2015/TimeFromYear.js +11 -0
  2385. package/dist/node_modules/es-abstract/2015/TimeWithinDay.js +12 -0
  2386. package/dist/node_modules/es-abstract/2015/ToBoolean.js +5 -0
  2387. package/dist/node_modules/es-abstract/2015/ToDateString.js +23 -0
  2388. package/dist/node_modules/es-abstract/2015/ToInt16.js +10 -0
  2389. package/dist/node_modules/es-abstract/2015/ToInt32.js +9 -0
  2390. package/dist/node_modules/es-abstract/2015/ToInt8.js +10 -0
  2391. package/dist/node_modules/es-abstract/2015/ToInteger.js +12 -0
  2392. package/dist/node_modules/es-abstract/2015/ToLength.js +12 -0
  2393. package/dist/node_modules/es-abstract/2015/ToNumber.js +48 -0
  2394. package/dist/node_modules/es-abstract/2015/ToObject.js +14 -0
  2395. package/dist/node_modules/es-abstract/2015/ToPrimitive.js +12 -0
  2396. package/dist/node_modules/es-abstract/2015/ToPropertyDescriptor.js +52 -0
  2397. package/dist/node_modules/es-abstract/2015/ToPropertyKey.js +15 -0
  2398. package/dist/node_modules/es-abstract/2015/ToString.js +15 -0
  2399. package/dist/node_modules/es-abstract/2015/ToUint16.js +19 -0
  2400. package/dist/node_modules/es-abstract/2015/ToUint32.js +9 -0
  2401. package/dist/node_modules/es-abstract/2015/ToUint8.js +20 -0
  2402. package/dist/node_modules/es-abstract/2015/ToUint8Clamp.js +19 -0
  2403. package/dist/node_modules/es-abstract/2015/Type.js +12 -0
  2404. package/dist/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +170 -0
  2405. package/dist/node_modules/es-abstract/2015/ValidateTypedArray.js +30 -0
  2406. package/dist/node_modules/es-abstract/2015/WeekDay.js +10 -0
  2407. package/dist/node_modules/es-abstract/2015/YearFromTime.js +16 -0
  2408. package/dist/node_modules/es-abstract/2015/abs.js +11 -0
  2409. package/dist/node_modules/es-abstract/2015/floor.js +11 -0
  2410. package/dist/node_modules/es-abstract/2015/max.js +7 -0
  2411. package/dist/node_modules/es-abstract/2015/min.js +7 -0
  2412. package/dist/node_modules/es-abstract/2015/modulo.js +9 -0
  2413. package/dist/node_modules/es-abstract/2015/msFromTime.js +11 -0
  2414. package/dist/node_modules/es-abstract/2015/thisBooleanValue.js +15 -0
  2415. package/dist/node_modules/es-abstract/2015/thisNumberValue.js +18 -0
  2416. package/dist/node_modules/es-abstract/2015/thisStringValue.js +15 -0
  2417. package/dist/node_modules/es-abstract/2015/thisTimeValue.js +9 -0
  2418. package/dist/node_modules/es-abstract/2016/AbstractEqualityComparison.js +37 -0
  2419. package/dist/node_modules/es-abstract/2016/AbstractRelationalComparison.js +63 -0
  2420. package/dist/node_modules/es-abstract/2016/AdvanceStringIndex.js +47 -0
  2421. package/dist/node_modules/es-abstract/2016/ArrayCreate.js +54 -0
  2422. package/dist/node_modules/es-abstract/2016/ArraySetLength.js +85 -0
  2423. package/dist/node_modules/es-abstract/2016/ArraySpeciesCreate.js +47 -0
  2424. package/dist/node_modules/es-abstract/2016/Call.js +20 -0
  2425. package/dist/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +22 -0
  2426. package/dist/node_modules/es-abstract/2016/Canonicalize.js +55 -0
  2427. package/dist/node_modules/es-abstract/2016/CharacterRange.js +31 -0
  2428. package/dist/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +39 -0
  2429. package/dist/node_modules/es-abstract/2016/CompletionRecord.js +53 -0
  2430. package/dist/node_modules/es-abstract/2016/CreateDataProperty.js +27 -0
  2431. package/dist/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +25 -0
  2432. package/dist/node_modules/es-abstract/2016/CreateHTML.js +30 -0
  2433. package/dist/node_modules/es-abstract/2016/CreateIterResultObject.js +19 -0
  2434. package/dist/node_modules/es-abstract/2016/CreateListFromArrayLike.js +45 -0
  2435. package/dist/node_modules/es-abstract/2016/CreateMethodProperty.js +40 -0
  2436. package/dist/node_modules/es-abstract/2016/DateFromTime.js +54 -0
  2437. package/dist/node_modules/es-abstract/2016/Day.js +11 -0
  2438. package/dist/node_modules/es-abstract/2016/DayFromYear.js +10 -0
  2439. package/dist/node_modules/es-abstract/2016/DayWithinYear.js +11 -0
  2440. package/dist/node_modules/es-abstract/2016/DaysInYear.js +18 -0
  2441. package/dist/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +50 -0
  2442. package/dist/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +27 -0
  2443. package/dist/node_modules/es-abstract/2016/DetachArrayBuffer.js +34 -0
  2444. package/dist/node_modules/es-abstract/2016/EnumerableOwnNames.js +19 -0
  2445. package/dist/node_modules/es-abstract/2016/FromPropertyDescriptor.js +16 -0
  2446. package/dist/node_modules/es-abstract/2016/Get.js +25 -0
  2447. package/dist/node_modules/es-abstract/2016/GetGlobalObject.js +9 -0
  2448. package/dist/node_modules/es-abstract/2016/GetIterator.js +34 -0
  2449. package/dist/node_modules/es-abstract/2016/GetMethod.js +36 -0
  2450. package/dist/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +31 -0
  2451. package/dist/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +32 -0
  2452. package/dist/node_modules/es-abstract/2016/GetSubstitution.js +100 -0
  2453. package/dist/node_modules/es-abstract/2016/GetV.js +25 -0
  2454. package/dist/node_modules/es-abstract/2016/GetValueFromBuffer.js +97 -0
  2455. package/dist/node_modules/es-abstract/2016/HasOwnProperty.js +22 -0
  2456. package/dist/node_modules/es-abstract/2016/HasProperty.js +20 -0
  2457. package/dist/node_modules/es-abstract/2016/HourFromTime.js +14 -0
  2458. package/dist/node_modules/es-abstract/2016/InLeapYear.js +21 -0
  2459. package/dist/node_modules/es-abstract/2016/InstanceofOperator.js +30 -0
  2460. package/dist/node_modules/es-abstract/2016/Invoke.js +24 -0
  2461. package/dist/node_modules/es-abstract/2016/IsAccessorDescriptor.js +23 -0
  2462. package/dist/node_modules/es-abstract/2016/IsArray.js +4 -0
  2463. package/dist/node_modules/es-abstract/2016/IsCallable.js +5 -0
  2464. package/dist/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +9 -0
  2465. package/dist/node_modules/es-abstract/2016/IsConcatSpreadable.js +25 -0
  2466. package/dist/node_modules/es-abstract/2016/IsConstructor.js +40 -0
  2467. package/dist/node_modules/es-abstract/2016/IsDataDescriptor.js +23 -0
  2468. package/dist/node_modules/es-abstract/2016/IsDetachedBuffer.js +27 -0
  2469. package/dist/node_modules/es-abstract/2016/IsExtensible.js +18 -0
  2470. package/dist/node_modules/es-abstract/2016/IsGenericDescriptor.js +23 -0
  2471. package/dist/node_modules/es-abstract/2016/IsInteger.js +9 -0
  2472. package/dist/node_modules/es-abstract/2016/IsPromise.js +24 -0
  2473. package/dist/node_modules/es-abstract/2016/IsPropertyDescriptor.js +19 -0
  2474. package/dist/node_modules/es-abstract/2016/IsPropertyKey.js +7 -0
  2475. package/dist/node_modules/es-abstract/2016/IsRegExp.js +24 -0
  2476. package/dist/node_modules/es-abstract/2016/IsWordChar.js +39 -0
  2477. package/dist/node_modules/es-abstract/2016/IterableToArrayLike.js +39 -0
  2478. package/dist/node_modules/es-abstract/2016/IteratorClose.js +51 -0
  2479. package/dist/node_modules/es-abstract/2016/IteratorComplete.js +18 -0
  2480. package/dist/node_modules/es-abstract/2016/IteratorNext.js +18 -0
  2481. package/dist/node_modules/es-abstract/2016/IteratorStep.js +13 -0
  2482. package/dist/node_modules/es-abstract/2016/IteratorValue.js +18 -0
  2483. package/dist/node_modules/es-abstract/2016/MakeDate.js +13 -0
  2484. package/dist/node_modules/es-abstract/2016/MakeDay.js +33 -0
  2485. package/dist/node_modules/es-abstract/2016/MakeTime.js +23 -0
  2486. package/dist/node_modules/es-abstract/2016/MinFromTime.js +14 -0
  2487. package/dist/node_modules/es-abstract/2016/MonthFromTime.js +47 -0
  2488. package/dist/node_modules/es-abstract/2016/NewPromiseCapability.js +36 -0
  2489. package/dist/node_modules/es-abstract/2016/NormalCompletion.js +9 -0
  2490. package/dist/node_modules/es-abstract/2016/ObjectCreate.js +50 -0
  2491. package/dist/node_modules/es-abstract/2016/ObjectDefineProperties.js +38 -0
  2492. package/dist/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +20 -0
  2493. package/dist/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +61 -0
  2494. package/dist/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +44 -0
  2495. package/dist/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +21 -0
  2496. package/dist/node_modules/es-abstract/2016/OrdinaryHasInstance.js +25 -0
  2497. package/dist/node_modules/es-abstract/2016/OrdinaryHasProperty.js +20 -0
  2498. package/dist/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +53 -0
  2499. package/dist/node_modules/es-abstract/2016/QuoteJSONString.js +52 -0
  2500. package/dist/node_modules/es-abstract/2016/RegExpCreate.js +21 -0
  2501. package/dist/node_modules/es-abstract/2016/RegExpExec.js +32 -0
  2502. package/dist/node_modules/es-abstract/2016/RequireObjectCoercible.js +3 -0
  2503. package/dist/node_modules/es-abstract/2016/SameValue.js +13 -0
  2504. package/dist/node_modules/es-abstract/2016/SameValueNonNumber.js +16 -0
  2505. package/dist/node_modules/es-abstract/2016/SameValueZero.js +9 -0
  2506. package/dist/node_modules/es-abstract/2016/SecFromTime.js +14 -0
  2507. package/dist/node_modules/es-abstract/2016/Set.js +47 -0
  2508. package/dist/node_modules/es-abstract/2016/SetFunctionName.js +44 -0
  2509. package/dist/node_modules/es-abstract/2016/SetIntegrityLevel.js +57 -0
  2510. package/dist/node_modules/es-abstract/2016/SetValueInBuffer.js +120 -0
  2511. package/dist/node_modules/es-abstract/2016/SpeciesConstructor.js +32 -0
  2512. package/dist/node_modules/es-abstract/2016/SplitMatch.js +39 -0
  2513. package/dist/node_modules/es-abstract/2016/StrictEqualityComparison.js +17 -0
  2514. package/dist/node_modules/es-abstract/2016/StringCreate.js +40 -0
  2515. package/dist/node_modules/es-abstract/2016/SymbolDescriptiveString.js +20 -0
  2516. package/dist/node_modules/es-abstract/2016/TestIntegrityLevel.js +42 -0
  2517. package/dist/node_modules/es-abstract/2016/TimeClip.js +21 -0
  2518. package/dist/node_modules/es-abstract/2016/TimeFromYear.js +11 -0
  2519. package/dist/node_modules/es-abstract/2016/TimeWithinDay.js +12 -0
  2520. package/dist/node_modules/es-abstract/2016/ToBoolean.js +5 -0
  2521. package/dist/node_modules/es-abstract/2016/ToDateString.js +23 -0
  2522. package/dist/node_modules/es-abstract/2016/ToInt16.js +10 -0
  2523. package/dist/node_modules/es-abstract/2016/ToInt32.js +9 -0
  2524. package/dist/node_modules/es-abstract/2016/ToInt8.js +10 -0
  2525. package/dist/node_modules/es-abstract/2016/ToInteger.js +12 -0
  2526. package/dist/node_modules/es-abstract/2016/ToLength.js +12 -0
  2527. package/dist/node_modules/es-abstract/2016/ToNumber.js +48 -0
  2528. package/dist/node_modules/es-abstract/2016/ToObject.js +14 -0
  2529. package/dist/node_modules/es-abstract/2016/ToPrimitive.js +12 -0
  2530. package/dist/node_modules/es-abstract/2016/ToPropertyDescriptor.js +52 -0
  2531. package/dist/node_modules/es-abstract/2016/ToPropertyKey.js +15 -0
  2532. package/dist/node_modules/es-abstract/2016/ToString.js +15 -0
  2533. package/dist/node_modules/es-abstract/2016/ToUint16.js +19 -0
  2534. package/dist/node_modules/es-abstract/2016/ToUint32.js +9 -0
  2535. package/dist/node_modules/es-abstract/2016/ToUint8.js +20 -0
  2536. package/dist/node_modules/es-abstract/2016/ToUint8Clamp.js +19 -0
  2537. package/dist/node_modules/es-abstract/2016/Type.js +12 -0
  2538. package/dist/node_modules/es-abstract/2016/TypedArrayCreate.js +50 -0
  2539. package/dist/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +39 -0
  2540. package/dist/node_modules/es-abstract/2016/UTF16Decode.js +21 -0
  2541. package/dist/node_modules/es-abstract/2016/UTF16Encoding.js +25 -0
  2542. package/dist/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +170 -0
  2543. package/dist/node_modules/es-abstract/2016/ValidateTypedArray.js +30 -0
  2544. package/dist/node_modules/es-abstract/2016/WeekDay.js +10 -0
  2545. package/dist/node_modules/es-abstract/2016/YearFromTime.js +16 -0
  2546. package/dist/node_modules/es-abstract/2016/abs.js +11 -0
  2547. package/dist/node_modules/es-abstract/2016/floor.js +11 -0
  2548. package/dist/node_modules/es-abstract/2016/max.js +7 -0
  2549. package/dist/node_modules/es-abstract/2016/min.js +7 -0
  2550. package/dist/node_modules/es-abstract/2016/modulo.js +9 -0
  2551. package/dist/node_modules/es-abstract/2016/msFromTime.js +11 -0
  2552. package/dist/node_modules/es-abstract/2016/thisBooleanValue.js +15 -0
  2553. package/dist/node_modules/es-abstract/2016/thisNumberValue.js +18 -0
  2554. package/dist/node_modules/es-abstract/2016/thisStringValue.js +15 -0
  2555. package/dist/node_modules/es-abstract/2016/thisTimeValue.js +9 -0
  2556. package/dist/node_modules/es-abstract/2017/AbstractEqualityComparison.js +37 -0
  2557. package/dist/node_modules/es-abstract/2017/AbstractRelationalComparison.js +63 -0
  2558. package/dist/node_modules/es-abstract/2017/AdvanceStringIndex.js +47 -0
  2559. package/dist/node_modules/es-abstract/2017/ArrayCreate.js +54 -0
  2560. package/dist/node_modules/es-abstract/2017/ArraySetLength.js +85 -0
  2561. package/dist/node_modules/es-abstract/2017/ArraySpeciesCreate.js +47 -0
  2562. package/dist/node_modules/es-abstract/2017/Call.js +20 -0
  2563. package/dist/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +22 -0
  2564. package/dist/node_modules/es-abstract/2017/Canonicalize.js +55 -0
  2565. package/dist/node_modules/es-abstract/2017/CharacterRange.js +31 -0
  2566. package/dist/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +39 -0
  2567. package/dist/node_modules/es-abstract/2017/CompletionRecord.js +53 -0
  2568. package/dist/node_modules/es-abstract/2017/CreateDataProperty.js +27 -0
  2569. package/dist/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +25 -0
  2570. package/dist/node_modules/es-abstract/2017/CreateHTML.js +30 -0
  2571. package/dist/node_modules/es-abstract/2017/CreateIterResultObject.js +19 -0
  2572. package/dist/node_modules/es-abstract/2017/CreateListFromArrayLike.js +45 -0
  2573. package/dist/node_modules/es-abstract/2017/CreateMethodProperty.js +40 -0
  2574. package/dist/node_modules/es-abstract/2017/DateFromTime.js +54 -0
  2575. package/dist/node_modules/es-abstract/2017/Day.js +11 -0
  2576. package/dist/node_modules/es-abstract/2017/DayFromYear.js +10 -0
  2577. package/dist/node_modules/es-abstract/2017/DayWithinYear.js +11 -0
  2578. package/dist/node_modules/es-abstract/2017/DaysInYear.js +18 -0
  2579. package/dist/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +50 -0
  2580. package/dist/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +27 -0
  2581. package/dist/node_modules/es-abstract/2017/DetachArrayBuffer.js +35 -0
  2582. package/dist/node_modules/es-abstract/2017/EnumerableOwnProperties.js +43 -0
  2583. package/dist/node_modules/es-abstract/2017/FromPropertyDescriptor.js +16 -0
  2584. package/dist/node_modules/es-abstract/2017/Get.js +25 -0
  2585. package/dist/node_modules/es-abstract/2017/GetGlobalObject.js +9 -0
  2586. package/dist/node_modules/es-abstract/2017/GetIterator.js +34 -0
  2587. package/dist/node_modules/es-abstract/2017/GetMethod.js +36 -0
  2588. package/dist/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +31 -0
  2589. package/dist/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +32 -0
  2590. package/dist/node_modules/es-abstract/2017/GetSubstitution.js +100 -0
  2591. package/dist/node_modules/es-abstract/2017/GetV.js +25 -0
  2592. package/dist/node_modules/es-abstract/2017/GetValueFromBuffer.js +108 -0
  2593. package/dist/node_modules/es-abstract/2017/HasOwnProperty.js +22 -0
  2594. package/dist/node_modules/es-abstract/2017/HasProperty.js +20 -0
  2595. package/dist/node_modules/es-abstract/2017/HourFromTime.js +14 -0
  2596. package/dist/node_modules/es-abstract/2017/InLeapYear.js +21 -0
  2597. package/dist/node_modules/es-abstract/2017/InstanceofOperator.js +30 -0
  2598. package/dist/node_modules/es-abstract/2017/Invoke.js +24 -0
  2599. package/dist/node_modules/es-abstract/2017/IsAccessorDescriptor.js +23 -0
  2600. package/dist/node_modules/es-abstract/2017/IsArray.js +4 -0
  2601. package/dist/node_modules/es-abstract/2017/IsCallable.js +5 -0
  2602. package/dist/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +9 -0
  2603. package/dist/node_modules/es-abstract/2017/IsConcatSpreadable.js +25 -0
  2604. package/dist/node_modules/es-abstract/2017/IsConstructor.js +40 -0
  2605. package/dist/node_modules/es-abstract/2017/IsDataDescriptor.js +23 -0
  2606. package/dist/node_modules/es-abstract/2017/IsDetachedBuffer.js +27 -0
  2607. package/dist/node_modules/es-abstract/2017/IsExtensible.js +18 -0
  2608. package/dist/node_modules/es-abstract/2017/IsGenericDescriptor.js +23 -0
  2609. package/dist/node_modules/es-abstract/2017/IsInteger.js +9 -0
  2610. package/dist/node_modules/es-abstract/2017/IsPromise.js +24 -0
  2611. package/dist/node_modules/es-abstract/2017/IsPropertyDescriptor.js +19 -0
  2612. package/dist/node_modules/es-abstract/2017/IsPropertyKey.js +7 -0
  2613. package/dist/node_modules/es-abstract/2017/IsRegExp.js +24 -0
  2614. package/dist/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +19 -0
  2615. package/dist/node_modules/es-abstract/2017/IsWordChar.js +48 -0
  2616. package/dist/node_modules/es-abstract/2017/IterableToList.js +24 -0
  2617. package/dist/node_modules/es-abstract/2017/IteratorClose.js +51 -0
  2618. package/dist/node_modules/es-abstract/2017/IteratorComplete.js +18 -0
  2619. package/dist/node_modules/es-abstract/2017/IteratorNext.js +18 -0
  2620. package/dist/node_modules/es-abstract/2017/IteratorStep.js +13 -0
  2621. package/dist/node_modules/es-abstract/2017/IteratorValue.js +18 -0
  2622. package/dist/node_modules/es-abstract/2017/MakeDate.js +13 -0
  2623. package/dist/node_modules/es-abstract/2017/MakeDay.js +33 -0
  2624. package/dist/node_modules/es-abstract/2017/MakeTime.js +23 -0
  2625. package/dist/node_modules/es-abstract/2017/MinFromTime.js +14 -0
  2626. package/dist/node_modules/es-abstract/2017/MonthFromTime.js +47 -0
  2627. package/dist/node_modules/es-abstract/2017/NewPromiseCapability.js +36 -0
  2628. package/dist/node_modules/es-abstract/2017/NormalCompletion.js +9 -0
  2629. package/dist/node_modules/es-abstract/2017/NumberToRawBytes.js +74 -0
  2630. package/dist/node_modules/es-abstract/2017/ObjectCreate.js +50 -0
  2631. package/dist/node_modules/es-abstract/2017/ObjectDefineProperties.js +38 -0
  2632. package/dist/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +20 -0
  2633. package/dist/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +61 -0
  2634. package/dist/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +44 -0
  2635. package/dist/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +21 -0
  2636. package/dist/node_modules/es-abstract/2017/OrdinaryHasInstance.js +25 -0
  2637. package/dist/node_modules/es-abstract/2017/OrdinaryHasProperty.js +20 -0
  2638. package/dist/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +53 -0
  2639. package/dist/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +38 -0
  2640. package/dist/node_modules/es-abstract/2017/QuoteJSONString.js +52 -0
  2641. package/dist/node_modules/es-abstract/2017/RawBytesToNumber.js +74 -0
  2642. package/dist/node_modules/es-abstract/2017/RegExpCreate.js +21 -0
  2643. package/dist/node_modules/es-abstract/2017/RegExpExec.js +32 -0
  2644. package/dist/node_modules/es-abstract/2017/RequireObjectCoercible.js +3 -0
  2645. package/dist/node_modules/es-abstract/2017/SameValue.js +13 -0
  2646. package/dist/node_modules/es-abstract/2017/SameValueNonNumber.js +16 -0
  2647. package/dist/node_modules/es-abstract/2017/SameValueZero.js +9 -0
  2648. package/dist/node_modules/es-abstract/2017/SecFromTime.js +14 -0
  2649. package/dist/node_modules/es-abstract/2017/Set.js +47 -0
  2650. package/dist/node_modules/es-abstract/2017/SetFunctionName.js +44 -0
  2651. package/dist/node_modules/es-abstract/2017/SetIntegrityLevel.js +57 -0
  2652. package/dist/node_modules/es-abstract/2017/SetValueInBuffer.js +120 -0
  2653. package/dist/node_modules/es-abstract/2017/SpeciesConstructor.js +32 -0
  2654. package/dist/node_modules/es-abstract/2017/SplitMatch.js +39 -0
  2655. package/dist/node_modules/es-abstract/2017/StrictEqualityComparison.js +17 -0
  2656. package/dist/node_modules/es-abstract/2017/StringCreate.js +40 -0
  2657. package/dist/node_modules/es-abstract/2017/StringGetOwnProperty.js +48 -0
  2658. package/dist/node_modules/es-abstract/2017/SymbolDescriptiveString.js +20 -0
  2659. package/dist/node_modules/es-abstract/2017/TestIntegrityLevel.js +42 -0
  2660. package/dist/node_modules/es-abstract/2017/TimeClip.js +21 -0
  2661. package/dist/node_modules/es-abstract/2017/TimeFromYear.js +11 -0
  2662. package/dist/node_modules/es-abstract/2017/TimeWithinDay.js +12 -0
  2663. package/dist/node_modules/es-abstract/2017/ToBoolean.js +5 -0
  2664. package/dist/node_modules/es-abstract/2017/ToDateString.js +23 -0
  2665. package/dist/node_modules/es-abstract/2017/ToIndex.js +26 -0
  2666. package/dist/node_modules/es-abstract/2017/ToInt16.js +10 -0
  2667. package/dist/node_modules/es-abstract/2017/ToInt32.js +9 -0
  2668. package/dist/node_modules/es-abstract/2017/ToInt8.js +10 -0
  2669. package/dist/node_modules/es-abstract/2017/ToInteger.js +12 -0
  2670. package/dist/node_modules/es-abstract/2017/ToLength.js +12 -0
  2671. package/dist/node_modules/es-abstract/2017/ToNumber.js +48 -0
  2672. package/dist/node_modules/es-abstract/2017/ToObject.js +14 -0
  2673. package/dist/node_modules/es-abstract/2017/ToPrimitive.js +12 -0
  2674. package/dist/node_modules/es-abstract/2017/ToPropertyDescriptor.js +52 -0
  2675. package/dist/node_modules/es-abstract/2017/ToPropertyKey.js +15 -0
  2676. package/dist/node_modules/es-abstract/2017/ToString.js +15 -0
  2677. package/dist/node_modules/es-abstract/2017/ToUint16.js +19 -0
  2678. package/dist/node_modules/es-abstract/2017/ToUint32.js +9 -0
  2679. package/dist/node_modules/es-abstract/2017/ToUint8.js +20 -0
  2680. package/dist/node_modules/es-abstract/2017/ToUint8Clamp.js +19 -0
  2681. package/dist/node_modules/es-abstract/2017/Type.js +12 -0
  2682. package/dist/node_modules/es-abstract/2017/TypedArrayCreate.js +50 -0
  2683. package/dist/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +39 -0
  2684. package/dist/node_modules/es-abstract/2017/UTF16Decode.js +21 -0
  2685. package/dist/node_modules/es-abstract/2017/UTF16Encoding.js +25 -0
  2686. package/dist/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +170 -0
  2687. package/dist/node_modules/es-abstract/2017/ValidateAtomicAccess.js +36 -0
  2688. package/dist/node_modules/es-abstract/2017/ValidateTypedArray.js +30 -0
  2689. package/dist/node_modules/es-abstract/2017/WeekDay.js +10 -0
  2690. package/dist/node_modules/es-abstract/2017/WordCharacters.js +49 -0
  2691. package/dist/node_modules/es-abstract/2017/YearFromTime.js +16 -0
  2692. package/dist/node_modules/es-abstract/2017/abs.js +11 -0
  2693. package/dist/node_modules/es-abstract/2017/floor.js +11 -0
  2694. package/dist/node_modules/es-abstract/2017/max.js +7 -0
  2695. package/dist/node_modules/es-abstract/2017/min.js +7 -0
  2696. package/dist/node_modules/es-abstract/2017/modulo.js +9 -0
  2697. package/dist/node_modules/es-abstract/2017/msFromTime.js +11 -0
  2698. package/dist/node_modules/es-abstract/2017/thisBooleanValue.js +15 -0
  2699. package/dist/node_modules/es-abstract/2017/thisNumberValue.js +18 -0
  2700. package/dist/node_modules/es-abstract/2017/thisStringValue.js +15 -0
  2701. package/dist/node_modules/es-abstract/2017/thisTimeValue.js +9 -0
  2702. package/dist/node_modules/es-abstract/2018/AbstractEqualityComparison.js +37 -0
  2703. package/dist/node_modules/es-abstract/2018/AbstractRelationalComparison.js +61 -0
  2704. package/dist/node_modules/es-abstract/2018/AdvanceStringIndex.js +47 -0
  2705. package/dist/node_modules/es-abstract/2018/ArrayCreate.js +54 -0
  2706. package/dist/node_modules/es-abstract/2018/ArraySetLength.js +85 -0
  2707. package/dist/node_modules/es-abstract/2018/ArraySpeciesCreate.js +47 -0
  2708. package/dist/node_modules/es-abstract/2018/AsyncIteratorClose.js +62 -0
  2709. package/dist/node_modules/es-abstract/2018/Call.js +20 -0
  2710. package/dist/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +22 -0
  2711. package/dist/node_modules/es-abstract/2018/Canonicalize.js +55 -0
  2712. package/dist/node_modules/es-abstract/2018/CharacterRange.js +31 -0
  2713. package/dist/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +39 -0
  2714. package/dist/node_modules/es-abstract/2018/CompletionRecord.js +53 -0
  2715. package/dist/node_modules/es-abstract/2018/CopyDataProperties.js +68 -0
  2716. package/dist/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +155 -0
  2717. package/dist/node_modules/es-abstract/2018/CreateDataProperty.js +27 -0
  2718. package/dist/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +25 -0
  2719. package/dist/node_modules/es-abstract/2018/CreateHTML.js +30 -0
  2720. package/dist/node_modules/es-abstract/2018/CreateIterResultObject.js +19 -0
  2721. package/dist/node_modules/es-abstract/2018/CreateListFromArrayLike.js +45 -0
  2722. package/dist/node_modules/es-abstract/2018/CreateMethodProperty.js +40 -0
  2723. package/dist/node_modules/es-abstract/2018/DateFromTime.js +54 -0
  2724. package/dist/node_modules/es-abstract/2018/DateString.js +30 -0
  2725. package/dist/node_modules/es-abstract/2018/Day.js +11 -0
  2726. package/dist/node_modules/es-abstract/2018/DayFromYear.js +10 -0
  2727. package/dist/node_modules/es-abstract/2018/DayWithinYear.js +11 -0
  2728. package/dist/node_modules/es-abstract/2018/DaysInYear.js +18 -0
  2729. package/dist/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +50 -0
  2730. package/dist/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +27 -0
  2731. package/dist/node_modules/es-abstract/2018/DetachArrayBuffer.js +43 -0
  2732. package/dist/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +43 -0
  2733. package/dist/node_modules/es-abstract/2018/FromPropertyDescriptor.js +16 -0
  2734. package/dist/node_modules/es-abstract/2018/Get.js +25 -0
  2735. package/dist/node_modules/es-abstract/2018/GetGlobalObject.js +9 -0
  2736. package/dist/node_modules/es-abstract/2018/GetIterator.js +34 -0
  2737. package/dist/node_modules/es-abstract/2018/GetMethod.js +36 -0
  2738. package/dist/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +31 -0
  2739. package/dist/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +32 -0
  2740. package/dist/node_modules/es-abstract/2018/GetSubstitution.js +124 -0
  2741. package/dist/node_modules/es-abstract/2018/GetV.js +25 -0
  2742. package/dist/node_modules/es-abstract/2018/GetValueFromBuffer.js +108 -0
  2743. package/dist/node_modules/es-abstract/2018/HasOwnProperty.js +22 -0
  2744. package/dist/node_modules/es-abstract/2018/HasProperty.js +20 -0
  2745. package/dist/node_modules/es-abstract/2018/HourFromTime.js +14 -0
  2746. package/dist/node_modules/es-abstract/2018/InLeapYear.js +21 -0
  2747. package/dist/node_modules/es-abstract/2018/InstanceofOperator.js +30 -0
  2748. package/dist/node_modules/es-abstract/2018/Invoke.js +24 -0
  2749. package/dist/node_modules/es-abstract/2018/IsAccessorDescriptor.js +23 -0
  2750. package/dist/node_modules/es-abstract/2018/IsArray.js +4 -0
  2751. package/dist/node_modules/es-abstract/2018/IsCallable.js +5 -0
  2752. package/dist/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +9 -0
  2753. package/dist/node_modules/es-abstract/2018/IsConcatSpreadable.js +25 -0
  2754. package/dist/node_modules/es-abstract/2018/IsConstructor.js +40 -0
  2755. package/dist/node_modules/es-abstract/2018/IsDataDescriptor.js +23 -0
  2756. package/dist/node_modules/es-abstract/2018/IsDetachedBuffer.js +27 -0
  2757. package/dist/node_modules/es-abstract/2018/IsExtensible.js +18 -0
  2758. package/dist/node_modules/es-abstract/2018/IsGenericDescriptor.js +23 -0
  2759. package/dist/node_modules/es-abstract/2018/IsInteger.js +9 -0
  2760. package/dist/node_modules/es-abstract/2018/IsPromise.js +24 -0
  2761. package/dist/node_modules/es-abstract/2018/IsPropertyKey.js +7 -0
  2762. package/dist/node_modules/es-abstract/2018/IsRegExp.js +24 -0
  2763. package/dist/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +19 -0
  2764. package/dist/node_modules/es-abstract/2018/IsStringPrefix.js +47 -0
  2765. package/dist/node_modules/es-abstract/2018/IsWordChar.js +48 -0
  2766. package/dist/node_modules/es-abstract/2018/IterableToList.js +24 -0
  2767. package/dist/node_modules/es-abstract/2018/IteratorClose.js +51 -0
  2768. package/dist/node_modules/es-abstract/2018/IteratorComplete.js +18 -0
  2769. package/dist/node_modules/es-abstract/2018/IteratorNext.js +18 -0
  2770. package/dist/node_modules/es-abstract/2018/IteratorStep.js +13 -0
  2771. package/dist/node_modules/es-abstract/2018/IteratorValue.js +18 -0
  2772. package/dist/node_modules/es-abstract/2018/MakeDate.js +13 -0
  2773. package/dist/node_modules/es-abstract/2018/MakeDay.js +33 -0
  2774. package/dist/node_modules/es-abstract/2018/MakeTime.js +23 -0
  2775. package/dist/node_modules/es-abstract/2018/MinFromTime.js +14 -0
  2776. package/dist/node_modules/es-abstract/2018/MonthFromTime.js +47 -0
  2777. package/dist/node_modules/es-abstract/2018/NewPromiseCapability.js +36 -0
  2778. package/dist/node_modules/es-abstract/2018/NormalCompletion.js +9 -0
  2779. package/dist/node_modules/es-abstract/2018/NumberToRawBytes.js +74 -0
  2780. package/dist/node_modules/es-abstract/2018/NumberToString.js +19 -0
  2781. package/dist/node_modules/es-abstract/2018/ObjectCreate.js +50 -0
  2782. package/dist/node_modules/es-abstract/2018/ObjectDefineProperties.js +38 -0
  2783. package/dist/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +20 -0
  2784. package/dist/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +61 -0
  2785. package/dist/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +44 -0
  2786. package/dist/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +21 -0
  2787. package/dist/node_modules/es-abstract/2018/OrdinaryHasInstance.js +25 -0
  2788. package/dist/node_modules/es-abstract/2018/OrdinaryHasProperty.js +20 -0
  2789. package/dist/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +53 -0
  2790. package/dist/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +38 -0
  2791. package/dist/node_modules/es-abstract/2018/PromiseResolve.js +17 -0
  2792. package/dist/node_modules/es-abstract/2018/QuoteJSONString.js +48 -0
  2793. package/dist/node_modules/es-abstract/2018/RawBytesToNumber.js +74 -0
  2794. package/dist/node_modules/es-abstract/2018/RegExpCreate.js +21 -0
  2795. package/dist/node_modules/es-abstract/2018/RegExpExec.js +32 -0
  2796. package/dist/node_modules/es-abstract/2018/RequireObjectCoercible.js +3 -0
  2797. package/dist/node_modules/es-abstract/2018/SameValue.js +13 -0
  2798. package/dist/node_modules/es-abstract/2018/SameValueNonNumber.js +16 -0
  2799. package/dist/node_modules/es-abstract/2018/SameValueZero.js +9 -0
  2800. package/dist/node_modules/es-abstract/2018/SecFromTime.js +14 -0
  2801. package/dist/node_modules/es-abstract/2018/Set.js +47 -0
  2802. package/dist/node_modules/es-abstract/2018/SetFunctionLength.js +32 -0
  2803. package/dist/node_modules/es-abstract/2018/SetFunctionName.js +44 -0
  2804. package/dist/node_modules/es-abstract/2018/SetIntegrityLevel.js +57 -0
  2805. package/dist/node_modules/es-abstract/2018/SetValueInBuffer.js +120 -0
  2806. package/dist/node_modules/es-abstract/2018/SpeciesConstructor.js +32 -0
  2807. package/dist/node_modules/es-abstract/2018/SplitMatch.js +39 -0
  2808. package/dist/node_modules/es-abstract/2018/StrictEqualityComparison.js +17 -0
  2809. package/dist/node_modules/es-abstract/2018/StringCreate.js +40 -0
  2810. package/dist/node_modules/es-abstract/2018/StringGetOwnProperty.js +48 -0
  2811. package/dist/node_modules/es-abstract/2018/SymbolDescriptiveString.js +20 -0
  2812. package/dist/node_modules/es-abstract/2018/TestIntegrityLevel.js +42 -0
  2813. package/dist/node_modules/es-abstract/2018/ThrowCompletion.js +9 -0
  2814. package/dist/node_modules/es-abstract/2018/TimeClip.js +21 -0
  2815. package/dist/node_modules/es-abstract/2018/TimeFromYear.js +11 -0
  2816. package/dist/node_modules/es-abstract/2018/TimeString.js +25 -0
  2817. package/dist/node_modules/es-abstract/2018/TimeWithinDay.js +12 -0
  2818. package/dist/node_modules/es-abstract/2018/ToBoolean.js +5 -0
  2819. package/dist/node_modules/es-abstract/2018/ToDateString.js +23 -0
  2820. package/dist/node_modules/es-abstract/2018/ToIndex.js +26 -0
  2821. package/dist/node_modules/es-abstract/2018/ToInt16.js +10 -0
  2822. package/dist/node_modules/es-abstract/2018/ToInt32.js +9 -0
  2823. package/dist/node_modules/es-abstract/2018/ToInt8.js +10 -0
  2824. package/dist/node_modules/es-abstract/2018/ToInteger.js +12 -0
  2825. package/dist/node_modules/es-abstract/2018/ToLength.js +12 -0
  2826. package/dist/node_modules/es-abstract/2018/ToNumber.js +48 -0
  2827. package/dist/node_modules/es-abstract/2018/ToObject.js +14 -0
  2828. package/dist/node_modules/es-abstract/2018/ToPrimitive.js +12 -0
  2829. package/dist/node_modules/es-abstract/2018/ToPropertyDescriptor.js +52 -0
  2830. package/dist/node_modules/es-abstract/2018/ToPropertyKey.js +15 -0
  2831. package/dist/node_modules/es-abstract/2018/ToString.js +15 -0
  2832. package/dist/node_modules/es-abstract/2018/ToUint16.js +19 -0
  2833. package/dist/node_modules/es-abstract/2018/ToUint32.js +9 -0
  2834. package/dist/node_modules/es-abstract/2018/ToUint8.js +20 -0
  2835. package/dist/node_modules/es-abstract/2018/ToUint8Clamp.js +19 -0
  2836. package/dist/node_modules/es-abstract/2018/Type.js +12 -0
  2837. package/dist/node_modules/es-abstract/2018/TypedArrayCreate.js +50 -0
  2838. package/dist/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +39 -0
  2839. package/dist/node_modules/es-abstract/2018/UTF16Decode.js +21 -0
  2840. package/dist/node_modules/es-abstract/2018/UTF16Encoding.js +25 -0
  2841. package/dist/node_modules/es-abstract/2018/UnicodeEscape.js +26 -0
  2842. package/dist/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +170 -0
  2843. package/dist/node_modules/es-abstract/2018/ValidateAtomicAccess.js +36 -0
  2844. package/dist/node_modules/es-abstract/2018/ValidateTypedArray.js +30 -0
  2845. package/dist/node_modules/es-abstract/2018/WeekDay.js +10 -0
  2846. package/dist/node_modules/es-abstract/2018/WordCharacters.js +49 -0
  2847. package/dist/node_modules/es-abstract/2018/YearFromTime.js +16 -0
  2848. package/dist/node_modules/es-abstract/2018/abs.js +11 -0
  2849. package/dist/node_modules/es-abstract/2018/floor.js +11 -0
  2850. package/dist/node_modules/es-abstract/2018/max.js +7 -0
  2851. package/dist/node_modules/es-abstract/2018/min.js +7 -0
  2852. package/dist/node_modules/es-abstract/2018/modulo.js +9 -0
  2853. package/dist/node_modules/es-abstract/2018/msFromTime.js +11 -0
  2854. package/dist/node_modules/es-abstract/2018/thisBooleanValue.js +15 -0
  2855. package/dist/node_modules/es-abstract/2018/thisNumberValue.js +18 -0
  2856. package/dist/node_modules/es-abstract/2018/thisStringValue.js +15 -0
  2857. package/dist/node_modules/es-abstract/2018/thisSymbolValue.js +19 -0
  2858. package/dist/node_modules/es-abstract/2018/thisTimeValue.js +9 -0
  2859. package/dist/node_modules/es-abstract/2019/AbstractEqualityComparison.js +37 -0
  2860. package/dist/node_modules/es-abstract/2019/AbstractRelationalComparison.js +61 -0
  2861. package/dist/node_modules/es-abstract/2019/AddEntriesFromIterable.js +47 -0
  2862. package/dist/node_modules/es-abstract/2019/AdvanceStringIndex.js +47 -0
  2863. package/dist/node_modules/es-abstract/2019/ArrayCreate.js +54 -0
  2864. package/dist/node_modules/es-abstract/2019/ArraySetLength.js +85 -0
  2865. package/dist/node_modules/es-abstract/2019/ArraySpeciesCreate.js +47 -0
  2866. package/dist/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +45 -0
  2867. package/dist/node_modules/es-abstract/2019/AsyncIteratorClose.js +62 -0
  2868. package/dist/node_modules/es-abstract/2019/Call.js +20 -0
  2869. package/dist/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +22 -0
  2870. package/dist/node_modules/es-abstract/2019/Canonicalize.js +55 -0
  2871. package/dist/node_modules/es-abstract/2019/CharacterRange.js +31 -0
  2872. package/dist/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +39 -0
  2873. package/dist/node_modules/es-abstract/2019/CompletionRecord.js +53 -0
  2874. package/dist/node_modules/es-abstract/2019/CopyDataProperties.js +68 -0
  2875. package/dist/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +121 -0
  2876. package/dist/node_modules/es-abstract/2019/CreateDataProperty.js +27 -0
  2877. package/dist/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +25 -0
  2878. package/dist/node_modules/es-abstract/2019/CreateHTML.js +30 -0
  2879. package/dist/node_modules/es-abstract/2019/CreateIterResultObject.js +19 -0
  2880. package/dist/node_modules/es-abstract/2019/CreateListFromArrayLike.js +45 -0
  2881. package/dist/node_modules/es-abstract/2019/CreateMethodProperty.js +40 -0
  2882. package/dist/node_modules/es-abstract/2019/DateFromTime.js +54 -0
  2883. package/dist/node_modules/es-abstract/2019/DateString.js +30 -0
  2884. package/dist/node_modules/es-abstract/2019/Day.js +11 -0
  2885. package/dist/node_modules/es-abstract/2019/DayFromYear.js +10 -0
  2886. package/dist/node_modules/es-abstract/2019/DayWithinYear.js +11 -0
  2887. package/dist/node_modules/es-abstract/2019/DaysInYear.js +18 -0
  2888. package/dist/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +50 -0
  2889. package/dist/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +27 -0
  2890. package/dist/node_modules/es-abstract/2019/DetachArrayBuffer.js +43 -0
  2891. package/dist/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +43 -0
  2892. package/dist/node_modules/es-abstract/2019/FlattenIntoArray.js +57 -0
  2893. package/dist/node_modules/es-abstract/2019/FromPropertyDescriptor.js +16 -0
  2894. package/dist/node_modules/es-abstract/2019/Get.js +25 -0
  2895. package/dist/node_modules/es-abstract/2019/GetGlobalObject.js +9 -0
  2896. package/dist/node_modules/es-abstract/2019/GetIterator.js +34 -0
  2897. package/dist/node_modules/es-abstract/2019/GetMethod.js +36 -0
  2898. package/dist/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +31 -0
  2899. package/dist/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +32 -0
  2900. package/dist/node_modules/es-abstract/2019/GetSubstitution.js +124 -0
  2901. package/dist/node_modules/es-abstract/2019/GetV.js +25 -0
  2902. package/dist/node_modules/es-abstract/2019/GetValueFromBuffer.js +106 -0
  2903. package/dist/node_modules/es-abstract/2019/HasOwnProperty.js +22 -0
  2904. package/dist/node_modules/es-abstract/2019/HasProperty.js +20 -0
  2905. package/dist/node_modules/es-abstract/2019/HourFromTime.js +14 -0
  2906. package/dist/node_modules/es-abstract/2019/InLeapYear.js +21 -0
  2907. package/dist/node_modules/es-abstract/2019/InstanceofOperator.js +30 -0
  2908. package/dist/node_modules/es-abstract/2019/Invoke.js +24 -0
  2909. package/dist/node_modules/es-abstract/2019/IsAccessorDescriptor.js +23 -0
  2910. package/dist/node_modules/es-abstract/2019/IsArray.js +4 -0
  2911. package/dist/node_modules/es-abstract/2019/IsCallable.js +5 -0
  2912. package/dist/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +9 -0
  2913. package/dist/node_modules/es-abstract/2019/IsConcatSpreadable.js +25 -0
  2914. package/dist/node_modules/es-abstract/2019/IsConstructor.js +40 -0
  2915. package/dist/node_modules/es-abstract/2019/IsDataDescriptor.js +23 -0
  2916. package/dist/node_modules/es-abstract/2019/IsDetachedBuffer.js +27 -0
  2917. package/dist/node_modules/es-abstract/2019/IsExtensible.js +18 -0
  2918. package/dist/node_modules/es-abstract/2019/IsGenericDescriptor.js +23 -0
  2919. package/dist/node_modules/es-abstract/2019/IsInteger.js +9 -0
  2920. package/dist/node_modules/es-abstract/2019/IsPromise.js +24 -0
  2921. package/dist/node_modules/es-abstract/2019/IsPropertyKey.js +7 -0
  2922. package/dist/node_modules/es-abstract/2019/IsRegExp.js +24 -0
  2923. package/dist/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +19 -0
  2924. package/dist/node_modules/es-abstract/2019/IsStringPrefix.js +47 -0
  2925. package/dist/node_modules/es-abstract/2019/IsWordChar.js +48 -0
  2926. package/dist/node_modules/es-abstract/2019/IterableToList.js +24 -0
  2927. package/dist/node_modules/es-abstract/2019/IteratorClose.js +51 -0
  2928. package/dist/node_modules/es-abstract/2019/IteratorComplete.js +18 -0
  2929. package/dist/node_modules/es-abstract/2019/IteratorNext.js +18 -0
  2930. package/dist/node_modules/es-abstract/2019/IteratorStep.js +13 -0
  2931. package/dist/node_modules/es-abstract/2019/IteratorValue.js +18 -0
  2932. package/dist/node_modules/es-abstract/2019/MakeDate.js +13 -0
  2933. package/dist/node_modules/es-abstract/2019/MakeDay.js +33 -0
  2934. package/dist/node_modules/es-abstract/2019/MakeTime.js +23 -0
  2935. package/dist/node_modules/es-abstract/2019/MinFromTime.js +14 -0
  2936. package/dist/node_modules/es-abstract/2019/MonthFromTime.js +47 -0
  2937. package/dist/node_modules/es-abstract/2019/NewPromiseCapability.js +36 -0
  2938. package/dist/node_modules/es-abstract/2019/NormalCompletion.js +9 -0
  2939. package/dist/node_modules/es-abstract/2019/NumberToRawBytes.js +74 -0
  2940. package/dist/node_modules/es-abstract/2019/NumberToString.js +19 -0
  2941. package/dist/node_modules/es-abstract/2019/ObjectCreate.js +50 -0
  2942. package/dist/node_modules/es-abstract/2019/ObjectDefineProperties.js +38 -0
  2943. package/dist/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +20 -0
  2944. package/dist/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +61 -0
  2945. package/dist/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +44 -0
  2946. package/dist/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +21 -0
  2947. package/dist/node_modules/es-abstract/2019/OrdinaryHasInstance.js +25 -0
  2948. package/dist/node_modules/es-abstract/2019/OrdinaryHasProperty.js +20 -0
  2949. package/dist/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +53 -0
  2950. package/dist/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +38 -0
  2951. package/dist/node_modules/es-abstract/2019/PromiseResolve.js +17 -0
  2952. package/dist/node_modules/es-abstract/2019/QuoteJSONString.js +54 -0
  2953. package/dist/node_modules/es-abstract/2019/RawBytesToNumber.js +74 -0
  2954. package/dist/node_modules/es-abstract/2019/RegExpCreate.js +21 -0
  2955. package/dist/node_modules/es-abstract/2019/RegExpExec.js +32 -0
  2956. package/dist/node_modules/es-abstract/2019/RequireObjectCoercible.js +3 -0
  2957. package/dist/node_modules/es-abstract/2019/SameValue.js +13 -0
  2958. package/dist/node_modules/es-abstract/2019/SameValueNonNumber.js +16 -0
  2959. package/dist/node_modules/es-abstract/2019/SameValueZero.js +9 -0
  2960. package/dist/node_modules/es-abstract/2019/SecFromTime.js +14 -0
  2961. package/dist/node_modules/es-abstract/2019/Set.js +47 -0
  2962. package/dist/node_modules/es-abstract/2019/SetFunctionLength.js +32 -0
  2963. package/dist/node_modules/es-abstract/2019/SetFunctionName.js +44 -0
  2964. package/dist/node_modules/es-abstract/2019/SetIntegrityLevel.js +57 -0
  2965. package/dist/node_modules/es-abstract/2019/SetValueInBuffer.js +120 -0
  2966. package/dist/node_modules/es-abstract/2019/SpeciesConstructor.js +32 -0
  2967. package/dist/node_modules/es-abstract/2019/SplitMatch.js +39 -0
  2968. package/dist/node_modules/es-abstract/2019/StrictEqualityComparison.js +17 -0
  2969. package/dist/node_modules/es-abstract/2019/StringCreate.js +40 -0
  2970. package/dist/node_modules/es-abstract/2019/StringGetOwnProperty.js +48 -0
  2971. package/dist/node_modules/es-abstract/2019/SymbolDescriptiveString.js +20 -0
  2972. package/dist/node_modules/es-abstract/2019/TestIntegrityLevel.js +42 -0
  2973. package/dist/node_modules/es-abstract/2019/ThrowCompletion.js +9 -0
  2974. package/dist/node_modules/es-abstract/2019/TimeClip.js +21 -0
  2975. package/dist/node_modules/es-abstract/2019/TimeFromYear.js +11 -0
  2976. package/dist/node_modules/es-abstract/2019/TimeString.js +25 -0
  2977. package/dist/node_modules/es-abstract/2019/TimeWithinDay.js +12 -0
  2978. package/dist/node_modules/es-abstract/2019/ToBoolean.js +5 -0
  2979. package/dist/node_modules/es-abstract/2019/ToDateString.js +23 -0
  2980. package/dist/node_modules/es-abstract/2019/ToIndex.js +26 -0
  2981. package/dist/node_modules/es-abstract/2019/ToInt16.js +10 -0
  2982. package/dist/node_modules/es-abstract/2019/ToInt32.js +9 -0
  2983. package/dist/node_modules/es-abstract/2019/ToInt8.js +10 -0
  2984. package/dist/node_modules/es-abstract/2019/ToInteger.js +12 -0
  2985. package/dist/node_modules/es-abstract/2019/ToLength.js +12 -0
  2986. package/dist/node_modules/es-abstract/2019/ToNumber.js +48 -0
  2987. package/dist/node_modules/es-abstract/2019/ToObject.js +14 -0
  2988. package/dist/node_modules/es-abstract/2019/ToPrimitive.js +12 -0
  2989. package/dist/node_modules/es-abstract/2019/ToPropertyDescriptor.js +52 -0
  2990. package/dist/node_modules/es-abstract/2019/ToPropertyKey.js +15 -0
  2991. package/dist/node_modules/es-abstract/2019/ToString.js +15 -0
  2992. package/dist/node_modules/es-abstract/2019/ToUint16.js +19 -0
  2993. package/dist/node_modules/es-abstract/2019/ToUint32.js +9 -0
  2994. package/dist/node_modules/es-abstract/2019/ToUint8.js +20 -0
  2995. package/dist/node_modules/es-abstract/2019/ToUint8Clamp.js +19 -0
  2996. package/dist/node_modules/es-abstract/2019/TrimString.js +29 -0
  2997. package/dist/node_modules/es-abstract/2019/Type.js +12 -0
  2998. package/dist/node_modules/es-abstract/2019/TypedArrayCreate.js +50 -0
  2999. package/dist/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +39 -0
  3000. package/dist/node_modules/es-abstract/2019/UTF16Decode.js +21 -0
  3001. package/dist/node_modules/es-abstract/2019/UTF16Encoding.js +25 -0
  3002. package/dist/node_modules/es-abstract/2019/UnicodeEscape.js +26 -0
  3003. package/dist/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +170 -0
  3004. package/dist/node_modules/es-abstract/2019/ValidateAtomicAccess.js +36 -0
  3005. package/dist/node_modules/es-abstract/2019/ValidateTypedArray.js +30 -0
  3006. package/dist/node_modules/es-abstract/2019/WeekDay.js +10 -0
  3007. package/dist/node_modules/es-abstract/2019/WordCharacters.js +49 -0
  3008. package/dist/node_modules/es-abstract/2019/YearFromTime.js +16 -0
  3009. package/dist/node_modules/es-abstract/2019/abs.js +11 -0
  3010. package/dist/node_modules/es-abstract/2019/floor.js +11 -0
  3011. package/dist/node_modules/es-abstract/2019/max.js +7 -0
  3012. package/dist/node_modules/es-abstract/2019/min.js +7 -0
  3013. package/dist/node_modules/es-abstract/2019/modulo.js +9 -0
  3014. package/dist/node_modules/es-abstract/2019/msFromTime.js +11 -0
  3015. package/dist/node_modules/es-abstract/2019/thisBooleanValue.js +15 -0
  3016. package/dist/node_modules/es-abstract/2019/thisNumberValue.js +18 -0
  3017. package/dist/node_modules/es-abstract/2019/thisStringValue.js +15 -0
  3018. package/dist/node_modules/es-abstract/2019/thisSymbolValue.js +19 -0
  3019. package/dist/node_modules/es-abstract/2019/thisTimeValue.js +9 -0
  3020. package/dist/node_modules/es-abstract/2020/AbstractEqualityComparison.js +57 -0
  3021. package/dist/node_modules/es-abstract/2020/AbstractRelationalComparison.js +82 -0
  3022. package/dist/node_modules/es-abstract/2020/AddEntriesFromIterable.js +47 -0
  3023. package/dist/node_modules/es-abstract/2020/AdvanceStringIndex.js +34 -0
  3024. package/dist/node_modules/es-abstract/2020/ArrayCreate.js +54 -0
  3025. package/dist/node_modules/es-abstract/2020/ArraySetLength.js +85 -0
  3026. package/dist/node_modules/es-abstract/2020/ArraySpeciesCreate.js +47 -0
  3027. package/dist/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +45 -0
  3028. package/dist/node_modules/es-abstract/2020/AsyncIteratorClose.js +62 -0
  3029. package/dist/node_modules/es-abstract/2020/BigInt/add.js +18 -0
  3030. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +17 -0
  3031. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +17 -0
  3032. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +17 -0
  3033. package/dist/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +17 -0
  3034. package/dist/node_modules/es-abstract/2020/BigInt/divide.js +22 -0
  3035. package/dist/node_modules/es-abstract/2020/BigInt/equal.js +17 -0
  3036. package/dist/node_modules/es-abstract/2020/BigInt/exponentiate.js +31 -0
  3037. package/dist/node_modules/es-abstract/2020/BigInt/index.js +43 -0
  3038. package/dist/node_modules/es-abstract/2020/BigInt/leftShift.js +18 -0
  3039. package/dist/node_modules/es-abstract/2020/BigInt/lessThan.js +18 -0
  3040. package/dist/node_modules/es-abstract/2020/BigInt/multiply.js +18 -0
  3041. package/dist/node_modules/es-abstract/2020/BigInt/remainder.js +30 -0
  3042. package/dist/node_modules/es-abstract/2020/BigInt/sameValue.js +18 -0
  3043. package/dist/node_modules/es-abstract/2020/BigInt/sameValueZero.js +18 -0
  3044. package/dist/node_modules/es-abstract/2020/BigInt/signedRightShift.js +18 -0
  3045. package/dist/node_modules/es-abstract/2020/BigInt/subtract.js +18 -0
  3046. package/dist/node_modules/es-abstract/2020/BigInt/toString.js +18 -0
  3047. package/dist/node_modules/es-abstract/2020/BigInt/unaryMinus.js +24 -0
  3048. package/dist/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +17 -0
  3049. package/dist/node_modules/es-abstract/2020/BigIntBitwiseOp.js +66 -0
  3050. package/dist/node_modules/es-abstract/2020/BinaryAnd.js +14 -0
  3051. package/dist/node_modules/es-abstract/2020/BinaryOr.js +14 -0
  3052. package/dist/node_modules/es-abstract/2020/BinaryXor.js +14 -0
  3053. package/dist/node_modules/es-abstract/2020/Call.js +20 -0
  3054. package/dist/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +22 -0
  3055. package/dist/node_modules/es-abstract/2020/Canonicalize.js +55 -0
  3056. package/dist/node_modules/es-abstract/2020/CharacterRange.js +31 -0
  3057. package/dist/node_modules/es-abstract/2020/CodePointAt.js +58 -0
  3058. package/dist/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +39 -0
  3059. package/dist/node_modules/es-abstract/2020/CompletionRecord.js +53 -0
  3060. package/dist/node_modules/es-abstract/2020/CopyDataProperties.js +64 -0
  3061. package/dist/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +121 -0
  3062. package/dist/node_modules/es-abstract/2020/CreateDataProperty.js +27 -0
  3063. package/dist/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +25 -0
  3064. package/dist/node_modules/es-abstract/2020/CreateHTML.js +30 -0
  3065. package/dist/node_modules/es-abstract/2020/CreateIterResultObject.js +19 -0
  3066. package/dist/node_modules/es-abstract/2020/CreateListFromArrayLike.js +46 -0
  3067. package/dist/node_modules/es-abstract/2020/CreateMethodProperty.js +40 -0
  3068. package/dist/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +100 -0
  3069. package/dist/node_modules/es-abstract/2020/DateFromTime.js +54 -0
  3070. package/dist/node_modules/es-abstract/2020/DateString.js +30 -0
  3071. package/dist/node_modules/es-abstract/2020/Day.js +11 -0
  3072. package/dist/node_modules/es-abstract/2020/DayFromYear.js +10 -0
  3073. package/dist/node_modules/es-abstract/2020/DayWithinYear.js +11 -0
  3074. package/dist/node_modules/es-abstract/2020/DaysInYear.js +18 -0
  3075. package/dist/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +50 -0
  3076. package/dist/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +27 -0
  3077. package/dist/node_modules/es-abstract/2020/DetachArrayBuffer.js +43 -0
  3078. package/dist/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +43 -0
  3079. package/dist/node_modules/es-abstract/2020/FlattenIntoArray.js +57 -0
  3080. package/dist/node_modules/es-abstract/2020/FromPropertyDescriptor.js +16 -0
  3081. package/dist/node_modules/es-abstract/2020/Get.js +25 -0
  3082. package/dist/node_modules/es-abstract/2020/GetGlobalObject.js +9 -0
  3083. package/dist/node_modules/es-abstract/2020/GetIterator.js +66 -0
  3084. package/dist/node_modules/es-abstract/2020/GetMethod.js +36 -0
  3085. package/dist/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +31 -0
  3086. package/dist/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +32 -0
  3087. package/dist/node_modules/es-abstract/2020/GetSubstitution.js +124 -0
  3088. package/dist/node_modules/es-abstract/2020/GetV.js +25 -0
  3089. package/dist/node_modules/es-abstract/2020/GetValueFromBuffer.js +110 -0
  3090. package/dist/node_modules/es-abstract/2020/HasOwnProperty.js +22 -0
  3091. package/dist/node_modules/es-abstract/2020/HasProperty.js +20 -0
  3092. package/dist/node_modules/es-abstract/2020/HourFromTime.js +14 -0
  3093. package/dist/node_modules/es-abstract/2020/InLeapYear.js +21 -0
  3094. package/dist/node_modules/es-abstract/2020/InstanceofOperator.js +30 -0
  3095. package/dist/node_modules/es-abstract/2020/Invoke.js +24 -0
  3096. package/dist/node_modules/es-abstract/2020/IsAccessorDescriptor.js +23 -0
  3097. package/dist/node_modules/es-abstract/2020/IsArray.js +4 -0
  3098. package/dist/node_modules/es-abstract/2020/IsBigIntElementType.js +7 -0
  3099. package/dist/node_modules/es-abstract/2020/IsCallable.js +5 -0
  3100. package/dist/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +9 -0
  3101. package/dist/node_modules/es-abstract/2020/IsConcatSpreadable.js +25 -0
  3102. package/dist/node_modules/es-abstract/2020/IsConstructor.js +40 -0
  3103. package/dist/node_modules/es-abstract/2020/IsDataDescriptor.js +23 -0
  3104. package/dist/node_modules/es-abstract/2020/IsDetachedBuffer.js +27 -0
  3105. package/dist/node_modules/es-abstract/2020/IsExtensible.js +18 -0
  3106. package/dist/node_modules/es-abstract/2020/IsGenericDescriptor.js +23 -0
  3107. package/dist/node_modules/es-abstract/2020/IsInteger.js +9 -0
  3108. package/dist/node_modules/es-abstract/2020/IsNoTearConfiguration.js +16 -0
  3109. package/dist/node_modules/es-abstract/2020/IsNonNegativeInteger.js +9 -0
  3110. package/dist/node_modules/es-abstract/2020/IsPromise.js +24 -0
  3111. package/dist/node_modules/es-abstract/2020/IsPropertyKey.js +7 -0
  3112. package/dist/node_modules/es-abstract/2020/IsRegExp.js +24 -0
  3113. package/dist/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +19 -0
  3114. package/dist/node_modules/es-abstract/2020/IsStringPrefix.js +47 -0
  3115. package/dist/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +12 -0
  3116. package/dist/node_modules/es-abstract/2020/IsUnsignedElementType.js +11 -0
  3117. package/dist/node_modules/es-abstract/2020/IsValidIntegerIndex.js +30 -0
  3118. package/dist/node_modules/es-abstract/2020/IsWordChar.js +48 -0
  3119. package/dist/node_modules/es-abstract/2020/IterableToList.js +24 -0
  3120. package/dist/node_modules/es-abstract/2020/IteratorClose.js +51 -0
  3121. package/dist/node_modules/es-abstract/2020/IteratorComplete.js +18 -0
  3122. package/dist/node_modules/es-abstract/2020/IteratorNext.js +18 -0
  3123. package/dist/node_modules/es-abstract/2020/IteratorStep.js +13 -0
  3124. package/dist/node_modules/es-abstract/2020/IteratorValue.js +18 -0
  3125. package/dist/node_modules/es-abstract/2020/LengthOfArrayLike.js +20 -0
  3126. package/dist/node_modules/es-abstract/2020/MakeDate.js +13 -0
  3127. package/dist/node_modules/es-abstract/2020/MakeDay.js +33 -0
  3128. package/dist/node_modules/es-abstract/2020/MakeTime.js +23 -0
  3129. package/dist/node_modules/es-abstract/2020/MinFromTime.js +14 -0
  3130. package/dist/node_modules/es-abstract/2020/MonthFromTime.js +47 -0
  3131. package/dist/node_modules/es-abstract/2020/NewPromiseCapability.js +36 -0
  3132. package/dist/node_modules/es-abstract/2020/NormalCompletion.js +9 -0
  3133. package/dist/node_modules/es-abstract/2020/Number/add.js +44 -0
  3134. package/dist/node_modules/es-abstract/2020/Number/bitwiseAND.js +17 -0
  3135. package/dist/node_modules/es-abstract/2020/Number/bitwiseNOT.js +19 -0
  3136. package/dist/node_modules/es-abstract/2020/Number/bitwiseOR.js +17 -0
  3137. package/dist/node_modules/es-abstract/2020/Number/bitwiseXOR.js +17 -0
  3138. package/dist/node_modules/es-abstract/2020/Number/divide.js +22 -0
  3139. package/dist/node_modules/es-abstract/2020/Number/equal.js +21 -0
  3140. package/dist/node_modules/es-abstract/2020/Number/exponentiate.js +77 -0
  3141. package/dist/node_modules/es-abstract/2020/Number/index.js +43 -0
  3142. package/dist/node_modules/es-abstract/2020/Number/leftShift.js +24 -0
  3143. package/dist/node_modules/es-abstract/2020/Number/lessThan.js +26 -0
  3144. package/dist/node_modules/es-abstract/2020/Number/multiply.js +33 -0
  3145. package/dist/node_modules/es-abstract/2020/Number/remainder.js +32 -0
  3146. package/dist/node_modules/es-abstract/2020/Number/sameValue.js +21 -0
  3147. package/dist/node_modules/es-abstract/2020/Number/sameValueZero.js +24 -0
  3148. package/dist/node_modules/es-abstract/2020/Number/signedRightShift.js +24 -0
  3149. package/dist/node_modules/es-abstract/2020/Number/subtract.js +16 -0
  3150. package/dist/node_modules/es-abstract/2020/Number/toString.js +18 -0
  3151. package/dist/node_modules/es-abstract/2020/Number/unaryMinus.js +21 -0
  3152. package/dist/node_modules/es-abstract/2020/Number/unsignedRightShift.js +24 -0
  3153. package/dist/node_modules/es-abstract/2020/NumberBitwiseOp.js +29 -0
  3154. package/dist/node_modules/es-abstract/2020/NumberToBigInt.js +27 -0
  3155. package/dist/node_modules/es-abstract/2020/NumericToRawBytes.js +80 -0
  3156. package/dist/node_modules/es-abstract/2020/ObjectDefineProperties.js +38 -0
  3157. package/dist/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +20 -0
  3158. package/dist/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +61 -0
  3159. package/dist/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +44 -0
  3160. package/dist/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +21 -0
  3161. package/dist/node_modules/es-abstract/2020/OrdinaryHasInstance.js +25 -0
  3162. package/dist/node_modules/es-abstract/2020/OrdinaryHasProperty.js +20 -0
  3163. package/dist/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +56 -0
  3164. package/dist/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +53 -0
  3165. package/dist/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +38 -0
  3166. package/dist/node_modules/es-abstract/2020/PromiseResolve.js +17 -0
  3167. package/dist/node_modules/es-abstract/2020/QuoteJSONString.js +54 -0
  3168. package/dist/node_modules/es-abstract/2020/RawBytesToNumeric.js +84 -0
  3169. package/dist/node_modules/es-abstract/2020/RegExpCreate.js +21 -0
  3170. package/dist/node_modules/es-abstract/2020/RegExpExec.js +32 -0
  3171. package/dist/node_modules/es-abstract/2020/RequireObjectCoercible.js +3 -0
  3172. package/dist/node_modules/es-abstract/2020/SameValue.js +13 -0
  3173. package/dist/node_modules/es-abstract/2020/SameValueNonNumeric.js +21 -0
  3174. package/dist/node_modules/es-abstract/2020/SameValueZero.js +9 -0
  3175. package/dist/node_modules/es-abstract/2020/SecFromTime.js +14 -0
  3176. package/dist/node_modules/es-abstract/2020/Set.js +47 -0
  3177. package/dist/node_modules/es-abstract/2020/SetFunctionLength.js +31 -0
  3178. package/dist/node_modules/es-abstract/2020/SetFunctionName.js +44 -0
  3179. package/dist/node_modules/es-abstract/2020/SetIntegrityLevel.js +57 -0
  3180. package/dist/node_modules/es-abstract/2020/SetValueInBuffer.js +109 -0
  3181. package/dist/node_modules/es-abstract/2020/SpeciesConstructor.js +32 -0
  3182. package/dist/node_modules/es-abstract/2020/SplitMatch.js +39 -0
  3183. package/dist/node_modules/es-abstract/2020/StrictEqualityComparison.js +17 -0
  3184. package/dist/node_modules/es-abstract/2020/StringCreate.js +40 -0
  3185. package/dist/node_modules/es-abstract/2020/StringGetOwnProperty.js +48 -0
  3186. package/dist/node_modules/es-abstract/2020/StringPad.js +43 -0
  3187. package/dist/node_modules/es-abstract/2020/StringToBigInt.js +23 -0
  3188. package/dist/node_modules/es-abstract/2020/SymbolDescriptiveString.js +20 -0
  3189. package/dist/node_modules/es-abstract/2020/TestIntegrityLevel.js +42 -0
  3190. package/dist/node_modules/es-abstract/2020/ThrowCompletion.js +9 -0
  3191. package/dist/node_modules/es-abstract/2020/TimeClip.js +21 -0
  3192. package/dist/node_modules/es-abstract/2020/TimeFromYear.js +11 -0
  3193. package/dist/node_modules/es-abstract/2020/TimeString.js +25 -0
  3194. package/dist/node_modules/es-abstract/2020/TimeWithinDay.js +12 -0
  3195. package/dist/node_modules/es-abstract/2020/ToBigInt.js +53 -0
  3196. package/dist/node_modules/es-abstract/2020/ToBigInt64.js +25 -0
  3197. package/dist/node_modules/es-abstract/2020/ToBigUint64.js +22 -0
  3198. package/dist/node_modules/es-abstract/2020/ToBoolean.js +5 -0
  3199. package/dist/node_modules/es-abstract/2020/ToDateString.js +23 -0
  3200. package/dist/node_modules/es-abstract/2020/ToIndex.js +26 -0
  3201. package/dist/node_modules/es-abstract/2020/ToInt16.js +10 -0
  3202. package/dist/node_modules/es-abstract/2020/ToInt32.js +9 -0
  3203. package/dist/node_modules/es-abstract/2020/ToInt8.js +10 -0
  3204. package/dist/node_modules/es-abstract/2020/ToInteger.js +15 -0
  3205. package/dist/node_modules/es-abstract/2020/ToLength.js +12 -0
  3206. package/dist/node_modules/es-abstract/2020/ToNumber.js +51 -0
  3207. package/dist/node_modules/es-abstract/2020/ToNumeric.js +21 -0
  3208. package/dist/node_modules/es-abstract/2020/ToObject.js +14 -0
  3209. package/dist/node_modules/es-abstract/2020/ToPrimitive.js +12 -0
  3210. package/dist/node_modules/es-abstract/2020/ToPropertyDescriptor.js +52 -0
  3211. package/dist/node_modules/es-abstract/2020/ToPropertyKey.js +15 -0
  3212. package/dist/node_modules/es-abstract/2020/ToString.js +15 -0
  3213. package/dist/node_modules/es-abstract/2020/ToUint16.js +19 -0
  3214. package/dist/node_modules/es-abstract/2020/ToUint32.js +9 -0
  3215. package/dist/node_modules/es-abstract/2020/ToUint8.js +20 -0
  3216. package/dist/node_modules/es-abstract/2020/ToUint8Clamp.js +19 -0
  3217. package/dist/node_modules/es-abstract/2020/TrimString.js +29 -0
  3218. package/dist/node_modules/es-abstract/2020/Type.js +15 -0
  3219. package/dist/node_modules/es-abstract/2020/TypedArrayCreate.js +50 -0
  3220. package/dist/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +39 -0
  3221. package/dist/node_modules/es-abstract/2020/UTF16DecodeString.js +29 -0
  3222. package/dist/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +19 -0
  3223. package/dist/node_modules/es-abstract/2020/UTF16Encoding.js +25 -0
  3224. package/dist/node_modules/es-abstract/2020/UnicodeEscape.js +27 -0
  3225. package/dist/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +170 -0
  3226. package/dist/node_modules/es-abstract/2020/ValidateAtomicAccess.js +36 -0
  3227. package/dist/node_modules/es-abstract/2020/ValidateTypedArray.js +30 -0
  3228. package/dist/node_modules/es-abstract/2020/WeekDay.js +10 -0
  3229. package/dist/node_modules/es-abstract/2020/WordCharacters.js +49 -0
  3230. package/dist/node_modules/es-abstract/2020/YearFromTime.js +16 -0
  3231. package/dist/node_modules/es-abstract/2020/abs.js +11 -0
  3232. package/dist/node_modules/es-abstract/2020/floor.js +16 -0
  3233. package/dist/node_modules/es-abstract/2020/max.js +7 -0
  3234. package/dist/node_modules/es-abstract/2020/min.js +7 -0
  3235. package/dist/node_modules/es-abstract/2020/modulo.js +9 -0
  3236. package/dist/node_modules/es-abstract/2020/msFromTime.js +11 -0
  3237. package/dist/node_modules/es-abstract/2020/thisBigIntValue.js +22 -0
  3238. package/dist/node_modules/es-abstract/2020/thisBooleanValue.js +15 -0
  3239. package/dist/node_modules/es-abstract/2020/thisNumberValue.js +18 -0
  3240. package/dist/node_modules/es-abstract/2020/thisStringValue.js +15 -0
  3241. package/dist/node_modules/es-abstract/2020/thisSymbolValue.js +19 -0
  3242. package/dist/node_modules/es-abstract/2020/thisTimeValue.js +9 -0
  3243. package/dist/node_modules/es-abstract/2021/AbstractEqualityComparison.js +57 -0
  3244. package/dist/node_modules/es-abstract/2021/AbstractRelationalComparison.js +82 -0
  3245. package/dist/node_modules/es-abstract/2021/AddEntriesFromIterable.js +47 -0
  3246. package/dist/node_modules/es-abstract/2021/AddToKeptObjects.js +21 -0
  3247. package/dist/node_modules/es-abstract/2021/AdvanceStringIndex.js +34 -0
  3248. package/dist/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +80 -0
  3249. package/dist/node_modules/es-abstract/2021/ArrayCreate.js +54 -0
  3250. package/dist/node_modules/es-abstract/2021/ArraySetLength.js +85 -0
  3251. package/dist/node_modules/es-abstract/2021/ArraySpeciesCreate.js +49 -0
  3252. package/dist/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +45 -0
  3253. package/dist/node_modules/es-abstract/2021/AsyncIteratorClose.js +68 -0
  3254. package/dist/node_modules/es-abstract/2021/BigInt/add.js +18 -0
  3255. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +17 -0
  3256. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +17 -0
  3257. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +17 -0
  3258. package/dist/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +17 -0
  3259. package/dist/node_modules/es-abstract/2021/BigInt/divide.js +22 -0
  3260. package/dist/node_modules/es-abstract/2021/BigInt/equal.js +17 -0
  3261. package/dist/node_modules/es-abstract/2021/BigInt/exponentiate.js +31 -0
  3262. package/dist/node_modules/es-abstract/2021/BigInt/index.js +43 -0
  3263. package/dist/node_modules/es-abstract/2021/BigInt/leftShift.js +18 -0
  3264. package/dist/node_modules/es-abstract/2021/BigInt/lessThan.js +18 -0
  3265. package/dist/node_modules/es-abstract/2021/BigInt/multiply.js +18 -0
  3266. package/dist/node_modules/es-abstract/2021/BigInt/remainder.js +30 -0
  3267. package/dist/node_modules/es-abstract/2021/BigInt/sameValue.js +18 -0
  3268. package/dist/node_modules/es-abstract/2021/BigInt/sameValueZero.js +18 -0
  3269. package/dist/node_modules/es-abstract/2021/BigInt/signedRightShift.js +18 -0
  3270. package/dist/node_modules/es-abstract/2021/BigInt/subtract.js +18 -0
  3271. package/dist/node_modules/es-abstract/2021/BigInt/toString.js +18 -0
  3272. package/dist/node_modules/es-abstract/2021/BigInt/unaryMinus.js +24 -0
  3273. package/dist/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +17 -0
  3274. package/dist/node_modules/es-abstract/2021/BigIntBitwiseOp.js +66 -0
  3275. package/dist/node_modules/es-abstract/2021/BinaryAnd.js +14 -0
  3276. package/dist/node_modules/es-abstract/2021/BinaryOr.js +14 -0
  3277. package/dist/node_modules/es-abstract/2021/BinaryXor.js +14 -0
  3278. package/dist/node_modules/es-abstract/2021/ByteListBitwiseOp.js +44 -0
  3279. package/dist/node_modules/es-abstract/2021/ByteListEqual.js +33 -0
  3280. package/dist/node_modules/es-abstract/2021/Call.js +20 -0
  3281. package/dist/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +22 -0
  3282. package/dist/node_modules/es-abstract/2021/Canonicalize.js +55 -0
  3283. package/dist/node_modules/es-abstract/2021/CharacterRange.js +31 -0
  3284. package/dist/node_modules/es-abstract/2021/ClearKeptObjects.js +12 -0
  3285. package/dist/node_modules/es-abstract/2021/CloneArrayBuffer.js +49 -0
  3286. package/dist/node_modules/es-abstract/2021/CodePointAt.js +58 -0
  3287. package/dist/node_modules/es-abstract/2021/CodePointsToString.js +27 -0
  3288. package/dist/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +39 -0
  3289. package/dist/node_modules/es-abstract/2021/CompletionRecord.js +53 -0
  3290. package/dist/node_modules/es-abstract/2021/CopyDataProperties.js +70 -0
  3291. package/dist/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +121 -0
  3292. package/dist/node_modules/es-abstract/2021/CreateDataProperty.js +27 -0
  3293. package/dist/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +25 -0
  3294. package/dist/node_modules/es-abstract/2021/CreateHTML.js +30 -0
  3295. package/dist/node_modules/es-abstract/2021/CreateIterResultObject.js +19 -0
  3296. package/dist/node_modules/es-abstract/2021/CreateListFromArrayLike.js +46 -0
  3297. package/dist/node_modules/es-abstract/2021/CreateMethodProperty.js +40 -0
  3298. package/dist/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +100 -0
  3299. package/dist/node_modules/es-abstract/2021/DateFromTime.js +54 -0
  3300. package/dist/node_modules/es-abstract/2021/DateString.js +30 -0
  3301. package/dist/node_modules/es-abstract/2021/Day.js +11 -0
  3302. package/dist/node_modules/es-abstract/2021/DayFromYear.js +10 -0
  3303. package/dist/node_modules/es-abstract/2021/DayWithinYear.js +11 -0
  3304. package/dist/node_modules/es-abstract/2021/DaysInYear.js +18 -0
  3305. package/dist/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +50 -0
  3306. package/dist/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +27 -0
  3307. package/dist/node_modules/es-abstract/2021/DetachArrayBuffer.js +43 -0
  3308. package/dist/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +43 -0
  3309. package/dist/node_modules/es-abstract/2021/FlattenIntoArray.js +57 -0
  3310. package/dist/node_modules/es-abstract/2021/FromPropertyDescriptor.js +16 -0
  3311. package/dist/node_modules/es-abstract/2021/Get.js +25 -0
  3312. package/dist/node_modules/es-abstract/2021/GetGlobalObject.js +9 -0
  3313. package/dist/node_modules/es-abstract/2021/GetIterator.js +66 -0
  3314. package/dist/node_modules/es-abstract/2021/GetMethod.js +36 -0
  3315. package/dist/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +31 -0
  3316. package/dist/node_modules/es-abstract/2021/GetPromiseResolve.js +22 -0
  3317. package/dist/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +32 -0
  3318. package/dist/node_modules/es-abstract/2021/GetSubstitution.js +124 -0
  3319. package/dist/node_modules/es-abstract/2021/GetV.js +25 -0
  3320. package/dist/node_modules/es-abstract/2021/GetValueFromBuffer.js +110 -0
  3321. package/dist/node_modules/es-abstract/2021/HasOwnProperty.js +22 -0
  3322. package/dist/node_modules/es-abstract/2021/HasProperty.js +20 -0
  3323. package/dist/node_modules/es-abstract/2021/HourFromTime.js +14 -0
  3324. package/dist/node_modules/es-abstract/2021/InLeapYear.js +21 -0
  3325. package/dist/node_modules/es-abstract/2021/InstanceofOperator.js +30 -0
  3326. package/dist/node_modules/es-abstract/2021/Invoke.js +24 -0
  3327. package/dist/node_modules/es-abstract/2021/IsAccessorDescriptor.js +23 -0
  3328. package/dist/node_modules/es-abstract/2021/IsArray.js +4 -0
  3329. package/dist/node_modules/es-abstract/2021/IsBigIntElementType.js +7 -0
  3330. package/dist/node_modules/es-abstract/2021/IsCallable.js +5 -0
  3331. package/dist/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +9 -0
  3332. package/dist/node_modules/es-abstract/2021/IsConcatSpreadable.js +25 -0
  3333. package/dist/node_modules/es-abstract/2021/IsConstructor.js +40 -0
  3334. package/dist/node_modules/es-abstract/2021/IsDataDescriptor.js +23 -0
  3335. package/dist/node_modules/es-abstract/2021/IsDetachedBuffer.js +27 -0
  3336. package/dist/node_modules/es-abstract/2021/IsExtensible.js +18 -0
  3337. package/dist/node_modules/es-abstract/2021/IsGenericDescriptor.js +23 -0
  3338. package/dist/node_modules/es-abstract/2021/IsIntegralNumber.js +9 -0
  3339. package/dist/node_modules/es-abstract/2021/IsNoTearConfiguration.js +16 -0
  3340. package/dist/node_modules/es-abstract/2021/IsPromise.js +24 -0
  3341. package/dist/node_modules/es-abstract/2021/IsPropertyKey.js +7 -0
  3342. package/dist/node_modules/es-abstract/2021/IsRegExp.js +24 -0
  3343. package/dist/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +19 -0
  3344. package/dist/node_modules/es-abstract/2021/IsStringPrefix.js +47 -0
  3345. package/dist/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +12 -0
  3346. package/dist/node_modules/es-abstract/2021/IsUnsignedElementType.js +11 -0
  3347. package/dist/node_modules/es-abstract/2021/IsValidIntegerIndex.js +33 -0
  3348. package/dist/node_modules/es-abstract/2021/IsWordChar.js +48 -0
  3349. package/dist/node_modules/es-abstract/2021/IterableToList.js +29 -0
  3350. package/dist/node_modules/es-abstract/2021/IteratorClose.js +51 -0
  3351. package/dist/node_modules/es-abstract/2021/IteratorComplete.js +18 -0
  3352. package/dist/node_modules/es-abstract/2021/IteratorNext.js +18 -0
  3353. package/dist/node_modules/es-abstract/2021/IteratorStep.js +13 -0
  3354. package/dist/node_modules/es-abstract/2021/IteratorValue.js +18 -0
  3355. package/dist/node_modules/es-abstract/2021/LengthOfArrayLike.js +20 -0
  3356. package/dist/node_modules/es-abstract/2021/MakeDate.js +13 -0
  3357. package/dist/node_modules/es-abstract/2021/MakeDay.js +36 -0
  3358. package/dist/node_modules/es-abstract/2021/MakeTime.js +23 -0
  3359. package/dist/node_modules/es-abstract/2021/MinFromTime.js +14 -0
  3360. package/dist/node_modules/es-abstract/2021/MonthFromTime.js +47 -0
  3361. package/dist/node_modules/es-abstract/2021/NewPromiseCapability.js +36 -0
  3362. package/dist/node_modules/es-abstract/2021/NormalCompletion.js +9 -0
  3363. package/dist/node_modules/es-abstract/2021/Number/add.js +36 -0
  3364. package/dist/node_modules/es-abstract/2021/Number/bitwiseAND.js +17 -0
  3365. package/dist/node_modules/es-abstract/2021/Number/bitwiseNOT.js +19 -0
  3366. package/dist/node_modules/es-abstract/2021/Number/bitwiseOR.js +17 -0
  3367. package/dist/node_modules/es-abstract/2021/Number/bitwiseXOR.js +17 -0
  3368. package/dist/node_modules/es-abstract/2021/Number/divide.js +22 -0
  3369. package/dist/node_modules/es-abstract/2021/Number/equal.js +21 -0
  3370. package/dist/node_modules/es-abstract/2021/Number/exponentiate.js +77 -0
  3371. package/dist/node_modules/es-abstract/2021/Number/index.js +43 -0
  3372. package/dist/node_modules/es-abstract/2021/Number/leftShift.js +25 -0
  3373. package/dist/node_modules/es-abstract/2021/Number/lessThan.js +26 -0
  3374. package/dist/node_modules/es-abstract/2021/Number/multiply.js +33 -0
  3375. package/dist/node_modules/es-abstract/2021/Number/remainder.js +32 -0
  3376. package/dist/node_modules/es-abstract/2021/Number/sameValue.js +21 -0
  3377. package/dist/node_modules/es-abstract/2021/Number/sameValueZero.js +24 -0
  3378. package/dist/node_modules/es-abstract/2021/Number/signedRightShift.js +25 -0
  3379. package/dist/node_modules/es-abstract/2021/Number/subtract.js +19 -0
  3380. package/dist/node_modules/es-abstract/2021/Number/toString.js +18 -0
  3381. package/dist/node_modules/es-abstract/2021/Number/unaryMinus.js +21 -0
  3382. package/dist/node_modules/es-abstract/2021/Number/unsignedRightShift.js +25 -0
  3383. package/dist/node_modules/es-abstract/2021/NumberBitwiseOp.js +29 -0
  3384. package/dist/node_modules/es-abstract/2021/NumberToBigInt.js +26 -0
  3385. package/dist/node_modules/es-abstract/2021/NumericToRawBytes.js +80 -0
  3386. package/dist/node_modules/es-abstract/2021/ObjectDefineProperties.js +38 -0
  3387. package/dist/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +20 -0
  3388. package/dist/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +61 -0
  3389. package/dist/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +44 -0
  3390. package/dist/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +21 -0
  3391. package/dist/node_modules/es-abstract/2021/OrdinaryHasInstance.js +25 -0
  3392. package/dist/node_modules/es-abstract/2021/OrdinaryHasProperty.js +20 -0
  3393. package/dist/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +56 -0
  3394. package/dist/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +53 -0
  3395. package/dist/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +38 -0
  3396. package/dist/node_modules/es-abstract/2021/PromiseResolve.js +17 -0
  3397. package/dist/node_modules/es-abstract/2021/QuoteJSONString.js +54 -0
  3398. package/dist/node_modules/es-abstract/2021/RawBytesToNumeric.js +84 -0
  3399. package/dist/node_modules/es-abstract/2021/RegExpCreate.js +21 -0
  3400. package/dist/node_modules/es-abstract/2021/RegExpExec.js +32 -0
  3401. package/dist/node_modules/es-abstract/2021/RequireObjectCoercible.js +3 -0
  3402. package/dist/node_modules/es-abstract/2021/SameValue.js +13 -0
  3403. package/dist/node_modules/es-abstract/2021/SameValueNonNumeric.js +21 -0
  3404. package/dist/node_modules/es-abstract/2021/SameValueZero.js +9 -0
  3405. package/dist/node_modules/es-abstract/2021/SecFromTime.js +14 -0
  3406. package/dist/node_modules/es-abstract/2021/Set.js +47 -0
  3407. package/dist/node_modules/es-abstract/2021/SetFunctionLength.js +32 -0
  3408. package/dist/node_modules/es-abstract/2021/SetFunctionName.js +44 -0
  3409. package/dist/node_modules/es-abstract/2021/SetIntegrityLevel.js +57 -0
  3410. package/dist/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +127 -0
  3411. package/dist/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +167 -0
  3412. package/dist/node_modules/es-abstract/2021/SetValueInBuffer.js +105 -0
  3413. package/dist/node_modules/es-abstract/2021/SpeciesConstructor.js +32 -0
  3414. package/dist/node_modules/es-abstract/2021/SplitMatch.js +39 -0
  3415. package/dist/node_modules/es-abstract/2021/StrictEqualityComparison.js +17 -0
  3416. package/dist/node_modules/es-abstract/2021/StringCreate.js +40 -0
  3417. package/dist/node_modules/es-abstract/2021/StringGetOwnProperty.js +48 -0
  3418. package/dist/node_modules/es-abstract/2021/StringIndexOf.js +40 -0
  3419. package/dist/node_modules/es-abstract/2021/StringPad.js +43 -0
  3420. package/dist/node_modules/es-abstract/2021/StringToBigInt.js +23 -0
  3421. package/dist/node_modules/es-abstract/2021/StringToCodePoints.js +29 -0
  3422. package/dist/node_modules/es-abstract/2021/SymbolDescriptiveString.js +20 -0
  3423. package/dist/node_modules/es-abstract/2021/TestIntegrityLevel.js +42 -0
  3424. package/dist/node_modules/es-abstract/2021/ThrowCompletion.js +9 -0
  3425. package/dist/node_modules/es-abstract/2021/TimeClip.js +21 -0
  3426. package/dist/node_modules/es-abstract/2021/TimeFromYear.js +11 -0
  3427. package/dist/node_modules/es-abstract/2021/TimeString.js +25 -0
  3428. package/dist/node_modules/es-abstract/2021/TimeWithinDay.js +12 -0
  3429. package/dist/node_modules/es-abstract/2021/ToBigInt.js +53 -0
  3430. package/dist/node_modules/es-abstract/2021/ToBigInt64.js +25 -0
  3431. package/dist/node_modules/es-abstract/2021/ToBigUint64.js +22 -0
  3432. package/dist/node_modules/es-abstract/2021/ToBoolean.js +5 -0
  3433. package/dist/node_modules/es-abstract/2021/ToDateString.js +23 -0
  3434. package/dist/node_modules/es-abstract/2021/ToIndex.js +26 -0
  3435. package/dist/node_modules/es-abstract/2021/ToInt16.js +10 -0
  3436. package/dist/node_modules/es-abstract/2021/ToInt32.js +9 -0
  3437. package/dist/node_modules/es-abstract/2021/ToInt8.js +10 -0
  3438. package/dist/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +20 -0
  3439. package/dist/node_modules/es-abstract/2021/ToLength.js +12 -0
  3440. package/dist/node_modules/es-abstract/2021/ToNumber.js +51 -0
  3441. package/dist/node_modules/es-abstract/2021/ToNumeric.js +21 -0
  3442. package/dist/node_modules/es-abstract/2021/ToObject.js +14 -0
  3443. package/dist/node_modules/es-abstract/2021/ToPrimitive.js +12 -0
  3444. package/dist/node_modules/es-abstract/2021/ToPropertyDescriptor.js +52 -0
  3445. package/dist/node_modules/es-abstract/2021/ToPropertyKey.js +15 -0
  3446. package/dist/node_modules/es-abstract/2021/ToString.js +15 -0
  3447. package/dist/node_modules/es-abstract/2021/ToUint16.js +19 -0
  3448. package/dist/node_modules/es-abstract/2021/ToUint32.js +9 -0
  3449. package/dist/node_modules/es-abstract/2021/ToUint8.js +20 -0
  3450. package/dist/node_modules/es-abstract/2021/ToUint8Clamp.js +19 -0
  3451. package/dist/node_modules/es-abstract/2021/TrimString.js +29 -0
  3452. package/dist/node_modules/es-abstract/2021/Type.js +15 -0
  3453. package/dist/node_modules/es-abstract/2021/TypedArrayCreate.js +50 -0
  3454. package/dist/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +39 -0
  3455. package/dist/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +25 -0
  3456. package/dist/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +19 -0
  3457. package/dist/node_modules/es-abstract/2021/UnicodeEscape.js +27 -0
  3458. package/dist/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +170 -0
  3459. package/dist/node_modules/es-abstract/2021/ValidateAtomicAccess.js +59 -0
  3460. package/dist/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +53 -0
  3461. package/dist/node_modules/es-abstract/2021/ValidateTypedArray.js +30 -0
  3462. package/dist/node_modules/es-abstract/2021/WeakRefDeref.js +24 -0
  3463. package/dist/node_modules/es-abstract/2021/WeekDay.js +10 -0
  3464. package/dist/node_modules/es-abstract/2021/WordCharacters.js +49 -0
  3465. package/dist/node_modules/es-abstract/2021/YearFromTime.js +16 -0
  3466. package/dist/node_modules/es-abstract/2021/abs.js +11 -0
  3467. package/dist/node_modules/es-abstract/2021/clamp.js +18 -0
  3468. package/dist/node_modules/es-abstract/2021/floor.js +16 -0
  3469. package/dist/node_modules/es-abstract/2021/max.js +7 -0
  3470. package/dist/node_modules/es-abstract/2021/min.js +7 -0
  3471. package/dist/node_modules/es-abstract/2021/modulo.js +9 -0
  3472. package/dist/node_modules/es-abstract/2021/msFromTime.js +11 -0
  3473. package/dist/node_modules/es-abstract/2021/substring.js +21 -0
  3474. package/dist/node_modules/es-abstract/2021/thisBigIntValue.js +22 -0
  3475. package/dist/node_modules/es-abstract/2021/thisBooleanValue.js +15 -0
  3476. package/dist/node_modules/es-abstract/2021/thisNumberValue.js +18 -0
  3477. package/dist/node_modules/es-abstract/2021/thisStringValue.js +15 -0
  3478. package/dist/node_modules/es-abstract/2021/thisSymbolValue.js +19 -0
  3479. package/dist/node_modules/es-abstract/2021/thisTimeValue.js +9 -0
  3480. package/dist/node_modules/es-abstract/2022/AddEntriesFromIterable.js +47 -0
  3481. package/dist/node_modules/es-abstract/2022/AddToKeptObjects.js +21 -0
  3482. package/dist/node_modules/es-abstract/2022/AdvanceStringIndex.js +34 -0
  3483. package/dist/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +80 -0
  3484. package/dist/node_modules/es-abstract/2022/ArrayCreate.js +54 -0
  3485. package/dist/node_modules/es-abstract/2022/ArraySetLength.js +85 -0
  3486. package/dist/node_modules/es-abstract/2022/ArraySpeciesCreate.js +49 -0
  3487. package/dist/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +45 -0
  3488. package/dist/node_modules/es-abstract/2022/AsyncIteratorClose.js +68 -0
  3489. package/dist/node_modules/es-abstract/2022/BigInt/add.js +18 -0
  3490. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +17 -0
  3491. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +17 -0
  3492. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +17 -0
  3493. package/dist/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +17 -0
  3494. package/dist/node_modules/es-abstract/2022/BigInt/divide.js +22 -0
  3495. package/dist/node_modules/es-abstract/2022/BigInt/equal.js +17 -0
  3496. package/dist/node_modules/es-abstract/2022/BigInt/exponentiate.js +31 -0
  3497. package/dist/node_modules/es-abstract/2022/BigInt/index.js +43 -0
  3498. package/dist/node_modules/es-abstract/2022/BigInt/leftShift.js +18 -0
  3499. package/dist/node_modules/es-abstract/2022/BigInt/lessThan.js +18 -0
  3500. package/dist/node_modules/es-abstract/2022/BigInt/multiply.js +18 -0
  3501. package/dist/node_modules/es-abstract/2022/BigInt/remainder.js +30 -0
  3502. package/dist/node_modules/es-abstract/2022/BigInt/sameValue.js +18 -0
  3503. package/dist/node_modules/es-abstract/2022/BigInt/sameValueZero.js +18 -0
  3504. package/dist/node_modules/es-abstract/2022/BigInt/signedRightShift.js +18 -0
  3505. package/dist/node_modules/es-abstract/2022/BigInt/subtract.js +18 -0
  3506. package/dist/node_modules/es-abstract/2022/BigInt/toString.js +18 -0
  3507. package/dist/node_modules/es-abstract/2022/BigInt/unaryMinus.js +24 -0
  3508. package/dist/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +17 -0
  3509. package/dist/node_modules/es-abstract/2022/BigIntBitwiseOp.js +66 -0
  3510. package/dist/node_modules/es-abstract/2022/BinaryAnd.js +14 -0
  3511. package/dist/node_modules/es-abstract/2022/BinaryOr.js +14 -0
  3512. package/dist/node_modules/es-abstract/2022/BinaryXor.js +14 -0
  3513. package/dist/node_modules/es-abstract/2022/ByteListBitwiseOp.js +44 -0
  3514. package/dist/node_modules/es-abstract/2022/ByteListEqual.js +33 -0
  3515. package/dist/node_modules/es-abstract/2022/Call.js +20 -0
  3516. package/dist/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +22 -0
  3517. package/dist/node_modules/es-abstract/2022/Canonicalize.js +55 -0
  3518. package/dist/node_modules/es-abstract/2022/CharacterRange.js +31 -0
  3519. package/dist/node_modules/es-abstract/2022/ClearKeptObjects.js +12 -0
  3520. package/dist/node_modules/es-abstract/2022/CloneArrayBuffer.js +49 -0
  3521. package/dist/node_modules/es-abstract/2022/CodePointAt.js +58 -0
  3522. package/dist/node_modules/es-abstract/2022/CodePointsToString.js +27 -0
  3523. package/dist/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +39 -0
  3524. package/dist/node_modules/es-abstract/2022/CompletionRecord.js +53 -0
  3525. package/dist/node_modules/es-abstract/2022/CopyDataProperties.js +70 -0
  3526. package/dist/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +121 -0
  3527. package/dist/node_modules/es-abstract/2022/CreateDataProperty.js +27 -0
  3528. package/dist/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +25 -0
  3529. package/dist/node_modules/es-abstract/2022/CreateHTML.js +30 -0
  3530. package/dist/node_modules/es-abstract/2022/CreateIterResultObject.js +19 -0
  3531. package/dist/node_modules/es-abstract/2022/CreateListFromArrayLike.js +46 -0
  3532. package/dist/node_modules/es-abstract/2022/CreateMethodProperty.js +40 -0
  3533. package/dist/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  3534. package/dist/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +100 -0
  3535. package/dist/node_modules/es-abstract/2022/DateFromTime.js +54 -0
  3536. package/dist/node_modules/es-abstract/2022/DateString.js +30 -0
  3537. package/dist/node_modules/es-abstract/2022/Day.js +11 -0
  3538. package/dist/node_modules/es-abstract/2022/DayFromYear.js +10 -0
  3539. package/dist/node_modules/es-abstract/2022/DayWithinYear.js +11 -0
  3540. package/dist/node_modules/es-abstract/2022/DaysInYear.js +18 -0
  3541. package/dist/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +50 -0
  3542. package/dist/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +27 -0
  3543. package/dist/node_modules/es-abstract/2022/DetachArrayBuffer.js +43 -0
  3544. package/dist/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +43 -0
  3545. package/dist/node_modules/es-abstract/2022/FlattenIntoArray.js +57 -0
  3546. package/dist/node_modules/es-abstract/2022/FromPropertyDescriptor.js +16 -0
  3547. package/dist/node_modules/es-abstract/2022/Get.js +25 -0
  3548. package/dist/node_modules/es-abstract/2022/GetGlobalObject.js +9 -0
  3549. package/dist/node_modules/es-abstract/2022/GetIterator.js +66 -0
  3550. package/dist/node_modules/es-abstract/2022/GetMatchIndexPair.js +26 -0
  3551. package/dist/node_modules/es-abstract/2022/GetMatchString.js +27 -0
  3552. package/dist/node_modules/es-abstract/2022/GetMethod.js +36 -0
  3553. package/dist/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +31 -0
  3554. package/dist/node_modules/es-abstract/2022/GetPromiseResolve.js +22 -0
  3555. package/dist/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +32 -0
  3556. package/dist/node_modules/es-abstract/2022/GetStringIndex.js +31 -0
  3557. package/dist/node_modules/es-abstract/2022/GetSubstitution.js +124 -0
  3558. package/dist/node_modules/es-abstract/2022/GetV.js +25 -0
  3559. package/dist/node_modules/es-abstract/2022/GetValueFromBuffer.js +110 -0
  3560. package/dist/node_modules/es-abstract/2022/HasOwnProperty.js +22 -0
  3561. package/dist/node_modules/es-abstract/2022/HasProperty.js +20 -0
  3562. package/dist/node_modules/es-abstract/2022/HourFromTime.js +14 -0
  3563. package/dist/node_modules/es-abstract/2022/InLeapYear.js +21 -0
  3564. package/dist/node_modules/es-abstract/2022/InstallErrorCause.js +23 -0
  3565. package/dist/node_modules/es-abstract/2022/InstanceofOperator.js +30 -0
  3566. package/dist/node_modules/es-abstract/2022/Invoke.js +24 -0
  3567. package/dist/node_modules/es-abstract/2022/IsAccessorDescriptor.js +23 -0
  3568. package/dist/node_modules/es-abstract/2022/IsArray.js +4 -0
  3569. package/dist/node_modules/es-abstract/2022/IsBigIntElementType.js +7 -0
  3570. package/dist/node_modules/es-abstract/2022/IsCallable.js +5 -0
  3571. package/dist/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +9 -0
  3572. package/dist/node_modules/es-abstract/2022/IsConcatSpreadable.js +25 -0
  3573. package/dist/node_modules/es-abstract/2022/IsConstructor.js +40 -0
  3574. package/dist/node_modules/es-abstract/2022/IsDataDescriptor.js +23 -0
  3575. package/dist/node_modules/es-abstract/2022/IsDetachedBuffer.js +27 -0
  3576. package/dist/node_modules/es-abstract/2022/IsExtensible.js +18 -0
  3577. package/dist/node_modules/es-abstract/2022/IsGenericDescriptor.js +23 -0
  3578. package/dist/node_modules/es-abstract/2022/IsIntegralNumber.js +9 -0
  3579. package/dist/node_modules/es-abstract/2022/IsLessThan.js +90 -0
  3580. package/dist/node_modules/es-abstract/2022/IsLooselyEqual.js +58 -0
  3581. package/dist/node_modules/es-abstract/2022/IsNoTearConfiguration.js +16 -0
  3582. package/dist/node_modules/es-abstract/2022/IsPromise.js +24 -0
  3583. package/dist/node_modules/es-abstract/2022/IsPropertyKey.js +7 -0
  3584. package/dist/node_modules/es-abstract/2022/IsRegExp.js +24 -0
  3585. package/dist/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +19 -0
  3586. package/dist/node_modules/es-abstract/2022/IsStrictlyEqual.js +20 -0
  3587. package/dist/node_modules/es-abstract/2022/IsStringPrefix.js +22 -0
  3588. package/dist/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +26 -0
  3589. package/dist/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +12 -0
  3590. package/dist/node_modules/es-abstract/2022/IsUnsignedElementType.js +11 -0
  3591. package/dist/node_modules/es-abstract/2022/IsValidIntegerIndex.js +33 -0
  3592. package/dist/node_modules/es-abstract/2022/IsWordChar.js +48 -0
  3593. package/dist/node_modules/es-abstract/2022/IterableToList.js +29 -0
  3594. package/dist/node_modules/es-abstract/2022/IteratorClose.js +51 -0
  3595. package/dist/node_modules/es-abstract/2022/IteratorComplete.js +18 -0
  3596. package/dist/node_modules/es-abstract/2022/IteratorNext.js +18 -0
  3597. package/dist/node_modules/es-abstract/2022/IteratorStep.js +13 -0
  3598. package/dist/node_modules/es-abstract/2022/IteratorValue.js +18 -0
  3599. package/dist/node_modules/es-abstract/2022/LengthOfArrayLike.js +20 -0
  3600. package/dist/node_modules/es-abstract/2022/MakeDate.js +13 -0
  3601. package/dist/node_modules/es-abstract/2022/MakeDay.js +36 -0
  3602. package/dist/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +69 -0
  3603. package/dist/node_modules/es-abstract/2022/MakeTime.js +23 -0
  3604. package/dist/node_modules/es-abstract/2022/MinFromTime.js +14 -0
  3605. package/dist/node_modules/es-abstract/2022/MonthFromTime.js +47 -0
  3606. package/dist/node_modules/es-abstract/2022/NewPromiseCapability.js +36 -0
  3607. package/dist/node_modules/es-abstract/2022/NormalCompletion.js +9 -0
  3608. package/dist/node_modules/es-abstract/2022/Number/add.js +36 -0
  3609. package/dist/node_modules/es-abstract/2022/Number/bitwiseAND.js +17 -0
  3610. package/dist/node_modules/es-abstract/2022/Number/bitwiseNOT.js +19 -0
  3611. package/dist/node_modules/es-abstract/2022/Number/bitwiseOR.js +17 -0
  3612. package/dist/node_modules/es-abstract/2022/Number/bitwiseXOR.js +17 -0
  3613. package/dist/node_modules/es-abstract/2022/Number/divide.js +22 -0
  3614. package/dist/node_modules/es-abstract/2022/Number/equal.js +21 -0
  3615. package/dist/node_modules/es-abstract/2022/Number/exponentiate.js +77 -0
  3616. package/dist/node_modules/es-abstract/2022/Number/index.js +43 -0
  3617. package/dist/node_modules/es-abstract/2022/Number/leftShift.js +25 -0
  3618. package/dist/node_modules/es-abstract/2022/Number/lessThan.js +26 -0
  3619. package/dist/node_modules/es-abstract/2022/Number/multiply.js +33 -0
  3620. package/dist/node_modules/es-abstract/2022/Number/remainder.js +32 -0
  3621. package/dist/node_modules/es-abstract/2022/Number/sameValue.js +21 -0
  3622. package/dist/node_modules/es-abstract/2022/Number/sameValueZero.js +24 -0
  3623. package/dist/node_modules/es-abstract/2022/Number/signedRightShift.js +25 -0
  3624. package/dist/node_modules/es-abstract/2022/Number/subtract.js +19 -0
  3625. package/dist/node_modules/es-abstract/2022/Number/toString.js +18 -0
  3626. package/dist/node_modules/es-abstract/2022/Number/unaryMinus.js +21 -0
  3627. package/dist/node_modules/es-abstract/2022/Number/unsignedRightShift.js +25 -0
  3628. package/dist/node_modules/es-abstract/2022/NumberBitwiseOp.js +29 -0
  3629. package/dist/node_modules/es-abstract/2022/NumberToBigInt.js +26 -0
  3630. package/dist/node_modules/es-abstract/2022/NumericToRawBytes.js +80 -0
  3631. package/dist/node_modules/es-abstract/2022/ObjectDefineProperties.js +38 -0
  3632. package/dist/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +20 -0
  3633. package/dist/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +61 -0
  3634. package/dist/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +44 -0
  3635. package/dist/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +21 -0
  3636. package/dist/node_modules/es-abstract/2022/OrdinaryHasInstance.js +25 -0
  3637. package/dist/node_modules/es-abstract/2022/OrdinaryHasProperty.js +20 -0
  3638. package/dist/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +56 -0
  3639. package/dist/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +53 -0
  3640. package/dist/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +38 -0
  3641. package/dist/node_modules/es-abstract/2022/PromiseResolve.js +17 -0
  3642. package/dist/node_modules/es-abstract/2022/QuoteJSONString.js +54 -0
  3643. package/dist/node_modules/es-abstract/2022/RawBytesToNumeric.js +84 -0
  3644. package/dist/node_modules/es-abstract/2022/RegExpCreate.js +21 -0
  3645. package/dist/node_modules/es-abstract/2022/RegExpExec.js +32 -0
  3646. package/dist/node_modules/es-abstract/2022/RegExpHasFlag.js +38 -0
  3647. package/dist/node_modules/es-abstract/2022/RequireObjectCoercible.js +3 -0
  3648. package/dist/node_modules/es-abstract/2022/SameValue.js +13 -0
  3649. package/dist/node_modules/es-abstract/2022/SameValueNonNumeric.js +21 -0
  3650. package/dist/node_modules/es-abstract/2022/SameValueZero.js +9 -0
  3651. package/dist/node_modules/es-abstract/2022/SecFromTime.js +14 -0
  3652. package/dist/node_modules/es-abstract/2022/Set.js +47 -0
  3653. package/dist/node_modules/es-abstract/2022/SetFunctionLength.js +32 -0
  3654. package/dist/node_modules/es-abstract/2022/SetFunctionName.js +44 -0
  3655. package/dist/node_modules/es-abstract/2022/SetIntegrityLevel.js +57 -0
  3656. package/dist/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +97 -0
  3657. package/dist/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +135 -0
  3658. package/dist/node_modules/es-abstract/2022/SetValueInBuffer.js +105 -0
  3659. package/dist/node_modules/es-abstract/2022/SortIndexedProperties.js +64 -0
  3660. package/dist/node_modules/es-abstract/2022/SpeciesConstructor.js +32 -0
  3661. package/dist/node_modules/es-abstract/2022/StringCreate.js +40 -0
  3662. package/dist/node_modules/es-abstract/2022/StringGetOwnProperty.js +48 -0
  3663. package/dist/node_modules/es-abstract/2022/StringIndexOf.js +40 -0
  3664. package/dist/node_modules/es-abstract/2022/StringPad.js +43 -0
  3665. package/dist/node_modules/es-abstract/2022/StringToBigInt.js +23 -0
  3666. package/dist/node_modules/es-abstract/2022/StringToCodePoints.js +29 -0
  3667. package/dist/node_modules/es-abstract/2022/StringToNumber.js +45 -0
  3668. package/dist/node_modules/es-abstract/2022/SymbolDescriptiveString.js +20 -0
  3669. package/dist/node_modules/es-abstract/2022/TestIntegrityLevel.js +42 -0
  3670. package/dist/node_modules/es-abstract/2022/ThrowCompletion.js +9 -0
  3671. package/dist/node_modules/es-abstract/2022/TimeClip.js +21 -0
  3672. package/dist/node_modules/es-abstract/2022/TimeFromYear.js +11 -0
  3673. package/dist/node_modules/es-abstract/2022/TimeString.js +25 -0
  3674. package/dist/node_modules/es-abstract/2022/TimeWithinDay.js +12 -0
  3675. package/dist/node_modules/es-abstract/2022/ToBigInt.js +53 -0
  3676. package/dist/node_modules/es-abstract/2022/ToBigInt64.js +25 -0
  3677. package/dist/node_modules/es-abstract/2022/ToBigUint64.js +22 -0
  3678. package/dist/node_modules/es-abstract/2022/ToBoolean.js +5 -0
  3679. package/dist/node_modules/es-abstract/2022/ToDateString.js +23 -0
  3680. package/dist/node_modules/es-abstract/2022/ToIndex.js +26 -0
  3681. package/dist/node_modules/es-abstract/2022/ToInt16.js +10 -0
  3682. package/dist/node_modules/es-abstract/2022/ToInt32.js +9 -0
  3683. package/dist/node_modules/es-abstract/2022/ToInt8.js +10 -0
  3684. package/dist/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +20 -0
  3685. package/dist/node_modules/es-abstract/2022/ToLength.js +12 -0
  3686. package/dist/node_modules/es-abstract/2022/ToNumber.js +26 -0
  3687. package/dist/node_modules/es-abstract/2022/ToNumeric.js +21 -0
  3688. package/dist/node_modules/es-abstract/2022/ToObject.js +14 -0
  3689. package/dist/node_modules/es-abstract/2022/ToPrimitive.js +12 -0
  3690. package/dist/node_modules/es-abstract/2022/ToPropertyDescriptor.js +52 -0
  3691. package/dist/node_modules/es-abstract/2022/ToPropertyKey.js +15 -0
  3692. package/dist/node_modules/es-abstract/2022/ToString.js +15 -0
  3693. package/dist/node_modules/es-abstract/2022/ToUint16.js +19 -0
  3694. package/dist/node_modules/es-abstract/2022/ToUint32.js +9 -0
  3695. package/dist/node_modules/es-abstract/2022/ToUint8.js +20 -0
  3696. package/dist/node_modules/es-abstract/2022/ToUint8Clamp.js +19 -0
  3697. package/dist/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +20 -0
  3698. package/dist/node_modules/es-abstract/2022/TrimString.js +29 -0
  3699. package/dist/node_modules/es-abstract/2022/Type.js +15 -0
  3700. package/dist/node_modules/es-abstract/2022/TypedArrayCreate.js +50 -0
  3701. package/dist/node_modules/es-abstract/2022/TypedArrayElementSize.js +40 -0
  3702. package/dist/node_modules/es-abstract/2022/TypedArrayElementType.js +38 -0
  3703. package/dist/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +39 -0
  3704. package/dist/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +25 -0
  3705. package/dist/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +19 -0
  3706. package/dist/node_modules/es-abstract/2022/UnicodeEscape.js +27 -0
  3707. package/dist/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +177 -0
  3708. package/dist/node_modules/es-abstract/2022/ValidateAtomicAccess.js +42 -0
  3709. package/dist/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +39 -0
  3710. package/dist/node_modules/es-abstract/2022/ValidateTypedArray.js +30 -0
  3711. package/dist/node_modules/es-abstract/2022/WeakRefDeref.js +24 -0
  3712. package/dist/node_modules/es-abstract/2022/WeekDay.js +10 -0
  3713. package/dist/node_modules/es-abstract/2022/WordCharacters.js +49 -0
  3714. package/dist/node_modules/es-abstract/2022/YearFromTime.js +16 -0
  3715. package/dist/node_modules/es-abstract/2022/abs.js +11 -0
  3716. package/dist/node_modules/es-abstract/2022/clamp.js +18 -0
  3717. package/dist/node_modules/es-abstract/2022/floor.js +16 -0
  3718. package/dist/node_modules/es-abstract/2022/max.js +7 -0
  3719. package/dist/node_modules/es-abstract/2022/min.js +7 -0
  3720. package/dist/node_modules/es-abstract/2022/modulo.js +9 -0
  3721. package/dist/node_modules/es-abstract/2022/msFromTime.js +11 -0
  3722. package/dist/node_modules/es-abstract/2022/substring.js +21 -0
  3723. package/dist/node_modules/es-abstract/2022/thisBigIntValue.js +22 -0
  3724. package/dist/node_modules/es-abstract/2022/thisBooleanValue.js +15 -0
  3725. package/dist/node_modules/es-abstract/2022/thisNumberValue.js +18 -0
  3726. package/dist/node_modules/es-abstract/2022/thisStringValue.js +15 -0
  3727. package/dist/node_modules/es-abstract/2022/thisSymbolValue.js +19 -0
  3728. package/dist/node_modules/es-abstract/2022/thisTimeValue.js +9 -0
  3729. package/dist/node_modules/es-abstract/2023/AddEntriesFromIterable.js +47 -0
  3730. package/dist/node_modules/es-abstract/2023/AddToKeptObjects.js +21 -0
  3731. package/dist/node_modules/es-abstract/2023/AdvanceStringIndex.js +34 -0
  3732. package/dist/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +80 -0
  3733. package/dist/node_modules/es-abstract/2023/ArrayCreate.js +54 -0
  3734. package/dist/node_modules/es-abstract/2023/ArraySetLength.js +85 -0
  3735. package/dist/node_modules/es-abstract/2023/ArraySpeciesCreate.js +49 -0
  3736. package/dist/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +45 -0
  3737. package/dist/node_modules/es-abstract/2023/AsyncIteratorClose.js +68 -0
  3738. package/dist/node_modules/es-abstract/2023/BigInt/add.js +18 -0
  3739. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +17 -0
  3740. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +17 -0
  3741. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +17 -0
  3742. package/dist/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +17 -0
  3743. package/dist/node_modules/es-abstract/2023/BigInt/divide.js +22 -0
  3744. package/dist/node_modules/es-abstract/2023/BigInt/equal.js +17 -0
  3745. package/dist/node_modules/es-abstract/2023/BigInt/exponentiate.js +31 -0
  3746. package/dist/node_modules/es-abstract/2023/BigInt/index.js +39 -0
  3747. package/dist/node_modules/es-abstract/2023/BigInt/leftShift.js +18 -0
  3748. package/dist/node_modules/es-abstract/2023/BigInt/lessThan.js +18 -0
  3749. package/dist/node_modules/es-abstract/2023/BigInt/multiply.js +18 -0
  3750. package/dist/node_modules/es-abstract/2023/BigInt/remainder.js +30 -0
  3751. package/dist/node_modules/es-abstract/2023/BigInt/signedRightShift.js +18 -0
  3752. package/dist/node_modules/es-abstract/2023/BigInt/subtract.js +18 -0
  3753. package/dist/node_modules/es-abstract/2023/BigInt/toString.js +32 -0
  3754. package/dist/node_modules/es-abstract/2023/BigInt/unaryMinus.js +24 -0
  3755. package/dist/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +17 -0
  3756. package/dist/node_modules/es-abstract/2023/BigIntBitwiseOp.js +66 -0
  3757. package/dist/node_modules/es-abstract/2023/BinaryAnd.js +14 -0
  3758. package/dist/node_modules/es-abstract/2023/BinaryOr.js +14 -0
  3759. package/dist/node_modules/es-abstract/2023/BinaryXor.js +14 -0
  3760. package/dist/node_modules/es-abstract/2023/ByteListBitwiseOp.js +44 -0
  3761. package/dist/node_modules/es-abstract/2023/ByteListEqual.js +33 -0
  3762. package/dist/node_modules/es-abstract/2023/Call.js +20 -0
  3763. package/dist/node_modules/es-abstract/2023/CanBeHeldWeakly.js +16 -0
  3764. package/dist/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +22 -0
  3765. package/dist/node_modules/es-abstract/2023/Canonicalize.js +53 -0
  3766. package/dist/node_modules/es-abstract/2023/CharacterRange.js +31 -0
  3767. package/dist/node_modules/es-abstract/2023/ClearKeptObjects.js +12 -0
  3768. package/dist/node_modules/es-abstract/2023/CloneArrayBuffer.js +49 -0
  3769. package/dist/node_modules/es-abstract/2023/CodePointAt.js +58 -0
  3770. package/dist/node_modules/es-abstract/2023/CodePointsToString.js +27 -0
  3771. package/dist/node_modules/es-abstract/2023/CompareArrayElements.js +52 -0
  3772. package/dist/node_modules/es-abstract/2023/CompareTypedArrayElements.js +65 -0
  3773. package/dist/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +39 -0
  3774. package/dist/node_modules/es-abstract/2023/CompletionRecord.js +53 -0
  3775. package/dist/node_modules/es-abstract/2023/CopyDataProperties.js +70 -0
  3776. package/dist/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +121 -0
  3777. package/dist/node_modules/es-abstract/2023/CreateDataProperty.js +27 -0
  3778. package/dist/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +24 -0
  3779. package/dist/node_modules/es-abstract/2023/CreateHTML.js +30 -0
  3780. package/dist/node_modules/es-abstract/2023/CreateIterResultObject.js +19 -0
  3781. package/dist/node_modules/es-abstract/2023/CreateListFromArrayLike.js +46 -0
  3782. package/dist/node_modules/es-abstract/2023/CreateMethodProperty.js +40 -0
  3783. package/dist/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +29 -0
  3784. package/dist/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +100 -0
  3785. package/dist/node_modules/es-abstract/2023/DateFromTime.js +54 -0
  3786. package/dist/node_modules/es-abstract/2023/DateString.js +30 -0
  3787. package/dist/node_modules/es-abstract/2023/Day.js +11 -0
  3788. package/dist/node_modules/es-abstract/2023/DayFromYear.js +10 -0
  3789. package/dist/node_modules/es-abstract/2023/DayWithinYear.js +11 -0
  3790. package/dist/node_modules/es-abstract/2023/DaysInYear.js +18 -0
  3791. package/dist/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +50 -0
  3792. package/dist/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +27 -0
  3793. package/dist/node_modules/es-abstract/2023/DetachArrayBuffer.js +43 -0
  3794. package/dist/node_modules/es-abstract/2023/EnumerableOwnProperties.js +43 -0
  3795. package/dist/node_modules/es-abstract/2023/FindViaPredicate.js +44 -0
  3796. package/dist/node_modules/es-abstract/2023/FlattenIntoArray.js +57 -0
  3797. package/dist/node_modules/es-abstract/2023/FromPropertyDescriptor.js +16 -0
  3798. package/dist/node_modules/es-abstract/2023/Get.js +25 -0
  3799. package/dist/node_modules/es-abstract/2023/GetGlobalObject.js +9 -0
  3800. package/dist/node_modules/es-abstract/2023/GetIterator.js +56 -0
  3801. package/dist/node_modules/es-abstract/2023/GetIteratorFromMethod.js +30 -0
  3802. package/dist/node_modules/es-abstract/2023/GetMatchIndexPair.js +26 -0
  3803. package/dist/node_modules/es-abstract/2023/GetMatchString.js +27 -0
  3804. package/dist/node_modules/es-abstract/2023/GetMethod.js +36 -0
  3805. package/dist/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +31 -0
  3806. package/dist/node_modules/es-abstract/2023/GetPromiseResolve.js +22 -0
  3807. package/dist/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +32 -0
  3808. package/dist/node_modules/es-abstract/2023/GetStringIndex.js +31 -0
  3809. package/dist/node_modules/es-abstract/2023/GetSubstitution.js +124 -0
  3810. package/dist/node_modules/es-abstract/2023/GetV.js +25 -0
  3811. package/dist/node_modules/es-abstract/2023/GetValueFromBuffer.js +110 -0
  3812. package/dist/node_modules/es-abstract/2023/HasOwnProperty.js +22 -0
  3813. package/dist/node_modules/es-abstract/2023/HasProperty.js +20 -0
  3814. package/dist/node_modules/es-abstract/2023/HourFromTime.js +14 -0
  3815. package/dist/node_modules/es-abstract/2023/InLeapYear.js +21 -0
  3816. package/dist/node_modules/es-abstract/2023/InstallErrorCause.js +23 -0
  3817. package/dist/node_modules/es-abstract/2023/InstanceofOperator.js +30 -0
  3818. package/dist/node_modules/es-abstract/2023/Invoke.js +24 -0
  3819. package/dist/node_modules/es-abstract/2023/IsAccessorDescriptor.js +23 -0
  3820. package/dist/node_modules/es-abstract/2023/IsArray.js +4 -0
  3821. package/dist/node_modules/es-abstract/2023/IsBigIntElementType.js +7 -0
  3822. package/dist/node_modules/es-abstract/2023/IsCallable.js +5 -0
  3823. package/dist/node_modules/es-abstract/2023/IsCompatiblePropertyDescriptor.js +9 -0
  3824. package/dist/node_modules/es-abstract/2023/IsConcatSpreadable.js +25 -0
  3825. package/dist/node_modules/es-abstract/2023/IsConstructor.js +40 -0
  3826. package/dist/node_modules/es-abstract/2023/IsDataDescriptor.js +23 -0
  3827. package/dist/node_modules/es-abstract/2023/IsDetachedBuffer.js +27 -0
  3828. package/dist/node_modules/es-abstract/2023/IsExtensible.js +18 -0
  3829. package/dist/node_modules/es-abstract/2023/IsGenericDescriptor.js +23 -0
  3830. package/dist/node_modules/es-abstract/2023/IsIntegralNumber.js +15 -0
  3831. package/dist/node_modules/es-abstract/2023/IsLessThan.js +100 -0
  3832. package/dist/node_modules/es-abstract/2023/IsLooselyEqual.js +58 -0
  3833. package/dist/node_modules/es-abstract/2023/IsNoTearConfiguration.js +16 -0
  3834. package/dist/node_modules/es-abstract/2023/IsPromise.js +24 -0
  3835. package/dist/node_modules/es-abstract/2023/IsPropertyKey.js +7 -0
  3836. package/dist/node_modules/es-abstract/2023/IsRegExp.js +24 -0
  3837. package/dist/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +19 -0
  3838. package/dist/node_modules/es-abstract/2023/IsStrictlyEqual.js +16 -0
  3839. package/dist/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +26 -0
  3840. package/dist/node_modules/es-abstract/2023/IsUnclampedIntegerElementType.js +12 -0
  3841. package/dist/node_modules/es-abstract/2023/IsUnsignedElementType.js +11 -0
  3842. package/dist/node_modules/es-abstract/2023/IsValidIntegerIndex.js +33 -0
  3843. package/dist/node_modules/es-abstract/2023/IsWordChar.js +45 -0
  3844. package/dist/node_modules/es-abstract/2023/IteratorClose.js +62 -0
  3845. package/dist/node_modules/es-abstract/2023/IteratorComplete.js +18 -0
  3846. package/dist/node_modules/es-abstract/2023/IteratorNext.js +28 -0
  3847. package/dist/node_modules/es-abstract/2023/IteratorStep.js +18 -0
  3848. package/dist/node_modules/es-abstract/2023/IteratorToList.js +28 -0
  3849. package/dist/node_modules/es-abstract/2023/IteratorValue.js +18 -0
  3850. package/dist/node_modules/es-abstract/2023/KeyForSymbol.js +20 -0
  3851. package/dist/node_modules/es-abstract/2023/LengthOfArrayLike.js +20 -0
  3852. package/dist/node_modules/es-abstract/2023/MakeDate.js +13 -0
  3853. package/dist/node_modules/es-abstract/2023/MakeDay.js +36 -0
  3854. package/dist/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +69 -0
  3855. package/dist/node_modules/es-abstract/2023/MakeTime.js +23 -0
  3856. package/dist/node_modules/es-abstract/2023/MinFromTime.js +14 -0
  3857. package/dist/node_modules/es-abstract/2023/MonthFromTime.js +47 -0
  3858. package/dist/node_modules/es-abstract/2023/NewPromiseCapability.js +36 -0
  3859. package/dist/node_modules/es-abstract/2023/NormalCompletion.js +9 -0
  3860. package/dist/node_modules/es-abstract/2023/Number/add.js +36 -0
  3861. package/dist/node_modules/es-abstract/2023/Number/bitwiseAND.js +17 -0
  3862. package/dist/node_modules/es-abstract/2023/Number/bitwiseNOT.js +19 -0
  3863. package/dist/node_modules/es-abstract/2023/Number/bitwiseOR.js +17 -0
  3864. package/dist/node_modules/es-abstract/2023/Number/bitwiseXOR.js +17 -0
  3865. package/dist/node_modules/es-abstract/2023/Number/divide.js +22 -0
  3866. package/dist/node_modules/es-abstract/2023/Number/equal.js +21 -0
  3867. package/dist/node_modules/es-abstract/2023/Number/exponentiate.js +77 -0
  3868. package/dist/node_modules/es-abstract/2023/Number/index.js +43 -0
  3869. package/dist/node_modules/es-abstract/2023/Number/leftShift.js +25 -0
  3870. package/dist/node_modules/es-abstract/2023/Number/lessThan.js +26 -0
  3871. package/dist/node_modules/es-abstract/2023/Number/multiply.js +33 -0
  3872. package/dist/node_modules/es-abstract/2023/Number/remainder.js +42 -0
  3873. package/dist/node_modules/es-abstract/2023/Number/sameValue.js +21 -0
  3874. package/dist/node_modules/es-abstract/2023/Number/sameValueZero.js +24 -0
  3875. package/dist/node_modules/es-abstract/2023/Number/signedRightShift.js +25 -0
  3876. package/dist/node_modules/es-abstract/2023/Number/subtract.js +19 -0
  3877. package/dist/node_modules/es-abstract/2023/Number/toString.js +26 -0
  3878. package/dist/node_modules/es-abstract/2023/Number/unaryMinus.js +21 -0
  3879. package/dist/node_modules/es-abstract/2023/Number/unsignedRightShift.js +25 -0
  3880. package/dist/node_modules/es-abstract/2023/NumberBitwiseOp.js +29 -0
  3881. package/dist/node_modules/es-abstract/2023/NumberToBigInt.js +26 -0
  3882. package/dist/node_modules/es-abstract/2023/NumericToRawBytes.js +80 -0
  3883. package/dist/node_modules/es-abstract/2023/ObjectDefineProperties.js +38 -0
  3884. package/dist/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +20 -0
  3885. package/dist/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +61 -0
  3886. package/dist/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +44 -0
  3887. package/dist/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +21 -0
  3888. package/dist/node_modules/es-abstract/2023/OrdinaryHasInstance.js +25 -0
  3889. package/dist/node_modules/es-abstract/2023/OrdinaryHasProperty.js +20 -0
  3890. package/dist/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +56 -0
  3891. package/dist/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +53 -0
  3892. package/dist/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +38 -0
  3893. package/dist/node_modules/es-abstract/2023/ParseHexOctet.js +44 -0
  3894. package/dist/node_modules/es-abstract/2023/PromiseResolve.js +17 -0
  3895. package/dist/node_modules/es-abstract/2023/QuoteJSONString.js +54 -0
  3896. package/dist/node_modules/es-abstract/2023/RawBytesToNumeric.js +84 -0
  3897. package/dist/node_modules/es-abstract/2023/RegExpCreate.js +21 -0
  3898. package/dist/node_modules/es-abstract/2023/RegExpExec.js +32 -0
  3899. package/dist/node_modules/es-abstract/2023/RegExpHasFlag.js +38 -0
  3900. package/dist/node_modules/es-abstract/2023/RequireObjectCoercible.js +3 -0
  3901. package/dist/node_modules/es-abstract/2023/SameValue.js +13 -0
  3902. package/dist/node_modules/es-abstract/2023/SameValueNonNumber.js +21 -0
  3903. package/dist/node_modules/es-abstract/2023/SameValueZero.js +9 -0
  3904. package/dist/node_modules/es-abstract/2023/SecFromTime.js +14 -0
  3905. package/dist/node_modules/es-abstract/2023/Set.js +47 -0
  3906. package/dist/node_modules/es-abstract/2023/SetFunctionLength.js +32 -0
  3907. package/dist/node_modules/es-abstract/2023/SetFunctionName.js +44 -0
  3908. package/dist/node_modules/es-abstract/2023/SetIntegrityLevel.js +57 -0
  3909. package/dist/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +97 -0
  3910. package/dist/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +135 -0
  3911. package/dist/node_modules/es-abstract/2023/SetValueInBuffer.js +105 -0
  3912. package/dist/node_modules/es-abstract/2023/SortIndexedProperties.js +52 -0
  3913. package/dist/node_modules/es-abstract/2023/SpeciesConstructor.js +32 -0
  3914. package/dist/node_modules/es-abstract/2023/StringCreate.js +40 -0
  3915. package/dist/node_modules/es-abstract/2023/StringGetOwnProperty.js +48 -0
  3916. package/dist/node_modules/es-abstract/2023/StringIndexOf.js +40 -0
  3917. package/dist/node_modules/es-abstract/2023/StringPad.js +43 -0
  3918. package/dist/node_modules/es-abstract/2023/StringToBigInt.js +23 -0
  3919. package/dist/node_modules/es-abstract/2023/StringToCodePoints.js +29 -0
  3920. package/dist/node_modules/es-abstract/2023/StringToNumber.js +45 -0
  3921. package/dist/node_modules/es-abstract/2023/SymbolDescriptiveString.js +20 -0
  3922. package/dist/node_modules/es-abstract/2023/TestIntegrityLevel.js +42 -0
  3923. package/dist/node_modules/es-abstract/2023/ThrowCompletion.js +9 -0
  3924. package/dist/node_modules/es-abstract/2023/TimeClip.js +21 -0
  3925. package/dist/node_modules/es-abstract/2023/TimeFromYear.js +11 -0
  3926. package/dist/node_modules/es-abstract/2023/TimeString.js +25 -0
  3927. package/dist/node_modules/es-abstract/2023/TimeWithinDay.js +12 -0
  3928. package/dist/node_modules/es-abstract/2023/ToBigInt.js +53 -0
  3929. package/dist/node_modules/es-abstract/2023/ToBigInt64.js +25 -0
  3930. package/dist/node_modules/es-abstract/2023/ToBigUint64.js +22 -0
  3931. package/dist/node_modules/es-abstract/2023/ToBoolean.js +5 -0
  3932. package/dist/node_modules/es-abstract/2023/ToDateString.js +23 -0
  3933. package/dist/node_modules/es-abstract/2023/ToIndex.js +26 -0
  3934. package/dist/node_modules/es-abstract/2023/ToInt16.js +21 -0
  3935. package/dist/node_modules/es-abstract/2023/ToInt32.js +23 -0
  3936. package/dist/node_modules/es-abstract/2023/ToInt8.js +19 -0
  3937. package/dist/node_modules/es-abstract/2023/ToIntegerOrInfinity.js +16 -0
  3938. package/dist/node_modules/es-abstract/2023/ToLength.js +12 -0
  3939. package/dist/node_modules/es-abstract/2023/ToNumber.js +26 -0
  3940. package/dist/node_modules/es-abstract/2023/ToNumeric.js +21 -0
  3941. package/dist/node_modules/es-abstract/2023/ToObject.js +14 -0
  3942. package/dist/node_modules/es-abstract/2023/ToPrimitive.js +12 -0
  3943. package/dist/node_modules/es-abstract/2023/ToPropertyDescriptor.js +52 -0
  3944. package/dist/node_modules/es-abstract/2023/ToPropertyKey.js +15 -0
  3945. package/dist/node_modules/es-abstract/2023/ToString.js +15 -0
  3946. package/dist/node_modules/es-abstract/2023/ToUint16.js +21 -0
  3947. package/dist/node_modules/es-abstract/2023/ToUint32.js +21 -0
  3948. package/dist/node_modules/es-abstract/2023/ToUint8.js +19 -0
  3949. package/dist/node_modules/es-abstract/2023/ToUint8Clamp.js +19 -0
  3950. package/dist/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +20 -0
  3951. package/dist/node_modules/es-abstract/2023/TrimString.js +29 -0
  3952. package/dist/node_modules/es-abstract/2023/Type.js +15 -0
  3953. package/dist/node_modules/es-abstract/2023/TypedArrayCreate.js +50 -0
  3954. package/dist/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +37 -0
  3955. package/dist/node_modules/es-abstract/2023/TypedArrayElementSize.js +40 -0
  3956. package/dist/node_modules/es-abstract/2023/TypedArrayElementType.js +38 -0
  3957. package/dist/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +39 -0
  3958. package/dist/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +25 -0
  3959. package/dist/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +19 -0
  3960. package/dist/node_modules/es-abstract/2023/UnicodeEscape.js +27 -0
  3961. package/dist/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +177 -0
  3962. package/dist/node_modules/es-abstract/2023/ValidateAtomicAccess.js +42 -0
  3963. package/dist/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +39 -0
  3964. package/dist/node_modules/es-abstract/2023/ValidateTypedArray.js +30 -0
  3965. package/dist/node_modules/es-abstract/2023/WeakRefDeref.js +24 -0
  3966. package/dist/node_modules/es-abstract/2023/WeekDay.js +10 -0
  3967. package/dist/node_modules/es-abstract/2023/WordCharacters.js +48 -0
  3968. package/dist/node_modules/es-abstract/2023/YearFromTime.js +16 -0
  3969. package/dist/node_modules/es-abstract/2023/abs.js +11 -0
  3970. package/dist/node_modules/es-abstract/2023/clamp.js +18 -0
  3971. package/dist/node_modules/es-abstract/2023/floor.js +16 -0
  3972. package/dist/node_modules/es-abstract/2023/max.js +7 -0
  3973. package/dist/node_modules/es-abstract/2023/min.js +7 -0
  3974. package/dist/node_modules/es-abstract/2023/modulo.js +9 -0
  3975. package/dist/node_modules/es-abstract/2023/msFromTime.js +11 -0
  3976. package/dist/node_modules/es-abstract/2023/substring.js +21 -0
  3977. package/dist/node_modules/es-abstract/2023/thisBigIntValue.js +22 -0
  3978. package/dist/node_modules/es-abstract/2023/thisBooleanValue.js +15 -0
  3979. package/dist/node_modules/es-abstract/2023/thisNumberValue.js +18 -0
  3980. package/dist/node_modules/es-abstract/2023/thisStringValue.js +15 -0
  3981. package/dist/node_modules/es-abstract/2023/thisSymbolValue.js +19 -0
  3982. package/dist/node_modules/es-abstract/2023/thisTimeValue.js +9 -0
  3983. package/dist/node_modules/es-abstract/2023/truncate.js +17 -0
  3984. package/dist/node_modules/es-abstract/5/AbstractEqualityComparison.js +37 -0
  3985. package/dist/node_modules/es-abstract/5/AbstractRelationalComparison.js +63 -0
  3986. package/dist/node_modules/es-abstract/5/Canonicalize.js +42 -0
  3987. package/dist/node_modules/es-abstract/5/CheckObjectCoercible.js +14 -0
  3988. package/dist/node_modules/es-abstract/5/DateFromTime.js +54 -0
  3989. package/dist/node_modules/es-abstract/5/Day.js +11 -0
  3990. package/dist/node_modules/es-abstract/5/DayFromYear.js +10 -0
  3991. package/dist/node_modules/es-abstract/5/DayWithinYear.js +11 -0
  3992. package/dist/node_modules/es-abstract/5/DaysInYear.js +18 -0
  3993. package/dist/node_modules/es-abstract/5/FromPropertyDescriptor.js +39 -0
  3994. package/dist/node_modules/es-abstract/5/HourFromTime.js +14 -0
  3995. package/dist/node_modules/es-abstract/5/InLeapYear.js +21 -0
  3996. package/dist/node_modules/es-abstract/5/IsAccessorDescriptor.js +23 -0
  3997. package/dist/node_modules/es-abstract/5/IsCallable.js +5 -0
  3998. package/dist/node_modules/es-abstract/5/IsDataDescriptor.js +23 -0
  3999. package/dist/node_modules/es-abstract/5/IsGenericDescriptor.js +23 -0
  4000. package/dist/node_modules/es-abstract/5/IsPropertyDescriptor.js +19 -0
  4001. package/dist/node_modules/es-abstract/5/MakeDate.js +13 -0
  4002. package/dist/node_modules/es-abstract/5/MakeDay.js +33 -0
  4003. package/dist/node_modules/es-abstract/5/MakeTime.js +23 -0
  4004. package/dist/node_modules/es-abstract/5/MinFromTime.js +14 -0
  4005. package/dist/node_modules/es-abstract/5/MonthFromTime.js +47 -0
  4006. package/dist/node_modules/es-abstract/5/SameValue.js +13 -0
  4007. package/dist/node_modules/es-abstract/5/SecFromTime.js +14 -0
  4008. package/dist/node_modules/es-abstract/5/StrictEqualityComparison.js +17 -0
  4009. package/dist/node_modules/es-abstract/5/TimeClip.js +21 -0
  4010. package/dist/node_modules/es-abstract/5/TimeFromYear.js +11 -0
  4011. package/dist/node_modules/es-abstract/5/TimeWithinDay.js +12 -0
  4012. package/dist/node_modules/es-abstract/5/ToBoolean.js +5 -0
  4013. package/dist/node_modules/es-abstract/5/ToInt32.js +9 -0
  4014. package/dist/node_modules/es-abstract/5/ToInteger.js +18 -0
  4015. package/dist/node_modules/es-abstract/5/ToNumber.js +32 -0
  4016. package/dist/node_modules/es-abstract/5/ToObject.js +14 -0
  4017. package/dist/node_modules/es-abstract/5/ToPrimitive.js +5 -0
  4018. package/dist/node_modules/es-abstract/5/ToPropertyDescriptor.js +52 -0
  4019. package/dist/node_modules/es-abstract/5/ToString.js +12 -0
  4020. package/dist/node_modules/es-abstract/5/ToUint16.js +19 -0
  4021. package/dist/node_modules/es-abstract/5/ToUint32.js +9 -0
  4022. package/dist/node_modules/es-abstract/5/Type.js +24 -0
  4023. package/dist/node_modules/es-abstract/5/WeekDay.js +10 -0
  4024. package/dist/node_modules/es-abstract/5/YearFromTime.js +16 -0
  4025. package/dist/node_modules/es-abstract/5/abs.js +11 -0
  4026. package/dist/node_modules/es-abstract/5/floor.js +11 -0
  4027. package/dist/node_modules/es-abstract/5/modulo.js +9 -0
  4028. package/dist/node_modules/es-abstract/5/msFromTime.js +11 -0
  4029. package/dist/node_modules/es-abstract/CHANGELOG.md +768 -0
  4030. package/dist/node_modules/es-abstract/GetIntrinsic.js +5 -0
  4031. package/dist/node_modules/es-abstract/LICENSE +21 -0
  4032. package/dist/node_modules/es-abstract/README.md +43 -0
  4033. package/dist/node_modules/es-abstract/es2015.js +139 -0
  4034. package/dist/node_modules/es-abstract/es2016.js +146 -0
  4035. package/dist/node_modules/es-abstract/es2017.js +154 -0
  4036. package/dist/node_modules/es-abstract/es2018.js +165 -0
  4037. package/dist/node_modules/es-abstract/es2019.js +169 -0
  4038. package/dist/node_modules/es-abstract/es2020.js +193 -0
  4039. package/dist/node_modules/es-abstract/es2021.js +207 -0
  4040. package/dist/node_modules/es-abstract/es2022.js +219 -0
  4041. package/dist/node_modules/es-abstract/es2023.js +227 -0
  4042. package/dist/node_modules/es-abstract/es5.js +52 -0
  4043. package/dist/node_modules/es-abstract/es6.js +3 -0
  4044. package/dist/node_modules/es-abstract/es7.js +3 -0
  4045. package/dist/node_modules/es-abstract/helpers/DefineOwnProperty.js +55 -0
  4046. package/dist/node_modules/es-abstract/helpers/IsArray.js +12 -0
  4047. package/dist/node_modules/es-abstract/helpers/OwnPropertyKeys.js +22 -0
  4048. package/dist/node_modules/es-abstract/helpers/assertRecord.js +87 -0
  4049. package/dist/node_modules/es-abstract/helpers/assign.js +22 -0
  4050. package/dist/node_modules/es-abstract/helpers/bytesAsFloat32.js +38 -0
  4051. package/dist/node_modules/es-abstract/helpers/bytesAsFloat64.js +44 -0
  4052. package/dist/node_modules/es-abstract/helpers/bytesAsInteger.js +31 -0
  4053. package/dist/node_modules/es-abstract/helpers/callBind.js +5 -0
  4054. package/dist/node_modules/es-abstract/helpers/callBound.js +5 -0
  4055. package/dist/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  4056. package/dist/node_modules/es-abstract/helpers/defaultEndianness.js +21 -0
  4057. package/dist/node_modules/es-abstract/helpers/every.js +10 -0
  4058. package/dist/node_modules/es-abstract/helpers/forEach.js +7 -0
  4059. package/dist/node_modules/es-abstract/helpers/fractionToBinaryString.js +33 -0
  4060. package/dist/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +27 -0
  4061. package/dist/node_modules/es-abstract/helpers/getInferredName.js +4 -0
  4062. package/dist/node_modules/es-abstract/helpers/getIteratorMethod.js +47 -0
  4063. package/dist/node_modules/es-abstract/helpers/getOwnPropertyDescriptor.js +5 -0
  4064. package/dist/node_modules/es-abstract/helpers/getProto.js +15 -0
  4065. package/dist/node_modules/es-abstract/helpers/getSymbolDescription.js +4 -0
  4066. package/dist/node_modules/es-abstract/helpers/intToBinaryString.js +23 -0
  4067. package/dist/node_modules/es-abstract/helpers/integerToNBytes.js +28 -0
  4068. package/dist/node_modules/es-abstract/helpers/isAbstractClosure.js +9 -0
  4069. package/dist/node_modules/es-abstract/helpers/isByteValue.js +5 -0
  4070. package/dist/node_modules/es-abstract/helpers/isCodePoint.js +5 -0
  4071. package/dist/node_modules/es-abstract/helpers/isFinite.js +5 -0
  4072. package/dist/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +9 -0
  4073. package/dist/node_modules/es-abstract/helpers/isInteger.js +18 -0
  4074. package/dist/node_modules/es-abstract/helpers/isLeadingSurrogate.js +5 -0
  4075. package/dist/node_modules/es-abstract/helpers/isLineTerminator.js +7 -0
  4076. package/dist/node_modules/es-abstract/helpers/isMatchRecord.js +16 -0
  4077. package/dist/node_modules/es-abstract/helpers/isNaN.js +5 -0
  4078. package/dist/node_modules/es-abstract/helpers/isNegativeZero.js +5 -0
  4079. package/dist/node_modules/es-abstract/helpers/isPrefixOf.js +13 -0
  4080. package/dist/node_modules/es-abstract/helpers/isPrimitive.js +5 -0
  4081. package/dist/node_modules/es-abstract/helpers/isPropertyDescriptor.js +31 -0
  4082. package/dist/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +20 -0
  4083. package/dist/node_modules/es-abstract/helpers/isStringOrHole.js +9 -0
  4084. package/dist/node_modules/es-abstract/helpers/isStringOrUndefined.js +5 -0
  4085. package/dist/node_modules/es-abstract/helpers/isTrailingSurrogate.js +5 -0
  4086. package/dist/node_modules/es-abstract/helpers/maxSafeInteger.js +3 -0
  4087. package/dist/node_modules/es-abstract/helpers/maxValue.js +3 -0
  4088. package/dist/node_modules/es-abstract/helpers/mod.js +8 -0
  4089. package/dist/node_modules/es-abstract/helpers/modBigInt.js +6 -0
  4090. package/dist/node_modules/es-abstract/helpers/padTimeComponent.js +9 -0
  4091. package/dist/node_modules/es-abstract/helpers/reduce.js +9 -0
  4092. package/dist/node_modules/es-abstract/helpers/regexTester.js +5 -0
  4093. package/dist/node_modules/es-abstract/helpers/setProto.js +17 -0
  4094. package/dist/node_modules/es-abstract/helpers/sign.js +5 -0
  4095. package/dist/node_modules/es-abstract/helpers/some.js +10 -0
  4096. package/dist/node_modules/es-abstract/helpers/timeConstants.js +19 -0
  4097. package/dist/node_modules/es-abstract/helpers/typedArrayConstructors.js +22 -0
  4098. package/dist/node_modules/es-abstract/helpers/valueToFloat32Bytes.js +69 -0
  4099. package/dist/node_modules/es-abstract/helpers/valueToFloat64Bytes.js +83 -0
  4100. package/dist/node_modules/es-abstract/index.js +34 -0
  4101. package/dist/node_modules/es-abstract/operations/.eslintrc +5 -0
  4102. package/dist/node_modules/es-abstract/operations/2015.js +744 -0
  4103. package/dist/node_modules/es-abstract/operations/2016.js +813 -0
  4104. package/dist/node_modules/es-abstract/operations/2017.js +954 -0
  4105. package/dist/node_modules/es-abstract/operations/2018.js +1033 -0
  4106. package/dist/node_modules/es-abstract/operations/2019.js +1048 -0
  4107. package/dist/node_modules/es-abstract/operations/2020.js +1228 -0
  4108. package/dist/node_modules/es-abstract/operations/2021.js +1282 -0
  4109. package/dist/node_modules/es-abstract/operations/2022.js +1372 -0
  4110. package/dist/node_modules/es-abstract/operations/2023.js +1441 -0
  4111. package/dist/node_modules/es-abstract/operations/build-unicode.mjs +19 -0
  4112. package/dist/node_modules/es-abstract/package.json +166 -0
  4113. package/dist/node_modules/es-get-iterator/.eslintrc +32 -0
  4114. package/dist/node_modules/es-get-iterator/.github/FUNDING.yml +12 -0
  4115. package/dist/node_modules/es-get-iterator/.nycrc +9 -0
  4116. package/dist/node_modules/es-get-iterator/CHANGELOG.md +105 -0
  4117. package/dist/node_modules/es-get-iterator/LICENSE +21 -0
  4118. package/dist/node_modules/es-get-iterator/README.md +89 -0
  4119. package/dist/node_modules/es-get-iterator/index.js +189 -0
  4120. package/dist/node_modules/es-get-iterator/node.js +12 -0
  4121. package/dist/node_modules/es-get-iterator/node.mjs +11 -0
  4122. package/dist/node_modules/es-get-iterator/package.json +102 -0
  4123. package/dist/node_modules/es-get-iterator/test/core-js.js +5 -0
  4124. package/dist/node_modules/es-get-iterator/test/es6-shim.js +11 -0
  4125. package/dist/node_modules/es-get-iterator/test/index.js +178 -0
  4126. package/dist/node_modules/es-get-iterator/test/node.js +3 -0
  4127. package/dist/node_modules/es-get-iterator/test/node.mjs +10 -0
  4128. package/dist/node_modules/es-set-tostringtag/.eslintrc +13 -0
  4129. package/dist/node_modules/es-set-tostringtag/CHANGELOG.md +41 -0
  4130. package/dist/node_modules/es-set-tostringtag/LICENSE +21 -0
  4131. package/dist/node_modules/es-set-tostringtag/README.md +43 -0
  4132. package/dist/node_modules/es-set-tostringtag/index.js +26 -0
  4133. package/dist/node_modules/es-set-tostringtag/package.json +69 -0
  4134. package/dist/node_modules/es-set-tostringtag/test/index.js +53 -0
  4135. package/dist/node_modules/es-to-primitive/.eslintrc +22 -0
  4136. package/dist/node_modules/es-to-primitive/.github/FUNDING.yml +12 -0
  4137. package/dist/node_modules/es-to-primitive/.travis.yml +15 -0
  4138. package/dist/node_modules/es-to-primitive/CHANGELOG.md +49 -0
  4139. package/dist/node_modules/es-to-primitive/LICENSE +22 -0
  4140. package/dist/node_modules/es-to-primitive/Makefile +61 -0
  4141. package/dist/node_modules/es-to-primitive/README.md +49 -0
  4142. package/dist/node_modules/es-to-primitive/es2015.js +75 -0
  4143. package/dist/node_modules/es-to-primitive/es5.js +45 -0
  4144. package/dist/node_modules/es-to-primitive/es6.js +3 -0
  4145. package/dist/node_modules/es-to-primitive/helpers/isPrimitive.js +5 -0
  4146. package/dist/node_modules/es-to-primitive/index.js +17 -0
  4147. package/dist/node_modules/es-to-primitive/package.json +81 -0
  4148. package/dist/node_modules/es-to-primitive/test/es2015.js +151 -0
  4149. package/dist/node_modules/es-to-primitive/test/es5.js +118 -0
  4150. package/dist/node_modules/es-to-primitive/test/es6.js +151 -0
  4151. package/dist/node_modules/es-to-primitive/test/index.js +20 -0
  4152. package/dist/node_modules/escalade/dist/index.js +22 -0
  4153. package/dist/node_modules/escalade/dist/index.mjs +22 -0
  4154. package/dist/node_modules/escalade/index.d.ts +3 -0
  4155. package/dist/node_modules/escalade/license +9 -0
  4156. package/dist/node_modules/escalade/package.json +61 -0
  4157. package/dist/node_modules/escalade/readme.md +211 -0
  4158. package/dist/node_modules/escalade/sync/index.d.ts +2 -0
  4159. package/dist/node_modules/escalade/sync/index.js +18 -0
  4160. package/dist/node_modules/escalade/sync/index.mjs +18 -0
  4161. package/dist/node_modules/escape-string-regexp/index.js +11 -0
  4162. package/dist/node_modules/escape-string-regexp/license +21 -0
  4163. package/dist/node_modules/escape-string-regexp/package.json +41 -0
  4164. package/dist/node_modules/escape-string-regexp/readme.md +27 -0
  4165. package/dist/node_modules/estree-walker/CHANGELOG.md +92 -0
  4166. package/dist/node_modules/estree-walker/LICENSE +7 -0
  4167. package/dist/node_modules/estree-walker/README.md +48 -0
  4168. package/dist/node_modules/estree-walker/dist/esm/estree-walker.js +333 -0
  4169. package/dist/node_modules/estree-walker/dist/esm/package.json +1 -0
  4170. package/dist/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
  4171. package/dist/node_modules/estree-walker/package.json +37 -0
  4172. package/dist/node_modules/estree-walker/src/async.js +118 -0
  4173. package/dist/node_modules/estree-walker/src/index.js +35 -0
  4174. package/dist/node_modules/estree-walker/src/package.json +1 -0
  4175. package/dist/node_modules/estree-walker/src/sync.js +118 -0
  4176. package/dist/node_modules/estree-walker/src/walker.js +61 -0
  4177. package/dist/node_modules/estree-walker/types/async.d.ts +53 -0
  4178. package/dist/node_modules/estree-walker/types/index.d.ts +56 -0
  4179. package/dist/node_modules/estree-walker/types/sync.d.ts +53 -0
  4180. package/dist/node_modules/estree-walker/types/tsconfig.tsbuildinfo +345 -0
  4181. package/dist/node_modules/estree-walker/types/walker.d.ts +37 -0
  4182. package/dist/node_modules/esutils/LICENSE.BSD +19 -0
  4183. package/dist/node_modules/esutils/README.md +174 -0
  4184. package/dist/node_modules/esutils/lib/ast.js +144 -0
  4185. package/dist/node_modules/esutils/lib/code.js +135 -0
  4186. package/dist/node_modules/esutils/lib/keyword.js +165 -0
  4187. package/dist/node_modules/esutils/lib/utils.js +33 -0
  4188. package/dist/node_modules/esutils/package.json +44 -0
  4189. package/dist/node_modules/for-each/.editorconfig +20 -0
  4190. package/dist/node_modules/for-each/.eslintrc +16 -0
  4191. package/dist/node_modules/for-each/.travis.yml +45 -0
  4192. package/dist/node_modules/for-each/LICENSE +22 -0
  4193. package/dist/node_modules/for-each/README.md +43 -0
  4194. package/dist/node_modules/for-each/index.js +62 -0
  4195. package/dist/node_modules/for-each/package.json +65 -0
  4196. package/dist/node_modules/for-each/test/.eslintrc +8 -0
  4197. package/dist/node_modules/for-each/test/test.js +182 -0
  4198. package/dist/node_modules/fs.realpath/LICENSE +43 -0
  4199. package/dist/node_modules/fs.realpath/README.md +33 -0
  4200. package/dist/node_modules/fs.realpath/index.js +66 -0
  4201. package/dist/node_modules/fs.realpath/old.js +303 -0
  4202. package/dist/node_modules/fs.realpath/package.json +26 -0
  4203. package/dist/node_modules/function-bind/.eslintrc +21 -0
  4204. package/dist/node_modules/function-bind/.github/FUNDING.yml +12 -0
  4205. package/dist/node_modules/function-bind/.github/SECURITY.md +3 -0
  4206. package/dist/node_modules/function-bind/.nycrc +13 -0
  4207. package/dist/node_modules/function-bind/CHANGELOG.md +136 -0
  4208. package/dist/node_modules/function-bind/LICENSE +20 -0
  4209. package/dist/node_modules/function-bind/README.md +46 -0
  4210. package/dist/node_modules/function-bind/implementation.js +84 -0
  4211. package/dist/node_modules/function-bind/index.js +5 -0
  4212. package/dist/node_modules/function-bind/package.json +87 -0
  4213. package/dist/node_modules/function-bind/test/.eslintrc +9 -0
  4214. package/dist/node_modules/function-bind/test/index.js +252 -0
  4215. package/dist/node_modules/function.prototype.name/.editorconfig +24 -0
  4216. package/dist/node_modules/function.prototype.name/.eslintrc +15 -0
  4217. package/dist/node_modules/function.prototype.name/.github/FUNDING.yml +12 -0
  4218. package/dist/node_modules/function.prototype.name/.nycrc +9 -0
  4219. package/dist/node_modules/function.prototype.name/CHANGELOG.md +123 -0
  4220. package/dist/node_modules/function.prototype.name/LICENSE +21 -0
  4221. package/dist/node_modules/function.prototype.name/README.md +55 -0
  4222. package/dist/node_modules/function.prototype.name/auto.js +3 -0
  4223. package/dist/node_modules/function.prototype.name/helpers/functionsHaveNames.js +5 -0
  4224. package/dist/node_modules/function.prototype.name/implementation.js +72 -0
  4225. package/dist/node_modules/function.prototype.name/index.js +18 -0
  4226. package/dist/node_modules/function.prototype.name/package.json +99 -0
  4227. package/dist/node_modules/function.prototype.name/polyfill.js +7 -0
  4228. package/dist/node_modules/function.prototype.name/shim.js +35 -0
  4229. package/dist/node_modules/function.prototype.name/test/implementation.js +20 -0
  4230. package/dist/node_modules/function.prototype.name/test/index.js +23 -0
  4231. package/dist/node_modules/function.prototype.name/test/shimmed.js +21 -0
  4232. package/dist/node_modules/function.prototype.name/test/tests.js +104 -0
  4233. package/dist/node_modules/function.prototype.name/test/uglified.js +17 -0
  4234. package/dist/node_modules/functions-have-names/.editorconfig +20 -0
  4235. package/dist/node_modules/functions-have-names/.eslintrc +19 -0
  4236. package/dist/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
  4237. package/dist/node_modules/functions-have-names/.nycrc +9 -0
  4238. package/dist/node_modules/functions-have-names/CHANGELOG.md +89 -0
  4239. package/dist/node_modules/functions-have-names/LICENSE +21 -0
  4240. package/dist/node_modules/functions-have-names/README.md +40 -0
  4241. package/dist/node_modules/functions-have-names/index.js +31 -0
  4242. package/dist/node_modules/functions-have-names/package.json +55 -0
  4243. package/dist/node_modules/functions-have-names/test/index.js +65 -0
  4244. package/dist/node_modules/gensync/LICENSE +7 -0
  4245. package/dist/node_modules/gensync/README.md +196 -0
  4246. package/dist/node_modules/gensync/index.js +373 -0
  4247. package/dist/node_modules/gensync/index.js.flow +32 -0
  4248. package/dist/node_modules/gensync/package.json +37 -0
  4249. package/dist/node_modules/gensync/test/.babelrc +5 -0
  4250. package/dist/node_modules/gensync/test/index.test.js +489 -0
  4251. package/dist/node_modules/get-intrinsic/.eslintrc +38 -0
  4252. package/dist/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  4253. package/dist/node_modules/get-intrinsic/.nycrc +9 -0
  4254. package/dist/node_modules/get-intrinsic/CHANGELOG.md +125 -0
  4255. package/dist/node_modules/get-intrinsic/LICENSE +21 -0
  4256. package/dist/node_modules/get-intrinsic/README.md +71 -0
  4257. package/dist/node_modules/get-intrinsic/index.js +351 -0
  4258. package/dist/node_modules/get-intrinsic/package.json +93 -0
  4259. package/dist/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  4260. package/dist/node_modules/get-package-type/CHANGELOG.md +10 -0
  4261. package/dist/node_modules/get-package-type/LICENSE +21 -0
  4262. package/dist/node_modules/get-package-type/README.md +32 -0
  4263. package/dist/node_modules/get-package-type/async.cjs +52 -0
  4264. package/dist/node_modules/get-package-type/cache.cjs +3 -0
  4265. package/dist/node_modules/get-package-type/index.cjs +7 -0
  4266. package/dist/node_modules/get-package-type/is-node-modules.cjs +15 -0
  4267. package/dist/node_modules/get-package-type/package.json +35 -0
  4268. package/dist/node_modules/get-package-type/sync.cjs +42 -0
  4269. package/dist/node_modules/get-symbol-description/.eslintignore +1 -0
  4270. package/dist/node_modules/get-symbol-description/.eslintrc +14 -0
  4271. package/dist/node_modules/get-symbol-description/.github/FUNDING.yml +12 -0
  4272. package/dist/node_modules/get-symbol-description/.nycrc +9 -0
  4273. package/dist/node_modules/get-symbol-description/CHANGELOG.md +16 -0
  4274. package/dist/node_modules/get-symbol-description/LICENSE +21 -0
  4275. package/dist/node_modules/get-symbol-description/README.md +43 -0
  4276. package/dist/node_modules/get-symbol-description/getInferredName.js +10 -0
  4277. package/dist/node_modules/get-symbol-description/index.js +43 -0
  4278. package/dist/node_modules/get-symbol-description/package.json +71 -0
  4279. package/dist/node_modules/get-symbol-description/test/index.js +67 -0
  4280. package/dist/node_modules/glob/LICENSE +21 -0
  4281. package/dist/node_modules/glob/README.md +378 -0
  4282. package/dist/node_modules/glob/common.js +238 -0
  4283. package/dist/node_modules/glob/glob.js +790 -0
  4284. package/dist/node_modules/glob/package.json +55 -0
  4285. package/dist/node_modules/glob/sync.js +486 -0
  4286. package/dist/node_modules/globals/globals.json +1563 -0
  4287. package/dist/node_modules/globals/index.js +2 -0
  4288. package/dist/node_modules/globals/license +9 -0
  4289. package/dist/node_modules/globals/package.json +41 -0
  4290. package/dist/node_modules/globals/readme.md +41 -0
  4291. package/dist/node_modules/globalthis/.eslintrc +18 -0
  4292. package/dist/node_modules/globalthis/.nycrc +10 -0
  4293. package/dist/node_modules/globalthis/CHANGELOG.md +96 -0
  4294. package/dist/node_modules/globalthis/LICENSE +21 -0
  4295. package/dist/node_modules/globalthis/README.md +70 -0
  4296. package/dist/node_modules/globalthis/auto.js +3 -0
  4297. package/dist/node_modules/globalthis/implementation.browser.js +11 -0
  4298. package/dist/node_modules/globalthis/implementation.js +3 -0
  4299. package/dist/node_modules/globalthis/index.js +19 -0
  4300. package/dist/node_modules/globalthis/package.json +97 -0
  4301. package/dist/node_modules/globalthis/polyfill.js +10 -0
  4302. package/dist/node_modules/globalthis/shim.js +22 -0
  4303. package/dist/node_modules/globalthis/test/implementation.js +11 -0
  4304. package/dist/node_modules/globalthis/test/index.js +11 -0
  4305. package/dist/node_modules/globalthis/test/native.js +26 -0
  4306. package/dist/node_modules/globalthis/test/shimmed.js +29 -0
  4307. package/dist/node_modules/globalthis/test/tests.js +36 -0
  4308. package/dist/node_modules/gopd/.eslintrc +16 -0
  4309. package/dist/node_modules/gopd/.github/FUNDING.yml +12 -0
  4310. package/dist/node_modules/gopd/CHANGELOG.md +25 -0
  4311. package/dist/node_modules/gopd/LICENSE +21 -0
  4312. package/dist/node_modules/gopd/README.md +40 -0
  4313. package/dist/node_modules/gopd/index.js +16 -0
  4314. package/dist/node_modules/gopd/package.json +71 -0
  4315. package/dist/node_modules/gopd/test/index.js +35 -0
  4316. package/dist/node_modules/has-bigints/.eslintrc +5 -0
  4317. package/dist/node_modules/has-bigints/.github/FUNDING.yml +12 -0
  4318. package/dist/node_modules/has-bigints/.nycrc +9 -0
  4319. package/dist/node_modules/has-bigints/CHANGELOG.md +60 -0
  4320. package/dist/node_modules/has-bigints/LICENSE +21 -0
  4321. package/dist/node_modules/has-bigints/README.md +39 -0
  4322. package/dist/node_modules/has-bigints/index.js +10 -0
  4323. package/dist/node_modules/has-bigints/package.json +54 -0
  4324. package/dist/node_modules/has-bigints/test/index.js +44 -0
  4325. package/dist/node_modules/has-dynamic-import/.eslintignore +1 -0
  4326. package/dist/node_modules/has-dynamic-import/.eslintrc +29 -0
  4327. package/dist/node_modules/has-dynamic-import/.github/FUNDING.yml +12 -0
  4328. package/dist/node_modules/has-dynamic-import/.nycrc +9 -0
  4329. package/dist/node_modules/has-dynamic-import/CHANGELOG.md +53 -0
  4330. package/dist/node_modules/has-dynamic-import/LICENSE +21 -0
  4331. package/dist/node_modules/has-dynamic-import/README.md +38 -0
  4332. package/dist/node_modules/has-dynamic-import/browser-syntax.js +11 -0
  4333. package/dist/node_modules/has-dynamic-import/browser.js +30 -0
  4334. package/dist/node_modules/has-dynamic-import/import.js +7 -0
  4335. package/dist/node_modules/has-dynamic-import/index.js +41 -0
  4336. package/dist/node_modules/has-dynamic-import/package.json +88 -0
  4337. package/dist/node_modules/has-dynamic-import/syntax.js +12 -0
  4338. package/dist/node_modules/has-dynamic-import/test/index.js +107 -0
  4339. package/dist/node_modules/has-flag/index.js +8 -0
  4340. package/dist/node_modules/has-flag/license +9 -0
  4341. package/dist/node_modules/has-flag/package.json +44 -0
  4342. package/dist/node_modules/has-flag/readme.md +70 -0
  4343. package/dist/node_modules/has-property-descriptors/.eslintrc +13 -0
  4344. package/dist/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  4345. package/dist/node_modules/has-property-descriptors/.nycrc +9 -0
  4346. package/dist/node_modules/has-property-descriptors/CHANGELOG.md +27 -0
  4347. package/dist/node_modules/has-property-descriptors/LICENSE +21 -0
  4348. package/dist/node_modules/has-property-descriptors/README.md +43 -0
  4349. package/dist/node_modules/has-property-descriptors/index.js +33 -0
  4350. package/dist/node_modules/has-property-descriptors/package.json +77 -0
  4351. package/dist/node_modules/has-property-descriptors/test/index.js +57 -0
  4352. package/dist/node_modules/has-proto/.eslintrc +5 -0
  4353. package/dist/node_modules/has-proto/.github/FUNDING.yml +12 -0
  4354. package/dist/node_modules/has-proto/CHANGELOG.md +23 -0
  4355. package/dist/node_modules/has-proto/LICENSE +21 -0
  4356. package/dist/node_modules/has-proto/README.md +38 -0
  4357. package/dist/node_modules/has-proto/index.js +11 -0
  4358. package/dist/node_modules/has-proto/package.json +74 -0
  4359. package/dist/node_modules/has-proto/test/index.js +19 -0
  4360. package/dist/node_modules/has-symbols/.eslintrc +11 -0
  4361. package/dist/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  4362. package/dist/node_modules/has-symbols/.nycrc +9 -0
  4363. package/dist/node_modules/has-symbols/CHANGELOG.md +75 -0
  4364. package/dist/node_modules/has-symbols/LICENSE +21 -0
  4365. package/dist/node_modules/has-symbols/README.md +46 -0
  4366. package/dist/node_modules/has-symbols/index.js +13 -0
  4367. package/dist/node_modules/has-symbols/package.json +101 -0
  4368. package/dist/node_modules/has-symbols/shams.js +42 -0
  4369. package/dist/node_modules/has-symbols/test/index.js +22 -0
  4370. package/dist/node_modules/has-symbols/test/shams/core-js.js +28 -0
  4371. package/dist/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  4372. package/dist/node_modules/has-symbols/test/tests.js +56 -0
  4373. package/dist/node_modules/has-tostringtag/.eslintrc +11 -0
  4374. package/dist/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  4375. package/dist/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  4376. package/dist/node_modules/has-tostringtag/LICENSE +21 -0
  4377. package/dist/node_modules/has-tostringtag/README.md +46 -0
  4378. package/dist/node_modules/has-tostringtag/index.js +7 -0
  4379. package/dist/node_modules/has-tostringtag/package.json +84 -0
  4380. package/dist/node_modules/has-tostringtag/shams.js +7 -0
  4381. package/dist/node_modules/has-tostringtag/test/index.js +21 -0
  4382. package/dist/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  4383. package/dist/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  4384. package/dist/node_modules/has-tostringtag/test/tests.js +14 -0
  4385. package/dist/node_modules/hasown/.eslintrc +5 -0
  4386. package/dist/node_modules/hasown/.github/FUNDING.yml +12 -0
  4387. package/dist/node_modules/hasown/.nycrc +13 -0
  4388. package/dist/node_modules/hasown/CHANGELOG.md +20 -0
  4389. package/dist/node_modules/hasown/LICENSE +21 -0
  4390. package/dist/node_modules/hasown/README.md +40 -0
  4391. package/dist/node_modules/hasown/index.d.ts +3 -0
  4392. package/dist/node_modules/hasown/index.d.ts.map +1 -0
  4393. package/dist/node_modules/hasown/index.js +8 -0
  4394. package/dist/node_modules/hasown/package.json +91 -0
  4395. package/dist/node_modules/hasown/tsconfig.json +49 -0
  4396. package/dist/node_modules/inflight/LICENSE +15 -0
  4397. package/dist/node_modules/inflight/README.md +37 -0
  4398. package/dist/node_modules/inflight/inflight.js +54 -0
  4399. package/dist/node_modules/inflight/package.json +29 -0
  4400. package/dist/node_modules/inherits/LICENSE +16 -0
  4401. package/dist/node_modules/inherits/README.md +42 -0
  4402. package/dist/node_modules/inherits/inherits.js +9 -0
  4403. package/dist/node_modules/inherits/inherits_browser.js +27 -0
  4404. package/dist/node_modules/inherits/package.json +29 -0
  4405. package/dist/node_modules/internal-slot/.editorconfig +20 -0
  4406. package/dist/node_modules/internal-slot/.eslintrc +11 -0
  4407. package/dist/node_modules/internal-slot/.github/FUNDING.yml +12 -0
  4408. package/dist/node_modules/internal-slot/.nycrc +9 -0
  4409. package/dist/node_modules/internal-slot/CHANGELOG.md +96 -0
  4410. package/dist/node_modules/internal-slot/LICENSE +21 -0
  4411. package/dist/node_modules/internal-slot/README.md +58 -0
  4412. package/dist/node_modules/internal-slot/index.js +62 -0
  4413. package/dist/node_modules/internal-slot/package.json +71 -0
  4414. package/dist/node_modules/internal-slot/test/index.js +121 -0
  4415. package/dist/node_modules/is-arguments/.editorconfig +20 -0
  4416. package/dist/node_modules/is-arguments/.eslintignore +1 -0
  4417. package/dist/node_modules/is-arguments/.eslintrc +10 -0
  4418. package/dist/node_modules/is-arguments/.github/FUNDING.yml +12 -0
  4419. package/dist/node_modules/is-arguments/.nycrc +9 -0
  4420. package/dist/node_modules/is-arguments/CHANGELOG.md +179 -0
  4421. package/dist/node_modules/is-arguments/LICENSE +20 -0
  4422. package/dist/node_modules/is-arguments/README.md +47 -0
  4423. package/dist/node_modules/is-arguments/index.js +33 -0
  4424. package/dist/node_modules/is-arguments/package.json +91 -0
  4425. package/dist/node_modules/is-arguments/test/index.js +44 -0
  4426. package/dist/node_modules/is-array-buffer/.eslintrc +13 -0
  4427. package/dist/node_modules/is-array-buffer/.github/FUNDING.yml +12 -0
  4428. package/dist/node_modules/is-array-buffer/.nycrc +9 -0
  4429. package/dist/node_modules/is-array-buffer/CHANGELOG.md +58 -0
  4430. package/dist/node_modules/is-array-buffer/LICENSE +21 -0
  4431. package/dist/node_modules/is-array-buffer/README.md +56 -0
  4432. package/dist/node_modules/is-array-buffer/index.js +43 -0
  4433. package/dist/node_modules/is-array-buffer/package.json +78 -0
  4434. package/dist/node_modules/is-array-buffer/test/index.js +43 -0
  4435. package/dist/node_modules/is-bigint/.eslintignore +1 -0
  4436. package/dist/node_modules/is-bigint/.eslintrc +10 -0
  4437. package/dist/node_modules/is-bigint/.github/FUNDING.yml +12 -0
  4438. package/dist/node_modules/is-bigint/.nycrc +9 -0
  4439. package/dist/node_modules/is-bigint/CHANGELOG.md +71 -0
  4440. package/dist/node_modules/is-bigint/LICENSE +21 -0
  4441. package/dist/node_modules/is-bigint/README.md +44 -0
  4442. package/dist/node_modules/is-bigint/index.js +38 -0
  4443. package/dist/node_modules/is-bigint/package.json +58 -0
  4444. package/dist/node_modules/is-bigint/test/index.js +81 -0
  4445. package/dist/node_modules/is-boolean-object/.editorconfig +22 -0
  4446. package/dist/node_modules/is-boolean-object/.eslintignore +1 -0
  4447. package/dist/node_modules/is-boolean-object/.eslintrc +22 -0
  4448. package/dist/node_modules/is-boolean-object/.github/FUNDING.yml +12 -0
  4449. package/dist/node_modules/is-boolean-object/.nycrc +10 -0
  4450. package/dist/node_modules/is-boolean-object/CHANGELOG.md +107 -0
  4451. package/dist/node_modules/is-boolean-object/LICENSE +22 -0
  4452. package/dist/node_modules/is-boolean-object/README.md +57 -0
  4453. package/dist/node_modules/is-boolean-object/index.js +26 -0
  4454. package/dist/node_modules/is-boolean-object/package.json +87 -0
  4455. package/dist/node_modules/is-boolean-object/test/index.js +48 -0
  4456. package/dist/node_modules/is-builtin-module/index.d.ts +22 -0
  4457. package/dist/node_modules/is-builtin-module/index.js +22 -0
  4458. package/dist/node_modules/is-builtin-module/license +9 -0
  4459. package/dist/node_modules/is-builtin-module/package.json +47 -0
  4460. package/dist/node_modules/is-builtin-module/readme.md +47 -0
  4461. package/dist/node_modules/is-callable/.editorconfig +31 -0
  4462. package/dist/node_modules/is-callable/.eslintrc +10 -0
  4463. package/dist/node_modules/is-callable/.github/FUNDING.yml +12 -0
  4464. package/dist/node_modules/is-callable/.nycrc +9 -0
  4465. package/dist/node_modules/is-callable/CHANGELOG.md +158 -0
  4466. package/dist/node_modules/is-callable/LICENSE +22 -0
  4467. package/dist/node_modules/is-callable/README.md +83 -0
  4468. package/dist/node_modules/is-callable/index.js +101 -0
  4469. package/dist/node_modules/is-callable/package.json +106 -0
  4470. package/dist/node_modules/is-callable/test/index.js +244 -0
  4471. package/dist/node_modules/is-core-module/.eslintrc +18 -0
  4472. package/dist/node_modules/is-core-module/.nycrc +9 -0
  4473. package/dist/node_modules/is-core-module/CHANGELOG.md +180 -0
  4474. package/dist/node_modules/is-core-module/LICENSE +20 -0
  4475. package/dist/node_modules/is-core-module/README.md +40 -0
  4476. package/dist/node_modules/is-core-module/core.json +158 -0
  4477. package/dist/node_modules/is-core-module/index.js +69 -0
  4478. package/dist/node_modules/is-core-module/package.json +73 -0
  4479. package/dist/node_modules/is-core-module/test/index.js +133 -0
  4480. package/dist/node_modules/is-date-object/.editorconfig +20 -0
  4481. package/dist/node_modules/is-date-object/.eslintignore +1 -0
  4482. package/dist/node_modules/is-date-object/.eslintrc +9 -0
  4483. package/dist/node_modules/is-date-object/.github/FUNDING.yml +12 -0
  4484. package/dist/node_modules/is-date-object/.nycrc +10 -0
  4485. package/dist/node_modules/is-date-object/CHANGELOG.md +114 -0
  4486. package/dist/node_modules/is-date-object/LICENSE +22 -0
  4487. package/dist/node_modules/is-date-object/README.md +52 -0
  4488. package/dist/node_modules/is-date-object/index.js +22 -0
  4489. package/dist/node_modules/is-date-object/package.json +79 -0
  4490. package/dist/node_modules/is-date-object/test/index.js +36 -0
  4491. package/dist/node_modules/is-map/.editorconfig +15 -0
  4492. package/dist/node_modules/is-map/.eslintignore +1 -0
  4493. package/dist/node_modules/is-map/.eslintrc +15 -0
  4494. package/dist/node_modules/is-map/.gitattributes +1 -0
  4495. package/dist/node_modules/is-map/.github/FUNDING.yml +12 -0
  4496. package/dist/node_modules/is-map/.nycrc +13 -0
  4497. package/dist/node_modules/is-map/CHANGELOG.md +65 -0
  4498. package/dist/node_modules/is-map/LICENSE +21 -0
  4499. package/dist/node_modules/is-map/README.md +46 -0
  4500. package/dist/node_modules/is-map/index.js +42 -0
  4501. package/dist/node_modules/is-map/package.json +60 -0
  4502. package/dist/node_modules/is-map/test/index.js +59 -0
  4503. package/dist/node_modules/is-module/README.md +41 -0
  4504. package/dist/node_modules/is-module/component.json +11 -0
  4505. package/dist/node_modules/is-module/index.js +11 -0
  4506. package/dist/node_modules/is-module/package.json +20 -0
  4507. package/dist/node_modules/is-negative-zero/.editorconfig +8 -0
  4508. package/dist/node_modules/is-negative-zero/.eslintignore +1 -0
  4509. package/dist/node_modules/is-negative-zero/.eslintrc +9 -0
  4510. package/dist/node_modules/is-negative-zero/.github/FUNDING.yml +12 -0
  4511. package/dist/node_modules/is-negative-zero/.nycrc +9 -0
  4512. package/dist/node_modules/is-negative-zero/CHANGELOG.md +136 -0
  4513. package/dist/node_modules/is-negative-zero/LICENSE +20 -0
  4514. package/dist/node_modules/is-negative-zero/README.md +54 -0
  4515. package/dist/node_modules/is-negative-zero/index.js +6 -0
  4516. package/dist/node_modules/is-negative-zero/package.json +79 -0
  4517. package/dist/node_modules/is-negative-zero/test/index.js +28 -0
  4518. package/dist/node_modules/is-number-object/.editorconfig +23 -0
  4519. package/dist/node_modules/is-number-object/.eslintrc +16 -0
  4520. package/dist/node_modules/is-number-object/.github/FUNDING.yml +12 -0
  4521. package/dist/node_modules/is-number-object/.nycrc +10 -0
  4522. package/dist/node_modules/is-number-object/CHANGELOG.md +125 -0
  4523. package/dist/node_modules/is-number-object/LICENSE +22 -0
  4524. package/dist/node_modules/is-number-object/README.md +55 -0
  4525. package/dist/node_modules/is-number-object/index.js +24 -0
  4526. package/dist/node_modules/is-number-object/package.json +85 -0
  4527. package/dist/node_modules/is-number-object/test/index.js +38 -0
  4528. package/dist/node_modules/is-regex/.editorconfig +20 -0
  4529. package/dist/node_modules/is-regex/.eslintignore +1 -0
  4530. package/dist/node_modules/is-regex/.eslintrc +19 -0
  4531. package/dist/node_modules/is-regex/.nycrc +10 -0
  4532. package/dist/node_modules/is-regex/CHANGELOG.md +197 -0
  4533. package/dist/node_modules/is-regex/LICENSE +20 -0
  4534. package/dist/node_modules/is-regex/README.md +52 -0
  4535. package/dist/node_modules/is-regex/index.js +58 -0
  4536. package/dist/node_modules/is-regex/package.json +86 -0
  4537. package/dist/node_modules/is-regex/test/index.js +104 -0
  4538. package/dist/node_modules/is-set/.editorconfig +15 -0
  4539. package/dist/node_modules/is-set/.eslintignore +1 -0
  4540. package/dist/node_modules/is-set/.eslintrc +15 -0
  4541. package/dist/node_modules/is-set/.gitattributes +1 -0
  4542. package/dist/node_modules/is-set/.github/FUNDING.yml +12 -0
  4543. package/dist/node_modules/is-set/.nycrc +13 -0
  4544. package/dist/node_modules/is-set/CHANGELOG.md +58 -0
  4545. package/dist/node_modules/is-set/LICENSE +21 -0
  4546. package/dist/node_modules/is-set/README.md +46 -0
  4547. package/dist/node_modules/is-set/index.js +42 -0
  4548. package/dist/node_modules/is-set/package.json +60 -0
  4549. package/dist/node_modules/is-set/test/index.js +59 -0
  4550. package/dist/node_modules/is-shared-array-buffer/.eslintignore +1 -0
  4551. package/dist/node_modules/is-shared-array-buffer/.eslintrc +5 -0
  4552. package/dist/node_modules/is-shared-array-buffer/.github/FUNDING.yml +12 -0
  4553. package/dist/node_modules/is-shared-array-buffer/.nycrc +9 -0
  4554. package/dist/node_modules/is-shared-array-buffer/CHANGELOG.md +44 -0
  4555. package/dist/node_modules/is-shared-array-buffer/LICENSE +21 -0
  4556. package/dist/node_modules/is-shared-array-buffer/README.md +58 -0
  4557. package/dist/node_modules/is-shared-array-buffer/index.js +21 -0
  4558. package/dist/node_modules/is-shared-array-buffer/package.json +70 -0
  4559. package/dist/node_modules/is-shared-array-buffer/test/index.js +27 -0
  4560. package/dist/node_modules/is-string/.eslintignore +1 -0
  4561. package/dist/node_modules/is-string/.eslintrc +19 -0
  4562. package/dist/node_modules/is-string/.github/FUNDING.yml +12 -0
  4563. package/dist/node_modules/is-string/.nycrc +10 -0
  4564. package/dist/node_modules/is-string/CHANGELOG.md +114 -0
  4565. package/dist/node_modules/is-string/LICENSE +22 -0
  4566. package/dist/node_modules/is-string/README.md +56 -0
  4567. package/dist/node_modules/is-string/index.js +24 -0
  4568. package/dist/node_modules/is-string/package.json +81 -0
  4569. package/dist/node_modules/is-string/test/index.js +39 -0
  4570. package/dist/node_modules/is-symbol/.editorconfig +13 -0
  4571. package/dist/node_modules/is-symbol/.eslintignore +1 -0
  4572. package/dist/node_modules/is-symbol/.eslintrc +14 -0
  4573. package/dist/node_modules/is-symbol/.github/FUNDING.yml +12 -0
  4574. package/dist/node_modules/is-symbol/.nycrc +9 -0
  4575. package/dist/node_modules/is-symbol/CHANGELOG.md +113 -0
  4576. package/dist/node_modules/is-symbol/LICENSE +22 -0
  4577. package/dist/node_modules/is-symbol/README.md +45 -0
  4578. package/dist/node_modules/is-symbol/index.js +35 -0
  4579. package/dist/node_modules/is-symbol/package.json +77 -0
  4580. package/dist/node_modules/is-symbol/test/index.js +92 -0
  4581. package/dist/node_modules/is-typed-array/.editorconfig +20 -0
  4582. package/dist/node_modules/is-typed-array/.eslintrc +13 -0
  4583. package/dist/node_modules/is-typed-array/.github/FUNDING.yml +12 -0
  4584. package/dist/node_modules/is-typed-array/.nycrc +9 -0
  4585. package/dist/node_modules/is-typed-array/CHANGELOG.md +134 -0
  4586. package/dist/node_modules/is-typed-array/LICENSE +22 -0
  4587. package/dist/node_modules/is-typed-array/README.md +70 -0
  4588. package/dist/node_modules/is-typed-array/index.js +7 -0
  4589. package/dist/node_modules/is-typed-array/package.json +116 -0
  4590. package/dist/node_modules/is-typed-array/test/index.js +103 -0
  4591. package/dist/node_modules/is-weakmap/.eslintrc +10 -0
  4592. package/dist/node_modules/is-weakmap/.github/FUNDING.yml +12 -0
  4593. package/dist/node_modules/is-weakmap/.github/workflows/rebase.yml +15 -0
  4594. package/dist/node_modules/is-weakmap/.travis.yml +8 -0
  4595. package/dist/node_modules/is-weakmap/CHANGELOG.md +35 -0
  4596. package/dist/node_modules/is-weakmap/LICENSE +21 -0
  4597. package/dist/node_modules/is-weakmap/README.md +49 -0
  4598. package/dist/node_modules/is-weakmap/index.js +42 -0
  4599. package/dist/node_modules/is-weakmap/package.json +57 -0
  4600. package/dist/node_modules/is-weakmap/test/index.js +59 -0
  4601. package/dist/node_modules/is-weakref/.eslintignore +1 -0
  4602. package/dist/node_modules/is-weakref/.eslintrc +5 -0
  4603. package/dist/node_modules/is-weakref/.github/FUNDING.yml +12 -0
  4604. package/dist/node_modules/is-weakref/.nycrc +9 -0
  4605. package/dist/node_modules/is-weakref/CHANGELOG.md +54 -0
  4606. package/dist/node_modules/is-weakref/LICENSE +21 -0
  4607. package/dist/node_modules/is-weakref/README.md +52 -0
  4608. package/dist/node_modules/is-weakref/index.js +21 -0
  4609. package/dist/node_modules/is-weakref/package.json +63 -0
  4610. package/dist/node_modules/is-weakref/test/index.js +26 -0
  4611. package/dist/node_modules/is-weakset/.editorconfig +15 -0
  4612. package/dist/node_modules/is-weakset/.eslintignore +1 -0
  4613. package/dist/node_modules/is-weakset/.eslintrc +13 -0
  4614. package/dist/node_modules/is-weakset/.gitattributes +1 -0
  4615. package/dist/node_modules/is-weakset/.github/FUNDING.yml +12 -0
  4616. package/dist/node_modules/is-weakset/.nycrc +9 -0
  4617. package/dist/node_modules/is-weakset/CHANGELOG.md +76 -0
  4618. package/dist/node_modules/is-weakset/LICENSE +21 -0
  4619. package/dist/node_modules/is-weakset/README.md +52 -0
  4620. package/dist/node_modules/is-weakset/index.js +36 -0
  4621. package/dist/node_modules/is-weakset/package.json +67 -0
  4622. package/dist/node_modules/is-weakset/test/index.js +59 -0
  4623. package/dist/node_modules/isarray/LICENSE +21 -0
  4624. package/dist/node_modules/isarray/README.md +38 -0
  4625. package/dist/node_modules/isarray/index.js +5 -0
  4626. package/dist/node_modules/isarray/package.json +48 -0
  4627. package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
  4628. package/dist/node_modules/js-tokens/LICENSE +21 -0
  4629. package/dist/node_modules/js-tokens/README.md +240 -0
  4630. package/dist/node_modules/js-tokens/index.js +23 -0
  4631. package/dist/node_modules/js-tokens/package.json +30 -0
  4632. package/dist/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  4633. package/dist/node_modules/jsesc/README.md +421 -0
  4634. package/dist/node_modules/jsesc/bin/jsesc +148 -0
  4635. package/dist/node_modules/jsesc/jsesc.js +329 -0
  4636. package/dist/node_modules/jsesc/man/jsesc.1 +94 -0
  4637. package/dist/node_modules/jsesc/package.json +54 -0
  4638. package/dist/node_modules/json5/LICENSE.md +23 -0
  4639. package/dist/node_modules/json5/README.md +282 -0
  4640. package/dist/node_modules/json5/dist/index.js +1737 -0
  4641. package/dist/node_modules/json5/dist/index.min.js +1 -0
  4642. package/dist/node_modules/json5/dist/index.min.mjs +1 -0
  4643. package/dist/node_modules/json5/dist/index.mjs +1426 -0
  4644. package/dist/node_modules/json5/lib/cli.js +152 -0
  4645. package/dist/node_modules/json5/lib/index.d.ts +4 -0
  4646. package/dist/node_modules/json5/lib/index.js +9 -0
  4647. package/dist/node_modules/json5/lib/parse.d.ts +15 -0
  4648. package/dist/node_modules/json5/lib/parse.js +1114 -0
  4649. package/dist/node_modules/json5/lib/register.js +13 -0
  4650. package/dist/node_modules/json5/lib/require.js +4 -0
  4651. package/dist/node_modules/json5/lib/stringify.d.ts +89 -0
  4652. package/dist/node_modules/json5/lib/stringify.js +261 -0
  4653. package/dist/node_modules/json5/lib/unicode.d.ts +3 -0
  4654. package/dist/node_modules/json5/lib/unicode.js +4 -0
  4655. package/dist/node_modules/json5/lib/util.d.ts +5 -0
  4656. package/dist/node_modules/json5/lib/util.js +35 -0
  4657. package/dist/node_modules/json5/package.json +72 -0
  4658. package/dist/node_modules/lodash.debounce/LICENSE +47 -0
  4659. package/dist/node_modules/lodash.debounce/README.md +18 -0
  4660. package/dist/node_modules/lodash.debounce/index.js +377 -0
  4661. package/dist/node_modules/lodash.debounce/package.json +17 -0
  4662. package/dist/node_modules/lru-cache/LICENSE +15 -0
  4663. package/dist/node_modules/lru-cache/README.md +166 -0
  4664. package/dist/node_modules/lru-cache/index.js +334 -0
  4665. package/dist/node_modules/lru-cache/package.json +32 -0
  4666. package/dist/node_modules/minimatch/LICENSE +15 -0
  4667. package/dist/node_modules/minimatch/README.md +230 -0
  4668. package/dist/node_modules/minimatch/minimatch.js +947 -0
  4669. package/dist/node_modules/minimatch/package.json +33 -0
  4670. package/dist/node_modules/minimist/.eslintrc +29 -0
  4671. package/dist/node_modules/minimist/.github/FUNDING.yml +12 -0
  4672. package/dist/node_modules/minimist/.nycrc +14 -0
  4673. package/dist/node_modules/minimist/CHANGELOG.md +298 -0
  4674. package/dist/node_modules/minimist/LICENSE +18 -0
  4675. package/dist/node_modules/minimist/README.md +121 -0
  4676. package/dist/node_modules/minimist/example/parse.js +4 -0
  4677. package/dist/node_modules/minimist/index.js +263 -0
  4678. package/dist/node_modules/minimist/package.json +75 -0
  4679. package/dist/node_modules/minimist/test/all_bool.js +34 -0
  4680. package/dist/node_modules/minimist/test/bool.js +177 -0
  4681. package/dist/node_modules/minimist/test/dash.js +43 -0
  4682. package/dist/node_modules/minimist/test/default_bool.js +37 -0
  4683. package/dist/node_modules/minimist/test/dotted.js +24 -0
  4684. package/dist/node_modules/minimist/test/kv_short.js +32 -0
  4685. package/dist/node_modules/minimist/test/long.js +33 -0
  4686. package/dist/node_modules/minimist/test/num.js +38 -0
  4687. package/dist/node_modules/minimist/test/parse.js +209 -0
  4688. package/dist/node_modules/minimist/test/parse_modified.js +11 -0
  4689. package/dist/node_modules/minimist/test/proto.js +64 -0
  4690. package/dist/node_modules/minimist/test/short.js +69 -0
  4691. package/dist/node_modules/minimist/test/stop_early.js +17 -0
  4692. package/dist/node_modules/minimist/test/unknown.js +104 -0
  4693. package/dist/node_modules/minimist/test/whitespace.js +10 -0
  4694. package/dist/node_modules/mock-property/.eslintrc +21 -0
  4695. package/dist/node_modules/mock-property/.github/FUNDING.yml +12 -0
  4696. package/dist/node_modules/mock-property/.nycrc +9 -0
  4697. package/dist/node_modules/mock-property/CHANGELOG.md +46 -0
  4698. package/dist/node_modules/mock-property/LICENSE +21 -0
  4699. package/dist/node_modules/mock-property/README.md +67 -0
  4700. package/dist/node_modules/mock-property/index.js +183 -0
  4701. package/dist/node_modules/mock-property/package.json +89 -0
  4702. package/dist/node_modules/mock-property/test/index.js +1162 -0
  4703. package/dist/node_modules/ms/index.js +162 -0
  4704. package/dist/node_modules/ms/license.md +21 -0
  4705. package/dist/node_modules/ms/package.json +37 -0
  4706. package/dist/node_modules/ms/readme.md +60 -0
  4707. package/dist/node_modules/node-releases/LICENSE +21 -0
  4708. package/dist/node_modules/node-releases/README.md +12 -0
  4709. package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
  4710. package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
  4711. package/dist/node_modules/node-releases/package.json +19 -0
  4712. package/dist/node_modules/object-inspect/.eslintrc +53 -0
  4713. package/dist/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  4714. package/dist/node_modules/object-inspect/.nycrc +13 -0
  4715. package/dist/node_modules/object-inspect/CHANGELOG.md +389 -0
  4716. package/dist/node_modules/object-inspect/LICENSE +21 -0
  4717. package/dist/node_modules/object-inspect/example/all.js +23 -0
  4718. package/dist/node_modules/object-inspect/example/circular.js +6 -0
  4719. package/dist/node_modules/object-inspect/example/fn.js +5 -0
  4720. package/dist/node_modules/object-inspect/example/inspect.js +10 -0
  4721. package/dist/node_modules/object-inspect/index.js +524 -0
  4722. package/dist/node_modules/object-inspect/package-support.json +20 -0
  4723. package/dist/node_modules/object-inspect/package.json +99 -0
  4724. package/dist/node_modules/object-inspect/readme.markdown +86 -0
  4725. package/dist/node_modules/object-inspect/test/bigint.js +58 -0
  4726. package/dist/node_modules/object-inspect/test/browser/dom.js +15 -0
  4727. package/dist/node_modules/object-inspect/test/circular.js +16 -0
  4728. package/dist/node_modules/object-inspect/test/deep.js +12 -0
  4729. package/dist/node_modules/object-inspect/test/element.js +53 -0
  4730. package/dist/node_modules/object-inspect/test/err.js +48 -0
  4731. package/dist/node_modules/object-inspect/test/fakes.js +29 -0
  4732. package/dist/node_modules/object-inspect/test/fn.js +76 -0
  4733. package/dist/node_modules/object-inspect/test/global.js +17 -0
  4734. package/dist/node_modules/object-inspect/test/has.js +15 -0
  4735. package/dist/node_modules/object-inspect/test/holes.js +15 -0
  4736. package/dist/node_modules/object-inspect/test/indent-option.js +271 -0
  4737. package/dist/node_modules/object-inspect/test/inspect.js +139 -0
  4738. package/dist/node_modules/object-inspect/test/lowbyte.js +12 -0
  4739. package/dist/node_modules/object-inspect/test/number.js +58 -0
  4740. package/dist/node_modules/object-inspect/test/quoteStyle.js +17 -0
  4741. package/dist/node_modules/object-inspect/test/toStringTag.js +40 -0
  4742. package/dist/node_modules/object-inspect/test/undef.js +12 -0
  4743. package/dist/node_modules/object-inspect/test/values.js +211 -0
  4744. package/dist/node_modules/object-inspect/test-core-js.js +26 -0
  4745. package/dist/node_modules/object-inspect/util.inspect.js +1 -0
  4746. package/dist/node_modules/object-is/.eslintignore +1 -0
  4747. package/dist/node_modules/object-is/.eslintrc +5 -0
  4748. package/dist/node_modules/object-is/.nycrc +13 -0
  4749. package/dist/node_modules/object-is/CHANGELOG.md +150 -0
  4750. package/dist/node_modules/object-is/LICENSE +20 -0
  4751. package/dist/node_modules/object-is/README.md +60 -0
  4752. package/dist/node_modules/object-is/auto.js +3 -0
  4753. package/dist/node_modules/object-is/implementation.js +19 -0
  4754. package/dist/node_modules/object-is/index.js +18 -0
  4755. package/dist/node_modules/object-is/package.json +87 -0
  4756. package/dist/node_modules/object-is/polyfill.js +7 -0
  4757. package/dist/node_modules/object-is/shim.js +14 -0
  4758. package/dist/node_modules/object-is/test/implementation.js +12 -0
  4759. package/dist/node_modules/object-is/test/index.js +12 -0
  4760. package/dist/node_modules/object-is/test/shimmed.js +28 -0
  4761. package/dist/node_modules/object-is/test/tests.js +57 -0
  4762. package/dist/node_modules/object-keys/.editorconfig +13 -0
  4763. package/dist/node_modules/object-keys/.eslintrc +17 -0
  4764. package/dist/node_modules/object-keys/.travis.yml +277 -0
  4765. package/dist/node_modules/object-keys/CHANGELOG.md +232 -0
  4766. package/dist/node_modules/object-keys/LICENSE +21 -0
  4767. package/dist/node_modules/object-keys/README.md +76 -0
  4768. package/dist/node_modules/object-keys/implementation.js +122 -0
  4769. package/dist/node_modules/object-keys/index.js +32 -0
  4770. package/dist/node_modules/object-keys/isArguments.js +17 -0
  4771. package/dist/node_modules/object-keys/package.json +88 -0
  4772. package/dist/node_modules/object-keys/test/index.js +5 -0
  4773. package/dist/node_modules/object.assign/.editorconfig +20 -0
  4774. package/dist/node_modules/object.assign/.eslintrc +28 -0
  4775. package/dist/node_modules/object.assign/.github/FUNDING.yml +12 -0
  4776. package/dist/node_modules/object.assign/.nycrc +9 -0
  4777. package/dist/node_modules/object.assign/CHANGELOG.md +225 -0
  4778. package/dist/node_modules/object.assign/LICENSE +21 -0
  4779. package/dist/node_modules/object.assign/README.md +136 -0
  4780. package/dist/node_modules/object.assign/auto.js +3 -0
  4781. package/dist/node_modules/object.assign/dist/browser.js +944 -0
  4782. package/dist/node_modules/object.assign/hasSymbols.js +43 -0
  4783. package/dist/node_modules/object.assign/implementation.js +46 -0
  4784. package/dist/node_modules/object.assign/index.js +22 -0
  4785. package/dist/node_modules/object.assign/package.json +96 -0
  4786. package/dist/node_modules/object.assign/polyfill.js +55 -0
  4787. package/dist/node_modules/object.assign/shim.js +14 -0
  4788. package/dist/node_modules/object.assign/test/implementation.js +19 -0
  4789. package/dist/node_modules/object.assign/test/index.js +17 -0
  4790. package/dist/node_modules/object.assign/test/native.js +49 -0
  4791. package/dist/node_modules/object.assign/test/ses-compat.js +12 -0
  4792. package/dist/node_modules/object.assign/test/shimmed.js +52 -0
  4793. package/dist/node_modules/object.assign/test/tests.js +232 -0
  4794. package/dist/node_modules/object.assign/test.html +18458 -0
  4795. package/dist/node_modules/once/LICENSE +15 -0
  4796. package/dist/node_modules/once/README.md +79 -0
  4797. package/dist/node_modules/once/once.js +42 -0
  4798. package/dist/node_modules/once/package.json +33 -0
  4799. package/dist/node_modules/path-is-absolute/index.js +20 -0
  4800. package/dist/node_modules/path-is-absolute/license +21 -0
  4801. package/dist/node_modules/path-is-absolute/package.json +43 -0
  4802. package/dist/node_modules/path-is-absolute/readme.md +59 -0
  4803. package/dist/node_modules/path-parse/LICENSE +21 -0
  4804. package/dist/node_modules/path-parse/README.md +42 -0
  4805. package/dist/node_modules/path-parse/index.js +75 -0
  4806. package/dist/node_modules/path-parse/package.json +33 -0
  4807. package/dist/node_modules/picocolors/LICENSE +15 -0
  4808. package/dist/node_modules/picocolors/README.md +21 -0
  4809. package/dist/node_modules/picocolors/package.json +25 -0
  4810. package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
  4811. package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
  4812. package/dist/node_modules/picocolors/picocolors.js +58 -0
  4813. package/dist/node_modules/picocolors/types.ts +30 -0
  4814. package/dist/node_modules/picomatch/CHANGELOG.md +136 -0
  4815. package/dist/node_modules/picomatch/LICENSE +21 -0
  4816. package/dist/node_modules/picomatch/README.md +708 -0
  4817. package/dist/node_modules/picomatch/index.js +3 -0
  4818. package/dist/node_modules/picomatch/lib/constants.js +179 -0
  4819. package/dist/node_modules/picomatch/lib/parse.js +1091 -0
  4820. package/dist/node_modules/picomatch/lib/picomatch.js +342 -0
  4821. package/dist/node_modules/picomatch/lib/scan.js +391 -0
  4822. package/dist/node_modules/picomatch/lib/utils.js +64 -0
  4823. package/dist/node_modules/picomatch/package.json +81 -0
  4824. package/dist/node_modules/randombytes/.travis.yml +15 -0
  4825. package/dist/node_modules/randombytes/.zuul.yml +1 -0
  4826. package/dist/node_modules/randombytes/LICENSE +21 -0
  4827. package/dist/node_modules/randombytes/README.md +14 -0
  4828. package/dist/node_modules/randombytes/browser.js +50 -0
  4829. package/dist/node_modules/randombytes/index.js +1 -0
  4830. package/dist/node_modules/randombytes/package.json +36 -0
  4831. package/dist/node_modules/randombytes/test.js +81 -0
  4832. package/dist/node_modules/regenerate/LICENSE-MIT.txt +20 -0
  4833. package/dist/node_modules/regenerate/README.md +338 -0
  4834. package/dist/node_modules/regenerate/package.json +38 -0
  4835. package/dist/node_modules/regenerate/regenerate.js +1209 -0
  4836. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII.js +3 -0
  4837. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ASCII_Hex_Digit.js +3 -0
  4838. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Alphabetic.js +15 -0
  4839. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Any.js +3 -0
  4840. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Assigned.js +15 -0
  4841. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Control.js +3 -0
  4842. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Bidi_Mirrored.js +4 -0
  4843. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Case_Ignorable.js +8 -0
  4844. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Cased.js +5 -0
  4845. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casefolded.js +4 -0
  4846. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Casemapped.js +5 -0
  4847. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Lowercased.js +4 -0
  4848. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_NFKC_Casefolded.js +7 -0
  4849. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Titlecased.js +4 -0
  4850. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Changes_When_Uppercased.js +4 -0
  4851. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Dash.js +3 -0
  4852. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Default_Ignorable_Code_Point.js +3 -0
  4853. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Deprecated.js +3 -0
  4854. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Diacritic.js +5 -0
  4855. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji.js +4 -0
  4856. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Component.js +3 -0
  4857. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier.js +3 -0
  4858. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Modifier_Base.js +3 -0
  4859. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Emoji_Presentation.js +3 -0
  4860. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extended_Pictographic.js +3 -0
  4861. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Extender.js +3 -0
  4862. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Base.js +17 -0
  4863. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Grapheme_Extend.js +7 -0
  4864. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Hex_Digit.js +3 -0
  4865. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Binary_Operator.js +3 -0
  4866. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/IDS_Trinary_Operator.js +3 -0
  4867. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Continue.js +15 -0
  4868. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/ID_Start.js +13 -0
  4869. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Ideographic.js +3 -0
  4870. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Join_Control.js +3 -0
  4871. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Logical_Order_Exception.js +3 -0
  4872. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Lowercase.js +5 -0
  4873. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Math.js +4 -0
  4874. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Noncharacter_Code_Point.js +3 -0
  4875. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_Syntax.js +3 -0
  4876. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Pattern_White_Space.js +3 -0
  4877. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Quotation_Mark.js +3 -0
  4878. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Radical.js +3 -0
  4879. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Regional_Indicator.js +3 -0
  4880. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Sentence_Terminal.js +3 -0
  4881. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Soft_Dotted.js +3 -0
  4882. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Terminal_Punctuation.js +4 -0
  4883. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Unified_Ideograph.js +3 -0
  4884. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Uppercase.js +4 -0
  4885. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/Variation_Selector.js +3 -0
  4886. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/White_Space.js +3 -0
  4887. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Continue.js +15 -0
  4888. package/dist/node_modules/regenerate-unicode-properties/Binary_Property/XID_Start.js +13 -0
  4889. package/dist/node_modules/regenerate-unicode-properties/General_Category/Cased_Letter.js +5 -0
  4890. package/dist/node_modules/regenerate-unicode-properties/General_Category/Close_Punctuation.js +3 -0
  4891. package/dist/node_modules/regenerate-unicode-properties/General_Category/Connector_Punctuation.js +3 -0
  4892. package/dist/node_modules/regenerate-unicode-properties/General_Category/Control.js +3 -0
  4893. package/dist/node_modules/regenerate-unicode-properties/General_Category/Currency_Symbol.js +3 -0
  4894. package/dist/node_modules/regenerate-unicode-properties/General_Category/Dash_Punctuation.js +3 -0
  4895. package/dist/node_modules/regenerate-unicode-properties/General_Category/Decimal_Number.js +4 -0
  4896. package/dist/node_modules/regenerate-unicode-properties/General_Category/Enclosing_Mark.js +3 -0
  4897. package/dist/node_modules/regenerate-unicode-properties/General_Category/Final_Punctuation.js +3 -0
  4898. package/dist/node_modules/regenerate-unicode-properties/General_Category/Format.js +3 -0
  4899. package/dist/node_modules/regenerate-unicode-properties/General_Category/Initial_Punctuation.js +3 -0
  4900. package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter.js +13 -0
  4901. package/dist/node_modules/regenerate-unicode-properties/General_Category/Letter_Number.js +3 -0
  4902. package/dist/node_modules/regenerate-unicode-properties/General_Category/Line_Separator.js +3 -0
  4903. package/dist/node_modules/regenerate-unicode-properties/General_Category/Lowercase_Letter.js +5 -0
  4904. package/dist/node_modules/regenerate-unicode-properties/General_Category/Mark.js +7 -0
  4905. package/dist/node_modules/regenerate-unicode-properties/General_Category/Math_Symbol.js +3 -0
  4906. package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Letter.js +3 -0
  4907. package/dist/node_modules/regenerate-unicode-properties/General_Category/Modifier_Symbol.js +3 -0
  4908. package/dist/node_modules/regenerate-unicode-properties/General_Category/Nonspacing_Mark.js +7 -0
  4909. package/dist/node_modules/regenerate-unicode-properties/General_Category/Number.js +5 -0
  4910. package/dist/node_modules/regenerate-unicode-properties/General_Category/Open_Punctuation.js +3 -0
  4911. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other.js +12 -0
  4912. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Letter.js +10 -0
  4913. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Number.js +4 -0
  4914. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Punctuation.js +5 -0
  4915. package/dist/node_modules/regenerate-unicode-properties/General_Category/Other_Symbol.js +5 -0
  4916. package/dist/node_modules/regenerate-unicode-properties/General_Category/Paragraph_Separator.js +3 -0
  4917. package/dist/node_modules/regenerate-unicode-properties/General_Category/Private_Use.js +3 -0
  4918. package/dist/node_modules/regenerate-unicode-properties/General_Category/Punctuation.js +5 -0
  4919. package/dist/node_modules/regenerate-unicode-properties/General_Category/Separator.js +3 -0
  4920. package/dist/node_modules/regenerate-unicode-properties/General_Category/Space_Separator.js +3 -0
  4921. package/dist/node_modules/regenerate-unicode-properties/General_Category/Spacing_Mark.js +5 -0
  4922. package/dist/node_modules/regenerate-unicode-properties/General_Category/Surrogate.js +3 -0
  4923. package/dist/node_modules/regenerate-unicode-properties/General_Category/Symbol.js +6 -0
  4924. package/dist/node_modules/regenerate-unicode-properties/General_Category/Titlecase_Letter.js +3 -0
  4925. package/dist/node_modules/regenerate-unicode-properties/General_Category/Unassigned.js +12 -0
  4926. package/dist/node_modules/regenerate-unicode-properties/General_Category/Uppercase_Letter.js +4 -0
  4927. package/dist/node_modules/regenerate-unicode-properties/LICENSE-MIT.txt +20 -0
  4928. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Basic_Emoji.js +4 -0
  4929. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/Emoji_Keycap_Sequence.js +4 -0
  4930. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji.js +4 -0
  4931. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Flag_Sequence.js +4 -0
  4932. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Modifier_Sequence.js +4 -0
  4933. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_Tag_Sequence.js +4 -0
  4934. package/dist/node_modules/regenerate-unicode-properties/Property_of_Strings/RGI_Emoji_ZWJ_Sequence.js +4 -0
  4935. package/dist/node_modules/regenerate-unicode-properties/README.md +70 -0
  4936. package/dist/node_modules/regenerate-unicode-properties/Script/Adlam.js +3 -0
  4937. package/dist/node_modules/regenerate-unicode-properties/Script/Ahom.js +3 -0
  4938. package/dist/node_modules/regenerate-unicode-properties/Script/Anatolian_Hieroglyphs.js +3 -0
  4939. package/dist/node_modules/regenerate-unicode-properties/Script/Arabic.js +3 -0
  4940. package/dist/node_modules/regenerate-unicode-properties/Script/Armenian.js +3 -0
  4941. package/dist/node_modules/regenerate-unicode-properties/Script/Avestan.js +3 -0
  4942. package/dist/node_modules/regenerate-unicode-properties/Script/Balinese.js +3 -0
  4943. package/dist/node_modules/regenerate-unicode-properties/Script/Bamum.js +3 -0
  4944. package/dist/node_modules/regenerate-unicode-properties/Script/Bassa_Vah.js +3 -0
  4945. package/dist/node_modules/regenerate-unicode-properties/Script/Batak.js +3 -0
  4946. package/dist/node_modules/regenerate-unicode-properties/Script/Bengali.js +3 -0
  4947. package/dist/node_modules/regenerate-unicode-properties/Script/Bhaiksuki.js +3 -0
  4948. package/dist/node_modules/regenerate-unicode-properties/Script/Bopomofo.js +3 -0
  4949. package/dist/node_modules/regenerate-unicode-properties/Script/Brahmi.js +3 -0
  4950. package/dist/node_modules/regenerate-unicode-properties/Script/Braille.js +3 -0
  4951. package/dist/node_modules/regenerate-unicode-properties/Script/Buginese.js +3 -0
  4952. package/dist/node_modules/regenerate-unicode-properties/Script/Buhid.js +3 -0
  4953. package/dist/node_modules/regenerate-unicode-properties/Script/Canadian_Aboriginal.js +3 -0
  4954. package/dist/node_modules/regenerate-unicode-properties/Script/Carian.js +3 -0
  4955. package/dist/node_modules/regenerate-unicode-properties/Script/Caucasian_Albanian.js +3 -0
  4956. package/dist/node_modules/regenerate-unicode-properties/Script/Chakma.js +3 -0
  4957. package/dist/node_modules/regenerate-unicode-properties/Script/Cham.js +3 -0
  4958. package/dist/node_modules/regenerate-unicode-properties/Script/Cherokee.js +3 -0
  4959. package/dist/node_modules/regenerate-unicode-properties/Script/Chorasmian.js +3 -0
  4960. package/dist/node_modules/regenerate-unicode-properties/Script/Common.js +5 -0
  4961. package/dist/node_modules/regenerate-unicode-properties/Script/Coptic.js +3 -0
  4962. package/dist/node_modules/regenerate-unicode-properties/Script/Cuneiform.js +3 -0
  4963. package/dist/node_modules/regenerate-unicode-properties/Script/Cypriot.js +3 -0
  4964. package/dist/node_modules/regenerate-unicode-properties/Script/Cypro_Minoan.js +3 -0
  4965. package/dist/node_modules/regenerate-unicode-properties/Script/Cyrillic.js +3 -0
  4966. package/dist/node_modules/regenerate-unicode-properties/Script/Deseret.js +3 -0
  4967. package/dist/node_modules/regenerate-unicode-properties/Script/Devanagari.js +3 -0
  4968. package/dist/node_modules/regenerate-unicode-properties/Script/Dives_Akuru.js +3 -0
  4969. package/dist/node_modules/regenerate-unicode-properties/Script/Dogra.js +3 -0
  4970. package/dist/node_modules/regenerate-unicode-properties/Script/Duployan.js +3 -0
  4971. package/dist/node_modules/regenerate-unicode-properties/Script/Egyptian_Hieroglyphs.js +3 -0
  4972. package/dist/node_modules/regenerate-unicode-properties/Script/Elbasan.js +3 -0
  4973. package/dist/node_modules/regenerate-unicode-properties/Script/Elymaic.js +3 -0
  4974. package/dist/node_modules/regenerate-unicode-properties/Script/Ethiopic.js +3 -0
  4975. package/dist/node_modules/regenerate-unicode-properties/Script/Georgian.js +3 -0
  4976. package/dist/node_modules/regenerate-unicode-properties/Script/Glagolitic.js +3 -0
  4977. package/dist/node_modules/regenerate-unicode-properties/Script/Gothic.js +3 -0
  4978. package/dist/node_modules/regenerate-unicode-properties/Script/Grantha.js +3 -0
  4979. package/dist/node_modules/regenerate-unicode-properties/Script/Greek.js +3 -0
  4980. package/dist/node_modules/regenerate-unicode-properties/Script/Gujarati.js +3 -0
  4981. package/dist/node_modules/regenerate-unicode-properties/Script/Gunjala_Gondi.js +3 -0
  4982. package/dist/node_modules/regenerate-unicode-properties/Script/Gurmukhi.js +3 -0
  4983. package/dist/node_modules/regenerate-unicode-properties/Script/Han.js +3 -0
  4984. package/dist/node_modules/regenerate-unicode-properties/Script/Hangul.js +3 -0
  4985. package/dist/node_modules/regenerate-unicode-properties/Script/Hanifi_Rohingya.js +3 -0
  4986. package/dist/node_modules/regenerate-unicode-properties/Script/Hanunoo.js +3 -0
  4987. package/dist/node_modules/regenerate-unicode-properties/Script/Hatran.js +3 -0
  4988. package/dist/node_modules/regenerate-unicode-properties/Script/Hebrew.js +3 -0
  4989. package/dist/node_modules/regenerate-unicode-properties/Script/Hiragana.js +3 -0
  4990. package/dist/node_modules/regenerate-unicode-properties/Script/Imperial_Aramaic.js +3 -0
  4991. package/dist/node_modules/regenerate-unicode-properties/Script/Inherited.js +3 -0
  4992. package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Pahlavi.js +3 -0
  4993. package/dist/node_modules/regenerate-unicode-properties/Script/Inscriptional_Parthian.js +3 -0
  4994. package/dist/node_modules/regenerate-unicode-properties/Script/Javanese.js +3 -0
  4995. package/dist/node_modules/regenerate-unicode-properties/Script/Kaithi.js +3 -0
  4996. package/dist/node_modules/regenerate-unicode-properties/Script/Kannada.js +3 -0
  4997. package/dist/node_modules/regenerate-unicode-properties/Script/Katakana.js +3 -0
  4998. package/dist/node_modules/regenerate-unicode-properties/Script/Kawi.js +3 -0
  4999. package/dist/node_modules/regenerate-unicode-properties/Script/Kayah_Li.js +3 -0
  5000. package/dist/node_modules/regenerate-unicode-properties/Script/Kharoshthi.js +3 -0
  5001. package/dist/node_modules/regenerate-unicode-properties/Script/Khitan_Small_Script.js +3 -0
  5002. package/dist/node_modules/regenerate-unicode-properties/Script/Khmer.js +3 -0
  5003. package/dist/node_modules/regenerate-unicode-properties/Script/Khojki.js +3 -0
  5004. package/dist/node_modules/regenerate-unicode-properties/Script/Khudawadi.js +3 -0
  5005. package/dist/node_modules/regenerate-unicode-properties/Script/Lao.js +3 -0
  5006. package/dist/node_modules/regenerate-unicode-properties/Script/Latin.js +3 -0
  5007. package/dist/node_modules/regenerate-unicode-properties/Script/Lepcha.js +3 -0
  5008. package/dist/node_modules/regenerate-unicode-properties/Script/Limbu.js +3 -0
  5009. package/dist/node_modules/regenerate-unicode-properties/Script/Linear_A.js +3 -0
  5010. package/dist/node_modules/regenerate-unicode-properties/Script/Linear_B.js +3 -0
  5011. package/dist/node_modules/regenerate-unicode-properties/Script/Lisu.js +3 -0
  5012. package/dist/node_modules/regenerate-unicode-properties/Script/Lycian.js +3 -0
  5013. package/dist/node_modules/regenerate-unicode-properties/Script/Lydian.js +3 -0
  5014. package/dist/node_modules/regenerate-unicode-properties/Script/Mahajani.js +3 -0
  5015. package/dist/node_modules/regenerate-unicode-properties/Script/Makasar.js +3 -0
  5016. package/dist/node_modules/regenerate-unicode-properties/Script/Malayalam.js +3 -0
  5017. package/dist/node_modules/regenerate-unicode-properties/Script/Mandaic.js +3 -0
  5018. package/dist/node_modules/regenerate-unicode-properties/Script/Manichaean.js +3 -0
  5019. package/dist/node_modules/regenerate-unicode-properties/Script/Marchen.js +3 -0
  5020. package/dist/node_modules/regenerate-unicode-properties/Script/Masaram_Gondi.js +3 -0
  5021. package/dist/node_modules/regenerate-unicode-properties/Script/Medefaidrin.js +3 -0
  5022. package/dist/node_modules/regenerate-unicode-properties/Script/Meetei_Mayek.js +3 -0
  5023. package/dist/node_modules/regenerate-unicode-properties/Script/Mende_Kikakui.js +3 -0
  5024. package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Cursive.js +3 -0
  5025. package/dist/node_modules/regenerate-unicode-properties/Script/Meroitic_Hieroglyphs.js +3 -0
  5026. package/dist/node_modules/regenerate-unicode-properties/Script/Miao.js +3 -0
  5027. package/dist/node_modules/regenerate-unicode-properties/Script/Modi.js +3 -0
  5028. package/dist/node_modules/regenerate-unicode-properties/Script/Mongolian.js +3 -0
  5029. package/dist/node_modules/regenerate-unicode-properties/Script/Mro.js +3 -0
  5030. package/dist/node_modules/regenerate-unicode-properties/Script/Multani.js +3 -0
  5031. package/dist/node_modules/regenerate-unicode-properties/Script/Myanmar.js +3 -0
  5032. package/dist/node_modules/regenerate-unicode-properties/Script/Nabataean.js +3 -0
  5033. package/dist/node_modules/regenerate-unicode-properties/Script/Nag_Mundari.js +3 -0
  5034. package/dist/node_modules/regenerate-unicode-properties/Script/Nandinagari.js +3 -0
  5035. package/dist/node_modules/regenerate-unicode-properties/Script/New_Tai_Lue.js +3 -0
  5036. package/dist/node_modules/regenerate-unicode-properties/Script/Newa.js +3 -0
  5037. package/dist/node_modules/regenerate-unicode-properties/Script/Nko.js +3 -0
  5038. package/dist/node_modules/regenerate-unicode-properties/Script/Nushu.js +3 -0
  5039. package/dist/node_modules/regenerate-unicode-properties/Script/Nyiakeng_Puachue_Hmong.js +3 -0
  5040. package/dist/node_modules/regenerate-unicode-properties/Script/Ogham.js +3 -0
  5041. package/dist/node_modules/regenerate-unicode-properties/Script/Ol_Chiki.js +3 -0
  5042. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Hungarian.js +3 -0
  5043. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Italic.js +3 -0
  5044. package/dist/node_modules/regenerate-unicode-properties/Script/Old_North_Arabian.js +3 -0
  5045. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Permic.js +3 -0
  5046. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Persian.js +3 -0
  5047. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Sogdian.js +3 -0
  5048. package/dist/node_modules/regenerate-unicode-properties/Script/Old_South_Arabian.js +3 -0
  5049. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Turkic.js +3 -0
  5050. package/dist/node_modules/regenerate-unicode-properties/Script/Old_Uyghur.js +3 -0
  5051. package/dist/node_modules/regenerate-unicode-properties/Script/Oriya.js +3 -0
  5052. package/dist/node_modules/regenerate-unicode-properties/Script/Osage.js +3 -0
  5053. package/dist/node_modules/regenerate-unicode-properties/Script/Osmanya.js +3 -0
  5054. package/dist/node_modules/regenerate-unicode-properties/Script/Pahawh_Hmong.js +3 -0
  5055. package/dist/node_modules/regenerate-unicode-properties/Script/Palmyrene.js +3 -0
  5056. package/dist/node_modules/regenerate-unicode-properties/Script/Pau_Cin_Hau.js +3 -0
  5057. package/dist/node_modules/regenerate-unicode-properties/Script/Phags_Pa.js +3 -0
  5058. package/dist/node_modules/regenerate-unicode-properties/Script/Phoenician.js +3 -0
  5059. package/dist/node_modules/regenerate-unicode-properties/Script/Psalter_Pahlavi.js +3 -0
  5060. package/dist/node_modules/regenerate-unicode-properties/Script/Rejang.js +3 -0
  5061. package/dist/node_modules/regenerate-unicode-properties/Script/Runic.js +3 -0
  5062. package/dist/node_modules/regenerate-unicode-properties/Script/Samaritan.js +3 -0
  5063. package/dist/node_modules/regenerate-unicode-properties/Script/Saurashtra.js +3 -0
  5064. package/dist/node_modules/regenerate-unicode-properties/Script/Sharada.js +3 -0
  5065. package/dist/node_modules/regenerate-unicode-properties/Script/Shavian.js +3 -0
  5066. package/dist/node_modules/regenerate-unicode-properties/Script/Siddham.js +3 -0
  5067. package/dist/node_modules/regenerate-unicode-properties/Script/SignWriting.js +3 -0
  5068. package/dist/node_modules/regenerate-unicode-properties/Script/Sinhala.js +3 -0
  5069. package/dist/node_modules/regenerate-unicode-properties/Script/Sogdian.js +3 -0
  5070. package/dist/node_modules/regenerate-unicode-properties/Script/Sora_Sompeng.js +3 -0
  5071. package/dist/node_modules/regenerate-unicode-properties/Script/Soyombo.js +3 -0
  5072. package/dist/node_modules/regenerate-unicode-properties/Script/Sundanese.js +3 -0
  5073. package/dist/node_modules/regenerate-unicode-properties/Script/Syloti_Nagri.js +3 -0
  5074. package/dist/node_modules/regenerate-unicode-properties/Script/Syriac.js +3 -0
  5075. package/dist/node_modules/regenerate-unicode-properties/Script/Tagalog.js +3 -0
  5076. package/dist/node_modules/regenerate-unicode-properties/Script/Tagbanwa.js +3 -0
  5077. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Le.js +3 -0
  5078. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Tham.js +3 -0
  5079. package/dist/node_modules/regenerate-unicode-properties/Script/Tai_Viet.js +3 -0
  5080. package/dist/node_modules/regenerate-unicode-properties/Script/Takri.js +3 -0
  5081. package/dist/node_modules/regenerate-unicode-properties/Script/Tamil.js +3 -0
  5082. package/dist/node_modules/regenerate-unicode-properties/Script/Tangsa.js +3 -0
  5083. package/dist/node_modules/regenerate-unicode-properties/Script/Tangut.js +3 -0
  5084. package/dist/node_modules/regenerate-unicode-properties/Script/Telugu.js +3 -0
  5085. package/dist/node_modules/regenerate-unicode-properties/Script/Thaana.js +3 -0
  5086. package/dist/node_modules/regenerate-unicode-properties/Script/Thai.js +3 -0
  5087. package/dist/node_modules/regenerate-unicode-properties/Script/Tibetan.js +3 -0
  5088. package/dist/node_modules/regenerate-unicode-properties/Script/Tifinagh.js +3 -0
  5089. package/dist/node_modules/regenerate-unicode-properties/Script/Tirhuta.js +3 -0
  5090. package/dist/node_modules/regenerate-unicode-properties/Script/Toto.js +3 -0
  5091. package/dist/node_modules/regenerate-unicode-properties/Script/Ugaritic.js +3 -0
  5092. package/dist/node_modules/regenerate-unicode-properties/Script/Vai.js +3 -0
  5093. package/dist/node_modules/regenerate-unicode-properties/Script/Vithkuqi.js +3 -0
  5094. package/dist/node_modules/regenerate-unicode-properties/Script/Wancho.js +3 -0
  5095. package/dist/node_modules/regenerate-unicode-properties/Script/Warang_Citi.js +3 -0
  5096. package/dist/node_modules/regenerate-unicode-properties/Script/Yezidi.js +3 -0
  5097. package/dist/node_modules/regenerate-unicode-properties/Script/Yi.js +3 -0
  5098. package/dist/node_modules/regenerate-unicode-properties/Script/Zanabazar_Square.js +3 -0
  5099. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Adlam.js +3 -0
  5100. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ahom.js +3 -0
  5101. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Anatolian_Hieroglyphs.js +3 -0
  5102. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Arabic.js +3 -0
  5103. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Armenian.js +3 -0
  5104. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Avestan.js +3 -0
  5105. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Balinese.js +3 -0
  5106. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bamum.js +3 -0
  5107. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bassa_Vah.js +3 -0
  5108. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Batak.js +3 -0
  5109. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bengali.js +3 -0
  5110. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bhaiksuki.js +3 -0
  5111. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Bopomofo.js +3 -0
  5112. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Brahmi.js +3 -0
  5113. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Braille.js +3 -0
  5114. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buginese.js +3 -0
  5115. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Buhid.js +3 -0
  5116. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Canadian_Aboriginal.js +3 -0
  5117. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Carian.js +3 -0
  5118. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Caucasian_Albanian.js +3 -0
  5119. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chakma.js +3 -0
  5120. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cham.js +3 -0
  5121. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cherokee.js +3 -0
  5122. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Chorasmian.js +3 -0
  5123. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Common.js +5 -0
  5124. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Coptic.js +3 -0
  5125. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cuneiform.js +3 -0
  5126. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypriot.js +3 -0
  5127. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cypro_Minoan.js +3 -0
  5128. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Cyrillic.js +3 -0
  5129. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Deseret.js +3 -0
  5130. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Devanagari.js +3 -0
  5131. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dives_Akuru.js +3 -0
  5132. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Dogra.js +3 -0
  5133. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Duployan.js +3 -0
  5134. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Egyptian_Hieroglyphs.js +3 -0
  5135. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elbasan.js +3 -0
  5136. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Elymaic.js +3 -0
  5137. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ethiopic.js +3 -0
  5138. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Georgian.js +3 -0
  5139. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Glagolitic.js +3 -0
  5140. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gothic.js +3 -0
  5141. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Grantha.js +3 -0
  5142. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Greek.js +3 -0
  5143. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gujarati.js +3 -0
  5144. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gunjala_Gondi.js +3 -0
  5145. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Gurmukhi.js +3 -0
  5146. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Han.js +3 -0
  5147. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hangul.js +3 -0
  5148. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanifi_Rohingya.js +3 -0
  5149. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hanunoo.js +3 -0
  5150. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hatran.js +3 -0
  5151. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hebrew.js +3 -0
  5152. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Hiragana.js +3 -0
  5153. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Imperial_Aramaic.js +3 -0
  5154. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inherited.js +3 -0
  5155. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Pahlavi.js +3 -0
  5156. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Inscriptional_Parthian.js +3 -0
  5157. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Javanese.js +3 -0
  5158. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kaithi.js +3 -0
  5159. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kannada.js +3 -0
  5160. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Katakana.js +3 -0
  5161. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kawi.js +3 -0
  5162. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kayah_Li.js +3 -0
  5163. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Kharoshthi.js +3 -0
  5164. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khitan_Small_Script.js +3 -0
  5165. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khmer.js +3 -0
  5166. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khojki.js +3 -0
  5167. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Khudawadi.js +3 -0
  5168. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lao.js +3 -0
  5169. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Latin.js +3 -0
  5170. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lepcha.js +3 -0
  5171. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Limbu.js +3 -0
  5172. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_A.js +3 -0
  5173. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Linear_B.js +3 -0
  5174. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lisu.js +3 -0
  5175. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lycian.js +3 -0
  5176. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Lydian.js +3 -0
  5177. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mahajani.js +3 -0
  5178. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Makasar.js +3 -0
  5179. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Malayalam.js +3 -0
  5180. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mandaic.js +3 -0
  5181. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Manichaean.js +3 -0
  5182. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Marchen.js +3 -0
  5183. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Masaram_Gondi.js +3 -0
  5184. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Medefaidrin.js +3 -0
  5185. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meetei_Mayek.js +3 -0
  5186. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mende_Kikakui.js +3 -0
  5187. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Cursive.js +3 -0
  5188. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Meroitic_Hieroglyphs.js +3 -0
  5189. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Miao.js +3 -0
  5190. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Modi.js +3 -0
  5191. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mongolian.js +3 -0
  5192. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Mro.js +3 -0
  5193. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Multani.js +3 -0
  5194. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Myanmar.js +3 -0
  5195. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nabataean.js +3 -0
  5196. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nag_Mundari.js +3 -0
  5197. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nandinagari.js +3 -0
  5198. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/New_Tai_Lue.js +3 -0
  5199. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Newa.js +3 -0
  5200. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nko.js +3 -0
  5201. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nushu.js +3 -0
  5202. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Nyiakeng_Puachue_Hmong.js +3 -0
  5203. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ogham.js +3 -0
  5204. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ol_Chiki.js +3 -0
  5205. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Hungarian.js +3 -0
  5206. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Italic.js +3 -0
  5207. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_North_Arabian.js +3 -0
  5208. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Permic.js +3 -0
  5209. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Persian.js +3 -0
  5210. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Sogdian.js +3 -0
  5211. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_South_Arabian.js +3 -0
  5212. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Turkic.js +3 -0
  5213. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Old_Uyghur.js +3 -0
  5214. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Oriya.js +3 -0
  5215. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osage.js +3 -0
  5216. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Osmanya.js +3 -0
  5217. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pahawh_Hmong.js +3 -0
  5218. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Palmyrene.js +3 -0
  5219. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Pau_Cin_Hau.js +3 -0
  5220. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phags_Pa.js +3 -0
  5221. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Phoenician.js +3 -0
  5222. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Psalter_Pahlavi.js +3 -0
  5223. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Rejang.js +3 -0
  5224. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Runic.js +3 -0
  5225. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Samaritan.js +3 -0
  5226. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Saurashtra.js +3 -0
  5227. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sharada.js +3 -0
  5228. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Shavian.js +3 -0
  5229. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Siddham.js +3 -0
  5230. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/SignWriting.js +3 -0
  5231. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sinhala.js +3 -0
  5232. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sogdian.js +3 -0
  5233. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sora_Sompeng.js +3 -0
  5234. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Soyombo.js +3 -0
  5235. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Sundanese.js +3 -0
  5236. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syloti_Nagri.js +3 -0
  5237. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Syriac.js +3 -0
  5238. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagalog.js +3 -0
  5239. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tagbanwa.js +3 -0
  5240. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Le.js +3 -0
  5241. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Tham.js +3 -0
  5242. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tai_Viet.js +3 -0
  5243. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Takri.js +3 -0
  5244. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tamil.js +3 -0
  5245. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangsa.js +3 -0
  5246. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tangut.js +3 -0
  5247. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Telugu.js +3 -0
  5248. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thaana.js +3 -0
  5249. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Thai.js +3 -0
  5250. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tibetan.js +3 -0
  5251. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tifinagh.js +3 -0
  5252. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Tirhuta.js +3 -0
  5253. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Toto.js +3 -0
  5254. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Ugaritic.js +3 -0
  5255. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vai.js +3 -0
  5256. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Vithkuqi.js +3 -0
  5257. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Wancho.js +3 -0
  5258. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Warang_Citi.js +3 -0
  5259. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yezidi.js +3 -0
  5260. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Yi.js +3 -0
  5261. package/dist/node_modules/regenerate-unicode-properties/Script_Extensions/Zanabazar_Square.js +3 -0
  5262. package/dist/node_modules/regenerate-unicode-properties/index.js +436 -0
  5263. package/dist/node_modules/regenerate-unicode-properties/package.json +49 -0
  5264. package/dist/node_modules/regenerate-unicode-properties/unicode-version.js +1 -0
  5265. package/dist/node_modules/regenerator-runtime/LICENSE +21 -0
  5266. package/dist/node_modules/regenerator-runtime/README.md +31 -0
  5267. package/dist/node_modules/regenerator-runtime/package.json +19 -0
  5268. package/dist/node_modules/regenerator-runtime/path.js +11 -0
  5269. package/dist/node_modules/regenerator-runtime/runtime.js +760 -0
  5270. package/dist/node_modules/regenerator-transform/LICENSE +21 -0
  5271. package/dist/node_modules/regenerator-transform/README.md +46 -0
  5272. package/dist/node_modules/regenerator-transform/lib/emit.js +904 -0
  5273. package/dist/node_modules/regenerator-transform/lib/hoist.js +132 -0
  5274. package/dist/node_modules/regenerator-transform/lib/index.js +29 -0
  5275. package/dist/node_modules/regenerator-transform/lib/leap.js +143 -0
  5276. package/dist/node_modules/regenerator-transform/lib/meta.js +102 -0
  5277. package/dist/node_modules/regenerator-transform/lib/replaceShorthandObjectMethod.js +83 -0
  5278. package/dist/node_modules/regenerator-transform/lib/util.js +49 -0
  5279. package/dist/node_modules/regenerator-transform/lib/visit.js +290 -0
  5280. package/dist/node_modules/regenerator-transform/package.json +43 -0
  5281. package/dist/node_modules/regenerator-transform/src/emit.js +1308 -0
  5282. package/dist/node_modules/regenerator-transform/src/hoist.js +161 -0
  5283. package/dist/node_modules/regenerator-transform/src/index.js +27 -0
  5284. package/dist/node_modules/regenerator-transform/src/leap.js +179 -0
  5285. package/dist/node_modules/regenerator-transform/src/meta.js +110 -0
  5286. package/dist/node_modules/regenerator-transform/src/replaceShorthandObjectMethod.js +82 -0
  5287. package/dist/node_modules/regenerator-transform/src/util.js +45 -0
  5288. package/dist/node_modules/regenerator-transform/src/visit.js +369 -0
  5289. package/dist/node_modules/regexp.prototype.flags/.editorconfig +13 -0
  5290. package/dist/node_modules/regexp.prototype.flags/.eslintrc +20 -0
  5291. package/dist/node_modules/regexp.prototype.flags/.nycrc +9 -0
  5292. package/dist/node_modules/regexp.prototype.flags/CHANGELOG.md +211 -0
  5293. package/dist/node_modules/regexp.prototype.flags/LICENSE +22 -0
  5294. package/dist/node_modules/regexp.prototype.flags/README.md +54 -0
  5295. package/dist/node_modules/regexp.prototype.flags/auto.js +3 -0
  5296. package/dist/node_modules/regexp.prototype.flags/implementation.js +39 -0
  5297. package/dist/node_modules/regexp.prototype.flags/index.js +18 -0
  5298. package/dist/node_modules/regexp.prototype.flags/package.json +101 -0
  5299. package/dist/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  5300. package/dist/node_modules/regexp.prototype.flags/shim.js +26 -0
  5301. package/dist/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  5302. package/dist/node_modules/regexp.prototype.flags/test/index.js +17 -0
  5303. package/dist/node_modules/regexp.prototype.flags/test/shimmed.js +48 -0
  5304. package/dist/node_modules/regexp.prototype.flags/test/tests.js +143 -0
  5305. package/dist/node_modules/regexpu-core/LICENSE-MIT.txt +20 -0
  5306. package/dist/node_modules/regexpu-core/README.md +226 -0
  5307. package/dist/node_modules/regexpu-core/data/character-class-escape-sets.js +105 -0
  5308. package/dist/node_modules/regexpu-core/data/iu-mappings.js +656 -0
  5309. package/dist/node_modules/regexpu-core/package.json +67 -0
  5310. package/dist/node_modules/regexpu-core/rewrite-pattern.js +904 -0
  5311. package/dist/node_modules/regjsparser/LICENSE.BSD +21 -0
  5312. package/dist/node_modules/regjsparser/README.md +47 -0
  5313. package/dist/node_modules/regjsparser/bin/parser +63 -0
  5314. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc +12 -0
  5315. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.cmd +17 -0
  5316. package/dist/node_modules/regjsparser/node_modules/.bin/jsesc.ps1 +28 -0
  5317. package/dist/node_modules/regjsparser/node_modules/jsesc/LICENSE-MIT.txt +20 -0
  5318. package/dist/node_modules/regjsparser/node_modules/jsesc/README.md +375 -0
  5319. package/dist/node_modules/regjsparser/node_modules/jsesc/bin/jsesc +138 -0
  5320. package/dist/node_modules/regjsparser/node_modules/jsesc/jsesc.js +265 -0
  5321. package/dist/node_modules/regjsparser/node_modules/jsesc/man/jsesc.1 +90 -0
  5322. package/dist/node_modules/regjsparser/node_modules/jsesc/package.json +55 -0
  5323. package/dist/node_modules/regjsparser/package.json +37 -0
  5324. package/dist/node_modules/regjsparser/parser.d.ts +183 -0
  5325. package/dist/node_modules/regjsparser/parser.js +1634 -0
  5326. package/dist/node_modules/resolve/.editorconfig +37 -0
  5327. package/dist/node_modules/resolve/.eslintrc +65 -0
  5328. package/dist/node_modules/resolve/.github/FUNDING.yml +12 -0
  5329. package/dist/node_modules/resolve/LICENSE +21 -0
  5330. package/dist/node_modules/resolve/SECURITY.md +3 -0
  5331. package/dist/node_modules/resolve/async.js +3 -0
  5332. package/dist/node_modules/resolve/bin/resolve +50 -0
  5333. package/dist/node_modules/resolve/example/async.js +5 -0
  5334. package/dist/node_modules/resolve/example/sync.js +3 -0
  5335. package/dist/node_modules/resolve/index.js +6 -0
  5336. package/dist/node_modules/resolve/lib/async.js +329 -0
  5337. package/dist/node_modules/resolve/lib/caller.js +8 -0
  5338. package/dist/node_modules/resolve/lib/core.js +12 -0
  5339. package/dist/node_modules/resolve/lib/core.json +158 -0
  5340. package/dist/node_modules/resolve/lib/homedir.js +24 -0
  5341. package/dist/node_modules/resolve/lib/is-core.js +5 -0
  5342. package/dist/node_modules/resolve/lib/node-modules-paths.js +42 -0
  5343. package/dist/node_modules/resolve/lib/normalize-options.js +10 -0
  5344. package/dist/node_modules/resolve/lib/sync.js +208 -0
  5345. package/dist/node_modules/resolve/package.json +72 -0
  5346. package/dist/node_modules/resolve/readme.markdown +301 -0
  5347. package/dist/node_modules/resolve/sync.js +3 -0
  5348. package/dist/node_modules/resolve/test/core.js +88 -0
  5349. package/dist/node_modules/resolve/test/dotdot/abc/index.js +2 -0
  5350. package/dist/node_modules/resolve/test/dotdot/index.js +1 -0
  5351. package/dist/node_modules/resolve/test/dotdot.js +29 -0
  5352. package/dist/node_modules/resolve/test/faulty_basedir.js +29 -0
  5353. package/dist/node_modules/resolve/test/filter.js +34 -0
  5354. package/dist/node_modules/resolve/test/filter_sync.js +33 -0
  5355. package/dist/node_modules/resolve/test/home_paths.js +127 -0
  5356. package/dist/node_modules/resolve/test/home_paths_sync.js +114 -0
  5357. package/dist/node_modules/resolve/test/mock.js +315 -0
  5358. package/dist/node_modules/resolve/test/mock_sync.js +214 -0
  5359. package/dist/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +1 -0
  5360. package/dist/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +1 -0
  5361. package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +1 -0
  5362. package/dist/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  5363. package/dist/node_modules/resolve/test/module_dir.js +56 -0
  5364. package/dist/node_modules/resolve/test/node-modules-paths.js +143 -0
  5365. package/dist/node_modules/resolve/test/node_path/x/aaa/index.js +1 -0
  5366. package/dist/node_modules/resolve/test/node_path/x/ccc/index.js +1 -0
  5367. package/dist/node_modules/resolve/test/node_path/y/bbb/index.js +1 -0
  5368. package/dist/node_modules/resolve/test/node_path/y/ccc/index.js +1 -0
  5369. package/dist/node_modules/resolve/test/node_path.js +70 -0
  5370. package/dist/node_modules/resolve/test/nonstring.js +9 -0
  5371. package/dist/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5372. package/dist/node_modules/resolve/test/pathfilter.js +75 -0
  5373. package/dist/node_modules/resolve/test/precedence/aaa/index.js +1 -0
  5374. package/dist/node_modules/resolve/test/precedence/aaa/main.js +1 -0
  5375. package/dist/node_modules/resolve/test/precedence/aaa.js +1 -0
  5376. package/dist/node_modules/resolve/test/precedence/bbb/main.js +1 -0
  5377. package/dist/node_modules/resolve/test/precedence/bbb.js +1 -0
  5378. package/dist/node_modules/resolve/test/precedence.js +23 -0
  5379. package/dist/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5380. package/dist/node_modules/resolve/test/resolver/baz/package.json +4 -0
  5381. package/dist/node_modules/resolve/test/resolver/baz/quux.js +1 -0
  5382. package/dist/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5383. package/dist/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5384. package/dist/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  5385. package/dist/node_modules/resolve/test/resolver/cup.coffee +1 -0
  5386. package/dist/node_modules/resolve/test/resolver/dot_main/index.js +1 -0
  5387. package/dist/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  5388. package/dist/node_modules/resolve/test/resolver/dot_slash_main/index.js +1 -0
  5389. package/dist/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  5390. package/dist/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5391. package/dist/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  5392. package/dist/node_modules/resolve/test/resolver/foo.js +1 -0
  5393. package/dist/node_modules/resolve/test/resolver/incorrect_main/index.js +2 -0
  5394. package/dist/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  5395. package/dist/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  5396. package/dist/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5397. package/dist/node_modules/resolve/test/resolver/mug.js +0 -0
  5398. package/dist/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  5399. package/dist/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  5400. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  5401. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  5402. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5403. package/dist/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  5404. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  5405. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  5406. package/dist/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  5407. package/dist/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5408. package/dist/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5409. package/dist/node_modules/resolve/test/resolver/quux/foo/index.js +1 -0
  5410. package/dist/node_modules/resolve/test/resolver/same_names/foo/index.js +1 -0
  5411. package/dist/node_modules/resolve/test/resolver/same_names/foo.js +1 -0
  5412. package/dist/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5413. package/dist/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5414. package/dist/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
  5415. package/dist/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  5416. package/dist/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  5417. package/dist/node_modules/resolve/test/resolver.js +597 -0
  5418. package/dist/node_modules/resolve/test/resolver_sync.js +730 -0
  5419. package/dist/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5420. package/dist/node_modules/resolve/test/shadowed_core.js +54 -0
  5421. package/dist/node_modules/resolve/test/subdirs.js +13 -0
  5422. package/dist/node_modules/resolve/test/symlinks.js +176 -0
  5423. package/dist/node_modules/rollup/LICENSE.md +695 -0
  5424. package/dist/node_modules/rollup/README.md +125 -0
  5425. package/dist/node_modules/rollup/dist/bin/rollup +1715 -0
  5426. package/dist/node_modules/rollup/dist/es/getLogFilter.js +64 -0
  5427. package/dist/node_modules/rollup/dist/es/package.json +1 -0
  5428. package/dist/node_modules/rollup/dist/es/rollup.js +17 -0
  5429. package/dist/node_modules/rollup/dist/es/shared/node-entry.js +27273 -0
  5430. package/dist/node_modules/rollup/dist/es/shared/watch.js +4857 -0
  5431. package/dist/node_modules/rollup/dist/getLogFilter.d.ts +5 -0
  5432. package/dist/node_modules/rollup/dist/getLogFilter.js +69 -0
  5433. package/dist/node_modules/rollup/dist/loadConfigFile.d.ts +20 -0
  5434. package/dist/node_modules/rollup/dist/loadConfigFile.js +29 -0
  5435. package/dist/node_modules/rollup/dist/rollup.d.ts +1012 -0
  5436. package/dist/node_modules/rollup/dist/rollup.js +31 -0
  5437. package/dist/node_modules/rollup/dist/shared/fsevents-importer.js +37 -0
  5438. package/dist/node_modules/rollup/dist/shared/index.js +4571 -0
  5439. package/dist/node_modules/rollup/dist/shared/loadConfigFile.js +546 -0
  5440. package/dist/node_modules/rollup/dist/shared/rollup.js +27351 -0
  5441. package/dist/node_modules/rollup/dist/shared/watch-cli.js +561 -0
  5442. package/dist/node_modules/rollup/dist/shared/watch-proxy.js +87 -0
  5443. package/dist/node_modules/rollup/dist/shared/watch.js +316 -0
  5444. package/dist/node_modules/rollup/package.json +181 -0
  5445. package/dist/node_modules/rollup-plugin-import-assert/.editorconfig +13 -0
  5446. package/dist/node_modules/rollup-plugin-import-assert/CHANGELOG.md +51 -0
  5447. package/dist/node_modules/rollup-plugin-import-assert/LICENSE.md +7 -0
  5448. package/dist/node_modules/rollup-plugin-import-assert/README.md +69 -0
  5449. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.cjs +124 -0
  5450. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.d.ts +2 -0
  5451. package/dist/node_modules/rollup-plugin-import-assert/dist/import-assert.js +94 -0
  5452. package/dist/node_modules/rollup-plugin-import-assert/index.html +15 -0
  5453. package/dist/node_modules/rollup-plugin-import-assert/package.json +47 -0
  5454. package/dist/node_modules/rollup-plugin-import-assert/public/data/info.json +7 -0
  5455. package/dist/node_modules/rollup-plugin-import-assert/public/data/x.css +1 -0
  5456. package/dist/node_modules/rollup-plugin-import-assert/public/index.js +15 -0
  5457. package/dist/node_modules/rollup-plugin-import-assert/public/other.css +3 -0
  5458. package/dist/node_modules/rollup-plugin-import-assert/public/style.css +3 -0
  5459. package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.css +4 -0
  5460. package/dist/node_modules/rollup-plugin-import-assert/public/test-el/test-el.wc.js +30 -0
  5461. package/dist/node_modules/rollup-plugin-import-assert/rollup.config.js +17 -0
  5462. package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.cjs.config.js +14 -0
  5463. package/dist/node_modules/rollup-plugin-import-assert/rollup.dev.esm.config.js +14 -0
  5464. package/dist/node_modules/rollup-plugin-import-assert/src/import-assert.ts +118 -0
  5465. package/dist/node_modules/rollup-plugin-import-assert/tsconfig.json +15 -0
  5466. package/dist/node_modules/safe-array-concat/.eslintrc +15 -0
  5467. package/dist/node_modules/safe-array-concat/.github/FUNDING.yml +12 -0
  5468. package/dist/node_modules/safe-array-concat/.nycrc +13 -0
  5469. package/dist/node_modules/safe-array-concat/CHANGELOG.md +26 -0
  5470. package/dist/node_modules/safe-array-concat/LICENSE +21 -0
  5471. package/dist/node_modules/safe-array-concat/README.md +53 -0
  5472. package/dist/node_modules/safe-array-concat/index.js +36 -0
  5473. package/dist/node_modules/safe-array-concat/package.json +78 -0
  5474. package/dist/node_modules/safe-array-concat/test/index.js +89 -0
  5475. package/dist/node_modules/safe-buffer/LICENSE +21 -0
  5476. package/dist/node_modules/safe-buffer/README.md +584 -0
  5477. package/dist/node_modules/safe-buffer/index.d.ts +187 -0
  5478. package/dist/node_modules/safe-buffer/index.js +65 -0
  5479. package/dist/node_modules/safe-buffer/package.json +51 -0
  5480. package/dist/node_modules/safe-regex-test/.eslintrc +9 -0
  5481. package/dist/node_modules/safe-regex-test/.github/FUNDING.yml +12 -0
  5482. package/dist/node_modules/safe-regex-test/CHANGELOG.md +15 -0
  5483. package/dist/node_modules/safe-regex-test/LICENSE +21 -0
  5484. package/dist/node_modules/safe-regex-test/README.md +42 -0
  5485. package/dist/node_modules/safe-regex-test/index.js +17 -0
  5486. package/dist/node_modules/safe-regex-test/package.json +75 -0
  5487. package/dist/node_modules/safe-regex-test/test/index.js +37 -0
  5488. package/dist/node_modules/semver/LICENSE +15 -0
  5489. package/dist/node_modules/semver/README.md +443 -0
  5490. package/dist/node_modules/semver/bin/semver.js +174 -0
  5491. package/dist/node_modules/semver/package.json +38 -0
  5492. package/dist/node_modules/semver/range.bnf +16 -0
  5493. package/dist/node_modules/semver/semver.js +1643 -0
  5494. package/dist/node_modules/serialize-javascript/LICENSE +27 -0
  5495. package/dist/node_modules/serialize-javascript/README.md +142 -0
  5496. package/dist/node_modules/serialize-javascript/index.js +268 -0
  5497. package/dist/node_modules/serialize-javascript/package.json +36 -0
  5498. package/dist/node_modules/set-function-length/.eslintrc +27 -0
  5499. package/dist/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  5500. package/dist/node_modules/set-function-length/.nycrc +13 -0
  5501. package/dist/node_modules/set-function-length/CHANGELOG.md +41 -0
  5502. package/dist/node_modules/set-function-length/LICENSE +21 -0
  5503. package/dist/node_modules/set-function-length/README.md +56 -0
  5504. package/dist/node_modules/set-function-length/env.js +19 -0
  5505. package/dist/node_modules/set-function-length/index.js +41 -0
  5506. package/dist/node_modules/set-function-length/package.json +84 -0
  5507. package/dist/node_modules/set-function-name/.eslintrc +20 -0
  5508. package/dist/node_modules/set-function-name/.github/FUNDING.yml +12 -0
  5509. package/dist/node_modules/set-function-name/CHANGELOG.md +39 -0
  5510. package/dist/node_modules/set-function-name/LICENSE +21 -0
  5511. package/dist/node_modules/set-function-name/README.md +61 -0
  5512. package/dist/node_modules/set-function-name/index.js +22 -0
  5513. package/dist/node_modules/set-function-name/package.json +80 -0
  5514. package/dist/node_modules/side-channel/.eslintignore +1 -0
  5515. package/dist/node_modules/side-channel/.eslintrc +11 -0
  5516. package/dist/node_modules/side-channel/.github/FUNDING.yml +12 -0
  5517. package/dist/node_modules/side-channel/.nycrc +13 -0
  5518. package/dist/node_modules/side-channel/CHANGELOG.md +65 -0
  5519. package/dist/node_modules/side-channel/LICENSE +21 -0
  5520. package/dist/node_modules/side-channel/README.md +2 -0
  5521. package/dist/node_modules/side-channel/index.js +124 -0
  5522. package/dist/node_modules/side-channel/package.json +67 -0
  5523. package/dist/node_modules/side-channel/test/index.js +78 -0
  5524. package/dist/node_modules/smob/LICENSE +21 -0
  5525. package/dist/node_modules/smob/README.MD +161 -0
  5526. package/dist/node_modules/smob/dist/constants.d.ts +4 -0
  5527. package/dist/node_modules/smob/dist/index.cjs +270 -0
  5528. package/dist/node_modules/smob/dist/index.cjs.map +1 -0
  5529. package/dist/node_modules/smob/dist/index.d.ts +5 -0
  5530. package/dist/node_modules/smob/dist/index.mjs +258 -0
  5531. package/dist/node_modules/smob/dist/index.mjs.map +1 -0
  5532. package/dist/node_modules/smob/dist/module.d.ts +3 -0
  5533. package/dist/node_modules/smob/dist/presets.d.ts +8 -0
  5534. package/dist/node_modules/smob/dist/type.d.ts +52 -0
  5535. package/dist/node_modules/smob/dist/utils/array.d.ts +1 -0
  5536. package/dist/node_modules/smob/dist/utils/check.d.ts +3 -0
  5537. package/dist/node_modules/smob/dist/utils/clone.d.ts +2 -0
  5538. package/dist/node_modules/smob/dist/utils/index.d.ts +5 -0
  5539. package/dist/node_modules/smob/dist/utils/object.d.ts +1 -0
  5540. package/dist/node_modules/smob/dist/utils/options.d.ts +2 -0
  5541. package/dist/node_modules/smob/package.json +71 -0
  5542. package/dist/node_modules/source-map/CHANGELOG.md +301 -0
  5543. package/dist/node_modules/source-map/LICENSE +28 -0
  5544. package/dist/node_modules/source-map/README.md +742 -0
  5545. package/dist/node_modules/source-map/dist/source-map.debug.js +3234 -0
  5546. package/dist/node_modules/source-map/dist/source-map.js +3233 -0
  5547. package/dist/node_modules/source-map/dist/source-map.min.js +2 -0
  5548. package/dist/node_modules/source-map/dist/source-map.min.js.map +1 -0
  5549. package/dist/node_modules/source-map/lib/array-set.js +121 -0
  5550. package/dist/node_modules/source-map/lib/base64-vlq.js +140 -0
  5551. package/dist/node_modules/source-map/lib/base64.js +67 -0
  5552. package/dist/node_modules/source-map/lib/binary-search.js +111 -0
  5553. package/dist/node_modules/source-map/lib/mapping-list.js +79 -0
  5554. package/dist/node_modules/source-map/lib/quick-sort.js +114 -0
  5555. package/dist/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  5556. package/dist/node_modules/source-map/lib/source-map-generator.js +425 -0
  5557. package/dist/node_modules/source-map/lib/source-node.js +413 -0
  5558. package/dist/node_modules/source-map/lib/util.js +488 -0
  5559. package/dist/node_modules/source-map/package.json +73 -0
  5560. package/dist/node_modules/source-map/source-map.d.ts +98 -0
  5561. package/dist/node_modules/source-map/source-map.js +8 -0
  5562. package/dist/node_modules/source-map-support/LICENSE.md +21 -0
  5563. package/dist/node_modules/source-map-support/README.md +284 -0
  5564. package/dist/node_modules/source-map-support/browser-source-map-support.js +114 -0
  5565. package/dist/node_modules/source-map-support/package.json +31 -0
  5566. package/dist/node_modules/source-map-support/register-hook-require.js +1 -0
  5567. package/dist/node_modules/source-map-support/register.js +1 -0
  5568. package/dist/node_modules/source-map-support/source-map-support.js +625 -0
  5569. package/dist/node_modules/stop-iteration-iterator/.eslintrc +14 -0
  5570. package/dist/node_modules/stop-iteration-iterator/.github/FUNDING.yml +12 -0
  5571. package/dist/node_modules/stop-iteration-iterator/.nycrc +13 -0
  5572. package/dist/node_modules/stop-iteration-iterator/CHANGELOG.md +17 -0
  5573. package/dist/node_modules/stop-iteration-iterator/LICENSE +21 -0
  5574. package/dist/node_modules/stop-iteration-iterator/README.md +42 -0
  5575. package/dist/node_modules/stop-iteration-iterator/index.js +40 -0
  5576. package/dist/node_modules/stop-iteration-iterator/package.json +68 -0
  5577. package/dist/node_modules/stop-iteration-iterator/test/index.js +48 -0
  5578. package/dist/node_modules/string-to-template-literal/LICENSE +21 -0
  5579. package/dist/node_modules/string-to-template-literal/README.md +22 -0
  5580. package/dist/node_modules/string-to-template-literal/dist/lib.d.ts +1 -0
  5581. package/dist/node_modules/string-to-template-literal/dist/lib.js +4 -0
  5582. package/dist/node_modules/string-to-template-literal/dist/lib.js.map +1 -0
  5583. package/dist/node_modules/string-to-template-literal/dist/main.d.ts +1 -0
  5584. package/dist/node_modules/string-to-template-literal/dist/main.js +16 -0
  5585. package/dist/node_modules/string-to-template-literal/dist/main.js.map +1 -0
  5586. package/dist/node_modules/string-to-template-literal/package.json +45 -0
  5587. package/dist/node_modules/string.prototype.trim/.editorconfig +20 -0
  5588. package/dist/node_modules/string.prototype.trim/.eslintrc +25 -0
  5589. package/dist/node_modules/string.prototype.trim/.nycrc +9 -0
  5590. package/dist/node_modules/string.prototype.trim/CHANGELOG.md +182 -0
  5591. package/dist/node_modules/string.prototype.trim/LICENSE +21 -0
  5592. package/dist/node_modules/string.prototype.trim/README.md +48 -0
  5593. package/dist/node_modules/string.prototype.trim/auto.js +3 -0
  5594. package/dist/node_modules/string.prototype.trim/implementation.js +21 -0
  5595. package/dist/node_modules/string.prototype.trim/index.js +23 -0
  5596. package/dist/node_modules/string.prototype.trim/package.json +101 -0
  5597. package/dist/node_modules/string.prototype.trim/polyfill.js +19 -0
  5598. package/dist/node_modules/string.prototype.trim/shim.js +14 -0
  5599. package/dist/node_modules/string.prototype.trim/test/implementation.js +21 -0
  5600. package/dist/node_modules/string.prototype.trim/test/index.js +17 -0
  5601. package/dist/node_modules/string.prototype.trim/test/shimmed.js +36 -0
  5602. package/dist/node_modules/string.prototype.trim/test/tests.js +62 -0
  5603. package/dist/node_modules/string.prototype.trimend/.editorconfig +20 -0
  5604. package/dist/node_modules/string.prototype.trimend/.eslintrc +24 -0
  5605. package/dist/node_modules/string.prototype.trimend/.nycrc +9 -0
  5606. package/dist/node_modules/string.prototype.trimend/CHANGELOG.md +108 -0
  5607. package/dist/node_modules/string.prototype.trimend/LICENSE +21 -0
  5608. package/dist/node_modules/string.prototype.trimend/README.md +46 -0
  5609. package/dist/node_modules/string.prototype.trimend/auto.js +3 -0
  5610. package/dist/node_modules/string.prototype.trimend/implementation.js +15 -0
  5611. package/dist/node_modules/string.prototype.trimend/index.js +23 -0
  5612. package/dist/node_modules/string.prototype.trimend/package.json +79 -0
  5613. package/dist/node_modules/string.prototype.trimend/polyfill.js +15 -0
  5614. package/dist/node_modules/string.prototype.trimend/shim.js +14 -0
  5615. package/dist/node_modules/string.prototype.trimend/test/implementation.js +20 -0
  5616. package/dist/node_modules/string.prototype.trimend/test/index.js +17 -0
  5617. package/dist/node_modules/string.prototype.trimend/test/shimmed.js +36 -0
  5618. package/dist/node_modules/string.prototype.trimend/test/tests.js +31 -0
  5619. package/dist/node_modules/string.prototype.trimstart/.editorconfig +20 -0
  5620. package/dist/node_modules/string.prototype.trimstart/.eslintrc +24 -0
  5621. package/dist/node_modules/string.prototype.trimstart/.nycrc +9 -0
  5622. package/dist/node_modules/string.prototype.trimstart/CHANGELOG.md +108 -0
  5623. package/dist/node_modules/string.prototype.trimstart/LICENSE +21 -0
  5624. package/dist/node_modules/string.prototype.trimstart/README.md +46 -0
  5625. package/dist/node_modules/string.prototype.trimstart/auto.js +3 -0
  5626. package/dist/node_modules/string.prototype.trimstart/implementation.js +15 -0
  5627. package/dist/node_modules/string.prototype.trimstart/index.js +23 -0
  5628. package/dist/node_modules/string.prototype.trimstart/package.json +79 -0
  5629. package/dist/node_modules/string.prototype.trimstart/polyfill.js +15 -0
  5630. package/dist/node_modules/string.prototype.trimstart/shim.js +14 -0
  5631. package/dist/node_modules/string.prototype.trimstart/test/implementation.js +20 -0
  5632. package/dist/node_modules/string.prototype.trimstart/test/index.js +18 -0
  5633. package/dist/node_modules/string.prototype.trimstart/test/shimmed.js +36 -0
  5634. package/dist/node_modules/string.prototype.trimstart/test/tests.js +31 -0
  5635. package/dist/node_modules/supports-color/browser.js +5 -0
  5636. package/dist/node_modules/supports-color/index.js +131 -0
  5637. package/dist/node_modules/supports-color/license +9 -0
  5638. package/dist/node_modules/supports-color/package.json +53 -0
  5639. package/dist/node_modules/supports-color/readme.md +66 -0
  5640. package/dist/node_modules/supports-preserve-symlinks-flag/.eslintrc +14 -0
  5641. package/dist/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +12 -0
  5642. package/dist/node_modules/supports-preserve-symlinks-flag/.nycrc +9 -0
  5643. package/dist/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +22 -0
  5644. package/dist/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
  5645. package/dist/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
  5646. package/dist/node_modules/supports-preserve-symlinks-flag/browser.js +3 -0
  5647. package/dist/node_modules/supports-preserve-symlinks-flag/index.js +9 -0
  5648. package/dist/node_modules/supports-preserve-symlinks-flag/package.json +70 -0
  5649. package/dist/node_modules/supports-preserve-symlinks-flag/test/index.js +29 -0
  5650. package/dist/node_modules/tape/.editorconfig +40 -0
  5651. package/dist/node_modules/tape/.eslintrc +135 -0
  5652. package/dist/node_modules/tape/.github/FUNDING.yml +12 -0
  5653. package/dist/node_modules/tape/.github/SECURITY.md +3 -0
  5654. package/dist/node_modules/tape/.nycrc +11 -0
  5655. package/dist/node_modules/tape/CHANGELOG.md +1918 -0
  5656. package/dist/node_modules/tape/LICENSE +21 -0
  5657. package/dist/node_modules/tape/bin/import-or-require.js +15 -0
  5658. package/dist/node_modules/tape/bin/tape +108 -0
  5659. package/dist/node_modules/tape/example/array.js +37 -0
  5660. package/dist/node_modules/tape/example/fail.js +37 -0
  5661. package/dist/node_modules/tape/example/nested.js +53 -0
  5662. package/dist/node_modules/tape/example/nested_fail.js +53 -0
  5663. package/dist/node_modules/tape/example/no_callback.js +5 -0
  5664. package/dist/node_modules/tape/example/not_enough_fail.js +37 -0
  5665. package/dist/node_modules/tape/example/static/build.sh +2 -0
  5666. package/dist/node_modules/tape/example/static/index.html +21 -0
  5667. package/dist/node_modules/tape/example/static/server.js +6 -0
  5668. package/dist/node_modules/tape/example/stream/object.js +12 -0
  5669. package/dist/node_modules/tape/example/stream/tap.js +10 -0
  5670. package/dist/node_modules/tape/example/stream/test/x_fail.js +7 -0
  5671. package/dist/node_modules/tape/example/stream/test/y.js +13 -0
  5672. package/dist/node_modules/tape/example/throw_fail.js +11 -0
  5673. package/dist/node_modules/tape/example/timing.js +14 -0
  5674. package/dist/node_modules/tape/example/too_many_fail.js +37 -0
  5675. package/dist/node_modules/tape/example/two.js +20 -0
  5676. package/dist/node_modules/tape/index.js +181 -0
  5677. package/dist/node_modules/tape/lib/default_stream.js +45 -0
  5678. package/dist/node_modules/tape/lib/results.js +236 -0
  5679. package/dist/node_modules/tape/lib/test.js +952 -0
  5680. package/dist/node_modules/tape/node_modules/.bin/resolve +12 -0
  5681. package/dist/node_modules/tape/node_modules/.bin/resolve.cmd +17 -0
  5682. package/dist/node_modules/tape/node_modules/.bin/resolve.ps1 +28 -0
  5683. package/dist/node_modules/tape/node_modules/resolve/.editorconfig +34 -0
  5684. package/dist/node_modules/tape/node_modules/resolve/.eslintrc +65 -0
  5685. package/dist/node_modules/tape/node_modules/resolve/.github/FUNDING.yml +12 -0
  5686. package/dist/node_modules/tape/node_modules/resolve/LICENSE +21 -0
  5687. package/dist/node_modules/tape/node_modules/resolve/SECURITY.md +3 -0
  5688. package/dist/node_modules/tape/node_modules/resolve/async.js +3 -0
  5689. package/dist/node_modules/tape/node_modules/resolve/bin/resolve +50 -0
  5690. package/dist/node_modules/tape/node_modules/resolve/example/async.js +5 -0
  5691. package/dist/node_modules/tape/node_modules/resolve/example/sync.js +3 -0
  5692. package/dist/node_modules/tape/node_modules/resolve/index.js +4 -0
  5693. package/dist/node_modules/tape/node_modules/resolve/index.mjs +4 -0
  5694. package/dist/node_modules/tape/node_modules/resolve/lib/async.js +349 -0
  5695. package/dist/node_modules/tape/node_modules/resolve/lib/caller.js +8 -0
  5696. package/dist/node_modules/tape/node_modules/resolve/lib/homedir.js +24 -0
  5697. package/dist/node_modules/tape/node_modules/resolve/lib/node-modules-paths.js +42 -0
  5698. package/dist/node_modules/tape/node_modules/resolve/lib/normalize-options.js +10 -0
  5699. package/dist/node_modules/tape/node_modules/resolve/lib/sync.js +221 -0
  5700. package/dist/node_modules/tape/node_modules/resolve/package.json +83 -0
  5701. package/dist/node_modules/tape/node_modules/resolve/readme.markdown +294 -0
  5702. package/dist/node_modules/tape/node_modules/resolve/sync.js +3 -0
  5703. package/dist/node_modules/tape/node_modules/resolve/test/dotdot/abc/index.js +0 -0
  5704. package/dist/node_modules/tape/node_modules/resolve/test/dotdot/index.js +0 -0
  5705. package/dist/node_modules/tape/node_modules/resolve/test/dotdot.js +29 -0
  5706. package/dist/node_modules/tape/node_modules/resolve/test/faulty_basedir.js +29 -0
  5707. package/dist/node_modules/tape/node_modules/resolve/test/filter.js +37 -0
  5708. package/dist/node_modules/tape/node_modules/resolve/test/filter_sync.js +33 -0
  5709. package/dist/node_modules/tape/node_modules/resolve/test/home_paths.js +127 -0
  5710. package/dist/node_modules/tape/node_modules/resolve/test/home_paths_sync.js +114 -0
  5711. package/dist/node_modules/tape/node_modules/resolve/test/mock.js +315 -0
  5712. package/dist/node_modules/tape/node_modules/resolve/test/mock_sync.js +215 -0
  5713. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -0
  5714. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -0
  5715. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -0
  5716. package/dist/node_modules/tape/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +3 -0
  5717. package/dist/node_modules/tape/node_modules/resolve/test/module_dir.js +56 -0
  5718. package/dist/node_modules/tape/node_modules/resolve/test/node-modules-paths.js +143 -0
  5719. package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/aaa/index.js +0 -0
  5720. package/dist/node_modules/tape/node_modules/resolve/test/node_path/x/ccc/index.js +0 -0
  5721. package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/bbb/index.js +0 -0
  5722. package/dist/node_modules/tape/node_modules/resolve/test/node_path/y/ccc/index.js +0 -0
  5723. package/dist/node_modules/tape/node_modules/resolve/test/node_path.js +70 -0
  5724. package/dist/node_modules/tape/node_modules/resolve/test/nonstring.js +9 -0
  5725. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5726. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter.js +75 -0
  5727. package/dist/node_modules/tape/node_modules/resolve/test/pathfilter_sync.js +24 -0
  5728. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/index.js +0 -0
  5729. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa/main.js +0 -0
  5730. package/dist/node_modules/tape/node_modules/resolve/test/precedence/aaa.js +0 -0
  5731. package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb/main.js +0 -0
  5732. package/dist/node_modules/tape/node_modules/resolve/test/precedence/bbb.js +0 -0
  5733. package/dist/node_modules/tape/node_modules/resolve/test/precedence.js +23 -0
  5734. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5735. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/package.json +4 -0
  5736. package/dist/node_modules/tape/node_modules/resolve/test/resolver/baz/quux.js +0 -0
  5737. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5738. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5739. package/dist/node_modules/tape/node_modules/resolve/test/resolver/browser_field/package.json +5 -0
  5740. package/dist/node_modules/tape/node_modules/resolve/test/resolver/cup.coffee +1 -0
  5741. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/index.js +0 -0
  5742. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_main/package.json +3 -0
  5743. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -0
  5744. package/dist/node_modules/tape/node_modules/resolve/test/resolver/dot_slash_main/package.json +3 -0
  5745. package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/index.js +0 -0
  5746. package/dist/node_modules/tape/node_modules/resolve/test/resolver/empty_main/package.json +3 -0
  5747. package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5748. package/dist/node_modules/tape/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  5749. package/dist/node_modules/tape/node_modules/resolve/test/resolver/foo.js +0 -0
  5750. package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -0
  5751. package/dist/node_modules/tape/node_modules/resolve/test/resolver/incorrect_main/package.json +3 -0
  5752. package/dist/node_modules/tape/node_modules/resolve/test/resolver/invalid_main/package.json +7 -0
  5753. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_index/package.json +3 -0
  5754. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/index.js +0 -0
  5755. package/dist/node_modules/tape/node_modules/resolve/test/resolver/missing_main/package.json +3 -0
  5756. package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5757. package/dist/node_modules/tape/node_modules/resolve/test/resolver/mug.js +0 -0
  5758. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/lerna.json +6 -0
  5759. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/package.json +20 -0
  5760. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +35 -0
  5761. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +14 -0
  5762. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5763. package/dist/node_modules/tape/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +14 -0
  5764. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
  5765. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
  5766. package/dist/node_modules/tape/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
  5767. package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/index.js +0 -0
  5768. package/dist/node_modules/tape/node_modules/resolve/test/resolver/null_main/package.json +3 -0
  5769. package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5770. package/dist/node_modules/tape/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5771. package/dist/node_modules/tape/node_modules/resolve/test/resolver/quux/foo/index.js +0 -0
  5772. package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -0
  5773. package/dist/node_modules/tape/node_modules/resolve/test/resolver/same_names/foo.js +0 -0
  5774. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5775. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5776. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -0
  5777. package/dist/node_modules/tape/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
  5778. package/dist/node_modules/tape/node_modules/resolve/test/resolver/without_basedir/main.js +5 -0
  5779. package/dist/node_modules/tape/node_modules/resolve/test/resolver.js +613 -0
  5780. package/dist/node_modules/tape/node_modules/resolve/test/resolver_sync.js +727 -0
  5781. package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5782. package/dist/node_modules/tape/node_modules/resolve/test/shadowed_core.js +54 -0
  5783. package/dist/node_modules/tape/node_modules/resolve/test/subdirs.js +13 -0
  5784. package/dist/node_modules/tape/node_modules/resolve/test/symlinks.js +175 -0
  5785. package/dist/node_modules/tape/package.json +130 -0
  5786. package/dist/node_modules/tape/readme.markdown +638 -0
  5787. package/dist/node_modules/tape/test/add-subtest-async.js +13 -0
  5788. package/dist/node_modules/tape/test/anonymous-fn/test-wrapper.js +18 -0
  5789. package/dist/node_modules/tape/test/anonymous-fn.js +46 -0
  5790. package/dist/node_modules/tape/test/array.js +63 -0
  5791. package/dist/node_modules/tape/test/async-await/async-bug.js +31 -0
  5792. package/dist/node_modules/tape/test/async-await/async-error.js +10 -0
  5793. package/dist/node_modules/tape/test/async-await/async1.js +16 -0
  5794. package/dist/node_modules/tape/test/async-await/async2.js +15 -0
  5795. package/dist/node_modules/tape/test/async-await/async3.js +11 -0
  5796. package/dist/node_modules/tape/test/async-await/async4.js +17 -0
  5797. package/dist/node_modules/tape/test/async-await/async5.js +59 -0
  5798. package/dist/node_modules/tape/test/async-await/sync-error.js +11 -0
  5799. package/dist/node_modules/tape/test/async-await.js +304 -0
  5800. package/dist/node_modules/tape/test/bound.js +12 -0
  5801. package/dist/node_modules/tape/test/browser/asserts.js +11 -0
  5802. package/dist/node_modules/tape/test/capture.js +132 -0
  5803. package/dist/node_modules/tape/test/captureFn.js +75 -0
  5804. package/dist/node_modules/tape/test/child_ordering.js +56 -0
  5805. package/dist/node_modules/tape/test/circular-things.js +46 -0
  5806. package/dist/node_modules/tape/test/comment.js +191 -0
  5807. package/dist/node_modules/tape/test/common.js +106 -0
  5808. package/dist/node_modules/tape/test/create_multiple_streams.js +32 -0
  5809. package/dist/node_modules/tape/test/deep-equal-failure.js +196 -0
  5810. package/dist/node_modules/tape/test/deep.js +37 -0
  5811. package/dist/node_modules/tape/test/default-messages.js +51 -0
  5812. package/dist/node_modules/tape/test/double_end/double.js +13 -0
  5813. package/dist/node_modules/tape/test/double_end.js +63 -0
  5814. package/dist/node_modules/tape/test/edge-cases.js +289 -0
  5815. package/dist/node_modules/tape/test/end-as-callback.js +87 -0
  5816. package/dist/node_modules/tape/test/error.js +39 -0
  5817. package/dist/node_modules/tape/test/exit/fail.js +37 -0
  5818. package/dist/node_modules/tape/test/exit/missing_end.js +12 -0
  5819. package/dist/node_modules/tape/test/exit/ok.js +38 -0
  5820. package/dist/node_modules/tape/test/exit/second.js +13 -0
  5821. package/dist/node_modules/tape/test/exit/todo.js +8 -0
  5822. package/dist/node_modules/tape/test/exit/todo_fail.js +8 -0
  5823. package/dist/node_modules/tape/test/exit/too_few.js +37 -0
  5824. package/dist/node_modules/tape/test/exit.js +251 -0
  5825. package/dist/node_modules/tape/test/exposed-harness.js +14 -0
  5826. package/dist/node_modules/tape/test/fail.js +80 -0
  5827. package/dist/node_modules/tape/test/has spaces.js +42 -0
  5828. package/dist/node_modules/tape/test/ignore/.ignore +1 -0
  5829. package/dist/node_modules/tape/test/ignore/fake_node_modules/stub1.js +8 -0
  5830. package/dist/node_modules/tape/test/ignore/fake_node_modules/stub2.js +8 -0
  5831. package/dist/node_modules/tape/test/ignore/test/stub1.js +8 -0
  5832. package/dist/node_modules/tape/test/ignore/test/stub2.js +8 -0
  5833. package/dist/node_modules/tape/test/ignore/test/sub/sub.stub1.js +8 -0
  5834. package/dist/node_modules/tape/test/ignore/test/sub/sub.stub2.js +8 -0
  5835. package/dist/node_modules/tape/test/ignore/test.js +8 -0
  5836. package/dist/node_modules/tape/test/ignore/test2.js +8 -0
  5837. package/dist/node_modules/tape/test/ignore-pattern/.ignore +1 -0
  5838. package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub1.js +8 -0
  5839. package/dist/node_modules/tape/test/ignore-pattern/fake_node_modules/stub2.js +8 -0
  5840. package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub1.js +8 -0
  5841. package/dist/node_modules/tape/test/ignore-pattern/fake_other_ignored_dir/stub2.js +8 -0
  5842. package/dist/node_modules/tape/test/ignore-pattern/test/stub1.js +8 -0
  5843. package/dist/node_modules/tape/test/ignore-pattern/test/stub2.js +8 -0
  5844. package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub1.js +8 -0
  5845. package/dist/node_modules/tape/test/ignore-pattern/test/sub/sub.stub2.js +8 -0
  5846. package/dist/node_modules/tape/test/ignore-pattern/test.js +8 -0
  5847. package/dist/node_modules/tape/test/ignore-pattern/test2.js +8 -0
  5848. package/dist/node_modules/tape/test/ignore-pattern.js +34 -0
  5849. package/dist/node_modules/tape/test/ignore_from_gitignore.js +122 -0
  5850. package/dist/node_modules/tape/test/import/mjs-a.mjs +8 -0
  5851. package/dist/node_modules/tape/test/import/mjs-b.mjs +7 -0
  5852. package/dist/node_modules/tape/test/import/mjs-c.mjs +7 -0
  5853. package/dist/node_modules/tape/test/import/mjs-d.mjs +7 -0
  5854. package/dist/node_modules/tape/test/import/mjs-e.mjs +7 -0
  5855. package/dist/node_modules/tape/test/import/mjs-f.mjs +7 -0
  5856. package/dist/node_modules/tape/test/import/mjs-g.mjs +7 -0
  5857. package/dist/node_modules/tape/test/import/mjs-h.mjs +6 -0
  5858. package/dist/node_modules/tape/test/import/package_type/package-a.js +8 -0
  5859. package/dist/node_modules/tape/test/import/package_type/package-b.js +7 -0
  5860. package/dist/node_modules/tape/test/import/package_type/package-c.js +6 -0
  5861. package/dist/node_modules/tape/test/import/package_type/package.json +3 -0
  5862. package/dist/node_modules/tape/test/import/syntax-error.cjs +1 -0
  5863. package/dist/node_modules/tape/test/import/syntax-error.mjs +1 -0
  5864. package/dist/node_modules/tape/test/import/throws.cjs +3 -0
  5865. package/dist/node_modules/tape/test/import/throws.mjs +1 -0
  5866. package/dist/node_modules/tape/test/import.js +195 -0
  5867. package/dist/node_modules/tape/test/intercept.js +316 -0
  5868. package/dist/node_modules/tape/test/many.js +10 -0
  5869. package/dist/node_modules/tape/test/match.js +258 -0
  5870. package/dist/node_modules/tape/test/max_listeners/source.js +10 -0
  5871. package/dist/node_modules/tape/test/max_listeners.js +12 -0
  5872. package/dist/node_modules/tape/test/messages/defaults.js +25 -0
  5873. package/dist/node_modules/tape/test/nested-async-plan-noend.js +38 -0
  5874. package/dist/node_modules/tape/test/nested-sync-noplan-noend.js +46 -0
  5875. package/dist/node_modules/tape/test/nested.js +86 -0
  5876. package/dist/node_modules/tape/test/nested2.js +20 -0
  5877. package/dist/node_modules/tape/test/no_callback.js +49 -0
  5878. package/dist/node_modules/tape/test/no_only/test-a.js +8 -0
  5879. package/dist/node_modules/tape/test/no_only/test-b.js +14 -0
  5880. package/dist/node_modules/tape/test/no_only.js +110 -0
  5881. package/dist/node_modules/tape/test/not-deep-equal-failure.js +196 -0
  5882. package/dist/node_modules/tape/test/not-equal-failure.js +70 -0
  5883. package/dist/node_modules/tape/test/numerics.js +184 -0
  5884. package/dist/node_modules/tape/test/objectMode.js +71 -0
  5885. package/dist/node_modules/tape/test/objectModeWithComment.js +41 -0
  5886. package/dist/node_modules/tape/test/onFailure.js +27 -0
  5887. package/dist/node_modules/tape/test/onFinish.js +14 -0
  5888. package/dist/node_modules/tape/test/only-twice.js +22 -0
  5889. package/dist/node_modules/tape/test/only.js +48 -0
  5890. package/dist/node_modules/tape/test/only2.js +11 -0
  5891. package/dist/node_modules/tape/test/only3.js +17 -0
  5892. package/dist/node_modules/tape/test/only4.js +12 -0
  5893. package/dist/node_modules/tape/test/only5.js +12 -0
  5894. package/dist/node_modules/tape/test/order.js +19 -0
  5895. package/dist/node_modules/tape/test/plan_optional.js +17 -0
  5896. package/dist/node_modules/tape/test/promise_fail.js +107 -0
  5897. package/dist/node_modules/tape/test/promises/fail.js +19 -0
  5898. package/dist/node_modules/tape/test/promises/subTests.js +20 -0
  5899. package/dist/node_modules/tape/test/require/a.js +10 -0
  5900. package/dist/node_modules/tape/test/require/b.js +10 -0
  5901. package/dist/node_modules/tape/test/require/test-a.js +9 -0
  5902. package/dist/node_modules/tape/test/require/test-b.js +9 -0
  5903. package/dist/node_modules/tape/test/require.js +73 -0
  5904. package/dist/node_modules/tape/test/skip.js +50 -0
  5905. package/dist/node_modules/tape/test/skip_explanation.js +96 -0
  5906. package/dist/node_modules/tape/test/stackTrace.js +290 -0
  5907. package/dist/node_modules/tape/test/subcount.js +16 -0
  5908. package/dist/node_modules/tape/test/subtest_and_async.js +27 -0
  5909. package/dist/node_modules/tape/test/subtest_plan.js +23 -0
  5910. package/dist/node_modules/tape/test/teardown.js +320 -0
  5911. package/dist/node_modules/tape/test/throws.js +352 -0
  5912. package/dist/node_modules/tape/test/timeout.js +17 -0
  5913. package/dist/node_modules/tape/test/timeoutAfter.js +101 -0
  5914. package/dist/node_modules/tape/test/todo.js +44 -0
  5915. package/dist/node_modules/tape/test/todo_explanation.js +70 -0
  5916. package/dist/node_modules/tape/test/todo_single.js +39 -0
  5917. package/dist/node_modules/tape/test/too_many.js +81 -0
  5918. package/dist/node_modules/tape/test/undef.js +44 -0
  5919. package/dist/node_modules/terser/CHANGELOG.md +671 -0
  5920. package/dist/node_modules/terser/LICENSE +27 -0
  5921. package/dist/node_modules/terser/PATRONS.md +15 -0
  5922. package/dist/node_modules/terser/README.md +1416 -0
  5923. package/dist/node_modules/terser/bin/package.json +10 -0
  5924. package/dist/node_modules/terser/bin/terser +21 -0
  5925. package/dist/node_modules/terser/bin/uglifyjs +10 -0
  5926. package/dist/node_modules/terser/dist/.gitkeep +0 -0
  5927. package/dist/node_modules/terser/dist/bundle.min.js +31318 -0
  5928. package/dist/node_modules/terser/dist/package.json +10 -0
  5929. package/dist/node_modules/terser/lib/ast.js +3339 -0
  5930. package/dist/node_modules/terser/lib/cli.js +481 -0
  5931. package/dist/node_modules/terser/lib/compress/common.js +348 -0
  5932. package/dist/node_modules/terser/lib/compress/compressor-flags.js +63 -0
  5933. package/dist/node_modules/terser/lib/compress/drop-side-effect-free.js +375 -0
  5934. package/dist/node_modules/terser/lib/compress/drop-unused.js +482 -0
  5935. package/dist/node_modules/terser/lib/compress/evaluate.js +488 -0
  5936. package/dist/node_modules/terser/lib/compress/global-defs.js +92 -0
  5937. package/dist/node_modules/terser/lib/compress/index.js +3794 -0
  5938. package/dist/node_modules/terser/lib/compress/inference.js +928 -0
  5939. package/dist/node_modules/terser/lib/compress/inline.js +665 -0
  5940. package/dist/node_modules/terser/lib/compress/native-objects.js +206 -0
  5941. package/dist/node_modules/terser/lib/compress/reduce-vars.js +824 -0
  5942. package/dist/node_modules/terser/lib/compress/tighten-body.js +1505 -0
  5943. package/dist/node_modules/terser/lib/equivalent-to.js +287 -0
  5944. package/dist/node_modules/terser/lib/minify.js +382 -0
  5945. package/dist/node_modules/terser/lib/mozilla-ast.js +1886 -0
  5946. package/dist/node_modules/terser/lib/output.js +2478 -0
  5947. package/dist/node_modules/terser/lib/parse.js +3496 -0
  5948. package/dist/node_modules/terser/lib/propmangle.js +432 -0
  5949. package/dist/node_modules/terser/lib/scope.js +1066 -0
  5950. package/dist/node_modules/terser/lib/size.js +495 -0
  5951. package/dist/node_modules/terser/lib/sourcemap.js +148 -0
  5952. package/dist/node_modules/terser/lib/transform.js +323 -0
  5953. package/dist/node_modules/terser/lib/utils/first_in_statement.js +53 -0
  5954. package/dist/node_modules/terser/lib/utils/index.js +295 -0
  5955. package/dist/node_modules/terser/main.js +27 -0
  5956. package/dist/node_modules/terser/package.json +153 -0
  5957. package/dist/node_modules/terser/tools/domprops.js +8020 -0
  5958. package/dist/node_modules/terser/tools/exit.cjs +7 -0
  5959. package/dist/node_modules/terser/tools/props.html +55 -0
  5960. package/dist/node_modules/terser/tools/terser.d.ts +214 -0
  5961. package/dist/node_modules/to-fast-properties/index.js +27 -0
  5962. package/dist/node_modules/to-fast-properties/license +10 -0
  5963. package/dist/node_modules/to-fast-properties/package.json +35 -0
  5964. package/dist/node_modules/to-fast-properties/readme.md +37 -0
  5965. package/dist/node_modules/typed-array-buffer/.eslintrc +13 -0
  5966. package/dist/node_modules/typed-array-buffer/.github/FUNDING.yml +12 -0
  5967. package/dist/node_modules/typed-array-buffer/.nycrc +13 -0
  5968. package/dist/node_modules/typed-array-buffer/CHANGELOG.md +15 -0
  5969. package/dist/node_modules/typed-array-buffer/LICENSE +21 -0
  5970. package/dist/node_modules/typed-array-buffer/README.md +42 -0
  5971. package/dist/node_modules/typed-array-buffer/index.js +19 -0
  5972. package/dist/node_modules/typed-array-buffer/package.json +73 -0
  5973. package/dist/node_modules/typed-array-buffer/test/index.js +22 -0
  5974. package/dist/node_modules/typed-array-byte-length/.eslintrc +12 -0
  5975. package/dist/node_modules/typed-array-byte-length/.github/FUNDING.yml +12 -0
  5976. package/dist/node_modules/typed-array-byte-length/.nycrc +13 -0
  5977. package/dist/node_modules/typed-array-byte-length/CHANGELOG.md +14 -0
  5978. package/dist/node_modules/typed-array-byte-length/LICENSE +21 -0
  5979. package/dist/node_modules/typed-array-byte-length/README.md +70 -0
  5980. package/dist/node_modules/typed-array-byte-length/index.js +66 -0
  5981. package/dist/node_modules/typed-array-byte-length/package.json +98 -0
  5982. package/dist/node_modules/typed-array-byte-length/test/index.js +81 -0
  5983. package/dist/node_modules/typed-array-byte-offset/.eslintrc +8 -0
  5984. package/dist/node_modules/typed-array-byte-offset/.github/FUNDING.yml +12 -0
  5985. package/dist/node_modules/typed-array-byte-offset/.nycrc +13 -0
  5986. package/dist/node_modules/typed-array-byte-offset/CHANGELOG.md +15 -0
  5987. package/dist/node_modules/typed-array-byte-offset/LICENSE +21 -0
  5988. package/dist/node_modules/typed-array-byte-offset/README.md +70 -0
  5989. package/dist/node_modules/typed-array-byte-offset/index.js +66 -0
  5990. package/dist/node_modules/typed-array-byte-offset/package.json +98 -0
  5991. package/dist/node_modules/typed-array-byte-offset/test/index.js +88 -0
  5992. package/dist/node_modules/typed-array-length/.eslintrc +11 -0
  5993. package/dist/node_modules/typed-array-length/.github/FUNDING.yml +12 -0
  5994. package/dist/node_modules/typed-array-length/.nycrc +13 -0
  5995. package/dist/node_modules/typed-array-length/CHANGELOG.md +69 -0
  5996. package/dist/node_modules/typed-array-length/LICENSE +21 -0
  5997. package/dist/node_modules/typed-array-length/README.md +64 -0
  5998. package/dist/node_modules/typed-array-length/index.js +77 -0
  5999. package/dist/node_modules/typed-array-length/package.json +89 -0
  6000. package/dist/node_modules/typed-array-length/test/index.js +85 -0
  6001. package/dist/node_modules/unbox-primitive/.editorconfig +20 -0
  6002. package/dist/node_modules/unbox-primitive/.eslintrc +5 -0
  6003. package/dist/node_modules/unbox-primitive/.github/FUNDING.yml +12 -0
  6004. package/dist/node_modules/unbox-primitive/.nycrc +13 -0
  6005. package/dist/node_modules/unbox-primitive/CHANGELOG.md +60 -0
  6006. package/dist/node_modules/unbox-primitive/LICENSE +21 -0
  6007. package/dist/node_modules/unbox-primitive/README.md +47 -0
  6008. package/dist/node_modules/unbox-primitive/index.js +39 -0
  6009. package/dist/node_modules/unbox-primitive/package.json +65 -0
  6010. package/dist/node_modules/unbox-primitive/test/index.js +59 -0
  6011. package/dist/node_modules/unicode-canonical-property-names-ecmascript/LICENSE-MIT.txt +20 -0
  6012. package/dist/node_modules/unicode-canonical-property-names-ecmascript/README.md +58 -0
  6013. package/dist/node_modules/unicode-canonical-property-names-ecmascript/index.js +60 -0
  6014. package/dist/node_modules/unicode-canonical-property-names-ecmascript/package.json +34 -0
  6015. package/dist/node_modules/unicode-match-property-ecmascript/LICENSE-MIT.txt +20 -0
  6016. package/dist/node_modules/unicode-match-property-ecmascript/README.md +69 -0
  6017. package/dist/node_modules/unicode-match-property-ecmascript/index.js +16 -0
  6018. package/dist/node_modules/unicode-match-property-ecmascript/package.json +39 -0
  6019. package/dist/node_modules/unicode-match-property-value-ecmascript/LICENSE-MIT.txt +20 -0
  6020. package/dist/node_modules/unicode-match-property-value-ecmascript/README.md +72 -0
  6021. package/dist/node_modules/unicode-match-property-value-ecmascript/data/mappings.js +736 -0
  6022. package/dist/node_modules/unicode-match-property-value-ecmascript/index.js +19 -0
  6023. package/dist/node_modules/unicode-match-property-value-ecmascript/package.json +39 -0
  6024. package/dist/node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +20 -0
  6025. package/dist/node_modules/unicode-property-aliases-ecmascript/README.md +60 -0
  6026. package/dist/node_modules/unicode-property-aliases-ecmascript/index.js +57 -0
  6027. package/dist/node_modules/unicode-property-aliases-ecmascript/package.json +41 -0
  6028. package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
  6029. package/dist/node_modules/update-browserslist-db/README.md +22 -0
  6030. package/dist/node_modules/update-browserslist-db/check-npm-version.js +16 -0
  6031. package/dist/node_modules/update-browserslist-db/cli.js +42 -0
  6032. package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
  6033. package/dist/node_modules/update-browserslist-db/index.js +322 -0
  6034. package/dist/node_modules/update-browserslist-db/package.json +40 -0
  6035. package/dist/node_modules/update-browserslist-db/utils.js +22 -0
  6036. package/dist/node_modules/which-boxed-primitive/.editorconfig +20 -0
  6037. package/dist/node_modules/which-boxed-primitive/.eslintignore +1 -0
  6038. package/dist/node_modules/which-boxed-primitive/.eslintrc +9 -0
  6039. package/dist/node_modules/which-boxed-primitive/.github/FUNDING.yml +12 -0
  6040. package/dist/node_modules/which-boxed-primitive/.nycrc +13 -0
  6041. package/dist/node_modules/which-boxed-primitive/CHANGELOG.md +54 -0
  6042. package/dist/node_modules/which-boxed-primitive/LICENSE +21 -0
  6043. package/dist/node_modules/which-boxed-primitive/README.md +73 -0
  6044. package/dist/node_modules/which-boxed-primitive/index.js +30 -0
  6045. package/dist/node_modules/which-boxed-primitive/package.json +65 -0
  6046. package/dist/node_modules/which-boxed-primitive/test/index.js +66 -0
  6047. package/dist/node_modules/which-collection/.eslintrc +15 -0
  6048. package/dist/node_modules/which-collection/.github/FUNDING.yml +12 -0
  6049. package/dist/node_modules/which-collection/.github/workflows/rebase.yml +15 -0
  6050. package/dist/node_modules/which-collection/.travis.yml +8 -0
  6051. package/dist/node_modules/which-collection/CHANGELOG.md +33 -0
  6052. package/dist/node_modules/which-collection/LICENSE +21 -0
  6053. package/dist/node_modules/which-collection/README.md +64 -0
  6054. package/dist/node_modules/which-collection/index.js +24 -0
  6055. package/dist/node_modules/which-collection/package.json +69 -0
  6056. package/dist/node_modules/which-collection/test/index.js +59 -0
  6057. package/dist/node_modules/which-typed-array/.editorconfig +20 -0
  6058. package/dist/node_modules/which-typed-array/.eslintrc +9 -0
  6059. package/dist/node_modules/which-typed-array/.github/FUNDING.yml +12 -0
  6060. package/dist/node_modules/which-typed-array/.nycrc +13 -0
  6061. package/dist/node_modules/which-typed-array/CHANGELOG.md +204 -0
  6062. package/dist/node_modules/which-typed-array/LICENSE +22 -0
  6063. package/dist/node_modules/which-typed-array/README.md +70 -0
  6064. package/dist/node_modules/which-typed-array/index.js +92 -0
  6065. package/dist/node_modules/which-typed-array/package.json +115 -0
  6066. package/dist/node_modules/which-typed-array/test/index.js +99 -0
  6067. package/dist/node_modules/wrappy/LICENSE +15 -0
  6068. package/dist/node_modules/wrappy/README.md +36 -0
  6069. package/dist/node_modules/wrappy/package.json +29 -0
  6070. package/dist/node_modules/wrappy/wrappy.js +33 -0
  6071. package/dist/node_modules/yallist/LICENSE +15 -0
  6072. package/dist/node_modules/yallist/README.md +204 -0
  6073. package/dist/node_modules/yallist/iterator.js +8 -0
  6074. package/dist/node_modules/yallist/package.json +29 -0
  6075. package/dist/node_modules/yallist/yallist.js +426 -0
  6076. package/package.json +4 -1
@@ -0,0 +1,3280 @@
1
+ interface BaseComment {
2
+ value: string;
3
+ start?: number;
4
+ end?: number;
5
+ loc?: SourceLocation;
6
+ ignore?: boolean;
7
+ type: "CommentBlock" | "CommentLine";
8
+ }
9
+ interface Position {
10
+ line: number;
11
+ column: number;
12
+ index: number;
13
+ }
14
+ interface CommentBlock extends BaseComment {
15
+ type: "CommentBlock";
16
+ }
17
+ interface CommentLine extends BaseComment {
18
+ type: "CommentLine";
19
+ }
20
+ type Comment = CommentBlock | CommentLine;
21
+ interface SourceLocation {
22
+ start: Position;
23
+ end: Position;
24
+ filename: string;
25
+ identifierName: string | undefined | null;
26
+ }
27
+ interface BaseNode {
28
+ type: Node["type"];
29
+ leadingComments?: Comment[] | null;
30
+ innerComments?: Comment[] | null;
31
+ trailingComments?: Comment[] | null;
32
+ start?: number | null;
33
+ end?: number | null;
34
+ loc?: SourceLocation | null;
35
+ range?: [number, number];
36
+ extra?: Record<string, unknown>;
37
+ }
38
+ type CommentTypeShorthand = "leading" | "inner" | "trailing";
39
+ 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$1 | 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$1 | RestElement | RestProperty$1 | ReturnStatement | SequenceExpression | SpreadElement | SpreadProperty$1 | 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;
40
+ interface ArrayExpression extends BaseNode {
41
+ type: "ArrayExpression";
42
+ elements: Array<null | Expression | SpreadElement>;
43
+ }
44
+ interface AssignmentExpression extends BaseNode {
45
+ type: "AssignmentExpression";
46
+ operator: string;
47
+ left: LVal | OptionalMemberExpression;
48
+ right: Expression;
49
+ }
50
+ interface BinaryExpression extends BaseNode {
51
+ type: "BinaryExpression";
52
+ operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>";
53
+ left: Expression | PrivateName;
54
+ right: Expression;
55
+ }
56
+ interface InterpreterDirective extends BaseNode {
57
+ type: "InterpreterDirective";
58
+ value: string;
59
+ }
60
+ interface Directive extends BaseNode {
61
+ type: "Directive";
62
+ value: DirectiveLiteral;
63
+ }
64
+ interface DirectiveLiteral extends BaseNode {
65
+ type: "DirectiveLiteral";
66
+ value: string;
67
+ }
68
+ interface BlockStatement extends BaseNode {
69
+ type: "BlockStatement";
70
+ body: Array<Statement>;
71
+ directives: Array<Directive>;
72
+ }
73
+ interface BreakStatement extends BaseNode {
74
+ type: "BreakStatement";
75
+ label?: Identifier | null;
76
+ }
77
+ interface CallExpression extends BaseNode {
78
+ type: "CallExpression";
79
+ callee: Expression | Super | V8IntrinsicIdentifier;
80
+ arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>;
81
+ optional?: true | false | null;
82
+ typeArguments?: TypeParameterInstantiation | null;
83
+ typeParameters?: TSTypeParameterInstantiation | null;
84
+ }
85
+ interface CatchClause extends BaseNode {
86
+ type: "CatchClause";
87
+ param?: Identifier | ArrayPattern | ObjectPattern | null;
88
+ body: BlockStatement;
89
+ }
90
+ interface ConditionalExpression extends BaseNode {
91
+ type: "ConditionalExpression";
92
+ test: Expression;
93
+ consequent: Expression;
94
+ alternate: Expression;
95
+ }
96
+ interface ContinueStatement extends BaseNode {
97
+ type: "ContinueStatement";
98
+ label?: Identifier | null;
99
+ }
100
+ interface DebuggerStatement extends BaseNode {
101
+ type: "DebuggerStatement";
102
+ }
103
+ interface DoWhileStatement extends BaseNode {
104
+ type: "DoWhileStatement";
105
+ test: Expression;
106
+ body: Statement;
107
+ }
108
+ interface EmptyStatement extends BaseNode {
109
+ type: "EmptyStatement";
110
+ }
111
+ interface ExpressionStatement extends BaseNode {
112
+ type: "ExpressionStatement";
113
+ expression: Expression;
114
+ }
115
+ interface File extends BaseNode {
116
+ type: "File";
117
+ program: Program;
118
+ comments?: Array<CommentBlock | CommentLine> | null;
119
+ tokens?: Array<any> | null;
120
+ }
121
+ interface ForInStatement extends BaseNode {
122
+ type: "ForInStatement";
123
+ left: VariableDeclaration | LVal;
124
+ right: Expression;
125
+ body: Statement;
126
+ }
127
+ interface ForStatement extends BaseNode {
128
+ type: "ForStatement";
129
+ init?: VariableDeclaration | Expression | null;
130
+ test?: Expression | null;
131
+ update?: Expression | null;
132
+ body: Statement;
133
+ }
134
+ interface FunctionDeclaration extends BaseNode {
135
+ type: "FunctionDeclaration";
136
+ id?: Identifier | null;
137
+ params: Array<Identifier | Pattern | RestElement>;
138
+ body: BlockStatement;
139
+ generator: boolean;
140
+ async: boolean;
141
+ declare?: boolean | null;
142
+ predicate?: DeclaredPredicate | InferredPredicate | null;
143
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
144
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
145
+ }
146
+ interface FunctionExpression extends BaseNode {
147
+ type: "FunctionExpression";
148
+ id?: Identifier | null;
149
+ params: Array<Identifier | Pattern | RestElement>;
150
+ body: BlockStatement;
151
+ generator: boolean;
152
+ async: boolean;
153
+ predicate?: DeclaredPredicate | InferredPredicate | null;
154
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
155
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
156
+ }
157
+ interface Identifier extends BaseNode {
158
+ type: "Identifier";
159
+ name: string;
160
+ decorators?: Array<Decorator> | null;
161
+ optional?: boolean | null;
162
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
163
+ }
164
+ interface IfStatement extends BaseNode {
165
+ type: "IfStatement";
166
+ test: Expression;
167
+ consequent: Statement;
168
+ alternate?: Statement | null;
169
+ }
170
+ interface LabeledStatement extends BaseNode {
171
+ type: "LabeledStatement";
172
+ label: Identifier;
173
+ body: Statement;
174
+ }
175
+ interface StringLiteral extends BaseNode {
176
+ type: "StringLiteral";
177
+ value: string;
178
+ }
179
+ interface NumericLiteral extends BaseNode {
180
+ type: "NumericLiteral";
181
+ value: number;
182
+ }
183
+ /**
184
+ * @deprecated Use `NumericLiteral`
185
+ */
186
+ interface NumberLiteral$1 extends BaseNode {
187
+ type: "NumberLiteral";
188
+ value: number;
189
+ }
190
+ interface NullLiteral extends BaseNode {
191
+ type: "NullLiteral";
192
+ }
193
+ interface BooleanLiteral extends BaseNode {
194
+ type: "BooleanLiteral";
195
+ value: boolean;
196
+ }
197
+ interface RegExpLiteral extends BaseNode {
198
+ type: "RegExpLiteral";
199
+ pattern: string;
200
+ flags: string;
201
+ }
202
+ /**
203
+ * @deprecated Use `RegExpLiteral`
204
+ */
205
+ interface RegexLiteral$1 extends BaseNode {
206
+ type: "RegexLiteral";
207
+ pattern: string;
208
+ flags: string;
209
+ }
210
+ interface LogicalExpression extends BaseNode {
211
+ type: "LogicalExpression";
212
+ operator: "||" | "&&" | "??";
213
+ left: Expression;
214
+ right: Expression;
215
+ }
216
+ interface MemberExpression extends BaseNode {
217
+ type: "MemberExpression";
218
+ object: Expression | Super;
219
+ property: Expression | Identifier | PrivateName;
220
+ computed: boolean;
221
+ optional?: true | false | null;
222
+ }
223
+ interface NewExpression extends BaseNode {
224
+ type: "NewExpression";
225
+ callee: Expression | Super | V8IntrinsicIdentifier;
226
+ arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>;
227
+ optional?: true | false | null;
228
+ typeArguments?: TypeParameterInstantiation | null;
229
+ typeParameters?: TSTypeParameterInstantiation | null;
230
+ }
231
+ interface Program extends BaseNode {
232
+ type: "Program";
233
+ body: Array<Statement>;
234
+ directives: Array<Directive>;
235
+ sourceType: "script" | "module";
236
+ interpreter?: InterpreterDirective | null;
237
+ sourceFile: string;
238
+ }
239
+ interface ObjectExpression extends BaseNode {
240
+ type: "ObjectExpression";
241
+ properties: Array<ObjectMethod | ObjectProperty | SpreadElement>;
242
+ }
243
+ interface ObjectMethod extends BaseNode {
244
+ type: "ObjectMethod";
245
+ kind: "method" | "get" | "set";
246
+ key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral;
247
+ params: Array<Identifier | Pattern | RestElement>;
248
+ body: BlockStatement;
249
+ computed: boolean;
250
+ generator: boolean;
251
+ async: boolean;
252
+ decorators?: Array<Decorator> | null;
253
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
254
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
255
+ }
256
+ interface ObjectProperty extends BaseNode {
257
+ type: "ObjectProperty";
258
+ key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName;
259
+ value: Expression | PatternLike;
260
+ computed: boolean;
261
+ shorthand: boolean;
262
+ decorators?: Array<Decorator> | null;
263
+ }
264
+ interface RestElement extends BaseNode {
265
+ type: "RestElement";
266
+ argument: LVal;
267
+ decorators?: Array<Decorator> | null;
268
+ optional?: boolean | null;
269
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
270
+ }
271
+ /**
272
+ * @deprecated Use `RestElement`
273
+ */
274
+ interface RestProperty$1 extends BaseNode {
275
+ type: "RestProperty";
276
+ argument: LVal;
277
+ decorators?: Array<Decorator> | null;
278
+ optional?: boolean | null;
279
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
280
+ }
281
+ interface ReturnStatement extends BaseNode {
282
+ type: "ReturnStatement";
283
+ argument?: Expression | null;
284
+ }
285
+ interface SequenceExpression extends BaseNode {
286
+ type: "SequenceExpression";
287
+ expressions: Array<Expression>;
288
+ }
289
+ interface ParenthesizedExpression extends BaseNode {
290
+ type: "ParenthesizedExpression";
291
+ expression: Expression;
292
+ }
293
+ interface SwitchCase extends BaseNode {
294
+ type: "SwitchCase";
295
+ test?: Expression | null;
296
+ consequent: Array<Statement>;
297
+ }
298
+ interface SwitchStatement extends BaseNode {
299
+ type: "SwitchStatement";
300
+ discriminant: Expression;
301
+ cases: Array<SwitchCase>;
302
+ }
303
+ interface ThisExpression extends BaseNode {
304
+ type: "ThisExpression";
305
+ }
306
+ interface ThrowStatement extends BaseNode {
307
+ type: "ThrowStatement";
308
+ argument: Expression;
309
+ }
310
+ interface TryStatement extends BaseNode {
311
+ type: "TryStatement";
312
+ block: BlockStatement;
313
+ handler?: CatchClause | null;
314
+ finalizer?: BlockStatement | null;
315
+ }
316
+ interface UnaryExpression extends BaseNode {
317
+ type: "UnaryExpression";
318
+ operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof";
319
+ argument: Expression;
320
+ prefix: boolean;
321
+ }
322
+ interface UpdateExpression extends BaseNode {
323
+ type: "UpdateExpression";
324
+ operator: "++" | "--";
325
+ argument: Expression;
326
+ prefix: boolean;
327
+ }
328
+ interface VariableDeclaration extends BaseNode {
329
+ type: "VariableDeclaration";
330
+ kind: "var" | "let" | "const" | "using" | "await using";
331
+ declarations: Array<VariableDeclarator>;
332
+ declare?: boolean | null;
333
+ }
334
+ interface VariableDeclarator extends BaseNode {
335
+ type: "VariableDeclarator";
336
+ id: LVal;
337
+ init?: Expression | null;
338
+ definite?: boolean | null;
339
+ }
340
+ interface WhileStatement extends BaseNode {
341
+ type: "WhileStatement";
342
+ test: Expression;
343
+ body: Statement;
344
+ }
345
+ interface WithStatement extends BaseNode {
346
+ type: "WithStatement";
347
+ object: Expression;
348
+ body: Statement;
349
+ }
350
+ interface AssignmentPattern extends BaseNode {
351
+ type: "AssignmentPattern";
352
+ left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
353
+ right: Expression;
354
+ decorators?: Array<Decorator> | null;
355
+ optional?: boolean | null;
356
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
357
+ }
358
+ interface ArrayPattern extends BaseNode {
359
+ type: "ArrayPattern";
360
+ elements: Array<null | PatternLike | LVal>;
361
+ decorators?: Array<Decorator> | null;
362
+ optional?: boolean | null;
363
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
364
+ }
365
+ interface ArrowFunctionExpression extends BaseNode {
366
+ type: "ArrowFunctionExpression";
367
+ params: Array<Identifier | Pattern | RestElement>;
368
+ body: BlockStatement | Expression;
369
+ async: boolean;
370
+ expression: boolean;
371
+ generator?: boolean;
372
+ predicate?: DeclaredPredicate | InferredPredicate | null;
373
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
374
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
375
+ }
376
+ interface ClassBody extends BaseNode {
377
+ type: "ClassBody";
378
+ body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>;
379
+ }
380
+ interface ClassExpression extends BaseNode {
381
+ type: "ClassExpression";
382
+ id?: Identifier | null;
383
+ superClass?: Expression | null;
384
+ body: ClassBody;
385
+ decorators?: Array<Decorator> | null;
386
+ implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
387
+ mixins?: InterfaceExtends | null;
388
+ superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
389
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
390
+ }
391
+ interface ClassDeclaration extends BaseNode {
392
+ type: "ClassDeclaration";
393
+ id?: Identifier | null;
394
+ superClass?: Expression | null;
395
+ body: ClassBody;
396
+ decorators?: Array<Decorator> | null;
397
+ abstract?: boolean | null;
398
+ declare?: boolean | null;
399
+ implements?: Array<TSExpressionWithTypeArguments | ClassImplements> | null;
400
+ mixins?: InterfaceExtends | null;
401
+ superTypeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
402
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
403
+ }
404
+ interface ExportAllDeclaration extends BaseNode {
405
+ type: "ExportAllDeclaration";
406
+ source: StringLiteral;
407
+ assertions?: Array<ImportAttribute> | null;
408
+ attributes?: Array<ImportAttribute> | null;
409
+ exportKind?: "type" | "value" | null;
410
+ }
411
+ interface ExportDefaultDeclaration extends BaseNode {
412
+ type: "ExportDefaultDeclaration";
413
+ declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression;
414
+ exportKind?: "value" | null;
415
+ }
416
+ interface ExportNamedDeclaration extends BaseNode {
417
+ type: "ExportNamedDeclaration";
418
+ declaration?: Declaration | null;
419
+ specifiers: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>;
420
+ source?: StringLiteral | null;
421
+ assertions?: Array<ImportAttribute> | null;
422
+ attributes?: Array<ImportAttribute> | null;
423
+ exportKind?: "type" | "value" | null;
424
+ }
425
+ interface ExportSpecifier extends BaseNode {
426
+ type: "ExportSpecifier";
427
+ local: Identifier;
428
+ exported: Identifier | StringLiteral;
429
+ exportKind?: "type" | "value" | null;
430
+ }
431
+ interface ForOfStatement extends BaseNode {
432
+ type: "ForOfStatement";
433
+ left: VariableDeclaration | LVal;
434
+ right: Expression;
435
+ body: Statement;
436
+ await: boolean;
437
+ }
438
+ interface ImportDeclaration extends BaseNode {
439
+ type: "ImportDeclaration";
440
+ specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>;
441
+ source: StringLiteral;
442
+ assertions?: Array<ImportAttribute> | null;
443
+ attributes?: Array<ImportAttribute> | null;
444
+ importKind?: "type" | "typeof" | "value" | null;
445
+ module?: boolean | null;
446
+ phase?: "source" | "defer" | null;
447
+ }
448
+ interface ImportDefaultSpecifier extends BaseNode {
449
+ type: "ImportDefaultSpecifier";
450
+ local: Identifier;
451
+ }
452
+ interface ImportNamespaceSpecifier extends BaseNode {
453
+ type: "ImportNamespaceSpecifier";
454
+ local: Identifier;
455
+ }
456
+ interface ImportSpecifier extends BaseNode {
457
+ type: "ImportSpecifier";
458
+ local: Identifier;
459
+ imported: Identifier | StringLiteral;
460
+ importKind?: "type" | "typeof" | "value" | null;
461
+ }
462
+ interface ImportExpression extends BaseNode {
463
+ type: "ImportExpression";
464
+ source: Expression;
465
+ options?: Expression | null;
466
+ phase?: "source" | "defer" | null;
467
+ }
468
+ interface MetaProperty extends BaseNode {
469
+ type: "MetaProperty";
470
+ meta: Identifier;
471
+ property: Identifier;
472
+ }
473
+ interface ClassMethod extends BaseNode {
474
+ type: "ClassMethod";
475
+ kind: "get" | "set" | "method" | "constructor";
476
+ key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
477
+ params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
478
+ body: BlockStatement;
479
+ computed: boolean;
480
+ static: boolean;
481
+ generator: boolean;
482
+ async: boolean;
483
+ abstract?: boolean | null;
484
+ access?: "public" | "private" | "protected" | null;
485
+ accessibility?: "public" | "private" | "protected" | null;
486
+ decorators?: Array<Decorator> | null;
487
+ optional?: boolean | null;
488
+ override?: boolean;
489
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
490
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
491
+ }
492
+ interface ObjectPattern extends BaseNode {
493
+ type: "ObjectPattern";
494
+ properties: Array<RestElement | ObjectProperty>;
495
+ decorators?: Array<Decorator> | null;
496
+ optional?: boolean | null;
497
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
498
+ }
499
+ interface SpreadElement extends BaseNode {
500
+ type: "SpreadElement";
501
+ argument: Expression;
502
+ }
503
+ /**
504
+ * @deprecated Use `SpreadElement`
505
+ */
506
+ interface SpreadProperty$1 extends BaseNode {
507
+ type: "SpreadProperty";
508
+ argument: Expression;
509
+ }
510
+ interface Super extends BaseNode {
511
+ type: "Super";
512
+ }
513
+ interface TaggedTemplateExpression extends BaseNode {
514
+ type: "TaggedTemplateExpression";
515
+ tag: Expression;
516
+ quasi: TemplateLiteral;
517
+ typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
518
+ }
519
+ interface TemplateElement extends BaseNode {
520
+ type: "TemplateElement";
521
+ value: {
522
+ raw: string;
523
+ cooked?: string;
524
+ };
525
+ tail: boolean;
526
+ }
527
+ interface TemplateLiteral extends BaseNode {
528
+ type: "TemplateLiteral";
529
+ quasis: Array<TemplateElement>;
530
+ expressions: Array<Expression | TSType>;
531
+ }
532
+ interface YieldExpression extends BaseNode {
533
+ type: "YieldExpression";
534
+ argument?: Expression | null;
535
+ delegate: boolean;
536
+ }
537
+ interface AwaitExpression extends BaseNode {
538
+ type: "AwaitExpression";
539
+ argument: Expression;
540
+ }
541
+ interface Import extends BaseNode {
542
+ type: "Import";
543
+ }
544
+ interface BigIntLiteral extends BaseNode {
545
+ type: "BigIntLiteral";
546
+ value: string;
547
+ }
548
+ interface ExportNamespaceSpecifier extends BaseNode {
549
+ type: "ExportNamespaceSpecifier";
550
+ exported: Identifier;
551
+ }
552
+ interface OptionalMemberExpression extends BaseNode {
553
+ type: "OptionalMemberExpression";
554
+ object: Expression;
555
+ property: Expression | Identifier;
556
+ computed: boolean;
557
+ optional: boolean;
558
+ }
559
+ interface OptionalCallExpression extends BaseNode {
560
+ type: "OptionalCallExpression";
561
+ callee: Expression;
562
+ arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>;
563
+ optional: boolean;
564
+ typeArguments?: TypeParameterInstantiation | null;
565
+ typeParameters?: TSTypeParameterInstantiation | null;
566
+ }
567
+ interface ClassProperty extends BaseNode {
568
+ type: "ClassProperty";
569
+ key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
570
+ value?: Expression | null;
571
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
572
+ decorators?: Array<Decorator> | null;
573
+ computed: boolean;
574
+ static: boolean;
575
+ abstract?: boolean | null;
576
+ accessibility?: "public" | "private" | "protected" | null;
577
+ declare?: boolean | null;
578
+ definite?: boolean | null;
579
+ optional?: boolean | null;
580
+ override?: boolean;
581
+ readonly?: boolean | null;
582
+ variance?: Variance | null;
583
+ }
584
+ interface ClassAccessorProperty extends BaseNode {
585
+ type: "ClassAccessorProperty";
586
+ key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression | PrivateName;
587
+ value?: Expression | null;
588
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
589
+ decorators?: Array<Decorator> | null;
590
+ computed: boolean;
591
+ static: boolean;
592
+ abstract?: boolean | null;
593
+ accessibility?: "public" | "private" | "protected" | null;
594
+ declare?: boolean | null;
595
+ definite?: boolean | null;
596
+ optional?: boolean | null;
597
+ override?: boolean;
598
+ readonly?: boolean | null;
599
+ variance?: Variance | null;
600
+ }
601
+ interface ClassPrivateProperty extends BaseNode {
602
+ type: "ClassPrivateProperty";
603
+ key: PrivateName;
604
+ value?: Expression | null;
605
+ decorators?: Array<Decorator> | null;
606
+ static: boolean;
607
+ definite?: boolean | null;
608
+ readonly?: boolean | null;
609
+ typeAnnotation?: TypeAnnotation | TSTypeAnnotation | Noop | null;
610
+ variance?: Variance | null;
611
+ }
612
+ interface ClassPrivateMethod extends BaseNode {
613
+ type: "ClassPrivateMethod";
614
+ kind: "get" | "set" | "method";
615
+ key: PrivateName;
616
+ params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
617
+ body: BlockStatement;
618
+ static: boolean;
619
+ abstract?: boolean | null;
620
+ access?: "public" | "private" | "protected" | null;
621
+ accessibility?: "public" | "private" | "protected" | null;
622
+ async?: boolean;
623
+ computed?: boolean;
624
+ decorators?: Array<Decorator> | null;
625
+ generator?: boolean;
626
+ optional?: boolean | null;
627
+ override?: boolean;
628
+ returnType?: TypeAnnotation | TSTypeAnnotation | Noop | null;
629
+ typeParameters?: TypeParameterDeclaration | TSTypeParameterDeclaration | Noop | null;
630
+ }
631
+ interface PrivateName extends BaseNode {
632
+ type: "PrivateName";
633
+ id: Identifier;
634
+ }
635
+ interface StaticBlock extends BaseNode {
636
+ type: "StaticBlock";
637
+ body: Array<Statement>;
638
+ }
639
+ interface AnyTypeAnnotation extends BaseNode {
640
+ type: "AnyTypeAnnotation";
641
+ }
642
+ interface ArrayTypeAnnotation extends BaseNode {
643
+ type: "ArrayTypeAnnotation";
644
+ elementType: FlowType;
645
+ }
646
+ interface BooleanTypeAnnotation extends BaseNode {
647
+ type: "BooleanTypeAnnotation";
648
+ }
649
+ interface BooleanLiteralTypeAnnotation extends BaseNode {
650
+ type: "BooleanLiteralTypeAnnotation";
651
+ value: boolean;
652
+ }
653
+ interface NullLiteralTypeAnnotation extends BaseNode {
654
+ type: "NullLiteralTypeAnnotation";
655
+ }
656
+ interface ClassImplements extends BaseNode {
657
+ type: "ClassImplements";
658
+ id: Identifier;
659
+ typeParameters?: TypeParameterInstantiation | null;
660
+ }
661
+ interface DeclareClass extends BaseNode {
662
+ type: "DeclareClass";
663
+ id: Identifier;
664
+ typeParameters?: TypeParameterDeclaration | null;
665
+ extends?: Array<InterfaceExtends> | null;
666
+ body: ObjectTypeAnnotation;
667
+ implements?: Array<ClassImplements> | null;
668
+ mixins?: Array<InterfaceExtends> | null;
669
+ }
670
+ interface DeclareFunction extends BaseNode {
671
+ type: "DeclareFunction";
672
+ id: Identifier;
673
+ predicate?: DeclaredPredicate | null;
674
+ }
675
+ interface DeclareInterface extends BaseNode {
676
+ type: "DeclareInterface";
677
+ id: Identifier;
678
+ typeParameters?: TypeParameterDeclaration | null;
679
+ extends?: Array<InterfaceExtends> | null;
680
+ body: ObjectTypeAnnotation;
681
+ }
682
+ interface DeclareModule extends BaseNode {
683
+ type: "DeclareModule";
684
+ id: Identifier | StringLiteral;
685
+ body: BlockStatement;
686
+ kind?: "CommonJS" | "ES" | null;
687
+ }
688
+ interface DeclareModuleExports extends BaseNode {
689
+ type: "DeclareModuleExports";
690
+ typeAnnotation: TypeAnnotation;
691
+ }
692
+ interface DeclareTypeAlias extends BaseNode {
693
+ type: "DeclareTypeAlias";
694
+ id: Identifier;
695
+ typeParameters?: TypeParameterDeclaration | null;
696
+ right: FlowType;
697
+ }
698
+ interface DeclareOpaqueType extends BaseNode {
699
+ type: "DeclareOpaqueType";
700
+ id: Identifier;
701
+ typeParameters?: TypeParameterDeclaration | null;
702
+ supertype?: FlowType | null;
703
+ impltype?: FlowType | null;
704
+ }
705
+ interface DeclareVariable extends BaseNode {
706
+ type: "DeclareVariable";
707
+ id: Identifier;
708
+ }
709
+ interface DeclareExportDeclaration extends BaseNode {
710
+ type: "DeclareExportDeclaration";
711
+ declaration?: Flow | null;
712
+ specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;
713
+ source?: StringLiteral | null;
714
+ default?: boolean | null;
715
+ }
716
+ interface DeclareExportAllDeclaration extends BaseNode {
717
+ type: "DeclareExportAllDeclaration";
718
+ source: StringLiteral;
719
+ exportKind?: "type" | "value" | null;
720
+ }
721
+ interface DeclaredPredicate extends BaseNode {
722
+ type: "DeclaredPredicate";
723
+ value: Flow;
724
+ }
725
+ interface ExistsTypeAnnotation extends BaseNode {
726
+ type: "ExistsTypeAnnotation";
727
+ }
728
+ interface FunctionTypeAnnotation extends BaseNode {
729
+ type: "FunctionTypeAnnotation";
730
+ typeParameters?: TypeParameterDeclaration | null;
731
+ params: Array<FunctionTypeParam>;
732
+ rest?: FunctionTypeParam | null;
733
+ returnType: FlowType;
734
+ this?: FunctionTypeParam | null;
735
+ }
736
+ interface FunctionTypeParam extends BaseNode {
737
+ type: "FunctionTypeParam";
738
+ name?: Identifier | null;
739
+ typeAnnotation: FlowType;
740
+ optional?: boolean | null;
741
+ }
742
+ interface GenericTypeAnnotation extends BaseNode {
743
+ type: "GenericTypeAnnotation";
744
+ id: Identifier | QualifiedTypeIdentifier;
745
+ typeParameters?: TypeParameterInstantiation | null;
746
+ }
747
+ interface InferredPredicate extends BaseNode {
748
+ type: "InferredPredicate";
749
+ }
750
+ interface InterfaceExtends extends BaseNode {
751
+ type: "InterfaceExtends";
752
+ id: Identifier | QualifiedTypeIdentifier;
753
+ typeParameters?: TypeParameterInstantiation | null;
754
+ }
755
+ interface InterfaceDeclaration extends BaseNode {
756
+ type: "InterfaceDeclaration";
757
+ id: Identifier;
758
+ typeParameters?: TypeParameterDeclaration | null;
759
+ extends?: Array<InterfaceExtends> | null;
760
+ body: ObjectTypeAnnotation;
761
+ }
762
+ interface InterfaceTypeAnnotation extends BaseNode {
763
+ type: "InterfaceTypeAnnotation";
764
+ extends?: Array<InterfaceExtends> | null;
765
+ body: ObjectTypeAnnotation;
766
+ }
767
+ interface IntersectionTypeAnnotation extends BaseNode {
768
+ type: "IntersectionTypeAnnotation";
769
+ types: Array<FlowType>;
770
+ }
771
+ interface MixedTypeAnnotation extends BaseNode {
772
+ type: "MixedTypeAnnotation";
773
+ }
774
+ interface EmptyTypeAnnotation extends BaseNode {
775
+ type: "EmptyTypeAnnotation";
776
+ }
777
+ interface NullableTypeAnnotation extends BaseNode {
778
+ type: "NullableTypeAnnotation";
779
+ typeAnnotation: FlowType;
780
+ }
781
+ interface NumberLiteralTypeAnnotation extends BaseNode {
782
+ type: "NumberLiteralTypeAnnotation";
783
+ value: number;
784
+ }
785
+ interface NumberTypeAnnotation extends BaseNode {
786
+ type: "NumberTypeAnnotation";
787
+ }
788
+ interface ObjectTypeAnnotation extends BaseNode {
789
+ type: "ObjectTypeAnnotation";
790
+ properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>;
791
+ indexers?: Array<ObjectTypeIndexer>;
792
+ callProperties?: Array<ObjectTypeCallProperty>;
793
+ internalSlots?: Array<ObjectTypeInternalSlot>;
794
+ exact: boolean;
795
+ inexact?: boolean | null;
796
+ }
797
+ interface ObjectTypeInternalSlot extends BaseNode {
798
+ type: "ObjectTypeInternalSlot";
799
+ id: Identifier;
800
+ value: FlowType;
801
+ optional: boolean;
802
+ static: boolean;
803
+ method: boolean;
804
+ }
805
+ interface ObjectTypeCallProperty extends BaseNode {
806
+ type: "ObjectTypeCallProperty";
807
+ value: FlowType;
808
+ static: boolean;
809
+ }
810
+ interface ObjectTypeIndexer extends BaseNode {
811
+ type: "ObjectTypeIndexer";
812
+ id?: Identifier | null;
813
+ key: FlowType;
814
+ value: FlowType;
815
+ variance?: Variance | null;
816
+ static: boolean;
817
+ }
818
+ interface ObjectTypeProperty extends BaseNode {
819
+ type: "ObjectTypeProperty";
820
+ key: Identifier | StringLiteral;
821
+ value: FlowType;
822
+ variance?: Variance | null;
823
+ kind: "init" | "get" | "set";
824
+ method: boolean;
825
+ optional: boolean;
826
+ proto: boolean;
827
+ static: boolean;
828
+ }
829
+ interface ObjectTypeSpreadProperty extends BaseNode {
830
+ type: "ObjectTypeSpreadProperty";
831
+ argument: FlowType;
832
+ }
833
+ interface OpaqueType extends BaseNode {
834
+ type: "OpaqueType";
835
+ id: Identifier;
836
+ typeParameters?: TypeParameterDeclaration | null;
837
+ supertype?: FlowType | null;
838
+ impltype: FlowType;
839
+ }
840
+ interface QualifiedTypeIdentifier extends BaseNode {
841
+ type: "QualifiedTypeIdentifier";
842
+ id: Identifier;
843
+ qualification: Identifier | QualifiedTypeIdentifier;
844
+ }
845
+ interface StringLiteralTypeAnnotation extends BaseNode {
846
+ type: "StringLiteralTypeAnnotation";
847
+ value: string;
848
+ }
849
+ interface StringTypeAnnotation extends BaseNode {
850
+ type: "StringTypeAnnotation";
851
+ }
852
+ interface SymbolTypeAnnotation extends BaseNode {
853
+ type: "SymbolTypeAnnotation";
854
+ }
855
+ interface ThisTypeAnnotation extends BaseNode {
856
+ type: "ThisTypeAnnotation";
857
+ }
858
+ interface TupleTypeAnnotation extends BaseNode {
859
+ type: "TupleTypeAnnotation";
860
+ types: Array<FlowType>;
861
+ }
862
+ interface TypeofTypeAnnotation extends BaseNode {
863
+ type: "TypeofTypeAnnotation";
864
+ argument: FlowType;
865
+ }
866
+ interface TypeAlias extends BaseNode {
867
+ type: "TypeAlias";
868
+ id: Identifier;
869
+ typeParameters?: TypeParameterDeclaration | null;
870
+ right: FlowType;
871
+ }
872
+ interface TypeAnnotation extends BaseNode {
873
+ type: "TypeAnnotation";
874
+ typeAnnotation: FlowType;
875
+ }
876
+ interface TypeCastExpression extends BaseNode {
877
+ type: "TypeCastExpression";
878
+ expression: Expression;
879
+ typeAnnotation: TypeAnnotation;
880
+ }
881
+ interface TypeParameter extends BaseNode {
882
+ type: "TypeParameter";
883
+ bound?: TypeAnnotation | null;
884
+ default?: FlowType | null;
885
+ variance?: Variance | null;
886
+ name: string;
887
+ }
888
+ interface TypeParameterDeclaration extends BaseNode {
889
+ type: "TypeParameterDeclaration";
890
+ params: Array<TypeParameter>;
891
+ }
892
+ interface TypeParameterInstantiation extends BaseNode {
893
+ type: "TypeParameterInstantiation";
894
+ params: Array<FlowType>;
895
+ }
896
+ interface UnionTypeAnnotation extends BaseNode {
897
+ type: "UnionTypeAnnotation";
898
+ types: Array<FlowType>;
899
+ }
900
+ interface Variance extends BaseNode {
901
+ type: "Variance";
902
+ kind: "minus" | "plus";
903
+ }
904
+ interface VoidTypeAnnotation extends BaseNode {
905
+ type: "VoidTypeAnnotation";
906
+ }
907
+ interface EnumDeclaration extends BaseNode {
908
+ type: "EnumDeclaration";
909
+ id: Identifier;
910
+ body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
911
+ }
912
+ interface EnumBooleanBody extends BaseNode {
913
+ type: "EnumBooleanBody";
914
+ members: Array<EnumBooleanMember>;
915
+ explicitType: boolean;
916
+ hasUnknownMembers: boolean;
917
+ }
918
+ interface EnumNumberBody extends BaseNode {
919
+ type: "EnumNumberBody";
920
+ members: Array<EnumNumberMember>;
921
+ explicitType: boolean;
922
+ hasUnknownMembers: boolean;
923
+ }
924
+ interface EnumStringBody extends BaseNode {
925
+ type: "EnumStringBody";
926
+ members: Array<EnumStringMember | EnumDefaultedMember>;
927
+ explicitType: boolean;
928
+ hasUnknownMembers: boolean;
929
+ }
930
+ interface EnumSymbolBody extends BaseNode {
931
+ type: "EnumSymbolBody";
932
+ members: Array<EnumDefaultedMember>;
933
+ hasUnknownMembers: boolean;
934
+ }
935
+ interface EnumBooleanMember extends BaseNode {
936
+ type: "EnumBooleanMember";
937
+ id: Identifier;
938
+ init: BooleanLiteral;
939
+ }
940
+ interface EnumNumberMember extends BaseNode {
941
+ type: "EnumNumberMember";
942
+ id: Identifier;
943
+ init: NumericLiteral;
944
+ }
945
+ interface EnumStringMember extends BaseNode {
946
+ type: "EnumStringMember";
947
+ id: Identifier;
948
+ init: StringLiteral;
949
+ }
950
+ interface EnumDefaultedMember extends BaseNode {
951
+ type: "EnumDefaultedMember";
952
+ id: Identifier;
953
+ }
954
+ interface IndexedAccessType extends BaseNode {
955
+ type: "IndexedAccessType";
956
+ objectType: FlowType;
957
+ indexType: FlowType;
958
+ }
959
+ interface OptionalIndexedAccessType extends BaseNode {
960
+ type: "OptionalIndexedAccessType";
961
+ objectType: FlowType;
962
+ indexType: FlowType;
963
+ optional: boolean;
964
+ }
965
+ interface JSXAttribute extends BaseNode {
966
+ type: "JSXAttribute";
967
+ name: JSXIdentifier | JSXNamespacedName;
968
+ value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null;
969
+ }
970
+ interface JSXClosingElement extends BaseNode {
971
+ type: "JSXClosingElement";
972
+ name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
973
+ }
974
+ interface JSXElement extends BaseNode {
975
+ type: "JSXElement";
976
+ openingElement: JSXOpeningElement;
977
+ closingElement?: JSXClosingElement | null;
978
+ children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
979
+ selfClosing?: boolean | null;
980
+ }
981
+ interface JSXEmptyExpression extends BaseNode {
982
+ type: "JSXEmptyExpression";
983
+ }
984
+ interface JSXExpressionContainer extends BaseNode {
985
+ type: "JSXExpressionContainer";
986
+ expression: Expression | JSXEmptyExpression;
987
+ }
988
+ interface JSXSpreadChild extends BaseNode {
989
+ type: "JSXSpreadChild";
990
+ expression: Expression;
991
+ }
992
+ interface JSXIdentifier extends BaseNode {
993
+ type: "JSXIdentifier";
994
+ name: string;
995
+ }
996
+ interface JSXMemberExpression extends BaseNode {
997
+ type: "JSXMemberExpression";
998
+ object: JSXMemberExpression | JSXIdentifier;
999
+ property: JSXIdentifier;
1000
+ }
1001
+ interface JSXNamespacedName extends BaseNode {
1002
+ type: "JSXNamespacedName";
1003
+ namespace: JSXIdentifier;
1004
+ name: JSXIdentifier;
1005
+ }
1006
+ interface JSXOpeningElement extends BaseNode {
1007
+ type: "JSXOpeningElement";
1008
+ name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
1009
+ attributes: Array<JSXAttribute | JSXSpreadAttribute>;
1010
+ selfClosing: boolean;
1011
+ typeParameters?: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1012
+ }
1013
+ interface JSXSpreadAttribute extends BaseNode {
1014
+ type: "JSXSpreadAttribute";
1015
+ argument: Expression;
1016
+ }
1017
+ interface JSXText extends BaseNode {
1018
+ type: "JSXText";
1019
+ value: string;
1020
+ }
1021
+ interface JSXFragment extends BaseNode {
1022
+ type: "JSXFragment";
1023
+ openingFragment: JSXOpeningFragment;
1024
+ closingFragment: JSXClosingFragment;
1025
+ children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>;
1026
+ }
1027
+ interface JSXOpeningFragment extends BaseNode {
1028
+ type: "JSXOpeningFragment";
1029
+ }
1030
+ interface JSXClosingFragment extends BaseNode {
1031
+ type: "JSXClosingFragment";
1032
+ }
1033
+ interface Noop extends BaseNode {
1034
+ type: "Noop";
1035
+ }
1036
+ interface Placeholder extends BaseNode {
1037
+ type: "Placeholder";
1038
+ expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern";
1039
+ name: Identifier;
1040
+ }
1041
+ interface V8IntrinsicIdentifier extends BaseNode {
1042
+ type: "V8IntrinsicIdentifier";
1043
+ name: string;
1044
+ }
1045
+ interface ArgumentPlaceholder extends BaseNode {
1046
+ type: "ArgumentPlaceholder";
1047
+ }
1048
+ interface BindExpression extends BaseNode {
1049
+ type: "BindExpression";
1050
+ object: Expression;
1051
+ callee: Expression;
1052
+ }
1053
+ interface ImportAttribute extends BaseNode {
1054
+ type: "ImportAttribute";
1055
+ key: Identifier | StringLiteral;
1056
+ value: StringLiteral;
1057
+ }
1058
+ interface Decorator extends BaseNode {
1059
+ type: "Decorator";
1060
+ expression: Expression;
1061
+ }
1062
+ interface DoExpression extends BaseNode {
1063
+ type: "DoExpression";
1064
+ body: BlockStatement;
1065
+ async: boolean;
1066
+ }
1067
+ interface ExportDefaultSpecifier extends BaseNode {
1068
+ type: "ExportDefaultSpecifier";
1069
+ exported: Identifier;
1070
+ }
1071
+ interface RecordExpression extends BaseNode {
1072
+ type: "RecordExpression";
1073
+ properties: Array<ObjectProperty | SpreadElement>;
1074
+ }
1075
+ interface TupleExpression extends BaseNode {
1076
+ type: "TupleExpression";
1077
+ elements: Array<Expression | SpreadElement>;
1078
+ }
1079
+ interface DecimalLiteral extends BaseNode {
1080
+ type: "DecimalLiteral";
1081
+ value: string;
1082
+ }
1083
+ interface ModuleExpression extends BaseNode {
1084
+ type: "ModuleExpression";
1085
+ body: Program;
1086
+ }
1087
+ interface TopicReference extends BaseNode {
1088
+ type: "TopicReference";
1089
+ }
1090
+ interface PipelineTopicExpression extends BaseNode {
1091
+ type: "PipelineTopicExpression";
1092
+ expression: Expression;
1093
+ }
1094
+ interface PipelineBareFunction extends BaseNode {
1095
+ type: "PipelineBareFunction";
1096
+ callee: Expression;
1097
+ }
1098
+ interface PipelinePrimaryTopicReference extends BaseNode {
1099
+ type: "PipelinePrimaryTopicReference";
1100
+ }
1101
+ interface TSParameterProperty extends BaseNode {
1102
+ type: "TSParameterProperty";
1103
+ parameter: Identifier | AssignmentPattern;
1104
+ accessibility?: "public" | "private" | "protected" | null;
1105
+ decorators?: Array<Decorator> | null;
1106
+ override?: boolean | null;
1107
+ readonly?: boolean | null;
1108
+ }
1109
+ interface TSDeclareFunction extends BaseNode {
1110
+ type: "TSDeclareFunction";
1111
+ id?: Identifier | null;
1112
+ typeParameters?: TSTypeParameterDeclaration | Noop | null;
1113
+ params: Array<Identifier | Pattern | RestElement>;
1114
+ returnType?: TSTypeAnnotation | Noop | null;
1115
+ async?: boolean;
1116
+ declare?: boolean | null;
1117
+ generator?: boolean;
1118
+ }
1119
+ interface TSDeclareMethod extends BaseNode {
1120
+ type: "TSDeclareMethod";
1121
+ decorators?: Array<Decorator> | null;
1122
+ key: Identifier | StringLiteral | NumericLiteral | BigIntLiteral | Expression;
1123
+ typeParameters?: TSTypeParameterDeclaration | Noop | null;
1124
+ params: Array<Identifier | Pattern | RestElement | TSParameterProperty>;
1125
+ returnType?: TSTypeAnnotation | Noop | null;
1126
+ abstract?: boolean | null;
1127
+ access?: "public" | "private" | "protected" | null;
1128
+ accessibility?: "public" | "private" | "protected" | null;
1129
+ async?: boolean;
1130
+ computed?: boolean;
1131
+ generator?: boolean;
1132
+ kind?: "get" | "set" | "method" | "constructor";
1133
+ optional?: boolean | null;
1134
+ override?: boolean;
1135
+ static?: boolean;
1136
+ }
1137
+ interface TSQualifiedName extends BaseNode {
1138
+ type: "TSQualifiedName";
1139
+ left: TSEntityName;
1140
+ right: Identifier;
1141
+ }
1142
+ interface TSCallSignatureDeclaration extends BaseNode {
1143
+ type: "TSCallSignatureDeclaration";
1144
+ typeParameters?: TSTypeParameterDeclaration | null;
1145
+ parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
1146
+ typeAnnotation?: TSTypeAnnotation | null;
1147
+ }
1148
+ interface TSConstructSignatureDeclaration extends BaseNode {
1149
+ type: "TSConstructSignatureDeclaration";
1150
+ typeParameters?: TSTypeParameterDeclaration | null;
1151
+ parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
1152
+ typeAnnotation?: TSTypeAnnotation | null;
1153
+ }
1154
+ interface TSPropertySignature extends BaseNode {
1155
+ type: "TSPropertySignature";
1156
+ key: Expression;
1157
+ typeAnnotation?: TSTypeAnnotation | null;
1158
+ initializer?: Expression | null;
1159
+ computed?: boolean;
1160
+ kind: "get" | "set";
1161
+ optional?: boolean | null;
1162
+ readonly?: boolean | null;
1163
+ }
1164
+ interface TSMethodSignature extends BaseNode {
1165
+ type: "TSMethodSignature";
1166
+ key: Expression;
1167
+ typeParameters?: TSTypeParameterDeclaration | null;
1168
+ parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
1169
+ typeAnnotation?: TSTypeAnnotation | null;
1170
+ computed?: boolean;
1171
+ kind: "method" | "get" | "set";
1172
+ optional?: boolean | null;
1173
+ }
1174
+ interface TSIndexSignature extends BaseNode {
1175
+ type: "TSIndexSignature";
1176
+ parameters: Array<Identifier>;
1177
+ typeAnnotation?: TSTypeAnnotation | null;
1178
+ readonly?: boolean | null;
1179
+ static?: boolean | null;
1180
+ }
1181
+ interface TSAnyKeyword extends BaseNode {
1182
+ type: "TSAnyKeyword";
1183
+ }
1184
+ interface TSBooleanKeyword extends BaseNode {
1185
+ type: "TSBooleanKeyword";
1186
+ }
1187
+ interface TSBigIntKeyword extends BaseNode {
1188
+ type: "TSBigIntKeyword";
1189
+ }
1190
+ interface TSIntrinsicKeyword extends BaseNode {
1191
+ type: "TSIntrinsicKeyword";
1192
+ }
1193
+ interface TSNeverKeyword extends BaseNode {
1194
+ type: "TSNeverKeyword";
1195
+ }
1196
+ interface TSNullKeyword extends BaseNode {
1197
+ type: "TSNullKeyword";
1198
+ }
1199
+ interface TSNumberKeyword extends BaseNode {
1200
+ type: "TSNumberKeyword";
1201
+ }
1202
+ interface TSObjectKeyword extends BaseNode {
1203
+ type: "TSObjectKeyword";
1204
+ }
1205
+ interface TSStringKeyword extends BaseNode {
1206
+ type: "TSStringKeyword";
1207
+ }
1208
+ interface TSSymbolKeyword extends BaseNode {
1209
+ type: "TSSymbolKeyword";
1210
+ }
1211
+ interface TSUndefinedKeyword extends BaseNode {
1212
+ type: "TSUndefinedKeyword";
1213
+ }
1214
+ interface TSUnknownKeyword extends BaseNode {
1215
+ type: "TSUnknownKeyword";
1216
+ }
1217
+ interface TSVoidKeyword extends BaseNode {
1218
+ type: "TSVoidKeyword";
1219
+ }
1220
+ interface TSThisType extends BaseNode {
1221
+ type: "TSThisType";
1222
+ }
1223
+ interface TSFunctionType extends BaseNode {
1224
+ type: "TSFunctionType";
1225
+ typeParameters?: TSTypeParameterDeclaration | null;
1226
+ parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
1227
+ typeAnnotation?: TSTypeAnnotation | null;
1228
+ }
1229
+ interface TSConstructorType extends BaseNode {
1230
+ type: "TSConstructorType";
1231
+ typeParameters?: TSTypeParameterDeclaration | null;
1232
+ parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>;
1233
+ typeAnnotation?: TSTypeAnnotation | null;
1234
+ abstract?: boolean | null;
1235
+ }
1236
+ interface TSTypeReference extends BaseNode {
1237
+ type: "TSTypeReference";
1238
+ typeName: TSEntityName;
1239
+ typeParameters?: TSTypeParameterInstantiation | null;
1240
+ }
1241
+ interface TSTypePredicate extends BaseNode {
1242
+ type: "TSTypePredicate";
1243
+ parameterName: Identifier | TSThisType;
1244
+ typeAnnotation?: TSTypeAnnotation | null;
1245
+ asserts?: boolean | null;
1246
+ }
1247
+ interface TSTypeQuery extends BaseNode {
1248
+ type: "TSTypeQuery";
1249
+ exprName: TSEntityName | TSImportType;
1250
+ typeParameters?: TSTypeParameterInstantiation | null;
1251
+ }
1252
+ interface TSTypeLiteral extends BaseNode {
1253
+ type: "TSTypeLiteral";
1254
+ members: Array<TSTypeElement>;
1255
+ }
1256
+ interface TSArrayType extends BaseNode {
1257
+ type: "TSArrayType";
1258
+ elementType: TSType;
1259
+ }
1260
+ interface TSTupleType extends BaseNode {
1261
+ type: "TSTupleType";
1262
+ elementTypes: Array<TSType | TSNamedTupleMember>;
1263
+ }
1264
+ interface TSOptionalType extends BaseNode {
1265
+ type: "TSOptionalType";
1266
+ typeAnnotation: TSType;
1267
+ }
1268
+ interface TSRestType extends BaseNode {
1269
+ type: "TSRestType";
1270
+ typeAnnotation: TSType;
1271
+ }
1272
+ interface TSNamedTupleMember extends BaseNode {
1273
+ type: "TSNamedTupleMember";
1274
+ label: Identifier;
1275
+ elementType: TSType;
1276
+ optional: boolean;
1277
+ }
1278
+ interface TSUnionType extends BaseNode {
1279
+ type: "TSUnionType";
1280
+ types: Array<TSType>;
1281
+ }
1282
+ interface TSIntersectionType extends BaseNode {
1283
+ type: "TSIntersectionType";
1284
+ types: Array<TSType>;
1285
+ }
1286
+ interface TSConditionalType extends BaseNode {
1287
+ type: "TSConditionalType";
1288
+ checkType: TSType;
1289
+ extendsType: TSType;
1290
+ trueType: TSType;
1291
+ falseType: TSType;
1292
+ }
1293
+ interface TSInferType extends BaseNode {
1294
+ type: "TSInferType";
1295
+ typeParameter: TSTypeParameter;
1296
+ }
1297
+ interface TSParenthesizedType extends BaseNode {
1298
+ type: "TSParenthesizedType";
1299
+ typeAnnotation: TSType;
1300
+ }
1301
+ interface TSTypeOperator extends BaseNode {
1302
+ type: "TSTypeOperator";
1303
+ typeAnnotation: TSType;
1304
+ operator: string;
1305
+ }
1306
+ interface TSIndexedAccessType extends BaseNode {
1307
+ type: "TSIndexedAccessType";
1308
+ objectType: TSType;
1309
+ indexType: TSType;
1310
+ }
1311
+ interface TSMappedType extends BaseNode {
1312
+ type: "TSMappedType";
1313
+ typeParameter: TSTypeParameter;
1314
+ typeAnnotation?: TSType | null;
1315
+ nameType?: TSType | null;
1316
+ optional?: true | false | "+" | "-" | null;
1317
+ readonly?: true | false | "+" | "-" | null;
1318
+ }
1319
+ interface TSLiteralType extends BaseNode {
1320
+ type: "TSLiteralType";
1321
+ literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression;
1322
+ }
1323
+ interface TSExpressionWithTypeArguments extends BaseNode {
1324
+ type: "TSExpressionWithTypeArguments";
1325
+ expression: TSEntityName;
1326
+ typeParameters?: TSTypeParameterInstantiation | null;
1327
+ }
1328
+ interface TSInterfaceDeclaration extends BaseNode {
1329
+ type: "TSInterfaceDeclaration";
1330
+ id: Identifier;
1331
+ typeParameters?: TSTypeParameterDeclaration | null;
1332
+ extends?: Array<TSExpressionWithTypeArguments> | null;
1333
+ body: TSInterfaceBody;
1334
+ declare?: boolean | null;
1335
+ }
1336
+ interface TSInterfaceBody extends BaseNode {
1337
+ type: "TSInterfaceBody";
1338
+ body: Array<TSTypeElement>;
1339
+ }
1340
+ interface TSTypeAliasDeclaration extends BaseNode {
1341
+ type: "TSTypeAliasDeclaration";
1342
+ id: Identifier;
1343
+ typeParameters?: TSTypeParameterDeclaration | null;
1344
+ typeAnnotation: TSType;
1345
+ declare?: boolean | null;
1346
+ }
1347
+ interface TSInstantiationExpression extends BaseNode {
1348
+ type: "TSInstantiationExpression";
1349
+ expression: Expression;
1350
+ typeParameters?: TSTypeParameterInstantiation | null;
1351
+ }
1352
+ interface TSAsExpression extends BaseNode {
1353
+ type: "TSAsExpression";
1354
+ expression: Expression;
1355
+ typeAnnotation: TSType;
1356
+ }
1357
+ interface TSSatisfiesExpression extends BaseNode {
1358
+ type: "TSSatisfiesExpression";
1359
+ expression: Expression;
1360
+ typeAnnotation: TSType;
1361
+ }
1362
+ interface TSTypeAssertion extends BaseNode {
1363
+ type: "TSTypeAssertion";
1364
+ typeAnnotation: TSType;
1365
+ expression: Expression;
1366
+ }
1367
+ interface TSEnumDeclaration extends BaseNode {
1368
+ type: "TSEnumDeclaration";
1369
+ id: Identifier;
1370
+ members: Array<TSEnumMember>;
1371
+ const?: boolean | null;
1372
+ declare?: boolean | null;
1373
+ initializer?: Expression | null;
1374
+ }
1375
+ interface TSEnumMember extends BaseNode {
1376
+ type: "TSEnumMember";
1377
+ id: Identifier | StringLiteral;
1378
+ initializer?: Expression | null;
1379
+ }
1380
+ interface TSModuleDeclaration extends BaseNode {
1381
+ type: "TSModuleDeclaration";
1382
+ id: Identifier | StringLiteral;
1383
+ body: TSModuleBlock | TSModuleDeclaration;
1384
+ declare?: boolean | null;
1385
+ global?: boolean | null;
1386
+ }
1387
+ interface TSModuleBlock extends BaseNode {
1388
+ type: "TSModuleBlock";
1389
+ body: Array<Statement>;
1390
+ }
1391
+ interface TSImportType extends BaseNode {
1392
+ type: "TSImportType";
1393
+ argument: StringLiteral;
1394
+ qualifier?: TSEntityName | null;
1395
+ typeParameters?: TSTypeParameterInstantiation | null;
1396
+ }
1397
+ interface TSImportEqualsDeclaration extends BaseNode {
1398
+ type: "TSImportEqualsDeclaration";
1399
+ id: Identifier;
1400
+ moduleReference: TSEntityName | TSExternalModuleReference;
1401
+ importKind?: "type" | "value" | null;
1402
+ isExport: boolean;
1403
+ }
1404
+ interface TSExternalModuleReference extends BaseNode {
1405
+ type: "TSExternalModuleReference";
1406
+ expression: StringLiteral;
1407
+ }
1408
+ interface TSNonNullExpression extends BaseNode {
1409
+ type: "TSNonNullExpression";
1410
+ expression: Expression;
1411
+ }
1412
+ interface TSExportAssignment extends BaseNode {
1413
+ type: "TSExportAssignment";
1414
+ expression: Expression;
1415
+ }
1416
+ interface TSNamespaceExportDeclaration extends BaseNode {
1417
+ type: "TSNamespaceExportDeclaration";
1418
+ id: Identifier;
1419
+ }
1420
+ interface TSTypeAnnotation extends BaseNode {
1421
+ type: "TSTypeAnnotation";
1422
+ typeAnnotation: TSType;
1423
+ }
1424
+ interface TSTypeParameterInstantiation extends BaseNode {
1425
+ type: "TSTypeParameterInstantiation";
1426
+ params: Array<TSType>;
1427
+ }
1428
+ interface TSTypeParameterDeclaration extends BaseNode {
1429
+ type: "TSTypeParameterDeclaration";
1430
+ params: Array<TSTypeParameter>;
1431
+ }
1432
+ interface TSTypeParameter extends BaseNode {
1433
+ type: "TSTypeParameter";
1434
+ constraint?: TSType | null;
1435
+ default?: TSType | null;
1436
+ name: string;
1437
+ const?: boolean | null;
1438
+ in?: boolean | null;
1439
+ out?: boolean | null;
1440
+ }
1441
+ 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;
1442
+ 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;
1443
+ type Binary = BinaryExpression | LogicalExpression;
1444
+ type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
1445
+ type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
1446
+ type Block = BlockStatement | Program | TSModuleBlock;
1447
+ 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;
1448
+ type Terminatorless = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement | YieldExpression | AwaitExpression;
1449
+ type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement;
1450
+ type Conditional = ConditionalExpression | IfStatement;
1451
+ type Loop = DoWhileStatement | ForInStatement | ForStatement | WhileStatement | ForOfStatement;
1452
+ type While = DoWhileStatement | WhileStatement;
1453
+ type ExpressionWrapper = ExpressionStatement | ParenthesizedExpression | TypeCastExpression;
1454
+ type For = ForInStatement | ForStatement | ForOfStatement;
1455
+ type ForXStatement = ForInStatement | ForOfStatement;
1456
+ type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod;
1457
+ type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
1458
+ type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral | DecimalLiteral;
1459
+ 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;
1460
+ type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
1461
+ type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
1462
+ type TSEntityName = Identifier | TSQualifiedName;
1463
+ type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral | DecimalLiteral;
1464
+ type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment | DecimalLiteral;
1465
+ type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty;
1466
+ type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;
1467
+ type ObjectMember = ObjectMethod | ObjectProperty;
1468
+ type Property = ObjectProperty | ClassProperty | ClassAccessorProperty | ClassPrivateProperty;
1469
+ type UnaryLike = UnaryExpression | SpreadElement;
1470
+ type Pattern = AssignmentPattern | ArrayPattern | ObjectPattern;
1471
+ type Class = ClassExpression | ClassDeclaration;
1472
+ type ImportOrExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
1473
+ type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration;
1474
+ type ModuleSpecifier = ExportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ExportNamespaceSpecifier | ExportDefaultSpecifier;
1475
+ type Accessor = ClassAccessorProperty;
1476
+ type Private = ClassPrivateProperty | ClassPrivateMethod | PrivateName;
1477
+ 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;
1478
+ 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;
1479
+ type FlowBaseAnnotation = AnyTypeAnnotation | BooleanTypeAnnotation | NullLiteralTypeAnnotation | MixedTypeAnnotation | EmptyTypeAnnotation | NumberTypeAnnotation | StringTypeAnnotation | SymbolTypeAnnotation | ThisTypeAnnotation | VoidTypeAnnotation;
1480
+ type FlowDeclaration = DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias;
1481
+ type FlowPredicate = DeclaredPredicate | InferredPredicate;
1482
+ type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody;
1483
+ type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
1484
+ type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
1485
+ type Miscellaneous = Noop | Placeholder | V8IntrinsicIdentifier;
1486
+ 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;
1487
+ type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
1488
+ 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;
1489
+ type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
1490
+ type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
1491
+ interface Aliases {
1492
+ Standardized: Standardized;
1493
+ Expression: Expression;
1494
+ Binary: Binary;
1495
+ Scopable: Scopable;
1496
+ BlockParent: BlockParent;
1497
+ Block: Block;
1498
+ Statement: Statement;
1499
+ Terminatorless: Terminatorless;
1500
+ CompletionStatement: CompletionStatement;
1501
+ Conditional: Conditional;
1502
+ Loop: Loop;
1503
+ While: While;
1504
+ ExpressionWrapper: ExpressionWrapper;
1505
+ For: For;
1506
+ ForXStatement: ForXStatement;
1507
+ Function: Function;
1508
+ FunctionParent: FunctionParent;
1509
+ Pureish: Pureish;
1510
+ Declaration: Declaration;
1511
+ PatternLike: PatternLike;
1512
+ LVal: LVal;
1513
+ TSEntityName: TSEntityName;
1514
+ Literal: Literal;
1515
+ Immutable: Immutable;
1516
+ UserWhitespacable: UserWhitespacable;
1517
+ Method: Method;
1518
+ ObjectMember: ObjectMember;
1519
+ Property: Property;
1520
+ UnaryLike: UnaryLike;
1521
+ Pattern: Pattern;
1522
+ Class: Class;
1523
+ ImportOrExportDeclaration: ImportOrExportDeclaration;
1524
+ ExportDeclaration: ExportDeclaration;
1525
+ ModuleSpecifier: ModuleSpecifier;
1526
+ Accessor: Accessor;
1527
+ Private: Private;
1528
+ Flow: Flow;
1529
+ FlowType: FlowType;
1530
+ FlowBaseAnnotation: FlowBaseAnnotation;
1531
+ FlowDeclaration: FlowDeclaration;
1532
+ FlowPredicate: FlowPredicate;
1533
+ EnumBody: EnumBody;
1534
+ EnumMember: EnumMember;
1535
+ JSX: JSX;
1536
+ Miscellaneous: Miscellaneous;
1537
+ TypeScript: TypeScript;
1538
+ TSTypeElement: TSTypeElement;
1539
+ TSType: TSType;
1540
+ TSBaseType: TSBaseType;
1541
+ ModuleDeclaration: ModuleDeclaration;
1542
+ }
1543
+ type DeprecatedAliases = NumberLiteral$1 | RegexLiteral$1 | RestProperty$1 | SpreadProperty$1;
1544
+ interface ParentMaps {
1545
+ 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;
1546
+ ArgumentPlaceholder: CallExpression | NewExpression | OptionalCallExpression;
1547
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1548
+ ArrayPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
1549
+ 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;
1550
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1551
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1552
+ AssignmentPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSDeclareFunction | TSDeclareMethod | TSParameterProperty | VariableDeclarator;
1553
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1554
+ 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 | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1555
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1556
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1557
+ BlockStatement: ArrowFunctionExpression | BlockStatement | CatchClause | ClassMethod | ClassPrivateMethod | DeclareModule | DoExpression | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | FunctionDeclaration | FunctionExpression | IfStatement | LabeledStatement | ObjectMethod | Program | StaticBlock | SwitchCase | TSModuleBlock | TryStatement | WhileStatement | WithStatement;
1558
+ 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 | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1559
+ 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;
1560
+ 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;
1561
+ BreakStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1562
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1563
+ CatchClause: TryStatement;
1564
+ ClassAccessorProperty: ClassBody;
1565
+ ClassBody: ClassDeclaration | ClassExpression;
1566
+ ClassDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1567
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1568
+ ClassImplements: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclaredPredicate;
1569
+ ClassMethod: ClassBody;
1570
+ ClassPrivateMethod: ClassBody;
1571
+ ClassPrivateProperty: ClassBody;
1572
+ ClassProperty: ClassBody;
1573
+ CommentBlock: File;
1574
+ CommentLine: File;
1575
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1576
+ ContinueStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1577
+ DebuggerStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1578
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1579
+ DeclareClass: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1580
+ DeclareExportAllDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1581
+ DeclareExportDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1582
+ DeclareFunction: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1583
+ DeclareInterface: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1584
+ DeclareModule: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1585
+ DeclareModuleExports: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1586
+ DeclareOpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1587
+ DeclareTypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1588
+ DeclareVariable: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1589
+ DeclaredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclareFunction | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
1590
+ Decorator: ArrayPattern | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | Identifier | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSDeclareMethod | TSParameterProperty;
1591
+ Directive: BlockStatement | Program;
1592
+ DirectiveLiteral: Directive;
1593
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1594
+ DoWhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1595
+ EmptyStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1596
+ 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;
1597
+ EnumBooleanBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
1598
+ EnumBooleanMember: DeclareExportDeclaration | DeclaredPredicate | EnumBooleanBody;
1599
+ EnumDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1600
+ EnumDefaultedMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody | EnumSymbolBody;
1601
+ EnumNumberBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
1602
+ EnumNumberMember: DeclareExportDeclaration | DeclaredPredicate | EnumNumberBody;
1603
+ EnumStringBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
1604
+ EnumStringMember: DeclareExportDeclaration | DeclaredPredicate | EnumStringBody;
1605
+ EnumSymbolBody: DeclareExportDeclaration | DeclaredPredicate | EnumDeclaration;
1606
+ 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;
1607
+ ExportAllDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1608
+ ExportDefaultDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1609
+ ExportDefaultSpecifier: ExportNamedDeclaration;
1610
+ ExportNamedDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1611
+ ExportNamespaceSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
1612
+ ExportSpecifier: DeclareExportDeclaration | ExportNamedDeclaration;
1613
+ ExpressionStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1614
+ File: null;
1615
+ ForInStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1616
+ ForOfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1617
+ ForStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1618
+ FunctionDeclaration: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1619
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1620
+ 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;
1621
+ FunctionTypeParam: DeclareExportDeclaration | DeclaredPredicate | FunctionTypeAnnotation;
1622
+ 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;
1623
+ 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;
1624
+ IfStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1625
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1626
+ ImportAttribute: ExportAllDeclaration | ExportNamedDeclaration | ImportDeclaration;
1627
+ ImportDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1628
+ ImportDefaultSpecifier: ImportDeclaration;
1629
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1630
+ ImportNamespaceSpecifier: ImportDeclaration;
1631
+ ImportSpecifier: ImportDeclaration;
1632
+ 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;
1633
+ InferredPredicate: ArrowFunctionExpression | DeclareExportDeclaration | DeclaredPredicate | FunctionDeclaration | FunctionExpression;
1634
+ InterfaceDeclaration: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1635
+ InterfaceExtends: ClassDeclaration | ClassExpression | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclaredPredicate | InterfaceDeclaration | InterfaceTypeAnnotation;
1636
+ 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;
1637
+ InterpreterDirective: Program;
1638
+ 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;
1639
+ JSXAttribute: JSXOpeningElement;
1640
+ JSXClosingElement: JSXElement;
1641
+ JSXClosingFragment: JSXFragment;
1642
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1643
+ JSXEmptyExpression: JSXExpressionContainer;
1644
+ JSXExpressionContainer: JSXAttribute | JSXElement | JSXFragment;
1645
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1646
+ JSXIdentifier: JSXAttribute | JSXClosingElement | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement;
1647
+ JSXMemberExpression: JSXClosingElement | JSXMemberExpression | JSXOpeningElement;
1648
+ JSXNamespacedName: CallExpression | JSXAttribute | JSXClosingElement | JSXOpeningElement | NewExpression | OptionalCallExpression;
1649
+ JSXOpeningElement: JSXElement;
1650
+ JSXOpeningFragment: JSXFragment;
1651
+ JSXSpreadAttribute: JSXOpeningElement;
1652
+ JSXSpreadChild: JSXElement | JSXFragment;
1653
+ JSXText: JSXElement | JSXFragment;
1654
+ LabeledStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1655
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1656
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1657
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1658
+ 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;
1659
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1660
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1661
+ Noop: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSDeclareFunction | TSDeclareMethod;
1662
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1663
+ 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;
1664
+ 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;
1665
+ NumberLiteral: null;
1666
+ 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;
1667
+ 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;
1668
+ 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 | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1669
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1670
+ ObjectMethod: ObjectExpression;
1671
+ ObjectPattern: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | CatchClause | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
1672
+ ObjectProperty: ObjectExpression | ObjectPattern | RecordExpression;
1673
+ 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;
1674
+ ObjectTypeCallProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
1675
+ ObjectTypeIndexer: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
1676
+ ObjectTypeInternalSlot: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
1677
+ ObjectTypeProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
1678
+ ObjectTypeSpreadProperty: DeclareExportDeclaration | DeclaredPredicate | ObjectTypeAnnotation;
1679
+ OpaqueType: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1680
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1681
+ 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;
1682
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1683
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1684
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1685
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1686
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1687
+ Placeholder: Node;
1688
+ PrivateName: BinaryExpression | ClassAccessorProperty | ClassPrivateMethod | ClassPrivateProperty | MemberExpression | ObjectProperty;
1689
+ Program: File | ModuleExpression;
1690
+ QualifiedTypeIdentifier: DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | QualifiedTypeIdentifier;
1691
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1692
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1693
+ RegexLiteral: null;
1694
+ RestElement: ArrayPattern | ArrowFunctionExpression | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | FunctionDeclaration | FunctionExpression | ObjectMethod | ObjectPattern | ObjectProperty | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSMethodSignature | VariableDeclarator;
1695
+ RestProperty: null;
1696
+ ReturnStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1697
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1698
+ SpreadElement: ArrayExpression | CallExpression | NewExpression | ObjectExpression | OptionalCallExpression | RecordExpression | TupleExpression;
1699
+ SpreadProperty: null;
1700
+ StaticBlock: ClassBody;
1701
+ 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;
1702
+ 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;
1703
+ 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;
1704
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1705
+ SwitchCase: SwitchStatement;
1706
+ SwitchStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1707
+ 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;
1708
+ TSAnyKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1709
+ TSArrayType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1710
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1711
+ TSBigIntKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1712
+ TSBooleanKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1713
+ TSCallSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
1714
+ TSConditionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1715
+ TSConstructSignatureDeclaration: TSInterfaceBody | TSTypeLiteral;
1716
+ TSConstructorType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1717
+ TSDeclareFunction: BlockStatement | DoWhileStatement | ExportDefaultDeclaration | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1718
+ TSDeclareMethod: ClassBody;
1719
+ TSEnumDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1720
+ TSEnumMember: TSEnumDeclaration;
1721
+ TSExportAssignment: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1722
+ TSExpressionWithTypeArguments: ClassDeclaration | ClassExpression | TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSInterfaceDeclaration | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1723
+ TSExternalModuleReference: TSImportEqualsDeclaration;
1724
+ TSFunctionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1725
+ TSImportEqualsDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1726
+ TSImportType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypeQuery | TSUnionType | TemplateLiteral;
1727
+ TSIndexSignature: ClassBody | TSInterfaceBody | TSTypeLiteral;
1728
+ TSIndexedAccessType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1729
+ TSInferType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1730
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1731
+ TSInterfaceBody: TSInterfaceDeclaration;
1732
+ TSInterfaceDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1733
+ TSIntersectionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1734
+ TSIntrinsicKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1735
+ TSLiteralType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1736
+ TSMappedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1737
+ TSMethodSignature: TSInterfaceBody | TSTypeLiteral;
1738
+ TSModuleBlock: TSModuleDeclaration;
1739
+ TSModuleDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | TSModuleDeclaration | WhileStatement | WithStatement;
1740
+ TSNamedTupleMember: TSTupleType;
1741
+ TSNamespaceExportDeclaration: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1742
+ TSNeverKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1743
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1744
+ TSNullKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1745
+ TSNumberKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1746
+ TSObjectKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1747
+ TSOptionalType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1748
+ TSParameterProperty: ArrayPattern | AssignmentExpression | ClassMethod | ClassPrivateMethod | ForInStatement | ForOfStatement | RestElement | TSDeclareMethod | VariableDeclarator;
1749
+ TSParenthesizedType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1750
+ TSPropertySignature: TSInterfaceBody | TSTypeLiteral;
1751
+ TSQualifiedName: TSExpressionWithTypeArguments | TSImportEqualsDeclaration | TSImportType | TSQualifiedName | TSTypeQuery | TSTypeReference;
1752
+ TSRestType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1753
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1754
+ TSStringKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1755
+ TSSymbolKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1756
+ TSThisType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSTypePredicate | TSUnionType | TemplateLiteral;
1757
+ TSTupleType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1758
+ TSTypeAliasDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1759
+ TSTypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSIndexSignature | TSMethodSignature | TSPropertySignature | TSTypePredicate;
1760
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1761
+ TSTypeLiteral: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1762
+ TSTypeOperator: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1763
+ TSTypeParameter: TSInferType | TSMappedType | TSTypeParameterDeclaration;
1764
+ TSTypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | FunctionDeclaration | FunctionExpression | ObjectMethod | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSFunctionType | TSInterfaceDeclaration | TSMethodSignature | TSTypeAliasDeclaration;
1765
+ TSTypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | JSXOpeningElement | NewExpression | OptionalCallExpression | TSExpressionWithTypeArguments | TSImportType | TSInstantiationExpression | TSTypeQuery | TSTypeReference | TaggedTemplateExpression;
1766
+ TSTypePredicate: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1767
+ TSTypeQuery: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1768
+ TSTypeReference: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1769
+ TSUndefinedKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1770
+ TSUnionType: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1771
+ TSUnknownKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1772
+ TSVoidKeyword: TSArrayType | TSAsExpression | TSConditionalType | TSIndexedAccessType | TSIntersectionType | TSMappedType | TSNamedTupleMember | TSOptionalType | TSParenthesizedType | TSRestType | TSSatisfiesExpression | TSTupleType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeOperator | TSTypeParameter | TSTypeParameterInstantiation | TSUnionType | TemplateLiteral;
1773
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1774
+ TemplateElement: TemplateLiteral;
1775
+ 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 | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1776
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1777
+ 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;
1778
+ ThrowStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1779
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1780
+ TryStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1781
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1782
+ 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;
1783
+ TypeAlias: BlockStatement | DeclareExportDeclaration | DeclaredPredicate | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1784
+ TypeAnnotation: ArrayPattern | ArrowFunctionExpression | AssignmentPattern | ClassAccessorProperty | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclareModuleExports | DeclaredPredicate | FunctionDeclaration | FunctionExpression | Identifier | ObjectMethod | ObjectPattern | RestElement | TypeCastExpression | TypeParameter;
1785
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1786
+ TypeParameter: DeclareExportDeclaration | DeclaredPredicate | TypeParameterDeclaration;
1787
+ TypeParameterDeclaration: ArrowFunctionExpression | ClassDeclaration | ClassExpression | ClassMethod | ClassPrivateMethod | DeclareClass | DeclareExportDeclaration | DeclareInterface | DeclareOpaqueType | DeclareTypeAlias | DeclaredPredicate | FunctionDeclaration | FunctionExpression | FunctionTypeAnnotation | InterfaceDeclaration | ObjectMethod | OpaqueType | TypeAlias;
1788
+ TypeParameterInstantiation: CallExpression | ClassDeclaration | ClassExpression | ClassImplements | DeclareExportDeclaration | DeclaredPredicate | GenericTypeAnnotation | InterfaceExtends | JSXOpeningElement | NewExpression | OptionalCallExpression | TaggedTemplateExpression;
1789
+ 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;
1790
+ 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 | TSInstantiationExpression | TSLiteralType | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1791
+ 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;
1792
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1793
+ V8IntrinsicIdentifier: CallExpression | NewExpression;
1794
+ VariableDeclaration: BlockStatement | DoWhileStatement | ExportNamedDeclaration | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1795
+ VariableDeclarator: VariableDeclaration;
1796
+ Variance: ClassAccessorProperty | ClassPrivateProperty | ClassProperty | DeclareExportDeclaration | DeclaredPredicate | ObjectTypeIndexer | ObjectTypeProperty | TypeParameter;
1797
+ 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;
1798
+ WhileStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1799
+ WithStatement: BlockStatement | DoWhileStatement | ForInStatement | ForOfStatement | ForStatement | IfStatement | LabeledStatement | Program | StaticBlock | SwitchCase | TSModuleBlock | WhileStatement | WithStatement;
1800
+ 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 | TSInstantiationExpression | TSMethodSignature | TSNonNullExpression | TSPropertySignature | TSSatisfiesExpression | TSTypeAssertion | TaggedTemplateExpression | TemplateLiteral | ThrowStatement | TupleExpression | TypeCastExpression | UnaryExpression | UpdateExpression | VariableDeclarator | WhileStatement | WithStatement | YieldExpression;
1801
+ }
1802
+
1803
+ declare function isCompatTag(tagName?: string): boolean;
1804
+
1805
+ type ReturnedChild = JSXSpreadChild | JSXElement | JSXFragment | Expression;
1806
+ declare function buildChildren(node: JSXElement | JSXFragment): ReturnedChild[];
1807
+
1808
+ declare function assertNode(node?: any): asserts node is Node;
1809
+
1810
+ declare function assertArrayExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrayExpression;
1811
+ declare function assertAssignmentExpression(node: object | null | undefined, opts?: object | null): asserts node is AssignmentExpression;
1812
+ declare function assertBinaryExpression(node: object | null | undefined, opts?: object | null): asserts node is BinaryExpression;
1813
+ declare function assertInterpreterDirective(node: object | null | undefined, opts?: object | null): asserts node is InterpreterDirective;
1814
+ declare function assertDirective(node: object | null | undefined, opts?: object | null): asserts node is Directive;
1815
+ declare function assertDirectiveLiteral(node: object | null | undefined, opts?: object | null): asserts node is DirectiveLiteral;
1816
+ declare function assertBlockStatement(node: object | null | undefined, opts?: object | null): asserts node is BlockStatement;
1817
+ declare function assertBreakStatement(node: object | null | undefined, opts?: object | null): asserts node is BreakStatement;
1818
+ declare function assertCallExpression(node: object | null | undefined, opts?: object | null): asserts node is CallExpression;
1819
+ declare function assertCatchClause(node: object | null | undefined, opts?: object | null): asserts node is CatchClause;
1820
+ declare function assertConditionalExpression(node: object | null | undefined, opts?: object | null): asserts node is ConditionalExpression;
1821
+ declare function assertContinueStatement(node: object | null | undefined, opts?: object | null): asserts node is ContinueStatement;
1822
+ declare function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): asserts node is DebuggerStatement;
1823
+ declare function assertDoWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is DoWhileStatement;
1824
+ declare function assertEmptyStatement(node: object | null | undefined, opts?: object | null): asserts node is EmptyStatement;
1825
+ declare function assertExpressionStatement(node: object | null | undefined, opts?: object | null): asserts node is ExpressionStatement;
1826
+ declare function assertFile(node: object | null | undefined, opts?: object | null): asserts node is File;
1827
+ declare function assertForInStatement(node: object | null | undefined, opts?: object | null): asserts node is ForInStatement;
1828
+ declare function assertForStatement(node: object | null | undefined, opts?: object | null): asserts node is ForStatement;
1829
+ declare function assertFunctionDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FunctionDeclaration;
1830
+ declare function assertFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is FunctionExpression;
1831
+ declare function assertIdentifier(node: object | null | undefined, opts?: object | null): asserts node is Identifier;
1832
+ declare function assertIfStatement(node: object | null | undefined, opts?: object | null): asserts node is IfStatement;
1833
+ declare function assertLabeledStatement(node: object | null | undefined, opts?: object | null): asserts node is LabeledStatement;
1834
+ declare function assertStringLiteral(node: object | null | undefined, opts?: object | null): asserts node is StringLiteral;
1835
+ declare function assertNumericLiteral(node: object | null | undefined, opts?: object | null): asserts node is NumericLiteral;
1836
+ declare function assertNullLiteral(node: object | null | undefined, opts?: object | null): asserts node is NullLiteral;
1837
+ declare function assertBooleanLiteral(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteral;
1838
+ declare function assertRegExpLiteral(node: object | null | undefined, opts?: object | null): asserts node is RegExpLiteral;
1839
+ declare function assertLogicalExpression(node: object | null | undefined, opts?: object | null): asserts node is LogicalExpression;
1840
+ declare function assertMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is MemberExpression;
1841
+ declare function assertNewExpression(node: object | null | undefined, opts?: object | null): asserts node is NewExpression;
1842
+ declare function assertProgram(node: object | null | undefined, opts?: object | null): asserts node is Program;
1843
+ declare function assertObjectExpression(node: object | null | undefined, opts?: object | null): asserts node is ObjectExpression;
1844
+ declare function assertObjectMethod(node: object | null | undefined, opts?: object | null): asserts node is ObjectMethod;
1845
+ declare function assertObjectProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectProperty;
1846
+ declare function assertRestElement(node: object | null | undefined, opts?: object | null): asserts node is RestElement;
1847
+ declare function assertReturnStatement(node: object | null | undefined, opts?: object | null): asserts node is ReturnStatement;
1848
+ declare function assertSequenceExpression(node: object | null | undefined, opts?: object | null): asserts node is SequenceExpression;
1849
+ declare function assertParenthesizedExpression(node: object | null | undefined, opts?: object | null): asserts node is ParenthesizedExpression;
1850
+ declare function assertSwitchCase(node: object | null | undefined, opts?: object | null): asserts node is SwitchCase;
1851
+ declare function assertSwitchStatement(node: object | null | undefined, opts?: object | null): asserts node is SwitchStatement;
1852
+ declare function assertThisExpression(node: object | null | undefined, opts?: object | null): asserts node is ThisExpression;
1853
+ declare function assertThrowStatement(node: object | null | undefined, opts?: object | null): asserts node is ThrowStatement;
1854
+ declare function assertTryStatement(node: object | null | undefined, opts?: object | null): asserts node is TryStatement;
1855
+ declare function assertUnaryExpression(node: object | null | undefined, opts?: object | null): asserts node is UnaryExpression;
1856
+ declare function assertUpdateExpression(node: object | null | undefined, opts?: object | null): asserts node is UpdateExpression;
1857
+ declare function assertVariableDeclaration(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclaration;
1858
+ declare function assertVariableDeclarator(node: object | null | undefined, opts?: object | null): asserts node is VariableDeclarator;
1859
+ declare function assertWhileStatement(node: object | null | undefined, opts?: object | null): asserts node is WhileStatement;
1860
+ declare function assertWithStatement(node: object | null | undefined, opts?: object | null): asserts node is WithStatement;
1861
+ declare function assertAssignmentPattern(node: object | null | undefined, opts?: object | null): asserts node is AssignmentPattern;
1862
+ declare function assertArrayPattern(node: object | null | undefined, opts?: object | null): asserts node is ArrayPattern;
1863
+ declare function assertArrowFunctionExpression(node: object | null | undefined, opts?: object | null): asserts node is ArrowFunctionExpression;
1864
+ declare function assertClassBody(node: object | null | undefined, opts?: object | null): asserts node is ClassBody;
1865
+ declare function assertClassExpression(node: object | null | undefined, opts?: object | null): asserts node is ClassExpression;
1866
+ declare function assertClassDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ClassDeclaration;
1867
+ declare function assertExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportAllDeclaration;
1868
+ declare function assertExportDefaultDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultDeclaration;
1869
+ declare function assertExportNamedDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportNamedDeclaration;
1870
+ declare function assertExportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportSpecifier;
1871
+ declare function assertForOfStatement(node: object | null | undefined, opts?: object | null): asserts node is ForOfStatement;
1872
+ declare function assertImportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ImportDeclaration;
1873
+ declare function assertImportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportDefaultSpecifier;
1874
+ declare function assertImportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportNamespaceSpecifier;
1875
+ declare function assertImportSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ImportSpecifier;
1876
+ declare function assertImportExpression(node: object | null | undefined, opts?: object | null): asserts node is ImportExpression;
1877
+ declare function assertMetaProperty(node: object | null | undefined, opts?: object | null): asserts node is MetaProperty;
1878
+ declare function assertClassMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassMethod;
1879
+ declare function assertObjectPattern(node: object | null | undefined, opts?: object | null): asserts node is ObjectPattern;
1880
+ declare function assertSpreadElement(node: object | null | undefined, opts?: object | null): asserts node is SpreadElement;
1881
+ declare function assertSuper(node: object | null | undefined, opts?: object | null): asserts node is Super;
1882
+ declare function assertTaggedTemplateExpression(node: object | null | undefined, opts?: object | null): asserts node is TaggedTemplateExpression;
1883
+ declare function assertTemplateElement(node: object | null | undefined, opts?: object | null): asserts node is TemplateElement;
1884
+ declare function assertTemplateLiteral(node: object | null | undefined, opts?: object | null): asserts node is TemplateLiteral;
1885
+ declare function assertYieldExpression(node: object | null | undefined, opts?: object | null): asserts node is YieldExpression;
1886
+ declare function assertAwaitExpression(node: object | null | undefined, opts?: object | null): asserts node is AwaitExpression;
1887
+ declare function assertImport(node: object | null | undefined, opts?: object | null): asserts node is Import;
1888
+ declare function assertBigIntLiteral(node: object | null | undefined, opts?: object | null): asserts node is BigIntLiteral;
1889
+ declare function assertExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportNamespaceSpecifier;
1890
+ declare function assertOptionalMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalMemberExpression;
1891
+ declare function assertOptionalCallExpression(node: object | null | undefined, opts?: object | null): asserts node is OptionalCallExpression;
1892
+ declare function assertClassProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassProperty;
1893
+ declare function assertClassAccessorProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassAccessorProperty;
1894
+ declare function assertClassPrivateProperty(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateProperty;
1895
+ declare function assertClassPrivateMethod(node: object | null | undefined, opts?: object | null): asserts node is ClassPrivateMethod;
1896
+ declare function assertPrivateName(node: object | null | undefined, opts?: object | null): asserts node is PrivateName;
1897
+ declare function assertStaticBlock(node: object | null | undefined, opts?: object | null): asserts node is StaticBlock;
1898
+ declare function assertAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is AnyTypeAnnotation;
1899
+ declare function assertArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ArrayTypeAnnotation;
1900
+ declare function assertBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanTypeAnnotation;
1901
+ declare function assertBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is BooleanLiteralTypeAnnotation;
1902
+ declare function assertNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullLiteralTypeAnnotation;
1903
+ declare function assertClassImplements(node: object | null | undefined, opts?: object | null): asserts node is ClassImplements;
1904
+ declare function assertDeclareClass(node: object | null | undefined, opts?: object | null): asserts node is DeclareClass;
1905
+ declare function assertDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is DeclareFunction;
1906
+ declare function assertDeclareInterface(node: object | null | undefined, opts?: object | null): asserts node is DeclareInterface;
1907
+ declare function assertDeclareModule(node: object | null | undefined, opts?: object | null): asserts node is DeclareModule;
1908
+ declare function assertDeclareModuleExports(node: object | null | undefined, opts?: object | null): asserts node is DeclareModuleExports;
1909
+ declare function assertDeclareTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is DeclareTypeAlias;
1910
+ declare function assertDeclareOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is DeclareOpaqueType;
1911
+ declare function assertDeclareVariable(node: object | null | undefined, opts?: object | null): asserts node is DeclareVariable;
1912
+ declare function assertDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportDeclaration;
1913
+ declare function assertDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): asserts node is DeclareExportAllDeclaration;
1914
+ declare function assertDeclaredPredicate(node: object | null | undefined, opts?: object | null): asserts node is DeclaredPredicate;
1915
+ declare function assertExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ExistsTypeAnnotation;
1916
+ declare function assertFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeAnnotation;
1917
+ declare function assertFunctionTypeParam(node: object | null | undefined, opts?: object | null): asserts node is FunctionTypeParam;
1918
+ declare function assertGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is GenericTypeAnnotation;
1919
+ declare function assertInferredPredicate(node: object | null | undefined, opts?: object | null): asserts node is InferredPredicate;
1920
+ declare function assertInterfaceExtends(node: object | null | undefined, opts?: object | null): asserts node is InterfaceExtends;
1921
+ declare function assertInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is InterfaceDeclaration;
1922
+ declare function assertInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is InterfaceTypeAnnotation;
1923
+ declare function assertIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is IntersectionTypeAnnotation;
1924
+ declare function assertMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is MixedTypeAnnotation;
1925
+ declare function assertEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is EmptyTypeAnnotation;
1926
+ declare function assertNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NullableTypeAnnotation;
1927
+ declare function assertNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberLiteralTypeAnnotation;
1928
+ declare function assertNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is NumberTypeAnnotation;
1929
+ declare function assertObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeAnnotation;
1930
+ declare function assertObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeInternalSlot;
1931
+ declare function assertObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeCallProperty;
1932
+ declare function assertObjectTypeIndexer(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeIndexer;
1933
+ declare function assertObjectTypeProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeProperty;
1934
+ declare function assertObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): asserts node is ObjectTypeSpreadProperty;
1935
+ declare function assertOpaqueType(node: object | null | undefined, opts?: object | null): asserts node is OpaqueType;
1936
+ declare function assertQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): asserts node is QualifiedTypeIdentifier;
1937
+ declare function assertStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringLiteralTypeAnnotation;
1938
+ declare function assertStringTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is StringTypeAnnotation;
1939
+ declare function assertSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is SymbolTypeAnnotation;
1940
+ declare function assertThisTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is ThisTypeAnnotation;
1941
+ declare function assertTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TupleTypeAnnotation;
1942
+ declare function assertTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeofTypeAnnotation;
1943
+ declare function assertTypeAlias(node: object | null | undefined, opts?: object | null): asserts node is TypeAlias;
1944
+ declare function assertTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TypeAnnotation;
1945
+ declare function assertTypeCastExpression(node: object | null | undefined, opts?: object | null): asserts node is TypeCastExpression;
1946
+ declare function assertTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TypeParameter;
1947
+ declare function assertTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterDeclaration;
1948
+ declare function assertTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TypeParameterInstantiation;
1949
+ declare function assertUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is UnionTypeAnnotation;
1950
+ declare function assertVariance(node: object | null | undefined, opts?: object | null): asserts node is Variance;
1951
+ declare function assertVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is VoidTypeAnnotation;
1952
+ declare function assertEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is EnumDeclaration;
1953
+ declare function assertEnumBooleanBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanBody;
1954
+ declare function assertEnumNumberBody(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberBody;
1955
+ declare function assertEnumStringBody(node: object | null | undefined, opts?: object | null): asserts node is EnumStringBody;
1956
+ declare function assertEnumSymbolBody(node: object | null | undefined, opts?: object | null): asserts node is EnumSymbolBody;
1957
+ declare function assertEnumBooleanMember(node: object | null | undefined, opts?: object | null): asserts node is EnumBooleanMember;
1958
+ declare function assertEnumNumberMember(node: object | null | undefined, opts?: object | null): asserts node is EnumNumberMember;
1959
+ declare function assertEnumStringMember(node: object | null | undefined, opts?: object | null): asserts node is EnumStringMember;
1960
+ declare function assertEnumDefaultedMember(node: object | null | undefined, opts?: object | null): asserts node is EnumDefaultedMember;
1961
+ declare function assertIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is IndexedAccessType;
1962
+ declare function assertOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is OptionalIndexedAccessType;
1963
+ declare function assertJSXAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXAttribute;
1964
+ declare function assertJSXClosingElement(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingElement;
1965
+ declare function assertJSXElement(node: object | null | undefined, opts?: object | null): asserts node is JSXElement;
1966
+ declare function assertJSXEmptyExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXEmptyExpression;
1967
+ declare function assertJSXExpressionContainer(node: object | null | undefined, opts?: object | null): asserts node is JSXExpressionContainer;
1968
+ declare function assertJSXSpreadChild(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadChild;
1969
+ declare function assertJSXIdentifier(node: object | null | undefined, opts?: object | null): asserts node is JSXIdentifier;
1970
+ declare function assertJSXMemberExpression(node: object | null | undefined, opts?: object | null): asserts node is JSXMemberExpression;
1971
+ declare function assertJSXNamespacedName(node: object | null | undefined, opts?: object | null): asserts node is JSXNamespacedName;
1972
+ declare function assertJSXOpeningElement(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningElement;
1973
+ declare function assertJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): asserts node is JSXSpreadAttribute;
1974
+ declare function assertJSXText(node: object | null | undefined, opts?: object | null): asserts node is JSXText;
1975
+ declare function assertJSXFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXFragment;
1976
+ declare function assertJSXOpeningFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXOpeningFragment;
1977
+ declare function assertJSXClosingFragment(node: object | null | undefined, opts?: object | null): asserts node is JSXClosingFragment;
1978
+ declare function assertNoop(node: object | null | undefined, opts?: object | null): asserts node is Noop;
1979
+ declare function assertPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is Placeholder;
1980
+ declare function assertV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): asserts node is V8IntrinsicIdentifier;
1981
+ declare function assertArgumentPlaceholder(node: object | null | undefined, opts?: object | null): asserts node is ArgumentPlaceholder;
1982
+ declare function assertBindExpression(node: object | null | undefined, opts?: object | null): asserts node is BindExpression;
1983
+ declare function assertImportAttribute(node: object | null | undefined, opts?: object | null): asserts node is ImportAttribute;
1984
+ declare function assertDecorator(node: object | null | undefined, opts?: object | null): asserts node is Decorator;
1985
+ declare function assertDoExpression(node: object | null | undefined, opts?: object | null): asserts node is DoExpression;
1986
+ declare function assertExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ExportDefaultSpecifier;
1987
+ declare function assertRecordExpression(node: object | null | undefined, opts?: object | null): asserts node is RecordExpression;
1988
+ declare function assertTupleExpression(node: object | null | undefined, opts?: object | null): asserts node is TupleExpression;
1989
+ declare function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): asserts node is DecimalLiteral;
1990
+ declare function assertModuleExpression(node: object | null | undefined, opts?: object | null): asserts node is ModuleExpression;
1991
+ declare function assertTopicReference(node: object | null | undefined, opts?: object | null): asserts node is TopicReference;
1992
+ declare function assertPipelineTopicExpression(node: object | null | undefined, opts?: object | null): asserts node is PipelineTopicExpression;
1993
+ declare function assertPipelineBareFunction(node: object | null | undefined, opts?: object | null): asserts node is PipelineBareFunction;
1994
+ declare function assertPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): asserts node is PipelinePrimaryTopicReference;
1995
+ declare function assertTSParameterProperty(node: object | null | undefined, opts?: object | null): asserts node is TSParameterProperty;
1996
+ declare function assertTSDeclareFunction(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareFunction;
1997
+ declare function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): asserts node is TSDeclareMethod;
1998
+ declare function assertTSQualifiedName(node: object | null | undefined, opts?: object | null): asserts node is TSQualifiedName;
1999
+ declare function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSCallSignatureDeclaration;
2000
+ declare function assertTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSConstructSignatureDeclaration;
2001
+ declare function assertTSPropertySignature(node: object | null | undefined, opts?: object | null): asserts node is TSPropertySignature;
2002
+ declare function assertTSMethodSignature(node: object | null | undefined, opts?: object | null): asserts node is TSMethodSignature;
2003
+ declare function assertTSIndexSignature(node: object | null | undefined, opts?: object | null): asserts node is TSIndexSignature;
2004
+ declare function assertTSAnyKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSAnyKeyword;
2005
+ declare function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBooleanKeyword;
2006
+ declare function assertTSBigIntKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSBigIntKeyword;
2007
+ declare function assertTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSIntrinsicKeyword;
2008
+ declare function assertTSNeverKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNeverKeyword;
2009
+ declare function assertTSNullKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNullKeyword;
2010
+ declare function assertTSNumberKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSNumberKeyword;
2011
+ declare function assertTSObjectKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSObjectKeyword;
2012
+ declare function assertTSStringKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSStringKeyword;
2013
+ declare function assertTSSymbolKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSSymbolKeyword;
2014
+ declare function assertTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUndefinedKeyword;
2015
+ declare function assertTSUnknownKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSUnknownKeyword;
2016
+ declare function assertTSVoidKeyword(node: object | null | undefined, opts?: object | null): asserts node is TSVoidKeyword;
2017
+ declare function assertTSThisType(node: object | null | undefined, opts?: object | null): asserts node is TSThisType;
2018
+ declare function assertTSFunctionType(node: object | null | undefined, opts?: object | null): asserts node is TSFunctionType;
2019
+ declare function assertTSConstructorType(node: object | null | undefined, opts?: object | null): asserts node is TSConstructorType;
2020
+ declare function assertTSTypeReference(node: object | null | undefined, opts?: object | null): asserts node is TSTypeReference;
2021
+ declare function assertTSTypePredicate(node: object | null | undefined, opts?: object | null): asserts node is TSTypePredicate;
2022
+ declare function assertTSTypeQuery(node: object | null | undefined, opts?: object | null): asserts node is TSTypeQuery;
2023
+ declare function assertTSTypeLiteral(node: object | null | undefined, opts?: object | null): asserts node is TSTypeLiteral;
2024
+ declare function assertTSArrayType(node: object | null | undefined, opts?: object | null): asserts node is TSArrayType;
2025
+ declare function assertTSTupleType(node: object | null | undefined, opts?: object | null): asserts node is TSTupleType;
2026
+ declare function assertTSOptionalType(node: object | null | undefined, opts?: object | null): asserts node is TSOptionalType;
2027
+ declare function assertTSRestType(node: object | null | undefined, opts?: object | null): asserts node is TSRestType;
2028
+ declare function assertTSNamedTupleMember(node: object | null | undefined, opts?: object | null): asserts node is TSNamedTupleMember;
2029
+ declare function assertTSUnionType(node: object | null | undefined, opts?: object | null): asserts node is TSUnionType;
2030
+ declare function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): asserts node is TSIntersectionType;
2031
+ declare function assertTSConditionalType(node: object | null | undefined, opts?: object | null): asserts node is TSConditionalType;
2032
+ declare function assertTSInferType(node: object | null | undefined, opts?: object | null): asserts node is TSInferType;
2033
+ declare function assertTSParenthesizedType(node: object | null | undefined, opts?: object | null): asserts node is TSParenthesizedType;
2034
+ declare function assertTSTypeOperator(node: object | null | undefined, opts?: object | null): asserts node is TSTypeOperator;
2035
+ declare function assertTSIndexedAccessType(node: object | null | undefined, opts?: object | null): asserts node is TSIndexedAccessType;
2036
+ declare function assertTSMappedType(node: object | null | undefined, opts?: object | null): asserts node is TSMappedType;
2037
+ declare function assertTSLiteralType(node: object | null | undefined, opts?: object | null): asserts node is TSLiteralType;
2038
+ declare function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): asserts node is TSExpressionWithTypeArguments;
2039
+ declare function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceDeclaration;
2040
+ declare function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): asserts node is TSInterfaceBody;
2041
+ declare function assertTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAliasDeclaration;
2042
+ declare function assertTSInstantiationExpression(node: object | null | undefined, opts?: object | null): asserts node is TSInstantiationExpression;
2043
+ declare function assertTSAsExpression(node: object | null | undefined, opts?: object | null): asserts node is TSAsExpression;
2044
+ declare function assertTSSatisfiesExpression(node: object | null | undefined, opts?: object | null): asserts node is TSSatisfiesExpression;
2045
+ declare function assertTSTypeAssertion(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAssertion;
2046
+ declare function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSEnumDeclaration;
2047
+ declare function assertTSEnumMember(node: object | null | undefined, opts?: object | null): asserts node is TSEnumMember;
2048
+ declare function assertTSModuleDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSModuleDeclaration;
2049
+ declare function assertTSModuleBlock(node: object | null | undefined, opts?: object | null): asserts node is TSModuleBlock;
2050
+ declare function assertTSImportType(node: object | null | undefined, opts?: object | null): asserts node is TSImportType;
2051
+ declare function assertTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSImportEqualsDeclaration;
2052
+ declare function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): asserts node is TSExternalModuleReference;
2053
+ declare function assertTSNonNullExpression(node: object | null | undefined, opts?: object | null): asserts node is TSNonNullExpression;
2054
+ declare function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): asserts node is TSExportAssignment;
2055
+ declare function assertTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSNamespaceExportDeclaration;
2056
+ declare function assertTSTypeAnnotation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeAnnotation;
2057
+ declare function assertTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterInstantiation;
2058
+ declare function assertTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameterDeclaration;
2059
+ declare function assertTSTypeParameter(node: object | null | undefined, opts?: object | null): asserts node is TSTypeParameter;
2060
+ declare function assertStandardized(node: object | null | undefined, opts?: object | null): asserts node is Standardized;
2061
+ declare function assertExpression(node: object | null | undefined, opts?: object | null): asserts node is Expression;
2062
+ declare function assertBinary(node: object | null | undefined, opts?: object | null): asserts node is Binary;
2063
+ declare function assertScopable(node: object | null | undefined, opts?: object | null): asserts node is Scopable;
2064
+ declare function assertBlockParent(node: object | null | undefined, opts?: object | null): asserts node is BlockParent;
2065
+ declare function assertBlock(node: object | null | undefined, opts?: object | null): asserts node is Block;
2066
+ declare function assertStatement(node: object | null | undefined, opts?: object | null): asserts node is Statement;
2067
+ declare function assertTerminatorless(node: object | null | undefined, opts?: object | null): asserts node is Terminatorless;
2068
+ declare function assertCompletionStatement(node: object | null | undefined, opts?: object | null): asserts node is CompletionStatement;
2069
+ declare function assertConditional(node: object | null | undefined, opts?: object | null): asserts node is Conditional;
2070
+ declare function assertLoop(node: object | null | undefined, opts?: object | null): asserts node is Loop;
2071
+ declare function assertWhile(node: object | null | undefined, opts?: object | null): asserts node is While;
2072
+ declare function assertExpressionWrapper(node: object | null | undefined, opts?: object | null): asserts node is ExpressionWrapper;
2073
+ declare function assertFor(node: object | null | undefined, opts?: object | null): asserts node is For;
2074
+ declare function assertForXStatement(node: object | null | undefined, opts?: object | null): asserts node is ForXStatement;
2075
+ declare function assertFunction(node: object | null | undefined, opts?: object | null): asserts node is Function;
2076
+ declare function assertFunctionParent(node: object | null | undefined, opts?: object | null): asserts node is FunctionParent;
2077
+ declare function assertPureish(node: object | null | undefined, opts?: object | null): asserts node is Pureish;
2078
+ declare function assertDeclaration(node: object | null | undefined, opts?: object | null): asserts node is Declaration;
2079
+ declare function assertPatternLike(node: object | null | undefined, opts?: object | null): asserts node is PatternLike;
2080
+ declare function assertLVal(node: object | null | undefined, opts?: object | null): asserts node is LVal;
2081
+ declare function assertTSEntityName(node: object | null | undefined, opts?: object | null): asserts node is TSEntityName;
2082
+ declare function assertLiteral(node: object | null | undefined, opts?: object | null): asserts node is Literal;
2083
+ declare function assertImmutable(node: object | null | undefined, opts?: object | null): asserts node is Immutable;
2084
+ declare function assertUserWhitespacable(node: object | null | undefined, opts?: object | null): asserts node is UserWhitespacable;
2085
+ declare function assertMethod(node: object | null | undefined, opts?: object | null): asserts node is Method;
2086
+ declare function assertObjectMember(node: object | null | undefined, opts?: object | null): asserts node is ObjectMember;
2087
+ declare function assertProperty(node: object | null | undefined, opts?: object | null): asserts node is Property;
2088
+ declare function assertUnaryLike(node: object | null | undefined, opts?: object | null): asserts node is UnaryLike;
2089
+ declare function assertPattern(node: object | null | undefined, opts?: object | null): asserts node is Pattern;
2090
+ declare function assertClass(node: object | null | undefined, opts?: object | null): asserts node is Class;
2091
+ declare function assertImportOrExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ImportOrExportDeclaration;
2092
+ declare function assertExportDeclaration(node: object | null | undefined, opts?: object | null): asserts node is ExportDeclaration;
2093
+ declare function assertModuleSpecifier(node: object | null | undefined, opts?: object | null): asserts node is ModuleSpecifier;
2094
+ declare function assertAccessor(node: object | null | undefined, opts?: object | null): asserts node is Accessor;
2095
+ declare function assertPrivate(node: object | null | undefined, opts?: object | null): asserts node is Private;
2096
+ declare function assertFlow(node: object | null | undefined, opts?: object | null): asserts node is Flow;
2097
+ declare function assertFlowType(node: object | null | undefined, opts?: object | null): asserts node is FlowType;
2098
+ declare function assertFlowBaseAnnotation(node: object | null | undefined, opts?: object | null): asserts node is FlowBaseAnnotation;
2099
+ declare function assertFlowDeclaration(node: object | null | undefined, opts?: object | null): asserts node is FlowDeclaration;
2100
+ declare function assertFlowPredicate(node: object | null | undefined, opts?: object | null): asserts node is FlowPredicate;
2101
+ declare function assertEnumBody(node: object | null | undefined, opts?: object | null): asserts node is EnumBody;
2102
+ declare function assertEnumMember(node: object | null | undefined, opts?: object | null): asserts node is EnumMember;
2103
+ declare function assertJSX(node: object | null | undefined, opts?: object | null): asserts node is JSX;
2104
+ declare function assertMiscellaneous(node: object | null | undefined, opts?: object | null): asserts node is Miscellaneous;
2105
+ declare function assertTypeScript(node: object | null | undefined, opts?: object | null): asserts node is TypeScript;
2106
+ declare function assertTSTypeElement(node: object | null | undefined, opts?: object | null): asserts node is TSTypeElement;
2107
+ declare function assertTSType(node: object | null | undefined, opts?: object | null): asserts node is TSType;
2108
+ declare function assertTSBaseType(node: object | null | undefined, opts?: object | null): asserts node is TSBaseType;
2109
+ declare function assertNumberLiteral(node: any, opts: any): void;
2110
+ declare function assertRegexLiteral(node: any, opts: any): void;
2111
+ declare function assertRestProperty(node: any, opts: any): void;
2112
+ declare function assertSpreadProperty(node: any, opts: any): void;
2113
+ declare function assertModuleDeclaration(node: any, opts: any): void;
2114
+
2115
+ declare const _default$4: {
2116
+ (type: "string"): StringTypeAnnotation;
2117
+ (type: "number"): NumberTypeAnnotation;
2118
+ (type: "undefined"): VoidTypeAnnotation;
2119
+ (type: "boolean"): BooleanTypeAnnotation;
2120
+ (type: "function"): GenericTypeAnnotation;
2121
+ (type: "object"): GenericTypeAnnotation;
2122
+ (type: "symbol"): GenericTypeAnnotation;
2123
+ (type: "bigint"): AnyTypeAnnotation;
2124
+ };
2125
+ //# sourceMappingURL=createTypeAnnotationBasedOnTypeof.d.ts.map
2126
+
2127
+ /**
2128
+ * Takes an array of `types` and flattens them, removing duplicates and
2129
+ * returns a `UnionTypeAnnotation` node containing them.
2130
+ */
2131
+ declare function createFlowUnionType<T extends FlowType>(types: [T] | Array<T>): T | UnionTypeAnnotation;
2132
+
2133
+ /**
2134
+ * Takes an array of `types` and flattens them, removing duplicates and
2135
+ * returns a `UnionTypeAnnotation` node containing them.
2136
+ */
2137
+ declare function createTSUnionType(typeAnnotations: Array<TSTypeAnnotation | TSType>): TSType;
2138
+
2139
+ declare function arrayExpression(elements?: Array<null | Expression | SpreadElement>): ArrayExpression;
2140
+ declare function assignmentExpression(operator: string, left: LVal | OptionalMemberExpression, right: Expression): AssignmentExpression;
2141
+ declare function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression;
2142
+ declare function interpreterDirective(value: string): InterpreterDirective;
2143
+ declare function directive(value: DirectiveLiteral): Directive;
2144
+ declare function directiveLiteral(value: string): DirectiveLiteral;
2145
+ declare function blockStatement(body: Array<Statement>, directives?: Array<Directive>): BlockStatement;
2146
+ declare function breakStatement(label?: Identifier | null): BreakStatement;
2147
+ declare function callExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>): CallExpression;
2148
+ declare function catchClause(param: Identifier | ArrayPattern | ObjectPattern | null | undefined, body: BlockStatement): CatchClause;
2149
+ declare function conditionalExpression(test: Expression, consequent: Expression, alternate: Expression): ConditionalExpression;
2150
+ declare function continueStatement(label?: Identifier | null): ContinueStatement;
2151
+ declare function debuggerStatement(): DebuggerStatement;
2152
+ declare function doWhileStatement(test: Expression, body: Statement): DoWhileStatement;
2153
+ declare function emptyStatement(): EmptyStatement;
2154
+ declare function expressionStatement(expression: Expression): ExpressionStatement;
2155
+ declare function file(program: Program, comments?: Array<CommentBlock | CommentLine> | null, tokens?: Array<any> | null): File;
2156
+ declare function forInStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement): ForInStatement;
2157
+ declare function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement;
2158
+ declare function functionDeclaration(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration;
2159
+ declare function functionExpression(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression;
2160
+ declare function identifier(name: string): Identifier;
2161
+ declare function ifStatement(test: Expression, consequent: Statement, alternate?: Statement | null): IfStatement;
2162
+ declare function labeledStatement(label: Identifier, body: Statement): LabeledStatement;
2163
+ declare function stringLiteral(value: string): StringLiteral;
2164
+ declare function numericLiteral(value: number): NumericLiteral;
2165
+ declare function nullLiteral(): NullLiteral;
2166
+ declare function booleanLiteral(value: boolean): BooleanLiteral;
2167
+ declare function regExpLiteral(pattern: string, flags?: string): RegExpLiteral;
2168
+ declare function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression;
2169
+ declare function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean, optional?: true | false | null): MemberExpression;
2170
+ declare function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>): NewExpression;
2171
+ declare function program(body: Array<Statement>, directives?: Array<Directive>, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program;
2172
+ declare function objectExpression(properties: Array<ObjectMethod | ObjectProperty | SpreadElement>): ObjectExpression;
2173
+ 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;
2174
+ declare function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | DecimalLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean, decorators?: Array<Decorator> | null): ObjectProperty;
2175
+ declare function restElement(argument: LVal): RestElement;
2176
+ declare function returnStatement(argument?: Expression | null): ReturnStatement;
2177
+ declare function sequenceExpression(expressions: Array<Expression>): SequenceExpression;
2178
+ declare function parenthesizedExpression(expression: Expression): ParenthesizedExpression;
2179
+ declare function switchCase(test: Expression | null | undefined, consequent: Array<Statement>): SwitchCase;
2180
+ declare function switchStatement(discriminant: Expression, cases: Array<SwitchCase>): SwitchStatement;
2181
+ declare function thisExpression(): ThisExpression;
2182
+ declare function throwStatement(argument: Expression): ThrowStatement;
2183
+ declare function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement;
2184
+ declare function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression;
2185
+ declare function updateExpression(operator: "++" | "--", argument: Expression, prefix?: boolean): UpdateExpression;
2186
+ declare function variableDeclaration(kind: "var" | "let" | "const" | "using" | "await using", declarations: Array<VariableDeclarator>): VariableDeclaration;
2187
+ declare function variableDeclarator(id: LVal, init?: Expression | null): VariableDeclarator;
2188
+ declare function whileStatement(test: Expression, body: Statement): WhileStatement;
2189
+ declare function withStatement(object: Expression, body: Statement): WithStatement;
2190
+ declare function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern;
2191
+ declare function arrayPattern(elements: Array<null | PatternLike | LVal>): ArrayPattern;
2192
+ declare function arrowFunctionExpression(params: Array<Identifier | Pattern | RestElement>, body: BlockStatement | Expression, async?: boolean): ArrowFunctionExpression;
2193
+ declare function classBody(body: Array<ClassMethod | ClassPrivateMethod | ClassProperty | ClassPrivateProperty | ClassAccessorProperty | TSDeclareMethod | TSIndexSignature | StaticBlock>): ClassBody;
2194
+ declare function classExpression(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassExpression;
2195
+ declare function classDeclaration(id: Identifier | null | undefined, superClass: Expression | null | undefined, body: ClassBody, decorators?: Array<Decorator> | null): ClassDeclaration;
2196
+ declare function exportAllDeclaration(source: StringLiteral): ExportAllDeclaration;
2197
+ declare function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration;
2198
+ declare function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>, source?: StringLiteral | null): ExportNamedDeclaration;
2199
+ declare function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier;
2200
+ declare function forOfStatement(left: VariableDeclaration | LVal, right: Expression, body: Statement, _await?: boolean): ForOfStatement;
2201
+ declare function importDeclaration(specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>, source: StringLiteral): ImportDeclaration;
2202
+ declare function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier;
2203
+ declare function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier;
2204
+ declare function importSpecifier(local: Identifier, imported: Identifier | StringLiteral): ImportSpecifier;
2205
+ declare function importExpression(source: Expression, options?: Expression | null): ImportExpression;
2206
+ declare function metaProperty(meta: Identifier, property: Identifier): MetaProperty;
2207
+ 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;
2208
+ declare function objectPattern(properties: Array<RestElement | ObjectProperty>): ObjectPattern;
2209
+ declare function spreadElement(argument: Expression): SpreadElement;
2210
+ declare function _super(): Super;
2211
+
2212
+ declare function taggedTemplateExpression(tag: Expression, quasi: TemplateLiteral): TaggedTemplateExpression;
2213
+ declare function templateElement(value: {
2214
+ raw: string;
2215
+ cooked?: string;
2216
+ }, tail?: boolean): TemplateElement;
2217
+ declare function templateLiteral(quasis: Array<TemplateElement>, expressions: Array<Expression | TSType>): TemplateLiteral;
2218
+ declare function yieldExpression(argument?: Expression | null, delegate?: boolean): YieldExpression;
2219
+ declare function awaitExpression(argument: Expression): AwaitExpression;
2220
+ declare function _import(): Import;
2221
+
2222
+ declare function bigIntLiteral(value: string): BigIntLiteral;
2223
+ declare function exportNamespaceSpecifier(exported: Identifier): ExportNamespaceSpecifier;
2224
+ declare function optionalMemberExpression(object: Expression, property: Expression | Identifier, computed: boolean | undefined, optional: boolean): OptionalMemberExpression;
2225
+ declare function optionalCallExpression(callee: Expression, _arguments: Array<Expression | SpreadElement | JSXNamespacedName | ArgumentPlaceholder>, optional: boolean): OptionalCallExpression;
2226
+ 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;
2227
+ 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;
2228
+ declare function classPrivateProperty(key: PrivateName, value?: Expression | null, decorators?: Array<Decorator> | null, _static?: boolean): ClassPrivateProperty;
2229
+ declare function classPrivateMethod(kind: "get" | "set" | "method" | undefined, key: PrivateName, params: Array<Identifier | Pattern | RestElement | TSParameterProperty>, body: BlockStatement, _static?: boolean): ClassPrivateMethod;
2230
+ declare function privateName(id: Identifier): PrivateName;
2231
+ declare function staticBlock(body: Array<Statement>): StaticBlock;
2232
+ declare function anyTypeAnnotation(): AnyTypeAnnotation;
2233
+ declare function arrayTypeAnnotation(elementType: FlowType): ArrayTypeAnnotation;
2234
+ declare function booleanTypeAnnotation(): BooleanTypeAnnotation;
2235
+ declare function booleanLiteralTypeAnnotation(value: boolean): BooleanLiteralTypeAnnotation;
2236
+ declare function nullLiteralTypeAnnotation(): NullLiteralTypeAnnotation;
2237
+ declare function classImplements(id: Identifier, typeParameters?: TypeParameterInstantiation | null): ClassImplements;
2238
+ declare function declareClass(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareClass;
2239
+ declare function declareFunction(id: Identifier): DeclareFunction;
2240
+ declare function declareInterface(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): DeclareInterface;
2241
+ declare function declareModule(id: Identifier | StringLiteral, body: BlockStatement, kind?: "CommonJS" | "ES" | null): DeclareModule;
2242
+ declare function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareModuleExports;
2243
+ declare function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias;
2244
+ declare function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType;
2245
+ declare function declareVariable(id: Identifier): DeclareVariable;
2246
+ declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null): DeclareExportDeclaration;
2247
+ declare function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration;
2248
+ declare function declaredPredicate(value: Flow): DeclaredPredicate;
2249
+ declare function existsTypeAnnotation(): ExistsTypeAnnotation;
2250
+ declare function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array<FunctionTypeParam>, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation;
2251
+ declare function functionTypeParam(name: Identifier | null | undefined, typeAnnotation: FlowType): FunctionTypeParam;
2252
+ declare function genericTypeAnnotation(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): GenericTypeAnnotation;
2253
+ declare function inferredPredicate(): InferredPredicate;
2254
+ declare function interfaceExtends(id: Identifier | QualifiedTypeIdentifier, typeParameters?: TypeParameterInstantiation | null): InterfaceExtends;
2255
+ declare function interfaceDeclaration(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, _extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceDeclaration;
2256
+ declare function interfaceTypeAnnotation(_extends: Array<InterfaceExtends> | null | undefined, body: ObjectTypeAnnotation): InterfaceTypeAnnotation;
2257
+ declare function intersectionTypeAnnotation(types: Array<FlowType>): IntersectionTypeAnnotation;
2258
+ declare function mixedTypeAnnotation(): MixedTypeAnnotation;
2259
+ declare function emptyTypeAnnotation(): EmptyTypeAnnotation;
2260
+ declare function nullableTypeAnnotation(typeAnnotation: FlowType): NullableTypeAnnotation;
2261
+ declare function numberLiteralTypeAnnotation(value: number): NumberLiteralTypeAnnotation;
2262
+ declare function numberTypeAnnotation(): NumberTypeAnnotation;
2263
+ declare function objectTypeAnnotation(properties: Array<ObjectTypeProperty | ObjectTypeSpreadProperty>, indexers?: Array<ObjectTypeIndexer>, callProperties?: Array<ObjectTypeCallProperty>, internalSlots?: Array<ObjectTypeInternalSlot>, exact?: boolean): ObjectTypeAnnotation;
2264
+ declare function objectTypeInternalSlot(id: Identifier, value: FlowType, optional: boolean, _static: boolean, method: boolean): ObjectTypeInternalSlot;
2265
+ declare function objectTypeCallProperty(value: FlowType): ObjectTypeCallProperty;
2266
+ declare function objectTypeIndexer(id: Identifier | null | undefined, key: FlowType, value: FlowType, variance?: Variance | null): ObjectTypeIndexer;
2267
+ declare function objectTypeProperty(key: Identifier | StringLiteral, value: FlowType, variance?: Variance | null): ObjectTypeProperty;
2268
+ declare function objectTypeSpreadProperty(argument: FlowType): ObjectTypeSpreadProperty;
2269
+ declare function opaqueType(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, supertype: FlowType | null | undefined, impltype: FlowType): OpaqueType;
2270
+ declare function qualifiedTypeIdentifier(id: Identifier, qualification: Identifier | QualifiedTypeIdentifier): QualifiedTypeIdentifier;
2271
+ declare function stringLiteralTypeAnnotation(value: string): StringLiteralTypeAnnotation;
2272
+ declare function stringTypeAnnotation(): StringTypeAnnotation;
2273
+ declare function symbolTypeAnnotation(): SymbolTypeAnnotation;
2274
+ declare function thisTypeAnnotation(): ThisTypeAnnotation;
2275
+ declare function tupleTypeAnnotation(types: Array<FlowType>): TupleTypeAnnotation;
2276
+ declare function typeofTypeAnnotation(argument: FlowType): TypeofTypeAnnotation;
2277
+ declare function typeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): TypeAlias;
2278
+ declare function typeAnnotation(typeAnnotation: FlowType): TypeAnnotation;
2279
+ declare function typeCastExpression(expression: Expression, typeAnnotation: TypeAnnotation): TypeCastExpression;
2280
+ declare function typeParameter(bound?: TypeAnnotation | null, _default?: FlowType | null, variance?: Variance | null): TypeParameter;
2281
+ declare function typeParameterDeclaration(params: Array<TypeParameter>): TypeParameterDeclaration;
2282
+ declare function typeParameterInstantiation(params: Array<FlowType>): TypeParameterInstantiation;
2283
+ declare function unionTypeAnnotation(types: Array<FlowType>): UnionTypeAnnotation;
2284
+ declare function variance(kind: "minus" | "plus"): Variance;
2285
+ declare function voidTypeAnnotation(): VoidTypeAnnotation;
2286
+ declare function enumDeclaration(id: Identifier, body: EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBody): EnumDeclaration;
2287
+ declare function enumBooleanBody(members: Array<EnumBooleanMember>): EnumBooleanBody;
2288
+ declare function enumNumberBody(members: Array<EnumNumberMember>): EnumNumberBody;
2289
+ declare function enumStringBody(members: Array<EnumStringMember | EnumDefaultedMember>): EnumStringBody;
2290
+ declare function enumSymbolBody(members: Array<EnumDefaultedMember>): EnumSymbolBody;
2291
+ declare function enumBooleanMember(id: Identifier): EnumBooleanMember;
2292
+ declare function enumNumberMember(id: Identifier, init: NumericLiteral): EnumNumberMember;
2293
+ declare function enumStringMember(id: Identifier, init: StringLiteral): EnumStringMember;
2294
+ declare function enumDefaultedMember(id: Identifier): EnumDefaultedMember;
2295
+ declare function indexedAccessType(objectType: FlowType, indexType: FlowType): IndexedAccessType;
2296
+ declare function optionalIndexedAccessType(objectType: FlowType, indexType: FlowType): OptionalIndexedAccessType;
2297
+ declare function jsxAttribute(name: JSXIdentifier | JSXNamespacedName, value?: JSXElement | JSXFragment | StringLiteral | JSXExpressionContainer | null): JSXAttribute;
2298
+
2299
+ declare function jsxClosingElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName): JSXClosingElement;
2300
+
2301
+ declare function jsxElement(openingElement: JSXOpeningElement, closingElement: JSXClosingElement | null | undefined, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>, selfClosing?: boolean | null): JSXElement;
2302
+
2303
+ declare function jsxEmptyExpression(): JSXEmptyExpression;
2304
+
2305
+ declare function jsxExpressionContainer(expression: Expression | JSXEmptyExpression): JSXExpressionContainer;
2306
+
2307
+ declare function jsxSpreadChild(expression: Expression): JSXSpreadChild;
2308
+
2309
+ declare function jsxIdentifier(name: string): JSXIdentifier;
2310
+
2311
+ declare function jsxMemberExpression(object: JSXMemberExpression | JSXIdentifier, property: JSXIdentifier): JSXMemberExpression;
2312
+
2313
+ declare function jsxNamespacedName(namespace: JSXIdentifier, name: JSXIdentifier): JSXNamespacedName;
2314
+
2315
+ declare function jsxOpeningElement(name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName, attributes: Array<JSXAttribute | JSXSpreadAttribute>, selfClosing?: boolean): JSXOpeningElement;
2316
+
2317
+ declare function jsxSpreadAttribute(argument: Expression): JSXSpreadAttribute;
2318
+
2319
+ declare function jsxText(value: string): JSXText;
2320
+
2321
+ declare function jsxFragment(openingFragment: JSXOpeningFragment, closingFragment: JSXClosingFragment, children: Array<JSXText | JSXExpressionContainer | JSXSpreadChild | JSXElement | JSXFragment>): JSXFragment;
2322
+
2323
+ declare function jsxOpeningFragment(): JSXOpeningFragment;
2324
+
2325
+ declare function jsxClosingFragment(): JSXClosingFragment;
2326
+
2327
+ declare function noop(): Noop;
2328
+ declare function placeholder(expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern", name: Identifier): Placeholder;
2329
+ declare function v8IntrinsicIdentifier(name: string): V8IntrinsicIdentifier;
2330
+ declare function argumentPlaceholder(): ArgumentPlaceholder;
2331
+ declare function bindExpression(object: Expression, callee: Expression): BindExpression;
2332
+ declare function importAttribute(key: Identifier | StringLiteral, value: StringLiteral): ImportAttribute;
2333
+ declare function decorator(expression: Expression): Decorator;
2334
+ declare function doExpression(body: BlockStatement, async?: boolean): DoExpression;
2335
+ declare function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier;
2336
+ declare function recordExpression(properties: Array<ObjectProperty | SpreadElement>): RecordExpression;
2337
+ declare function tupleExpression(elements?: Array<Expression | SpreadElement>): TupleExpression;
2338
+ declare function decimalLiteral(value: string): DecimalLiteral;
2339
+ declare function moduleExpression(body: Program): ModuleExpression;
2340
+ declare function topicReference(): TopicReference;
2341
+ declare function pipelineTopicExpression(expression: Expression): PipelineTopicExpression;
2342
+ declare function pipelineBareFunction(callee: Expression): PipelineBareFunction;
2343
+ declare function pipelinePrimaryTopicReference(): PipelinePrimaryTopicReference;
2344
+ declare function tsParameterProperty(parameter: Identifier | AssignmentPattern): TSParameterProperty;
2345
+
2346
+ declare function tsDeclareFunction(id: Identifier | null | undefined, typeParameters: TSTypeParameterDeclaration | Noop | null | undefined, params: Array<Identifier | Pattern | RestElement>, returnType?: TSTypeAnnotation | Noop | null): TSDeclareFunction;
2347
+
2348
+ 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;
2349
+
2350
+ declare function tsQualifiedName(left: TSEntityName, right: Identifier): TSQualifiedName;
2351
+
2352
+ declare function tsCallSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSCallSignatureDeclaration;
2353
+
2354
+ declare function tsConstructSignatureDeclaration(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructSignatureDeclaration;
2355
+
2356
+ declare function tsPropertySignature(key: Expression, typeAnnotation?: TSTypeAnnotation | null, initializer?: Expression | null): TSPropertySignature;
2357
+
2358
+ declare function tsMethodSignature(key: Expression, typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSMethodSignature;
2359
+
2360
+ declare function tsIndexSignature(parameters: Array<Identifier>, typeAnnotation?: TSTypeAnnotation | null): TSIndexSignature;
2361
+
2362
+ declare function tsAnyKeyword(): TSAnyKeyword;
2363
+
2364
+ declare function tsBooleanKeyword(): TSBooleanKeyword;
2365
+
2366
+ declare function tsBigIntKeyword(): TSBigIntKeyword;
2367
+
2368
+ declare function tsIntrinsicKeyword(): TSIntrinsicKeyword;
2369
+
2370
+ declare function tsNeverKeyword(): TSNeverKeyword;
2371
+
2372
+ declare function tsNullKeyword(): TSNullKeyword;
2373
+
2374
+ declare function tsNumberKeyword(): TSNumberKeyword;
2375
+
2376
+ declare function tsObjectKeyword(): TSObjectKeyword;
2377
+
2378
+ declare function tsStringKeyword(): TSStringKeyword;
2379
+
2380
+ declare function tsSymbolKeyword(): TSSymbolKeyword;
2381
+
2382
+ declare function tsUndefinedKeyword(): TSUndefinedKeyword;
2383
+
2384
+ declare function tsUnknownKeyword(): TSUnknownKeyword;
2385
+
2386
+ declare function tsVoidKeyword(): TSVoidKeyword;
2387
+
2388
+ declare function tsThisType(): TSThisType;
2389
+
2390
+ declare function tsFunctionType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSFunctionType;
2391
+
2392
+ declare function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, parameters: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, typeAnnotation?: TSTypeAnnotation | null): TSConstructorType;
2393
+
2394
+ declare function tsTypeReference(typeName: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSTypeReference;
2395
+
2396
+ declare function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate;
2397
+
2398
+ declare function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery;
2399
+
2400
+ declare function tsTypeLiteral(members: Array<TSTypeElement>): TSTypeLiteral;
2401
+
2402
+ declare function tsArrayType(elementType: TSType): TSArrayType;
2403
+
2404
+ declare function tsTupleType(elementTypes: Array<TSType | TSNamedTupleMember>): TSTupleType;
2405
+
2406
+ declare function tsOptionalType(typeAnnotation: TSType): TSOptionalType;
2407
+
2408
+ declare function tsRestType(typeAnnotation: TSType): TSRestType;
2409
+
2410
+ declare function tsNamedTupleMember(label: Identifier, elementType: TSType, optional?: boolean): TSNamedTupleMember;
2411
+
2412
+ declare function tsUnionType(types: Array<TSType>): TSUnionType;
2413
+
2414
+ declare function tsIntersectionType(types: Array<TSType>): TSIntersectionType;
2415
+
2416
+ declare function tsConditionalType(checkType: TSType, extendsType: TSType, trueType: TSType, falseType: TSType): TSConditionalType;
2417
+
2418
+ declare function tsInferType(typeParameter: TSTypeParameter): TSInferType;
2419
+
2420
+ declare function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType;
2421
+
2422
+ declare function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator;
2423
+
2424
+ declare function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType;
2425
+
2426
+ declare function tsMappedType(typeParameter: TSTypeParameter, typeAnnotation?: TSType | null, nameType?: TSType | null): TSMappedType;
2427
+
2428
+ declare function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType;
2429
+
2430
+ declare function tsExpressionWithTypeArguments(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSExpressionWithTypeArguments;
2431
+
2432
+ declare function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array<TSExpressionWithTypeArguments> | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration;
2433
+
2434
+ declare function tsInterfaceBody(body: Array<TSTypeElement>): TSInterfaceBody;
2435
+
2436
+ declare function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration;
2437
+
2438
+ declare function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
2439
+
2440
+ declare function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression;
2441
+
2442
+ declare function tsSatisfiesExpression(expression: Expression, typeAnnotation: TSType): TSSatisfiesExpression;
2443
+
2444
+ declare function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion;
2445
+
2446
+ declare function tsEnumDeclaration(id: Identifier, members: Array<TSEnumMember>): TSEnumDeclaration;
2447
+
2448
+ declare function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember;
2449
+
2450
+ declare function tsModuleDeclaration(id: Identifier | StringLiteral, body: TSModuleBlock | TSModuleDeclaration): TSModuleDeclaration;
2451
+
2452
+ declare function tsModuleBlock(body: Array<Statement>): TSModuleBlock;
2453
+
2454
+ declare function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType;
2455
+
2456
+ declare function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration;
2457
+
2458
+ declare function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference;
2459
+
2460
+ declare function tsNonNullExpression(expression: Expression): TSNonNullExpression;
2461
+
2462
+ declare function tsExportAssignment(expression: Expression): TSExportAssignment;
2463
+
2464
+ declare function tsNamespaceExportDeclaration(id: Identifier): TSNamespaceExportDeclaration;
2465
+
2466
+ declare function tsTypeAnnotation(typeAnnotation: TSType): TSTypeAnnotation;
2467
+
2468
+ declare function tsTypeParameterInstantiation(params: Array<TSType>): TSTypeParameterInstantiation;
2469
+
2470
+ declare function tsTypeParameterDeclaration(params: Array<TSTypeParameter>): TSTypeParameterDeclaration;
2471
+
2472
+ declare function tsTypeParameter(constraint: TSType | null | undefined, _default: TSType | null | undefined, name: string): TSTypeParameter;
2473
+
2474
+ /** @deprecated */
2475
+ declare function NumberLiteral(value: number): NumericLiteral;
2476
+
2477
+ /** @deprecated */
2478
+ declare function RegexLiteral(pattern: string, flags?: string): RegExpLiteral;
2479
+
2480
+ /** @deprecated */
2481
+ declare function RestProperty(argument: LVal): RestElement;
2482
+
2483
+ /** @deprecated */
2484
+ declare function SpreadProperty(argument: Expression): SpreadElement;
2485
+
2486
+ declare function buildUndefinedNode(): UnaryExpression;
2487
+
2488
+ /**
2489
+ * Create a clone of a `node` including only properties belonging to the node.
2490
+ * If the second parameter is `false`, cloneNode performs a shallow clone.
2491
+ * If the third parameter is true, the cloned nodes exclude location properties.
2492
+ */
2493
+ declare function cloneNode<T extends Node>(node: T, deep?: boolean, withoutLoc?: boolean): T;
2494
+
2495
+ /**
2496
+ * Create a shallow clone of a `node`, including only
2497
+ * properties belonging to the node.
2498
+ * @deprecated Use t.cloneNode instead.
2499
+ */
2500
+ declare function clone<T extends Node>(node: T): T;
2501
+
2502
+ /**
2503
+ * Create a deep clone of a `node` and all of it's child nodes
2504
+ * including only properties belonging to the node.
2505
+ * @deprecated Use t.cloneNode instead.
2506
+ */
2507
+ declare function cloneDeep<T extends Node>(node: T): T;
2508
+
2509
+ /**
2510
+ * Create a deep clone of a `node` and all of it's child nodes
2511
+ * including only properties belonging to the node.
2512
+ * excluding `_private` and location properties.
2513
+ */
2514
+ declare function cloneDeepWithoutLoc<T extends Node>(node: T): T;
2515
+
2516
+ /**
2517
+ * Create a shallow clone of a `node` excluding `_private` and location properties.
2518
+ */
2519
+ declare function cloneWithoutLoc<T extends Node>(node: T): T;
2520
+
2521
+ /**
2522
+ * Add comment of certain type to a node.
2523
+ */
2524
+ declare function addComment<T extends Node>(node: T, type: CommentTypeShorthand, content: string, line?: boolean): T;
2525
+
2526
+ /**
2527
+ * Add comments of certain type to a node.
2528
+ */
2529
+ declare function addComments<T extends Node>(node: T, type: CommentTypeShorthand, comments: Array<Comment>): T;
2530
+
2531
+ declare function inheritInnerComments(child: Node, parent: Node): void;
2532
+
2533
+ declare function inheritLeadingComments(child: Node, parent: Node): void;
2534
+
2535
+ /**
2536
+ * Inherit all unique comments from `parent` node to `child` node.
2537
+ */
2538
+ declare function inheritsComments<T extends Node>(child: T, parent: Node): T;
2539
+
2540
+ declare function inheritTrailingComments(child: Node, parent: Node): void;
2541
+
2542
+ /**
2543
+ * Remove comment properties from a node.
2544
+ */
2545
+ declare function removeComments<T extends Node>(node: T): T;
2546
+
2547
+ 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)[];
2548
+ 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)[];
2549
+ 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)[];
2550
+ 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)[];
2551
+ 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)[];
2552
+ 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)[];
2553
+ 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)[];
2554
+ 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)[];
2555
+ 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)[];
2556
+ 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)[];
2557
+ 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)[];
2558
+ 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)[];
2559
+ 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)[];
2560
+ 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)[];
2561
+ 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)[];
2562
+ 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)[];
2563
+ 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)[];
2564
+ 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)[];
2565
+ 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)[];
2566
+ 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)[];
2567
+ 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)[];
2568
+ 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)[];
2569
+ 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)[];
2570
+ 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)[];
2571
+ 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)[];
2572
+ 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)[];
2573
+ 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)[];
2574
+ 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)[];
2575
+ 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)[];
2576
+ 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)[];
2577
+ 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)[];
2578
+ 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)[];
2579
+ 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)[];
2580
+ 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)[];
2581
+ 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)[];
2582
+ 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)[];
2583
+ 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)[];
2584
+ 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)[];
2585
+ 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)[];
2586
+ 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)[];
2587
+ 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)[];
2588
+ 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)[];
2589
+ 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)[];
2590
+ 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)[];
2591
+ 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)[];
2592
+ 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)[];
2593
+ 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)[];
2594
+ 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)[];
2595
+ 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)[];
2596
+ /**
2597
+ * @deprecated migrate to IMPORTOREXPORTDECLARATION_TYPES.
2598
+ */
2599
+ 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)[];
2600
+
2601
+ declare const STATEMENT_OR_BLOCK_KEYS: string[];
2602
+ declare const FLATTENABLE_KEYS: string[];
2603
+ declare const FOR_INIT_KEYS: string[];
2604
+ declare const COMMENT_KEYS: readonly ["leadingComments", "trailingComments", "innerComments"];
2605
+ declare const LOGICAL_OPERATORS: string[];
2606
+ declare const UPDATE_OPERATORS: string[];
2607
+ declare const BOOLEAN_NUMBER_BINARY_OPERATORS: string[];
2608
+ declare const EQUALITY_BINARY_OPERATORS: string[];
2609
+ declare const COMPARISON_BINARY_OPERATORS: string[];
2610
+ declare const BOOLEAN_BINARY_OPERATORS: string[];
2611
+ declare const NUMBER_BINARY_OPERATORS: string[];
2612
+ declare const BINARY_OPERATORS: string[];
2613
+ declare const ASSIGNMENT_OPERATORS: string[];
2614
+ declare const BOOLEAN_UNARY_OPERATORS: string[];
2615
+ declare const NUMBER_UNARY_OPERATORS: string[];
2616
+ declare const STRING_UNARY_OPERATORS: string[];
2617
+ declare const UNARY_OPERATORS: string[];
2618
+ declare const INHERIT_KEYS: {
2619
+ readonly optional: readonly ["typeAnnotation", "typeParameters", "returnType"];
2620
+ readonly force: readonly ["start", "loc", "end"];
2621
+ };
2622
+ declare const BLOCK_SCOPED_SYMBOL: unique symbol;
2623
+ declare const NOT_LOCAL_BINDING: unique symbol;
2624
+
2625
+ /**
2626
+ * Ensure the `key` (defaults to "body") of a `node` is a block.
2627
+ * Casting it to a block if it is not.
2628
+ *
2629
+ * Returns the BlockStatement
2630
+ */
2631
+ declare function ensureBlock(node: Node, key?: string): BlockStatement;
2632
+
2633
+ declare function toBindingIdentifierName(name: string): string;
2634
+
2635
+ declare function toBlock(node: Statement | Expression, parent?: Node): BlockStatement;
2636
+
2637
+ declare function toComputedKey(node: ObjectMember | ObjectProperty | ClassMethod | ClassProperty | ClassAccessorProperty | MemberExpression | OptionalMemberExpression, key?: Expression | PrivateName): PrivateName | Expression;
2638
+
2639
+ declare const _default$3: {
2640
+ (node: Function): FunctionExpression;
2641
+ (node: Class): ClassExpression;
2642
+ (node: ExpressionStatement | Expression | Class | Function): Expression;
2643
+ };
2644
+ //# sourceMappingURL=toExpression.d.ts.map
2645
+
2646
+ declare function toIdentifier(input: string): string;
2647
+
2648
+ declare function toKeyAlias(node: Method | Property, key?: Node): string;
2649
+ declare namespace toKeyAlias {
2650
+ var uid: number;
2651
+ var increment: () => number;
2652
+ }
2653
+ //# sourceMappingURL=toKeyAlias.d.ts.map
2654
+
2655
+ /**
2656
+ * Turn an array of statement `nodes` into a `SequenceExpression`.
2657
+ *
2658
+ * Variable declarations are turned into simple assignments and their
2659
+ * declarations hoisted to the top of the current scope.
2660
+ *
2661
+ * Expression statements are just resolved to their expression.
2662
+ */
2663
+ declare function toSequenceExpression(nodes: ReadonlyArray<Node>, scope: any): SequenceExpression | undefined;
2664
+
2665
+ declare const _default$2: {
2666
+ (node: AssignmentExpression, ignore?: boolean): ExpressionStatement;
2667
+ <T extends Statement>(node: T, ignore: false): T;
2668
+ <T_1 extends Statement>(node: T_1, ignore?: boolean): false | T_1;
2669
+ (node: Class, ignore: false): ClassDeclaration;
2670
+ (node: Class, ignore?: boolean): ClassDeclaration | false;
2671
+ (node: Function, ignore: false): FunctionDeclaration;
2672
+ (node: Function, ignore?: boolean): FunctionDeclaration | false;
2673
+ (node: Node, ignore: false): Statement;
2674
+ (node: Node, ignore?: boolean): Statement | false;
2675
+ };
2676
+ //# sourceMappingURL=toStatement.d.ts.map
2677
+
2678
+ declare const _default$1: {
2679
+ (value: undefined): Identifier;
2680
+ (value: boolean): BooleanLiteral;
2681
+ (value: null): NullLiteral;
2682
+ (value: string): StringLiteral;
2683
+ (value: number): NumericLiteral | BinaryExpression | UnaryExpression;
2684
+ (value: RegExp): RegExpLiteral;
2685
+ (value: ReadonlyArray<unknown>): ArrayExpression;
2686
+ (value: object): ObjectExpression;
2687
+ (value: unknown): Expression;
2688
+ };
2689
+ //# sourceMappingURL=valueToNode.d.ts.map
2690
+
2691
+ declare const VISITOR_KEYS: Record<string, string[]>;
2692
+ declare const ALIAS_KEYS: Partial<Record<NodeTypesWithoutComment, string[]>>;
2693
+ declare const FLIPPED_ALIAS_KEYS: Record<string, NodeTypesWithoutComment[]>;
2694
+ declare const NODE_FIELDS: Record<string, FieldDefinitions>;
2695
+ declare const BUILDER_KEYS: Record<string, string[]>;
2696
+ declare const DEPRECATED_KEYS: Record<string, NodeTypesWithoutComment>;
2697
+ declare const NODE_PARENT_VALIDATIONS: Record<string, Validator>;
2698
+ declare function getType(val: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "null" | "array";
2699
+ type NodeTypesWithoutComment = Node["type"] | keyof Aliases;
2700
+ type NodeTypes = NodeTypesWithoutComment | Comment["type"];
2701
+ type PrimitiveTypes = ReturnType<typeof getType>;
2702
+ type FieldDefinitions = {
2703
+ [x: string]: FieldOptions;
2704
+ };
2705
+ type Validator = ({
2706
+ type: PrimitiveTypes;
2707
+ } | {
2708
+ each: Validator;
2709
+ } | {
2710
+ chainOf: Validator[];
2711
+ } | {
2712
+ oneOf: any[];
2713
+ } | {
2714
+ oneOfNodeTypes: NodeTypes[];
2715
+ } | {
2716
+ oneOfNodeOrValueTypes: (NodeTypes | PrimitiveTypes)[];
2717
+ } | {
2718
+ shapeOf: {
2719
+ [x: string]: FieldOptions;
2720
+ };
2721
+ } | {}) & ((node: Node, key: string, val: any) => void);
2722
+ type FieldOptions = {
2723
+ default?: string | number | boolean | [];
2724
+ optional?: boolean;
2725
+ deprecated?: boolean;
2726
+ validate?: Validator;
2727
+ };
2728
+
2729
+ declare const PLACEHOLDERS: readonly ["Identifier", "StringLiteral", "Expression", "Statement", "Declaration", "BlockStatement", "ClassBody", "Pattern"];
2730
+ declare const PLACEHOLDERS_ALIAS: Record<string, string[]>;
2731
+ declare const PLACEHOLDERS_FLIPPED_ALIAS: Record<string, string[]>;
2732
+
2733
+ declare const DEPRECATED_ALIASES: {
2734
+ ModuleDeclaration: string;
2735
+ };
2736
+
2737
+ declare const TYPES: Array<string>;
2738
+ //# sourceMappingURL=index.d.ts.map
2739
+
2740
+ /**
2741
+ * Append a node to a member expression.
2742
+ */
2743
+ declare function appendToMemberExpression(member: MemberExpression, append: MemberExpression["property"], computed?: boolean): MemberExpression;
2744
+
2745
+ /**
2746
+ * Inherit all contextual properties from `parent` node to `child` node.
2747
+ */
2748
+ declare function inherits<T extends Node | null | undefined>(child: T, parent: Node | null | undefined): T;
2749
+
2750
+ /**
2751
+ * Prepend a node to a member expression.
2752
+ */
2753
+ declare function prependToMemberExpression<T extends Pick<MemberExpression, "object" | "property">>(member: T, prepend: MemberExpression["object"]): T;
2754
+
2755
+ type Options = {
2756
+ preserveComments?: boolean;
2757
+ };
2758
+ /**
2759
+ * Remove all of the _* properties from a node along with the additional metadata
2760
+ * properties like location data and raw token data.
2761
+ */
2762
+ declare function removeProperties(node: Node, opts?: Options): void;
2763
+
2764
+ declare function removePropertiesDeep<T extends Node>(tree: T, opts?: {
2765
+ preserveComments: boolean;
2766
+ } | null): T;
2767
+
2768
+ /**
2769
+ * Dedupe type annotations.
2770
+ */
2771
+ declare function removeTypeDuplicates(nodesIn: ReadonlyArray<FlowType | false | null | undefined>): FlowType[];
2772
+
2773
+ declare function getBindingIdentifiers(node: Node, duplicates: true, outerOnly?: boolean): Record<string, Array<Identifier>>;
2774
+ declare function getBindingIdentifiers(node: Node, duplicates?: false, outerOnly?: boolean): Record<string, Identifier>;
2775
+ declare function getBindingIdentifiers(node: Node, duplicates?: boolean, outerOnly?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
2776
+ declare namespace getBindingIdentifiers {
2777
+ var keys: {
2778
+ DeclareClass: string[];
2779
+ DeclareFunction: string[];
2780
+ DeclareModule: string[];
2781
+ DeclareVariable: string[];
2782
+ DeclareInterface: string[];
2783
+ DeclareTypeAlias: string[];
2784
+ DeclareOpaqueType: string[];
2785
+ InterfaceDeclaration: string[];
2786
+ TypeAlias: string[];
2787
+ OpaqueType: string[];
2788
+ CatchClause: string[];
2789
+ LabeledStatement: string[];
2790
+ UnaryExpression: string[];
2791
+ AssignmentExpression: string[];
2792
+ ImportSpecifier: string[];
2793
+ ImportNamespaceSpecifier: string[];
2794
+ ImportDefaultSpecifier: string[];
2795
+ ImportDeclaration: string[];
2796
+ ExportSpecifier: string[];
2797
+ ExportNamespaceSpecifier: string[];
2798
+ ExportDefaultSpecifier: string[];
2799
+ FunctionDeclaration: string[];
2800
+ FunctionExpression: string[];
2801
+ ArrowFunctionExpression: string[];
2802
+ ObjectMethod: string[];
2803
+ ClassMethod: string[];
2804
+ ClassPrivateMethod: string[];
2805
+ ForInStatement: string[];
2806
+ ForOfStatement: string[];
2807
+ ClassDeclaration: string[];
2808
+ ClassExpression: string[];
2809
+ RestElement: string[];
2810
+ UpdateExpression: string[];
2811
+ ObjectProperty: string[];
2812
+ AssignmentPattern: string[];
2813
+ ArrayPattern: string[];
2814
+ ObjectPattern: string[];
2815
+ VariableDeclaration: string[];
2816
+ VariableDeclarator: string[];
2817
+ };
2818
+ }
2819
+ //# sourceMappingURL=getBindingIdentifiers.d.ts.map
2820
+
2821
+ declare const _default: {
2822
+ (node: Node, duplicates: true): Record<string, Array<Identifier>>;
2823
+ (node: Node, duplicates?: false): Record<string, Identifier>;
2824
+ (node: Node, duplicates?: boolean): Record<string, Identifier> | Record<string, Array<Identifier>>;
2825
+ };
2826
+ //# sourceMappingURL=getOuterBindingIdentifiers.d.ts.map
2827
+
2828
+ type TraversalAncestors = Array<{
2829
+ node: Node;
2830
+ key: string;
2831
+ index?: number;
2832
+ }>;
2833
+ type TraversalHandler<T> = (this: undefined, node: Node, parent: TraversalAncestors, state: T) => void;
2834
+ type TraversalHandlers<T> = {
2835
+ enter?: TraversalHandler<T>;
2836
+ exit?: TraversalHandler<T>;
2837
+ };
2838
+ /**
2839
+ * A general AST traversal with both prefix and postfix handlers, and a
2840
+ * state object. Exposes ancestry data to each handler so that more complex
2841
+ * AST data can be taken into account.
2842
+ */
2843
+ declare function traverse<T>(node: Node, handlers: TraversalHandler<T> | TraversalHandlers<T>, state?: T): void;
2844
+
2845
+ /**
2846
+ * A prefix AST traversal implementation meant for simple searching
2847
+ * and processing.
2848
+ */
2849
+ declare function traverseFast<Options = {}>(node: Node | null | undefined, enter: (node: Node, opts?: Options) => void, opts?: Options): void;
2850
+
2851
+ declare function shallowEqual<T extends object>(actual: object, expected: T): actual is T;
2852
+
2853
+ declare function is<T extends Node["type"]>(type: T, node: Node | null | undefined, opts?: undefined): node is Extract<Node, {
2854
+ type: T;
2855
+ }>;
2856
+ declare function is<T extends Node["type"], P extends Extract<Node, {
2857
+ type: T;
2858
+ }>>(type: T, n: Node | null | undefined, required: Partial<P>): n is P;
2859
+ declare function is<P extends Node>(type: string, node: Node | null | undefined, opts: Partial<P>): node is P;
2860
+ declare function is(type: string, node: Node | null | undefined, opts?: Partial<Node>): node is Node;
2861
+
2862
+ /**
2863
+ * Check if the input `node` is a binding identifier.
2864
+ */
2865
+ declare function isBinding(node: Node, parent: Node, grandparent?: Node): boolean;
2866
+
2867
+ /**
2868
+ * Check if the input `node` is block scoped.
2869
+ */
2870
+ declare function isBlockScoped(node: Node): boolean;
2871
+
2872
+ /**
2873
+ * Check if the input `node` is definitely immutable.
2874
+ */
2875
+ declare function isImmutable(node: Node): boolean;
2876
+
2877
+ /**
2878
+ * Check if the input `node` is a `let` variable declaration.
2879
+ */
2880
+ declare function isLet(node: Node): boolean;
2881
+
2882
+ declare function isNode(node: any): node is Node;
2883
+
2884
+ /**
2885
+ * Check if two nodes are equivalent
2886
+ */
2887
+ declare function isNodesEquivalent<T extends Partial<Node>>(a: T, b: any): b is T;
2888
+
2889
+ /**
2890
+ * Test if a `placeholderType` is a `targetType` or if `targetType` is an alias of `placeholderType`.
2891
+ */
2892
+ declare function isPlaceholderType(placeholderType: string, targetType: string): boolean;
2893
+
2894
+ /**
2895
+ * Check if the input `node` is a reference to a bound variable.
2896
+ */
2897
+ declare function isReferenced(node: Node, parent: Node, grandparent?: Node): boolean;
2898
+
2899
+ /**
2900
+ * Check if the input `node` is a scope.
2901
+ */
2902
+ declare function isScope(node: Node, parent: Node): boolean;
2903
+
2904
+ /**
2905
+ * Check if the input `specifier` is a `default` import or export.
2906
+ */
2907
+ declare function isSpecifierDefault(specifier: ModuleSpecifier): boolean;
2908
+
2909
+ declare function isType<T extends Node["type"]>(nodeType: string, targetType: T): nodeType is T;
2910
+ declare function isType(nodeType: string | null | undefined, targetType: string): boolean;
2911
+
2912
+ /**
2913
+ * Check if the input `name` is a valid identifier name according to the ES3 specification.
2914
+ *
2915
+ * Additional ES3 reserved words are
2916
+ */
2917
+ declare function isValidES3Identifier(name: string): boolean;
2918
+
2919
+ /**
2920
+ * Check if the input `name` is a valid identifier name
2921
+ * and isn't a reserved word.
2922
+ */
2923
+ declare function isValidIdentifier(name: string, reserved?: boolean): boolean;
2924
+
2925
+ /**
2926
+ * Check if the input `node` is a variable declaration.
2927
+ */
2928
+ declare function isVar(node: Node): boolean;
2929
+
2930
+ /**
2931
+ * Determines whether or not the input node `member` matches the
2932
+ * input `match`.
2933
+ *
2934
+ * For example, given the match `React.createClass` it would match the
2935
+ * parsed nodes of `React.createClass` and `React["createClass"]`.
2936
+ */
2937
+ declare function matchesPattern(member: Node | null | undefined, match: string | string[], allowPartial?: boolean): boolean;
2938
+
2939
+ declare function validate(node: Node | undefined | null, key: string, val: any): void;
2940
+
2941
+ /**
2942
+ * Build a function that when called will return whether or not the
2943
+ * input `node` `MemberExpression` matches the input `match`.
2944
+ *
2945
+ * For example, given the match `React.createClass` it would match the
2946
+ * parsed nodes of `React.createClass` and `React["createClass"]`.
2947
+ */
2948
+ declare function buildMatchMemberExpression(match: string, allowPartial?: boolean): (member: Node) => boolean;
2949
+
2950
+ type Opts<Obj> = Partial<{
2951
+ [Prop in keyof Obj]: Obj[Prop] extends Node ? Node : Obj[Prop] extends Node[] ? Node[] : Obj[Prop];
2952
+ }>;
2953
+ declare function isArrayExpression(node: Node | null | undefined, opts?: Opts<ArrayExpression> | null): node is ArrayExpression;
2954
+ declare function isAssignmentExpression(node: Node | null | undefined, opts?: Opts<AssignmentExpression> | null): node is AssignmentExpression;
2955
+ declare function isBinaryExpression(node: Node | null | undefined, opts?: Opts<BinaryExpression> | null): node is BinaryExpression;
2956
+ declare function isInterpreterDirective(node: Node | null | undefined, opts?: Opts<InterpreterDirective> | null): node is InterpreterDirective;
2957
+ declare function isDirective(node: Node | null | undefined, opts?: Opts<Directive> | null): node is Directive;
2958
+ declare function isDirectiveLiteral(node: Node | null | undefined, opts?: Opts<DirectiveLiteral> | null): node is DirectiveLiteral;
2959
+ declare function isBlockStatement(node: Node | null | undefined, opts?: Opts<BlockStatement> | null): node is BlockStatement;
2960
+ declare function isBreakStatement(node: Node | null | undefined, opts?: Opts<BreakStatement> | null): node is BreakStatement;
2961
+ declare function isCallExpression(node: Node | null | undefined, opts?: Opts<CallExpression> | null): node is CallExpression;
2962
+ declare function isCatchClause(node: Node | null | undefined, opts?: Opts<CatchClause> | null): node is CatchClause;
2963
+ declare function isConditionalExpression(node: Node | null | undefined, opts?: Opts<ConditionalExpression> | null): node is ConditionalExpression;
2964
+ declare function isContinueStatement(node: Node | null | undefined, opts?: Opts<ContinueStatement> | null): node is ContinueStatement;
2965
+ declare function isDebuggerStatement(node: Node | null | undefined, opts?: Opts<DebuggerStatement> | null): node is DebuggerStatement;
2966
+ declare function isDoWhileStatement(node: Node | null | undefined, opts?: Opts<DoWhileStatement> | null): node is DoWhileStatement;
2967
+ declare function isEmptyStatement(node: Node | null | undefined, opts?: Opts<EmptyStatement> | null): node is EmptyStatement;
2968
+ declare function isExpressionStatement(node: Node | null | undefined, opts?: Opts<ExpressionStatement> | null): node is ExpressionStatement;
2969
+ declare function isFile(node: Node | null | undefined, opts?: Opts<File> | null): node is File;
2970
+ declare function isForInStatement(node: Node | null | undefined, opts?: Opts<ForInStatement> | null): node is ForInStatement;
2971
+ declare function isForStatement(node: Node | null | undefined, opts?: Opts<ForStatement> | null): node is ForStatement;
2972
+ declare function isFunctionDeclaration(node: Node | null | undefined, opts?: Opts<FunctionDeclaration> | null): node is FunctionDeclaration;
2973
+ declare function isFunctionExpression(node: Node | null | undefined, opts?: Opts<FunctionExpression> | null): node is FunctionExpression;
2974
+ declare function isIdentifier(node: Node | null | undefined, opts?: Opts<Identifier> | null): node is Identifier;
2975
+ declare function isIfStatement(node: Node | null | undefined, opts?: Opts<IfStatement> | null): node is IfStatement;
2976
+ declare function isLabeledStatement(node: Node | null | undefined, opts?: Opts<LabeledStatement> | null): node is LabeledStatement;
2977
+ declare function isStringLiteral(node: Node | null | undefined, opts?: Opts<StringLiteral> | null): node is StringLiteral;
2978
+ declare function isNumericLiteral(node: Node | null | undefined, opts?: Opts<NumericLiteral> | null): node is NumericLiteral;
2979
+ declare function isNullLiteral(node: Node | null | undefined, opts?: Opts<NullLiteral> | null): node is NullLiteral;
2980
+ declare function isBooleanLiteral(node: Node | null | undefined, opts?: Opts<BooleanLiteral> | null): node is BooleanLiteral;
2981
+ declare function isRegExpLiteral(node: Node | null | undefined, opts?: Opts<RegExpLiteral> | null): node is RegExpLiteral;
2982
+ declare function isLogicalExpression(node: Node | null | undefined, opts?: Opts<LogicalExpression> | null): node is LogicalExpression;
2983
+ declare function isMemberExpression(node: Node | null | undefined, opts?: Opts<MemberExpression> | null): node is MemberExpression;
2984
+ declare function isNewExpression(node: Node | null | undefined, opts?: Opts<NewExpression> | null): node is NewExpression;
2985
+ declare function isProgram(node: Node | null | undefined, opts?: Opts<Program> | null): node is Program;
2986
+ declare function isObjectExpression(node: Node | null | undefined, opts?: Opts<ObjectExpression> | null): node is ObjectExpression;
2987
+ declare function isObjectMethod(node: Node | null | undefined, opts?: Opts<ObjectMethod> | null): node is ObjectMethod;
2988
+ declare function isObjectProperty(node: Node | null | undefined, opts?: Opts<ObjectProperty> | null): node is ObjectProperty;
2989
+ declare function isRestElement(node: Node | null | undefined, opts?: Opts<RestElement> | null): node is RestElement;
2990
+ declare function isReturnStatement(node: Node | null | undefined, opts?: Opts<ReturnStatement> | null): node is ReturnStatement;
2991
+ declare function isSequenceExpression(node: Node | null | undefined, opts?: Opts<SequenceExpression> | null): node is SequenceExpression;
2992
+ declare function isParenthesizedExpression(node: Node | null | undefined, opts?: Opts<ParenthesizedExpression> | null): node is ParenthesizedExpression;
2993
+ declare function isSwitchCase(node: Node | null | undefined, opts?: Opts<SwitchCase> | null): node is SwitchCase;
2994
+ declare function isSwitchStatement(node: Node | null | undefined, opts?: Opts<SwitchStatement> | null): node is SwitchStatement;
2995
+ declare function isThisExpression(node: Node | null | undefined, opts?: Opts<ThisExpression> | null): node is ThisExpression;
2996
+ declare function isThrowStatement(node: Node | null | undefined, opts?: Opts<ThrowStatement> | null): node is ThrowStatement;
2997
+ declare function isTryStatement(node: Node | null | undefined, opts?: Opts<TryStatement> | null): node is TryStatement;
2998
+ declare function isUnaryExpression(node: Node | null | undefined, opts?: Opts<UnaryExpression> | null): node is UnaryExpression;
2999
+ declare function isUpdateExpression(node: Node | null | undefined, opts?: Opts<UpdateExpression> | null): node is UpdateExpression;
3000
+ declare function isVariableDeclaration(node: Node | null | undefined, opts?: Opts<VariableDeclaration> | null): node is VariableDeclaration;
3001
+ declare function isVariableDeclarator(node: Node | null | undefined, opts?: Opts<VariableDeclarator> | null): node is VariableDeclarator;
3002
+ declare function isWhileStatement(node: Node | null | undefined, opts?: Opts<WhileStatement> | null): node is WhileStatement;
3003
+ declare function isWithStatement(node: Node | null | undefined, opts?: Opts<WithStatement> | null): node is WithStatement;
3004
+ declare function isAssignmentPattern(node: Node | null | undefined, opts?: Opts<AssignmentPattern> | null): node is AssignmentPattern;
3005
+ declare function isArrayPattern(node: Node | null | undefined, opts?: Opts<ArrayPattern> | null): node is ArrayPattern;
3006
+ declare function isArrowFunctionExpression(node: Node | null | undefined, opts?: Opts<ArrowFunctionExpression> | null): node is ArrowFunctionExpression;
3007
+ declare function isClassBody(node: Node | null | undefined, opts?: Opts<ClassBody> | null): node is ClassBody;
3008
+ declare function isClassExpression(node: Node | null | undefined, opts?: Opts<ClassExpression> | null): node is ClassExpression;
3009
+ declare function isClassDeclaration(node: Node | null | undefined, opts?: Opts<ClassDeclaration> | null): node is ClassDeclaration;
3010
+ declare function isExportAllDeclaration(node: Node | null | undefined, opts?: Opts<ExportAllDeclaration> | null): node is ExportAllDeclaration;
3011
+ declare function isExportDefaultDeclaration(node: Node | null | undefined, opts?: Opts<ExportDefaultDeclaration> | null): node is ExportDefaultDeclaration;
3012
+ declare function isExportNamedDeclaration(node: Node | null | undefined, opts?: Opts<ExportNamedDeclaration> | null): node is ExportNamedDeclaration;
3013
+ declare function isExportSpecifier(node: Node | null | undefined, opts?: Opts<ExportSpecifier> | null): node is ExportSpecifier;
3014
+ declare function isForOfStatement(node: Node | null | undefined, opts?: Opts<ForOfStatement> | null): node is ForOfStatement;
3015
+ declare function isImportDeclaration(node: Node | null | undefined, opts?: Opts<ImportDeclaration> | null): node is ImportDeclaration;
3016
+ declare function isImportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ImportDefaultSpecifier> | null): node is ImportDefaultSpecifier;
3017
+ declare function isImportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ImportNamespaceSpecifier> | null): node is ImportNamespaceSpecifier;
3018
+ declare function isImportSpecifier(node: Node | null | undefined, opts?: Opts<ImportSpecifier> | null): node is ImportSpecifier;
3019
+ declare function isImportExpression(node: Node | null | undefined, opts?: Opts<ImportExpression> | null): node is ImportExpression;
3020
+ declare function isMetaProperty(node: Node | null | undefined, opts?: Opts<MetaProperty> | null): node is MetaProperty;
3021
+ declare function isClassMethod(node: Node | null | undefined, opts?: Opts<ClassMethod> | null): node is ClassMethod;
3022
+ declare function isObjectPattern(node: Node | null | undefined, opts?: Opts<ObjectPattern> | null): node is ObjectPattern;
3023
+ declare function isSpreadElement(node: Node | null | undefined, opts?: Opts<SpreadElement> | null): node is SpreadElement;
3024
+ declare function isSuper(node: Node | null | undefined, opts?: Opts<Super> | null): node is Super;
3025
+ declare function isTaggedTemplateExpression(node: Node | null | undefined, opts?: Opts<TaggedTemplateExpression> | null): node is TaggedTemplateExpression;
3026
+ declare function isTemplateElement(node: Node | null | undefined, opts?: Opts<TemplateElement> | null): node is TemplateElement;
3027
+ declare function isTemplateLiteral(node: Node | null | undefined, opts?: Opts<TemplateLiteral> | null): node is TemplateLiteral;
3028
+ declare function isYieldExpression(node: Node | null | undefined, opts?: Opts<YieldExpression> | null): node is YieldExpression;
3029
+ declare function isAwaitExpression(node: Node | null | undefined, opts?: Opts<AwaitExpression> | null): node is AwaitExpression;
3030
+ declare function isImport(node: Node | null | undefined, opts?: Opts<Import> | null): node is Import;
3031
+ declare function isBigIntLiteral(node: Node | null | undefined, opts?: Opts<BigIntLiteral> | null): node is BigIntLiteral;
3032
+ declare function isExportNamespaceSpecifier(node: Node | null | undefined, opts?: Opts<ExportNamespaceSpecifier> | null): node is ExportNamespaceSpecifier;
3033
+ declare function isOptionalMemberExpression(node: Node | null | undefined, opts?: Opts<OptionalMemberExpression> | null): node is OptionalMemberExpression;
3034
+ declare function isOptionalCallExpression(node: Node | null | undefined, opts?: Opts<OptionalCallExpression> | null): node is OptionalCallExpression;
3035
+ declare function isClassProperty(node: Node | null | undefined, opts?: Opts<ClassProperty> | null): node is ClassProperty;
3036
+ declare function isClassAccessorProperty(node: Node | null | undefined, opts?: Opts<ClassAccessorProperty> | null): node is ClassAccessorProperty;
3037
+ declare function isClassPrivateProperty(node: Node | null | undefined, opts?: Opts<ClassPrivateProperty> | null): node is ClassPrivateProperty;
3038
+ declare function isClassPrivateMethod(node: Node | null | undefined, opts?: Opts<ClassPrivateMethod> | null): node is ClassPrivateMethod;
3039
+ declare function isPrivateName(node: Node | null | undefined, opts?: Opts<PrivateName> | null): node is PrivateName;
3040
+ declare function isStaticBlock(node: Node | null | undefined, opts?: Opts<StaticBlock> | null): node is StaticBlock;
3041
+ declare function isAnyTypeAnnotation(node: Node | null | undefined, opts?: Opts<AnyTypeAnnotation> | null): node is AnyTypeAnnotation;
3042
+ declare function isArrayTypeAnnotation(node: Node | null | undefined, opts?: Opts<ArrayTypeAnnotation> | null): node is ArrayTypeAnnotation;
3043
+ declare function isBooleanTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanTypeAnnotation> | null): node is BooleanTypeAnnotation;
3044
+ declare function isBooleanLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<BooleanLiteralTypeAnnotation> | null): node is BooleanLiteralTypeAnnotation;
3045
+ declare function isNullLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullLiteralTypeAnnotation> | null): node is NullLiteralTypeAnnotation;
3046
+ declare function isClassImplements(node: Node | null | undefined, opts?: Opts<ClassImplements> | null): node is ClassImplements;
3047
+ declare function isDeclareClass(node: Node | null | undefined, opts?: Opts<DeclareClass> | null): node is DeclareClass;
3048
+ declare function isDeclareFunction(node: Node | null | undefined, opts?: Opts<DeclareFunction> | null): node is DeclareFunction;
3049
+ declare function isDeclareInterface(node: Node | null | undefined, opts?: Opts<DeclareInterface> | null): node is DeclareInterface;
3050
+ declare function isDeclareModule(node: Node | null | undefined, opts?: Opts<DeclareModule> | null): node is DeclareModule;
3051
+ declare function isDeclareModuleExports(node: Node | null | undefined, opts?: Opts<DeclareModuleExports> | null): node is DeclareModuleExports;
3052
+ declare function isDeclareTypeAlias(node: Node | null | undefined, opts?: Opts<DeclareTypeAlias> | null): node is DeclareTypeAlias;
3053
+ declare function isDeclareOpaqueType(node: Node | null | undefined, opts?: Opts<DeclareOpaqueType> | null): node is DeclareOpaqueType;
3054
+ declare function isDeclareVariable(node: Node | null | undefined, opts?: Opts<DeclareVariable> | null): node is DeclareVariable;
3055
+ declare function isDeclareExportDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportDeclaration> | null): node is DeclareExportDeclaration;
3056
+ declare function isDeclareExportAllDeclaration(node: Node | null | undefined, opts?: Opts<DeclareExportAllDeclaration> | null): node is DeclareExportAllDeclaration;
3057
+ declare function isDeclaredPredicate(node: Node | null | undefined, opts?: Opts<DeclaredPredicate> | null): node is DeclaredPredicate;
3058
+ declare function isExistsTypeAnnotation(node: Node | null | undefined, opts?: Opts<ExistsTypeAnnotation> | null): node is ExistsTypeAnnotation;
3059
+ declare function isFunctionTypeAnnotation(node: Node | null | undefined, opts?: Opts<FunctionTypeAnnotation> | null): node is FunctionTypeAnnotation;
3060
+ declare function isFunctionTypeParam(node: Node | null | undefined, opts?: Opts<FunctionTypeParam> | null): node is FunctionTypeParam;
3061
+ declare function isGenericTypeAnnotation(node: Node | null | undefined, opts?: Opts<GenericTypeAnnotation> | null): node is GenericTypeAnnotation;
3062
+ declare function isInferredPredicate(node: Node | null | undefined, opts?: Opts<InferredPredicate> | null): node is InferredPredicate;
3063
+ declare function isInterfaceExtends(node: Node | null | undefined, opts?: Opts<InterfaceExtends> | null): node is InterfaceExtends;
3064
+ declare function isInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<InterfaceDeclaration> | null): node is InterfaceDeclaration;
3065
+ declare function isInterfaceTypeAnnotation(node: Node | null | undefined, opts?: Opts<InterfaceTypeAnnotation> | null): node is InterfaceTypeAnnotation;
3066
+ declare function isIntersectionTypeAnnotation(node: Node | null | undefined, opts?: Opts<IntersectionTypeAnnotation> | null): node is IntersectionTypeAnnotation;
3067
+ declare function isMixedTypeAnnotation(node: Node | null | undefined, opts?: Opts<MixedTypeAnnotation> | null): node is MixedTypeAnnotation;
3068
+ declare function isEmptyTypeAnnotation(node: Node | null | undefined, opts?: Opts<EmptyTypeAnnotation> | null): node is EmptyTypeAnnotation;
3069
+ declare function isNullableTypeAnnotation(node: Node | null | undefined, opts?: Opts<NullableTypeAnnotation> | null): node is NullableTypeAnnotation;
3070
+ declare function isNumberLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberLiteralTypeAnnotation> | null): node is NumberLiteralTypeAnnotation;
3071
+ declare function isNumberTypeAnnotation(node: Node | null | undefined, opts?: Opts<NumberTypeAnnotation> | null): node is NumberTypeAnnotation;
3072
+ declare function isObjectTypeAnnotation(node: Node | null | undefined, opts?: Opts<ObjectTypeAnnotation> | null): node is ObjectTypeAnnotation;
3073
+ declare function isObjectTypeInternalSlot(node: Node | null | undefined, opts?: Opts<ObjectTypeInternalSlot> | null): node is ObjectTypeInternalSlot;
3074
+ declare function isObjectTypeCallProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeCallProperty> | null): node is ObjectTypeCallProperty;
3075
+ declare function isObjectTypeIndexer(node: Node | null | undefined, opts?: Opts<ObjectTypeIndexer> | null): node is ObjectTypeIndexer;
3076
+ declare function isObjectTypeProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeProperty> | null): node is ObjectTypeProperty;
3077
+ declare function isObjectTypeSpreadProperty(node: Node | null | undefined, opts?: Opts<ObjectTypeSpreadProperty> | null): node is ObjectTypeSpreadProperty;
3078
+ declare function isOpaqueType(node: Node | null | undefined, opts?: Opts<OpaqueType> | null): node is OpaqueType;
3079
+ declare function isQualifiedTypeIdentifier(node: Node | null | undefined, opts?: Opts<QualifiedTypeIdentifier> | null): node is QualifiedTypeIdentifier;
3080
+ declare function isStringLiteralTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringLiteralTypeAnnotation> | null): node is StringLiteralTypeAnnotation;
3081
+ declare function isStringTypeAnnotation(node: Node | null | undefined, opts?: Opts<StringTypeAnnotation> | null): node is StringTypeAnnotation;
3082
+ declare function isSymbolTypeAnnotation(node: Node | null | undefined, opts?: Opts<SymbolTypeAnnotation> | null): node is SymbolTypeAnnotation;
3083
+ declare function isThisTypeAnnotation(node: Node | null | undefined, opts?: Opts<ThisTypeAnnotation> | null): node is ThisTypeAnnotation;
3084
+ declare function isTupleTypeAnnotation(node: Node | null | undefined, opts?: Opts<TupleTypeAnnotation> | null): node is TupleTypeAnnotation;
3085
+ declare function isTypeofTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeofTypeAnnotation> | null): node is TypeofTypeAnnotation;
3086
+ declare function isTypeAlias(node: Node | null | undefined, opts?: Opts<TypeAlias> | null): node is TypeAlias;
3087
+ declare function isTypeAnnotation(node: Node | null | undefined, opts?: Opts<TypeAnnotation> | null): node is TypeAnnotation;
3088
+ declare function isTypeCastExpression(node: Node | null | undefined, opts?: Opts<TypeCastExpression> | null): node is TypeCastExpression;
3089
+ declare function isTypeParameter(node: Node | null | undefined, opts?: Opts<TypeParameter> | null): node is TypeParameter;
3090
+ declare function isTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TypeParameterDeclaration> | null): node is TypeParameterDeclaration;
3091
+ declare function isTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TypeParameterInstantiation> | null): node is TypeParameterInstantiation;
3092
+ declare function isUnionTypeAnnotation(node: Node | null | undefined, opts?: Opts<UnionTypeAnnotation> | null): node is UnionTypeAnnotation;
3093
+ declare function isVariance(node: Node | null | undefined, opts?: Opts<Variance> | null): node is Variance;
3094
+ declare function isVoidTypeAnnotation(node: Node | null | undefined, opts?: Opts<VoidTypeAnnotation> | null): node is VoidTypeAnnotation;
3095
+ declare function isEnumDeclaration(node: Node | null | undefined, opts?: Opts<EnumDeclaration> | null): node is EnumDeclaration;
3096
+ declare function isEnumBooleanBody(node: Node | null | undefined, opts?: Opts<EnumBooleanBody> | null): node is EnumBooleanBody;
3097
+ declare function isEnumNumberBody(node: Node | null | undefined, opts?: Opts<EnumNumberBody> | null): node is EnumNumberBody;
3098
+ declare function isEnumStringBody(node: Node | null | undefined, opts?: Opts<EnumStringBody> | null): node is EnumStringBody;
3099
+ declare function isEnumSymbolBody(node: Node | null | undefined, opts?: Opts<EnumSymbolBody> | null): node is EnumSymbolBody;
3100
+ declare function isEnumBooleanMember(node: Node | null | undefined, opts?: Opts<EnumBooleanMember> | null): node is EnumBooleanMember;
3101
+ declare function isEnumNumberMember(node: Node | null | undefined, opts?: Opts<EnumNumberMember> | null): node is EnumNumberMember;
3102
+ declare function isEnumStringMember(node: Node | null | undefined, opts?: Opts<EnumStringMember> | null): node is EnumStringMember;
3103
+ declare function isEnumDefaultedMember(node: Node | null | undefined, opts?: Opts<EnumDefaultedMember> | null): node is EnumDefaultedMember;
3104
+ declare function isIndexedAccessType(node: Node | null | undefined, opts?: Opts<IndexedAccessType> | null): node is IndexedAccessType;
3105
+ declare function isOptionalIndexedAccessType(node: Node | null | undefined, opts?: Opts<OptionalIndexedAccessType> | null): node is OptionalIndexedAccessType;
3106
+ declare function isJSXAttribute(node: Node | null | undefined, opts?: Opts<JSXAttribute> | null): node is JSXAttribute;
3107
+ declare function isJSXClosingElement(node: Node | null | undefined, opts?: Opts<JSXClosingElement> | null): node is JSXClosingElement;
3108
+ declare function isJSXElement(node: Node | null | undefined, opts?: Opts<JSXElement> | null): node is JSXElement;
3109
+ declare function isJSXEmptyExpression(node: Node | null | undefined, opts?: Opts<JSXEmptyExpression> | null): node is JSXEmptyExpression;
3110
+ declare function isJSXExpressionContainer(node: Node | null | undefined, opts?: Opts<JSXExpressionContainer> | null): node is JSXExpressionContainer;
3111
+ declare function isJSXSpreadChild(node: Node | null | undefined, opts?: Opts<JSXSpreadChild> | null): node is JSXSpreadChild;
3112
+ declare function isJSXIdentifier(node: Node | null | undefined, opts?: Opts<JSXIdentifier> | null): node is JSXIdentifier;
3113
+ declare function isJSXMemberExpression(node: Node | null | undefined, opts?: Opts<JSXMemberExpression> | null): node is JSXMemberExpression;
3114
+ declare function isJSXNamespacedName(node: Node | null | undefined, opts?: Opts<JSXNamespacedName> | null): node is JSXNamespacedName;
3115
+ declare function isJSXOpeningElement(node: Node | null | undefined, opts?: Opts<JSXOpeningElement> | null): node is JSXOpeningElement;
3116
+ declare function isJSXSpreadAttribute(node: Node | null | undefined, opts?: Opts<JSXSpreadAttribute> | null): node is JSXSpreadAttribute;
3117
+ declare function isJSXText(node: Node | null | undefined, opts?: Opts<JSXText> | null): node is JSXText;
3118
+ declare function isJSXFragment(node: Node | null | undefined, opts?: Opts<JSXFragment> | null): node is JSXFragment;
3119
+ declare function isJSXOpeningFragment(node: Node | null | undefined, opts?: Opts<JSXOpeningFragment> | null): node is JSXOpeningFragment;
3120
+ declare function isJSXClosingFragment(node: Node | null | undefined, opts?: Opts<JSXClosingFragment> | null): node is JSXClosingFragment;
3121
+ declare function isNoop(node: Node | null | undefined, opts?: Opts<Noop> | null): node is Noop;
3122
+ declare function isPlaceholder(node: Node | null | undefined, opts?: Opts<Placeholder> | null): node is Placeholder;
3123
+ declare function isV8IntrinsicIdentifier(node: Node | null | undefined, opts?: Opts<V8IntrinsicIdentifier> | null): node is V8IntrinsicIdentifier;
3124
+ declare function isArgumentPlaceholder(node: Node | null | undefined, opts?: Opts<ArgumentPlaceholder> | null): node is ArgumentPlaceholder;
3125
+ declare function isBindExpression(node: Node | null | undefined, opts?: Opts<BindExpression> | null): node is BindExpression;
3126
+ declare function isImportAttribute(node: Node | null | undefined, opts?: Opts<ImportAttribute> | null): node is ImportAttribute;
3127
+ declare function isDecorator(node: Node | null | undefined, opts?: Opts<Decorator> | null): node is Decorator;
3128
+ declare function isDoExpression(node: Node | null | undefined, opts?: Opts<DoExpression> | null): node is DoExpression;
3129
+ declare function isExportDefaultSpecifier(node: Node | null | undefined, opts?: Opts<ExportDefaultSpecifier> | null): node is ExportDefaultSpecifier;
3130
+ declare function isRecordExpression(node: Node | null | undefined, opts?: Opts<RecordExpression> | null): node is RecordExpression;
3131
+ declare function isTupleExpression(node: Node | null | undefined, opts?: Opts<TupleExpression> | null): node is TupleExpression;
3132
+ declare function isDecimalLiteral(node: Node | null | undefined, opts?: Opts<DecimalLiteral> | null): node is DecimalLiteral;
3133
+ declare function isModuleExpression(node: Node | null | undefined, opts?: Opts<ModuleExpression> | null): node is ModuleExpression;
3134
+ declare function isTopicReference(node: Node | null | undefined, opts?: Opts<TopicReference> | null): node is TopicReference;
3135
+ declare function isPipelineTopicExpression(node: Node | null | undefined, opts?: Opts<PipelineTopicExpression> | null): node is PipelineTopicExpression;
3136
+ declare function isPipelineBareFunction(node: Node | null | undefined, opts?: Opts<PipelineBareFunction> | null): node is PipelineBareFunction;
3137
+ declare function isPipelinePrimaryTopicReference(node: Node | null | undefined, opts?: Opts<PipelinePrimaryTopicReference> | null): node is PipelinePrimaryTopicReference;
3138
+ declare function isTSParameterProperty(node: Node | null | undefined, opts?: Opts<TSParameterProperty> | null): node is TSParameterProperty;
3139
+ declare function isTSDeclareFunction(node: Node | null | undefined, opts?: Opts<TSDeclareFunction> | null): node is TSDeclareFunction;
3140
+ declare function isTSDeclareMethod(node: Node | null | undefined, opts?: Opts<TSDeclareMethod> | null): node is TSDeclareMethod;
3141
+ declare function isTSQualifiedName(node: Node | null | undefined, opts?: Opts<TSQualifiedName> | null): node is TSQualifiedName;
3142
+ declare function isTSCallSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSCallSignatureDeclaration> | null): node is TSCallSignatureDeclaration;
3143
+ declare function isTSConstructSignatureDeclaration(node: Node | null | undefined, opts?: Opts<TSConstructSignatureDeclaration> | null): node is TSConstructSignatureDeclaration;
3144
+ declare function isTSPropertySignature(node: Node | null | undefined, opts?: Opts<TSPropertySignature> | null): node is TSPropertySignature;
3145
+ declare function isTSMethodSignature(node: Node | null | undefined, opts?: Opts<TSMethodSignature> | null): node is TSMethodSignature;
3146
+ declare function isTSIndexSignature(node: Node | null | undefined, opts?: Opts<TSIndexSignature> | null): node is TSIndexSignature;
3147
+ declare function isTSAnyKeyword(node: Node | null | undefined, opts?: Opts<TSAnyKeyword> | null): node is TSAnyKeyword;
3148
+ declare function isTSBooleanKeyword(node: Node | null | undefined, opts?: Opts<TSBooleanKeyword> | null): node is TSBooleanKeyword;
3149
+ declare function isTSBigIntKeyword(node: Node | null | undefined, opts?: Opts<TSBigIntKeyword> | null): node is TSBigIntKeyword;
3150
+ declare function isTSIntrinsicKeyword(node: Node | null | undefined, opts?: Opts<TSIntrinsicKeyword> | null): node is TSIntrinsicKeyword;
3151
+ declare function isTSNeverKeyword(node: Node | null | undefined, opts?: Opts<TSNeverKeyword> | null): node is TSNeverKeyword;
3152
+ declare function isTSNullKeyword(node: Node | null | undefined, opts?: Opts<TSNullKeyword> | null): node is TSNullKeyword;
3153
+ declare function isTSNumberKeyword(node: Node | null | undefined, opts?: Opts<TSNumberKeyword> | null): node is TSNumberKeyword;
3154
+ declare function isTSObjectKeyword(node: Node | null | undefined, opts?: Opts<TSObjectKeyword> | null): node is TSObjectKeyword;
3155
+ declare function isTSStringKeyword(node: Node | null | undefined, opts?: Opts<TSStringKeyword> | null): node is TSStringKeyword;
3156
+ declare function isTSSymbolKeyword(node: Node | null | undefined, opts?: Opts<TSSymbolKeyword> | null): node is TSSymbolKeyword;
3157
+ declare function isTSUndefinedKeyword(node: Node | null | undefined, opts?: Opts<TSUndefinedKeyword> | null): node is TSUndefinedKeyword;
3158
+ declare function isTSUnknownKeyword(node: Node | null | undefined, opts?: Opts<TSUnknownKeyword> | null): node is TSUnknownKeyword;
3159
+ declare function isTSVoidKeyword(node: Node | null | undefined, opts?: Opts<TSVoidKeyword> | null): node is TSVoidKeyword;
3160
+ declare function isTSThisType(node: Node | null | undefined, opts?: Opts<TSThisType> | null): node is TSThisType;
3161
+ declare function isTSFunctionType(node: Node | null | undefined, opts?: Opts<TSFunctionType> | null): node is TSFunctionType;
3162
+ declare function isTSConstructorType(node: Node | null | undefined, opts?: Opts<TSConstructorType> | null): node is TSConstructorType;
3163
+ declare function isTSTypeReference(node: Node | null | undefined, opts?: Opts<TSTypeReference> | null): node is TSTypeReference;
3164
+ declare function isTSTypePredicate(node: Node | null | undefined, opts?: Opts<TSTypePredicate> | null): node is TSTypePredicate;
3165
+ declare function isTSTypeQuery(node: Node | null | undefined, opts?: Opts<TSTypeQuery> | null): node is TSTypeQuery;
3166
+ declare function isTSTypeLiteral(node: Node | null | undefined, opts?: Opts<TSTypeLiteral> | null): node is TSTypeLiteral;
3167
+ declare function isTSArrayType(node: Node | null | undefined, opts?: Opts<TSArrayType> | null): node is TSArrayType;
3168
+ declare function isTSTupleType(node: Node | null | undefined, opts?: Opts<TSTupleType> | null): node is TSTupleType;
3169
+ declare function isTSOptionalType(node: Node | null | undefined, opts?: Opts<TSOptionalType> | null): node is TSOptionalType;
3170
+ declare function isTSRestType(node: Node | null | undefined, opts?: Opts<TSRestType> | null): node is TSRestType;
3171
+ declare function isTSNamedTupleMember(node: Node | null | undefined, opts?: Opts<TSNamedTupleMember> | null): node is TSNamedTupleMember;
3172
+ declare function isTSUnionType(node: Node | null | undefined, opts?: Opts<TSUnionType> | null): node is TSUnionType;
3173
+ declare function isTSIntersectionType(node: Node | null | undefined, opts?: Opts<TSIntersectionType> | null): node is TSIntersectionType;
3174
+ declare function isTSConditionalType(node: Node | null | undefined, opts?: Opts<TSConditionalType> | null): node is TSConditionalType;
3175
+ declare function isTSInferType(node: Node | null | undefined, opts?: Opts<TSInferType> | null): node is TSInferType;
3176
+ declare function isTSParenthesizedType(node: Node | null | undefined, opts?: Opts<TSParenthesizedType> | null): node is TSParenthesizedType;
3177
+ declare function isTSTypeOperator(node: Node | null | undefined, opts?: Opts<TSTypeOperator> | null): node is TSTypeOperator;
3178
+ declare function isTSIndexedAccessType(node: Node | null | undefined, opts?: Opts<TSIndexedAccessType> | null): node is TSIndexedAccessType;
3179
+ declare function isTSMappedType(node: Node | null | undefined, opts?: Opts<TSMappedType> | null): node is TSMappedType;
3180
+ declare function isTSLiteralType(node: Node | null | undefined, opts?: Opts<TSLiteralType> | null): node is TSLiteralType;
3181
+ declare function isTSExpressionWithTypeArguments(node: Node | null | undefined, opts?: Opts<TSExpressionWithTypeArguments> | null): node is TSExpressionWithTypeArguments;
3182
+ declare function isTSInterfaceDeclaration(node: Node | null | undefined, opts?: Opts<TSInterfaceDeclaration> | null): node is TSInterfaceDeclaration;
3183
+ declare function isTSInterfaceBody(node: Node | null | undefined, opts?: Opts<TSInterfaceBody> | null): node is TSInterfaceBody;
3184
+ declare function isTSTypeAliasDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeAliasDeclaration> | null): node is TSTypeAliasDeclaration;
3185
+ declare function isTSInstantiationExpression(node: Node | null | undefined, opts?: Opts<TSInstantiationExpression> | null): node is TSInstantiationExpression;
3186
+ declare function isTSAsExpression(node: Node | null | undefined, opts?: Opts<TSAsExpression> | null): node is TSAsExpression;
3187
+ declare function isTSSatisfiesExpression(node: Node | null | undefined, opts?: Opts<TSSatisfiesExpression> | null): node is TSSatisfiesExpression;
3188
+ declare function isTSTypeAssertion(node: Node | null | undefined, opts?: Opts<TSTypeAssertion> | null): node is TSTypeAssertion;
3189
+ declare function isTSEnumDeclaration(node: Node | null | undefined, opts?: Opts<TSEnumDeclaration> | null): node is TSEnumDeclaration;
3190
+ declare function isTSEnumMember(node: Node | null | undefined, opts?: Opts<TSEnumMember> | null): node is TSEnumMember;
3191
+ declare function isTSModuleDeclaration(node: Node | null | undefined, opts?: Opts<TSModuleDeclaration> | null): node is TSModuleDeclaration;
3192
+ declare function isTSModuleBlock(node: Node | null | undefined, opts?: Opts<TSModuleBlock> | null): node is TSModuleBlock;
3193
+ declare function isTSImportType(node: Node | null | undefined, opts?: Opts<TSImportType> | null): node is TSImportType;
3194
+ declare function isTSImportEqualsDeclaration(node: Node | null | undefined, opts?: Opts<TSImportEqualsDeclaration> | null): node is TSImportEqualsDeclaration;
3195
+ declare function isTSExternalModuleReference(node: Node | null | undefined, opts?: Opts<TSExternalModuleReference> | null): node is TSExternalModuleReference;
3196
+ declare function isTSNonNullExpression(node: Node | null | undefined, opts?: Opts<TSNonNullExpression> | null): node is TSNonNullExpression;
3197
+ declare function isTSExportAssignment(node: Node | null | undefined, opts?: Opts<TSExportAssignment> | null): node is TSExportAssignment;
3198
+ declare function isTSNamespaceExportDeclaration(node: Node | null | undefined, opts?: Opts<TSNamespaceExportDeclaration> | null): node is TSNamespaceExportDeclaration;
3199
+ declare function isTSTypeAnnotation(node: Node | null | undefined, opts?: Opts<TSTypeAnnotation> | null): node is TSTypeAnnotation;
3200
+ declare function isTSTypeParameterInstantiation(node: Node | null | undefined, opts?: Opts<TSTypeParameterInstantiation> | null): node is TSTypeParameterInstantiation;
3201
+ declare function isTSTypeParameterDeclaration(node: Node | null | undefined, opts?: Opts<TSTypeParameterDeclaration> | null): node is TSTypeParameterDeclaration;
3202
+ declare function isTSTypeParameter(node: Node | null | undefined, opts?: Opts<TSTypeParameter> | null): node is TSTypeParameter;
3203
+ declare function isStandardized(node: Node | null | undefined, opts?: Opts<Standardized> | null): node is Standardized;
3204
+ declare function isExpression(node: Node | null | undefined, opts?: Opts<Expression> | null): node is Expression;
3205
+ declare function isBinary(node: Node | null | undefined, opts?: Opts<Binary> | null): node is Binary;
3206
+ declare function isScopable(node: Node | null | undefined, opts?: Opts<Scopable> | null): node is Scopable;
3207
+ declare function isBlockParent(node: Node | null | undefined, opts?: Opts<BlockParent> | null): node is BlockParent;
3208
+ declare function isBlock(node: Node | null | undefined, opts?: Opts<Block> | null): node is Block;
3209
+ declare function isStatement(node: Node | null | undefined, opts?: Opts<Statement> | null): node is Statement;
3210
+ declare function isTerminatorless(node: Node | null | undefined, opts?: Opts<Terminatorless> | null): node is Terminatorless;
3211
+ declare function isCompletionStatement(node: Node | null | undefined, opts?: Opts<CompletionStatement> | null): node is CompletionStatement;
3212
+ declare function isConditional(node: Node | null | undefined, opts?: Opts<Conditional> | null): node is Conditional;
3213
+ declare function isLoop(node: Node | null | undefined, opts?: Opts<Loop> | null): node is Loop;
3214
+ declare function isWhile(node: Node | null | undefined, opts?: Opts<While> | null): node is While;
3215
+ declare function isExpressionWrapper(node: Node | null | undefined, opts?: Opts<ExpressionWrapper> | null): node is ExpressionWrapper;
3216
+ declare function isFor(node: Node | null | undefined, opts?: Opts<For> | null): node is For;
3217
+ declare function isForXStatement(node: Node | null | undefined, opts?: Opts<ForXStatement> | null): node is ForXStatement;
3218
+ declare function isFunction(node: Node | null | undefined, opts?: Opts<Function> | null): node is Function;
3219
+ declare function isFunctionParent(node: Node | null | undefined, opts?: Opts<FunctionParent> | null): node is FunctionParent;
3220
+ declare function isPureish(node: Node | null | undefined, opts?: Opts<Pureish> | null): node is Pureish;
3221
+ declare function isDeclaration(node: Node | null | undefined, opts?: Opts<Declaration> | null): node is Declaration;
3222
+ declare function isPatternLike(node: Node | null | undefined, opts?: Opts<PatternLike> | null): node is PatternLike;
3223
+ declare function isLVal(node: Node | null | undefined, opts?: Opts<LVal> | null): node is LVal;
3224
+ declare function isTSEntityName(node: Node | null | undefined, opts?: Opts<TSEntityName> | null): node is TSEntityName;
3225
+ declare function isLiteral(node: Node | null | undefined, opts?: Opts<Literal> | null): node is Literal;
3226
+ declare function isUserWhitespacable(node: Node | null | undefined, opts?: Opts<UserWhitespacable> | null): node is UserWhitespacable;
3227
+ declare function isMethod(node: Node | null | undefined, opts?: Opts<Method> | null): node is Method;
3228
+ declare function isObjectMember(node: Node | null | undefined, opts?: Opts<ObjectMember> | null): node is ObjectMember;
3229
+ declare function isProperty(node: Node | null | undefined, opts?: Opts<Property> | null): node is Property;
3230
+ declare function isUnaryLike(node: Node | null | undefined, opts?: Opts<UnaryLike> | null): node is UnaryLike;
3231
+ declare function isPattern(node: Node | null | undefined, opts?: Opts<Pattern> | null): node is Pattern;
3232
+ declare function isClass(node: Node | null | undefined, opts?: Opts<Class> | null): node is Class;
3233
+ declare function isImportOrExportDeclaration(node: Node | null | undefined, opts?: Opts<ImportOrExportDeclaration> | null): node is ImportOrExportDeclaration;
3234
+ declare function isExportDeclaration(node: Node | null | undefined, opts?: Opts<ExportDeclaration> | null): node is ExportDeclaration;
3235
+ declare function isModuleSpecifier(node: Node | null | undefined, opts?: Opts<ModuleSpecifier> | null): node is ModuleSpecifier;
3236
+ declare function isAccessor(node: Node | null | undefined, opts?: Opts<Accessor> | null): node is Accessor;
3237
+ declare function isPrivate(node: Node | null | undefined, opts?: Opts<Private> | null): node is Private;
3238
+ declare function isFlow(node: Node | null | undefined, opts?: Opts<Flow> | null): node is Flow;
3239
+ declare function isFlowType(node: Node | null | undefined, opts?: Opts<FlowType> | null): node is FlowType;
3240
+ declare function isFlowBaseAnnotation(node: Node | null | undefined, opts?: Opts<FlowBaseAnnotation> | null): node is FlowBaseAnnotation;
3241
+ declare function isFlowDeclaration(node: Node | null | undefined, opts?: Opts<FlowDeclaration> | null): node is FlowDeclaration;
3242
+ declare function isFlowPredicate(node: Node | null | undefined, opts?: Opts<FlowPredicate> | null): node is FlowPredicate;
3243
+ declare function isEnumBody(node: Node | null | undefined, opts?: Opts<EnumBody> | null): node is EnumBody;
3244
+ declare function isEnumMember(node: Node | null | undefined, opts?: Opts<EnumMember> | null): node is EnumMember;
3245
+ declare function isJSX(node: Node | null | undefined, opts?: Opts<JSX> | null): node is JSX;
3246
+ declare function isMiscellaneous(node: Node | null | undefined, opts?: Opts<Miscellaneous> | null): node is Miscellaneous;
3247
+ declare function isTypeScript(node: Node | null | undefined, opts?: Opts<TypeScript> | null): node is TypeScript;
3248
+ declare function isTSTypeElement(node: Node | null | undefined, opts?: Opts<TSTypeElement> | null): node is TSTypeElement;
3249
+ declare function isTSType(node: Node | null | undefined, opts?: Opts<TSType> | null): node is TSType;
3250
+ declare function isTSBaseType(node: Node | null | undefined, opts?: Opts<TSBaseType> | null): node is TSBaseType;
3251
+ /**
3252
+ * @deprecated Use `isNumericLiteral`
3253
+ */
3254
+ declare function isNumberLiteral(node: Node | null | undefined, opts?: Opts<NumberLiteral$1> | null): boolean;
3255
+ /**
3256
+ * @deprecated Use `isRegExpLiteral`
3257
+ */
3258
+ declare function isRegexLiteral(node: Node | null | undefined, opts?: Opts<RegexLiteral$1> | null): boolean;
3259
+ /**
3260
+ * @deprecated Use `isRestElement`
3261
+ */
3262
+ declare function isRestProperty(node: Node | null | undefined, opts?: Opts<RestProperty$1> | null): boolean;
3263
+ /**
3264
+ * @deprecated Use `isSpreadElement`
3265
+ */
3266
+ declare function isSpreadProperty(node: Node | null | undefined, opts?: Opts<SpreadProperty$1> | null): boolean;
3267
+ /**
3268
+ * @deprecated Use `isImportOrExportDeclaration`
3269
+ */
3270
+ declare function isModuleDeclaration(node: Node | null | undefined, opts?: Opts<ModuleDeclaration> | null): node is ImportOrExportDeclaration;
3271
+
3272
+ declare function deprecationWarning(oldName: string, newName: string, prefix?: string): void;
3273
+
3274
+ declare const react: {
3275
+ isReactComponent: (member: Node) => boolean;
3276
+ isCompatTag: typeof isCompatTag;
3277
+ buildChildren: typeof buildChildren;
3278
+ };
3279
+
3280
+ 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$1 as 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$1 as RegexLiteral, Options as RemovePropertiesOptions, RestElement, RestProperty$1 as RestProperty, ReturnStatement, SCOPABLE_TYPES, STANDARDIZED_TYPES, STATEMENT_OR_BLOCK_KEYS, STATEMENT_TYPES, STRING_UNARY_OPERATORS, Scopable, SequenceExpression, SourceLocation, SpreadElement, SpreadProperty$1 as SpreadProperty, Standardized, Statement, StaticBlock, StringLiteral, StringLiteralTypeAnnotation, StringTypeAnnotation, Super, SwitchCase, SwitchStatement, SymbolTypeAnnotation, TERMINATORLESS_TYPES, TSAnyKeyword, TSArrayType, TSAsExpression, TSBASETYPE_TYPES, TSBaseType, TSBigIntKeyword, TSBooleanKeyword, TSCallSignatureDeclaration, TSConditionalType, TSConstructSignatureDeclaration, TSConstructorType, TSDeclareFunction, TSDeclareMethod, TSENTITYNAME_TYPES, TSEntityName, TSEnumDeclaration, TSEnumMember, TSExportAssignment, TSExpressionWithTypeArguments, TSExternalModuleReference, TSFunctionType, TSImportEqualsDeclaration, TSImportType, TSIndexSignature, TSIndexedAccessType, TSInferType, TSInstantiationExpression, TSInterfaceBody, TSInterfaceDeclaration, TSIntersectionType, TSIntrinsicKeyword, TSLiteralType, TSMappedType, TSMethodSignature, TSModuleBlock, TSModuleDeclaration, TSNamedTupleMember, TSNamespaceExportDeclaration, TSNeverKeyword, TSNonNullExpression, TSNullKeyword, TSNumberKeyword, TSObjectKeyword, TSOptionalType, TSParameterProperty, TSParenthesizedType, TSPropertySignature, TSQualifiedName, TSRestType, TSSatisfiesExpression, TSStringKeyword, TSSymbolKeyword, TSTYPEELEMENT_TYPES, TSTYPE_TYPES, TSThisType, TSTupleType, TSType, TSTypeAliasDeclaration, TSTypeAnnotation, TSTypeAssertion, TSTypeElement, TSTypeLiteral, TSTypeOperator, TSTypeParameter, TSTypeParameterDeclaration, TSTypeParameterInstantiation, TSTypePredicate, TSTypeQuery, TSTypeReference, TSUndefinedKeyword, TSUnionType, TSUnknownKeyword, TSVoidKeyword, TYPES, TYPESCRIPT_TYPES, TaggedTemplateExpression, TemplateElement, TemplateLiteral, Terminatorless, ThisExpression, ThisTypeAnnotation, ThrowStatement, TopicReference, TraversalAncestors, TraversalHandler, TraversalHandlers, TryStatement, TupleExpression, TupleTypeAnnotation, TypeAlias, TypeAnnotation, TypeCastExpression, TypeParameter, TypeParameterDeclaration, TypeParameterInstantiation, TypeScript, TypeofTypeAnnotation, UNARYLIKE_TYPES, UNARY_OPERATORS, UPDATE_OPERATORS, USERWHITESPACABLE_TYPES, UnaryExpression, UnaryLike, UnionTypeAnnotation, UpdateExpression, UserWhitespacable, V8IntrinsicIdentifier, VISITOR_KEYS, VariableDeclaration, VariableDeclarator, Variance, VoidTypeAnnotation, WHILE_TYPES, While, WhileStatement, WithStatement, YieldExpression, deprecationWarning as __internal__deprecationWarning, addComment, addComments, anyTypeAnnotation, appendToMemberExpression, argumentPlaceholder, arrayExpression, arrayPattern, arrayTypeAnnotation, arrowFunctionExpression, assertAccessor, assertAnyTypeAnnotation, assertArgumentPlaceholder, assertArrayExpression, assertArrayPattern, assertArrayTypeAnnotation, assertArrowFunctionExpression, assertAssignmentExpression, assertAssignmentPattern, assertAwaitExpression, assertBigIntLiteral, assertBinary, assertBinaryExpression, assertBindExpression, assertBlock, assertBlockParent, assertBlockStatement, assertBooleanLiteral, assertBooleanLiteralTypeAnnotation, assertBooleanTypeAnnotation, assertBreakStatement, assertCallExpression, assertCatchClause, assertClass, assertClassAccessorProperty, assertClassBody, assertClassDeclaration, assertClassExpression, assertClassImplements, assertClassMethod, assertClassPrivateMethod, assertClassPrivateProperty, assertClassProperty, assertCompletionStatement, assertConditional, assertConditionalExpression, assertContinueStatement, assertDebuggerStatement, assertDecimalLiteral, assertDeclaration, assertDeclareClass, assertDeclareExportAllDeclaration, assertDeclareExportDeclaration, assertDeclareFunction, assertDeclareInterface, assertDeclareModule, assertDeclareModuleExports, assertDeclareOpaqueType, assertDeclareTypeAlias, assertDeclareVariable, assertDeclaredPredicate, assertDecorator, assertDirective, assertDirectiveLiteral, assertDoExpression, assertDoWhileStatement, assertEmptyStatement, assertEmptyTypeAnnotation, assertEnumBody, assertEnumBooleanBody, assertEnumBooleanMember, assertEnumDeclaration, assertEnumDefaultedMember, assertEnumMember, assertEnumNumberBody, assertEnumNumberMember, assertEnumStringBody, assertEnumStringMember, assertEnumSymbolBody, assertExistsTypeAnnotation, assertExportAllDeclaration, assertExportDeclaration, assertExportDefaultDeclaration, assertExportDefaultSpecifier, assertExportNamedDeclaration, assertExportNamespaceSpecifier, assertExportSpecifier, assertExpression, assertExpressionStatement, assertExpressionWrapper, assertFile, assertFlow, assertFlowBaseAnnotation, assertFlowDeclaration, assertFlowPredicate, assertFlowType, assertFor, assertForInStatement, assertForOfStatement, assertForStatement, assertForXStatement, assertFunction, assertFunctionDeclaration, assertFunctionExpression, assertFunctionParent, assertFunctionTypeAnnotation, assertFunctionTypeParam, assertGenericTypeAnnotation, assertIdentifier, assertIfStatement, assertImmutable, assertImport, assertImportAttribute, assertImportDeclaration, assertImportDefaultSpecifier, assertImportExpression, assertImportNamespaceSpecifier, assertImportOrExportDeclaration, assertImportSpecifier, assertIndexedAccessType, assertInferredPredicate, assertInterfaceDeclaration, assertInterfaceExtends, assertInterfaceTypeAnnotation, assertInterpreterDirective, assertIntersectionTypeAnnotation, assertJSX, assertJSXAttribute, assertJSXClosingElement, assertJSXClosingFragment, assertJSXElement, assertJSXEmptyExpression, assertJSXExpressionContainer, assertJSXFragment, assertJSXIdentifier, assertJSXMemberExpression, assertJSXNamespacedName, assertJSXOpeningElement, assertJSXOpeningFragment, assertJSXSpreadAttribute, assertJSXSpreadChild, assertJSXText, assertLVal, assertLabeledStatement, assertLiteral, assertLogicalExpression, assertLoop, assertMemberExpression, assertMetaProperty, assertMethod, assertMiscellaneous, assertMixedTypeAnnotation, assertModuleDeclaration, assertModuleExpression, assertModuleSpecifier, assertNewExpression, assertNode, assertNoop, assertNullLiteral, assertNullLiteralTypeAnnotation, assertNullableTypeAnnotation, assertNumberLiteral, assertNumberLiteralTypeAnnotation, assertNumberTypeAnnotation, assertNumericLiteral, assertObjectExpression, assertObjectMember, assertObjectMethod, assertObjectPattern, assertObjectProperty, assertObjectTypeAnnotation, assertObjectTypeCallProperty, assertObjectTypeIndexer, assertObjectTypeInternalSlot, assertObjectTypeProperty, assertObjectTypeSpreadProperty, assertOpaqueType, assertOptionalCallExpression, assertOptionalIndexedAccessType, assertOptionalMemberExpression, assertParenthesizedExpression, assertPattern, assertPatternLike, assertPipelineBareFunction, assertPipelinePrimaryTopicReference, assertPipelineTopicExpression, assertPlaceholder, assertPrivate, assertPrivateName, assertProgram, assertProperty, assertPureish, assertQualifiedTypeIdentifier, assertRecordExpression, assertRegExpLiteral, assertRegexLiteral, assertRestElement, assertRestProperty, assertReturnStatement, assertScopable, assertSequenceExpression, assertSpreadElement, assertSpreadProperty, assertStandardized, assertStatement, assertStaticBlock, assertStringLiteral, assertStringLiteralTypeAnnotation, assertStringTypeAnnotation, assertSuper, assertSwitchCase, assertSwitchStatement, assertSymbolTypeAnnotation, assertTSAnyKeyword, assertTSArrayType, assertTSAsExpression, assertTSBaseType, assertTSBigIntKeyword, assertTSBooleanKeyword, assertTSCallSignatureDeclaration, assertTSConditionalType, assertTSConstructSignatureDeclaration, assertTSConstructorType, assertTSDeclareFunction, assertTSDeclareMethod, assertTSEntityName, assertTSEnumDeclaration, assertTSEnumMember, assertTSExportAssignment, assertTSExpressionWithTypeArguments, assertTSExternalModuleReference, assertTSFunctionType, assertTSImportEqualsDeclaration, assertTSImportType, assertTSIndexSignature, assertTSIndexedAccessType, assertTSInferType, assertTSInstantiationExpression, assertTSInterfaceBody, assertTSInterfaceDeclaration, assertTSIntersectionType, assertTSIntrinsicKeyword, assertTSLiteralType, assertTSMappedType, assertTSMethodSignature, assertTSModuleBlock, assertTSModuleDeclaration, assertTSNamedTupleMember, assertTSNamespaceExportDeclaration, assertTSNeverKeyword, assertTSNonNullExpression, assertTSNullKeyword, assertTSNumberKeyword, assertTSObjectKeyword, assertTSOptionalType, assertTSParameterProperty, assertTSParenthesizedType, assertTSPropertySignature, assertTSQualifiedName, assertTSRestType, assertTSSatisfiesExpression, assertTSStringKeyword, assertTSSymbolKeyword, assertTSThisType, assertTSTupleType, assertTSType, assertTSTypeAliasDeclaration, assertTSTypeAnnotation, assertTSTypeAssertion, assertTSTypeElement, assertTSTypeLiteral, assertTSTypeOperator, assertTSTypeParameter, assertTSTypeParameterDeclaration, assertTSTypeParameterInstantiation, assertTSTypePredicate, assertTSTypeQuery, assertTSTypeReference, assertTSUndefinedKeyword, assertTSUnionType, assertTSUnknownKeyword, assertTSVoidKeyword, assertTaggedTemplateExpression, assertTemplateElement, assertTemplateLiteral, assertTerminatorless, assertThisExpression, assertThisTypeAnnotation, assertThrowStatement, assertTopicReference, assertTryStatement, assertTupleExpression, assertTupleTypeAnnotation, assertTypeAlias, assertTypeAnnotation, assertTypeCastExpression, assertTypeParameter, assertTypeParameterDeclaration, assertTypeParameterInstantiation, assertTypeScript, assertTypeofTypeAnnotation, assertUnaryExpression, assertUnaryLike, assertUnionTypeAnnotation, assertUpdateExpression, assertUserWhitespacable, assertV8IntrinsicIdentifier, assertVariableDeclaration, assertVariableDeclarator, assertVariance, assertVoidTypeAnnotation, assertWhile, assertWhileStatement, assertWithStatement, assertYieldExpression, assignmentExpression, assignmentPattern, awaitExpression, bigIntLiteral, binaryExpression, bindExpression, blockStatement, booleanLiteral, booleanLiteralTypeAnnotation, booleanTypeAnnotation, breakStatement, buildMatchMemberExpression, buildUndefinedNode, callExpression, catchClause, classAccessorProperty, classBody, classDeclaration, classExpression, classImplements, classMethod, classPrivateMethod, classPrivateProperty, classProperty, clone, cloneDeep, cloneDeepWithoutLoc, cloneNode, cloneWithoutLoc, conditionalExpression, continueStatement, createFlowUnionType, createTSUnionType, _default$4 as createTypeAnnotationBasedOnTypeof, createFlowUnionType as createUnionTypeAnnotation, debuggerStatement, decimalLiteral, declareClass, declareExportAllDeclaration, declareExportDeclaration, declareFunction, declareInterface, declareModule, declareModuleExports, declareOpaqueType, declareTypeAlias, declareVariable, declaredPredicate, decorator, directive, directiveLiteral, doExpression, doWhileStatement, emptyStatement, emptyTypeAnnotation, ensureBlock, enumBooleanBody, enumBooleanMember, enumDeclaration, enumDefaultedMember, enumNumberBody, enumNumberMember, enumStringBody, enumStringMember, enumSymbolBody, existsTypeAnnotation, exportAllDeclaration, exportDefaultDeclaration, exportDefaultSpecifier, exportNamedDeclaration, exportNamespaceSpecifier, exportSpecifier, expressionStatement, file, forInStatement, forOfStatement, forStatement, functionDeclaration, functionExpression, functionTypeAnnotation, functionTypeParam, genericTypeAnnotation, getBindingIdentifiers, _default as getOuterBindingIdentifiers, identifier, ifStatement, _import as import, importAttribute, importDeclaration, importDefaultSpecifier, importExpression, importNamespaceSpecifier, importSpecifier, indexedAccessType, inferredPredicate, inheritInnerComments, inheritLeadingComments, inheritTrailingComments, inherits, inheritsComments, interfaceDeclaration, interfaceExtends, interfaceTypeAnnotation, interpreterDirective, intersectionTypeAnnotation, is, isAccessor, isAnyTypeAnnotation, isArgumentPlaceholder, isArrayExpression, isArrayPattern, isArrayTypeAnnotation, isArrowFunctionExpression, isAssignmentExpression, isAssignmentPattern, isAwaitExpression, isBigIntLiteral, isBinary, isBinaryExpression, isBindExpression, isBinding, isBlock, isBlockParent, isBlockScoped, isBlockStatement, isBooleanLiteral, isBooleanLiteralTypeAnnotation, isBooleanTypeAnnotation, isBreakStatement, isCallExpression, isCatchClause, isClass, isClassAccessorProperty, isClassBody, isClassDeclaration, isClassExpression, isClassImplements, isClassMethod, isClassPrivateMethod, isClassPrivateProperty, isClassProperty, isCompletionStatement, isConditional, isConditionalExpression, isContinueStatement, isDebuggerStatement, isDecimalLiteral, isDeclaration, isDeclareClass, isDeclareExportAllDeclaration, isDeclareExportDeclaration, isDeclareFunction, isDeclareInterface, isDeclareModule, isDeclareModuleExports, isDeclareOpaqueType, isDeclareTypeAlias, isDeclareVariable, isDeclaredPredicate, isDecorator, isDirective, isDirectiveLiteral, isDoExpression, isDoWhileStatement, isEmptyStatement, isEmptyTypeAnnotation, isEnumBody, isEnumBooleanBody, isEnumBooleanMember, isEnumDeclaration, isEnumDefaultedMember, isEnumMember, isEnumNumberBody, isEnumNumberMember, isEnumStringBody, isEnumStringMember, isEnumSymbolBody, isExistsTypeAnnotation, isExportAllDeclaration, isExportDeclaration, isExportDefaultDeclaration, isExportDefaultSpecifier, isExportNamedDeclaration, isExportNamespaceSpecifier, isExportSpecifier, isExpression, isExpressionStatement, isExpressionWrapper, isFile, isFlow, isFlowBaseAnnotation, isFlowDeclaration, isFlowPredicate, isFlowType, isFor, isForInStatement, isForOfStatement, isForStatement, isForXStatement, isFunction, isFunctionDeclaration, isFunctionExpression, isFunctionParent, isFunctionTypeAnnotation, isFunctionTypeParam, isGenericTypeAnnotation, isIdentifier, isIfStatement, isImmutable, isImport, isImportAttribute, isImportDeclaration, isImportDefaultSpecifier, isImportExpression, isImportNamespaceSpecifier, isImportOrExportDeclaration, isImportSpecifier, isIndexedAccessType, isInferredPredicate, isInterfaceDeclaration, isInterfaceExtends, isInterfaceTypeAnnotation, isInterpreterDirective, isIntersectionTypeAnnotation, isJSX, isJSXAttribute, isJSXClosingElement, isJSXClosingFragment, isJSXElement, isJSXEmptyExpression, isJSXExpressionContainer, isJSXFragment, isJSXIdentifier, isJSXMemberExpression, isJSXNamespacedName, isJSXOpeningElement, isJSXOpeningFragment, isJSXSpreadAttribute, isJSXSpreadChild, isJSXText, isLVal, isLabeledStatement, isLet, isLiteral, isLogicalExpression, isLoop, isMemberExpression, isMetaProperty, isMethod, isMiscellaneous, isMixedTypeAnnotation, isModuleDeclaration, isModuleExpression, isModuleSpecifier, isNewExpression, isNode, isNodesEquivalent, isNoop, isNullLiteral, isNullLiteralTypeAnnotation, isNullableTypeAnnotation, isNumberLiteral, isNumberLiteralTypeAnnotation, isNumberTypeAnnotation, isNumericLiteral, isObjectExpression, isObjectMember, isObjectMethod, isObjectPattern, isObjectProperty, isObjectTypeAnnotation, isObjectTypeCallProperty, isObjectTypeIndexer, isObjectTypeInternalSlot, isObjectTypeProperty, isObjectTypeSpreadProperty, isOpaqueType, isOptionalCallExpression, isOptionalIndexedAccessType, isOptionalMemberExpression, isParenthesizedExpression, isPattern, isPatternLike, isPipelineBareFunction, isPipelinePrimaryTopicReference, isPipelineTopicExpression, isPlaceholder, isPlaceholderType, isPrivate, isPrivateName, isProgram, isProperty, isPureish, isQualifiedTypeIdentifier, isRecordExpression, isReferenced, isRegExpLiteral, isRegexLiteral, isRestElement, isRestProperty, isReturnStatement, isScopable, isScope, isSequenceExpression, isSpecifierDefault, isSpreadElement, isSpreadProperty, isStandardized, isStatement, isStaticBlock, isStringLiteral, isStringLiteralTypeAnnotation, isStringTypeAnnotation, isSuper, isSwitchCase, isSwitchStatement, isSymbolTypeAnnotation, isTSAnyKeyword, isTSArrayType, isTSAsExpression, isTSBaseType, isTSBigIntKeyword, isTSBooleanKeyword, isTSCallSignatureDeclaration, isTSConditionalType, isTSConstructSignatureDeclaration, isTSConstructorType, isTSDeclareFunction, isTSDeclareMethod, isTSEntityName, isTSEnumDeclaration, isTSEnumMember, isTSExportAssignment, isTSExpressionWithTypeArguments, isTSExternalModuleReference, isTSFunctionType, isTSImportEqualsDeclaration, isTSImportType, isTSIndexSignature, isTSIndexedAccessType, isTSInferType, isTSInstantiationExpression, isTSInterfaceBody, isTSInterfaceDeclaration, isTSIntersectionType, isTSIntrinsicKeyword, isTSLiteralType, isTSMappedType, isTSMethodSignature, isTSModuleBlock, isTSModuleDeclaration, isTSNamedTupleMember, isTSNamespaceExportDeclaration, isTSNeverKeyword, isTSNonNullExpression, isTSNullKeyword, isTSNumberKeyword, isTSObjectKeyword, isTSOptionalType, isTSParameterProperty, isTSParenthesizedType, isTSPropertySignature, isTSQualifiedName, isTSRestType, isTSSatisfiesExpression, isTSStringKeyword, isTSSymbolKeyword, isTSThisType, isTSTupleType, isTSType, isTSTypeAliasDeclaration, isTSTypeAnnotation, isTSTypeAssertion, isTSTypeElement, isTSTypeLiteral, isTSTypeOperator, isTSTypeParameter, isTSTypeParameterDeclaration, isTSTypeParameterInstantiation, isTSTypePredicate, isTSTypeQuery, isTSTypeReference, isTSUndefinedKeyword, isTSUnionType, isTSUnknownKeyword, isTSVoidKeyword, isTaggedTemplateExpression, isTemplateElement, isTemplateLiteral, isTerminatorless, isThisExpression, isThisTypeAnnotation, isThrowStatement, isTopicReference, isTryStatement, isTupleExpression, isTupleTypeAnnotation, isType, isTypeAlias, isTypeAnnotation, isTypeCastExpression, isTypeParameter, isTypeParameterDeclaration, isTypeParameterInstantiation, isTypeScript, isTypeofTypeAnnotation, isUnaryExpression, isUnaryLike, isUnionTypeAnnotation, isUpdateExpression, isUserWhitespacable, isV8IntrinsicIdentifier, isValidES3Identifier, isValidIdentifier, isVar, isVariableDeclaration, isVariableDeclarator, isVariance, isVoidTypeAnnotation, isWhile, isWhileStatement, isWithStatement, isYieldExpression, jsxAttribute as jSXAttribute, jsxClosingElement as jSXClosingElement, jsxClosingFragment as jSXClosingFragment, jsxElement as jSXElement, jsxEmptyExpression as jSXEmptyExpression, jsxExpressionContainer as jSXExpressionContainer, jsxFragment as jSXFragment, jsxIdentifier as jSXIdentifier, jsxMemberExpression as jSXMemberExpression, jsxNamespacedName as jSXNamespacedName, jsxOpeningElement as jSXOpeningElement, jsxOpeningFragment as jSXOpeningFragment, jsxSpreadAttribute as jSXSpreadAttribute, jsxSpreadChild as jSXSpreadChild, jsxText as jSXText, jsxAttribute, jsxClosingElement, jsxClosingFragment, jsxElement, jsxEmptyExpression, jsxExpressionContainer, jsxFragment, jsxIdentifier, jsxMemberExpression, jsxNamespacedName, jsxOpeningElement, jsxOpeningFragment, jsxSpreadAttribute, jsxSpreadChild, jsxText, labeledStatement, logicalExpression, matchesPattern, memberExpression, metaProperty, mixedTypeAnnotation, moduleExpression, newExpression, noop, nullLiteral, nullLiteralTypeAnnotation, nullableTypeAnnotation, NumberLiteral 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 as regexLiteral, removeComments, removeProperties, removePropertiesDeep, removeTypeDuplicates, restElement, RestProperty as restProperty, returnStatement, sequenceExpression, shallowEqual, spreadElement, SpreadProperty 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, toSequenceExpression, _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 };