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
@@ -6,1527 +6,1539 @@ Object.defineProperty(exports, "__esModule", {
6
6
  Object.defineProperty(exports, "AnyTypeAnnotation", {
7
7
  enumerable: true,
8
8
  get: function () {
9
- return _index.anyTypeAnnotation;
9
+ return _lowercase.anyTypeAnnotation;
10
10
  }
11
11
  });
12
12
  Object.defineProperty(exports, "ArgumentPlaceholder", {
13
13
  enumerable: true,
14
14
  get: function () {
15
- return _index.argumentPlaceholder;
15
+ return _lowercase.argumentPlaceholder;
16
16
  }
17
17
  });
18
18
  Object.defineProperty(exports, "ArrayExpression", {
19
19
  enumerable: true,
20
20
  get: function () {
21
- return _index.arrayExpression;
21
+ return _lowercase.arrayExpression;
22
22
  }
23
23
  });
24
24
  Object.defineProperty(exports, "ArrayPattern", {
25
25
  enumerable: true,
26
26
  get: function () {
27
- return _index.arrayPattern;
27
+ return _lowercase.arrayPattern;
28
28
  }
29
29
  });
30
30
  Object.defineProperty(exports, "ArrayTypeAnnotation", {
31
31
  enumerable: true,
32
32
  get: function () {
33
- return _index.arrayTypeAnnotation;
33
+ return _lowercase.arrayTypeAnnotation;
34
34
  }
35
35
  });
36
36
  Object.defineProperty(exports, "ArrowFunctionExpression", {
37
37
  enumerable: true,
38
38
  get: function () {
39
- return _index.arrowFunctionExpression;
39
+ return _lowercase.arrowFunctionExpression;
40
40
  }
41
41
  });
42
42
  Object.defineProperty(exports, "AssignmentExpression", {
43
43
  enumerable: true,
44
44
  get: function () {
45
- return _index.assignmentExpression;
45
+ return _lowercase.assignmentExpression;
46
46
  }
47
47
  });
48
48
  Object.defineProperty(exports, "AssignmentPattern", {
49
49
  enumerable: true,
50
50
  get: function () {
51
- return _index.assignmentPattern;
51
+ return _lowercase.assignmentPattern;
52
52
  }
53
53
  });
54
54
  Object.defineProperty(exports, "AwaitExpression", {
55
55
  enumerable: true,
56
56
  get: function () {
57
- return _index.awaitExpression;
57
+ return _lowercase.awaitExpression;
58
58
  }
59
59
  });
60
60
  Object.defineProperty(exports, "BigIntLiteral", {
61
61
  enumerable: true,
62
62
  get: function () {
63
- return _index.bigIntLiteral;
63
+ return _lowercase.bigIntLiteral;
64
64
  }
65
65
  });
66
66
  Object.defineProperty(exports, "BinaryExpression", {
67
67
  enumerable: true,
68
68
  get: function () {
69
- return _index.binaryExpression;
69
+ return _lowercase.binaryExpression;
70
70
  }
71
71
  });
72
72
  Object.defineProperty(exports, "BindExpression", {
73
73
  enumerable: true,
74
74
  get: function () {
75
- return _index.bindExpression;
75
+ return _lowercase.bindExpression;
76
76
  }
77
77
  });
78
78
  Object.defineProperty(exports, "BlockStatement", {
79
79
  enumerable: true,
80
80
  get: function () {
81
- return _index.blockStatement;
81
+ return _lowercase.blockStatement;
82
82
  }
83
83
  });
84
84
  Object.defineProperty(exports, "BooleanLiteral", {
85
85
  enumerable: true,
86
86
  get: function () {
87
- return _index.booleanLiteral;
87
+ return _lowercase.booleanLiteral;
88
88
  }
89
89
  });
90
90
  Object.defineProperty(exports, "BooleanLiteralTypeAnnotation", {
91
91
  enumerable: true,
92
92
  get: function () {
93
- return _index.booleanLiteralTypeAnnotation;
93
+ return _lowercase.booleanLiteralTypeAnnotation;
94
94
  }
95
95
  });
96
96
  Object.defineProperty(exports, "BooleanTypeAnnotation", {
97
97
  enumerable: true,
98
98
  get: function () {
99
- return _index.booleanTypeAnnotation;
99
+ return _lowercase.booleanTypeAnnotation;
100
100
  }
101
101
  });
102
102
  Object.defineProperty(exports, "BreakStatement", {
103
103
  enumerable: true,
104
104
  get: function () {
105
- return _index.breakStatement;
105
+ return _lowercase.breakStatement;
106
106
  }
107
107
  });
108
108
  Object.defineProperty(exports, "CallExpression", {
109
109
  enumerable: true,
110
110
  get: function () {
111
- return _index.callExpression;
111
+ return _lowercase.callExpression;
112
112
  }
113
113
  });
114
114
  Object.defineProperty(exports, "CatchClause", {
115
115
  enumerable: true,
116
116
  get: function () {
117
- return _index.catchClause;
117
+ return _lowercase.catchClause;
118
118
  }
119
119
  });
120
120
  Object.defineProperty(exports, "ClassAccessorProperty", {
121
121
  enumerable: true,
122
122
  get: function () {
123
- return _index.classAccessorProperty;
123
+ return _lowercase.classAccessorProperty;
124
124
  }
125
125
  });
126
126
  Object.defineProperty(exports, "ClassBody", {
127
127
  enumerable: true,
128
128
  get: function () {
129
- return _index.classBody;
129
+ return _lowercase.classBody;
130
130
  }
131
131
  });
132
132
  Object.defineProperty(exports, "ClassDeclaration", {
133
133
  enumerable: true,
134
134
  get: function () {
135
- return _index.classDeclaration;
135
+ return _lowercase.classDeclaration;
136
136
  }
137
137
  });
138
138
  Object.defineProperty(exports, "ClassExpression", {
139
139
  enumerable: true,
140
140
  get: function () {
141
- return _index.classExpression;
141
+ return _lowercase.classExpression;
142
142
  }
143
143
  });
144
144
  Object.defineProperty(exports, "ClassImplements", {
145
145
  enumerable: true,
146
146
  get: function () {
147
- return _index.classImplements;
147
+ return _lowercase.classImplements;
148
148
  }
149
149
  });
150
150
  Object.defineProperty(exports, "ClassMethod", {
151
151
  enumerable: true,
152
152
  get: function () {
153
- return _index.classMethod;
153
+ return _lowercase.classMethod;
154
154
  }
155
155
  });
156
156
  Object.defineProperty(exports, "ClassPrivateMethod", {
157
157
  enumerable: true,
158
158
  get: function () {
159
- return _index.classPrivateMethod;
159
+ return _lowercase.classPrivateMethod;
160
160
  }
161
161
  });
162
162
  Object.defineProperty(exports, "ClassPrivateProperty", {
163
163
  enumerable: true,
164
164
  get: function () {
165
- return _index.classPrivateProperty;
165
+ return _lowercase.classPrivateProperty;
166
166
  }
167
167
  });
168
168
  Object.defineProperty(exports, "ClassProperty", {
169
169
  enumerable: true,
170
170
  get: function () {
171
- return _index.classProperty;
171
+ return _lowercase.classProperty;
172
172
  }
173
173
  });
174
174
  Object.defineProperty(exports, "ConditionalExpression", {
175
175
  enumerable: true,
176
176
  get: function () {
177
- return _index.conditionalExpression;
177
+ return _lowercase.conditionalExpression;
178
178
  }
179
179
  });
180
180
  Object.defineProperty(exports, "ContinueStatement", {
181
181
  enumerable: true,
182
182
  get: function () {
183
- return _index.continueStatement;
183
+ return _lowercase.continueStatement;
184
184
  }
185
185
  });
186
186
  Object.defineProperty(exports, "DebuggerStatement", {
187
187
  enumerable: true,
188
188
  get: function () {
189
- return _index.debuggerStatement;
189
+ return _lowercase.debuggerStatement;
190
190
  }
191
191
  });
192
192
  Object.defineProperty(exports, "DecimalLiteral", {
193
193
  enumerable: true,
194
194
  get: function () {
195
- return _index.decimalLiteral;
195
+ return _lowercase.decimalLiteral;
196
196
  }
197
197
  });
198
198
  Object.defineProperty(exports, "DeclareClass", {
199
199
  enumerable: true,
200
200
  get: function () {
201
- return _index.declareClass;
201
+ return _lowercase.declareClass;
202
202
  }
203
203
  });
204
204
  Object.defineProperty(exports, "DeclareExportAllDeclaration", {
205
205
  enumerable: true,
206
206
  get: function () {
207
- return _index.declareExportAllDeclaration;
207
+ return _lowercase.declareExportAllDeclaration;
208
208
  }
209
209
  });
210
210
  Object.defineProperty(exports, "DeclareExportDeclaration", {
211
211
  enumerable: true,
212
212
  get: function () {
213
- return _index.declareExportDeclaration;
213
+ return _lowercase.declareExportDeclaration;
214
214
  }
215
215
  });
216
216
  Object.defineProperty(exports, "DeclareFunction", {
217
217
  enumerable: true,
218
218
  get: function () {
219
- return _index.declareFunction;
219
+ return _lowercase.declareFunction;
220
220
  }
221
221
  });
222
222
  Object.defineProperty(exports, "DeclareInterface", {
223
223
  enumerable: true,
224
224
  get: function () {
225
- return _index.declareInterface;
225
+ return _lowercase.declareInterface;
226
226
  }
227
227
  });
228
228
  Object.defineProperty(exports, "DeclareModule", {
229
229
  enumerable: true,
230
230
  get: function () {
231
- return _index.declareModule;
231
+ return _lowercase.declareModule;
232
232
  }
233
233
  });
234
234
  Object.defineProperty(exports, "DeclareModuleExports", {
235
235
  enumerable: true,
236
236
  get: function () {
237
- return _index.declareModuleExports;
237
+ return _lowercase.declareModuleExports;
238
238
  }
239
239
  });
240
240
  Object.defineProperty(exports, "DeclareOpaqueType", {
241
241
  enumerable: true,
242
242
  get: function () {
243
- return _index.declareOpaqueType;
243
+ return _lowercase.declareOpaqueType;
244
244
  }
245
245
  });
246
246
  Object.defineProperty(exports, "DeclareTypeAlias", {
247
247
  enumerable: true,
248
248
  get: function () {
249
- return _index.declareTypeAlias;
249
+ return _lowercase.declareTypeAlias;
250
250
  }
251
251
  });
252
252
  Object.defineProperty(exports, "DeclareVariable", {
253
253
  enumerable: true,
254
254
  get: function () {
255
- return _index.declareVariable;
255
+ return _lowercase.declareVariable;
256
256
  }
257
257
  });
258
258
  Object.defineProperty(exports, "DeclaredPredicate", {
259
259
  enumerable: true,
260
260
  get: function () {
261
- return _index.declaredPredicate;
261
+ return _lowercase.declaredPredicate;
262
262
  }
263
263
  });
264
264
  Object.defineProperty(exports, "Decorator", {
265
265
  enumerable: true,
266
266
  get: function () {
267
- return _index.decorator;
267
+ return _lowercase.decorator;
268
268
  }
269
269
  });
270
270
  Object.defineProperty(exports, "Directive", {
271
271
  enumerable: true,
272
272
  get: function () {
273
- return _index.directive;
273
+ return _lowercase.directive;
274
274
  }
275
275
  });
276
276
  Object.defineProperty(exports, "DirectiveLiteral", {
277
277
  enumerable: true,
278
278
  get: function () {
279
- return _index.directiveLiteral;
279
+ return _lowercase.directiveLiteral;
280
280
  }
281
281
  });
282
282
  Object.defineProperty(exports, "DoExpression", {
283
283
  enumerable: true,
284
284
  get: function () {
285
- return _index.doExpression;
285
+ return _lowercase.doExpression;
286
286
  }
287
287
  });
288
288
  Object.defineProperty(exports, "DoWhileStatement", {
289
289
  enumerable: true,
290
290
  get: function () {
291
- return _index.doWhileStatement;
291
+ return _lowercase.doWhileStatement;
292
292
  }
293
293
  });
294
294
  Object.defineProperty(exports, "EmptyStatement", {
295
295
  enumerable: true,
296
296
  get: function () {
297
- return _index.emptyStatement;
297
+ return _lowercase.emptyStatement;
298
298
  }
299
299
  });
300
300
  Object.defineProperty(exports, "EmptyTypeAnnotation", {
301
301
  enumerable: true,
302
302
  get: function () {
303
- return _index.emptyTypeAnnotation;
303
+ return _lowercase.emptyTypeAnnotation;
304
304
  }
305
305
  });
306
306
  Object.defineProperty(exports, "EnumBooleanBody", {
307
307
  enumerable: true,
308
308
  get: function () {
309
- return _index.enumBooleanBody;
309
+ return _lowercase.enumBooleanBody;
310
310
  }
311
311
  });
312
312
  Object.defineProperty(exports, "EnumBooleanMember", {
313
313
  enumerable: true,
314
314
  get: function () {
315
- return _index.enumBooleanMember;
315
+ return _lowercase.enumBooleanMember;
316
316
  }
317
317
  });
318
318
  Object.defineProperty(exports, "EnumDeclaration", {
319
319
  enumerable: true,
320
320
  get: function () {
321
- return _index.enumDeclaration;
321
+ return _lowercase.enumDeclaration;
322
322
  }
323
323
  });
324
324
  Object.defineProperty(exports, "EnumDefaultedMember", {
325
325
  enumerable: true,
326
326
  get: function () {
327
- return _index.enumDefaultedMember;
327
+ return _lowercase.enumDefaultedMember;
328
328
  }
329
329
  });
330
330
  Object.defineProperty(exports, "EnumNumberBody", {
331
331
  enumerable: true,
332
332
  get: function () {
333
- return _index.enumNumberBody;
333
+ return _lowercase.enumNumberBody;
334
334
  }
335
335
  });
336
336
  Object.defineProperty(exports, "EnumNumberMember", {
337
337
  enumerable: true,
338
338
  get: function () {
339
- return _index.enumNumberMember;
339
+ return _lowercase.enumNumberMember;
340
340
  }
341
341
  });
342
342
  Object.defineProperty(exports, "EnumStringBody", {
343
343
  enumerable: true,
344
344
  get: function () {
345
- return _index.enumStringBody;
345
+ return _lowercase.enumStringBody;
346
346
  }
347
347
  });
348
348
  Object.defineProperty(exports, "EnumStringMember", {
349
349
  enumerable: true,
350
350
  get: function () {
351
- return _index.enumStringMember;
351
+ return _lowercase.enumStringMember;
352
352
  }
353
353
  });
354
354
  Object.defineProperty(exports, "EnumSymbolBody", {
355
355
  enumerable: true,
356
356
  get: function () {
357
- return _index.enumSymbolBody;
357
+ return _lowercase.enumSymbolBody;
358
358
  }
359
359
  });
360
360
  Object.defineProperty(exports, "ExistsTypeAnnotation", {
361
361
  enumerable: true,
362
362
  get: function () {
363
- return _index.existsTypeAnnotation;
363
+ return _lowercase.existsTypeAnnotation;
364
364
  }
365
365
  });
366
366
  Object.defineProperty(exports, "ExportAllDeclaration", {
367
367
  enumerable: true,
368
368
  get: function () {
369
- return _index.exportAllDeclaration;
369
+ return _lowercase.exportAllDeclaration;
370
370
  }
371
371
  });
372
372
  Object.defineProperty(exports, "ExportDefaultDeclaration", {
373
373
  enumerable: true,
374
374
  get: function () {
375
- return _index.exportDefaultDeclaration;
375
+ return _lowercase.exportDefaultDeclaration;
376
376
  }
377
377
  });
378
378
  Object.defineProperty(exports, "ExportDefaultSpecifier", {
379
379
  enumerable: true,
380
380
  get: function () {
381
- return _index.exportDefaultSpecifier;
381
+ return _lowercase.exportDefaultSpecifier;
382
382
  }
383
383
  });
384
384
  Object.defineProperty(exports, "ExportNamedDeclaration", {
385
385
  enumerable: true,
386
386
  get: function () {
387
- return _index.exportNamedDeclaration;
387
+ return _lowercase.exportNamedDeclaration;
388
388
  }
389
389
  });
390
390
  Object.defineProperty(exports, "ExportNamespaceSpecifier", {
391
391
  enumerable: true,
392
392
  get: function () {
393
- return _index.exportNamespaceSpecifier;
393
+ return _lowercase.exportNamespaceSpecifier;
394
394
  }
395
395
  });
396
396
  Object.defineProperty(exports, "ExportSpecifier", {
397
397
  enumerable: true,
398
398
  get: function () {
399
- return _index.exportSpecifier;
399
+ return _lowercase.exportSpecifier;
400
400
  }
401
401
  });
402
402
  Object.defineProperty(exports, "ExpressionStatement", {
403
403
  enumerable: true,
404
404
  get: function () {
405
- return _index.expressionStatement;
405
+ return _lowercase.expressionStatement;
406
406
  }
407
407
  });
408
408
  Object.defineProperty(exports, "File", {
409
409
  enumerable: true,
410
410
  get: function () {
411
- return _index.file;
411
+ return _lowercase.file;
412
412
  }
413
413
  });
414
414
  Object.defineProperty(exports, "ForInStatement", {
415
415
  enumerable: true,
416
416
  get: function () {
417
- return _index.forInStatement;
417
+ return _lowercase.forInStatement;
418
418
  }
419
419
  });
420
420
  Object.defineProperty(exports, "ForOfStatement", {
421
421
  enumerable: true,
422
422
  get: function () {
423
- return _index.forOfStatement;
423
+ return _lowercase.forOfStatement;
424
424
  }
425
425
  });
426
426
  Object.defineProperty(exports, "ForStatement", {
427
427
  enumerable: true,
428
428
  get: function () {
429
- return _index.forStatement;
429
+ return _lowercase.forStatement;
430
430
  }
431
431
  });
432
432
  Object.defineProperty(exports, "FunctionDeclaration", {
433
433
  enumerable: true,
434
434
  get: function () {
435
- return _index.functionDeclaration;
435
+ return _lowercase.functionDeclaration;
436
436
  }
437
437
  });
438
438
  Object.defineProperty(exports, "FunctionExpression", {
439
439
  enumerable: true,
440
440
  get: function () {
441
- return _index.functionExpression;
441
+ return _lowercase.functionExpression;
442
442
  }
443
443
  });
444
444
  Object.defineProperty(exports, "FunctionTypeAnnotation", {
445
445
  enumerable: true,
446
446
  get: function () {
447
- return _index.functionTypeAnnotation;
447
+ return _lowercase.functionTypeAnnotation;
448
448
  }
449
449
  });
450
450
  Object.defineProperty(exports, "FunctionTypeParam", {
451
451
  enumerable: true,
452
452
  get: function () {
453
- return _index.functionTypeParam;
453
+ return _lowercase.functionTypeParam;
454
454
  }
455
455
  });
456
456
  Object.defineProperty(exports, "GenericTypeAnnotation", {
457
457
  enumerable: true,
458
458
  get: function () {
459
- return _index.genericTypeAnnotation;
459
+ return _lowercase.genericTypeAnnotation;
460
460
  }
461
461
  });
462
462
  Object.defineProperty(exports, "Identifier", {
463
463
  enumerable: true,
464
464
  get: function () {
465
- return _index.identifier;
465
+ return _lowercase.identifier;
466
466
  }
467
467
  });
468
468
  Object.defineProperty(exports, "IfStatement", {
469
469
  enumerable: true,
470
470
  get: function () {
471
- return _index.ifStatement;
471
+ return _lowercase.ifStatement;
472
472
  }
473
473
  });
474
474
  Object.defineProperty(exports, "Import", {
475
475
  enumerable: true,
476
476
  get: function () {
477
- return _index.import;
477
+ return _lowercase.import;
478
478
  }
479
479
  });
480
480
  Object.defineProperty(exports, "ImportAttribute", {
481
481
  enumerable: true,
482
482
  get: function () {
483
- return _index.importAttribute;
483
+ return _lowercase.importAttribute;
484
484
  }
485
485
  });
486
486
  Object.defineProperty(exports, "ImportDeclaration", {
487
487
  enumerable: true,
488
488
  get: function () {
489
- return _index.importDeclaration;
489
+ return _lowercase.importDeclaration;
490
490
  }
491
491
  });
492
492
  Object.defineProperty(exports, "ImportDefaultSpecifier", {
493
493
  enumerable: true,
494
494
  get: function () {
495
- return _index.importDefaultSpecifier;
495
+ return _lowercase.importDefaultSpecifier;
496
496
  }
497
497
  });
498
498
  Object.defineProperty(exports, "ImportExpression", {
499
499
  enumerable: true,
500
500
  get: function () {
501
- return _index.importExpression;
501
+ return _lowercase.importExpression;
502
502
  }
503
503
  });
504
504
  Object.defineProperty(exports, "ImportNamespaceSpecifier", {
505
505
  enumerable: true,
506
506
  get: function () {
507
- return _index.importNamespaceSpecifier;
507
+ return _lowercase.importNamespaceSpecifier;
508
508
  }
509
509
  });
510
510
  Object.defineProperty(exports, "ImportSpecifier", {
511
511
  enumerable: true,
512
512
  get: function () {
513
- return _index.importSpecifier;
513
+ return _lowercase.importSpecifier;
514
514
  }
515
515
  });
516
516
  Object.defineProperty(exports, "IndexedAccessType", {
517
517
  enumerable: true,
518
518
  get: function () {
519
- return _index.indexedAccessType;
519
+ return _lowercase.indexedAccessType;
520
520
  }
521
521
  });
522
522
  Object.defineProperty(exports, "InferredPredicate", {
523
523
  enumerable: true,
524
524
  get: function () {
525
- return _index.inferredPredicate;
525
+ return _lowercase.inferredPredicate;
526
526
  }
527
527
  });
528
528
  Object.defineProperty(exports, "InterfaceDeclaration", {
529
529
  enumerable: true,
530
530
  get: function () {
531
- return _index.interfaceDeclaration;
531
+ return _lowercase.interfaceDeclaration;
532
532
  }
533
533
  });
534
534
  Object.defineProperty(exports, "InterfaceExtends", {
535
535
  enumerable: true,
536
536
  get: function () {
537
- return _index.interfaceExtends;
537
+ return _lowercase.interfaceExtends;
538
538
  }
539
539
  });
540
540
  Object.defineProperty(exports, "InterfaceTypeAnnotation", {
541
541
  enumerable: true,
542
542
  get: function () {
543
- return _index.interfaceTypeAnnotation;
543
+ return _lowercase.interfaceTypeAnnotation;
544
544
  }
545
545
  });
546
546
  Object.defineProperty(exports, "InterpreterDirective", {
547
547
  enumerable: true,
548
548
  get: function () {
549
- return _index.interpreterDirective;
549
+ return _lowercase.interpreterDirective;
550
550
  }
551
551
  });
552
552
  Object.defineProperty(exports, "IntersectionTypeAnnotation", {
553
553
  enumerable: true,
554
554
  get: function () {
555
- return _index.intersectionTypeAnnotation;
555
+ return _lowercase.intersectionTypeAnnotation;
556
556
  }
557
557
  });
558
558
  Object.defineProperty(exports, "JSXAttribute", {
559
559
  enumerable: true,
560
560
  get: function () {
561
- return _index.jsxAttribute;
561
+ return _lowercase.jsxAttribute;
562
562
  }
563
563
  });
564
564
  Object.defineProperty(exports, "JSXClosingElement", {
565
565
  enumerable: true,
566
566
  get: function () {
567
- return _index.jsxClosingElement;
567
+ return _lowercase.jsxClosingElement;
568
568
  }
569
569
  });
570
570
  Object.defineProperty(exports, "JSXClosingFragment", {
571
571
  enumerable: true,
572
572
  get: function () {
573
- return _index.jsxClosingFragment;
573
+ return _lowercase.jsxClosingFragment;
574
574
  }
575
575
  });
576
576
  Object.defineProperty(exports, "JSXElement", {
577
577
  enumerable: true,
578
578
  get: function () {
579
- return _index.jsxElement;
579
+ return _lowercase.jsxElement;
580
580
  }
581
581
  });
582
582
  Object.defineProperty(exports, "JSXEmptyExpression", {
583
583
  enumerable: true,
584
584
  get: function () {
585
- return _index.jsxEmptyExpression;
585
+ return _lowercase.jsxEmptyExpression;
586
586
  }
587
587
  });
588
588
  Object.defineProperty(exports, "JSXExpressionContainer", {
589
589
  enumerable: true,
590
590
  get: function () {
591
- return _index.jsxExpressionContainer;
591
+ return _lowercase.jsxExpressionContainer;
592
592
  }
593
593
  });
594
594
  Object.defineProperty(exports, "JSXFragment", {
595
595
  enumerable: true,
596
596
  get: function () {
597
- return _index.jsxFragment;
597
+ return _lowercase.jsxFragment;
598
598
  }
599
599
  });
600
600
  Object.defineProperty(exports, "JSXIdentifier", {
601
601
  enumerable: true,
602
602
  get: function () {
603
- return _index.jsxIdentifier;
603
+ return _lowercase.jsxIdentifier;
604
604
  }
605
605
  });
606
606
  Object.defineProperty(exports, "JSXMemberExpression", {
607
607
  enumerable: true,
608
608
  get: function () {
609
- return _index.jsxMemberExpression;
609
+ return _lowercase.jsxMemberExpression;
610
610
  }
611
611
  });
612
612
  Object.defineProperty(exports, "JSXNamespacedName", {
613
613
  enumerable: true,
614
614
  get: function () {
615
- return _index.jsxNamespacedName;
615
+ return _lowercase.jsxNamespacedName;
616
616
  }
617
617
  });
618
618
  Object.defineProperty(exports, "JSXOpeningElement", {
619
619
  enumerable: true,
620
620
  get: function () {
621
- return _index.jsxOpeningElement;
621
+ return _lowercase.jsxOpeningElement;
622
622
  }
623
623
  });
624
624
  Object.defineProperty(exports, "JSXOpeningFragment", {
625
625
  enumerable: true,
626
626
  get: function () {
627
- return _index.jsxOpeningFragment;
627
+ return _lowercase.jsxOpeningFragment;
628
628
  }
629
629
  });
630
630
  Object.defineProperty(exports, "JSXSpreadAttribute", {
631
631
  enumerable: true,
632
632
  get: function () {
633
- return _index.jsxSpreadAttribute;
633
+ return _lowercase.jsxSpreadAttribute;
634
634
  }
635
635
  });
636
636
  Object.defineProperty(exports, "JSXSpreadChild", {
637
637
  enumerable: true,
638
638
  get: function () {
639
- return _index.jsxSpreadChild;
639
+ return _lowercase.jsxSpreadChild;
640
640
  }
641
641
  });
642
642
  Object.defineProperty(exports, "JSXText", {
643
643
  enumerable: true,
644
644
  get: function () {
645
- return _index.jsxText;
645
+ return _lowercase.jsxText;
646
646
  }
647
647
  });
648
648
  Object.defineProperty(exports, "LabeledStatement", {
649
649
  enumerable: true,
650
650
  get: function () {
651
- return _index.labeledStatement;
651
+ return _lowercase.labeledStatement;
652
652
  }
653
653
  });
654
654
  Object.defineProperty(exports, "LogicalExpression", {
655
655
  enumerable: true,
656
656
  get: function () {
657
- return _index.logicalExpression;
657
+ return _lowercase.logicalExpression;
658
658
  }
659
659
  });
660
660
  Object.defineProperty(exports, "MemberExpression", {
661
661
  enumerable: true,
662
662
  get: function () {
663
- return _index.memberExpression;
663
+ return _lowercase.memberExpression;
664
664
  }
665
665
  });
666
666
  Object.defineProperty(exports, "MetaProperty", {
667
667
  enumerable: true,
668
668
  get: function () {
669
- return _index.metaProperty;
669
+ return _lowercase.metaProperty;
670
670
  }
671
671
  });
672
672
  Object.defineProperty(exports, "MixedTypeAnnotation", {
673
673
  enumerable: true,
674
674
  get: function () {
675
- return _index.mixedTypeAnnotation;
675
+ return _lowercase.mixedTypeAnnotation;
676
676
  }
677
677
  });
678
678
  Object.defineProperty(exports, "ModuleExpression", {
679
679
  enumerable: true,
680
680
  get: function () {
681
- return _index.moduleExpression;
681
+ return _lowercase.moduleExpression;
682
682
  }
683
683
  });
684
684
  Object.defineProperty(exports, "NewExpression", {
685
685
  enumerable: true,
686
686
  get: function () {
687
- return _index.newExpression;
687
+ return _lowercase.newExpression;
688
688
  }
689
689
  });
690
690
  Object.defineProperty(exports, "Noop", {
691
691
  enumerable: true,
692
692
  get: function () {
693
- return _index.noop;
693
+ return _lowercase.noop;
694
694
  }
695
695
  });
696
696
  Object.defineProperty(exports, "NullLiteral", {
697
697
  enumerable: true,
698
698
  get: function () {
699
- return _index.nullLiteral;
699
+ return _lowercase.nullLiteral;
700
700
  }
701
701
  });
702
702
  Object.defineProperty(exports, "NullLiteralTypeAnnotation", {
703
703
  enumerable: true,
704
704
  get: function () {
705
- return _index.nullLiteralTypeAnnotation;
705
+ return _lowercase.nullLiteralTypeAnnotation;
706
706
  }
707
707
  });
708
708
  Object.defineProperty(exports, "NullableTypeAnnotation", {
709
709
  enumerable: true,
710
710
  get: function () {
711
- return _index.nullableTypeAnnotation;
711
+ return _lowercase.nullableTypeAnnotation;
712
712
  }
713
713
  });
714
714
  Object.defineProperty(exports, "NumberLiteral", {
715
715
  enumerable: true,
716
716
  get: function () {
717
- return _index.numberLiteral;
717
+ return _lowercase.numberLiteral;
718
718
  }
719
719
  });
720
720
  Object.defineProperty(exports, "NumberLiteralTypeAnnotation", {
721
721
  enumerable: true,
722
722
  get: function () {
723
- return _index.numberLiteralTypeAnnotation;
723
+ return _lowercase.numberLiteralTypeAnnotation;
724
724
  }
725
725
  });
726
726
  Object.defineProperty(exports, "NumberTypeAnnotation", {
727
727
  enumerable: true,
728
728
  get: function () {
729
- return _index.numberTypeAnnotation;
729
+ return _lowercase.numberTypeAnnotation;
730
730
  }
731
731
  });
732
732
  Object.defineProperty(exports, "NumericLiteral", {
733
733
  enumerable: true,
734
734
  get: function () {
735
- return _index.numericLiteral;
735
+ return _lowercase.numericLiteral;
736
736
  }
737
737
  });
738
738
  Object.defineProperty(exports, "ObjectExpression", {
739
739
  enumerable: true,
740
740
  get: function () {
741
- return _index.objectExpression;
741
+ return _lowercase.objectExpression;
742
742
  }
743
743
  });
744
744
  Object.defineProperty(exports, "ObjectMethod", {
745
745
  enumerable: true,
746
746
  get: function () {
747
- return _index.objectMethod;
747
+ return _lowercase.objectMethod;
748
748
  }
749
749
  });
750
750
  Object.defineProperty(exports, "ObjectPattern", {
751
751
  enumerable: true,
752
752
  get: function () {
753
- return _index.objectPattern;
753
+ return _lowercase.objectPattern;
754
754
  }
755
755
  });
756
756
  Object.defineProperty(exports, "ObjectProperty", {
757
757
  enumerable: true,
758
758
  get: function () {
759
- return _index.objectProperty;
759
+ return _lowercase.objectProperty;
760
760
  }
761
761
  });
762
762
  Object.defineProperty(exports, "ObjectTypeAnnotation", {
763
763
  enumerable: true,
764
764
  get: function () {
765
- return _index.objectTypeAnnotation;
765
+ return _lowercase.objectTypeAnnotation;
766
766
  }
767
767
  });
768
768
  Object.defineProperty(exports, "ObjectTypeCallProperty", {
769
769
  enumerable: true,
770
770
  get: function () {
771
- return _index.objectTypeCallProperty;
771
+ return _lowercase.objectTypeCallProperty;
772
772
  }
773
773
  });
774
774
  Object.defineProperty(exports, "ObjectTypeIndexer", {
775
775
  enumerable: true,
776
776
  get: function () {
777
- return _index.objectTypeIndexer;
777
+ return _lowercase.objectTypeIndexer;
778
778
  }
779
779
  });
780
780
  Object.defineProperty(exports, "ObjectTypeInternalSlot", {
781
781
  enumerable: true,
782
782
  get: function () {
783
- return _index.objectTypeInternalSlot;
783
+ return _lowercase.objectTypeInternalSlot;
784
784
  }
785
785
  });
786
786
  Object.defineProperty(exports, "ObjectTypeProperty", {
787
787
  enumerable: true,
788
788
  get: function () {
789
- return _index.objectTypeProperty;
789
+ return _lowercase.objectTypeProperty;
790
790
  }
791
791
  });
792
792
  Object.defineProperty(exports, "ObjectTypeSpreadProperty", {
793
793
  enumerable: true,
794
794
  get: function () {
795
- return _index.objectTypeSpreadProperty;
795
+ return _lowercase.objectTypeSpreadProperty;
796
796
  }
797
797
  });
798
798
  Object.defineProperty(exports, "OpaqueType", {
799
799
  enumerable: true,
800
800
  get: function () {
801
- return _index.opaqueType;
801
+ return _lowercase.opaqueType;
802
802
  }
803
803
  });
804
804
  Object.defineProperty(exports, "OptionalCallExpression", {
805
805
  enumerable: true,
806
806
  get: function () {
807
- return _index.optionalCallExpression;
807
+ return _lowercase.optionalCallExpression;
808
808
  }
809
809
  });
810
810
  Object.defineProperty(exports, "OptionalIndexedAccessType", {
811
811
  enumerable: true,
812
812
  get: function () {
813
- return _index.optionalIndexedAccessType;
813
+ return _lowercase.optionalIndexedAccessType;
814
814
  }
815
815
  });
816
816
  Object.defineProperty(exports, "OptionalMemberExpression", {
817
817
  enumerable: true,
818
818
  get: function () {
819
- return _index.optionalMemberExpression;
819
+ return _lowercase.optionalMemberExpression;
820
820
  }
821
821
  });
822
822
  Object.defineProperty(exports, "ParenthesizedExpression", {
823
823
  enumerable: true,
824
824
  get: function () {
825
- return _index.parenthesizedExpression;
825
+ return _lowercase.parenthesizedExpression;
826
826
  }
827
827
  });
828
828
  Object.defineProperty(exports, "PipelineBareFunction", {
829
829
  enumerable: true,
830
830
  get: function () {
831
- return _index.pipelineBareFunction;
831
+ return _lowercase.pipelineBareFunction;
832
832
  }
833
833
  });
834
834
  Object.defineProperty(exports, "PipelinePrimaryTopicReference", {
835
835
  enumerable: true,
836
836
  get: function () {
837
- return _index.pipelinePrimaryTopicReference;
837
+ return _lowercase.pipelinePrimaryTopicReference;
838
838
  }
839
839
  });
840
840
  Object.defineProperty(exports, "PipelineTopicExpression", {
841
841
  enumerable: true,
842
842
  get: function () {
843
- return _index.pipelineTopicExpression;
843
+ return _lowercase.pipelineTopicExpression;
844
844
  }
845
845
  });
846
846
  Object.defineProperty(exports, "Placeholder", {
847
847
  enumerable: true,
848
848
  get: function () {
849
- return _index.placeholder;
849
+ return _lowercase.placeholder;
850
850
  }
851
851
  });
852
852
  Object.defineProperty(exports, "PrivateName", {
853
853
  enumerable: true,
854
854
  get: function () {
855
- return _index.privateName;
855
+ return _lowercase.privateName;
856
856
  }
857
857
  });
858
858
  Object.defineProperty(exports, "Program", {
859
859
  enumerable: true,
860
860
  get: function () {
861
- return _index.program;
861
+ return _lowercase.program;
862
862
  }
863
863
  });
864
864
  Object.defineProperty(exports, "QualifiedTypeIdentifier", {
865
865
  enumerable: true,
866
866
  get: function () {
867
- return _index.qualifiedTypeIdentifier;
867
+ return _lowercase.qualifiedTypeIdentifier;
868
868
  }
869
869
  });
870
870
  Object.defineProperty(exports, "RecordExpression", {
871
871
  enumerable: true,
872
872
  get: function () {
873
- return _index.recordExpression;
873
+ return _lowercase.recordExpression;
874
874
  }
875
875
  });
876
876
  Object.defineProperty(exports, "RegExpLiteral", {
877
877
  enumerable: true,
878
878
  get: function () {
879
- return _index.regExpLiteral;
879
+ return _lowercase.regExpLiteral;
880
880
  }
881
881
  });
882
882
  Object.defineProperty(exports, "RegexLiteral", {
883
883
  enumerable: true,
884
884
  get: function () {
885
- return _index.regexLiteral;
885
+ return _lowercase.regexLiteral;
886
886
  }
887
887
  });
888
888
  Object.defineProperty(exports, "RestElement", {
889
889
  enumerable: true,
890
890
  get: function () {
891
- return _index.restElement;
891
+ return _lowercase.restElement;
892
892
  }
893
893
  });
894
894
  Object.defineProperty(exports, "RestProperty", {
895
895
  enumerable: true,
896
896
  get: function () {
897
- return _index.restProperty;
897
+ return _lowercase.restProperty;
898
898
  }
899
899
  });
900
900
  Object.defineProperty(exports, "ReturnStatement", {
901
901
  enumerable: true,
902
902
  get: function () {
903
- return _index.returnStatement;
903
+ return _lowercase.returnStatement;
904
904
  }
905
905
  });
906
906
  Object.defineProperty(exports, "SequenceExpression", {
907
907
  enumerable: true,
908
908
  get: function () {
909
- return _index.sequenceExpression;
909
+ return _lowercase.sequenceExpression;
910
910
  }
911
911
  });
912
912
  Object.defineProperty(exports, "SpreadElement", {
913
913
  enumerable: true,
914
914
  get: function () {
915
- return _index.spreadElement;
915
+ return _lowercase.spreadElement;
916
916
  }
917
917
  });
918
918
  Object.defineProperty(exports, "SpreadProperty", {
919
919
  enumerable: true,
920
920
  get: function () {
921
- return _index.spreadProperty;
921
+ return _lowercase.spreadProperty;
922
922
  }
923
923
  });
924
924
  Object.defineProperty(exports, "StaticBlock", {
925
925
  enumerable: true,
926
926
  get: function () {
927
- return _index.staticBlock;
927
+ return _lowercase.staticBlock;
928
928
  }
929
929
  });
930
930
  Object.defineProperty(exports, "StringLiteral", {
931
931
  enumerable: true,
932
932
  get: function () {
933
- return _index.stringLiteral;
933
+ return _lowercase.stringLiteral;
934
934
  }
935
935
  });
936
936
  Object.defineProperty(exports, "StringLiteralTypeAnnotation", {
937
937
  enumerable: true,
938
938
  get: function () {
939
- return _index.stringLiteralTypeAnnotation;
939
+ return _lowercase.stringLiteralTypeAnnotation;
940
940
  }
941
941
  });
942
942
  Object.defineProperty(exports, "StringTypeAnnotation", {
943
943
  enumerable: true,
944
944
  get: function () {
945
- return _index.stringTypeAnnotation;
945
+ return _lowercase.stringTypeAnnotation;
946
946
  }
947
947
  });
948
948
  Object.defineProperty(exports, "Super", {
949
949
  enumerable: true,
950
950
  get: function () {
951
- return _index.super;
951
+ return _lowercase.super;
952
952
  }
953
953
  });
954
954
  Object.defineProperty(exports, "SwitchCase", {
955
955
  enumerable: true,
956
956
  get: function () {
957
- return _index.switchCase;
957
+ return _lowercase.switchCase;
958
958
  }
959
959
  });
960
960
  Object.defineProperty(exports, "SwitchStatement", {
961
961
  enumerable: true,
962
962
  get: function () {
963
- return _index.switchStatement;
963
+ return _lowercase.switchStatement;
964
964
  }
965
965
  });
966
966
  Object.defineProperty(exports, "SymbolTypeAnnotation", {
967
967
  enumerable: true,
968
968
  get: function () {
969
- return _index.symbolTypeAnnotation;
969
+ return _lowercase.symbolTypeAnnotation;
970
970
  }
971
971
  });
972
972
  Object.defineProperty(exports, "TSAnyKeyword", {
973
973
  enumerable: true,
974
974
  get: function () {
975
- return _index.tsAnyKeyword;
975
+ return _lowercase.tsAnyKeyword;
976
976
  }
977
977
  });
978
978
  Object.defineProperty(exports, "TSArrayType", {
979
979
  enumerable: true,
980
980
  get: function () {
981
- return _index.tsArrayType;
981
+ return _lowercase.tsArrayType;
982
982
  }
983
983
  });
984
984
  Object.defineProperty(exports, "TSAsExpression", {
985
985
  enumerable: true,
986
986
  get: function () {
987
- return _index.tsAsExpression;
987
+ return _lowercase.tsAsExpression;
988
988
  }
989
989
  });
990
990
  Object.defineProperty(exports, "TSBigIntKeyword", {
991
991
  enumerable: true,
992
992
  get: function () {
993
- return _index.tsBigIntKeyword;
993
+ return _lowercase.tsBigIntKeyword;
994
994
  }
995
995
  });
996
996
  Object.defineProperty(exports, "TSBooleanKeyword", {
997
997
  enumerable: true,
998
998
  get: function () {
999
- return _index.tsBooleanKeyword;
999
+ return _lowercase.tsBooleanKeyword;
1000
1000
  }
1001
1001
  });
1002
1002
  Object.defineProperty(exports, "TSCallSignatureDeclaration", {
1003
1003
  enumerable: true,
1004
1004
  get: function () {
1005
- return _index.tsCallSignatureDeclaration;
1005
+ return _lowercase.tsCallSignatureDeclaration;
1006
1006
  }
1007
1007
  });
1008
1008
  Object.defineProperty(exports, "TSConditionalType", {
1009
1009
  enumerable: true,
1010
1010
  get: function () {
1011
- return _index.tsConditionalType;
1011
+ return _lowercase.tsConditionalType;
1012
1012
  }
1013
1013
  });
1014
1014
  Object.defineProperty(exports, "TSConstructSignatureDeclaration", {
1015
1015
  enumerable: true,
1016
1016
  get: function () {
1017
- return _index.tsConstructSignatureDeclaration;
1017
+ return _lowercase.tsConstructSignatureDeclaration;
1018
1018
  }
1019
1019
  });
1020
1020
  Object.defineProperty(exports, "TSConstructorType", {
1021
1021
  enumerable: true,
1022
1022
  get: function () {
1023
- return _index.tsConstructorType;
1023
+ return _lowercase.tsConstructorType;
1024
1024
  }
1025
1025
  });
1026
1026
  Object.defineProperty(exports, "TSDeclareFunction", {
1027
1027
  enumerable: true,
1028
1028
  get: function () {
1029
- return _index.tsDeclareFunction;
1029
+ return _lowercase.tsDeclareFunction;
1030
1030
  }
1031
1031
  });
1032
1032
  Object.defineProperty(exports, "TSDeclareMethod", {
1033
1033
  enumerable: true,
1034
1034
  get: function () {
1035
- return _index.tsDeclareMethod;
1035
+ return _lowercase.tsDeclareMethod;
1036
+ }
1037
+ });
1038
+ Object.defineProperty(exports, "TSEnumBody", {
1039
+ enumerable: true,
1040
+ get: function () {
1041
+ return _lowercase.tsEnumBody;
1036
1042
  }
1037
1043
  });
1038
1044
  Object.defineProperty(exports, "TSEnumDeclaration", {
1039
1045
  enumerable: true,
1040
1046
  get: function () {
1041
- return _index.tsEnumDeclaration;
1047
+ return _lowercase.tsEnumDeclaration;
1042
1048
  }
1043
1049
  });
1044
1050
  Object.defineProperty(exports, "TSEnumMember", {
1045
1051
  enumerable: true,
1046
1052
  get: function () {
1047
- return _index.tsEnumMember;
1053
+ return _lowercase.tsEnumMember;
1048
1054
  }
1049
1055
  });
1050
1056
  Object.defineProperty(exports, "TSExportAssignment", {
1051
1057
  enumerable: true,
1052
1058
  get: function () {
1053
- return _index.tsExportAssignment;
1059
+ return _lowercase.tsExportAssignment;
1054
1060
  }
1055
1061
  });
1056
1062
  Object.defineProperty(exports, "TSExpressionWithTypeArguments", {
1057
1063
  enumerable: true,
1058
1064
  get: function () {
1059
- return _index.tsExpressionWithTypeArguments;
1065
+ return _lowercase.tsExpressionWithTypeArguments;
1060
1066
  }
1061
1067
  });
1062
1068
  Object.defineProperty(exports, "TSExternalModuleReference", {
1063
1069
  enumerable: true,
1064
1070
  get: function () {
1065
- return _index.tsExternalModuleReference;
1071
+ return _lowercase.tsExternalModuleReference;
1066
1072
  }
1067
1073
  });
1068
1074
  Object.defineProperty(exports, "TSFunctionType", {
1069
1075
  enumerable: true,
1070
1076
  get: function () {
1071
- return _index.tsFunctionType;
1077
+ return _lowercase.tsFunctionType;
1072
1078
  }
1073
1079
  });
1074
1080
  Object.defineProperty(exports, "TSImportEqualsDeclaration", {
1075
1081
  enumerable: true,
1076
1082
  get: function () {
1077
- return _index.tsImportEqualsDeclaration;
1083
+ return _lowercase.tsImportEqualsDeclaration;
1078
1084
  }
1079
1085
  });
1080
1086
  Object.defineProperty(exports, "TSImportType", {
1081
1087
  enumerable: true,
1082
1088
  get: function () {
1083
- return _index.tsImportType;
1089
+ return _lowercase.tsImportType;
1084
1090
  }
1085
1091
  });
1086
1092
  Object.defineProperty(exports, "TSIndexSignature", {
1087
1093
  enumerable: true,
1088
1094
  get: function () {
1089
- return _index.tsIndexSignature;
1095
+ return _lowercase.tsIndexSignature;
1090
1096
  }
1091
1097
  });
1092
1098
  Object.defineProperty(exports, "TSIndexedAccessType", {
1093
1099
  enumerable: true,
1094
1100
  get: function () {
1095
- return _index.tsIndexedAccessType;
1101
+ return _lowercase.tsIndexedAccessType;
1096
1102
  }
1097
1103
  });
1098
1104
  Object.defineProperty(exports, "TSInferType", {
1099
1105
  enumerable: true,
1100
1106
  get: function () {
1101
- return _index.tsInferType;
1107
+ return _lowercase.tsInferType;
1102
1108
  }
1103
1109
  });
1104
1110
  Object.defineProperty(exports, "TSInstantiationExpression", {
1105
1111
  enumerable: true,
1106
1112
  get: function () {
1107
- return _index.tsInstantiationExpression;
1113
+ return _lowercase.tsInstantiationExpression;
1108
1114
  }
1109
1115
  });
1110
1116
  Object.defineProperty(exports, "TSInterfaceBody", {
1111
1117
  enumerable: true,
1112
1118
  get: function () {
1113
- return _index.tsInterfaceBody;
1119
+ return _lowercase.tsInterfaceBody;
1114
1120
  }
1115
1121
  });
1116
1122
  Object.defineProperty(exports, "TSInterfaceDeclaration", {
1117
1123
  enumerable: true,
1118
1124
  get: function () {
1119
- return _index.tsInterfaceDeclaration;
1125
+ return _lowercase.tsInterfaceDeclaration;
1120
1126
  }
1121
1127
  });
1122
1128
  Object.defineProperty(exports, "TSIntersectionType", {
1123
1129
  enumerable: true,
1124
1130
  get: function () {
1125
- return _index.tsIntersectionType;
1131
+ return _lowercase.tsIntersectionType;
1126
1132
  }
1127
1133
  });
1128
1134
  Object.defineProperty(exports, "TSIntrinsicKeyword", {
1129
1135
  enumerable: true,
1130
1136
  get: function () {
1131
- return _index.tsIntrinsicKeyword;
1137
+ return _lowercase.tsIntrinsicKeyword;
1132
1138
  }
1133
1139
  });
1134
1140
  Object.defineProperty(exports, "TSLiteralType", {
1135
1141
  enumerable: true,
1136
1142
  get: function () {
1137
- return _index.tsLiteralType;
1143
+ return _lowercase.tsLiteralType;
1138
1144
  }
1139
1145
  });
1140
1146
  Object.defineProperty(exports, "TSMappedType", {
1141
1147
  enumerable: true,
1142
1148
  get: function () {
1143
- return _index.tsMappedType;
1149
+ return _lowercase.tsMappedType;
1144
1150
  }
1145
1151
  });
1146
1152
  Object.defineProperty(exports, "TSMethodSignature", {
1147
1153
  enumerable: true,
1148
1154
  get: function () {
1149
- return _index.tsMethodSignature;
1155
+ return _lowercase.tsMethodSignature;
1150
1156
  }
1151
1157
  });
1152
1158
  Object.defineProperty(exports, "TSModuleBlock", {
1153
1159
  enumerable: true,
1154
1160
  get: function () {
1155
- return _index.tsModuleBlock;
1161
+ return _lowercase.tsModuleBlock;
1156
1162
  }
1157
1163
  });
1158
1164
  Object.defineProperty(exports, "TSModuleDeclaration", {
1159
1165
  enumerable: true,
1160
1166
  get: function () {
1161
- return _index.tsModuleDeclaration;
1167
+ return _lowercase.tsModuleDeclaration;
1162
1168
  }
1163
1169
  });
1164
1170
  Object.defineProperty(exports, "TSNamedTupleMember", {
1165
1171
  enumerable: true,
1166
1172
  get: function () {
1167
- return _index.tsNamedTupleMember;
1173
+ return _lowercase.tsNamedTupleMember;
1168
1174
  }
1169
1175
  });
1170
1176
  Object.defineProperty(exports, "TSNamespaceExportDeclaration", {
1171
1177
  enumerable: true,
1172
1178
  get: function () {
1173
- return _index.tsNamespaceExportDeclaration;
1179
+ return _lowercase.tsNamespaceExportDeclaration;
1174
1180
  }
1175
1181
  });
1176
1182
  Object.defineProperty(exports, "TSNeverKeyword", {
1177
1183
  enumerable: true,
1178
1184
  get: function () {
1179
- return _index.tsNeverKeyword;
1185
+ return _lowercase.tsNeverKeyword;
1180
1186
  }
1181
1187
  });
1182
1188
  Object.defineProperty(exports, "TSNonNullExpression", {
1183
1189
  enumerable: true,
1184
1190
  get: function () {
1185
- return _index.tsNonNullExpression;
1191
+ return _lowercase.tsNonNullExpression;
1186
1192
  }
1187
1193
  });
1188
1194
  Object.defineProperty(exports, "TSNullKeyword", {
1189
1195
  enumerable: true,
1190
1196
  get: function () {
1191
- return _index.tsNullKeyword;
1197
+ return _lowercase.tsNullKeyword;
1192
1198
  }
1193
1199
  });
1194
1200
  Object.defineProperty(exports, "TSNumberKeyword", {
1195
1201
  enumerable: true,
1196
1202
  get: function () {
1197
- return _index.tsNumberKeyword;
1203
+ return _lowercase.tsNumberKeyword;
1198
1204
  }
1199
1205
  });
1200
1206
  Object.defineProperty(exports, "TSObjectKeyword", {
1201
1207
  enumerable: true,
1202
1208
  get: function () {
1203
- return _index.tsObjectKeyword;
1209
+ return _lowercase.tsObjectKeyword;
1204
1210
  }
1205
1211
  });
1206
1212
  Object.defineProperty(exports, "TSOptionalType", {
1207
1213
  enumerable: true,
1208
1214
  get: function () {
1209
- return _index.tsOptionalType;
1215
+ return _lowercase.tsOptionalType;
1210
1216
  }
1211
1217
  });
1212
1218
  Object.defineProperty(exports, "TSParameterProperty", {
1213
1219
  enumerable: true,
1214
1220
  get: function () {
1215
- return _index.tsParameterProperty;
1221
+ return _lowercase.tsParameterProperty;
1216
1222
  }
1217
1223
  });
1218
1224
  Object.defineProperty(exports, "TSParenthesizedType", {
1219
1225
  enumerable: true,
1220
1226
  get: function () {
1221
- return _index.tsParenthesizedType;
1227
+ return _lowercase.tsParenthesizedType;
1222
1228
  }
1223
1229
  });
1224
1230
  Object.defineProperty(exports, "TSPropertySignature", {
1225
1231
  enumerable: true,
1226
1232
  get: function () {
1227
- return _index.tsPropertySignature;
1233
+ return _lowercase.tsPropertySignature;
1228
1234
  }
1229
1235
  });
1230
1236
  Object.defineProperty(exports, "TSQualifiedName", {
1231
1237
  enumerable: true,
1232
1238
  get: function () {
1233
- return _index.tsQualifiedName;
1239
+ return _lowercase.tsQualifiedName;
1234
1240
  }
1235
1241
  });
1236
1242
  Object.defineProperty(exports, "TSRestType", {
1237
1243
  enumerable: true,
1238
1244
  get: function () {
1239
- return _index.tsRestType;
1245
+ return _lowercase.tsRestType;
1240
1246
  }
1241
1247
  });
1242
1248
  Object.defineProperty(exports, "TSSatisfiesExpression", {
1243
1249
  enumerable: true,
1244
1250
  get: function () {
1245
- return _index.tsSatisfiesExpression;
1251
+ return _lowercase.tsSatisfiesExpression;
1246
1252
  }
1247
1253
  });
1248
1254
  Object.defineProperty(exports, "TSStringKeyword", {
1249
1255
  enumerable: true,
1250
1256
  get: function () {
1251
- return _index.tsStringKeyword;
1257
+ return _lowercase.tsStringKeyword;
1252
1258
  }
1253
1259
  });
1254
1260
  Object.defineProperty(exports, "TSSymbolKeyword", {
1255
1261
  enumerable: true,
1256
1262
  get: function () {
1257
- return _index.tsSymbolKeyword;
1263
+ return _lowercase.tsSymbolKeyword;
1264
+ }
1265
+ });
1266
+ Object.defineProperty(exports, "TSTemplateLiteralType", {
1267
+ enumerable: true,
1268
+ get: function () {
1269
+ return _lowercase.tsTemplateLiteralType;
1258
1270
  }
1259
1271
  });
1260
1272
  Object.defineProperty(exports, "TSThisType", {
1261
1273
  enumerable: true,
1262
1274
  get: function () {
1263
- return _index.tsThisType;
1275
+ return _lowercase.tsThisType;
1264
1276
  }
1265
1277
  });
1266
1278
  Object.defineProperty(exports, "TSTupleType", {
1267
1279
  enumerable: true,
1268
1280
  get: function () {
1269
- return _index.tsTupleType;
1281
+ return _lowercase.tsTupleType;
1270
1282
  }
1271
1283
  });
1272
1284
  Object.defineProperty(exports, "TSTypeAliasDeclaration", {
1273
1285
  enumerable: true,
1274
1286
  get: function () {
1275
- return _index.tsTypeAliasDeclaration;
1287
+ return _lowercase.tsTypeAliasDeclaration;
1276
1288
  }
1277
1289
  });
1278
1290
  Object.defineProperty(exports, "TSTypeAnnotation", {
1279
1291
  enumerable: true,
1280
1292
  get: function () {
1281
- return _index.tsTypeAnnotation;
1293
+ return _lowercase.tsTypeAnnotation;
1282
1294
  }
1283
1295
  });
1284
1296
  Object.defineProperty(exports, "TSTypeAssertion", {
1285
1297
  enumerable: true,
1286
1298
  get: function () {
1287
- return _index.tsTypeAssertion;
1299
+ return _lowercase.tsTypeAssertion;
1288
1300
  }
1289
1301
  });
1290
1302
  Object.defineProperty(exports, "TSTypeLiteral", {
1291
1303
  enumerable: true,
1292
1304
  get: function () {
1293
- return _index.tsTypeLiteral;
1305
+ return _lowercase.tsTypeLiteral;
1294
1306
  }
1295
1307
  });
1296
1308
  Object.defineProperty(exports, "TSTypeOperator", {
1297
1309
  enumerable: true,
1298
1310
  get: function () {
1299
- return _index.tsTypeOperator;
1311
+ return _lowercase.tsTypeOperator;
1300
1312
  }
1301
1313
  });
1302
1314
  Object.defineProperty(exports, "TSTypeParameter", {
1303
1315
  enumerable: true,
1304
1316
  get: function () {
1305
- return _index.tsTypeParameter;
1317
+ return _lowercase.tsTypeParameter;
1306
1318
  }
1307
1319
  });
1308
1320
  Object.defineProperty(exports, "TSTypeParameterDeclaration", {
1309
1321
  enumerable: true,
1310
1322
  get: function () {
1311
- return _index.tsTypeParameterDeclaration;
1323
+ return _lowercase.tsTypeParameterDeclaration;
1312
1324
  }
1313
1325
  });
1314
1326
  Object.defineProperty(exports, "TSTypeParameterInstantiation", {
1315
1327
  enumerable: true,
1316
1328
  get: function () {
1317
- return _index.tsTypeParameterInstantiation;
1329
+ return _lowercase.tsTypeParameterInstantiation;
1318
1330
  }
1319
1331
  });
1320
1332
  Object.defineProperty(exports, "TSTypePredicate", {
1321
1333
  enumerable: true,
1322
1334
  get: function () {
1323
- return _index.tsTypePredicate;
1335
+ return _lowercase.tsTypePredicate;
1324
1336
  }
1325
1337
  });
1326
1338
  Object.defineProperty(exports, "TSTypeQuery", {
1327
1339
  enumerable: true,
1328
1340
  get: function () {
1329
- return _index.tsTypeQuery;
1341
+ return _lowercase.tsTypeQuery;
1330
1342
  }
1331
1343
  });
1332
1344
  Object.defineProperty(exports, "TSTypeReference", {
1333
1345
  enumerable: true,
1334
1346
  get: function () {
1335
- return _index.tsTypeReference;
1347
+ return _lowercase.tsTypeReference;
1336
1348
  }
1337
1349
  });
1338
1350
  Object.defineProperty(exports, "TSUndefinedKeyword", {
1339
1351
  enumerable: true,
1340
1352
  get: function () {
1341
- return _index.tsUndefinedKeyword;
1353
+ return _lowercase.tsUndefinedKeyword;
1342
1354
  }
1343
1355
  });
1344
1356
  Object.defineProperty(exports, "TSUnionType", {
1345
1357
  enumerable: true,
1346
1358
  get: function () {
1347
- return _index.tsUnionType;
1359
+ return _lowercase.tsUnionType;
1348
1360
  }
1349
1361
  });
1350
1362
  Object.defineProperty(exports, "TSUnknownKeyword", {
1351
1363
  enumerable: true,
1352
1364
  get: function () {
1353
- return _index.tsUnknownKeyword;
1365
+ return _lowercase.tsUnknownKeyword;
1354
1366
  }
1355
1367
  });
1356
1368
  Object.defineProperty(exports, "TSVoidKeyword", {
1357
1369
  enumerable: true,
1358
1370
  get: function () {
1359
- return _index.tsVoidKeyword;
1371
+ return _lowercase.tsVoidKeyword;
1360
1372
  }
1361
1373
  });
1362
1374
  Object.defineProperty(exports, "TaggedTemplateExpression", {
1363
1375
  enumerable: true,
1364
1376
  get: function () {
1365
- return _index.taggedTemplateExpression;
1377
+ return _lowercase.taggedTemplateExpression;
1366
1378
  }
1367
1379
  });
1368
1380
  Object.defineProperty(exports, "TemplateElement", {
1369
1381
  enumerable: true,
1370
1382
  get: function () {
1371
- return _index.templateElement;
1383
+ return _lowercase.templateElement;
1372
1384
  }
1373
1385
  });
1374
1386
  Object.defineProperty(exports, "TemplateLiteral", {
1375
1387
  enumerable: true,
1376
1388
  get: function () {
1377
- return _index.templateLiteral;
1389
+ return _lowercase.templateLiteral;
1378
1390
  }
1379
1391
  });
1380
1392
  Object.defineProperty(exports, "ThisExpression", {
1381
1393
  enumerable: true,
1382
1394
  get: function () {
1383
- return _index.thisExpression;
1395
+ return _lowercase.thisExpression;
1384
1396
  }
1385
1397
  });
1386
1398
  Object.defineProperty(exports, "ThisTypeAnnotation", {
1387
1399
  enumerable: true,
1388
1400
  get: function () {
1389
- return _index.thisTypeAnnotation;
1401
+ return _lowercase.thisTypeAnnotation;
1390
1402
  }
1391
1403
  });
1392
1404
  Object.defineProperty(exports, "ThrowStatement", {
1393
1405
  enumerable: true,
1394
1406
  get: function () {
1395
- return _index.throwStatement;
1407
+ return _lowercase.throwStatement;
1396
1408
  }
1397
1409
  });
1398
1410
  Object.defineProperty(exports, "TopicReference", {
1399
1411
  enumerable: true,
1400
1412
  get: function () {
1401
- return _index.topicReference;
1413
+ return _lowercase.topicReference;
1402
1414
  }
1403
1415
  });
1404
1416
  Object.defineProperty(exports, "TryStatement", {
1405
1417
  enumerable: true,
1406
1418
  get: function () {
1407
- return _index.tryStatement;
1419
+ return _lowercase.tryStatement;
1408
1420
  }
1409
1421
  });
1410
1422
  Object.defineProperty(exports, "TupleExpression", {
1411
1423
  enumerable: true,
1412
1424
  get: function () {
1413
- return _index.tupleExpression;
1425
+ return _lowercase.tupleExpression;
1414
1426
  }
1415
1427
  });
1416
1428
  Object.defineProperty(exports, "TupleTypeAnnotation", {
1417
1429
  enumerable: true,
1418
1430
  get: function () {
1419
- return _index.tupleTypeAnnotation;
1431
+ return _lowercase.tupleTypeAnnotation;
1420
1432
  }
1421
1433
  });
1422
1434
  Object.defineProperty(exports, "TypeAlias", {
1423
1435
  enumerable: true,
1424
1436
  get: function () {
1425
- return _index.typeAlias;
1437
+ return _lowercase.typeAlias;
1426
1438
  }
1427
1439
  });
1428
1440
  Object.defineProperty(exports, "TypeAnnotation", {
1429
1441
  enumerable: true,
1430
1442
  get: function () {
1431
- return _index.typeAnnotation;
1443
+ return _lowercase.typeAnnotation;
1432
1444
  }
1433
1445
  });
1434
1446
  Object.defineProperty(exports, "TypeCastExpression", {
1435
1447
  enumerable: true,
1436
1448
  get: function () {
1437
- return _index.typeCastExpression;
1449
+ return _lowercase.typeCastExpression;
1438
1450
  }
1439
1451
  });
1440
1452
  Object.defineProperty(exports, "TypeParameter", {
1441
1453
  enumerable: true,
1442
1454
  get: function () {
1443
- return _index.typeParameter;
1455
+ return _lowercase.typeParameter;
1444
1456
  }
1445
1457
  });
1446
1458
  Object.defineProperty(exports, "TypeParameterDeclaration", {
1447
1459
  enumerable: true,
1448
1460
  get: function () {
1449
- return _index.typeParameterDeclaration;
1461
+ return _lowercase.typeParameterDeclaration;
1450
1462
  }
1451
1463
  });
1452
1464
  Object.defineProperty(exports, "TypeParameterInstantiation", {
1453
1465
  enumerable: true,
1454
1466
  get: function () {
1455
- return _index.typeParameterInstantiation;
1467
+ return _lowercase.typeParameterInstantiation;
1456
1468
  }
1457
1469
  });
1458
1470
  Object.defineProperty(exports, "TypeofTypeAnnotation", {
1459
1471
  enumerable: true,
1460
1472
  get: function () {
1461
- return _index.typeofTypeAnnotation;
1473
+ return _lowercase.typeofTypeAnnotation;
1462
1474
  }
1463
1475
  });
1464
1476
  Object.defineProperty(exports, "UnaryExpression", {
1465
1477
  enumerable: true,
1466
1478
  get: function () {
1467
- return _index.unaryExpression;
1479
+ return _lowercase.unaryExpression;
1468
1480
  }
1469
1481
  });
1470
1482
  Object.defineProperty(exports, "UnionTypeAnnotation", {
1471
1483
  enumerable: true,
1472
1484
  get: function () {
1473
- return _index.unionTypeAnnotation;
1485
+ return _lowercase.unionTypeAnnotation;
1474
1486
  }
1475
1487
  });
1476
1488
  Object.defineProperty(exports, "UpdateExpression", {
1477
1489
  enumerable: true,
1478
1490
  get: function () {
1479
- return _index.updateExpression;
1491
+ return _lowercase.updateExpression;
1480
1492
  }
1481
1493
  });
1482
1494
  Object.defineProperty(exports, "V8IntrinsicIdentifier", {
1483
1495
  enumerable: true,
1484
1496
  get: function () {
1485
- return _index.v8IntrinsicIdentifier;
1497
+ return _lowercase.v8IntrinsicIdentifier;
1486
1498
  }
1487
1499
  });
1488
1500
  Object.defineProperty(exports, "VariableDeclaration", {
1489
1501
  enumerable: true,
1490
1502
  get: function () {
1491
- return _index.variableDeclaration;
1503
+ return _lowercase.variableDeclaration;
1492
1504
  }
1493
1505
  });
1494
1506
  Object.defineProperty(exports, "VariableDeclarator", {
1495
1507
  enumerable: true,
1496
1508
  get: function () {
1497
- return _index.variableDeclarator;
1509
+ return _lowercase.variableDeclarator;
1498
1510
  }
1499
1511
  });
1500
1512
  Object.defineProperty(exports, "Variance", {
1501
1513
  enumerable: true,
1502
1514
  get: function () {
1503
- return _index.variance;
1515
+ return _lowercase.variance;
1504
1516
  }
1505
1517
  });
1506
1518
  Object.defineProperty(exports, "VoidTypeAnnotation", {
1507
1519
  enumerable: true,
1508
1520
  get: function () {
1509
- return _index.voidTypeAnnotation;
1521
+ return _lowercase.voidTypeAnnotation;
1510
1522
  }
1511
1523
  });
1512
1524
  Object.defineProperty(exports, "WhileStatement", {
1513
1525
  enumerable: true,
1514
1526
  get: function () {
1515
- return _index.whileStatement;
1527
+ return _lowercase.whileStatement;
1516
1528
  }
1517
1529
  });
1518
1530
  Object.defineProperty(exports, "WithStatement", {
1519
1531
  enumerable: true,
1520
1532
  get: function () {
1521
- return _index.withStatement;
1533
+ return _lowercase.withStatement;
1522
1534
  }
1523
1535
  });
1524
1536
  Object.defineProperty(exports, "YieldExpression", {
1525
1537
  enumerable: true,
1526
1538
  get: function () {
1527
- return _index.yieldExpression;
1539
+ return _lowercase.yieldExpression;
1528
1540
  }
1529
1541
  });
1530
- var _index = require("./index.js");
1542
+ var _lowercase = require("./lowercase.js");
1531
1543
 
1532
1544
  //# sourceMappingURL=uppercase.js.map