immosquare-cleaner 0.1.65 → 0.1.67

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 (1189) hide show
  1. checksums.yaml +4 -4
  2. data/bin/immosquare-cleaner +4 -0
  3. data/lib/immosquare-cleaner/version.rb +1 -1
  4. data/lib/immosquare-cleaner.rb +21 -20
  5. data/linters/eslint.config.mjs +14 -0
  6. data/linters/rubocop-3.3.6.yml +93 -0
  7. data/linters/rubocop-3.4.1.yml +0 -3
  8. data/node_modules/.bin/jscodeshift +1 -0
  9. data/node_modules/@babel/compat-data/data/plugins.json +7 -6
  10. data/node_modules/@babel/compat-data/package.json +2 -2
  11. data/node_modules/@babel/core/lib/config/files/configuration.js +0 -3
  12. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  13. data/node_modules/@babel/core/lib/config/files/module-types.js +63 -74
  14. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  15. data/node_modules/@babel/core/lib/config/files/plugins.js +0 -1
  16. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  17. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  18. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  19. data/node_modules/@babel/core/lib/index.js +2 -1
  20. data/node_modules/@babel/core/lib/index.js.map +1 -1
  21. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  22. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +1 -3
  23. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/file/file.js +4 -2
  25. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  26. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  27. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +7 -27
  28. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  29. data/node_modules/@babel/core/package.json +14 -13
  30. data/node_modules/@babel/generator/lib/generators/classes.js +4 -7
  31. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  32. data/node_modules/@babel/generator/lib/generators/expressions.js +3 -9
  33. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js +1 -6
  35. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js +11 -16
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  38. data/node_modules/@babel/generator/lib/generators/types.js +9 -0
  39. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  40. data/node_modules/@babel/generator/lib/generators/typescript.js +18 -36
  41. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  42. data/node_modules/@babel/generator/lib/node/parentheses.js +3 -40
  43. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  44. data/node_modules/@babel/generator/lib/printer.js +3 -4
  45. data/node_modules/@babel/generator/lib/printer.js.map +1 -1
  46. data/node_modules/@babel/generator/package.json +5 -5
  47. data/node_modules/@babel/helper-compilation-targets/lib/index.js +1 -1
  48. data/node_modules/@babel/helper-compilation-targets/lib/index.js.map +1 -1
  49. data/node_modules/@babel/helper-compilation-targets/package.json +2 -2
  50. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js +9 -1
  51. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js.map +1 -1
  52. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js +0 -9
  53. data/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js.map +1 -1
  54. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js +1 -1
  55. data/node_modules/@babel/helper-create-class-features-plugin/lib/features.js.map +1 -1
  56. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js +8 -8
  57. data/node_modules/@babel/helper-create-class-features-plugin/lib/index.js.map +1 -1
  58. data/node_modules/@babel/helper-create-class-features-plugin/package.json +5 -5
  59. data/node_modules/@babel/helper-plugin-utils/lib/index.js.map +1 -1
  60. data/node_modules/@babel/helper-plugin-utils/package.json +2 -2
  61. data/node_modules/@babel/helper-replace-supers/lib/index.js.map +1 -1
  62. data/node_modules/@babel/helper-replace-supers/package.json +3 -3
  63. data/node_modules/@babel/helpers/lib/helpers/asyncIterator.js.map +1 -1
  64. data/node_modules/@babel/helpers/lib/helpers/isNativeFunction.js.map +1 -1
  65. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js +1 -1
  66. data/node_modules/@babel/helpers/lib/helpers/objectWithoutProperties.js.map +1 -1
  67. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js +1 -1
  68. data/node_modules/@babel/helpers/lib/helpers/objectWithoutPropertiesLoose.js.map +1 -1
  69. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js +3 -7
  70. data/node_modules/@babel/helpers/lib/helpers/wrapRegExp.js.map +1 -1
  71. data/node_modules/@babel/helpers/lib/helpers-generated.js +3 -3
  72. data/node_modules/@babel/helpers/lib/helpers-generated.js.map +1 -1
  73. data/node_modules/@babel/helpers/package.json +5 -5
  74. data/node_modules/@babel/parser/lib/index.js +236 -426
  75. data/node_modules/@babel/parser/lib/index.js.map +1 -1
  76. data/node_modules/@babel/parser/package.json +2 -2
  77. data/node_modules/@babel/parser/typings/babel-parser.d.ts +164 -127
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +0 -6
  79. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js.map +1 -1
  80. data/node_modules/@babel/plugin-transform-flow-strip-types/package.json +4 -4
  81. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js +2 -3
  82. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/lib/index.js.map +1 -1
  83. data/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json +3 -3
  84. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js +1 -3
  85. data/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js.map +1 -1
  86. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js +11 -24
  87. data/node_modules/@babel/plugin-transform-typescript/lib/enum.js.map +1 -1
  88. data/node_modules/@babel/plugin-transform-typescript/lib/index.js +9 -38
  89. data/node_modules/@babel/plugin-transform-typescript/lib/index.js.map +1 -1
  90. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js +0 -2
  91. data/node_modules/@babel/plugin-transform-typescript/lib/namespace.js.map +1 -1
  92. data/node_modules/@babel/plugin-transform-typescript/package.json +5 -5
  93. data/node_modules/@babel/template/lib/options.js.map +1 -1
  94. data/node_modules/@babel/template/lib/parse.js.map +1 -1
  95. data/node_modules/@babel/template/package.json +4 -4
  96. data/node_modules/@babel/traverse/lib/cache.js +5 -4
  97. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  98. data/node_modules/@babel/traverse/lib/path/conversion.js +2 -1
  99. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js +0 -17
  101. data/node_modules/@babel/traverse/lib/path/evaluation.js.map +1 -1
  102. data/node_modules/@babel/traverse/lib/path/lib/hoister.js.map +1 -1
  103. data/node_modules/@babel/traverse/lib/path/modification.js +1 -1
  104. data/node_modules/@babel/traverse/lib/path/modification.js.map +1 -1
  105. data/node_modules/@babel/traverse/lib/path/replacement.js.map +1 -1
  106. data/node_modules/@babel/traverse/lib/scope/index.js +2 -9
  107. data/node_modules/@babel/traverse/lib/scope/index.js.map +1 -1
  108. data/node_modules/@babel/traverse/lib/visitors.js +1 -1
  109. data/node_modules/@babel/traverse/lib/visitors.js.map +1 -1
  110. data/node_modules/@babel/traverse/package.json +6 -6
  111. data/node_modules/@babel/types/lib/asserts/generated/index.js +0 -8
  112. data/node_modules/@babel/types/lib/asserts/generated/index.js.map +1 -1
  113. data/node_modules/@babel/types/lib/ast-types/generated/index.js.map +1 -1
  114. data/node_modules/@babel/types/lib/builders/generated/index.js +2858 -22
  115. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  116. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +255 -267
  117. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  118. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  119. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  120. data/node_modules/@babel/types/lib/definitions/core.js +17 -26
  121. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  122. data/node_modules/@babel/types/lib/definitions/flow.js +3 -6
  123. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  124. data/node_modules/@babel/types/lib/definitions/jsx.js +4 -9
  125. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  126. data/node_modules/@babel/types/lib/definitions/typescript.js +26 -51
  127. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  128. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  129. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  130. data/node_modules/@babel/types/lib/index-legacy.d.ts +7 -27
  131. data/node_modules/@babel/types/lib/index.d.ts +1876 -1898
  132. data/node_modules/@babel/types/lib/index.js +21 -10
  133. data/node_modules/@babel/types/lib/index.js.flow +6 -26
  134. data/node_modules/@babel/types/lib/index.js.map +1 -1
  135. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +8 -9
  136. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  137. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +0 -1
  138. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  139. data/node_modules/@babel/types/lib/validators/generated/index.js +0 -17
  140. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  141. data/node_modules/@babel/types/package.json +12 -12
  142. data/node_modules/@eslint-community/eslint-utils/index.js +1 -21
  143. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  144. data/node_modules/@eslint-community/eslint-utils/index.mjs +1 -21
  145. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  146. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  147. data/node_modules/acorn/CHANGELOG.md +0 -12
  148. data/node_modules/acorn/dist/acorn.js +24 -33
  149. data/node_modules/acorn/dist/acorn.mjs +24 -33
  150. data/node_modules/acorn/package.json +1 -1
  151. data/node_modules/browserslist/index.js +4 -23
  152. data/node_modules/browserslist/node.js +60 -69
  153. data/node_modules/browserslist/package.json +1 -1
  154. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -7
  155. data/node_modules/call-bind-apply-helpers/index.d.ts +20 -38
  156. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  157. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  158. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  159. data/node_modules/call-bound/CHANGELOG.md +0 -8
  160. data/node_modules/call-bound/index.d.ts +10 -91
  161. data/node_modules/call-bound/index.js +3 -4
  162. data/node_modules/call-bound/package.json +10 -10
  163. data/node_modules/call-bound/test/index.js +4 -11
  164. data/node_modules/call-bound/tsconfig.json +1 -2
  165. data/node_modules/caniuse-lite/data/agents.js +1 -1
  166. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  167. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  168. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  169. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  170. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  171. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  172. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  173. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  174. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  175. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  176. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  177. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  178. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  179. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  180. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  746. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  747. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  748. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  749. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  750. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  751. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  752. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  753. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  754. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  755. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  756. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  757. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  758. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  759. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  986. data/node_modules/caniuse-lite/package.json +1 -1
  987. data/node_modules/electron-to-chromium/chromium-versions.js +1 -4
  988. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  989. data/node_modules/electron-to-chromium/full-chromium-versions.js +3 -75
  990. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  991. data/node_modules/electron-to-chromium/full-versions.js +1 -45
  992. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  993. data/node_modules/electron-to-chromium/package.json +1 -1
  994. data/node_modules/electron-to-chromium/versions.js +1 -8
  995. data/node_modules/electron-to-chromium/versions.json +1 -1
  996. data/node_modules/es-object-atoms/CHANGELOG.md +0 -21
  997. data/node_modules/es-object-atoms/README.md +0 -7
  998. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  999. data/node_modules/es-object-atoms/ToObject.d.ts +2 -6
  1000. data/node_modules/es-object-atoms/package.json +8 -9
  1001. data/node_modules/es-object-atoms/test/index.js +1 -11
  1002. data/node_modules/es-shim-unscopables/CHANGELOG.md +0 -8
  1003. data/node_modules/es-shim-unscopables/index.js +1 -2
  1004. data/node_modules/es-shim-unscopables/package.json +11 -20
  1005. data/node_modules/es-shim-unscopables/test/index.js +1 -4
  1006. data/node_modules/es-shim-unscopables/test/with.js +0 -8
  1007. data/node_modules/flatted/index.js +3 -3
  1008. data/node_modules/flatted/min.js +1 -1
  1009. data/node_modules/flatted/package.json +8 -21
  1010. data/node_modules/flatted/python/flatted.py +4 -4
  1011. data/node_modules/flatted/python/test.py +63 -0
  1012. data/node_modules/flow-parser/flow_parser.js +5530 -5550
  1013. data/node_modules/flow-parser/package.json +1 -1
  1014. data/node_modules/for-each/README.md +4 -0
  1015. data/node_modules/for-each/index.js +4 -11
  1016. data/node_modules/for-each/package.json +36 -47
  1017. data/node_modules/for-each/test/test.js +12 -54
  1018. data/node_modules/get-intrinsic/CHANGELOG.md +0 -8
  1019. data/node_modules/get-intrinsic/index.js +0 -1
  1020. data/node_modules/get-intrinsic/package.json +8 -8
  1021. data/node_modules/import-fresh/index.js +1 -2
  1022. data/node_modules/import-fresh/package.json +1 -6
  1023. data/node_modules/import-fresh/readme.md +8 -14
  1024. data/node_modules/is-async-function/CHANGELOG.md +0 -13
  1025. data/node_modules/is-async-function/index.d.ts +2 -4
  1026. data/node_modules/is-async-function/index.js +18 -3
  1027. data/node_modules/is-async-function/package.json +3 -8
  1028. data/node_modules/is-boolean-object/CHANGELOG.md +0 -11
  1029. data/node_modules/is-boolean-object/index.js +1 -1
  1030. data/node_modules/is-boolean-object/package.json +6 -8
  1031. data/node_modules/is-boolean-object/test/index.js +1 -24
  1032. data/node_modules/is-weakref/CHANGELOG.md +0 -8
  1033. data/node_modules/is-weakref/index.d.ts +1 -1
  1034. data/node_modules/is-weakref/index.js +1 -3
  1035. data/node_modules/is-weakref/package.json +6 -6
  1036. data/node_modules/jscodeshift/CHANGELOG.md +226 -0
  1037. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +3 -0
  1038. data/node_modules/jscodeshift/CONTRIBUTING.md +48 -0
  1039. data/node_modules/{async-function → jscodeshift}/LICENSE +1 -1
  1040. data/node_modules/jscodeshift/README.md +671 -0
  1041. data/node_modules/jscodeshift/bin/jscodeshift.js +182 -0
  1042. data/node_modules/jscodeshift/bin/jscodeshift.sh +12 -0
  1043. data/node_modules/jscodeshift/dist/Collection.js +472 -0
  1044. data/node_modules/jscodeshift/dist/Runner.js +322 -0
  1045. data/node_modules/jscodeshift/dist/Worker.js +210 -0
  1046. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +1 -0
  1047. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +11 -0
  1048. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +1 -0
  1049. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +1 -0
  1050. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +7 -0
  1051. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +1 -0
  1052. data/node_modules/jscodeshift/dist/argsParser.js +273 -0
  1053. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +113 -0
  1054. data/node_modules/jscodeshift/dist/collections/JSXElement.js +221 -0
  1055. data/node_modules/jscodeshift/dist/collections/Node.js +187 -0
  1056. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +210 -0
  1057. data/node_modules/jscodeshift/dist/collections/index.js +14 -0
  1058. data/node_modules/jscodeshift/dist/core.js +183 -0
  1059. data/node_modules/jscodeshift/dist/getParser.js +25 -0
  1060. data/node_modules/jscodeshift/dist/ignoreFiles.js +68 -0
  1061. data/node_modules/jscodeshift/dist/matchNode.js +40 -0
  1062. data/node_modules/jscodeshift/dist/template.js +173 -0
  1063. data/node_modules/jscodeshift/dist/testUtils.js +173 -0
  1064. data/node_modules/jscodeshift/dist/utils/intersection.js +27 -0
  1065. data/node_modules/jscodeshift/dist/utils/once.js +21 -0
  1066. data/node_modules/jscodeshift/dist/utils/union.js +20 -0
  1067. data/node_modules/jscodeshift/index.js +9 -0
  1068. data/node_modules/jscodeshift/package.json +74 -0
  1069. data/node_modules/jscodeshift/parser/babel5Compat.js +50 -0
  1070. data/node_modules/jscodeshift/parser/babylon.js +57 -0
  1071. data/node_modules/jscodeshift/parser/flow.js +34 -0
  1072. data/node_modules/jscodeshift/parser/ts.js +24 -0
  1073. data/node_modules/jscodeshift/parser/tsOptions.js +46 -0
  1074. data/node_modules/jscodeshift/parser/tsx.js +27 -0
  1075. data/node_modules/jscodeshift/src/Collection.js +472 -0
  1076. data/node_modules/jscodeshift/src/Runner.js +322 -0
  1077. data/node_modules/jscodeshift/src/Worker.js +210 -0
  1078. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +1 -0
  1079. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +11 -0
  1080. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +1 -0
  1081. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +1 -0
  1082. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +7 -0
  1083. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +1 -0
  1084. data/node_modules/jscodeshift/src/argsParser.js +273 -0
  1085. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +113 -0
  1086. data/node_modules/jscodeshift/src/collections/JSXElement.js +221 -0
  1087. data/node_modules/jscodeshift/src/collections/Node.js +187 -0
  1088. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +210 -0
  1089. data/node_modules/jscodeshift/src/collections/index.js +14 -0
  1090. data/node_modules/jscodeshift/src/core.js +183 -0
  1091. data/node_modules/jscodeshift/src/getParser.js +25 -0
  1092. data/node_modules/jscodeshift/src/ignoreFiles.js +68 -0
  1093. data/node_modules/jscodeshift/src/matchNode.js +40 -0
  1094. data/node_modules/jscodeshift/src/template.js +173 -0
  1095. data/node_modules/jscodeshift/src/testUtils.js +173 -0
  1096. data/node_modules/jscodeshift/src/utils/intersection.js +27 -0
  1097. data/node_modules/jscodeshift/src/utils/once.js +21 -0
  1098. data/node_modules/jscodeshift/src/utils/union.js +20 -0
  1099. data/node_modules/jscodeshift/utils/requirePackage.js +24 -0
  1100. data/node_modules/jscodeshift/utils/testUtils.js +49 -0
  1101. data/node_modules/jscodeshift/website/README.md +44 -0
  1102. data/node_modules/jscodeshift/website/astro.config.mjs +36 -0
  1103. data/node_modules/jscodeshift/website/package.json +17 -0
  1104. data/node_modules/jscodeshift/website/public/favicon.svg +1 -0
  1105. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1106. data/node_modules/jscodeshift/website/src/content/config.ts +6 -0
  1107. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +406 -0
  1108. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +3086 -0
  1109. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +15 -0
  1110. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +45 -0
  1111. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +161 -0
  1112. data/node_modules/jscodeshift/website/src/env.d.ts +2 -0
  1113. data/node_modules/jscodeshift/website/tsconfig.json +3 -0
  1114. data/node_modules/object-inspect/CHANGELOG.md +0 -8
  1115. data/node_modules/object-inspect/index.js +7 -10
  1116. data/node_modules/object-inspect/package.json +4 -5
  1117. data/node_modules/object-inspect/test/values.js +0 -50
  1118. data/node_modules/possible-typed-array-names/CHANGELOG.md +0 -14
  1119. data/node_modules/possible-typed-array-names/README.md +2 -4
  1120. data/node_modules/possible-typed-array-names/index.d.ts +0 -1
  1121. data/node_modules/possible-typed-array-names/index.js +0 -1
  1122. data/node_modules/possible-typed-array-names/package.json +9 -10
  1123. data/node_modules/possible-typed-array-names/test/index.js +3 -6
  1124. data/node_modules/possible-typed-array-names/tsconfig.json +42 -2
  1125. data/node_modules/recast/lib/lines.d.ts +2 -2
  1126. data/node_modules/recast/lib/printer.js +5 -17
  1127. data/node_modules/recast/package.json +1 -1
  1128. data/node_modules/typescript/README.md +1 -1
  1129. data/node_modules/typescript/lib/_tsc.js +500 -931
  1130. data/node_modules/typescript/lib/_tsserver.js +7 -43
  1131. data/node_modules/typescript/lib/cancellationToken.js +90 -0
  1132. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +8 -14
  1133. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +8 -14
  1134. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +8 -14
  1135. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +8 -14
  1136. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +8 -14
  1137. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +8 -14
  1138. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +8 -14
  1139. data/node_modules/typescript/lib/lib.dom.d.ts +142 -769
  1140. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +7 -9
  1141. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +54 -69
  1142. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +7 -41
  1143. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1144. data/node_modules/typescript/lib/lib.es5.d.ts +51 -60
  1145. data/node_modules/typescript/lib/lib.esnext.d.ts +0 -2
  1146. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1147. data/node_modules/typescript/lib/lib.webworker.d.ts +55 -262
  1148. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +7 -6
  1149. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +8 -14
  1150. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +8 -14
  1151. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +8 -14
  1152. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +8 -14
  1153. data/node_modules/typescript/lib/typescript.d.ts +3 -14
  1154. data/node_modules/typescript/lib/typescript.js +570 -1035
  1155. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +8 -14
  1156. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +8 -14
  1157. data/node_modules/typescript/package.json +22 -22
  1158. data/node_modules/update-browserslist-db/index.js +7 -5
  1159. data/node_modules/update-browserslist-db/package.json +2 -2
  1160. data/node_modules/which-typed-array/CHANGELOG.md +0 -10
  1161. data/node_modules/which-typed-array/index.js +20 -21
  1162. data/node_modules/which-typed-array/package.json +7 -9
  1163. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1164. data/package.json +1 -0
  1165. metadata +85 -28
  1166. data/node_modules/@babel/generator/lib/generators/deprecated.js +0 -28
  1167. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +0 -1
  1168. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +0 -2886
  1169. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +0 -1
  1170. data/node_modules/async-function/CHANGELOG.md +0 -16
  1171. data/node_modules/async-function/README.md +0 -51
  1172. data/node_modules/async-function/index.d.mts +0 -3
  1173. data/node_modules/async-function/index.d.ts +0 -13
  1174. data/node_modules/async-function/index.js +0 -8
  1175. data/node_modules/async-function/index.mjs +0 -4
  1176. data/node_modules/async-function/legacy.js +0 -18
  1177. data/node_modules/async-function/package.json +0 -86
  1178. data/node_modules/async-function/require.mjs +0 -5
  1179. data/node_modules/async-function/test/index.js +0 -40
  1180. data/node_modules/async-function/tsconfig.json +0 -9
  1181. data/node_modules/es-object-atoms/isObject.d.ts +0 -3
  1182. data/node_modules/es-object-atoms/isObject.js +0 -6
  1183. data/node_modules/es-shim-unscopables/index.d.ts +0 -8
  1184. data/node_modules/es-shim-unscopables/tsconfig.json +0 -10
  1185. data/node_modules/for-each/CHANGELOG.md +0 -107
  1186. data/node_modules/for-each/index.d.ts +0 -35
  1187. data/node_modules/for-each/tsconfig.json +0 -8
  1188. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +0 -443
  1189. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +0 -34
