immosquare-cleaner 0.1.64 → 0.1.66

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 (1315) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +53 -52
  4. data/lib/tasks/immosquare_cleaner.rake +17 -1
  5. data/linters/eslint.config.mjs +14 -0
  6. data/linters/rubocop/cop/custom_cops/style/font_awesome_normalization.rb +2 -0
  7. data/node_modules/@babel/compat-data/data/plugins.json +6 -7
  8. data/node_modules/@babel/compat-data/package.json +2 -2
  9. data/node_modules/@babel/core/lib/config/files/configuration.js +3 -0
  10. data/node_modules/@babel/core/lib/config/files/configuration.js.map +1 -1
  11. data/node_modules/@babel/core/lib/config/files/module-types.js +74 -63
  12. data/node_modules/@babel/core/lib/config/files/module-types.js.map +1 -1
  13. data/node_modules/@babel/core/lib/config/files/plugins.js +1 -0
  14. data/node_modules/@babel/core/lib/config/files/plugins.js.map +1 -1
  15. data/node_modules/@babel/core/lib/config/partial.js +1 -1
  16. data/node_modules/@babel/core/lib/config/partial.js.map +1 -1
  17. data/node_modules/@babel/core/lib/index.js +1 -2
  18. data/node_modules/@babel/core/lib/index.js.map +1 -1
  19. data/node_modules/@babel/core/lib/parser/index.js.map +1 -1
  20. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs +3 -1
  21. data/node_modules/@babel/core/lib/transformation/file/babel-7-helpers.cjs.map +1 -1
  22. data/node_modules/@babel/core/lib/transformation/file/file.js +2 -4
  23. data/node_modules/@babel/core/lib/transformation/file/file.js.map +1 -1
  24. data/node_modules/@babel/core/lib/transformation/normalize-file.js.map +1 -1
  25. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js +27 -7
  26. data/node_modules/@babel/core/lib/transformation/util/clone-deep.js.map +1 -1
  27. data/node_modules/@babel/core/package.json +13 -14
  28. data/node_modules/@babel/generator/lib/generators/classes.js +7 -4
  29. data/node_modules/@babel/generator/lib/generators/classes.js.map +1 -1
  30. data/node_modules/@babel/generator/lib/generators/deprecated.js +28 -0
  31. data/node_modules/@babel/generator/lib/generators/deprecated.js.map +1 -0
  32. data/node_modules/@babel/generator/lib/generators/expressions.js +9 -3
  33. data/node_modules/@babel/generator/lib/generators/expressions.js.map +1 -1
  34. data/node_modules/@babel/generator/lib/generators/jsx.js +6 -1
  35. data/node_modules/@babel/generator/lib/generators/jsx.js.map +1 -1
  36. data/node_modules/@babel/generator/lib/generators/template-literals.js +16 -11
  37. data/node_modules/@babel/generator/lib/generators/template-literals.js.map +1 -1
  38. data/node_modules/@babel/generator/lib/generators/types.js +0 -9
  39. data/node_modules/@babel/generator/lib/generators/types.js.map +1 -1
  40. data/node_modules/@babel/generator/lib/generators/typescript.js +36 -18
  41. data/node_modules/@babel/generator/lib/generators/typescript.js.map +1 -1
  42. data/node_modules/@babel/generator/lib/node/parentheses.js +40 -3
  43. data/node_modules/@babel/generator/lib/node/parentheses.js.map +1 -1
  44. data/node_modules/@babel/generator/lib/printer.js +4 -3
  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 +1 -9
  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 +9 -0
  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 +7 -3
  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 +426 -236
  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 +127 -164
  78. data/node_modules/@babel/plugin-transform-flow-strip-types/lib/index.js +6 -0
  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 +3 -2
  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 +3 -1
  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 +24 -11
  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 +38 -9
  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 +2 -0
  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 +4 -5
  97. data/node_modules/@babel/traverse/lib/cache.js.map +1 -1
  98. data/node_modules/@babel/traverse/lib/path/conversion.js +1 -2
  99. data/node_modules/@babel/traverse/lib/path/conversion.js.map +1 -1
  100. data/node_modules/@babel/traverse/lib/path/evaluation.js +17 -0
  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 +9 -2
  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 +8 -0
  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 +22 -2858
  115. data/node_modules/@babel/types/lib/builders/generated/index.js.map +1 -1
  116. data/node_modules/@babel/types/lib/builders/generated/lowercase.js +2886 -0
  117. data/node_modules/@babel/types/lib/builders/generated/lowercase.js.map +1 -0
  118. data/node_modules/@babel/types/lib/builders/generated/uppercase.js +267 -255
  119. data/node_modules/@babel/types/lib/builders/generated/uppercase.js.map +1 -1
  120. data/node_modules/@babel/types/lib/converters/gatherSequenceExpressions.js.map +1 -1
  121. data/node_modules/@babel/types/lib/converters/toSequenceExpression.js.map +1 -1
  122. data/node_modules/@babel/types/lib/definitions/core.js +26 -17
  123. data/node_modules/@babel/types/lib/definitions/core.js.map +1 -1
  124. data/node_modules/@babel/types/lib/definitions/flow.js +6 -3
  125. data/node_modules/@babel/types/lib/definitions/flow.js.map +1 -1
  126. data/node_modules/@babel/types/lib/definitions/jsx.js +9 -4
  127. data/node_modules/@babel/types/lib/definitions/jsx.js.map +1 -1
  128. data/node_modules/@babel/types/lib/definitions/typescript.js +51 -26
  129. data/node_modules/@babel/types/lib/definitions/typescript.js.map +1 -1
  130. data/node_modules/@babel/types/lib/definitions/utils.js +2 -2
  131. data/node_modules/@babel/types/lib/definitions/utils.js.map +1 -1
  132. data/node_modules/@babel/types/lib/index-legacy.d.ts +27 -7
  133. data/node_modules/@babel/types/lib/index.d.ts +1178 -1156
  134. data/node_modules/@babel/types/lib/index.js +10 -21
  135. data/node_modules/@babel/types/lib/index.js.flow +26 -6
  136. data/node_modules/@babel/types/lib/index.js.map +1 -1
  137. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js +9 -8
  138. data/node_modules/@babel/types/lib/modifications/typescript/removeTypeDuplicates.js.map +1 -1
  139. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js +1 -0
  140. data/node_modules/@babel/types/lib/retrievers/getBindingIdentifiers.js.map +1 -1
  141. data/node_modules/@babel/types/lib/validators/generated/index.js +17 -0
  142. data/node_modules/@babel/types/lib/validators/generated/index.js.map +1 -1
  143. data/node_modules/@babel/types/package.json +12 -12
  144. data/node_modules/@eslint-community/eslint-utils/index.js +21 -1
  145. data/node_modules/@eslint-community/eslint-utils/index.js.map +1 -1
  146. data/node_modules/@eslint-community/eslint-utils/index.mjs +21 -1
  147. data/node_modules/@eslint-community/eslint-utils/index.mjs.map +1 -1
  148. data/node_modules/@eslint-community/eslint-utils/package.json +1 -1
  149. data/node_modules/acorn/CHANGELOG.md +12 -0
  150. data/node_modules/acorn/dist/acorn.js +33 -24
  151. data/node_modules/acorn/dist/acorn.mjs +33 -24
  152. data/node_modules/acorn/package.json +1 -1
  153. data/node_modules/async-function/CHANGELOG.md +16 -0
  154. data/node_modules/{jscodeshift → async-function}/LICENSE +1 -1
  155. data/node_modules/async-function/README.md +51 -0
  156. data/node_modules/async-function/index.d.mts +3 -0
  157. data/node_modules/async-function/index.d.ts +13 -0
  158. data/node_modules/async-function/index.js +8 -0
  159. data/node_modules/async-function/index.mjs +4 -0
  160. data/node_modules/async-function/legacy.js +18 -0
  161. data/node_modules/async-function/package.json +86 -0
  162. data/node_modules/async-function/require.mjs +5 -0
  163. data/node_modules/async-function/test/index.js +40 -0
  164. data/node_modules/async-function/tsconfig.json +9 -0
  165. data/node_modules/browserslist/index.js +23 -4
  166. data/node_modules/browserslist/node.js +69 -60
  167. data/node_modules/browserslist/package.json +1 -1
  168. data/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  169. data/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  170. data/node_modules/call-bind-apply-helpers/index.js +1 -1
  171. data/node_modules/call-bind-apply-helpers/package.json +8 -8
  172. data/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  173. data/node_modules/call-bound/CHANGELOG.md +8 -0
  174. data/node_modules/call-bound/index.d.ts +91 -10
  175. data/node_modules/call-bound/index.js +4 -3
  176. data/node_modules/call-bound/package.json +10 -10
  177. data/node_modules/call-bound/test/index.js +11 -4
  178. data/node_modules/call-bound/tsconfig.json +2 -1
  179. data/node_modules/caniuse-lite/data/agents.js +1 -1
  180. data/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  181. data/node_modules/caniuse-lite/data/features/aac.js +1 -1
  182. data/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  183. data/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  184. data/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  185. data/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  186. data/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  187. data/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  188. data/node_modules/caniuse-lite/data/features/apng.js +1 -1
  189. data/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  190. data/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  191. data/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  192. data/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  193. data/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  194. data/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  195. data/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  196. data/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  197. data/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  198. data/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  199. data/node_modules/caniuse-lite/data/features/audio.js +1 -1
  200. data/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  201. data/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  202. data/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  203. data/node_modules/caniuse-lite/data/features/av1.js +1 -1
  204. data/node_modules/caniuse-lite/data/features/avif.js +1 -1
  205. data/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  206. data/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  207. data/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  208. data/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  209. data/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  210. data/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  211. data/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  212. data/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  213. data/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  214. data/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  215. data/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  216. data/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  217. data/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  218. data/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  219. data/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  220. data/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  221. data/node_modules/caniuse-lite/data/features/calc.js +1 -1
  222. data/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  223. data/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  224. data/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  225. data/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  226. data/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  227. data/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  228. data/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  229. data/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  230. data/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  231. data/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  232. data/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  233. data/node_modules/caniuse-lite/data/features/colr.js +1 -1
  234. data/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  235. data/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  236. data/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  237. data/node_modules/caniuse-lite/data/features/const.js +1 -1
  238. data/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  239. data/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  240. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  241. data/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  242. data/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  243. data/node_modules/caniuse-lite/data/features/cors.js +1 -1
  244. data/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  245. data/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  246. data/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  247. data/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  248. data/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  249. data/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  250. data/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  251. data/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  252. data/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  253. data/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  254. data/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  255. data/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  256. data/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  257. data/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  258. data/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  259. data/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  260. data/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  261. data/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  262. data/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  263. data/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  264. data/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  265. data/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  266. data/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  267. data/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  268. data/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  269. data/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  270. data/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  271. data/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  272. data/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  273. data/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  274. data/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  275. data/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  276. data/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  277. data/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  278. data/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  279. data/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  280. data/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  281. data/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  282. data/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  283. data/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  284. data/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  285. data/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  286. data/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  287. data/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  288. data/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  289. data/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  290. data/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  291. data/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  292. data/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  293. data/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  294. data/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  295. data/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  296. data/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  297. data/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  298. data/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  299. data/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  300. data/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  301. data/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  302. data/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  303. data/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  304. data/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  305. data/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  306. data/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  307. data/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  308. data/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  309. data/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  310. data/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  311. data/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  312. data/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  313. data/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  314. data/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  315. data/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  316. data/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  317. data/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  318. data/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  319. data/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  320. data/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  321. data/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  322. data/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  323. data/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  324. data/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  325. data/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  326. data/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  327. data/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  328. data/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  329. data/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  330. data/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  331. data/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  332. data/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  333. data/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  334. data/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  335. data/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  336. data/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  337. data/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  338. data/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  339. data/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  340. data/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  341. data/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  342. data/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  343. data/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  344. data/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  345. data/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  346. data/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  347. data/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  348. data/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  349. data/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  350. data/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  351. data/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  352. data/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  353. data/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  354. data/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  355. data/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  356. data/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  357. data/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  358. data/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  359. data/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  360. data/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  361. data/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  362. data/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  363. data/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  364. data/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  365. data/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  366. data/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  367. data/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  368. data/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  369. data/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  370. data/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  371. data/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  372. data/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  373. data/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  374. data/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  375. data/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  376. data/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  377. data/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  378. data/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  379. data/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  380. data/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  381. data/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  382. data/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  383. data/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  384. data/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  385. data/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  386. data/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  387. data/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  388. data/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  389. data/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  390. data/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  391. data/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  392. data/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  393. data/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  394. data/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  395. data/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  396. data/node_modules/caniuse-lite/data/features/details.js +1 -1
  397. data/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  398. data/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  399. data/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  400. data/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  401. data/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  402. data/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  403. data/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  404. data/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  405. data/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  406. data/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  407. data/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  408. data/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  409. data/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  410. data/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  411. data/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  412. data/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  413. data/node_modules/caniuse-lite/data/features/download.js +1 -1
  414. data/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  415. data/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  416. data/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  417. data/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  418. data/node_modules/caniuse-lite/data/features/eme.js +1 -1
  419. data/node_modules/caniuse-lite/data/features/eot.js +1 -1
  420. data/node_modules/caniuse-lite/data/features/es5.js +1 -1
  421. data/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  422. data/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  423. data/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  424. data/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  425. data/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  426. data/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  427. data/node_modules/caniuse-lite/data/features/es6.js +1 -1
  428. data/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  429. data/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  430. data/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  431. data/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  432. data/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  433. data/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  434. data/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  435. data/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  436. data/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  437. data/node_modules/caniuse-lite/data/features/flac.js +1 -1
  438. data/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  439. data/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  440. data/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  441. data/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  442. data/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  443. data/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  444. data/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  445. data/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  446. data/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  447. data/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  448. data/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  449. data/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  450. data/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  451. data/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  452. data/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  453. data/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  454. data/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  455. data/node_modules/caniuse-lite/data/features/forms.js +1 -1
  456. data/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  457. data/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  458. data/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  459. data/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  460. data/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  461. data/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  462. data/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  463. data/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  464. data/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  465. data/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  466. data/node_modules/caniuse-lite/data/features/heif.js +1 -1
  467. data/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  468. data/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  469. data/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  470. data/node_modules/caniuse-lite/data/features/history.js +1 -1
  471. data/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  472. data/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  473. data/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  474. data/node_modules/caniuse-lite/data/features/http2.js +1 -1
  475. data/node_modules/caniuse-lite/data/features/http3.js +1 -1
  476. data/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  477. data/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  478. data/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  479. data/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  480. data/node_modules/caniuse-lite/data/features/ime.js +1 -1
  481. data/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  482. data/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  483. data/node_modules/caniuse-lite/data/features/imports.js +1 -1
  484. data/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  485. data/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  486. data/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  487. data/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  488. data/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  489. data/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  490. data/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  491. data/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  492. data/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  493. data/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  494. data/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  495. data/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  496. data/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  497. data/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  498. data/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  499. data/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  500. data/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  501. data/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  502. data/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  503. data/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  504. data/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  505. data/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  506. data/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  507. data/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  508. data/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  509. data/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  510. data/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  511. data/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  512. data/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  513. data/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  514. data/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  515. data/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  516. data/node_modules/caniuse-lite/data/features/json.js +1 -1
  517. data/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  518. data/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  519. data/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  520. data/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  521. data/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  522. data/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  523. data/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  524. data/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  525. data/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  526. data/node_modules/caniuse-lite/data/features/let.js +1 -1
  527. data/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  528. data/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  529. data/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  530. data/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  531. data/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  532. data/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  533. data/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  534. data/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  535. data/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  536. data/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  537. data/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  538. data/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  539. data/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  540. data/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  541. data/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  542. data/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  543. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  544. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  545. data/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  546. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  547. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  548. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  549. data/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  550. data/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  551. data/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  552. data/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  553. data/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  554. data/node_modules/caniuse-lite/data/features/menu.js +1 -1
  555. data/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  556. data/node_modules/caniuse-lite/data/features/meter.js +1 -1
  557. data/node_modules/caniuse-lite/data/features/midi.js +1 -1
  558. data/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  559. data/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  560. data/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  561. data/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  562. data/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  563. data/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  564. data/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  565. data/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  566. data/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  567. data/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  568. data/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  569. data/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  570. data/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  571. data/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  572. data/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  573. data/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  574. data/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  575. data/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  576. data/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  577. data/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  578. data/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  579. data/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  580. data/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  581. data/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  582. data/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  583. data/node_modules/caniuse-lite/data/features/opus.js +1 -1
  584. data/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  585. data/node_modules/caniuse-lite/data/features/outline.js +1 -1
  586. data/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  587. data/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  588. data/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  589. data/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  590. data/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  591. data/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  592. data/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  593. data/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  594. data/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  595. data/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  596. data/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  597. data/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  598. data/node_modules/caniuse-lite/data/features/picture.js +1 -1
  599. data/node_modules/caniuse-lite/data/features/ping.js +1 -1
  600. data/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  601. data/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  602. data/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  603. data/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  604. data/node_modules/caniuse-lite/data/features/portals.js +1 -1
  605. data/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  606. data/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  607. data/node_modules/caniuse-lite/data/features/progress.js +1 -1
  608. data/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  609. data/node_modules/caniuse-lite/data/features/promises.js +1 -1
  610. data/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  611. data/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  612. data/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  613. data/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  614. data/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  615. data/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  616. data/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  617. data/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  618. data/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  619. data/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  620. data/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  621. data/node_modules/caniuse-lite/data/features/rem.js +1 -1
  622. data/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  623. data/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  624. data/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  625. data/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  626. data/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  627. data/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  628. data/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  629. data/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  630. data/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  631. data/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  632. data/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  633. data/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  634. data/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  635. data/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  636. data/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  637. data/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  638. data/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  639. data/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  640. data/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  641. data/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  642. data/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  643. data/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  644. data/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  645. data/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  646. data/node_modules/caniuse-lite/data/features/sni.js +1 -1
  647. data/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  648. data/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  649. data/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  650. data/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  651. data/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  652. data/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  653. data/node_modules/caniuse-lite/data/features/stream.js +1 -1
  654. data/node_modules/caniuse-lite/data/features/streams.js +1 -1
  655. data/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  656. data/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  657. data/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  658. data/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  659. data/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  660. data/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  661. data/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  662. data/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  663. data/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  664. data/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  665. data/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  666. data/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  667. data/node_modules/caniuse-lite/data/features/svg.js +1 -1
  668. data/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  669. data/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  670. data/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  671. data/node_modules/caniuse-lite/data/features/template.js +1 -1
  672. data/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  673. data/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  674. data/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  675. data/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  676. data/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  677. data/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  678. data/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  679. data/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  680. data/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  681. data/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  682. data/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  683. data/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  684. data/node_modules/caniuse-lite/data/features/touch.js +1 -1
  685. data/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  686. data/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  687. data/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  688. data/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  689. data/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  690. data/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  691. data/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  692. data/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  693. data/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  694. data/node_modules/caniuse-lite/data/features/url.js +1 -1
  695. data/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  696. data/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  697. data/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  698. data/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  699. data/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  700. data/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  701. data/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  702. data/node_modules/caniuse-lite/data/features/video.js +1 -1
  703. data/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  704. data/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  705. data/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  706. data/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  707. data/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  708. data/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  709. data/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  710. data/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  711. data/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  712. data/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  713. data/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  714. data/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  715. data/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  716. data/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  717. data/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  718. data/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  719. data/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  720. data/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  721. data/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  722. data/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  723. data/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  724. data/node_modules/caniuse-lite/data/features/wav.js +1 -1
  725. data/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  726. data/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  727. data/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  728. data/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  729. data/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  730. data/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  731. data/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  732. data/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  733. data/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  734. data/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  735. data/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  736. data/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  737. data/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  738. data/node_modules/caniuse-lite/data/features/webm.js +1 -1
  739. data/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  740. data/node_modules/caniuse-lite/data/features/webp.js +1 -1
  741. data/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  742. data/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  743. data/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  744. data/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  745. data/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  746. data/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  747. data/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  748. data/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  749. data/node_modules/caniuse-lite/data/features/woff.js +1 -1
  750. data/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  751. data/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  752. data/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  753. data/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  754. data/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  755. data/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  756. data/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  757. data/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  758. data/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  759. data/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  760. data/node_modules/caniuse-lite/data/regions/AD.js +1 -1
  761. data/node_modules/caniuse-lite/data/regions/AE.js +1 -1
  762. data/node_modules/caniuse-lite/data/regions/AF.js +1 -1
  763. data/node_modules/caniuse-lite/data/regions/AG.js +1 -1
  764. data/node_modules/caniuse-lite/data/regions/AI.js +1 -1
  765. data/node_modules/caniuse-lite/data/regions/AL.js +1 -1
  766. data/node_modules/caniuse-lite/data/regions/AM.js +1 -1
  767. data/node_modules/caniuse-lite/data/regions/AO.js +1 -1
  768. data/node_modules/caniuse-lite/data/regions/AR.js +1 -1
  769. data/node_modules/caniuse-lite/data/regions/AS.js +1 -1
  770. data/node_modules/caniuse-lite/data/regions/AT.js +1 -1
  771. data/node_modules/caniuse-lite/data/regions/AU.js +1 -1
  772. data/node_modules/caniuse-lite/data/regions/AW.js +1 -1
  773. data/node_modules/caniuse-lite/data/regions/AX.js +1 -1
  774. data/node_modules/caniuse-lite/data/regions/AZ.js +1 -1
  775. data/node_modules/caniuse-lite/data/regions/BA.js +1 -1
  776. data/node_modules/caniuse-lite/data/regions/BB.js +1 -1
  777. data/node_modules/caniuse-lite/data/regions/BD.js +1 -1
  778. data/node_modules/caniuse-lite/data/regions/BE.js +1 -1
  779. data/node_modules/caniuse-lite/data/regions/BF.js +1 -1
  780. data/node_modules/caniuse-lite/data/regions/BG.js +1 -1
  781. data/node_modules/caniuse-lite/data/regions/BH.js +1 -1
  782. data/node_modules/caniuse-lite/data/regions/BI.js +1 -1
  783. data/node_modules/caniuse-lite/data/regions/BJ.js +1 -1
  784. data/node_modules/caniuse-lite/data/regions/BM.js +1 -1
  785. data/node_modules/caniuse-lite/data/regions/BN.js +1 -1
  786. data/node_modules/caniuse-lite/data/regions/BO.js +1 -1
  787. data/node_modules/caniuse-lite/data/regions/BR.js +1 -1
  788. data/node_modules/caniuse-lite/data/regions/BS.js +1 -1
  789. data/node_modules/caniuse-lite/data/regions/BT.js +1 -1
  790. data/node_modules/caniuse-lite/data/regions/BW.js +1 -1
  791. data/node_modules/caniuse-lite/data/regions/BY.js +1 -1
  792. data/node_modules/caniuse-lite/data/regions/BZ.js +1 -1
  793. data/node_modules/caniuse-lite/data/regions/CA.js +1 -1
  794. data/node_modules/caniuse-lite/data/regions/CD.js +1 -1
  795. data/node_modules/caniuse-lite/data/regions/CF.js +1 -1
  796. data/node_modules/caniuse-lite/data/regions/CG.js +1 -1
  797. data/node_modules/caniuse-lite/data/regions/CH.js +1 -1
  798. data/node_modules/caniuse-lite/data/regions/CI.js +1 -1
  799. data/node_modules/caniuse-lite/data/regions/CK.js +1 -1
  800. data/node_modules/caniuse-lite/data/regions/CL.js +1 -1
  801. data/node_modules/caniuse-lite/data/regions/CM.js +1 -1
  802. data/node_modules/caniuse-lite/data/regions/CN.js +1 -1
  803. data/node_modules/caniuse-lite/data/regions/CO.js +1 -1
  804. data/node_modules/caniuse-lite/data/regions/CR.js +1 -1
  805. data/node_modules/caniuse-lite/data/regions/CU.js +1 -1
  806. data/node_modules/caniuse-lite/data/regions/CV.js +1 -1
  807. data/node_modules/caniuse-lite/data/regions/CX.js +1 -1
  808. data/node_modules/caniuse-lite/data/regions/CY.js +1 -1
  809. data/node_modules/caniuse-lite/data/regions/CZ.js +1 -1
  810. data/node_modules/caniuse-lite/data/regions/DE.js +1 -1
  811. data/node_modules/caniuse-lite/data/regions/DJ.js +1 -1
  812. data/node_modules/caniuse-lite/data/regions/DK.js +1 -1
  813. data/node_modules/caniuse-lite/data/regions/DM.js +1 -1
  814. data/node_modules/caniuse-lite/data/regions/DO.js +1 -1
  815. data/node_modules/caniuse-lite/data/regions/DZ.js +1 -1
  816. data/node_modules/caniuse-lite/data/regions/EC.js +1 -1
  817. data/node_modules/caniuse-lite/data/regions/EE.js +1 -1
  818. data/node_modules/caniuse-lite/data/regions/EG.js +1 -1
  819. data/node_modules/caniuse-lite/data/regions/ER.js +1 -1
  820. data/node_modules/caniuse-lite/data/regions/ES.js +1 -1
  821. data/node_modules/caniuse-lite/data/regions/ET.js +1 -1
  822. data/node_modules/caniuse-lite/data/regions/FI.js +1 -1
  823. data/node_modules/caniuse-lite/data/regions/FJ.js +1 -1
  824. data/node_modules/caniuse-lite/data/regions/FK.js +1 -1
  825. data/node_modules/caniuse-lite/data/regions/FM.js +1 -1
  826. data/node_modules/caniuse-lite/data/regions/FO.js +1 -1
  827. data/node_modules/caniuse-lite/data/regions/FR.js +1 -1
  828. data/node_modules/caniuse-lite/data/regions/GA.js +1 -1
  829. data/node_modules/caniuse-lite/data/regions/GB.js +1 -1
  830. data/node_modules/caniuse-lite/data/regions/GD.js +1 -1
  831. data/node_modules/caniuse-lite/data/regions/GE.js +1 -1
  832. data/node_modules/caniuse-lite/data/regions/GF.js +1 -1
  833. data/node_modules/caniuse-lite/data/regions/GG.js +1 -1
  834. data/node_modules/caniuse-lite/data/regions/GH.js +1 -1
  835. data/node_modules/caniuse-lite/data/regions/GI.js +1 -1
  836. data/node_modules/caniuse-lite/data/regions/GL.js +1 -1
  837. data/node_modules/caniuse-lite/data/regions/GM.js +1 -1
  838. data/node_modules/caniuse-lite/data/regions/GN.js +1 -1
  839. data/node_modules/caniuse-lite/data/regions/GP.js +1 -1
  840. data/node_modules/caniuse-lite/data/regions/GQ.js +1 -1
  841. data/node_modules/caniuse-lite/data/regions/GR.js +1 -1
  842. data/node_modules/caniuse-lite/data/regions/GT.js +1 -1
  843. data/node_modules/caniuse-lite/data/regions/GU.js +1 -1
  844. data/node_modules/caniuse-lite/data/regions/GW.js +1 -1
  845. data/node_modules/caniuse-lite/data/regions/GY.js +1 -1
  846. data/node_modules/caniuse-lite/data/regions/HK.js +1 -1
  847. data/node_modules/caniuse-lite/data/regions/HN.js +1 -1
  848. data/node_modules/caniuse-lite/data/regions/HR.js +1 -1
  849. data/node_modules/caniuse-lite/data/regions/HT.js +1 -1
  850. data/node_modules/caniuse-lite/data/regions/HU.js +1 -1
  851. data/node_modules/caniuse-lite/data/regions/ID.js +1 -1
  852. data/node_modules/caniuse-lite/data/regions/IE.js +1 -1
  853. data/node_modules/caniuse-lite/data/regions/IL.js +1 -1
  854. data/node_modules/caniuse-lite/data/regions/IM.js +1 -1
  855. data/node_modules/caniuse-lite/data/regions/IN.js +1 -1
  856. data/node_modules/caniuse-lite/data/regions/IQ.js +1 -1
  857. data/node_modules/caniuse-lite/data/regions/IR.js +1 -1
  858. data/node_modules/caniuse-lite/data/regions/IS.js +1 -1
  859. data/node_modules/caniuse-lite/data/regions/IT.js +1 -1
  860. data/node_modules/caniuse-lite/data/regions/JE.js +1 -1
  861. data/node_modules/caniuse-lite/data/regions/JM.js +1 -1
  862. data/node_modules/caniuse-lite/data/regions/JO.js +1 -1
  863. data/node_modules/caniuse-lite/data/regions/JP.js +1 -1
  864. data/node_modules/caniuse-lite/data/regions/KE.js +1 -1
  865. data/node_modules/caniuse-lite/data/regions/KG.js +1 -1
  866. data/node_modules/caniuse-lite/data/regions/KH.js +1 -1
  867. data/node_modules/caniuse-lite/data/regions/KI.js +1 -1
  868. data/node_modules/caniuse-lite/data/regions/KM.js +1 -1
  869. data/node_modules/caniuse-lite/data/regions/KN.js +1 -1
  870. data/node_modules/caniuse-lite/data/regions/KP.js +1 -1
  871. data/node_modules/caniuse-lite/data/regions/KR.js +1 -1
  872. data/node_modules/caniuse-lite/data/regions/KW.js +1 -1
  873. data/node_modules/caniuse-lite/data/regions/KY.js +1 -1
  874. data/node_modules/caniuse-lite/data/regions/KZ.js +1 -1
  875. data/node_modules/caniuse-lite/data/regions/LA.js +1 -1
  876. data/node_modules/caniuse-lite/data/regions/LB.js +1 -1
  877. data/node_modules/caniuse-lite/data/regions/LC.js +1 -1
  878. data/node_modules/caniuse-lite/data/regions/LI.js +1 -1
  879. data/node_modules/caniuse-lite/data/regions/LK.js +1 -1
  880. data/node_modules/caniuse-lite/data/regions/LR.js +1 -1
  881. data/node_modules/caniuse-lite/data/regions/LS.js +1 -1
  882. data/node_modules/caniuse-lite/data/regions/LT.js +1 -1
  883. data/node_modules/caniuse-lite/data/regions/LU.js +1 -1
  884. data/node_modules/caniuse-lite/data/regions/LV.js +1 -1
  885. data/node_modules/caniuse-lite/data/regions/LY.js +1 -1
  886. data/node_modules/caniuse-lite/data/regions/MA.js +1 -1
  887. data/node_modules/caniuse-lite/data/regions/MC.js +1 -1
  888. data/node_modules/caniuse-lite/data/regions/MD.js +1 -1
  889. data/node_modules/caniuse-lite/data/regions/ME.js +1 -1
  890. data/node_modules/caniuse-lite/data/regions/MG.js +1 -1
  891. data/node_modules/caniuse-lite/data/regions/MH.js +1 -1
  892. data/node_modules/caniuse-lite/data/regions/MK.js +1 -1
  893. data/node_modules/caniuse-lite/data/regions/ML.js +1 -1
  894. data/node_modules/caniuse-lite/data/regions/MM.js +1 -1
  895. data/node_modules/caniuse-lite/data/regions/MN.js +1 -1
  896. data/node_modules/caniuse-lite/data/regions/MO.js +1 -1
  897. data/node_modules/caniuse-lite/data/regions/MP.js +1 -1
  898. data/node_modules/caniuse-lite/data/regions/MQ.js +1 -1
  899. data/node_modules/caniuse-lite/data/regions/MR.js +1 -1
  900. data/node_modules/caniuse-lite/data/regions/MS.js +1 -1
  901. data/node_modules/caniuse-lite/data/regions/MT.js +1 -1
  902. data/node_modules/caniuse-lite/data/regions/MU.js +1 -1
  903. data/node_modules/caniuse-lite/data/regions/MV.js +1 -1
  904. data/node_modules/caniuse-lite/data/regions/MW.js +1 -1
  905. data/node_modules/caniuse-lite/data/regions/MX.js +1 -1
  906. data/node_modules/caniuse-lite/data/regions/MY.js +1 -1
  907. data/node_modules/caniuse-lite/data/regions/MZ.js +1 -1
  908. data/node_modules/caniuse-lite/data/regions/NA.js +1 -1
  909. data/node_modules/caniuse-lite/data/regions/NC.js +1 -1
  910. data/node_modules/caniuse-lite/data/regions/NE.js +1 -1
  911. data/node_modules/caniuse-lite/data/regions/NF.js +1 -1
  912. data/node_modules/caniuse-lite/data/regions/NG.js +1 -1
  913. data/node_modules/caniuse-lite/data/regions/NI.js +1 -1
  914. data/node_modules/caniuse-lite/data/regions/NL.js +1 -1
  915. data/node_modules/caniuse-lite/data/regions/NO.js +1 -1
  916. data/node_modules/caniuse-lite/data/regions/NP.js +1 -1
  917. data/node_modules/caniuse-lite/data/regions/NR.js +1 -1
  918. data/node_modules/caniuse-lite/data/regions/NU.js +1 -1
  919. data/node_modules/caniuse-lite/data/regions/NZ.js +1 -1
  920. data/node_modules/caniuse-lite/data/regions/OM.js +1 -1
  921. data/node_modules/caniuse-lite/data/regions/PA.js +1 -1
  922. data/node_modules/caniuse-lite/data/regions/PE.js +1 -1
  923. data/node_modules/caniuse-lite/data/regions/PF.js +1 -1
  924. data/node_modules/caniuse-lite/data/regions/PG.js +1 -1
  925. data/node_modules/caniuse-lite/data/regions/PH.js +1 -1
  926. data/node_modules/caniuse-lite/data/regions/PK.js +1 -1
  927. data/node_modules/caniuse-lite/data/regions/PL.js +1 -1
  928. data/node_modules/caniuse-lite/data/regions/PM.js +1 -1
  929. data/node_modules/caniuse-lite/data/regions/PN.js +1 -1
  930. data/node_modules/caniuse-lite/data/regions/PR.js +1 -1
  931. data/node_modules/caniuse-lite/data/regions/PS.js +1 -1
  932. data/node_modules/caniuse-lite/data/regions/PT.js +1 -1
  933. data/node_modules/caniuse-lite/data/regions/PW.js +1 -1
  934. data/node_modules/caniuse-lite/data/regions/PY.js +1 -1
  935. data/node_modules/caniuse-lite/data/regions/QA.js +1 -1
  936. data/node_modules/caniuse-lite/data/regions/RE.js +1 -1
  937. data/node_modules/caniuse-lite/data/regions/RO.js +1 -1
  938. data/node_modules/caniuse-lite/data/regions/RS.js +1 -1
  939. data/node_modules/caniuse-lite/data/regions/RU.js +1 -1
  940. data/node_modules/caniuse-lite/data/regions/RW.js +1 -1
  941. data/node_modules/caniuse-lite/data/regions/SA.js +1 -1
  942. data/node_modules/caniuse-lite/data/regions/SB.js +1 -1
  943. data/node_modules/caniuse-lite/data/regions/SC.js +1 -1
  944. data/node_modules/caniuse-lite/data/regions/SD.js +1 -1
  945. data/node_modules/caniuse-lite/data/regions/SE.js +1 -1
  946. data/node_modules/caniuse-lite/data/regions/SG.js +1 -1
  947. data/node_modules/caniuse-lite/data/regions/SH.js +1 -1
  948. data/node_modules/caniuse-lite/data/regions/SI.js +1 -1
  949. data/node_modules/caniuse-lite/data/regions/SK.js +1 -1
  950. data/node_modules/caniuse-lite/data/regions/SL.js +1 -1
  951. data/node_modules/caniuse-lite/data/regions/SM.js +1 -1
  952. data/node_modules/caniuse-lite/data/regions/SN.js +1 -1
  953. data/node_modules/caniuse-lite/data/regions/SO.js +1 -1
  954. data/node_modules/caniuse-lite/data/regions/SR.js +1 -1
  955. data/node_modules/caniuse-lite/data/regions/ST.js +1 -1
  956. data/node_modules/caniuse-lite/data/regions/SV.js +1 -1
  957. data/node_modules/caniuse-lite/data/regions/SY.js +1 -1
  958. data/node_modules/caniuse-lite/data/regions/SZ.js +1 -1
  959. data/node_modules/caniuse-lite/data/regions/TC.js +1 -1
  960. data/node_modules/caniuse-lite/data/regions/TD.js +1 -1
  961. data/node_modules/caniuse-lite/data/regions/TG.js +1 -1
  962. data/node_modules/caniuse-lite/data/regions/TH.js +1 -1
  963. data/node_modules/caniuse-lite/data/regions/TJ.js +1 -1
  964. data/node_modules/caniuse-lite/data/regions/TL.js +1 -1
  965. data/node_modules/caniuse-lite/data/regions/TM.js +1 -1
  966. data/node_modules/caniuse-lite/data/regions/TN.js +1 -1
  967. data/node_modules/caniuse-lite/data/regions/TO.js +1 -1
  968. data/node_modules/caniuse-lite/data/regions/TR.js +1 -1
  969. data/node_modules/caniuse-lite/data/regions/TT.js +1 -1
  970. data/node_modules/caniuse-lite/data/regions/TV.js +1 -1
  971. data/node_modules/caniuse-lite/data/regions/TW.js +1 -1
  972. data/node_modules/caniuse-lite/data/regions/TZ.js +1 -1
  973. data/node_modules/caniuse-lite/data/regions/UA.js +1 -1
  974. data/node_modules/caniuse-lite/data/regions/UG.js +1 -1
  975. data/node_modules/caniuse-lite/data/regions/US.js +1 -1
  976. data/node_modules/caniuse-lite/data/regions/UY.js +1 -1
  977. data/node_modules/caniuse-lite/data/regions/UZ.js +1 -1
  978. data/node_modules/caniuse-lite/data/regions/VA.js +1 -1
  979. data/node_modules/caniuse-lite/data/regions/VC.js +1 -1
  980. data/node_modules/caniuse-lite/data/regions/VE.js +1 -1
  981. data/node_modules/caniuse-lite/data/regions/VG.js +1 -1
  982. data/node_modules/caniuse-lite/data/regions/VI.js +1 -1
  983. data/node_modules/caniuse-lite/data/regions/VN.js +1 -1
  984. data/node_modules/caniuse-lite/data/regions/VU.js +1 -1
  985. data/node_modules/caniuse-lite/data/regions/WF.js +1 -1
  986. data/node_modules/caniuse-lite/data/regions/WS.js +1 -1
  987. data/node_modules/caniuse-lite/data/regions/YE.js +1 -1
  988. data/node_modules/caniuse-lite/data/regions/YT.js +1 -1
  989. data/node_modules/caniuse-lite/data/regions/ZA.js +1 -1
  990. data/node_modules/caniuse-lite/data/regions/ZM.js +1 -1
  991. data/node_modules/caniuse-lite/data/regions/ZW.js +1 -1
  992. data/node_modules/caniuse-lite/data/regions/alt-af.js +1 -1
  993. data/node_modules/caniuse-lite/data/regions/alt-an.js +1 -1
  994. data/node_modules/caniuse-lite/data/regions/alt-as.js +1 -1
  995. data/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -1
  996. data/node_modules/caniuse-lite/data/regions/alt-na.js +1 -1
  997. data/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -1
  998. data/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -1
  999. data/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -1
  1000. data/node_modules/caniuse-lite/package.json +1 -1
  1001. data/node_modules/electron-to-chromium/chromium-versions.js +4 -1
  1002. data/node_modules/electron-to-chromium/chromium-versions.json +1 -1
  1003. data/node_modules/electron-to-chromium/full-chromium-versions.js +75 -3
  1004. data/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
  1005. data/node_modules/electron-to-chromium/full-versions.js +45 -1
  1006. data/node_modules/electron-to-chromium/full-versions.json +1 -1
  1007. data/node_modules/electron-to-chromium/package.json +1 -1
  1008. data/node_modules/electron-to-chromium/versions.js +8 -1
  1009. data/node_modules/electron-to-chromium/versions.json +1 -1
  1010. data/node_modules/es-object-atoms/CHANGELOG.md +21 -0
  1011. data/node_modules/es-object-atoms/README.md +7 -0
  1012. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +2 -2
  1013. data/node_modules/es-object-atoms/ToObject.d.ts +6 -2
  1014. data/node_modules/es-object-atoms/isObject.d.ts +3 -0
  1015. data/node_modules/es-object-atoms/isObject.js +6 -0
  1016. data/node_modules/es-object-atoms/package.json +9 -8
  1017. data/node_modules/es-object-atoms/test/index.js +11 -1
  1018. data/node_modules/es-shim-unscopables/CHANGELOG.md +8 -0
  1019. data/node_modules/es-shim-unscopables/index.d.ts +8 -0
  1020. data/node_modules/es-shim-unscopables/index.js +2 -1
  1021. data/node_modules/es-shim-unscopables/package.json +20 -11
  1022. data/node_modules/es-shim-unscopables/test/index.js +4 -1
  1023. data/node_modules/es-shim-unscopables/test/with.js +8 -0
  1024. data/node_modules/es-shim-unscopables/tsconfig.json +10 -0
  1025. data/node_modules/eslint-plugin-erb/LICENSE +21 -0
  1026. data/node_modules/eslint-plugin-erb/README.md +257 -0
  1027. data/node_modules/eslint-plugin-erb/index.js +3 -0
  1028. data/node_modules/eslint-plugin-erb/lib/autofix.js +44 -0
  1029. data/node_modules/eslint-plugin-erb/lib/cache.js +21 -0
  1030. data/node_modules/eslint-plugin-erb/lib/dummy_replacements_map.js +30 -0
  1031. data/node_modules/eslint-plugin-erb/lib/file_coordinates.js +41 -0
  1032. data/node_modules/eslint-plugin-erb/lib/index.js +50 -0
  1033. data/node_modules/eslint-plugin-erb/lib/offset_calculation.js +50 -0
  1034. data/node_modules/eslint-plugin-erb/lib/offset_map.js +111 -0
  1035. data/node_modules/eslint-plugin-erb/lib/postprocess.js +72 -0
  1036. data/node_modules/eslint-plugin-erb/lib/preprocess.js +113 -0
  1037. data/node_modules/eslint-plugin-erb/package.json +50 -0
  1038. data/node_modules/flatted/index.js +3 -3
  1039. data/node_modules/flatted/min.js +1 -1
  1040. data/node_modules/flatted/package.json +21 -8
  1041. data/node_modules/flatted/python/flatted.py +4 -4
  1042. data/node_modules/flow-parser/flow_parser.js +5550 -5530
  1043. data/node_modules/flow-parser/package.json +1 -1
  1044. data/node_modules/for-each/CHANGELOG.md +107 -0
  1045. data/node_modules/for-each/README.md +0 -4
  1046. data/node_modules/for-each/index.d.ts +35 -0
  1047. data/node_modules/for-each/index.js +11 -4
  1048. data/node_modules/for-each/package.json +47 -36
  1049. data/node_modules/for-each/test/test.js +54 -12
  1050. data/node_modules/for-each/tsconfig.json +8 -0
  1051. data/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  1052. data/node_modules/get-intrinsic/index.js +1 -0
  1053. data/node_modules/get-intrinsic/package.json +8 -8
  1054. data/node_modules/import-fresh/index.js +2 -1
  1055. data/node_modules/import-fresh/package.json +6 -1
  1056. data/node_modules/import-fresh/readme.md +14 -8
  1057. data/node_modules/is-async-function/CHANGELOG.md +13 -0
  1058. data/node_modules/is-async-function/index.d.ts +4 -2
  1059. data/node_modules/is-async-function/index.js +3 -18
  1060. data/node_modules/is-async-function/package.json +8 -3
  1061. data/node_modules/is-boolean-object/CHANGELOG.md +11 -0
  1062. data/node_modules/is-boolean-object/index.js +1 -1
  1063. data/node_modules/is-boolean-object/package.json +8 -6
  1064. data/node_modules/is-boolean-object/test/index.js +24 -1
  1065. data/node_modules/is-weakref/CHANGELOG.md +8 -0
  1066. data/node_modules/is-weakref/index.d.ts +1 -1
  1067. data/node_modules/is-weakref/index.js +3 -1
  1068. data/node_modules/is-weakref/package.json +6 -6
  1069. data/node_modules/object-inspect/CHANGELOG.md +8 -0
  1070. data/node_modules/object-inspect/index.js +10 -7
  1071. data/node_modules/object-inspect/package.json +5 -4
  1072. data/node_modules/object-inspect/test/values.js +50 -0
  1073. data/node_modules/possible-typed-array-names/CHANGELOG.md +14 -0
  1074. data/node_modules/possible-typed-array-names/README.md +4 -2
  1075. data/node_modules/possible-typed-array-names/index.d.ts +1 -0
  1076. data/node_modules/possible-typed-array-names/index.js +1 -0
  1077. data/node_modules/possible-typed-array-names/package.json +10 -9
  1078. data/node_modules/possible-typed-array-names/test/index.js +6 -3
  1079. data/node_modules/possible-typed-array-names/tsconfig.json +2 -42
  1080. data/node_modules/recast/lib/lines.d.ts +2 -2
  1081. data/node_modules/recast/lib/printer.js +17 -5
  1082. data/node_modules/recast/package.json +1 -1
  1083. data/node_modules/typescript/README.md +1 -1
  1084. data/node_modules/typescript/lib/_tsc.js +931 -500
  1085. data/node_modules/typescript/lib/_tsserver.js +43 -7
  1086. data/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +14 -8
  1087. data/node_modules/typescript/lib/de/diagnosticMessages.generated.json +14 -8
  1088. data/node_modules/typescript/lib/es/diagnosticMessages.generated.json +14 -8
  1089. data/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +14 -8
  1090. data/node_modules/typescript/lib/it/diagnosticMessages.generated.json +14 -8
  1091. data/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +14 -8
  1092. data/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +14 -8
  1093. data/node_modules/typescript/lib/lib.dom.d.ts +769 -142
  1094. data/node_modules/typescript/lib/lib.dom.iterable.d.ts +9 -7
  1095. data/node_modules/typescript/lib/lib.es2015.iterable.d.ts +69 -54
  1096. data/node_modules/typescript/lib/lib.es2020.bigint.d.ts +41 -7
  1097. data/node_modules/typescript/lib/lib.es2023.array.d.ts +24 -24
  1098. data/node_modules/typescript/lib/lib.es5.d.ts +60 -51
  1099. data/node_modules/typescript/lib/lib.esnext.d.ts +2 -0
  1100. data/node_modules/typescript/lib/lib.esnext.float16.d.ts +443 -0
  1101. data/node_modules/typescript/lib/lib.esnext.iterator.d.ts +1 -1
  1102. data/node_modules/typescript/lib/lib.esnext.promise.d.ts +34 -0
  1103. data/node_modules/typescript/lib/lib.webworker.d.ts +262 -55
  1104. data/node_modules/typescript/lib/lib.webworker.iterable.d.ts +6 -7
  1105. data/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +14 -8
  1106. data/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +14 -8
  1107. data/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +14 -8
  1108. data/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +14 -8
  1109. data/node_modules/typescript/lib/typescript.d.ts +14 -3
  1110. data/node_modules/typescript/lib/typescript.js +1035 -570
  1111. data/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +14 -8
  1112. data/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +14 -8
  1113. data/node_modules/typescript/package.json +22 -22
  1114. data/node_modules/update-browserslist-db/index.js +5 -7
  1115. data/node_modules/update-browserslist-db/package.json +2 -2
  1116. data/node_modules/which-typed-array/CHANGELOG.md +10 -0
  1117. data/node_modules/which-typed-array/index.js +21 -20
  1118. data/node_modules/which-typed-array/package.json +9 -7
  1119. data/node_modules/which-typed-array/tsconfig.json +1 -1
  1120. data/package.json +1 -1
  1121. metadata +39 -196
  1122. data/linters/jscodeshift/arrow-function-transform.js +0 -42
  1123. data/node_modules/.bin/jscodeshift +0 -1
  1124. data/node_modules/@babel/eslint-parser/LICENSE +0 -22
  1125. data/node_modules/@babel/eslint-parser/README.md +0 -142
  1126. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs +0 -322
  1127. data/node_modules/@babel/eslint-parser/lib/analyze-scope.cjs.map +0 -1
  1128. data/node_modules/@babel/eslint-parser/lib/client.cjs +0 -106
  1129. data/node_modules/@babel/eslint-parser/lib/client.cjs.map +0 -1
  1130. data/node_modules/@babel/eslint-parser/lib/configuration.cjs +0 -23
  1131. data/node_modules/@babel/eslint-parser/lib/configuration.cjs.map +0 -1
  1132. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs +0 -134
  1133. data/node_modules/@babel/eslint-parser/lib/convert/convertAST.cjs.map +0 -1
  1134. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs +0 -10
  1135. data/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs.map +0 -1
  1136. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs +0 -159
  1137. data/node_modules/@babel/eslint-parser/lib/convert/convertTokens.cjs.map +0 -1
  1138. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs +0 -25
  1139. data/node_modules/@babel/eslint-parser/lib/convert/index.cjs.map +0 -1
  1140. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs +0 -32
  1141. data/node_modules/@babel/eslint-parser/lib/experimental-worker.cjs.map +0 -1
  1142. data/node_modules/@babel/eslint-parser/lib/index.cjs +0 -32
  1143. data/node_modules/@babel/eslint-parser/lib/index.cjs.map +0 -1
  1144. data/node_modules/@babel/eslint-parser/lib/parse.cjs +0 -37
  1145. data/node_modules/@babel/eslint-parser/lib/parse.cjs.map +0 -1
  1146. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs +0 -5
  1147. data/node_modules/@babel/eslint-parser/lib/utils/eslint-version.cjs.map +0 -1
  1148. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs +0 -37
  1149. data/node_modules/@babel/eslint-parser/lib/worker/ast-info.cjs.map +0 -1
  1150. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs +0 -21
  1151. data/node_modules/@babel/eslint-parser/lib/worker/babel-core.cjs.map +0 -1
  1152. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs +0 -91
  1153. data/node_modules/@babel/eslint-parser/lib/worker/configuration.cjs.map +0 -1
  1154. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs +0 -11
  1155. data/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs.map +0 -1
  1156. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs +0 -32
  1157. data/node_modules/@babel/eslint-parser/lib/worker/handle-message.cjs.map +0 -1
  1158. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs +0 -39
  1159. data/node_modules/@babel/eslint-parser/lib/worker/index.cjs.map +0 -1
  1160. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs +0 -48
  1161. data/node_modules/@babel/eslint-parser/lib/worker/maybeParse.cjs.map +0 -1
  1162. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/CHANGELOG.md +0 -36
  1163. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/LICENSE +0 -201
  1164. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/README.md +0 -98
  1165. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/index.js +0 -81
  1166. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/lib/visitor-keys.json +0 -289
  1167. data/node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys/package.json +0 -39
  1168. data/node_modules/@babel/eslint-parser/node_modules/semver/LICENSE +0 -15
  1169. data/node_modules/@babel/eslint-parser/node_modules/semver/README.md +0 -443
  1170. data/node_modules/@babel/eslint-parser/node_modules/semver/bin/semver.js +0 -174
  1171. data/node_modules/@babel/eslint-parser/node_modules/semver/package.json +0 -38
  1172. data/node_modules/@babel/eslint-parser/node_modules/semver/range.bnf +0 -16
  1173. data/node_modules/@babel/eslint-parser/node_modules/semver/semver.js +0 -1643
  1174. data/node_modules/@babel/eslint-parser/package.json +0 -53
  1175. data/node_modules/@babel/eslint-parser/types.d.cts +0 -9
  1176. data/node_modules/@babel/plugin-proposal-decorators/LICENSE +0 -22
  1177. data/node_modules/@babel/plugin-proposal-decorators/README.md +0 -19
  1178. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js +0 -41
  1179. data/node_modules/@babel/plugin-proposal-decorators/lib/index.js.map +0 -1
  1180. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js +0 -165
  1181. data/node_modules/@babel/plugin-proposal-decorators/lib/transformer-legacy.js.map +0 -1
  1182. data/node_modules/@babel/plugin-proposal-decorators/package.json +0 -42
  1183. data/node_modules/@babel/plugin-syntax-decorators/LICENSE +0 -22
  1184. data/node_modules/@babel/plugin-syntax-decorators/README.md +0 -19
  1185. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js +0 -81
  1186. data/node_modules/@babel/plugin-syntax-decorators/lib/index.js.map +0 -1
  1187. data/node_modules/@babel/plugin-syntax-decorators/package.json +0 -33
  1188. data/node_modules/@babel/plugin-transform-react-display-name/LICENSE +0 -22
  1189. data/node_modules/@babel/plugin-transform-react-display-name/README.md +0 -19
  1190. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js +0 -92
  1191. data/node_modules/@babel/plugin-transform-react-display-name/lib/index.js.map +0 -1
  1192. data/node_modules/@babel/plugin-transform-react-display-name/package.json +0 -34
  1193. data/node_modules/@babel/plugin-transform-react-jsx/LICENSE +0 -22
  1194. data/node_modules/@babel/plugin-transform-react-jsx/README.md +0 -19
  1195. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js +0 -505
  1196. data/node_modules/@babel/plugin-transform-react-jsx/lib/create-plugin.js.map +0 -1
  1197. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js +0 -13
  1198. data/node_modules/@babel/plugin-transform-react-jsx/lib/development.js.map +0 -1
  1199. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js +0 -13
  1200. data/node_modules/@babel/plugin-transform-react-jsx/lib/index.js.map +0 -1
  1201. data/node_modules/@babel/plugin-transform-react-jsx/package.json +0 -39
  1202. data/node_modules/@babel/plugin-transform-react-jsx-development/LICENSE +0 -22
  1203. data/node_modules/@babel/plugin-transform-react-jsx-development/README.md +0 -19
  1204. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js +0 -10
  1205. data/node_modules/@babel/plugin-transform-react-jsx-development/lib/index.js.map +0 -1
  1206. data/node_modules/@babel/plugin-transform-react-jsx-development/package.json +0 -33
  1207. data/node_modules/@babel/plugin-transform-react-pure-annotations/LICENSE +0 -22
  1208. data/node_modules/@babel/plugin-transform-react-pure-annotations/README.md +0 -19
  1209. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js +0 -49
  1210. data/node_modules/@babel/plugin-transform-react-pure-annotations/lib/index.js.map +0 -1
  1211. data/node_modules/@babel/plugin-transform-react-pure-annotations/package.json +0 -34
  1212. data/node_modules/@babel/preset-react/LICENSE +0 -22
  1213. data/node_modules/@babel/preset-react/README.md +0 -19
  1214. data/node_modules/@babel/preset-react/lib/index.js +0 -79
  1215. data/node_modules/@babel/preset-react/lib/index.js.map +0 -1
  1216. data/node_modules/@babel/preset-react/package.json +0 -37
  1217. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/LICENSE +0 -7
  1218. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/index.js +0 -8
  1219. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/CHANGELOG.md +0 -70
  1220. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/LICENSE +0 -22
  1221. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/README.md +0 -54
  1222. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/definition.js +0 -86
  1223. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/index.js +0 -165
  1224. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/pattern-visitor.js +0 -152
  1225. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/reference.js +0 -167
  1226. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/referencer.js +0 -629
  1227. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope-manager.js +0 -247
  1228. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/scope.js +0 -748
  1229. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/lib/variable.js +0 -88
  1230. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/LICENSE.BSD +0 -19
  1231. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/README.md +0 -153
  1232. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/estraverse.js +0 -782
  1233. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/gulpfile.js +0 -70
  1234. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/node_modules/estraverse/package.json +0 -40
  1235. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  1236. data/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json +0 -14
  1237. data/node_modules/flatted/python/test.py +0 -63
  1238. data/node_modules/jscodeshift/CHANGELOG.md +0 -226
  1239. data/node_modules/jscodeshift/CODE_OF_CONDUCT.md +0 -3
  1240. data/node_modules/jscodeshift/CONTRIBUTING.md +0 -48
  1241. data/node_modules/jscodeshift/README.md +0 -671
  1242. data/node_modules/jscodeshift/bin/jscodeshift.js +0 -182
  1243. data/node_modules/jscodeshift/bin/jscodeshift.sh +0 -12
  1244. data/node_modules/jscodeshift/dist/Collection.js +0 -472
  1245. data/node_modules/jscodeshift/dist/Runner.js +0 -322
  1246. data/node_modules/jscodeshift/dist/Worker.js +0 -210
  1247. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.input.js +0 -1
  1248. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.js +0 -11
  1249. data/node_modules/jscodeshift/dist/__testfixtures__/test-async-transform.output.js +0 -1
  1250. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.input.js +0 -1
  1251. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.js +0 -7
  1252. data/node_modules/jscodeshift/dist/__testfixtures__/test-sync-transform.output.js +0 -1
  1253. data/node_modules/jscodeshift/dist/argsParser.js +0 -273
  1254. data/node_modules/jscodeshift/dist/collections/ImportDeclaration.js +0 -113
  1255. data/node_modules/jscodeshift/dist/collections/JSXElement.js +0 -221
  1256. data/node_modules/jscodeshift/dist/collections/Node.js +0 -187
  1257. data/node_modules/jscodeshift/dist/collections/VariableDeclarator.js +0 -210
  1258. data/node_modules/jscodeshift/dist/collections/index.js +0 -14
  1259. data/node_modules/jscodeshift/dist/core.js +0 -183
  1260. data/node_modules/jscodeshift/dist/getParser.js +0 -25
  1261. data/node_modules/jscodeshift/dist/ignoreFiles.js +0 -68
  1262. data/node_modules/jscodeshift/dist/matchNode.js +0 -40
  1263. data/node_modules/jscodeshift/dist/template.js +0 -173
  1264. data/node_modules/jscodeshift/dist/testUtils.js +0 -173
  1265. data/node_modules/jscodeshift/dist/utils/intersection.js +0 -27
  1266. data/node_modules/jscodeshift/dist/utils/once.js +0 -21
  1267. data/node_modules/jscodeshift/dist/utils/union.js +0 -20
  1268. data/node_modules/jscodeshift/index.js +0 -9
  1269. data/node_modules/jscodeshift/package.json +0 -74
  1270. data/node_modules/jscodeshift/parser/babel5Compat.js +0 -50
  1271. data/node_modules/jscodeshift/parser/babylon.js +0 -57
  1272. data/node_modules/jscodeshift/parser/flow.js +0 -34
  1273. data/node_modules/jscodeshift/parser/ts.js +0 -24
  1274. data/node_modules/jscodeshift/parser/tsOptions.js +0 -46
  1275. data/node_modules/jscodeshift/parser/tsx.js +0 -27
  1276. data/node_modules/jscodeshift/src/Collection.js +0 -472
  1277. data/node_modules/jscodeshift/src/Runner.js +0 -322
  1278. data/node_modules/jscodeshift/src/Worker.js +0 -210
  1279. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.input.js +0 -1
  1280. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.js +0 -11
  1281. data/node_modules/jscodeshift/src/__testfixtures__/test-async-transform.output.js +0 -1
  1282. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.input.js +0 -1
  1283. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.js +0 -7
  1284. data/node_modules/jscodeshift/src/__testfixtures__/test-sync-transform.output.js +0 -1
  1285. data/node_modules/jscodeshift/src/argsParser.js +0 -273
  1286. data/node_modules/jscodeshift/src/collections/ImportDeclaration.js +0 -113
  1287. data/node_modules/jscodeshift/src/collections/JSXElement.js +0 -221
  1288. data/node_modules/jscodeshift/src/collections/Node.js +0 -187
  1289. data/node_modules/jscodeshift/src/collections/VariableDeclarator.js +0 -210
  1290. data/node_modules/jscodeshift/src/collections/index.js +0 -14
  1291. data/node_modules/jscodeshift/src/core.js +0 -183
  1292. data/node_modules/jscodeshift/src/getParser.js +0 -25
  1293. data/node_modules/jscodeshift/src/ignoreFiles.js +0 -68
  1294. data/node_modules/jscodeshift/src/matchNode.js +0 -40
  1295. data/node_modules/jscodeshift/src/template.js +0 -173
  1296. data/node_modules/jscodeshift/src/testUtils.js +0 -173
  1297. data/node_modules/jscodeshift/src/utils/intersection.js +0 -27
  1298. data/node_modules/jscodeshift/src/utils/once.js +0 -21
  1299. data/node_modules/jscodeshift/src/utils/union.js +0 -20
  1300. data/node_modules/jscodeshift/utils/requirePackage.js +0 -24
  1301. data/node_modules/jscodeshift/utils/testUtils.js +0 -49
  1302. data/node_modules/jscodeshift/website/README.md +0 -44
  1303. data/node_modules/jscodeshift/website/astro.config.mjs +0 -36
  1304. data/node_modules/jscodeshift/website/package.json +0 -17
  1305. data/node_modules/jscodeshift/website/public/favicon.svg +0 -1
  1306. data/node_modules/jscodeshift/website/src/assets/houston.webp +0 -0
  1307. data/node_modules/jscodeshift/website/src/content/config.ts +0 -6
  1308. data/node_modules/jscodeshift/website/src/content/docs/build/api-reference.mdx +0 -406
  1309. data/node_modules/jscodeshift/website/src/content/docs/build/ast-grammar.mdx +0 -3086
  1310. data/node_modules/jscodeshift/website/src/content/docs/index.mdx +0 -15
  1311. data/node_modules/jscodeshift/website/src/content/docs/overview/introduction.mdx +0 -45
  1312. data/node_modules/jscodeshift/website/src/content/docs/run/cli.mdx +0 -161
  1313. data/node_modules/jscodeshift/website/src/env.d.ts +0 -2
  1314. data/node_modules/jscodeshift/website/tsconfig.json +0 -3
  1315. data/node_modules/typescript/lib/cancellationToken.js +0 -90
