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
@@ -3,27 +3,2863 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var _lowercase = require("./lowercase.js");
7
- Object.keys(_lowercase).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _lowercase[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _lowercase[key];
14
- }
15
- });
16
- });
17
- var _uppercase = require("./uppercase.js");
18
- Object.keys(_uppercase).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (key in exports && exports[key] === _uppercase[key]) return;
21
- Object.defineProperty(exports, key, {
22
- enumerable: true,
23
- get: function () {
24
- return _uppercase[key];
25
- }
26
- });
27
- });
6
+ exports.anyTypeAnnotation = anyTypeAnnotation;
7
+ exports.argumentPlaceholder = argumentPlaceholder;
8
+ exports.arrayExpression = arrayExpression;
9
+ exports.arrayPattern = arrayPattern;
10
+ exports.arrayTypeAnnotation = arrayTypeAnnotation;
11
+ exports.arrowFunctionExpression = arrowFunctionExpression;
12
+ exports.assignmentExpression = assignmentExpression;
13
+ exports.assignmentPattern = assignmentPattern;
14
+ exports.awaitExpression = awaitExpression;
15
+ exports.bigIntLiteral = bigIntLiteral;
16
+ exports.binaryExpression = binaryExpression;
17
+ exports.bindExpression = bindExpression;
18
+ exports.blockStatement = blockStatement;
19
+ exports.booleanLiteral = booleanLiteral;
20
+ exports.booleanLiteralTypeAnnotation = booleanLiteralTypeAnnotation;
21
+ exports.booleanTypeAnnotation = booleanTypeAnnotation;
22
+ exports.breakStatement = breakStatement;
23
+ exports.callExpression = callExpression;
24
+ exports.catchClause = catchClause;
25
+ exports.classAccessorProperty = classAccessorProperty;
26
+ exports.classBody = classBody;
27
+ exports.classDeclaration = classDeclaration;
28
+ exports.classExpression = classExpression;
29
+ exports.classImplements = classImplements;
30
+ exports.classMethod = classMethod;
31
+ exports.classPrivateMethod = classPrivateMethod;
32
+ exports.classPrivateProperty = classPrivateProperty;
33
+ exports.classProperty = classProperty;
34
+ exports.conditionalExpression = conditionalExpression;
35
+ exports.continueStatement = continueStatement;
36
+ exports.debuggerStatement = debuggerStatement;
37
+ exports.decimalLiteral = decimalLiteral;
38
+ exports.declareClass = declareClass;
39
+ exports.declareExportAllDeclaration = declareExportAllDeclaration;
40
+ exports.declareExportDeclaration = declareExportDeclaration;
41
+ exports.declareFunction = declareFunction;
42
+ exports.declareInterface = declareInterface;
43
+ exports.declareModule = declareModule;
44
+ exports.declareModuleExports = declareModuleExports;
45
+ exports.declareOpaqueType = declareOpaqueType;
46
+ exports.declareTypeAlias = declareTypeAlias;
47
+ exports.declareVariable = declareVariable;
48
+ exports.declaredPredicate = declaredPredicate;
49
+ exports.decorator = decorator;
50
+ exports.directive = directive;
51
+ exports.directiveLiteral = directiveLiteral;
52
+ exports.doExpression = doExpression;
53
+ exports.doWhileStatement = doWhileStatement;
54
+ exports.emptyStatement = emptyStatement;
55
+ exports.emptyTypeAnnotation = emptyTypeAnnotation;
56
+ exports.enumBooleanBody = enumBooleanBody;
57
+ exports.enumBooleanMember = enumBooleanMember;
58
+ exports.enumDeclaration = enumDeclaration;
59
+ exports.enumDefaultedMember = enumDefaultedMember;
60
+ exports.enumNumberBody = enumNumberBody;
61
+ exports.enumNumberMember = enumNumberMember;
62
+ exports.enumStringBody = enumStringBody;
63
+ exports.enumStringMember = enumStringMember;
64
+ exports.enumSymbolBody = enumSymbolBody;
65
+ exports.existsTypeAnnotation = existsTypeAnnotation;
66
+ exports.exportAllDeclaration = exportAllDeclaration;
67
+ exports.exportDefaultDeclaration = exportDefaultDeclaration;
68
+ exports.exportDefaultSpecifier = exportDefaultSpecifier;
69
+ exports.exportNamedDeclaration = exportNamedDeclaration;
70
+ exports.exportNamespaceSpecifier = exportNamespaceSpecifier;
71
+ exports.exportSpecifier = exportSpecifier;
72
+ exports.expressionStatement = expressionStatement;
73
+ exports.file = file;
74
+ exports.forInStatement = forInStatement;
75
+ exports.forOfStatement = forOfStatement;
76
+ exports.forStatement = forStatement;
77
+ exports.functionDeclaration = functionDeclaration;
78
+ exports.functionExpression = functionExpression;
79
+ exports.functionTypeAnnotation = functionTypeAnnotation;
80
+ exports.functionTypeParam = functionTypeParam;
81
+ exports.genericTypeAnnotation = genericTypeAnnotation;
82
+ exports.identifier = identifier;
83
+ exports.ifStatement = ifStatement;
84
+ exports.import = _import;
85
+ exports.importAttribute = importAttribute;
86
+ exports.importDeclaration = importDeclaration;
87
+ exports.importDefaultSpecifier = importDefaultSpecifier;
88
+ exports.importExpression = importExpression;
89
+ exports.importNamespaceSpecifier = importNamespaceSpecifier;
90
+ exports.importSpecifier = importSpecifier;
91
+ exports.indexedAccessType = indexedAccessType;
92
+ exports.inferredPredicate = inferredPredicate;
93
+ exports.interfaceDeclaration = interfaceDeclaration;
94
+ exports.interfaceExtends = interfaceExtends;
95
+ exports.interfaceTypeAnnotation = interfaceTypeAnnotation;
96
+ exports.interpreterDirective = interpreterDirective;
97
+ exports.intersectionTypeAnnotation = intersectionTypeAnnotation;
98
+ exports.jSXAttribute = exports.jsxAttribute = jsxAttribute;
99
+ exports.jSXClosingElement = exports.jsxClosingElement = jsxClosingElement;
100
+ exports.jSXClosingFragment = exports.jsxClosingFragment = jsxClosingFragment;
101
+ exports.jSXElement = exports.jsxElement = jsxElement;
102
+ exports.jSXEmptyExpression = exports.jsxEmptyExpression = jsxEmptyExpression;
103
+ exports.jSXExpressionContainer = exports.jsxExpressionContainer = jsxExpressionContainer;
104
+ exports.jSXFragment = exports.jsxFragment = jsxFragment;
105
+ exports.jSXIdentifier = exports.jsxIdentifier = jsxIdentifier;
106
+ exports.jSXMemberExpression = exports.jsxMemberExpression = jsxMemberExpression;
107
+ exports.jSXNamespacedName = exports.jsxNamespacedName = jsxNamespacedName;
108
+ exports.jSXOpeningElement = exports.jsxOpeningElement = jsxOpeningElement;
109
+ exports.jSXOpeningFragment = exports.jsxOpeningFragment = jsxOpeningFragment;
110
+ exports.jSXSpreadAttribute = exports.jsxSpreadAttribute = jsxSpreadAttribute;
111
+ exports.jSXSpreadChild = exports.jsxSpreadChild = jsxSpreadChild;
112
+ exports.jSXText = exports.jsxText = jsxText;
113
+ exports.labeledStatement = labeledStatement;
114
+ exports.logicalExpression = logicalExpression;
115
+ exports.memberExpression = memberExpression;
116
+ exports.metaProperty = metaProperty;
117
+ exports.mixedTypeAnnotation = mixedTypeAnnotation;
118
+ exports.moduleExpression = moduleExpression;
119
+ exports.newExpression = newExpression;
120
+ exports.noop = noop;
121
+ exports.nullLiteral = nullLiteral;
122
+ exports.nullLiteralTypeAnnotation = nullLiteralTypeAnnotation;
123
+ exports.nullableTypeAnnotation = nullableTypeAnnotation;
124
+ exports.numberLiteral = NumberLiteral;
125
+ exports.numberLiteralTypeAnnotation = numberLiteralTypeAnnotation;
126
+ exports.numberTypeAnnotation = numberTypeAnnotation;
127
+ exports.numericLiteral = numericLiteral;
128
+ exports.objectExpression = objectExpression;
129
+ exports.objectMethod = objectMethod;
130
+ exports.objectPattern = objectPattern;
131
+ exports.objectProperty = objectProperty;
132
+ exports.objectTypeAnnotation = objectTypeAnnotation;
133
+ exports.objectTypeCallProperty = objectTypeCallProperty;
134
+ exports.objectTypeIndexer = objectTypeIndexer;
135
+ exports.objectTypeInternalSlot = objectTypeInternalSlot;
136
+ exports.objectTypeProperty = objectTypeProperty;
137
+ exports.objectTypeSpreadProperty = objectTypeSpreadProperty;
138
+ exports.opaqueType = opaqueType;
139
+ exports.optionalCallExpression = optionalCallExpression;
140
+ exports.optionalIndexedAccessType = optionalIndexedAccessType;
141
+ exports.optionalMemberExpression = optionalMemberExpression;
142
+ exports.parenthesizedExpression = parenthesizedExpression;
143
+ exports.pipelineBareFunction = pipelineBareFunction;
144
+ exports.pipelinePrimaryTopicReference = pipelinePrimaryTopicReference;
145
+ exports.pipelineTopicExpression = pipelineTopicExpression;
146
+ exports.placeholder = placeholder;
147
+ exports.privateName = privateName;
148
+ exports.program = program;
149
+ exports.qualifiedTypeIdentifier = qualifiedTypeIdentifier;
150
+ exports.recordExpression = recordExpression;
151
+ exports.regExpLiteral = regExpLiteral;
152
+ exports.regexLiteral = RegexLiteral;
153
+ exports.restElement = restElement;
154
+ exports.restProperty = RestProperty;
155
+ exports.returnStatement = returnStatement;
156
+ exports.sequenceExpression = sequenceExpression;
157
+ exports.spreadElement = spreadElement;
158
+ exports.spreadProperty = SpreadProperty;
159
+ exports.staticBlock = staticBlock;
160
+ exports.stringLiteral = stringLiteral;
161
+ exports.stringLiteralTypeAnnotation = stringLiteralTypeAnnotation;
162
+ exports.stringTypeAnnotation = stringTypeAnnotation;
163
+ exports.super = _super;
164
+ exports.switchCase = switchCase;
165
+ exports.switchStatement = switchStatement;
166
+ exports.symbolTypeAnnotation = symbolTypeAnnotation;
167
+ exports.taggedTemplateExpression = taggedTemplateExpression;
168
+ exports.templateElement = templateElement;
169
+ exports.templateLiteral = templateLiteral;
170
+ exports.thisExpression = thisExpression;
171
+ exports.thisTypeAnnotation = thisTypeAnnotation;
172
+ exports.throwStatement = throwStatement;
173
+ exports.topicReference = topicReference;
174
+ exports.tryStatement = tryStatement;
175
+ exports.tSAnyKeyword = exports.tsAnyKeyword = tsAnyKeyword;
176
+ exports.tSArrayType = exports.tsArrayType = tsArrayType;
177
+ exports.tSAsExpression = exports.tsAsExpression = tsAsExpression;
178
+ exports.tSBigIntKeyword = exports.tsBigIntKeyword = tsBigIntKeyword;
179
+ exports.tSBooleanKeyword = exports.tsBooleanKeyword = tsBooleanKeyword;
180
+ exports.tSCallSignatureDeclaration = exports.tsCallSignatureDeclaration = tsCallSignatureDeclaration;
181
+ exports.tSConditionalType = exports.tsConditionalType = tsConditionalType;
182
+ exports.tSConstructSignatureDeclaration = exports.tsConstructSignatureDeclaration = tsConstructSignatureDeclaration;
183
+ exports.tSConstructorType = exports.tsConstructorType = tsConstructorType;
184
+ exports.tSDeclareFunction = exports.tsDeclareFunction = tsDeclareFunction;
185
+ exports.tSDeclareMethod = exports.tsDeclareMethod = tsDeclareMethod;
186
+ exports.tSEnumDeclaration = exports.tsEnumDeclaration = tsEnumDeclaration;
187
+ exports.tSEnumMember = exports.tsEnumMember = tsEnumMember;
188
+ exports.tSExportAssignment = exports.tsExportAssignment = tsExportAssignment;
189
+ exports.tSExpressionWithTypeArguments = exports.tsExpressionWithTypeArguments = tsExpressionWithTypeArguments;
190
+ exports.tSExternalModuleReference = exports.tsExternalModuleReference = tsExternalModuleReference;
191
+ exports.tSFunctionType = exports.tsFunctionType = tsFunctionType;
192
+ exports.tSImportEqualsDeclaration = exports.tsImportEqualsDeclaration = tsImportEqualsDeclaration;
193
+ exports.tSImportType = exports.tsImportType = tsImportType;
194
+ exports.tSIndexSignature = exports.tsIndexSignature = tsIndexSignature;
195
+ exports.tSIndexedAccessType = exports.tsIndexedAccessType = tsIndexedAccessType;
196
+ exports.tSInferType = exports.tsInferType = tsInferType;
197
+ exports.tSInstantiationExpression = exports.tsInstantiationExpression = tsInstantiationExpression;
198
+ exports.tSInterfaceBody = exports.tsInterfaceBody = tsInterfaceBody;
199
+ exports.tSInterfaceDeclaration = exports.tsInterfaceDeclaration = tsInterfaceDeclaration;
200
+ exports.tSIntersectionType = exports.tsIntersectionType = tsIntersectionType;
201
+ exports.tSIntrinsicKeyword = exports.tsIntrinsicKeyword = tsIntrinsicKeyword;
202
+ exports.tSLiteralType = exports.tsLiteralType = tsLiteralType;
203
+ exports.tSMappedType = exports.tsMappedType = tsMappedType;
204
+ exports.tSMethodSignature = exports.tsMethodSignature = tsMethodSignature;
205
+ exports.tSModuleBlock = exports.tsModuleBlock = tsModuleBlock;
206
+ exports.tSModuleDeclaration = exports.tsModuleDeclaration = tsModuleDeclaration;
207
+ exports.tSNamedTupleMember = exports.tsNamedTupleMember = tsNamedTupleMember;
208
+ exports.tSNamespaceExportDeclaration = exports.tsNamespaceExportDeclaration = tsNamespaceExportDeclaration;
209
+ exports.tSNeverKeyword = exports.tsNeverKeyword = tsNeverKeyword;
210
+ exports.tSNonNullExpression = exports.tsNonNullExpression = tsNonNullExpression;
211
+ exports.tSNullKeyword = exports.tsNullKeyword = tsNullKeyword;
212
+ exports.tSNumberKeyword = exports.tsNumberKeyword = tsNumberKeyword;
213
+ exports.tSObjectKeyword = exports.tsObjectKeyword = tsObjectKeyword;
214
+ exports.tSOptionalType = exports.tsOptionalType = tsOptionalType;
215
+ exports.tSParameterProperty = exports.tsParameterProperty = tsParameterProperty;
216
+ exports.tSParenthesizedType = exports.tsParenthesizedType = tsParenthesizedType;
217
+ exports.tSPropertySignature = exports.tsPropertySignature = tsPropertySignature;
218
+ exports.tSQualifiedName = exports.tsQualifiedName = tsQualifiedName;
219
+ exports.tSRestType = exports.tsRestType = tsRestType;
220
+ exports.tSSatisfiesExpression = exports.tsSatisfiesExpression = tsSatisfiesExpression;
221
+ exports.tSStringKeyword = exports.tsStringKeyword = tsStringKeyword;
222
+ exports.tSSymbolKeyword = exports.tsSymbolKeyword = tsSymbolKeyword;
223
+ exports.tSThisType = exports.tsThisType = tsThisType;
224
+ exports.tSTupleType = exports.tsTupleType = tsTupleType;
225
+ exports.tSTypeAliasDeclaration = exports.tsTypeAliasDeclaration = tsTypeAliasDeclaration;
226
+ exports.tSTypeAnnotation = exports.tsTypeAnnotation = tsTypeAnnotation;
227
+ exports.tSTypeAssertion = exports.tsTypeAssertion = tsTypeAssertion;
228
+ exports.tSTypeLiteral = exports.tsTypeLiteral = tsTypeLiteral;
229
+ exports.tSTypeOperator = exports.tsTypeOperator = tsTypeOperator;
230
+ exports.tSTypeParameter = exports.tsTypeParameter = tsTypeParameter;
231
+ exports.tSTypeParameterDeclaration = exports.tsTypeParameterDeclaration = tsTypeParameterDeclaration;
232
+ exports.tSTypeParameterInstantiation = exports.tsTypeParameterInstantiation = tsTypeParameterInstantiation;
233
+ exports.tSTypePredicate = exports.tsTypePredicate = tsTypePredicate;
234
+ exports.tSTypeQuery = exports.tsTypeQuery = tsTypeQuery;
235
+ exports.tSTypeReference = exports.tsTypeReference = tsTypeReference;
236
+ exports.tSUndefinedKeyword = exports.tsUndefinedKeyword = tsUndefinedKeyword;
237
+ exports.tSUnionType = exports.tsUnionType = tsUnionType;
238
+ exports.tSUnknownKeyword = exports.tsUnknownKeyword = tsUnknownKeyword;
239
+ exports.tSVoidKeyword = exports.tsVoidKeyword = tsVoidKeyword;
240
+ exports.tupleExpression = tupleExpression;
241
+ exports.tupleTypeAnnotation = tupleTypeAnnotation;
242
+ exports.typeAlias = typeAlias;
243
+ exports.typeAnnotation = typeAnnotation;
244
+ exports.typeCastExpression = typeCastExpression;
245
+ exports.typeParameter = typeParameter;
246
+ exports.typeParameterDeclaration = typeParameterDeclaration;
247
+ exports.typeParameterInstantiation = typeParameterInstantiation;
248
+ exports.typeofTypeAnnotation = typeofTypeAnnotation;
249
+ exports.unaryExpression = unaryExpression;
250
+ exports.unionTypeAnnotation = unionTypeAnnotation;
251
+ exports.updateExpression = updateExpression;
252
+ exports.v8IntrinsicIdentifier = v8IntrinsicIdentifier;
253
+ exports.variableDeclaration = variableDeclaration;
254
+ exports.variableDeclarator = variableDeclarator;
255
+ exports.variance = variance;
256
+ exports.voidTypeAnnotation = voidTypeAnnotation;
257
+ exports.whileStatement = whileStatement;
258
+ exports.withStatement = withStatement;
259
+ exports.yieldExpression = yieldExpression;
260
+ var _validate = require("../../validators/validate.js");
261
+ var _deprecationWarning = require("../../utils/deprecationWarning.js");
262
+ var utils = require("../../definitions/utils.js");
263
+ const {
264
+ validateInternal: validate
265
+ } = _validate;
266
+ const {
267
+ NODE_FIELDS
268
+ } = utils;
269
+ function arrayExpression(elements = []) {
270
+ const node = {
271
+ type: "ArrayExpression",
272
+ elements
273
+ };
274
+ const defs = NODE_FIELDS.ArrayExpression;
275
+ validate(defs.elements, node, "elements", elements, 1);
276
+ return node;
277
+ }
278
+ function assignmentExpression(operator, left, right) {
279
+ const node = {
280
+ type: "AssignmentExpression",
281
+ operator,
282
+ left,
283
+ right
284
+ };
285
+ const defs = NODE_FIELDS.AssignmentExpression;
286
+ validate(defs.operator, node, "operator", operator);
287
+ validate(defs.left, node, "left", left, 1);
288
+ validate(defs.right, node, "right", right, 1);
289
+ return node;
290
+ }
291
+ function binaryExpression(operator, left, right) {
292
+ const node = {
293
+ type: "BinaryExpression",
294
+ operator,
295
+ left,
296
+ right
297
+ };
298
+ const defs = NODE_FIELDS.BinaryExpression;
299
+ validate(defs.operator, node, "operator", operator);
300
+ validate(defs.left, node, "left", left, 1);
301
+ validate(defs.right, node, "right", right, 1);
302
+ return node;
303
+ }
304
+ function interpreterDirective(value) {
305
+ const node = {
306
+ type: "InterpreterDirective",
307
+ value
308
+ };
309
+ const defs = NODE_FIELDS.InterpreterDirective;
310
+ validate(defs.value, node, "value", value);
311
+ return node;
312
+ }
313
+ function directive(value) {
314
+ const node = {
315
+ type: "Directive",
316
+ value
317
+ };
318
+ const defs = NODE_FIELDS.Directive;
319
+ validate(defs.value, node, "value", value, 1);
320
+ return node;
321
+ }
322
+ function directiveLiteral(value) {
323
+ const node = {
324
+ type: "DirectiveLiteral",
325
+ value
326
+ };
327
+ const defs = NODE_FIELDS.DirectiveLiteral;
328
+ validate(defs.value, node, "value", value);
329
+ return node;
330
+ }
331
+ function blockStatement(body, directives = []) {
332
+ const node = {
333
+ type: "BlockStatement",
334
+ body,
335
+ directives
336
+ };
337
+ const defs = NODE_FIELDS.BlockStatement;
338
+ validate(defs.body, node, "body", body, 1);
339
+ validate(defs.directives, node, "directives", directives, 1);
340
+ return node;
341
+ }
342
+ function breakStatement(label = null) {
343
+ const node = {
344
+ type: "BreakStatement",
345
+ label
346
+ };
347
+ const defs = NODE_FIELDS.BreakStatement;
348
+ validate(defs.label, node, "label", label, 1);
349
+ return node;
350
+ }
351
+ function callExpression(callee, _arguments) {
352
+ const node = {
353
+ type: "CallExpression",
354
+ callee,
355
+ arguments: _arguments
356
+ };
357
+ const defs = NODE_FIELDS.CallExpression;
358
+ validate(defs.callee, node, "callee", callee, 1);
359
+ validate(defs.arguments, node, "arguments", _arguments, 1);
360
+ return node;
361
+ }
362
+ function catchClause(param = null, body) {
363
+ const node = {
364
+ type: "CatchClause",
365
+ param,
366
+ body
367
+ };
368
+ const defs = NODE_FIELDS.CatchClause;
369
+ validate(defs.param, node, "param", param, 1);
370
+ validate(defs.body, node, "body", body, 1);
371
+ return node;
372
+ }
373
+ function conditionalExpression(test, consequent, alternate) {
374
+ const node = {
375
+ type: "ConditionalExpression",
376
+ test,
377
+ consequent,
378
+ alternate
379
+ };
380
+ const defs = NODE_FIELDS.ConditionalExpression;
381
+ validate(defs.test, node, "test", test, 1);
382
+ validate(defs.consequent, node, "consequent", consequent, 1);
383
+ validate(defs.alternate, node, "alternate", alternate, 1);
384
+ return node;
385
+ }
386
+ function continueStatement(label = null) {
387
+ const node = {
388
+ type: "ContinueStatement",
389
+ label
390
+ };
391
+ const defs = NODE_FIELDS.ContinueStatement;
392
+ validate(defs.label, node, "label", label, 1);
393
+ return node;
394
+ }
395
+ function debuggerStatement() {
396
+ return {
397
+ type: "DebuggerStatement"
398
+ };
399
+ }
400
+ function doWhileStatement(test, body) {
401
+ const node = {
402
+ type: "DoWhileStatement",
403
+ test,
404
+ body
405
+ };
406
+ const defs = NODE_FIELDS.DoWhileStatement;
407
+ validate(defs.test, node, "test", test, 1);
408
+ validate(defs.body, node, "body", body, 1);
409
+ return node;
410
+ }
411
+ function emptyStatement() {
412
+ return {
413
+ type: "EmptyStatement"
414
+ };
415
+ }
416
+ function expressionStatement(expression) {
417
+ const node = {
418
+ type: "ExpressionStatement",
419
+ expression
420
+ };
421
+ const defs = NODE_FIELDS.ExpressionStatement;
422
+ validate(defs.expression, node, "expression", expression, 1);
423
+ return node;
424
+ }
425
+ function file(program, comments = null, tokens = null) {
426
+ const node = {
427
+ type: "File",
428
+ program,
429
+ comments,
430
+ tokens
431
+ };
432
+ const defs = NODE_FIELDS.File;
433
+ validate(defs.program, node, "program", program, 1);
434
+ validate(defs.comments, node, "comments", comments, 1);
435
+ validate(defs.tokens, node, "tokens", tokens);
436
+ return node;
437
+ }
438
+ function forInStatement(left, right, body) {
439
+ const node = {
440
+ type: "ForInStatement",
441
+ left,
442
+ right,
443
+ body
444
+ };
445
+ const defs = NODE_FIELDS.ForInStatement;
446
+ validate(defs.left, node, "left", left, 1);
447
+ validate(defs.right, node, "right", right, 1);
448
+ validate(defs.body, node, "body", body, 1);
449
+ return node;
450
+ }
451
+ function forStatement(init = null, test = null, update = null, body) {
452
+ const node = {
453
+ type: "ForStatement",
454
+ init,
455
+ test,
456
+ update,
457
+ body
458
+ };
459
+ const defs = NODE_FIELDS.ForStatement;
460
+ validate(defs.init, node, "init", init, 1);
461
+ validate(defs.test, node, "test", test, 1);
462
+ validate(defs.update, node, "update", update, 1);
463
+ validate(defs.body, node, "body", body, 1);
464
+ return node;
465
+ }
466
+ function functionDeclaration(id = null, params, body, generator = false, async = false) {
467
+ const node = {
468
+ type: "FunctionDeclaration",
469
+ id,
470
+ params,
471
+ body,
472
+ generator,
473
+ async
474
+ };
475
+ const defs = NODE_FIELDS.FunctionDeclaration;
476
+ validate(defs.id, node, "id", id, 1);
477
+ validate(defs.params, node, "params", params, 1);
478
+ validate(defs.body, node, "body", body, 1);
479
+ validate(defs.generator, node, "generator", generator);
480
+ validate(defs.async, node, "async", async);
481
+ return node;
482
+ }
483
+ function functionExpression(id = null, params, body, generator = false, async = false) {
484
+ const node = {
485
+ type: "FunctionExpression",
486
+ id,
487
+ params,
488
+ body,
489
+ generator,
490
+ async
491
+ };
492
+ const defs = NODE_FIELDS.FunctionExpression;
493
+ validate(defs.id, node, "id", id, 1);
494
+ validate(defs.params, node, "params", params, 1);
495
+ validate(defs.body, node, "body", body, 1);
496
+ validate(defs.generator, node, "generator", generator);
497
+ validate(defs.async, node, "async", async);
498
+ return node;
499
+ }
500
+ function identifier(name) {
501
+ const node = {
502
+ type: "Identifier",
503
+ name
504
+ };
505
+ const defs = NODE_FIELDS.Identifier;
506
+ validate(defs.name, node, "name", name);
507
+ return node;
508
+ }
509
+ function ifStatement(test, consequent, alternate = null) {
510
+ const node = {
511
+ type: "IfStatement",
512
+ test,
513
+ consequent,
514
+ alternate
515
+ };
516
+ const defs = NODE_FIELDS.IfStatement;
517
+ validate(defs.test, node, "test", test, 1);
518
+ validate(defs.consequent, node, "consequent", consequent, 1);
519
+ validate(defs.alternate, node, "alternate", alternate, 1);
520
+ return node;
521
+ }
522
+ function labeledStatement(label, body) {
523
+ const node = {
524
+ type: "LabeledStatement",
525
+ label,
526
+ body
527
+ };
528
+ const defs = NODE_FIELDS.LabeledStatement;
529
+ validate(defs.label, node, "label", label, 1);
530
+ validate(defs.body, node, "body", body, 1);
531
+ return node;
532
+ }
533
+ function stringLiteral(value) {
534
+ const node = {
535
+ type: "StringLiteral",
536
+ value
537
+ };
538
+ const defs = NODE_FIELDS.StringLiteral;
539
+ validate(defs.value, node, "value", value);
540
+ return node;
541
+ }
542
+ function numericLiteral(value) {
543
+ const node = {
544
+ type: "NumericLiteral",
545
+ value
546
+ };
547
+ const defs = NODE_FIELDS.NumericLiteral;
548
+ validate(defs.value, node, "value", value);
549
+ return node;
550
+ }
551
+ function nullLiteral() {
552
+ return {
553
+ type: "NullLiteral"
554
+ };
555
+ }
556
+ function booleanLiteral(value) {
557
+ const node = {
558
+ type: "BooleanLiteral",
559
+ value
560
+ };
561
+ const defs = NODE_FIELDS.BooleanLiteral;
562
+ validate(defs.value, node, "value", value);
563
+ return node;
564
+ }
565
+ function regExpLiteral(pattern, flags = "") {
566
+ const node = {
567
+ type: "RegExpLiteral",
568
+ pattern,
569
+ flags
570
+ };
571
+ const defs = NODE_FIELDS.RegExpLiteral;
572
+ validate(defs.pattern, node, "pattern", pattern);
573
+ validate(defs.flags, node, "flags", flags);
574
+ return node;
575
+ }
576
+ function logicalExpression(operator, left, right) {
577
+ const node = {
578
+ type: "LogicalExpression",
579
+ operator,
580
+ left,
581
+ right
582
+ };
583
+ const defs = NODE_FIELDS.LogicalExpression;
584
+ validate(defs.operator, node, "operator", operator);
585
+ validate(defs.left, node, "left", left, 1);
586
+ validate(defs.right, node, "right", right, 1);
587
+ return node;
588
+ }
589
+ function memberExpression(object, property, computed = false, optional = null) {
590
+ const node = {
591
+ type: "MemberExpression",
592
+ object,
593
+ property,
594
+ computed,
595
+ optional
596
+ };
597
+ const defs = NODE_FIELDS.MemberExpression;
598
+ validate(defs.object, node, "object", object, 1);
599
+ validate(defs.property, node, "property", property, 1);
600
+ validate(defs.computed, node, "computed", computed);
601
+ validate(defs.optional, node, "optional", optional);
602
+ return node;
603
+ }
604
+ function newExpression(callee, _arguments) {
605
+ const node = {
606
+ type: "NewExpression",
607
+ callee,
608
+ arguments: _arguments
609
+ };
610
+ const defs = NODE_FIELDS.NewExpression;
611
+ validate(defs.callee, node, "callee", callee, 1);
612
+ validate(defs.arguments, node, "arguments", _arguments, 1);
613
+ return node;
614
+ }
615
+ function program(body, directives = [], sourceType = "script", interpreter = null) {
616
+ const node = {
617
+ type: "Program",
618
+ body,
619
+ directives,
620
+ sourceType,
621
+ interpreter
622
+ };
623
+ const defs = NODE_FIELDS.Program;
624
+ validate(defs.body, node, "body", body, 1);
625
+ validate(defs.directives, node, "directives", directives, 1);
626
+ validate(defs.sourceType, node, "sourceType", sourceType);
627
+ validate(defs.interpreter, node, "interpreter", interpreter, 1);
628
+ return node;
629
+ }
630
+ function objectExpression(properties) {
631
+ const node = {
632
+ type: "ObjectExpression",
633
+ properties
634
+ };
635
+ const defs = NODE_FIELDS.ObjectExpression;
636
+ validate(defs.properties, node, "properties", properties, 1);
637
+ return node;
638
+ }
639
+ function objectMethod(kind = "method", key, params, body, computed = false, generator = false, async = false) {
640
+ const node = {
641
+ type: "ObjectMethod",
642
+ kind,
643
+ key,
644
+ params,
645
+ body,
646
+ computed,
647
+ generator,
648
+ async
649
+ };
650
+ const defs = NODE_FIELDS.ObjectMethod;
651
+ validate(defs.kind, node, "kind", kind);
652
+ validate(defs.key, node, "key", key, 1);
653
+ validate(defs.params, node, "params", params, 1);
654
+ validate(defs.body, node, "body", body, 1);
655
+ validate(defs.computed, node, "computed", computed);
656
+ validate(defs.generator, node, "generator", generator);
657
+ validate(defs.async, node, "async", async);
658
+ return node;
659
+ }
660
+ function objectProperty(key, value, computed = false, shorthand = false, decorators = null) {
661
+ const node = {
662
+ type: "ObjectProperty",
663
+ key,
664
+ value,
665
+ computed,
666
+ shorthand,
667
+ decorators
668
+ };
669
+ const defs = NODE_FIELDS.ObjectProperty;
670
+ validate(defs.key, node, "key", key, 1);
671
+ validate(defs.value, node, "value", value, 1);
672
+ validate(defs.computed, node, "computed", computed);
673
+ validate(defs.shorthand, node, "shorthand", shorthand);
674
+ validate(defs.decorators, node, "decorators", decorators, 1);
675
+ return node;
676
+ }
677
+ function restElement(argument) {
678
+ const node = {
679
+ type: "RestElement",
680
+ argument
681
+ };
682
+ const defs = NODE_FIELDS.RestElement;
683
+ validate(defs.argument, node, "argument", argument, 1);
684
+ return node;
685
+ }
686
+ function returnStatement(argument = null) {
687
+ const node = {
688
+ type: "ReturnStatement",
689
+ argument
690
+ };
691
+ const defs = NODE_FIELDS.ReturnStatement;
692
+ validate(defs.argument, node, "argument", argument, 1);
693
+ return node;
694
+ }
695
+ function sequenceExpression(expressions) {
696
+ const node = {
697
+ type: "SequenceExpression",
698
+ expressions
699
+ };
700
+ const defs = NODE_FIELDS.SequenceExpression;
701
+ validate(defs.expressions, node, "expressions", expressions, 1);
702
+ return node;
703
+ }
704
+ function parenthesizedExpression(expression) {
705
+ const node = {
706
+ type: "ParenthesizedExpression",
707
+ expression
708
+ };
709
+ const defs = NODE_FIELDS.ParenthesizedExpression;
710
+ validate(defs.expression, node, "expression", expression, 1);
711
+ return node;
712
+ }
713
+ function switchCase(test = null, consequent) {
714
+ const node = {
715
+ type: "SwitchCase",
716
+ test,
717
+ consequent
718
+ };
719
+ const defs = NODE_FIELDS.SwitchCase;
720
+ validate(defs.test, node, "test", test, 1);
721
+ validate(defs.consequent, node, "consequent", consequent, 1);
722
+ return node;
723
+ }
724
+ function switchStatement(discriminant, cases) {
725
+ const node = {
726
+ type: "SwitchStatement",
727
+ discriminant,
728
+ cases
729
+ };
730
+ const defs = NODE_FIELDS.SwitchStatement;
731
+ validate(defs.discriminant, node, "discriminant", discriminant, 1);
732
+ validate(defs.cases, node, "cases", cases, 1);
733
+ return node;
734
+ }
735
+ function thisExpression() {
736
+ return {
737
+ type: "ThisExpression"
738
+ };
739
+ }
740
+ function throwStatement(argument) {
741
+ const node = {
742
+ type: "ThrowStatement",
743
+ argument
744
+ };
745
+ const defs = NODE_FIELDS.ThrowStatement;
746
+ validate(defs.argument, node, "argument", argument, 1);
747
+ return node;
748
+ }
749
+ function tryStatement(block, handler = null, finalizer = null) {
750
+ const node = {
751
+ type: "TryStatement",
752
+ block,
753
+ handler,
754
+ finalizer
755
+ };
756
+ const defs = NODE_FIELDS.TryStatement;
757
+ validate(defs.block, node, "block", block, 1);
758
+ validate(defs.handler, node, "handler", handler, 1);
759
+ validate(defs.finalizer, node, "finalizer", finalizer, 1);
760
+ return node;
761
+ }
762
+ function unaryExpression(operator, argument, prefix = true) {
763
+ const node = {
764
+ type: "UnaryExpression",
765
+ operator,
766
+ argument,
767
+ prefix
768
+ };
769
+ const defs = NODE_FIELDS.UnaryExpression;
770
+ validate(defs.operator, node, "operator", operator);
771
+ validate(defs.argument, node, "argument", argument, 1);
772
+ validate(defs.prefix, node, "prefix", prefix);
773
+ return node;
774
+ }
775
+ function updateExpression(operator, argument, prefix = false) {
776
+ const node = {
777
+ type: "UpdateExpression",
778
+ operator,
779
+ argument,
780
+ prefix
781
+ };
782
+ const defs = NODE_FIELDS.UpdateExpression;
783
+ validate(defs.operator, node, "operator", operator);
784
+ validate(defs.argument, node, "argument", argument, 1);
785
+ validate(defs.prefix, node, "prefix", prefix);
786
+ return node;
787
+ }
788
+ function variableDeclaration(kind, declarations) {
789
+ const node = {
790
+ type: "VariableDeclaration",
791
+ kind,
792
+ declarations
793
+ };
794
+ const defs = NODE_FIELDS.VariableDeclaration;
795
+ validate(defs.kind, node, "kind", kind);
796
+ validate(defs.declarations, node, "declarations", declarations, 1);
797
+ return node;
798
+ }
799
+ function variableDeclarator(id, init = null) {
800
+ const node = {
801
+ type: "VariableDeclarator",
802
+ id,
803
+ init
804
+ };
805
+ const defs = NODE_FIELDS.VariableDeclarator;
806
+ validate(defs.id, node, "id", id, 1);
807
+ validate(defs.init, node, "init", init, 1);
808
+ return node;
809
+ }
810
+ function whileStatement(test, body) {
811
+ const node = {
812
+ type: "WhileStatement",
813
+ test,
814
+ body
815
+ };
816
+ const defs = NODE_FIELDS.WhileStatement;
817
+ validate(defs.test, node, "test", test, 1);
818
+ validate(defs.body, node, "body", body, 1);
819
+ return node;
820
+ }
821
+ function withStatement(object, body) {
822
+ const node = {
823
+ type: "WithStatement",
824
+ object,
825
+ body
826
+ };
827
+ const defs = NODE_FIELDS.WithStatement;
828
+ validate(defs.object, node, "object", object, 1);
829
+ validate(defs.body, node, "body", body, 1);
830
+ return node;
831
+ }
832
+ function assignmentPattern(left, right) {
833
+ const node = {
834
+ type: "AssignmentPattern",
835
+ left,
836
+ right
837
+ };
838
+ const defs = NODE_FIELDS.AssignmentPattern;
839
+ validate(defs.left, node, "left", left, 1);
840
+ validate(defs.right, node, "right", right, 1);
841
+ return node;
842
+ }
843
+ function arrayPattern(elements) {
844
+ const node = {
845
+ type: "ArrayPattern",
846
+ elements
847
+ };
848
+ const defs = NODE_FIELDS.ArrayPattern;
849
+ validate(defs.elements, node, "elements", elements, 1);
850
+ return node;
851
+ }
852
+ function arrowFunctionExpression(params, body, async = false) {
853
+ const node = {
854
+ type: "ArrowFunctionExpression",
855
+ params,
856
+ body,
857
+ async,
858
+ expression: null
859
+ };
860
+ const defs = NODE_FIELDS.ArrowFunctionExpression;
861
+ validate(defs.params, node, "params", params, 1);
862
+ validate(defs.body, node, "body", body, 1);
863
+ validate(defs.async, node, "async", async);
864
+ return node;
865
+ }
866
+ function classBody(body) {
867
+ const node = {
868
+ type: "ClassBody",
869
+ body
870
+ };
871
+ const defs = NODE_FIELDS.ClassBody;
872
+ validate(defs.body, node, "body", body, 1);
873
+ return node;
874
+ }
875
+ function classExpression(id = null, superClass = null, body, decorators = null) {
876
+ const node = {
877
+ type: "ClassExpression",
878
+ id,
879
+ superClass,
880
+ body,
881
+ decorators
882
+ };
883
+ const defs = NODE_FIELDS.ClassExpression;
884
+ validate(defs.id, node, "id", id, 1);
885
+ validate(defs.superClass, node, "superClass", superClass, 1);
886
+ validate(defs.body, node, "body", body, 1);
887
+ validate(defs.decorators, node, "decorators", decorators, 1);
888
+ return node;
889
+ }
890
+ function classDeclaration(id = null, superClass = null, body, decorators = null) {
891
+ const node = {
892
+ type: "ClassDeclaration",
893
+ id,
894
+ superClass,
895
+ body,
896
+ decorators
897
+ };
898
+ const defs = NODE_FIELDS.ClassDeclaration;
899
+ validate(defs.id, node, "id", id, 1);
900
+ validate(defs.superClass, node, "superClass", superClass, 1);
901
+ validate(defs.body, node, "body", body, 1);
902
+ validate(defs.decorators, node, "decorators", decorators, 1);
903
+ return node;
904
+ }
905
+ function exportAllDeclaration(source) {
906
+ const node = {
907
+ type: "ExportAllDeclaration",
908
+ source
909
+ };
910
+ const defs = NODE_FIELDS.ExportAllDeclaration;
911
+ validate(defs.source, node, "source", source, 1);
912
+ return node;
913
+ }
914
+ function exportDefaultDeclaration(declaration) {
915
+ const node = {
916
+ type: "ExportDefaultDeclaration",
917
+ declaration
918
+ };
919
+ const defs = NODE_FIELDS.ExportDefaultDeclaration;
920
+ validate(defs.declaration, node, "declaration", declaration, 1);
921
+ return node;
922
+ }
923
+ function exportNamedDeclaration(declaration = null, specifiers = [], source = null) {
924
+ const node = {
925
+ type: "ExportNamedDeclaration",
926
+ declaration,
927
+ specifiers,
928
+ source
929
+ };
930
+ const defs = NODE_FIELDS.ExportNamedDeclaration;
931
+ validate(defs.declaration, node, "declaration", declaration, 1);
932
+ validate(defs.specifiers, node, "specifiers", specifiers, 1);
933
+ validate(defs.source, node, "source", source, 1);
934
+ return node;
935
+ }
936
+ function exportSpecifier(local, exported) {
937
+ const node = {
938
+ type: "ExportSpecifier",
939
+ local,
940
+ exported
941
+ };
942
+ const defs = NODE_FIELDS.ExportSpecifier;
943
+ validate(defs.local, node, "local", local, 1);
944
+ validate(defs.exported, node, "exported", exported, 1);
945
+ return node;
946
+ }
947
+ function forOfStatement(left, right, body, _await = false) {
948
+ const node = {
949
+ type: "ForOfStatement",
950
+ left,
951
+ right,
952
+ body,
953
+ await: _await
954
+ };
955
+ const defs = NODE_FIELDS.ForOfStatement;
956
+ validate(defs.left, node, "left", left, 1);
957
+ validate(defs.right, node, "right", right, 1);
958
+ validate(defs.body, node, "body", body, 1);
959
+ validate(defs.await, node, "await", _await);
960
+ return node;
961
+ }
962
+ function importDeclaration(specifiers, source) {
963
+ const node = {
964
+ type: "ImportDeclaration",
965
+ specifiers,
966
+ source
967
+ };
968
+ const defs = NODE_FIELDS.ImportDeclaration;
969
+ validate(defs.specifiers, node, "specifiers", specifiers, 1);
970
+ validate(defs.source, node, "source", source, 1);
971
+ return node;
972
+ }
973
+ function importDefaultSpecifier(local) {
974
+ const node = {
975
+ type: "ImportDefaultSpecifier",
976
+ local
977
+ };
978
+ const defs = NODE_FIELDS.ImportDefaultSpecifier;
979
+ validate(defs.local, node, "local", local, 1);
980
+ return node;
981
+ }
982
+ function importNamespaceSpecifier(local) {
983
+ const node = {
984
+ type: "ImportNamespaceSpecifier",
985
+ local
986
+ };
987
+ const defs = NODE_FIELDS.ImportNamespaceSpecifier;
988
+ validate(defs.local, node, "local", local, 1);
989
+ return node;
990
+ }
991
+ function importSpecifier(local, imported) {
992
+ const node = {
993
+ type: "ImportSpecifier",
994
+ local,
995
+ imported
996
+ };
997
+ const defs = NODE_FIELDS.ImportSpecifier;
998
+ validate(defs.local, node, "local", local, 1);
999
+ validate(defs.imported, node, "imported", imported, 1);
1000
+ return node;
1001
+ }
1002
+ function importExpression(source, options = null) {
1003
+ const node = {
1004
+ type: "ImportExpression",
1005
+ source,
1006
+ options
1007
+ };
1008
+ const defs = NODE_FIELDS.ImportExpression;
1009
+ validate(defs.source, node, "source", source, 1);
1010
+ validate(defs.options, node, "options", options, 1);
1011
+ return node;
1012
+ }
1013
+ function metaProperty(meta, property) {
1014
+ const node = {
1015
+ type: "MetaProperty",
1016
+ meta,
1017
+ property
1018
+ };
1019
+ const defs = NODE_FIELDS.MetaProperty;
1020
+ validate(defs.meta, node, "meta", meta, 1);
1021
+ validate(defs.property, node, "property", property, 1);
1022
+ return node;
1023
+ }
1024
+ function classMethod(kind = "method", key, params, body, computed = false, _static = false, generator = false, async = false) {
1025
+ const node = {
1026
+ type: "ClassMethod",
1027
+ kind,
1028
+ key,
1029
+ params,
1030
+ body,
1031
+ computed,
1032
+ static: _static,
1033
+ generator,
1034
+ async
1035
+ };
1036
+ const defs = NODE_FIELDS.ClassMethod;
1037
+ validate(defs.kind, node, "kind", kind);
1038
+ validate(defs.key, node, "key", key, 1);
1039
+ validate(defs.params, node, "params", params, 1);
1040
+ validate(defs.body, node, "body", body, 1);
1041
+ validate(defs.computed, node, "computed", computed);
1042
+ validate(defs.static, node, "static", _static);
1043
+ validate(defs.generator, node, "generator", generator);
1044
+ validate(defs.async, node, "async", async);
1045
+ return node;
1046
+ }
1047
+ function objectPattern(properties) {
1048
+ const node = {
1049
+ type: "ObjectPattern",
1050
+ properties
1051
+ };
1052
+ const defs = NODE_FIELDS.ObjectPattern;
1053
+ validate(defs.properties, node, "properties", properties, 1);
1054
+ return node;
1055
+ }
1056
+ function spreadElement(argument) {
1057
+ const node = {
1058
+ type: "SpreadElement",
1059
+ argument
1060
+ };
1061
+ const defs = NODE_FIELDS.SpreadElement;
1062
+ validate(defs.argument, node, "argument", argument, 1);
1063
+ return node;
1064
+ }
1065
+ function _super() {
1066
+ return {
1067
+ type: "Super"
1068
+ };
1069
+ }
1070
+ function taggedTemplateExpression(tag, quasi) {
1071
+ const node = {
1072
+ type: "TaggedTemplateExpression",
1073
+ tag,
1074
+ quasi
1075
+ };
1076
+ const defs = NODE_FIELDS.TaggedTemplateExpression;
1077
+ validate(defs.tag, node, "tag", tag, 1);
1078
+ validate(defs.quasi, node, "quasi", quasi, 1);
1079
+ return node;
1080
+ }
1081
+ function templateElement(value, tail = false) {
1082
+ const node = {
1083
+ type: "TemplateElement",
1084
+ value,
1085
+ tail
1086
+ };
1087
+ const defs = NODE_FIELDS.TemplateElement;
1088
+ validate(defs.value, node, "value", value);
1089
+ validate(defs.tail, node, "tail", tail);
1090
+ return node;
1091
+ }
1092
+ function templateLiteral(quasis, expressions) {
1093
+ const node = {
1094
+ type: "TemplateLiteral",
1095
+ quasis,
1096
+ expressions
1097
+ };
1098
+ const defs = NODE_FIELDS.TemplateLiteral;
1099
+ validate(defs.quasis, node, "quasis", quasis, 1);
1100
+ validate(defs.expressions, node, "expressions", expressions, 1);
1101
+ return node;
1102
+ }
1103
+ function yieldExpression(argument = null, delegate = false) {
1104
+ const node = {
1105
+ type: "YieldExpression",
1106
+ argument,
1107
+ delegate
1108
+ };
1109
+ const defs = NODE_FIELDS.YieldExpression;
1110
+ validate(defs.argument, node, "argument", argument, 1);
1111
+ validate(defs.delegate, node, "delegate", delegate);
1112
+ return node;
1113
+ }
1114
+ function awaitExpression(argument) {
1115
+ const node = {
1116
+ type: "AwaitExpression",
1117
+ argument
1118
+ };
1119
+ const defs = NODE_FIELDS.AwaitExpression;
1120
+ validate(defs.argument, node, "argument", argument, 1);
1121
+ return node;
1122
+ }
1123
+ function _import() {
1124
+ return {
1125
+ type: "Import"
1126
+ };
1127
+ }
1128
+ function bigIntLiteral(value) {
1129
+ const node = {
1130
+ type: "BigIntLiteral",
1131
+ value
1132
+ };
1133
+ const defs = NODE_FIELDS.BigIntLiteral;
1134
+ validate(defs.value, node, "value", value);
1135
+ return node;
1136
+ }
1137
+ function exportNamespaceSpecifier(exported) {
1138
+ const node = {
1139
+ type: "ExportNamespaceSpecifier",
1140
+ exported
1141
+ };
1142
+ const defs = NODE_FIELDS.ExportNamespaceSpecifier;
1143
+ validate(defs.exported, node, "exported", exported, 1);
1144
+ return node;
1145
+ }
1146
+ function optionalMemberExpression(object, property, computed = false, optional) {
1147
+ const node = {
1148
+ type: "OptionalMemberExpression",
1149
+ object,
1150
+ property,
1151
+ computed,
1152
+ optional
1153
+ };
1154
+ const defs = NODE_FIELDS.OptionalMemberExpression;
1155
+ validate(defs.object, node, "object", object, 1);
1156
+ validate(defs.property, node, "property", property, 1);
1157
+ validate(defs.computed, node, "computed", computed);
1158
+ validate(defs.optional, node, "optional", optional);
1159
+ return node;
1160
+ }
1161
+ function optionalCallExpression(callee, _arguments, optional) {
1162
+ const node = {
1163
+ type: "OptionalCallExpression",
1164
+ callee,
1165
+ arguments: _arguments,
1166
+ optional
1167
+ };
1168
+ const defs = NODE_FIELDS.OptionalCallExpression;
1169
+ validate(defs.callee, node, "callee", callee, 1);
1170
+ validate(defs.arguments, node, "arguments", _arguments, 1);
1171
+ validate(defs.optional, node, "optional", optional);
1172
+ return node;
1173
+ }
1174
+ function classProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) {
1175
+ const node = {
1176
+ type: "ClassProperty",
1177
+ key,
1178
+ value,
1179
+ typeAnnotation,
1180
+ decorators,
1181
+ computed,
1182
+ static: _static
1183
+ };
1184
+ const defs = NODE_FIELDS.ClassProperty;
1185
+ validate(defs.key, node, "key", key, 1);
1186
+ validate(defs.value, node, "value", value, 1);
1187
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1188
+ validate(defs.decorators, node, "decorators", decorators, 1);
1189
+ validate(defs.computed, node, "computed", computed);
1190
+ validate(defs.static, node, "static", _static);
1191
+ return node;
1192
+ }
1193
+ function classAccessorProperty(key, value = null, typeAnnotation = null, decorators = null, computed = false, _static = false) {
1194
+ const node = {
1195
+ type: "ClassAccessorProperty",
1196
+ key,
1197
+ value,
1198
+ typeAnnotation,
1199
+ decorators,
1200
+ computed,
1201
+ static: _static
1202
+ };
1203
+ const defs = NODE_FIELDS.ClassAccessorProperty;
1204
+ validate(defs.key, node, "key", key, 1);
1205
+ validate(defs.value, node, "value", value, 1);
1206
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1207
+ validate(defs.decorators, node, "decorators", decorators, 1);
1208
+ validate(defs.computed, node, "computed", computed);
1209
+ validate(defs.static, node, "static", _static);
1210
+ return node;
1211
+ }
1212
+ function classPrivateProperty(key, value = null, decorators = null, _static = false) {
1213
+ const node = {
1214
+ type: "ClassPrivateProperty",
1215
+ key,
1216
+ value,
1217
+ decorators,
1218
+ static: _static
1219
+ };
1220
+ const defs = NODE_FIELDS.ClassPrivateProperty;
1221
+ validate(defs.key, node, "key", key, 1);
1222
+ validate(defs.value, node, "value", value, 1);
1223
+ validate(defs.decorators, node, "decorators", decorators, 1);
1224
+ validate(defs.static, node, "static", _static);
1225
+ return node;
1226
+ }
1227
+ function classPrivateMethod(kind = "method", key, params, body, _static = false) {
1228
+ const node = {
1229
+ type: "ClassPrivateMethod",
1230
+ kind,
1231
+ key,
1232
+ params,
1233
+ body,
1234
+ static: _static
1235
+ };
1236
+ const defs = NODE_FIELDS.ClassPrivateMethod;
1237
+ validate(defs.kind, node, "kind", kind);
1238
+ validate(defs.key, node, "key", key, 1);
1239
+ validate(defs.params, node, "params", params, 1);
1240
+ validate(defs.body, node, "body", body, 1);
1241
+ validate(defs.static, node, "static", _static);
1242
+ return node;
1243
+ }
1244
+ function privateName(id) {
1245
+ const node = {
1246
+ type: "PrivateName",
1247
+ id
1248
+ };
1249
+ const defs = NODE_FIELDS.PrivateName;
1250
+ validate(defs.id, node, "id", id, 1);
1251
+ return node;
1252
+ }
1253
+ function staticBlock(body) {
1254
+ const node = {
1255
+ type: "StaticBlock",
1256
+ body
1257
+ };
1258
+ const defs = NODE_FIELDS.StaticBlock;
1259
+ validate(defs.body, node, "body", body, 1);
1260
+ return node;
1261
+ }
1262
+ function anyTypeAnnotation() {
1263
+ return {
1264
+ type: "AnyTypeAnnotation"
1265
+ };
1266
+ }
1267
+ function arrayTypeAnnotation(elementType) {
1268
+ const node = {
1269
+ type: "ArrayTypeAnnotation",
1270
+ elementType
1271
+ };
1272
+ const defs = NODE_FIELDS.ArrayTypeAnnotation;
1273
+ validate(defs.elementType, node, "elementType", elementType, 1);
1274
+ return node;
1275
+ }
1276
+ function booleanTypeAnnotation() {
1277
+ return {
1278
+ type: "BooleanTypeAnnotation"
1279
+ };
1280
+ }
1281
+ function booleanLiteralTypeAnnotation(value) {
1282
+ const node = {
1283
+ type: "BooleanLiteralTypeAnnotation",
1284
+ value
1285
+ };
1286
+ const defs = NODE_FIELDS.BooleanLiteralTypeAnnotation;
1287
+ validate(defs.value, node, "value", value);
1288
+ return node;
1289
+ }
1290
+ function nullLiteralTypeAnnotation() {
1291
+ return {
1292
+ type: "NullLiteralTypeAnnotation"
1293
+ };
1294
+ }
1295
+ function classImplements(id, typeParameters = null) {
1296
+ const node = {
1297
+ type: "ClassImplements",
1298
+ id,
1299
+ typeParameters
1300
+ };
1301
+ const defs = NODE_FIELDS.ClassImplements;
1302
+ validate(defs.id, node, "id", id, 1);
1303
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1304
+ return node;
1305
+ }
1306
+ function declareClass(id, typeParameters = null, _extends = null, body) {
1307
+ const node = {
1308
+ type: "DeclareClass",
1309
+ id,
1310
+ typeParameters,
1311
+ extends: _extends,
1312
+ body
1313
+ };
1314
+ const defs = NODE_FIELDS.DeclareClass;
1315
+ validate(defs.id, node, "id", id, 1);
1316
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1317
+ validate(defs.extends, node, "extends", _extends, 1);
1318
+ validate(defs.body, node, "body", body, 1);
1319
+ return node;
1320
+ }
1321
+ function declareFunction(id) {
1322
+ const node = {
1323
+ type: "DeclareFunction",
1324
+ id
1325
+ };
1326
+ const defs = NODE_FIELDS.DeclareFunction;
1327
+ validate(defs.id, node, "id", id, 1);
1328
+ return node;
1329
+ }
1330
+ function declareInterface(id, typeParameters = null, _extends = null, body) {
1331
+ const node = {
1332
+ type: "DeclareInterface",
1333
+ id,
1334
+ typeParameters,
1335
+ extends: _extends,
1336
+ body
1337
+ };
1338
+ const defs = NODE_FIELDS.DeclareInterface;
1339
+ validate(defs.id, node, "id", id, 1);
1340
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1341
+ validate(defs.extends, node, "extends", _extends, 1);
1342
+ validate(defs.body, node, "body", body, 1);
1343
+ return node;
1344
+ }
1345
+ function declareModule(id, body, kind = null) {
1346
+ const node = {
1347
+ type: "DeclareModule",
1348
+ id,
1349
+ body,
1350
+ kind
1351
+ };
1352
+ const defs = NODE_FIELDS.DeclareModule;
1353
+ validate(defs.id, node, "id", id, 1);
1354
+ validate(defs.body, node, "body", body, 1);
1355
+ validate(defs.kind, node, "kind", kind);
1356
+ return node;
1357
+ }
1358
+ function declareModuleExports(typeAnnotation) {
1359
+ const node = {
1360
+ type: "DeclareModuleExports",
1361
+ typeAnnotation
1362
+ };
1363
+ const defs = NODE_FIELDS.DeclareModuleExports;
1364
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1365
+ return node;
1366
+ }
1367
+ function declareTypeAlias(id, typeParameters = null, right) {
1368
+ const node = {
1369
+ type: "DeclareTypeAlias",
1370
+ id,
1371
+ typeParameters,
1372
+ right
1373
+ };
1374
+ const defs = NODE_FIELDS.DeclareTypeAlias;
1375
+ validate(defs.id, node, "id", id, 1);
1376
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1377
+ validate(defs.right, node, "right", right, 1);
1378
+ return node;
1379
+ }
1380
+ function declareOpaqueType(id, typeParameters = null, supertype = null) {
1381
+ const node = {
1382
+ type: "DeclareOpaqueType",
1383
+ id,
1384
+ typeParameters,
1385
+ supertype
1386
+ };
1387
+ const defs = NODE_FIELDS.DeclareOpaqueType;
1388
+ validate(defs.id, node, "id", id, 1);
1389
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1390
+ validate(defs.supertype, node, "supertype", supertype, 1);
1391
+ return node;
1392
+ }
1393
+ function declareVariable(id) {
1394
+ const node = {
1395
+ type: "DeclareVariable",
1396
+ id
1397
+ };
1398
+ const defs = NODE_FIELDS.DeclareVariable;
1399
+ validate(defs.id, node, "id", id, 1);
1400
+ return node;
1401
+ }
1402
+ function declareExportDeclaration(declaration = null, specifiers = null, source = null, attributes = null) {
1403
+ const node = {
1404
+ type: "DeclareExportDeclaration",
1405
+ declaration,
1406
+ specifiers,
1407
+ source,
1408
+ attributes
1409
+ };
1410
+ const defs = NODE_FIELDS.DeclareExportDeclaration;
1411
+ validate(defs.declaration, node, "declaration", declaration, 1);
1412
+ validate(defs.specifiers, node, "specifiers", specifiers, 1);
1413
+ validate(defs.source, node, "source", source, 1);
1414
+ validate(defs.attributes, node, "attributes", attributes, 1);
1415
+ return node;
1416
+ }
1417
+ function declareExportAllDeclaration(source, attributes = null) {
1418
+ const node = {
1419
+ type: "DeclareExportAllDeclaration",
1420
+ source,
1421
+ attributes
1422
+ };
1423
+ const defs = NODE_FIELDS.DeclareExportAllDeclaration;
1424
+ validate(defs.source, node, "source", source, 1);
1425
+ validate(defs.attributes, node, "attributes", attributes, 1);
1426
+ return node;
1427
+ }
1428
+ function declaredPredicate(value) {
1429
+ const node = {
1430
+ type: "DeclaredPredicate",
1431
+ value
1432
+ };
1433
+ const defs = NODE_FIELDS.DeclaredPredicate;
1434
+ validate(defs.value, node, "value", value, 1);
1435
+ return node;
1436
+ }
1437
+ function existsTypeAnnotation() {
1438
+ return {
1439
+ type: "ExistsTypeAnnotation"
1440
+ };
1441
+ }
1442
+ function functionTypeAnnotation(typeParameters = null, params, rest = null, returnType) {
1443
+ const node = {
1444
+ type: "FunctionTypeAnnotation",
1445
+ typeParameters,
1446
+ params,
1447
+ rest,
1448
+ returnType
1449
+ };
1450
+ const defs = NODE_FIELDS.FunctionTypeAnnotation;
1451
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1452
+ validate(defs.params, node, "params", params, 1);
1453
+ validate(defs.rest, node, "rest", rest, 1);
1454
+ validate(defs.returnType, node, "returnType", returnType, 1);
1455
+ return node;
1456
+ }
1457
+ function functionTypeParam(name = null, typeAnnotation) {
1458
+ const node = {
1459
+ type: "FunctionTypeParam",
1460
+ name,
1461
+ typeAnnotation
1462
+ };
1463
+ const defs = NODE_FIELDS.FunctionTypeParam;
1464
+ validate(defs.name, node, "name", name, 1);
1465
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1466
+ return node;
1467
+ }
1468
+ function genericTypeAnnotation(id, typeParameters = null) {
1469
+ const node = {
1470
+ type: "GenericTypeAnnotation",
1471
+ id,
1472
+ typeParameters
1473
+ };
1474
+ const defs = NODE_FIELDS.GenericTypeAnnotation;
1475
+ validate(defs.id, node, "id", id, 1);
1476
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1477
+ return node;
1478
+ }
1479
+ function inferredPredicate() {
1480
+ return {
1481
+ type: "InferredPredicate"
1482
+ };
1483
+ }
1484
+ function interfaceExtends(id, typeParameters = null) {
1485
+ const node = {
1486
+ type: "InterfaceExtends",
1487
+ id,
1488
+ typeParameters
1489
+ };
1490
+ const defs = NODE_FIELDS.InterfaceExtends;
1491
+ validate(defs.id, node, "id", id, 1);
1492
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1493
+ return node;
1494
+ }
1495
+ function interfaceDeclaration(id, typeParameters = null, _extends = null, body) {
1496
+ const node = {
1497
+ type: "InterfaceDeclaration",
1498
+ id,
1499
+ typeParameters,
1500
+ extends: _extends,
1501
+ body
1502
+ };
1503
+ const defs = NODE_FIELDS.InterfaceDeclaration;
1504
+ validate(defs.id, node, "id", id, 1);
1505
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1506
+ validate(defs.extends, node, "extends", _extends, 1);
1507
+ validate(defs.body, node, "body", body, 1);
1508
+ return node;
1509
+ }
1510
+ function interfaceTypeAnnotation(_extends = null, body) {
1511
+ const node = {
1512
+ type: "InterfaceTypeAnnotation",
1513
+ extends: _extends,
1514
+ body
1515
+ };
1516
+ const defs = NODE_FIELDS.InterfaceTypeAnnotation;
1517
+ validate(defs.extends, node, "extends", _extends, 1);
1518
+ validate(defs.body, node, "body", body, 1);
1519
+ return node;
1520
+ }
1521
+ function intersectionTypeAnnotation(types) {
1522
+ const node = {
1523
+ type: "IntersectionTypeAnnotation",
1524
+ types
1525
+ };
1526
+ const defs = NODE_FIELDS.IntersectionTypeAnnotation;
1527
+ validate(defs.types, node, "types", types, 1);
1528
+ return node;
1529
+ }
1530
+ function mixedTypeAnnotation() {
1531
+ return {
1532
+ type: "MixedTypeAnnotation"
1533
+ };
1534
+ }
1535
+ function emptyTypeAnnotation() {
1536
+ return {
1537
+ type: "EmptyTypeAnnotation"
1538
+ };
1539
+ }
1540
+ function nullableTypeAnnotation(typeAnnotation) {
1541
+ const node = {
1542
+ type: "NullableTypeAnnotation",
1543
+ typeAnnotation
1544
+ };
1545
+ const defs = NODE_FIELDS.NullableTypeAnnotation;
1546
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1547
+ return node;
1548
+ }
1549
+ function numberLiteralTypeAnnotation(value) {
1550
+ const node = {
1551
+ type: "NumberLiteralTypeAnnotation",
1552
+ value
1553
+ };
1554
+ const defs = NODE_FIELDS.NumberLiteralTypeAnnotation;
1555
+ validate(defs.value, node, "value", value);
1556
+ return node;
1557
+ }
1558
+ function numberTypeAnnotation() {
1559
+ return {
1560
+ type: "NumberTypeAnnotation"
1561
+ };
1562
+ }
1563
+ function objectTypeAnnotation(properties, indexers = [], callProperties = [], internalSlots = [], exact = false) {
1564
+ const node = {
1565
+ type: "ObjectTypeAnnotation",
1566
+ properties,
1567
+ indexers,
1568
+ callProperties,
1569
+ internalSlots,
1570
+ exact
1571
+ };
1572
+ const defs = NODE_FIELDS.ObjectTypeAnnotation;
1573
+ validate(defs.properties, node, "properties", properties, 1);
1574
+ validate(defs.indexers, node, "indexers", indexers, 1);
1575
+ validate(defs.callProperties, node, "callProperties", callProperties, 1);
1576
+ validate(defs.internalSlots, node, "internalSlots", internalSlots, 1);
1577
+ validate(defs.exact, node, "exact", exact);
1578
+ return node;
1579
+ }
1580
+ function objectTypeInternalSlot(id, value, optional, _static, method) {
1581
+ const node = {
1582
+ type: "ObjectTypeInternalSlot",
1583
+ id,
1584
+ value,
1585
+ optional,
1586
+ static: _static,
1587
+ method
1588
+ };
1589
+ const defs = NODE_FIELDS.ObjectTypeInternalSlot;
1590
+ validate(defs.id, node, "id", id, 1);
1591
+ validate(defs.value, node, "value", value, 1);
1592
+ validate(defs.optional, node, "optional", optional);
1593
+ validate(defs.static, node, "static", _static);
1594
+ validate(defs.method, node, "method", method);
1595
+ return node;
1596
+ }
1597
+ function objectTypeCallProperty(value) {
1598
+ const node = {
1599
+ type: "ObjectTypeCallProperty",
1600
+ value,
1601
+ static: null
1602
+ };
1603
+ const defs = NODE_FIELDS.ObjectTypeCallProperty;
1604
+ validate(defs.value, node, "value", value, 1);
1605
+ return node;
1606
+ }
1607
+ function objectTypeIndexer(id = null, key, value, variance = null) {
1608
+ const node = {
1609
+ type: "ObjectTypeIndexer",
1610
+ id,
1611
+ key,
1612
+ value,
1613
+ variance,
1614
+ static: null
1615
+ };
1616
+ const defs = NODE_FIELDS.ObjectTypeIndexer;
1617
+ validate(defs.id, node, "id", id, 1);
1618
+ validate(defs.key, node, "key", key, 1);
1619
+ validate(defs.value, node, "value", value, 1);
1620
+ validate(defs.variance, node, "variance", variance, 1);
1621
+ return node;
1622
+ }
1623
+ function objectTypeProperty(key, value, variance = null) {
1624
+ const node = {
1625
+ type: "ObjectTypeProperty",
1626
+ key,
1627
+ value,
1628
+ variance,
1629
+ kind: null,
1630
+ method: null,
1631
+ optional: null,
1632
+ proto: null,
1633
+ static: null
1634
+ };
1635
+ const defs = NODE_FIELDS.ObjectTypeProperty;
1636
+ validate(defs.key, node, "key", key, 1);
1637
+ validate(defs.value, node, "value", value, 1);
1638
+ validate(defs.variance, node, "variance", variance, 1);
1639
+ return node;
1640
+ }
1641
+ function objectTypeSpreadProperty(argument) {
1642
+ const node = {
1643
+ type: "ObjectTypeSpreadProperty",
1644
+ argument
1645
+ };
1646
+ const defs = NODE_FIELDS.ObjectTypeSpreadProperty;
1647
+ validate(defs.argument, node, "argument", argument, 1);
1648
+ return node;
1649
+ }
1650
+ function opaqueType(id, typeParameters = null, supertype = null, impltype) {
1651
+ const node = {
1652
+ type: "OpaqueType",
1653
+ id,
1654
+ typeParameters,
1655
+ supertype,
1656
+ impltype
1657
+ };
1658
+ const defs = NODE_FIELDS.OpaqueType;
1659
+ validate(defs.id, node, "id", id, 1);
1660
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1661
+ validate(defs.supertype, node, "supertype", supertype, 1);
1662
+ validate(defs.impltype, node, "impltype", impltype, 1);
1663
+ return node;
1664
+ }
1665
+ function qualifiedTypeIdentifier(id, qualification) {
1666
+ const node = {
1667
+ type: "QualifiedTypeIdentifier",
1668
+ id,
1669
+ qualification
1670
+ };
1671
+ const defs = NODE_FIELDS.QualifiedTypeIdentifier;
1672
+ validate(defs.id, node, "id", id, 1);
1673
+ validate(defs.qualification, node, "qualification", qualification, 1);
1674
+ return node;
1675
+ }
1676
+ function stringLiteralTypeAnnotation(value) {
1677
+ const node = {
1678
+ type: "StringLiteralTypeAnnotation",
1679
+ value
1680
+ };
1681
+ const defs = NODE_FIELDS.StringLiteralTypeAnnotation;
1682
+ validate(defs.value, node, "value", value);
1683
+ return node;
1684
+ }
1685
+ function stringTypeAnnotation() {
1686
+ return {
1687
+ type: "StringTypeAnnotation"
1688
+ };
1689
+ }
1690
+ function symbolTypeAnnotation() {
1691
+ return {
1692
+ type: "SymbolTypeAnnotation"
1693
+ };
1694
+ }
1695
+ function thisTypeAnnotation() {
1696
+ return {
1697
+ type: "ThisTypeAnnotation"
1698
+ };
1699
+ }
1700
+ function tupleTypeAnnotation(types) {
1701
+ const node = {
1702
+ type: "TupleTypeAnnotation",
1703
+ types
1704
+ };
1705
+ const defs = NODE_FIELDS.TupleTypeAnnotation;
1706
+ validate(defs.types, node, "types", types, 1);
1707
+ return node;
1708
+ }
1709
+ function typeofTypeAnnotation(argument) {
1710
+ const node = {
1711
+ type: "TypeofTypeAnnotation",
1712
+ argument
1713
+ };
1714
+ const defs = NODE_FIELDS.TypeofTypeAnnotation;
1715
+ validate(defs.argument, node, "argument", argument, 1);
1716
+ return node;
1717
+ }
1718
+ function typeAlias(id, typeParameters = null, right) {
1719
+ const node = {
1720
+ type: "TypeAlias",
1721
+ id,
1722
+ typeParameters,
1723
+ right
1724
+ };
1725
+ const defs = NODE_FIELDS.TypeAlias;
1726
+ validate(defs.id, node, "id", id, 1);
1727
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
1728
+ validate(defs.right, node, "right", right, 1);
1729
+ return node;
1730
+ }
1731
+ function typeAnnotation(typeAnnotation) {
1732
+ const node = {
1733
+ type: "TypeAnnotation",
1734
+ typeAnnotation
1735
+ };
1736
+ const defs = NODE_FIELDS.TypeAnnotation;
1737
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1738
+ return node;
1739
+ }
1740
+ function typeCastExpression(expression, typeAnnotation) {
1741
+ const node = {
1742
+ type: "TypeCastExpression",
1743
+ expression,
1744
+ typeAnnotation
1745
+ };
1746
+ const defs = NODE_FIELDS.TypeCastExpression;
1747
+ validate(defs.expression, node, "expression", expression, 1);
1748
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
1749
+ return node;
1750
+ }
1751
+ function typeParameter(bound = null, _default = null, variance = null) {
1752
+ const node = {
1753
+ type: "TypeParameter",
1754
+ bound,
1755
+ default: _default,
1756
+ variance,
1757
+ name: null
1758
+ };
1759
+ const defs = NODE_FIELDS.TypeParameter;
1760
+ validate(defs.bound, node, "bound", bound, 1);
1761
+ validate(defs.default, node, "default", _default, 1);
1762
+ validate(defs.variance, node, "variance", variance, 1);
1763
+ return node;
1764
+ }
1765
+ function typeParameterDeclaration(params) {
1766
+ const node = {
1767
+ type: "TypeParameterDeclaration",
1768
+ params
1769
+ };
1770
+ const defs = NODE_FIELDS.TypeParameterDeclaration;
1771
+ validate(defs.params, node, "params", params, 1);
1772
+ return node;
1773
+ }
1774
+ function typeParameterInstantiation(params) {
1775
+ const node = {
1776
+ type: "TypeParameterInstantiation",
1777
+ params
1778
+ };
1779
+ const defs = NODE_FIELDS.TypeParameterInstantiation;
1780
+ validate(defs.params, node, "params", params, 1);
1781
+ return node;
1782
+ }
1783
+ function unionTypeAnnotation(types) {
1784
+ const node = {
1785
+ type: "UnionTypeAnnotation",
1786
+ types
1787
+ };
1788
+ const defs = NODE_FIELDS.UnionTypeAnnotation;
1789
+ validate(defs.types, node, "types", types, 1);
1790
+ return node;
1791
+ }
1792
+ function variance(kind) {
1793
+ const node = {
1794
+ type: "Variance",
1795
+ kind
1796
+ };
1797
+ const defs = NODE_FIELDS.Variance;
1798
+ validate(defs.kind, node, "kind", kind);
1799
+ return node;
1800
+ }
1801
+ function voidTypeAnnotation() {
1802
+ return {
1803
+ type: "VoidTypeAnnotation"
1804
+ };
1805
+ }
1806
+ function enumDeclaration(id, body) {
1807
+ const node = {
1808
+ type: "EnumDeclaration",
1809
+ id,
1810
+ body
1811
+ };
1812
+ const defs = NODE_FIELDS.EnumDeclaration;
1813
+ validate(defs.id, node, "id", id, 1);
1814
+ validate(defs.body, node, "body", body, 1);
1815
+ return node;
1816
+ }
1817
+ function enumBooleanBody(members) {
1818
+ const node = {
1819
+ type: "EnumBooleanBody",
1820
+ members,
1821
+ explicitType: null,
1822
+ hasUnknownMembers: null
1823
+ };
1824
+ const defs = NODE_FIELDS.EnumBooleanBody;
1825
+ validate(defs.members, node, "members", members, 1);
1826
+ return node;
1827
+ }
1828
+ function enumNumberBody(members) {
1829
+ const node = {
1830
+ type: "EnumNumberBody",
1831
+ members,
1832
+ explicitType: null,
1833
+ hasUnknownMembers: null
1834
+ };
1835
+ const defs = NODE_FIELDS.EnumNumberBody;
1836
+ validate(defs.members, node, "members", members, 1);
1837
+ return node;
1838
+ }
1839
+ function enumStringBody(members) {
1840
+ const node = {
1841
+ type: "EnumStringBody",
1842
+ members,
1843
+ explicitType: null,
1844
+ hasUnknownMembers: null
1845
+ };
1846
+ const defs = NODE_FIELDS.EnumStringBody;
1847
+ validate(defs.members, node, "members", members, 1);
1848
+ return node;
1849
+ }
1850
+ function enumSymbolBody(members) {
1851
+ const node = {
1852
+ type: "EnumSymbolBody",
1853
+ members,
1854
+ hasUnknownMembers: null
1855
+ };
1856
+ const defs = NODE_FIELDS.EnumSymbolBody;
1857
+ validate(defs.members, node, "members", members, 1);
1858
+ return node;
1859
+ }
1860
+ function enumBooleanMember(id) {
1861
+ const node = {
1862
+ type: "EnumBooleanMember",
1863
+ id,
1864
+ init: null
1865
+ };
1866
+ const defs = NODE_FIELDS.EnumBooleanMember;
1867
+ validate(defs.id, node, "id", id, 1);
1868
+ return node;
1869
+ }
1870
+ function enumNumberMember(id, init) {
1871
+ const node = {
1872
+ type: "EnumNumberMember",
1873
+ id,
1874
+ init
1875
+ };
1876
+ const defs = NODE_FIELDS.EnumNumberMember;
1877
+ validate(defs.id, node, "id", id, 1);
1878
+ validate(defs.init, node, "init", init, 1);
1879
+ return node;
1880
+ }
1881
+ function enumStringMember(id, init) {
1882
+ const node = {
1883
+ type: "EnumStringMember",
1884
+ id,
1885
+ init
1886
+ };
1887
+ const defs = NODE_FIELDS.EnumStringMember;
1888
+ validate(defs.id, node, "id", id, 1);
1889
+ validate(defs.init, node, "init", init, 1);
1890
+ return node;
1891
+ }
1892
+ function enumDefaultedMember(id) {
1893
+ const node = {
1894
+ type: "EnumDefaultedMember",
1895
+ id
1896
+ };
1897
+ const defs = NODE_FIELDS.EnumDefaultedMember;
1898
+ validate(defs.id, node, "id", id, 1);
1899
+ return node;
1900
+ }
1901
+ function indexedAccessType(objectType, indexType) {
1902
+ const node = {
1903
+ type: "IndexedAccessType",
1904
+ objectType,
1905
+ indexType
1906
+ };
1907
+ const defs = NODE_FIELDS.IndexedAccessType;
1908
+ validate(defs.objectType, node, "objectType", objectType, 1);
1909
+ validate(defs.indexType, node, "indexType", indexType, 1);
1910
+ return node;
1911
+ }
1912
+ function optionalIndexedAccessType(objectType, indexType) {
1913
+ const node = {
1914
+ type: "OptionalIndexedAccessType",
1915
+ objectType,
1916
+ indexType,
1917
+ optional: null
1918
+ };
1919
+ const defs = NODE_FIELDS.OptionalIndexedAccessType;
1920
+ validate(defs.objectType, node, "objectType", objectType, 1);
1921
+ validate(defs.indexType, node, "indexType", indexType, 1);
1922
+ return node;
1923
+ }
1924
+ function jsxAttribute(name, value = null) {
1925
+ const node = {
1926
+ type: "JSXAttribute",
1927
+ name,
1928
+ value
1929
+ };
1930
+ const defs = NODE_FIELDS.JSXAttribute;
1931
+ validate(defs.name, node, "name", name, 1);
1932
+ validate(defs.value, node, "value", value, 1);
1933
+ return node;
1934
+ }
1935
+ function jsxClosingElement(name) {
1936
+ const node = {
1937
+ type: "JSXClosingElement",
1938
+ name
1939
+ };
1940
+ const defs = NODE_FIELDS.JSXClosingElement;
1941
+ validate(defs.name, node, "name", name, 1);
1942
+ return node;
1943
+ }
1944
+ function jsxElement(openingElement, closingElement = null, children, selfClosing = null) {
1945
+ const node = {
1946
+ type: "JSXElement",
1947
+ openingElement,
1948
+ closingElement,
1949
+ children,
1950
+ selfClosing
1951
+ };
1952
+ const defs = NODE_FIELDS.JSXElement;
1953
+ validate(defs.openingElement, node, "openingElement", openingElement, 1);
1954
+ validate(defs.closingElement, node, "closingElement", closingElement, 1);
1955
+ validate(defs.children, node, "children", children, 1);
1956
+ validate(defs.selfClosing, node, "selfClosing", selfClosing);
1957
+ return node;
1958
+ }
1959
+ function jsxEmptyExpression() {
1960
+ return {
1961
+ type: "JSXEmptyExpression"
1962
+ };
1963
+ }
1964
+ function jsxExpressionContainer(expression) {
1965
+ const node = {
1966
+ type: "JSXExpressionContainer",
1967
+ expression
1968
+ };
1969
+ const defs = NODE_FIELDS.JSXExpressionContainer;
1970
+ validate(defs.expression, node, "expression", expression, 1);
1971
+ return node;
1972
+ }
1973
+ function jsxSpreadChild(expression) {
1974
+ const node = {
1975
+ type: "JSXSpreadChild",
1976
+ expression
1977
+ };
1978
+ const defs = NODE_FIELDS.JSXSpreadChild;
1979
+ validate(defs.expression, node, "expression", expression, 1);
1980
+ return node;
1981
+ }
1982
+ function jsxIdentifier(name) {
1983
+ const node = {
1984
+ type: "JSXIdentifier",
1985
+ name
1986
+ };
1987
+ const defs = NODE_FIELDS.JSXIdentifier;
1988
+ validate(defs.name, node, "name", name);
1989
+ return node;
1990
+ }
1991
+ function jsxMemberExpression(object, property) {
1992
+ const node = {
1993
+ type: "JSXMemberExpression",
1994
+ object,
1995
+ property
1996
+ };
1997
+ const defs = NODE_FIELDS.JSXMemberExpression;
1998
+ validate(defs.object, node, "object", object, 1);
1999
+ validate(defs.property, node, "property", property, 1);
2000
+ return node;
2001
+ }
2002
+ function jsxNamespacedName(namespace, name) {
2003
+ const node = {
2004
+ type: "JSXNamespacedName",
2005
+ namespace,
2006
+ name
2007
+ };
2008
+ const defs = NODE_FIELDS.JSXNamespacedName;
2009
+ validate(defs.namespace, node, "namespace", namespace, 1);
2010
+ validate(defs.name, node, "name", name, 1);
2011
+ return node;
2012
+ }
2013
+ function jsxOpeningElement(name, attributes, selfClosing = false) {
2014
+ const node = {
2015
+ type: "JSXOpeningElement",
2016
+ name,
2017
+ attributes,
2018
+ selfClosing
2019
+ };
2020
+ const defs = NODE_FIELDS.JSXOpeningElement;
2021
+ validate(defs.name, node, "name", name, 1);
2022
+ validate(defs.attributes, node, "attributes", attributes, 1);
2023
+ validate(defs.selfClosing, node, "selfClosing", selfClosing);
2024
+ return node;
2025
+ }
2026
+ function jsxSpreadAttribute(argument) {
2027
+ const node = {
2028
+ type: "JSXSpreadAttribute",
2029
+ argument
2030
+ };
2031
+ const defs = NODE_FIELDS.JSXSpreadAttribute;
2032
+ validate(defs.argument, node, "argument", argument, 1);
2033
+ return node;
2034
+ }
2035
+ function jsxText(value) {
2036
+ const node = {
2037
+ type: "JSXText",
2038
+ value
2039
+ };
2040
+ const defs = NODE_FIELDS.JSXText;
2041
+ validate(defs.value, node, "value", value);
2042
+ return node;
2043
+ }
2044
+ function jsxFragment(openingFragment, closingFragment, children) {
2045
+ const node = {
2046
+ type: "JSXFragment",
2047
+ openingFragment,
2048
+ closingFragment,
2049
+ children
2050
+ };
2051
+ const defs = NODE_FIELDS.JSXFragment;
2052
+ validate(defs.openingFragment, node, "openingFragment", openingFragment, 1);
2053
+ validate(defs.closingFragment, node, "closingFragment", closingFragment, 1);
2054
+ validate(defs.children, node, "children", children, 1);
2055
+ return node;
2056
+ }
2057
+ function jsxOpeningFragment() {
2058
+ return {
2059
+ type: "JSXOpeningFragment"
2060
+ };
2061
+ }
2062
+ function jsxClosingFragment() {
2063
+ return {
2064
+ type: "JSXClosingFragment"
2065
+ };
2066
+ }
2067
+ function noop() {
2068
+ return {
2069
+ type: "Noop"
2070
+ };
2071
+ }
2072
+ function placeholder(expectedNode, name) {
2073
+ const node = {
2074
+ type: "Placeholder",
2075
+ expectedNode,
2076
+ name
2077
+ };
2078
+ const defs = NODE_FIELDS.Placeholder;
2079
+ validate(defs.expectedNode, node, "expectedNode", expectedNode);
2080
+ validate(defs.name, node, "name", name, 1);
2081
+ return node;
2082
+ }
2083
+ function v8IntrinsicIdentifier(name) {
2084
+ const node = {
2085
+ type: "V8IntrinsicIdentifier",
2086
+ name
2087
+ };
2088
+ const defs = NODE_FIELDS.V8IntrinsicIdentifier;
2089
+ validate(defs.name, node, "name", name);
2090
+ return node;
2091
+ }
2092
+ function argumentPlaceholder() {
2093
+ return {
2094
+ type: "ArgumentPlaceholder"
2095
+ };
2096
+ }
2097
+ function bindExpression(object, callee) {
2098
+ const node = {
2099
+ type: "BindExpression",
2100
+ object,
2101
+ callee
2102
+ };
2103
+ const defs = NODE_FIELDS.BindExpression;
2104
+ validate(defs.object, node, "object", object, 1);
2105
+ validate(defs.callee, node, "callee", callee, 1);
2106
+ return node;
2107
+ }
2108
+ function importAttribute(key, value) {
2109
+ const node = {
2110
+ type: "ImportAttribute",
2111
+ key,
2112
+ value
2113
+ };
2114
+ const defs = NODE_FIELDS.ImportAttribute;
2115
+ validate(defs.key, node, "key", key, 1);
2116
+ validate(defs.value, node, "value", value, 1);
2117
+ return node;
2118
+ }
2119
+ function decorator(expression) {
2120
+ const node = {
2121
+ type: "Decorator",
2122
+ expression
2123
+ };
2124
+ const defs = NODE_FIELDS.Decorator;
2125
+ validate(defs.expression, node, "expression", expression, 1);
2126
+ return node;
2127
+ }
2128
+ function doExpression(body, async = false) {
2129
+ const node = {
2130
+ type: "DoExpression",
2131
+ body,
2132
+ async
2133
+ };
2134
+ const defs = NODE_FIELDS.DoExpression;
2135
+ validate(defs.body, node, "body", body, 1);
2136
+ validate(defs.async, node, "async", async);
2137
+ return node;
2138
+ }
2139
+ function exportDefaultSpecifier(exported) {
2140
+ const node = {
2141
+ type: "ExportDefaultSpecifier",
2142
+ exported
2143
+ };
2144
+ const defs = NODE_FIELDS.ExportDefaultSpecifier;
2145
+ validate(defs.exported, node, "exported", exported, 1);
2146
+ return node;
2147
+ }
2148
+ function recordExpression(properties) {
2149
+ const node = {
2150
+ type: "RecordExpression",
2151
+ properties
2152
+ };
2153
+ const defs = NODE_FIELDS.RecordExpression;
2154
+ validate(defs.properties, node, "properties", properties, 1);
2155
+ return node;
2156
+ }
2157
+ function tupleExpression(elements = []) {
2158
+ const node = {
2159
+ type: "TupleExpression",
2160
+ elements
2161
+ };
2162
+ const defs = NODE_FIELDS.TupleExpression;
2163
+ validate(defs.elements, node, "elements", elements, 1);
2164
+ return node;
2165
+ }
2166
+ function decimalLiteral(value) {
2167
+ const node = {
2168
+ type: "DecimalLiteral",
2169
+ value
2170
+ };
2171
+ const defs = NODE_FIELDS.DecimalLiteral;
2172
+ validate(defs.value, node, "value", value);
2173
+ return node;
2174
+ }
2175
+ function moduleExpression(body) {
2176
+ const node = {
2177
+ type: "ModuleExpression",
2178
+ body
2179
+ };
2180
+ const defs = NODE_FIELDS.ModuleExpression;
2181
+ validate(defs.body, node, "body", body, 1);
2182
+ return node;
2183
+ }
2184
+ function topicReference() {
2185
+ return {
2186
+ type: "TopicReference"
2187
+ };
2188
+ }
2189
+ function pipelineTopicExpression(expression) {
2190
+ const node = {
2191
+ type: "PipelineTopicExpression",
2192
+ expression
2193
+ };
2194
+ const defs = NODE_FIELDS.PipelineTopicExpression;
2195
+ validate(defs.expression, node, "expression", expression, 1);
2196
+ return node;
2197
+ }
2198
+ function pipelineBareFunction(callee) {
2199
+ const node = {
2200
+ type: "PipelineBareFunction",
2201
+ callee
2202
+ };
2203
+ const defs = NODE_FIELDS.PipelineBareFunction;
2204
+ validate(defs.callee, node, "callee", callee, 1);
2205
+ return node;
2206
+ }
2207
+ function pipelinePrimaryTopicReference() {
2208
+ return {
2209
+ type: "PipelinePrimaryTopicReference"
2210
+ };
2211
+ }
2212
+ function tsParameterProperty(parameter) {
2213
+ const node = {
2214
+ type: "TSParameterProperty",
2215
+ parameter
2216
+ };
2217
+ const defs = NODE_FIELDS.TSParameterProperty;
2218
+ validate(defs.parameter, node, "parameter", parameter, 1);
2219
+ return node;
2220
+ }
2221
+ function tsDeclareFunction(id = null, typeParameters = null, params, returnType = null) {
2222
+ const node = {
2223
+ type: "TSDeclareFunction",
2224
+ id,
2225
+ typeParameters,
2226
+ params,
2227
+ returnType
2228
+ };
2229
+ const defs = NODE_FIELDS.TSDeclareFunction;
2230
+ validate(defs.id, node, "id", id, 1);
2231
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2232
+ validate(defs.params, node, "params", params, 1);
2233
+ validate(defs.returnType, node, "returnType", returnType, 1);
2234
+ return node;
2235
+ }
2236
+ function tsDeclareMethod(decorators = null, key, typeParameters = null, params, returnType = null) {
2237
+ const node = {
2238
+ type: "TSDeclareMethod",
2239
+ decorators,
2240
+ key,
2241
+ typeParameters,
2242
+ params,
2243
+ returnType
2244
+ };
2245
+ const defs = NODE_FIELDS.TSDeclareMethod;
2246
+ validate(defs.decorators, node, "decorators", decorators, 1);
2247
+ validate(defs.key, node, "key", key, 1);
2248
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2249
+ validate(defs.params, node, "params", params, 1);
2250
+ validate(defs.returnType, node, "returnType", returnType, 1);
2251
+ return node;
2252
+ }
2253
+ function tsQualifiedName(left, right) {
2254
+ const node = {
2255
+ type: "TSQualifiedName",
2256
+ left,
2257
+ right
2258
+ };
2259
+ const defs = NODE_FIELDS.TSQualifiedName;
2260
+ validate(defs.left, node, "left", left, 1);
2261
+ validate(defs.right, node, "right", right, 1);
2262
+ return node;
2263
+ }
2264
+ function tsCallSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) {
2265
+ const node = {
2266
+ type: "TSCallSignatureDeclaration",
2267
+ typeParameters,
2268
+ parameters,
2269
+ typeAnnotation
2270
+ };
2271
+ const defs = NODE_FIELDS.TSCallSignatureDeclaration;
2272
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2273
+ validate(defs.parameters, node, "parameters", parameters, 1);
2274
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2275
+ return node;
2276
+ }
2277
+ function tsConstructSignatureDeclaration(typeParameters = null, parameters, typeAnnotation = null) {
2278
+ const node = {
2279
+ type: "TSConstructSignatureDeclaration",
2280
+ typeParameters,
2281
+ parameters,
2282
+ typeAnnotation
2283
+ };
2284
+ const defs = NODE_FIELDS.TSConstructSignatureDeclaration;
2285
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2286
+ validate(defs.parameters, node, "parameters", parameters, 1);
2287
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2288
+ return node;
2289
+ }
2290
+ function tsPropertySignature(key, typeAnnotation = null) {
2291
+ const node = {
2292
+ type: "TSPropertySignature",
2293
+ key,
2294
+ typeAnnotation,
2295
+ kind: null
2296
+ };
2297
+ const defs = NODE_FIELDS.TSPropertySignature;
2298
+ validate(defs.key, node, "key", key, 1);
2299
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2300
+ return node;
2301
+ }
2302
+ function tsMethodSignature(key, typeParameters = null, parameters, typeAnnotation = null) {
2303
+ const node = {
2304
+ type: "TSMethodSignature",
2305
+ key,
2306
+ typeParameters,
2307
+ parameters,
2308
+ typeAnnotation,
2309
+ kind: null
2310
+ };
2311
+ const defs = NODE_FIELDS.TSMethodSignature;
2312
+ validate(defs.key, node, "key", key, 1);
2313
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2314
+ validate(defs.parameters, node, "parameters", parameters, 1);
2315
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2316
+ return node;
2317
+ }
2318
+ function tsIndexSignature(parameters, typeAnnotation = null) {
2319
+ const node = {
2320
+ type: "TSIndexSignature",
2321
+ parameters,
2322
+ typeAnnotation
2323
+ };
2324
+ const defs = NODE_FIELDS.TSIndexSignature;
2325
+ validate(defs.parameters, node, "parameters", parameters, 1);
2326
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2327
+ return node;
2328
+ }
2329
+ function tsAnyKeyword() {
2330
+ return {
2331
+ type: "TSAnyKeyword"
2332
+ };
2333
+ }
2334
+ function tsBooleanKeyword() {
2335
+ return {
2336
+ type: "TSBooleanKeyword"
2337
+ };
2338
+ }
2339
+ function tsBigIntKeyword() {
2340
+ return {
2341
+ type: "TSBigIntKeyword"
2342
+ };
2343
+ }
2344
+ function tsIntrinsicKeyword() {
2345
+ return {
2346
+ type: "TSIntrinsicKeyword"
2347
+ };
2348
+ }
2349
+ function tsNeverKeyword() {
2350
+ return {
2351
+ type: "TSNeverKeyword"
2352
+ };
2353
+ }
2354
+ function tsNullKeyword() {
2355
+ return {
2356
+ type: "TSNullKeyword"
2357
+ };
2358
+ }
2359
+ function tsNumberKeyword() {
2360
+ return {
2361
+ type: "TSNumberKeyword"
2362
+ };
2363
+ }
2364
+ function tsObjectKeyword() {
2365
+ return {
2366
+ type: "TSObjectKeyword"
2367
+ };
2368
+ }
2369
+ function tsStringKeyword() {
2370
+ return {
2371
+ type: "TSStringKeyword"
2372
+ };
2373
+ }
2374
+ function tsSymbolKeyword() {
2375
+ return {
2376
+ type: "TSSymbolKeyword"
2377
+ };
2378
+ }
2379
+ function tsUndefinedKeyword() {
2380
+ return {
2381
+ type: "TSUndefinedKeyword"
2382
+ };
2383
+ }
2384
+ function tsUnknownKeyword() {
2385
+ return {
2386
+ type: "TSUnknownKeyword"
2387
+ };
2388
+ }
2389
+ function tsVoidKeyword() {
2390
+ return {
2391
+ type: "TSVoidKeyword"
2392
+ };
2393
+ }
2394
+ function tsThisType() {
2395
+ return {
2396
+ type: "TSThisType"
2397
+ };
2398
+ }
2399
+ function tsFunctionType(typeParameters = null, parameters, typeAnnotation = null) {
2400
+ const node = {
2401
+ type: "TSFunctionType",
2402
+ typeParameters,
2403
+ parameters,
2404
+ typeAnnotation
2405
+ };
2406
+ const defs = NODE_FIELDS.TSFunctionType;
2407
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2408
+ validate(defs.parameters, node, "parameters", parameters, 1);
2409
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2410
+ return node;
2411
+ }
2412
+ function tsConstructorType(typeParameters = null, parameters, typeAnnotation = null) {
2413
+ const node = {
2414
+ type: "TSConstructorType",
2415
+ typeParameters,
2416
+ parameters,
2417
+ typeAnnotation
2418
+ };
2419
+ const defs = NODE_FIELDS.TSConstructorType;
2420
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2421
+ validate(defs.parameters, node, "parameters", parameters, 1);
2422
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2423
+ return node;
2424
+ }
2425
+ function tsTypeReference(typeName, typeParameters = null) {
2426
+ const node = {
2427
+ type: "TSTypeReference",
2428
+ typeName,
2429
+ typeParameters
2430
+ };
2431
+ const defs = NODE_FIELDS.TSTypeReference;
2432
+ validate(defs.typeName, node, "typeName", typeName, 1);
2433
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2434
+ return node;
2435
+ }
2436
+ function tsTypePredicate(parameterName, typeAnnotation = null, asserts = null) {
2437
+ const node = {
2438
+ type: "TSTypePredicate",
2439
+ parameterName,
2440
+ typeAnnotation,
2441
+ asserts
2442
+ };
2443
+ const defs = NODE_FIELDS.TSTypePredicate;
2444
+ validate(defs.parameterName, node, "parameterName", parameterName, 1);
2445
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2446
+ validate(defs.asserts, node, "asserts", asserts);
2447
+ return node;
2448
+ }
2449
+ function tsTypeQuery(exprName, typeParameters = null) {
2450
+ const node = {
2451
+ type: "TSTypeQuery",
2452
+ exprName,
2453
+ typeParameters
2454
+ };
2455
+ const defs = NODE_FIELDS.TSTypeQuery;
2456
+ validate(defs.exprName, node, "exprName", exprName, 1);
2457
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2458
+ return node;
2459
+ }
2460
+ function tsTypeLiteral(members) {
2461
+ const node = {
2462
+ type: "TSTypeLiteral",
2463
+ members
2464
+ };
2465
+ const defs = NODE_FIELDS.TSTypeLiteral;
2466
+ validate(defs.members, node, "members", members, 1);
2467
+ return node;
2468
+ }
2469
+ function tsArrayType(elementType) {
2470
+ const node = {
2471
+ type: "TSArrayType",
2472
+ elementType
2473
+ };
2474
+ const defs = NODE_FIELDS.TSArrayType;
2475
+ validate(defs.elementType, node, "elementType", elementType, 1);
2476
+ return node;
2477
+ }
2478
+ function tsTupleType(elementTypes) {
2479
+ const node = {
2480
+ type: "TSTupleType",
2481
+ elementTypes
2482
+ };
2483
+ const defs = NODE_FIELDS.TSTupleType;
2484
+ validate(defs.elementTypes, node, "elementTypes", elementTypes, 1);
2485
+ return node;
2486
+ }
2487
+ function tsOptionalType(typeAnnotation) {
2488
+ const node = {
2489
+ type: "TSOptionalType",
2490
+ typeAnnotation
2491
+ };
2492
+ const defs = NODE_FIELDS.TSOptionalType;
2493
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2494
+ return node;
2495
+ }
2496
+ function tsRestType(typeAnnotation) {
2497
+ const node = {
2498
+ type: "TSRestType",
2499
+ typeAnnotation
2500
+ };
2501
+ const defs = NODE_FIELDS.TSRestType;
2502
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2503
+ return node;
2504
+ }
2505
+ function tsNamedTupleMember(label, elementType, optional = false) {
2506
+ const node = {
2507
+ type: "TSNamedTupleMember",
2508
+ label,
2509
+ elementType,
2510
+ optional
2511
+ };
2512
+ const defs = NODE_FIELDS.TSNamedTupleMember;
2513
+ validate(defs.label, node, "label", label, 1);
2514
+ validate(defs.elementType, node, "elementType", elementType, 1);
2515
+ validate(defs.optional, node, "optional", optional);
2516
+ return node;
2517
+ }
2518
+ function tsUnionType(types) {
2519
+ const node = {
2520
+ type: "TSUnionType",
2521
+ types
2522
+ };
2523
+ const defs = NODE_FIELDS.TSUnionType;
2524
+ validate(defs.types, node, "types", types, 1);
2525
+ return node;
2526
+ }
2527
+ function tsIntersectionType(types) {
2528
+ const node = {
2529
+ type: "TSIntersectionType",
2530
+ types
2531
+ };
2532
+ const defs = NODE_FIELDS.TSIntersectionType;
2533
+ validate(defs.types, node, "types", types, 1);
2534
+ return node;
2535
+ }
2536
+ function tsConditionalType(checkType, extendsType, trueType, falseType) {
2537
+ const node = {
2538
+ type: "TSConditionalType",
2539
+ checkType,
2540
+ extendsType,
2541
+ trueType,
2542
+ falseType
2543
+ };
2544
+ const defs = NODE_FIELDS.TSConditionalType;
2545
+ validate(defs.checkType, node, "checkType", checkType, 1);
2546
+ validate(defs.extendsType, node, "extendsType", extendsType, 1);
2547
+ validate(defs.trueType, node, "trueType", trueType, 1);
2548
+ validate(defs.falseType, node, "falseType", falseType, 1);
2549
+ return node;
2550
+ }
2551
+ function tsInferType(typeParameter) {
2552
+ const node = {
2553
+ type: "TSInferType",
2554
+ typeParameter
2555
+ };
2556
+ const defs = NODE_FIELDS.TSInferType;
2557
+ validate(defs.typeParameter, node, "typeParameter", typeParameter, 1);
2558
+ return node;
2559
+ }
2560
+ function tsParenthesizedType(typeAnnotation) {
2561
+ const node = {
2562
+ type: "TSParenthesizedType",
2563
+ typeAnnotation
2564
+ };
2565
+ const defs = NODE_FIELDS.TSParenthesizedType;
2566
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2567
+ return node;
2568
+ }
2569
+ function tsTypeOperator(typeAnnotation) {
2570
+ const node = {
2571
+ type: "TSTypeOperator",
2572
+ typeAnnotation,
2573
+ operator: null
2574
+ };
2575
+ const defs = NODE_FIELDS.TSTypeOperator;
2576
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2577
+ return node;
2578
+ }
2579
+ function tsIndexedAccessType(objectType, indexType) {
2580
+ const node = {
2581
+ type: "TSIndexedAccessType",
2582
+ objectType,
2583
+ indexType
2584
+ };
2585
+ const defs = NODE_FIELDS.TSIndexedAccessType;
2586
+ validate(defs.objectType, node, "objectType", objectType, 1);
2587
+ validate(defs.indexType, node, "indexType", indexType, 1);
2588
+ return node;
2589
+ }
2590
+ function tsMappedType(typeParameter, typeAnnotation = null, nameType = null) {
2591
+ const node = {
2592
+ type: "TSMappedType",
2593
+ typeParameter,
2594
+ typeAnnotation,
2595
+ nameType
2596
+ };
2597
+ const defs = NODE_FIELDS.TSMappedType;
2598
+ validate(defs.typeParameter, node, "typeParameter", typeParameter, 1);
2599
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2600
+ validate(defs.nameType, node, "nameType", nameType, 1);
2601
+ return node;
2602
+ }
2603
+ function tsLiteralType(literal) {
2604
+ const node = {
2605
+ type: "TSLiteralType",
2606
+ literal
2607
+ };
2608
+ const defs = NODE_FIELDS.TSLiteralType;
2609
+ validate(defs.literal, node, "literal", literal, 1);
2610
+ return node;
2611
+ }
2612
+ function tsExpressionWithTypeArguments(expression, typeParameters = null) {
2613
+ const node = {
2614
+ type: "TSExpressionWithTypeArguments",
2615
+ expression,
2616
+ typeParameters
2617
+ };
2618
+ const defs = NODE_FIELDS.TSExpressionWithTypeArguments;
2619
+ validate(defs.expression, node, "expression", expression, 1);
2620
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2621
+ return node;
2622
+ }
2623
+ function tsInterfaceDeclaration(id, typeParameters = null, _extends = null, body) {
2624
+ const node = {
2625
+ type: "TSInterfaceDeclaration",
2626
+ id,
2627
+ typeParameters,
2628
+ extends: _extends,
2629
+ body
2630
+ };
2631
+ const defs = NODE_FIELDS.TSInterfaceDeclaration;
2632
+ validate(defs.id, node, "id", id, 1);
2633
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2634
+ validate(defs.extends, node, "extends", _extends, 1);
2635
+ validate(defs.body, node, "body", body, 1);
2636
+ return node;
2637
+ }
2638
+ function tsInterfaceBody(body) {
2639
+ const node = {
2640
+ type: "TSInterfaceBody",
2641
+ body
2642
+ };
2643
+ const defs = NODE_FIELDS.TSInterfaceBody;
2644
+ validate(defs.body, node, "body", body, 1);
2645
+ return node;
2646
+ }
2647
+ function tsTypeAliasDeclaration(id, typeParameters = null, typeAnnotation) {
2648
+ const node = {
2649
+ type: "TSTypeAliasDeclaration",
2650
+ id,
2651
+ typeParameters,
2652
+ typeAnnotation
2653
+ };
2654
+ const defs = NODE_FIELDS.TSTypeAliasDeclaration;
2655
+ validate(defs.id, node, "id", id, 1);
2656
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2657
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2658
+ return node;
2659
+ }
2660
+ function tsInstantiationExpression(expression, typeParameters = null) {
2661
+ const node = {
2662
+ type: "TSInstantiationExpression",
2663
+ expression,
2664
+ typeParameters
2665
+ };
2666
+ const defs = NODE_FIELDS.TSInstantiationExpression;
2667
+ validate(defs.expression, node, "expression", expression, 1);
2668
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2669
+ return node;
2670
+ }
2671
+ function tsAsExpression(expression, typeAnnotation) {
2672
+ const node = {
2673
+ type: "TSAsExpression",
2674
+ expression,
2675
+ typeAnnotation
2676
+ };
2677
+ const defs = NODE_FIELDS.TSAsExpression;
2678
+ validate(defs.expression, node, "expression", expression, 1);
2679
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2680
+ return node;
2681
+ }
2682
+ function tsSatisfiesExpression(expression, typeAnnotation) {
2683
+ const node = {
2684
+ type: "TSSatisfiesExpression",
2685
+ expression,
2686
+ typeAnnotation
2687
+ };
2688
+ const defs = NODE_FIELDS.TSSatisfiesExpression;
2689
+ validate(defs.expression, node, "expression", expression, 1);
2690
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2691
+ return node;
2692
+ }
2693
+ function tsTypeAssertion(typeAnnotation, expression) {
2694
+ const node = {
2695
+ type: "TSTypeAssertion",
2696
+ typeAnnotation,
2697
+ expression
2698
+ };
2699
+ const defs = NODE_FIELDS.TSTypeAssertion;
2700
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2701
+ validate(defs.expression, node, "expression", expression, 1);
2702
+ return node;
2703
+ }
2704
+ function tsEnumDeclaration(id, members) {
2705
+ const node = {
2706
+ type: "TSEnumDeclaration",
2707
+ id,
2708
+ members
2709
+ };
2710
+ const defs = NODE_FIELDS.TSEnumDeclaration;
2711
+ validate(defs.id, node, "id", id, 1);
2712
+ validate(defs.members, node, "members", members, 1);
2713
+ return node;
2714
+ }
2715
+ function tsEnumMember(id, initializer = null) {
2716
+ const node = {
2717
+ type: "TSEnumMember",
2718
+ id,
2719
+ initializer
2720
+ };
2721
+ const defs = NODE_FIELDS.TSEnumMember;
2722
+ validate(defs.id, node, "id", id, 1);
2723
+ validate(defs.initializer, node, "initializer", initializer, 1);
2724
+ return node;
2725
+ }
2726
+ function tsModuleDeclaration(id, body) {
2727
+ const node = {
2728
+ type: "TSModuleDeclaration",
2729
+ id,
2730
+ body,
2731
+ kind: null
2732
+ };
2733
+ const defs = NODE_FIELDS.TSModuleDeclaration;
2734
+ validate(defs.id, node, "id", id, 1);
2735
+ validate(defs.body, node, "body", body, 1);
2736
+ return node;
2737
+ }
2738
+ function tsModuleBlock(body) {
2739
+ const node = {
2740
+ type: "TSModuleBlock",
2741
+ body
2742
+ };
2743
+ const defs = NODE_FIELDS.TSModuleBlock;
2744
+ validate(defs.body, node, "body", body, 1);
2745
+ return node;
2746
+ }
2747
+ function tsImportType(argument, qualifier = null, typeParameters = null) {
2748
+ const node = {
2749
+ type: "TSImportType",
2750
+ argument,
2751
+ qualifier,
2752
+ typeParameters
2753
+ };
2754
+ const defs = NODE_FIELDS.TSImportType;
2755
+ validate(defs.argument, node, "argument", argument, 1);
2756
+ validate(defs.qualifier, node, "qualifier", qualifier, 1);
2757
+ validate(defs.typeParameters, node, "typeParameters", typeParameters, 1);
2758
+ return node;
2759
+ }
2760
+ function tsImportEqualsDeclaration(id, moduleReference) {
2761
+ const node = {
2762
+ type: "TSImportEqualsDeclaration",
2763
+ id,
2764
+ moduleReference,
2765
+ isExport: null
2766
+ };
2767
+ const defs = NODE_FIELDS.TSImportEqualsDeclaration;
2768
+ validate(defs.id, node, "id", id, 1);
2769
+ validate(defs.moduleReference, node, "moduleReference", moduleReference, 1);
2770
+ return node;
2771
+ }
2772
+ function tsExternalModuleReference(expression) {
2773
+ const node = {
2774
+ type: "TSExternalModuleReference",
2775
+ expression
2776
+ };
2777
+ const defs = NODE_FIELDS.TSExternalModuleReference;
2778
+ validate(defs.expression, node, "expression", expression, 1);
2779
+ return node;
2780
+ }
2781
+ function tsNonNullExpression(expression) {
2782
+ const node = {
2783
+ type: "TSNonNullExpression",
2784
+ expression
2785
+ };
2786
+ const defs = NODE_FIELDS.TSNonNullExpression;
2787
+ validate(defs.expression, node, "expression", expression, 1);
2788
+ return node;
2789
+ }
2790
+ function tsExportAssignment(expression) {
2791
+ const node = {
2792
+ type: "TSExportAssignment",
2793
+ expression
2794
+ };
2795
+ const defs = NODE_FIELDS.TSExportAssignment;
2796
+ validate(defs.expression, node, "expression", expression, 1);
2797
+ return node;
2798
+ }
2799
+ function tsNamespaceExportDeclaration(id) {
2800
+ const node = {
2801
+ type: "TSNamespaceExportDeclaration",
2802
+ id
2803
+ };
2804
+ const defs = NODE_FIELDS.TSNamespaceExportDeclaration;
2805
+ validate(defs.id, node, "id", id, 1);
2806
+ return node;
2807
+ }
2808
+ function tsTypeAnnotation(typeAnnotation) {
2809
+ const node = {
2810
+ type: "TSTypeAnnotation",
2811
+ typeAnnotation
2812
+ };
2813
+ const defs = NODE_FIELDS.TSTypeAnnotation;
2814
+ validate(defs.typeAnnotation, node, "typeAnnotation", typeAnnotation, 1);
2815
+ return node;
2816
+ }
2817
+ function tsTypeParameterInstantiation(params) {
2818
+ const node = {
2819
+ type: "TSTypeParameterInstantiation",
2820
+ params
2821
+ };
2822
+ const defs = NODE_FIELDS.TSTypeParameterInstantiation;
2823
+ validate(defs.params, node, "params", params, 1);
2824
+ return node;
2825
+ }
2826
+ function tsTypeParameterDeclaration(params) {
2827
+ const node = {
2828
+ type: "TSTypeParameterDeclaration",
2829
+ params
2830
+ };
2831
+ const defs = NODE_FIELDS.TSTypeParameterDeclaration;
2832
+ validate(defs.params, node, "params", params, 1);
2833
+ return node;
2834
+ }
2835
+ function tsTypeParameter(constraint = null, _default = null, name) {
2836
+ const node = {
2837
+ type: "TSTypeParameter",
2838
+ constraint,
2839
+ default: _default,
2840
+ name
2841
+ };
2842
+ const defs = NODE_FIELDS.TSTypeParameter;
2843
+ validate(defs.constraint, node, "constraint", constraint, 1);
2844
+ validate(defs.default, node, "default", _default, 1);
2845
+ validate(defs.name, node, "name", name);
2846
+ return node;
2847
+ }
2848
+ function NumberLiteral(value) {
2849
+ (0, _deprecationWarning.default)("NumberLiteral", "NumericLiteral", "The node type ");
2850
+ return numericLiteral(value);
2851
+ }
2852
+ function RegexLiteral(pattern, flags = "") {
2853
+ (0, _deprecationWarning.default)("RegexLiteral", "RegExpLiteral", "The node type ");
2854
+ return regExpLiteral(pattern, flags);
2855
+ }
2856
+ function RestProperty(argument) {
2857
+ (0, _deprecationWarning.default)("RestProperty", "RestElement", "The node type ");
2858
+ return restElement(argument);
2859
+ }
2860
+ function SpreadProperty(argument) {
2861
+ (0, _deprecationWarning.default)("SpreadProperty", "SpreadElement", "The node type ");
2862
+ return spreadElement(argument);
2863
+ }
28
2864
 
29
2865
  //# sourceMappingURL=index.js.map