immosquare-cleaner 0.1.35 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3088) hide show
  1. checksums.yaml +4 -4
  2. data/lib/immosquare-cleaner/version.rb +1 -1
  3. data/lib/immosquare-cleaner.rb +21 -4
  4. data/linters/eslint.config.mjs +4 -2
  5. data/node_modules/.bin/rimraf +1 -0
  6. data/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +1998 -0
  7. data/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +2077 -0
  8. data/node_modules/@eslint/eslintrc/node_modules/globals/index.js +2 -0
  9. data/node_modules/@eslint/eslintrc/node_modules/globals/package.json +58 -0
  10. data/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +44 -0
  11. data/node_modules/@eslint-community/regexpp/index.d.ts +24 -3
  12. data/node_modules/@eslint-community/regexpp/index.js +22 -27
  13. data/node_modules/@eslint-community/regexpp/index.js.map +1 -1
  14. data/node_modules/@eslint-community/regexpp/index.mjs +22 -28
  15. data/node_modules/@eslint-community/regexpp/index.mjs.map +1 -1
  16. data/node_modules/@eslint-community/regexpp/package.json +5 -5
  17. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.d.ts +15 -0
  18. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
  19. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
  20. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
  21. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
  22. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
  23. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
  24. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
  25. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +57 -0
  26. data/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +41 -0
  27. data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.d.ts +345 -0
  28. data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +163 -0
  29. data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +56 -0
  30. data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/readme.md +152 -0
  31. data/node_modules/@tufjs/models/node_modules/minimatch/LICENSE +15 -0
  32. data/node_modules/@tufjs/models/node_modules/minimatch/README.md +454 -0
  33. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  34. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  35. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  36. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  37. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  38. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  39. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.js +589 -0
  40. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  41. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  42. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  43. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  44. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  45. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  46. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  47. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.js +22 -0
  48. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  49. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  50. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  51. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.js +1011 -0
  52. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  53. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/package.json +3 -0
  54. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  55. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  56. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  57. data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  58. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  59. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  60. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  61. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  62. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  63. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  64. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.js +585 -0
  65. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  66. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  67. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  68. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  69. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  70. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  71. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  72. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.js +18 -0
  73. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  74. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  75. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  76. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.js +995 -0
  77. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  78. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/package.json +3 -0
  79. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  80. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  81. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  82. data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  83. data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
  84. data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
  85. data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
  86. data/node_modules/@tufjs/models/node_modules/minimatch/package.json +86 -0
  87. data/node_modules/array-buffer-byte-length/CHANGELOG.md +12 -0
  88. data/node_modules/array-buffer-byte-length/index.d.ts +4 -0
  89. data/node_modules/array-buffer-byte-length/index.js +1 -0
  90. data/node_modules/array-buffer-byte-length/package.json +20 -8
  91. data/node_modules/array-buffer-byte-length/test/index.js +3 -0
  92. data/node_modules/array-buffer-byte-length/tsconfig.json +49 -0
  93. data/node_modules/array-includes/CHANGELOG.md +10 -0
  94. data/node_modules/array-includes/implementation.js +4 -4
  95. data/node_modules/array-includes/index.js +1 -1
  96. data/node_modules/array-includes/package.json +9 -9
  97. data/node_modules/array-includes/test/shimmed.js +2 -2
  98. data/node_modules/array.prototype.findlastindex/CHANGELOG.md +20 -0
  99. data/node_modules/array.prototype.findlastindex/implementation.js +8 -9
  100. data/node_modules/array.prototype.findlastindex/index.js +1 -1
  101. data/node_modules/array.prototype.findlastindex/package.json +15 -21
  102. data/node_modules/array.prototype.findlastindex/test/shimmed.js +4 -5
  103. data/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +8 -0
  104. data/node_modules/arraybuffer.prototype.slice/implementation.js +1 -1
  105. data/node_modules/arraybuffer.prototype.slice/package.json +12 -11
  106. data/node_modules/available-typed-arrays/CHANGELOG.md +21 -0
  107. data/node_modules/available-typed-arrays/README.md +16 -13
  108. data/node_modules/available-typed-arrays/index.d.ts +8 -0
  109. data/node_modules/available-typed-arrays/index.js +4 -14
  110. data/node_modules/available-typed-arrays/package.json +26 -15
  111. data/node_modules/available-typed-arrays/tsconfig.json +49 -0
  112. data/node_modules/boxen/node_modules/chalk/license +9 -0
  113. data/node_modules/boxen/node_modules/chalk/package.json +83 -0
  114. data/node_modules/boxen/node_modules/chalk/readme.md +325 -0
  115. data/node_modules/boxen/node_modules/chalk/source/index.d.ts +320 -0
  116. data/node_modules/boxen/node_modules/chalk/source/index.js +225 -0
  117. data/node_modules/boxen/node_modules/chalk/source/utilities.js +33 -0
  118. data/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
  119. data/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  120. data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
  121. data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
  122. data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
  123. data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
  124. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/index.d.ts +15 -0
  125. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/index.js +14 -0
  126. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/license +9 -0
  127. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
  128. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
  129. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
  130. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
  131. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
  132. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/package.json +57 -0
  133. data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/readme.md +41 -0
  134. data/node_modules/call-bind/CHANGELOG.md +51 -0
  135. data/node_modules/call-bind/README.md +63 -1
  136. data/node_modules/call-bind/index.js +11 -23
  137. data/node_modules/call-bind/package.json +38 -23
  138. data/node_modules/call-bind/test/callBound.js +0 -1
  139. data/node_modules/call-bind/test/index.js +18 -4
  140. data/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +166 -0
  141. data/node_modules/cross-spawn/node_modules/which/README.md +54 -0
  142. data/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
  143. data/node_modules/cross-spawn/node_modules/which/package.json +43 -0
  144. data/node_modules/cross-spawn/node_modules/which/which.js +125 -0
  145. data/node_modules/data-view-buffer/CHANGELOG.md +22 -0
  146. data/node_modules/data-view-buffer/LICENSE +21 -0
  147. data/node_modules/data-view-buffer/README.md +43 -0
  148. data/node_modules/data-view-buffer/index.d.ts +4 -0
  149. data/node_modules/data-view-buffer/index.js +19 -0
  150. data/node_modules/data-view-buffer/package.json +88 -0
  151. data/node_modules/data-view-buffer/test/index.js +31 -0
  152. data/node_modules/data-view-buffer/tsconfig.json +50 -0
  153. data/node_modules/data-view-byte-length/CHANGELOG.md +24 -0
  154. data/node_modules/data-view-byte-length/LICENSE +21 -0
  155. data/node_modules/data-view-byte-length/README.md +43 -0
  156. data/node_modules/data-view-byte-length/index.d.ts +4 -0
  157. data/node_modules/data-view-byte-length/index.js +19 -0
  158. data/node_modules/data-view-byte-length/package.json +94 -0
  159. data/node_modules/data-view-byte-length/test/index.js +31 -0
  160. data/node_modules/data-view-byte-length/tsconfig.json +9 -0
  161. data/node_modules/data-view-byte-offset/CHANGELOG.md +15 -0
  162. data/node_modules/data-view-byte-offset/LICENSE +21 -0
  163. data/node_modules/data-view-byte-offset/README.md +43 -0
  164. data/node_modules/data-view-byte-offset/index.d.ts +4 -0
  165. data/node_modules/data-view-byte-offset/index.js +19 -0
  166. data/node_modules/data-view-byte-offset/package.json +93 -0
  167. data/node_modules/data-view-byte-offset/test/index.js +31 -0
  168. data/node_modules/data-view-byte-offset/tsconfig.json +50 -0
  169. data/node_modules/define-data-property/CHANGELOG.md +39 -0
  170. data/node_modules/define-data-property/index.d.ts +12 -3
  171. data/node_modules/define-data-property/index.js +4 -8
  172. data/node_modules/define-data-property/package.json +27 -32
  173. data/node_modules/define-data-property/test/index.js +16 -21
  174. data/node_modules/define-data-property/tsconfig.json +1 -0
  175. data/node_modules/es-abstract/2015/AbstractRelationalComparison.js +3 -4
  176. data/node_modules/es-abstract/2015/AdvanceStringIndex.js +3 -7
  177. data/node_modules/es-abstract/2015/ArrayCreate.js +3 -3
  178. data/node_modules/es-abstract/2015/ArraySetLength.js +4 -12
  179. data/node_modules/es-abstract/2015/ArraySpeciesCreate.js +1 -1
  180. data/node_modules/es-abstract/2015/Call.js +1 -1
  181. data/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +2 -5
  182. data/node_modules/es-abstract/2015/Canonicalize.js +7 -11
  183. data/node_modules/es-abstract/2015/CharacterRange.js +1 -1
  184. data/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +14 -10
  185. data/node_modules/es-abstract/2015/CompletionRecord.js +1 -3
  186. data/node_modules/es-abstract/2015/CreateDataProperty.js +1 -3
  187. data/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +1 -3
  188. data/node_modules/es-abstract/2015/CreateHTML.js +2 -5
  189. data/node_modules/es-abstract/2015/CreateIterResultObject.js +2 -6
  190. data/node_modules/es-abstract/2015/CreateListFromArrayLike.js +1 -3
  191. data/node_modules/es-abstract/2015/CreateMethodProperty.js +1 -3
  192. data/node_modules/es-abstract/2015/DateFromTime.js +1 -3
  193. data/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +4 -15
  194. data/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +1 -3
  195. data/node_modules/es-abstract/2015/DetachArrayBuffer.js +16 -12
  196. data/node_modules/es-abstract/2015/EnumerableOwnNames.js +1 -3
  197. data/node_modules/es-abstract/2015/FromPropertyDescriptor.js +5 -5
  198. data/node_modules/es-abstract/2015/Get.js +1 -3
  199. data/node_modules/es-abstract/2015/GetIterator.js +1 -3
  200. data/node_modules/es-abstract/2015/GetMethod.js +1 -3
  201. data/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +1 -1
  202. data/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +2 -2
  203. data/node_modules/es-abstract/2015/GetSubstitution.js +8 -9
  204. data/node_modules/es-abstract/2015/GetV.js +1 -3
  205. data/node_modules/es-abstract/2015/GetValueFromBuffer.js +3 -14
  206. data/node_modules/es-abstract/2015/HasOwnProperty.js +3 -5
  207. data/node_modules/es-abstract/2015/HasProperty.js +1 -3
  208. data/node_modules/es-abstract/2015/InLeapYear.js +1 -3
  209. data/node_modules/es-abstract/2015/InstanceofOperator.js +1 -1
  210. data/node_modules/es-abstract/2015/IntegerIndexedElementGet.js +58 -0
  211. data/node_modules/es-abstract/2015/IntegerIndexedElementSet.js +58 -0
  212. data/node_modules/es-abstract/2015/InternalizeJSONProperty.js +68 -0
  213. data/node_modules/es-abstract/2015/Invoke.js +1 -3
  214. data/node_modules/es-abstract/2015/IsAccessorDescriptor.js +7 -5
  215. data/node_modules/es-abstract/2015/IsDataDescriptor.js +7 -5
  216. data/node_modules/es-abstract/2015/IsDetachedBuffer.js +1 -3
  217. data/node_modules/es-abstract/2015/IsGenericDescriptor.js +6 -3
  218. data/node_modules/es-abstract/2015/IsPropertyDescriptor.js +2 -10
  219. data/node_modules/es-abstract/2015/IsWordChar.js +1 -3
  220. data/node_modules/es-abstract/2015/IteratorClose.js +1 -3
  221. data/node_modules/es-abstract/2015/IteratorComplete.js +1 -3
  222. data/node_modules/es-abstract/2015/IteratorNext.js +1 -3
  223. data/node_modules/es-abstract/2015/IteratorValue.js +1 -3
  224. data/node_modules/es-abstract/2015/NewPromiseCapability.js +1 -3
  225. data/node_modules/es-abstract/2015/ObjectCreate.js +2 -2
  226. data/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +1 -1
  227. data/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +4 -11
  228. data/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +3 -5
  229. data/node_modules/es-abstract/2015/OrdinaryHasInstance.js +1 -3
  230. data/node_modules/es-abstract/2015/OrdinaryHasProperty.js +1 -3
  231. data/node_modules/es-abstract/2015/QuoteJSONString.js +2 -6
  232. data/node_modules/es-abstract/2015/RegExpExec.js +3 -5
  233. data/node_modules/es-abstract/2015/RequireObjectCoercible.js +1 -1
  234. data/node_modules/es-abstract/2015/Set.js +2 -4
  235. data/node_modules/es-abstract/2015/SetFunctionName.js +5 -9
  236. data/node_modules/es-abstract/2015/SetIntegrityLevel.js +2 -2
  237. data/node_modules/es-abstract/2015/SetValueInBuffer.js +8 -18
  238. data/node_modules/es-abstract/2015/SpeciesConstructor.js +1 -1
  239. data/node_modules/es-abstract/2015/SplitMatch.js +3 -6
  240. data/node_modules/es-abstract/2015/StringCreate.js +4 -5
  241. data/node_modules/es-abstract/2015/StringGetIndexProperty.js +2 -4
  242. data/node_modules/es-abstract/2015/SymbolDescriptiveString.js +2 -6
  243. data/node_modules/es-abstract/2015/TestIntegrityLevel.js +1 -3
  244. data/node_modules/es-abstract/2015/ToDateString.js +2 -4
  245. data/node_modules/es-abstract/2015/ToNumber.js +1 -1
  246. data/node_modules/es-abstract/2015/ToObject.js +1 -10
  247. data/node_modules/es-abstract/2015/ToPropertyDescriptor.js +9 -11
  248. data/node_modules/es-abstract/2015/ToString.js +1 -1
  249. data/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +6 -16
  250. data/node_modules/es-abstract/2015/ValidateTypedArray.js +10 -12
  251. data/node_modules/es-abstract/2015/tables/typed-array-objects.js +31 -0
  252. data/node_modules/es-abstract/2015/thisBooleanValue.js +1 -3
  253. data/node_modules/es-abstract/2015/thisNumberValue.js +1 -3
  254. data/node_modules/es-abstract/2015/thisStringValue.js +1 -3
  255. data/node_modules/es-abstract/2016/AbstractRelationalComparison.js +3 -4
  256. data/node_modules/es-abstract/2016/AdvanceStringIndex.js +3 -7
  257. data/node_modules/es-abstract/2016/ArrayCreate.js +3 -3
  258. data/node_modules/es-abstract/2016/ArraySetLength.js +4 -12
  259. data/node_modules/es-abstract/2016/ArraySpeciesCreate.js +1 -1
  260. data/node_modules/es-abstract/2016/Call.js +1 -1
  261. data/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +2 -5
  262. data/node_modules/es-abstract/2016/Canonicalize.js +7 -11
  263. data/node_modules/es-abstract/2016/CharacterRange.js +1 -1
  264. data/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +14 -10
  265. data/node_modules/es-abstract/2016/CompletionRecord.js +1 -3
  266. data/node_modules/es-abstract/2016/CreateDataProperty.js +1 -3
  267. data/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +1 -3
  268. data/node_modules/es-abstract/2016/CreateHTML.js +2 -5
  269. data/node_modules/es-abstract/2016/CreateIterResultObject.js +2 -6
  270. data/node_modules/es-abstract/2016/CreateListFromArrayLike.js +1 -3
  271. data/node_modules/es-abstract/2016/CreateMethodProperty.js +1 -3
  272. data/node_modules/es-abstract/2016/DateFromTime.js +1 -3
  273. data/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +4 -15
  274. data/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +1 -3
  275. data/node_modules/es-abstract/2016/DetachArrayBuffer.js +16 -12
  276. data/node_modules/es-abstract/2016/EnumerableOwnNames.js +1 -3
  277. data/node_modules/es-abstract/2016/FromPropertyDescriptor.js +5 -5
  278. data/node_modules/es-abstract/2016/Get.js +1 -3
  279. data/node_modules/es-abstract/2016/GetIterator.js +1 -3
  280. data/node_modules/es-abstract/2016/GetMethod.js +1 -3
  281. data/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +1 -1
  282. data/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +2 -2
  283. data/node_modules/es-abstract/2016/GetSubstitution.js +8 -9
  284. data/node_modules/es-abstract/2016/GetV.js +1 -3
  285. data/node_modules/es-abstract/2016/GetValueFromBuffer.js +3 -14
  286. data/node_modules/es-abstract/2016/HasOwnProperty.js +3 -5
  287. data/node_modules/es-abstract/2016/HasProperty.js +1 -3
  288. data/node_modules/es-abstract/2016/InLeapYear.js +1 -3
  289. data/node_modules/es-abstract/2016/InstanceofOperator.js +1 -1
  290. data/node_modules/es-abstract/2016/IntegerIndexedElementGet.js +58 -0
  291. data/node_modules/es-abstract/2016/IntegerIndexedElementSet.js +58 -0
  292. data/node_modules/es-abstract/2016/InternalizeJSONProperty.js +68 -0
  293. data/node_modules/es-abstract/2016/Invoke.js +1 -3
  294. data/node_modules/es-abstract/2016/IsAccessorDescriptor.js +7 -5
  295. data/node_modules/es-abstract/2016/IsDataDescriptor.js +7 -5
  296. data/node_modules/es-abstract/2016/IsDetachedBuffer.js +1 -3
  297. data/node_modules/es-abstract/2016/IsGenericDescriptor.js +6 -3
  298. data/node_modules/es-abstract/2016/IsPropertyDescriptor.js +2 -10
  299. data/node_modules/es-abstract/2016/IsWordChar.js +1 -3
  300. data/node_modules/es-abstract/2016/IteratorClose.js +1 -3
  301. data/node_modules/es-abstract/2016/IteratorComplete.js +1 -3
  302. data/node_modules/es-abstract/2016/IteratorNext.js +1 -3
  303. data/node_modules/es-abstract/2016/IteratorValue.js +1 -3
  304. data/node_modules/es-abstract/2016/NewPromiseCapability.js +1 -3
  305. data/node_modules/es-abstract/2016/ObjectCreate.js +2 -2
  306. data/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +1 -1
  307. data/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +4 -11
  308. data/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +3 -5
  309. data/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +1 -3
  310. data/node_modules/es-abstract/2016/OrdinaryHasInstance.js +1 -3
  311. data/node_modules/es-abstract/2016/OrdinaryHasProperty.js +1 -3
  312. data/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +2 -5
  313. data/node_modules/es-abstract/2016/QuoteJSONString.js +2 -6
  314. data/node_modules/es-abstract/2016/RegExpExec.js +3 -5
  315. data/node_modules/es-abstract/2016/RequireObjectCoercible.js +1 -1
  316. data/node_modules/es-abstract/2016/SameValueNonNumber.js +1 -3
  317. data/node_modules/es-abstract/2016/Set.js +2 -4
  318. data/node_modules/es-abstract/2016/SetFunctionName.js +5 -9
  319. data/node_modules/es-abstract/2016/SetIntegrityLevel.js +2 -2
  320. data/node_modules/es-abstract/2016/SetValueInBuffer.js +8 -18
  321. data/node_modules/es-abstract/2016/SpeciesConstructor.js +1 -1
  322. data/node_modules/es-abstract/2016/SplitMatch.js +3 -6
  323. data/node_modules/es-abstract/2016/StringCreate.js +4 -5
  324. data/node_modules/es-abstract/2016/SymbolDescriptiveString.js +2 -6
  325. data/node_modules/es-abstract/2016/TestIntegrityLevel.js +1 -3
  326. data/node_modules/es-abstract/2016/ToDateString.js +2 -4
  327. data/node_modules/es-abstract/2016/ToNumber.js +1 -1
  328. data/node_modules/es-abstract/2016/ToObject.js +1 -10
  329. data/node_modules/es-abstract/2016/ToPropertyDescriptor.js +9 -11
  330. data/node_modules/es-abstract/2016/ToString.js +1 -1
  331. data/node_modules/es-abstract/2016/TypedArrayCreate.js +3 -6
  332. data/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +2 -4
  333. data/node_modules/es-abstract/2016/UTF16Decode.js +1 -1
  334. data/node_modules/es-abstract/2016/UTF16Encoding.js +1 -1
  335. data/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +6 -16
  336. data/node_modules/es-abstract/2016/ValidateTypedArray.js +10 -12
  337. data/node_modules/es-abstract/2016/tables/typed-array-objects.js +31 -0
  338. data/node_modules/es-abstract/2016/thisBooleanValue.js +1 -3
  339. data/node_modules/es-abstract/2016/thisNumberValue.js +1 -3
  340. data/node_modules/es-abstract/2016/thisStringValue.js +1 -3
  341. data/node_modules/es-abstract/2017/AbstractRelationalComparison.js +3 -4
  342. data/node_modules/es-abstract/2017/AdvanceStringIndex.js +3 -7
  343. data/node_modules/es-abstract/2017/ArrayCreate.js +3 -3
  344. data/node_modules/es-abstract/2017/ArraySetLength.js +4 -12
  345. data/node_modules/es-abstract/2017/ArraySpeciesCreate.js +1 -1
  346. data/node_modules/es-abstract/2017/Call.js +1 -1
  347. data/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +2 -5
  348. data/node_modules/es-abstract/2017/Canonicalize.js +7 -11
  349. data/node_modules/es-abstract/2017/CharacterRange.js +1 -1
  350. data/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +14 -10
  351. data/node_modules/es-abstract/2017/CompletionRecord.js +1 -3
  352. data/node_modules/es-abstract/2017/CreateDataProperty.js +1 -3
  353. data/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +1 -3
  354. data/node_modules/es-abstract/2017/CreateHTML.js +2 -5
  355. data/node_modules/es-abstract/2017/CreateIterResultObject.js +2 -6
  356. data/node_modules/es-abstract/2017/CreateListFromArrayLike.js +1 -3
  357. data/node_modules/es-abstract/2017/CreateMethodProperty.js +1 -3
  358. data/node_modules/es-abstract/2017/DateFromTime.js +1 -3
  359. data/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +4 -15
  360. data/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +1 -3
  361. data/node_modules/es-abstract/2017/DetachArrayBuffer.js +15 -11
  362. data/node_modules/es-abstract/2017/EnumerableOwnProperties.js +1 -1
  363. data/node_modules/es-abstract/2017/FromPropertyDescriptor.js +5 -5
  364. data/node_modules/es-abstract/2017/Get.js +1 -3
  365. data/node_modules/es-abstract/2017/GetIterator.js +1 -3
  366. data/node_modules/es-abstract/2017/GetMethod.js +1 -3
  367. data/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +1 -1
  368. data/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +2 -2
  369. data/node_modules/es-abstract/2017/GetSubstitution.js +8 -9
  370. data/node_modules/es-abstract/2017/GetV.js +1 -3
  371. data/node_modules/es-abstract/2017/GetValueFromBuffer.js +4 -15
  372. data/node_modules/es-abstract/2017/HasOwnProperty.js +3 -5
  373. data/node_modules/es-abstract/2017/HasProperty.js +1 -3
  374. data/node_modules/es-abstract/2017/InLeapYear.js +1 -3
  375. data/node_modules/es-abstract/2017/InstanceofOperator.js +1 -1
  376. data/node_modules/es-abstract/2017/IntegerIndexedElementGet.js +58 -0
  377. data/node_modules/es-abstract/2017/IntegerIndexedElementSet.js +58 -0
  378. data/node_modules/es-abstract/2017/InternalizeJSONProperty.js +68 -0
  379. data/node_modules/es-abstract/2017/Invoke.js +1 -3
  380. data/node_modules/es-abstract/2017/IsAccessorDescriptor.js +7 -5
  381. data/node_modules/es-abstract/2017/IsDataDescriptor.js +7 -5
  382. data/node_modules/es-abstract/2017/IsDetachedBuffer.js +9 -8
  383. data/node_modules/es-abstract/2017/IsGenericDescriptor.js +6 -3
  384. data/node_modules/es-abstract/2017/IsPropertyDescriptor.js +2 -10
  385. data/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +1 -3
  386. data/node_modules/es-abstract/2017/IsWordChar.js +2 -5
  387. data/node_modules/es-abstract/2017/IteratorClose.js +1 -3
  388. data/node_modules/es-abstract/2017/IteratorComplete.js +1 -3
  389. data/node_modules/es-abstract/2017/IteratorNext.js +1 -3
  390. data/node_modules/es-abstract/2017/IteratorValue.js +1 -3
  391. data/node_modules/es-abstract/2017/NewPromiseCapability.js +1 -3
  392. data/node_modules/es-abstract/2017/NumberToRawBytes.js +3 -6
  393. data/node_modules/es-abstract/2017/ObjectCreate.js +2 -2
  394. data/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +1 -1
  395. data/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +4 -11
  396. data/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +3 -5
  397. data/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +1 -3
  398. data/node_modules/es-abstract/2017/OrdinaryHasInstance.js +1 -3
  399. data/node_modules/es-abstract/2017/OrdinaryHasProperty.js +1 -3
  400. data/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +2 -5
  401. data/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +2 -4
  402. data/node_modules/es-abstract/2017/QuoteJSONString.js +2 -6
  403. data/node_modules/es-abstract/2017/RawBytesToNumber.js +3 -5
  404. data/node_modules/es-abstract/2017/RegExpExec.js +3 -5
  405. data/node_modules/es-abstract/2017/RequireObjectCoercible.js +1 -1
  406. data/node_modules/es-abstract/2017/SameValueNonNumber.js +1 -3
  407. data/node_modules/es-abstract/2017/Set.js +2 -4
  408. data/node_modules/es-abstract/2017/SetFunctionName.js +5 -9
  409. data/node_modules/es-abstract/2017/SetIntegrityLevel.js +2 -2
  410. data/node_modules/es-abstract/2017/SetValueInBuffer.js +8 -18
  411. data/node_modules/es-abstract/2017/SpeciesConstructor.js +1 -1
  412. data/node_modules/es-abstract/2017/SplitMatch.js +3 -6
  413. data/node_modules/es-abstract/2017/StringCreate.js +4 -5
  414. data/node_modules/es-abstract/2017/StringGetOwnProperty.js +3 -5
  415. data/node_modules/es-abstract/2017/SymbolDescriptiveString.js +2 -6
  416. data/node_modules/es-abstract/2017/TestIntegrityLevel.js +1 -3
  417. data/node_modules/es-abstract/2017/ToDateString.js +2 -4
  418. data/node_modules/es-abstract/2017/ToIndex.js +1 -3
  419. data/node_modules/es-abstract/2017/ToNumber.js +1 -1
  420. data/node_modules/es-abstract/2017/ToObject.js +1 -10
  421. data/node_modules/es-abstract/2017/ToPropertyDescriptor.js +9 -11
  422. data/node_modules/es-abstract/2017/ToString.js +1 -1
  423. data/node_modules/es-abstract/2017/TypedArrayCreate.js +3 -6
  424. data/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +2 -4
  425. data/node_modules/es-abstract/2017/UTF16Decode.js +1 -1
  426. data/node_modules/es-abstract/2017/UTF16Encoding.js +1 -1
  427. data/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +6 -16
  428. data/node_modules/es-abstract/2017/ValidateAtomicAccess.js +2 -4
  429. data/node_modules/es-abstract/2017/ValidateTypedArray.js +10 -12
  430. data/node_modules/es-abstract/2017/WordCharacters.js +3 -6
  431. data/node_modules/es-abstract/2017/tables/typed-array-objects.js +31 -0
  432. data/node_modules/es-abstract/2017/thisBooleanValue.js +1 -3
  433. data/node_modules/es-abstract/2017/thisNumberValue.js +1 -3
  434. data/node_modules/es-abstract/2017/thisStringValue.js +1 -3
  435. data/node_modules/es-abstract/2018/AbstractRelationalComparison.js +3 -4
  436. data/node_modules/es-abstract/2018/AdvanceStringIndex.js +3 -7
  437. data/node_modules/es-abstract/2018/ArrayCreate.js +3 -3
  438. data/node_modules/es-abstract/2018/ArraySetLength.js +4 -12
  439. data/node_modules/es-abstract/2018/ArraySpeciesCreate.js +1 -1
  440. data/node_modules/es-abstract/2018/AsyncIteratorClose.js +6 -4
  441. data/node_modules/es-abstract/2018/Call.js +1 -1
  442. data/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +2 -5
  443. data/node_modules/es-abstract/2018/Canonicalize.js +7 -11
  444. data/node_modules/es-abstract/2018/CharacterRange.js +1 -1
  445. data/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +14 -10
  446. data/node_modules/es-abstract/2018/CompletionRecord.js +1 -3
  447. data/node_modules/es-abstract/2018/CopyDataProperties.js +1 -3
  448. data/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +23 -9
  449. data/node_modules/es-abstract/2018/CreateDataProperty.js +1 -3
  450. data/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +1 -3
  451. data/node_modules/es-abstract/2018/CreateHTML.js +2 -5
  452. data/node_modules/es-abstract/2018/CreateIterResultObject.js +2 -6
  453. data/node_modules/es-abstract/2018/CreateListFromArrayLike.js +1 -3
  454. data/node_modules/es-abstract/2018/CreateMethodProperty.js +1 -3
  455. data/node_modules/es-abstract/2018/DateFromTime.js +1 -3
  456. data/node_modules/es-abstract/2018/DateString.js +4 -7
  457. data/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +4 -15
  458. data/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +1 -3
  459. data/node_modules/es-abstract/2018/DetachArrayBuffer.js +14 -11
  460. data/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +1 -1
  461. data/node_modules/es-abstract/2018/FromPropertyDescriptor.js +5 -5
  462. data/node_modules/es-abstract/2018/Get.js +1 -3
  463. data/node_modules/es-abstract/2018/GetIterator.js +1 -3
  464. data/node_modules/es-abstract/2018/GetMethod.js +1 -3
  465. data/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +1 -1
  466. data/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +2 -2
  467. data/node_modules/es-abstract/2018/GetSubstitution.js +14 -18
  468. data/node_modules/es-abstract/2018/GetV.js +1 -3
  469. data/node_modules/es-abstract/2018/GetValueFromBuffer.js +4 -15
  470. data/node_modules/es-abstract/2018/HasOwnProperty.js +3 -5
  471. data/node_modules/es-abstract/2018/HasProperty.js +1 -3
  472. data/node_modules/es-abstract/2018/InLeapYear.js +1 -3
  473. data/node_modules/es-abstract/2018/InstanceofOperator.js +1 -1
  474. data/node_modules/es-abstract/2018/IntegerIndexedElementGet.js +58 -0
  475. data/node_modules/es-abstract/2018/IntegerIndexedElementSet.js +58 -0
  476. data/node_modules/es-abstract/2018/InternalizeJSONProperty.js +68 -0
  477. data/node_modules/es-abstract/2018/Invoke.js +1 -3
  478. data/node_modules/es-abstract/2018/IsAccessorDescriptor.js +7 -5
  479. data/node_modules/es-abstract/2018/IsDataDescriptor.js +7 -5
  480. data/node_modules/es-abstract/2018/IsDetachedBuffer.js +9 -8
  481. data/node_modules/es-abstract/2018/IsGenericDescriptor.js +6 -3
  482. data/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +1 -3
  483. data/node_modules/es-abstract/2018/IsStringPrefix.js +3 -7
  484. data/node_modules/es-abstract/2018/IsWordChar.js +2 -5
  485. data/node_modules/es-abstract/2018/IteratorClose.js +1 -3
  486. data/node_modules/es-abstract/2018/IteratorComplete.js +1 -3
  487. data/node_modules/es-abstract/2018/IteratorNext.js +1 -3
  488. data/node_modules/es-abstract/2018/IteratorValue.js +1 -3
  489. data/node_modules/es-abstract/2018/NewPromiseCapability.js +1 -3
  490. data/node_modules/es-abstract/2018/NumberToRawBytes.js +3 -6
  491. data/node_modules/es-abstract/2018/NumberToString.js +2 -4
  492. data/node_modules/es-abstract/2018/ObjectCreate.js +2 -2
  493. data/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +1 -1
  494. data/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +4 -11
  495. data/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +3 -5
  496. data/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +1 -3
  497. data/node_modules/es-abstract/2018/OrdinaryHasInstance.js +1 -3
  498. data/node_modules/es-abstract/2018/OrdinaryHasProperty.js +1 -3
  499. data/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +2 -5
  500. data/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +2 -4
  501. data/node_modules/es-abstract/2018/PromiseResolve.js +2 -1
  502. data/node_modules/es-abstract/2018/QuoteJSONString.js +4 -7
  503. data/node_modules/es-abstract/2018/RawBytesToNumber.js +3 -5
  504. data/node_modules/es-abstract/2018/RegExpExec.js +3 -5
  505. data/node_modules/es-abstract/2018/RequireObjectCoercible.js +1 -1
  506. data/node_modules/es-abstract/2018/SameValueNonNumber.js +1 -3
  507. data/node_modules/es-abstract/2018/Set.js +2 -4
  508. data/node_modules/es-abstract/2018/SetFunctionLength.js +2 -5
  509. data/node_modules/es-abstract/2018/SetFunctionName.js +5 -9
  510. data/node_modules/es-abstract/2018/SetIntegrityLevel.js +2 -2
  511. data/node_modules/es-abstract/2018/SetValueInBuffer.js +8 -18
  512. data/node_modules/es-abstract/2018/SpeciesConstructor.js +1 -1
  513. data/node_modules/es-abstract/2018/SplitMatch.js +3 -6
  514. data/node_modules/es-abstract/2018/StringCreate.js +4 -5
  515. data/node_modules/es-abstract/2018/StringGetOwnProperty.js +3 -5
  516. data/node_modules/es-abstract/2018/SymbolDescriptiveString.js +2 -6
  517. data/node_modules/es-abstract/2018/TestIntegrityLevel.js +1 -3
  518. data/node_modules/es-abstract/2018/TimeString.js +2 -5
  519. data/node_modules/es-abstract/2018/TimeZoneString.js +33 -0
  520. data/node_modules/es-abstract/2018/ToDateString.js +2 -4
  521. data/node_modules/es-abstract/2018/ToIndex.js +1 -3
  522. data/node_modules/es-abstract/2018/ToNumber.js +1 -1
  523. data/node_modules/es-abstract/2018/ToObject.js +1 -10
  524. data/node_modules/es-abstract/2018/ToPropertyDescriptor.js +9 -11
  525. data/node_modules/es-abstract/2018/ToString.js +1 -1
  526. data/node_modules/es-abstract/2018/TypedArrayCreate.js +3 -6
  527. data/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +2 -4
  528. data/node_modules/es-abstract/2018/UTF16Decode.js +1 -1
  529. data/node_modules/es-abstract/2018/UTF16Encoding.js +1 -1
  530. data/node_modules/es-abstract/2018/UnicodeEscape.js +1 -3
  531. data/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +6 -16
  532. data/node_modules/es-abstract/2018/ValidateAtomicAccess.js +2 -4
  533. data/node_modules/es-abstract/2018/ValidateTypedArray.js +10 -12
  534. data/node_modules/es-abstract/2018/WordCharacters.js +3 -6
  535. data/node_modules/es-abstract/2018/tables/typed-array-objects.js +31 -0
  536. data/node_modules/es-abstract/2018/thisBooleanValue.js +1 -3
  537. data/node_modules/es-abstract/2018/thisNumberValue.js +1 -3
  538. data/node_modules/es-abstract/2018/thisStringValue.js +1 -3
  539. data/node_modules/es-abstract/2018/thisSymbolValue.js +3 -4
  540. data/node_modules/es-abstract/2019/AbstractRelationalComparison.js +3 -4
  541. data/node_modules/es-abstract/2019/AddEntriesFromIterable.js +1 -3
  542. data/node_modules/es-abstract/2019/AdvanceStringIndex.js +3 -7
  543. data/node_modules/es-abstract/2019/ArrayCreate.js +3 -3
  544. data/node_modules/es-abstract/2019/ArraySetLength.js +4 -12
  545. data/node_modules/es-abstract/2019/ArraySpeciesCreate.js +1 -1
  546. data/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +3 -3
  547. data/node_modules/es-abstract/2019/AsyncIteratorClose.js +6 -4
  548. data/node_modules/es-abstract/2019/Call.js +1 -1
  549. data/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +2 -5
  550. data/node_modules/es-abstract/2019/Canonicalize.js +7 -11
  551. data/node_modules/es-abstract/2019/CharacterRange.js +1 -1
  552. data/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +14 -10
  553. data/node_modules/es-abstract/2019/CompletionRecord.js +1 -3
  554. data/node_modules/es-abstract/2019/CopyDataProperties.js +1 -3
  555. data/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +23 -7
  556. data/node_modules/es-abstract/2019/CreateDataProperty.js +1 -3
  557. data/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +1 -3
  558. data/node_modules/es-abstract/2019/CreateHTML.js +2 -5
  559. data/node_modules/es-abstract/2019/CreateIterResultObject.js +2 -6
  560. data/node_modules/es-abstract/2019/CreateListFromArrayLike.js +1 -3
  561. data/node_modules/es-abstract/2019/CreateMethodProperty.js +1 -3
  562. data/node_modules/es-abstract/2019/DateFromTime.js +1 -3
  563. data/node_modules/es-abstract/2019/DateString.js +4 -7
  564. data/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +4 -15
  565. data/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +1 -3
  566. data/node_modules/es-abstract/2019/DetachArrayBuffer.js +14 -11
  567. data/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +1 -1
  568. data/node_modules/es-abstract/2019/FlattenIntoArray.js +1 -3
  569. data/node_modules/es-abstract/2019/FromPropertyDescriptor.js +5 -5
  570. data/node_modules/es-abstract/2019/Get.js +1 -3
  571. data/node_modules/es-abstract/2019/GetIterator.js +1 -3
  572. data/node_modules/es-abstract/2019/GetMethod.js +1 -3
  573. data/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +1 -1
  574. data/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +2 -2
  575. data/node_modules/es-abstract/2019/GetSubstitution.js +14 -18
  576. data/node_modules/es-abstract/2019/GetV.js +1 -3
  577. data/node_modules/es-abstract/2019/GetValueFromBuffer.js +3 -14
  578. data/node_modules/es-abstract/2019/HasOwnProperty.js +3 -5
  579. data/node_modules/es-abstract/2019/HasProperty.js +1 -3
  580. data/node_modules/es-abstract/2019/InLeapYear.js +1 -3
  581. data/node_modules/es-abstract/2019/InstanceofOperator.js +1 -1
  582. data/node_modules/es-abstract/2019/IntegerIndexedElementGet.js +58 -0
  583. data/node_modules/es-abstract/2019/IntegerIndexedElementSet.js +58 -0
  584. data/node_modules/es-abstract/2019/InternalizeJSONProperty.js +68 -0
  585. data/node_modules/es-abstract/2019/Invoke.js +1 -3
  586. data/node_modules/es-abstract/2019/IsAccessorDescriptor.js +7 -5
  587. data/node_modules/es-abstract/2019/IsDataDescriptor.js +7 -5
  588. data/node_modules/es-abstract/2019/IsDetachedBuffer.js +9 -8
  589. data/node_modules/es-abstract/2019/IsGenericDescriptor.js +6 -3
  590. data/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +1 -3
  591. data/node_modules/es-abstract/2019/IsStringPrefix.js +3 -7
  592. data/node_modules/es-abstract/2019/IsWordChar.js +2 -5
  593. data/node_modules/es-abstract/2019/IteratorClose.js +1 -3
  594. data/node_modules/es-abstract/2019/IteratorComplete.js +1 -3
  595. data/node_modules/es-abstract/2019/IteratorNext.js +1 -3
  596. data/node_modules/es-abstract/2019/IteratorValue.js +1 -3
  597. data/node_modules/es-abstract/2019/NewPromiseCapability.js +1 -3
  598. data/node_modules/es-abstract/2019/NumberToRawBytes.js +3 -6
  599. data/node_modules/es-abstract/2019/NumberToString.js +2 -4
  600. data/node_modules/es-abstract/2019/ObjectCreate.js +2 -2
  601. data/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +1 -1
  602. data/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +4 -11
  603. data/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +3 -5
  604. data/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +1 -3
  605. data/node_modules/es-abstract/2019/OrdinaryHasInstance.js +1 -3
  606. data/node_modules/es-abstract/2019/OrdinaryHasProperty.js +1 -3
  607. data/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +2 -5
  608. data/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +2 -4
  609. data/node_modules/es-abstract/2019/PromiseResolve.js +2 -1
  610. data/node_modules/es-abstract/2019/QuoteJSONString.js +4 -7
  611. data/node_modules/es-abstract/2019/RawBytesToNumber.js +3 -5
  612. data/node_modules/es-abstract/2019/RegExpExec.js +3 -5
  613. data/node_modules/es-abstract/2019/RequireObjectCoercible.js +1 -1
  614. data/node_modules/es-abstract/2019/SameValueNonNumber.js +1 -3
  615. data/node_modules/es-abstract/2019/Set.js +2 -4
  616. data/node_modules/es-abstract/2019/SetFunctionLength.js +2 -5
  617. data/node_modules/es-abstract/2019/SetFunctionName.js +5 -9
  618. data/node_modules/es-abstract/2019/SetIntegrityLevel.js +2 -2
  619. data/node_modules/es-abstract/2019/SetValueInBuffer.js +8 -18
  620. data/node_modules/es-abstract/2019/SpeciesConstructor.js +1 -1
  621. data/node_modules/es-abstract/2019/SplitMatch.js +3 -6
  622. data/node_modules/es-abstract/2019/StringCreate.js +4 -5
  623. data/node_modules/es-abstract/2019/StringGetOwnProperty.js +3 -5
  624. data/node_modules/es-abstract/2019/SymbolDescriptiveString.js +2 -6
  625. data/node_modules/es-abstract/2019/TestIntegrityLevel.js +1 -3
  626. data/node_modules/es-abstract/2019/TimeString.js +2 -5
  627. data/node_modules/es-abstract/2019/TimeZoneString.js +33 -0
  628. data/node_modules/es-abstract/2019/ToDateString.js +2 -4
  629. data/node_modules/es-abstract/2019/ToIndex.js +1 -3
  630. data/node_modules/es-abstract/2019/ToNumber.js +1 -1
  631. data/node_modules/es-abstract/2019/ToObject.js +1 -10
  632. data/node_modules/es-abstract/2019/ToPropertyDescriptor.js +9 -11
  633. data/node_modules/es-abstract/2019/ToString.js +1 -1
  634. data/node_modules/es-abstract/2019/TrimString.js +1 -3
  635. data/node_modules/es-abstract/2019/TypedArrayCreate.js +3 -6
  636. data/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +2 -4
  637. data/node_modules/es-abstract/2019/UTF16Decode.js +1 -1
  638. data/node_modules/es-abstract/2019/UTF16Encoding.js +1 -1
  639. data/node_modules/es-abstract/2019/UnicodeEscape.js +1 -3
  640. data/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +6 -16
  641. data/node_modules/es-abstract/2019/ValidateAtomicAccess.js +2 -4
  642. data/node_modules/es-abstract/2019/ValidateTypedArray.js +10 -12
  643. data/node_modules/es-abstract/2019/WordCharacters.js +3 -6
  644. data/node_modules/es-abstract/2019/tables/typed-array-objects.js +31 -0
  645. data/node_modules/es-abstract/2019/thisBooleanValue.js +1 -3
  646. data/node_modules/es-abstract/2019/thisNumberValue.js +1 -3
  647. data/node_modules/es-abstract/2019/thisStringValue.js +1 -3
  648. data/node_modules/es-abstract/2019/thisSymbolValue.js +3 -4
  649. data/node_modules/es-abstract/2020/AbstractRelationalComparison.js +3 -3
  650. data/node_modules/es-abstract/2020/AddEntriesFromIterable.js +1 -3
  651. data/node_modules/es-abstract/2020/AdvanceStringIndex.js +3 -6
  652. data/node_modules/es-abstract/2020/ArrayCreate.js +3 -3
  653. data/node_modules/es-abstract/2020/ArraySetLength.js +4 -12
  654. data/node_modules/es-abstract/2020/ArraySpeciesCreate.js +1 -1
  655. data/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +3 -3
  656. data/node_modules/es-abstract/2020/AsyncIteratorClose.js +6 -4
  657. data/node_modules/es-abstract/2020/BigInt/add.js +2 -6
  658. data/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +2 -5
  659. data/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +2 -4
  660. data/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +2 -5
  661. data/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +2 -5
  662. data/node_modules/es-abstract/2020/BigInt/divide.js +3 -5
  663. data/node_modules/es-abstract/2020/BigInt/equal.js +2 -6
  664. data/node_modules/es-abstract/2020/BigInt/exponentiate.js +3 -5
  665. data/node_modules/es-abstract/2020/BigInt/leftShift.js +2 -6
  666. data/node_modules/es-abstract/2020/BigInt/lessThan.js +2 -6
  667. data/node_modules/es-abstract/2020/BigInt/multiply.js +2 -6
  668. data/node_modules/es-abstract/2020/BigInt/remainder.js +3 -5
  669. data/node_modules/es-abstract/2020/BigInt/sameValue.js +2 -5
  670. data/node_modules/es-abstract/2020/BigInt/sameValueZero.js +2 -5
  671. data/node_modules/es-abstract/2020/BigInt/signedRightShift.js +2 -5
  672. data/node_modules/es-abstract/2020/BigInt/subtract.js +2 -6
  673. data/node_modules/es-abstract/2020/BigInt/toString.js +2 -4
  674. data/node_modules/es-abstract/2020/BigInt/unaryMinus.js +2 -4
  675. data/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +2 -6
  676. data/node_modules/es-abstract/2020/BigIntBitwiseOp.js +2 -5
  677. data/node_modules/es-abstract/2020/BinaryAnd.js +1 -3
  678. data/node_modules/es-abstract/2020/BinaryOr.js +1 -3
  679. data/node_modules/es-abstract/2020/BinaryXor.js +1 -3
  680. data/node_modules/es-abstract/2020/Call.js +1 -1
  681. data/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +2 -5
  682. data/node_modules/es-abstract/2020/Canonicalize.js +7 -11
  683. data/node_modules/es-abstract/2020/CharacterRange.js +1 -1
  684. data/node_modules/es-abstract/2020/CodePointAt.js +2 -5
  685. data/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +14 -10
  686. data/node_modules/es-abstract/2020/CompletionRecord.js +1 -3
  687. data/node_modules/es-abstract/2020/CopyDataProperties.js +1 -3
  688. data/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +23 -7
  689. data/node_modules/es-abstract/2020/CreateDataProperty.js +1 -3
  690. data/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +1 -3
  691. data/node_modules/es-abstract/2020/CreateHTML.js +2 -5
  692. data/node_modules/es-abstract/2020/CreateIterResultObject.js +2 -6
  693. data/node_modules/es-abstract/2020/CreateListFromArrayLike.js +1 -3
  694. data/node_modules/es-abstract/2020/CreateMethodProperty.js +1 -3
  695. data/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +4 -4
  696. data/node_modules/es-abstract/2020/DateFromTime.js +1 -3
  697. data/node_modules/es-abstract/2020/DateString.js +4 -7
  698. data/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +4 -15
  699. data/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +1 -3
  700. data/node_modules/es-abstract/2020/DetachArrayBuffer.js +14 -11
  701. data/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +1 -1
  702. data/node_modules/es-abstract/2020/FlattenIntoArray.js +1 -3
  703. data/node_modules/es-abstract/2020/FromPropertyDescriptor.js +5 -5
  704. data/node_modules/es-abstract/2020/Get.js +1 -3
  705. data/node_modules/es-abstract/2020/GetIterator.js +2 -2
  706. data/node_modules/es-abstract/2020/GetMethod.js +1 -3
  707. data/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +1 -1
  708. data/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +2 -2
  709. data/node_modules/es-abstract/2020/GetSubstitution.js +14 -18
  710. data/node_modules/es-abstract/2020/GetV.js +1 -3
  711. data/node_modules/es-abstract/2020/GetValueFromBuffer.js +5 -18
  712. data/node_modules/es-abstract/2020/HasOwnProperty.js +3 -5
  713. data/node_modules/es-abstract/2020/HasProperty.js +1 -3
  714. data/node_modules/es-abstract/2020/InLeapYear.js +1 -3
  715. data/node_modules/es-abstract/2020/InstanceofOperator.js +1 -1
  716. data/node_modules/es-abstract/2020/IntegerIndexedElementGet.js +53 -0
  717. data/node_modules/es-abstract/2020/IntegerIndexedElementSet.js +60 -0
  718. data/node_modules/es-abstract/2020/InternalizeJSONProperty.js +66 -0
  719. data/node_modules/es-abstract/2020/Invoke.js +1 -3
  720. data/node_modules/es-abstract/2020/IsAccessorDescriptor.js +7 -5
  721. data/node_modules/es-abstract/2020/IsDataDescriptor.js +7 -5
  722. data/node_modules/es-abstract/2020/IsDetachedBuffer.js +9 -8
  723. data/node_modules/es-abstract/2020/IsGenericDescriptor.js +6 -3
  724. data/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +1 -3
  725. data/node_modules/es-abstract/2020/IsStringPrefix.js +3 -7
  726. data/node_modules/es-abstract/2020/IsValidIntegerIndex.js +6 -4
  727. data/node_modules/es-abstract/2020/IsWordChar.js +2 -5
  728. data/node_modules/es-abstract/2020/IteratorClose.js +1 -3
  729. data/node_modules/es-abstract/2020/IteratorComplete.js +1 -3
  730. data/node_modules/es-abstract/2020/IteratorNext.js +1 -3
  731. data/node_modules/es-abstract/2020/IteratorValue.js +1 -3
  732. data/node_modules/es-abstract/2020/LengthOfArrayLike.js +1 -3
  733. data/node_modules/es-abstract/2020/NewPromiseCapability.js +1 -3
  734. data/node_modules/es-abstract/2020/Number/add.js +2 -6
  735. data/node_modules/es-abstract/2020/Number/bitwiseAND.js +2 -5
  736. data/node_modules/es-abstract/2020/Number/bitwiseNOT.js +2 -5
  737. data/node_modules/es-abstract/2020/Number/bitwiseOR.js +2 -5
  738. data/node_modules/es-abstract/2020/Number/bitwiseXOR.js +2 -5
  739. data/node_modules/es-abstract/2020/Number/divide.js +2 -5
  740. data/node_modules/es-abstract/2020/Number/equal.js +2 -5
  741. data/node_modules/es-abstract/2020/Number/exponentiate.js +2 -3
  742. data/node_modules/es-abstract/2020/Number/leftShift.js +2 -5
  743. data/node_modules/es-abstract/2020/Number/lessThan.js +2 -6
  744. data/node_modules/es-abstract/2020/Number/multiply.js +2 -6
  745. data/node_modules/es-abstract/2020/Number/remainder.js +2 -6
  746. data/node_modules/es-abstract/2020/Number/sameValue.js +2 -4
  747. data/node_modules/es-abstract/2020/Number/sameValueZero.js +2 -6
  748. data/node_modules/es-abstract/2020/Number/signedRightShift.js +2 -5
  749. data/node_modules/es-abstract/2020/Number/subtract.js +2 -6
  750. data/node_modules/es-abstract/2020/Number/toString.js +2 -4
  751. data/node_modules/es-abstract/2020/Number/unaryMinus.js +2 -6
  752. data/node_modules/es-abstract/2020/Number/unsignedRightShift.js +2 -5
  753. data/node_modules/es-abstract/2020/NumberBitwiseOp.js +2 -5
  754. data/node_modules/es-abstract/2020/NumberToBigInt.js +4 -6
  755. data/node_modules/es-abstract/2020/NumericToRawBytes.js +3 -6
  756. data/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +1 -1
  757. data/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +4 -11
  758. data/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +3 -5
  759. data/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +1 -3
  760. data/node_modules/es-abstract/2020/OrdinaryHasInstance.js +1 -3
  761. data/node_modules/es-abstract/2020/OrdinaryHasProperty.js +1 -3
  762. data/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +2 -2
  763. data/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +2 -5
  764. data/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +2 -4
  765. data/node_modules/es-abstract/2020/PromiseResolve.js +2 -1
  766. data/node_modules/es-abstract/2020/QuoteJSONString.js +5 -8
  767. data/node_modules/es-abstract/2020/RawBytesToNumeric.js +4 -5
  768. data/node_modules/es-abstract/2020/RegExpExec.js +3 -5
  769. data/node_modules/es-abstract/2020/RequireObjectCoercible.js +1 -1
  770. data/node_modules/es-abstract/2020/SameValueNonNumeric.js +3 -6
  771. data/node_modules/es-abstract/2020/Set.js +2 -4
  772. data/node_modules/es-abstract/2020/SetFunctionLength.js +2 -5
  773. data/node_modules/es-abstract/2020/SetFunctionName.js +5 -9
  774. data/node_modules/es-abstract/2020/SetIntegrityLevel.js +2 -2
  775. data/node_modules/es-abstract/2020/SetValueInBuffer.js +9 -21
  776. data/node_modules/es-abstract/2020/SpeciesConstructor.js +1 -1
  777. data/node_modules/es-abstract/2020/SplitMatch.js +3 -6
  778. data/node_modules/es-abstract/2020/StringCreate.js +4 -5
  779. data/node_modules/es-abstract/2020/StringGetOwnProperty.js +3 -5
  780. data/node_modules/es-abstract/2020/StringPad.js +1 -3
  781. data/node_modules/es-abstract/2020/StringToBigInt.js +2 -2
  782. data/node_modules/es-abstract/2020/SymbolDescriptiveString.js +2 -6
  783. data/node_modules/es-abstract/2020/TestIntegrityLevel.js +1 -3
  784. data/node_modules/es-abstract/2020/TimeString.js +2 -5
  785. data/node_modules/es-abstract/2020/TimeZoneString.js +33 -0
  786. data/node_modules/es-abstract/2020/ToBigInt.js +2 -2
  787. data/node_modules/es-abstract/2020/ToDateString.js +2 -4
  788. data/node_modules/es-abstract/2020/ToIndex.js +1 -3
  789. data/node_modules/es-abstract/2020/ToNumber.js +1 -1
  790. data/node_modules/es-abstract/2020/ToNumeric.js +1 -2
  791. data/node_modules/es-abstract/2020/ToObject.js +1 -10
  792. data/node_modules/es-abstract/2020/ToPropertyDescriptor.js +9 -11
  793. data/node_modules/es-abstract/2020/ToString.js +1 -1
  794. data/node_modules/es-abstract/2020/TrimString.js +1 -3
  795. data/node_modules/es-abstract/2020/TypedArrayCreate.js +3 -6
  796. data/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +2 -4
  797. data/node_modules/es-abstract/2020/UTF16DecodeString.js +2 -5
  798. data/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +1 -1
  799. data/node_modules/es-abstract/2020/UTF16Encoding.js +1 -1
  800. data/node_modules/es-abstract/2020/UnicodeEscape.js +1 -3
  801. data/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +6 -16
  802. data/node_modules/es-abstract/2020/ValidateAtomicAccess.js +2 -4
  803. data/node_modules/es-abstract/2020/ValidateTypedArray.js +10 -12
  804. data/node_modules/es-abstract/2020/WordCharacters.js +3 -6
  805. data/node_modules/es-abstract/2020/floor.js +1 -3
  806. data/node_modules/es-abstract/2020/tables/typed-array-objects.js +35 -0
  807. data/node_modules/es-abstract/2020/thisBigIntValue.js +1 -2
  808. data/node_modules/es-abstract/2020/thisBooleanValue.js +1 -3
  809. data/node_modules/es-abstract/2020/thisNumberValue.js +1 -3
  810. data/node_modules/es-abstract/2020/thisStringValue.js +1 -3
  811. data/node_modules/es-abstract/2020/thisSymbolValue.js +3 -4
  812. data/node_modules/es-abstract/2021/AbstractRelationalComparison.js +3 -3
  813. data/node_modules/es-abstract/2021/AddEntriesFromIterable.js +1 -3
  814. data/node_modules/es-abstract/2021/AddToKeptObjects.js +1 -2
  815. data/node_modules/es-abstract/2021/AdvanceStringIndex.js +3 -6
  816. data/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +3 -5
  817. data/node_modules/es-abstract/2021/ArrayCreate.js +3 -3
  818. data/node_modules/es-abstract/2021/ArraySetLength.js +4 -12
  819. data/node_modules/es-abstract/2021/ArraySpeciesCreate.js +1 -1
  820. data/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +3 -3
  821. data/node_modules/es-abstract/2021/AsyncIteratorClose.js +6 -4
  822. data/node_modules/es-abstract/2021/BigInt/add.js +2 -6
  823. data/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +2 -5
  824. data/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +2 -4
  825. data/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +2 -5
  826. data/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +2 -5
  827. data/node_modules/es-abstract/2021/BigInt/divide.js +3 -5
  828. data/node_modules/es-abstract/2021/BigInt/equal.js +2 -6
  829. data/node_modules/es-abstract/2021/BigInt/exponentiate.js +3 -5
  830. data/node_modules/es-abstract/2021/BigInt/leftShift.js +2 -6
  831. data/node_modules/es-abstract/2021/BigInt/lessThan.js +2 -6
  832. data/node_modules/es-abstract/2021/BigInt/multiply.js +2 -6
  833. data/node_modules/es-abstract/2021/BigInt/remainder.js +3 -5
  834. data/node_modules/es-abstract/2021/BigInt/sameValue.js +2 -5
  835. data/node_modules/es-abstract/2021/BigInt/sameValueZero.js +2 -5
  836. data/node_modules/es-abstract/2021/BigInt/signedRightShift.js +2 -5
  837. data/node_modules/es-abstract/2021/BigInt/subtract.js +2 -6
  838. data/node_modules/es-abstract/2021/BigInt/toString.js +2 -4
  839. data/node_modules/es-abstract/2021/BigInt/unaryMinus.js +2 -4
  840. data/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +2 -6
  841. data/node_modules/es-abstract/2021/BigIntBitwiseOp.js +2 -5
  842. data/node_modules/es-abstract/2021/BinaryAnd.js +1 -3
  843. data/node_modules/es-abstract/2021/BinaryOr.js +1 -3
  844. data/node_modules/es-abstract/2021/BinaryXor.js +1 -3
  845. data/node_modules/es-abstract/2021/ByteListBitwiseOp.js +1 -2
  846. data/node_modules/es-abstract/2021/ByteListEqual.js +1 -3
  847. data/node_modules/es-abstract/2021/Call.js +1 -1
  848. data/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +2 -5
  849. data/node_modules/es-abstract/2021/Canonicalize.js +7 -11
  850. data/node_modules/es-abstract/2021/CharacterRange.js +1 -1
  851. data/node_modules/es-abstract/2021/CloneArrayBuffer.js +1 -3
  852. data/node_modules/es-abstract/2021/CodePointAt.js +2 -5
  853. data/node_modules/es-abstract/2021/CodePointsToString.js +1 -3
  854. data/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +14 -10
  855. data/node_modules/es-abstract/2021/CompletionRecord.js +1 -3
  856. data/node_modules/es-abstract/2021/CopyDataProperties.js +1 -3
  857. data/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +23 -7
  858. data/node_modules/es-abstract/2021/CreateDataProperty.js +1 -3
  859. data/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +1 -3
  860. data/node_modules/es-abstract/2021/CreateHTML.js +2 -5
  861. data/node_modules/es-abstract/2021/CreateIterResultObject.js +2 -6
  862. data/node_modules/es-abstract/2021/CreateListFromArrayLike.js +1 -3
  863. data/node_modules/es-abstract/2021/CreateMethodProperty.js +1 -3
  864. data/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +4 -4
  865. data/node_modules/es-abstract/2021/DateFromTime.js +1 -3
  866. data/node_modules/es-abstract/2021/DateString.js +4 -7
  867. data/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +4 -15
  868. data/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +1 -3
  869. data/node_modules/es-abstract/2021/DetachArrayBuffer.js +14 -11
  870. data/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +1 -1
  871. data/node_modules/es-abstract/2021/FlattenIntoArray.js +1 -3
  872. data/node_modules/es-abstract/2021/FromPropertyDescriptor.js +5 -5
  873. data/node_modules/es-abstract/2021/Get.js +1 -3
  874. data/node_modules/es-abstract/2021/GetIterator.js +2 -2
  875. data/node_modules/es-abstract/2021/GetMethod.js +1 -3
  876. data/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +1 -1
  877. data/node_modules/es-abstract/2021/GetPromiseResolve.js +1 -3
  878. data/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +2 -2
  879. data/node_modules/es-abstract/2021/GetSubstitution.js +13 -18
  880. data/node_modules/es-abstract/2021/GetV.js +1 -3
  881. data/node_modules/es-abstract/2021/GetValueFromBuffer.js +5 -18
  882. data/node_modules/es-abstract/2021/HasOwnProperty.js +3 -5
  883. data/node_modules/es-abstract/2021/HasProperty.js +1 -3
  884. data/node_modules/es-abstract/2021/InLeapYear.js +1 -3
  885. data/node_modules/es-abstract/2021/InstanceofOperator.js +1 -1
  886. data/node_modules/es-abstract/2021/IntegerIndexedElementGet.js +39 -0
  887. data/node_modules/es-abstract/2021/IntegerIndexedElementSet.js +44 -0
  888. data/node_modules/es-abstract/2021/InternalizeJSONProperty.js +66 -0
  889. data/node_modules/es-abstract/2021/Invoke.js +1 -3
  890. data/node_modules/es-abstract/2021/IsAccessorDescriptor.js +7 -5
  891. data/node_modules/es-abstract/2021/IsDataDescriptor.js +7 -5
  892. data/node_modules/es-abstract/2021/IsDetachedBuffer.js +9 -8
  893. data/node_modules/es-abstract/2021/IsGenericDescriptor.js +6 -3
  894. data/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +1 -3
  895. data/node_modules/es-abstract/2021/IsStringPrefix.js +3 -7
  896. data/node_modules/es-abstract/2021/IsValidIntegerIndex.js +1 -3
  897. data/node_modules/es-abstract/2021/IsWordChar.js +2 -5
  898. data/node_modules/es-abstract/2021/IteratorClose.js +1 -3
  899. data/node_modules/es-abstract/2021/IteratorComplete.js +1 -3
  900. data/node_modules/es-abstract/2021/IteratorNext.js +1 -3
  901. data/node_modules/es-abstract/2021/IteratorValue.js +1 -3
  902. data/node_modules/es-abstract/2021/LengthOfArrayLike.js +1 -3
  903. data/node_modules/es-abstract/2021/NewPromiseCapability.js +1 -3
  904. data/node_modules/es-abstract/2021/Number/add.js +2 -6
  905. data/node_modules/es-abstract/2021/Number/bitwiseAND.js +2 -5
  906. data/node_modules/es-abstract/2021/Number/bitwiseNOT.js +2 -5
  907. data/node_modules/es-abstract/2021/Number/bitwiseOR.js +2 -5
  908. data/node_modules/es-abstract/2021/Number/bitwiseXOR.js +2 -5
  909. data/node_modules/es-abstract/2021/Number/divide.js +2 -5
  910. data/node_modules/es-abstract/2021/Number/equal.js +2 -5
  911. data/node_modules/es-abstract/2021/Number/exponentiate.js +2 -3
  912. data/node_modules/es-abstract/2021/Number/leftShift.js +2 -5
  913. data/node_modules/es-abstract/2021/Number/lessThan.js +2 -6
  914. data/node_modules/es-abstract/2021/Number/multiply.js +2 -6
  915. data/node_modules/es-abstract/2021/Number/remainder.js +2 -6
  916. data/node_modules/es-abstract/2021/Number/sameValue.js +2 -4
  917. data/node_modules/es-abstract/2021/Number/sameValueZero.js +2 -6
  918. data/node_modules/es-abstract/2021/Number/signedRightShift.js +2 -5
  919. data/node_modules/es-abstract/2021/Number/subtract.js +2 -6
  920. data/node_modules/es-abstract/2021/Number/toString.js +2 -4
  921. data/node_modules/es-abstract/2021/Number/unaryMinus.js +2 -6
  922. data/node_modules/es-abstract/2021/Number/unsignedRightShift.js +2 -5
  923. data/node_modules/es-abstract/2021/NumberBitwiseOp.js +2 -5
  924. data/node_modules/es-abstract/2021/NumberToBigInt.js +4 -5
  925. data/node_modules/es-abstract/2021/NumericToRawBytes.js +3 -6
  926. data/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +1 -1
  927. data/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +4 -11
  928. data/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +3 -5
  929. data/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +1 -3
  930. data/node_modules/es-abstract/2021/OrdinaryHasInstance.js +1 -3
  931. data/node_modules/es-abstract/2021/OrdinaryHasProperty.js +1 -3
  932. data/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +2 -2
  933. data/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +2 -5
  934. data/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +2 -4
  935. data/node_modules/es-abstract/2021/PromiseResolve.js +2 -1
  936. data/node_modules/es-abstract/2021/QuoteJSONString.js +4 -7
  937. data/node_modules/es-abstract/2021/RawBytesToNumeric.js +4 -5
  938. data/node_modules/es-abstract/2021/RegExpExec.js +3 -5
  939. data/node_modules/es-abstract/2021/RequireObjectCoercible.js +1 -1
  940. data/node_modules/es-abstract/2021/SameValueNonNumeric.js +3 -6
  941. data/node_modules/es-abstract/2021/Set.js +2 -4
  942. data/node_modules/es-abstract/2021/SetFunctionLength.js +2 -5
  943. data/node_modules/es-abstract/2021/SetFunctionName.js +5 -9
  944. data/node_modules/es-abstract/2021/SetIntegrityLevel.js +2 -2
  945. data/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +5 -35
  946. data/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +8 -36
  947. data/node_modules/es-abstract/2021/SetValueInBuffer.js +9 -21
  948. data/node_modules/es-abstract/2021/SpeciesConstructor.js +1 -1
  949. data/node_modules/es-abstract/2021/SplitMatch.js +3 -6
  950. data/node_modules/es-abstract/2021/StringCreate.js +4 -5
  951. data/node_modules/es-abstract/2021/StringGetOwnProperty.js +3 -5
  952. data/node_modules/es-abstract/2021/StringIndexOf.js +3 -6
  953. data/node_modules/es-abstract/2021/StringPad.js +1 -3
  954. data/node_modules/es-abstract/2021/StringToBigInt.js +2 -2
  955. data/node_modules/es-abstract/2021/StringToCodePoints.js +2 -5
  956. data/node_modules/es-abstract/2021/SymbolDescriptiveString.js +2 -6
  957. data/node_modules/es-abstract/2021/TestIntegrityLevel.js +1 -3
  958. data/node_modules/es-abstract/2021/TimeString.js +2 -5
  959. data/node_modules/es-abstract/2021/TimeZoneString.js +38 -0
  960. data/node_modules/es-abstract/2021/ToBigInt.js +2 -2
  961. data/node_modules/es-abstract/2021/ToDateString.js +2 -4
  962. data/node_modules/es-abstract/2021/ToIndex.js +1 -3
  963. data/node_modules/es-abstract/2021/ToNumber.js +1 -1
  964. data/node_modules/es-abstract/2021/ToNumeric.js +1 -2
  965. data/node_modules/es-abstract/2021/ToObject.js +1 -10
  966. data/node_modules/es-abstract/2021/ToPropertyDescriptor.js +9 -11
  967. data/node_modules/es-abstract/2021/ToString.js +1 -1
  968. data/node_modules/es-abstract/2021/TrimString.js +1 -3
  969. data/node_modules/es-abstract/2021/TypedArrayCreate.js +3 -6
  970. data/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +2 -4
  971. data/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +1 -1
  972. data/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +1 -1
  973. data/node_modules/es-abstract/2021/UnicodeEscape.js +1 -3
  974. data/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +6 -16
  975. data/node_modules/es-abstract/2021/ValidateAtomicAccess.js +5 -19
  976. data/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +4 -20
  977. data/node_modules/es-abstract/2021/ValidateTypedArray.js +10 -12
  978. data/node_modules/es-abstract/2021/WeakRefDeref.js +1 -2
  979. data/node_modules/es-abstract/2021/WordCharacters.js +3 -6
  980. data/node_modules/es-abstract/2021/clamp.js +2 -4
  981. data/node_modules/es-abstract/2021/floor.js +1 -3
  982. data/node_modules/es-abstract/2021/substring.js +2 -6
  983. data/node_modules/es-abstract/2021/tables/typed-array-objects.js +35 -0
  984. data/node_modules/es-abstract/2021/thisBigIntValue.js +1 -2
  985. data/node_modules/es-abstract/2021/thisBooleanValue.js +1 -3
  986. data/node_modules/es-abstract/2021/thisNumberValue.js +1 -3
  987. data/node_modules/es-abstract/2021/thisStringValue.js +1 -3
  988. data/node_modules/es-abstract/2021/thisSymbolValue.js +3 -4
  989. data/node_modules/es-abstract/2022/AddEntriesFromIterable.js +1 -3
  990. data/node_modules/es-abstract/2022/AddToKeptObjects.js +1 -2
  991. data/node_modules/es-abstract/2022/AdvanceStringIndex.js +3 -6
  992. data/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +3 -5
  993. data/node_modules/es-abstract/2022/ArrayCreate.js +3 -3
  994. data/node_modules/es-abstract/2022/ArraySetLength.js +4 -12
  995. data/node_modules/es-abstract/2022/ArraySpeciesCreate.js +1 -1
  996. data/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +3 -3
  997. data/node_modules/es-abstract/2022/AsyncIteratorClose.js +6 -4
  998. data/node_modules/es-abstract/2022/BigInt/add.js +2 -6
  999. data/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +2 -5
  1000. data/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +2 -4
  1001. data/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +2 -5
  1002. data/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +2 -5
  1003. data/node_modules/es-abstract/2022/BigInt/divide.js +3 -5
  1004. data/node_modules/es-abstract/2022/BigInt/equal.js +2 -6
  1005. data/node_modules/es-abstract/2022/BigInt/exponentiate.js +3 -5
  1006. data/node_modules/es-abstract/2022/BigInt/leftShift.js +2 -6
  1007. data/node_modules/es-abstract/2022/BigInt/lessThan.js +2 -6
  1008. data/node_modules/es-abstract/2022/BigInt/multiply.js +2 -6
  1009. data/node_modules/es-abstract/2022/BigInt/remainder.js +3 -5
  1010. data/node_modules/es-abstract/2022/BigInt/sameValue.js +2 -5
  1011. data/node_modules/es-abstract/2022/BigInt/sameValueZero.js +2 -5
  1012. data/node_modules/es-abstract/2022/BigInt/signedRightShift.js +2 -5
  1013. data/node_modules/es-abstract/2022/BigInt/subtract.js +2 -6
  1014. data/node_modules/es-abstract/2022/BigInt/toString.js +2 -4
  1015. data/node_modules/es-abstract/2022/BigInt/unaryMinus.js +2 -4
  1016. data/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +2 -6
  1017. data/node_modules/es-abstract/2022/BigIntBitwiseOp.js +2 -5
  1018. data/node_modules/es-abstract/2022/BinaryAnd.js +1 -3
  1019. data/node_modules/es-abstract/2022/BinaryOr.js +1 -3
  1020. data/node_modules/es-abstract/2022/BinaryXor.js +1 -3
  1021. data/node_modules/es-abstract/2022/ByteListBitwiseOp.js +1 -2
  1022. data/node_modules/es-abstract/2022/ByteListEqual.js +1 -3
  1023. data/node_modules/es-abstract/2022/Call.js +1 -1
  1024. data/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +2 -5
  1025. data/node_modules/es-abstract/2022/Canonicalize.js +7 -11
  1026. data/node_modules/es-abstract/2022/CharacterRange.js +1 -1
  1027. data/node_modules/es-abstract/2022/CloneArrayBuffer.js +1 -3
  1028. data/node_modules/es-abstract/2022/CodePointAt.js +2 -5
  1029. data/node_modules/es-abstract/2022/CodePointsToString.js +1 -3
  1030. data/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +14 -10
  1031. data/node_modules/es-abstract/2022/CompletionRecord.js +1 -3
  1032. data/node_modules/es-abstract/2022/CopyDataProperties.js +1 -3
  1033. data/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +23 -7
  1034. data/node_modules/es-abstract/2022/CreateDataProperty.js +1 -3
  1035. data/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +1 -3
  1036. data/node_modules/es-abstract/2022/CreateHTML.js +2 -5
  1037. data/node_modules/es-abstract/2022/CreateIterResultObject.js +2 -6
  1038. data/node_modules/es-abstract/2022/CreateListFromArrayLike.js +1 -3
  1039. data/node_modules/es-abstract/2022/CreateMethodProperty.js +1 -3
  1040. data/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +1 -3
  1041. data/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +4 -4
  1042. data/node_modules/es-abstract/2022/DateFromTime.js +1 -3
  1043. data/node_modules/es-abstract/2022/DateString.js +4 -7
  1044. data/node_modules/es-abstract/2022/DefineMethodProperty.js +41 -0
  1045. data/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +4 -15
  1046. data/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +1 -3
  1047. data/node_modules/es-abstract/2022/DetachArrayBuffer.js +14 -11
  1048. data/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +1 -1
  1049. data/node_modules/es-abstract/2022/FlattenIntoArray.js +1 -3
  1050. data/node_modules/es-abstract/2022/FromPropertyDescriptor.js +5 -5
  1051. data/node_modules/es-abstract/2022/Get.js +1 -3
  1052. data/node_modules/es-abstract/2022/GetIterator.js +2 -2
  1053. data/node_modules/es-abstract/2022/GetMatchIndexPair.js +6 -8
  1054. data/node_modules/es-abstract/2022/GetMatchString.js +6 -7
  1055. data/node_modules/es-abstract/2022/GetMethod.js +1 -3
  1056. data/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +1 -1
  1057. data/node_modules/es-abstract/2022/GetPromiseResolve.js +1 -3
  1058. data/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +2 -2
  1059. data/node_modules/es-abstract/2022/GetStringIndex.js +2 -4
  1060. data/node_modules/es-abstract/2022/GetSubstitution.js +101 -86
  1061. data/node_modules/es-abstract/2022/GetV.js +1 -3
  1062. data/node_modules/es-abstract/2022/GetValueFromBuffer.js +5 -18
  1063. data/node_modules/es-abstract/2022/HasOwnProperty.js +3 -5
  1064. data/node_modules/es-abstract/2022/HasProperty.js +1 -3
  1065. data/node_modules/es-abstract/2022/InLeapYear.js +1 -3
  1066. data/node_modules/es-abstract/2022/InstallErrorCause.js +1 -3
  1067. data/node_modules/es-abstract/2022/InstanceofOperator.js +1 -1
  1068. data/node_modules/es-abstract/2022/IntegerIndexedElementGet.js +38 -0
  1069. data/node_modules/es-abstract/2022/IntegerIndexedElementSet.js +42 -0
  1070. data/node_modules/es-abstract/2022/InternalizeJSONProperty.js +66 -0
  1071. data/node_modules/es-abstract/2022/Invoke.js +1 -3
  1072. data/node_modules/es-abstract/2022/IsAccessorDescriptor.js +7 -5
  1073. data/node_modules/es-abstract/2022/IsDataDescriptor.js +7 -5
  1074. data/node_modules/es-abstract/2022/IsDetachedBuffer.js +9 -8
  1075. data/node_modules/es-abstract/2022/IsGenericDescriptor.js +6 -3
  1076. data/node_modules/es-abstract/2022/IsLessThan.js +8 -11
  1077. data/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +1 -3
  1078. data/node_modules/es-abstract/2022/IsStringPrefix.js +3 -6
  1079. data/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +2 -5
  1080. data/node_modules/es-abstract/2022/IsValidIntegerIndex.js +1 -3
  1081. data/node_modules/es-abstract/2022/IsWordChar.js +2 -5
  1082. data/node_modules/es-abstract/2022/IteratorClose.js +1 -3
  1083. data/node_modules/es-abstract/2022/IteratorComplete.js +1 -3
  1084. data/node_modules/es-abstract/2022/IteratorNext.js +1 -3
  1085. data/node_modules/es-abstract/2022/IteratorValue.js +1 -3
  1086. data/node_modules/es-abstract/2022/LengthOfArrayLike.js +1 -3
  1087. data/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +4 -7
  1088. data/node_modules/es-abstract/2022/NewPromiseCapability.js +1 -3
  1089. data/node_modules/es-abstract/2022/Number/add.js +2 -6
  1090. data/node_modules/es-abstract/2022/Number/bitwiseAND.js +2 -5
  1091. data/node_modules/es-abstract/2022/Number/bitwiseNOT.js +2 -5
  1092. data/node_modules/es-abstract/2022/Number/bitwiseOR.js +2 -5
  1093. data/node_modules/es-abstract/2022/Number/bitwiseXOR.js +2 -5
  1094. data/node_modules/es-abstract/2022/Number/divide.js +2 -5
  1095. data/node_modules/es-abstract/2022/Number/equal.js +2 -5
  1096. data/node_modules/es-abstract/2022/Number/exponentiate.js +2 -3
  1097. data/node_modules/es-abstract/2022/Number/leftShift.js +2 -5
  1098. data/node_modules/es-abstract/2022/Number/lessThan.js +2 -6
  1099. data/node_modules/es-abstract/2022/Number/multiply.js +2 -6
  1100. data/node_modules/es-abstract/2022/Number/remainder.js +2 -6
  1101. data/node_modules/es-abstract/2022/Number/sameValue.js +2 -4
  1102. data/node_modules/es-abstract/2022/Number/sameValueZero.js +2 -6
  1103. data/node_modules/es-abstract/2022/Number/signedRightShift.js +2 -5
  1104. data/node_modules/es-abstract/2022/Number/subtract.js +2 -6
  1105. data/node_modules/es-abstract/2022/Number/toString.js +2 -4
  1106. data/node_modules/es-abstract/2022/Number/unaryMinus.js +2 -6
  1107. data/node_modules/es-abstract/2022/Number/unsignedRightShift.js +2 -5
  1108. data/node_modules/es-abstract/2022/NumberBitwiseOp.js +2 -5
  1109. data/node_modules/es-abstract/2022/NumberToBigInt.js +4 -5
  1110. data/node_modules/es-abstract/2022/NumericToRawBytes.js +3 -6
  1111. data/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +1 -1
  1112. data/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +4 -11
  1113. data/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +3 -5
  1114. data/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +1 -3
  1115. data/node_modules/es-abstract/2022/OrdinaryHasInstance.js +1 -3
  1116. data/node_modules/es-abstract/2022/OrdinaryHasProperty.js +1 -3
  1117. data/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +2 -2
  1118. data/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +2 -5
  1119. data/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +2 -4
  1120. data/node_modules/es-abstract/2022/PromiseResolve.js +2 -1
  1121. data/node_modules/es-abstract/2022/QuoteJSONString.js +4 -7
  1122. data/node_modules/es-abstract/2022/RawBytesToNumeric.js +4 -5
  1123. data/node_modules/es-abstract/2022/RegExpExec.js +3 -5
  1124. data/node_modules/es-abstract/2022/RegExpHasFlag.js +2 -2
  1125. data/node_modules/es-abstract/2022/RequireObjectCoercible.js +1 -1
  1126. data/node_modules/es-abstract/2022/SameValueNonNumeric.js +3 -6
  1127. data/node_modules/es-abstract/2022/Set.js +2 -4
  1128. data/node_modules/es-abstract/2022/SetFunctionLength.js +2 -5
  1129. data/node_modules/es-abstract/2022/SetFunctionName.js +5 -9
  1130. data/node_modules/es-abstract/2022/SetIntegrityLevel.js +2 -2
  1131. data/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +2 -4
  1132. data/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +3 -3
  1133. data/node_modules/es-abstract/2022/SetValueInBuffer.js +9 -21
  1134. data/node_modules/es-abstract/2022/SortIndexedProperties.js +1 -2
  1135. data/node_modules/es-abstract/2022/SpeciesConstructor.js +1 -1
  1136. data/node_modules/es-abstract/2022/StringCreate.js +4 -5
  1137. data/node_modules/es-abstract/2022/StringGetOwnProperty.js +3 -5
  1138. data/node_modules/es-abstract/2022/StringIndexOf.js +3 -6
  1139. data/node_modules/es-abstract/2022/StringPad.js +1 -3
  1140. data/node_modules/es-abstract/2022/StringToBigInt.js +2 -2
  1141. data/node_modules/es-abstract/2022/StringToCodePoints.js +2 -5
  1142. data/node_modules/es-abstract/2022/StringToNumber.js +2 -4
  1143. data/node_modules/es-abstract/2022/SymbolDescriptiveString.js +2 -6
  1144. data/node_modules/es-abstract/2022/TestIntegrityLevel.js +1 -3
  1145. data/node_modules/es-abstract/2022/TimeString.js +12 -11
  1146. data/node_modules/es-abstract/2022/TimeZoneString.js +38 -0
  1147. data/node_modules/es-abstract/2022/ToBigInt.js +4 -6
  1148. data/node_modules/es-abstract/2022/ToDateString.js +2 -4
  1149. data/node_modules/es-abstract/2022/ToIndex.js +1 -3
  1150. data/node_modules/es-abstract/2022/ToNumber.js +1 -1
  1151. data/node_modules/es-abstract/2022/ToNumeric.js +1 -2
  1152. data/node_modules/es-abstract/2022/ToObject.js +1 -10
  1153. data/node_modules/es-abstract/2022/ToPropertyDescriptor.js +9 -11
  1154. data/node_modules/es-abstract/2022/ToString.js +1 -1
  1155. data/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +1 -1
  1156. data/node_modules/es-abstract/2022/TrimString.js +1 -3
  1157. data/node_modules/es-abstract/2022/TypedArrayCreate.js +3 -6
  1158. data/node_modules/es-abstract/2022/TypedArrayElementSize.js +4 -19
  1159. data/node_modules/es-abstract/2022/TypedArrayElementType.js +4 -19
  1160. data/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +2 -4
  1161. data/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +1 -1
  1162. data/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +1 -1
  1163. data/node_modules/es-abstract/2022/UnicodeEscape.js +1 -3
  1164. data/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +15 -20
  1165. data/node_modules/es-abstract/2022/ValidateAtomicAccess.js +2 -4
  1166. data/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +2 -5
  1167. data/node_modules/es-abstract/2022/ValidateTypedArray.js +10 -14
  1168. data/node_modules/es-abstract/2022/WeakRefDeref.js +1 -2
  1169. data/node_modules/es-abstract/2022/WordCharacters.js +3 -6
  1170. data/node_modules/es-abstract/2022/clamp.js +2 -4
  1171. data/node_modules/es-abstract/2022/floor.js +1 -3
  1172. data/node_modules/es-abstract/2022/substring.js +2 -6
  1173. data/node_modules/es-abstract/2022/tables/typed-array-objects.js +35 -0
  1174. data/node_modules/es-abstract/2022/thisBigIntValue.js +1 -2
  1175. data/node_modules/es-abstract/2022/thisBooleanValue.js +1 -3
  1176. data/node_modules/es-abstract/2022/thisNumberValue.js +1 -3
  1177. data/node_modules/es-abstract/2022/thisStringValue.js +1 -3
  1178. data/node_modules/es-abstract/2022/thisSymbolValue.js +3 -4
  1179. data/node_modules/es-abstract/2023/AddEntriesFromIterable.js +1 -3
  1180. data/node_modules/es-abstract/2023/AddToKeptObjects.js +1 -2
  1181. data/node_modules/es-abstract/2023/AdvanceStringIndex.js +3 -6
  1182. data/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +3 -5
  1183. data/node_modules/es-abstract/2023/ArrayCreate.js +3 -3
  1184. data/node_modules/es-abstract/2023/ArraySetLength.js +4 -12
  1185. data/node_modules/es-abstract/2023/ArraySpeciesCreate.js +1 -1
  1186. data/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +3 -3
  1187. data/node_modules/es-abstract/2023/AsyncIteratorClose.js +6 -4
  1188. data/node_modules/es-abstract/2023/BigInt/add.js +2 -6
  1189. data/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +2 -5
  1190. data/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +2 -4
  1191. data/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +2 -5
  1192. data/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +2 -5
  1193. data/node_modules/es-abstract/2023/BigInt/divide.js +3 -5
  1194. data/node_modules/es-abstract/2023/BigInt/equal.js +2 -6
  1195. data/node_modules/es-abstract/2023/BigInt/exponentiate.js +3 -5
  1196. data/node_modules/es-abstract/2023/BigInt/leftShift.js +2 -6
  1197. data/node_modules/es-abstract/2023/BigInt/lessThan.js +2 -6
  1198. data/node_modules/es-abstract/2023/BigInt/multiply.js +2 -6
  1199. data/node_modules/es-abstract/2023/BigInt/remainder.js +3 -5
  1200. data/node_modules/es-abstract/2023/BigInt/signedRightShift.js +2 -5
  1201. data/node_modules/es-abstract/2023/BigInt/subtract.js +2 -6
  1202. data/node_modules/es-abstract/2023/BigInt/toString.js +3 -7
  1203. data/node_modules/es-abstract/2023/BigInt/unaryMinus.js +2 -4
  1204. data/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +2 -6
  1205. data/node_modules/es-abstract/2023/BigIntBitwiseOp.js +2 -5
  1206. data/node_modules/es-abstract/2023/BinaryAnd.js +1 -3
  1207. data/node_modules/es-abstract/2023/BinaryOr.js +1 -3
  1208. data/node_modules/es-abstract/2023/BinaryXor.js +1 -3
  1209. data/node_modules/es-abstract/2023/ByteListBitwiseOp.js +1 -2
  1210. data/node_modules/es-abstract/2023/ByteListEqual.js +1 -3
  1211. data/node_modules/es-abstract/2023/Call.js +1 -1
  1212. data/node_modules/es-abstract/2023/CanBeHeldWeakly.js +1 -1
  1213. data/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +2 -5
  1214. data/node_modules/es-abstract/2023/Canonicalize.js +11 -12
  1215. data/node_modules/es-abstract/2023/CharacterRange.js +1 -1
  1216. data/node_modules/es-abstract/2023/CloneArrayBuffer.js +1 -3
  1217. data/node_modules/es-abstract/2023/CodePointAt.js +2 -5
  1218. data/node_modules/es-abstract/2023/CodePointsToString.js +1 -3
  1219. data/node_modules/es-abstract/2023/CompareArrayElements.js +1 -3
  1220. data/node_modules/es-abstract/2023/CompareTypedArrayElements.js +2 -7
  1221. data/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +14 -10
  1222. data/node_modules/es-abstract/2023/CompletionRecord.js +1 -3
  1223. data/node_modules/es-abstract/2023/CopyDataProperties.js +1 -3
  1224. data/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +22 -6
  1225. data/node_modules/es-abstract/2023/CreateDataProperty.js +1 -3
  1226. data/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +1 -3
  1227. data/node_modules/es-abstract/2023/CreateHTML.js +2 -5
  1228. data/node_modules/es-abstract/2023/CreateIterResultObject.js +2 -6
  1229. data/node_modules/es-abstract/2023/CreateListFromArrayLike.js +1 -3
  1230. data/node_modules/es-abstract/2023/CreateMethodProperty.js +1 -3
  1231. data/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +1 -3
  1232. data/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +4 -4
  1233. data/node_modules/es-abstract/2023/DateFromTime.js +1 -3
  1234. data/node_modules/es-abstract/2023/DateString.js +4 -7
  1235. data/node_modules/es-abstract/2023/DefaultTimeZone.js +18 -0
  1236. data/node_modules/es-abstract/2023/DefineMethodProperty.js +41 -0
  1237. data/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +4 -15
  1238. data/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +1 -3
  1239. data/node_modules/es-abstract/2023/DetachArrayBuffer.js +14 -11
  1240. data/node_modules/es-abstract/2023/EnumerableOwnProperties.js +1 -1
  1241. data/node_modules/es-abstract/2023/FindViaPredicate.js +1 -3
  1242. data/node_modules/es-abstract/2023/FlattenIntoArray.js +1 -3
  1243. data/node_modules/es-abstract/2023/FromPropertyDescriptor.js +5 -5
  1244. data/node_modules/es-abstract/2023/Get.js +1 -3
  1245. data/node_modules/es-abstract/2023/GetIterator.js +1 -1
  1246. data/node_modules/es-abstract/2023/GetIteratorFromMethod.js +1 -3
  1247. data/node_modules/es-abstract/2023/GetMatchIndexPair.js +6 -8
  1248. data/node_modules/es-abstract/2023/GetMatchString.js +6 -7
  1249. data/node_modules/es-abstract/2023/GetMethod.js +1 -3
  1250. data/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +1 -1
  1251. data/node_modules/es-abstract/2023/GetPromiseResolve.js +1 -3
  1252. data/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +2 -2
  1253. data/node_modules/es-abstract/2023/GetStringIndex.js +2 -4
  1254. data/node_modules/es-abstract/2023/GetSubstitution.js +104 -88
  1255. data/node_modules/es-abstract/2023/GetV.js +1 -3
  1256. data/node_modules/es-abstract/2023/GetValueFromBuffer.js +5 -18
  1257. data/node_modules/es-abstract/2023/HasOwnProperty.js +3 -5
  1258. data/node_modules/es-abstract/2023/HasProperty.js +1 -3
  1259. data/node_modules/es-abstract/2023/InLeapYear.js +1 -3
  1260. data/node_modules/es-abstract/2023/InstallErrorCause.js +1 -3
  1261. data/node_modules/es-abstract/2023/InstanceofOperator.js +1 -1
  1262. data/node_modules/es-abstract/2023/IntegerIndexedElementGet.js +38 -0
  1263. data/node_modules/es-abstract/2023/IntegerIndexedElementSet.js +42 -0
  1264. data/node_modules/es-abstract/2023/InternalizeJSONProperty.js +68 -0
  1265. data/node_modules/es-abstract/2023/Invoke.js +1 -3
  1266. data/node_modules/es-abstract/2023/IsAccessorDescriptor.js +7 -5
  1267. data/node_modules/es-abstract/2023/IsDataDescriptor.js +7 -5
  1268. data/node_modules/es-abstract/2023/IsDetachedBuffer.js +9 -8
  1269. data/node_modules/es-abstract/2023/IsGenericDescriptor.js +6 -3
  1270. data/node_modules/es-abstract/2023/IsIntegralNumber.js +1 -2
  1271. data/node_modules/es-abstract/2023/IsLessThan.js +8 -11
  1272. data/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +1 -3
  1273. data/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +2 -5
  1274. data/node_modules/es-abstract/2023/IsValidIntegerIndex.js +1 -3
  1275. data/node_modules/es-abstract/2023/IsWordChar.js +5 -6
  1276. data/node_modules/es-abstract/2023/IteratorClose.js +5 -5
  1277. data/node_modules/es-abstract/2023/IteratorComplete.js +1 -3
  1278. data/node_modules/es-abstract/2023/IteratorNext.js +5 -5
  1279. data/node_modules/es-abstract/2023/IteratorStep.js +6 -3
  1280. data/node_modules/es-abstract/2023/IteratorToList.js +6 -3
  1281. data/node_modules/es-abstract/2023/IteratorValue.js +1 -3
  1282. data/node_modules/es-abstract/2023/KeyForSymbol.js +2 -6
  1283. data/node_modules/es-abstract/2023/LengthOfArrayLike.js +1 -3
  1284. data/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +4 -7
  1285. data/node_modules/es-abstract/2023/NewPromiseCapability.js +1 -3
  1286. data/node_modules/es-abstract/2023/Number/add.js +2 -6
  1287. data/node_modules/es-abstract/2023/Number/bitwiseAND.js +2 -5
  1288. data/node_modules/es-abstract/2023/Number/bitwiseNOT.js +2 -5
  1289. data/node_modules/es-abstract/2023/Number/bitwiseOR.js +2 -5
  1290. data/node_modules/es-abstract/2023/Number/bitwiseXOR.js +2 -5
  1291. data/node_modules/es-abstract/2023/Number/divide.js +2 -5
  1292. data/node_modules/es-abstract/2023/Number/equal.js +2 -5
  1293. data/node_modules/es-abstract/2023/Number/exponentiate.js +2 -3
  1294. data/node_modules/es-abstract/2023/Number/leftShift.js +2 -5
  1295. data/node_modules/es-abstract/2023/Number/lessThan.js +2 -6
  1296. data/node_modules/es-abstract/2023/Number/multiply.js +2 -6
  1297. data/node_modules/es-abstract/2023/Number/remainder.js +2 -5
  1298. data/node_modules/es-abstract/2023/Number/sameValue.js +2 -4
  1299. data/node_modules/es-abstract/2023/Number/sameValueZero.js +2 -6
  1300. data/node_modules/es-abstract/2023/Number/signedRightShift.js +2 -5
  1301. data/node_modules/es-abstract/2023/Number/subtract.js +2 -6
  1302. data/node_modules/es-abstract/2023/Number/toString.js +2 -6
  1303. data/node_modules/es-abstract/2023/Number/unaryMinus.js +2 -6
  1304. data/node_modules/es-abstract/2023/Number/unsignedRightShift.js +2 -5
  1305. data/node_modules/es-abstract/2023/NumberBitwiseOp.js +2 -5
  1306. data/node_modules/es-abstract/2023/NumberToBigInt.js +4 -5
  1307. data/node_modules/es-abstract/2023/NumericToRawBytes.js +3 -6
  1308. data/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +1 -1
  1309. data/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +4 -11
  1310. data/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +3 -5
  1311. data/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +1 -3
  1312. data/node_modules/es-abstract/2023/OrdinaryHasInstance.js +1 -3
  1313. data/node_modules/es-abstract/2023/OrdinaryHasProperty.js +1 -3
  1314. data/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +2 -2
  1315. data/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +2 -5
  1316. data/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +2 -4
  1317. data/node_modules/es-abstract/2023/ParseHexOctet.js +3 -4
  1318. data/node_modules/es-abstract/2023/PromiseResolve.js +2 -1
  1319. data/node_modules/es-abstract/2023/QuoteJSONString.js +4 -7
  1320. data/node_modules/es-abstract/2023/RawBytesToNumeric.js +4 -5
  1321. data/node_modules/es-abstract/2023/RegExpExec.js +3 -5
  1322. data/node_modules/es-abstract/2023/RegExpHasFlag.js +2 -2
  1323. data/node_modules/es-abstract/2023/RequireObjectCoercible.js +1 -1
  1324. data/node_modules/es-abstract/2023/SameValueNonNumber.js +1 -3
  1325. data/node_modules/es-abstract/2023/Set.js +2 -4
  1326. data/node_modules/es-abstract/2023/SetFunctionLength.js +2 -5
  1327. data/node_modules/es-abstract/2023/SetFunctionName.js +5 -9
  1328. data/node_modules/es-abstract/2023/SetIntegrityLevel.js +2 -2
  1329. data/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +15 -43
  1330. data/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +25 -32
  1331. data/node_modules/es-abstract/2023/SetValueInBuffer.js +9 -21
  1332. data/node_modules/es-abstract/2023/SortIndexedProperties.js +1 -2
  1333. data/node_modules/es-abstract/2023/SpeciesConstructor.js +1 -1
  1334. data/node_modules/es-abstract/2023/StringCreate.js +4 -5
  1335. data/node_modules/es-abstract/2023/StringGetOwnProperty.js +3 -5
  1336. data/node_modules/es-abstract/2023/StringIndexOf.js +3 -6
  1337. data/node_modules/es-abstract/2023/StringPad.js +1 -3
  1338. data/node_modules/es-abstract/2023/StringToBigInt.js +2 -2
  1339. data/node_modules/es-abstract/2023/StringToCodePoints.js +2 -5
  1340. data/node_modules/es-abstract/2023/StringToNumber.js +2 -4
  1341. data/node_modules/es-abstract/2023/SymbolDescriptiveString.js +2 -6
  1342. data/node_modules/es-abstract/2023/TestIntegrityLevel.js +1 -3
  1343. data/node_modules/es-abstract/2023/TimeString.js +12 -11
  1344. data/node_modules/es-abstract/2023/TimeZoneString.js +43 -0
  1345. data/node_modules/es-abstract/2023/ToBigInt.js +4 -6
  1346. data/node_modules/es-abstract/2023/ToDateString.js +2 -4
  1347. data/node_modules/es-abstract/2023/ToIndex.js +1 -3
  1348. data/node_modules/es-abstract/2023/ToNumber.js +1 -1
  1349. data/node_modules/es-abstract/2023/ToNumeric.js +1 -2
  1350. data/node_modules/es-abstract/2023/ToObject.js +1 -10
  1351. data/node_modules/es-abstract/2023/ToPropertyDescriptor.js +9 -11
  1352. data/node_modules/es-abstract/2023/ToString.js +1 -1
  1353. data/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +1 -1
  1354. data/node_modules/es-abstract/2023/TrimString.js +1 -3
  1355. data/node_modules/es-abstract/2023/TypedArrayCreate.js +3 -6
  1356. data/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +2 -4
  1357. data/node_modules/es-abstract/2023/TypedArrayElementSize.js +4 -19
  1358. data/node_modules/es-abstract/2023/TypedArrayElementType.js +4 -19
  1359. data/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +2 -4
  1360. data/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +1 -1
  1361. data/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +1 -1
  1362. data/node_modules/es-abstract/2023/UnicodeEscape.js +1 -3
  1363. data/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +15 -20
  1364. data/node_modules/es-abstract/2023/ValidateAtomicAccess.js +2 -4
  1365. data/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +2 -5
  1366. data/node_modules/es-abstract/2023/ValidateTypedArray.js +10 -14
  1367. data/node_modules/es-abstract/2023/WeakRefDeref.js +1 -2
  1368. data/node_modules/es-abstract/2023/WordCharacters.js +6 -7
  1369. data/node_modules/es-abstract/2023/clamp.js +2 -4
  1370. data/node_modules/es-abstract/2023/floor.js +1 -3
  1371. data/node_modules/es-abstract/2023/substring.js +2 -6
  1372. data/node_modules/es-abstract/2023/tables/typed-array-objects.js +35 -0
  1373. data/node_modules/es-abstract/2023/thisBigIntValue.js +1 -2
  1374. data/node_modules/es-abstract/2023/thisBooleanValue.js +1 -3
  1375. data/node_modules/es-abstract/2023/thisNumberValue.js +1 -3
  1376. data/node_modules/es-abstract/2023/thisStringValue.js +1 -3
  1377. data/node_modules/es-abstract/2023/thisSymbolValue.js +3 -4
  1378. data/node_modules/es-abstract/2023/truncate.js +1 -3
  1379. data/node_modules/es-abstract/2024/AddEntriesFromIterable.js +45 -0
  1380. data/node_modules/es-abstract/2024/AddToKeptObjects.js +20 -0
  1381. data/node_modules/es-abstract/2024/AddValueToKeyedGroup.js +47 -0
  1382. data/node_modules/es-abstract/2024/AdvanceStringIndex.js +31 -0
  1383. data/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js +78 -0
  1384. data/node_modules/es-abstract/2024/ArrayBufferByteLength.js +38 -0
  1385. data/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js +99 -0
  1386. data/node_modules/es-abstract/2024/ArrayCreate.js +54 -0
  1387. data/node_modules/es-abstract/2024/ArraySetLength.js +77 -0
  1388. data/node_modules/es-abstract/2024/ArraySpeciesCreate.js +49 -0
  1389. data/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js +45 -0
  1390. data/node_modules/es-abstract/2024/AsyncIteratorClose.js +70 -0
  1391. data/node_modules/es-abstract/2024/BigInt/add.js +14 -0
  1392. data/node_modules/es-abstract/2024/BigInt/bitwiseAND.js +14 -0
  1393. data/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js +15 -0
  1394. data/node_modules/es-abstract/2024/BigInt/bitwiseOR.js +14 -0
  1395. data/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js +14 -0
  1396. data/node_modules/es-abstract/2024/BigInt/divide.js +20 -0
  1397. data/node_modules/es-abstract/2024/BigInt/equal.js +13 -0
  1398. data/node_modules/es-abstract/2024/BigInt/exponentiate.js +29 -0
  1399. data/node_modules/es-abstract/2024/BigInt/index.js +39 -0
  1400. data/node_modules/es-abstract/2024/BigInt/leftShift.js +14 -0
  1401. data/node_modules/es-abstract/2024/BigInt/lessThan.js +14 -0
  1402. data/node_modules/es-abstract/2024/BigInt/multiply.js +14 -0
  1403. data/node_modules/es-abstract/2024/BigInt/remainder.js +28 -0
  1404. data/node_modules/es-abstract/2024/BigInt/signedRightShift.js +15 -0
  1405. data/node_modules/es-abstract/2024/BigInt/subtract.js +14 -0
  1406. data/node_modules/es-abstract/2024/BigInt/toString.js +28 -0
  1407. data/node_modules/es-abstract/2024/BigInt/unaryMinus.js +22 -0
  1408. data/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js +13 -0
  1409. data/node_modules/es-abstract/2024/BigIntBitwiseOp.js +63 -0
  1410. data/node_modules/es-abstract/2024/BinaryAnd.js +12 -0
  1411. data/node_modules/es-abstract/2024/BinaryOr.js +12 -0
  1412. data/node_modules/es-abstract/2024/BinaryXor.js +12 -0
  1413. data/node_modules/es-abstract/2024/ByteListBitwiseOp.js +43 -0
  1414. data/node_modules/es-abstract/2024/ByteListEqual.js +31 -0
  1415. data/node_modules/es-abstract/2024/Call.js +20 -0
  1416. data/node_modules/es-abstract/2024/CanBeHeldWeakly.js +16 -0
  1417. data/node_modules/es-abstract/2024/CanonicalNumericIndexString.js +19 -0
  1418. data/node_modules/es-abstract/2024/Canonicalize.js +52 -0
  1419. data/node_modules/es-abstract/2024/CharacterRange.js +31 -0
  1420. data/node_modules/es-abstract/2024/ClearKeptObjects.js +12 -0
  1421. data/node_modules/es-abstract/2024/CloneArrayBuffer.js +47 -0
  1422. data/node_modules/es-abstract/2024/CodePointAt.js +55 -0
  1423. data/node_modules/es-abstract/2024/CodePointsToString.js +25 -0
  1424. data/node_modules/es-abstract/2024/CompareArrayElements.js +50 -0
  1425. data/node_modules/es-abstract/2024/CompareTypedArrayElements.js +60 -0
  1426. data/node_modules/es-abstract/2024/CompletePropertyDescriptor.js +43 -0
  1427. data/node_modules/es-abstract/2024/CompletionRecord.js +51 -0
  1428. data/node_modules/es-abstract/2024/CopyDataProperties.js +68 -0
  1429. data/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js +137 -0
  1430. data/node_modules/es-abstract/2024/CreateDataProperty.js +25 -0
  1431. data/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js +22 -0
  1432. data/node_modules/es-abstract/2024/CreateHTML.js +27 -0
  1433. data/node_modules/es-abstract/2024/CreateIterResultObject.js +15 -0
  1434. data/node_modules/es-abstract/2024/CreateListFromArrayLike.js +44 -0
  1435. data/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js +27 -0
  1436. data/node_modules/es-abstract/2024/CreateRegExpStringIterator.js +101 -0
  1437. data/node_modules/es-abstract/2024/DateFromTime.js +52 -0
  1438. data/node_modules/es-abstract/2024/DateString.js +27 -0
  1439. data/node_modules/es-abstract/2024/Day.js +11 -0
  1440. data/node_modules/es-abstract/2024/DayFromYear.js +10 -0
  1441. data/node_modules/es-abstract/2024/DayWithinYear.js +11 -0
  1442. data/node_modules/es-abstract/2024/DaysInYear.js +18 -0
  1443. data/node_modules/es-abstract/2024/DefineMethodProperty.js +41 -0
  1444. data/node_modules/es-abstract/2024/DefinePropertyOrThrow.js +39 -0
  1445. data/node_modules/es-abstract/2024/DeletePropertyOrThrow.js +25 -0
  1446. data/node_modules/es-abstract/2024/DetachArrayBuffer.js +46 -0
  1447. data/node_modules/es-abstract/2024/EnumerableOwnProperties.js +43 -0
  1448. data/node_modules/es-abstract/2024/FindViaPredicate.js +42 -0
  1449. data/node_modules/es-abstract/2024/FlattenIntoArray.js +55 -0
  1450. data/node_modules/es-abstract/2024/FromPropertyDescriptor.js +16 -0
  1451. data/node_modules/es-abstract/2024/Get.js +23 -0
  1452. data/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js +21 -0
  1453. data/node_modules/es-abstract/2024/GetGlobalObject.js +9 -0
  1454. data/node_modules/es-abstract/2024/GetIterator.js +56 -0
  1455. data/node_modules/es-abstract/2024/GetIteratorFromMethod.js +28 -0
  1456. data/node_modules/es-abstract/2024/GetMatchIndexPair.js +24 -0
  1457. data/node_modules/es-abstract/2024/GetMatchString.js +26 -0
  1458. data/node_modules/es-abstract/2024/GetMethod.js +34 -0
  1459. data/node_modules/es-abstract/2024/GetOwnPropertyKeys.js +31 -0
  1460. data/node_modules/es-abstract/2024/GetPromiseResolve.js +20 -0
  1461. data/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js +32 -0
  1462. data/node_modules/es-abstract/2024/GetStringIndex.js +29 -0
  1463. data/node_modules/es-abstract/2024/GetSubstitution.js +150 -0
  1464. data/node_modules/es-abstract/2024/GetV.js +23 -0
  1465. data/node_modules/es-abstract/2024/GetValueFromBuffer.js +97 -0
  1466. data/node_modules/es-abstract/2024/GetViewByteLength.js +45 -0
  1467. data/node_modules/es-abstract/2024/GroupBy.js +77 -0
  1468. data/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js +18 -0
  1469. data/node_modules/es-abstract/2024/HasOwnProperty.js +20 -0
  1470. data/node_modules/es-abstract/2024/HasProperty.js +18 -0
  1471. data/node_modules/es-abstract/2024/HourFromTime.js +14 -0
  1472. data/node_modules/es-abstract/2024/InLeapYear.js +19 -0
  1473. data/node_modules/es-abstract/2024/InstallErrorCause.js +21 -0
  1474. data/node_modules/es-abstract/2024/InstanceofOperator.js +30 -0
  1475. data/node_modules/es-abstract/2024/InternalizeJSONProperty.js +68 -0
  1476. data/node_modules/es-abstract/2024/Invoke.js +22 -0
  1477. data/node_modules/es-abstract/2024/IsAccessorDescriptor.js +25 -0
  1478. data/node_modules/es-abstract/2024/IsArray.js +4 -0
  1479. data/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js +30 -0
  1480. data/node_modules/es-abstract/2024/IsBigIntElementType.js +7 -0
  1481. data/node_modules/es-abstract/2024/IsCallable.js +5 -0
  1482. data/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js +9 -0
  1483. data/node_modules/es-abstract/2024/IsConcatSpreadable.js +25 -0
  1484. data/node_modules/es-abstract/2024/IsConstructor.js +40 -0
  1485. data/node_modules/es-abstract/2024/IsDataDescriptor.js +25 -0
  1486. data/node_modules/es-abstract/2024/IsDetachedBuffer.js +28 -0
  1487. data/node_modules/es-abstract/2024/IsExtensible.js +18 -0
  1488. data/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js +29 -0
  1489. data/node_modules/es-abstract/2024/IsGenericDescriptor.js +26 -0
  1490. data/node_modules/es-abstract/2024/IsIntegralNumber.js +14 -0
  1491. data/node_modules/es-abstract/2024/IsLessThan.js +97 -0
  1492. data/node_modules/es-abstract/2024/IsLooselyEqual.js +58 -0
  1493. data/node_modules/es-abstract/2024/IsNoTearConfiguration.js +16 -0
  1494. data/node_modules/es-abstract/2024/IsPromise.js +24 -0
  1495. data/node_modules/es-abstract/2024/IsPropertyKey.js +7 -0
  1496. data/node_modules/es-abstract/2024/IsRegExp.js +24 -0
  1497. data/node_modules/es-abstract/2024/IsSharedArrayBuffer.js +17 -0
  1498. data/node_modules/es-abstract/2024/IsStrictlyEqual.js +16 -0
  1499. data/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js +23 -0
  1500. data/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js +54 -0
  1501. data/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js +12 -0
  1502. data/node_modules/es-abstract/2024/IsUnsignedElementType.js +11 -0
  1503. data/node_modules/es-abstract/2024/IsValidIntegerIndex.js +43 -0
  1504. data/node_modules/es-abstract/2024/IsViewOutOfBounds.js +45 -0
  1505. data/node_modules/es-abstract/2024/IsWordChar.js +44 -0
  1506. data/node_modules/es-abstract/2024/IteratorClose.js +62 -0
  1507. data/node_modules/es-abstract/2024/IteratorComplete.js +16 -0
  1508. data/node_modules/es-abstract/2024/IteratorNext.js +28 -0
  1509. data/node_modules/es-abstract/2024/IteratorStep.js +21 -0
  1510. data/node_modules/es-abstract/2024/IteratorStepValue.js +49 -0
  1511. data/node_modules/es-abstract/2024/IteratorToList.js +31 -0
  1512. data/node_modules/es-abstract/2024/IteratorValue.js +16 -0
  1513. data/node_modules/es-abstract/2024/KeyForSymbol.js +16 -0
  1514. data/node_modules/es-abstract/2024/LengthOfArrayLike.js +18 -0
  1515. data/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js +26 -0
  1516. data/node_modules/es-abstract/2024/MakeDate.js +13 -0
  1517. data/node_modules/es-abstract/2024/MakeDay.js +36 -0
  1518. data/node_modules/es-abstract/2024/MakeFullYear.js +26 -0
  1519. data/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js +66 -0
  1520. data/node_modules/es-abstract/2024/MakeTime.js +23 -0
  1521. data/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js +26 -0
  1522. data/node_modules/es-abstract/2024/MinFromTime.js +14 -0
  1523. data/node_modules/es-abstract/2024/MonthFromTime.js +47 -0
  1524. data/node_modules/es-abstract/2024/NewPromiseCapability.js +34 -0
  1525. data/node_modules/es-abstract/2024/NormalCompletion.js +9 -0
  1526. data/node_modules/es-abstract/2024/Number/add.js +32 -0
  1527. data/node_modules/es-abstract/2024/Number/bitwiseAND.js +14 -0
  1528. data/node_modules/es-abstract/2024/Number/bitwiseNOT.js +16 -0
  1529. data/node_modules/es-abstract/2024/Number/bitwiseOR.js +14 -0
  1530. data/node_modules/es-abstract/2024/Number/bitwiseXOR.js +14 -0
  1531. data/node_modules/es-abstract/2024/Number/divide.js +19 -0
  1532. data/node_modules/es-abstract/2024/Number/equal.js +18 -0
  1533. data/node_modules/es-abstract/2024/Number/exponentiate.js +76 -0
  1534. data/node_modules/es-abstract/2024/Number/index.js +43 -0
  1535. data/node_modules/es-abstract/2024/Number/leftShift.js +22 -0
  1536. data/node_modules/es-abstract/2024/Number/lessThan.js +22 -0
  1537. data/node_modules/es-abstract/2024/Number/multiply.js +29 -0
  1538. data/node_modules/es-abstract/2024/Number/remainder.js +39 -0
  1539. data/node_modules/es-abstract/2024/Number/sameValue.js +19 -0
  1540. data/node_modules/es-abstract/2024/Number/sameValueZero.js +20 -0
  1541. data/node_modules/es-abstract/2024/Number/signedRightShift.js +22 -0
  1542. data/node_modules/es-abstract/2024/Number/subtract.js +15 -0
  1543. data/node_modules/es-abstract/2024/Number/toString.js +22 -0
  1544. data/node_modules/es-abstract/2024/Number/unaryMinus.js +17 -0
  1545. data/node_modules/es-abstract/2024/Number/unsignedRightShift.js +22 -0
  1546. data/node_modules/es-abstract/2024/NumberBitwiseOp.js +26 -0
  1547. data/node_modules/es-abstract/2024/NumberToBigInt.js +25 -0
  1548. data/node_modules/es-abstract/2024/NumericToRawBytes.js +77 -0
  1549. data/node_modules/es-abstract/2024/ObjectDefineProperties.js +37 -0
  1550. data/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js +20 -0
  1551. data/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js +54 -0
  1552. data/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js +42 -0
  1553. data/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js +19 -0
  1554. data/node_modules/es-abstract/2024/OrdinaryHasInstance.js +23 -0
  1555. data/node_modules/es-abstract/2024/OrdinaryHasProperty.js +18 -0
  1556. data/node_modules/es-abstract/2024/OrdinaryObjectCreate.js +56 -0
  1557. data/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js +50 -0
  1558. data/node_modules/es-abstract/2024/OrdinaryToPrimitive.js +36 -0
  1559. data/node_modules/es-abstract/2024/ParseHexOctet.js +43 -0
  1560. data/node_modules/es-abstract/2024/PromiseResolve.js +18 -0
  1561. data/node_modules/es-abstract/2024/QuoteJSONString.js +51 -0
  1562. data/node_modules/es-abstract/2024/RawBytesToNumeric.js +83 -0
  1563. data/node_modules/es-abstract/2024/RegExpCreate.js +21 -0
  1564. data/node_modules/es-abstract/2024/RegExpExec.js +30 -0
  1565. data/node_modules/es-abstract/2024/RegExpHasFlag.js +38 -0
  1566. data/node_modules/es-abstract/2024/RequireObjectCoercible.js +3 -0
  1567. data/node_modules/es-abstract/2024/SameValue.js +13 -0
  1568. data/node_modules/es-abstract/2024/SameValueNonNumber.js +19 -0
  1569. data/node_modules/es-abstract/2024/SameValueZero.js +9 -0
  1570. data/node_modules/es-abstract/2024/SecFromTime.js +14 -0
  1571. data/node_modules/es-abstract/2024/Set.js +45 -0
  1572. data/node_modules/es-abstract/2024/SetFunctionLength.js +29 -0
  1573. data/node_modules/es-abstract/2024/SetFunctionName.js +40 -0
  1574. data/node_modules/es-abstract/2024/SetIntegrityLevel.js +57 -0
  1575. data/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js +65 -0
  1576. data/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js +131 -0
  1577. data/node_modules/es-abstract/2024/SetValueInBuffer.js +93 -0
  1578. data/node_modules/es-abstract/2024/SortIndexedProperties.js +51 -0
  1579. data/node_modules/es-abstract/2024/SpeciesConstructor.js +32 -0
  1580. data/node_modules/es-abstract/2024/StringCreate.js +39 -0
  1581. data/node_modules/es-abstract/2024/StringGetOwnProperty.js +46 -0
  1582. data/node_modules/es-abstract/2024/StringIndexOf.js +37 -0
  1583. data/node_modules/es-abstract/2024/StringPad.js +45 -0
  1584. data/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js +27 -0
  1585. data/node_modules/es-abstract/2024/StringToBigInt.js +23 -0
  1586. data/node_modules/es-abstract/2024/StringToCodePoints.js +26 -0
  1587. data/node_modules/es-abstract/2024/StringToNumber.js +43 -0
  1588. data/node_modules/es-abstract/2024/SymbolDescriptiveString.js +16 -0
  1589. data/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js +18 -0
  1590. data/node_modules/es-abstract/2024/TestIntegrityLevel.js +40 -0
  1591. data/node_modules/es-abstract/2024/ThisBigIntValue.js +18 -0
  1592. data/node_modules/es-abstract/2024/ThisBooleanValue.js +13 -0
  1593. data/node_modules/es-abstract/2024/ThisNumberValue.js +15 -0
  1594. data/node_modules/es-abstract/2024/ThisStringValue.js +13 -0
  1595. data/node_modules/es-abstract/2024/ThisSymbolValue.js +20 -0
  1596. data/node_modules/es-abstract/2024/ThrowCompletion.js +9 -0
  1597. data/node_modules/es-abstract/2024/TimeClip.js +21 -0
  1598. data/node_modules/es-abstract/2024/TimeFromYear.js +11 -0
  1599. data/node_modules/es-abstract/2024/TimeString.js +26 -0
  1600. data/node_modules/es-abstract/2024/TimeWithinDay.js +12 -0
  1601. data/node_modules/es-abstract/2024/TimeZoneString.js +43 -0
  1602. data/node_modules/es-abstract/2024/ToBigInt.js +51 -0
  1603. data/node_modules/es-abstract/2024/ToBigInt64.js +25 -0
  1604. data/node_modules/es-abstract/2024/ToBigUint64.js +22 -0
  1605. data/node_modules/es-abstract/2024/ToBoolean.js +5 -0
  1606. data/node_modules/es-abstract/2024/ToDateString.js +21 -0
  1607. data/node_modules/es-abstract/2024/ToIndex.js +20 -0
  1608. data/node_modules/es-abstract/2024/ToInt16.js +21 -0
  1609. data/node_modules/es-abstract/2024/ToInt32.js +23 -0
  1610. data/node_modules/es-abstract/2024/ToInt8.js +19 -0
  1611. data/node_modules/es-abstract/2024/ToIntegerOrInfinity.js +16 -0
  1612. data/node_modules/es-abstract/2024/ToLength.js +12 -0
  1613. data/node_modules/es-abstract/2024/ToNumber.js +26 -0
  1614. data/node_modules/es-abstract/2024/ToNumeric.js +20 -0
  1615. data/node_modules/es-abstract/2024/ToObject.js +5 -0
  1616. data/node_modules/es-abstract/2024/ToPrimitive.js +12 -0
  1617. data/node_modules/es-abstract/2024/ToPropertyDescriptor.js +50 -0
  1618. data/node_modules/es-abstract/2024/ToPropertyKey.js +15 -0
  1619. data/node_modules/es-abstract/2024/ToString.js +15 -0
  1620. data/node_modules/es-abstract/2024/ToUint16.js +21 -0
  1621. data/node_modules/es-abstract/2024/ToUint32.js +21 -0
  1622. data/node_modules/es-abstract/2024/ToUint8.js +19 -0
  1623. data/node_modules/es-abstract/2024/ToUint8Clamp.js +26 -0
  1624. data/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js +20 -0
  1625. data/node_modules/es-abstract/2024/TrimString.js +27 -0
  1626. data/node_modules/es-abstract/2024/Type.js +15 -0
  1627. data/node_modules/es-abstract/2024/TypedArrayByteLength.js +39 -0
  1628. data/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js +52 -0
  1629. data/node_modules/es-abstract/2024/TypedArrayCreateSameType.js +35 -0
  1630. data/node_modules/es-abstract/2024/TypedArrayElementSize.js +25 -0
  1631. data/node_modules/es-abstract/2024/TypedArrayElementType.js +23 -0
  1632. data/node_modules/es-abstract/2024/TypedArrayGetElement.js +37 -0
  1633. data/node_modules/es-abstract/2024/TypedArrayLength.js +49 -0
  1634. data/node_modules/es-abstract/2024/TypedArraySetElement.js +42 -0
  1635. data/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js +37 -0
  1636. data/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js +25 -0
  1637. data/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js +19 -0
  1638. data/node_modules/es-abstract/2024/UnicodeEscape.js +25 -0
  1639. data/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js +172 -0
  1640. data/node_modules/es-abstract/2024/ValidateAtomicAccess.js +43 -0
  1641. data/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js +19 -0
  1642. data/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js +31 -0
  1643. data/node_modules/es-abstract/2024/ValidateTypedArray.js +32 -0
  1644. data/node_modules/es-abstract/2024/WeakRefDeref.js +23 -0
  1645. data/node_modules/es-abstract/2024/WeekDay.js +10 -0
  1646. data/node_modules/es-abstract/2024/WordCharacters.js +47 -0
  1647. data/node_modules/es-abstract/2024/YearFromTime.js +16 -0
  1648. data/node_modules/es-abstract/2024/abs.js +11 -0
  1649. data/node_modules/es-abstract/2024/clamp.js +16 -0
  1650. data/node_modules/es-abstract/2024/floor.js +14 -0
  1651. data/node_modules/es-abstract/2024/max.js +7 -0
  1652. data/node_modules/es-abstract/2024/min.js +7 -0
  1653. data/node_modules/es-abstract/2024/modulo.js +9 -0
  1654. data/node_modules/es-abstract/2024/msFromTime.js +11 -0
  1655. data/node_modules/es-abstract/2024/substring.js +17 -0
  1656. data/node_modules/es-abstract/2024/tables/typed-array-objects.js +35 -0
  1657. data/node_modules/es-abstract/2024/truncate.js +15 -0
  1658. data/node_modules/es-abstract/5/AbstractRelationalComparison.js +3 -4
  1659. data/node_modules/es-abstract/5/Canonicalize.js +3 -7
  1660. data/node_modules/es-abstract/5/CheckObjectCoercible.js +3 -8
  1661. data/node_modules/es-abstract/5/DateFromTime.js +1 -3
  1662. data/node_modules/es-abstract/5/FromPropertyDescriptor.js +5 -6
  1663. data/node_modules/es-abstract/5/InLeapYear.js +1 -3
  1664. data/node_modules/es-abstract/5/IsAccessorDescriptor.js +7 -5
  1665. data/node_modules/es-abstract/5/IsDataDescriptor.js +7 -5
  1666. data/node_modules/es-abstract/5/IsGenericDescriptor.js +6 -3
  1667. data/node_modules/es-abstract/5/IsPropertyDescriptor.js +2 -10
  1668. data/node_modules/es-abstract/5/ToObject.js +1 -10
  1669. data/node_modules/es-abstract/5/ToPropertyDescriptor.js +9 -11
  1670. data/node_modules/es-abstract/CHANGELOG.md +74 -0
  1671. data/node_modules/es-abstract/es2015.js +3 -0
  1672. data/node_modules/es-abstract/es2016.js +3 -0
  1673. data/node_modules/es-abstract/es2017.js +3 -0
  1674. data/node_modules/es-abstract/es2018.js +4 -0
  1675. data/node_modules/es-abstract/es2019.js +4 -0
  1676. data/node_modules/es-abstract/es2020.js +4 -0
  1677. data/node_modules/es-abstract/es2021.js +4 -0
  1678. data/node_modules/es-abstract/es2022.js +5 -0
  1679. data/node_modules/es-abstract/es2023.js +6 -0
  1680. data/node_modules/es-abstract/es2024.js +250 -0
  1681. data/node_modules/es-abstract/helpers/DefineOwnProperty.js +1 -3
  1682. data/node_modules/es-abstract/helpers/assertRecord.js +15 -70
  1683. data/node_modules/es-abstract/helpers/assign.js +2 -2
  1684. data/node_modules/es-abstract/helpers/bytesAsFloat32.js +1 -1
  1685. data/node_modules/es-abstract/helpers/bytesAsFloat64.js +1 -1
  1686. data/node_modules/es-abstract/helpers/bytesAsInteger.js +1 -1
  1687. data/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +3 -1
  1688. data/node_modules/es-abstract/helpers/isStringOrHole.js +2 -0
  1689. data/node_modules/es-abstract/helpers/isStringOrUndefined.js +5 -0
  1690. data/node_modules/es-abstract/helpers/records/async-generator-request-record.js +13 -0
  1691. data/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js +18 -0
  1692. data/node_modules/es-abstract/helpers/records/iterator-record.js +13 -0
  1693. data/node_modules/es-abstract/helpers/records/match-record.js +18 -0
  1694. data/node_modules/es-abstract/helpers/records/promise-capability-record.js +16 -0
  1695. data/node_modules/es-abstract/helpers/records/property-descriptor.js +36 -0
  1696. data/node_modules/es-abstract/helpers/records/regexp-record.js +23 -0
  1697. data/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js +18 -0
  1698. data/node_modules/es-abstract/index.js +3 -1
  1699. data/node_modules/es-abstract/operations/2024.js +1537 -0
  1700. data/node_modules/es-abstract/package.json +56 -42
  1701. data/node_modules/es-define-property/CHANGELOG.md +15 -0
  1702. data/node_modules/es-define-property/LICENSE +21 -0
  1703. data/node_modules/es-define-property/README.md +49 -0
  1704. data/node_modules/es-define-property/index.d.ts +3 -0
  1705. data/node_modules/es-define-property/index.js +16 -0
  1706. data/node_modules/es-define-property/package.json +81 -0
  1707. data/node_modules/es-define-property/test/index.js +55 -0
  1708. data/node_modules/es-define-property/tsconfig.json +50 -0
  1709. data/node_modules/es-errors/CHANGELOG.md +40 -0
  1710. data/node_modules/es-errors/LICENSE +21 -0
  1711. data/node_modules/es-errors/README.md +55 -0
  1712. data/node_modules/es-errors/eval.d.ts +3 -0
  1713. data/node_modules/es-errors/eval.js +4 -0
  1714. data/node_modules/es-errors/index.d.ts +3 -0
  1715. data/node_modules/es-errors/index.js +4 -0
  1716. data/node_modules/es-errors/package.json +80 -0
  1717. data/node_modules/es-errors/range.d.ts +3 -0
  1718. data/node_modules/es-errors/range.js +4 -0
  1719. data/node_modules/es-errors/ref.d.ts +3 -0
  1720. data/node_modules/es-errors/ref.js +4 -0
  1721. data/node_modules/es-errors/syntax.d.ts +3 -0
  1722. data/node_modules/es-errors/syntax.js +4 -0
  1723. data/node_modules/es-errors/test/index.js +19 -0
  1724. data/node_modules/es-errors/tsconfig.json +49 -0
  1725. data/node_modules/es-errors/type.d.ts +3 -0
  1726. data/node_modules/es-errors/type.js +4 -0
  1727. data/node_modules/es-errors/uri.d.ts +3 -0
  1728. data/node_modules/es-errors/uri.js +4 -0
  1729. data/node_modules/es-object-atoms/CHANGELOG.md +16 -0
  1730. data/node_modules/es-object-atoms/LICENSE +21 -0
  1731. data/node_modules/es-object-atoms/README.md +56 -0
  1732. data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  1733. data/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  1734. data/node_modules/es-object-atoms/ToObject.d.ts +3 -0
  1735. data/node_modules/es-object-atoms/ToObject.js +10 -0
  1736. data/node_modules/es-object-atoms/index.d.ts +3 -0
  1737. data/node_modules/es-object-atoms/index.js +4 -0
  1738. data/node_modules/es-object-atoms/package.json +79 -0
  1739. data/node_modules/es-object-atoms/test/index.js +28 -0
  1740. data/node_modules/es-object-atoms/tsconfig.json +6 -0
  1741. data/node_modules/es-set-tostringtag/CHANGELOG.md +17 -0
  1742. data/node_modules/es-set-tostringtag/index.d.ts +7 -0
  1743. data/node_modules/es-set-tostringtag/index.js +3 -2
  1744. data/node_modules/es-set-tostringtag/package.json +13 -8
  1745. data/node_modules/es-set-tostringtag/test/index.js +5 -3
  1746. data/node_modules/es-set-tostringtag/tsconfig.json +49 -0
  1747. data/node_modules/es-shim-unscopables/CHANGELOG.md +14 -0
  1748. data/node_modules/es-shim-unscopables/index.js +2 -2
  1749. data/node_modules/es-shim-unscopables/package.json +14 -7
  1750. data/node_modules/es-shim-unscopables/test/index.js +2 -2
  1751. data/node_modules/eslint-module-utils/CHANGELOG.md +10 -0
  1752. data/node_modules/eslint-module-utils/ModuleCache.d.ts +22 -0
  1753. data/node_modules/eslint-module-utils/ModuleCache.js +20 -18
  1754. data/node_modules/eslint-module-utils/declaredScope.d.ts +8 -0
  1755. data/node_modules/eslint-module-utils/declaredScope.js +2 -1
  1756. data/node_modules/eslint-module-utils/hash.d.ts +14 -0
  1757. data/node_modules/eslint-module-utils/hash.js +6 -2
  1758. data/node_modules/eslint-module-utils/ignore.d.ts +12 -0
  1759. data/node_modules/eslint-module-utils/ignore.js +11 -3
  1760. data/node_modules/eslint-module-utils/module-require.d.ts +3 -0
  1761. data/node_modules/eslint-module-utils/module-require.js +5 -0
  1762. data/node_modules/eslint-module-utils/moduleVisitor.d.ts +26 -0
  1763. data/node_modules/eslint-module-utils/moduleVisitor.js +31 -20
  1764. data/node_modules/eslint-module-utils/package.json +13 -1
  1765. data/node_modules/eslint-module-utils/parse.d.ts +11 -0
  1766. data/node_modules/eslint-module-utils/parse.js +30 -5
  1767. data/node_modules/eslint-module-utils/pkgDir.d.ts +3 -0
  1768. data/node_modules/eslint-module-utils/pkgDir.js +1 -0
  1769. data/node_modules/eslint-module-utils/pkgUp.d.ts +3 -0
  1770. data/node_modules/eslint-module-utils/pkgUp.js +4 -0
  1771. data/node_modules/eslint-module-utils/readPkgUp.d.ts +5 -0
  1772. data/node_modules/eslint-module-utils/readPkgUp.js +2 -0
  1773. data/node_modules/eslint-module-utils/resolve.d.ts +30 -0
  1774. data/node_modules/eslint-module-utils/resolve.js +42 -23
  1775. data/node_modules/eslint-module-utils/tsconfig.json +49 -0
  1776. data/node_modules/eslint-module-utils/types.d.ts +9 -0
  1777. data/node_modules/eslint-module-utils/unambiguous.d.ts +7 -0
  1778. data/node_modules/eslint-module-utils/unambiguous.js +2 -3
  1779. data/node_modules/eslint-module-utils/visit.d.ts +9 -0
  1780. data/node_modules/eslint-module-utils/visit.js +9 -4
  1781. data/node_modules/eslint-plugin-import/CHANGELOG.md +1925 -0
  1782. data/node_modules/eslint-plugin-import/CONTRIBUTING.md +84 -0
  1783. data/node_modules/eslint-plugin-import/LICENSE +22 -0
  1784. data/node_modules/eslint-plugin-import/README.md +500 -0
  1785. data/node_modules/eslint-plugin-import/RELEASE.md +54 -0
  1786. data/node_modules/eslint-plugin-import/SECURITY.md +11 -0
  1787. data/node_modules/eslint-plugin-import/config/electron.js +8 -0
  1788. data/node_modules/eslint-plugin-import/config/errors.js +14 -0
  1789. data/node_modules/eslint-plugin-import/config/react-native.js +13 -0
  1790. data/node_modules/eslint-plugin-import/config/react.js +18 -0
  1791. data/node_modules/eslint-plugin-import/config/recommended.js +28 -0
  1792. data/node_modules/eslint-plugin-import/config/stage-0.js +12 -0
  1793. data/node_modules/eslint-plugin-import/config/typescript.js +34 -0
  1794. data/node_modules/eslint-plugin-import/config/warnings.js +12 -0
  1795. data/node_modules/eslint-plugin-import/docs/rules/consistent-type-specifier-style.md +91 -0
  1796. data/node_modules/eslint-plugin-import/docs/rules/default.md +72 -0
  1797. data/node_modules/eslint-plugin-import/docs/rules/dynamic-import-chunkname.md +92 -0
  1798. data/node_modules/eslint-plugin-import/docs/rules/export.md +37 -0
  1799. data/node_modules/eslint-plugin-import/docs/rules/exports-last.md +51 -0
  1800. data/node_modules/eslint-plugin-import/docs/rules/extensions.md +174 -0
  1801. data/node_modules/eslint-plugin-import/docs/rules/first.md +75 -0
  1802. data/node_modules/eslint-plugin-import/docs/rules/group-exports.md +118 -0
  1803. data/node_modules/eslint-plugin-import/docs/rules/imports-first.md +9 -0
  1804. data/node_modules/eslint-plugin-import/docs/rules/max-dependencies.md +70 -0
  1805. data/node_modules/eslint-plugin-import/docs/rules/named.md +102 -0
  1806. data/node_modules/eslint-plugin-import/docs/rules/namespace.md +106 -0
  1807. data/node_modules/eslint-plugin-import/docs/rules/newline-after-import.md +167 -0
  1808. data/node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md +54 -0
  1809. data/node_modules/eslint-plugin-import/docs/rules/no-amd.md +37 -0
  1810. data/node_modules/eslint-plugin-import/docs/rules/no-anonymous-default-export.md +83 -0
  1811. data/node_modules/eslint-plugin-import/docs/rules/no-commonjs.md +96 -0
  1812. data/node_modules/eslint-plugin-import/docs/rules/no-cycle.md +111 -0
  1813. data/node_modules/eslint-plugin-import/docs/rules/no-default-export.md +65 -0
  1814. data/node_modules/eslint-plugin-import/docs/rules/no-deprecated.md +62 -0
  1815. data/node_modules/eslint-plugin-import/docs/rules/no-duplicates.md +109 -0
  1816. data/node_modules/eslint-plugin-import/docs/rules/no-dynamic-require.md +25 -0
  1817. data/node_modules/eslint-plugin-import/docs/rules/no-empty-named-blocks.md +49 -0
  1818. data/node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md +139 -0
  1819. data/node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md +81 -0
  1820. data/node_modules/eslint-plugin-import/docs/rules/no-internal-modules.md +136 -0
  1821. data/node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md +54 -0
  1822. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default-member.md +52 -0
  1823. data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default.md +53 -0
  1824. data/node_modules/eslint-plugin-import/docs/rules/no-named-default.md +36 -0
  1825. data/node_modules/eslint-plugin-import/docs/rules/no-named-export.md +79 -0
  1826. data/node_modules/eslint-plugin-import/docs/rules/no-namespace.md +44 -0
  1827. data/node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md +42 -0
  1828. data/node_modules/eslint-plugin-import/docs/rules/no-relative-packages.md +70 -0
  1829. data/node_modules/eslint-plugin-import/docs/rules/no-relative-parent-imports.md +123 -0
  1830. data/node_modules/eslint-plugin-import/docs/rules/no-restricted-paths.md +198 -0
  1831. data/node_modules/eslint-plugin-import/docs/rules/no-self-import.md +32 -0
  1832. data/node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md +60 -0
  1833. data/node_modules/eslint-plugin-import/docs/rules/no-unresolved.md +110 -0
  1834. data/node_modules/eslint-plugin-import/docs/rules/no-unused-modules.md +125 -0
  1835. data/node_modules/eslint-plugin-import/docs/rules/no-useless-path-segments.md +85 -0
  1836. data/node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md +39 -0
  1837. data/node_modules/eslint-plugin-import/docs/rules/order.md +365 -0
  1838. data/node_modules/eslint-plugin-import/docs/rules/prefer-default-export.md +185 -0
  1839. data/node_modules/eslint-plugin-import/docs/rules/unambiguous.md +57 -0
  1840. data/node_modules/eslint-plugin-import/lib/ExportMap.js +856 -0
  1841. data/node_modules/eslint-plugin-import/lib/core/importType.js +129 -0
  1842. data/node_modules/eslint-plugin-import/lib/core/packagePath.js +22 -0
  1843. data/node_modules/eslint-plugin-import/lib/core/staticRequire.js +11 -0
  1844. data/node_modules/eslint-plugin-import/lib/docsUrl.js +8 -0
  1845. data/node_modules/eslint-plugin-import/lib/importDeclaration.js +5 -0
  1846. data/node_modules/eslint-plugin-import/lib/index.js +71 -0
  1847. data/node_modules/eslint-plugin-import/lib/rules/consistent-type-specifier-style.js +221 -0
  1848. data/node_modules/eslint-plugin-import/lib/rules/default.js +40 -0
  1849. data/node_modules/eslint-plugin-import/lib/rules/dynamic-import-chunkname.js +120 -0
  1850. data/node_modules/eslint-plugin-import/lib/rules/export.js +250 -0
  1851. data/node_modules/eslint-plugin-import/lib/rules/exports-last.js +40 -0
  1852. data/node_modules/eslint-plugin-import/lib/rules/extensions.js +193 -0
  1853. data/node_modules/eslint-plugin-import/lib/rules/first.js +144 -0
  1854. data/node_modules/eslint-plugin-import/lib/rules/group-exports.js +155 -0
  1855. data/node_modules/eslint-plugin-import/lib/rules/imports-first.js +16 -0
  1856. data/node_modules/eslint-plugin-import/lib/rules/max-dependencies.js +60 -0
  1857. data/node_modules/eslint-plugin-import/lib/rules/named.js +143 -0
  1858. data/node_modules/eslint-plugin-import/lib/rules/namespace.js +218 -0
  1859. data/node_modules/eslint-plugin-import/lib/rules/newline-after-import.js +237 -0
  1860. data/node_modules/eslint-plugin-import/lib/rules/no-absolute-path.js +40 -0
  1861. data/node_modules/eslint-plugin-import/lib/rules/no-amd.js +47 -0
  1862. data/node_modules/eslint-plugin-import/lib/rules/no-anonymous-default-export.js +103 -0
  1863. data/node_modules/eslint-plugin-import/lib/rules/no-commonjs.js +141 -0
  1864. data/node_modules/eslint-plugin-import/lib/rules/no-cycle.js +158 -0
  1865. data/node_modules/eslint-plugin-import/lib/rules/no-default-export.js +43 -0
  1866. data/node_modules/eslint-plugin-import/lib/rules/no-deprecated.js +138 -0
  1867. data/node_modules/eslint-plugin-import/lib/rules/no-duplicates.js +354 -0
  1868. data/node_modules/eslint-plugin-import/lib/rules/no-dynamic-require.js +77 -0
  1869. data/node_modules/eslint-plugin-import/lib/rules/no-empty-named-blocks.js +105 -0
  1870. data/node_modules/eslint-plugin-import/lib/rules/no-extraneous-dependencies.js +301 -0
  1871. data/node_modules/eslint-plugin-import/lib/rules/no-import-module-exports.js +85 -0
  1872. data/node_modules/eslint-plugin-import/lib/rules/no-internal-modules.js +144 -0
  1873. data/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js +59 -0
  1874. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default-member.js +96 -0
  1875. data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default.js +45 -0
  1876. data/node_modules/eslint-plugin-import/lib/rules/no-named-default.js +31 -0
  1877. data/node_modules/eslint-plugin-import/lib/rules/no-named-export.js +39 -0
  1878. data/node_modules/eslint-plugin-import/lib/rules/no-namespace.js +175 -0
  1879. data/node_modules/eslint-plugin-import/lib/rules/no-nodejs-modules.js +44 -0
  1880. data/node_modules/eslint-plugin-import/lib/rules/no-relative-packages.js +71 -0
  1881. data/node_modules/eslint-plugin-import/lib/rules/no-relative-parent-imports.js +48 -0
  1882. data/node_modules/eslint-plugin-import/lib/rules/no-restricted-paths.js +245 -0
  1883. data/node_modules/eslint-plugin-import/lib/rules/no-self-import.js +39 -0
  1884. data/node_modules/eslint-plugin-import/lib/rules/no-unassigned-import.js +79 -0
  1885. data/node_modules/eslint-plugin-import/lib/rules/no-unresolved.js +60 -0
  1886. data/node_modules/eslint-plugin-import/lib/rules/no-unused-modules.js +945 -0
  1887. data/node_modules/eslint-plugin-import/lib/rules/no-useless-path-segments.js +147 -0
  1888. data/node_modules/eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js +26 -0
  1889. data/node_modules/eslint-plugin-import/lib/rules/order.js +785 -0
  1890. data/node_modules/eslint-plugin-import/lib/rules/prefer-default-export.js +116 -0
  1891. data/node_modules/eslint-plugin-import/lib/rules/unambiguous.js +38 -0
  1892. data/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
  1893. data/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
  1894. data/node_modules/eslint-plugin-import/memo-parser/index.js +41 -0
  1895. data/node_modules/eslint-plugin-import/node_modules/debug/CHANGELOG.md +395 -0
  1896. data/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
  1897. data/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
  1898. data/node_modules/eslint-plugin-import/node_modules/debug/node.js +1 -0
  1899. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/index.js +162 -0
  1900. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/license.md +21 -0
  1901. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/package.json +38 -0
  1902. data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/readme.md +59 -0
  1903. data/node_modules/eslint-plugin-import/node_modules/debug/package.json +51 -0
  1904. data/node_modules/eslint-plugin-import/node_modules/debug/src/browser.js +180 -0
  1905. data/node_modules/eslint-plugin-import/node_modules/debug/src/common.js +249 -0
  1906. data/node_modules/eslint-plugin-import/node_modules/debug/src/index.js +12 -0
  1907. data/node_modules/eslint-plugin-import/node_modules/debug/src/node.js +177 -0
  1908. data/node_modules/eslint-plugin-import/node_modules/semver/README.md +443 -0
  1909. data/node_modules/eslint-plugin-import/node_modules/semver/bin/semver.js +174 -0
  1910. data/node_modules/eslint-plugin-import/node_modules/semver/package.json +38 -0
  1911. data/node_modules/eslint-plugin-import/node_modules/semver/semver.js +1643 -0
  1912. data/node_modules/eslint-plugin-import/package.json +124 -0
  1913. data/node_modules/flatted/cjs/index.js +29 -3
  1914. data/node_modules/flatted/es.js +1 -2
  1915. data/node_modules/flatted/esm/index.js +29 -3
  1916. data/node_modules/flatted/esm.js +1 -2
  1917. data/node_modules/flatted/index.js +43 -32
  1918. data/node_modules/flatted/min.js +1 -2
  1919. data/node_modules/flatted/package.json +15 -14
  1920. data/node_modules/flatted/types/index.d.ts +4 -0
  1921. data/node_modules/get-intrinsic/CHANGELOG.md +26 -0
  1922. data/node_modules/get-intrinsic/index.js +16 -8
  1923. data/node_modules/get-intrinsic/package.json +18 -18
  1924. data/node_modules/get-symbol-description/CHANGELOG.md +31 -0
  1925. data/node_modules/get-symbol-description/index.js +3 -2
  1926. data/node_modules/get-symbol-description/package.json +22 -13
  1927. data/node_modules/get-symbol-description/test/index.js +4 -4
  1928. data/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  1929. data/node_modules/glob/node_modules/minimatch/README.md +454 -0
  1930. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  1931. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  1932. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  1933. data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  1934. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  1935. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  1936. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js +589 -0
  1937. data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  1938. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  1939. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  1940. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  1941. data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  1942. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  1943. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  1944. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
  1945. data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  1946. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  1947. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  1948. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1011 -0
  1949. data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  1950. data/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
  1951. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  1952. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  1953. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  1954. data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  1955. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  1956. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  1957. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  1958. data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  1959. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  1960. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  1961. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js +585 -0
  1962. data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  1963. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  1964. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  1965. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  1966. data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  1967. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  1968. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  1969. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
  1970. data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  1971. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  1972. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  1973. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +995 -0
  1974. data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  1975. data/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
  1976. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  1977. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  1978. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  1979. data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  1980. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
  1981. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
  1982. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
  1983. data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
  1984. data/node_modules/glob/node_modules/minimatch/package.json +86 -0
  1985. data/node_modules/globalthis/CHANGELOG.md +13 -0
  1986. data/node_modules/globalthis/package.json +8 -6
  1987. data/node_modules/globalthis/shim.js +9 -2
  1988. data/node_modules/has-property-descriptors/CHANGELOG.md +19 -0
  1989. data/node_modules/has-property-descriptors/index.js +3 -14
  1990. data/node_modules/has-property-descriptors/package.json +13 -6
  1991. data/node_modules/has-proto/CHANGELOG.md +15 -0
  1992. data/node_modules/has-proto/index.d.ts +3 -0
  1993. data/node_modules/has-proto/index.js +5 -1
  1994. data/node_modules/has-proto/package.json +9 -5
  1995. data/node_modules/has-proto/tsconfig.json +49 -0
  1996. data/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  1997. data/node_modules/has-tostringtag/index.d.ts +3 -0
  1998. data/node_modules/has-tostringtag/index.js +1 -0
  1999. data/node_modules/has-tostringtag/package.json +37 -13
  2000. data/node_modules/has-tostringtag/shams.d.ts +3 -0
  2001. data/node_modules/has-tostringtag/shams.js +1 -0
  2002. data/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  2003. data/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  2004. data/node_modules/has-tostringtag/test/tests.js +2 -1
  2005. data/node_modules/has-tostringtag/tsconfig.json +49 -0
  2006. data/node_modules/hasown/CHANGELOG.md +20 -0
  2007. data/node_modules/hasown/index.d.ts +3 -3
  2008. data/node_modules/hasown/index.js +1 -1
  2009. data/node_modules/hasown/package.json +16 -15
  2010. data/node_modules/hasown/tsconfig.json +3 -46
  2011. data/node_modules/ignore-walk/node_modules/minimatch/LICENSE +15 -0
  2012. data/node_modules/ignore-walk/node_modules/minimatch/README.md +454 -0
  2013. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  2014. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  2015. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  2016. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  2017. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  2018. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  2019. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.js +589 -0
  2020. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  2021. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  2022. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  2023. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  2024. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  2025. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  2026. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  2027. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.js +22 -0
  2028. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  2029. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  2030. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  2031. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.js +1011 -0
  2032. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  2033. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/package.json +3 -0
  2034. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  2035. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  2036. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  2037. data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  2038. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  2039. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  2040. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  2041. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  2042. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  2043. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  2044. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.js +585 -0
  2045. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  2046. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  2047. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  2048. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  2049. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  2050. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  2051. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  2052. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.js +18 -0
  2053. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  2054. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  2055. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  2056. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.js +995 -0
  2057. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  2058. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/package.json +3 -0
  2059. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  2060. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  2061. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  2062. data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  2063. data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
  2064. data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
  2065. data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
  2066. data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
  2067. data/node_modules/ignore-walk/node_modules/minimatch/package.json +86 -0
  2068. data/node_modules/internal-slot/CHANGELOG.md +16 -0
  2069. data/node_modules/internal-slot/index.js +3 -4
  2070. data/node_modules/internal-slot/package.json +8 -8
  2071. data/node_modules/is-array-buffer/CHANGELOG.md +17 -0
  2072. data/node_modules/is-array-buffer/index.d.ts +3 -0
  2073. data/node_modules/is-array-buffer/index.js +12 -13
  2074. data/node_modules/is-array-buffer/package.json +20 -9
  2075. data/node_modules/is-array-buffer/test/index.js +9 -2
  2076. data/node_modules/is-array-buffer/tsconfig.json +49 -0
  2077. data/node_modules/is-data-view/CHANGELOG.md +23 -0
  2078. data/node_modules/is-data-view/LICENSE +21 -0
  2079. data/node_modules/is-data-view/README.md +69 -0
  2080. data/node_modules/is-data-view/index.d.ts +3 -0
  2081. data/node_modules/is-data-view/index.js +39 -0
  2082. data/node_modules/is-data-view/package.json +97 -0
  2083. data/node_modules/is-data-view/test/index.js +60 -0
  2084. data/node_modules/is-data-view/tsconfig.json +49 -0
  2085. data/node_modules/is-negative-zero/CHANGELOG.md +11 -0
  2086. data/node_modules/is-negative-zero/index.d.ts +3 -0
  2087. data/node_modules/is-negative-zero/index.js +1 -0
  2088. data/node_modules/is-negative-zero/package.json +19 -6
  2089. data/node_modules/is-negative-zero/test/index.js +1 -0
  2090. data/node_modules/is-negative-zero/tsconfig.json +49 -0
  2091. data/node_modules/is-shared-array-buffer/CHANGELOG.md +17 -0
  2092. data/node_modules/is-shared-array-buffer/README.md +0 -2
  2093. data/node_modules/is-shared-array-buffer/index.d.ts +3 -0
  2094. data/node_modules/is-shared-array-buffer/index.js +1 -0
  2095. data/node_modules/is-shared-array-buffer/package.json +28 -7
  2096. data/node_modules/is-shared-array-buffer/test/index.js +14 -2
  2097. data/node_modules/is-shared-array-buffer/tsconfig.json +49 -0
  2098. data/node_modules/is-typed-array/CHANGELOG.md +10 -0
  2099. data/node_modules/is-typed-array/index.d.ts +16 -0
  2100. data/node_modules/is-typed-array/index.js +1 -0
  2101. data/node_modules/is-typed-array/package.json +18 -7
  2102. data/node_modules/is-typed-array/test/index.js +9 -1
  2103. data/node_modules/is-typed-array/tsconfig.json +49 -0
  2104. data/node_modules/node-gyp/node_modules/make-fetch-happen/node_modules/cacache/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
  2105. data/node_modules/node-gyp/node_modules/make-fetch-happen/node_modules/cacache/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
  2106. data/node_modules/node-gyp/node_modules/make-fetch-happen/node_modules/cacache/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
  2107. data/node_modules/node-gyp/node_modules/make-fetch-happen/node_modules/cacache/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
  2108. data/node_modules/node-gyp/node_modules/which/CHANGELOG.md +166 -0
  2109. data/node_modules/node-gyp/node_modules/which/LICENSE +15 -0
  2110. data/node_modules/node-gyp/node_modules/which/README.md +54 -0
  2111. data/node_modules/node-gyp/node_modules/which/bin/node-which +52 -0
  2112. data/node_modules/node-gyp/node_modules/which/package.json +43 -0
  2113. data/node_modules/node-gyp/node_modules/which/which.js +125 -0
  2114. data/node_modules/npm-check-updates/node_modules/chalk/license +9 -0
  2115. data/node_modules/npm-check-updates/node_modules/chalk/package.json +83 -0
  2116. data/node_modules/npm-check-updates/node_modules/chalk/readme.md +325 -0
  2117. data/node_modules/npm-check-updates/node_modules/chalk/source/index.d.ts +320 -0
  2118. data/node_modules/npm-check-updates/node_modules/chalk/source/index.js +225 -0
  2119. data/node_modules/npm-check-updates/node_modules/chalk/source/utilities.js +33 -0
  2120. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
  2121. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  2122. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
  2123. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
  2124. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
  2125. data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
  2126. data/node_modules/npm-check-updates/node_modules/minimatch/LICENSE +15 -0
  2127. data/node_modules/npm-check-updates/node_modules/minimatch/README.md +454 -0
  2128. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
  2129. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
  2130. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
  2131. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
  2132. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
  2133. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
  2134. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js +589 -0
  2135. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
  2136. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
  2137. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
  2138. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
  2139. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
  2140. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
  2141. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
  2142. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js +22 -0
  2143. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
  2144. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
  2145. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
  2146. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js +1011 -0
  2147. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js.map +1 -0
  2148. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/package.json +3 -0
  2149. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
  2150. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
  2151. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js +24 -0
  2152. data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
  2153. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
  2154. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
  2155. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
  2156. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
  2157. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
  2158. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
  2159. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js +585 -0
  2160. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
  2161. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
  2162. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
  2163. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
  2164. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
  2165. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
  2166. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
  2167. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js +18 -0
  2168. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
  2169. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
  2170. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
  2171. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js +995 -0
  2172. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js.map +1 -0
  2173. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/package.json +3 -0
  2174. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
  2175. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
  2176. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js +20 -0
  2177. data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
  2178. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
  2179. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
  2180. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
  2181. data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
  2182. data/node_modules/npm-check-updates/node_modules/minimatch/package.json +86 -0
  2183. data/node_modules/npm-check-updates/node_modules/strip-ansi/index.d.ts +15 -0
  2184. data/node_modules/npm-check-updates/node_modules/strip-ansi/index.js +14 -0
  2185. data/node_modules/npm-check-updates/node_modules/strip-ansi/license +9 -0
  2186. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
  2187. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
  2188. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
  2189. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
  2190. data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
  2191. data/node_modules/npm-check-updates/node_modules/strip-ansi/package.json +57 -0
  2192. data/node_modules/npm-check-updates/node_modules/strip-ansi/readme.md +41 -0
  2193. data/node_modules/object-inspect/CHANGELOG.md +19 -0
  2194. data/node_modules/object-inspect/index.js +8 -0
  2195. data/node_modules/object-inspect/package.json +8 -6
  2196. data/node_modules/object-inspect/test/global.js +17 -0
  2197. data/node_modules/object.assign/CHANGELOG.md +8 -0
  2198. data/node_modules/object.assign/dist/browser.js +263 -66
  2199. data/node_modules/object.assign/package.json +10 -10
  2200. data/node_modules/object.assign/test/tests.js +2 -2
  2201. data/node_modules/object.entries/CHANGELOG.md +9 -0
  2202. data/node_modules/object.entries/implementation.js +1 -1
  2203. data/node_modules/object.entries/package.json +8 -8
  2204. data/node_modules/object.entries/test/native.js +16 -0
  2205. data/node_modules/object.fromentries/CHANGELOG.md +9 -0
  2206. data/node_modules/object.fromentries/implementation.js +4 -4
  2207. data/node_modules/object.fromentries/package.json +7 -6
  2208. data/node_modules/object.groupby/CHANGELOG.md +17 -0
  2209. data/node_modules/object.groupby/implementation.js +4 -4
  2210. data/node_modules/object.groupby/package.json +11 -8
  2211. data/node_modules/object.values/CHANGELOG.md +8 -0
  2212. data/node_modules/object.values/implementation.js +1 -1
  2213. data/node_modules/object.values/package.json +8 -8
  2214. data/node_modules/optionator/README.md +1 -1
  2215. data/node_modules/optionator/lib/help.js +1 -1
  2216. data/node_modules/optionator/lib/index.js +1 -1
  2217. data/node_modules/optionator/package.json +3 -3
  2218. data/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
  2219. data/node_modules/possible-typed-array-names/LICENSE +21 -0
  2220. data/node_modules/possible-typed-array-names/README.md +48 -0
  2221. data/node_modules/possible-typed-array-names/index.d.ts +15 -0
  2222. data/node_modules/possible-typed-array-names/index.js +16 -0
  2223. data/node_modules/possible-typed-array-names/package.json +83 -0
  2224. data/node_modules/possible-typed-array-names/test/index.js +16 -0
  2225. data/node_modules/possible-typed-array-names/tsconfig.json +49 -0
  2226. data/node_modules/punycode/README.md +23 -1
  2227. data/node_modules/punycode/package.json +3 -3
  2228. data/node_modules/punycode/punycode.es6.js +1 -1
  2229. data/node_modules/punycode/punycode.js +1 -1
  2230. data/node_modules/regexp.prototype.flags/CHANGELOG.md +13 -0
  2231. data/node_modules/regexp.prototype.flags/implementation.js +2 -2
  2232. data/node_modules/regexp.prototype.flags/package.json +11 -10
  2233. data/node_modules/regexp.prototype.flags/test/tests.js +13 -13
  2234. data/node_modules/resolve/package.json +4 -3
  2235. data/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  2236. data/node_modules/resolve/test/resolver.js +4 -2
  2237. data/node_modules/resolve/test/resolver_sync.js +9 -5
  2238. data/node_modules/safe-array-concat/CHANGELOG.md +32 -0
  2239. data/node_modules/safe-array-concat/index.d.ts +3 -0
  2240. data/node_modules/safe-array-concat/index.js +12 -5
  2241. data/node_modules/safe-array-concat/package.json +21 -7
  2242. data/node_modules/safe-array-concat/test/index.js +28 -22
  2243. data/node_modules/safe-array-concat/tsconfig.json +9 -0
  2244. data/node_modules/safe-regex-test/CHANGELOG.md +28 -0
  2245. data/node_modules/safe-regex-test/README.md +6 -2
  2246. data/node_modules/safe-regex-test/index.js +1 -2
  2247. data/node_modules/safe-regex-test/package.json +14 -9
  2248. data/node_modules/set-function-length/CHANGELOG.md +70 -0
  2249. data/node_modules/set-function-length/LICENSE +21 -0
  2250. data/node_modules/set-function-length/README.md +56 -0
  2251. data/node_modules/set-function-length/env.d.ts +9 -0
  2252. data/node_modules/set-function-length/env.js +25 -0
  2253. data/node_modules/set-function-length/index.d.ts +7 -0
  2254. data/node_modules/set-function-length/index.js +42 -0
  2255. data/node_modules/set-function-length/package.json +102 -0
  2256. data/node_modules/set-function-length/tsconfig.json +9 -0
  2257. data/node_modules/set-function-name/CHANGELOG.md +9 -0
  2258. data/node_modules/set-function-name/index.d.ts +5 -0
  2259. data/node_modules/set-function-name/index.js +4 -3
  2260. data/node_modules/set-function-name/package.json +28 -9
  2261. data/node_modules/set-function-name/tsconfig.json +59 -0
  2262. data/node_modules/side-channel/CHANGELOG.md +30 -0
  2263. data/node_modules/side-channel/index.d.ts +27 -0
  2264. data/node_modules/side-channel/index.js +25 -20
  2265. data/node_modules/side-channel/package.json +36 -19
  2266. data/node_modules/side-channel/test/index.js +6 -1
  2267. data/node_modules/side-channel/tsconfig.json +50 -0
  2268. data/node_modules/string.prototype.trim/CHANGELOG.md +7 -0
  2269. data/node_modules/string.prototype.trim/implementation.js +2 -2
  2270. data/node_modules/string.prototype.trim/index.js +1 -1
  2271. data/node_modules/string.prototype.trim/package.json +8 -7
  2272. data/node_modules/string.prototype.trimend/CHANGELOG.md +7 -0
  2273. data/node_modules/string.prototype.trimend/index.js +1 -1
  2274. data/node_modules/string.prototype.trimend/package.json +7 -7
  2275. data/node_modules/string.prototype.trimstart/CHANGELOG.md +10 -0
  2276. data/node_modules/string.prototype.trimstart/index.js +1 -1
  2277. data/node_modules/string.prototype.trimstart/package.json +10 -7
  2278. data/node_modules/typed-array-buffer/CHANGELOG.md +18 -0
  2279. data/node_modules/typed-array-buffer/index.d.ts +16 -0
  2280. data/node_modules/typed-array-buffer/index.js +2 -3
  2281. data/node_modules/typed-array-buffer/package.json +16 -9
  2282. data/node_modules/typed-array-buffer/test/index.js +2 -1
  2283. data/node_modules/typed-array-buffer/tsconfig.json +49 -0
  2284. data/node_modules/typed-array-byte-length/CHANGELOG.md +11 -0
  2285. data/node_modules/typed-array-byte-length/index.d.ts +17 -0
  2286. data/node_modules/typed-array-byte-length/index.js +19 -7
  2287. data/node_modules/typed-array-byte-length/package.json +22 -9
  2288. data/node_modules/typed-array-byte-length/test/index.js +1 -0
  2289. data/node_modules/typed-array-byte-length/tsconfig.json +49 -0
  2290. data/node_modules/typed-array-byte-offset/CHANGELOG.md +18 -0
  2291. data/node_modules/typed-array-byte-offset/index.d.ts +17 -0
  2292. data/node_modules/typed-array-byte-offset/index.js +15 -3
  2293. data/node_modules/typed-array-byte-offset/package.json +22 -9
  2294. data/node_modules/typed-array-byte-offset/test/index.js +2 -13
  2295. data/node_modules/typed-array-byte-offset/tsconfig.json +49 -0
  2296. data/node_modules/typed-array-length/CHANGELOG.md +24 -0
  2297. data/node_modules/typed-array-length/index.d.ts +23 -0
  2298. data/node_modules/typed-array-length/index.js +30 -27
  2299. data/node_modules/typed-array-length/package.json +30 -9
  2300. data/node_modules/typed-array-length/test/index.js +3 -14
  2301. data/node_modules/typed-array-length/tsconfig.json +9 -0
  2302. data/node_modules/update-notifier/node_modules/chalk/license +9 -0
  2303. data/node_modules/update-notifier/node_modules/chalk/package.json +83 -0
  2304. data/node_modules/update-notifier/node_modules/chalk/readme.md +325 -0
  2305. data/node_modules/update-notifier/node_modules/chalk/source/index.d.ts +320 -0
  2306. data/node_modules/update-notifier/node_modules/chalk/source/index.js +225 -0
  2307. data/node_modules/update-notifier/node_modules/chalk/source/utilities.js +33 -0
  2308. data/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
  2309. data/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  2310. data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
  2311. data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
  2312. data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
  2313. data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
  2314. data/node_modules/which-typed-array/CHANGELOG.md +34 -0
  2315. data/node_modules/which-typed-array/index.d.ts +61 -0
  2316. data/node_modules/which-typed-array/index.js +45 -18
  2317. data/node_modules/which-typed-array/package.json +20 -7
  2318. data/node_modules/which-typed-array/test/index.js +7 -1
  2319. data/node_modules/which-typed-array/tsconfig.json +9 -0
  2320. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/index.d.ts +15 -0
  2321. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/index.js +14 -0
  2322. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/license +9 -0
  2323. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
  2324. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
  2325. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
  2326. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
  2327. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
  2328. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/package.json +57 -0
  2329. data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/readme.md +41 -0
  2330. data/node_modules/word-wrap/README.md +201 -0
  2331. data/node_modules/word-wrap/index.d.ts +50 -0
  2332. data/node_modules/word-wrap/index.js +61 -0
  2333. data/node_modules/word-wrap/package.json +77 -0
  2334. data/node_modules/wrap-ansi/node_modules/strip-ansi/index.d.ts +15 -0
  2335. data/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +14 -0
  2336. data/node_modules/wrap-ansi/node_modules/strip-ansi/license +9 -0
  2337. data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
  2338. data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
  2339. data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
  2340. data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
  2341. data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
  2342. data/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +57 -0
  2343. data/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +41 -0
  2344. data/package.json +3 -2
  2345. metadata +967 -744
  2346. data/node_modules/@aashutoshrathi/word-wrap/README.md +0 -182
  2347. data/node_modules/@aashutoshrathi/word-wrap/index.d.ts +0 -50
  2348. data/node_modules/@aashutoshrathi/word-wrap/index.js +0 -52
  2349. data/node_modules/@aashutoshrathi/word-wrap/package.json +0 -81
  2350. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/LICENSE +0 -19
  2351. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/README.md +0 -299
  2352. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/bin/eslint.js +0 -140
  2353. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/config-schema.js +0 -93
  2354. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/default-cli-options.js +0 -32
  2355. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/globals.js +0 -154
  2356. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/replacements.json +0 -22
  2357. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/rule-type-list.json +0 -36
  2358. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/api.js +0 -26
  2359. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/cli-engine.js +0 -1078
  2360. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/file-enumerator.js +0 -547
  2361. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js +0 -60
  2362. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/compact.js +0 -60
  2363. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json +0 -46
  2364. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/html.js +0 -351
  2365. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js +0 -41
  2366. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js +0 -16
  2367. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/json.js +0 -13
  2368. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/junit.js +0 -82
  2369. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/stylish.js +0 -101
  2370. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/tap.js +0 -95
  2371. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/unix.js +0 -58
  2372. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js +0 -63
  2373. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/hash.js +0 -35
  2374. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/index.js +0 -7
  2375. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/lint-result-cache.js +0 -191
  2376. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/load-rules.js +0 -46
  2377. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/xml-escape.js +0 -34
  2378. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli.js +0 -441
  2379. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/default-config.js +0 -67
  2380. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-array.js +0 -274
  2381. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-helpers.js +0 -111
  2382. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-schema.js +0 -545
  2383. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/rule-validator.js +0 -158
  2384. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/eslint-helpers.js +0 -904
  2385. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/eslint.js +0 -700
  2386. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/flat-eslint.js +0 -1140
  2387. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/index.js +0 -9
  2388. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/apply-disable-directives.js +0 -351
  2389. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +0 -852
  2390. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js +0 -263
  2391. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js +0 -1483
  2392. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path.js +0 -248
  2393. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +0 -203
  2394. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +0 -248
  2395. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js +0 -45
  2396. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/config-comment-parser.js +0 -151
  2397. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/index.js +0 -13
  2398. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/interpolate.js +0 -28
  2399. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/linter.js +0 -2134
  2400. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/node-event-generator.js +0 -354
  2401. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/report-translator.js +0 -369
  2402. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/rule-fixer.js +0 -140
  2403. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/rules.js +0 -80
  2404. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/safe-emitter.js +0 -52
  2405. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/source-code-fixer.js +0 -152
  2406. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/timing.js +0 -161
  2407. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/options.js +0 -377
  2408. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/flat-rule-tester.js +0 -1122
  2409. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/index.js +0 -5
  2410. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/rule-tester.js +0 -1206
  2411. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/accessor-pairs.js +0 -346
  2412. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-bracket-newline.js +0 -258
  2413. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-bracket-spacing.js +0 -241
  2414. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-callback-return.js +0 -446
  2415. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-element-newline.js +0 -308
  2416. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-body-style.js +0 -296
  2417. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-parens.js +0 -183
  2418. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-spacing.js +0 -161
  2419. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/block-scoped-var.js +0 -135
  2420. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/block-spacing.js +0 -171
  2421. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/brace-style.js +0 -194
  2422. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/callback-return.js +0 -187
  2423. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/camelcase.js +0 -399
  2424. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/capitalized-comments.js +0 -300
  2425. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/class-methods-use-this.js +0 -187
  2426. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-dangle.js +0 -370
  2427. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-spacing.js +0 -189
  2428. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-style.js +0 -311
  2429. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/complexity.js +0 -165
  2430. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/computed-property-spacing.js +0 -205
  2431. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/consistent-return.js +0 -210
  2432. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/consistent-this.js +0 -153
  2433. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/constructor-super.js +0 -446
  2434. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/curly.js +0 -486
  2435. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-case-last.js +0 -44
  2436. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-case.js +0 -97
  2437. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-param-last.js +0 -62
  2438. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/dot-location.js +0 -105
  2439. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/dot-notation.js +0 -176
  2440. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/eol-last.js +0 -112
  2441. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/eqeqeq.js +0 -174
  2442. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/for-direction.js +0 -133
  2443. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-call-spacing.js +0 -230
  2444. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-name-matching.js +0 -253
  2445. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-names.js +0 -191
  2446. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-style.js +0 -98
  2447. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/function-call-argument-newline.js +0 -122
  2448. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/function-paren-newline.js +0 -289
  2449. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/generator-star-spacing.js +0 -206
  2450. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/getter-return.js +0 -204
  2451. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/global-require.js +0 -90
  2452. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/grouped-accessor-pairs.js +0 -215
  2453. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/guard-for-in.js +0 -76
  2454. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/handle-callback-err.js +0 -101
  2455. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-blacklist.js +0 -246
  2456. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-denylist.js +0 -228
  2457. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-length.js +0 -177
  2458. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-match.js +0 -299
  2459. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js +0 -81
  2460. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/indent-legacy.js +0 -1126
  2461. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/indent.js +0 -1800
  2462. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/index.js +0 -306
  2463. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/init-declarations.js +0 -139
  2464. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/jsx-quotes.js +0 -95
  2465. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/key-spacing.js +0 -684
  2466. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/keyword-spacing.js +0 -637
  2467. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/line-comment-position.js +0 -122
  2468. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/linebreak-style.js +0 -105
  2469. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-around-comment.js +0 -468
  2470. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-around-directive.js +0 -201
  2471. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-between-class-members.js +0 -266
  2472. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/logical-assignment-operators.js +0 -476
  2473. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-classes-per-file.js +0 -89
  2474. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-depth.js +0 -156
  2475. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-len.js +0 -437
  2476. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-lines-per-function.js +0 -213
  2477. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-lines.js +0 -193
  2478. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-nested-callbacks.js +0 -117
  2479. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-params.js +0 -102
  2480. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-statements-per-line.js +0 -196
  2481. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-statements.js +0 -184
  2482. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/multiline-comment-style.js +0 -474
  2483. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/multiline-ternary.js +0 -171
  2484. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/new-cap.js +0 -276
  2485. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/new-parens.js +0 -90
  2486. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-after-var.js +0 -253
  2487. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-before-return.js +0 -217
  2488. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-per-chained-call.js +0 -123
  2489. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-alert.js +0 -138
  2490. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-array-constructor.js +0 -54
  2491. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-async-promise-executor.js +0 -39
  2492. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-await-in-loop.js +0 -106
  2493. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-bitwise.js +0 -119
  2494. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-buffer-constructor.js +0 -50
  2495. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-caller.js +0 -46
  2496. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-case-declarations.js +0 -64
  2497. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-catch-shadow.js +0 -82
  2498. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-class-assign.js +0 -63
  2499. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-compare-neg-zero.js +0 -60
  2500. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-cond-assign.js +0 -159
  2501. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-confusing-arrow.js +0 -89
  2502. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-console.js +0 -135
  2503. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-const-assign.js +0 -56
  2504. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constant-binary-expression.js +0 -509
  2505. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constant-condition.js +0 -150
  2506. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constructor-return.js +0 -62
  2507. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-continue.js +0 -39
  2508. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-control-regex.js +0 -138
  2509. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-debugger.js +0 -43
  2510. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-delete-var.js +0 -42
  2511. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-div-regex.js +0 -53
  2512. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-args.js +0 -82
  2513. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-class-members.js +0 -104
  2514. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-else-if.js +0 -122
  2515. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-keys.js +0 -142
  2516. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-duplicate-case.js +0 -71
  2517. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-duplicate-imports.js +0 -290
  2518. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-else-return.js +0 -405
  2519. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-character-class.js +0 -76
  2520. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-function.js +0 -167
  2521. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-pattern.js +0 -78
  2522. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-static-block.js +0 -47
  2523. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty.js +0 -103
  2524. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-eq-null.js +0 -46
  2525. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-eval.js +0 -286
  2526. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-ex-assign.js +0 -54
  2527. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extend-native.js +0 -179
  2528. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-bind.js +0 -213
  2529. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +0 -317
  2530. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-label.js +0 -149
  2531. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-parens.js +0 -1319
  2532. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-semi.js +0 -144
  2533. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-fallthrough.js +0 -196
  2534. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-floating-decimal.js +0 -70
  2535. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-func-assign.js +0 -78
  2536. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-global-assign.js +0 -95
  2537. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implicit-coercion.js +0 -380
  2538. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implicit-globals.js +0 -146
  2539. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implied-eval.js +0 -132
  2540. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-import-assign.js +0 -241
  2541. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-inline-comments.js +0 -110
  2542. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-inner-declarations.js +0 -110
  2543. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-invalid-regexp.js +0 -194
  2544. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-invalid-this.js +0 -150
  2545. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-irregular-whitespace.js +0 -276
  2546. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-iterator.js +0 -52
  2547. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-label-var.js +0 -80
  2548. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-labels.js +0 -149
  2549. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-lone-blocks.js +0 -136
  2550. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-lonely-if.js +0 -88
  2551. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-loop-func.js +0 -206
  2552. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-loss-of-precision.js +0 -214
  2553. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-magic-numbers.js +0 -243
  2554. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-misleading-character-class.js +0 -300
  2555. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-operators.js +0 -226
  2556. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-requires.js +0 -238
  2557. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +0 -113
  2558. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-assign.js +0 -67
  2559. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-spaces.js +0 -138
  2560. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-str.js +0 -65
  2561. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multiple-empty-lines.js +0 -151
  2562. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-native-reassign.js +0 -98
  2563. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-negated-condition.js +0 -95
  2564. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-negated-in-lhs.js +0 -46
  2565. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-nested-ternary.js +0 -44
  2566. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-func.js +0 -87
  2567. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js +0 -66
  2568. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-object.js +0 -67
  2569. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-require.js +0 -50
  2570. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-symbol.js +0 -56
  2571. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-wrappers.js +0 -60
  2572. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new.js +0 -43
  2573. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js +0 -148
  2574. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-obj-calls.js +0 -86
  2575. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-object-constructor.js +0 -118
  2576. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-octal-escape.js +0 -56
  2577. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-octal.js +0 -45
  2578. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-param-reassign.js +0 -230
  2579. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-path-concat.js +0 -64
  2580. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-plusplus.js +0 -105
  2581. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-process-env.js +0 -51
  2582. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-process-exit.js +0 -47
  2583. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-promise-executor-return.js +0 -260
  2584. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-proto.js +0 -48
  2585. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-prototype-builtins.js +0 -71
  2586. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-redeclare.js +0 -174
  2587. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-regex-spaces.js +0 -197
  2588. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-exports.js +0 -193
  2589. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-globals.js +0 -124
  2590. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-imports.js +0 -387
  2591. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-modules.js +0 -213
  2592. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-properties.js +0 -181
  2593. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-syntax.js +0 -70
  2594. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-return-assign.js +0 -80
  2595. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-return-await.js +0 -135
  2596. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-script-url.js +0 -61
  2597. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-self-assign.js +0 -183
  2598. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-self-compare.js +0 -60
  2599. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sequences.js +0 -138
  2600. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-setter-return.js +0 -226
  2601. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-shadow-restricted-names.js +0 -65
  2602. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-shadow.js +0 -336
  2603. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-spaced-func.js +0 -83
  2604. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sparse-arrays.js +0 -50
  2605. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sync.js +0 -64
  2606. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-tabs.js +0 -78
  2607. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-template-curly-in-string.js +0 -44
  2608. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-ternary.js +0 -41
  2609. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-this-before-super.js +0 -331
  2610. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-throw-literal.js +0 -51
  2611. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-trailing-spaces.js +0 -190
  2612. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undef-init.js +0 -75
  2613. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undef.js +0 -79
  2614. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undefined.js +0 -86
  2615. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-underscore-dangle.js +0 -335
  2616. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unexpected-multiline.js +0 -120
  2617. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js +0 -360
  2618. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unneeded-ternary.js +0 -166
  2619. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unreachable-loop.js +0 -185
  2620. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unreachable.js +0 -293
  2621. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-finally.js +0 -111
  2622. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-negation.js +0 -128
  2623. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js +0 -205
  2624. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-expressions.js +0 -186
  2625. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-labels.js +0 -143
  2626. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-private-class-members.js +0 -195
  2627. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-vars.js +0 -718
  2628. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-use-before-define.js +0 -348
  2629. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-backreference.js +0 -194
  2630. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-call.js +0 -90
  2631. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-catch.js +0 -57
  2632. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-computed-key.js +0 -168
  2633. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-concat.js +0 -115
  2634. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-constructor.js +0 -189
  2635. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-escape.js +0 -333
  2636. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-rename.js +0 -172
  2637. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-return.js +0 -364
  2638. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-var.js +0 -334
  2639. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-void.js +0 -64
  2640. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-warning-comments.js +0 -201
  2641. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-whitespace-before-property.js +0 -113
  2642. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-with.js +0 -39
  2643. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/nonblock-statement-body-position.js +0 -124
  2644. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-curly-newline.js +0 -321
  2645. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-curly-spacing.js +0 -308
  2646. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-property-newline.js +0 -99
  2647. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-shorthand.js +0 -520
  2648. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/one-var-declaration-per-line.js +0 -92
  2649. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/one-var.js +0 -567
  2650. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/operator-assignment.js +0 -209
  2651. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/operator-linebreak.js +0 -250
  2652. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/padded-blocks.js +0 -307
  2653. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/padding-line-between-statements.js +0 -587
  2654. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-arrow-callback.js +0 -381
  2655. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-const.js +0 -501
  2656. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-destructuring.js +0 -301
  2657. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js +0 -191
  2658. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-named-capture-group.js +0 -178
  2659. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-numeric-literals.js +0 -148
  2660. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-object-has-own.js +0 -114
  2661. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-object-spread.js +0 -298
  2662. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js +0 -132
  2663. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-reflect.js +0 -127
  2664. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-regex-literals.js +0 -507
  2665. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-rest-params.js +0 -118
  2666. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-spread.js +0 -87
  2667. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-template.js +0 -275
  2668. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/quote-props.js +0 -307
  2669. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/quotes.js +0 -347
  2670. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/radix.js +0 -198
  2671. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-atomic-updates.js +0 -331
  2672. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-await.js +0 -113
  2673. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-jsdoc.js +0 -122
  2674. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-unicode-regexp.js +0 -129
  2675. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-yield.js +0 -77
  2676. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/rest-spread-spacing.js +0 -120
  2677. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi-spacing.js +0 -245
  2678. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi-style.js +0 -155
  2679. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi.js +0 -435
  2680. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-imports.js +0 -241
  2681. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-keys.js +0 -230
  2682. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-vars.js +0 -104
  2683. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-before-blocks.js +0 -201
  2684. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-before-function-paren.js +0 -164
  2685. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-in-parens.js +0 -282
  2686. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-infix-ops.js +0 -195
  2687. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-unary-ops.js +0 -321
  2688. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/spaced-comment.js +0 -382
  2689. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/strict.js +0 -277
  2690. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/switch-colon-spacing.js +0 -129
  2691. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/symbol-description.js +0 -73
  2692. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/template-curly-spacing.js +0 -141
  2693. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/template-tag-spacing.js +0 -90
  2694. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/unicode-bom.js +0 -73
  2695. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/use-isnan.js +0 -141
  2696. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/ast-utils.js +0 -2172
  2697. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/fix-tracker.js +0 -114
  2698. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/keywords.js +0 -67
  2699. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js +0 -115
  2700. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/patterns/letters.js +0 -36
  2701. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/regular-expressions.js +0 -42
  2702. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/index.js +0 -11
  2703. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js +0 -13
  2704. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js +0 -13
  2705. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js +0 -13
  2706. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js +0 -14
  2707. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/valid-jsdoc.js +0 -516
  2708. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/valid-typeof.js +0 -127
  2709. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/vars-on-top.js +0 -157
  2710. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/wrap-iife.js +0 -204
  2711. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/wrap-regex.js +0 -58
  2712. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/yield-star-spacing.js +0 -127
  2713. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/yoda.js +0 -353
  2714. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/ajv.js +0 -34
  2715. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/ast-utils.js +0 -29
  2716. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/config-validator.js +0 -347
  2717. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/deprecation-warnings.js +0 -58
  2718. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/directives.js +0 -15
  2719. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/logging.js +0 -30
  2720. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/relative-module-resolver.js +0 -50
  2721. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/runtime-info.js +0 -167
  2722. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/string-utils.js +0 -60
  2723. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/traverser.js +0 -195
  2724. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/types.js +0 -216
  2725. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/index.js +0 -5
  2726. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/source-code.js +0 -1076
  2727. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js +0 -57
  2728. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js +0 -58
  2729. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/cursor.js +0 -76
  2730. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/cursors.js +0 -90
  2731. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js +0 -39
  2732. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/filter-cursor.js +0 -43
  2733. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js +0 -57
  2734. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js +0 -63
  2735. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/index.js +0 -627
  2736. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/limit-cursor.js +0 -40
  2737. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js +0 -38
  2738. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/skip-cursor.js +0 -42
  2739. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/utils.js +0 -107
  2740. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/unsupported-api.js +0 -30
  2741. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/all-files-ignored.js +0 -16
  2742. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/eslintrc-incompat.js +0 -98
  2743. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/eslintrc-plugins.js +0 -24
  2744. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/extend-config-missing.js +0 -13
  2745. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/failed-to-read-json.js +0 -11
  2746. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/file-not-found.js +0 -10
  2747. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/invalid-rule-options.js +0 -17
  2748. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/invalid-rule-severity.js +0 -13
  2749. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/no-config-found.js +0 -15
  2750. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-conflict.js +0 -22
  2751. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-invalid.js +0 -16
  2752. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-missing.js +0 -19
  2753. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/print-config-with-directory-path.js +0 -8
  2754. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/shared.js +0 -18
  2755. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/whitespace-found.js +0 -11
  2756. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/LICENSE +0 -19
  2757. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/README.md +0 -71
  2758. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/conf/config-schema.js +0 -79
  2759. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/conf/environments.js +0 -215
  2760. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs +0 -1104
  2761. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map +0 -1
  2762. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +0 -4333
  2763. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +0 -1
  2764. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +0 -532
  2765. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +0 -523
  2766. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +0 -115
  2767. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +0 -145
  2768. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +0 -238
  2769. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/index.js +0 -19
  2770. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +0 -225
  2771. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array-factory.js +0 -1149
  2772. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/flat-compat.js +0 -318
  2773. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/index-universal.js +0 -29
  2774. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/index.js +0 -56
  2775. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/ajv.js +0 -191
  2776. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +0 -135
  2777. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +0 -325
  2778. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +0 -63
  2779. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/naming.js +0 -96
  2780. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +0 -42
  2781. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/types.js +0 -149
  2782. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/index.d.ts +0 -36
  2783. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/index.js +0 -77
  2784. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/package.json +0 -47
  2785. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/readme.md +0 -78
  2786. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/package.json +0 -82
  2787. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/universal.js +0 -9
  2788. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/LICENSE +0 -19
  2789. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/README.md +0 -57
  2790. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/package.json +0 -31
  2791. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/configs/eslint-all.js +0 -278
  2792. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/configs/eslint-recommended.js +0 -76
  2793. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/index.js +0 -17
  2794. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/LICENSE +0 -201
  2795. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/README.md +0 -342
  2796. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/api.js +0 -1061
  2797. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/CHANGELOG.md +0 -8
  2798. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/LICENSE +0 -29
  2799. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/README.md +0 -234
  2800. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/package.json +0 -33
  2801. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/src/index.js +0 -7
  2802. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js +0 -53
  2803. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/src/object-schema.js +0 -235
  2804. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js +0 -102
  2805. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/tests/merge-strategy.js +0 -66
  2806. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/tests/object-schema.js +0 -611
  2807. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/tests/validation-strategy.js +0 -186
  2808. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/README.md +0 -224
  2809. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/minimatch.js +0 -947
  2810. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/package.json +0 -33
  2811. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/package.json +0 -61
  2812. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/index.d.ts +0 -415
  2813. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/package.json +0 -68
  2814. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/readme.md +0 -341
  2815. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/index.js +0 -229
  2816. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/templates.js +0 -134
  2817. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/util.js +0 -39
  2818. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
  2819. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
  2820. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
  2821. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/index.d.ts +0 -17
  2822. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/index.js +0 -4
  2823. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/license +0 -9
  2824. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +0 -37
  2825. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.js +0 -10
  2826. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/license +0 -9
  2827. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/package.json +0 -55
  2828. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +0 -78
  2829. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/package.json +0 -54
  2830. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/readme.md +0 -46
  2831. data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/package.json +0 -174
  2832. data/node_modules/@ungap/structured-clone/LICENSE +0 -15
  2833. data/node_modules/@ungap/structured-clone/README.md +0 -95
  2834. data/node_modules/@ungap/structured-clone/cjs/deserialize.js +0 -78
  2835. data/node_modules/@ungap/structured-clone/cjs/index.js +0 -27
  2836. data/node_modules/@ungap/structured-clone/cjs/json.js +0 -24
  2837. data/node_modules/@ungap/structured-clone/cjs/package.json +0 -1
  2838. data/node_modules/@ungap/structured-clone/cjs/serialize.js +0 -160
  2839. data/node_modules/@ungap/structured-clone/cjs/types.js +0 -22
  2840. data/node_modules/@ungap/structured-clone/esm/deserialize.js +0 -79
  2841. data/node_modules/@ungap/structured-clone/esm/index.js +0 -25
  2842. data/node_modules/@ungap/structured-clone/esm/json.js +0 -21
  2843. data/node_modules/@ungap/structured-clone/esm/serialize.js +0 -161
  2844. data/node_modules/@ungap/structured-clone/esm/types.js +0 -11
  2845. data/node_modules/@ungap/structured-clone/package.json +0 -53
  2846. data/node_modules/@ungap/structured-clone/structured-json.js +0 -1
  2847. data/node_modules/array.prototype.findlastindex/index.mjs +0 -18
  2848. data/node_modules/array.prototype.findlastindex/test/index.mjs +0 -31
  2849. data/node_modules/boxen/node_modules/type-fest/index.d.ts +0 -95
  2850. data/node_modules/boxen/node_modules/type-fest/package.json +0 -52
  2851. data/node_modules/boxen/node_modules/type-fest/readme.md +0 -905
  2852. data/node_modules/boxen/node_modules/type-fest/source/async-return-type.d.ts +0 -25
  2853. data/node_modules/boxen/node_modules/type-fest/source/asyncify.d.ts +0 -33
  2854. data/node_modules/boxen/node_modules/type-fest/source/basic.d.ts +0 -45
  2855. data/node_modules/boxen/node_modules/type-fest/source/camel-case.d.ts +0 -73
  2856. data/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +0 -54
  2857. data/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties.d.ts +0 -36
  2858. data/node_modules/boxen/node_modules/type-fest/source/conditional-except.d.ts +0 -45
  2859. data/node_modules/boxen/node_modules/type-fest/source/conditional-keys.d.ts +0 -47
  2860. data/node_modules/boxen/node_modules/type-fest/source/conditional-pick.d.ts +0 -44
  2861. data/node_modules/boxen/node_modules/type-fest/source/delimiter-case.d.ts +0 -93
  2862. data/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +0 -60
  2863. data/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties.d.ts +0 -37
  2864. data/node_modules/boxen/node_modules/type-fest/source/entries.d.ts +0 -62
  2865. data/node_modules/boxen/node_modules/type-fest/source/entry.d.ts +0 -65
  2866. data/node_modules/boxen/node_modules/type-fest/source/exact.d.ts +0 -73
  2867. data/node_modules/boxen/node_modules/type-fest/source/except.d.ts +0 -57
  2868. data/node_modules/boxen/node_modules/type-fest/source/fixed-length-array.d.ts +0 -43
  2869. data/node_modules/boxen/node_modules/type-fest/source/get.d.ts +0 -184
  2870. data/node_modules/boxen/node_modules/type-fest/source/has-optional-keys.d.ts +0 -21
  2871. data/node_modules/boxen/node_modules/type-fest/source/has-required-keys.d.ts +0 -59
  2872. data/node_modules/boxen/node_modules/type-fest/source/includes.d.ts +0 -22
  2873. data/node_modules/boxen/node_modules/type-fest/source/internal.d.ts +0 -59
  2874. data/node_modules/boxen/node_modules/type-fest/source/invariant-of.d.ts +0 -76
  2875. data/node_modules/boxen/node_modules/type-fest/source/iterable-element.d.ts +0 -54
  2876. data/node_modules/boxen/node_modules/type-fest/source/join.d.ts +0 -30
  2877. data/node_modules/boxen/node_modules/type-fest/source/jsonify.d.ts +0 -90
  2878. data/node_modules/boxen/node_modules/type-fest/source/kebab-case.d.ts +0 -38
  2879. data/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +0 -47
  2880. data/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties.d.ts +0 -30
  2881. data/node_modules/boxen/node_modules/type-fest/source/last-array-element.d.ts +0 -28
  2882. data/node_modules/boxen/node_modules/type-fest/source/literal-to-primitive.d.ts +0 -36
  2883. data/node_modules/boxen/node_modules/type-fest/source/literal-union.d.ts +0 -35
  2884. data/node_modules/boxen/node_modules/type-fest/source/merge-exclusive.d.ts +0 -41
  2885. data/node_modules/boxen/node_modules/type-fest/source/merge.d.ts +0 -27
  2886. data/node_modules/boxen/node_modules/type-fest/source/multidimensional-array.d.ts +0 -43
  2887. data/node_modules/boxen/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +0 -47
  2888. data/node_modules/boxen/node_modules/type-fest/source/mutable.d.ts +0 -5
  2889. data/node_modules/boxen/node_modules/type-fest/source/numeric.d.ts +0 -170
  2890. data/node_modules/boxen/node_modules/type-fest/source/observable-like.d.ts +0 -62
  2891. data/node_modules/boxen/node_modules/type-fest/source/opaque.d.ts +0 -107
  2892. data/node_modules/boxen/node_modules/type-fest/source/optional-keys-of.d.ts +0 -38
  2893. data/node_modules/boxen/node_modules/type-fest/source/package-json.d.ts +0 -663
  2894. data/node_modules/boxen/node_modules/type-fest/source/partial-deep.d.ts +0 -113
  2895. data/node_modules/boxen/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +0 -70
  2896. data/node_modules/boxen/node_modules/type-fest/source/pascal-case.d.ts +0 -38
  2897. data/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +0 -54
  2898. data/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties.d.ts +0 -34
  2899. data/node_modules/boxen/node_modules/type-fest/source/primitive.d.ts +0 -13
  2900. data/node_modules/boxen/node_modules/type-fest/source/promisable.d.ts +0 -25
  2901. data/node_modules/boxen/node_modules/type-fest/source/promise-value.d.ts +0 -29
  2902. data/node_modules/boxen/node_modules/type-fest/source/readonly-deep.d.ts +0 -85
  2903. data/node_modules/boxen/node_modules/type-fest/source/readonly-tuple.d.ts +0 -41
  2904. data/node_modules/boxen/node_modules/type-fest/source/remove-index-signature.d.ts +0 -104
  2905. data/node_modules/boxen/node_modules/type-fest/source/replace.d.ts +0 -67
  2906. data/node_modules/boxen/node_modules/type-fest/source/require-all-or-none.d.ts +0 -36
  2907. data/node_modules/boxen/node_modules/type-fest/source/require-at-least-one.d.ts +0 -35
  2908. data/node_modules/boxen/node_modules/type-fest/source/require-exactly-one.d.ts +0 -34
  2909. data/node_modules/boxen/node_modules/type-fest/source/required-keys-of.d.ts +0 -29
  2910. data/node_modules/boxen/node_modules/type-fest/source/schema.d.ts +0 -72
  2911. data/node_modules/boxen/node_modules/type-fest/source/screaming-snake-case.d.ts +0 -33
  2912. data/node_modules/boxen/node_modules/type-fest/source/set-non-nullable.d.ts +0 -35
  2913. data/node_modules/boxen/node_modules/type-fest/source/set-optional.d.ts +0 -35
  2914. data/node_modules/boxen/node_modules/type-fest/source/set-required.d.ts +0 -35
  2915. data/node_modules/boxen/node_modules/type-fest/source/set-return-type.d.ts +0 -31
  2916. data/node_modules/boxen/node_modules/type-fest/source/simplify.d.ts +0 -83
  2917. data/node_modules/boxen/node_modules/type-fest/source/snake-case.d.ts +0 -38
  2918. data/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +0 -47
  2919. data/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties.d.ts +0 -30
  2920. data/node_modules/boxen/node_modules/type-fest/source/split.d.ts +0 -29
  2921. data/node_modules/boxen/node_modules/type-fest/source/spread.d.ts +0 -85
  2922. data/node_modules/boxen/node_modules/type-fest/source/string-key-of.d.ts +0 -25
  2923. data/node_modules/boxen/node_modules/type-fest/source/stringified.d.ts +0 -23
  2924. data/node_modules/boxen/node_modules/type-fest/source/trim.d.ts +0 -25
  2925. data/node_modules/boxen/node_modules/type-fest/source/tsconfig-json.d.ts +0 -1172
  2926. data/node_modules/boxen/node_modules/type-fest/source/typed-array.d.ts +0 -17
  2927. data/node_modules/boxen/node_modules/type-fest/source/union-to-intersection.d.ts +0 -60
  2928. data/node_modules/boxen/node_modules/type-fest/source/value-of.d.ts +0 -42
  2929. data/node_modules/boxen/node_modules/type-fest/source/writable.d.ts +0 -40
  2930. data/node_modules/call-bind/node_modules/function-bind/LICENSE +0 -20
  2931. data/node_modules/call-bind/node_modules/function-bind/README.md +0 -48
  2932. data/node_modules/call-bind/node_modules/function-bind/implementation.js +0 -52
  2933. data/node_modules/call-bind/node_modules/function-bind/index.js +0 -5
  2934. data/node_modules/call-bind/node_modules/function-bind/package.json +0 -63
  2935. data/node_modules/call-bind/node_modules/function-bind/test/index.js +0 -252
  2936. data/node_modules/define-data-property/index.d.ts.map +0 -1
  2937. data/node_modules/define-data-property/tsinit +0 -109
  2938. data/node_modules/es-abstract/helpers/isMatchRecord.js +0 -16
  2939. data/node_modules/es-abstract/helpers/isPropertyDescriptor.js +0 -31
  2940. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/CHANGELOG.md +0 -173
  2941. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/LICENSE +0 -20
  2942. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/README.md +0 -40
  2943. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/core.json +0 -158
  2944. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/index.js +0 -69
  2945. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/package.json +0 -73
  2946. data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/test/index.js +0 -133
  2947. data/node_modules/flatted/types.d.ts +0 -62
  2948. data/node_modules/get-intrinsic/node_modules/function-bind/LICENSE +0 -20
  2949. data/node_modules/get-intrinsic/node_modules/function-bind/README.md +0 -48
  2950. data/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +0 -52
  2951. data/node_modules/get-intrinsic/node_modules/function-bind/index.js +0 -5
  2952. data/node_modules/get-intrinsic/node_modules/function-bind/package.json +0 -63
  2953. data/node_modules/get-intrinsic/node_modules/function-bind/test/index.js +0 -252
  2954. data/node_modules/graphemer/CHANGELOG.md +0 -30
  2955. data/node_modules/graphemer/LICENSE +0 -18
  2956. data/node_modules/graphemer/README.md +0 -132
  2957. data/node_modules/graphemer/lib/Graphemer.d.ts +0 -41
  2958. data/node_modules/graphemer/lib/Graphemer.d.ts.map +0 -1
  2959. data/node_modules/graphemer/lib/Graphemer.js +0 -11959
  2960. data/node_modules/graphemer/lib/GraphemerHelper.d.ts +0 -32
  2961. data/node_modules/graphemer/lib/GraphemerHelper.d.ts.map +0 -1
  2962. data/node_modules/graphemer/lib/GraphemerHelper.js +0 -169
  2963. data/node_modules/graphemer/lib/GraphemerIterator.d.ts +0 -22
  2964. data/node_modules/graphemer/lib/GraphemerIterator.d.ts.map +0 -1
  2965. data/node_modules/graphemer/lib/GraphemerIterator.js +0 -36
  2966. data/node_modules/graphemer/lib/boundaries.d.ts +0 -35
  2967. data/node_modules/graphemer/lib/boundaries.d.ts.map +0 -1
  2968. data/node_modules/graphemer/lib/boundaries.js +0 -38
  2969. data/node_modules/graphemer/lib/index.d.ts +0 -3
  2970. data/node_modules/graphemer/lib/index.d.ts.map +0 -1
  2971. data/node_modules/graphemer/lib/index.js +0 -7
  2972. data/node_modules/graphemer/package.json +0 -54
  2973. data/node_modules/hasown/index.d.ts.map +0 -1
  2974. data/node_modules/jsonc-eslint-parser/LICENSE +0 -21
  2975. data/node_modules/jsonc-eslint-parser/README.md +0 -96
  2976. data/node_modules/jsonc-eslint-parser/lib/index.d.ts +0 -11
  2977. data/node_modules/jsonc-eslint-parser/lib/index.js +0 -44
  2978. data/node_modules/jsonc-eslint-parser/lib/meta.d.ts +0 -2
  2979. data/node_modules/jsonc-eslint-parser/lib/meta.js +0 -5
  2980. data/node_modules/jsonc-eslint-parser/lib/parser/ast.d.ts +0 -125
  2981. data/node_modules/jsonc-eslint-parser/lib/parser/ast.js +0 -2
  2982. data/node_modules/jsonc-eslint-parser/lib/parser/convert.d.ts +0 -15
  2983. data/node_modules/jsonc-eslint-parser/lib/parser/convert.js +0 -170
  2984. data/node_modules/jsonc-eslint-parser/lib/parser/errors.d.ts +0 -17
  2985. data/node_modules/jsonc-eslint-parser/lib/parser/errors.js +0 -92
  2986. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.d.ts +0 -3
  2987. data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.js +0 -117
  2988. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.d.ts +0 -2
  2989. data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.js +0 -74
  2990. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts +0 -8
  2991. data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.js +0 -59
  2992. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.d.ts +0 -13
  2993. data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.js +0 -80
  2994. data/node_modules/jsonc-eslint-parser/lib/parser/parser.d.ts +0 -9
  2995. data/node_modules/jsonc-eslint-parser/lib/parser/parser.js +0 -201
  2996. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts +0 -27
  2997. data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.js +0 -2
  2998. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.d.ts +0 -21
  2999. data/node_modules/jsonc-eslint-parser/lib/parser/token-store.js +0 -48
  3000. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.d.ts +0 -11
  3001. data/node_modules/jsonc-eslint-parser/lib/parser/traverse.js +0 -57
  3002. data/node_modules/jsonc-eslint-parser/lib/parser/utils.d.ts +0 -5
  3003. data/node_modules/jsonc-eslint-parser/lib/parser/utils.js +0 -8
  3004. data/node_modules/jsonc-eslint-parser/lib/parser/validate.d.ts +0 -8
  3005. data/node_modules/jsonc-eslint-parser/lib/parser/validate.js +0 -405
  3006. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.d.ts +0 -2
  3007. data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.js +0 -51
  3008. data/node_modules/jsonc-eslint-parser/lib/types.d.ts +0 -11
  3009. data/node_modules/jsonc-eslint-parser/lib/types.js +0 -2
  3010. data/node_modules/jsonc-eslint-parser/lib/utils/ast.d.ts +0 -19
  3011. data/node_modules/jsonc-eslint-parser/lib/utils/ast.js +0 -128
  3012. data/node_modules/jsonc-eslint-parser/node_modules/semver/README.md +0 -637
  3013. data/node_modules/jsonc-eslint-parser/node_modules/semver/bin/semver.js +0 -197
  3014. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/comparator.js +0 -141
  3015. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/index.js +0 -5
  3016. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/range.js +0 -539
  3017. data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/semver.js +0 -302
  3018. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/clean.js +0 -6
  3019. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/cmp.js +0 -52
  3020. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/coerce.js +0 -52
  3021. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-build.js +0 -7
  3022. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-loose.js +0 -3
  3023. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare.js +0 -5
  3024. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/diff.js +0 -65
  3025. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/eq.js +0 -3
  3026. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gt.js +0 -3
  3027. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gte.js +0 -3
  3028. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/inc.js +0 -19
  3029. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lt.js +0 -3
  3030. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lte.js +0 -3
  3031. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/major.js +0 -3
  3032. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/minor.js +0 -3
  3033. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/neq.js +0 -3
  3034. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/parse.js +0 -16
  3035. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/patch.js +0 -3
  3036. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/prerelease.js +0 -6
  3037. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rcompare.js +0 -3
  3038. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rsort.js +0 -3
  3039. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/satisfies.js +0 -10
  3040. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/sort.js +0 -3
  3041. data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/valid.js +0 -6
  3042. data/node_modules/jsonc-eslint-parser/node_modules/semver/index.js +0 -89
  3043. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/constants.js +0 -35
  3044. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/debug.js +0 -9
  3045. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/identifiers.js +0 -23
  3046. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/parse-options.js +0 -15
  3047. data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/re.js +0 -212
  3048. data/node_modules/jsonc-eslint-parser/node_modules/semver/package.json +0 -87
  3049. data/node_modules/jsonc-eslint-parser/node_modules/semver/preload.js +0 -2
  3050. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/gtr.js +0 -4
  3051. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/intersects.js +0 -7
  3052. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/ltr.js +0 -4
  3053. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/max-satisfying.js +0 -25
  3054. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-satisfying.js +0 -24
  3055. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-version.js +0 -61
  3056. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/outside.js +0 -80
  3057. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/simplify.js +0 -47
  3058. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/subset.js +0 -247
  3059. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/to-comparators.js +0 -8
  3060. data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/valid.js +0 -11
  3061. data/node_modules/jsonc-eslint-parser/package.json +0 -92
  3062. data/node_modules/object.assign/test.html +0 -18458
  3063. data/node_modules/object.groupby/aos/AddValueToKeyedGroup.js +0 -26
  3064. data/node_modules/object.groupby/aos/GroupBy.js +0 -77
  3065. data/node_modules/resolve/node_modules/is-core-module/CHANGELOG.md +0 -173
  3066. data/node_modules/resolve/node_modules/is-core-module/LICENSE +0 -20
  3067. data/node_modules/resolve/node_modules/is-core-module/README.md +0 -40
  3068. data/node_modules/resolve/node_modules/is-core-module/core.json +0 -158
  3069. data/node_modules/resolve/node_modules/is-core-module/index.js +0 -69
  3070. data/node_modules/resolve/node_modules/is-core-module/package.json +0 -73
  3071. data/node_modules/resolve/node_modules/is-core-module/test/index.js +0 -133
  3072. data/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
  3073. data/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  3074. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments → @eslint/eslintrc/node_modules/globals}/license +0 -0
  3075. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk → @isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles}/license +0 -0
  3076. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array → @tufjs/models}/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -0
  3077. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch → cross-spawn/node_modules/which}/LICENSE +0 -0
  3078. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/LICENSE +0 -0
  3079. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/README.md +0 -0
  3080. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/minimatch.js +0 -0
  3081. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -0
  3082. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array → eslint-plugin-import}/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -0
  3083. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array → eslint-plugin-import}/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -0
  3084. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array → eslint-plugin-import}/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -0
  3085. /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/package.json +0 -0
  3086. /data/node_modules/{jsonc-eslint-parser → eslint-plugin-import}/node_modules/semver/LICENSE +0 -0
  3087. /data/node_modules/{jsonc-eslint-parser → eslint-plugin-import}/node_modules/semver/range.bnf +0 -0
  3088. /data/node_modules/{@aashutoshrathi/word-wrap → word-wrap}/LICENSE +0 -0
@@ -1,4333 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var debugOrig = require('debug');
6
- var fs = require('fs');
7
- var importFresh = require('import-fresh');
8
- var Module = require('module');
9
- var path = require('path');
10
- var stripComments = require('strip-json-comments');
11
- var assert = require('assert');
12
- var ignore = require('ignore');
13
- var util = require('util');
14
- var minimatch = require('minimatch');
15
- var Ajv = require('ajv');
16
- var globals = require('globals');
17
- var os = require('os');
18
-
19
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
20
-
21
- var debugOrig__default = /*#__PURE__*/_interopDefaultLegacy(debugOrig);
22
- var fs__default = /*#__PURE__*/_interopDefaultLegacy(fs);
23
- var importFresh__default = /*#__PURE__*/_interopDefaultLegacy(importFresh);
24
- var Module__default = /*#__PURE__*/_interopDefaultLegacy(Module);
25
- var path__default = /*#__PURE__*/_interopDefaultLegacy(path);
26
- var stripComments__default = /*#__PURE__*/_interopDefaultLegacy(stripComments);
27
- var assert__default = /*#__PURE__*/_interopDefaultLegacy(assert);
28
- var ignore__default = /*#__PURE__*/_interopDefaultLegacy(ignore);
29
- var util__default = /*#__PURE__*/_interopDefaultLegacy(util);
30
- var minimatch__default = /*#__PURE__*/_interopDefaultLegacy(minimatch);
31
- var Ajv__default = /*#__PURE__*/_interopDefaultLegacy(Ajv);
32
- var globals__default = /*#__PURE__*/_interopDefaultLegacy(globals);
33
- var os__default = /*#__PURE__*/_interopDefaultLegacy(os);
34
-
35
- /**
36
- * @fileoverview `IgnorePattern` class.
37
- *
38
- * `IgnorePattern` class has the set of glob patterns and the base path.
39
- *
40
- * It provides two static methods.
41
- *
42
- * - `IgnorePattern.createDefaultIgnore(cwd)`
43
- * Create the default predicate function.
44
- * - `IgnorePattern.createIgnore(ignorePatterns)`
45
- * Create the predicate function from multiple `IgnorePattern` objects.
46
- *
47
- * It provides two properties and a method.
48
- *
49
- * - `patterns`
50
- * The glob patterns that ignore to lint.
51
- * - `basePath`
52
- * The base path of the glob patterns. If absolute paths existed in the
53
- * glob patterns, those are handled as relative paths to the base path.
54
- * - `getPatternsRelativeTo(basePath)`
55
- * Get `patterns` as modified for a given base path. It modifies the
56
- * absolute paths in the patterns as prepending the difference of two base
57
- * paths.
58
- *
59
- * `ConfigArrayFactory` creates `IgnorePattern` objects when it processes
60
- * `ignorePatterns` properties.
61
- *
62
- * @author Toru Nagashima <https://github.com/mysticatea>
63
- */
64
-
65
- const debug$3 = debugOrig__default["default"]("eslintrc:ignore-pattern");
66
-
67
- /** @typedef {ReturnType<import("ignore").default>} Ignore */
68
-
69
- //------------------------------------------------------------------------------
70
- // Helpers
71
- //------------------------------------------------------------------------------
72
-
73
- /**
74
- * Get the path to the common ancestor directory of given paths.
75
- * @param {string[]} sourcePaths The paths to calculate the common ancestor.
76
- * @returns {string} The path to the common ancestor directory.
77
- */
78
- function getCommonAncestorPath(sourcePaths) {
79
- let result = sourcePaths[0];
80
-
81
- for (let i = 1; i < sourcePaths.length; ++i) {
82
- const a = result;
83
- const b = sourcePaths[i];
84
-
85
- // Set the shorter one (it's the common ancestor if one includes the other).
86
- result = a.length < b.length ? a : b;
87
-
88
- // Set the common ancestor.
89
- for (let j = 0, lastSepPos = 0; j < a.length && j < b.length; ++j) {
90
- if (a[j] !== b[j]) {
91
- result = a.slice(0, lastSepPos);
92
- break;
93
- }
94
- if (a[j] === path__default["default"].sep) {
95
- lastSepPos = j;
96
- }
97
- }
98
- }
99
-
100
- let resolvedResult = result || path__default["default"].sep;
101
-
102
- // if Windows common ancestor is root of drive must have trailing slash to be absolute.
103
- if (resolvedResult && resolvedResult.endsWith(":") && process.platform === "win32") {
104
- resolvedResult += path__default["default"].sep;
105
- }
106
- return resolvedResult;
107
- }
108
-
109
- /**
110
- * Make relative path.
111
- * @param {string} from The source path to get relative path.
112
- * @param {string} to The destination path to get relative path.
113
- * @returns {string} The relative path.
114
- */
115
- function relative(from, to) {
116
- const relPath = path__default["default"].relative(from, to);
117
-
118
- if (path__default["default"].sep === "/") {
119
- return relPath;
120
- }
121
- return relPath.split(path__default["default"].sep).join("/");
122
- }
123
-
124
- /**
125
- * Get the trailing slash if existed.
126
- * @param {string} filePath The path to check.
127
- * @returns {string} The trailing slash if existed.
128
- */
129
- function dirSuffix(filePath) {
130
- const isDir = (
131
- filePath.endsWith(path__default["default"].sep) ||
132
- (process.platform === "win32" && filePath.endsWith("/"))
133
- );
134
-
135
- return isDir ? "/" : "";
136
- }
137
-
138
- const DefaultPatterns = Object.freeze(["/**/node_modules/*"]);
139
- const DotPatterns = Object.freeze([".*", "!.eslintrc.*", "!../"]);
140
-
141
- //------------------------------------------------------------------------------
142
- // Public
143
- //------------------------------------------------------------------------------
144
-
145
- class IgnorePattern {
146
-
147
- /**
148
- * The default patterns.
149
- * @type {string[]}
150
- */
151
- static get DefaultPatterns() {
152
- return DefaultPatterns;
153
- }
154
-
155
- /**
156
- * Create the default predicate function.
157
- * @param {string} cwd The current working directory.
158
- * @returns {((filePath:string, dot:boolean) => boolean) & {basePath:string; patterns:string[]}}
159
- * The preficate function.
160
- * The first argument is an absolute path that is checked.
161
- * The second argument is the flag to not ignore dotfiles.
162
- * If the predicate function returned `true`, it means the path should be ignored.
163
- */
164
- static createDefaultIgnore(cwd) {
165
- return this.createIgnore([new IgnorePattern(DefaultPatterns, cwd)]);
166
- }
167
-
168
- /**
169
- * Create the predicate function from multiple `IgnorePattern` objects.
170
- * @param {IgnorePattern[]} ignorePatterns The list of ignore patterns.
171
- * @returns {((filePath:string, dot?:boolean) => boolean) & {basePath:string; patterns:string[]}}
172
- * The preficate function.
173
- * The first argument is an absolute path that is checked.
174
- * The second argument is the flag to not ignore dotfiles.
175
- * If the predicate function returned `true`, it means the path should be ignored.
176
- */
177
- static createIgnore(ignorePatterns) {
178
- debug$3("Create with: %o", ignorePatterns);
179
-
180
- const basePath = getCommonAncestorPath(ignorePatterns.map(p => p.basePath));
181
- const patterns = [].concat(
182
- ...ignorePatterns.map(p => p.getPatternsRelativeTo(basePath))
183
- );
184
- const ig = ignore__default["default"]({ allowRelativePaths: true }).add([...DotPatterns, ...patterns]);
185
- const dotIg = ignore__default["default"]({ allowRelativePaths: true }).add(patterns);
186
-
187
- debug$3(" processed: %o", { basePath, patterns });
188
-
189
- return Object.assign(
190
- (filePath, dot = false) => {
191
- assert__default["default"](path__default["default"].isAbsolute(filePath), "'filePath' should be an absolute path.");
192
- const relPathRaw = relative(basePath, filePath);
193
- const relPath = relPathRaw && (relPathRaw + dirSuffix(filePath));
194
- const adoptedIg = dot ? dotIg : ig;
195
- const result = relPath !== "" && adoptedIg.ignores(relPath);
196
-
197
- debug$3("Check", { filePath, dot, relativePath: relPath, result });
198
- return result;
199
- },
200
- { basePath, patterns }
201
- );
202
- }
203
-
204
- /**
205
- * Initialize a new `IgnorePattern` instance.
206
- * @param {string[]} patterns The glob patterns that ignore to lint.
207
- * @param {string} basePath The base path of `patterns`.
208
- */
209
- constructor(patterns, basePath) {
210
- assert__default["default"](path__default["default"].isAbsolute(basePath), "'basePath' should be an absolute path.");
211
-
212
- /**
213
- * The glob patterns that ignore to lint.
214
- * @type {string[]}
215
- */
216
- this.patterns = patterns;
217
-
218
- /**
219
- * The base path of `patterns`.
220
- * @type {string}
221
- */
222
- this.basePath = basePath;
223
-
224
- /**
225
- * If `true` then patterns which don't start with `/` will match the paths to the outside of `basePath`. Defaults to `false`.
226
- *
227
- * It's set `true` for `.eslintignore`, `package.json`, and `--ignore-path` for backward compatibility.
228
- * It's `false` as-is for `ignorePatterns` property in config files.
229
- * @type {boolean}
230
- */
231
- this.loose = false;
232
- }
233
-
234
- /**
235
- * Get `patterns` as modified for a given base path. It modifies the
236
- * absolute paths in the patterns as prepending the difference of two base
237
- * paths.
238
- * @param {string} newBasePath The base path.
239
- * @returns {string[]} Modifired patterns.
240
- */
241
- getPatternsRelativeTo(newBasePath) {
242
- assert__default["default"](path__default["default"].isAbsolute(newBasePath), "'newBasePath' should be an absolute path.");
243
- const { basePath, loose, patterns } = this;
244
-
245
- if (newBasePath === basePath) {
246
- return patterns;
247
- }
248
- const prefix = `/${relative(newBasePath, basePath)}`;
249
-
250
- return patterns.map(pattern => {
251
- const negative = pattern.startsWith("!");
252
- const head = negative ? "!" : "";
253
- const body = negative ? pattern.slice(1) : pattern;
254
-
255
- if (body.startsWith("/") || body.startsWith("../")) {
256
- return `${head}${prefix}${body}`;
257
- }
258
- return loose ? pattern : `${head}${prefix}/**/${body}`;
259
- });
260
- }
261
- }
262
-
263
- /**
264
- * @fileoverview `ExtractedConfig` class.
265
- *
266
- * `ExtractedConfig` class expresses a final configuration for a specific file.
267
- *
268
- * It provides one method.
269
- *
270
- * - `toCompatibleObjectAsConfigFileContent()`
271
- * Convert this configuration to the compatible object as the content of
272
- * config files. It converts the loaded parser and plugins to strings.
273
- * `CLIEngine#getConfigForFile(filePath)` method uses this method.
274
- *
275
- * `ConfigArray#extractConfig(filePath)` creates a `ExtractedConfig` instance.
276
- *
277
- * @author Toru Nagashima <https://github.com/mysticatea>
278
- */
279
-
280
- // For VSCode intellisense
281
- /** @typedef {import("../../shared/types").ConfigData} ConfigData */
282
- /** @typedef {import("../../shared/types").GlobalConf} GlobalConf */
283
- /** @typedef {import("../../shared/types").SeverityConf} SeverityConf */
284
- /** @typedef {import("./config-dependency").DependentParser} DependentParser */
285
- /** @typedef {import("./config-dependency").DependentPlugin} DependentPlugin */
286
-
287
- /**
288
- * Check if `xs` starts with `ys`.
289
- * @template T
290
- * @param {T[]} xs The array to check.
291
- * @param {T[]} ys The array that may be the first part of `xs`.
292
- * @returns {boolean} `true` if `xs` starts with `ys`.
293
- */
294
- function startsWith(xs, ys) {
295
- return xs.length >= ys.length && ys.every((y, i) => y === xs[i]);
296
- }
297
-
298
- /**
299
- * The class for extracted config data.
300
- */
301
- class ExtractedConfig {
302
- constructor() {
303
-
304
- /**
305
- * The config name what `noInlineConfig` setting came from.
306
- * @type {string}
307
- */
308
- this.configNameOfNoInlineConfig = "";
309
-
310
- /**
311
- * Environments.
312
- * @type {Record<string, boolean>}
313
- */
314
- this.env = {};
315
-
316
- /**
317
- * Global variables.
318
- * @type {Record<string, GlobalConf>}
319
- */
320
- this.globals = {};
321
-
322
- /**
323
- * The glob patterns that ignore to lint.
324
- * @type {(((filePath:string, dot?:boolean) => boolean) & { basePath:string; patterns:string[] }) | undefined}
325
- */
326
- this.ignores = void 0;
327
-
328
- /**
329
- * The flag that disables directive comments.
330
- * @type {boolean|undefined}
331
- */
332
- this.noInlineConfig = void 0;
333
-
334
- /**
335
- * Parser definition.
336
- * @type {DependentParser|null}
337
- */
338
- this.parser = null;
339
-
340
- /**
341
- * Options for the parser.
342
- * @type {Object}
343
- */
344
- this.parserOptions = {};
345
-
346
- /**
347
- * Plugin definitions.
348
- * @type {Record<string, DependentPlugin>}
349
- */
350
- this.plugins = {};
351
-
352
- /**
353
- * Processor ID.
354
- * @type {string|null}
355
- */
356
- this.processor = null;
357
-
358
- /**
359
- * The flag that reports unused `eslint-disable` directive comments.
360
- * @type {boolean|undefined}
361
- */
362
- this.reportUnusedDisableDirectives = void 0;
363
-
364
- /**
365
- * Rule settings.
366
- * @type {Record<string, [SeverityConf, ...any[]]>}
367
- */
368
- this.rules = {};
369
-
370
- /**
371
- * Shared settings.
372
- * @type {Object}
373
- */
374
- this.settings = {};
375
- }
376
-
377
- /**
378
- * Convert this config to the compatible object as a config file content.
379
- * @returns {ConfigData} The converted object.
380
- */
381
- toCompatibleObjectAsConfigFileContent() {
382
- const {
383
- /* eslint-disable no-unused-vars */
384
- configNameOfNoInlineConfig: _ignore1,
385
- processor: _ignore2,
386
- /* eslint-enable no-unused-vars */
387
- ignores,
388
- ...config
389
- } = this;
390
-
391
- config.parser = config.parser && config.parser.filePath;
392
- config.plugins = Object.keys(config.plugins).filter(Boolean).reverse();
393
- config.ignorePatterns = ignores ? ignores.patterns : [];
394
-
395
- // Strip the default patterns from `ignorePatterns`.
396
- if (startsWith(config.ignorePatterns, IgnorePattern.DefaultPatterns)) {
397
- config.ignorePatterns =
398
- config.ignorePatterns.slice(IgnorePattern.DefaultPatterns.length);
399
- }
400
-
401
- return config;
402
- }
403
- }
404
-
405
- /**
406
- * @fileoverview `ConfigArray` class.
407
- *
408
- * `ConfigArray` class expresses the full of a configuration. It has the entry
409
- * config file, base config files that were extended, loaded parsers, and loaded
410
- * plugins.
411
- *
412
- * `ConfigArray` class provides three properties and two methods.
413
- *
414
- * - `pluginEnvironments`
415
- * - `pluginProcessors`
416
- * - `pluginRules`
417
- * The `Map` objects that contain the members of all plugins that this
418
- * config array contains. Those map objects don't have mutation methods.
419
- * Those keys are the member ID such as `pluginId/memberName`.
420
- * - `isRoot()`
421
- * If `true` then this configuration has `root:true` property.
422
- * - `extractConfig(filePath)`
423
- * Extract the final configuration for a given file. This means merging
424
- * every config array element which that `criteria` property matched. The
425
- * `filePath` argument must be an absolute path.
426
- *
427
- * `ConfigArrayFactory` provides the loading logic of config files.
428
- *
429
- * @author Toru Nagashima <https://github.com/mysticatea>
430
- */
431
-
432
- //------------------------------------------------------------------------------
433
- // Helpers
434
- //------------------------------------------------------------------------------
435
-
436
- // Define types for VSCode IntelliSense.
437
- /** @typedef {import("../../shared/types").Environment} Environment */
438
- /** @typedef {import("../../shared/types").GlobalConf} GlobalConf */
439
- /** @typedef {import("../../shared/types").RuleConf} RuleConf */
440
- /** @typedef {import("../../shared/types").Rule} Rule */
441
- /** @typedef {import("../../shared/types").Plugin} Plugin */
442
- /** @typedef {import("../../shared/types").Processor} Processor */
443
- /** @typedef {import("./config-dependency").DependentParser} DependentParser */
444
- /** @typedef {import("./config-dependency").DependentPlugin} DependentPlugin */
445
- /** @typedef {import("./override-tester")["OverrideTester"]} OverrideTester */
446
-
447
- /**
448
- * @typedef {Object} ConfigArrayElement
449
- * @property {string} name The name of this config element.
450
- * @property {string} filePath The path to the source file of this config element.
451
- * @property {InstanceType<OverrideTester>|null} criteria The tester for the `files` and `excludedFiles` of this config element.
452
- * @property {Record<string, boolean>|undefined} env The environment settings.
453
- * @property {Record<string, GlobalConf>|undefined} globals The global variable settings.
454
- * @property {IgnorePattern|undefined} ignorePattern The ignore patterns.
455
- * @property {boolean|undefined} noInlineConfig The flag that disables directive comments.
456
- * @property {DependentParser|undefined} parser The parser loader.
457
- * @property {Object|undefined} parserOptions The parser options.
458
- * @property {Record<string, DependentPlugin>|undefined} plugins The plugin loaders.
459
- * @property {string|undefined} processor The processor name to refer plugin's processor.
460
- * @property {boolean|undefined} reportUnusedDisableDirectives The flag to report unused `eslint-disable` comments.
461
- * @property {boolean|undefined} root The flag to express root.
462
- * @property {Record<string, RuleConf>|undefined} rules The rule settings
463
- * @property {Object|undefined} settings The shared settings.
464
- * @property {"config" | "ignore" | "implicit-processor"} type The element type.
465
- */
466
-
467
- /**
468
- * @typedef {Object} ConfigArrayInternalSlots
469
- * @property {Map<string, ExtractedConfig>} cache The cache to extract configs.
470
- * @property {ReadonlyMap<string, Environment>|null} envMap The map from environment ID to environment definition.
471
- * @property {ReadonlyMap<string, Processor>|null} processorMap The map from processor ID to environment definition.
472
- * @property {ReadonlyMap<string, Rule>|null} ruleMap The map from rule ID to rule definition.
473
- */
474
-
475
- /** @type {WeakMap<ConfigArray, ConfigArrayInternalSlots>} */
476
- const internalSlotsMap$2 = new class extends WeakMap {
477
- get(key) {
478
- let value = super.get(key);
479
-
480
- if (!value) {
481
- value = {
482
- cache: new Map(),
483
- envMap: null,
484
- processorMap: null,
485
- ruleMap: null
486
- };
487
- super.set(key, value);
488
- }
489
-
490
- return value;
491
- }
492
- }();
493
-
494
- /**
495
- * Get the indices which are matched to a given file.
496
- * @param {ConfigArrayElement[]} elements The elements.
497
- * @param {string} filePath The path to a target file.
498
- * @returns {number[]} The indices.
499
- */
500
- function getMatchedIndices(elements, filePath) {
501
- const indices = [];
502
-
503
- for (let i = elements.length - 1; i >= 0; --i) {
504
- const element = elements[i];
505
-
506
- if (!element.criteria || (filePath && element.criteria.test(filePath))) {
507
- indices.push(i);
508
- }
509
- }
510
-
511
- return indices;
512
- }
513
-
514
- /**
515
- * Check if a value is a non-null object.
516
- * @param {any} x The value to check.
517
- * @returns {boolean} `true` if the value is a non-null object.
518
- */
519
- function isNonNullObject(x) {
520
- return typeof x === "object" && x !== null;
521
- }
522
-
523
- /**
524
- * Merge two objects.
525
- *
526
- * Assign every property values of `y` to `x` if `x` doesn't have the property.
527
- * If `x`'s property value is an object, it does recursive.
528
- * @param {Object} target The destination to merge
529
- * @param {Object|undefined} source The source to merge.
530
- * @returns {void}
531
- */
532
- function mergeWithoutOverwrite(target, source) {
533
- if (!isNonNullObject(source)) {
534
- return;
535
- }
536
-
537
- for (const key of Object.keys(source)) {
538
- if (key === "__proto__") {
539
- continue;
540
- }
541
-
542
- if (isNonNullObject(target[key])) {
543
- mergeWithoutOverwrite(target[key], source[key]);
544
- } else if (target[key] === void 0) {
545
- if (isNonNullObject(source[key])) {
546
- target[key] = Array.isArray(source[key]) ? [] : {};
547
- mergeWithoutOverwrite(target[key], source[key]);
548
- } else if (source[key] !== void 0) {
549
- target[key] = source[key];
550
- }
551
- }
552
- }
553
- }
554
-
555
- /**
556
- * The error for plugin conflicts.
557
- */
558
- class PluginConflictError extends Error {
559
-
560
- /**
561
- * Initialize this error object.
562
- * @param {string} pluginId The plugin ID.
563
- * @param {{filePath:string, importerName:string}[]} plugins The resolved plugins.
564
- */
565
- constructor(pluginId, plugins) {
566
- super(`Plugin "${pluginId}" was conflicted between ${plugins.map(p => `"${p.importerName}"`).join(" and ")}.`);
567
- this.messageTemplate = "plugin-conflict";
568
- this.messageData = { pluginId, plugins };
569
- }
570
- }
571
-
572
- /**
573
- * Merge plugins.
574
- * `target`'s definition is prior to `source`'s.
575
- * @param {Record<string, DependentPlugin>} target The destination to merge
576
- * @param {Record<string, DependentPlugin>|undefined} source The source to merge.
577
- * @returns {void}
578
- */
579
- function mergePlugins(target, source) {
580
- if (!isNonNullObject(source)) {
581
- return;
582
- }
583
-
584
- for (const key of Object.keys(source)) {
585
- if (key === "__proto__") {
586
- continue;
587
- }
588
- const targetValue = target[key];
589
- const sourceValue = source[key];
590
-
591
- // Adopt the plugin which was found at first.
592
- if (targetValue === void 0) {
593
- if (sourceValue.error) {
594
- throw sourceValue.error;
595
- }
596
- target[key] = sourceValue;
597
- } else if (sourceValue.filePath !== targetValue.filePath) {
598
- throw new PluginConflictError(key, [
599
- {
600
- filePath: targetValue.filePath,
601
- importerName: targetValue.importerName
602
- },
603
- {
604
- filePath: sourceValue.filePath,
605
- importerName: sourceValue.importerName
606
- }
607
- ]);
608
- }
609
- }
610
- }
611
-
612
- /**
613
- * Merge rule configs.
614
- * `target`'s definition is prior to `source`'s.
615
- * @param {Record<string, Array>} target The destination to merge
616
- * @param {Record<string, RuleConf>|undefined} source The source to merge.
617
- * @returns {void}
618
- */
619
- function mergeRuleConfigs(target, source) {
620
- if (!isNonNullObject(source)) {
621
- return;
622
- }
623
-
624
- for (const key of Object.keys(source)) {
625
- if (key === "__proto__") {
626
- continue;
627
- }
628
- const targetDef = target[key];
629
- const sourceDef = source[key];
630
-
631
- // Adopt the rule config which was found at first.
632
- if (targetDef === void 0) {
633
- if (Array.isArray(sourceDef)) {
634
- target[key] = [...sourceDef];
635
- } else {
636
- target[key] = [sourceDef];
637
- }
638
-
639
- /*
640
- * If the first found rule config is severity only and the current rule
641
- * config has options, merge the severity and the options.
642
- */
643
- } else if (
644
- targetDef.length === 1 &&
645
- Array.isArray(sourceDef) &&
646
- sourceDef.length >= 2
647
- ) {
648
- targetDef.push(...sourceDef.slice(1));
649
- }
650
- }
651
- }
652
-
653
- /**
654
- * Create the extracted config.
655
- * @param {ConfigArray} instance The config elements.
656
- * @param {number[]} indices The indices to use.
657
- * @returns {ExtractedConfig} The extracted config.
658
- */
659
- function createConfig(instance, indices) {
660
- const config = new ExtractedConfig();
661
- const ignorePatterns = [];
662
-
663
- // Merge elements.
664
- for (const index of indices) {
665
- const element = instance[index];
666
-
667
- // Adopt the parser which was found at first.
668
- if (!config.parser && element.parser) {
669
- if (element.parser.error) {
670
- throw element.parser.error;
671
- }
672
- config.parser = element.parser;
673
- }
674
-
675
- // Adopt the processor which was found at first.
676
- if (!config.processor && element.processor) {
677
- config.processor = element.processor;
678
- }
679
-
680
- // Adopt the noInlineConfig which was found at first.
681
- if (config.noInlineConfig === void 0 && element.noInlineConfig !== void 0) {
682
- config.noInlineConfig = element.noInlineConfig;
683
- config.configNameOfNoInlineConfig = element.name;
684
- }
685
-
686
- // Adopt the reportUnusedDisableDirectives which was found at first.
687
- if (config.reportUnusedDisableDirectives === void 0 && element.reportUnusedDisableDirectives !== void 0) {
688
- config.reportUnusedDisableDirectives = element.reportUnusedDisableDirectives;
689
- }
690
-
691
- // Collect ignorePatterns
692
- if (element.ignorePattern) {
693
- ignorePatterns.push(element.ignorePattern);
694
- }
695
-
696
- // Merge others.
697
- mergeWithoutOverwrite(config.env, element.env);
698
- mergeWithoutOverwrite(config.globals, element.globals);
699
- mergeWithoutOverwrite(config.parserOptions, element.parserOptions);
700
- mergeWithoutOverwrite(config.settings, element.settings);
701
- mergePlugins(config.plugins, element.plugins);
702
- mergeRuleConfigs(config.rules, element.rules);
703
- }
704
-
705
- // Create the predicate function for ignore patterns.
706
- if (ignorePatterns.length > 0) {
707
- config.ignores = IgnorePattern.createIgnore(ignorePatterns.reverse());
708
- }
709
-
710
- return config;
711
- }
712
-
713
- /**
714
- * Collect definitions.
715
- * @template T, U
716
- * @param {string} pluginId The plugin ID for prefix.
717
- * @param {Record<string,T>} defs The definitions to collect.
718
- * @param {Map<string, U>} map The map to output.
719
- * @param {function(T): U} [normalize] The normalize function for each value.
720
- * @returns {void}
721
- */
722
- function collect(pluginId, defs, map, normalize) {
723
- if (defs) {
724
- const prefix = pluginId && `${pluginId}/`;
725
-
726
- for (const [key, value] of Object.entries(defs)) {
727
- map.set(
728
- `${prefix}${key}`,
729
- normalize ? normalize(value) : value
730
- );
731
- }
732
- }
733
- }
734
-
735
- /**
736
- * Normalize a rule definition.
737
- * @param {Function|Rule} rule The rule definition to normalize.
738
- * @returns {Rule} The normalized rule definition.
739
- */
740
- function normalizePluginRule(rule) {
741
- return typeof rule === "function" ? { create: rule } : rule;
742
- }
743
-
744
- /**
745
- * Delete the mutation methods from a given map.
746
- * @param {Map<any, any>} map The map object to delete.
747
- * @returns {void}
748
- */
749
- function deleteMutationMethods(map) {
750
- Object.defineProperties(map, {
751
- clear: { configurable: true, value: void 0 },
752
- delete: { configurable: true, value: void 0 },
753
- set: { configurable: true, value: void 0 }
754
- });
755
- }
756
-
757
- /**
758
- * Create `envMap`, `processorMap`, `ruleMap` with the plugins in the config array.
759
- * @param {ConfigArrayElement[]} elements The config elements.
760
- * @param {ConfigArrayInternalSlots} slots The internal slots.
761
- * @returns {void}
762
- */
763
- function initPluginMemberMaps(elements, slots) {
764
- const processed = new Set();
765
-
766
- slots.envMap = new Map();
767
- slots.processorMap = new Map();
768
- slots.ruleMap = new Map();
769
-
770
- for (const element of elements) {
771
- if (!element.plugins) {
772
- continue;
773
- }
774
-
775
- for (const [pluginId, value] of Object.entries(element.plugins)) {
776
- const plugin = value.definition;
777
-
778
- if (!plugin || processed.has(pluginId)) {
779
- continue;
780
- }
781
- processed.add(pluginId);
782
-
783
- collect(pluginId, plugin.environments, slots.envMap);
784
- collect(pluginId, plugin.processors, slots.processorMap);
785
- collect(pluginId, plugin.rules, slots.ruleMap, normalizePluginRule);
786
- }
787
- }
788
-
789
- deleteMutationMethods(slots.envMap);
790
- deleteMutationMethods(slots.processorMap);
791
- deleteMutationMethods(slots.ruleMap);
792
- }
793
-
794
- /**
795
- * Create `envMap`, `processorMap`, `ruleMap` with the plugins in the config array.
796
- * @param {ConfigArray} instance The config elements.
797
- * @returns {ConfigArrayInternalSlots} The extracted config.
798
- */
799
- function ensurePluginMemberMaps(instance) {
800
- const slots = internalSlotsMap$2.get(instance);
801
-
802
- if (!slots.ruleMap) {
803
- initPluginMemberMaps(instance, slots);
804
- }
805
-
806
- return slots;
807
- }
808
-
809
- //------------------------------------------------------------------------------
810
- // Public Interface
811
- //------------------------------------------------------------------------------
812
-
813
- /**
814
- * The Config Array.
815
- *
816
- * `ConfigArray` instance contains all settings, parsers, and plugins.
817
- * You need to call `ConfigArray#extractConfig(filePath)` method in order to
818
- * extract, merge and get only the config data which is related to an arbitrary
819
- * file.
820
- * @extends {Array<ConfigArrayElement>}
821
- */
822
- class ConfigArray extends Array {
823
-
824
- /**
825
- * Get the plugin environments.
826
- * The returned map cannot be mutated.
827
- * @type {ReadonlyMap<string, Environment>} The plugin environments.
828
- */
829
- get pluginEnvironments() {
830
- return ensurePluginMemberMaps(this).envMap;
831
- }
832
-
833
- /**
834
- * Get the plugin processors.
835
- * The returned map cannot be mutated.
836
- * @type {ReadonlyMap<string, Processor>} The plugin processors.
837
- */
838
- get pluginProcessors() {
839
- return ensurePluginMemberMaps(this).processorMap;
840
- }
841
-
842
- /**
843
- * Get the plugin rules.
844
- * The returned map cannot be mutated.
845
- * @returns {ReadonlyMap<string, Rule>} The plugin rules.
846
- */
847
- get pluginRules() {
848
- return ensurePluginMemberMaps(this).ruleMap;
849
- }
850
-
851
- /**
852
- * Check if this config has `root` flag.
853
- * @returns {boolean} `true` if this config array is root.
854
- */
855
- isRoot() {
856
- for (let i = this.length - 1; i >= 0; --i) {
857
- const root = this[i].root;
858
-
859
- if (typeof root === "boolean") {
860
- return root;
861
- }
862
- }
863
- return false;
864
- }
865
-
866
- /**
867
- * Extract the config data which is related to a given file.
868
- * @param {string} filePath The absolute path to the target file.
869
- * @returns {ExtractedConfig} The extracted config data.
870
- */
871
- extractConfig(filePath) {
872
- const { cache } = internalSlotsMap$2.get(this);
873
- const indices = getMatchedIndices(this, filePath);
874
- const cacheKey = indices.join(",");
875
-
876
- if (!cache.has(cacheKey)) {
877
- cache.set(cacheKey, createConfig(this, indices));
878
- }
879
-
880
- return cache.get(cacheKey);
881
- }
882
-
883
- /**
884
- * Check if a given path is an additional lint target.
885
- * @param {string} filePath The absolute path to the target file.
886
- * @returns {boolean} `true` if the file is an additional lint target.
887
- */
888
- isAdditionalTargetPath(filePath) {
889
- for (const { criteria, type } of this) {
890
- if (
891
- type === "config" &&
892
- criteria &&
893
- !criteria.endsWithWildcard &&
894
- criteria.test(filePath)
895
- ) {
896
- return true;
897
- }
898
- }
899
- return false;
900
- }
901
- }
902
-
903
- /**
904
- * Get the used extracted configs.
905
- * CLIEngine will use this method to collect used deprecated rules.
906
- * @param {ConfigArray} instance The config array object to get.
907
- * @returns {ExtractedConfig[]} The used extracted configs.
908
- * @private
909
- */
910
- function getUsedExtractedConfigs(instance) {
911
- const { cache } = internalSlotsMap$2.get(instance);
912
-
913
- return Array.from(cache.values());
914
- }
915
-
916
- /**
917
- * @fileoverview `ConfigDependency` class.
918
- *
919
- * `ConfigDependency` class expresses a loaded parser or plugin.
920
- *
921
- * If the parser or plugin was loaded successfully, it has `definition` property
922
- * and `filePath` property. Otherwise, it has `error` property.
923
- *
924
- * When `JSON.stringify()` converted a `ConfigDependency` object to a JSON, it
925
- * omits `definition` property.
926
- *
927
- * `ConfigArrayFactory` creates `ConfigDependency` objects when it loads parsers
928
- * or plugins.
929
- *
930
- * @author Toru Nagashima <https://github.com/mysticatea>
931
- */
932
-
933
- /**
934
- * The class is to store parsers or plugins.
935
- * This class hides the loaded object from `JSON.stringify()` and `console.log`.
936
- * @template T
937
- */
938
- class ConfigDependency {
939
-
940
- /**
941
- * Initialize this instance.
942
- * @param {Object} data The dependency data.
943
- * @param {T} [data.definition] The dependency if the loading succeeded.
944
- * @param {Error} [data.error] The error object if the loading failed.
945
- * @param {string} [data.filePath] The actual path to the dependency if the loading succeeded.
946
- * @param {string} data.id The ID of this dependency.
947
- * @param {string} data.importerName The name of the config file which loads this dependency.
948
- * @param {string} data.importerPath The path to the config file which loads this dependency.
949
- */
950
- constructor({
951
- definition = null,
952
- error = null,
953
- filePath = null,
954
- id,
955
- importerName,
956
- importerPath
957
- }) {
958
-
959
- /**
960
- * The loaded dependency if the loading succeeded.
961
- * @type {T|null}
962
- */
963
- this.definition = definition;
964
-
965
- /**
966
- * The error object if the loading failed.
967
- * @type {Error|null}
968
- */
969
- this.error = error;
970
-
971
- /**
972
- * The loaded dependency if the loading succeeded.
973
- * @type {string|null}
974
- */
975
- this.filePath = filePath;
976
-
977
- /**
978
- * The ID of this dependency.
979
- * @type {string}
980
- */
981
- this.id = id;
982
-
983
- /**
984
- * The name of the config file which loads this dependency.
985
- * @type {string}
986
- */
987
- this.importerName = importerName;
988
-
989
- /**
990
- * The path to the config file which loads this dependency.
991
- * @type {string}
992
- */
993
- this.importerPath = importerPath;
994
- }
995
-
996
- // eslint-disable-next-line jsdoc/require-description
997
- /**
998
- * @returns {Object} a JSON compatible object.
999
- */
1000
- toJSON() {
1001
- const obj = this[util__default["default"].inspect.custom]();
1002
-
1003
- // Display `error.message` (`Error#message` is unenumerable).
1004
- if (obj.error instanceof Error) {
1005
- obj.error = { ...obj.error, message: obj.error.message };
1006
- }
1007
-
1008
- return obj;
1009
- }
1010
-
1011
- // eslint-disable-next-line jsdoc/require-description
1012
- /**
1013
- * @returns {Object} an object to display by `console.log()`.
1014
- */
1015
- [util__default["default"].inspect.custom]() {
1016
- const {
1017
- definition: _ignore, // eslint-disable-line no-unused-vars
1018
- ...obj
1019
- } = this;
1020
-
1021
- return obj;
1022
- }
1023
- }
1024
-
1025
- /**
1026
- * @fileoverview `OverrideTester` class.
1027
- *
1028
- * `OverrideTester` class handles `files` property and `excludedFiles` property
1029
- * of `overrides` config.
1030
- *
1031
- * It provides one method.
1032
- *
1033
- * - `test(filePath)`
1034
- * Test if a file path matches the pair of `files` property and
1035
- * `excludedFiles` property. The `filePath` argument must be an absolute
1036
- * path.
1037
- *
1038
- * `ConfigArrayFactory` creates `OverrideTester` objects when it processes
1039
- * `overrides` properties.
1040
- *
1041
- * @author Toru Nagashima <https://github.com/mysticatea>
1042
- */
1043
-
1044
- const { Minimatch } = minimatch__default["default"];
1045
-
1046
- const minimatchOpts = { dot: true, matchBase: true };
1047
-
1048
- /**
1049
- * @typedef {Object} Pattern
1050
- * @property {InstanceType<Minimatch>[] | null} includes The positive matchers.
1051
- * @property {InstanceType<Minimatch>[] | null} excludes The negative matchers.
1052
- */
1053
-
1054
- /**
1055
- * Normalize a given pattern to an array.
1056
- * @param {string|string[]|undefined} patterns A glob pattern or an array of glob patterns.
1057
- * @returns {string[]|null} Normalized patterns.
1058
- * @private
1059
- */
1060
- function normalizePatterns(patterns) {
1061
- if (Array.isArray(patterns)) {
1062
- return patterns.filter(Boolean);
1063
- }
1064
- if (typeof patterns === "string" && patterns) {
1065
- return [patterns];
1066
- }
1067
- return [];
1068
- }
1069
-
1070
- /**
1071
- * Create the matchers of given patterns.
1072
- * @param {string[]} patterns The patterns.
1073
- * @returns {InstanceType<Minimatch>[] | null} The matchers.
1074
- */
1075
- function toMatcher(patterns) {
1076
- if (patterns.length === 0) {
1077
- return null;
1078
- }
1079
- return patterns.map(pattern => {
1080
- if (/^\.[/\\]/u.test(pattern)) {
1081
- return new Minimatch(
1082
- pattern.slice(2),
1083
-
1084
- // `./*.js` should not match with `subdir/foo.js`
1085
- { ...minimatchOpts, matchBase: false }
1086
- );
1087
- }
1088
- return new Minimatch(pattern, minimatchOpts);
1089
- });
1090
- }
1091
-
1092
- /**
1093
- * Convert a given matcher to string.
1094
- * @param {Pattern} matchers The matchers.
1095
- * @returns {string} The string expression of the matcher.
1096
- */
1097
- function patternToJson({ includes, excludes }) {
1098
- return {
1099
- includes: includes && includes.map(m => m.pattern),
1100
- excludes: excludes && excludes.map(m => m.pattern)
1101
- };
1102
- }
1103
-
1104
- /**
1105
- * The class to test given paths are matched by the patterns.
1106
- */
1107
- class OverrideTester {
1108
-
1109
- /**
1110
- * Create a tester with given criteria.
1111
- * If there are no criteria, returns `null`.
1112
- * @param {string|string[]} files The glob patterns for included files.
1113
- * @param {string|string[]} excludedFiles The glob patterns for excluded files.
1114
- * @param {string} basePath The path to the base directory to test paths.
1115
- * @returns {OverrideTester|null} The created instance or `null`.
1116
- */
1117
- static create(files, excludedFiles, basePath) {
1118
- const includePatterns = normalizePatterns(files);
1119
- const excludePatterns = normalizePatterns(excludedFiles);
1120
- let endsWithWildcard = false;
1121
-
1122
- if (includePatterns.length === 0) {
1123
- return null;
1124
- }
1125
-
1126
- // Rejects absolute paths or relative paths to parents.
1127
- for (const pattern of includePatterns) {
1128
- if (path__default["default"].isAbsolute(pattern) || pattern.includes("..")) {
1129
- throw new Error(`Invalid override pattern (expected relative path not containing '..'): ${pattern}`);
1130
- }
1131
- if (pattern.endsWith("*")) {
1132
- endsWithWildcard = true;
1133
- }
1134
- }
1135
- for (const pattern of excludePatterns) {
1136
- if (path__default["default"].isAbsolute(pattern) || pattern.includes("..")) {
1137
- throw new Error(`Invalid override pattern (expected relative path not containing '..'): ${pattern}`);
1138
- }
1139
- }
1140
-
1141
- const includes = toMatcher(includePatterns);
1142
- const excludes = toMatcher(excludePatterns);
1143
-
1144
- return new OverrideTester(
1145
- [{ includes, excludes }],
1146
- basePath,
1147
- endsWithWildcard
1148
- );
1149
- }
1150
-
1151
- /**
1152
- * Combine two testers by logical and.
1153
- * If either of the testers was `null`, returns the other tester.
1154
- * The `basePath` property of the two must be the same value.
1155
- * @param {OverrideTester|null} a A tester.
1156
- * @param {OverrideTester|null} b Another tester.
1157
- * @returns {OverrideTester|null} Combined tester.
1158
- */
1159
- static and(a, b) {
1160
- if (!b) {
1161
- return a && new OverrideTester(
1162
- a.patterns,
1163
- a.basePath,
1164
- a.endsWithWildcard
1165
- );
1166
- }
1167
- if (!a) {
1168
- return new OverrideTester(
1169
- b.patterns,
1170
- b.basePath,
1171
- b.endsWithWildcard
1172
- );
1173
- }
1174
-
1175
- assert__default["default"].strictEqual(a.basePath, b.basePath);
1176
- return new OverrideTester(
1177
- a.patterns.concat(b.patterns),
1178
- a.basePath,
1179
- a.endsWithWildcard || b.endsWithWildcard
1180
- );
1181
- }
1182
-
1183
- /**
1184
- * Initialize this instance.
1185
- * @param {Pattern[]} patterns The matchers.
1186
- * @param {string} basePath The base path.
1187
- * @param {boolean} endsWithWildcard If `true` then a pattern ends with `*`.
1188
- */
1189
- constructor(patterns, basePath, endsWithWildcard = false) {
1190
-
1191
- /** @type {Pattern[]} */
1192
- this.patterns = patterns;
1193
-
1194
- /** @type {string} */
1195
- this.basePath = basePath;
1196
-
1197
- /** @type {boolean} */
1198
- this.endsWithWildcard = endsWithWildcard;
1199
- }
1200
-
1201
- /**
1202
- * Test if a given path is matched or not.
1203
- * @param {string} filePath The absolute path to the target file.
1204
- * @returns {boolean} `true` if the path was matched.
1205
- */
1206
- test(filePath) {
1207
- if (typeof filePath !== "string" || !path__default["default"].isAbsolute(filePath)) {
1208
- throw new Error(`'filePath' should be an absolute path, but got ${filePath}.`);
1209
- }
1210
- const relativePath = path__default["default"].relative(this.basePath, filePath);
1211
-
1212
- return this.patterns.every(({ includes, excludes }) => (
1213
- (!includes || includes.some(m => m.match(relativePath))) &&
1214
- (!excludes || !excludes.some(m => m.match(relativePath)))
1215
- ));
1216
- }
1217
-
1218
- // eslint-disable-next-line jsdoc/require-description
1219
- /**
1220
- * @returns {Object} a JSON compatible object.
1221
- */
1222
- toJSON() {
1223
- if (this.patterns.length === 1) {
1224
- return {
1225
- ...patternToJson(this.patterns[0]),
1226
- basePath: this.basePath
1227
- };
1228
- }
1229
- return {
1230
- AND: this.patterns.map(patternToJson),
1231
- basePath: this.basePath
1232
- };
1233
- }
1234
-
1235
- // eslint-disable-next-line jsdoc/require-description
1236
- /**
1237
- * @returns {Object} an object to display by `console.log()`.
1238
- */
1239
- [util__default["default"].inspect.custom]() {
1240
- return this.toJSON();
1241
- }
1242
- }
1243
-
1244
- /**
1245
- * @fileoverview `ConfigArray` class.
1246
- * @author Toru Nagashima <https://github.com/mysticatea>
1247
- */
1248
-
1249
- /**
1250
- * @fileoverview Config file operations. This file must be usable in the browser,
1251
- * so no Node-specific code can be here.
1252
- * @author Nicholas C. Zakas
1253
- */
1254
-
1255
- //------------------------------------------------------------------------------
1256
- // Private
1257
- //------------------------------------------------------------------------------
1258
-
1259
- const RULE_SEVERITY_STRINGS = ["off", "warn", "error"],
1260
- RULE_SEVERITY = RULE_SEVERITY_STRINGS.reduce((map, value, index) => {
1261
- map[value] = index;
1262
- return map;
1263
- }, {}),
1264
- VALID_SEVERITIES = [0, 1, 2, "off", "warn", "error"];
1265
-
1266
- //------------------------------------------------------------------------------
1267
- // Public Interface
1268
- //------------------------------------------------------------------------------
1269
-
1270
- /**
1271
- * Normalizes the severity value of a rule's configuration to a number
1272
- * @param {(number|string|[number, ...*]|[string, ...*])} ruleConfig A rule's configuration value, generally
1273
- * received from the user. A valid config value is either 0, 1, 2, the string "off" (treated the same as 0),
1274
- * the string "warn" (treated the same as 1), the string "error" (treated the same as 2), or an array
1275
- * whose first element is one of the above values. Strings are matched case-insensitively.
1276
- * @returns {(0|1|2)} The numeric severity value if the config value was valid, otherwise 0.
1277
- */
1278
- function getRuleSeverity(ruleConfig) {
1279
- const severityValue = Array.isArray(ruleConfig) ? ruleConfig[0] : ruleConfig;
1280
-
1281
- if (severityValue === 0 || severityValue === 1 || severityValue === 2) {
1282
- return severityValue;
1283
- }
1284
-
1285
- if (typeof severityValue === "string") {
1286
- return RULE_SEVERITY[severityValue.toLowerCase()] || 0;
1287
- }
1288
-
1289
- return 0;
1290
- }
1291
-
1292
- /**
1293
- * Converts old-style severity settings (0, 1, 2) into new-style
1294
- * severity settings (off, warn, error) for all rules. Assumption is that severity
1295
- * values have already been validated as correct.
1296
- * @param {Object} config The config object to normalize.
1297
- * @returns {void}
1298
- */
1299
- function normalizeToStrings(config) {
1300
-
1301
- if (config.rules) {
1302
- Object.keys(config.rules).forEach(ruleId => {
1303
- const ruleConfig = config.rules[ruleId];
1304
-
1305
- if (typeof ruleConfig === "number") {
1306
- config.rules[ruleId] = RULE_SEVERITY_STRINGS[ruleConfig] || RULE_SEVERITY_STRINGS[0];
1307
- } else if (Array.isArray(ruleConfig) && typeof ruleConfig[0] === "number") {
1308
- ruleConfig[0] = RULE_SEVERITY_STRINGS[ruleConfig[0]] || RULE_SEVERITY_STRINGS[0];
1309
- }
1310
- });
1311
- }
1312
- }
1313
-
1314
- /**
1315
- * Determines if the severity for the given rule configuration represents an error.
1316
- * @param {int|string|Array} ruleConfig The configuration for an individual rule.
1317
- * @returns {boolean} True if the rule represents an error, false if not.
1318
- */
1319
- function isErrorSeverity(ruleConfig) {
1320
- return getRuleSeverity(ruleConfig) === 2;
1321
- }
1322
-
1323
- /**
1324
- * Checks whether a given config has valid severity or not.
1325
- * @param {number|string|Array} ruleConfig The configuration for an individual rule.
1326
- * @returns {boolean} `true` if the configuration has valid severity.
1327
- */
1328
- function isValidSeverity(ruleConfig) {
1329
- let severity = Array.isArray(ruleConfig) ? ruleConfig[0] : ruleConfig;
1330
-
1331
- if (typeof severity === "string") {
1332
- severity = severity.toLowerCase();
1333
- }
1334
- return VALID_SEVERITIES.indexOf(severity) !== -1;
1335
- }
1336
-
1337
- /**
1338
- * Checks whether every rule of a given config has valid severity or not.
1339
- * @param {Object} config The configuration for rules.
1340
- * @returns {boolean} `true` if the configuration has valid severity.
1341
- */
1342
- function isEverySeverityValid(config) {
1343
- return Object.keys(config).every(ruleId => isValidSeverity(config[ruleId]));
1344
- }
1345
-
1346
- /**
1347
- * Normalizes a value for a global in a config
1348
- * @param {(boolean|string|null)} configuredValue The value given for a global in configuration or in
1349
- * a global directive comment
1350
- * @returns {("readable"|"writeable"|"off")} The value normalized as a string
1351
- * @throws Error if global value is invalid
1352
- */
1353
- function normalizeConfigGlobal(configuredValue) {
1354
- switch (configuredValue) {
1355
- case "off":
1356
- return "off";
1357
-
1358
- case true:
1359
- case "true":
1360
- case "writeable":
1361
- case "writable":
1362
- return "writable";
1363
-
1364
- case null:
1365
- case false:
1366
- case "false":
1367
- case "readable":
1368
- case "readonly":
1369
- return "readonly";
1370
-
1371
- default:
1372
- throw new Error(`'${configuredValue}' is not a valid configuration for a global (use 'readonly', 'writable', or 'off')`);
1373
- }
1374
- }
1375
-
1376
- var ConfigOps = {
1377
- __proto__: null,
1378
- getRuleSeverity: getRuleSeverity,
1379
- normalizeToStrings: normalizeToStrings,
1380
- isErrorSeverity: isErrorSeverity,
1381
- isValidSeverity: isValidSeverity,
1382
- isEverySeverityValid: isEverySeverityValid,
1383
- normalizeConfigGlobal: normalizeConfigGlobal
1384
- };
1385
-
1386
- /**
1387
- * @fileoverview Provide the function that emits deprecation warnings.
1388
- * @author Toru Nagashima <http://github.com/mysticatea>
1389
- */
1390
-
1391
- //------------------------------------------------------------------------------
1392
- // Private
1393
- //------------------------------------------------------------------------------
1394
-
1395
- // Defitions for deprecation warnings.
1396
- const deprecationWarningMessages = {
1397
- ESLINT_LEGACY_ECMAFEATURES:
1398
- "The 'ecmaFeatures' config file property is deprecated and has no effect.",
1399
- ESLINT_PERSONAL_CONFIG_LOAD:
1400
- "'~/.eslintrc.*' config files have been deprecated. " +
1401
- "Please use a config file per project or the '--config' option.",
1402
- ESLINT_PERSONAL_CONFIG_SUPPRESS:
1403
- "'~/.eslintrc.*' config files have been deprecated. " +
1404
- "Please remove it or add 'root:true' to the config files in your " +
1405
- "projects in order to avoid loading '~/.eslintrc.*' accidentally."
1406
- };
1407
-
1408
- const sourceFileErrorCache = new Set();
1409
-
1410
- /**
1411
- * Emits a deprecation warning containing a given filepath. A new deprecation warning is emitted
1412
- * for each unique file path, but repeated invocations with the same file path have no effect.
1413
- * No warnings are emitted if the `--no-deprecation` or `--no-warnings` Node runtime flags are active.
1414
- * @param {string} source The name of the configuration source to report the warning for.
1415
- * @param {string} errorCode The warning message to show.
1416
- * @returns {void}
1417
- */
1418
- function emitDeprecationWarning(source, errorCode) {
1419
- const cacheKey = JSON.stringify({ source, errorCode });
1420
-
1421
- if (sourceFileErrorCache.has(cacheKey)) {
1422
- return;
1423
- }
1424
- sourceFileErrorCache.add(cacheKey);
1425
-
1426
- const rel = path__default["default"].relative(process.cwd(), source);
1427
- const message = deprecationWarningMessages[errorCode];
1428
-
1429
- process.emitWarning(
1430
- `${message} (found in "${rel}")`,
1431
- "DeprecationWarning",
1432
- errorCode
1433
- );
1434
- }
1435
-
1436
- /**
1437
- * @fileoverview The instance of Ajv validator.
1438
- * @author Evgeny Poberezkin
1439
- */
1440
-
1441
- //-----------------------------------------------------------------------------
1442
- // Helpers
1443
- //-----------------------------------------------------------------------------
1444
-
1445
- /*
1446
- * Copied from ajv/lib/refs/json-schema-draft-04.json
1447
- * The MIT License (MIT)
1448
- * Copyright (c) 2015-2017 Evgeny Poberezkin
1449
- */
1450
- const metaSchema = {
1451
- id: "http://json-schema.org/draft-04/schema#",
1452
- $schema: "http://json-schema.org/draft-04/schema#",
1453
- description: "Core schema meta-schema",
1454
- definitions: {
1455
- schemaArray: {
1456
- type: "array",
1457
- minItems: 1,
1458
- items: { $ref: "#" }
1459
- },
1460
- positiveInteger: {
1461
- type: "integer",
1462
- minimum: 0
1463
- },
1464
- positiveIntegerDefault0: {
1465
- allOf: [{ $ref: "#/definitions/positiveInteger" }, { default: 0 }]
1466
- },
1467
- simpleTypes: {
1468
- enum: ["array", "boolean", "integer", "null", "number", "object", "string"]
1469
- },
1470
- stringArray: {
1471
- type: "array",
1472
- items: { type: "string" },
1473
- minItems: 1,
1474
- uniqueItems: true
1475
- }
1476
- },
1477
- type: "object",
1478
- properties: {
1479
- id: {
1480
- type: "string"
1481
- },
1482
- $schema: {
1483
- type: "string"
1484
- },
1485
- title: {
1486
- type: "string"
1487
- },
1488
- description: {
1489
- type: "string"
1490
- },
1491
- default: { },
1492
- multipleOf: {
1493
- type: "number",
1494
- minimum: 0,
1495
- exclusiveMinimum: true
1496
- },
1497
- maximum: {
1498
- type: "number"
1499
- },
1500
- exclusiveMaximum: {
1501
- type: "boolean",
1502
- default: false
1503
- },
1504
- minimum: {
1505
- type: "number"
1506
- },
1507
- exclusiveMinimum: {
1508
- type: "boolean",
1509
- default: false
1510
- },
1511
- maxLength: { $ref: "#/definitions/positiveInteger" },
1512
- minLength: { $ref: "#/definitions/positiveIntegerDefault0" },
1513
- pattern: {
1514
- type: "string",
1515
- format: "regex"
1516
- },
1517
- additionalItems: {
1518
- anyOf: [
1519
- { type: "boolean" },
1520
- { $ref: "#" }
1521
- ],
1522
- default: { }
1523
- },
1524
- items: {
1525
- anyOf: [
1526
- { $ref: "#" },
1527
- { $ref: "#/definitions/schemaArray" }
1528
- ],
1529
- default: { }
1530
- },
1531
- maxItems: { $ref: "#/definitions/positiveInteger" },
1532
- minItems: { $ref: "#/definitions/positiveIntegerDefault0" },
1533
- uniqueItems: {
1534
- type: "boolean",
1535
- default: false
1536
- },
1537
- maxProperties: { $ref: "#/definitions/positiveInteger" },
1538
- minProperties: { $ref: "#/definitions/positiveIntegerDefault0" },
1539
- required: { $ref: "#/definitions/stringArray" },
1540
- additionalProperties: {
1541
- anyOf: [
1542
- { type: "boolean" },
1543
- { $ref: "#" }
1544
- ],
1545
- default: { }
1546
- },
1547
- definitions: {
1548
- type: "object",
1549
- additionalProperties: { $ref: "#" },
1550
- default: { }
1551
- },
1552
- properties: {
1553
- type: "object",
1554
- additionalProperties: { $ref: "#" },
1555
- default: { }
1556
- },
1557
- patternProperties: {
1558
- type: "object",
1559
- additionalProperties: { $ref: "#" },
1560
- default: { }
1561
- },
1562
- dependencies: {
1563
- type: "object",
1564
- additionalProperties: {
1565
- anyOf: [
1566
- { $ref: "#" },
1567
- { $ref: "#/definitions/stringArray" }
1568
- ]
1569
- }
1570
- },
1571
- enum: {
1572
- type: "array",
1573
- minItems: 1,
1574
- uniqueItems: true
1575
- },
1576
- type: {
1577
- anyOf: [
1578
- { $ref: "#/definitions/simpleTypes" },
1579
- {
1580
- type: "array",
1581
- items: { $ref: "#/definitions/simpleTypes" },
1582
- minItems: 1,
1583
- uniqueItems: true
1584
- }
1585
- ]
1586
- },
1587
- format: { type: "string" },
1588
- allOf: { $ref: "#/definitions/schemaArray" },
1589
- anyOf: { $ref: "#/definitions/schemaArray" },
1590
- oneOf: { $ref: "#/definitions/schemaArray" },
1591
- not: { $ref: "#" }
1592
- },
1593
- dependencies: {
1594
- exclusiveMaximum: ["maximum"],
1595
- exclusiveMinimum: ["minimum"]
1596
- },
1597
- default: { }
1598
- };
1599
-
1600
- //------------------------------------------------------------------------------
1601
- // Public Interface
1602
- //------------------------------------------------------------------------------
1603
-
1604
- var ajvOrig = (additionalOptions = {}) => {
1605
- const ajv = new Ajv__default["default"]({
1606
- meta: false,
1607
- useDefaults: true,
1608
- validateSchema: false,
1609
- missingRefs: "ignore",
1610
- verbose: true,
1611
- schemaId: "auto",
1612
- ...additionalOptions
1613
- });
1614
-
1615
- ajv.addMetaSchema(metaSchema);
1616
- // eslint-disable-next-line no-underscore-dangle
1617
- ajv._opts.defaultMeta = metaSchema.id;
1618
-
1619
- return ajv;
1620
- };
1621
-
1622
- /**
1623
- * @fileoverview Defines a schema for configs.
1624
- * @author Sylvan Mably
1625
- */
1626
-
1627
- const baseConfigProperties = {
1628
- $schema: { type: "string" },
1629
- env: { type: "object" },
1630
- extends: { $ref: "#/definitions/stringOrStrings" },
1631
- globals: { type: "object" },
1632
- overrides: {
1633
- type: "array",
1634
- items: { $ref: "#/definitions/overrideConfig" },
1635
- additionalItems: false
1636
- },
1637
- parser: { type: ["string", "null"] },
1638
- parserOptions: { type: "object" },
1639
- plugins: { type: "array" },
1640
- processor: { type: "string" },
1641
- rules: { type: "object" },
1642
- settings: { type: "object" },
1643
- noInlineConfig: { type: "boolean" },
1644
- reportUnusedDisableDirectives: { type: "boolean" },
1645
-
1646
- ecmaFeatures: { type: "object" } // deprecated; logs a warning when used
1647
- };
1648
-
1649
- const configSchema = {
1650
- definitions: {
1651
- stringOrStrings: {
1652
- oneOf: [
1653
- { type: "string" },
1654
- {
1655
- type: "array",
1656
- items: { type: "string" },
1657
- additionalItems: false
1658
- }
1659
- ]
1660
- },
1661
- stringOrStringsRequired: {
1662
- oneOf: [
1663
- { type: "string" },
1664
- {
1665
- type: "array",
1666
- items: { type: "string" },
1667
- additionalItems: false,
1668
- minItems: 1
1669
- }
1670
- ]
1671
- },
1672
-
1673
- // Config at top-level.
1674
- objectConfig: {
1675
- type: "object",
1676
- properties: {
1677
- root: { type: "boolean" },
1678
- ignorePatterns: { $ref: "#/definitions/stringOrStrings" },
1679
- ...baseConfigProperties
1680
- },
1681
- additionalProperties: false
1682
- },
1683
-
1684
- // Config in `overrides`.
1685
- overrideConfig: {
1686
- type: "object",
1687
- properties: {
1688
- excludedFiles: { $ref: "#/definitions/stringOrStrings" },
1689
- files: { $ref: "#/definitions/stringOrStringsRequired" },
1690
- ...baseConfigProperties
1691
- },
1692
- required: ["files"],
1693
- additionalProperties: false
1694
- }
1695
- },
1696
-
1697
- $ref: "#/definitions/objectConfig"
1698
- };
1699
-
1700
- /**
1701
- * @fileoverview Defines environment settings and globals.
1702
- * @author Elan Shanker
1703
- */
1704
-
1705
- //------------------------------------------------------------------------------
1706
- // Helpers
1707
- //------------------------------------------------------------------------------
1708
-
1709
- /**
1710
- * Get the object that has difference.
1711
- * @param {Record<string,boolean>} current The newer object.
1712
- * @param {Record<string,boolean>} prev The older object.
1713
- * @returns {Record<string,boolean>} The difference object.
1714
- */
1715
- function getDiff(current, prev) {
1716
- const retv = {};
1717
-
1718
- for (const [key, value] of Object.entries(current)) {
1719
- if (!Object.hasOwnProperty.call(prev, key)) {
1720
- retv[key] = value;
1721
- }
1722
- }
1723
-
1724
- return retv;
1725
- }
1726
-
1727
- const newGlobals2015 = getDiff(globals__default["default"].es2015, globals__default["default"].es5); // 19 variables such as Promise, Map, ...
1728
- const newGlobals2017 = {
1729
- Atomics: false,
1730
- SharedArrayBuffer: false
1731
- };
1732
- const newGlobals2020 = {
1733
- BigInt: false,
1734
- BigInt64Array: false,
1735
- BigUint64Array: false,
1736
- globalThis: false
1737
- };
1738
-
1739
- const newGlobals2021 = {
1740
- AggregateError: false,
1741
- FinalizationRegistry: false,
1742
- WeakRef: false
1743
- };
1744
-
1745
- //------------------------------------------------------------------------------
1746
- // Public Interface
1747
- //------------------------------------------------------------------------------
1748
-
1749
- /** @type {Map<string, import("../lib/shared/types").Environment>} */
1750
- var environments = new Map(Object.entries({
1751
-
1752
- // Language
1753
- builtin: {
1754
- globals: globals__default["default"].es5
1755
- },
1756
- es6: {
1757
- globals: newGlobals2015,
1758
- parserOptions: {
1759
- ecmaVersion: 6
1760
- }
1761
- },
1762
- es2015: {
1763
- globals: newGlobals2015,
1764
- parserOptions: {
1765
- ecmaVersion: 6
1766
- }
1767
- },
1768
- es2016: {
1769
- globals: newGlobals2015,
1770
- parserOptions: {
1771
- ecmaVersion: 7
1772
- }
1773
- },
1774
- es2017: {
1775
- globals: { ...newGlobals2015, ...newGlobals2017 },
1776
- parserOptions: {
1777
- ecmaVersion: 8
1778
- }
1779
- },
1780
- es2018: {
1781
- globals: { ...newGlobals2015, ...newGlobals2017 },
1782
- parserOptions: {
1783
- ecmaVersion: 9
1784
- }
1785
- },
1786
- es2019: {
1787
- globals: { ...newGlobals2015, ...newGlobals2017 },
1788
- parserOptions: {
1789
- ecmaVersion: 10
1790
- }
1791
- },
1792
- es2020: {
1793
- globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020 },
1794
- parserOptions: {
1795
- ecmaVersion: 11
1796
- }
1797
- },
1798
- es2021: {
1799
- globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
1800
- parserOptions: {
1801
- ecmaVersion: 12
1802
- }
1803
- },
1804
- es2022: {
1805
- globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
1806
- parserOptions: {
1807
- ecmaVersion: 13
1808
- }
1809
- },
1810
- es2023: {
1811
- globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
1812
- parserOptions: {
1813
- ecmaVersion: 14
1814
- }
1815
- },
1816
- es2024: {
1817
- globals: { ...newGlobals2015, ...newGlobals2017, ...newGlobals2020, ...newGlobals2021 },
1818
- parserOptions: {
1819
- ecmaVersion: 15
1820
- }
1821
- },
1822
-
1823
- // Platforms
1824
- browser: {
1825
- globals: globals__default["default"].browser
1826
- },
1827
- node: {
1828
- globals: globals__default["default"].node,
1829
- parserOptions: {
1830
- ecmaFeatures: {
1831
- globalReturn: true
1832
- }
1833
- }
1834
- },
1835
- "shared-node-browser": {
1836
- globals: globals__default["default"]["shared-node-browser"]
1837
- },
1838
- worker: {
1839
- globals: globals__default["default"].worker
1840
- },
1841
- serviceworker: {
1842
- globals: globals__default["default"].serviceworker
1843
- },
1844
-
1845
- // Frameworks
1846
- commonjs: {
1847
- globals: globals__default["default"].commonjs,
1848
- parserOptions: {
1849
- ecmaFeatures: {
1850
- globalReturn: true
1851
- }
1852
- }
1853
- },
1854
- amd: {
1855
- globals: globals__default["default"].amd
1856
- },
1857
- mocha: {
1858
- globals: globals__default["default"].mocha
1859
- },
1860
- jasmine: {
1861
- globals: globals__default["default"].jasmine
1862
- },
1863
- jest: {
1864
- globals: globals__default["default"].jest
1865
- },
1866
- phantomjs: {
1867
- globals: globals__default["default"].phantomjs
1868
- },
1869
- jquery: {
1870
- globals: globals__default["default"].jquery
1871
- },
1872
- qunit: {
1873
- globals: globals__default["default"].qunit
1874
- },
1875
- prototypejs: {
1876
- globals: globals__default["default"].prototypejs
1877
- },
1878
- shelljs: {
1879
- globals: globals__default["default"].shelljs
1880
- },
1881
- meteor: {
1882
- globals: globals__default["default"].meteor
1883
- },
1884
- mongo: {
1885
- globals: globals__default["default"].mongo
1886
- },
1887
- protractor: {
1888
- globals: globals__default["default"].protractor
1889
- },
1890
- applescript: {
1891
- globals: globals__default["default"].applescript
1892
- },
1893
- nashorn: {
1894
- globals: globals__default["default"].nashorn
1895
- },
1896
- atomtest: {
1897
- globals: globals__default["default"].atomtest
1898
- },
1899
- embertest: {
1900
- globals: globals__default["default"].embertest
1901
- },
1902
- webextensions: {
1903
- globals: globals__default["default"].webextensions
1904
- },
1905
- greasemonkey: {
1906
- globals: globals__default["default"].greasemonkey
1907
- }
1908
- }));
1909
-
1910
- /**
1911
- * @fileoverview Validates configs.
1912
- * @author Brandon Mills
1913
- */
1914
-
1915
- const ajv = ajvOrig();
1916
-
1917
- const ruleValidators = new WeakMap();
1918
- const noop = Function.prototype;
1919
-
1920
- //------------------------------------------------------------------------------
1921
- // Private
1922
- //------------------------------------------------------------------------------
1923
- let validateSchema;
1924
- const severityMap = {
1925
- error: 2,
1926
- warn: 1,
1927
- off: 0
1928
- };
1929
-
1930
- const validated = new WeakSet();
1931
-
1932
- //-----------------------------------------------------------------------------
1933
- // Exports
1934
- //-----------------------------------------------------------------------------
1935
-
1936
- class ConfigValidator {
1937
- constructor({ builtInRules = new Map() } = {}) {
1938
- this.builtInRules = builtInRules;
1939
- }
1940
-
1941
- /**
1942
- * Gets a complete options schema for a rule.
1943
- * @param {{create: Function, schema: (Array|null)}} rule A new-style rule object
1944
- * @returns {Object} JSON Schema for the rule's options.
1945
- */
1946
- getRuleOptionsSchema(rule) {
1947
- if (!rule) {
1948
- return null;
1949
- }
1950
-
1951
- const schema = rule.schema || rule.meta && rule.meta.schema;
1952
-
1953
- // Given a tuple of schemas, insert warning level at the beginning
1954
- if (Array.isArray(schema)) {
1955
- if (schema.length) {
1956
- return {
1957
- type: "array",
1958
- items: schema,
1959
- minItems: 0,
1960
- maxItems: schema.length
1961
- };
1962
- }
1963
- return {
1964
- type: "array",
1965
- minItems: 0,
1966
- maxItems: 0
1967
- };
1968
-
1969
- }
1970
-
1971
- // Given a full schema, leave it alone
1972
- return schema || null;
1973
- }
1974
-
1975
- /**
1976
- * Validates a rule's severity and returns the severity value. Throws an error if the severity is invalid.
1977
- * @param {options} options The given options for the rule.
1978
- * @returns {number|string} The rule's severity value
1979
- */
1980
- validateRuleSeverity(options) {
1981
- const severity = Array.isArray(options) ? options[0] : options;
1982
- const normSeverity = typeof severity === "string" ? severityMap[severity.toLowerCase()] : severity;
1983
-
1984
- if (normSeverity === 0 || normSeverity === 1 || normSeverity === 2) {
1985
- return normSeverity;
1986
- }
1987
-
1988
- throw new Error(`\tSeverity should be one of the following: 0 = off, 1 = warn, 2 = error (you passed '${util__default["default"].inspect(severity).replace(/'/gu, "\"").replace(/\n/gu, "")}').\n`);
1989
-
1990
- }
1991
-
1992
- /**
1993
- * Validates the non-severity options passed to a rule, based on its schema.
1994
- * @param {{create: Function}} rule The rule to validate
1995
- * @param {Array} localOptions The options for the rule, excluding severity
1996
- * @returns {void}
1997
- */
1998
- validateRuleSchema(rule, localOptions) {
1999
- if (!ruleValidators.has(rule)) {
2000
- const schema = this.getRuleOptionsSchema(rule);
2001
-
2002
- if (schema) {
2003
- ruleValidators.set(rule, ajv.compile(schema));
2004
- }
2005
- }
2006
-
2007
- const validateRule = ruleValidators.get(rule);
2008
-
2009
- if (validateRule) {
2010
- validateRule(localOptions);
2011
- if (validateRule.errors) {
2012
- throw new Error(validateRule.errors.map(
2013
- error => `\tValue ${JSON.stringify(error.data)} ${error.message}.\n`
2014
- ).join(""));
2015
- }
2016
- }
2017
- }
2018
-
2019
- /**
2020
- * Validates a rule's options against its schema.
2021
- * @param {{create: Function}|null} rule The rule that the config is being validated for
2022
- * @param {string} ruleId The rule's unique name.
2023
- * @param {Array|number} options The given options for the rule.
2024
- * @param {string|null} source The name of the configuration source to report in any errors. If null or undefined,
2025
- * no source is prepended to the message.
2026
- * @returns {void}
2027
- */
2028
- validateRuleOptions(rule, ruleId, options, source = null) {
2029
- try {
2030
- const severity = this.validateRuleSeverity(options);
2031
-
2032
- if (severity !== 0) {
2033
- this.validateRuleSchema(rule, Array.isArray(options) ? options.slice(1) : []);
2034
- }
2035
- } catch (err) {
2036
- const enhancedMessage = `Configuration for rule "${ruleId}" is invalid:\n${err.message}`;
2037
-
2038
- if (typeof source === "string") {
2039
- throw new Error(`${source}:\n\t${enhancedMessage}`);
2040
- } else {
2041
- throw new Error(enhancedMessage);
2042
- }
2043
- }
2044
- }
2045
-
2046
- /**
2047
- * Validates an environment object
2048
- * @param {Object} environment The environment config object to validate.
2049
- * @param {string} source The name of the configuration source to report in any errors.
2050
- * @param {function(envId:string): Object} [getAdditionalEnv] A map from strings to loaded environments.
2051
- * @returns {void}
2052
- */
2053
- validateEnvironment(
2054
- environment,
2055
- source,
2056
- getAdditionalEnv = noop
2057
- ) {
2058
-
2059
- // not having an environment is ok
2060
- if (!environment) {
2061
- return;
2062
- }
2063
-
2064
- Object.keys(environment).forEach(id => {
2065
- const env = getAdditionalEnv(id) || environments.get(id) || null;
2066
-
2067
- if (!env) {
2068
- const message = `${source}:\n\tEnvironment key "${id}" is unknown\n`;
2069
-
2070
- throw new Error(message);
2071
- }
2072
- });
2073
- }
2074
-
2075
- /**
2076
- * Validates a rules config object
2077
- * @param {Object} rulesConfig The rules config object to validate.
2078
- * @param {string} source The name of the configuration source to report in any errors.
2079
- * @param {function(ruleId:string): Object} getAdditionalRule A map from strings to loaded rules
2080
- * @returns {void}
2081
- */
2082
- validateRules(
2083
- rulesConfig,
2084
- source,
2085
- getAdditionalRule = noop
2086
- ) {
2087
- if (!rulesConfig) {
2088
- return;
2089
- }
2090
-
2091
- Object.keys(rulesConfig).forEach(id => {
2092
- const rule = getAdditionalRule(id) || this.builtInRules.get(id) || null;
2093
-
2094
- this.validateRuleOptions(rule, id, rulesConfig[id], source);
2095
- });
2096
- }
2097
-
2098
- /**
2099
- * Validates a `globals` section of a config file
2100
- * @param {Object} globalsConfig The `globals` section
2101
- * @param {string|null} source The name of the configuration source to report in the event of an error.
2102
- * @returns {void}
2103
- */
2104
- validateGlobals(globalsConfig, source = null) {
2105
- if (!globalsConfig) {
2106
- return;
2107
- }
2108
-
2109
- Object.entries(globalsConfig)
2110
- .forEach(([configuredGlobal, configuredValue]) => {
2111
- try {
2112
- normalizeConfigGlobal(configuredValue);
2113
- } catch (err) {
2114
- throw new Error(`ESLint configuration of global '${configuredGlobal}' in ${source} is invalid:\n${err.message}`);
2115
- }
2116
- });
2117
- }
2118
-
2119
- /**
2120
- * Validate `processor` configuration.
2121
- * @param {string|undefined} processorName The processor name.
2122
- * @param {string} source The name of config file.
2123
- * @param {function(id:string): Processor} getProcessor The getter of defined processors.
2124
- * @returns {void}
2125
- */
2126
- validateProcessor(processorName, source, getProcessor) {
2127
- if (processorName && !getProcessor(processorName)) {
2128
- throw new Error(`ESLint configuration of processor in '${source}' is invalid: '${processorName}' was not found.`);
2129
- }
2130
- }
2131
-
2132
- /**
2133
- * Formats an array of schema validation errors.
2134
- * @param {Array} errors An array of error messages to format.
2135
- * @returns {string} Formatted error message
2136
- */
2137
- formatErrors(errors) {
2138
- return errors.map(error => {
2139
- if (error.keyword === "additionalProperties") {
2140
- const formattedPropertyPath = error.dataPath.length ? `${error.dataPath.slice(1)}.${error.params.additionalProperty}` : error.params.additionalProperty;
2141
-
2142
- return `Unexpected top-level property "${formattedPropertyPath}"`;
2143
- }
2144
- if (error.keyword === "type") {
2145
- const formattedField = error.dataPath.slice(1);
2146
- const formattedExpectedType = Array.isArray(error.schema) ? error.schema.join("/") : error.schema;
2147
- const formattedValue = JSON.stringify(error.data);
2148
-
2149
- return `Property "${formattedField}" is the wrong type (expected ${formattedExpectedType} but got \`${formattedValue}\`)`;
2150
- }
2151
-
2152
- const field = error.dataPath[0] === "." ? error.dataPath.slice(1) : error.dataPath;
2153
-
2154
- return `"${field}" ${error.message}. Value: ${JSON.stringify(error.data)}`;
2155
- }).map(message => `\t- ${message}.\n`).join("");
2156
- }
2157
-
2158
- /**
2159
- * Validates the top level properties of the config object.
2160
- * @param {Object} config The config object to validate.
2161
- * @param {string} source The name of the configuration source to report in any errors.
2162
- * @returns {void}
2163
- */
2164
- validateConfigSchema(config, source = null) {
2165
- validateSchema = validateSchema || ajv.compile(configSchema);
2166
-
2167
- if (!validateSchema(config)) {
2168
- throw new Error(`ESLint configuration in ${source} is invalid:\n${this.formatErrors(validateSchema.errors)}`);
2169
- }
2170
-
2171
- if (Object.hasOwnProperty.call(config, "ecmaFeatures")) {
2172
- emitDeprecationWarning(source, "ESLINT_LEGACY_ECMAFEATURES");
2173
- }
2174
- }
2175
-
2176
- /**
2177
- * Validates an entire config object.
2178
- * @param {Object} config The config object to validate.
2179
- * @param {string} source The name of the configuration source to report in any errors.
2180
- * @param {function(ruleId:string): Object} [getAdditionalRule] A map from strings to loaded rules.
2181
- * @param {function(envId:string): Object} [getAdditionalEnv] A map from strings to loaded envs.
2182
- * @returns {void}
2183
- */
2184
- validate(config, source, getAdditionalRule, getAdditionalEnv) {
2185
- this.validateConfigSchema(config, source);
2186
- this.validateRules(config.rules, source, getAdditionalRule);
2187
- this.validateEnvironment(config.env, source, getAdditionalEnv);
2188
- this.validateGlobals(config.globals, source);
2189
-
2190
- for (const override of config.overrides || []) {
2191
- this.validateRules(override.rules, source, getAdditionalRule);
2192
- this.validateEnvironment(override.env, source, getAdditionalEnv);
2193
- this.validateGlobals(config.globals, source);
2194
- }
2195
- }
2196
-
2197
- /**
2198
- * Validate config array object.
2199
- * @param {ConfigArray} configArray The config array to validate.
2200
- * @returns {void}
2201
- */
2202
- validateConfigArray(configArray) {
2203
- const getPluginEnv = Map.prototype.get.bind(configArray.pluginEnvironments);
2204
- const getPluginProcessor = Map.prototype.get.bind(configArray.pluginProcessors);
2205
- const getPluginRule = Map.prototype.get.bind(configArray.pluginRules);
2206
-
2207
- // Validate.
2208
- for (const element of configArray) {
2209
- if (validated.has(element)) {
2210
- continue;
2211
- }
2212
- validated.add(element);
2213
-
2214
- this.validateEnvironment(element.env, element.name, getPluginEnv);
2215
- this.validateGlobals(element.globals, element.name);
2216
- this.validateProcessor(element.processor, element.name, getPluginProcessor);
2217
- this.validateRules(element.rules, element.name, getPluginRule);
2218
- }
2219
- }
2220
-
2221
- }
2222
-
2223
- /**
2224
- * @fileoverview Common helpers for naming of plugins, formatters and configs
2225
- */
2226
-
2227
- const NAMESPACE_REGEX = /^@.*\//iu;
2228
-
2229
- /**
2230
- * Brings package name to correct format based on prefix
2231
- * @param {string} name The name of the package.
2232
- * @param {string} prefix Can be either "eslint-plugin", "eslint-config" or "eslint-formatter"
2233
- * @returns {string} Normalized name of the package
2234
- * @private
2235
- */
2236
- function normalizePackageName(name, prefix) {
2237
- let normalizedName = name;
2238
-
2239
- /**
2240
- * On Windows, name can come in with Windows slashes instead of Unix slashes.
2241
- * Normalize to Unix first to avoid errors later on.
2242
- * https://github.com/eslint/eslint/issues/5644
2243
- */
2244
- if (normalizedName.includes("\\")) {
2245
- normalizedName = normalizedName.replace(/\\/gu, "/");
2246
- }
2247
-
2248
- if (normalizedName.charAt(0) === "@") {
2249
-
2250
- /**
2251
- * it's a scoped package
2252
- * package name is the prefix, or just a username
2253
- */
2254
- const scopedPackageShortcutRegex = new RegExp(`^(@[^/]+)(?:/(?:${prefix})?)?$`, "u"),
2255
- scopedPackageNameRegex = new RegExp(`^${prefix}(-|$)`, "u");
2256
-
2257
- if (scopedPackageShortcutRegex.test(normalizedName)) {
2258
- normalizedName = normalizedName.replace(scopedPackageShortcutRegex, `$1/${prefix}`);
2259
- } else if (!scopedPackageNameRegex.test(normalizedName.split("/")[1])) {
2260
-
2261
- /**
2262
- * for scoped packages, insert the prefix after the first / unless
2263
- * the path is already @scope/eslint or @scope/eslint-xxx-yyy
2264
- */
2265
- normalizedName = normalizedName.replace(/^@([^/]+)\/(.*)$/u, `@$1/${prefix}-$2`);
2266
- }
2267
- } else if (!normalizedName.startsWith(`${prefix}-`)) {
2268
- normalizedName = `${prefix}-${normalizedName}`;
2269
- }
2270
-
2271
- return normalizedName;
2272
- }
2273
-
2274
- /**
2275
- * Removes the prefix from a fullname.
2276
- * @param {string} fullname The term which may have the prefix.
2277
- * @param {string} prefix The prefix to remove.
2278
- * @returns {string} The term without prefix.
2279
- */
2280
- function getShorthandName(fullname, prefix) {
2281
- if (fullname[0] === "@") {
2282
- let matchResult = new RegExp(`^(@[^/]+)/${prefix}$`, "u").exec(fullname);
2283
-
2284
- if (matchResult) {
2285
- return matchResult[1];
2286
- }
2287
-
2288
- matchResult = new RegExp(`^(@[^/]+)/${prefix}-(.+)$`, "u").exec(fullname);
2289
- if (matchResult) {
2290
- return `${matchResult[1]}/${matchResult[2]}`;
2291
- }
2292
- } else if (fullname.startsWith(`${prefix}-`)) {
2293
- return fullname.slice(prefix.length + 1);
2294
- }
2295
-
2296
- return fullname;
2297
- }
2298
-
2299
- /**
2300
- * Gets the scope (namespace) of a term.
2301
- * @param {string} term The term which may have the namespace.
2302
- * @returns {string} The namespace of the term if it has one.
2303
- */
2304
- function getNamespaceFromTerm(term) {
2305
- const match = term.match(NAMESPACE_REGEX);
2306
-
2307
- return match ? match[0] : "";
2308
- }
2309
-
2310
- var naming = {
2311
- __proto__: null,
2312
- normalizePackageName: normalizePackageName,
2313
- getShorthandName: getShorthandName,
2314
- getNamespaceFromTerm: getNamespaceFromTerm
2315
- };
2316
-
2317
- /**
2318
- * Utility for resolving a module relative to another module
2319
- * @author Teddy Katz
2320
- */
2321
-
2322
- /*
2323
- * `Module.createRequire` is added in v12.2.0. It supports URL as well.
2324
- * We only support the case where the argument is a filepath, not a URL.
2325
- */
2326
- const createRequire = Module__default["default"].createRequire;
2327
-
2328
- /**
2329
- * Resolves a Node module relative to another module
2330
- * @param {string} moduleName The name of a Node module, or a path to a Node module.
2331
- * @param {string} relativeToPath An absolute path indicating the module that `moduleName` should be resolved relative to. This must be
2332
- * a file rather than a directory, but the file need not actually exist.
2333
- * @returns {string} The absolute path that would result from calling `require.resolve(moduleName)` in a file located at `relativeToPath`
2334
- */
2335
- function resolve(moduleName, relativeToPath) {
2336
- try {
2337
- return createRequire(relativeToPath).resolve(moduleName);
2338
- } catch (error) {
2339
-
2340
- // This `if` block is for older Node.js than 12.0.0. We can remove this block in the future.
2341
- if (
2342
- typeof error === "object" &&
2343
- error !== null &&
2344
- error.code === "MODULE_NOT_FOUND" &&
2345
- !error.requireStack &&
2346
- error.message.includes(moduleName)
2347
- ) {
2348
- error.message += `\nRequire stack:\n- ${relativeToPath}`;
2349
- }
2350
- throw error;
2351
- }
2352
- }
2353
-
2354
- var ModuleResolver = {
2355
- __proto__: null,
2356
- resolve: resolve
2357
- };
2358
-
2359
- /**
2360
- * @fileoverview The factory of `ConfigArray` objects.
2361
- *
2362
- * This class provides methods to create `ConfigArray` instance.
2363
- *
2364
- * - `create(configData, options)`
2365
- * Create a `ConfigArray` instance from a config data. This is to handle CLI
2366
- * options except `--config`.
2367
- * - `loadFile(filePath, options)`
2368
- * Create a `ConfigArray` instance from a config file. This is to handle
2369
- * `--config` option. If the file was not found, throws the following error:
2370
- * - If the filename was `*.js`, a `MODULE_NOT_FOUND` error.
2371
- * - If the filename was `package.json`, an IO error or an
2372
- * `ESLINT_CONFIG_FIELD_NOT_FOUND` error.
2373
- * - Otherwise, an IO error such as `ENOENT`.
2374
- * - `loadInDirectory(directoryPath, options)`
2375
- * Create a `ConfigArray` instance from a config file which is on a given
2376
- * directory. This tries to load `.eslintrc.*` or `package.json`. If not
2377
- * found, returns an empty `ConfigArray`.
2378
- * - `loadESLintIgnore(filePath)`
2379
- * Create a `ConfigArray` instance from a config file that is `.eslintignore`
2380
- * format. This is to handle `--ignore-path` option.
2381
- * - `loadDefaultESLintIgnore()`
2382
- * Create a `ConfigArray` instance from `.eslintignore` or `package.json` in
2383
- * the current working directory.
2384
- *
2385
- * `ConfigArrayFactory` class has the responsibility that loads configuration
2386
- * files, including loading `extends`, `parser`, and `plugins`. The created
2387
- * `ConfigArray` instance has the loaded `extends`, `parser`, and `plugins`.
2388
- *
2389
- * But this class doesn't handle cascading. `CascadingConfigArrayFactory` class
2390
- * handles cascading and hierarchy.
2391
- *
2392
- * @author Toru Nagashima <https://github.com/mysticatea>
2393
- */
2394
-
2395
- const require$1 = Module.createRequire(require('url').pathToFileURL(__filename).toString());
2396
-
2397
- const debug$2 = debugOrig__default["default"]("eslintrc:config-array-factory");
2398
-
2399
- //------------------------------------------------------------------------------
2400
- // Helpers
2401
- //------------------------------------------------------------------------------
2402
-
2403
- const configFilenames = [
2404
- ".eslintrc.js",
2405
- ".eslintrc.cjs",
2406
- ".eslintrc.yaml",
2407
- ".eslintrc.yml",
2408
- ".eslintrc.json",
2409
- ".eslintrc",
2410
- "package.json"
2411
- ];
2412
-
2413
- // Define types for VSCode IntelliSense.
2414
- /** @typedef {import("./shared/types").ConfigData} ConfigData */
2415
- /** @typedef {import("./shared/types").OverrideConfigData} OverrideConfigData */
2416
- /** @typedef {import("./shared/types").Parser} Parser */
2417
- /** @typedef {import("./shared/types").Plugin} Plugin */
2418
- /** @typedef {import("./shared/types").Rule} Rule */
2419
- /** @typedef {import("./config-array/config-dependency").DependentParser} DependentParser */
2420
- /** @typedef {import("./config-array/config-dependency").DependentPlugin} DependentPlugin */
2421
- /** @typedef {ConfigArray[0]} ConfigArrayElement */
2422
-
2423
- /**
2424
- * @typedef {Object} ConfigArrayFactoryOptions
2425
- * @property {Map<string,Plugin>} [additionalPluginPool] The map for additional plugins.
2426
- * @property {string} [cwd] The path to the current working directory.
2427
- * @property {string} [resolvePluginsRelativeTo] A path to the directory that plugins should be resolved from. Defaults to `cwd`.
2428
- * @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
2429
- * @property {Object} [resolver=ModuleResolver] The module resolver object.
2430
- * @property {string} eslintAllPath The path to the definitions for eslint:all.
2431
- * @property {Function} getEslintAllConfig Returns the config data for eslint:all.
2432
- * @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
2433
- * @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
2434
- */
2435
-
2436
- /**
2437
- * @typedef {Object} ConfigArrayFactoryInternalSlots
2438
- * @property {Map<string,Plugin>} additionalPluginPool The map for additional plugins.
2439
- * @property {string} cwd The path to the current working directory.
2440
- * @property {string | undefined} resolvePluginsRelativeTo An absolute path the the directory that plugins should be resolved from.
2441
- * @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
2442
- * @property {Object} [resolver=ModuleResolver] The module resolver object.
2443
- * @property {string} eslintAllPath The path to the definitions for eslint:all.
2444
- * @property {Function} getEslintAllConfig Returns the config data for eslint:all.
2445
- * @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
2446
- * @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
2447
- */
2448
-
2449
- /**
2450
- * @typedef {Object} ConfigArrayFactoryLoadingContext
2451
- * @property {string} filePath The path to the current configuration.
2452
- * @property {string} matchBasePath The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
2453
- * @property {string} name The name of the current configuration.
2454
- * @property {string} pluginBasePath The base path to resolve plugins.
2455
- * @property {"config" | "ignore" | "implicit-processor"} type The type of the current configuration. This is `"config"` in normal. This is `"ignore"` if it came from `.eslintignore`. This is `"implicit-processor"` if it came from legacy file-extension processors.
2456
- */
2457
-
2458
- /**
2459
- * @typedef {Object} ConfigArrayFactoryLoadingContext
2460
- * @property {string} filePath The path to the current configuration.
2461
- * @property {string} matchBasePath The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
2462
- * @property {string} name The name of the current configuration.
2463
- * @property {"config" | "ignore" | "implicit-processor"} type The type of the current configuration. This is `"config"` in normal. This is `"ignore"` if it came from `.eslintignore`. This is `"implicit-processor"` if it came from legacy file-extension processors.
2464
- */
2465
-
2466
- /** @type {WeakMap<ConfigArrayFactory, ConfigArrayFactoryInternalSlots>} */
2467
- const internalSlotsMap$1 = new WeakMap();
2468
-
2469
- /** @type {WeakMap<object, Plugin>} */
2470
- const normalizedPlugins = new WeakMap();
2471
-
2472
- /**
2473
- * Check if a given string is a file path.
2474
- * @param {string} nameOrPath A module name or file path.
2475
- * @returns {boolean} `true` if the `nameOrPath` is a file path.
2476
- */
2477
- function isFilePath(nameOrPath) {
2478
- return (
2479
- /^\.{1,2}[/\\]/u.test(nameOrPath) ||
2480
- path__default["default"].isAbsolute(nameOrPath)
2481
- );
2482
- }
2483
-
2484
- /**
2485
- * Convenience wrapper for synchronously reading file contents.
2486
- * @param {string} filePath The filename to read.
2487
- * @returns {string} The file contents, with the BOM removed.
2488
- * @private
2489
- */
2490
- function readFile(filePath) {
2491
- return fs__default["default"].readFileSync(filePath, "utf8").replace(/^\ufeff/u, "");
2492
- }
2493
-
2494
- /**
2495
- * Loads a YAML configuration from a file.
2496
- * @param {string} filePath The filename to load.
2497
- * @returns {ConfigData} The configuration object from the file.
2498
- * @throws {Error} If the file cannot be read.
2499
- * @private
2500
- */
2501
- function loadYAMLConfigFile(filePath) {
2502
- debug$2(`Loading YAML config file: ${filePath}`);
2503
-
2504
- // lazy load YAML to improve performance when not used
2505
- const yaml = require$1("js-yaml");
2506
-
2507
- try {
2508
-
2509
- // empty YAML file can be null, so always use
2510
- return yaml.load(readFile(filePath)) || {};
2511
- } catch (e) {
2512
- debug$2(`Error reading YAML file: ${filePath}`);
2513
- e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
2514
- throw e;
2515
- }
2516
- }
2517
-
2518
- /**
2519
- * Loads a JSON configuration from a file.
2520
- * @param {string} filePath The filename to load.
2521
- * @returns {ConfigData} The configuration object from the file.
2522
- * @throws {Error} If the file cannot be read.
2523
- * @private
2524
- */
2525
- function loadJSONConfigFile(filePath) {
2526
- debug$2(`Loading JSON config file: ${filePath}`);
2527
-
2528
- try {
2529
- return JSON.parse(stripComments__default["default"](readFile(filePath)));
2530
- } catch (e) {
2531
- debug$2(`Error reading JSON file: ${filePath}`);
2532
- e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
2533
- e.messageTemplate = "failed-to-read-json";
2534
- e.messageData = {
2535
- path: filePath,
2536
- message: e.message
2537
- };
2538
- throw e;
2539
- }
2540
- }
2541
-
2542
- /**
2543
- * Loads a legacy (.eslintrc) configuration from a file.
2544
- * @param {string} filePath The filename to load.
2545
- * @returns {ConfigData} The configuration object from the file.
2546
- * @throws {Error} If the file cannot be read.
2547
- * @private
2548
- */
2549
- function loadLegacyConfigFile(filePath) {
2550
- debug$2(`Loading legacy config file: ${filePath}`);
2551
-
2552
- // lazy load YAML to improve performance when not used
2553
- const yaml = require$1("js-yaml");
2554
-
2555
- try {
2556
- return yaml.load(stripComments__default["default"](readFile(filePath))) || /* istanbul ignore next */ {};
2557
- } catch (e) {
2558
- debug$2("Error reading YAML file: %s\n%o", filePath, e);
2559
- e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
2560
- throw e;
2561
- }
2562
- }
2563
-
2564
- /**
2565
- * Loads a JavaScript configuration from a file.
2566
- * @param {string} filePath The filename to load.
2567
- * @returns {ConfigData} The configuration object from the file.
2568
- * @throws {Error} If the file cannot be read.
2569
- * @private
2570
- */
2571
- function loadJSConfigFile(filePath) {
2572
- debug$2(`Loading JS config file: ${filePath}`);
2573
- try {
2574
- return importFresh__default["default"](filePath);
2575
- } catch (e) {
2576
- debug$2(`Error reading JavaScript file: ${filePath}`);
2577
- e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
2578
- throw e;
2579
- }
2580
- }
2581
-
2582
- /**
2583
- * Loads a configuration from a package.json file.
2584
- * @param {string} filePath The filename to load.
2585
- * @returns {ConfigData} The configuration object from the file.
2586
- * @throws {Error} If the file cannot be read.
2587
- * @private
2588
- */
2589
- function loadPackageJSONConfigFile(filePath) {
2590
- debug$2(`Loading package.json config file: ${filePath}`);
2591
- try {
2592
- const packageData = loadJSONConfigFile(filePath);
2593
-
2594
- if (!Object.hasOwnProperty.call(packageData, "eslintConfig")) {
2595
- throw Object.assign(
2596
- new Error("package.json file doesn't have 'eslintConfig' field."),
2597
- { code: "ESLINT_CONFIG_FIELD_NOT_FOUND" }
2598
- );
2599
- }
2600
-
2601
- return packageData.eslintConfig;
2602
- } catch (e) {
2603
- debug$2(`Error reading package.json file: ${filePath}`);
2604
- e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`;
2605
- throw e;
2606
- }
2607
- }
2608
-
2609
- /**
2610
- * Loads a `.eslintignore` from a file.
2611
- * @param {string} filePath The filename to load.
2612
- * @returns {string[]} The ignore patterns from the file.
2613
- * @private
2614
- */
2615
- function loadESLintIgnoreFile(filePath) {
2616
- debug$2(`Loading .eslintignore file: ${filePath}`);
2617
-
2618
- try {
2619
- return readFile(filePath)
2620
- .split(/\r?\n/gu)
2621
- .filter(line => line.trim() !== "" && !line.startsWith("#"));
2622
- } catch (e) {
2623
- debug$2(`Error reading .eslintignore file: ${filePath}`);
2624
- e.message = `Cannot read .eslintignore file: ${filePath}\nError: ${e.message}`;
2625
- throw e;
2626
- }
2627
- }
2628
-
2629
- /**
2630
- * Creates an error to notify about a missing config to extend from.
2631
- * @param {string} configName The name of the missing config.
2632
- * @param {string} importerName The name of the config that imported the missing config
2633
- * @param {string} messageTemplate The text template to source error strings from.
2634
- * @returns {Error} The error object to throw
2635
- * @private
2636
- */
2637
- function configInvalidError(configName, importerName, messageTemplate) {
2638
- return Object.assign(
2639
- new Error(`Failed to load config "${configName}" to extend from.`),
2640
- {
2641
- messageTemplate,
2642
- messageData: { configName, importerName }
2643
- }
2644
- );
2645
- }
2646
-
2647
- /**
2648
- * Loads a configuration file regardless of the source. Inspects the file path
2649
- * to determine the correctly way to load the config file.
2650
- * @param {string} filePath The path to the configuration.
2651
- * @returns {ConfigData|null} The configuration information.
2652
- * @private
2653
- */
2654
- function loadConfigFile(filePath) {
2655
- switch (path__default["default"].extname(filePath)) {
2656
- case ".js":
2657
- case ".cjs":
2658
- return loadJSConfigFile(filePath);
2659
-
2660
- case ".json":
2661
- if (path__default["default"].basename(filePath) === "package.json") {
2662
- return loadPackageJSONConfigFile(filePath);
2663
- }
2664
- return loadJSONConfigFile(filePath);
2665
-
2666
- case ".yaml":
2667
- case ".yml":
2668
- return loadYAMLConfigFile(filePath);
2669
-
2670
- default:
2671
- return loadLegacyConfigFile(filePath);
2672
- }
2673
- }
2674
-
2675
- /**
2676
- * Write debug log.
2677
- * @param {string} request The requested module name.
2678
- * @param {string} relativeTo The file path to resolve the request relative to.
2679
- * @param {string} filePath The resolved file path.
2680
- * @returns {void}
2681
- */
2682
- function writeDebugLogForLoading(request, relativeTo, filePath) {
2683
- /* istanbul ignore next */
2684
- if (debug$2.enabled) {
2685
- let nameAndVersion = null;
2686
-
2687
- try {
2688
- const packageJsonPath = resolve(
2689
- `${request}/package.json`,
2690
- relativeTo
2691
- );
2692
- const { version = "unknown" } = require$1(packageJsonPath);
2693
-
2694
- nameAndVersion = `${request}@${version}`;
2695
- } catch (error) {
2696
- debug$2("package.json was not found:", error.message);
2697
- nameAndVersion = request;
2698
- }
2699
-
2700
- debug$2("Loaded: %s (%s)", nameAndVersion, filePath);
2701
- }
2702
- }
2703
-
2704
- /**
2705
- * Create a new context with default values.
2706
- * @param {ConfigArrayFactoryInternalSlots} slots The internal slots.
2707
- * @param {"config" | "ignore" | "implicit-processor" | undefined} providedType The type of the current configuration. Default is `"config"`.
2708
- * @param {string | undefined} providedName The name of the current configuration. Default is the relative path from `cwd` to `filePath`.
2709
- * @param {string | undefined} providedFilePath The path to the current configuration. Default is empty string.
2710
- * @param {string | undefined} providedMatchBasePath The type of the current configuration. Default is the directory of `filePath` or `cwd`.
2711
- * @returns {ConfigArrayFactoryLoadingContext} The created context.
2712
- */
2713
- function createContext(
2714
- { cwd, resolvePluginsRelativeTo },
2715
- providedType,
2716
- providedName,
2717
- providedFilePath,
2718
- providedMatchBasePath
2719
- ) {
2720
- const filePath = providedFilePath
2721
- ? path__default["default"].resolve(cwd, providedFilePath)
2722
- : "";
2723
- const matchBasePath =
2724
- (providedMatchBasePath && path__default["default"].resolve(cwd, providedMatchBasePath)) ||
2725
- (filePath && path__default["default"].dirname(filePath)) ||
2726
- cwd;
2727
- const name =
2728
- providedName ||
2729
- (filePath && path__default["default"].relative(cwd, filePath)) ||
2730
- "";
2731
- const pluginBasePath =
2732
- resolvePluginsRelativeTo ||
2733
- (filePath && path__default["default"].dirname(filePath)) ||
2734
- cwd;
2735
- const type = providedType || "config";
2736
-
2737
- return { filePath, matchBasePath, name, pluginBasePath, type };
2738
- }
2739
-
2740
- /**
2741
- * Normalize a given plugin.
2742
- * - Ensure the object to have four properties: configs, environments, processors, and rules.
2743
- * - Ensure the object to not have other properties.
2744
- * @param {Plugin} plugin The plugin to normalize.
2745
- * @returns {Plugin} The normalized plugin.
2746
- */
2747
- function normalizePlugin(plugin) {
2748
-
2749
- // first check the cache
2750
- let normalizedPlugin = normalizedPlugins.get(plugin);
2751
-
2752
- if (normalizedPlugin) {
2753
- return normalizedPlugin;
2754
- }
2755
-
2756
- normalizedPlugin = {
2757
- configs: plugin.configs || {},
2758
- environments: plugin.environments || {},
2759
- processors: plugin.processors || {},
2760
- rules: plugin.rules || {}
2761
- };
2762
-
2763
- // save the reference for later
2764
- normalizedPlugins.set(plugin, normalizedPlugin);
2765
-
2766
- return normalizedPlugin;
2767
- }
2768
-
2769
- //------------------------------------------------------------------------------
2770
- // Public Interface
2771
- //------------------------------------------------------------------------------
2772
-
2773
- /**
2774
- * The factory of `ConfigArray` objects.
2775
- */
2776
- class ConfigArrayFactory {
2777
-
2778
- /**
2779
- * Initialize this instance.
2780
- * @param {ConfigArrayFactoryOptions} [options] The map for additional plugins.
2781
- */
2782
- constructor({
2783
- additionalPluginPool = new Map(),
2784
- cwd = process.cwd(),
2785
- resolvePluginsRelativeTo,
2786
- builtInRules,
2787
- resolver = ModuleResolver,
2788
- eslintAllPath,
2789
- getEslintAllConfig,
2790
- eslintRecommendedPath,
2791
- getEslintRecommendedConfig
2792
- } = {}) {
2793
- internalSlotsMap$1.set(this, {
2794
- additionalPluginPool,
2795
- cwd,
2796
- resolvePluginsRelativeTo:
2797
- resolvePluginsRelativeTo &&
2798
- path__default["default"].resolve(cwd, resolvePluginsRelativeTo),
2799
- builtInRules,
2800
- resolver,
2801
- eslintAllPath,
2802
- getEslintAllConfig,
2803
- eslintRecommendedPath,
2804
- getEslintRecommendedConfig
2805
- });
2806
- }
2807
-
2808
- /**
2809
- * Create `ConfigArray` instance from a config data.
2810
- * @param {ConfigData|null} configData The config data to create.
2811
- * @param {Object} [options] The options.
2812
- * @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
2813
- * @param {string} [options.filePath] The path to this config data.
2814
- * @param {string} [options.name] The config name.
2815
- * @returns {ConfigArray} Loaded config.
2816
- */
2817
- create(configData, { basePath, filePath, name } = {}) {
2818
- if (!configData) {
2819
- return new ConfigArray();
2820
- }
2821
-
2822
- const slots = internalSlotsMap$1.get(this);
2823
- const ctx = createContext(slots, "config", name, filePath, basePath);
2824
- const elements = this._normalizeConfigData(configData, ctx);
2825
-
2826
- return new ConfigArray(...elements);
2827
- }
2828
-
2829
- /**
2830
- * Load a config file.
2831
- * @param {string} filePath The path to a config file.
2832
- * @param {Object} [options] The options.
2833
- * @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
2834
- * @param {string} [options.name] The config name.
2835
- * @returns {ConfigArray} Loaded config.
2836
- */
2837
- loadFile(filePath, { basePath, name } = {}) {
2838
- const slots = internalSlotsMap$1.get(this);
2839
- const ctx = createContext(slots, "config", name, filePath, basePath);
2840
-
2841
- return new ConfigArray(...this._loadConfigData(ctx));
2842
- }
2843
-
2844
- /**
2845
- * Load the config file on a given directory if exists.
2846
- * @param {string} directoryPath The path to a directory.
2847
- * @param {Object} [options] The options.
2848
- * @param {string} [options.basePath] The base path to resolve relative paths in `overrides[].files`, `overrides[].excludedFiles`, and `ignorePatterns`.
2849
- * @param {string} [options.name] The config name.
2850
- * @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
2851
- */
2852
- loadInDirectory(directoryPath, { basePath, name } = {}) {
2853
- const slots = internalSlotsMap$1.get(this);
2854
-
2855
- for (const filename of configFilenames) {
2856
- const ctx = createContext(
2857
- slots,
2858
- "config",
2859
- name,
2860
- path__default["default"].join(directoryPath, filename),
2861
- basePath
2862
- );
2863
-
2864
- if (fs__default["default"].existsSync(ctx.filePath) && fs__default["default"].statSync(ctx.filePath).isFile()) {
2865
- let configData;
2866
-
2867
- try {
2868
- configData = loadConfigFile(ctx.filePath);
2869
- } catch (error) {
2870
- if (!error || error.code !== "ESLINT_CONFIG_FIELD_NOT_FOUND") {
2871
- throw error;
2872
- }
2873
- }
2874
-
2875
- if (configData) {
2876
- debug$2(`Config file found: ${ctx.filePath}`);
2877
- return new ConfigArray(
2878
- ...this._normalizeConfigData(configData, ctx)
2879
- );
2880
- }
2881
- }
2882
- }
2883
-
2884
- debug$2(`Config file not found on ${directoryPath}`);
2885
- return new ConfigArray();
2886
- }
2887
-
2888
- /**
2889
- * Check if a config file on a given directory exists or not.
2890
- * @param {string} directoryPath The path to a directory.
2891
- * @returns {string | null} The path to the found config file. If not found then null.
2892
- */
2893
- static getPathToConfigFileInDirectory(directoryPath) {
2894
- for (const filename of configFilenames) {
2895
- const filePath = path__default["default"].join(directoryPath, filename);
2896
-
2897
- if (fs__default["default"].existsSync(filePath)) {
2898
- if (filename === "package.json") {
2899
- try {
2900
- loadPackageJSONConfigFile(filePath);
2901
- return filePath;
2902
- } catch { /* ignore */ }
2903
- } else {
2904
- return filePath;
2905
- }
2906
- }
2907
- }
2908
- return null;
2909
- }
2910
-
2911
- /**
2912
- * Load `.eslintignore` file.
2913
- * @param {string} filePath The path to a `.eslintignore` file to load.
2914
- * @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
2915
- */
2916
- loadESLintIgnore(filePath) {
2917
- const slots = internalSlotsMap$1.get(this);
2918
- const ctx = createContext(
2919
- slots,
2920
- "ignore",
2921
- void 0,
2922
- filePath,
2923
- slots.cwd
2924
- );
2925
- const ignorePatterns = loadESLintIgnoreFile(ctx.filePath);
2926
-
2927
- return new ConfigArray(
2928
- ...this._normalizeESLintIgnoreData(ignorePatterns, ctx)
2929
- );
2930
- }
2931
-
2932
- /**
2933
- * Load `.eslintignore` file in the current working directory.
2934
- * @returns {ConfigArray} Loaded config. An empty `ConfigArray` if any config doesn't exist.
2935
- */
2936
- loadDefaultESLintIgnore() {
2937
- const slots = internalSlotsMap$1.get(this);
2938
- const eslintIgnorePath = path__default["default"].resolve(slots.cwd, ".eslintignore");
2939
- const packageJsonPath = path__default["default"].resolve(slots.cwd, "package.json");
2940
-
2941
- if (fs__default["default"].existsSync(eslintIgnorePath)) {
2942
- return this.loadESLintIgnore(eslintIgnorePath);
2943
- }
2944
- if (fs__default["default"].existsSync(packageJsonPath)) {
2945
- const data = loadJSONConfigFile(packageJsonPath);
2946
-
2947
- if (Object.hasOwnProperty.call(data, "eslintIgnore")) {
2948
- if (!Array.isArray(data.eslintIgnore)) {
2949
- throw new Error("Package.json eslintIgnore property requires an array of paths");
2950
- }
2951
- const ctx = createContext(
2952
- slots,
2953
- "ignore",
2954
- "eslintIgnore in package.json",
2955
- packageJsonPath,
2956
- slots.cwd
2957
- );
2958
-
2959
- return new ConfigArray(
2960
- ...this._normalizeESLintIgnoreData(data.eslintIgnore, ctx)
2961
- );
2962
- }
2963
- }
2964
-
2965
- return new ConfigArray();
2966
- }
2967
-
2968
- /**
2969
- * Load a given config file.
2970
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
2971
- * @returns {IterableIterator<ConfigArrayElement>} Loaded config.
2972
- * @private
2973
- */
2974
- _loadConfigData(ctx) {
2975
- return this._normalizeConfigData(loadConfigFile(ctx.filePath), ctx);
2976
- }
2977
-
2978
- /**
2979
- * Normalize a given `.eslintignore` data to config array elements.
2980
- * @param {string[]} ignorePatterns The patterns to ignore files.
2981
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
2982
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
2983
- * @private
2984
- */
2985
- *_normalizeESLintIgnoreData(ignorePatterns, ctx) {
2986
- const elements = this._normalizeObjectConfigData(
2987
- { ignorePatterns },
2988
- ctx
2989
- );
2990
-
2991
- // Set `ignorePattern.loose` flag for backward compatibility.
2992
- for (const element of elements) {
2993
- if (element.ignorePattern) {
2994
- element.ignorePattern.loose = true;
2995
- }
2996
- yield element;
2997
- }
2998
- }
2999
-
3000
- /**
3001
- * Normalize a given config to an array.
3002
- * @param {ConfigData} configData The config data to normalize.
3003
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3004
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3005
- * @private
3006
- */
3007
- _normalizeConfigData(configData, ctx) {
3008
- const validator = new ConfigValidator();
3009
-
3010
- validator.validateConfigSchema(configData, ctx.name || ctx.filePath);
3011
- return this._normalizeObjectConfigData(configData, ctx);
3012
- }
3013
-
3014
- /**
3015
- * Normalize a given config to an array.
3016
- * @param {ConfigData|OverrideConfigData} configData The config data to normalize.
3017
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3018
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3019
- * @private
3020
- */
3021
- *_normalizeObjectConfigData(configData, ctx) {
3022
- const { files, excludedFiles, ...configBody } = configData;
3023
- const criteria = OverrideTester.create(
3024
- files,
3025
- excludedFiles,
3026
- ctx.matchBasePath
3027
- );
3028
- const elements = this._normalizeObjectConfigDataBody(configBody, ctx);
3029
-
3030
- // Apply the criteria to every element.
3031
- for (const element of elements) {
3032
-
3033
- /*
3034
- * Merge the criteria.
3035
- * This is for the `overrides` entries that came from the
3036
- * configurations of `overrides[].extends`.
3037
- */
3038
- element.criteria = OverrideTester.and(criteria, element.criteria);
3039
-
3040
- /*
3041
- * Remove `root` property to ignore `root` settings which came from
3042
- * `extends` in `overrides`.
3043
- */
3044
- if (element.criteria) {
3045
- element.root = void 0;
3046
- }
3047
-
3048
- yield element;
3049
- }
3050
- }
3051
-
3052
- /**
3053
- * Normalize a given config to an array.
3054
- * @param {ConfigData} configData The config data to normalize.
3055
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3056
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3057
- * @private
3058
- */
3059
- *_normalizeObjectConfigDataBody(
3060
- {
3061
- env,
3062
- extends: extend,
3063
- globals,
3064
- ignorePatterns,
3065
- noInlineConfig,
3066
- parser: parserName,
3067
- parserOptions,
3068
- plugins: pluginList,
3069
- processor,
3070
- reportUnusedDisableDirectives,
3071
- root,
3072
- rules,
3073
- settings,
3074
- overrides: overrideList = []
3075
- },
3076
- ctx
3077
- ) {
3078
- const extendList = Array.isArray(extend) ? extend : [extend];
3079
- const ignorePattern = ignorePatterns && new IgnorePattern(
3080
- Array.isArray(ignorePatterns) ? ignorePatterns : [ignorePatterns],
3081
- ctx.matchBasePath
3082
- );
3083
-
3084
- // Flatten `extends`.
3085
- for (const extendName of extendList.filter(Boolean)) {
3086
- yield* this._loadExtends(extendName, ctx);
3087
- }
3088
-
3089
- // Load parser & plugins.
3090
- const parser = parserName && this._loadParser(parserName, ctx);
3091
- const plugins = pluginList && this._loadPlugins(pluginList, ctx);
3092
-
3093
- // Yield pseudo config data for file extension processors.
3094
- if (plugins) {
3095
- yield* this._takeFileExtensionProcessors(plugins, ctx);
3096
- }
3097
-
3098
- // Yield the config data except `extends` and `overrides`.
3099
- yield {
3100
-
3101
- // Debug information.
3102
- type: ctx.type,
3103
- name: ctx.name,
3104
- filePath: ctx.filePath,
3105
-
3106
- // Config data.
3107
- criteria: null,
3108
- env,
3109
- globals,
3110
- ignorePattern,
3111
- noInlineConfig,
3112
- parser,
3113
- parserOptions,
3114
- plugins,
3115
- processor,
3116
- reportUnusedDisableDirectives,
3117
- root,
3118
- rules,
3119
- settings
3120
- };
3121
-
3122
- // Flatten `overries`.
3123
- for (let i = 0; i < overrideList.length; ++i) {
3124
- yield* this._normalizeObjectConfigData(
3125
- overrideList[i],
3126
- { ...ctx, name: `${ctx.name}#overrides[${i}]` }
3127
- );
3128
- }
3129
- }
3130
-
3131
- /**
3132
- * Load configs of an element in `extends`.
3133
- * @param {string} extendName The name of a base config.
3134
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3135
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3136
- * @private
3137
- */
3138
- _loadExtends(extendName, ctx) {
3139
- debug$2("Loading {extends:%j} relative to %s", extendName, ctx.filePath);
3140
- try {
3141
- if (extendName.startsWith("eslint:")) {
3142
- return this._loadExtendedBuiltInConfig(extendName, ctx);
3143
- }
3144
- if (extendName.startsWith("plugin:")) {
3145
- return this._loadExtendedPluginConfig(extendName, ctx);
3146
- }
3147
- return this._loadExtendedShareableConfig(extendName, ctx);
3148
- } catch (error) {
3149
- error.message += `\nReferenced from: ${ctx.filePath || ctx.name}`;
3150
- throw error;
3151
- }
3152
- }
3153
-
3154
- /**
3155
- * Load configs of an element in `extends`.
3156
- * @param {string} extendName The name of a base config.
3157
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3158
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3159
- * @private
3160
- */
3161
- _loadExtendedBuiltInConfig(extendName, ctx) {
3162
- const {
3163
- eslintAllPath,
3164
- getEslintAllConfig,
3165
- eslintRecommendedPath,
3166
- getEslintRecommendedConfig
3167
- } = internalSlotsMap$1.get(this);
3168
-
3169
- if (extendName === "eslint:recommended") {
3170
- const name = `${ctx.name} » ${extendName}`;
3171
-
3172
- if (getEslintRecommendedConfig) {
3173
- if (typeof getEslintRecommendedConfig !== "function") {
3174
- throw new Error(`getEslintRecommendedConfig must be a function instead of '${getEslintRecommendedConfig}'`);
3175
- }
3176
- return this._normalizeConfigData(getEslintRecommendedConfig(), { ...ctx, name, filePath: "" });
3177
- }
3178
- return this._loadConfigData({
3179
- ...ctx,
3180
- name,
3181
- filePath: eslintRecommendedPath
3182
- });
3183
- }
3184
- if (extendName === "eslint:all") {
3185
- const name = `${ctx.name} » ${extendName}`;
3186
-
3187
- if (getEslintAllConfig) {
3188
- if (typeof getEslintAllConfig !== "function") {
3189
- throw new Error(`getEslintAllConfig must be a function instead of '${getEslintAllConfig}'`);
3190
- }
3191
- return this._normalizeConfigData(getEslintAllConfig(), { ...ctx, name, filePath: "" });
3192
- }
3193
- return this._loadConfigData({
3194
- ...ctx,
3195
- name,
3196
- filePath: eslintAllPath
3197
- });
3198
- }
3199
-
3200
- throw configInvalidError(extendName, ctx.name, "extend-config-missing");
3201
- }
3202
-
3203
- /**
3204
- * Load configs of an element in `extends`.
3205
- * @param {string} extendName The name of a base config.
3206
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3207
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3208
- * @private
3209
- */
3210
- _loadExtendedPluginConfig(extendName, ctx) {
3211
- const slashIndex = extendName.lastIndexOf("/");
3212
-
3213
- if (slashIndex === -1) {
3214
- throw configInvalidError(extendName, ctx.filePath, "plugin-invalid");
3215
- }
3216
-
3217
- const pluginName = extendName.slice("plugin:".length, slashIndex);
3218
- const configName = extendName.slice(slashIndex + 1);
3219
-
3220
- if (isFilePath(pluginName)) {
3221
- throw new Error("'extends' cannot use a file path for plugins.");
3222
- }
3223
-
3224
- const plugin = this._loadPlugin(pluginName, ctx);
3225
- const configData =
3226
- plugin.definition &&
3227
- plugin.definition.configs[configName];
3228
-
3229
- if (configData) {
3230
- return this._normalizeConfigData(configData, {
3231
- ...ctx,
3232
- filePath: plugin.filePath || ctx.filePath,
3233
- name: `${ctx.name} » plugin:${plugin.id}/${configName}`
3234
- });
3235
- }
3236
-
3237
- throw plugin.error || configInvalidError(extendName, ctx.filePath, "extend-config-missing");
3238
- }
3239
-
3240
- /**
3241
- * Load configs of an element in `extends`.
3242
- * @param {string} extendName The name of a base config.
3243
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3244
- * @returns {IterableIterator<ConfigArrayElement>} The normalized config.
3245
- * @private
3246
- */
3247
- _loadExtendedShareableConfig(extendName, ctx) {
3248
- const { cwd, resolver } = internalSlotsMap$1.get(this);
3249
- const relativeTo = ctx.filePath || path__default["default"].join(cwd, "__placeholder__.js");
3250
- let request;
3251
-
3252
- if (isFilePath(extendName)) {
3253
- request = extendName;
3254
- } else if (extendName.startsWith(".")) {
3255
- request = `./${extendName}`; // For backward compatibility. A ton of tests depended on this behavior.
3256
- } else {
3257
- request = normalizePackageName(
3258
- extendName,
3259
- "eslint-config"
3260
- );
3261
- }
3262
-
3263
- let filePath;
3264
-
3265
- try {
3266
- filePath = resolver.resolve(request, relativeTo);
3267
- } catch (error) {
3268
- /* istanbul ignore else */
3269
- if (error && error.code === "MODULE_NOT_FOUND") {
3270
- throw configInvalidError(extendName, ctx.filePath, "extend-config-missing");
3271
- }
3272
- throw error;
3273
- }
3274
-
3275
- writeDebugLogForLoading(request, relativeTo, filePath);
3276
- return this._loadConfigData({
3277
- ...ctx,
3278
- filePath,
3279
- name: `${ctx.name} » ${request}`
3280
- });
3281
- }
3282
-
3283
- /**
3284
- * Load given plugins.
3285
- * @param {string[]} names The plugin names to load.
3286
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3287
- * @returns {Record<string,DependentPlugin>} The loaded parser.
3288
- * @private
3289
- */
3290
- _loadPlugins(names, ctx) {
3291
- return names.reduce((map, name) => {
3292
- if (isFilePath(name)) {
3293
- throw new Error("Plugins array cannot includes file paths.");
3294
- }
3295
- const plugin = this._loadPlugin(name, ctx);
3296
-
3297
- map[plugin.id] = plugin;
3298
-
3299
- return map;
3300
- }, {});
3301
- }
3302
-
3303
- /**
3304
- * Load a given parser.
3305
- * @param {string} nameOrPath The package name or the path to a parser file.
3306
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3307
- * @returns {DependentParser} The loaded parser.
3308
- */
3309
- _loadParser(nameOrPath, ctx) {
3310
- debug$2("Loading parser %j from %s", nameOrPath, ctx.filePath);
3311
-
3312
- const { cwd, resolver } = internalSlotsMap$1.get(this);
3313
- const relativeTo = ctx.filePath || path__default["default"].join(cwd, "__placeholder__.js");
3314
-
3315
- try {
3316
- const filePath = resolver.resolve(nameOrPath, relativeTo);
3317
-
3318
- writeDebugLogForLoading(nameOrPath, relativeTo, filePath);
3319
-
3320
- return new ConfigDependency({
3321
- definition: require$1(filePath),
3322
- filePath,
3323
- id: nameOrPath,
3324
- importerName: ctx.name,
3325
- importerPath: ctx.filePath
3326
- });
3327
- } catch (error) {
3328
-
3329
- // If the parser name is "espree", load the espree of ESLint.
3330
- if (nameOrPath === "espree") {
3331
- debug$2("Fallback espree.");
3332
- return new ConfigDependency({
3333
- definition: require$1("espree"),
3334
- filePath: require$1.resolve("espree"),
3335
- id: nameOrPath,
3336
- importerName: ctx.name,
3337
- importerPath: ctx.filePath
3338
- });
3339
- }
3340
-
3341
- debug$2("Failed to load parser '%s' declared in '%s'.", nameOrPath, ctx.name);
3342
- error.message = `Failed to load parser '${nameOrPath}' declared in '${ctx.name}': ${error.message}`;
3343
-
3344
- return new ConfigDependency({
3345
- error,
3346
- id: nameOrPath,
3347
- importerName: ctx.name,
3348
- importerPath: ctx.filePath
3349
- });
3350
- }
3351
- }
3352
-
3353
- /**
3354
- * Load a given plugin.
3355
- * @param {string} name The plugin name to load.
3356
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3357
- * @returns {DependentPlugin} The loaded plugin.
3358
- * @private
3359
- */
3360
- _loadPlugin(name, ctx) {
3361
- debug$2("Loading plugin %j from %s", name, ctx.filePath);
3362
-
3363
- const { additionalPluginPool, resolver } = internalSlotsMap$1.get(this);
3364
- const request = normalizePackageName(name, "eslint-plugin");
3365
- const id = getShorthandName(request, "eslint-plugin");
3366
- const relativeTo = path__default["default"].join(ctx.pluginBasePath, "__placeholder__.js");
3367
-
3368
- if (name.match(/\s+/u)) {
3369
- const error = Object.assign(
3370
- new Error(`Whitespace found in plugin name '${name}'`),
3371
- {
3372
- messageTemplate: "whitespace-found",
3373
- messageData: { pluginName: request }
3374
- }
3375
- );
3376
-
3377
- return new ConfigDependency({
3378
- error,
3379
- id,
3380
- importerName: ctx.name,
3381
- importerPath: ctx.filePath
3382
- });
3383
- }
3384
-
3385
- // Check for additional pool.
3386
- const plugin =
3387
- additionalPluginPool.get(request) ||
3388
- additionalPluginPool.get(id);
3389
-
3390
- if (plugin) {
3391
- return new ConfigDependency({
3392
- definition: normalizePlugin(plugin),
3393
- filePath: "", // It's unknown where the plugin came from.
3394
- id,
3395
- importerName: ctx.name,
3396
- importerPath: ctx.filePath
3397
- });
3398
- }
3399
-
3400
- let filePath;
3401
- let error;
3402
-
3403
- try {
3404
- filePath = resolver.resolve(request, relativeTo);
3405
- } catch (resolveError) {
3406
- error = resolveError;
3407
- /* istanbul ignore else */
3408
- if (error && error.code === "MODULE_NOT_FOUND") {
3409
- error.messageTemplate = "plugin-missing";
3410
- error.messageData = {
3411
- pluginName: request,
3412
- resolvePluginsRelativeTo: ctx.pluginBasePath,
3413
- importerName: ctx.name
3414
- };
3415
- }
3416
- }
3417
-
3418
- if (filePath) {
3419
- try {
3420
- writeDebugLogForLoading(request, relativeTo, filePath);
3421
-
3422
- const startTime = Date.now();
3423
- const pluginDefinition = require$1(filePath);
3424
-
3425
- debug$2(`Plugin ${filePath} loaded in: ${Date.now() - startTime}ms`);
3426
-
3427
- return new ConfigDependency({
3428
- definition: normalizePlugin(pluginDefinition),
3429
- filePath,
3430
- id,
3431
- importerName: ctx.name,
3432
- importerPath: ctx.filePath
3433
- });
3434
- } catch (loadError) {
3435
- error = loadError;
3436
- }
3437
- }
3438
-
3439
- debug$2("Failed to load plugin '%s' declared in '%s'.", name, ctx.name);
3440
- error.message = `Failed to load plugin '${name}' declared in '${ctx.name}': ${error.message}`;
3441
- return new ConfigDependency({
3442
- error,
3443
- id,
3444
- importerName: ctx.name,
3445
- importerPath: ctx.filePath
3446
- });
3447
- }
3448
-
3449
- /**
3450
- * Take file expression processors as config array elements.
3451
- * @param {Record<string,DependentPlugin>} plugins The plugin definitions.
3452
- * @param {ConfigArrayFactoryLoadingContext} ctx The loading context.
3453
- * @returns {IterableIterator<ConfigArrayElement>} The config array elements of file expression processors.
3454
- * @private
3455
- */
3456
- *_takeFileExtensionProcessors(plugins, ctx) {
3457
- for (const pluginId of Object.keys(plugins)) {
3458
- const processors =
3459
- plugins[pluginId] &&
3460
- plugins[pluginId].definition &&
3461
- plugins[pluginId].definition.processors;
3462
-
3463
- if (!processors) {
3464
- continue;
3465
- }
3466
-
3467
- for (const processorId of Object.keys(processors)) {
3468
- if (processorId.startsWith(".")) {
3469
- yield* this._normalizeObjectConfigData(
3470
- {
3471
- files: [`*${processorId}`],
3472
- processor: `${pluginId}/${processorId}`
3473
- },
3474
- {
3475
- ...ctx,
3476
- type: "implicit-processor",
3477
- name: `${ctx.name}#processors["${pluginId}/${processorId}"]`
3478
- }
3479
- );
3480
- }
3481
- }
3482
- }
3483
- }
3484
- }
3485
-
3486
- /**
3487
- * @fileoverview `CascadingConfigArrayFactory` class.
3488
- *
3489
- * `CascadingConfigArrayFactory` class has a responsibility:
3490
- *
3491
- * 1. Handles cascading of config files.
3492
- *
3493
- * It provides two methods:
3494
- *
3495
- * - `getConfigArrayForFile(filePath)`
3496
- * Get the corresponded configuration of a given file. This method doesn't
3497
- * throw even if the given file didn't exist.
3498
- * - `clearCache()`
3499
- * Clear the internal cache. You have to call this method when
3500
- * `additionalPluginPool` was updated if `baseConfig` or `cliConfig` depends
3501
- * on the additional plugins. (`CLIEngine#addPlugin()` method calls this.)
3502
- *
3503
- * @author Toru Nagashima <https://github.com/mysticatea>
3504
- */
3505
-
3506
- const debug$1 = debugOrig__default["default"]("eslintrc:cascading-config-array-factory");
3507
-
3508
- //------------------------------------------------------------------------------
3509
- // Helpers
3510
- //------------------------------------------------------------------------------
3511
-
3512
- // Define types for VSCode IntelliSense.
3513
- /** @typedef {import("./shared/types").ConfigData} ConfigData */
3514
- /** @typedef {import("./shared/types").Parser} Parser */
3515
- /** @typedef {import("./shared/types").Plugin} Plugin */
3516
- /** @typedef {import("./shared/types").Rule} Rule */
3517
- /** @typedef {ReturnType<ConfigArrayFactory["create"]>} ConfigArray */
3518
-
3519
- /**
3520
- * @typedef {Object} CascadingConfigArrayFactoryOptions
3521
- * @property {Map<string,Plugin>} [additionalPluginPool] The map for additional plugins.
3522
- * @property {ConfigData} [baseConfig] The config by `baseConfig` option.
3523
- * @property {ConfigData} [cliConfig] The config by CLI options (`--env`, `--global`, `--ignore-pattern`, `--parser`, `--parser-options`, `--plugin`, and `--rule`). CLI options overwrite the setting in config files.
3524
- * @property {string} [cwd] The base directory to start lookup.
3525
- * @property {string} [ignorePath] The path to the alternative file of `.eslintignore`.
3526
- * @property {string[]} [rulePaths] The value of `--rulesdir` option.
3527
- * @property {string} [specificConfigPath] The value of `--config` option.
3528
- * @property {boolean} [useEslintrc] if `false` then it doesn't load config files.
3529
- * @property {Function} loadRules The function to use to load rules.
3530
- * @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
3531
- * @property {Object} [resolver=ModuleResolver] The module resolver object.
3532
- * @property {string} eslintAllPath The path to the definitions for eslint:all.
3533
- * @property {Function} getEslintAllConfig Returns the config data for eslint:all.
3534
- * @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
3535
- * @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
3536
- */
3537
-
3538
- /**
3539
- * @typedef {Object} CascadingConfigArrayFactoryInternalSlots
3540
- * @property {ConfigArray} baseConfigArray The config array of `baseConfig` option.
3541
- * @property {ConfigData} baseConfigData The config data of `baseConfig` option. This is used to reset `baseConfigArray`.
3542
- * @property {ConfigArray} cliConfigArray The config array of CLI options.
3543
- * @property {ConfigData} cliConfigData The config data of CLI options. This is used to reset `cliConfigArray`.
3544
- * @property {ConfigArrayFactory} configArrayFactory The factory for config arrays.
3545
- * @property {Map<string, ConfigArray>} configCache The cache from directory paths to config arrays.
3546
- * @property {string} cwd The base directory to start lookup.
3547
- * @property {WeakMap<ConfigArray, ConfigArray>} finalizeCache The cache from config arrays to finalized config arrays.
3548
- * @property {string} [ignorePath] The path to the alternative file of `.eslintignore`.
3549
- * @property {string[]|null} rulePaths The value of `--rulesdir` option. This is used to reset `baseConfigArray`.
3550
- * @property {string|null} specificConfigPath The value of `--config` option. This is used to reset `cliConfigArray`.
3551
- * @property {boolean} useEslintrc if `false` then it doesn't load config files.
3552
- * @property {Function} loadRules The function to use to load rules.
3553
- * @property {Map<string,Rule>} builtInRules The rules that are built in to ESLint.
3554
- * @property {Object} [resolver=ModuleResolver] The module resolver object.
3555
- * @property {string} eslintAllPath The path to the definitions for eslint:all.
3556
- * @property {Function} getEslintAllConfig Returns the config data for eslint:all.
3557
- * @property {string} eslintRecommendedPath The path to the definitions for eslint:recommended.
3558
- * @property {Function} getEslintRecommendedConfig Returns the config data for eslint:recommended.
3559
- */
3560
-
3561
- /** @type {WeakMap<CascadingConfigArrayFactory, CascadingConfigArrayFactoryInternalSlots>} */
3562
- const internalSlotsMap = new WeakMap();
3563
-
3564
- /**
3565
- * Create the config array from `baseConfig` and `rulePaths`.
3566
- * @param {CascadingConfigArrayFactoryInternalSlots} slots The slots.
3567
- * @returns {ConfigArray} The config array of the base configs.
3568
- */
3569
- function createBaseConfigArray({
3570
- configArrayFactory,
3571
- baseConfigData,
3572
- rulePaths,
3573
- cwd,
3574
- loadRules
3575
- }) {
3576
- const baseConfigArray = configArrayFactory.create(
3577
- baseConfigData,
3578
- { name: "BaseConfig" }
3579
- );
3580
-
3581
- /*
3582
- * Create the config array element for the default ignore patterns.
3583
- * This element has `ignorePattern` property that ignores the default
3584
- * patterns in the current working directory.
3585
- */
3586
- baseConfigArray.unshift(configArrayFactory.create(
3587
- { ignorePatterns: IgnorePattern.DefaultPatterns },
3588
- { name: "DefaultIgnorePattern" }
3589
- )[0]);
3590
-
3591
- /*
3592
- * Load rules `--rulesdir` option as a pseudo plugin.
3593
- * Use a pseudo plugin to define rules of `--rulesdir`, so we can validate
3594
- * the rule's options with only information in the config array.
3595
- */
3596
- if (rulePaths && rulePaths.length > 0) {
3597
- baseConfigArray.push({
3598
- type: "config",
3599
- name: "--rulesdir",
3600
- filePath: "",
3601
- plugins: {
3602
- "": new ConfigDependency({
3603
- definition: {
3604
- rules: rulePaths.reduce(
3605
- (map, rulesPath) => Object.assign(
3606
- map,
3607
- loadRules(rulesPath, cwd)
3608
- ),
3609
- {}
3610
- )
3611
- },
3612
- filePath: "",
3613
- id: "",
3614
- importerName: "--rulesdir",
3615
- importerPath: ""
3616
- })
3617
- }
3618
- });
3619
- }
3620
-
3621
- return baseConfigArray;
3622
- }
3623
-
3624
- /**
3625
- * Create the config array from CLI options.
3626
- * @param {CascadingConfigArrayFactoryInternalSlots} slots The slots.
3627
- * @returns {ConfigArray} The config array of the base configs.
3628
- */
3629
- function createCLIConfigArray({
3630
- cliConfigData,
3631
- configArrayFactory,
3632
- cwd,
3633
- ignorePath,
3634
- specificConfigPath
3635
- }) {
3636
- const cliConfigArray = configArrayFactory.create(
3637
- cliConfigData,
3638
- { name: "CLIOptions" }
3639
- );
3640
-
3641
- cliConfigArray.unshift(
3642
- ...(ignorePath
3643
- ? configArrayFactory.loadESLintIgnore(ignorePath)
3644
- : configArrayFactory.loadDefaultESLintIgnore())
3645
- );
3646
-
3647
- if (specificConfigPath) {
3648
- cliConfigArray.unshift(
3649
- ...configArrayFactory.loadFile(
3650
- specificConfigPath,
3651
- { name: "--config", basePath: cwd }
3652
- )
3653
- );
3654
- }
3655
-
3656
- return cliConfigArray;
3657
- }
3658
-
3659
- /**
3660
- * The error type when there are files matched by a glob, but all of them have been ignored.
3661
- */
3662
- class ConfigurationNotFoundError extends Error {
3663
-
3664
- // eslint-disable-next-line jsdoc/require-description
3665
- /**
3666
- * @param {string} directoryPath The directory path.
3667
- */
3668
- constructor(directoryPath) {
3669
- super(`No ESLint configuration found in ${directoryPath}.`);
3670
- this.messageTemplate = "no-config-found";
3671
- this.messageData = { directoryPath };
3672
- }
3673
- }
3674
-
3675
- /**
3676
- * This class provides the functionality that enumerates every file which is
3677
- * matched by given glob patterns and that configuration.
3678
- */
3679
- class CascadingConfigArrayFactory {
3680
-
3681
- /**
3682
- * Initialize this enumerator.
3683
- * @param {CascadingConfigArrayFactoryOptions} options The options.
3684
- */
3685
- constructor({
3686
- additionalPluginPool = new Map(),
3687
- baseConfig: baseConfigData = null,
3688
- cliConfig: cliConfigData = null,
3689
- cwd = process.cwd(),
3690
- ignorePath,
3691
- resolvePluginsRelativeTo,
3692
- rulePaths = [],
3693
- specificConfigPath = null,
3694
- useEslintrc = true,
3695
- builtInRules = new Map(),
3696
- loadRules,
3697
- resolver,
3698
- eslintRecommendedPath,
3699
- getEslintRecommendedConfig,
3700
- eslintAllPath,
3701
- getEslintAllConfig
3702
- } = {}) {
3703
- const configArrayFactory = new ConfigArrayFactory({
3704
- additionalPluginPool,
3705
- cwd,
3706
- resolvePluginsRelativeTo,
3707
- builtInRules,
3708
- resolver,
3709
- eslintRecommendedPath,
3710
- getEslintRecommendedConfig,
3711
- eslintAllPath,
3712
- getEslintAllConfig
3713
- });
3714
-
3715
- internalSlotsMap.set(this, {
3716
- baseConfigArray: createBaseConfigArray({
3717
- baseConfigData,
3718
- configArrayFactory,
3719
- cwd,
3720
- rulePaths,
3721
- loadRules
3722
- }),
3723
- baseConfigData,
3724
- cliConfigArray: createCLIConfigArray({
3725
- cliConfigData,
3726
- configArrayFactory,
3727
- cwd,
3728
- ignorePath,
3729
- specificConfigPath
3730
- }),
3731
- cliConfigData,
3732
- configArrayFactory,
3733
- configCache: new Map(),
3734
- cwd,
3735
- finalizeCache: new WeakMap(),
3736
- ignorePath,
3737
- rulePaths,
3738
- specificConfigPath,
3739
- useEslintrc,
3740
- builtInRules,
3741
- loadRules
3742
- });
3743
- }
3744
-
3745
- /**
3746
- * The path to the current working directory.
3747
- * This is used by tests.
3748
- * @type {string}
3749
- */
3750
- get cwd() {
3751
- const { cwd } = internalSlotsMap.get(this);
3752
-
3753
- return cwd;
3754
- }
3755
-
3756
- /**
3757
- * Get the config array of a given file.
3758
- * If `filePath` was not given, it returns the config which contains only
3759
- * `baseConfigData` and `cliConfigData`.
3760
- * @param {string} [filePath] The file path to a file.
3761
- * @param {Object} [options] The options.
3762
- * @param {boolean} [options.ignoreNotFoundError] If `true` then it doesn't throw `ConfigurationNotFoundError`.
3763
- * @returns {ConfigArray} The config array of the file.
3764
- */
3765
- getConfigArrayForFile(filePath, { ignoreNotFoundError = false } = {}) {
3766
- const {
3767
- baseConfigArray,
3768
- cliConfigArray,
3769
- cwd
3770
- } = internalSlotsMap.get(this);
3771
-
3772
- if (!filePath) {
3773
- return new ConfigArray(...baseConfigArray, ...cliConfigArray);
3774
- }
3775
-
3776
- const directoryPath = path__default["default"].dirname(path__default["default"].resolve(cwd, filePath));
3777
-
3778
- debug$1(`Load config files for ${directoryPath}.`);
3779
-
3780
- return this._finalizeConfigArray(
3781
- this._loadConfigInAncestors(directoryPath),
3782
- directoryPath,
3783
- ignoreNotFoundError
3784
- );
3785
- }
3786
-
3787
- /**
3788
- * Set the config data to override all configs.
3789
- * Require to call `clearCache()` method after this method is called.
3790
- * @param {ConfigData} configData The config data to override all configs.
3791
- * @returns {void}
3792
- */
3793
- setOverrideConfig(configData) {
3794
- const slots = internalSlotsMap.get(this);
3795
-
3796
- slots.cliConfigData = configData;
3797
- }
3798
-
3799
- /**
3800
- * Clear config cache.
3801
- * @returns {void}
3802
- */
3803
- clearCache() {
3804
- const slots = internalSlotsMap.get(this);
3805
-
3806
- slots.baseConfigArray = createBaseConfigArray(slots);
3807
- slots.cliConfigArray = createCLIConfigArray(slots);
3808
- slots.configCache.clear();
3809
- }
3810
-
3811
- /**
3812
- * Load and normalize config files from the ancestor directories.
3813
- * @param {string} directoryPath The path to a leaf directory.
3814
- * @param {boolean} configsExistInSubdirs `true` if configurations exist in subdirectories.
3815
- * @returns {ConfigArray} The loaded config.
3816
- * @private
3817
- */
3818
- _loadConfigInAncestors(directoryPath, configsExistInSubdirs = false) {
3819
- const {
3820
- baseConfigArray,
3821
- configArrayFactory,
3822
- configCache,
3823
- cwd,
3824
- useEslintrc
3825
- } = internalSlotsMap.get(this);
3826
-
3827
- if (!useEslintrc) {
3828
- return baseConfigArray;
3829
- }
3830
-
3831
- let configArray = configCache.get(directoryPath);
3832
-
3833
- // Hit cache.
3834
- if (configArray) {
3835
- debug$1(`Cache hit: ${directoryPath}.`);
3836
- return configArray;
3837
- }
3838
- debug$1(`No cache found: ${directoryPath}.`);
3839
-
3840
- const homePath = os__default["default"].homedir();
3841
-
3842
- // Consider this is root.
3843
- if (directoryPath === homePath && cwd !== homePath) {
3844
- debug$1("Stop traversing because of considered root.");
3845
- if (configsExistInSubdirs) {
3846
- const filePath = ConfigArrayFactory.getPathToConfigFileInDirectory(directoryPath);
3847
-
3848
- if (filePath) {
3849
- emitDeprecationWarning(
3850
- filePath,
3851
- "ESLINT_PERSONAL_CONFIG_SUPPRESS"
3852
- );
3853
- }
3854
- }
3855
- return this._cacheConfig(directoryPath, baseConfigArray);
3856
- }
3857
-
3858
- // Load the config on this directory.
3859
- try {
3860
- configArray = configArrayFactory.loadInDirectory(directoryPath);
3861
- } catch (error) {
3862
- /* istanbul ignore next */
3863
- if (error.code === "EACCES") {
3864
- debug$1("Stop traversing because of 'EACCES' error.");
3865
- return this._cacheConfig(directoryPath, baseConfigArray);
3866
- }
3867
- throw error;
3868
- }
3869
-
3870
- if (configArray.length > 0 && configArray.isRoot()) {
3871
- debug$1("Stop traversing because of 'root:true'.");
3872
- configArray.unshift(...baseConfigArray);
3873
- return this._cacheConfig(directoryPath, configArray);
3874
- }
3875
-
3876
- // Load from the ancestors and merge it.
3877
- const parentPath = path__default["default"].dirname(directoryPath);
3878
- const parentConfigArray = parentPath && parentPath !== directoryPath
3879
- ? this._loadConfigInAncestors(
3880
- parentPath,
3881
- configsExistInSubdirs || configArray.length > 0
3882
- )
3883
- : baseConfigArray;
3884
-
3885
- if (configArray.length > 0) {
3886
- configArray.unshift(...parentConfigArray);
3887
- } else {
3888
- configArray = parentConfigArray;
3889
- }
3890
-
3891
- // Cache and return.
3892
- return this._cacheConfig(directoryPath, configArray);
3893
- }
3894
-
3895
- /**
3896
- * Freeze and cache a given config.
3897
- * @param {string} directoryPath The path to a directory as a cache key.
3898
- * @param {ConfigArray} configArray The config array as a cache value.
3899
- * @returns {ConfigArray} The `configArray` (frozen).
3900
- */
3901
- _cacheConfig(directoryPath, configArray) {
3902
- const { configCache } = internalSlotsMap.get(this);
3903
-
3904
- Object.freeze(configArray);
3905
- configCache.set(directoryPath, configArray);
3906
-
3907
- return configArray;
3908
- }
3909
-
3910
- /**
3911
- * Finalize a given config array.
3912
- * Concatenate `--config` and other CLI options.
3913
- * @param {ConfigArray} configArray The parent config array.
3914
- * @param {string} directoryPath The path to the leaf directory to find config files.
3915
- * @param {boolean} ignoreNotFoundError If `true` then it doesn't throw `ConfigurationNotFoundError`.
3916
- * @returns {ConfigArray} The loaded config.
3917
- * @private
3918
- */
3919
- _finalizeConfigArray(configArray, directoryPath, ignoreNotFoundError) {
3920
- const {
3921
- cliConfigArray,
3922
- configArrayFactory,
3923
- finalizeCache,
3924
- useEslintrc,
3925
- builtInRules
3926
- } = internalSlotsMap.get(this);
3927
-
3928
- let finalConfigArray = finalizeCache.get(configArray);
3929
-
3930
- if (!finalConfigArray) {
3931
- finalConfigArray = configArray;
3932
-
3933
- // Load the personal config if there are no regular config files.
3934
- if (
3935
- useEslintrc &&
3936
- configArray.every(c => !c.filePath) &&
3937
- cliConfigArray.every(c => !c.filePath) // `--config` option can be a file.
3938
- ) {
3939
- const homePath = os__default["default"].homedir();
3940
-
3941
- debug$1("Loading the config file of the home directory:", homePath);
3942
-
3943
- const personalConfigArray = configArrayFactory.loadInDirectory(
3944
- homePath,
3945
- { name: "PersonalConfig" }
3946
- );
3947
-
3948
- if (
3949
- personalConfigArray.length > 0 &&
3950
- !directoryPath.startsWith(homePath)
3951
- ) {
3952
- const lastElement =
3953
- personalConfigArray[personalConfigArray.length - 1];
3954
-
3955
- emitDeprecationWarning(
3956
- lastElement.filePath,
3957
- "ESLINT_PERSONAL_CONFIG_LOAD"
3958
- );
3959
- }
3960
-
3961
- finalConfigArray = finalConfigArray.concat(personalConfigArray);
3962
- }
3963
-
3964
- // Apply CLI options.
3965
- if (cliConfigArray.length > 0) {
3966
- finalConfigArray = finalConfigArray.concat(cliConfigArray);
3967
- }
3968
-
3969
- // Validate rule settings and environments.
3970
- const validator = new ConfigValidator({
3971
- builtInRules
3972
- });
3973
-
3974
- validator.validateConfigArray(finalConfigArray);
3975
-
3976
- // Cache it.
3977
- Object.freeze(finalConfigArray);
3978
- finalizeCache.set(configArray, finalConfigArray);
3979
-
3980
- debug$1(
3981
- "Configuration was determined: %o on %s",
3982
- finalConfigArray,
3983
- directoryPath
3984
- );
3985
- }
3986
-
3987
- // At least one element (the default ignore patterns) exists.
3988
- if (!ignoreNotFoundError && useEslintrc && finalConfigArray.length <= 1) {
3989
- throw new ConfigurationNotFoundError(directoryPath);
3990
- }
3991
-
3992
- return finalConfigArray;
3993
- }
3994
- }
3995
-
3996
- /**
3997
- * @fileoverview Compatibility class for flat config.
3998
- * @author Nicholas C. Zakas
3999
- */
4000
-
4001
- //-----------------------------------------------------------------------------
4002
- // Helpers
4003
- //-----------------------------------------------------------------------------
4004
-
4005
- /** @typedef {import("../../shared/types").Environment} Environment */
4006
- /** @typedef {import("../../shared/types").Processor} Processor */
4007
-
4008
- const debug = debugOrig__default["default"]("eslintrc:flat-compat");
4009
- const cafactory = Symbol("cafactory");
4010
-
4011
- /**
4012
- * Translates an ESLintRC-style config object into a flag-config-style config
4013
- * object.
4014
- * @param {Object} eslintrcConfig An ESLintRC-style config object.
4015
- * @param {Object} options Options to help translate the config.
4016
- * @param {string} options.resolveConfigRelativeTo To the directory to resolve
4017
- * configs from.
4018
- * @param {string} options.resolvePluginsRelativeTo The directory to resolve
4019
- * plugins from.
4020
- * @param {ReadOnlyMap<string,Environment>} options.pluginEnvironments A map of plugin environment
4021
- * names to objects.
4022
- * @param {ReadOnlyMap<string,Processor>} options.pluginProcessors A map of plugin processor
4023
- * names to objects.
4024
- * @returns {Object} A flag-config-style config object.
4025
- */
4026
- function translateESLintRC(eslintrcConfig, {
4027
- resolveConfigRelativeTo,
4028
- resolvePluginsRelativeTo,
4029
- pluginEnvironments,
4030
- pluginProcessors
4031
- }) {
4032
-
4033
- const flatConfig = {};
4034
- const configs = [];
4035
- const languageOptions = {};
4036
- const linterOptions = {};
4037
- const keysToCopy = ["settings", "rules", "processor"];
4038
- const languageOptionsKeysToCopy = ["globals", "parser", "parserOptions"];
4039
- const linterOptionsKeysToCopy = ["noInlineConfig", "reportUnusedDisableDirectives"];
4040
-
4041
- // copy over simple translations
4042
- for (const key of keysToCopy) {
4043
- if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
4044
- flatConfig[key] = eslintrcConfig[key];
4045
- }
4046
- }
4047
-
4048
- // copy over languageOptions
4049
- for (const key of languageOptionsKeysToCopy) {
4050
- if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
4051
-
4052
- // create the languageOptions key in the flat config
4053
- flatConfig.languageOptions = languageOptions;
4054
-
4055
- if (key === "parser") {
4056
- debug(`Resolving parser '${languageOptions[key]}' relative to ${resolveConfigRelativeTo}`);
4057
-
4058
- if (eslintrcConfig[key].error) {
4059
- throw eslintrcConfig[key].error;
4060
- }
4061
-
4062
- languageOptions[key] = eslintrcConfig[key].definition;
4063
- continue;
4064
- }
4065
-
4066
- // clone any object values that are in the eslintrc config
4067
- if (eslintrcConfig[key] && typeof eslintrcConfig[key] === "object") {
4068
- languageOptions[key] = {
4069
- ...eslintrcConfig[key]
4070
- };
4071
- } else {
4072
- languageOptions[key] = eslintrcConfig[key];
4073
- }
4074
- }
4075
- }
4076
-
4077
- // copy over linterOptions
4078
- for (const key of linterOptionsKeysToCopy) {
4079
- if (key in eslintrcConfig && typeof eslintrcConfig[key] !== "undefined") {
4080
- flatConfig.linterOptions = linterOptions;
4081
- linterOptions[key] = eslintrcConfig[key];
4082
- }
4083
- }
4084
-
4085
- // move ecmaVersion a level up
4086
- if (languageOptions.parserOptions) {
4087
-
4088
- if ("ecmaVersion" in languageOptions.parserOptions) {
4089
- languageOptions.ecmaVersion = languageOptions.parserOptions.ecmaVersion;
4090
- delete languageOptions.parserOptions.ecmaVersion;
4091
- }
4092
-
4093
- if ("sourceType" in languageOptions.parserOptions) {
4094
- languageOptions.sourceType = languageOptions.parserOptions.sourceType;
4095
- delete languageOptions.parserOptions.sourceType;
4096
- }
4097
-
4098
- // check to see if we even need parserOptions anymore and remove it if not
4099
- if (Object.keys(languageOptions.parserOptions).length === 0) {
4100
- delete languageOptions.parserOptions;
4101
- }
4102
- }
4103
-
4104
- // overrides
4105
- if (eslintrcConfig.criteria) {
4106
- flatConfig.files = [absoluteFilePath => eslintrcConfig.criteria.test(absoluteFilePath)];
4107
- }
4108
-
4109
- // translate plugins
4110
- if (eslintrcConfig.plugins && typeof eslintrcConfig.plugins === "object") {
4111
- debug(`Translating plugins: ${eslintrcConfig.plugins}`);
4112
-
4113
- flatConfig.plugins = {};
4114
-
4115
- for (const pluginName of Object.keys(eslintrcConfig.plugins)) {
4116
-
4117
- debug(`Translating plugin: ${pluginName}`);
4118
- debug(`Resolving plugin '${pluginName} relative to ${resolvePluginsRelativeTo}`);
4119
-
4120
- const { definition: plugin, error } = eslintrcConfig.plugins[pluginName];
4121
-
4122
- if (error) {
4123
- throw error;
4124
- }
4125
-
4126
- flatConfig.plugins[pluginName] = plugin;
4127
-
4128
- // create a config for any processors
4129
- if (plugin.processors) {
4130
- for (const processorName of Object.keys(plugin.processors)) {
4131
- if (processorName.startsWith(".")) {
4132
- debug(`Assigning processor: ${pluginName}/${processorName}`);
4133
-
4134
- configs.unshift({
4135
- files: [`**/*${processorName}`],
4136
- processor: pluginProcessors.get(`${pluginName}/${processorName}`)
4137
- });
4138
- }
4139
-
4140
- }
4141
- }
4142
- }
4143
- }
4144
-
4145
- // translate env - must come after plugins
4146
- if (eslintrcConfig.env && typeof eslintrcConfig.env === "object") {
4147
- for (const envName of Object.keys(eslintrcConfig.env)) {
4148
-
4149
- // only add environments that are true
4150
- if (eslintrcConfig.env[envName]) {
4151
- debug(`Translating environment: ${envName}`);
4152
-
4153
- if (environments.has(envName)) {
4154
-
4155
- // built-in environments should be defined first
4156
- configs.unshift(...translateESLintRC({
4157
- criteria: eslintrcConfig.criteria,
4158
- ...environments.get(envName)
4159
- }, {
4160
- resolveConfigRelativeTo,
4161
- resolvePluginsRelativeTo
4162
- }));
4163
- } else if (pluginEnvironments.has(envName)) {
4164
-
4165
- // if the environment comes from a plugin, it should come after the plugin config
4166
- configs.push(...translateESLintRC({
4167
- criteria: eslintrcConfig.criteria,
4168
- ...pluginEnvironments.get(envName)
4169
- }, {
4170
- resolveConfigRelativeTo,
4171
- resolvePluginsRelativeTo
4172
- }));
4173
- }
4174
- }
4175
- }
4176
- }
4177
-
4178
- // only add if there are actually keys in the config
4179
- if (Object.keys(flatConfig).length > 0) {
4180
- configs.push(flatConfig);
4181
- }
4182
-
4183
- return configs;
4184
- }
4185
-
4186
-
4187
- //-----------------------------------------------------------------------------
4188
- // Exports
4189
- //-----------------------------------------------------------------------------
4190
-
4191
- /**
4192
- * A compatibility class for working with configs.
4193
- */
4194
- class FlatCompat {
4195
-
4196
- constructor({
4197
- baseDirectory = process.cwd(),
4198
- resolvePluginsRelativeTo = baseDirectory,
4199
- recommendedConfig,
4200
- allConfig
4201
- } = {}) {
4202
- this.baseDirectory = baseDirectory;
4203
- this.resolvePluginsRelativeTo = resolvePluginsRelativeTo;
4204
- this[cafactory] = new ConfigArrayFactory({
4205
- cwd: baseDirectory,
4206
- resolvePluginsRelativeTo,
4207
- getEslintAllConfig: () => {
4208
-
4209
- if (!allConfig) {
4210
- throw new TypeError("Missing parameter 'allConfig' in FlatCompat constructor.");
4211
- }
4212
-
4213
- return allConfig;
4214
- },
4215
- getEslintRecommendedConfig: () => {
4216
-
4217
- if (!recommendedConfig) {
4218
- throw new TypeError("Missing parameter 'recommendedConfig' in FlatCompat constructor.");
4219
- }
4220
-
4221
- return recommendedConfig;
4222
- }
4223
- });
4224
- }
4225
-
4226
- /**
4227
- * Translates an ESLintRC-style config into a flag-config-style config.
4228
- * @param {Object} eslintrcConfig The ESLintRC-style config object.
4229
- * @returns {Object} A flag-config-style config object.
4230
- */
4231
- config(eslintrcConfig) {
4232
- const eslintrcArray = this[cafactory].create(eslintrcConfig, {
4233
- basePath: this.baseDirectory
4234
- });
4235
-
4236
- const flatArray = [];
4237
- let hasIgnorePatterns = false;
4238
-
4239
- eslintrcArray.forEach(configData => {
4240
- if (configData.type === "config") {
4241
- hasIgnorePatterns = hasIgnorePatterns || configData.ignorePattern;
4242
- flatArray.push(...translateESLintRC(configData, {
4243
- resolveConfigRelativeTo: path__default["default"].join(this.baseDirectory, "__placeholder.js"),
4244
- resolvePluginsRelativeTo: path__default["default"].join(this.resolvePluginsRelativeTo, "__placeholder.js"),
4245
- pluginEnvironments: eslintrcArray.pluginEnvironments,
4246
- pluginProcessors: eslintrcArray.pluginProcessors
4247
- }));
4248
- }
4249
- });
4250
-
4251
- // combine ignorePatterns to emulate ESLintRC behavior better
4252
- if (hasIgnorePatterns) {
4253
- flatArray.unshift({
4254
- ignores: [filePath => {
4255
-
4256
- // Compute the final config for this file.
4257
- // This filters config array elements by `files`/`excludedFiles` then merges the elements.
4258
- const finalConfig = eslintrcArray.extractConfig(filePath);
4259
-
4260
- // Test the `ignorePattern` properties of the final config.
4261
- return Boolean(finalConfig.ignores) && finalConfig.ignores(filePath);
4262
- }]
4263
- });
4264
- }
4265
-
4266
- return flatArray;
4267
- }
4268
-
4269
- /**
4270
- * Translates the `env` section of an ESLintRC-style config.
4271
- * @param {Object} envConfig The `env` section of an ESLintRC config.
4272
- * @returns {Object[]} An array of flag-config objects representing the environments.
4273
- */
4274
- env(envConfig) {
4275
- return this.config({
4276
- env: envConfig
4277
- });
4278
- }
4279
-
4280
- /**
4281
- * Translates the `extends` section of an ESLintRC-style config.
4282
- * @param {...string} configsToExtend The names of the configs to load.
4283
- * @returns {Object[]} An array of flag-config objects representing the config.
4284
- */
4285
- extends(...configsToExtend) {
4286
- return this.config({
4287
- extends: configsToExtend
4288
- });
4289
- }
4290
-
4291
- /**
4292
- * Translates the `plugins` section of an ESLintRC-style config.
4293
- * @param {...string} plugins The names of the plugins to load.
4294
- * @returns {Object[]} An array of flag-config objects representing the plugins.
4295
- */
4296
- plugins(...plugins) {
4297
- return this.config({
4298
- plugins
4299
- });
4300
- }
4301
- }
4302
-
4303
- /**
4304
- * @fileoverview Package exports for @eslint/eslintrc
4305
- * @author Nicholas C. Zakas
4306
- */
4307
-
4308
- //-----------------------------------------------------------------------------
4309
- // Exports
4310
- //-----------------------------------------------------------------------------
4311
-
4312
- const Legacy = {
4313
- ConfigArray,
4314
- createConfigArrayFactoryContext: createContext,
4315
- CascadingConfigArrayFactory,
4316
- ConfigArrayFactory,
4317
- ConfigDependency,
4318
- ExtractedConfig,
4319
- IgnorePattern,
4320
- OverrideTester,
4321
- getUsedExtractedConfigs,
4322
- environments,
4323
-
4324
- // shared
4325
- ConfigOps,
4326
- ConfigValidator,
4327
- ModuleResolver,
4328
- naming
4329
- };
4330
-
4331
- exports.FlatCompat = FlatCompat;
4332
- exports.Legacy = Legacy;
4333
- //# sourceMappingURL=eslintrc.cjs.map