@@ -1,505 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = createPlugin;
7
- var _pluginSyntaxJsx = require("@babel/plugin-syntax-jsx");
8
- var _helperPluginUtils = require("@babel/helper-plugin-utils");
9
- var _core = require("@babel/core");
10
- var _helperModuleImports = require("@babel/helper-module-imports");
11
- var _helperAnnotateAsPure = require("@babel/helper-annotate-as-pure");
12
- const DEFAULT = {
13
- importSource: "react",
14
- runtime: "automatic",
15
- pragma: "React.createElement",
16
- pragmaFrag: "React.Fragment"
17
- };
18
- const JSX_SOURCE_ANNOTATION_REGEX = /^\s*(?:\*\s*)?@jsxImportSource\s+(\S+)\s*$/m;
19
- const JSX_RUNTIME_ANNOTATION_REGEX = /^\s*(?:\*\s*)?@jsxRuntime\s+(\S+)\s*$/m;
20
- const JSX_ANNOTATION_REGEX = /^\s*(?:\*\s*)?@jsx\s+(\S+)\s*$/m;
21
- const JSX_FRAG_ANNOTATION_REGEX = /^\s*(?:\*\s*)?@jsxFrag\s+(\S+)\s*$/m;
22
- const get = (pass, name) => pass.get(`@babel/plugin-react-jsx/${name}`);
23
- const set = (pass, name, v) => pass.set(`@babel/plugin-react-jsx/${name}`, v);
24
- function hasProto(node) {
25
- return node.properties.some(value => _core.types.isObjectProperty(value, {
26
- computed: false,
27
- shorthand: false
28
- }) && (_core.types.isIdentifier(value.key, {
29
- name: "__proto__"
30
- }) || _core.types.isStringLiteral(value.key, {
31
- value: "__proto__"
32
- })));
33
- }
34
- function createPlugin({
35
- name,
36
- development
37
- }) {
38
- return (0, _helperPluginUtils.declare)((_, options) => {
39
- const {
40
- pure: PURE_ANNOTATION,
41
- throwIfNamespace = true,
42
- filter,
43
- runtime: RUNTIME_DEFAULT = development ? "automatic" : "classic",
44
- importSource: IMPORT_SOURCE_DEFAULT = DEFAULT.importSource,
45
- pragma: PRAGMA_DEFAULT = DEFAULT.pragma,
46
- pragmaFrag: PRAGMA_FRAG_DEFAULT = DEFAULT.pragmaFrag
47
- } = options;
48
- {
49
- var {
50
- useSpread = false,
51
- useBuiltIns = false
52
- } = options;
53
- if (RUNTIME_DEFAULT === "classic") {
54
- if (typeof useSpread !== "boolean") {
55
- throw new Error("transform-react-jsx currently only accepts a boolean option for " + "useSpread (defaults to false)");
56
- }
57
- if (typeof useBuiltIns !== "boolean") {
58
- throw new Error("transform-react-jsx currently only accepts a boolean option for " + "useBuiltIns (defaults to false)");
59
- }
60
- if (useSpread && useBuiltIns) {
61
- throw new Error("transform-react-jsx currently only accepts useBuiltIns or useSpread " + "but not both");
62
- }
63
- }
64
- }
65
- const injectMetaPropertiesVisitor = {
66
- JSXOpeningElement(path, state) {
67
- const attributes = [];
68
- if (isThisAllowed(path.scope)) {
69
- attributes.push(_core.types.jsxAttribute(_core.types.jsxIdentifier("__self"), _core.types.jsxExpressionContainer(_core.types.thisExpression())));
70
- }
71
- attributes.push(_core.types.jsxAttribute(_core.types.jsxIdentifier("__source"), _core.types.jsxExpressionContainer(makeSource(path, state))));
72
- path.pushContainer("attributes", attributes);
73
- }
74
- };
75
- return {
76
- name,
77
- inherits: _pluginSyntaxJsx.default,
78
- visitor: {
79
- JSXNamespacedName(path) {
80
- if (throwIfNamespace) {
81
- throw path.buildCodeFrameError(`Namespace tags are not supported by default. React's JSX doesn't support namespace tags. \
82
- You can set \`throwIfNamespace: false\` to bypass this warning.`);
83
- }
84
- },
85
- JSXSpreadChild(path) {
86
- throw path.buildCodeFrameError("Spread children are not supported in React.");
87
- },
88
- Program: {
89
- enter(path, state) {
90
- const {
91
- file
92
- } = state;
93
- let runtime = RUNTIME_DEFAULT;
94
- let source = IMPORT_SOURCE_DEFAULT;
95
- let pragma = PRAGMA_DEFAULT;
96
- let pragmaFrag = PRAGMA_FRAG_DEFAULT;
97
- let sourceSet = !!options.importSource;
98
- let pragmaSet = !!options.pragma;
99
- let pragmaFragSet = !!options.pragmaFrag;
100
- if (file.ast.comments) {
101
- for (const comment of file.ast.comments) {
102
- const sourceMatches = JSX_SOURCE_ANNOTATION_REGEX.exec(comment.value);
103
- if (sourceMatches) {
104
- source = sourceMatches[1];
105
- sourceSet = true;
106
- }
107
- const runtimeMatches = JSX_RUNTIME_ANNOTATION_REGEX.exec(comment.value);
108
- if (runtimeMatches) {
109
- runtime = runtimeMatches[1];
110
- }
111
- const jsxMatches = JSX_ANNOTATION_REGEX.exec(comment.value);
112
- if (jsxMatches) {
113
- pragma = jsxMatches[1];
114
- pragmaSet = true;
115
- }
116
- const jsxFragMatches = JSX_FRAG_ANNOTATION_REGEX.exec(comment.value);
117
- if (jsxFragMatches) {
118
- pragmaFrag = jsxFragMatches[1];
119
- pragmaFragSet = true;
120
- }
121
- }
122
- }
123
- set(state, "runtime", runtime);
124
- if (runtime === "classic") {
125
- if (sourceSet) {
126
- throw path.buildCodeFrameError(`importSource cannot be set when runtime is classic.`);
127
- }
128
- const createElement = toMemberExpression(pragma);
129
- const fragment = toMemberExpression(pragmaFrag);
130
- set(state, "id/createElement", () => _core.types.cloneNode(createElement));
131
- set(state, "id/fragment", () => _core.types.cloneNode(fragment));
132
- set(state, "defaultPure", pragma === DEFAULT.pragma);
133
- } else if (runtime === "automatic") {
134
- if (pragmaSet || pragmaFragSet) {
135
- throw path.buildCodeFrameError(`pragma and pragmaFrag cannot be set when runtime is automatic.`);
136
- }
137
- const define = (name, id) => set(state, name, createImportLazily(state, path, id, source));
138
- define("id/jsx", development ? "jsxDEV" : "jsx");
139
- define("id/jsxs", development ? "jsxDEV" : "jsxs");
140
- define("id/createElement", "createElement");
141
- define("id/fragment", "Fragment");
142
- set(state, "defaultPure", source === DEFAULT.importSource);
143
- } else {
144
- throw path.buildCodeFrameError(`Runtime must be either "classic" or "automatic".`);
145
- }
146
- if (development) {
147
- path.traverse(injectMetaPropertiesVisitor, state);
148
- }
149
- }
150
- },
151
- JSXFragment: {
152
- exit(path, file) {
153
- let callExpr;
154
- if (get(file, "runtime") === "classic") {
155
- callExpr = buildCreateElementFragmentCall(path, file);
156
- } else {
157
- callExpr = buildJSXFragmentCall(path, file);
158
- }
159
- path.replaceWith(_core.types.inherits(callExpr, path.node));
160
- }
161
- },
162
- JSXElement: {
163
- exit(path, file) {
164
- let callExpr;
165
- if (get(file, "runtime") === "classic" || shouldUseCreateElement(path)) {
166
- callExpr = buildCreateElementCall(path, file);
167
- } else {
168
- callExpr = buildJSXElementCall(path, file);
169
- }
170
- path.replaceWith(_core.types.inherits(callExpr, path.node));
171
- }
172
- },
173
- JSXAttribute(path) {
174
- if (_core.types.isJSXElement(path.node.value)) {
175
- path.node.value = _core.types.jsxExpressionContainer(path.node.value);
176
- }
177
- }
178
- }
179
- };
180
- function isDerivedClass(classPath) {
181
- return classPath.node.superClass !== null;
182
- }
183
- function isThisAllowed(scope) {
184
- do {
185
- const {
186
- path
187
- } = scope;
188
- if (path.isFunctionParent() && !path.isArrowFunctionExpression()) {
189
- if (!path.isMethod()) {
190
- return true;
191
- }
192
- if (path.node.kind !== "constructor") {
193
- return true;
194
- }
195
- return !isDerivedClass(path.parentPath.parentPath);
196
- }
197
- if (path.isTSModuleBlock()) {
198
- return false;
199
- }
200
- } while (scope = scope.parent);
201
- return true;
202
- }
203
- function call(pass, name, args) {
204
- const node = _core.types.callExpression(get(pass, `id/${name}`)(), args);
205
- if (PURE_ANNOTATION != null ? PURE_ANNOTATION : get(pass, "defaultPure")) (0, _helperAnnotateAsPure.default)(node);
206
- return node;
207
- }
208
- function shouldUseCreateElement(path) {
209
- const openingPath = path.get("openingElement");
210
- const attributes = openingPath.node.attributes;
211
- let seenPropsSpread = false;
212
- for (let i = 0; i < attributes.length; i++) {
213
- const attr = attributes[i];
214
- if (seenPropsSpread && _core.types.isJSXAttribute(attr) && attr.name.name === "key") {
215
- return true;
216
- } else if (_core.types.isJSXSpreadAttribute(attr)) {
217
- seenPropsSpread = true;
218
- }
219
- }
220
- return false;
221
- }
222
- function convertJSXIdentifier(node, parent) {
223
- if (_core.types.isJSXIdentifier(node)) {
224
- if (node.name === "this" && _core.types.isReferenced(node, parent)) {
225
- return _core.types.thisExpression();
226
- } else if (_core.types.isValidIdentifier(node.name, false)) {
227
- node.type = "Identifier";
228
- return node;
229
- } else {
230
- return _core.types.stringLiteral(node.name);
231
- }
232
- } else if (_core.types.isJSXMemberExpression(node)) {
233
- return _core.types.memberExpression(convertJSXIdentifier(node.object, node), convertJSXIdentifier(node.property, node));
234
- } else if (_core.types.isJSXNamespacedName(node)) {
235
- return _core.types.stringLiteral(`${node.namespace.name}:${node.name.name}`);
236
- }
237
- return node;
238
- }
239
- function convertAttributeValue(node) {
240
- if (_core.types.isJSXExpressionContainer(node)) {
241
- return node.expression;
242
- } else {
243
- return node;
244
- }
245
- }
246
- function accumulateAttribute(array, attribute) {
247
- if (_core.types.isJSXSpreadAttribute(attribute.node)) {
248
- const arg = attribute.node.argument;
249
- if (_core.types.isObjectExpression(arg) && !hasProto(arg)) {
250
- array.push(...arg.properties);
251
- } else {
252
- array.push(_core.types.spreadElement(arg));
253
- }
254
- return array;
255
- }
256
- const value = convertAttributeValue(attribute.node.name.name !== "key" ? attribute.node.value || _core.types.booleanLiteral(true) : attribute.node.value);
257
- if (attribute.node.name.name === "key" && value === null) {
258
- throw attribute.buildCodeFrameError('Please provide an explicit key value. Using "key" as a shorthand for "key={true}" is not allowed.');
259
- }
260
- if (_core.types.isStringLiteral(value) && !_core.types.isJSXExpressionContainer(attribute.node.value)) {
261
- var _value$extra;
262
- value.value = value.value.replace(/\n\s+/g, " ");
263
- (_value$extra = value.extra) == null || delete _value$extra.raw;
264
- }
265
- if (_core.types.isJSXNamespacedName(attribute.node.name)) {
266
- attribute.node.name = _core.types.stringLiteral(attribute.node.name.namespace.name + ":" + attribute.node.name.name.name);
267
- } else if (_core.types.isValidIdentifier(attribute.node.name.name, false)) {
268
- attribute.node.name.type = "Identifier";
269
- } else {
270
- attribute.node.name = _core.types.stringLiteral(attribute.node.name.name);
271
- }
272
- array.push(_core.types.inherits(_core.types.objectProperty(attribute.node.name, value), attribute.node));
273
- return array;
274
- }
275
- function buildChildrenProperty(children) {
276
- let childrenNode;
277
- if (children.length === 1) {
278
- childrenNode = children[0];
279
- } else if (children.length > 1) {
280
- childrenNode = _core.types.arrayExpression(children);
281
- } else {
282
- return undefined;
283
- }
284
- return _core.types.objectProperty(_core.types.identifier("children"), childrenNode);
285
- }
286
- function buildJSXElementCall(path, file) {
287
- const openingPath = path.get("openingElement");
288
- const args = [getTag(openingPath)];
289
- const attribsArray = [];
290
- const extracted = Object.create(null);
291
- for (const attr of openingPath.get("attributes")) {
292
- if (attr.isJSXAttribute() && _core.types.isJSXIdentifier(attr.node.name)) {
293
- const {
294
- name
295
- } = attr.node.name;
296
- switch (name) {
297
- case "__source":
298
- case "__self":
299
- if (extracted[name]) throw sourceSelfError(path, name);
300
- case "key":
301
- {
302
- const keyValue = convertAttributeValue(attr.node.value);
303
- if (keyValue === null) {
304
- throw attr.buildCodeFrameError('Please provide an explicit key value. Using "key" as a shorthand for "key={true}" is not allowed.');
305
- }
306
- extracted[name] = keyValue;
307
- break;
308
- }
309
- default:
310
- attribsArray.push(attr);
311
- }
312
- } else {
313
- attribsArray.push(attr);
314
- }
315
- }
316
- const children = _core.types.react.buildChildren(path.node);
317
- let attribs;
318
- if (attribsArray.length || children.length) {
319
- attribs = buildJSXOpeningElementAttributes(attribsArray, children);
320
- } else {
321
- attribs = _core.types.objectExpression([]);
322
- }
323
- args.push(attribs);
324
- if (development) {
325
- var _extracted$key;
326
- args.push((_extracted$key = extracted.key) != null ? _extracted$key : path.scope.buildUndefinedNode(), _core.types.booleanLiteral(children.length > 1));
327
- if (extracted.__source) {
328
- args.push(extracted.__source);
329
- if (extracted.__self) args.push(extracted.__self);
330
- } else if (extracted.__self) {
331
- args.push(path.scope.buildUndefinedNode(), extracted.__self);
332
- }
333
- } else if (extracted.key !== undefined) {
334
- args.push(extracted.key);
335
- }
336
- return call(file, children.length > 1 ? "jsxs" : "jsx", args);
337
- }
338
- function buildJSXOpeningElementAttributes(attribs, children) {
339
- const props = attribs.reduce(accumulateAttribute, []);
340
- if ((children == null ? void 0 : children.length) > 0) {
341
- props.push(buildChildrenProperty(children));
342
- }
343
- return _core.types.objectExpression(props);
344
- }
345
- function buildJSXFragmentCall(path, file) {
346
- const args = [get(file, "id/fragment")()];
347
- const children = _core.types.react.buildChildren(path.node);
348
- args.push(_core.types.objectExpression(children.length > 0 ? [buildChildrenProperty(children)] : []));
349
- if (development) {
350
- args.push(path.scope.buildUndefinedNode(), _core.types.booleanLiteral(children.length > 1));
351
- }
352
- return call(file, children.length > 1 ? "jsxs" : "jsx", args);
353
- }
354
- function buildCreateElementFragmentCall(path, file) {
355
- if (filter && !filter(path.node, file)) return;
356
- return call(file, "createElement", [get(file, "id/fragment")(), _core.types.nullLiteral(), ..._core.types.react.buildChildren(path.node)]);
357
- }
358
- function buildCreateElementCall(path, file) {
359
- const openingPath = path.get("openingElement");
360
- return call(file, "createElement", [getTag(openingPath), buildCreateElementOpeningElementAttributes(file, path, openingPath.get("attributes")), ..._core.types.react.buildChildren(path.node)]);
361
- }
362
- function getTag(openingPath) {
363
- const tagExpr = convertJSXIdentifier(openingPath.node.name, openingPath.node);
364
- let tagName;
365
- if (_core.types.isIdentifier(tagExpr)) {
366
- tagName = tagExpr.name;
367
- } else if (_core.types.isStringLiteral(tagExpr)) {
368
- tagName = tagExpr.value;
369
- }
370
- if (_core.types.react.isCompatTag(tagName)) {
371
- return _core.types.stringLiteral(tagName);
372
- } else {
373
- return tagExpr;
374
- }
375
- }
376
- function buildCreateElementOpeningElementAttributes(file, path, attribs) {
377
- const runtime = get(file, "runtime");
378
- {
379
- if (runtime !== "automatic") {
380
- const objs = [];
381
- const props = attribs.reduce(accumulateAttribute, []);
382
- if (!useSpread) {
383
- let start = 0;
384
- props.forEach((prop, i) => {
385
- if (_core.types.isSpreadElement(prop)) {
386
- if (i > start) {
387
- objs.push(_core.types.objectExpression(props.slice(start, i)));
388
- }
389
- objs.push(prop.argument);
390
- start = i + 1;
391
- }
392
- });
393
- if (props.length > start) {
394
- objs.push(_core.types.objectExpression(props.slice(start)));
395
- }
396
- } else if (props.length) {
397
- objs.push(_core.types.objectExpression(props));
398
- }
399
- if (!objs.length) {
400
- return _core.types.nullLiteral();
401
- }
402
- if (objs.length === 1) {
403
- if (!(_core.types.isSpreadElement(props[0]) && _core.types.isObjectExpression(props[0].argument))) {
404
- return objs[0];
405
- }
406
- }
407
- if (!_core.types.isObjectExpression(objs[0])) {
408
- objs.unshift(_core.types.objectExpression([]));
409
- }
410
- const helper = useBuiltIns ? _core.types.memberExpression(_core.types.identifier("Object"), _core.types.identifier("assign")) : file.addHelper("extends");
411
- return _core.types.callExpression(helper, objs);
412
- }
413
- }
414
- const props = [];
415
- const found = Object.create(null);
416
- for (const attr of attribs) {
417
- const {
418
- node
419
- } = attr;
420
- const name = _core.types.isJSXAttribute(node) && _core.types.isJSXIdentifier(node.name) && node.name.name;
421
- if (runtime === "automatic" && (name === "__source" || name === "__self")) {
422
- if (found[name]) throw sourceSelfError(path, name);
423
- found[name] = true;
424
- }
425
- accumulateAttribute(props, attr);
426
- }
427
- return props.length === 1 && _core.types.isSpreadElement(props[0]) && !_core.types.isObjectExpression(props[0].argument) ? props[0].argument : props.length > 0 ? _core.types.objectExpression(props) : _core.types.nullLiteral();
428
- }
429
- });
430
- function getSource(source, importName) {
431
- switch (importName) {
432
- case "Fragment":
433
- return `${source}/${development ? "jsx-dev-runtime" : "jsx-runtime"}`;
434
- case "jsxDEV":
435
- return `${source}/jsx-dev-runtime`;
436
- case "jsx":
437
- case "jsxs":
438
- return `${source}/jsx-runtime`;
439
- case "createElement":
440
- return source;
441
- }
442
- }
443
- function createImportLazily(pass, path, importName, source) {
444
- return () => {
445
- const actualSource = getSource(source, importName);
446
- if ((0, _helperModuleImports.isModule)(path)) {
447
- let reference = get(pass, `imports/${importName}`);
448
- if (reference) return _core.types.cloneNode(reference);
449
- reference = (0, _helperModuleImports.addNamed)(path, importName, actualSource, {
450
- importedInterop: "uncompiled",
451
- importPosition: "after"
452
- });
453
- set(pass, `imports/${importName}`, reference);
454
- return reference;
455
- } else {
456
- let reference = get(pass, `requires/${actualSource}`);
457
- if (reference) {
458
- reference = _core.types.cloneNode(reference);
459
- } else {
460
- reference = (0, _helperModuleImports.addNamespace)(path, actualSource, {
461
- importedInterop: "uncompiled"
462
- });
463
- set(pass, `requires/${actualSource}`, reference);
464
- }
465
- return _core.types.memberExpression(reference, _core.types.identifier(importName));
466
- }
467
- };
468
- }
469
- }
470
- function toMemberExpression(id) {
471
- return id.split(".").map(name => _core.types.identifier(name)).reduce((object, property) => _core.types.memberExpression(object, property));
472
- }
473
- function makeSource(path, state) {
474
- const location = path.node.loc;
475
- if (!location) {
476
- return path.scope.buildUndefinedNode();
477
- }
478
- if (!state.fileNameIdentifier) {
479
- const {
480
- filename = ""
481
- } = state;
482
- const fileNameIdentifier = path.scope.generateUidIdentifier("_jsxFileName");
483
- path.scope.getProgramParent().push({
484
- id: fileNameIdentifier,
485
- init: _core.types.stringLiteral(filename)
486
- });
487
- state.fileNameIdentifier = fileNameIdentifier;
488
- }
489
- return makeTrace(_core.types.cloneNode(state.fileNameIdentifier), location.start.line, location.start.column);
490
- }
491
- function makeTrace(fileNameIdentifier, lineNumber, column0Based) {
492
- const fileLineLiteral = lineNumber != null ? _core.types.numericLiteral(lineNumber) : _core.types.nullLiteral();
493
- const fileColumnLiteral = column0Based != null ? _core.types.numericLiteral(column0Based + 1) : _core.types.nullLiteral();
494
- return _core.template.expression.ast`{
495
- fileName: ${fileNameIdentifier},
496
- lineNumber: ${fileLineLiteral},
497
- columnNumber: ${fileColumnLiteral},
498
- }`;
499
- }
500
- function sourceSelfError(path, name) {
501
- const pluginName = `transform-react-jsx-${name.slice(2)}`;
502
- return path.buildCodeFrameError(`Duplicate ${name} prop found. You are most likely using the deprecated ${pluginName} Babel plugin. Both __source and __self are automatically set when using the automatic runtime. Please remove transform-react-jsx-source and transform-react-jsx-self from your Babel config.`);
503
- }
504
-
505
- //# sourceMappingURL=create-plugin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_pluginSyntaxJsx","require","_helperPluginUtils","_core","_helperModuleImports","_helperAnnotateAsPure","DEFAULT","importSource","runtime","pragma","pragmaFrag","JSX_SOURCE_ANNOTATION_REGEX","JSX_RUNTIME_ANNOTATION_REGEX","JSX_ANNOTATION_REGEX","JSX_FRAG_ANNOTATION_REGEX","get","pass","name","set","v","hasProto","node","properties","some","value","t","isObjectProperty","computed","shorthand","isIdentifier","key","isStringLiteral","createPlugin","development","declare","_","options","pure","PURE_ANNOTATION","throwIfNamespace","filter","RUNTIME_DEFAULT","IMPORT_SOURCE_DEFAULT","PRAGMA_DEFAULT","PRAGMA_FRAG_DEFAULT","useSpread","useBuiltIns","Error","injectMetaPropertiesVisitor","JSXOpeningElement","path","state","attributes","isThisAllowed","scope","push","jsxAttribute","jsxIdentifier","jsxExpressionContainer","thisExpression","makeSource","pushContainer","inherits","jsx","visitor","JSXNamespacedName","buildCodeFrameError","JSXSpreadChild","Program","enter","file","source","sourceSet","pragmaSet","pragmaFragSet","ast","comments","comment","sourceMatches","exec","runtimeMatches","jsxMatches","jsxFragMatches","createElement","toMemberExpression","fragment","cloneNode","define","id","createImportLazily","traverse","JSXFragment","exit","callExpr","buildCreateElementFragmentCall","buildJSXFragmentCall","replaceWith","JSXElement","shouldUseCreateElement","buildCreateElementCall","buildJSXElementCall","JSXAttribute","isJSXElement","isDerivedClass","classPath","superClass","isFunctionParent","isArrowFunctionExpression","isMethod","kind","parentPath","isTSModuleBlock","parent","call","args","callExpression","annotateAsPure","openingPath","seenPropsSpread","i","length","attr","isJSXAttribute","isJSXSpreadAttribute","convertJSXIdentifier","isJSXIdentifier","isReferenced","isValidIdentifier","type","stringLiteral","isJSXMemberExpression","memberExpression","object","property","isJSXNamespacedName","namespace","convertAttributeValue","isJSXExpressionContainer","expression","accumulateAttribute","array","attribute","arg","argument","isObjectExpression","spreadElement","booleanLiteral","_value$extra","replace","extra","raw","objectProperty","buildChildrenProperty","children","childrenNode","arrayExpression","undefined","identifier","getTag","attribsArray","extracted","Object","create","sourceSelfError","keyValue","react","buildChildren","attribs","buildJSXOpeningElementAttributes","objectExpression","_extracted$key","buildUndefinedNode","__source","__self","props","reduce","nullLiteral","buildCreateElementOpeningElementAttributes","tagExpr","tagName","isCompatTag","objs","start","forEach","prop","isSpreadElement","slice","unshift","helper","addHelper","found","getSource","importName","actualSource","isModule","reference","addNamed","importedInterop","importPosition","addNamespace","split","map","location","loc","fileNameIdentifier","filename","generateUidIdentifier","getProgramParent","init","makeTrace","line","column","lineNumber","column0Based","fileLineLiteral","numericLiteral","fileColumnLiteral","template","pluginName"],"sources":["../src/create-plugin.ts"],"sourcesContent":["import jsx from \"@babel/plugin-syntax-jsx\";\nimport { declare } from \"@babel/helper-plugin-utils\";\nimport { template, types as t } from \"@babel/core\";\nimport type { PluginPass, NodePath, Scope, Visitor } from \"@babel/core\";\nimport { addNamed, addNamespace, isModule } from \"@babel/helper-module-imports\";\nimport annotateAsPure from \"@babel/helper-annotate-as-pure\";\nimport type {\n CallExpression,\n Class,\n Expression,\n Identifier,\n JSXAttribute,\n JSXElement,\n JSXFragment,\n JSXOpeningElement,\n JSXSpreadAttribute,\n MemberExpression,\n ObjectExpression,\n Program,\n} from \"@babel/types\";\n\nconst DEFAULT = {\n importSource: \"react\",\n runtime: \"automatic\",\n pragma: \"React.createElement\",\n pragmaFrag: \"React.Fragment\",\n};\n\nconst JSX_SOURCE_ANNOTATION_REGEX =\n /^\\s*(?:\\*\\s*)?@jsxImportSource\\s+(\\S+)\\s*$/m;\nconst JSX_RUNTIME_ANNOTATION_REGEX = /^\\s*(?:\\*\\s*)?@jsxRuntime\\s+(\\S+)\\s*$/m;\n\nconst JSX_ANNOTATION_REGEX = /^\\s*(?:\\*\\s*)?@jsx\\s+(\\S+)\\s*$/m;\nconst JSX_FRAG_ANNOTATION_REGEX = /^\\s*(?:\\*\\s*)?@jsxFrag\\s+(\\S+)\\s*$/m;\n\nconst get = (pass: PluginPass, name: string) =>\n pass.get(`@babel/plugin-react-jsx/${name}`);\nconst set = (pass: PluginPass, name: string, v: any) =>\n pass.set(`@babel/plugin-react-jsx/${name}`, v);\n\nfunction hasProto(node: t.ObjectExpression) {\n return node.properties.some(\n value =>\n t.isObjectProperty(value, { computed: false, shorthand: false }) &&\n (t.isIdentifier(value.key, { name: \"__proto__\" }) ||\n t.isStringLiteral(value.key, { value: \"__proto__\" })),\n );\n}\n\nexport interface Options {\n filter?: (node: t.Node, pass: PluginPass) => boolean;\n importSource?: string;\n pragma?: string;\n pragmaFrag?: string;\n pure?: string;\n runtime?: \"automatic\" | \"classic\";\n throwIfNamespace?: boolean;\n useBuiltIns: boolean;\n useSpread?: boolean;\n}\nexport default function createPlugin({\n name,\n development,\n}: {\n name: string;\n development: boolean;\n}) {\n return declare((_, options: Options) => {\n const {\n pure: PURE_ANNOTATION,\n\n throwIfNamespace = true,\n\n filter,\n\n runtime: RUNTIME_DEFAULT = process.env.BABEL_8_BREAKING\n ? \"automatic\"\n : development\n ? \"automatic\"\n : \"classic\",\n\n importSource: IMPORT_SOURCE_DEFAULT = DEFAULT.importSource,\n pragma: PRAGMA_DEFAULT = DEFAULT.pragma,\n pragmaFrag: PRAGMA_FRAG_DEFAULT = DEFAULT.pragmaFrag,\n } = options;\n\n if (process.env.BABEL_8_BREAKING) {\n if (\"useSpread\" in options) {\n throw new Error(\n '@babel/plugin-transform-react-jsx: Since Babel 8, an inline object with spread elements is always used, and the \"useSpread\" option is no longer available. Please remove it from your config.',\n );\n }\n\n if (\"useBuiltIns\" in options) {\n const useBuiltInsFormatted = JSON.stringify(options.useBuiltIns);\n throw new Error(\n `@babel/plugin-transform-react-jsx: Since \"useBuiltIns\" is removed in Babel 8, you can remove it from the config.\n- Babel 8 now transforms JSX spread to object spread. If you need to transpile object spread with\n\\`useBuiltIns: ${useBuiltInsFormatted}\\`, you can use the following config\n{\n \"plugins\": [\n \"@babel/plugin-transform-react-jsx\"\n [\"@babel/plugin-transform-object-rest-spread\", { \"loose\": true, \"useBuiltIns\": ${useBuiltInsFormatted} }]\n ]\n}`,\n );\n }\n\n if (filter != null && RUNTIME_DEFAULT === \"automatic\") {\n throw new Error(\n '@babel/plugin-transform-react-jsx: \"filter\" option can not be used with automatic runtime. If you are upgrading from Babel 7, please specify `runtime: \"classic\"`.',\n );\n }\n } else {\n // eslint-disable-next-line no-var\n var { useSpread = false, useBuiltIns = false } = options;\n\n if (RUNTIME_DEFAULT === \"classic\") {\n if (typeof useSpread !== \"boolean\") {\n throw new Error(\n \"transform-react-jsx currently only accepts a boolean option for \" +\n \"useSpread (defaults to false)\",\n );\n }\n\n if (typeof useBuiltIns !== \"boolean\") {\n throw new Error(\n \"transform-react-jsx currently only accepts a boolean option for \" +\n \"useBuiltIns (defaults to false)\",\n );\n }\n\n if (useSpread && useBuiltIns) {\n throw new Error(\n \"transform-react-jsx currently only accepts useBuiltIns or useSpread \" +\n \"but not both\",\n );\n }\n }\n }\n\n const injectMetaPropertiesVisitor: Visitor<PluginPass> = {\n JSXOpeningElement(path, state) {\n const attributes = [];\n if (isThisAllowed(path.scope)) {\n attributes.push(\n t.jsxAttribute(\n t.jsxIdentifier(\"__self\"),\n t.jsxExpressionContainer(t.thisExpression()),\n ),\n );\n }\n attributes.push(\n t.jsxAttribute(\n t.jsxIdentifier(\"__source\"),\n t.jsxExpressionContainer(makeSource(path, state)),\n ),\n );\n path.pushContainer(\"attributes\", attributes);\n },\n };\n\n return {\n name,\n inherits: jsx,\n visitor: {\n JSXNamespacedName(path) {\n if (throwIfNamespace) {\n throw path.buildCodeFrameError(\n `Namespace tags are not supported by default. React's JSX doesn't support namespace tags. \\\nYou can set \\`throwIfNamespace: false\\` to bypass this warning.`,\n );\n }\n },\n\n JSXSpreadChild(path) {\n throw path.buildCodeFrameError(\n \"Spread children are not supported in React.\",\n );\n },\n\n Program: {\n enter(path, state) {\n const { file } = state;\n let runtime: string = RUNTIME_DEFAULT;\n\n let source: string = IMPORT_SOURCE_DEFAULT;\n let pragma: string = PRAGMA_DEFAULT;\n let pragmaFrag: string = PRAGMA_FRAG_DEFAULT;\n\n let sourceSet = !!options.importSource;\n let pragmaSet = !!options.pragma;\n let pragmaFragSet = !!options.pragmaFrag;\n\n if (file.ast.comments) {\n for (const comment of file.ast.comments) {\n const sourceMatches = JSX_SOURCE_ANNOTATION_REGEX.exec(\n comment.value,\n );\n if (sourceMatches) {\n source = sourceMatches[1];\n sourceSet = true;\n }\n\n const runtimeMatches = JSX_RUNTIME_ANNOTATION_REGEX.exec(\n comment.value,\n );\n if (runtimeMatches) {\n runtime = runtimeMatches[1];\n }\n\n const jsxMatches = JSX_ANNOTATION_REGEX.exec(comment.value);\n if (jsxMatches) {\n pragma = jsxMatches[1];\n pragmaSet = true;\n }\n const jsxFragMatches = JSX_FRAG_ANNOTATION_REGEX.exec(\n comment.value,\n );\n if (jsxFragMatches) {\n pragmaFrag = jsxFragMatches[1];\n pragmaFragSet = true;\n }\n }\n }\n\n set(state, \"runtime\", runtime);\n if (runtime === \"classic\") {\n if (sourceSet) {\n throw path.buildCodeFrameError(\n `importSource cannot be set when runtime is classic.`,\n );\n }\n\n const createElement = toMemberExpression(pragma);\n const fragment = toMemberExpression(pragmaFrag);\n\n set(state, \"id/createElement\", () => t.cloneNode(createElement));\n set(state, \"id/fragment\", () => t.cloneNode(fragment));\n\n set(state, \"defaultPure\", pragma === DEFAULT.pragma);\n } else if (runtime === \"automatic\") {\n if (pragmaSet || pragmaFragSet) {\n throw path.buildCodeFrameError(\n `pragma and pragmaFrag cannot be set when runtime is automatic.`,\n );\n }\n\n const define = (name: string, id: string) =>\n set(state, name, createImportLazily(state, path, id, source));\n\n define(\"id/jsx\", development ? \"jsxDEV\" : \"jsx\");\n define(\"id/jsxs\", development ? \"jsxDEV\" : \"jsxs\");\n define(\"id/createElement\", \"createElement\");\n define(\"id/fragment\", \"Fragment\");\n\n set(state, \"defaultPure\", source === DEFAULT.importSource);\n } else {\n throw path.buildCodeFrameError(\n `Runtime must be either \"classic\" or \"automatic\".`,\n );\n }\n\n if (development) {\n path.traverse(injectMetaPropertiesVisitor, state);\n }\n },\n\n // TODO(Babel 8): Decide if this should be removed or brought back.\n // see: https://github.com/babel/babel/pull/12253#discussion_r513086528\n //\n // exit(path, state) {\n // if (\n // get(state, \"runtime\") === \"classic\" &&\n // get(state, \"pragmaSet\") &&\n // get(state, \"usedFragment\") &&\n // !get(state, \"pragmaFragSet\")\n // ) {\n // throw new Error(\n // \"transform-react-jsx: pragma has been set but \" +\n // \"pragmaFrag has not been set\",\n // );\n // }\n // },\n },\n\n JSXFragment: {\n exit(path, file) {\n let callExpr;\n if (get(file, \"runtime\") === \"classic\") {\n callExpr = buildCreateElementFragmentCall(path, file);\n } else {\n callExpr = buildJSXFragmentCall(path, file);\n }\n\n path.replaceWith(t.inherits(callExpr, path.node));\n },\n },\n\n JSXElement: {\n exit(path, file) {\n let callExpr;\n if (\n get(file, \"runtime\") === \"classic\" ||\n shouldUseCreateElement(path)\n ) {\n callExpr = buildCreateElementCall(path, file);\n } else {\n callExpr = buildJSXElementCall(path, file);\n }\n\n path.replaceWith(t.inherits(callExpr, path.node));\n },\n },\n\n JSXAttribute(path) {\n if (t.isJSXElement(path.node.value)) {\n path.node.value = t.jsxExpressionContainer(path.node.value);\n }\n },\n },\n };\n\n // Returns whether the class has specified a superclass.\n function isDerivedClass(classPath: NodePath<Class>) {\n return classPath.node.superClass !== null;\n }\n\n // Returns whether `this` is allowed at given scope.\n function isThisAllowed(scope: Scope) {\n // This specifically skips arrow functions as they do not rewrite `this`.\n do {\n const { path } = scope;\n if (path.isFunctionParent() && !path.isArrowFunctionExpression()) {\n if (!path.isMethod()) {\n // If the closest parent is a regular function, `this` will be rebound, therefore it is fine to use `this`.\n return true;\n }\n // Current node is within a method, so we need to check if the method is a constructor.\n if (path.node.kind !== \"constructor\") {\n // We are not in a constructor, therefore it is always fine to use `this`.\n return true;\n }\n // Now we are in a constructor. If it is a derived class, we do not reference `this`.\n return !isDerivedClass(path.parentPath.parentPath as NodePath<Class>);\n }\n if (path.isTSModuleBlock()) {\n // If the closest parent is a TS Module block, `this` will not be allowed.\n return false;\n }\n } while ((scope = scope.parent));\n // We are not in a method or function. It is fine to use `this`.\n return true;\n }\n\n function call(\n pass: PluginPass,\n name: string,\n args: CallExpression[\"arguments\"],\n ) {\n const node = t.callExpression(get(pass, `id/${name}`)(), args);\n if (PURE_ANNOTATION ?? get(pass, \"defaultPure\")) annotateAsPure(node);\n return node;\n }\n\n // We want to use React.createElement, even in the case of\n // jsx, for <div {...props} key={key} /> to distinguish it\n // from <div key={key} {...props} />. This is an intermediary\n // step while we deprecate key spread from props. Afterwards,\n // we will stop using createElement in the transform.\n function shouldUseCreateElement(path: NodePath<JSXElement>) {\n const openingPath = path.get(\"openingElement\");\n const attributes = openingPath.node.attributes;\n\n let seenPropsSpread = false;\n for (let i = 0; i < attributes.length; i++) {\n const attr = attributes[i];\n if (\n seenPropsSpread &&\n t.isJSXAttribute(attr) &&\n attr.name.name === \"key\"\n ) {\n return true;\n } else if (t.isJSXSpreadAttribute(attr)) {\n seenPropsSpread = true;\n }\n }\n return false;\n }\n\n function convertJSXIdentifier(\n node: t.JSXIdentifier | t.JSXMemberExpression | t.JSXNamespacedName,\n parent: t.JSXOpeningElement | t.JSXMemberExpression,\n ): t.ThisExpression | t.StringLiteral | t.MemberExpression | t.Identifier {\n if (t.isJSXIdentifier(node)) {\n if (node.name === \"this\" && t.isReferenced(node, parent)) {\n return t.thisExpression();\n } else if (t.isValidIdentifier(node.name, false)) {\n // @ts-expect-error cast AST type to Identifier\n node.type = \"Identifier\";\n return node as unknown as t.Identifier;\n } else {\n return t.stringLiteral(node.name);\n }\n } else if (t.isJSXMemberExpression(node)) {\n return t.memberExpression(\n convertJSXIdentifier(node.object, node),\n convertJSXIdentifier(node.property, node),\n );\n } else if (t.isJSXNamespacedName(node)) {\n /**\n * If the flag \"throwIfNamespace\" is false\n * print XMLNamespace like string literal\n */\n return t.stringLiteral(`${node.namespace.name}:${node.name.name}`);\n }\n\n // todo: this branch should be unreachable\n return node;\n }\n\n function convertAttributeValue(\n node: t.JSXAttribute[\"value\"] | t.BooleanLiteral,\n ) {\n if (t.isJSXExpressionContainer(node)) {\n return node.expression;\n } else {\n return node;\n }\n }\n\n function accumulateAttribute(\n array: ObjectExpression[\"properties\"],\n attribute: NodePath<JSXAttribute | JSXSpreadAttribute>,\n ) {\n if (t.isJSXSpreadAttribute(attribute.node)) {\n const arg = attribute.node.argument;\n // Collect properties into props array if spreading object expression\n if (t.isObjectExpression(arg) && !hasProto(arg)) {\n array.push(...arg.properties);\n } else {\n array.push(t.spreadElement(arg));\n }\n return array;\n }\n\n const value = convertAttributeValue(\n attribute.node.name.name !== \"key\"\n ? attribute.node.value || t.booleanLiteral(true)\n : attribute.node.value,\n );\n\n if (attribute.node.name.name === \"key\" && value === null) {\n throw attribute.buildCodeFrameError(\n 'Please provide an explicit key value. Using \"key\" as a shorthand for \"key={true}\" is not allowed.',\n );\n }\n\n if (\n t.isStringLiteral(value) &&\n !t.isJSXExpressionContainer(attribute.node.value)\n ) {\n value.value = value.value.replace(/\\n\\s+/g, \" \");\n\n // \"raw\" JSXText should not be used from a StringLiteral because it needs to be escaped.\n delete value.extra?.raw;\n }\n\n if (t.isJSXNamespacedName(attribute.node.name)) {\n // @ts-expect-error mutating AST\n attribute.node.name = t.stringLiteral(\n attribute.node.name.namespace.name +\n \":\" +\n attribute.node.name.name.name,\n );\n } else if (t.isValidIdentifier(attribute.node.name.name, false)) {\n // @ts-expect-error mutating AST\n attribute.node.name.type = \"Identifier\";\n } else {\n // @ts-expect-error mutating AST\n attribute.node.name = t.stringLiteral(attribute.node.name.name);\n }\n\n array.push(\n t.inherits(\n t.objectProperty(\n // @ts-expect-error The attribute.node.name is an Identifier now\n attribute.node.name,\n value,\n ),\n attribute.node,\n ),\n );\n return array;\n }\n\n function buildChildrenProperty(children: Expression[]) {\n let childrenNode;\n if (children.length === 1) {\n childrenNode = children[0];\n } else if (children.length > 1) {\n childrenNode = t.arrayExpression(children);\n } else {\n return undefined;\n }\n\n return t.objectProperty(t.identifier(\"children\"), childrenNode);\n }\n\n // Builds JSX into:\n // Production: React.jsx(type, arguments, key)\n // Development: React.jsxDEV(type, arguments, key, isStaticChildren, source, self)\n function buildJSXElementCall(path: NodePath<JSXElement>, file: PluginPass) {\n const openingPath = path.get(\"openingElement\");\n const args: t.Expression[] = [getTag(openingPath)];\n\n const attribsArray = [];\n const extracted = Object.create(null);\n\n // for React.jsx, key, __source (dev), and __self (dev) is passed in as\n // a separate argument rather than in the args object. We go through the\n // props and filter out these three keywords so we can pass them in\n // as separate arguments later\n for (const attr of openingPath.get(\"attributes\")) {\n if (attr.isJSXAttribute() && t.isJSXIdentifier(attr.node.name)) {\n const { name } = attr.node.name;\n switch (name) {\n case \"__source\":\n case \"__self\":\n if (extracted[name]) throw sourceSelfError(path, name);\n /* falls through */\n case \"key\": {\n const keyValue = convertAttributeValue(attr.node.value);\n if (keyValue === null) {\n throw attr.buildCodeFrameError(\n 'Please provide an explicit key value. Using \"key\" as a shorthand for \"key={true}\" is not allowed.',\n );\n }\n\n extracted[name] = keyValue;\n break;\n }\n default:\n attribsArray.push(attr);\n }\n } else {\n attribsArray.push(attr);\n }\n }\n\n const children = t.react.buildChildren(path.node);\n\n let attribs: t.ObjectExpression;\n\n if (attribsArray.length || children.length) {\n attribs = buildJSXOpeningElementAttributes(\n attribsArray,\n //@ts-expect-error The children here contains JSXSpreadChild,\n // which will be thrown later\n children,\n );\n } else {\n // attributes should never be null\n attribs = t.objectExpression([]);\n }\n\n args.push(attribs);\n\n if (development) {\n // isStaticChildren, __source, and __self are only used in development\n // automatically include __source and __self in this plugin\n // so we can eliminate the need for separate Babel plugins in Babel 8\n args.push(\n extracted.key ?? path.scope.buildUndefinedNode(),\n t.booleanLiteral(children.length > 1),\n );\n if (extracted.__source) {\n args.push(extracted.__source);\n if (extracted.__self) args.push(extracted.__self);\n } else if (extracted.__self) {\n args.push(path.scope.buildUndefinedNode(), extracted.__self);\n }\n } else if (extracted.key !== undefined) {\n args.push(extracted.key);\n }\n\n return call(file, children.length > 1 ? \"jsxs\" : \"jsx\", args);\n }\n\n // Builds props for React.jsx. This function adds children into the props\n // and ensures that props is always an object\n function buildJSXOpeningElementAttributes(\n attribs: NodePath<JSXAttribute | JSXSpreadAttribute>[],\n children: Expression[],\n ) {\n const props = attribs.reduce(accumulateAttribute, []);\n\n // In React.jsx, children is no longer a separate argument, but passed in\n // through the argument object\n if (children?.length > 0) {\n props.push(buildChildrenProperty(children));\n }\n\n return t.objectExpression(props);\n }\n\n // Builds JSX Fragment <></> into\n // Production: React.jsx(type, arguments)\n // Development: React.jsxDEV(type, { children })\n function buildJSXFragmentCall(\n path: NodePath<JSXFragment>,\n file: PluginPass,\n ) {\n const args = [get(file, \"id/fragment\")()];\n\n const children = t.react.buildChildren(path.node);\n\n args.push(\n t.objectExpression(\n children.length > 0\n ? [\n buildChildrenProperty(\n //@ts-expect-error The children here contains JSXSpreadChild,\n // which will be thrown later\n children,\n ),\n ]\n : [],\n ),\n );\n\n if (development) {\n args.push(\n path.scope.buildUndefinedNode(),\n t.booleanLiteral(children.length > 1),\n );\n }\n\n return call(file, children.length > 1 ? \"jsxs\" : \"jsx\", args);\n }\n\n // Builds JSX Fragment <></> into\n // React.createElement(React.Fragment, null, ...children)\n function buildCreateElementFragmentCall(\n path: NodePath<JSXFragment>,\n file: PluginPass,\n ) {\n if (filter && !filter(path.node, file)) return;\n\n return call(file, \"createElement\", [\n get(file, \"id/fragment\")(),\n t.nullLiteral(),\n ...t.react.buildChildren(path.node),\n ]);\n }\n\n // Builds JSX into:\n // Production: React.createElement(type, arguments, children)\n // Development: React.createElement(type, arguments, children, source, self)\n function buildCreateElementCall(\n path: NodePath<JSXElement>,\n file: PluginPass,\n ) {\n const openingPath = path.get(\"openingElement\");\n\n return call(file, \"createElement\", [\n getTag(openingPath),\n buildCreateElementOpeningElementAttributes(\n file,\n path,\n openingPath.get(\"attributes\"),\n ),\n // @ts-expect-error JSXSpreadChild has been transformed in convertAttributeValue\n ...t.react.buildChildren(path.node),\n ]);\n }\n\n function getTag(openingPath: NodePath<JSXOpeningElement>) {\n const tagExpr = convertJSXIdentifier(\n openingPath.node.name,\n openingPath.node,\n );\n\n let tagName: string;\n if (t.isIdentifier(tagExpr)) {\n tagName = tagExpr.name;\n } else if (t.isStringLiteral(tagExpr)) {\n tagName = tagExpr.value;\n }\n\n if (t.react.isCompatTag(tagName)) {\n return t.stringLiteral(tagName);\n } else {\n return tagExpr;\n }\n }\n\n /**\n * The logic for this is quite terse. It's because we need to\n * support spread elements. We loop over all attributes,\n * breaking on spreads, we then push a new object containing\n * all prior attributes to an array for later processing.\n */\n function buildCreateElementOpeningElementAttributes(\n file: PluginPass,\n path: NodePath<JSXElement>,\n attribs: NodePath<JSXAttribute | JSXSpreadAttribute>[],\n ) {\n const runtime = get(file, \"runtime\");\n if (!process.env.BABEL_8_BREAKING) {\n if (runtime !== \"automatic\") {\n const objs = [];\n const props = attribs.reduce(accumulateAttribute, []);\n\n if (!useSpread) {\n // Convert syntax to use multiple objects instead of spread\n let start = 0;\n props.forEach((prop, i) => {\n if (t.isSpreadElement(prop)) {\n if (i > start) {\n objs.push(t.objectExpression(props.slice(start, i)));\n }\n objs.push(prop.argument);\n start = i + 1;\n }\n });\n if (props.length > start) {\n objs.push(t.objectExpression(props.slice(start)));\n }\n } else if (props.length) {\n objs.push(t.objectExpression(props));\n }\n\n if (!objs.length) {\n return t.nullLiteral();\n }\n\n if (objs.length === 1) {\n if (\n !(\n t.isSpreadElement(props[0]) &&\n // If an object expression is spread element's argument\n // it is very likely to contain __proto__ and we should stop\n // optimizing spread element\n t.isObjectExpression(props[0].argument)\n )\n ) {\n return objs[0];\n }\n }\n\n // looks like we have multiple objects\n if (!t.isObjectExpression(objs[0])) {\n objs.unshift(t.objectExpression([]));\n }\n\n const helper = useBuiltIns\n ? t.memberExpression(t.identifier(\"Object\"), t.identifier(\"assign\"))\n : file.addHelper(\"extends\");\n\n // spread it\n return t.callExpression(helper, objs);\n }\n }\n\n const props: ObjectExpression[\"properties\"] = [];\n const found = Object.create(null);\n\n for (const attr of attribs) {\n const { node } = attr;\n const name =\n t.isJSXAttribute(node) &&\n t.isJSXIdentifier(node.name) &&\n node.name.name;\n\n if (\n runtime === \"automatic\" &&\n (name === \"__source\" || name === \"__self\")\n ) {\n if (found[name]) throw sourceSelfError(path, name);\n found[name] = true;\n }\n\n accumulateAttribute(props, attr);\n }\n\n return props.length === 1 &&\n t.isSpreadElement(props[0]) &&\n // If an object expression is spread element's argument\n // it is very likely to contain __proto__ and we should stop\n // optimizing spread element\n !t.isObjectExpression(props[0].argument)\n ? props[0].argument\n : props.length > 0\n ? t.objectExpression(props)\n : t.nullLiteral();\n }\n });\n\n function getSource(source: string, importName: string) {\n switch (importName) {\n case \"Fragment\":\n return `${source}/${development ? \"jsx-dev-runtime\" : \"jsx-runtime\"}`;\n case \"jsxDEV\":\n return `${source}/jsx-dev-runtime`;\n case \"jsx\":\n case \"jsxs\":\n return `${source}/jsx-runtime`;\n case \"createElement\":\n return source;\n }\n }\n\n function createImportLazily(\n pass: PluginPass,\n path: NodePath<Program>,\n importName: string,\n source: string,\n ): () => Identifier | MemberExpression {\n return () => {\n const actualSource = getSource(source, importName);\n if (isModule(path)) {\n let reference = get(pass, `imports/${importName}`);\n if (reference) return t.cloneNode(reference);\n\n reference = addNamed(path, importName, actualSource, {\n importedInterop: \"uncompiled\",\n importPosition: \"after\",\n });\n set(pass, `imports/${importName}`, reference);\n\n return reference;\n } else {\n let reference = get(pass, `requires/${actualSource}`);\n if (reference) {\n reference = t.cloneNode(reference);\n } else {\n reference = addNamespace(path, actualSource, {\n importedInterop: \"uncompiled\",\n });\n set(pass, `requires/${actualSource}`, reference);\n }\n\n return t.memberExpression(reference, t.identifier(importName));\n }\n };\n }\n}\n\nfunction toMemberExpression(id: string): Identifier | MemberExpression {\n return (\n id\n .split(\".\")\n .map(name => t.identifier(name))\n // @ts-expect-error - The Array#reduce does not have a signature\n // where the type of initial value differs from callback return type\n .reduce((object, property) => t.memberExpression(object, property))\n );\n}\n\nfunction makeSource(path: NodePath, state: PluginPass) {\n const location = path.node.loc;\n if (!location) {\n // the element was generated and doesn't have location information\n return path.scope.buildUndefinedNode();\n }\n\n // @ts-expect-error todo: avoid mutating PluginPass\n if (!state.fileNameIdentifier) {\n const { filename = \"\" } = state;\n\n const fileNameIdentifier = path.scope.generateUidIdentifier(\"_jsxFileName\");\n path.scope.getProgramParent().push({\n id: fileNameIdentifier,\n init: t.stringLiteral(filename),\n });\n // @ts-expect-error todo: avoid mutating PluginPass\n state.fileNameIdentifier = fileNameIdentifier;\n }\n\n return makeTrace(\n t.cloneNode(\n // @ts-expect-error todo: avoid mutating PluginPass\n state.fileNameIdentifier,\n ),\n location.start.line,\n location.start.column,\n );\n}\n\nfunction makeTrace(\n fileNameIdentifier: Identifier,\n lineNumber?: number,\n column0Based?: number,\n) {\n const fileLineLiteral =\n lineNumber != null ? t.numericLiteral(lineNumber) : t.nullLiteral();\n\n const fileColumnLiteral =\n column0Based != null ? t.numericLiteral(column0Based + 1) : t.nullLiteral();\n\n return template.expression.ast`{\n fileName: ${fileNameIdentifier},\n lineNumber: ${fileLineLiteral},\n columnNumber: ${fileColumnLiteral},\n }`;\n}\n\nfunction sourceSelfError(path: NodePath, name: string) {\n const pluginName = `transform-react-jsx-${name.slice(2)}`;\n\n return path.buildCodeFrameError(\n `Duplicate ${name} prop found. You are most likely using the deprecated ${pluginName} Babel plugin. Both __source and __self are automatically set when using the automatic runtime. Please remove transform-react-jsx-source and transform-react-jsx-self from your Babel config.`,\n );\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _createPlugin = require("./create-plugin.js");
8
- var _default = exports.default = (0, _createPlugin.default)({
9
- name: "transform-react-jsx/development",
10
- development: true
11
- });
12
-
13
- //# sourceMappingURL=development.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_createPlugin","require","_default","exports","default","createPlugin","name","development"],"sources":["../src/development.ts"],"sourcesContent":["import createPlugin from \"./create-plugin.ts\";\n\nexport default createPlugin({\n name: \"transform-react-jsx/development\",\n development: true,\n});\n"],"mappings":";;;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAA8C,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAE/B,IAAAC,qBAAY,EAAC;EAC1BC,IAAI,EAAE,iCAAiC;EACvCC,WAAW,EAAE;AACf,CAAC,CAAC","ignoreList":[]}