@@ -0,0 +1,3086 @@
1
+ ---
2
+ title: AST Grammar
3
+ ---
4
+
5
+ jscodeshift provides 278 node types which are mapped to their corresponding node type in `ast-types`. This is a comprehensive list of each node type used in `jscodeshift`.
6
+
7
+ For an easier approach to identifying the AST node type in a piece of code, please refer to [AST Explorer](https://astexplorer.net/).
8
+
9
+
10
+
11
+ ### AnyTypeAnnotation
12
+ A type annotation representing any type.
13
+
14
+ ```typescript
15
+ export interface AnyTypeAnnotation extends Omit<FlowType, "type"> {
16
+ type: "AnyTypeAnnotation";
17
+ }
18
+ ```
19
+
20
+ ### ArrayExpression
21
+ Represents an array literal.
22
+
23
+ ```typescript
24
+ export interface ArrayExpression extends Omit<Expression, "type"> {
25
+ type: "ArrayExpression";
26
+ elements: (K.ExpressionKind | K.SpreadElementKind | K.RestElementKind | null)[];
27
+ }
28
+ ```
29
+
30
+ ### ArrayPattern
31
+ A pattern that matches an array from a destructuring assignment.
32
+
33
+ ```typescript
34
+ export interface ArrayPattern extends Omit<Pattern, "type"> {
35
+ type: "ArrayPattern";
36
+ elements: (K.PatternKind | K.SpreadElementKind | null)[];
37
+ }
38
+ ```
39
+
40
+ ### ArrayTypeAnnotation
41
+ A type annotation for arrays.
42
+
43
+ ```typescript
44
+ export interface ArrayTypeAnnotation extends Omit<FlowType, "type"> {
45
+ type: "ArrayTypeAnnotation";
46
+ elementType: K.FlowTypeKind;
47
+ }
48
+ ```
49
+
50
+ ### ArrowFunctionExpression
51
+ An arrow function expression.
52
+
53
+ ```typescript
54
+ export interface ArrowFunctionExpression extends Omit<Function, "type" | "id" | "body" | "generator">, Omit<Expression, "type"> {
55
+ type: "ArrowFunctionExpression";
56
+ id?: null;
57
+ body: K.BlockStatementKind | K.ExpressionKind;
58
+ generator?: false;
59
+ }
60
+ ```
61
+
62
+ ### AssignmentExpression
63
+ Represents an assignment expression.
64
+
65
+ ```typescript
66
+ export interface AssignmentExpression extends Omit<Expression, "type"> {
67
+ type: "AssignmentExpression";
68
+ operator: "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "**=" | "||=" | "&&=" | "??=";
69
+ left: K.PatternKind | K.MemberExpressionKind;
70
+ right: K.ExpressionKind;
71
+ }
72
+ ```
73
+
74
+ ### AssignmentPattern
75
+ A pattern that matches an assignment from a destructuring assignment.
76
+
77
+ ```typescript
78
+ export interface AssignmentPattern extends Omit<Pattern, "type"> {
79
+ type: "AssignmentPattern";
80
+ left: K.PatternKind;
81
+ right: K.ExpressionKind;
82
+ }
83
+ ```
84
+
85
+ ### AwaitExpression
86
+ Represents an await expression.
87
+
88
+ ```typescript
89
+ export interface AwaitExpression extends Omit<Expression, "type"> {
90
+ type: "AwaitExpression";
91
+ argument: K.ExpressionKind | null;
92
+ all?: boolean;
93
+ }
94
+ ```
95
+
96
+ ### BigIntLiteral
97
+ A literal representing a big integer.
98
+
99
+ ```typescript
100
+ export interface BigIntLiteral extends Omit<Literal, "type" | "value"> {
101
+ type: "BigIntLiteral";
102
+ value: string | number;
103
+ extra?: {
104
+ rawValue: string;
105
+ raw: string;
106
+ };
107
+ }
108
+ ```
109
+
110
+ ### BigIntLiteralTypeAnnotation
111
+ A type annotation for big integer literals.
112
+
113
+ ```typescript
114
+ export interface BigIntLiteralTypeAnnotation extends Omit<FlowType, "type"> {
115
+ type: "BigIntLiteralTypeAnnotation";
116
+ value: null;
117
+ raw: string;
118
+ }
119
+ ```
120
+
121
+ ### BigIntTypeAnnotation
122
+ A type annotation for big integers.
123
+
124
+ ```typescript
125
+ export interface BigIntTypeAnnotation extends Omit<FlowType, "type"> {
126
+ type: "BigIntTypeAnnotation";
127
+ }
128
+ ```
129
+
130
+ ### BinaryExpression
131
+ Represents a binary expression.
132
+
133
+ ```typescript
134
+ export interface BinaryExpression extends Omit<Expression, "type"> {
135
+ type: "BinaryExpression";
136
+ operator: "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "&" | "|" | "^" | "in" | "instanceof" | "**";
137
+ left: K.ExpressionKind;
138
+ right: K.ExpressionKind;
139
+ }
140
+ ```
141
+
142
+ ### BindExpression
143
+ Represents a bind expression.
144
+
145
+ ```typescript
146
+ export interface BindExpression extends Omit<Expression, "type"> {
147
+ type: "BindExpression";
148
+ object: K.ExpressionKind | null;
149
+ callee: K.ExpressionKind;
150
+ }
151
+ ```
152
+
153
+ ### Block
154
+ A comment block.
155
+
156
+ ```typescript
157
+ export interface Block extends Comment {
158
+ type: "Block";
159
+ }
160
+ ```
161
+
162
+ ### BlockStatement
163
+ Represents a block statement.
164
+
165
+ ```typescript
166
+ export interface BlockStatement extends Omit<Statement, "type"> {
167
+ type: "BlockStatement";
168
+ body: K.StatementKind[];
169
+ directives?: K.DirectiveKind[];
170
+ }
171
+ ```
172
+
173
+ ### BooleanLiteral
174
+ A literal representing a boolean value.
175
+
176
+ ```typescript
177
+ export interface BooleanLiteral extends Omit<Literal, "type" | "value"> {
178
+ type: "BooleanLiteral";
179
+ value: boolean;
180
+ }
181
+ ```
182
+
183
+ ### BooleanLiteralTypeAnnotation
184
+ A type annotation for boolean literals.
185
+
186
+ ```typescript
187
+ export interface BooleanLiteralTypeAnnotation extends Omit<FlowType, "type"> {
188
+ type: "BooleanLiteralTypeAnnotation";
189
+ value: boolean;
190
+ raw: string;
191
+ }
192
+ ```
193
+
194
+ ### BooleanTypeAnnotation
195
+ A type annotation for boolean values.
196
+
197
+ ```typescript
198
+ export interface BooleanTypeAnnotation extends Omit<FlowType, "type"> {
199
+ type: "BooleanTypeAnnotation";
200
+ }
201
+ ```
202
+
203
+ ### BreakStatement
204
+ Represents a break statement.
205
+
206
+ ```typescript
207
+ export interface BreakStatement extends Omit<Statement, "type"> {
208
+ type: "BreakStatement";
209
+ label?: K.IdentifierKind | null;
210
+ }
211
+ ```
212
+
213
+ ### CallExpression
214
+ Represents a call expression.
215
+
216
+ ```typescript
217
+ export interface CallExpression extends Omit<Expression, "type">, Omit<ChainElement, "type"> {
218
+ type: "CallExpression";
219
+ callee: K.ExpressionKind;
220
+ arguments: (K.ExpressionKind | K.SpreadElementKind)[];
221
+ typeArguments?: null | K.TypeParameterInstantiationKind;
222
+ }
223
+ ```
224
+
225
+ ### CatchClause
226
+ Represents a catch clause in a try statement.
227
+
228
+ ```typescript
229
+ export interface CatchClause extends Omit<Node, "type"> {
230
+ type: "CatchClause";
231
+ param?: K.PatternKind | null;
232
+ guard?: K.ExpressionKind | null;
233
+ body: K.BlockStatementKind;
234
+ }
235
+ ```
236
+
237
+ ### ChainElement
238
+ An element of a chain expression.
239
+
240
+ ```typescript
241
+ export interface ChainElement extends Node {
242
+ optional?: boolean;
243
+ }
244
+ ```
245
+
246
+ ### ChainExpression
247
+ Represents a chain expression.
248
+
249
+ ```typescript
250
+ export interface ChainExpression extends Omit<Expression, "type"> {
251
+ type: "ChainExpression";
252
+ expression: K.ChainElementKind;
253
+ }
254
+ ```
255
+
256
+ ### ClassBody
257
+ Represents the body of a class, which contains method definitions.
258
+
259
+ ```typescript
260
+ export interface ClassBody extends Omit<Declaration, "type"> {
261
+ type: "ClassBody";
262
+ body: (K.MethodDefinitionKind | K.VariableDeclaratorKind | K.ClassPropertyDefinitionKind | K.ClassPropertyKind | K.ClassPrivatePropertyKind | K.ClassAccessorPropertyKind | K.ClassMethodKind | K.ClassPrivateMethodKind | K.StaticBlockKind | K.TSDeclareMethodKind | K.TSCallSignatureDeclarationKind | K.TSConstructSignatureDeclarationKind | K.TSIndexSignatureKind | K.TSMethodSignatureKind | K.TSPropertySignatureKind)[];
263
+ }
264
+ ```
265
+
266
+ ### ClassDeclaration
267
+ Represents a class declaration.
268
+
269
+ ```typescript
270
+ export interface ClassDeclaration extends Omit<Declaration, "type"> {
271
+ type: "ClassDeclaration";
272
+ id: K.IdentifierKind | null;
273
+ body: K.ClassBodyKind;
274
+ superClass?: K.ExpressionKind | null;
275
+ typeParameters?: K.TypeParameterDeclarationKind | K.TSTypeParameterDeclarationKind | null;
276
+ superTypeParameters?: K.TypeParameterInstantiationKind | K.TSTypeParameterInstantiationKind | null;
277
+ implements?: K.ClassImplementsKind[] | K.TSExpressionWithTypeArgumentsKind[];
278
+ }
279
+ ```
280
+
281
+ ### ClassExpression
282
+ Represents a class expression.
283
+
284
+ ```typescript
285
+ export interface ClassExpression extends Omit<Expression, "type"> {
286
+ type: "ClassExpression";
287
+ id?: K.IdentifierKind | null;
288
+ body: K.ClassBodyKind;
289
+ superClass?: K.ExpressionKind | null;
290
+ typeParameters?: K.TypeParameterDeclarationKind | K.TSTypeParameterDeclarationKind | null;
291
+ superTypeParameters?: K.TypeParameterInstantiationKind | K.TSTypeParameterInstantiationKind | null;
292
+ implements?: K.ClassImplementsKind[] | K.TSExpressionWithTypeArgumentsKind[];
293
+ }
294
+ ```
295
+
296
+ ### ClassImplements
297
+ Represents an implementation of a class.
298
+
299
+ ```typescript
300
+ export interface ClassImplements extends Omit<Node, "type"> {
301
+ type: "ClassImplements";
302
+ id: K.IdentifierKind;
303
+ superClass?: K.ExpressionKind | null;
304
+ typeParameters?: K.TypeParameterInstantiationKind | null;
305
+ }
306
+ ```
307
+
308
+ ### ClassMethod
309
+ Represents a method of a class.
310
+
311
+ ```typescript
312
+ export interface ClassMethod extends Omit<Declaration, "type">, Omit<Function, "type" | "body"> {
313
+ type: "ClassMethod";
314
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
315
+ kind?: "get" | "set" | "method" | "constructor";
316
+ body: K.BlockStatementKind;
317
+ access?: "public" | "private" | "protected" | null;
318
+ computed?: boolean;
319
+ static?: boolean;
320
+ abstract?: boolean;
321
+ accessibility?: "public" | "private" | "protected" | null;
322
+ decorators?: K.DecoratorKind[] | null;
323
+ definite?: boolean;
324
+ optional?: boolean;
325
+ override?: boolean;
326
+ readonly?: boolean;
327
+ }
328
+ ```
329
+
330
+ ### ClassPrivateMethod
331
+ Represents a
332
+
333
+ private method of a class.
334
+
335
+ ```typescript
336
+ export interface ClassPrivateMethod extends Omit<Declaration, "type">, Omit<Function, "type" | "body"> {
337
+ type: "ClassPrivateMethod";
338
+ key: K.PrivateNameKind;
339
+ body: K.BlockStatementKind;
340
+ access?: "public" | "private" | "protected" | null;
341
+ computed?: boolean;
342
+ static?: boolean;
343
+ decorators?: K.DecoratorKind[] | null;
344
+ }
345
+ ```
346
+
347
+ ### ClassPrivateProperty
348
+ Represents a private property of a class.
349
+
350
+ ```typescript
351
+ export interface ClassPrivateProperty extends Omit<Declaration, "type"> {
352
+ type: "ClassPrivateProperty";
353
+ key: K.PrivateNameKind;
354
+ value?: K.ExpressionKind | null;
355
+ access?: "public" | "private" | "protected" | null;
356
+ computed?: boolean;
357
+ static?: boolean;
358
+ decorators?: K.DecoratorKind[] | null;
359
+ optional?: boolean;
360
+ override?: boolean;
361
+ readonly?: boolean;
362
+ variance?: K.VarianceKind | "plus" | "minus" | null;
363
+ definite?: boolean;
364
+ }
365
+ ```
366
+
367
+ ### ClassProperty
368
+ Represents a property of a class.
369
+
370
+ ```typescript
371
+ export interface ClassProperty extends Omit<Declaration, "type"> {
372
+ type: "ClassProperty";
373
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
374
+ value?: K.ExpressionKind | null;
375
+ access?: "public" | "private" | "protected" | null;
376
+ computed?: boolean;
377
+ static?: boolean;
378
+ decorators?: K.DecoratorKind[] | null;
379
+ optional?: boolean;
380
+ override?: boolean;
381
+ readonly?: boolean;
382
+ variance?: K.VarianceKind | "plus" | "minus" | null;
383
+ definite?: boolean;
384
+ }
385
+ ```
386
+
387
+ ### ClassPropertyDefinition
388
+ Represents a property definition in a class.
389
+
390
+ ```typescript
391
+ export interface ClassPropertyDefinition extends Omit<Declaration, "type"> {
392
+ type: "ClassPropertyDefinition";
393
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
394
+ value?: K.ExpressionKind | null;
395
+ access?: "public" | "private" | "protected" | null;
396
+ computed?: boolean;
397
+ static?: boolean;
398
+ decorators?: K.DecoratorKind[] | null;
399
+ optional?: boolean;
400
+ override?: boolean;
401
+ readonly?: boolean;
402
+ variance?: K.VarianceKind | "plus" | "minus" | null;
403
+ definite?: boolean;
404
+ }
405
+ ```
406
+
407
+ ### Comment
408
+ Represents a comment in the code.
409
+
410
+ ```typescript
411
+ export interface Comment extends Printable {
412
+ type: "Comment";
413
+ value: string;
414
+ }
415
+ ```
416
+
417
+ ### CommentBlock
418
+ Represents a block comment.
419
+
420
+ ```typescript
421
+ export interface CommentBlock extends Comment {
422
+ type: "Block";
423
+ }
424
+ ```
425
+
426
+ ### CommentLine
427
+ Represents a line comment.
428
+
429
+ ```typescript
430
+ export interface CommentLine extends Comment {
431
+ type: "Line";
432
+ }
433
+ ```
434
+
435
+ ### ComprehensionBlock
436
+ Represents a comprehension block.
437
+
438
+ ```typescript
439
+ export interface ComprehensionBlock extends Omit<Node, "type"> {
440
+ type: "ComprehensionBlock";
441
+ left: K.PatternKind;
442
+ right: K.ExpressionKind;
443
+ each: boolean;
444
+ }
445
+ ```
446
+
447
+ ### ComprehensionExpression
448
+ Represents a comprehension expression.
449
+
450
+ ```typescript
451
+ export interface ComprehensionExpression extends Omit<Expression, "type"> {
452
+ type: "ComprehensionExpression";
453
+ body: K.ExpressionKind;
454
+ blocks: K.ComprehensionBlockKind[];
455
+ filter?: K.ExpressionKind | null;
456
+ }
457
+ ```
458
+
459
+ ### ConditionalExpression
460
+ Represents a conditional expression (ternary).
461
+
462
+ ```typescript
463
+ export interface ConditionalExpression extends Omit<Expression, "type"> {
464
+ type: "ConditionalExpression";
465
+ test: K.ExpressionKind;
466
+ consequent: K.ExpressionKind;
467
+ alternate: K.ExpressionKind;
468
+ }
469
+ ```
470
+
471
+ ### ContinueStatement
472
+ Represents a continue statement.
473
+
474
+ ```typescript
475
+ export interface ContinueStatement extends Omit<Statement, "type"> {
476
+ type: "ContinueStatement";
477
+ label?: K.IdentifierKind | null;
478
+ }
479
+ ```
480
+
481
+ ### DebuggerStatement
482
+ Represents a debugger statement.
483
+
484
+ ```typescript
485
+ export interface DebuggerStatement extends Omit<Statement, "type"> {
486
+ type: "DebuggerStatement";
487
+ }
488
+ ```
489
+
490
+ ### Declaration
491
+ Represents a declaration in the code.
492
+
493
+ ```typescript
494
+ export interface Declaration extends Statement {
495
+ type: "Declaration";
496
+ }
497
+ ```
498
+
499
+ ### DeclareClass
500
+ Represents a Flow type declaration for a class.
501
+
502
+ ```typescript
503
+ export interface DeclareClass extends Omit<Declaration, "type"> {
504
+ type: "DeclareClass";
505
+ id: K.IdentifierKind;
506
+ typeParameters?: K.TypeParameterDeclarationKind | null;
507
+ extends: K.InterfaceExtendsKind[];
508
+ body: K.ObjectTypeAnnotationKind;
509
+ mixins?: K.InterfaceExtendsKind[] | null;
510
+ implements?: K.ClassImplementsKind[] | K.TSExpressionWithTypeArgumentsKind[];
511
+ }
512
+ ```
513
+
514
+ ### DeclaredPredicate
515
+ Represents a declared predicate in Flow.
516
+
517
+ ```typescript
518
+ export interface DeclaredPredicate extends Omit<FlowPredicate, "type"> {
519
+ type: "DeclaredPredicate";
520
+ value: K.ExpressionKind;
521
+ }
522
+ ```
523
+
524
+ ### DeclareExportAllDeclaration
525
+ Represents a Flow type declaration for exporting everything.
526
+
527
+ ```typescript
528
+ export interface DeclareExportAllDeclaration extends Omit<Declaration, "type"> {
529
+ type: "DeclareExportAllDeclaration";
530
+ source?: K.LiteralKind | null;
531
+ }
532
+ ```
533
+
534
+ ### DeclareExportDeclaration
535
+ Represents a Flow type declaration for exporting.
536
+
537
+ ```typescript
538
+ export interface DeclareExportDeclaration extends Omit<Declaration, "type"> {
539
+ type: "DeclareExportDeclaration";
540
+ default: boolean;
541
+ declaration?: K.DeclarationKind | K.ExpressionKind | null;
542
+ specifiers?: K.ExportSpecifierKind[] | null;
543
+ source?: K.LiteralKind | null;
544
+ }
545
+ ```
546
+
547
+ ### DeclareFunction
548
+ Represents a Flow type declaration for a function.
549
+
550
+ ```typescript
551
+ export interface DeclareFunction extends Omit<Declaration, "type"> {
552
+ type: "DeclareFunction";
553
+ id: K.IdentifierKind;
554
+ }
555
+ ```
556
+
557
+ ### DeclareInterface
558
+ Represents a Flow type declaration for an interface.
559
+
560
+ ```typescript
561
+ export interface DeclareInterface extends Omit<Declaration, "type"> {
562
+ type: "DeclareInterface";
563
+ id: K.IdentifierKind;
564
+ typeParameters?: K.TypeParameterDeclarationKind | null;
565
+ extends: K.InterfaceExtendsKind[];
566
+ body: K.ObjectTypeAnnotationKind;
567
+ }
568
+ ```
569
+
570
+ ### DeclareModule
571
+ Represents a Flow type declaration for a module.
572
+
573
+ ```typescript
574
+ export interface DeclareModule extends Omit<Declaration, "type"> {
575
+ type: "DeclareModule";
576
+ id: K.StringLiteralKind | K.IdentifierKind;
577
+ body: K.BlockStatementKind;
578
+ kind?: "commonjs" | "es" | null;
579
+ }
580
+ ```
581
+
582
+ ### DeclareModuleExports
583
+ Represents a Flow type declaration for module exports.
584
+
585
+ ```typescript
586
+ export interface DeclareModuleExports extends Omit<Declaration, "type"> {
587
+ type: "DeclareModuleExports";
588
+ typeAnnotation: K.TypeAnnotationKind;
589
+ }
590
+ ```
591
+
592
+ ### DeclareOpaqueType
593
+ Represents a Flow type declaration for an opaque type.
594
+
595
+ ```typescript
596
+ export interface DeclareOpaqueType extends Omit<Declaration, "type"> {
597
+ type: "DeclareOpaqueType";
598
+ id: K.IdentifierKind;
599
+ typeParameters?: K.TypeParameterDeclarationKind | null;
600
+ impltype: K.FlowTypeKind;
601
+ supertype?: K.FlowTypeKind | null;
602
+ }
603
+ ```
604
+
605
+ ### DeclareTypeAlias
606
+ Represents a Flow type declaration for a type alias.
607
+
608
+ ```typescript
609
+ export interface DeclareTypeAlias extends Omit<Declaration, "type"> {
610
+ type: "DeclareTypeAlias";
611
+ id: K.IdentifierKind;
612
+ typeParameters?: K.TypeParameterDeclarationKind | null;
613
+ right: K.FlowTypeKind;
614
+ }
615
+ ```
616
+
617
+ ### DeclareVariable
618
+ Represents a Flow type declaration for a variable.
619
+
620
+ ```typescript
621
+ export interface DeclareVariable extends Omit<Declaration, "type"> {
622
+ type: "DeclareVariable";
623
+ id: K.IdentifierKind;
624
+ }
625
+ ```
626
+
627
+ ### Decorator
628
+ Represents a decorator.
629
+
630
+ ```typescript
631
+ export interface Decorator extends Omit<Node, "type"> {
632
+ type: "Decorator";
633
+ expression: K.ExpressionKind;
634
+ }
635
+ ```
636
+
637
+ ### Directive
638
+ Represents a directive in a function or a script.
639
+
640
+ ```typescript
641
+ export interface Directive extends Node {
642
+ type: "Directive";
643
+ value: K.DirectiveLiteralKind;
644
+ }
645
+ ```
646
+
647
+ ### DirectiveLiteral
648
+ Represents the value of a directive.
649
+
650
+ ```typescript
651
+ export interface DirectiveLiteral extends Omit<Literal, "type"> {
652
+ type: "DirectiveLiteral";
653
+ value: string;
654
+ }
655
+ ```
656
+
657
+ ### DoExpression
658
+ Represents a do expression.
659
+
660
+ ```typescript
661
+ export interface DoExpression extends Omit<Expression, "type"> {
662
+ type: "DoExpression";
663
+ body: K.BlockStatementKind;
664
+ }
665
+ ```
666
+
667
+ ### DoWhileStatement
668
+ Represents a do...while statement.
669
+
670
+ ```typescript
671
+ export interface DoWhileStatement extends Omit<Statement, "type"> {
672
+ type: "DoWhileStatement";
673
+ test: K.ExpressionKind;
674
+ body: K.StatementKind;
675
+ }
676
+ ```
677
+
678
+ ### EmptyStatement
679
+ Represents an empty statement.
680
+
681
+ ```typescript
682
+ export interface EmptyStatement extends Omit<Statement, "type"> {
683
+ type: "EmptyStatement";
684
+ }
685
+ ```
686
+
687
+ ### EmptyTypeAnnotation
688
+ A type annotation for an empty type.
689
+
690
+ ```typescript
691
+ export interface EmptyTypeAnnotation extends Omit<FlowType, "type"> {
692
+ type: "EmptyTypeAnnotation";
693
+ }
694
+ ```
695
+
696
+ ### EnumBooleanBody
697
+ Represents the body of a boolean enum.
698
+
699
+ ```typescript
700
+ export interface EnumBooleanBody extends Omit<Node, "type"> {
701
+ type: "EnumBooleanBody";
702
+ members: K.EnumBooleanMemberKind[];
703
+ explicitType?: boolean;
704
+ hasUnknownMembers?: boolean
705
+
706
+ ;
707
+ }
708
+ ```
709
+
710
+ ### EnumBooleanMember
711
+ Represents a member of a boolean enum.
712
+
713
+ ```typescript
714
+ export interface EnumBooleanMember extends Omit<Node, "type"> {
715
+ type: "EnumBooleanMember";
716
+ id: K.IdentifierKind;
717
+ init: K.BooleanLiteralKind;
718
+ }
719
+ ```
720
+
721
+ ### EnumDeclaration
722
+ Represents an enum declaration.
723
+
724
+ ```typescript
725
+ export interface EnumDeclaration extends Omit<Declaration, "type"> {
726
+ type: "EnumDeclaration";
727
+ id: K.IdentifierKind;
728
+ body: K.EnumBooleanBodyKind | K.EnumNumberBodyKind | K.EnumStringBodyKind | K.EnumSymbolBodyKind;
729
+ }
730
+ ```
731
+
732
+ ### EnumDefaultedMember
733
+ Represents a defaulted member of an enum.
734
+
735
+ ```typescript
736
+ export interface EnumDefaultedMember extends Omit<Node, "type"> {
737
+ type: "EnumDefaultedMember";
738
+ id: K.IdentifierKind;
739
+ }
740
+ ```
741
+
742
+ ### EnumNumberBody
743
+ Represents the body of a number enum.
744
+
745
+ ```typescript
746
+ export interface EnumNumberBody extends Omit<Node, "type"> {
747
+ type: "EnumNumberBody";
748
+ members: K.EnumNumberMemberKind[];
749
+ explicitType?: boolean;
750
+ hasUnknownMembers?: boolean;
751
+ }
752
+ ```
753
+
754
+ ### EnumNumberMember
755
+ Represents a member of a number enum.
756
+
757
+ ```typescript
758
+ export interface EnumNumberMember extends Omit<Node, "type"> {
759
+ type: "EnumNumberMember";
760
+ id: K.IdentifierKind;
761
+ init: K.NumericLiteralKind;
762
+ }
763
+ ```
764
+
765
+ ### EnumStringBody
766
+ Represents the body of a string enum.
767
+
768
+ ```typescript
769
+ export interface EnumStringBody extends Omit<Node, "type"> {
770
+ type: "EnumStringBody";
771
+ members: K.EnumStringMemberKind[];
772
+ explicitType?: boolean;
773
+ hasUnknownMembers?: boolean;
774
+ }
775
+ ```
776
+
777
+ ### EnumStringMember
778
+ Represents a member of a string enum.
779
+
780
+ ```typescript
781
+ export interface EnumStringMember extends Omit<Node, "type"> {
782
+ type: "EnumStringMember";
783
+ id: K.IdentifierKind;
784
+ init?: K.StringLiteralKind;
785
+ }
786
+ ```
787
+
788
+ ### EnumSymbolBody
789
+ Represents the body of a symbol enum.
790
+
791
+ ```typescript
792
+ export interface EnumSymbolBody extends Omit<Node, "type"> {
793
+ type: "EnumSymbolBody";
794
+ members: K.EnumDefaultedMemberKind[];
795
+ hasUnknownMembers?: boolean;
796
+ }
797
+ ```
798
+
799
+ ### ExistentialTypeParam
800
+ Represents an existential type parameter in Flow.
801
+
802
+ ```typescript
803
+ export interface ExistentialTypeParam extends Omit<FlowType, "type"> {
804
+ type: "ExistentialTypeParam";
805
+ }
806
+ ```
807
+
808
+ ### ExistsTypeAnnotation
809
+ A type annotation for an existential type.
810
+
811
+ ```typescript
812
+ export interface ExistsTypeAnnotation extends Omit<FlowType, "type"> {
813
+ type: "ExistsTypeAnnotation";
814
+ }
815
+ ```
816
+
817
+ ### ExportAllDeclaration
818
+ Represents an export all declaration.
819
+
820
+ ```typescript
821
+ export interface ExportAllDeclaration extends Omit<Declaration, "type"> {
822
+ type: "ExportAllDeclaration";
823
+ source: K.LiteralKind;
824
+ exportKind?: "type" | "value" | null;
825
+ }
826
+ ```
827
+
828
+ ### ExportBatchSpecifier
829
+ Represents a batch export specifier.
830
+
831
+ ```typescript
832
+ export interface ExportBatchSpecifier extends Omit<Node, "type"> {
833
+ type: "ExportBatchSpecifier";
834
+ }
835
+ ```
836
+
837
+ ### ExportDeclaration
838
+ Represents an export declaration.
839
+
840
+ ```typescript
841
+ export interface ExportDeclaration extends Omit<Declaration, "type"> {
842
+ type: "ExportDeclaration";
843
+ default: boolean;
844
+ declaration?: K.DeclarationKind | K.ExpressionKind | null;
845
+ specifiers?: K.ExportSpecifierKind[] | null;
846
+ source?: K.LiteralKind | null;
847
+ }
848
+ ```
849
+
850
+ ### ExportDefaultDeclaration
851
+ Represents an export default declaration.
852
+
853
+ ```typescript
854
+ export interface ExportDefaultDeclaration extends Omit<Declaration, "type"> {
855
+ type: "ExportDefaultDeclaration";
856
+ declaration: K.DeclarationKind | K.ExpressionKind;
857
+ }
858
+ ```
859
+
860
+ ### ExportDefaultSpecifier
861
+ Represents an export default specifier.
862
+
863
+ ```typescript
864
+ export interface ExportDefaultSpecifier extends Omit<Node, "type"> {
865
+ type: "ExportDefaultSpecifier";
866
+ exported: K.IdentifierKind;
867
+ }
868
+ ```
869
+
870
+ ### ExportNamedDeclaration
871
+ Represents a named export declaration.
872
+
873
+ ```typescript
874
+ export interface ExportNamedDeclaration extends Omit<Declaration, "type"> {
875
+ type: "ExportNamedDeclaration";
876
+ declaration?: K.DeclarationKind | null;
877
+ specifiers: K.ExportSpecifierKind[];
878
+ source?: K.LiteralKind | null;
879
+ exportKind?: "type" | "value" | null;
880
+ }
881
+ ```
882
+
883
+ ### ExportNamespaceSpecifier
884
+ Represents an export namespace specifier.
885
+
886
+ ```typescript
887
+ export interface ExportNamespaceSpecifier extends Omit<Node, "type"> {
888
+ type: "ExportNamespaceSpecifier";
889
+ exported: K.IdentifierKind;
890
+ }
891
+ ```
892
+
893
+ ### ExportSpecifier
894
+ Represents an export specifier.
895
+
896
+ ```typescript
897
+ export interface ExportSpecifier extends Omit<Node, "type"> {
898
+ type: "ExportSpecifier";
899
+ exported: K.IdentifierKind;
900
+ local: K.IdentifierKind;
901
+ }
902
+ ```
903
+
904
+ ### Expression
905
+ Represents an expression in the code.
906
+
907
+ ```typescript
908
+ export interface Expression extends Node {
909
+ type: "Expression";
910
+ }
911
+ ```
912
+
913
+ ### ExpressionStatement
914
+ Represents an expression statement.
915
+
916
+ ```typescript
917
+ export interface ExpressionStatement extends Omit<Statement, "type"> {
918
+ type: "ExpressionStatement";
919
+ expression: K.ExpressionKind;
920
+ directive?: string;
921
+ }
922
+ ```
923
+
924
+ ### File
925
+ Represents a file in the AST.
926
+
927
+ ```typescript
928
+ export interface File extends Omit<Node, "type"> {
929
+ type: "File";
930
+ program: K.ProgramKind;
931
+ comments?: K.CommentKind[] | null;
932
+ tokens?: any[] | null;
933
+ }
934
+ ```
935
+
936
+ ### Flow
937
+ Represents a Flow type.
938
+
939
+ ```typescript
940
+ export interface Flow extends Node {
941
+ type: "Flow";
942
+ }
943
+ ```
944
+
945
+ ### FlowPredicate
946
+ Represents a Flow predicate.
947
+
948
+ ```typescript
949
+ export interface FlowPredicate extends Omit<Flow, "type"> {
950
+ type: "FlowPredicate";
951
+ }
952
+ ```
953
+
954
+ ### FlowType
955
+ Represents a Flow type.
956
+
957
+ ```typescript
958
+ export interface FlowType extends Flow {
959
+ type: "FlowType";
960
+ }
961
+ ```
962
+
963
+ ### ForAwaitStatement
964
+ Represents a for-await statement.
965
+
966
+ ```typescript
967
+ export interface ForAwaitStatement extends Omit<Statement, "type"> {
968
+ type: "ForAwaitStatement";
969
+ left: K.VariableDeclarationKind | K.ExpressionKind;
970
+ right: K.ExpressionKind;
971
+ body: K.StatementKind;
972
+ }
973
+ ```
974
+
975
+ ### ForInStatement
976
+ Represents a for-in statement.
977
+
978
+ ```typescript
979
+ export interface ForInStatement extends Omit<Statement, "type"> {
980
+ type: "ForInStatement";
981
+ left: K.VariableDeclarationKind | K.ExpressionKind;
982
+ right: K.ExpressionKind;
983
+ body: K.StatementKind;
984
+ }
985
+ ```
986
+
987
+ ### ForOfStatement
988
+ Represents a for-of statement.
989
+
990
+ ```typescript
991
+ export interface ForOfStatement extends Omit<Statement, "type"> {
992
+ type: "ForOfStatement";
993
+ left: K.VariableDeclarationKind | K.ExpressionKind;
994
+ right: K.ExpressionKind;
995
+ body: K.StatementKind;
996
+ }
997
+ ```
998
+
999
+ ### ForStatement
1000
+ Represents a for statement.
1001
+
1002
+ ```typescript
1003
+ export interface ForStatement extends Omit<Statement, "type"> {
1004
+ type: "ForStatement";
1005
+ init?: K.VariableDeclarationKind | K.ExpressionKind | null;
1006
+ test?: K.ExpressionKind | null;
1007
+ update?: K.ExpressionKind | null;
1008
+ body: K.StatementKind;
1009
+ }
1010
+ ```
1011
+
1012
+ ### Function
1013
+ Represents a function in the code.
1014
+
1015
+ ```typescript
1016
+ export interface Function extends Node {
1017
+ type: "Function";
1018
+ id?: K.IdentifierKind | null;
1019
+ params: (K.PatternKind | K.TSParameterPropertyKind)[];
1020
+ body: K.BlockStatementKind;
1021
+ generator?: boolean;
1022
+ async?: boolean;
1023
+ expression?: boolean;
1024
+ returnType?: K.TypeAnnotationKind | K.TSTypeAnnotationKind | K.NoopKind | null;
1025
+ typeParameters?: K.TypeParameterDeclarationKind | K.TSTypeParameterDeclarationKind | null;
1026
+ }
1027
+ ```
1028
+
1029
+ ### FunctionDeclaration
1030
+ Represents a function declaration.
1031
+
1032
+ ```typescript
1033
+ export interface FunctionDeclaration extends Omit<Function, "type">, Omit<Declaration, "type"> {
1034
+ type: "FunctionDeclaration";
1035
+ body: K.BlockStatementKind;
1036
+ declare?: boolean;
1037
+ }
1038
+ ```
1039
+
1040
+ ### FunctionExpression
1041
+ Represents a function expression.
1042
+
1043
+ ```typescript
1044
+ export interface FunctionExpression extends Omit<Function, "type">, Omit<Expression, "type"> {
1045
+ type: "FunctionExpression";
1046
+ }
1047
+ ```
1048
+
1049
+ ### FunctionTypeAnnotation
1050
+ A type annotation for a function.
1051
+
1052
+ ```typescript
1053
+ export interface FunctionTypeAnnotation extends Omit<FlowType, "type"> {
1054
+ type: "FunctionTypeAnnotation";
1055
+ params: K.FunctionTypeParamKind[];
1056
+ returnType: K.FlowTypeKind;
1057
+ rest?: K.FunctionTypeParamKind | null;
1058
+ typeParameters?: K.TypeParameterDeclarationKind | null;
1059
+ }
1060
+ ```
1061
+
1062
+ ### FunctionTypeParam
1063
+ Represents a parameter in a function type annotation.
1064
+
1065
+ ```typescript
1066
+ export interface FunctionTypeParam extends Omit<Node, "type"> {
1067
+ type: "FunctionTypeParam";
1068
+ name: K.IdentifierKind | null;
1069
+ typeAnnotation: K.FlowTypeKind;
1070
+ optional?: boolean;
1071
+ }
1072
+ ```
1073
+
1074
+ ### GeneratorExpression
1075
+ Represents a generator expression.
1076
+
1077
+ ```typescript
1078
+ export interface GeneratorExpression extends Omit<Expression, "type"> {
1079
+ type: "GeneratorExpression";
1080
+ }
1081
+ ```
1082
+
1083
+ ### GenericTypeAnnotation
1084
+ A type annotation for a generic type.
1085
+
1086
+ ```typescript
1087
+ export interface GenericTypeAnnotation extends Omit<FlowType, "type"> {
1088
+ type: "GenericTypeAnnotation";
1089
+ id: K.IdentifierKind | K.QualifiedTypeIdentifierKind;
1090
+ typeParameters?: K.TypeParameterInstantiationKind | null;
1091
+ }
1092
+ ```
1093
+
1094
+ ### Identifier
1095
+ Represents an identifier.
1096
+
1097
+ ```typescript
1098
+ export interface Identifier extends Omit<Expression
1099
+
1100
+ , "type">, Omit<Pattern, "type"> {
1101
+ type: "Identifier";
1102
+ name: string;
1103
+ optional?: boolean;
1104
+ typeAnnotation?: K.TypeAnnotationKind | K.TSTypeAnnotationKind | null;
1105
+ decorators?: K.DecoratorKind[] | null;
1106
+ }
1107
+ ```
1108
+
1109
+ ### IfStatement
1110
+ Represents an if statement.
1111
+
1112
+ ```typescript
1113
+ export interface IfStatement extends Omit<Statement, "type"> {
1114
+ type: "IfStatement";
1115
+ test: K.ExpressionKind;
1116
+ consequent: K.StatementKind;
1117
+ alternate?: K.StatementKind | null;
1118
+ }
1119
+ ```
1120
+
1121
+ ### Import
1122
+ Represents an import expression.
1123
+
1124
+ ```typescript
1125
+ export interface Import extends Omit<Expression, "type"> {
1126
+ type: "Import";
1127
+ }
1128
+ ```
1129
+
1130
+ ### ImportDeclaration
1131
+ Represents an import declaration.
1132
+
1133
+ ```typescript
1134
+ export interface ImportDeclaration extends Omit<Declaration, "type"> {
1135
+ type: "ImportDeclaration";
1136
+ specifiers: (K.ImportSpecifierKind | K.ImportNamespaceSpecifierKind | K.ImportDefaultSpecifierKind)[];
1137
+ source: K.LiteralKind;
1138
+ importKind?: "type" | "typeof" | "value" | null;
1139
+ }
1140
+ ```
1141
+
1142
+ ### ImportDefaultSpecifier
1143
+ Represents a default import specifier.
1144
+
1145
+ ```typescript
1146
+ export interface ImportDefaultSpecifier extends Omit<Node, "type"> {
1147
+ type: "ImportDefaultSpecifier";
1148
+ local: K.IdentifierKind;
1149
+ }
1150
+ ```
1151
+
1152
+ ### ImportExpression
1153
+ Represents an import expression.
1154
+
1155
+ ```typescript
1156
+ export interface ImportExpression extends Omit<Expression, "type"> {
1157
+ type: "ImportExpression";
1158
+ source: K.LiteralKind;
1159
+ }
1160
+ ```
1161
+
1162
+ ### ImportNamespaceSpecifier
1163
+ Represents a namespace import specifier.
1164
+
1165
+ ```typescript
1166
+ export interface ImportNamespaceSpecifier extends Omit<Node, "type"> {
1167
+ type: "ImportNamespaceSpecifier";
1168
+ local: K.IdentifierKind;
1169
+ }
1170
+ ```
1171
+
1172
+ ### ImportSpecifier
1173
+ Represents an import specifier.
1174
+
1175
+ ```typescript
1176
+ export interface ImportSpecifier extends Omit<Node, "type"> {
1177
+ type: "ImportSpecifier";
1178
+ local: K.IdentifierKind;
1179
+ imported: K.IdentifierKind;
1180
+ importKind?: "type" | "typeof" | "value" | null;
1181
+ }
1182
+ ```
1183
+
1184
+ ### InferredPredicate
1185
+ Represents an inferred predicate in Flow.
1186
+
1187
+ ```typescript
1188
+ export interface InferredPredicate extends Omit<FlowPredicate, "type"> {
1189
+ type: "InferredPredicate";
1190
+ }
1191
+ ```
1192
+
1193
+ ### InterfaceDeclaration
1194
+ Represents an interface declaration.
1195
+
1196
+ ```typescript
1197
+ export interface InterfaceDeclaration extends Omit<Declaration, "type"> {
1198
+ type: "InterfaceDeclaration";
1199
+ id: K.IdentifierKind;
1200
+ typeParameters?: K.TypeParameterDeclarationKind | null;
1201
+ extends: K.InterfaceExtendsKind[];
1202
+ body: K.ObjectTypeAnnotationKind;
1203
+ }
1204
+ ```
1205
+
1206
+ ### InterfaceExtends
1207
+ Represents an extension of an interface.
1208
+
1209
+ ```typescript
1210
+ export interface InterfaceExtends extends Omit<Node, "type"> {
1211
+ type: "InterfaceExtends";
1212
+ id: K.IdentifierKind | K.QualifiedTypeIdentifierKind;
1213
+ typeParameters?: K.TypeParameterInstantiationKind | null;
1214
+ }
1215
+ ```
1216
+
1217
+ ### InterfaceTypeAnnotation
1218
+ A type annotation for an interface.
1219
+
1220
+ ```typescript
1221
+ export interface InterfaceTypeAnnotation extends Omit<FlowType, "type"> {
1222
+ type: "InterfaceTypeAnnotation";
1223
+ body: K.ObjectTypeAnnotationKind;
1224
+ extends?: K.InterfaceExtendsKind[] | null;
1225
+ }
1226
+ ```
1227
+
1228
+ ### InterpreterDirective
1229
+ Represents an interpreter directive at the top of a script.
1230
+
1231
+ ```typescript
1232
+ export interface InterpreterDirective extends Omit<Literal, "type"> {
1233
+ type: "InterpreterDirective";
1234
+ value: string;
1235
+ }
1236
+ ```
1237
+
1238
+ ### IntersectionTypeAnnotation
1239
+ A type annotation for an intersection type.
1240
+
1241
+ ```typescript
1242
+ export interface IntersectionTypeAnnotation extends Omit<FlowType, "type"> {
1243
+ type: "IntersectionTypeAnnotation";
1244
+ types: K.FlowTypeKind[];
1245
+ }
1246
+ ```
1247
+
1248
+ ### JSXAttribute
1249
+ Represents an attribute in a JSX element.
1250
+
1251
+ ```typescript
1252
+ export interface JSXAttribute extends Omit<Node, "type"> {
1253
+ type: "JSXAttribute";
1254
+ name: K.JSXIdentifierKind | K.JSXNamespacedNameKind;
1255
+ value?: K.LiteralKind | K.JSXExpressionContainerKind | null;
1256
+ }
1257
+ ```
1258
+
1259
+ ### JSXClosingElement
1260
+ Represents a closing element in JSX.
1261
+
1262
+ ```typescript
1263
+ export interface JSXClosingElement extends Omit<Node, "type"> {
1264
+ type: "JSXClosingElement";
1265
+ name: K.JSXIdentifierKind | K.JSXMemberExpressionKind | K.JSXNamespacedNameKind;
1266
+ }
1267
+ ```
1268
+
1269
+ ### JSXClosingFragment
1270
+ Represents a closing fragment in JSX.
1271
+
1272
+ ```typescript
1273
+ export interface JSXClosingFragment extends Omit<Node, "type"> {
1274
+ type: "JSXClosingFragment";
1275
+ }
1276
+ ```
1277
+
1278
+ ### JSXElement
1279
+ Represents a JSX element.
1280
+
1281
+ ```typescript
1282
+ export interface JSXElement extends Omit<Expression, "type"> {
1283
+ type: "JSXElement";
1284
+ openingElement: K.JSXOpeningElementKind;
1285
+ closingElement?: K.JSXClosingElementKind | null;
1286
+ children: K.JSXElementKind[];
1287
+ selfClosing?: boolean;
1288
+ }
1289
+ ```
1290
+
1291
+ ### JSXEmptyExpression
1292
+ Represents an empty expression in JSX.
1293
+
1294
+ ```typescript
1295
+ export interface JSXEmptyExpression extends Omit<Expression, "type"> {
1296
+ type: "JSXEmptyExpression";
1297
+ }
1298
+ ```
1299
+
1300
+ ### JSXExpressionContainer
1301
+ Represents an expression container in JSX.
1302
+
1303
+ ```typescript
1304
+ export interface JSXExpressionContainer extends Omit<Expression, "type"> {
1305
+ type: "JSXExpressionContainer";
1306
+ expression: K.ExpressionKind | K.JSXEmptyExpressionKind;
1307
+ }
1308
+ ```
1309
+
1310
+ ### JSXFragment
1311
+ Represents a JSX fragment.
1312
+
1313
+ ```typescript
1314
+ export interface JSXFragment extends Omit<Expression, "type"> {
1315
+ type: "JSXFragment";
1316
+ openingFragment: K.JSXOpeningFragmentKind;
1317
+ closingFragment: K.JSXClosingFragmentKind;
1318
+ children: K.JSXElementKind[];
1319
+ }
1320
+ ```
1321
+
1322
+ ### JSXIdentifier
1323
+ Represents an identifier in JSX.
1324
+
1325
+ ```typescript
1326
+ export interface JSXIdentifier extends Omit<Node, "type"> {
1327
+ type: "JSXIdentifier";
1328
+ name: string;
1329
+ }
1330
+ ```
1331
+
1332
+ ### JSXMemberExpression
1333
+ Represents a member expression in JSX.
1334
+
1335
+ ```typescript
1336
+ export interface JSXMemberExpression extends Omit<Expression, "type"> {
1337
+ type: "JSXMemberExpression";
1338
+ object: K.JSXIdentifierKind | K.JSXMemberExpressionKind;
1339
+ property: K.JSXIdentifierKind;
1340
+ }
1341
+ ```
1342
+
1343
+ ### JSXNamespacedName
1344
+ Represents a namespaced name in JSX.
1345
+
1346
+ ```typescript
1347
+ export interface JSXNamespacedName extends Omit<Expression, "type"> {
1348
+ type: "JSXNamespacedName";
1349
+ namespace: K.JSXIdentifierKind;
1350
+ name: K.JSXIdentifierKind;
1351
+ }
1352
+ ```
1353
+
1354
+ ### JSXOpeningElement
1355
+ Represents an opening element in JSX.
1356
+
1357
+ ```typescript
1358
+ export interface JSXOpeningElement extends Omit<Node, "type"> {
1359
+ type: "JSXOpeningElement";
1360
+ name: K.JSXIdentifierKind | K.JSXMemberExpressionKind | K.JSXNamespacedNameKind;
1361
+ attributes: (K.JSXAttributeKind | K.JSXSpreadAttributeKind)[];
1362
+ selfClosing: boolean;
1363
+ }
1364
+ ```
1365
+
1366
+ ### JSXOpeningFragment
1367
+ Represents an opening fragment in JSX.
1368
+
1369
+ ```typescript
1370
+ export interface JSXOpeningFragment extends Omit<Node, "type"> {
1371
+ type: "JSXOpeningFragment";
1372
+ }
1373
+ ```
1374
+
1375
+ ### JSXSpreadAttribute
1376
+ Represents a spread attribute in JSX.
1377
+
1378
+ ```typescript
1379
+ export interface JSXSpreadAttribute extends Omit<Node, "type"> {
1380
+ type: "JSXSpreadAttribute";
1381
+ argument: K.ExpressionKind;
1382
+ }
1383
+ ```
1384
+
1385
+ ### JSXSpreadChild
1386
+ Represents a spread child in JSX.
1387
+
1388
+ ```typescript
1389
+ export interface JSXSpreadChild extends Omit<Expression, "type"> {
1390
+ type: "JSXSpreadChild";
1391
+ expression: K.ExpressionKind;
1392
+ }
1393
+ ```
1394
+
1395
+ ### JSXText
1396
+ Represents text in JSX.
1397
+
1398
+ ```typescript
1399
+ export interface JSXText extends Omit<Literal, "type"> {
1400
+ type: "JSXText";
1401
+ value: string;
1402
+ raw: string;
1403
+ }
1404
+ ```
1405
+
1406
+ ### LabeledStatement
1407
+ Represents a labeled statement.
1408
+
1409
+ ```typescript
1410
+ export interface LabeledStatement extends Omit<Statement, "type"> {
1411
+ type: "LabeledStatement";
1412
+ label: K.IdentifierKind;
1413
+ body: K.StatementKind;
1414
+ }
1415
+ ```
1416
+
1417
+ ### Line
1418
+ Represents a line comment.
1419
+
1420
+ ```typescript
1421
+ export interface Line extends Comment {
1422
+ type: "Line";
1423
+ }
1424
+ ```
1425
+
1426
+ ### Literal
1427
+ Represents a literal value.
1428
+
1429
+ ```typescript
1430
+ export interface Literal extends Expression, Pattern {
1431
+ type: "Literal";
1432
+ value: boolean | number | string | RegExp | null;
1433
+ regex?: { pattern: string; flags: string };
1434
+ raw?: string;
1435
+ bigint?: string;
1436
+ }
1437
+ ```
1438
+
1439
+ ### LogicalExpression
1440
+ Represents a logical expression.
1441
+
1442
+ ```typescript
1443
+ export interface LogicalExpression extends Omit<Expression, "type"> {
1444
+ type: "LogicalExpression";
1445
+ operator: "||" | "&&" | "??";
1446
+ left: K.ExpressionKind;
1447
+ right: K.ExpressionKind;
1448
+ }
1449
+ ```
1450
+
1451
+ ### MemberExpression
1452
+ Represents a member expression.
1453
+
1454
+ ```typescript
1455
+ export interface MemberExpression extends Omit<Expression, "type">, Omit<ChainElement, "type"> {
1456
+ type: "MemberExpression";
1457
+ object: K.ExpressionKind | K.SuperKind;
1458
+ property: K.IdentifierKind | K.ExpressionKind;
1459
+ computed: boolean;
1460
+ }
1461
+ ```
1462
+
1463
+ ### MemberTypeAnnotation
1464
+ A type annotation for a member type.
1465
+
1466
+ ```typescript
1467
+ export interface MemberTypeAnnotation extends Omit<FlowType, "type"> {
1468
+ type: "MemberTypeAnnotation";
1469
+ object: K.IdentifierKind;
1470
+ property: K.IdentifierKind;
1471
+ }
1472
+ ```
1473
+
1474
+ ### MetaProperty
1475
+ Represents a meta property.
1476
+
1477
+ ```typescript
1478
+ export interface MetaProperty extends Omit<Expression, "type
1479
+
1480
+ "> {
1481
+ type: "MetaProperty";
1482
+ meta: K.IdentifierKind;
1483
+ property: K.IdentifierKind;
1484
+ }
1485
+ ```
1486
+
1487
+ ### MethodDefinition
1488
+ Represents a method definition.
1489
+
1490
+ ```typescript
1491
+ export interface MethodDefinition extends Omit<Declaration, "type"> {
1492
+ type: "MethodDefinition";
1493
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
1494
+ value: K.FunctionExpressionKind;
1495
+ kind?: "get" | "set" | "method" | "constructor";
1496
+ access?: "public" | "private" | "protected" | null;
1497
+ computed?: boolean;
1498
+ static?: boolean;
1499
+ decorators?: K.DecoratorKind[] | null;
1500
+ }
1501
+ ```
1502
+
1503
+ ### MixedTypeAnnotation
1504
+ A type annotation for a mixed type.
1505
+
1506
+ ```typescript
1507
+ export interface MixedTypeAnnotation extends Omit<FlowType, "type"> {
1508
+ type: "MixedTypeAnnotation";
1509
+ }
1510
+ ```
1511
+
1512
+ ### ModuleSpecifier
1513
+ Represents a module specifier.
1514
+
1515
+ ```typescript
1516
+ export interface ModuleSpecifier extends Node {
1517
+ type: "ModuleSpecifier";
1518
+ }
1519
+ ```
1520
+
1521
+ ### NewExpression
1522
+ Represents a new expression.
1523
+
1524
+ ```typescript
1525
+ export interface NewExpression extends Omit<Expression, "type"> {
1526
+ type: "NewExpression";
1527
+ callee: K.ExpressionKind;
1528
+ arguments: (K.ExpressionKind | K.SpreadElementKind)[];
1529
+ typeArguments?: null | K.TypeParameterInstantiationKind;
1530
+ }
1531
+ ```
1532
+
1533
+ ### Node
1534
+ Represents a generic AST node.
1535
+
1536
+ ```typescript
1537
+ export interface Node {
1538
+ type: string;
1539
+ loc?: K.SourceLocationKind | null;
1540
+ comments?: (K.CommentBlockKind | K.CommentLineKind)[] | null;
1541
+ }
1542
+ ```
1543
+
1544
+ ### Noop
1545
+ Represents a no-op (no operation) statement.
1546
+
1547
+ ```typescript
1548
+ export interface Noop extends Omit<Statement, "type"> {
1549
+ type: "Noop";
1550
+ }
1551
+ ```
1552
+
1553
+ ### NullableTypeAnnotation
1554
+ A type annotation for a nullable type.
1555
+
1556
+ ```typescript
1557
+ export interface NullableTypeAnnotation extends Omit<FlowType, "type"> {
1558
+ type: "NullableTypeAnnotation";
1559
+ typeAnnotation: K.FlowTypeKind;
1560
+ }
1561
+ ```
1562
+
1563
+ ### NullLiteral
1564
+ Represents a null literal.
1565
+
1566
+ ```typescript
1567
+ export interface NullLiteral extends Omit<Literal, "type" | "value"> {
1568
+ type: "NullLiteral";
1569
+ value: null;
1570
+ }
1571
+ ```
1572
+
1573
+ ### NullLiteralTypeAnnotation
1574
+ A type annotation for null literals.
1575
+
1576
+ ```typescript
1577
+ export interface NullLiteralTypeAnnotation extends Omit<FlowType, "type"> {
1578
+ type: "NullLiteralTypeAnnotation";
1579
+ value: null;
1580
+ raw: string;
1581
+ }
1582
+ ```
1583
+
1584
+ ### NullTypeAnnotation
1585
+ A type annotation for null types.
1586
+
1587
+ ```typescript
1588
+ export interface NullTypeAnnotation extends Omit<FlowType, "type"> {
1589
+ type: "NullTypeAnnotation";
1590
+ }
1591
+ ```
1592
+
1593
+ ### NumberLiteralTypeAnnotation
1594
+ A type annotation for number literals.
1595
+
1596
+ ```typescript
1597
+ export interface NumberLiteralTypeAnnotation extends Omit<FlowType, "type"> {
1598
+ type: "NumberLiteralTypeAnnotation";
1599
+ value: number;
1600
+ raw: string;
1601
+ }
1602
+ ```
1603
+
1604
+ ### NumberTypeAnnotation
1605
+ A type annotation for number types.
1606
+
1607
+ ```typescript
1608
+ export interface NumberTypeAnnotation extends Omit<FlowType, "type"> {
1609
+ type: "NumberTypeAnnotation";
1610
+ }
1611
+ ```
1612
+
1613
+ ### NumericLiteral
1614
+ Represents a numeric literal.
1615
+
1616
+ ```typescript
1617
+ export interface NumericLiteral extends Omit<Literal, "type" | "value"> {
1618
+ type: "NumericLiteral";
1619
+ value: number;
1620
+ raw?: string;
1621
+ }
1622
+ ```
1623
+
1624
+ ### NumericLiteralTypeAnnotation
1625
+ A type annotation for numeric literals.
1626
+
1627
+ ```typescript
1628
+ export interface NumericLiteralTypeAnnotation extends Omit<FlowType, "type"> {
1629
+ type: "NumericLiteralTypeAnnotation";
1630
+ value: number;
1631
+ raw: string;
1632
+ }
1633
+ ```
1634
+
1635
+ ### ObjectExpression
1636
+ Represents an object expression.
1637
+
1638
+ ```typescript
1639
+ export interface ObjectExpression extends Omit<Expression, "type"> {
1640
+ type: "ObjectExpression";
1641
+ properties: (K.PropertyKind | K.ObjectMethodKind | K.SpreadElementKind | K.RestElementKind)[];
1642
+ }
1643
+ ```
1644
+
1645
+ ### ObjectMethod
1646
+ Represents a method in an object.
1647
+
1648
+ ```typescript
1649
+ export interface ObjectMethod extends Omit<Declaration, "type">, Omit<Function, "type" | "body"> {
1650
+ type: "ObjectMethod";
1651
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
1652
+ kind?: "method" | "get" | "set";
1653
+ body: K.BlockStatementKind;
1654
+ computed?: boolean;
1655
+ static?: boolean;
1656
+ shorthand?: boolean;
1657
+ decorators?: K.DecoratorKind[] | null;
1658
+ access?: "public" | "private" | "protected" | null;
1659
+ optional?: boolean;
1660
+ readonly?: boolean;
1661
+ definite?: boolean;
1662
+ }
1663
+ ```
1664
+
1665
+ ### ObjectPattern
1666
+ Represents an object pattern for destructuring.
1667
+
1668
+ ```typescript
1669
+ export interface ObjectPattern extends Omit<Pattern, "type"> {
1670
+ type: "ObjectPattern";
1671
+ properties: (K.PropertyKind | K.RestElementKind)[];
1672
+ decorators?: K.DecoratorKind[] | null;
1673
+ }
1674
+ ```
1675
+
1676
+ ### ObjectProperty
1677
+ Represents a property in an object.
1678
+
1679
+ ```typescript
1680
+ export interface ObjectProperty extends Omit<Declaration, "type"> {
1681
+ type: "ObjectProperty";
1682
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
1683
+ value: K.ExpressionKind;
1684
+ computed?: boolean;
1685
+ shorthand?: boolean;
1686
+ decorators?: K.DecoratorKind[] | null;
1687
+ access?: "public" | "private" | "protected" | null;
1688
+ optional?: boolean;
1689
+ readonly?: boolean;
1690
+ definite?: boolean;
1691
+ }
1692
+ ```
1693
+
1694
+ ### ObjectTypeAnnotation
1695
+ A type annotation for object types.
1696
+
1697
+ ```typescript
1698
+ export interface ObjectTypeAnnotation extends Omit<FlowType, "type"> {
1699
+ type: "ObjectTypeAnnotation";
1700
+ properties: K.ObjectTypePropertyKind[];
1701
+ indexers?: K.ObjectTypeIndexerKind[] | null;
1702
+ callProperties?: K.ObjectTypeCallPropertyKind[] | null;
1703
+ internalSlots?: K.ObjectTypeInternalSlotKind[] | null;
1704
+ exact?: boolean;
1705
+ inexact?: boolean;
1706
+ }
1707
+ ```
1708
+
1709
+ ### ObjectTypeCallProperty
1710
+ Represents a call property in an object type annotation.
1711
+
1712
+ ```typescript
1713
+ export interface ObjectTypeCallProperty extends Omit<Node, "type"> {
1714
+ type: "ObjectTypeCallProperty";
1715
+ value: K.FunctionTypeAnnotationKind;
1716
+ static?: boolean;
1717
+ }
1718
+ ```
1719
+
1720
+ ### ObjectTypeIndexer
1721
+ Represents an indexer in an object type annotation.
1722
+
1723
+ ```typescript
1724
+ export interface ObjectTypeIndexer extends Omit<Node, "type"> {
1725
+ type: "ObjectTypeIndexer";
1726
+ id?: K.IdentifierKind | null;
1727
+ key: K.FlowTypeKind;
1728
+ value: K.FlowTypeKind;
1729
+ variance?: K.VarianceKind | "plus" | "minus" | null;
1730
+ static?: boolean;
1731
+ }
1732
+ ```
1733
+
1734
+ ### ObjectTypeInternalSlot
1735
+ Represents an internal slot in an object type annotation.
1736
+
1737
+ ```typescript
1738
+ export interface ObjectTypeInternalSlot extends Omit<Node, "type"> {
1739
+ type: "ObjectTypeInternalSlot";
1740
+ id: K.IdentifierKind;
1741
+ value: K.FlowTypeKind;
1742
+ optional?: boolean;
1743
+ static?: boolean;
1744
+ method?: boolean;
1745
+ }
1746
+ ```
1747
+
1748
+ ### ObjectTypeProperty
1749
+ Represents a property in an object type annotation.
1750
+
1751
+ ```typescript
1752
+ export interface ObjectTypeProperty extends Omit<Node, "type"> {
1753
+ type: "ObjectTypeProperty";
1754
+ key: K.LiteralKind | K.IdentifierKind;
1755
+ value: K.FlowTypeKind;
1756
+ optional?: boolean;
1757
+ variance?: K.VarianceKind | "plus" | "minus" | null;
1758
+ static?: boolean;
1759
+ }
1760
+ ```
1761
+
1762
+ ### ObjectTypeSpreadProperty
1763
+ Represents a spread property in an object type annotation.
1764
+
1765
+ ```typescript
1766
+ export interface ObjectTypeSpreadProperty extends Omit<Node, "type"> {
1767
+ type: "ObjectTypeSpreadProperty";
1768
+ argument: K.FlowTypeKind;
1769
+ }
1770
+ ```
1771
+
1772
+ ### OpaqueType
1773
+ Represents an opaque type.
1774
+
1775
+ ```typescript
1776
+ export interface OpaqueType extends Omit<Declaration, "type"> {
1777
+ type: "OpaqueType";
1778
+ id: K.IdentifierKind;
1779
+ typeParameters?: K.TypeParameterDeclarationKind | null;
1780
+ impltype: K.FlowTypeKind;
1781
+ supertype?: K.FlowTypeKind | null;
1782
+ }
1783
+ ```
1784
+
1785
+ ### OptionalCallExpression
1786
+ Represents an optional call expression.
1787
+
1788
+ ```typescript
1789
+ export interface OptionalCallExpression extends Omit<Expression, "type">, Omit<ChainElement, "type"> {
1790
+ type: "OptionalCallExpression";
1791
+ callee: K.ExpressionKind;
1792
+ arguments: (K.ExpressionKind | K.SpreadElementKind)[];
1793
+ optional?: boolean;
1794
+ typeArguments?: null | K.TypeParameterInstantiationKind;
1795
+ }
1796
+ ```
1797
+
1798
+ ### OptionalMemberExpression
1799
+ Represents an optional member expression.
1800
+
1801
+ ```typescript
1802
+ export interface OptionalMemberExpression extends Omit<Expression, "type">, Omit<ChainElement, "type"> {
1803
+ type: "OptionalMemberExpression";
1804
+ object: K.ExpressionKind | K.SuperKind;
1805
+ property: K.IdentifierKind | K.ExpressionKind;
1806
+ computed?: boolean;
1807
+ optional?: boolean;
1808
+ }
1809
+ ```
1810
+
1811
+ ### ParenthesizedExpression
1812
+ Represents a parenthesized expression.
1813
+
1814
+ ```typescript
1815
+ export interface ParenthesizedExpression extends Omit<Expression, "type"> {
1816
+ type: "ParenthesizedExpression";
1817
+ expression: K.ExpressionKind;
1818
+ }
1819
+ ```
1820
+
1821
+ ### Pattern
1822
+ Represents a pattern in the code.
1823
+
1824
+ ```typescript
1825
+ export interface Pattern extends Node {
1826
+ type: "Pattern";
1827
+ }
1828
+ ```
1829
+
1830
+ ### Position
1831
+ Represents a position in the source code.
1832
+
1833
+ ```typescript
1834
+ export interface Position extends Omit<Node, "type"> {
1835
+ type: "Position";
1836
+ line: number;
1837
+ column: number;
1838
+ }
1839
+ ```
1840
+
1841
+ ### Printable
1842
+ Represents a printable node.
1843
+
1844
+ ```typescript
1845
+ export interface
1846
+
1847
+ Printable extends Node {
1848
+ type: "Printable";
1849
+ }
1850
+ ```
1851
+
1852
+ ### PrivateName
1853
+ Represents a private name.
1854
+
1855
+ ```typescript
1856
+ export interface PrivateName extends Omit<Expression, "type"> {
1857
+ type: "PrivateName";
1858
+ id: K.IdentifierKind;
1859
+ }
1860
+ ```
1861
+
1862
+ ### Program
1863
+ Represents the entire program.
1864
+
1865
+ ```typescript
1866
+ export interface Program extends Omit<Node, "type"> {
1867
+ type: "Program";
1868
+ body: (K.StatementKind | K.ModuleDeclarationKind)[];
1869
+ sourceType: "script" | "module";
1870
+ directives?: K.DirectiveKind[] | null;
1871
+ }
1872
+ ```
1873
+
1874
+ ### Property
1875
+ Represents a property in an object.
1876
+
1877
+ ```typescript
1878
+ export interface Property extends Omit<Declaration, "type"> {
1879
+ type: "Property";
1880
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
1881
+ value: K.ExpressionKind;
1882
+ kind?: "init" | "get" | "set";
1883
+ computed?: boolean;
1884
+ method?: boolean;
1885
+ shorthand?: boolean;
1886
+ decorators?: K.DecoratorKind[] | null;
1887
+ }
1888
+ ```
1889
+
1890
+ ### PropertyPattern
1891
+ Represents a pattern property in an object.
1892
+
1893
+ ```typescript
1894
+ export interface PropertyPattern extends Omit<Pattern, "type"> {
1895
+ type: "PropertyPattern";
1896
+ key: K.LiteralKind | K.IdentifierKind | K.ExpressionKind;
1897
+ pattern: K.PatternKind;
1898
+ }
1899
+ ```
1900
+
1901
+ ### QualifiedTypeIdentifier
1902
+ Represents a qualified type identifier in Flow.
1903
+
1904
+ ```typescript
1905
+ export interface QualifiedTypeIdentifier extends Omit<FlowType, "type"> {
1906
+ type: "QualifiedTypeIdentifier";
1907
+ qualification: K.IdentifierKind | K.QualifiedTypeIdentifierKind;
1908
+ id: K.IdentifierKind;
1909
+ }
1910
+ ```
1911
+
1912
+ ### RegExpLiteral
1913
+ Represents a regular expression literal.
1914
+
1915
+ ```typescript
1916
+ export interface RegExpLiteral extends Omit<Literal, "type" | "value"> {
1917
+ type: "RegExpLiteral";
1918
+ value: RegExp;
1919
+ regex: { pattern: string; flags: string };
1920
+ }
1921
+ ```
1922
+
1923
+ ### RestElement
1924
+ Represents a rest element in a destructuring assignment.
1925
+
1926
+ ```typescript
1927
+ export interface RestElement extends Omit<Pattern, "type"> {
1928
+ type: "RestElement";
1929
+ argument: K.PatternKind;
1930
+ decorators?: K.DecoratorKind[] | null;
1931
+ }
1932
+ ```
1933
+
1934
+ ### RestProperty
1935
+ Represents a rest property in an object pattern.
1936
+
1937
+ ```typescript
1938
+ export interface RestProperty extends Omit<Pattern, "type"> {
1939
+ type: "RestProperty";
1940
+ argument: K.PatternKind;
1941
+ }
1942
+ ```
1943
+
1944
+ ### ReturnStatement
1945
+ Represents a return statement.
1946
+
1947
+ ```typescript
1948
+ export interface ReturnStatement extends Omit<Statement, "type"> {
1949
+ type: "ReturnStatement";
1950
+ argument?: K.ExpressionKind | null;
1951
+ }
1952
+ ```
1953
+
1954
+ ### SequenceExpression
1955
+ Represents a sequence expression.
1956
+
1957
+ ```typescript
1958
+ export interface SequenceExpression extends Omit<Expression, "type"> {
1959
+ type: "SequenceExpression";
1960
+ expressions: K.ExpressionKind[];
1961
+ }
1962
+ ```
1963
+
1964
+ ### SourceLocation
1965
+ Represents the source location of a node.
1966
+
1967
+ ```typescript
1968
+ export interface SourceLocation extends Omit<Node, "type"> {
1969
+ type: "SourceLocation";
1970
+ start: K.PositionKind;
1971
+ end: K.PositionKind;
1972
+ }
1973
+ ```
1974
+
1975
+ ### Specifier
1976
+ Represents a specifier in an import or export declaration.
1977
+
1978
+ ```typescript
1979
+ export interface Specifier extends Node {
1980
+ type: "Specifier";
1981
+ }
1982
+ ```
1983
+
1984
+ ### SpreadElement
1985
+ Represents a spread element in an array or function call.
1986
+
1987
+ ```typescript
1988
+ export interface SpreadElement extends Omit<Expression, "type"> {
1989
+ type: "SpreadElement";
1990
+ argument: K.ExpressionKind;
1991
+ }
1992
+ ```
1993
+
1994
+ ### SpreadElementPattern
1995
+ Represents a spread element pattern in an array.
1996
+
1997
+ ```typescript
1998
+ export interface SpreadElementPattern extends Omit<Pattern, "type"> {
1999
+ type: "SpreadElementPattern";
2000
+ argument: K.PatternKind;
2001
+ }
2002
+ ```
2003
+
2004
+ ### SpreadProperty
2005
+ Represents a spread property in an object.
2006
+
2007
+ ```typescript
2008
+ export interface SpreadProperty extends Omit<Pattern, "type"> {
2009
+ type: "SpreadProperty";
2010
+ argument: K.PatternKind;
2011
+ }
2012
+ ```
2013
+
2014
+ ### SpreadPropertyPattern
2015
+ Represents a spread property pattern in an object.
2016
+
2017
+ ```typescript
2018
+ export interface SpreadPropertyPattern extends Omit<Pattern, "type"> {
2019
+ type: "SpreadPropertyPattern";
2020
+ argument: K.PatternKind;
2021
+ }
2022
+ ```
2023
+
2024
+ ### Statement
2025
+ Represents a statement in the code.
2026
+
2027
+ ```typescript
2028
+ export interface Statement extends Node {
2029
+ type: "Statement";
2030
+ }
2031
+ ```
2032
+
2033
+ ### StringLiteral
2034
+ Represents a string literal.
2035
+
2036
+ ```typescript
2037
+ export interface StringLiteral extends Omit<Literal, "type" | "value"> {
2038
+ type: "StringLiteral";
2039
+ value: string;
2040
+ raw?: string;
2041
+ }
2042
+ ```
2043
+
2044
+ ### StringLiteralTypeAnnotation
2045
+ A type annotation for string literals.
2046
+
2047
+ ```typescript
2048
+ export interface StringLiteralTypeAnnotation extends Omit<FlowType, "type"> {
2049
+ type: "StringLiteralTypeAnnotation";
2050
+ value: string;
2051
+ raw: string;
2052
+ }
2053
+ ```
2054
+
2055
+ ### StringTypeAnnotation
2056
+ A type annotation for string types.
2057
+
2058
+ ```typescript
2059
+ export interface StringTypeAnnotation extends Omit<FlowType, "type"> {
2060
+ type: "StringTypeAnnotation";
2061
+ }
2062
+ ```
2063
+
2064
+ ### Super
2065
+ Represents the `super` keyword.
2066
+
2067
+ ```typescript
2068
+ export interface Super extends Omit<Node, "type"> {
2069
+ type: "Super";
2070
+ }
2071
+ ```
2072
+
2073
+ ### SwitchCase
2074
+ Represents a case in a switch statement.
2075
+
2076
+ ```typescript
2077
+ export interface SwitchCase extends Omit<Node, "type"> {
2078
+ type: "SwitchCase";
2079
+ test?: K.ExpressionKind | null;
2080
+ consequent: K.StatementKind[];
2081
+ }
2082
+ ```
2083
+
2084
+ ### SwitchStatement
2085
+ Represents a switch statement.
2086
+
2087
+ ```typescript
2088
+ export interface SwitchStatement extends Omit<Statement, "type"> {
2089
+ type: "SwitchStatement";
2090
+ discriminant: K.ExpressionKind;
2091
+ cases: K.SwitchCaseKind[];
2092
+ }
2093
+ ```
2094
+
2095
+ ### SymbolTypeAnnotation
2096
+ A type annotation for symbol types.
2097
+
2098
+ ```typescript
2099
+ export interface SymbolTypeAnnotation extends Omit<FlowType, "type"> {
2100
+ type: "SymbolTypeAnnotation";
2101
+ }
2102
+ ```
2103
+
2104
+ ### TaggedTemplateExpression
2105
+ Represents a tagged template expression.
2106
+
2107
+ ```typescript
2108
+ export interface TaggedTemplateExpression extends Omit<Expression, "type"> {
2109
+ type: "TaggedTemplateExpression";
2110
+ tag: K.ExpressionKind;
2111
+ quasi: K.TemplateLiteralKind;
2112
+ }
2113
+ ```
2114
+
2115
+ ### TemplateElement
2116
+ Represents an element in a template literal.
2117
+
2118
+ ```typescript
2119
+ export interface TemplateElement extends Omit<Node, "type"> {
2120
+ type: "TemplateElement";
2121
+ tail: boolean;
2122
+ value: { cooked: string; raw: string };
2123
+ }
2124
+ ```
2125
+
2126
+ ### TemplateLiteral
2127
+ Represents a template literal.
2128
+
2129
+ ```typescript
2130
+ export interface TemplateLiteral extends Omit<Expression, "type"> {
2131
+ type: "TemplateLiteral";
2132
+ quasis: K.TemplateElementKind[];
2133
+ expressions: K.ExpressionKind[];
2134
+ }
2135
+ ```
2136
+
2137
+ ### ThisExpression
2138
+ Represents the `this` expression.
2139
+
2140
+ ```typescript
2141
+ export interface ThisExpression extends Omit<Expression, "type"> {
2142
+ type: "ThisExpression";
2143
+ }
2144
+ ```
2145
+
2146
+ ### ThisTypeAnnotation
2147
+ A type annotation for the `this` type.
2148
+
2149
+ ```typescript
2150
+ export interface ThisTypeAnnotation extends Omit<FlowType, "type"> {
2151
+ type: "ThisTypeAnnotation";
2152
+ }
2153
+ ```
2154
+
2155
+ ### ThrowStatement
2156
+ Represents a throw statement.
2157
+
2158
+ ```typescript
2159
+ export interface ThrowStatement extends Omit<Statement, "type"> {
2160
+ type: "ThrowStatement";
2161
+ argument: K.ExpressionKind;
2162
+ }
2163
+ ```
2164
+
2165
+ ### TryStatement
2166
+ Represents a try statement.
2167
+
2168
+ ```typescript
2169
+ export interface TryStatement extends Omit<Statement, "type"> {
2170
+ type: "TryStatement";
2171
+ block: K.BlockStatementKind;
2172
+ handler?: K.CatchClauseKind | null;
2173
+ finalizer?: K.BlockStatementKind | null;
2174
+ }
2175
+ ```
2176
+
2177
+ ### TSAnyKeyword
2178
+ Represents the TypeScript `any` keyword.
2179
+
2180
+ ```typescript
2181
+ export interface TSAnyKeyword extends Omit<TSType, "type"> {
2182
+ type: "TSAnyKeyword";
2183
+ }
2184
+ ```
2185
+
2186
+ ### TSArrayType
2187
+ Represents a TypeScript array type.
2188
+
2189
+ ```typescript
2190
+ export interface TSArrayType extends Omit<TSType, "type"> {
2191
+ type: "TSArrayType";
2192
+ elementType: K.TSTypeKind;
2193
+ }
2194
+ ```
2195
+
2196
+ ### TSAsExpression
2197
+ Represents a TypeScript as-expression.
2198
+
2199
+ ```typescript
2200
+ export interface TSAsExpression extends Omit<Expression, "type"> {
2201
+ type: "TSAsExpression";
2202
+ expression: K.ExpressionKind;
2203
+ typeAnnotation: K.TSTypeKind;
2204
+ }
2205
+ ```
2206
+
2207
+ ### TSBigIntKeyword
2208
+ Represents the TypeScript `bigint` keyword.
2209
+
2210
+ ```typescript
2211
+ export interface TSBigIntKeyword extends Omit<TSType, "type"> {
2212
+ type: "TSBigIntKeyword";
2213
+ }
2214
+ ```
2215
+
2216
+ ### TSBooleanKeyword
2217
+ Represents the TypeScript `boolean` keyword.
2218
+
2219
+ ```typescript
2220
+ export interface TSBooleanKeyword extends Omit<TSType, "type"> {
2221
+ type: "TSBooleanKeyword";
2222
+ }
2223
+ ```
2224
+
2225
+ ### TSCallSignatureDeclaration
2226
+ Represents a TypeScript call signature declaration.
2227
+
2228
+ ```typescript
2229
+ export interface TSCallSignatureDeclaration extends Omit<TSTypeElement, "type"> {
2230
+ type: "TSCallSignatureDeclaration";
2231
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2232
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2233
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2234
+ }
2235
+ ```
2236
+
2237
+ ### TSConditionalType
2238
+ Represents a TypeScript conditional type.
2239
+
2240
+ ```typescript
2241
+ export interface TSConditionalType extends Omit<TSType, "type"> {
2242
+ type: "TSConditionalType";
2243
+ checkType: K.TSTypeKind;
2244
+ extendsType: K.TSTypeKind;
2245
+ trueType: K.TSTypeKind;
2246
+ falseType: K.TSTypeKind;
2247
+ }
2248
+ ```
2249
+
2250
+ ### TSConstructorType
2251
+ Represents a TypeScript constructor type.
2252
+
2253
+ ```
2254
+
2255
+ typescript
2256
+ export interface TSConstructorType extends Omit<TSType, "type"> {
2257
+ type: "TSConstructorType";
2258
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2259
+ typeAnnotation: K.TSTypeAnnotationKind;
2260
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2261
+ }
2262
+ ```
2263
+
2264
+ ### TSConstructSignatureDeclaration
2265
+ Represents a TypeScript construct signature declaration.
2266
+
2267
+ ```typescript
2268
+ export interface TSConstructSignatureDeclaration extends Omit<TSTypeElement, "type"> {
2269
+ type: "TSConstructSignatureDeclaration";
2270
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2271
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2272
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2273
+ }
2274
+ ```
2275
+
2276
+ ### TSDeclareFunction
2277
+ Represents a TypeScript function declaration.
2278
+
2279
+ ```typescript
2280
+ export interface TSDeclareFunction extends Omit<FunctionDeclaration, "type"> {
2281
+ type: "TSDeclareFunction";
2282
+ }
2283
+ ```
2284
+
2285
+ ### TSDeclareMethod
2286
+ Represents a TypeScript method declaration.
2287
+
2288
+ ```typescript
2289
+ export interface TSDeclareMethod extends Omit<FunctionDeclaration, "type"> {
2290
+ type: "TSDeclareMethod";
2291
+ }
2292
+ ```
2293
+
2294
+ ### TSEnumDeclaration
2295
+ Represents a TypeScript enum declaration.
2296
+
2297
+ ```typescript
2298
+ export interface TSEnumDeclaration extends Omit<Declaration, "type"> {
2299
+ type: "TSEnumDeclaration";
2300
+ id: K.IdentifierKind;
2301
+ members: K.TSEnumMemberKind[];
2302
+ const?: boolean;
2303
+ declare?: boolean;
2304
+ modifiers?: K.ModifierKind[] | null;
2305
+ }
2306
+ ```
2307
+
2308
+ ### TSEnumMember
2309
+ Represents a member of a TypeScript enum.
2310
+
2311
+ ```typescript
2312
+ export interface TSEnumMember extends Omit<Node, "type"> {
2313
+ type: "TSEnumMember";
2314
+ id: K.IdentifierKind | K.StringLiteralKind;
2315
+ initializer?: K.ExpressionKind | null;
2316
+ }
2317
+ ```
2318
+
2319
+ ### TSExportAssignment
2320
+ Represents a TypeScript export assignment.
2321
+
2322
+ ```typescript
2323
+ export interface TSExportAssignment extends Omit<Declaration, "type"> {
2324
+ type: "TSExportAssignment";
2325
+ expression: K.ExpressionKind;
2326
+ }
2327
+ ```
2328
+
2329
+ ### TSExpressionWithTypeArguments
2330
+ Represents a TypeScript expression with type arguments.
2331
+
2332
+ ```typescript
2333
+ export interface TSExpressionWithTypeArguments extends Omit<TSType, "type"> {
2334
+ type: "TSExpressionWithTypeArguments";
2335
+ expression: K.IdentifierKind | K.TSQualifiedNameKind;
2336
+ typeParameters?: K.TSTypeParameterInstantiationKind | null;
2337
+ }
2338
+ ```
2339
+
2340
+ ### TSExternalModuleReference
2341
+ Represents a TypeScript external module reference.
2342
+
2343
+ ```typescript
2344
+ export interface TSExternalModuleReference extends Omit<Declaration, "type"> {
2345
+ type: "TSExternalModuleReference";
2346
+ expression: K.StringLiteralKind;
2347
+ }
2348
+ ```
2349
+
2350
+ ### TSFunctionType
2351
+ Represents a TypeScript function type.
2352
+
2353
+ ```typescript
2354
+ export interface TSFunctionType extends Omit<TSType, "type"> {
2355
+ type: "TSFunctionType";
2356
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2357
+ typeAnnotation: K.TSTypeAnnotationKind;
2358
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2359
+ }
2360
+ ```
2361
+
2362
+ ### TSHasOptionalTypeAnnotation
2363
+ Represents an optional type annotation in TypeScript.
2364
+
2365
+ ```typescript
2366
+ export interface TSHasOptionalTypeAnnotation extends Omit<TSType, "type"> {
2367
+ type: "TSHasOptionalTypeAnnotation";
2368
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2369
+ }
2370
+ ```
2371
+
2372
+ ### TSHasOptionalTypeParameterInstantiation
2373
+ Represents an optional type parameter instantiation in TypeScript.
2374
+
2375
+ ```typescript
2376
+ export interface TSHasOptionalTypeParameterInstantiation extends Omit<TSType, "type"> {
2377
+ type: "TSHasOptionalTypeParameterInstantiation";
2378
+ typeParameters?: K.TSTypeParameterInstantiationKind | null;
2379
+ }
2380
+ ```
2381
+
2382
+ ### TSHasOptionalTypeParameters
2383
+ Represents optional type parameters in TypeScript.
2384
+
2385
+ ```typescript
2386
+ export interface TSHasOptionalTypeParameters extends Omit<TSType, "type"> {
2387
+ type: "TSHasOptionalTypeParameters";
2388
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2389
+ }
2390
+ ```
2391
+
2392
+ ### TSImportEqualsDeclaration
2393
+ Represents a TypeScript import equals declaration.
2394
+
2395
+ ```typescript
2396
+ export interface TSImportEqualsDeclaration extends Omit<Declaration, "type"> {
2397
+ type: "TSImportEqualsDeclaration";
2398
+ id: K.IdentifierKind;
2399
+ moduleReference: K.IdentifierKind | K.TSQualifiedNameKind | K.TSExternalModuleReferenceKind;
2400
+ isExport?: boolean;
2401
+ }
2402
+ ```
2403
+
2404
+ ### TSImportType
2405
+ Represents a TypeScript import type.
2406
+
2407
+ ```typescript
2408
+ export interface TSImportType extends Omit<TSType, "type"> {
2409
+ type: "TSImportType";
2410
+ argument: K.StringLiteralKind;
2411
+ qualifier?: K.IdentifierKind | K.TSQualifiedNameKind | null;
2412
+ typeParameters?: K.TSTypeParameterInstantiationKind | null;
2413
+ }
2414
+ ```
2415
+
2416
+ ### TSIndexedAccessType
2417
+ Represents a TypeScript indexed access type.
2418
+
2419
+ ```typescript
2420
+ export interface TSIndexedAccessType extends Omit<TSType, "type"> {
2421
+ type: "TSIndexedAccessType";
2422
+ objectType: K.TSTypeKind;
2423
+ indexType: K.TSTypeKind;
2424
+ }
2425
+ ```
2426
+
2427
+ ### TSIndexSignature
2428
+ Represents a TypeScript index signature.
2429
+
2430
+ ```typescript
2431
+ export interface TSIndexSignature extends Omit<Declaration, "type"> {
2432
+ type: "TSIndexSignature";
2433
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2434
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2435
+ readonly?: boolean;
2436
+ static?: boolean;
2437
+ declare?: boolean;
2438
+ optional?: boolean;
2439
+ accessibility?: "public" | "private" | "protected" | null;
2440
+ }
2441
+ ```
2442
+
2443
+ ### TSInferType
2444
+ Represents a TypeScript infer type.
2445
+
2446
+ ```typescript
2447
+ export interface TSInferType extends Omit<TSType, "type"> {
2448
+ type: "TSInferType";
2449
+ typeParameter: K.TSTypeParameterKind;
2450
+ }
2451
+ ```
2452
+
2453
+ ### TSInterfaceBody
2454
+ Represents the body of a TypeScript interface.
2455
+
2456
+ ```typescript
2457
+ export interface TSInterfaceBody extends Omit<Node, "type"> {
2458
+ type: "TSInterfaceBody";
2459
+ body: K.TSTypeElementKind[];
2460
+ }
2461
+ ```
2462
+
2463
+ ### TSInterfaceDeclaration
2464
+ Represents a TypeScript interface declaration.
2465
+
2466
+ ```typescript
2467
+ export interface TSInterfaceDeclaration extends Omit<Declaration, "type"> {
2468
+ type: "TSInterfaceDeclaration";
2469
+ id: K.IdentifierKind;
2470
+ body: K.TSInterfaceBodyKind;
2471
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2472
+ extends?: K.TSExpressionWithTypeArgumentsKind[] | null;
2473
+ declare?: boolean;
2474
+ }
2475
+ ```
2476
+
2477
+ ### TSIntersectionType
2478
+ Represents a TypeScript intersection type.
2479
+
2480
+ ```typescript
2481
+ export interface TSIntersectionType extends Omit<TSType, "type"> {
2482
+ type: "TSIntersectionType";
2483
+ types: K.TSTypeKind[];
2484
+ }
2485
+ ```
2486
+
2487
+ ### TSLiteralType
2488
+ Represents a TypeScript literal type.
2489
+
2490
+ ```typescript
2491
+ export interface TSLiteralType extends Omit<TSType, "type"> {
2492
+ type: "TSLiteralType";
2493
+ literal: K.NumericLiteralKind | K.StringLiteralKind | K.BooleanLiteralKind;
2494
+ }
2495
+ ```
2496
+
2497
+ ### TSMappedType
2498
+ Represents a TypeScript mapped type.
2499
+
2500
+ ```typescript
2501
+ export interface TSMappedType extends Omit<TSType, "type"> {
2502
+ type: "TSMappedType";
2503
+ typeParameter: K.TSTypeParameterKind;
2504
+ nameType?: K.TSTypeKind | null;
2505
+ optional?: boolean | "+" | "-";
2506
+ readonly?: boolean | "+" | "-";
2507
+ typeAnnotation?: K.TSTypeKind | null;
2508
+ }
2509
+ ```
2510
+
2511
+ ### TSMethodSignature
2512
+ Represents a TypeScript method signature.
2513
+
2514
+ ```typescript
2515
+ export interface TSMethodSignature extends Omit<TSTypeElement, "type"> {
2516
+ type: "TSMethodSignature";
2517
+ key: K.ExpressionKind;
2518
+ parameters: (K.IdentifierKind | K.RestElementKind)[];
2519
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2520
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2521
+ computed?: boolean;
2522
+ optional?: boolean;
2523
+ }
2524
+ ```
2525
+
2526
+ ### TSModuleBlock
2527
+ Represents a TypeScript module block.
2528
+
2529
+ ```typescript
2530
+ export interface TSModuleBlock extends Omit<Node, "type"> {
2531
+ type: "TSModuleBlock";
2532
+ body: K.StatementKind[];
2533
+ }
2534
+ ```
2535
+
2536
+ ### TSModuleDeclaration
2537
+ Represents a TypeScript module declaration.
2538
+
2539
+ ```typescript
2540
+ export interface TSModuleDeclaration extends Omit<Declaration, "type"> {
2541
+ type: "TSModuleDeclaration";
2542
+ id: K.IdentifierKind | K.StringLiteralKind;
2543
+ body: K.TSModuleBlockKind | K.TSModuleDeclarationKind;
2544
+ declare?: boolean;
2545
+ global?: boolean;
2546
+ modifiers?: K.ModifierKind[] | null;
2547
+ }
2548
+ ```
2549
+
2550
+ ### TSNamedTupleMember
2551
+ Represents a named tuple member in TypeScript.
2552
+
2553
+ ```typescript
2554
+ export interface TSNamedTupleMember extends Omit<TSType, "type"> {
2555
+ type: "TSNamedTupleMember";
2556
+ elementType: K.TSTypeKind;
2557
+ label: K.IdentifierKind;
2558
+ optional?: boolean;
2559
+ }
2560
+ ```
2561
+
2562
+ ### TSNamespaceExportDeclaration
2563
+ Represents a TypeScript namespace export declaration.
2564
+
2565
+ ```typescript
2566
+ export interface TSNamespaceExportDeclaration extends Omit<Declaration, "type"> {
2567
+ type: "TSNamespaceExportDeclaration";
2568
+ id: K.IdentifierKind;
2569
+ }
2570
+ ```
2571
+
2572
+ ### TSNeverKeyword
2573
+ Represents the TypeScript `never` keyword.
2574
+
2575
+ ```typescript
2576
+ export interface TSNeverKeyword extends Omit<TSType, "type"> {
2577
+ type: "TSNeverKeyword";
2578
+ }
2579
+ ```
2580
+
2581
+ ### TSNonNullExpression
2582
+ Represents a non-null assertion in TypeScript.
2583
+
2584
+ ```typescript
2585
+ export interface TSNonNullExpression extends Omit<Expression, "type"> {
2586
+ type: "TSNonNullExpression";
2587
+ expression: K.ExpressionKind;
2588
+ }
2589
+ ```
2590
+
2591
+ ### TSNullKeyword
2592
+ Represents the TypeScript `null` keyword.
2593
+
2594
+ ```typescript
2595
+ export interface
2596
+
2597
+ TSNullKeyword extends Omit<TSType, "type"> {
2598
+ type: "TSNullKeyword";
2599
+ }
2600
+ ```
2601
+
2602
+ ### TSNumberKeyword
2603
+ Represents the TypeScript `number` keyword.
2604
+
2605
+ ```typescript
2606
+ export interface TSNumberKeyword extends Omit<TSType, "type"> {
2607
+ type: "TSNumberKeyword";
2608
+ }
2609
+ ```
2610
+
2611
+ ### TSObjectKeyword
2612
+ Represents the TypeScript `object` keyword.
2613
+
2614
+ ```typescript
2615
+ export interface TSObjectKeyword extends Omit<TSType, "type"> {
2616
+ type: "TSObjectKeyword";
2617
+ }
2618
+ ```
2619
+
2620
+ ### TSOptionalType
2621
+ Represents an optional type in TypeScript.
2622
+
2623
+ ```typescript
2624
+ export interface TSOptionalType extends Omit<TSType, "type"> {
2625
+ type: "TSOptionalType";
2626
+ typeAnnotation: K.TSTypeKind;
2627
+ }
2628
+ ```
2629
+
2630
+ ### TSParameterProperty
2631
+ Represents a parameter property in TypeScript.
2632
+
2633
+ ```typescript
2634
+ export interface TSParameterProperty extends Omit<Pattern, "type"> {
2635
+ type: "TSParameterProperty";
2636
+ parameter: K.IdentifierKind | K.AssignmentPatternKind;
2637
+ accessibility?: "public" | "private" | "protected" | null;
2638
+ readonly?: boolean;
2639
+ }
2640
+ ```
2641
+
2642
+ ### TSParenthesizedType
2643
+ Represents a parenthesized type in TypeScript.
2644
+
2645
+ ```typescript
2646
+ export interface TSParenthesizedType extends Omit<TSType, "type"> {
2647
+ type: "TSParenthesizedType";
2648
+ typeAnnotation: K.TSTypeKind;
2649
+ }
2650
+ ```
2651
+
2652
+ ### TSPropertySignature
2653
+ Represents a property signature in TypeScript.
2654
+
2655
+ ```typescript
2656
+ export interface TSPropertySignature extends Omit<TSTypeElement, "type"> {
2657
+ type: "TSPropertySignature";
2658
+ key: K.ExpressionKind;
2659
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2660
+ initializer?: K.ExpressionKind | null;
2661
+ computed?: boolean;
2662
+ optional?: boolean;
2663
+ readonly?: boolean;
2664
+ }
2665
+ ```
2666
+
2667
+ ### TSQualifiedName
2668
+ Represents a qualified name in TypeScript.
2669
+
2670
+ ```typescript
2671
+ export interface TSQualifiedName extends Omit<TSType, "type"> {
2672
+ type: "TSQualifiedName";
2673
+ left: K.IdentifierKind | K.TSQualifiedNameKind;
2674
+ right: K.IdentifierKind;
2675
+ }
2676
+ ```
2677
+
2678
+ ### TSRestType
2679
+ Represents a rest type in TypeScript.
2680
+
2681
+ ```typescript
2682
+ export interface TSRestType extends Omit<TSType, "type"> {
2683
+ type: "TSRestType";
2684
+ typeAnnotation: K.TSTypeKind;
2685
+ }
2686
+ ```
2687
+
2688
+ ### TSStringKeyword
2689
+ Represents the TypeScript `string` keyword.
2690
+
2691
+ ```typescript
2692
+ export interface TSStringKeyword extends Omit<TSType, "type"> {
2693
+ type: "TSStringKeyword";
2694
+ }
2695
+ ```
2696
+
2697
+ ### TSSymbolKeyword
2698
+ Represents the TypeScript `symbol` keyword.
2699
+
2700
+ ```typescript
2701
+ export interface TSSymbolKeyword extends Omit<TSType, "type"> {
2702
+ type: "TSSymbolKeyword";
2703
+ }
2704
+ ```
2705
+
2706
+ ### TSThisType
2707
+ Represents the TypeScript `this` type.
2708
+
2709
+ ```typescript
2710
+ export interface TSThisType extends Omit<TSType, "type"> {
2711
+ type: "TSThisType";
2712
+ }
2713
+ ```
2714
+
2715
+ ### TSTupleType
2716
+ Represents a tuple type in TypeScript.
2717
+
2718
+ ```typescript
2719
+ export interface TSTupleType extends Omit<TSType, "type"> {
2720
+ type: "TSTupleType";
2721
+ elementTypes: K.TSTypeKind[];
2722
+ }
2723
+ ```
2724
+
2725
+ ### TSType
2726
+ Represents a TypeScript type.
2727
+
2728
+ ```typescript
2729
+ export interface TSType extends Node {
2730
+ type: "TSType";
2731
+ }
2732
+ ```
2733
+
2734
+ ### TSTypeAliasDeclaration
2735
+ Represents a TypeScript type alias declaration.
2736
+
2737
+ ```typescript
2738
+ export interface TSTypeAliasDeclaration extends Omit<Declaration, "type"> {
2739
+ type: "TSTypeAliasDeclaration";
2740
+ id: K.IdentifierKind;
2741
+ typeAnnotation: K.TSTypeKind;
2742
+ typeParameters?: K.TSTypeParameterDeclarationKind | null;
2743
+ declare?: boolean;
2744
+ }
2745
+ ```
2746
+
2747
+ ### TSTypeAnnotation
2748
+ Represents a TypeScript type annotation.
2749
+
2750
+ ```typescript
2751
+ export interface TSTypeAnnotation extends Omit<Declaration, "type"> {
2752
+ type: "TSTypeAnnotation";
2753
+ typeAnnotation: K.TSTypeKind;
2754
+ }
2755
+ ```
2756
+
2757
+ ### TSTypeAssertion
2758
+ Represents a TypeScript type assertion.
2759
+
2760
+ ```typescript
2761
+ export interface TSTypeAssertion extends Omit<Expression, "type"> {
2762
+ type: "TSTypeAssertion";
2763
+ expression: K.ExpressionKind;
2764
+ typeAnnotation: K.TSTypeKind;
2765
+ }
2766
+ ```
2767
+
2768
+ ### TSTypeLiteral
2769
+ Represents a TypeScript type literal.
2770
+
2771
+ ```typescript
2772
+ export interface TSTypeLiteral extends Omit<TSType, "type"> {
2773
+ type: "TSTypeLiteral";
2774
+ members: K.TSTypeElementKind[];
2775
+ }
2776
+ ```
2777
+
2778
+ ### TSTypeOperator
2779
+ Represents a TypeScript type operator.
2780
+
2781
+ ```typescript
2782
+ export interface TSTypeOperator extends Omit<TSType, "type"> {
2783
+ type: "TSTypeOperator";
2784
+ operator: "keyof" | "unique" | "readonly";
2785
+ typeAnnotation: K.TSTypeKind;
2786
+ }
2787
+ ```
2788
+
2789
+ ### TSTypeParameter
2790
+ Represents a type parameter in TypeScript.
2791
+
2792
+ ```typescript
2793
+ export interface TSTypeParameter extends Omit<TSType, "type"> {
2794
+ type: "TSTypeParameter";
2795
+ name: string;
2796
+ constraint?: K.TSTypeKind | null;
2797
+ default?: K.TSTypeKind | null;
2798
+ }
2799
+ ```
2800
+
2801
+ ### TSTypeParameterDeclaration
2802
+ Represents a type parameter declaration in TypeScript.
2803
+
2804
+ ```typescript
2805
+ export interface TSTypeParameterDeclaration extends Omit<TSType, "type"> {
2806
+ type: "TSTypeParameterDeclaration";
2807
+ params: K.TSTypeParameterKind[];
2808
+ }
2809
+ ```
2810
+
2811
+ ### TSTypeParameterInstantiation
2812
+ Represents a type parameter instantiation in TypeScript.
2813
+
2814
+ ```typescript
2815
+ export interface TSTypeParameterInstantiation extends Omit<TSType, "type"> {
2816
+ type: "TSTypeParameterInstantiation";
2817
+ params: K.TSTypeKind[];
2818
+ }
2819
+ ```
2820
+
2821
+ ### TSTypePredicate
2822
+ Represents a type predicate in TypeScript.
2823
+
2824
+ ```typescript
2825
+ export interface TSTypePredicate extends Omit<TSType, "type"> {
2826
+ type: "TSTypePredicate";
2827
+ asserts: boolean;
2828
+ parameterName: K.IdentifierKind | K.TSThisTypeKind;
2829
+ typeAnnotation?: K.TSTypeAnnotationKind | null;
2830
+ }
2831
+ ```
2832
+
2833
+ ### TSTypeQuery
2834
+ Represents a type query in TypeScript.
2835
+
2836
+ ```typescript
2837
+ export interface TSTypeQuery extends Omit<TSType, "type"> {
2838
+ type: "TSTypeQuery";
2839
+ exprName: K.IdentifierKind | K.TSQualifiedNameKind;
2840
+ }
2841
+ ```
2842
+
2843
+ ### TSTypeReference
2844
+ Represents a type reference in TypeScript.
2845
+
2846
+ ```typescript
2847
+ export interface TSTypeReference extends Omit<TSType, "type"> {
2848
+ type: "TSTypeReference";
2849
+ typeName: K.IdentifierKind | K.TSQualifiedNameKind;
2850
+ typeParameters?: K.TSTypeParameterInstantiationKind | null;
2851
+ }
2852
+ ```
2853
+
2854
+ ### TSUndefinedKeyword
2855
+ Represents the TypeScript `undefined` keyword.
2856
+
2857
+ ```typescript
2858
+ export interface TSUndefinedKeyword extends Omit<TSType, "type"> {
2859
+ type: "TSUndefinedKeyword";
2860
+ }
2861
+ ```
2862
+
2863
+ ### TSUnionType
2864
+ Represents a union type in TypeScript.
2865
+
2866
+ ```typescript
2867
+ export interface TSUnionType extends Omit<TSType, "type"> {
2868
+ type: "TSUnionType";
2869
+ types: K.TSTypeKind[];
2870
+ }
2871
+ ```
2872
+
2873
+ ### TSUnknownKeyword
2874
+ Represents the TypeScript `unknown` keyword.
2875
+
2876
+ ```typescript
2877
+ export interface TSUnknownKeyword extends Omit<TSType, "type"> {
2878
+ type: "TSUnknownKeyword";
2879
+ }
2880
+ ```
2881
+
2882
+ ### TSVoidKeyword
2883
+ Represents the TypeScript `void` keyword.
2884
+
2885
+ ```typescript
2886
+ export interface TSVoidKeyword extends Omit<TSType, "type"> {
2887
+ type: "TSVoidKeyword";
2888
+ }
2889
+ ```
2890
+
2891
+ ### TupleTypeAnnotation
2892
+ A type annotation for a tuple type.
2893
+
2894
+ ```typescript
2895
+ export interface TupleTypeAnnotation extends Omit<FlowType, "type"> {
2896
+ type: "TupleTypeAnnotation";
2897
+ types: K.FlowTypeKind[];
2898
+ }
2899
+ ```
2900
+
2901
+ ### TypeAlias
2902
+ Represents a type alias in Flow.
2903
+
2904
+ ```typescript
2905
+ export interface TypeAlias extends Omit<Declaration, "type"> {
2906
+ type: "TypeAlias";
2907
+ id: K.IdentifierKind;
2908
+ typeParameters?: K.TypeParameterDeclarationKind | null;
2909
+ right: K.FlowTypeKind;
2910
+ }
2911
+ ```
2912
+
2913
+ ### TypeAnnotation
2914
+ Represents a type annotation.
2915
+
2916
+ ```typescript
2917
+ export interface TypeAnnotation extends Omit<Node, "type"> {
2918
+ type: "TypeAnnotation";
2919
+ typeAnnotation: K.FlowTypeKind;
2920
+ }
2921
+ ```
2922
+
2923
+ ### TypeCastExpression
2924
+ Represents a type cast expression.
2925
+
2926
+ ```typescript
2927
+ export interface TypeCastExpression extends Omit<Expression, "type"> {
2928
+ type: "TypeCastExpression";
2929
+ expression: K.ExpressionKind;
2930
+ typeAnnotation: K.TypeAnnotationKind;
2931
+ }
2932
+ ```
2933
+
2934
+ ### TypeofTypeAnnotation
2935
+ A type annotation for a `typeof` type.
2936
+
2937
+ ```typescript
2938
+ export interface TypeofTypeAnnotation extends Omit<FlowType, "type"> {
2939
+ type: "TypeofTypeAnnotation";
2940
+ argument: K.FlowTypeKind;
2941
+ }
2942
+ ```
2943
+
2944
+ ### TypeParameter
2945
+ Represents a type parameter.
2946
+
2947
+ ```typescript
2948
+ export interface TypeParameter extends Omit<Node, "type"> {
2949
+ type: "TypeParameter";
2950
+ name: string;
2951
+ variance?: K.VarianceKind | "plus" | "minus" | null;
2952
+ bound?: K.TypeAnnotationKind | null;
2953
+ default?: K.FlowTypeKind | null;
2954
+ }
2955
+ ```
2956
+
2957
+ ### TypeParameterDeclaration
2958
+ Represents a type parameter declaration.
2959
+
2960
+ ```typescript
2961
+ export interface TypeParameterDeclaration extends Omit<Node, "type"> {
2962
+ type: "TypeParameterDeclaration";
2963
+ params: K.TypeParameterKind[];
2964
+ }
2965
+ ```
2966
+
2967
+ ### TypeParameterInstantiation
2968
+ Represents a type parameter instantiation.
2969
+
2970
+ ```typescript
2971
+ export interface TypeParameterInstantiation extends Omit<Node, "type"> {
2972
+ type: "TypeParameterInstantiation";
2973
+ params: K.FlowType
2974
+
2975
+ Kind[];
2976
+ }
2977
+ ```
2978
+
2979
+ ### UnaryExpression
2980
+ Represents a unary expression.
2981
+
2982
+ ```typescript
2983
+ export interface UnaryExpression extends Omit<Expression, "type"> {
2984
+ type: "UnaryExpression";
2985
+ operator: "-" | "+" | "!" | "~" | "typeof" | "void" | "delete";
2986
+ argument: K.ExpressionKind;
2987
+ prefix: boolean;
2988
+ }
2989
+ ```
2990
+
2991
+ ### UnionTypeAnnotation
2992
+ A type annotation for a union type.
2993
+
2994
+ ```typescript
2995
+ export interface UnionTypeAnnotation extends Omit<FlowType, "type"> {
2996
+ type: "UnionTypeAnnotation";
2997
+ types: K.FlowTypeKind[];
2998
+ }
2999
+ ```
3000
+
3001
+ ### UpdateExpression
3002
+ Represents an update expression.
3003
+
3004
+ ```typescript
3005
+ export interface UpdateExpression extends Omit<Expression, "type"> {
3006
+ type: "UpdateExpression";
3007
+ operator: "++" | "--";
3008
+ argument: K.ExpressionKind;
3009
+ prefix: boolean;
3010
+ }
3011
+ ```
3012
+
3013
+ ### VariableDeclaration
3014
+ Represents a variable declaration.
3015
+
3016
+ ```typescript
3017
+ export interface VariableDeclaration extends Omit<Declaration, "type"> {
3018
+ type: "VariableDeclaration";
3019
+ declarations: K.VariableDeclaratorKind[];
3020
+ kind: "var" | "let" | "const";
3021
+ }
3022
+ ```
3023
+
3024
+ ### VariableDeclarator
3025
+ Represents a variable declarator.
3026
+
3027
+ ```typescript
3028
+ export interface VariableDeclarator extends Omit<Node, "type"> {
3029
+ type: "VariableDeclarator";
3030
+ id: K.PatternKind;
3031
+ init?: K.ExpressionKind | null;
3032
+ definite?: boolean;
3033
+ }
3034
+ ```
3035
+
3036
+ ### Variance
3037
+ Represents a variance in Flow types.
3038
+
3039
+ ```typescript
3040
+ export interface Variance extends Omit<Node, "type"> {
3041
+ type: "Variance";
3042
+ kind: "plus" | "minus";
3043
+ }
3044
+ ```
3045
+
3046
+ ### VoidTypeAnnotation
3047
+ A type annotation for void types.
3048
+
3049
+ ```typescript
3050
+ export interface VoidTypeAnnotation extends Omit<FlowType, "type"> {
3051
+ type: "VoidTypeAnnotation";
3052
+ }
3053
+ ```
3054
+
3055
+ ### WhileStatement
3056
+ Represents a while statement.
3057
+
3058
+ ```typescript
3059
+ export interface WhileStatement extends Omit<Statement, "type"> {
3060
+ type: "WhileStatement";
3061
+ test: K.ExpressionKind;
3062
+ body: K.StatementKind;
3063
+ }
3064
+ ```
3065
+
3066
+ ### WithStatement
3067
+ Represents a with statement.
3068
+
3069
+ ```typescript
3070
+ export interface WithStatement extends Omit<Statement, "type"> {
3071
+ type: "WithStatement";
3072
+ object: K.ExpressionKind;
3073
+ body: K.StatementKind;
3074
+ }
3075
+ ```
3076
+
3077
+ ### YieldExpression
3078
+ Represents a yield expression.
3079
+
3080
+ ```typescript
3081
+ export interface YieldExpression extends Omit<Expression, "type"> {
3082
+ type: "YieldExpression";
3083
+ argument?: K.ExpressionKind | null;
3084
+ delegate: boolean;
3085
+ }
3086
+ ```