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.
- checksums.yaml +4 -4
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/lib/immosquare-cleaner.rb +21 -4
- data/linters/eslint.config.mjs +4 -2
- data/node_modules/.bin/rimraf +1 -0
- data/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +1998 -0
- data/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts +2077 -0
- data/node_modules/@eslint/eslintrc/node_modules/globals/index.js +2 -0
- data/node_modules/@eslint/eslintrc/node_modules/globals/package.json +58 -0
- data/node_modules/@eslint/eslintrc/node_modules/globals/readme.md +44 -0
- data/node_modules/@eslint-community/regexpp/index.d.ts +24 -3
- data/node_modules/@eslint-community/regexpp/index.js +22 -27
- data/node_modules/@eslint-community/regexpp/index.js.map +1 -1
- data/node_modules/@eslint-community/regexpp/index.mjs +22 -28
- data/node_modules/@eslint-community/regexpp/index.mjs.map +1 -1
- data/node_modules/@eslint-community/regexpp/package.json +5 -5
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.d.ts +15 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +57 -0
- data/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +41 -0
- data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.d.ts +345 -0
- data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +163 -0
- data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +56 -0
- data/node_modules/@isaacs/cliui/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/readme.md +152 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/README.md +454 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.js +589 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.js +22 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.js +1011 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/package.json +3 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.js +585 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.js +18 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.js +995 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/package.json +3 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
- data/node_modules/@tufjs/models/node_modules/minimatch/package.json +86 -0
- data/node_modules/array-buffer-byte-length/CHANGELOG.md +12 -0
- data/node_modules/array-buffer-byte-length/index.d.ts +4 -0
- data/node_modules/array-buffer-byte-length/index.js +1 -0
- data/node_modules/array-buffer-byte-length/package.json +20 -8
- data/node_modules/array-buffer-byte-length/test/index.js +3 -0
- data/node_modules/array-buffer-byte-length/tsconfig.json +49 -0
- data/node_modules/array-includes/CHANGELOG.md +10 -0
- data/node_modules/array-includes/implementation.js +4 -4
- data/node_modules/array-includes/index.js +1 -1
- data/node_modules/array-includes/package.json +9 -9
- data/node_modules/array-includes/test/shimmed.js +2 -2
- data/node_modules/array.prototype.findlastindex/CHANGELOG.md +20 -0
- data/node_modules/array.prototype.findlastindex/implementation.js +8 -9
- data/node_modules/array.prototype.findlastindex/index.js +1 -1
- data/node_modules/array.prototype.findlastindex/package.json +15 -21
- data/node_modules/array.prototype.findlastindex/test/shimmed.js +4 -5
- data/node_modules/arraybuffer.prototype.slice/CHANGELOG.md +8 -0
- data/node_modules/arraybuffer.prototype.slice/implementation.js +1 -1
- data/node_modules/arraybuffer.prototype.slice/package.json +12 -11
- data/node_modules/available-typed-arrays/CHANGELOG.md +21 -0
- data/node_modules/available-typed-arrays/README.md +16 -13
- data/node_modules/available-typed-arrays/index.d.ts +8 -0
- data/node_modules/available-typed-arrays/index.js +4 -14
- data/node_modules/available-typed-arrays/package.json +26 -15
- data/node_modules/available-typed-arrays/tsconfig.json +49 -0
- data/node_modules/boxen/node_modules/chalk/license +9 -0
- data/node_modules/boxen/node_modules/chalk/package.json +83 -0
- data/node_modules/boxen/node_modules/chalk/readme.md +325 -0
- data/node_modules/boxen/node_modules/chalk/source/index.d.ts +320 -0
- data/node_modules/boxen/node_modules/chalk/source/index.js +225 -0
- data/node_modules/boxen/node_modules/chalk/source/utilities.js +33 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
- data/node_modules/boxen/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/index.d.ts +15 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/index.js +14 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/license +9 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/package.json +57 -0
- data/node_modules/boxen/node_modules/string-width/node_modules/strip-ansi/readme.md +41 -0
- data/node_modules/call-bind/CHANGELOG.md +51 -0
- data/node_modules/call-bind/README.md +63 -1
- data/node_modules/call-bind/index.js +11 -23
- data/node_modules/call-bind/package.json +38 -23
- data/node_modules/call-bind/test/callBound.js +0 -1
- data/node_modules/call-bind/test/index.js +18 -4
- data/node_modules/cross-spawn/node_modules/which/CHANGELOG.md +166 -0
- data/node_modules/cross-spawn/node_modules/which/README.md +54 -0
- data/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
- data/node_modules/cross-spawn/node_modules/which/package.json +43 -0
- data/node_modules/cross-spawn/node_modules/which/which.js +125 -0
- data/node_modules/data-view-buffer/CHANGELOG.md +22 -0
- data/node_modules/data-view-buffer/LICENSE +21 -0
- data/node_modules/data-view-buffer/README.md +43 -0
- data/node_modules/data-view-buffer/index.d.ts +4 -0
- data/node_modules/data-view-buffer/index.js +19 -0
- data/node_modules/data-view-buffer/package.json +88 -0
- data/node_modules/data-view-buffer/test/index.js +31 -0
- data/node_modules/data-view-buffer/tsconfig.json +50 -0
- data/node_modules/data-view-byte-length/CHANGELOG.md +24 -0
- data/node_modules/data-view-byte-length/LICENSE +21 -0
- data/node_modules/data-view-byte-length/README.md +43 -0
- data/node_modules/data-view-byte-length/index.d.ts +4 -0
- data/node_modules/data-view-byte-length/index.js +19 -0
- data/node_modules/data-view-byte-length/package.json +94 -0
- data/node_modules/data-view-byte-length/test/index.js +31 -0
- data/node_modules/data-view-byte-length/tsconfig.json +9 -0
- data/node_modules/data-view-byte-offset/CHANGELOG.md +15 -0
- data/node_modules/data-view-byte-offset/LICENSE +21 -0
- data/node_modules/data-view-byte-offset/README.md +43 -0
- data/node_modules/data-view-byte-offset/index.d.ts +4 -0
- data/node_modules/data-view-byte-offset/index.js +19 -0
- data/node_modules/data-view-byte-offset/package.json +93 -0
- data/node_modules/data-view-byte-offset/test/index.js +31 -0
- data/node_modules/data-view-byte-offset/tsconfig.json +50 -0
- data/node_modules/define-data-property/CHANGELOG.md +39 -0
- data/node_modules/define-data-property/index.d.ts +12 -3
- data/node_modules/define-data-property/index.js +4 -8
- data/node_modules/define-data-property/package.json +27 -32
- data/node_modules/define-data-property/test/index.js +16 -21
- data/node_modules/define-data-property/tsconfig.json +1 -0
- data/node_modules/es-abstract/2015/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/2015/AdvanceStringIndex.js +3 -7
- data/node_modules/es-abstract/2015/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2015/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2015/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2015/Call.js +1 -1
- data/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2015/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2015/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2015/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2015/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2015/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2015/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2015/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2015/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2015/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2015/DetachArrayBuffer.js +16 -12
- data/node_modules/es-abstract/2015/EnumerableOwnNames.js +1 -3
- data/node_modules/es-abstract/2015/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2015/Get.js +1 -3
- data/node_modules/es-abstract/2015/GetIterator.js +1 -3
- data/node_modules/es-abstract/2015/GetMethod.js +1 -3
- data/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2015/GetSubstitution.js +8 -9
- data/node_modules/es-abstract/2015/GetV.js +1 -3
- data/node_modules/es-abstract/2015/GetValueFromBuffer.js +3 -14
- data/node_modules/es-abstract/2015/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2015/HasProperty.js +1 -3
- data/node_modules/es-abstract/2015/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2015/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2015/IntegerIndexedElementGet.js +58 -0
- data/node_modules/es-abstract/2015/IntegerIndexedElementSet.js +58 -0
- data/node_modules/es-abstract/2015/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2015/Invoke.js +1 -3
- data/node_modules/es-abstract/2015/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2015/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2015/IsDetachedBuffer.js +1 -3
- data/node_modules/es-abstract/2015/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2015/IsPropertyDescriptor.js +2 -10
- data/node_modules/es-abstract/2015/IsWordChar.js +1 -3
- data/node_modules/es-abstract/2015/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2015/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2015/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2015/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2015/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2015/ObjectCreate.js +2 -2
- data/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2015/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2015/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2015/QuoteJSONString.js +2 -6
- data/node_modules/es-abstract/2015/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2015/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2015/Set.js +2 -4
- data/node_modules/es-abstract/2015/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2015/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2015/SetValueInBuffer.js +8 -18
- data/node_modules/es-abstract/2015/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2015/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2015/StringCreate.js +4 -5
- data/node_modules/es-abstract/2015/StringGetIndexProperty.js +2 -4
- data/node_modules/es-abstract/2015/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2015/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2015/ToDateString.js +2 -4
- data/node_modules/es-abstract/2015/ToNumber.js +1 -1
- data/node_modules/es-abstract/2015/ToObject.js +1 -10
- data/node_modules/es-abstract/2015/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2015/ToString.js +1 -1
- data/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2015/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2015/tables/typed-array-objects.js +31 -0
- data/node_modules/es-abstract/2015/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2015/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2015/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2016/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/2016/AdvanceStringIndex.js +3 -7
- data/node_modules/es-abstract/2016/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2016/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2016/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2016/Call.js +1 -1
- data/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2016/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2016/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2016/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2016/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2016/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2016/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2016/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2016/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2016/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2016/DetachArrayBuffer.js +16 -12
- data/node_modules/es-abstract/2016/EnumerableOwnNames.js +1 -3
- data/node_modules/es-abstract/2016/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2016/Get.js +1 -3
- data/node_modules/es-abstract/2016/GetIterator.js +1 -3
- data/node_modules/es-abstract/2016/GetMethod.js +1 -3
- data/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2016/GetSubstitution.js +8 -9
- data/node_modules/es-abstract/2016/GetV.js +1 -3
- data/node_modules/es-abstract/2016/GetValueFromBuffer.js +3 -14
- data/node_modules/es-abstract/2016/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2016/HasProperty.js +1 -3
- data/node_modules/es-abstract/2016/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2016/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2016/IntegerIndexedElementGet.js +58 -0
- data/node_modules/es-abstract/2016/IntegerIndexedElementSet.js +58 -0
- data/node_modules/es-abstract/2016/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2016/Invoke.js +1 -3
- data/node_modules/es-abstract/2016/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2016/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2016/IsDetachedBuffer.js +1 -3
- data/node_modules/es-abstract/2016/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2016/IsPropertyDescriptor.js +2 -10
- data/node_modules/es-abstract/2016/IsWordChar.js +1 -3
- data/node_modules/es-abstract/2016/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2016/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2016/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2016/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2016/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2016/ObjectCreate.js +2 -2
- data/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2016/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2016/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2016/QuoteJSONString.js +2 -6
- data/node_modules/es-abstract/2016/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2016/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2016/SameValueNonNumber.js +1 -3
- data/node_modules/es-abstract/2016/Set.js +2 -4
- data/node_modules/es-abstract/2016/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2016/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2016/SetValueInBuffer.js +8 -18
- data/node_modules/es-abstract/2016/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2016/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2016/StringCreate.js +4 -5
- data/node_modules/es-abstract/2016/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2016/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2016/ToDateString.js +2 -4
- data/node_modules/es-abstract/2016/ToNumber.js +1 -1
- data/node_modules/es-abstract/2016/ToObject.js +1 -10
- data/node_modules/es-abstract/2016/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2016/ToString.js +1 -1
- data/node_modules/es-abstract/2016/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2016/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2016/UTF16Decode.js +1 -1
- data/node_modules/es-abstract/2016/UTF16Encoding.js +1 -1
- data/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2016/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2016/tables/typed-array-objects.js +31 -0
- data/node_modules/es-abstract/2016/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2016/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2016/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2017/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/2017/AdvanceStringIndex.js +3 -7
- data/node_modules/es-abstract/2017/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2017/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2017/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2017/Call.js +1 -1
- data/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2017/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2017/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2017/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2017/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2017/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2017/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2017/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2017/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2017/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2017/DetachArrayBuffer.js +15 -11
- data/node_modules/es-abstract/2017/EnumerableOwnProperties.js +1 -1
- data/node_modules/es-abstract/2017/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2017/Get.js +1 -3
- data/node_modules/es-abstract/2017/GetIterator.js +1 -3
- data/node_modules/es-abstract/2017/GetMethod.js +1 -3
- data/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2017/GetSubstitution.js +8 -9
- data/node_modules/es-abstract/2017/GetV.js +1 -3
- data/node_modules/es-abstract/2017/GetValueFromBuffer.js +4 -15
- data/node_modules/es-abstract/2017/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2017/HasProperty.js +1 -3
- data/node_modules/es-abstract/2017/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2017/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2017/IntegerIndexedElementGet.js +58 -0
- data/node_modules/es-abstract/2017/IntegerIndexedElementSet.js +58 -0
- data/node_modules/es-abstract/2017/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2017/Invoke.js +1 -3
- data/node_modules/es-abstract/2017/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2017/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2017/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2017/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2017/IsPropertyDescriptor.js +2 -10
- data/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2017/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2017/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2017/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2017/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2017/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2017/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2017/NumberToRawBytes.js +3 -6
- data/node_modules/es-abstract/2017/ObjectCreate.js +2 -2
- data/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2017/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2017/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2017/QuoteJSONString.js +2 -6
- data/node_modules/es-abstract/2017/RawBytesToNumber.js +3 -5
- data/node_modules/es-abstract/2017/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2017/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2017/SameValueNonNumber.js +1 -3
- data/node_modules/es-abstract/2017/Set.js +2 -4
- data/node_modules/es-abstract/2017/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2017/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2017/SetValueInBuffer.js +8 -18
- data/node_modules/es-abstract/2017/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2017/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2017/StringCreate.js +4 -5
- data/node_modules/es-abstract/2017/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2017/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2017/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2017/ToDateString.js +2 -4
- data/node_modules/es-abstract/2017/ToIndex.js +1 -3
- data/node_modules/es-abstract/2017/ToNumber.js +1 -1
- data/node_modules/es-abstract/2017/ToObject.js +1 -10
- data/node_modules/es-abstract/2017/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2017/ToString.js +1 -1
- data/node_modules/es-abstract/2017/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2017/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2017/UTF16Decode.js +1 -1
- data/node_modules/es-abstract/2017/UTF16Encoding.js +1 -1
- data/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2017/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2017/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2017/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2017/tables/typed-array-objects.js +31 -0
- data/node_modules/es-abstract/2017/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2017/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2017/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2018/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/2018/AdvanceStringIndex.js +3 -7
- data/node_modules/es-abstract/2018/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2018/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2018/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2018/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2018/Call.js +1 -1
- data/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2018/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2018/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2018/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2018/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2018/CreateAsyncFromSyncIterator.js +23 -9
- data/node_modules/es-abstract/2018/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2018/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2018/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2018/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2018/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2018/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2018/DateString.js +4 -7
- data/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2018/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +1 -1
- data/node_modules/es-abstract/2018/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2018/Get.js +1 -3
- data/node_modules/es-abstract/2018/GetIterator.js +1 -3
- data/node_modules/es-abstract/2018/GetMethod.js +1 -3
- data/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2018/GetSubstitution.js +14 -18
- data/node_modules/es-abstract/2018/GetV.js +1 -3
- data/node_modules/es-abstract/2018/GetValueFromBuffer.js +4 -15
- data/node_modules/es-abstract/2018/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2018/HasProperty.js +1 -3
- data/node_modules/es-abstract/2018/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2018/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2018/IntegerIndexedElementGet.js +58 -0
- data/node_modules/es-abstract/2018/IntegerIndexedElementSet.js +58 -0
- data/node_modules/es-abstract/2018/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2018/Invoke.js +1 -3
- data/node_modules/es-abstract/2018/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2018/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2018/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2018/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2018/IsStringPrefix.js +3 -7
- data/node_modules/es-abstract/2018/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2018/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2018/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2018/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2018/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2018/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2018/NumberToRawBytes.js +3 -6
- data/node_modules/es-abstract/2018/NumberToString.js +2 -4
- data/node_modules/es-abstract/2018/ObjectCreate.js +2 -2
- data/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2018/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2018/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2018/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2018/QuoteJSONString.js +4 -7
- data/node_modules/es-abstract/2018/RawBytesToNumber.js +3 -5
- data/node_modules/es-abstract/2018/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2018/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2018/SameValueNonNumber.js +1 -3
- data/node_modules/es-abstract/2018/Set.js +2 -4
- data/node_modules/es-abstract/2018/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2018/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2018/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2018/SetValueInBuffer.js +8 -18
- data/node_modules/es-abstract/2018/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2018/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2018/StringCreate.js +4 -5
- data/node_modules/es-abstract/2018/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2018/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2018/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2018/TimeString.js +2 -5
- data/node_modules/es-abstract/2018/TimeZoneString.js +33 -0
- data/node_modules/es-abstract/2018/ToDateString.js +2 -4
- data/node_modules/es-abstract/2018/ToIndex.js +1 -3
- data/node_modules/es-abstract/2018/ToNumber.js +1 -1
- data/node_modules/es-abstract/2018/ToObject.js +1 -10
- data/node_modules/es-abstract/2018/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2018/ToString.js +1 -1
- data/node_modules/es-abstract/2018/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2018/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2018/UTF16Decode.js +1 -1
- data/node_modules/es-abstract/2018/UTF16Encoding.js +1 -1
- data/node_modules/es-abstract/2018/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2018/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2018/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2018/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2018/tables/typed-array-objects.js +31 -0
- data/node_modules/es-abstract/2018/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2018/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2018/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2018/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2019/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/2019/AddEntriesFromIterable.js +1 -3
- data/node_modules/es-abstract/2019/AdvanceStringIndex.js +3 -7
- data/node_modules/es-abstract/2019/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2019/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2019/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2019/AsyncFromSyncIteratorContinuation.js +3 -3
- data/node_modules/es-abstract/2019/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2019/Call.js +1 -1
- data/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2019/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2019/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2019/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2019/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2019/CreateAsyncFromSyncIterator.js +23 -7
- data/node_modules/es-abstract/2019/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2019/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2019/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2019/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2019/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2019/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2019/DateString.js +4 -7
- data/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2019/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +1 -1
- data/node_modules/es-abstract/2019/FlattenIntoArray.js +1 -3
- data/node_modules/es-abstract/2019/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2019/Get.js +1 -3
- data/node_modules/es-abstract/2019/GetIterator.js +1 -3
- data/node_modules/es-abstract/2019/GetMethod.js +1 -3
- data/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2019/GetSubstitution.js +14 -18
- data/node_modules/es-abstract/2019/GetV.js +1 -3
- data/node_modules/es-abstract/2019/GetValueFromBuffer.js +3 -14
- data/node_modules/es-abstract/2019/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2019/HasProperty.js +1 -3
- data/node_modules/es-abstract/2019/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2019/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2019/IntegerIndexedElementGet.js +58 -0
- data/node_modules/es-abstract/2019/IntegerIndexedElementSet.js +58 -0
- data/node_modules/es-abstract/2019/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2019/Invoke.js +1 -3
- data/node_modules/es-abstract/2019/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2019/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2019/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2019/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2019/IsStringPrefix.js +3 -7
- data/node_modules/es-abstract/2019/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2019/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2019/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2019/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2019/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2019/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2019/NumberToRawBytes.js +3 -6
- data/node_modules/es-abstract/2019/NumberToString.js +2 -4
- data/node_modules/es-abstract/2019/ObjectCreate.js +2 -2
- data/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2019/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2019/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2019/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2019/QuoteJSONString.js +4 -7
- data/node_modules/es-abstract/2019/RawBytesToNumber.js +3 -5
- data/node_modules/es-abstract/2019/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2019/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2019/SameValueNonNumber.js +1 -3
- data/node_modules/es-abstract/2019/Set.js +2 -4
- data/node_modules/es-abstract/2019/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2019/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2019/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2019/SetValueInBuffer.js +8 -18
- data/node_modules/es-abstract/2019/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2019/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2019/StringCreate.js +4 -5
- data/node_modules/es-abstract/2019/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2019/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2019/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2019/TimeString.js +2 -5
- data/node_modules/es-abstract/2019/TimeZoneString.js +33 -0
- data/node_modules/es-abstract/2019/ToDateString.js +2 -4
- data/node_modules/es-abstract/2019/ToIndex.js +1 -3
- data/node_modules/es-abstract/2019/ToNumber.js +1 -1
- data/node_modules/es-abstract/2019/ToObject.js +1 -10
- data/node_modules/es-abstract/2019/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2019/ToString.js +1 -1
- data/node_modules/es-abstract/2019/TrimString.js +1 -3
- data/node_modules/es-abstract/2019/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2019/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2019/UTF16Decode.js +1 -1
- data/node_modules/es-abstract/2019/UTF16Encoding.js +1 -1
- data/node_modules/es-abstract/2019/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2019/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2019/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2019/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2019/tables/typed-array-objects.js +31 -0
- data/node_modules/es-abstract/2019/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2019/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2019/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2019/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2020/AbstractRelationalComparison.js +3 -3
- data/node_modules/es-abstract/2020/AddEntriesFromIterable.js +1 -3
- data/node_modules/es-abstract/2020/AdvanceStringIndex.js +3 -6
- data/node_modules/es-abstract/2020/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2020/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2020/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2020/AsyncFromSyncIteratorContinuation.js +3 -3
- data/node_modules/es-abstract/2020/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2020/BigInt/add.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +2 -4
- data/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/divide.js +3 -5
- data/node_modules/es-abstract/2020/BigInt/equal.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/exponentiate.js +3 -5
- data/node_modules/es-abstract/2020/BigInt/leftShift.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/lessThan.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/multiply.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/remainder.js +3 -5
- data/node_modules/es-abstract/2020/BigInt/sameValue.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/sameValueZero.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2020/BigInt/subtract.js +2 -6
- data/node_modules/es-abstract/2020/BigInt/toString.js +2 -4
- data/node_modules/es-abstract/2020/BigInt/unaryMinus.js +2 -4
- data/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +2 -6
- data/node_modules/es-abstract/2020/BigIntBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2020/BinaryAnd.js +1 -3
- data/node_modules/es-abstract/2020/BinaryOr.js +1 -3
- data/node_modules/es-abstract/2020/BinaryXor.js +1 -3
- data/node_modules/es-abstract/2020/Call.js +1 -1
- data/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2020/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2020/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2020/CodePointAt.js +2 -5
- data/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2020/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2020/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2020/CreateAsyncFromSyncIterator.js +23 -7
- data/node_modules/es-abstract/2020/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2020/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2020/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2020/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2020/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +4 -4
- data/node_modules/es-abstract/2020/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2020/DateString.js +4 -7
- data/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2020/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +1 -1
- data/node_modules/es-abstract/2020/FlattenIntoArray.js +1 -3
- data/node_modules/es-abstract/2020/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2020/Get.js +1 -3
- data/node_modules/es-abstract/2020/GetIterator.js +2 -2
- data/node_modules/es-abstract/2020/GetMethod.js +1 -3
- data/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2020/GetSubstitution.js +14 -18
- data/node_modules/es-abstract/2020/GetV.js +1 -3
- data/node_modules/es-abstract/2020/GetValueFromBuffer.js +5 -18
- data/node_modules/es-abstract/2020/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2020/HasProperty.js +1 -3
- data/node_modules/es-abstract/2020/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2020/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2020/IntegerIndexedElementGet.js +53 -0
- data/node_modules/es-abstract/2020/IntegerIndexedElementSet.js +60 -0
- data/node_modules/es-abstract/2020/InternalizeJSONProperty.js +66 -0
- data/node_modules/es-abstract/2020/Invoke.js +1 -3
- data/node_modules/es-abstract/2020/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2020/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2020/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2020/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2020/IsStringPrefix.js +3 -7
- data/node_modules/es-abstract/2020/IsValidIntegerIndex.js +6 -4
- data/node_modules/es-abstract/2020/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2020/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2020/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2020/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2020/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2020/LengthOfArrayLike.js +1 -3
- data/node_modules/es-abstract/2020/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2020/Number/add.js +2 -6
- data/node_modules/es-abstract/2020/Number/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2020/Number/bitwiseNOT.js +2 -5
- data/node_modules/es-abstract/2020/Number/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2020/Number/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2020/Number/divide.js +2 -5
- data/node_modules/es-abstract/2020/Number/equal.js +2 -5
- data/node_modules/es-abstract/2020/Number/exponentiate.js +2 -3
- data/node_modules/es-abstract/2020/Number/leftShift.js +2 -5
- data/node_modules/es-abstract/2020/Number/lessThan.js +2 -6
- data/node_modules/es-abstract/2020/Number/multiply.js +2 -6
- data/node_modules/es-abstract/2020/Number/remainder.js +2 -6
- data/node_modules/es-abstract/2020/Number/sameValue.js +2 -4
- data/node_modules/es-abstract/2020/Number/sameValueZero.js +2 -6
- data/node_modules/es-abstract/2020/Number/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2020/Number/subtract.js +2 -6
- data/node_modules/es-abstract/2020/Number/toString.js +2 -4
- data/node_modules/es-abstract/2020/Number/unaryMinus.js +2 -6
- data/node_modules/es-abstract/2020/Number/unsignedRightShift.js +2 -5
- data/node_modules/es-abstract/2020/NumberBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2020/NumberToBigInt.js +4 -6
- data/node_modules/es-abstract/2020/NumericToRawBytes.js +3 -6
- data/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2020/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2020/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +2 -2
- data/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2020/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2020/QuoteJSONString.js +5 -8
- data/node_modules/es-abstract/2020/RawBytesToNumeric.js +4 -5
- data/node_modules/es-abstract/2020/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2020/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2020/SameValueNonNumeric.js +3 -6
- data/node_modules/es-abstract/2020/Set.js +2 -4
- data/node_modules/es-abstract/2020/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2020/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2020/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2020/SetValueInBuffer.js +9 -21
- data/node_modules/es-abstract/2020/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2020/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2020/StringCreate.js +4 -5
- data/node_modules/es-abstract/2020/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2020/StringPad.js +1 -3
- data/node_modules/es-abstract/2020/StringToBigInt.js +2 -2
- data/node_modules/es-abstract/2020/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2020/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2020/TimeString.js +2 -5
- data/node_modules/es-abstract/2020/TimeZoneString.js +33 -0
- data/node_modules/es-abstract/2020/ToBigInt.js +2 -2
- data/node_modules/es-abstract/2020/ToDateString.js +2 -4
- data/node_modules/es-abstract/2020/ToIndex.js +1 -3
- data/node_modules/es-abstract/2020/ToNumber.js +1 -1
- data/node_modules/es-abstract/2020/ToNumeric.js +1 -2
- data/node_modules/es-abstract/2020/ToObject.js +1 -10
- data/node_modules/es-abstract/2020/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2020/ToString.js +1 -1
- data/node_modules/es-abstract/2020/TrimString.js +1 -3
- data/node_modules/es-abstract/2020/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2020/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2020/UTF16DecodeString.js +2 -5
- data/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +1 -1
- data/node_modules/es-abstract/2020/UTF16Encoding.js +1 -1
- data/node_modules/es-abstract/2020/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2020/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2020/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2020/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2020/floor.js +1 -3
- data/node_modules/es-abstract/2020/tables/typed-array-objects.js +35 -0
- data/node_modules/es-abstract/2020/thisBigIntValue.js +1 -2
- data/node_modules/es-abstract/2020/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2020/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2020/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2020/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2021/AbstractRelationalComparison.js +3 -3
- data/node_modules/es-abstract/2021/AddEntriesFromIterable.js +1 -3
- data/node_modules/es-abstract/2021/AddToKeptObjects.js +1 -2
- data/node_modules/es-abstract/2021/AdvanceStringIndex.js +3 -6
- data/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +3 -5
- data/node_modules/es-abstract/2021/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2021/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2021/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2021/AsyncFromSyncIteratorContinuation.js +3 -3
- data/node_modules/es-abstract/2021/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2021/BigInt/add.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +2 -4
- data/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/divide.js +3 -5
- data/node_modules/es-abstract/2021/BigInt/equal.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/exponentiate.js +3 -5
- data/node_modules/es-abstract/2021/BigInt/leftShift.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/lessThan.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/multiply.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/remainder.js +3 -5
- data/node_modules/es-abstract/2021/BigInt/sameValue.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/sameValueZero.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2021/BigInt/subtract.js +2 -6
- data/node_modules/es-abstract/2021/BigInt/toString.js +2 -4
- data/node_modules/es-abstract/2021/BigInt/unaryMinus.js +2 -4
- data/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +2 -6
- data/node_modules/es-abstract/2021/BigIntBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2021/BinaryAnd.js +1 -3
- data/node_modules/es-abstract/2021/BinaryOr.js +1 -3
- data/node_modules/es-abstract/2021/BinaryXor.js +1 -3
- data/node_modules/es-abstract/2021/ByteListBitwiseOp.js +1 -2
- data/node_modules/es-abstract/2021/ByteListEqual.js +1 -3
- data/node_modules/es-abstract/2021/Call.js +1 -1
- data/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2021/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2021/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2021/CloneArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2021/CodePointAt.js +2 -5
- data/node_modules/es-abstract/2021/CodePointsToString.js +1 -3
- data/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2021/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2021/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2021/CreateAsyncFromSyncIterator.js +23 -7
- data/node_modules/es-abstract/2021/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2021/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2021/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2021/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2021/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +4 -4
- data/node_modules/es-abstract/2021/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2021/DateString.js +4 -7
- data/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2021/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +1 -1
- data/node_modules/es-abstract/2021/FlattenIntoArray.js +1 -3
- data/node_modules/es-abstract/2021/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2021/Get.js +1 -3
- data/node_modules/es-abstract/2021/GetIterator.js +2 -2
- data/node_modules/es-abstract/2021/GetMethod.js +1 -3
- data/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2021/GetPromiseResolve.js +1 -3
- data/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2021/GetSubstitution.js +13 -18
- data/node_modules/es-abstract/2021/GetV.js +1 -3
- data/node_modules/es-abstract/2021/GetValueFromBuffer.js +5 -18
- data/node_modules/es-abstract/2021/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2021/HasProperty.js +1 -3
- data/node_modules/es-abstract/2021/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2021/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2021/IntegerIndexedElementGet.js +39 -0
- data/node_modules/es-abstract/2021/IntegerIndexedElementSet.js +44 -0
- data/node_modules/es-abstract/2021/InternalizeJSONProperty.js +66 -0
- data/node_modules/es-abstract/2021/Invoke.js +1 -3
- data/node_modules/es-abstract/2021/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2021/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2021/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2021/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2021/IsStringPrefix.js +3 -7
- data/node_modules/es-abstract/2021/IsValidIntegerIndex.js +1 -3
- data/node_modules/es-abstract/2021/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2021/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2021/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2021/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2021/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2021/LengthOfArrayLike.js +1 -3
- data/node_modules/es-abstract/2021/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2021/Number/add.js +2 -6
- data/node_modules/es-abstract/2021/Number/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2021/Number/bitwiseNOT.js +2 -5
- data/node_modules/es-abstract/2021/Number/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2021/Number/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2021/Number/divide.js +2 -5
- data/node_modules/es-abstract/2021/Number/equal.js +2 -5
- data/node_modules/es-abstract/2021/Number/exponentiate.js +2 -3
- data/node_modules/es-abstract/2021/Number/leftShift.js +2 -5
- data/node_modules/es-abstract/2021/Number/lessThan.js +2 -6
- data/node_modules/es-abstract/2021/Number/multiply.js +2 -6
- data/node_modules/es-abstract/2021/Number/remainder.js +2 -6
- data/node_modules/es-abstract/2021/Number/sameValue.js +2 -4
- data/node_modules/es-abstract/2021/Number/sameValueZero.js +2 -6
- data/node_modules/es-abstract/2021/Number/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2021/Number/subtract.js +2 -6
- data/node_modules/es-abstract/2021/Number/toString.js +2 -4
- data/node_modules/es-abstract/2021/Number/unaryMinus.js +2 -6
- data/node_modules/es-abstract/2021/Number/unsignedRightShift.js +2 -5
- data/node_modules/es-abstract/2021/NumberBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2021/NumberToBigInt.js +4 -5
- data/node_modules/es-abstract/2021/NumericToRawBytes.js +3 -6
- data/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2021/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2021/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +2 -2
- data/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2021/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2021/QuoteJSONString.js +4 -7
- data/node_modules/es-abstract/2021/RawBytesToNumeric.js +4 -5
- data/node_modules/es-abstract/2021/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2021/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2021/SameValueNonNumeric.js +3 -6
- data/node_modules/es-abstract/2021/Set.js +2 -4
- data/node_modules/es-abstract/2021/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2021/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2021/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2021/SetTypedArrayFromArrayLike.js +5 -35
- data/node_modules/es-abstract/2021/SetTypedArrayFromTypedArray.js +8 -36
- data/node_modules/es-abstract/2021/SetValueInBuffer.js +9 -21
- data/node_modules/es-abstract/2021/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2021/SplitMatch.js +3 -6
- data/node_modules/es-abstract/2021/StringCreate.js +4 -5
- data/node_modules/es-abstract/2021/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2021/StringIndexOf.js +3 -6
- data/node_modules/es-abstract/2021/StringPad.js +1 -3
- data/node_modules/es-abstract/2021/StringToBigInt.js +2 -2
- data/node_modules/es-abstract/2021/StringToCodePoints.js +2 -5
- data/node_modules/es-abstract/2021/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2021/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2021/TimeString.js +2 -5
- data/node_modules/es-abstract/2021/TimeZoneString.js +38 -0
- data/node_modules/es-abstract/2021/ToBigInt.js +2 -2
- data/node_modules/es-abstract/2021/ToDateString.js +2 -4
- data/node_modules/es-abstract/2021/ToIndex.js +1 -3
- data/node_modules/es-abstract/2021/ToNumber.js +1 -1
- data/node_modules/es-abstract/2021/ToNumeric.js +1 -2
- data/node_modules/es-abstract/2021/ToObject.js +1 -10
- data/node_modules/es-abstract/2021/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2021/ToString.js +1 -1
- data/node_modules/es-abstract/2021/TrimString.js +1 -3
- data/node_modules/es-abstract/2021/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2021/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +1 -1
- data/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +1 -1
- data/node_modules/es-abstract/2021/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +6 -16
- data/node_modules/es-abstract/2021/ValidateAtomicAccess.js +5 -19
- data/node_modules/es-abstract/2021/ValidateIntegerTypedArray.js +4 -20
- data/node_modules/es-abstract/2021/ValidateTypedArray.js +10 -12
- data/node_modules/es-abstract/2021/WeakRefDeref.js +1 -2
- data/node_modules/es-abstract/2021/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2021/clamp.js +2 -4
- data/node_modules/es-abstract/2021/floor.js +1 -3
- data/node_modules/es-abstract/2021/substring.js +2 -6
- data/node_modules/es-abstract/2021/tables/typed-array-objects.js +35 -0
- data/node_modules/es-abstract/2021/thisBigIntValue.js +1 -2
- data/node_modules/es-abstract/2021/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2021/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2021/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2021/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2022/AddEntriesFromIterable.js +1 -3
- data/node_modules/es-abstract/2022/AddToKeptObjects.js +1 -2
- data/node_modules/es-abstract/2022/AdvanceStringIndex.js +3 -6
- data/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +3 -5
- data/node_modules/es-abstract/2022/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2022/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2022/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2022/AsyncFromSyncIteratorContinuation.js +3 -3
- data/node_modules/es-abstract/2022/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2022/BigInt/add.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +2 -4
- data/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/divide.js +3 -5
- data/node_modules/es-abstract/2022/BigInt/equal.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/exponentiate.js +3 -5
- data/node_modules/es-abstract/2022/BigInt/leftShift.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/lessThan.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/multiply.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/remainder.js +3 -5
- data/node_modules/es-abstract/2022/BigInt/sameValue.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/sameValueZero.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2022/BigInt/subtract.js +2 -6
- data/node_modules/es-abstract/2022/BigInt/toString.js +2 -4
- data/node_modules/es-abstract/2022/BigInt/unaryMinus.js +2 -4
- data/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +2 -6
- data/node_modules/es-abstract/2022/BigIntBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2022/BinaryAnd.js +1 -3
- data/node_modules/es-abstract/2022/BinaryOr.js +1 -3
- data/node_modules/es-abstract/2022/BinaryXor.js +1 -3
- data/node_modules/es-abstract/2022/ByteListBitwiseOp.js +1 -2
- data/node_modules/es-abstract/2022/ByteListEqual.js +1 -3
- data/node_modules/es-abstract/2022/Call.js +1 -1
- data/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2022/Canonicalize.js +7 -11
- data/node_modules/es-abstract/2022/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2022/CloneArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2022/CodePointAt.js +2 -5
- data/node_modules/es-abstract/2022/CodePointsToString.js +1 -3
- data/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2022/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2022/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2022/CreateAsyncFromSyncIterator.js +23 -7
- data/node_modules/es-abstract/2022/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2022/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2022/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2022/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2022/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +4 -4
- data/node_modules/es-abstract/2022/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2022/DateString.js +4 -7
- data/node_modules/es-abstract/2022/DefineMethodProperty.js +41 -0
- data/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2022/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +1 -1
- data/node_modules/es-abstract/2022/FlattenIntoArray.js +1 -3
- data/node_modules/es-abstract/2022/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2022/Get.js +1 -3
- data/node_modules/es-abstract/2022/GetIterator.js +2 -2
- data/node_modules/es-abstract/2022/GetMatchIndexPair.js +6 -8
- data/node_modules/es-abstract/2022/GetMatchString.js +6 -7
- data/node_modules/es-abstract/2022/GetMethod.js +1 -3
- data/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2022/GetPromiseResolve.js +1 -3
- data/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2022/GetStringIndex.js +2 -4
- data/node_modules/es-abstract/2022/GetSubstitution.js +101 -86
- data/node_modules/es-abstract/2022/GetV.js +1 -3
- data/node_modules/es-abstract/2022/GetValueFromBuffer.js +5 -18
- data/node_modules/es-abstract/2022/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2022/HasProperty.js +1 -3
- data/node_modules/es-abstract/2022/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2022/InstallErrorCause.js +1 -3
- data/node_modules/es-abstract/2022/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2022/IntegerIndexedElementGet.js +38 -0
- data/node_modules/es-abstract/2022/IntegerIndexedElementSet.js +42 -0
- data/node_modules/es-abstract/2022/InternalizeJSONProperty.js +66 -0
- data/node_modules/es-abstract/2022/Invoke.js +1 -3
- data/node_modules/es-abstract/2022/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2022/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2022/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2022/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2022/IsLessThan.js +8 -11
- data/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2022/IsStringPrefix.js +3 -6
- data/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +2 -5
- data/node_modules/es-abstract/2022/IsValidIntegerIndex.js +1 -3
- data/node_modules/es-abstract/2022/IsWordChar.js +2 -5
- data/node_modules/es-abstract/2022/IteratorClose.js +1 -3
- data/node_modules/es-abstract/2022/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2022/IteratorNext.js +1 -3
- data/node_modules/es-abstract/2022/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2022/LengthOfArrayLike.js +1 -3
- data/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +4 -7
- data/node_modules/es-abstract/2022/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2022/Number/add.js +2 -6
- data/node_modules/es-abstract/2022/Number/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2022/Number/bitwiseNOT.js +2 -5
- data/node_modules/es-abstract/2022/Number/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2022/Number/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2022/Number/divide.js +2 -5
- data/node_modules/es-abstract/2022/Number/equal.js +2 -5
- data/node_modules/es-abstract/2022/Number/exponentiate.js +2 -3
- data/node_modules/es-abstract/2022/Number/leftShift.js +2 -5
- data/node_modules/es-abstract/2022/Number/lessThan.js +2 -6
- data/node_modules/es-abstract/2022/Number/multiply.js +2 -6
- data/node_modules/es-abstract/2022/Number/remainder.js +2 -6
- data/node_modules/es-abstract/2022/Number/sameValue.js +2 -4
- data/node_modules/es-abstract/2022/Number/sameValueZero.js +2 -6
- data/node_modules/es-abstract/2022/Number/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2022/Number/subtract.js +2 -6
- data/node_modules/es-abstract/2022/Number/toString.js +2 -4
- data/node_modules/es-abstract/2022/Number/unaryMinus.js +2 -6
- data/node_modules/es-abstract/2022/Number/unsignedRightShift.js +2 -5
- data/node_modules/es-abstract/2022/NumberBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2022/NumberToBigInt.js +4 -5
- data/node_modules/es-abstract/2022/NumericToRawBytes.js +3 -6
- data/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2022/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2022/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +2 -2
- data/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2022/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2022/QuoteJSONString.js +4 -7
- data/node_modules/es-abstract/2022/RawBytesToNumeric.js +4 -5
- data/node_modules/es-abstract/2022/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2022/RegExpHasFlag.js +2 -2
- data/node_modules/es-abstract/2022/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2022/SameValueNonNumeric.js +3 -6
- data/node_modules/es-abstract/2022/Set.js +2 -4
- data/node_modules/es-abstract/2022/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2022/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2022/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2022/SetTypedArrayFromArrayLike.js +2 -4
- data/node_modules/es-abstract/2022/SetTypedArrayFromTypedArray.js +3 -3
- data/node_modules/es-abstract/2022/SetValueInBuffer.js +9 -21
- data/node_modules/es-abstract/2022/SortIndexedProperties.js +1 -2
- data/node_modules/es-abstract/2022/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2022/StringCreate.js +4 -5
- data/node_modules/es-abstract/2022/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2022/StringIndexOf.js +3 -6
- data/node_modules/es-abstract/2022/StringPad.js +1 -3
- data/node_modules/es-abstract/2022/StringToBigInt.js +2 -2
- data/node_modules/es-abstract/2022/StringToCodePoints.js +2 -5
- data/node_modules/es-abstract/2022/StringToNumber.js +2 -4
- data/node_modules/es-abstract/2022/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2022/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2022/TimeString.js +12 -11
- data/node_modules/es-abstract/2022/TimeZoneString.js +38 -0
- data/node_modules/es-abstract/2022/ToBigInt.js +4 -6
- data/node_modules/es-abstract/2022/ToDateString.js +2 -4
- data/node_modules/es-abstract/2022/ToIndex.js +1 -3
- data/node_modules/es-abstract/2022/ToNumber.js +1 -1
- data/node_modules/es-abstract/2022/ToNumeric.js +1 -2
- data/node_modules/es-abstract/2022/ToObject.js +1 -10
- data/node_modules/es-abstract/2022/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2022/ToString.js +1 -1
- data/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +1 -1
- data/node_modules/es-abstract/2022/TrimString.js +1 -3
- data/node_modules/es-abstract/2022/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2022/TypedArrayElementSize.js +4 -19
- data/node_modules/es-abstract/2022/TypedArrayElementType.js +4 -19
- data/node_modules/es-abstract/2022/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +1 -1
- data/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +1 -1
- data/node_modules/es-abstract/2022/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +15 -20
- data/node_modules/es-abstract/2022/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2022/ValidateIntegerTypedArray.js +2 -5
- data/node_modules/es-abstract/2022/ValidateTypedArray.js +10 -14
- data/node_modules/es-abstract/2022/WeakRefDeref.js +1 -2
- data/node_modules/es-abstract/2022/WordCharacters.js +3 -6
- data/node_modules/es-abstract/2022/clamp.js +2 -4
- data/node_modules/es-abstract/2022/floor.js +1 -3
- data/node_modules/es-abstract/2022/substring.js +2 -6
- data/node_modules/es-abstract/2022/tables/typed-array-objects.js +35 -0
- data/node_modules/es-abstract/2022/thisBigIntValue.js +1 -2
- data/node_modules/es-abstract/2022/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2022/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2022/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2022/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2023/AddEntriesFromIterable.js +1 -3
- data/node_modules/es-abstract/2023/AddToKeptObjects.js +1 -2
- data/node_modules/es-abstract/2023/AdvanceStringIndex.js +3 -6
- data/node_modules/es-abstract/2023/ApplyStringOrNumericBinaryOperator.js +3 -5
- data/node_modules/es-abstract/2023/ArrayCreate.js +3 -3
- data/node_modules/es-abstract/2023/ArraySetLength.js +4 -12
- data/node_modules/es-abstract/2023/ArraySpeciesCreate.js +1 -1
- data/node_modules/es-abstract/2023/AsyncFromSyncIteratorContinuation.js +3 -3
- data/node_modules/es-abstract/2023/AsyncIteratorClose.js +6 -4
- data/node_modules/es-abstract/2023/BigInt/add.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2023/BigInt/bitwiseNOT.js +2 -4
- data/node_modules/es-abstract/2023/BigInt/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2023/BigInt/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2023/BigInt/divide.js +3 -5
- data/node_modules/es-abstract/2023/BigInt/equal.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/exponentiate.js +3 -5
- data/node_modules/es-abstract/2023/BigInt/leftShift.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/lessThan.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/multiply.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/remainder.js +3 -5
- data/node_modules/es-abstract/2023/BigInt/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2023/BigInt/subtract.js +2 -6
- data/node_modules/es-abstract/2023/BigInt/toString.js +3 -7
- data/node_modules/es-abstract/2023/BigInt/unaryMinus.js +2 -4
- data/node_modules/es-abstract/2023/BigInt/unsignedRightShift.js +2 -6
- data/node_modules/es-abstract/2023/BigIntBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2023/BinaryAnd.js +1 -3
- data/node_modules/es-abstract/2023/BinaryOr.js +1 -3
- data/node_modules/es-abstract/2023/BinaryXor.js +1 -3
- data/node_modules/es-abstract/2023/ByteListBitwiseOp.js +1 -2
- data/node_modules/es-abstract/2023/ByteListEqual.js +1 -3
- data/node_modules/es-abstract/2023/Call.js +1 -1
- data/node_modules/es-abstract/2023/CanBeHeldWeakly.js +1 -1
- data/node_modules/es-abstract/2023/CanonicalNumericIndexString.js +2 -5
- data/node_modules/es-abstract/2023/Canonicalize.js +11 -12
- data/node_modules/es-abstract/2023/CharacterRange.js +1 -1
- data/node_modules/es-abstract/2023/CloneArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2023/CodePointAt.js +2 -5
- data/node_modules/es-abstract/2023/CodePointsToString.js +1 -3
- data/node_modules/es-abstract/2023/CompareArrayElements.js +1 -3
- data/node_modules/es-abstract/2023/CompareTypedArrayElements.js +2 -7
- data/node_modules/es-abstract/2023/CompletePropertyDescriptor.js +14 -10
- data/node_modules/es-abstract/2023/CompletionRecord.js +1 -3
- data/node_modules/es-abstract/2023/CopyDataProperties.js +1 -3
- data/node_modules/es-abstract/2023/CreateAsyncFromSyncIterator.js +22 -6
- data/node_modules/es-abstract/2023/CreateDataProperty.js +1 -3
- data/node_modules/es-abstract/2023/CreateDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2023/CreateHTML.js +2 -5
- data/node_modules/es-abstract/2023/CreateIterResultObject.js +2 -6
- data/node_modules/es-abstract/2023/CreateListFromArrayLike.js +1 -3
- data/node_modules/es-abstract/2023/CreateMethodProperty.js +1 -3
- data/node_modules/es-abstract/2023/CreateNonEnumerableDataPropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2023/CreateRegExpStringIterator.js +4 -4
- data/node_modules/es-abstract/2023/DateFromTime.js +1 -3
- data/node_modules/es-abstract/2023/DateString.js +4 -7
- data/node_modules/es-abstract/2023/DefaultTimeZone.js +18 -0
- data/node_modules/es-abstract/2023/DefineMethodProperty.js +41 -0
- data/node_modules/es-abstract/2023/DefinePropertyOrThrow.js +4 -15
- data/node_modules/es-abstract/2023/DeletePropertyOrThrow.js +1 -3
- data/node_modules/es-abstract/2023/DetachArrayBuffer.js +14 -11
- data/node_modules/es-abstract/2023/EnumerableOwnProperties.js +1 -1
- data/node_modules/es-abstract/2023/FindViaPredicate.js +1 -3
- data/node_modules/es-abstract/2023/FlattenIntoArray.js +1 -3
- data/node_modules/es-abstract/2023/FromPropertyDescriptor.js +5 -5
- data/node_modules/es-abstract/2023/Get.js +1 -3
- data/node_modules/es-abstract/2023/GetIterator.js +1 -1
- data/node_modules/es-abstract/2023/GetIteratorFromMethod.js +1 -3
- data/node_modules/es-abstract/2023/GetMatchIndexPair.js +6 -8
- data/node_modules/es-abstract/2023/GetMatchString.js +6 -7
- data/node_modules/es-abstract/2023/GetMethod.js +1 -3
- data/node_modules/es-abstract/2023/GetOwnPropertyKeys.js +1 -1
- data/node_modules/es-abstract/2023/GetPromiseResolve.js +1 -3
- data/node_modules/es-abstract/2023/GetPrototypeFromConstructor.js +2 -2
- data/node_modules/es-abstract/2023/GetStringIndex.js +2 -4
- data/node_modules/es-abstract/2023/GetSubstitution.js +104 -88
- data/node_modules/es-abstract/2023/GetV.js +1 -3
- data/node_modules/es-abstract/2023/GetValueFromBuffer.js +5 -18
- data/node_modules/es-abstract/2023/HasOwnProperty.js +3 -5
- data/node_modules/es-abstract/2023/HasProperty.js +1 -3
- data/node_modules/es-abstract/2023/InLeapYear.js +1 -3
- data/node_modules/es-abstract/2023/InstallErrorCause.js +1 -3
- data/node_modules/es-abstract/2023/InstanceofOperator.js +1 -1
- data/node_modules/es-abstract/2023/IntegerIndexedElementGet.js +38 -0
- data/node_modules/es-abstract/2023/IntegerIndexedElementSet.js +42 -0
- data/node_modules/es-abstract/2023/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2023/Invoke.js +1 -3
- data/node_modules/es-abstract/2023/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/2023/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/2023/IsDetachedBuffer.js +9 -8
- data/node_modules/es-abstract/2023/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/2023/IsIntegralNumber.js +1 -2
- data/node_modules/es-abstract/2023/IsLessThan.js +8 -11
- data/node_modules/es-abstract/2023/IsSharedArrayBuffer.js +1 -3
- data/node_modules/es-abstract/2023/IsStringWellFormedUnicode.js +2 -5
- data/node_modules/es-abstract/2023/IsValidIntegerIndex.js +1 -3
- data/node_modules/es-abstract/2023/IsWordChar.js +5 -6
- data/node_modules/es-abstract/2023/IteratorClose.js +5 -5
- data/node_modules/es-abstract/2023/IteratorComplete.js +1 -3
- data/node_modules/es-abstract/2023/IteratorNext.js +5 -5
- data/node_modules/es-abstract/2023/IteratorStep.js +6 -3
- data/node_modules/es-abstract/2023/IteratorToList.js +6 -3
- data/node_modules/es-abstract/2023/IteratorValue.js +1 -3
- data/node_modules/es-abstract/2023/KeyForSymbol.js +2 -6
- data/node_modules/es-abstract/2023/LengthOfArrayLike.js +1 -3
- data/node_modules/es-abstract/2023/MakeMatchIndicesIndexPairArray.js +4 -7
- data/node_modules/es-abstract/2023/NewPromiseCapability.js +1 -3
- data/node_modules/es-abstract/2023/Number/add.js +2 -6
- data/node_modules/es-abstract/2023/Number/bitwiseAND.js +2 -5
- data/node_modules/es-abstract/2023/Number/bitwiseNOT.js +2 -5
- data/node_modules/es-abstract/2023/Number/bitwiseOR.js +2 -5
- data/node_modules/es-abstract/2023/Number/bitwiseXOR.js +2 -5
- data/node_modules/es-abstract/2023/Number/divide.js +2 -5
- data/node_modules/es-abstract/2023/Number/equal.js +2 -5
- data/node_modules/es-abstract/2023/Number/exponentiate.js +2 -3
- data/node_modules/es-abstract/2023/Number/leftShift.js +2 -5
- data/node_modules/es-abstract/2023/Number/lessThan.js +2 -6
- data/node_modules/es-abstract/2023/Number/multiply.js +2 -6
- data/node_modules/es-abstract/2023/Number/remainder.js +2 -5
- data/node_modules/es-abstract/2023/Number/sameValue.js +2 -4
- data/node_modules/es-abstract/2023/Number/sameValueZero.js +2 -6
- data/node_modules/es-abstract/2023/Number/signedRightShift.js +2 -5
- data/node_modules/es-abstract/2023/Number/subtract.js +2 -6
- data/node_modules/es-abstract/2023/Number/toString.js +2 -6
- data/node_modules/es-abstract/2023/Number/unaryMinus.js +2 -6
- data/node_modules/es-abstract/2023/Number/unsignedRightShift.js +2 -5
- data/node_modules/es-abstract/2023/NumberBitwiseOp.js +2 -5
- data/node_modules/es-abstract/2023/NumberToBigInt.js +4 -5
- data/node_modules/es-abstract/2023/NumericToRawBytes.js +3 -6
- data/node_modules/es-abstract/2023/OrdinaryCreateFromConstructor.js +1 -1
- data/node_modules/es-abstract/2023/OrdinaryDefineOwnProperty.js +4 -11
- data/node_modules/es-abstract/2023/OrdinaryGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2023/OrdinaryGetPrototypeOf.js +1 -3
- data/node_modules/es-abstract/2023/OrdinaryHasInstance.js +1 -3
- data/node_modules/es-abstract/2023/OrdinaryHasProperty.js +1 -3
- data/node_modules/es-abstract/2023/OrdinaryObjectCreate.js +2 -2
- data/node_modules/es-abstract/2023/OrdinarySetPrototypeOf.js +2 -5
- data/node_modules/es-abstract/2023/OrdinaryToPrimitive.js +2 -4
- data/node_modules/es-abstract/2023/ParseHexOctet.js +3 -4
- data/node_modules/es-abstract/2023/PromiseResolve.js +2 -1
- data/node_modules/es-abstract/2023/QuoteJSONString.js +4 -7
- data/node_modules/es-abstract/2023/RawBytesToNumeric.js +4 -5
- data/node_modules/es-abstract/2023/RegExpExec.js +3 -5
- data/node_modules/es-abstract/2023/RegExpHasFlag.js +2 -2
- data/node_modules/es-abstract/2023/RequireObjectCoercible.js +1 -1
- data/node_modules/es-abstract/2023/SameValueNonNumber.js +1 -3
- data/node_modules/es-abstract/2023/Set.js +2 -4
- data/node_modules/es-abstract/2023/SetFunctionLength.js +2 -5
- data/node_modules/es-abstract/2023/SetFunctionName.js +5 -9
- data/node_modules/es-abstract/2023/SetIntegrityLevel.js +2 -2
- data/node_modules/es-abstract/2023/SetTypedArrayFromArrayLike.js +15 -43
- data/node_modules/es-abstract/2023/SetTypedArrayFromTypedArray.js +25 -32
- data/node_modules/es-abstract/2023/SetValueInBuffer.js +9 -21
- data/node_modules/es-abstract/2023/SortIndexedProperties.js +1 -2
- data/node_modules/es-abstract/2023/SpeciesConstructor.js +1 -1
- data/node_modules/es-abstract/2023/StringCreate.js +4 -5
- data/node_modules/es-abstract/2023/StringGetOwnProperty.js +3 -5
- data/node_modules/es-abstract/2023/StringIndexOf.js +3 -6
- data/node_modules/es-abstract/2023/StringPad.js +1 -3
- data/node_modules/es-abstract/2023/StringToBigInt.js +2 -2
- data/node_modules/es-abstract/2023/StringToCodePoints.js +2 -5
- data/node_modules/es-abstract/2023/StringToNumber.js +2 -4
- data/node_modules/es-abstract/2023/SymbolDescriptiveString.js +2 -6
- data/node_modules/es-abstract/2023/TestIntegrityLevel.js +1 -3
- data/node_modules/es-abstract/2023/TimeString.js +12 -11
- data/node_modules/es-abstract/2023/TimeZoneString.js +43 -0
- data/node_modules/es-abstract/2023/ToBigInt.js +4 -6
- data/node_modules/es-abstract/2023/ToDateString.js +2 -4
- data/node_modules/es-abstract/2023/ToIndex.js +1 -3
- data/node_modules/es-abstract/2023/ToNumber.js +1 -1
- data/node_modules/es-abstract/2023/ToNumeric.js +1 -2
- data/node_modules/es-abstract/2023/ToObject.js +1 -10
- data/node_modules/es-abstract/2023/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/2023/ToString.js +1 -1
- data/node_modules/es-abstract/2023/ToZeroPaddedDecimalString.js +1 -1
- data/node_modules/es-abstract/2023/TrimString.js +1 -3
- data/node_modules/es-abstract/2023/TypedArrayCreate.js +3 -6
- data/node_modules/es-abstract/2023/TypedArrayCreateSameType.js +2 -4
- data/node_modules/es-abstract/2023/TypedArrayElementSize.js +4 -19
- data/node_modules/es-abstract/2023/TypedArrayElementType.js +4 -19
- data/node_modules/es-abstract/2023/TypedArraySpeciesCreate.js +2 -4
- data/node_modules/es-abstract/2023/UTF16EncodeCodePoint.js +1 -1
- data/node_modules/es-abstract/2023/UTF16SurrogatePairToCodePoint.js +1 -1
- data/node_modules/es-abstract/2023/UnicodeEscape.js +1 -3
- data/node_modules/es-abstract/2023/ValidateAndApplyPropertyDescriptor.js +15 -20
- data/node_modules/es-abstract/2023/ValidateAtomicAccess.js +2 -4
- data/node_modules/es-abstract/2023/ValidateIntegerTypedArray.js +2 -5
- data/node_modules/es-abstract/2023/ValidateTypedArray.js +10 -14
- data/node_modules/es-abstract/2023/WeakRefDeref.js +1 -2
- data/node_modules/es-abstract/2023/WordCharacters.js +6 -7
- data/node_modules/es-abstract/2023/clamp.js +2 -4
- data/node_modules/es-abstract/2023/floor.js +1 -3
- data/node_modules/es-abstract/2023/substring.js +2 -6
- data/node_modules/es-abstract/2023/tables/typed-array-objects.js +35 -0
- data/node_modules/es-abstract/2023/thisBigIntValue.js +1 -2
- data/node_modules/es-abstract/2023/thisBooleanValue.js +1 -3
- data/node_modules/es-abstract/2023/thisNumberValue.js +1 -3
- data/node_modules/es-abstract/2023/thisStringValue.js +1 -3
- data/node_modules/es-abstract/2023/thisSymbolValue.js +3 -4
- data/node_modules/es-abstract/2023/truncate.js +1 -3
- data/node_modules/es-abstract/2024/AddEntriesFromIterable.js +45 -0
- data/node_modules/es-abstract/2024/AddToKeptObjects.js +20 -0
- data/node_modules/es-abstract/2024/AddValueToKeyedGroup.js +47 -0
- data/node_modules/es-abstract/2024/AdvanceStringIndex.js +31 -0
- data/node_modules/es-abstract/2024/ApplyStringOrNumericBinaryOperator.js +78 -0
- data/node_modules/es-abstract/2024/ArrayBufferByteLength.js +38 -0
- data/node_modules/es-abstract/2024/ArrayBufferCopyAndDetach.js +99 -0
- data/node_modules/es-abstract/2024/ArrayCreate.js +54 -0
- data/node_modules/es-abstract/2024/ArraySetLength.js +77 -0
- data/node_modules/es-abstract/2024/ArraySpeciesCreate.js +49 -0
- data/node_modules/es-abstract/2024/AsyncFromSyncIteratorContinuation.js +45 -0
- data/node_modules/es-abstract/2024/AsyncIteratorClose.js +70 -0
- data/node_modules/es-abstract/2024/BigInt/add.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/bitwiseAND.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/bitwiseNOT.js +15 -0
- data/node_modules/es-abstract/2024/BigInt/bitwiseOR.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/bitwiseXOR.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/divide.js +20 -0
- data/node_modules/es-abstract/2024/BigInt/equal.js +13 -0
- data/node_modules/es-abstract/2024/BigInt/exponentiate.js +29 -0
- data/node_modules/es-abstract/2024/BigInt/index.js +39 -0
- data/node_modules/es-abstract/2024/BigInt/leftShift.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/lessThan.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/multiply.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/remainder.js +28 -0
- data/node_modules/es-abstract/2024/BigInt/signedRightShift.js +15 -0
- data/node_modules/es-abstract/2024/BigInt/subtract.js +14 -0
- data/node_modules/es-abstract/2024/BigInt/toString.js +28 -0
- data/node_modules/es-abstract/2024/BigInt/unaryMinus.js +22 -0
- data/node_modules/es-abstract/2024/BigInt/unsignedRightShift.js +13 -0
- data/node_modules/es-abstract/2024/BigIntBitwiseOp.js +63 -0
- data/node_modules/es-abstract/2024/BinaryAnd.js +12 -0
- data/node_modules/es-abstract/2024/BinaryOr.js +12 -0
- data/node_modules/es-abstract/2024/BinaryXor.js +12 -0
- data/node_modules/es-abstract/2024/ByteListBitwiseOp.js +43 -0
- data/node_modules/es-abstract/2024/ByteListEqual.js +31 -0
- data/node_modules/es-abstract/2024/Call.js +20 -0
- data/node_modules/es-abstract/2024/CanBeHeldWeakly.js +16 -0
- data/node_modules/es-abstract/2024/CanonicalNumericIndexString.js +19 -0
- data/node_modules/es-abstract/2024/Canonicalize.js +52 -0
- data/node_modules/es-abstract/2024/CharacterRange.js +31 -0
- data/node_modules/es-abstract/2024/ClearKeptObjects.js +12 -0
- data/node_modules/es-abstract/2024/CloneArrayBuffer.js +47 -0
- data/node_modules/es-abstract/2024/CodePointAt.js +55 -0
- data/node_modules/es-abstract/2024/CodePointsToString.js +25 -0
- data/node_modules/es-abstract/2024/CompareArrayElements.js +50 -0
- data/node_modules/es-abstract/2024/CompareTypedArrayElements.js +60 -0
- data/node_modules/es-abstract/2024/CompletePropertyDescriptor.js +43 -0
- data/node_modules/es-abstract/2024/CompletionRecord.js +51 -0
- data/node_modules/es-abstract/2024/CopyDataProperties.js +68 -0
- data/node_modules/es-abstract/2024/CreateAsyncFromSyncIterator.js +137 -0
- data/node_modules/es-abstract/2024/CreateDataProperty.js +25 -0
- data/node_modules/es-abstract/2024/CreateDataPropertyOrThrow.js +22 -0
- data/node_modules/es-abstract/2024/CreateHTML.js +27 -0
- data/node_modules/es-abstract/2024/CreateIterResultObject.js +15 -0
- data/node_modules/es-abstract/2024/CreateListFromArrayLike.js +44 -0
- data/node_modules/es-abstract/2024/CreateNonEnumerableDataPropertyOrThrow.js +27 -0
- data/node_modules/es-abstract/2024/CreateRegExpStringIterator.js +101 -0
- data/node_modules/es-abstract/2024/DateFromTime.js +52 -0
- data/node_modules/es-abstract/2024/DateString.js +27 -0
- data/node_modules/es-abstract/2024/Day.js +11 -0
- data/node_modules/es-abstract/2024/DayFromYear.js +10 -0
- data/node_modules/es-abstract/2024/DayWithinYear.js +11 -0
- data/node_modules/es-abstract/2024/DaysInYear.js +18 -0
- data/node_modules/es-abstract/2024/DefineMethodProperty.js +41 -0
- data/node_modules/es-abstract/2024/DefinePropertyOrThrow.js +39 -0
- data/node_modules/es-abstract/2024/DeletePropertyOrThrow.js +25 -0
- data/node_modules/es-abstract/2024/DetachArrayBuffer.js +46 -0
- data/node_modules/es-abstract/2024/EnumerableOwnProperties.js +43 -0
- data/node_modules/es-abstract/2024/FindViaPredicate.js +42 -0
- data/node_modules/es-abstract/2024/FlattenIntoArray.js +55 -0
- data/node_modules/es-abstract/2024/FromPropertyDescriptor.js +16 -0
- data/node_modules/es-abstract/2024/Get.js +23 -0
- data/node_modules/es-abstract/2024/GetArrayBufferMaxByteLengthOption.js +21 -0
- data/node_modules/es-abstract/2024/GetGlobalObject.js +9 -0
- data/node_modules/es-abstract/2024/GetIterator.js +56 -0
- data/node_modules/es-abstract/2024/GetIteratorFromMethod.js +28 -0
- data/node_modules/es-abstract/2024/GetMatchIndexPair.js +24 -0
- data/node_modules/es-abstract/2024/GetMatchString.js +26 -0
- data/node_modules/es-abstract/2024/GetMethod.js +34 -0
- data/node_modules/es-abstract/2024/GetOwnPropertyKeys.js +31 -0
- data/node_modules/es-abstract/2024/GetPromiseResolve.js +20 -0
- data/node_modules/es-abstract/2024/GetPrototypeFromConstructor.js +32 -0
- data/node_modules/es-abstract/2024/GetStringIndex.js +29 -0
- data/node_modules/es-abstract/2024/GetSubstitution.js +150 -0
- data/node_modules/es-abstract/2024/GetV.js +23 -0
- data/node_modules/es-abstract/2024/GetValueFromBuffer.js +97 -0
- data/node_modules/es-abstract/2024/GetViewByteLength.js +45 -0
- data/node_modules/es-abstract/2024/GroupBy.js +77 -0
- data/node_modules/es-abstract/2024/HasEitherUnicodeFlag.js +18 -0
- data/node_modules/es-abstract/2024/HasOwnProperty.js +20 -0
- data/node_modules/es-abstract/2024/HasProperty.js +18 -0
- data/node_modules/es-abstract/2024/HourFromTime.js +14 -0
- data/node_modules/es-abstract/2024/InLeapYear.js +19 -0
- data/node_modules/es-abstract/2024/InstallErrorCause.js +21 -0
- data/node_modules/es-abstract/2024/InstanceofOperator.js +30 -0
- data/node_modules/es-abstract/2024/InternalizeJSONProperty.js +68 -0
- data/node_modules/es-abstract/2024/Invoke.js +22 -0
- data/node_modules/es-abstract/2024/IsAccessorDescriptor.js +25 -0
- data/node_modules/es-abstract/2024/IsArray.js +4 -0
- data/node_modules/es-abstract/2024/IsArrayBufferViewOutOfBounds.js +30 -0
- data/node_modules/es-abstract/2024/IsBigIntElementType.js +7 -0
- data/node_modules/es-abstract/2024/IsCallable.js +5 -0
- data/node_modules/es-abstract/2024/IsCompatiblePropertyDescriptor.js +9 -0
- data/node_modules/es-abstract/2024/IsConcatSpreadable.js +25 -0
- data/node_modules/es-abstract/2024/IsConstructor.js +40 -0
- data/node_modules/es-abstract/2024/IsDataDescriptor.js +25 -0
- data/node_modules/es-abstract/2024/IsDetachedBuffer.js +28 -0
- data/node_modules/es-abstract/2024/IsExtensible.js +18 -0
- data/node_modules/es-abstract/2024/IsFixedLengthArrayBuffer.js +29 -0
- data/node_modules/es-abstract/2024/IsGenericDescriptor.js +26 -0
- data/node_modules/es-abstract/2024/IsIntegralNumber.js +14 -0
- data/node_modules/es-abstract/2024/IsLessThan.js +97 -0
- data/node_modules/es-abstract/2024/IsLooselyEqual.js +58 -0
- data/node_modules/es-abstract/2024/IsNoTearConfiguration.js +16 -0
- data/node_modules/es-abstract/2024/IsPromise.js +24 -0
- data/node_modules/es-abstract/2024/IsPropertyKey.js +7 -0
- data/node_modules/es-abstract/2024/IsRegExp.js +24 -0
- data/node_modules/es-abstract/2024/IsSharedArrayBuffer.js +17 -0
- data/node_modules/es-abstract/2024/IsStrictlyEqual.js +16 -0
- data/node_modules/es-abstract/2024/IsStringWellFormedUnicode.js +23 -0
- data/node_modules/es-abstract/2024/IsTypedArrayOutOfBounds.js +54 -0
- data/node_modules/es-abstract/2024/IsUnclampedIntegerElementType.js +12 -0
- data/node_modules/es-abstract/2024/IsUnsignedElementType.js +11 -0
- data/node_modules/es-abstract/2024/IsValidIntegerIndex.js +43 -0
- data/node_modules/es-abstract/2024/IsViewOutOfBounds.js +45 -0
- data/node_modules/es-abstract/2024/IsWordChar.js +44 -0
- data/node_modules/es-abstract/2024/IteratorClose.js +62 -0
- data/node_modules/es-abstract/2024/IteratorComplete.js +16 -0
- data/node_modules/es-abstract/2024/IteratorNext.js +28 -0
- data/node_modules/es-abstract/2024/IteratorStep.js +21 -0
- data/node_modules/es-abstract/2024/IteratorStepValue.js +49 -0
- data/node_modules/es-abstract/2024/IteratorToList.js +31 -0
- data/node_modules/es-abstract/2024/IteratorValue.js +16 -0
- data/node_modules/es-abstract/2024/KeyForSymbol.js +16 -0
- data/node_modules/es-abstract/2024/LengthOfArrayLike.js +18 -0
- data/node_modules/es-abstract/2024/MakeDataViewWithBufferWitnessRecord.js +26 -0
- data/node_modules/es-abstract/2024/MakeDate.js +13 -0
- data/node_modules/es-abstract/2024/MakeDay.js +36 -0
- data/node_modules/es-abstract/2024/MakeFullYear.js +26 -0
- data/node_modules/es-abstract/2024/MakeMatchIndicesIndexPairArray.js +66 -0
- data/node_modules/es-abstract/2024/MakeTime.js +23 -0
- data/node_modules/es-abstract/2024/MakeTypedArrayWithBufferWitnessRecord.js +26 -0
- data/node_modules/es-abstract/2024/MinFromTime.js +14 -0
- data/node_modules/es-abstract/2024/MonthFromTime.js +47 -0
- data/node_modules/es-abstract/2024/NewPromiseCapability.js +34 -0
- data/node_modules/es-abstract/2024/NormalCompletion.js +9 -0
- data/node_modules/es-abstract/2024/Number/add.js +32 -0
- data/node_modules/es-abstract/2024/Number/bitwiseAND.js +14 -0
- data/node_modules/es-abstract/2024/Number/bitwiseNOT.js +16 -0
- data/node_modules/es-abstract/2024/Number/bitwiseOR.js +14 -0
- data/node_modules/es-abstract/2024/Number/bitwiseXOR.js +14 -0
- data/node_modules/es-abstract/2024/Number/divide.js +19 -0
- data/node_modules/es-abstract/2024/Number/equal.js +18 -0
- data/node_modules/es-abstract/2024/Number/exponentiate.js +76 -0
- data/node_modules/es-abstract/2024/Number/index.js +43 -0
- data/node_modules/es-abstract/2024/Number/leftShift.js +22 -0
- data/node_modules/es-abstract/2024/Number/lessThan.js +22 -0
- data/node_modules/es-abstract/2024/Number/multiply.js +29 -0
- data/node_modules/es-abstract/2024/Number/remainder.js +39 -0
- data/node_modules/es-abstract/2024/Number/sameValue.js +19 -0
- data/node_modules/es-abstract/2024/Number/sameValueZero.js +20 -0
- data/node_modules/es-abstract/2024/Number/signedRightShift.js +22 -0
- data/node_modules/es-abstract/2024/Number/subtract.js +15 -0
- data/node_modules/es-abstract/2024/Number/toString.js +22 -0
- data/node_modules/es-abstract/2024/Number/unaryMinus.js +17 -0
- data/node_modules/es-abstract/2024/Number/unsignedRightShift.js +22 -0
- data/node_modules/es-abstract/2024/NumberBitwiseOp.js +26 -0
- data/node_modules/es-abstract/2024/NumberToBigInt.js +25 -0
- data/node_modules/es-abstract/2024/NumericToRawBytes.js +77 -0
- data/node_modules/es-abstract/2024/ObjectDefineProperties.js +37 -0
- data/node_modules/es-abstract/2024/OrdinaryCreateFromConstructor.js +20 -0
- data/node_modules/es-abstract/2024/OrdinaryDefineOwnProperty.js +54 -0
- data/node_modules/es-abstract/2024/OrdinaryGetOwnProperty.js +42 -0
- data/node_modules/es-abstract/2024/OrdinaryGetPrototypeOf.js +19 -0
- data/node_modules/es-abstract/2024/OrdinaryHasInstance.js +23 -0
- data/node_modules/es-abstract/2024/OrdinaryHasProperty.js +18 -0
- data/node_modules/es-abstract/2024/OrdinaryObjectCreate.js +56 -0
- data/node_modules/es-abstract/2024/OrdinarySetPrototypeOf.js +50 -0
- data/node_modules/es-abstract/2024/OrdinaryToPrimitive.js +36 -0
- data/node_modules/es-abstract/2024/ParseHexOctet.js +43 -0
- data/node_modules/es-abstract/2024/PromiseResolve.js +18 -0
- data/node_modules/es-abstract/2024/QuoteJSONString.js +51 -0
- data/node_modules/es-abstract/2024/RawBytesToNumeric.js +83 -0
- data/node_modules/es-abstract/2024/RegExpCreate.js +21 -0
- data/node_modules/es-abstract/2024/RegExpExec.js +30 -0
- data/node_modules/es-abstract/2024/RegExpHasFlag.js +38 -0
- data/node_modules/es-abstract/2024/RequireObjectCoercible.js +3 -0
- data/node_modules/es-abstract/2024/SameValue.js +13 -0
- data/node_modules/es-abstract/2024/SameValueNonNumber.js +19 -0
- data/node_modules/es-abstract/2024/SameValueZero.js +9 -0
- data/node_modules/es-abstract/2024/SecFromTime.js +14 -0
- data/node_modules/es-abstract/2024/Set.js +45 -0
- data/node_modules/es-abstract/2024/SetFunctionLength.js +29 -0
- data/node_modules/es-abstract/2024/SetFunctionName.js +40 -0
- data/node_modules/es-abstract/2024/SetIntegrityLevel.js +57 -0
- data/node_modules/es-abstract/2024/SetTypedArrayFromArrayLike.js +65 -0
- data/node_modules/es-abstract/2024/SetTypedArrayFromTypedArray.js +131 -0
- data/node_modules/es-abstract/2024/SetValueInBuffer.js +93 -0
- data/node_modules/es-abstract/2024/SortIndexedProperties.js +51 -0
- data/node_modules/es-abstract/2024/SpeciesConstructor.js +32 -0
- data/node_modules/es-abstract/2024/StringCreate.js +39 -0
- data/node_modules/es-abstract/2024/StringGetOwnProperty.js +46 -0
- data/node_modules/es-abstract/2024/StringIndexOf.js +37 -0
- data/node_modules/es-abstract/2024/StringPad.js +45 -0
- data/node_modules/es-abstract/2024/StringPaddingBuiltinsImpl.js +27 -0
- data/node_modules/es-abstract/2024/StringToBigInt.js +23 -0
- data/node_modules/es-abstract/2024/StringToCodePoints.js +26 -0
- data/node_modules/es-abstract/2024/StringToNumber.js +43 -0
- data/node_modules/es-abstract/2024/SymbolDescriptiveString.js +16 -0
- data/node_modules/es-abstract/2024/SystemTimeZoneIdentifier.js +18 -0
- data/node_modules/es-abstract/2024/TestIntegrityLevel.js +40 -0
- data/node_modules/es-abstract/2024/ThisBigIntValue.js +18 -0
- data/node_modules/es-abstract/2024/ThisBooleanValue.js +13 -0
- data/node_modules/es-abstract/2024/ThisNumberValue.js +15 -0
- data/node_modules/es-abstract/2024/ThisStringValue.js +13 -0
- data/node_modules/es-abstract/2024/ThisSymbolValue.js +20 -0
- data/node_modules/es-abstract/2024/ThrowCompletion.js +9 -0
- data/node_modules/es-abstract/2024/TimeClip.js +21 -0
- data/node_modules/es-abstract/2024/TimeFromYear.js +11 -0
- data/node_modules/es-abstract/2024/TimeString.js +26 -0
- data/node_modules/es-abstract/2024/TimeWithinDay.js +12 -0
- data/node_modules/es-abstract/2024/TimeZoneString.js +43 -0
- data/node_modules/es-abstract/2024/ToBigInt.js +51 -0
- data/node_modules/es-abstract/2024/ToBigInt64.js +25 -0
- data/node_modules/es-abstract/2024/ToBigUint64.js +22 -0
- data/node_modules/es-abstract/2024/ToBoolean.js +5 -0
- data/node_modules/es-abstract/2024/ToDateString.js +21 -0
- data/node_modules/es-abstract/2024/ToIndex.js +20 -0
- data/node_modules/es-abstract/2024/ToInt16.js +21 -0
- data/node_modules/es-abstract/2024/ToInt32.js +23 -0
- data/node_modules/es-abstract/2024/ToInt8.js +19 -0
- data/node_modules/es-abstract/2024/ToIntegerOrInfinity.js +16 -0
- data/node_modules/es-abstract/2024/ToLength.js +12 -0
- data/node_modules/es-abstract/2024/ToNumber.js +26 -0
- data/node_modules/es-abstract/2024/ToNumeric.js +20 -0
- data/node_modules/es-abstract/2024/ToObject.js +5 -0
- data/node_modules/es-abstract/2024/ToPrimitive.js +12 -0
- data/node_modules/es-abstract/2024/ToPropertyDescriptor.js +50 -0
- data/node_modules/es-abstract/2024/ToPropertyKey.js +15 -0
- data/node_modules/es-abstract/2024/ToString.js +15 -0
- data/node_modules/es-abstract/2024/ToUint16.js +21 -0
- data/node_modules/es-abstract/2024/ToUint32.js +21 -0
- data/node_modules/es-abstract/2024/ToUint8.js +19 -0
- data/node_modules/es-abstract/2024/ToUint8Clamp.js +26 -0
- data/node_modules/es-abstract/2024/ToZeroPaddedDecimalString.js +20 -0
- data/node_modules/es-abstract/2024/TrimString.js +27 -0
- data/node_modules/es-abstract/2024/Type.js +15 -0
- data/node_modules/es-abstract/2024/TypedArrayByteLength.js +39 -0
- data/node_modules/es-abstract/2024/TypedArrayCreateFromConstructor.js +52 -0
- data/node_modules/es-abstract/2024/TypedArrayCreateSameType.js +35 -0
- data/node_modules/es-abstract/2024/TypedArrayElementSize.js +25 -0
- data/node_modules/es-abstract/2024/TypedArrayElementType.js +23 -0
- data/node_modules/es-abstract/2024/TypedArrayGetElement.js +37 -0
- data/node_modules/es-abstract/2024/TypedArrayLength.js +49 -0
- data/node_modules/es-abstract/2024/TypedArraySetElement.js +42 -0
- data/node_modules/es-abstract/2024/TypedArraySpeciesCreate.js +37 -0
- data/node_modules/es-abstract/2024/UTF16EncodeCodePoint.js +25 -0
- data/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js +19 -0
- data/node_modules/es-abstract/2024/UnicodeEscape.js +25 -0
- data/node_modules/es-abstract/2024/ValidateAndApplyPropertyDescriptor.js +172 -0
- data/node_modules/es-abstract/2024/ValidateAtomicAccess.js +43 -0
- data/node_modules/es-abstract/2024/ValidateAtomicAccessOnIntegerTypedArray.js +19 -0
- data/node_modules/es-abstract/2024/ValidateIntegerTypedArray.js +31 -0
- data/node_modules/es-abstract/2024/ValidateTypedArray.js +32 -0
- data/node_modules/es-abstract/2024/WeakRefDeref.js +23 -0
- data/node_modules/es-abstract/2024/WeekDay.js +10 -0
- data/node_modules/es-abstract/2024/WordCharacters.js +47 -0
- data/node_modules/es-abstract/2024/YearFromTime.js +16 -0
- data/node_modules/es-abstract/2024/abs.js +11 -0
- data/node_modules/es-abstract/2024/clamp.js +16 -0
- data/node_modules/es-abstract/2024/floor.js +14 -0
- data/node_modules/es-abstract/2024/max.js +7 -0
- data/node_modules/es-abstract/2024/min.js +7 -0
- data/node_modules/es-abstract/2024/modulo.js +9 -0
- data/node_modules/es-abstract/2024/msFromTime.js +11 -0
- data/node_modules/es-abstract/2024/substring.js +17 -0
- data/node_modules/es-abstract/2024/tables/typed-array-objects.js +35 -0
- data/node_modules/es-abstract/2024/truncate.js +15 -0
- data/node_modules/es-abstract/5/AbstractRelationalComparison.js +3 -4
- data/node_modules/es-abstract/5/Canonicalize.js +3 -7
- data/node_modules/es-abstract/5/CheckObjectCoercible.js +3 -8
- data/node_modules/es-abstract/5/DateFromTime.js +1 -3
- data/node_modules/es-abstract/5/FromPropertyDescriptor.js +5 -6
- data/node_modules/es-abstract/5/InLeapYear.js +1 -3
- data/node_modules/es-abstract/5/IsAccessorDescriptor.js +7 -5
- data/node_modules/es-abstract/5/IsDataDescriptor.js +7 -5
- data/node_modules/es-abstract/5/IsGenericDescriptor.js +6 -3
- data/node_modules/es-abstract/5/IsPropertyDescriptor.js +2 -10
- data/node_modules/es-abstract/5/ToObject.js +1 -10
- data/node_modules/es-abstract/5/ToPropertyDescriptor.js +9 -11
- data/node_modules/es-abstract/CHANGELOG.md +74 -0
- data/node_modules/es-abstract/es2015.js +3 -0
- data/node_modules/es-abstract/es2016.js +3 -0
- data/node_modules/es-abstract/es2017.js +3 -0
- data/node_modules/es-abstract/es2018.js +4 -0
- data/node_modules/es-abstract/es2019.js +4 -0
- data/node_modules/es-abstract/es2020.js +4 -0
- data/node_modules/es-abstract/es2021.js +4 -0
- data/node_modules/es-abstract/es2022.js +5 -0
- data/node_modules/es-abstract/es2023.js +6 -0
- data/node_modules/es-abstract/es2024.js +250 -0
- data/node_modules/es-abstract/helpers/DefineOwnProperty.js +1 -3
- data/node_modules/es-abstract/helpers/assertRecord.js +15 -70
- data/node_modules/es-abstract/helpers/assign.js +2 -2
- data/node_modules/es-abstract/helpers/bytesAsFloat32.js +1 -1
- data/node_modules/es-abstract/helpers/bytesAsFloat64.js +1 -1
- data/node_modules/es-abstract/helpers/bytesAsInteger.js +1 -1
- data/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +3 -1
- data/node_modules/es-abstract/helpers/isStringOrHole.js +2 -0
- data/node_modules/es-abstract/helpers/isStringOrUndefined.js +5 -0
- data/node_modules/es-abstract/helpers/records/async-generator-request-record.js +13 -0
- data/node_modules/es-abstract/helpers/records/data-view-with-buffer-witness-record.js +18 -0
- data/node_modules/es-abstract/helpers/records/iterator-record.js +13 -0
- data/node_modules/es-abstract/helpers/records/match-record.js +18 -0
- data/node_modules/es-abstract/helpers/records/promise-capability-record.js +16 -0
- data/node_modules/es-abstract/helpers/records/property-descriptor.js +36 -0
- data/node_modules/es-abstract/helpers/records/regexp-record.js +23 -0
- data/node_modules/es-abstract/helpers/records/typed-array-with-buffer-witness-record.js +18 -0
- data/node_modules/es-abstract/index.js +3 -1
- data/node_modules/es-abstract/operations/2024.js +1537 -0
- data/node_modules/es-abstract/package.json +56 -42
- data/node_modules/es-define-property/CHANGELOG.md +15 -0
- data/node_modules/es-define-property/LICENSE +21 -0
- data/node_modules/es-define-property/README.md +49 -0
- data/node_modules/es-define-property/index.d.ts +3 -0
- data/node_modules/es-define-property/index.js +16 -0
- data/node_modules/es-define-property/package.json +81 -0
- data/node_modules/es-define-property/test/index.js +55 -0
- data/node_modules/es-define-property/tsconfig.json +50 -0
- data/node_modules/es-errors/CHANGELOG.md +40 -0
- data/node_modules/es-errors/LICENSE +21 -0
- data/node_modules/es-errors/README.md +55 -0
- data/node_modules/es-errors/eval.d.ts +3 -0
- data/node_modules/es-errors/eval.js +4 -0
- data/node_modules/es-errors/index.d.ts +3 -0
- data/node_modules/es-errors/index.js +4 -0
- data/node_modules/es-errors/package.json +80 -0
- data/node_modules/es-errors/range.d.ts +3 -0
- data/node_modules/es-errors/range.js +4 -0
- data/node_modules/es-errors/ref.d.ts +3 -0
- data/node_modules/es-errors/ref.js +4 -0
- data/node_modules/es-errors/syntax.d.ts +3 -0
- data/node_modules/es-errors/syntax.js +4 -0
- data/node_modules/es-errors/test/index.js +19 -0
- data/node_modules/es-errors/tsconfig.json +49 -0
- data/node_modules/es-errors/type.d.ts +3 -0
- data/node_modules/es-errors/type.js +4 -0
- data/node_modules/es-errors/uri.d.ts +3 -0
- data/node_modules/es-errors/uri.js +4 -0
- data/node_modules/es-object-atoms/CHANGELOG.md +16 -0
- data/node_modules/es-object-atoms/LICENSE +21 -0
- data/node_modules/es-object-atoms/README.md +56 -0
- data/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- data/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- data/node_modules/es-object-atoms/ToObject.d.ts +3 -0
- data/node_modules/es-object-atoms/ToObject.js +10 -0
- data/node_modules/es-object-atoms/index.d.ts +3 -0
- data/node_modules/es-object-atoms/index.js +4 -0
- data/node_modules/es-object-atoms/package.json +79 -0
- data/node_modules/es-object-atoms/test/index.js +28 -0
- data/node_modules/es-object-atoms/tsconfig.json +6 -0
- data/node_modules/es-set-tostringtag/CHANGELOG.md +17 -0
- data/node_modules/es-set-tostringtag/index.d.ts +7 -0
- data/node_modules/es-set-tostringtag/index.js +3 -2
- data/node_modules/es-set-tostringtag/package.json +13 -8
- data/node_modules/es-set-tostringtag/test/index.js +5 -3
- data/node_modules/es-set-tostringtag/tsconfig.json +49 -0
- data/node_modules/es-shim-unscopables/CHANGELOG.md +14 -0
- data/node_modules/es-shim-unscopables/index.js +2 -2
- data/node_modules/es-shim-unscopables/package.json +14 -7
- data/node_modules/es-shim-unscopables/test/index.js +2 -2
- data/node_modules/eslint-module-utils/CHANGELOG.md +10 -0
- data/node_modules/eslint-module-utils/ModuleCache.d.ts +22 -0
- data/node_modules/eslint-module-utils/ModuleCache.js +20 -18
- data/node_modules/eslint-module-utils/declaredScope.d.ts +8 -0
- data/node_modules/eslint-module-utils/declaredScope.js +2 -1
- data/node_modules/eslint-module-utils/hash.d.ts +14 -0
- data/node_modules/eslint-module-utils/hash.js +6 -2
- data/node_modules/eslint-module-utils/ignore.d.ts +12 -0
- data/node_modules/eslint-module-utils/ignore.js +11 -3
- data/node_modules/eslint-module-utils/module-require.d.ts +3 -0
- data/node_modules/eslint-module-utils/module-require.js +5 -0
- data/node_modules/eslint-module-utils/moduleVisitor.d.ts +26 -0
- data/node_modules/eslint-module-utils/moduleVisitor.js +31 -20
- data/node_modules/eslint-module-utils/package.json +13 -1
- data/node_modules/eslint-module-utils/parse.d.ts +11 -0
- data/node_modules/eslint-module-utils/parse.js +30 -5
- data/node_modules/eslint-module-utils/pkgDir.d.ts +3 -0
- data/node_modules/eslint-module-utils/pkgDir.js +1 -0
- data/node_modules/eslint-module-utils/pkgUp.d.ts +3 -0
- data/node_modules/eslint-module-utils/pkgUp.js +4 -0
- data/node_modules/eslint-module-utils/readPkgUp.d.ts +5 -0
- data/node_modules/eslint-module-utils/readPkgUp.js +2 -0
- data/node_modules/eslint-module-utils/resolve.d.ts +30 -0
- data/node_modules/eslint-module-utils/resolve.js +42 -23
- data/node_modules/eslint-module-utils/tsconfig.json +49 -0
- data/node_modules/eslint-module-utils/types.d.ts +9 -0
- data/node_modules/eslint-module-utils/unambiguous.d.ts +7 -0
- data/node_modules/eslint-module-utils/unambiguous.js +2 -3
- data/node_modules/eslint-module-utils/visit.d.ts +9 -0
- data/node_modules/eslint-module-utils/visit.js +9 -4
- data/node_modules/eslint-plugin-import/CHANGELOG.md +1925 -0
- data/node_modules/eslint-plugin-import/CONTRIBUTING.md +84 -0
- data/node_modules/eslint-plugin-import/LICENSE +22 -0
- data/node_modules/eslint-plugin-import/README.md +500 -0
- data/node_modules/eslint-plugin-import/RELEASE.md +54 -0
- data/node_modules/eslint-plugin-import/SECURITY.md +11 -0
- data/node_modules/eslint-plugin-import/config/electron.js +8 -0
- data/node_modules/eslint-plugin-import/config/errors.js +14 -0
- data/node_modules/eslint-plugin-import/config/react-native.js +13 -0
- data/node_modules/eslint-plugin-import/config/react.js +18 -0
- data/node_modules/eslint-plugin-import/config/recommended.js +28 -0
- data/node_modules/eslint-plugin-import/config/stage-0.js +12 -0
- data/node_modules/eslint-plugin-import/config/typescript.js +34 -0
- data/node_modules/eslint-plugin-import/config/warnings.js +12 -0
- data/node_modules/eslint-plugin-import/docs/rules/consistent-type-specifier-style.md +91 -0
- data/node_modules/eslint-plugin-import/docs/rules/default.md +72 -0
- data/node_modules/eslint-plugin-import/docs/rules/dynamic-import-chunkname.md +92 -0
- data/node_modules/eslint-plugin-import/docs/rules/export.md +37 -0
- data/node_modules/eslint-plugin-import/docs/rules/exports-last.md +51 -0
- data/node_modules/eslint-plugin-import/docs/rules/extensions.md +174 -0
- data/node_modules/eslint-plugin-import/docs/rules/first.md +75 -0
- data/node_modules/eslint-plugin-import/docs/rules/group-exports.md +118 -0
- data/node_modules/eslint-plugin-import/docs/rules/imports-first.md +9 -0
- data/node_modules/eslint-plugin-import/docs/rules/max-dependencies.md +70 -0
- data/node_modules/eslint-plugin-import/docs/rules/named.md +102 -0
- data/node_modules/eslint-plugin-import/docs/rules/namespace.md +106 -0
- data/node_modules/eslint-plugin-import/docs/rules/newline-after-import.md +167 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-absolute-path.md +54 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-amd.md +37 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-anonymous-default-export.md +83 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-commonjs.md +96 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-cycle.md +111 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-default-export.md +65 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-deprecated.md +62 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-duplicates.md +109 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-dynamic-require.md +25 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-empty-named-blocks.md +49 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-extraneous-dependencies.md +139 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-import-module-exports.md +81 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-internal-modules.md +136 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-mutable-exports.md +54 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default-member.md +52 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-named-as-default.md +53 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-named-default.md +36 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-named-export.md +79 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-namespace.md +44 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-nodejs-modules.md +42 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-relative-packages.md +70 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-relative-parent-imports.md +123 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-restricted-paths.md +198 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-self-import.md +32 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-unassigned-import.md +60 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-unresolved.md +110 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-unused-modules.md +125 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-useless-path-segments.md +85 -0
- data/node_modules/eslint-plugin-import/docs/rules/no-webpack-loader-syntax.md +39 -0
- data/node_modules/eslint-plugin-import/docs/rules/order.md +365 -0
- data/node_modules/eslint-plugin-import/docs/rules/prefer-default-export.md +185 -0
- data/node_modules/eslint-plugin-import/docs/rules/unambiguous.md +57 -0
- data/node_modules/eslint-plugin-import/lib/ExportMap.js +856 -0
- data/node_modules/eslint-plugin-import/lib/core/importType.js +129 -0
- data/node_modules/eslint-plugin-import/lib/core/packagePath.js +22 -0
- data/node_modules/eslint-plugin-import/lib/core/staticRequire.js +11 -0
- data/node_modules/eslint-plugin-import/lib/docsUrl.js +8 -0
- data/node_modules/eslint-plugin-import/lib/importDeclaration.js +5 -0
- data/node_modules/eslint-plugin-import/lib/index.js +71 -0
- data/node_modules/eslint-plugin-import/lib/rules/consistent-type-specifier-style.js +221 -0
- data/node_modules/eslint-plugin-import/lib/rules/default.js +40 -0
- data/node_modules/eslint-plugin-import/lib/rules/dynamic-import-chunkname.js +120 -0
- data/node_modules/eslint-plugin-import/lib/rules/export.js +250 -0
- data/node_modules/eslint-plugin-import/lib/rules/exports-last.js +40 -0
- data/node_modules/eslint-plugin-import/lib/rules/extensions.js +193 -0
- data/node_modules/eslint-plugin-import/lib/rules/first.js +144 -0
- data/node_modules/eslint-plugin-import/lib/rules/group-exports.js +155 -0
- data/node_modules/eslint-plugin-import/lib/rules/imports-first.js +16 -0
- data/node_modules/eslint-plugin-import/lib/rules/max-dependencies.js +60 -0
- data/node_modules/eslint-plugin-import/lib/rules/named.js +143 -0
- data/node_modules/eslint-plugin-import/lib/rules/namespace.js +218 -0
- data/node_modules/eslint-plugin-import/lib/rules/newline-after-import.js +237 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-absolute-path.js +40 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-amd.js +47 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-anonymous-default-export.js +103 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-commonjs.js +141 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-cycle.js +158 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-default-export.js +43 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-deprecated.js +138 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-duplicates.js +354 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-dynamic-require.js +77 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-empty-named-blocks.js +105 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-extraneous-dependencies.js +301 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-import-module-exports.js +85 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-internal-modules.js +144 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-mutable-exports.js +59 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default-member.js +96 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-named-as-default.js +45 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-named-default.js +31 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-named-export.js +39 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-namespace.js +175 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-nodejs-modules.js +44 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-relative-packages.js +71 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-relative-parent-imports.js +48 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-restricted-paths.js +245 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-self-import.js +39 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-unassigned-import.js +79 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-unresolved.js +60 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-unused-modules.js +945 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-useless-path-segments.js +147 -0
- data/node_modules/eslint-plugin-import/lib/rules/no-webpack-loader-syntax.js +26 -0
- data/node_modules/eslint-plugin-import/lib/rules/order.js +785 -0
- data/node_modules/eslint-plugin-import/lib/rules/prefer-default-export.js +116 -0
- data/node_modules/eslint-plugin-import/lib/rules/unambiguous.js +38 -0
- data/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
- data/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
- data/node_modules/eslint-plugin-import/memo-parser/index.js +41 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/CHANGELOG.md +395 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/node.js +1 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/index.js +162 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/license.md +21 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/package.json +38 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/node_modules/ms/readme.md +59 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/package.json +51 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/src/browser.js +180 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/src/common.js +249 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/src/index.js +12 -0
- data/node_modules/eslint-plugin-import/node_modules/debug/src/node.js +177 -0
- data/node_modules/eslint-plugin-import/node_modules/semver/README.md +443 -0
- data/node_modules/eslint-plugin-import/node_modules/semver/bin/semver.js +174 -0
- data/node_modules/eslint-plugin-import/node_modules/semver/package.json +38 -0
- data/node_modules/eslint-plugin-import/node_modules/semver/semver.js +1643 -0
- data/node_modules/eslint-plugin-import/package.json +124 -0
- data/node_modules/flatted/cjs/index.js +29 -3
- data/node_modules/flatted/es.js +1 -2
- data/node_modules/flatted/esm/index.js +29 -3
- data/node_modules/flatted/esm.js +1 -2
- data/node_modules/flatted/index.js +43 -32
- data/node_modules/flatted/min.js +1 -2
- data/node_modules/flatted/package.json +15 -14
- data/node_modules/flatted/types/index.d.ts +4 -0
- data/node_modules/get-intrinsic/CHANGELOG.md +26 -0
- data/node_modules/get-intrinsic/index.js +16 -8
- data/node_modules/get-intrinsic/package.json +18 -18
- data/node_modules/get-symbol-description/CHANGELOG.md +31 -0
- data/node_modules/get-symbol-description/index.js +3 -2
- data/node_modules/get-symbol-description/package.json +22 -13
- data/node_modules/get-symbol-description/test/index.js +4 -4
- data/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/glob/node_modules/minimatch/README.md +454 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js +589 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js +22 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js +1011 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/package.json +3 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- data/node_modules/glob/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js +585 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js +18 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js +995 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/package.json +3 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- data/node_modules/glob/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
- data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
- data/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
- data/node_modules/glob/node_modules/minimatch/package.json +86 -0
- data/node_modules/globalthis/CHANGELOG.md +13 -0
- data/node_modules/globalthis/package.json +8 -6
- data/node_modules/globalthis/shim.js +9 -2
- data/node_modules/has-property-descriptors/CHANGELOG.md +19 -0
- data/node_modules/has-property-descriptors/index.js +3 -14
- data/node_modules/has-property-descriptors/package.json +13 -6
- data/node_modules/has-proto/CHANGELOG.md +15 -0
- data/node_modules/has-proto/index.d.ts +3 -0
- data/node_modules/has-proto/index.js +5 -1
- data/node_modules/has-proto/package.json +9 -5
- data/node_modules/has-proto/tsconfig.json +49 -0
- data/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- data/node_modules/has-tostringtag/index.d.ts +3 -0
- data/node_modules/has-tostringtag/index.js +1 -0
- data/node_modules/has-tostringtag/package.json +37 -13
- data/node_modules/has-tostringtag/shams.d.ts +3 -0
- data/node_modules/has-tostringtag/shams.js +1 -0
- data/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- data/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- data/node_modules/has-tostringtag/test/tests.js +2 -1
- data/node_modules/has-tostringtag/tsconfig.json +49 -0
- data/node_modules/hasown/CHANGELOG.md +20 -0
- data/node_modules/hasown/index.d.ts +3 -3
- data/node_modules/hasown/index.js +1 -1
- data/node_modules/hasown/package.json +16 -15
- data/node_modules/hasown/tsconfig.json +3 -46
- data/node_modules/ignore-walk/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/ignore-walk/node_modules/minimatch/README.md +454 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.js +589 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.js +22 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.js +1011 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/package.json +3 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.js +585 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.js +18 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.js +995 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/package.json +3 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- data/node_modules/ignore-walk/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
- data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
- data/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
- data/node_modules/ignore-walk/node_modules/minimatch/package.json +86 -0
- data/node_modules/internal-slot/CHANGELOG.md +16 -0
- data/node_modules/internal-slot/index.js +3 -4
- data/node_modules/internal-slot/package.json +8 -8
- data/node_modules/is-array-buffer/CHANGELOG.md +17 -0
- data/node_modules/is-array-buffer/index.d.ts +3 -0
- data/node_modules/is-array-buffer/index.js +12 -13
- data/node_modules/is-array-buffer/package.json +20 -9
- data/node_modules/is-array-buffer/test/index.js +9 -2
- data/node_modules/is-array-buffer/tsconfig.json +49 -0
- data/node_modules/is-data-view/CHANGELOG.md +23 -0
- data/node_modules/is-data-view/LICENSE +21 -0
- data/node_modules/is-data-view/README.md +69 -0
- data/node_modules/is-data-view/index.d.ts +3 -0
- data/node_modules/is-data-view/index.js +39 -0
- data/node_modules/is-data-view/package.json +97 -0
- data/node_modules/is-data-view/test/index.js +60 -0
- data/node_modules/is-data-view/tsconfig.json +49 -0
- data/node_modules/is-negative-zero/CHANGELOG.md +11 -0
- data/node_modules/is-negative-zero/index.d.ts +3 -0
- data/node_modules/is-negative-zero/index.js +1 -0
- data/node_modules/is-negative-zero/package.json +19 -6
- data/node_modules/is-negative-zero/test/index.js +1 -0
- data/node_modules/is-negative-zero/tsconfig.json +49 -0
- data/node_modules/is-shared-array-buffer/CHANGELOG.md +17 -0
- data/node_modules/is-shared-array-buffer/README.md +0 -2
- data/node_modules/is-shared-array-buffer/index.d.ts +3 -0
- data/node_modules/is-shared-array-buffer/index.js +1 -0
- data/node_modules/is-shared-array-buffer/package.json +28 -7
- data/node_modules/is-shared-array-buffer/test/index.js +14 -2
- data/node_modules/is-shared-array-buffer/tsconfig.json +49 -0
- data/node_modules/is-typed-array/CHANGELOG.md +10 -0
- data/node_modules/is-typed-array/index.d.ts +16 -0
- data/node_modules/is-typed-array/index.js +1 -0
- data/node_modules/is-typed-array/package.json +18 -7
- data/node_modules/is-typed-array/test/index.js +9 -1
- data/node_modules/is-typed-array/tsconfig.json +49 -0
- 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
- 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
- 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
- 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
- data/node_modules/node-gyp/node_modules/which/CHANGELOG.md +166 -0
- data/node_modules/node-gyp/node_modules/which/LICENSE +15 -0
- data/node_modules/node-gyp/node_modules/which/README.md +54 -0
- data/node_modules/node-gyp/node_modules/which/bin/node-which +52 -0
- data/node_modules/node-gyp/node_modules/which/package.json +43 -0
- data/node_modules/node-gyp/node_modules/which/which.js +125 -0
- data/node_modules/npm-check-updates/node_modules/chalk/license +9 -0
- data/node_modules/npm-check-updates/node_modules/chalk/package.json +83 -0
- data/node_modules/npm-check-updates/node_modules/chalk/readme.md +325 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/index.d.ts +320 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/index.js +225 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/utilities.js +33 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
- data/node_modules/npm-check-updates/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/LICENSE +15 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/README.md +454 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts +19 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js +589 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js +22 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js +1011 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/package.json +3 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts +19 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js +585 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js +18 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js +995 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/package.json +3 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/LICENSE +21 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/README.md +135 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/index.js +203 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/node_modules/brace-expansion/package.json +46 -0
- data/node_modules/npm-check-updates/node_modules/minimatch/package.json +86 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/index.d.ts +15 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/index.js +14 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/license +9 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/package.json +57 -0
- data/node_modules/npm-check-updates/node_modules/strip-ansi/readme.md +41 -0
- data/node_modules/object-inspect/CHANGELOG.md +19 -0
- data/node_modules/object-inspect/index.js +8 -0
- data/node_modules/object-inspect/package.json +8 -6
- data/node_modules/object-inspect/test/global.js +17 -0
- data/node_modules/object.assign/CHANGELOG.md +8 -0
- data/node_modules/object.assign/dist/browser.js +263 -66
- data/node_modules/object.assign/package.json +10 -10
- data/node_modules/object.assign/test/tests.js +2 -2
- data/node_modules/object.entries/CHANGELOG.md +9 -0
- data/node_modules/object.entries/implementation.js +1 -1
- data/node_modules/object.entries/package.json +8 -8
- data/node_modules/object.entries/test/native.js +16 -0
- data/node_modules/object.fromentries/CHANGELOG.md +9 -0
- data/node_modules/object.fromentries/implementation.js +4 -4
- data/node_modules/object.fromentries/package.json +7 -6
- data/node_modules/object.groupby/CHANGELOG.md +17 -0
- data/node_modules/object.groupby/implementation.js +4 -4
- data/node_modules/object.groupby/package.json +11 -8
- data/node_modules/object.values/CHANGELOG.md +8 -0
- data/node_modules/object.values/implementation.js +1 -1
- data/node_modules/object.values/package.json +8 -8
- data/node_modules/optionator/README.md +1 -1
- data/node_modules/optionator/lib/help.js +1 -1
- data/node_modules/optionator/lib/index.js +1 -1
- data/node_modules/optionator/package.json +3 -3
- data/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
- data/node_modules/possible-typed-array-names/LICENSE +21 -0
- data/node_modules/possible-typed-array-names/README.md +48 -0
- data/node_modules/possible-typed-array-names/index.d.ts +15 -0
- data/node_modules/possible-typed-array-names/index.js +16 -0
- data/node_modules/possible-typed-array-names/package.json +83 -0
- data/node_modules/possible-typed-array-names/test/index.js +16 -0
- data/node_modules/possible-typed-array-names/tsconfig.json +49 -0
- data/node_modules/punycode/README.md +23 -1
- data/node_modules/punycode/package.json +3 -3
- data/node_modules/punycode/punycode.es6.js +1 -1
- data/node_modules/punycode/punycode.js +1 -1
- data/node_modules/regexp.prototype.flags/CHANGELOG.md +13 -0
- data/node_modules/regexp.prototype.flags/implementation.js +2 -2
- data/node_modules/regexp.prototype.flags/package.json +11 -10
- data/node_modules/regexp.prototype.flags/test/tests.js +13 -13
- data/node_modules/resolve/package.json +4 -3
- data/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
- data/node_modules/resolve/test/resolver.js +4 -2
- data/node_modules/resolve/test/resolver_sync.js +9 -5
- data/node_modules/safe-array-concat/CHANGELOG.md +32 -0
- data/node_modules/safe-array-concat/index.d.ts +3 -0
- data/node_modules/safe-array-concat/index.js +12 -5
- data/node_modules/safe-array-concat/package.json +21 -7
- data/node_modules/safe-array-concat/test/index.js +28 -22
- data/node_modules/safe-array-concat/tsconfig.json +9 -0
- data/node_modules/safe-regex-test/CHANGELOG.md +28 -0
- data/node_modules/safe-regex-test/README.md +6 -2
- data/node_modules/safe-regex-test/index.js +1 -2
- data/node_modules/safe-regex-test/package.json +14 -9
- data/node_modules/set-function-length/CHANGELOG.md +70 -0
- data/node_modules/set-function-length/LICENSE +21 -0
- data/node_modules/set-function-length/README.md +56 -0
- data/node_modules/set-function-length/env.d.ts +9 -0
- data/node_modules/set-function-length/env.js +25 -0
- data/node_modules/set-function-length/index.d.ts +7 -0
- data/node_modules/set-function-length/index.js +42 -0
- data/node_modules/set-function-length/package.json +102 -0
- data/node_modules/set-function-length/tsconfig.json +9 -0
- data/node_modules/set-function-name/CHANGELOG.md +9 -0
- data/node_modules/set-function-name/index.d.ts +5 -0
- data/node_modules/set-function-name/index.js +4 -3
- data/node_modules/set-function-name/package.json +28 -9
- data/node_modules/set-function-name/tsconfig.json +59 -0
- data/node_modules/side-channel/CHANGELOG.md +30 -0
- data/node_modules/side-channel/index.d.ts +27 -0
- data/node_modules/side-channel/index.js +25 -20
- data/node_modules/side-channel/package.json +36 -19
- data/node_modules/side-channel/test/index.js +6 -1
- data/node_modules/side-channel/tsconfig.json +50 -0
- data/node_modules/string.prototype.trim/CHANGELOG.md +7 -0
- data/node_modules/string.prototype.trim/implementation.js +2 -2
- data/node_modules/string.prototype.trim/index.js +1 -1
- data/node_modules/string.prototype.trim/package.json +8 -7
- data/node_modules/string.prototype.trimend/CHANGELOG.md +7 -0
- data/node_modules/string.prototype.trimend/index.js +1 -1
- data/node_modules/string.prototype.trimend/package.json +7 -7
- data/node_modules/string.prototype.trimstart/CHANGELOG.md +10 -0
- data/node_modules/string.prototype.trimstart/index.js +1 -1
- data/node_modules/string.prototype.trimstart/package.json +10 -7
- data/node_modules/typed-array-buffer/CHANGELOG.md +18 -0
- data/node_modules/typed-array-buffer/index.d.ts +16 -0
- data/node_modules/typed-array-buffer/index.js +2 -3
- data/node_modules/typed-array-buffer/package.json +16 -9
- data/node_modules/typed-array-buffer/test/index.js +2 -1
- data/node_modules/typed-array-buffer/tsconfig.json +49 -0
- data/node_modules/typed-array-byte-length/CHANGELOG.md +11 -0
- data/node_modules/typed-array-byte-length/index.d.ts +17 -0
- data/node_modules/typed-array-byte-length/index.js +19 -7
- data/node_modules/typed-array-byte-length/package.json +22 -9
- data/node_modules/typed-array-byte-length/test/index.js +1 -0
- data/node_modules/typed-array-byte-length/tsconfig.json +49 -0
- data/node_modules/typed-array-byte-offset/CHANGELOG.md +18 -0
- data/node_modules/typed-array-byte-offset/index.d.ts +17 -0
- data/node_modules/typed-array-byte-offset/index.js +15 -3
- data/node_modules/typed-array-byte-offset/package.json +22 -9
- data/node_modules/typed-array-byte-offset/test/index.js +2 -13
- data/node_modules/typed-array-byte-offset/tsconfig.json +49 -0
- data/node_modules/typed-array-length/CHANGELOG.md +24 -0
- data/node_modules/typed-array-length/index.d.ts +23 -0
- data/node_modules/typed-array-length/index.js +30 -27
- data/node_modules/typed-array-length/package.json +30 -9
- data/node_modules/typed-array-length/test/index.js +3 -14
- data/node_modules/typed-array-length/tsconfig.json +9 -0
- data/node_modules/update-notifier/node_modules/chalk/license +9 -0
- data/node_modules/update-notifier/node_modules/chalk/package.json +83 -0
- data/node_modules/update-notifier/node_modules/chalk/readme.md +325 -0
- data/node_modules/update-notifier/node_modules/chalk/source/index.d.ts +320 -0
- data/node_modules/update-notifier/node_modules/chalk/source/index.js +225 -0
- data/node_modules/update-notifier/node_modules/chalk/source/utilities.js +33 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/browser.js +30 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
- data/node_modules/update-notifier/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
- data/node_modules/which-typed-array/CHANGELOG.md +34 -0
- data/node_modules/which-typed-array/index.d.ts +61 -0
- data/node_modules/which-typed-array/index.js +45 -18
- data/node_modules/which-typed-array/package.json +20 -7
- data/node_modules/which-typed-array/test/index.js +7 -1
- data/node_modules/which-typed-array/tsconfig.json +9 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/index.d.ts +15 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/index.js +14 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/license +9 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/package.json +57 -0
- data/node_modules/widest-line/node_modules/string-width/node_modules/strip-ansi/readme.md +41 -0
- data/node_modules/word-wrap/README.md +201 -0
- data/node_modules/word-wrap/index.d.ts +50 -0
- data/node_modules/word-wrap/index.js +61 -0
- data/node_modules/word-wrap/package.json +77 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/index.d.ts +15 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +14 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/license +9 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +33 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/index.js +8 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/license +9 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/package.json +58 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +72 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +57 -0
- data/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +41 -0
- data/package.json +3 -2
- metadata +967 -744
- data/node_modules/@aashutoshrathi/word-wrap/README.md +0 -182
- data/node_modules/@aashutoshrathi/word-wrap/index.d.ts +0 -50
- data/node_modules/@aashutoshrathi/word-wrap/index.js +0 -52
- data/node_modules/@aashutoshrathi/word-wrap/package.json +0 -81
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/LICENSE +0 -19
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/README.md +0 -299
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/bin/eslint.js +0 -140
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/config-schema.js +0 -93
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/default-cli-options.js +0 -32
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/globals.js +0 -154
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/replacements.json +0 -22
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/conf/rule-type-list.json +0 -36
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/api.js +0 -26
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/cli-engine.js +0 -1078
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/file-enumerator.js +0 -547
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/checkstyle.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/compact.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/formatters-meta.json +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/html.js +0 -351
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/jslint-xml.js +0 -41
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/json-with-metadata.js +0 -16
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/json.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/junit.js +0 -82
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/stylish.js +0 -101
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/tap.js +0 -95
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/unix.js +0 -58
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/formatters/visualstudio.js +0 -63
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/hash.js +0 -35
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/index.js +0 -7
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/lint-result-cache.js +0 -191
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/load-rules.js +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli-engine/xml-escape.js +0 -34
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/cli.js +0 -441
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/default-config.js +0 -67
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-array.js +0 -274
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-helpers.js +0 -111
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/flat-config-schema.js +0 -545
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/config/rule-validator.js +0 -158
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/eslint-helpers.js +0 -904
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/eslint.js +0 -700
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/flat-eslint.js +0 -1140
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/eslint/index.js +0 -9
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/apply-disable-directives.js +0 -351
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js +0 -852
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-segment.js +0 -263
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js +0 -1483
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/code-path.js +0 -248
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/debug-helpers.js +0 -203
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/fork-context.js +0 -248
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/code-path-analysis/id-generator.js +0 -45
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/config-comment-parser.js +0 -151
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/index.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/interpolate.js +0 -28
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/linter.js +0 -2134
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/node-event-generator.js +0 -354
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/report-translator.js +0 -369
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/rule-fixer.js +0 -140
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/rules.js +0 -80
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/safe-emitter.js +0 -52
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/source-code-fixer.js +0 -152
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/linter/timing.js +0 -161
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/options.js +0 -377
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/flat-rule-tester.js +0 -1122
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/index.js +0 -5
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rule-tester/rule-tester.js +0 -1206
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/accessor-pairs.js +0 -346
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-bracket-newline.js +0 -258
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-bracket-spacing.js +0 -241
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-callback-return.js +0 -446
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/array-element-newline.js +0 -308
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-body-style.js +0 -296
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-parens.js +0 -183
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/arrow-spacing.js +0 -161
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/block-scoped-var.js +0 -135
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/block-spacing.js +0 -171
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/brace-style.js +0 -194
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/callback-return.js +0 -187
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/camelcase.js +0 -399
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/capitalized-comments.js +0 -300
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/class-methods-use-this.js +0 -187
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-dangle.js +0 -370
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-spacing.js +0 -189
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/comma-style.js +0 -311
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/complexity.js +0 -165
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/computed-property-spacing.js +0 -205
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/consistent-return.js +0 -210
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/consistent-this.js +0 -153
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/constructor-super.js +0 -446
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/curly.js +0 -486
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-case-last.js +0 -44
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-case.js +0 -97
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/default-param-last.js +0 -62
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/dot-location.js +0 -105
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/dot-notation.js +0 -176
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/eol-last.js +0 -112
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/eqeqeq.js +0 -174
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/for-direction.js +0 -133
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-call-spacing.js +0 -230
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-name-matching.js +0 -253
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-names.js +0 -191
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/func-style.js +0 -98
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/function-call-argument-newline.js +0 -122
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/function-paren-newline.js +0 -289
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/generator-star-spacing.js +0 -206
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/getter-return.js +0 -204
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/global-require.js +0 -90
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/grouped-accessor-pairs.js +0 -215
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/guard-for-in.js +0 -76
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/handle-callback-err.js +0 -101
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-blacklist.js +0 -246
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-denylist.js +0 -228
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-length.js +0 -177
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/id-match.js +0 -299
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/implicit-arrow-linebreak.js +0 -81
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/indent-legacy.js +0 -1126
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/indent.js +0 -1800
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/index.js +0 -306
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/init-declarations.js +0 -139
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/jsx-quotes.js +0 -95
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/key-spacing.js +0 -684
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/keyword-spacing.js +0 -637
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/line-comment-position.js +0 -122
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/linebreak-style.js +0 -105
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-around-comment.js +0 -468
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-around-directive.js +0 -201
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/lines-between-class-members.js +0 -266
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/logical-assignment-operators.js +0 -476
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-classes-per-file.js +0 -89
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-depth.js +0 -156
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-len.js +0 -437
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-lines-per-function.js +0 -213
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-lines.js +0 -193
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-nested-callbacks.js +0 -117
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-params.js +0 -102
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-statements-per-line.js +0 -196
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/max-statements.js +0 -184
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/multiline-comment-style.js +0 -474
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/multiline-ternary.js +0 -171
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/new-cap.js +0 -276
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/new-parens.js +0 -90
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-after-var.js +0 -253
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-before-return.js +0 -217
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/newline-per-chained-call.js +0 -123
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-alert.js +0 -138
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-array-constructor.js +0 -54
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-async-promise-executor.js +0 -39
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-await-in-loop.js +0 -106
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-bitwise.js +0 -119
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-buffer-constructor.js +0 -50
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-caller.js +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-case-declarations.js +0 -64
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-catch-shadow.js +0 -82
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-class-assign.js +0 -63
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-compare-neg-zero.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-cond-assign.js +0 -159
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-confusing-arrow.js +0 -89
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-console.js +0 -135
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-const-assign.js +0 -56
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constant-binary-expression.js +0 -509
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constant-condition.js +0 -150
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-constructor-return.js +0 -62
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-continue.js +0 -39
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-control-regex.js +0 -138
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-debugger.js +0 -43
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-delete-var.js +0 -42
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-div-regex.js +0 -53
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-args.js +0 -82
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-class-members.js +0 -104
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-else-if.js +0 -122
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-dupe-keys.js +0 -142
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-duplicate-case.js +0 -71
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-duplicate-imports.js +0 -290
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-else-return.js +0 -405
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-character-class.js +0 -76
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-function.js +0 -167
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-pattern.js +0 -78
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty-static-block.js +0 -47
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-empty.js +0 -103
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-eq-null.js +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-eval.js +0 -286
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-ex-assign.js +0 -54
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extend-native.js +0 -179
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-bind.js +0 -213
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-boolean-cast.js +0 -317
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-label.js +0 -149
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-parens.js +0 -1319
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-extra-semi.js +0 -144
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-fallthrough.js +0 -196
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-floating-decimal.js +0 -70
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-func-assign.js +0 -78
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-global-assign.js +0 -95
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implicit-coercion.js +0 -380
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implicit-globals.js +0 -146
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-implied-eval.js +0 -132
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-import-assign.js +0 -241
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-inline-comments.js +0 -110
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-inner-declarations.js +0 -110
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-invalid-regexp.js +0 -194
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-invalid-this.js +0 -150
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-irregular-whitespace.js +0 -276
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-iterator.js +0 -52
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-label-var.js +0 -80
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-labels.js +0 -149
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-lone-blocks.js +0 -136
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-lonely-if.js +0 -88
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-loop-func.js +0 -206
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-loss-of-precision.js +0 -214
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-magic-numbers.js +0 -243
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-misleading-character-class.js +0 -300
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-operators.js +0 -226
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-requires.js +0 -238
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-mixed-spaces-and-tabs.js +0 -113
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-assign.js +0 -67
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-spaces.js +0 -138
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multi-str.js +0 -65
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-multiple-empty-lines.js +0 -151
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-native-reassign.js +0 -98
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-negated-condition.js +0 -95
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-negated-in-lhs.js +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-nested-ternary.js +0 -44
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-func.js +0 -87
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-native-nonconstructor.js +0 -66
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-object.js +0 -67
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-require.js +0 -50
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-symbol.js +0 -56
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new-wrappers.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-new.js +0 -43
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-nonoctal-decimal-escape.js +0 -148
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-obj-calls.js +0 -86
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-object-constructor.js +0 -118
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-octal-escape.js +0 -56
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-octal.js +0 -45
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-param-reassign.js +0 -230
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-path-concat.js +0 -64
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-plusplus.js +0 -105
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-process-env.js +0 -51
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-process-exit.js +0 -47
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-promise-executor-return.js +0 -260
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-proto.js +0 -48
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-prototype-builtins.js +0 -71
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-redeclare.js +0 -174
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-regex-spaces.js +0 -197
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-exports.js +0 -193
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-globals.js +0 -124
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-imports.js +0 -387
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-modules.js +0 -213
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-properties.js +0 -181
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-restricted-syntax.js +0 -70
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-return-assign.js +0 -80
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-return-await.js +0 -135
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-script-url.js +0 -61
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-self-assign.js +0 -183
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-self-compare.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sequences.js +0 -138
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-setter-return.js +0 -226
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-shadow-restricted-names.js +0 -65
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-shadow.js +0 -336
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-spaced-func.js +0 -83
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sparse-arrays.js +0 -50
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-sync.js +0 -64
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-tabs.js +0 -78
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-template-curly-in-string.js +0 -44
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-ternary.js +0 -41
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-this-before-super.js +0 -331
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-throw-literal.js +0 -51
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-trailing-spaces.js +0 -190
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undef-init.js +0 -75
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undef.js +0 -79
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-undefined.js +0 -86
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-underscore-dangle.js +0 -335
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unexpected-multiline.js +0 -120
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unmodified-loop-condition.js +0 -360
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unneeded-ternary.js +0 -166
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unreachable-loop.js +0 -185
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unreachable.js +0 -293
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-finally.js +0 -111
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-negation.js +0 -128
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unsafe-optional-chaining.js +0 -205
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-expressions.js +0 -186
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-labels.js +0 -143
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-private-class-members.js +0 -195
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-unused-vars.js +0 -718
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-use-before-define.js +0 -348
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-backreference.js +0 -194
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-call.js +0 -90
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-catch.js +0 -57
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-computed-key.js +0 -168
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-concat.js +0 -115
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-constructor.js +0 -189
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-escape.js +0 -333
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-rename.js +0 -172
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-useless-return.js +0 -364
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-var.js +0 -334
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-void.js +0 -64
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-warning-comments.js +0 -201
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-whitespace-before-property.js +0 -113
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/no-with.js +0 -39
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/nonblock-statement-body-position.js +0 -124
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-curly-newline.js +0 -321
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-curly-spacing.js +0 -308
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-property-newline.js +0 -99
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/object-shorthand.js +0 -520
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/one-var-declaration-per-line.js +0 -92
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/one-var.js +0 -567
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/operator-assignment.js +0 -209
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/operator-linebreak.js +0 -250
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/padded-blocks.js +0 -307
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/padding-line-between-statements.js +0 -587
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-arrow-callback.js +0 -381
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-const.js +0 -501
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-destructuring.js +0 -301
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-exponentiation-operator.js +0 -191
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-named-capture-group.js +0 -178
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-numeric-literals.js +0 -148
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-object-has-own.js +0 -114
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-object-spread.js +0 -298
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-promise-reject-errors.js +0 -132
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-reflect.js +0 -127
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-regex-literals.js +0 -507
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-rest-params.js +0 -118
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-spread.js +0 -87
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/prefer-template.js +0 -275
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/quote-props.js +0 -307
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/quotes.js +0 -347
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/radix.js +0 -198
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-atomic-updates.js +0 -331
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-await.js +0 -113
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-jsdoc.js +0 -122
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-unicode-regexp.js +0 -129
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/require-yield.js +0 -77
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/rest-spread-spacing.js +0 -120
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi-spacing.js +0 -245
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi-style.js +0 -155
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/semi.js +0 -435
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-imports.js +0 -241
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-keys.js +0 -230
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/sort-vars.js +0 -104
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-before-blocks.js +0 -201
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-before-function-paren.js +0 -164
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-in-parens.js +0 -282
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-infix-ops.js +0 -195
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/space-unary-ops.js +0 -321
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/spaced-comment.js +0 -382
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/strict.js +0 -277
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/switch-colon-spacing.js +0 -129
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/symbol-description.js +0 -73
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/template-curly-spacing.js +0 -141
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/template-tag-spacing.js +0 -90
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/unicode-bom.js +0 -73
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/use-isnan.js +0 -141
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/ast-utils.js +0 -2172
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/fix-tracker.js +0 -114
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/keywords.js +0 -67
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js +0 -115
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/patterns/letters.js +0 -36
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/regular-expressions.js +0 -42
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/index.js +0 -11
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-combining-character.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-emoji-modifier.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-regional-indicator-symbol.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/unicode/is-surrogate-pair.js +0 -14
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/valid-jsdoc.js +0 -516
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/valid-typeof.js +0 -127
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/vars-on-top.js +0 -157
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/wrap-iife.js +0 -204
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/wrap-regex.js +0 -58
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/yield-star-spacing.js +0 -127
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/yoda.js +0 -353
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/ajv.js +0 -34
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/ast-utils.js +0 -29
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/config-validator.js +0 -347
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/deprecation-warnings.js +0 -58
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/directives.js +0 -15
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/logging.js +0 -30
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/relative-module-resolver.js +0 -50
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/runtime-info.js +0 -167
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/string-utils.js +0 -60
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/traverser.js +0 -195
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/shared/types.js +0 -216
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/index.js +0 -5
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/source-code.js +0 -1076
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js +0 -57
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/backward-token-cursor.js +0 -58
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/cursor.js +0 -76
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/cursors.js +0 -90
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/decorative-cursor.js +0 -39
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/filter-cursor.js +0 -43
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/forward-token-comment-cursor.js +0 -57
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/forward-token-cursor.js +0 -63
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/index.js +0 -627
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/limit-cursor.js +0 -40
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/padded-token-cursor.js +0 -38
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/skip-cursor.js +0 -42
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/source-code/token-store/utils.js +0 -107
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/unsupported-api.js +0 -30
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/all-files-ignored.js +0 -16
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/eslintrc-incompat.js +0 -98
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/eslintrc-plugins.js +0 -24
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/extend-config-missing.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/failed-to-read-json.js +0 -11
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/file-not-found.js +0 -10
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/invalid-rule-options.js +0 -17
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/invalid-rule-severity.js +0 -13
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/no-config-found.js +0 -15
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-conflict.js +0 -22
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-invalid.js +0 -16
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/plugin-missing.js +0 -19
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/print-config-with-directory-path.js +0 -8
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/shared.js +0 -18
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/messages/whitespace-found.js +0 -11
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/LICENSE +0 -19
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/README.md +0 -71
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/conf/config-schema.js +0 -79
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/conf/environments.js +0 -215
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs +0 -1104
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs.map +0 -1
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs +0 -4333
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/dist/eslintrc.cjs.map +0 -1
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +0 -532
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +0 -523
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +0 -115
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +0 -145
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +0 -238
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/index.js +0 -19
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +0 -225
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/config-array-factory.js +0 -1149
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/flat-compat.js +0 -318
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/index-universal.js +0 -29
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/index.js +0 -56
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/ajv.js +0 -191
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +0 -135
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +0 -325
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +0 -63
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/naming.js +0 -96
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +0 -42
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/lib/shared/types.js +0 -149
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/index.d.ts +0 -36
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/index.js +0 -77
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/package.json +0 -47
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/node_modules/strip-json-comments/readme.md +0 -78
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/package.json +0 -82
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/eslintrc/universal.js +0 -9
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/LICENSE +0 -19
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/README.md +0 -57
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/package.json +0 -31
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/configs/eslint-all.js +0 -278
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/configs/eslint-recommended.js +0 -76
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@eslint/js/src/index.js +0 -17
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/LICENSE +0 -201
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/README.md +0 -342
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/api.js +0 -1061
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/CHANGELOG.md +0 -8
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/LICENSE +0 -29
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/README.md +0 -234
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/@humanwhocodes/object-schema/package.json +0 -33
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/README.md +0 -224
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/minimatch.js +0 -947
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/node_modules/minimatch/package.json +0 -33
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/@humanwhocodes/config-array/package.json +0 -61
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/index.d.ts +0 -415
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/package.json +0 -68
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/readme.md +0 -341
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/index.js +0 -229
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/templates.js +0 -134
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/chalk/source/util.js +0 -39
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -129
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -201
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -47
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/index.d.ts +0 -17
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/index.js +0 -4
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/license +0 -9
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.d.ts +0 -37
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/index.js +0 -10
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/license +0 -9
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/package.json +0 -55
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/node_modules/ansi-regex/readme.md +0 -78
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/package.json +0 -54
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/strip-ansi/readme.md +0 -46
- data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/package.json +0 -174
- data/node_modules/@ungap/structured-clone/LICENSE +0 -15
- data/node_modules/@ungap/structured-clone/README.md +0 -95
- data/node_modules/@ungap/structured-clone/cjs/deserialize.js +0 -78
- data/node_modules/@ungap/structured-clone/cjs/index.js +0 -27
- data/node_modules/@ungap/structured-clone/cjs/json.js +0 -24
- data/node_modules/@ungap/structured-clone/cjs/package.json +0 -1
- data/node_modules/@ungap/structured-clone/cjs/serialize.js +0 -160
- data/node_modules/@ungap/structured-clone/cjs/types.js +0 -22
- data/node_modules/@ungap/structured-clone/esm/deserialize.js +0 -79
- data/node_modules/@ungap/structured-clone/esm/index.js +0 -25
- data/node_modules/@ungap/structured-clone/esm/json.js +0 -21
- data/node_modules/@ungap/structured-clone/esm/serialize.js +0 -161
- data/node_modules/@ungap/structured-clone/esm/types.js +0 -11
- data/node_modules/@ungap/structured-clone/package.json +0 -53
- data/node_modules/@ungap/structured-clone/structured-json.js +0 -1
- data/node_modules/array.prototype.findlastindex/index.mjs +0 -18
- data/node_modules/array.prototype.findlastindex/test/index.mjs +0 -31
- data/node_modules/boxen/node_modules/type-fest/index.d.ts +0 -95
- data/node_modules/boxen/node_modules/type-fest/package.json +0 -52
- data/node_modules/boxen/node_modules/type-fest/readme.md +0 -905
- data/node_modules/boxen/node_modules/type-fest/source/async-return-type.d.ts +0 -25
- data/node_modules/boxen/node_modules/type-fest/source/asyncify.d.ts +0 -33
- data/node_modules/boxen/node_modules/type-fest/source/basic.d.ts +0 -45
- data/node_modules/boxen/node_modules/type-fest/source/camel-case.d.ts +0 -73
- data/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +0 -54
- data/node_modules/boxen/node_modules/type-fest/source/camel-cased-properties.d.ts +0 -36
- data/node_modules/boxen/node_modules/type-fest/source/conditional-except.d.ts +0 -45
- data/node_modules/boxen/node_modules/type-fest/source/conditional-keys.d.ts +0 -47
- data/node_modules/boxen/node_modules/type-fest/source/conditional-pick.d.ts +0 -44
- data/node_modules/boxen/node_modules/type-fest/source/delimiter-case.d.ts +0 -93
- data/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +0 -60
- data/node_modules/boxen/node_modules/type-fest/source/delimiter-cased-properties.d.ts +0 -37
- data/node_modules/boxen/node_modules/type-fest/source/entries.d.ts +0 -62
- data/node_modules/boxen/node_modules/type-fest/source/entry.d.ts +0 -65
- data/node_modules/boxen/node_modules/type-fest/source/exact.d.ts +0 -73
- data/node_modules/boxen/node_modules/type-fest/source/except.d.ts +0 -57
- data/node_modules/boxen/node_modules/type-fest/source/fixed-length-array.d.ts +0 -43
- data/node_modules/boxen/node_modules/type-fest/source/get.d.ts +0 -184
- data/node_modules/boxen/node_modules/type-fest/source/has-optional-keys.d.ts +0 -21
- data/node_modules/boxen/node_modules/type-fest/source/has-required-keys.d.ts +0 -59
- data/node_modules/boxen/node_modules/type-fest/source/includes.d.ts +0 -22
- data/node_modules/boxen/node_modules/type-fest/source/internal.d.ts +0 -59
- data/node_modules/boxen/node_modules/type-fest/source/invariant-of.d.ts +0 -76
- data/node_modules/boxen/node_modules/type-fest/source/iterable-element.d.ts +0 -54
- data/node_modules/boxen/node_modules/type-fest/source/join.d.ts +0 -30
- data/node_modules/boxen/node_modules/type-fest/source/jsonify.d.ts +0 -90
- data/node_modules/boxen/node_modules/type-fest/source/kebab-case.d.ts +0 -38
- data/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +0 -47
- data/node_modules/boxen/node_modules/type-fest/source/kebab-cased-properties.d.ts +0 -30
- data/node_modules/boxen/node_modules/type-fest/source/last-array-element.d.ts +0 -28
- data/node_modules/boxen/node_modules/type-fest/source/literal-to-primitive.d.ts +0 -36
- data/node_modules/boxen/node_modules/type-fest/source/literal-union.d.ts +0 -35
- data/node_modules/boxen/node_modules/type-fest/source/merge-exclusive.d.ts +0 -41
- data/node_modules/boxen/node_modules/type-fest/source/merge.d.ts +0 -27
- data/node_modules/boxen/node_modules/type-fest/source/multidimensional-array.d.ts +0 -43
- data/node_modules/boxen/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +0 -47
- data/node_modules/boxen/node_modules/type-fest/source/mutable.d.ts +0 -5
- data/node_modules/boxen/node_modules/type-fest/source/numeric.d.ts +0 -170
- data/node_modules/boxen/node_modules/type-fest/source/observable-like.d.ts +0 -62
- data/node_modules/boxen/node_modules/type-fest/source/opaque.d.ts +0 -107
- data/node_modules/boxen/node_modules/type-fest/source/optional-keys-of.d.ts +0 -38
- data/node_modules/boxen/node_modules/type-fest/source/package-json.d.ts +0 -663
- data/node_modules/boxen/node_modules/type-fest/source/partial-deep.d.ts +0 -113
- data/node_modules/boxen/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +0 -70
- data/node_modules/boxen/node_modules/type-fest/source/pascal-case.d.ts +0 -38
- data/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +0 -54
- data/node_modules/boxen/node_modules/type-fest/source/pascal-cased-properties.d.ts +0 -34
- data/node_modules/boxen/node_modules/type-fest/source/primitive.d.ts +0 -13
- data/node_modules/boxen/node_modules/type-fest/source/promisable.d.ts +0 -25
- data/node_modules/boxen/node_modules/type-fest/source/promise-value.d.ts +0 -29
- data/node_modules/boxen/node_modules/type-fest/source/readonly-deep.d.ts +0 -85
- data/node_modules/boxen/node_modules/type-fest/source/readonly-tuple.d.ts +0 -41
- data/node_modules/boxen/node_modules/type-fest/source/remove-index-signature.d.ts +0 -104
- data/node_modules/boxen/node_modules/type-fest/source/replace.d.ts +0 -67
- data/node_modules/boxen/node_modules/type-fest/source/require-all-or-none.d.ts +0 -36
- data/node_modules/boxen/node_modules/type-fest/source/require-at-least-one.d.ts +0 -35
- data/node_modules/boxen/node_modules/type-fest/source/require-exactly-one.d.ts +0 -34
- data/node_modules/boxen/node_modules/type-fest/source/required-keys-of.d.ts +0 -29
- data/node_modules/boxen/node_modules/type-fest/source/schema.d.ts +0 -72
- data/node_modules/boxen/node_modules/type-fest/source/screaming-snake-case.d.ts +0 -33
- data/node_modules/boxen/node_modules/type-fest/source/set-non-nullable.d.ts +0 -35
- data/node_modules/boxen/node_modules/type-fest/source/set-optional.d.ts +0 -35
- data/node_modules/boxen/node_modules/type-fest/source/set-required.d.ts +0 -35
- data/node_modules/boxen/node_modules/type-fest/source/set-return-type.d.ts +0 -31
- data/node_modules/boxen/node_modules/type-fest/source/simplify.d.ts +0 -83
- data/node_modules/boxen/node_modules/type-fest/source/snake-case.d.ts +0 -38
- data/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +0 -47
- data/node_modules/boxen/node_modules/type-fest/source/snake-cased-properties.d.ts +0 -30
- data/node_modules/boxen/node_modules/type-fest/source/split.d.ts +0 -29
- data/node_modules/boxen/node_modules/type-fest/source/spread.d.ts +0 -85
- data/node_modules/boxen/node_modules/type-fest/source/string-key-of.d.ts +0 -25
- data/node_modules/boxen/node_modules/type-fest/source/stringified.d.ts +0 -23
- data/node_modules/boxen/node_modules/type-fest/source/trim.d.ts +0 -25
- data/node_modules/boxen/node_modules/type-fest/source/tsconfig-json.d.ts +0 -1172
- data/node_modules/boxen/node_modules/type-fest/source/typed-array.d.ts +0 -17
- data/node_modules/boxen/node_modules/type-fest/source/union-to-intersection.d.ts +0 -60
- data/node_modules/boxen/node_modules/type-fest/source/value-of.d.ts +0 -42
- data/node_modules/boxen/node_modules/type-fest/source/writable.d.ts +0 -40
- data/node_modules/call-bind/node_modules/function-bind/LICENSE +0 -20
- data/node_modules/call-bind/node_modules/function-bind/README.md +0 -48
- data/node_modules/call-bind/node_modules/function-bind/implementation.js +0 -52
- data/node_modules/call-bind/node_modules/function-bind/index.js +0 -5
- data/node_modules/call-bind/node_modules/function-bind/package.json +0 -63
- data/node_modules/call-bind/node_modules/function-bind/test/index.js +0 -252
- data/node_modules/define-data-property/index.d.ts.map +0 -1
- data/node_modules/define-data-property/tsinit +0 -109
- data/node_modules/es-abstract/helpers/isMatchRecord.js +0 -16
- data/node_modules/es-abstract/helpers/isPropertyDescriptor.js +0 -31
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/CHANGELOG.md +0 -173
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/LICENSE +0 -20
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/README.md +0 -40
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/core.json +0 -158
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/index.js +0 -69
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/package.json +0 -73
- data/node_modules/eslint-import-resolver-node/node_modules/is-core-module/test/index.js +0 -133
- data/node_modules/flatted/types.d.ts +0 -62
- data/node_modules/get-intrinsic/node_modules/function-bind/LICENSE +0 -20
- data/node_modules/get-intrinsic/node_modules/function-bind/README.md +0 -48
- data/node_modules/get-intrinsic/node_modules/function-bind/implementation.js +0 -52
- data/node_modules/get-intrinsic/node_modules/function-bind/index.js +0 -5
- data/node_modules/get-intrinsic/node_modules/function-bind/package.json +0 -63
- data/node_modules/get-intrinsic/node_modules/function-bind/test/index.js +0 -252
- data/node_modules/graphemer/CHANGELOG.md +0 -30
- data/node_modules/graphemer/LICENSE +0 -18
- data/node_modules/graphemer/README.md +0 -132
- data/node_modules/graphemer/lib/Graphemer.d.ts +0 -41
- data/node_modules/graphemer/lib/Graphemer.d.ts.map +0 -1
- data/node_modules/graphemer/lib/Graphemer.js +0 -11959
- data/node_modules/graphemer/lib/GraphemerHelper.d.ts +0 -32
- data/node_modules/graphemer/lib/GraphemerHelper.d.ts.map +0 -1
- data/node_modules/graphemer/lib/GraphemerHelper.js +0 -169
- data/node_modules/graphemer/lib/GraphemerIterator.d.ts +0 -22
- data/node_modules/graphemer/lib/GraphemerIterator.d.ts.map +0 -1
- data/node_modules/graphemer/lib/GraphemerIterator.js +0 -36
- data/node_modules/graphemer/lib/boundaries.d.ts +0 -35
- data/node_modules/graphemer/lib/boundaries.d.ts.map +0 -1
- data/node_modules/graphemer/lib/boundaries.js +0 -38
- data/node_modules/graphemer/lib/index.d.ts +0 -3
- data/node_modules/graphemer/lib/index.d.ts.map +0 -1
- data/node_modules/graphemer/lib/index.js +0 -7
- data/node_modules/graphemer/package.json +0 -54
- data/node_modules/hasown/index.d.ts.map +0 -1
- data/node_modules/jsonc-eslint-parser/LICENSE +0 -21
- data/node_modules/jsonc-eslint-parser/README.md +0 -96
- data/node_modules/jsonc-eslint-parser/lib/index.d.ts +0 -11
- data/node_modules/jsonc-eslint-parser/lib/index.js +0 -44
- data/node_modules/jsonc-eslint-parser/lib/meta.d.ts +0 -2
- data/node_modules/jsonc-eslint-parser/lib/meta.js +0 -5
- data/node_modules/jsonc-eslint-parser/lib/parser/ast.d.ts +0 -125
- data/node_modules/jsonc-eslint-parser/lib/parser/ast.js +0 -2
- data/node_modules/jsonc-eslint-parser/lib/parser/convert.d.ts +0 -15
- data/node_modules/jsonc-eslint-parser/lib/parser/convert.js +0 -170
- data/node_modules/jsonc-eslint-parser/lib/parser/errors.d.ts +0 -17
- data/node_modules/jsonc-eslint-parser/lib/parser/errors.js +0 -92
- data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.d.ts +0 -3
- data/node_modules/jsonc-eslint-parser/lib/parser/extend-parser.js +0 -117
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.d.ts +0 -2
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/acorn.js +0 -74
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.d.ts +0 -8
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/espree.js +0 -59
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.d.ts +0 -13
- data/node_modules/jsonc-eslint-parser/lib/parser/modules/require-utils.js +0 -80
- data/node_modules/jsonc-eslint-parser/lib/parser/parser.d.ts +0 -9
- data/node_modules/jsonc-eslint-parser/lib/parser/parser.js +0 -201
- data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.d.ts +0 -27
- data/node_modules/jsonc-eslint-parser/lib/parser/syntax-context.js +0 -2
- data/node_modules/jsonc-eslint-parser/lib/parser/token-store.d.ts +0 -21
- data/node_modules/jsonc-eslint-parser/lib/parser/token-store.js +0 -48
- data/node_modules/jsonc-eslint-parser/lib/parser/traverse.d.ts +0 -11
- data/node_modules/jsonc-eslint-parser/lib/parser/traverse.js +0 -57
- data/node_modules/jsonc-eslint-parser/lib/parser/utils.d.ts +0 -5
- data/node_modules/jsonc-eslint-parser/lib/parser/utils.js +0 -8
- data/node_modules/jsonc-eslint-parser/lib/parser/validate.d.ts +0 -8
- data/node_modules/jsonc-eslint-parser/lib/parser/validate.js +0 -405
- data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.d.ts +0 -2
- data/node_modules/jsonc-eslint-parser/lib/parser/visitor-keys.js +0 -51
- data/node_modules/jsonc-eslint-parser/lib/types.d.ts +0 -11
- data/node_modules/jsonc-eslint-parser/lib/types.js +0 -2
- data/node_modules/jsonc-eslint-parser/lib/utils/ast.d.ts +0 -19
- data/node_modules/jsonc-eslint-parser/lib/utils/ast.js +0 -128
- data/node_modules/jsonc-eslint-parser/node_modules/semver/README.md +0 -637
- data/node_modules/jsonc-eslint-parser/node_modules/semver/bin/semver.js +0 -197
- data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/comparator.js +0 -141
- data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/index.js +0 -5
- data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/range.js +0 -539
- data/node_modules/jsonc-eslint-parser/node_modules/semver/classes/semver.js +0 -302
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/clean.js +0 -6
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/cmp.js +0 -52
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/coerce.js +0 -52
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-build.js +0 -7
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare-loose.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/compare.js +0 -5
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/diff.js +0 -65
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/eq.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gt.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/gte.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/inc.js +0 -19
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lt.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/lte.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/major.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/minor.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/neq.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/parse.js +0 -16
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/patch.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/prerelease.js +0 -6
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rcompare.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/rsort.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/satisfies.js +0 -10
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/sort.js +0 -3
- data/node_modules/jsonc-eslint-parser/node_modules/semver/functions/valid.js +0 -6
- data/node_modules/jsonc-eslint-parser/node_modules/semver/index.js +0 -89
- data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/constants.js +0 -35
- data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/debug.js +0 -9
- data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/identifiers.js +0 -23
- data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/parse-options.js +0 -15
- data/node_modules/jsonc-eslint-parser/node_modules/semver/internal/re.js +0 -212
- data/node_modules/jsonc-eslint-parser/node_modules/semver/package.json +0 -87
- data/node_modules/jsonc-eslint-parser/node_modules/semver/preload.js +0 -2
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/gtr.js +0 -4
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/intersects.js +0 -7
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/ltr.js +0 -4
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/max-satisfying.js +0 -25
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-satisfying.js +0 -24
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/min-version.js +0 -61
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/outside.js +0 -80
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/simplify.js +0 -47
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/subset.js +0 -247
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/to-comparators.js +0 -8
- data/node_modules/jsonc-eslint-parser/node_modules/semver/ranges/valid.js +0 -11
- data/node_modules/jsonc-eslint-parser/package.json +0 -92
- data/node_modules/object.assign/test.html +0 -18458
- data/node_modules/object.groupby/aos/AddValueToKeyedGroup.js +0 -26
- data/node_modules/object.groupby/aos/GroupBy.js +0 -77
- data/node_modules/resolve/node_modules/is-core-module/CHANGELOG.md +0 -173
- data/node_modules/resolve/node_modules/is-core-module/LICENSE +0 -20
- data/node_modules/resolve/node_modules/is-core-module/README.md +0 -40
- data/node_modules/resolve/node_modules/is-core-module/core.json +0 -158
- data/node_modules/resolve/node_modules/is-core-module/index.js +0 -69
- data/node_modules/resolve/node_modules/is-core-module/package.json +0 -73
- data/node_modules/resolve/node_modules/is-core-module/test/index.js +0 -133
- data/node_modules/resolve/test/resolver/malformed_package_json/index.js +0 -0
- data/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
- /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
- /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
- /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
- /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
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/LICENSE +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/README.md +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/minimatch.js +0 -0
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/node_modules/brace-expansion/LICENSE +0 -0
- /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
- /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
- /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
- /data/node_modules/{@eslint-community/eslint-utils/node_modules/eslint → eslint-plugin-import}/node_modules/minimatch/package.json +0 -0
- /data/node_modules/{jsonc-eslint-parser → eslint-plugin-import}/node_modules/semver/LICENSE +0 -0
- /data/node_modules/{jsonc-eslint-parser → eslint-plugin-import}/node_modules/semver/range.bnf +0 -0
- /data/node_modules/{@aashutoshrathi/word-wrap → word-wrap}/LICENSE +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ast.js","sourceRoot":"","sources":["../../src/ast.ts"],"names":[],"mappings":"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","sourcesContent":["// parse a single path portion\n\nimport { parseClass } from './brace-expressions.js'\nimport { MinimatchOptions, MMRegExp } from './index.js'\nimport { unescape } from './unescape.js'\n\n// classes [] are handled by the parseClass method\n// for positive extglobs, we sub-parse the contents, and combine,\n// with the appropriate regexp close.\n// for negative extglobs, we sub-parse the contents, but then\n// have to include the rest of the pattern, then the parent, etc.,\n// as the thing that cannot be because RegExp negative lookaheads\n// are different from globs.\n//\n// So for example:\n// a@(i|w!(x|y)z|j)b => ^a(i|w((!?(x|y)zb).*)z|j)b$\n// 1 2 3 4 5 6 1 2 3 46 5 6\n//\n// Assembling the extglob requires not just the negated patterns themselves,\n// but also anything following the negative patterns up to the boundary\n// of the current pattern, plus anything following in the parent pattern.\n//\n//\n// So, first, we parse the string into an AST of extglobs, without turning\n// anything into regexps yet.\n//\n// ['a', {@ [['i'], ['w', {!['x', 'y']}, 'z'], ['j']]}, 'b']\n//\n// Then, for all the negative extglobs, we append whatever comes after in\n// each parent as their tail\n//\n// ['a', {@ [['i'], ['w', {!['x', 'y'], 'z', 'b'}, 'z'], ['j']]}, 'b']\n//\n// Lastly, we turn each of these pieces into a regexp, and join\n//\n// v----- .* because there's more following,\n// v v otherwise, .+ because it must be\n// v v *something* there.\n// ['^a', {@ ['i', 'w(?:(!?(?:x|y).*zb$).*)z', 'j' ]}, 'b$']\n// copy what follows into here--^^^^^\n// ['^a', '(?:i|w(?:(?!(?:x|y).*zb$).*)z|j)', 'b$']\n// ['^a(?:i|w(?:(?!(?:x|y).*zb$).*)z|j)b$']\n\nexport type ExtglobType = '!' | '?' | '+' | '*' | '@'\nconst types = new Set<ExtglobType>(['!', '?', '+', '*', '@'])\nconst isExtglobType = (c: string): c is ExtglobType =>\n types.has(c as ExtglobType)\n\n// Patterns that get prepended to bind to the start of either the\n// entire string, or just a single path portion, to prevent dots\n// and/or traversal patterns, when needed.\n// Exts don't need the ^ or / bit, because the root binds that already.\nconst startNoTraversal = '(?!(?:^|/)\\\\.\\\\.?(?:$|/))'\nconst startNoDot = '(?!\\\\.)'\n\n// characters that indicate a start of pattern needs the \"no dots\" bit,\n// because a dot *might* be matched. ( is not in the list, because in\n// the case of a child extglob, it will handle the prevention itself.\nconst addPatternStart = new Set(['[', '.'])\n// cases where traversal is A-OK, no dot prevention needed\nconst justDots = new Set(['..', '.'])\nconst reSpecials = new Set('().*{}+?[]^$\\\\!')\nconst regExpEscape = (s: string) =>\n s.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&')\n\n// any single thing other than /\nconst qmark = '[^/]'\n\n// * => any number of characters\nconst star = qmark + '*?'\n// use + when we need to ensure that *something* matches, because the * is\n// the only thing in the path portion.\nconst starNoEmpty = qmark + '+?'\n\n// remove the \\ chars that we added if we end up doing a nonmagic compare\n// const deslash = (s: string) => s.replace(/\\\\(.)/g, '$1')\n\nexport class AST {\n type: ExtglobType | null\n readonly #root: AST\n\n #hasMagic?: boolean\n #uflag: boolean = false\n #parts: (string | AST)[] = []\n readonly #parent?: AST\n readonly #parentIndex: number\n #negs: AST[]\n #filledNegs: boolean = false\n #options: MinimatchOptions\n #toString?: string\n // set to true if it's an extglob with no children\n // (which really means one child of '')\n #emptyExt: boolean = false\n\n constructor(\n type: ExtglobType | null,\n parent?: AST,\n options: MinimatchOptions = {}\n ) {\n this.type = type\n // extglobs are inherently magical\n if (type) this.#hasMagic = true\n this.#parent = parent\n this.#root = this.#parent ? this.#parent.#root : this\n this.#options = this.#root === this ? options : this.#root.#options\n this.#negs = this.#root === this ? [] : this.#root.#negs\n if (type === '!' && !this.#root.#filledNegs) this.#negs.push(this)\n this.#parentIndex = this.#parent ? this.#parent.#parts.length : 0\n }\n\n get hasMagic(): boolean | undefined {\n /* c8 ignore start */\n if (this.#hasMagic !== undefined) return this.#hasMagic\n /* c8 ignore stop */\n for (const p of this.#parts) {\n if (typeof p === 'string') continue\n if (p.type || p.hasMagic) return (this.#hasMagic = true)\n }\n // note: will be undefined until we generate the regexp src and find out\n return this.#hasMagic\n }\n\n // reconstructs the pattern\n toString(): string {\n if (this.#toString !== undefined) return this.#toString\n if (!this.type) {\n return (this.#toString = this.#parts.map(p => String(p)).join(''))\n } else {\n return (this.#toString =\n this.type + '(' + this.#parts.map(p => String(p)).join('|') + ')')\n }\n }\n\n #fillNegs() {\n /* c8 ignore start */\n if (this !== this.#root) throw new Error('should only call on root')\n if (this.#filledNegs) return this\n /* c8 ignore stop */\n\n // call toString() once to fill this out\n this.toString()\n this.#filledNegs = true\n let n: AST | undefined\n while ((n = this.#negs.pop())) {\n if (n.type !== '!') continue\n // walk up the tree, appending everthing that comes AFTER parentIndex\n let p: AST | undefined = n\n let pp = p.#parent\n while (pp) {\n for (\n let i = p.#parentIndex + 1;\n !pp.type && i < pp.#parts.length;\n i++\n ) {\n for (const part of n.#parts) {\n /* c8 ignore start */\n if (typeof part === 'string') {\n throw new Error('string part in extglob AST??')\n }\n /* c8 ignore stop */\n part.copyIn(pp.#parts[i])\n }\n }\n p = pp\n pp = p.#parent\n }\n }\n return this\n }\n\n push(...parts: (string | AST)[]) {\n for (const p of parts) {\n if (p === '') continue\n /* c8 ignore start */\n if (typeof p !== 'string' && !(p instanceof AST && p.#parent === this)) {\n throw new Error('invalid part: ' + p)\n }\n /* c8 ignore stop */\n this.#parts.push(p)\n }\n }\n\n toJSON() {\n const ret: any[] =\n this.type === null\n ? this.#parts.slice().map(p => (typeof p === 'string' ? p : p.toJSON()))\n : [this.type, ...this.#parts.map(p => (p as AST).toJSON())]\n if (this.isStart() && !this.type) ret.unshift([])\n if (\n this.isEnd() &&\n (this === this.#root ||\n (this.#root.#filledNegs && this.#parent?.type === '!'))\n ) {\n ret.push({})\n }\n return ret\n }\n\n isStart(): boolean {\n if (this.#root === this) return true\n // if (this.type) return !!this.#parent?.isStart()\n if (!this.#parent?.isStart()) return false\n if (this.#parentIndex === 0) return true\n // if everything AHEAD of this is a negation, then it's still the \"start\"\n const p = this.#parent\n for (let i = 0; i < this.#parentIndex; i++) {\n const pp = p.#parts[i]\n if (!(pp instanceof AST && pp.type === '!')) {\n return false\n }\n }\n return true\n }\n\n isEnd(): boolean {\n if (this.#root === this) return true\n if (this.#parent?.type === '!') return true\n if (!this.#parent?.isEnd()) return false\n if (!this.type) return this.#parent?.isEnd()\n // if not root, it'll always have a parent\n /* c8 ignore start */\n const pl = this.#parent ? this.#parent.#parts.length : 0\n /* c8 ignore stop */\n return this.#parentIndex === pl - 1\n }\n\n copyIn(part: AST | string) {\n if (typeof part === 'string') this.push(part)\n else this.push(part.clone(this))\n }\n\n clone(parent: AST) {\n const c = new AST(this.type, parent)\n for (const p of this.#parts) {\n c.copyIn(p)\n }\n return c\n }\n\n static #parseAST(\n str: string,\n ast: AST,\n pos: number,\n opt: MinimatchOptions\n ): number {\n let escaping = false\n let inBrace = false\n let braceStart = -1\n let braceNeg = false\n if (ast.type === null) {\n // outside of a extglob, append until we find a start\n let i = pos\n let acc = ''\n while (i < str.length) {\n const c = str.charAt(i++)\n // still accumulate escapes at this point, but we do ignore\n // starts that are escaped\n if (escaping || c === '\\\\') {\n escaping = !escaping\n acc += c\n continue\n }\n\n if (inBrace) {\n if (i === braceStart + 1) {\n if (c === '^' || c === '!') {\n braceNeg = true\n }\n } else if (c === ']' && !(i === braceStart + 2 && braceNeg)) {\n inBrace = false\n }\n acc += c\n continue\n } else if (c === '[') {\n inBrace = true\n braceStart = i\n braceNeg = false\n acc += c\n continue\n }\n\n if (!opt.noext && isExtglobType(c) && str.charAt(i) === '(') {\n ast.push(acc)\n acc = ''\n const ext = new AST(c, ast)\n i = AST.#parseAST(str, ext, i, opt)\n ast.push(ext)\n continue\n }\n acc += c\n }\n ast.push(acc)\n return i\n }\n\n // some kind of extglob, pos is at the (\n // find the next | or )\n let i = pos + 1\n let part = new AST(null, ast)\n const parts: AST[] = []\n let acc = ''\n while (i < str.length) {\n const c = str.charAt(i++)\n // still accumulate escapes at this point, but we do ignore\n // starts that are escaped\n if (escaping || c === '\\\\') {\n escaping = !escaping\n acc += c\n continue\n }\n\n if (inBrace) {\n if (i === braceStart + 1) {\n if (c === '^' || c === '!') {\n braceNeg = true\n }\n } else if (c === ']' && !(i === braceStart + 2 && braceNeg)) {\n inBrace = false\n }\n acc += c\n continue\n } else if (c === '[') {\n inBrace = true\n braceStart = i\n braceNeg = false\n acc += c\n continue\n }\n\n if (isExtglobType(c) && str.charAt(i) === '(') {\n part.push(acc)\n acc = ''\n const ext = new AST(c, part)\n part.push(ext)\n i = AST.#parseAST(str, ext, i, opt)\n continue\n }\n if (c === '|') {\n part.push(acc)\n acc = ''\n parts.push(part)\n part = new AST(null, ast)\n continue\n }\n if (c === ')') {\n if (acc === '' && ast.#parts.length === 0) {\n ast.#emptyExt = true\n }\n part.push(acc)\n acc = ''\n ast.push(...parts, part)\n return i\n }\n acc += c\n }\n\n // unfinished extglob\n // if we got here, it was a malformed extglob! not an extglob, but\n // maybe something else in there.\n ast.type = null\n ast.#hasMagic = undefined\n ast.#parts = [str.substring(pos - 1)]\n return i\n }\n\n static fromGlob(pattern: string, options: MinimatchOptions = {}) {\n const ast = new AST(null, undefined, options)\n AST.#parseAST(pattern, ast, 0, options)\n return ast\n }\n\n // returns the regular expression if there's magic, or the unescaped\n // string if not.\n toMMPattern(): MMRegExp | string {\n // should only be called on root\n /* c8 ignore start */\n if (this !== this.#root) return this.#root.toMMPattern()\n /* c8 ignore stop */\n const glob = this.toString()\n const [re, body, hasMagic, uflag] = this.toRegExpSource()\n // if we're in nocase mode, and not nocaseMagicOnly, then we do\n // still need a regular expression if we have to case-insensitively\n // match capital/lowercase characters.\n const anyMagic =\n hasMagic ||\n this.#hasMagic ||\n (this.#options.nocase &&\n !this.#options.nocaseMagicOnly &&\n glob.toUpperCase() !== glob.toLowerCase())\n if (!anyMagic) {\n return body\n }\n\n const flags = (this.#options.nocase ? 'i' : '') + (uflag ? 'u' : '')\n return Object.assign(new RegExp(`^${re}$`, flags), {\n _src: re,\n _glob: glob,\n })\n }\n\n // returns the string match, the regexp source, whether there's magic\n // in the regexp (so a regular expression is required) and whether or\n // not the uflag is needed for the regular expression (for posix classes)\n // TODO: instead of injecting the start/end at this point, just return\n // the BODY of the regexp, along with the start/end portions suitable\n // for binding the start/end in either a joined full-path makeRe context\n // (where we bind to (^|/), or a standalone matchPart context (where\n // we bind to ^, and not /). Otherwise slashes get duped!\n //\n // In part-matching mode, the start is:\n // - if not isStart: nothing\n // - if traversal possible, but not allowed: ^(?!\\.\\.?$)\n // - if dots allowed or not possible: ^\n // - if dots possible and not allowed: ^(?!\\.)\n // end is:\n // - if not isEnd(): nothing\n // - else: $\n //\n // In full-path matching mode, we put the slash at the START of the\n // pattern, so start is:\n // - if first pattern: same as part-matching mode\n // - if not isStart(): nothing\n // - if traversal possible, but not allowed: /(?!\\.\\.?(?:$|/))\n // - if dots allowed or not possible: /\n // - if dots possible and not allowed: /(?!\\.)\n // end is:\n // - if last pattern, same as part-matching mode\n // - else nothing\n //\n // Always put the (?:$|/) on negated tails, though, because that has to be\n // there to bind the end of the negated pattern portion, and it's easier to\n // just stick it in now rather than try to inject it later in the middle of\n // the pattern.\n //\n // We can just always return the same end, and leave it up to the caller\n // to know whether it's going to be used joined or in parts.\n // And, if the start is adjusted slightly, can do the same there:\n // - if not isStart: nothing\n // - if traversal possible, but not allowed: (?:/|^)(?!\\.\\.?$)\n // - if dots allowed or not possible: (?:/|^)\n // - if dots possible and not allowed: (?:/|^)(?!\\.)\n //\n // But it's better to have a simpler binding without a conditional, for\n // performance, so probably better to return both start options.\n //\n // Then the caller just ignores the end if it's not the first pattern,\n // and the start always gets applied.\n //\n // But that's always going to be $ if it's the ending pattern, or nothing,\n // so the caller can just attach $ at the end of the pattern when building.\n //\n // So the todo is:\n // - better detect what kind of start is needed\n // - return both flavors of starting pattern\n // - attach $ at the end of the pattern when creating the actual RegExp\n //\n // Ah, but wait, no, that all only applies to the root when the first pattern\n // is not an extglob. If the first pattern IS an extglob, then we need all\n // that dot prevention biz to live in the extglob portions, because eg\n // +(*|.x*) can match .xy but not .yx.\n //\n // So, return the two flavors if it's #root and the first child is not an\n // AST, otherwise leave it to the child AST to handle it, and there,\n // use the (?:^|/) style of start binding.\n //\n // Even simplified further:\n // - Since the start for a join is eg /(?!\\.) and the start for a part\n // is ^(?!\\.), we can just prepend (?!\\.) to the pattern (either root\n // or start or whatever) and prepend ^ or / at the Regexp construction.\n toRegExpSource(\n allowDot?: boolean\n ): [re: string, body: string, hasMagic: boolean, uflag: boolean] {\n const dot = allowDot ?? !!this.#options.dot\n if (this.#root === this) this.#fillNegs()\n if (!this.type) {\n const noEmpty = this.isStart() && this.isEnd()\n const src = this.#parts\n .map(p => {\n const [re, _, hasMagic, uflag] =\n typeof p === 'string'\n ? AST.#parseGlob(p, this.#hasMagic, noEmpty)\n : p.toRegExpSource(allowDot)\n this.#hasMagic = this.#hasMagic || hasMagic\n this.#uflag = this.#uflag || uflag\n return re\n })\n .join('')\n\n let start = ''\n if (this.isStart()) {\n if (typeof this.#parts[0] === 'string') {\n // this is the string that will match the start of the pattern,\n // so we need to protect against dots and such.\n\n // '.' and '..' cannot match unless the pattern is that exactly,\n // even if it starts with . or dot:true is set.\n const dotTravAllowed =\n this.#parts.length === 1 && justDots.has(this.#parts[0])\n if (!dotTravAllowed) {\n const aps = addPatternStart\n // check if we have a possibility of matching . or ..,\n // and prevent that.\n const needNoTrav =\n // dots are allowed, and the pattern starts with [ or .\n (dot && aps.has(src.charAt(0))) ||\n // the pattern starts with \\., and then [ or .\n (src.startsWith('\\\\.') && aps.has(src.charAt(2))) ||\n // the pattern starts with \\.\\., and then [ or .\n (src.startsWith('\\\\.\\\\.') && aps.has(src.charAt(4)))\n // no need to prevent dots if it can't match a dot, or if a\n // sub-pattern will be preventing it anyway.\n const needNoDot = !dot && !allowDot && aps.has(src.charAt(0))\n\n start = needNoTrav ? startNoTraversal : needNoDot ? startNoDot : ''\n }\n }\n }\n\n // append the \"end of path portion\" pattern to negation tails\n let end = ''\n if (\n this.isEnd() &&\n this.#root.#filledNegs &&\n this.#parent?.type === '!'\n ) {\n end = '(?:$|\\\\/)'\n }\n const final = start + src + end\n return [\n final,\n unescape(src),\n (this.#hasMagic = !!this.#hasMagic),\n this.#uflag,\n ]\n }\n\n // We need to calculate the body *twice* if it's a repeat pattern\n // at the start, once in nodot mode, then again in dot mode, so a\n // pattern like *(?) can match 'x.y'\n\n const repeated = this.type === '*' || this.type === '+'\n // some kind of extglob\n const start = this.type === '!' ? '(?:(?!(?:' : '(?:'\n let body = this.#partsToRegExp(dot)\n\n if (this.isStart() && this.isEnd() && !body && this.type !== '!') {\n // invalid extglob, has to at least be *something* present, if it's\n // the entire path portion.\n const s = this.toString()\n this.#parts = [s]\n this.type = null\n this.#hasMagic = undefined\n return [s, unescape(this.toString()), false, false]\n }\n\n // XXX abstract out this map method\n let bodyDotAllowed =\n !repeated || allowDot || dot || !startNoDot\n ? ''\n : this.#partsToRegExp(true)\n if (bodyDotAllowed === body) {\n bodyDotAllowed = ''\n }\n if (bodyDotAllowed) {\n body = `(?:${body})(?:${bodyDotAllowed})*?`\n }\n\n // an empty !() is exactly equivalent to a starNoEmpty\n let final = ''\n if (this.type === '!' && this.#emptyExt) {\n final = (this.isStart() && !dot ? startNoDot : '') + starNoEmpty\n } else {\n const close =\n this.type === '!'\n ? // !() must match something,but !(x) can match ''\n '))' +\n (this.isStart() && !dot && !allowDot ? startNoDot : '') +\n star +\n ')'\n : this.type === '@'\n ? ')'\n : this.type === '?'\n ? ')?'\n : this.type === '+' && bodyDotAllowed\n ? ')'\n : this.type === '*' && bodyDotAllowed\n ? `)?`\n : `)${this.type}`\n final = start + body + close\n }\n return [\n final,\n unescape(body),\n (this.#hasMagic = !!this.#hasMagic),\n this.#uflag,\n ]\n }\n\n #partsToRegExp(dot: boolean) {\n return this.#parts\n .map(p => {\n // extglob ASTs should only contain parent ASTs\n /* c8 ignore start */\n if (typeof p === 'string') {\n throw new Error('string type in extglob ast??')\n }\n /* c8 ignore stop */\n // can ignore hasMagic, because extglobs are already always magic\n const [re, _, _hasMagic, uflag] = p.toRegExpSource(dot)\n this.#uflag = this.#uflag || uflag\n return re\n })\n .filter(p => !(this.isStart() && this.isEnd()) || !!p)\n .join('|')\n }\n\n static #parseGlob(\n glob: string,\n hasMagic: boolean | undefined,\n noEmpty: boolean = false\n ): [re: string, body: string, hasMagic: boolean, uflag: boolean] {\n let escaping = false\n let re = ''\n let uflag = false\n for (let i = 0; i < glob.length; i++) {\n const c = glob.charAt(i)\n if (escaping) {\n escaping = false\n re += (reSpecials.has(c) ? '\\\\' : '') + c\n continue\n }\n if (c === '\\\\') {\n if (i === glob.length - 1) {\n re += '\\\\\\\\'\n } else {\n escaping = true\n }\n continue\n }\n if (c === '[') {\n const [src, needUflag, consumed, magic] = parseClass(glob, i)\n if (consumed) {\n re += src\n uflag = uflag || needUflag\n i += consumed - 1\n hasMagic = hasMagic || magic\n continue\n }\n }\n if (c === '*') {\n if (noEmpty && glob === '*') re += starNoEmpty\n else re += star\n hasMagic = true\n continue\n }\n if (c === '?') {\n re += qmark\n hasMagic = true\n continue\n }\n re += regExpEscape(c)\n }\n return [re, unescape(glob), !!hasMagic, uflag]\n }\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"brace-expressions.d.ts","sourceRoot":"","sources":["../../src/brace-expressions.ts"],"names":[],"mappings":"AA+BA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,GAAG,EAAE,MAAM;IACX,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,MAAM;IAChB,QAAQ,EAAE,OAAO;CAClB,CAAA;AAQD,eAAO,MAAM,UAAU,SACf,MAAM,YACF,MAAM,qBA8HjB,CAAA"}
|
@@ -0,0 +1,152 @@
|
|
1
|
+
"use strict";
|
2
|
+
// translate the various posix character classes into unicode properties
|
3
|
+
// this works across all unicode locales
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.parseClass = void 0;
|
6
|
+
// { <posix class>: [<translation>, /u flag required, negated]
|
7
|
+
const posixClasses = {
|
8
|
+
'[:alnum:]': ['\\p{L}\\p{Nl}\\p{Nd}', true],
|
9
|
+
'[:alpha:]': ['\\p{L}\\p{Nl}', true],
|
10
|
+
'[:ascii:]': ['\\x' + '00-\\x' + '7f', false],
|
11
|
+
'[:blank:]': ['\\p{Zs}\\t', true],
|
12
|
+
'[:cntrl:]': ['\\p{Cc}', true],
|
13
|
+
'[:digit:]': ['\\p{Nd}', true],
|
14
|
+
'[:graph:]': ['\\p{Z}\\p{C}', true, true],
|
15
|
+
'[:lower:]': ['\\p{Ll}', true],
|
16
|
+
'[:print:]': ['\\p{C}', true],
|
17
|
+
'[:punct:]': ['\\p{P}', true],
|
18
|
+
'[:space:]': ['\\p{Z}\\t\\r\\n\\v\\f', true],
|
19
|
+
'[:upper:]': ['\\p{Lu}', true],
|
20
|
+
'[:word:]': ['\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}', true],
|
21
|
+
'[:xdigit:]': ['A-Fa-f0-9', false],
|
22
|
+
};
|
23
|
+
// only need to escape a few things inside of brace expressions
|
24
|
+
// escapes: [ \ ] -
|
25
|
+
const braceEscape = (s) => s.replace(/[[\]\\-]/g, '\\$&');
|
26
|
+
// escape all regexp magic characters
|
27
|
+
const regexpEscape = (s) => s.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
|
28
|
+
// everything has already been escaped, we just have to join
|
29
|
+
const rangesToString = (ranges) => ranges.join('');
|
30
|
+
// takes a glob string at a posix brace expression, and returns
|
31
|
+
// an equivalent regular expression source, and boolean indicating
|
32
|
+
// whether the /u flag needs to be applied, and the number of chars
|
33
|
+
// consumed to parse the character class.
|
34
|
+
// This also removes out of order ranges, and returns ($.) if the
|
35
|
+
// entire class just no good.
|
36
|
+
const parseClass = (glob, position) => {
|
37
|
+
const pos = position;
|
38
|
+
/* c8 ignore start */
|
39
|
+
if (glob.charAt(pos) !== '[') {
|
40
|
+
throw new Error('not in a brace expression');
|
41
|
+
}
|
42
|
+
/* c8 ignore stop */
|
43
|
+
const ranges = [];
|
44
|
+
const negs = [];
|
45
|
+
let i = pos + 1;
|
46
|
+
let sawStart = false;
|
47
|
+
let uflag = false;
|
48
|
+
let escaping = false;
|
49
|
+
let negate = false;
|
50
|
+
let endPos = pos;
|
51
|
+
let rangeStart = '';
|
52
|
+
WHILE: while (i < glob.length) {
|
53
|
+
const c = glob.charAt(i);
|
54
|
+
if ((c === '!' || c === '^') && i === pos + 1) {
|
55
|
+
negate = true;
|
56
|
+
i++;
|
57
|
+
continue;
|
58
|
+
}
|
59
|
+
if (c === ']' && sawStart && !escaping) {
|
60
|
+
endPos = i + 1;
|
61
|
+
break;
|
62
|
+
}
|
63
|
+
sawStart = true;
|
64
|
+
if (c === '\\') {
|
65
|
+
if (!escaping) {
|
66
|
+
escaping = true;
|
67
|
+
i++;
|
68
|
+
continue;
|
69
|
+
}
|
70
|
+
// escaped \ char, fall through and treat like normal char
|
71
|
+
}
|
72
|
+
if (c === '[' && !escaping) {
|
73
|
+
// either a posix class, a collation equivalent, or just a [
|
74
|
+
for (const [cls, [unip, u, neg]] of Object.entries(posixClasses)) {
|
75
|
+
if (glob.startsWith(cls, i)) {
|
76
|
+
// invalid, [a-[] is fine, but not [a-[:alpha]]
|
77
|
+
if (rangeStart) {
|
78
|
+
return ['$.', false, glob.length - pos, true];
|
79
|
+
}
|
80
|
+
i += cls.length;
|
81
|
+
if (neg)
|
82
|
+
negs.push(unip);
|
83
|
+
else
|
84
|
+
ranges.push(unip);
|
85
|
+
uflag = uflag || u;
|
86
|
+
continue WHILE;
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
90
|
+
// now it's just a normal character, effectively
|
91
|
+
escaping = false;
|
92
|
+
if (rangeStart) {
|
93
|
+
// throw this range away if it's not valid, but others
|
94
|
+
// can still match.
|
95
|
+
if (c > rangeStart) {
|
96
|
+
ranges.push(braceEscape(rangeStart) + '-' + braceEscape(c));
|
97
|
+
}
|
98
|
+
else if (c === rangeStart) {
|
99
|
+
ranges.push(braceEscape(c));
|
100
|
+
}
|
101
|
+
rangeStart = '';
|
102
|
+
i++;
|
103
|
+
continue;
|
104
|
+
}
|
105
|
+
// now might be the start of a range.
|
106
|
+
// can be either c-d or c-] or c<more...>] or c] at this point
|
107
|
+
if (glob.startsWith('-]', i + 1)) {
|
108
|
+
ranges.push(braceEscape(c + '-'));
|
109
|
+
i += 2;
|
110
|
+
continue;
|
111
|
+
}
|
112
|
+
if (glob.startsWith('-', i + 1)) {
|
113
|
+
rangeStart = c;
|
114
|
+
i += 2;
|
115
|
+
continue;
|
116
|
+
}
|
117
|
+
// not the start of a range, just a single character
|
118
|
+
ranges.push(braceEscape(c));
|
119
|
+
i++;
|
120
|
+
}
|
121
|
+
if (endPos < i) {
|
122
|
+
// didn't see the end of the class, not a valid class,
|
123
|
+
// but might still be valid as a literal match.
|
124
|
+
return ['', false, 0, false];
|
125
|
+
}
|
126
|
+
// if we got no ranges and no negates, then we have a range that
|
127
|
+
// cannot possibly match anything, and that poisons the whole glob
|
128
|
+
if (!ranges.length && !negs.length) {
|
129
|
+
return ['$.', false, glob.length - pos, true];
|
130
|
+
}
|
131
|
+
// if we got one positive range, and it's a single character, then that's
|
132
|
+
// not actually a magic pattern, it's just that one literal character.
|
133
|
+
// we should not treat that as "magic", we should just return the literal
|
134
|
+
// character. [_] is a perfectly valid way to escape glob magic chars.
|
135
|
+
if (negs.length === 0 &&
|
136
|
+
ranges.length === 1 &&
|
137
|
+
/^\\?.$/.test(ranges[0]) &&
|
138
|
+
!negate) {
|
139
|
+
const r = ranges[0].length === 2 ? ranges[0].slice(-1) : ranges[0];
|
140
|
+
return [regexpEscape(r), false, endPos - pos, false];
|
141
|
+
}
|
142
|
+
const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']';
|
143
|
+
const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']';
|
144
|
+
const comb = ranges.length && negs.length
|
145
|
+
? '(' + sranges + '|' + snegs + ')'
|
146
|
+
: ranges.length
|
147
|
+
? sranges
|
148
|
+
: snegs;
|
149
|
+
return [comb, uflag, endPos - pos, true];
|
150
|
+
};
|
151
|
+
exports.parseClass = parseClass;
|
152
|
+
//# sourceMappingURL=brace-expressions.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"brace-expressions.js","sourceRoot":"","sources":["../../src/brace-expressions.ts"],"names":[],"mappings":"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","sourcesContent":["// translate the various posix character classes into unicode properties\n// this works across all unicode locales\n\n// { <posix class>: [<translation>, /u flag required, negated]\nconst posixClasses: { [k: string]: [e: string, u: boolean, n?: boolean] } = {\n '[:alnum:]': ['\\\\p{L}\\\\p{Nl}\\\\p{Nd}', true],\n '[:alpha:]': ['\\\\p{L}\\\\p{Nl}', true],\n '[:ascii:]': ['\\\\x' + '00-\\\\x' + '7f', false],\n '[:blank:]': ['\\\\p{Zs}\\\\t', true],\n '[:cntrl:]': ['\\\\p{Cc}', true],\n '[:digit:]': ['\\\\p{Nd}', true],\n '[:graph:]': ['\\\\p{Z}\\\\p{C}', true, true],\n '[:lower:]': ['\\\\p{Ll}', true],\n '[:print:]': ['\\\\p{C}', true],\n '[:punct:]': ['\\\\p{P}', true],\n '[:space:]': ['\\\\p{Z}\\\\t\\\\r\\\\n\\\\v\\\\f', true],\n '[:upper:]': ['\\\\p{Lu}', true],\n '[:word:]': ['\\\\p{L}\\\\p{Nl}\\\\p{Nd}\\\\p{Pc}', true],\n '[:xdigit:]': ['A-Fa-f0-9', false],\n}\n\n// only need to escape a few things inside of brace expressions\n// escapes: [ \\ ] -\nconst braceEscape = (s: string) => s.replace(/[[\\]\\\\-]/g, '\\\\$&')\n// escape all regexp magic characters\nconst regexpEscape = (s: string) =>\n s.replace(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g, '\\\\$&')\n\n// everything has already been escaped, we just have to join\nconst rangesToString = (ranges: string[]): string => ranges.join('')\n\nexport type ParseClassResult = [\n src: string,\n uFlag: boolean,\n consumed: number,\n hasMagic: boolean\n]\n\n// takes a glob string at a posix brace expression, and returns\n// an equivalent regular expression source, and boolean indicating\n// whether the /u flag needs to be applied, and the number of chars\n// consumed to parse the character class.\n// This also removes out of order ranges, and returns ($.) if the\n// entire class just no good.\nexport const parseClass = (\n glob: string,\n position: number\n): ParseClassResult => {\n const pos = position\n /* c8 ignore start */\n if (glob.charAt(pos) !== '[') {\n throw new Error('not in a brace expression')\n }\n /* c8 ignore stop */\n const ranges: string[] = []\n const negs: string[] = []\n\n let i = pos + 1\n let sawStart = false\n let uflag = false\n let escaping = false\n let negate = false\n let endPos = pos\n let rangeStart = ''\n WHILE: while (i < glob.length) {\n const c = glob.charAt(i)\n if ((c === '!' || c === '^') && i === pos + 1) {\n negate = true\n i++\n continue\n }\n\n if (c === ']' && sawStart && !escaping) {\n endPos = i + 1\n break\n }\n\n sawStart = true\n if (c === '\\\\') {\n if (!escaping) {\n escaping = true\n i++\n continue\n }\n // escaped \\ char, fall through and treat like normal char\n }\n if (c === '[' && !escaping) {\n // either a posix class, a collation equivalent, or just a [\n for (const [cls, [unip, u, neg]] of Object.entries(posixClasses)) {\n if (glob.startsWith(cls, i)) {\n // invalid, [a-[] is fine, but not [a-[:alpha]]\n if (rangeStart) {\n return ['$.', false, glob.length - pos, true]\n }\n i += cls.length\n if (neg) negs.push(unip)\n else ranges.push(unip)\n uflag = uflag || u\n continue WHILE\n }\n }\n }\n\n // now it's just a normal character, effectively\n escaping = false\n if (rangeStart) {\n // throw this range away if it's not valid, but others\n // can still match.\n if (c > rangeStart) {\n ranges.push(braceEscape(rangeStart) + '-' + braceEscape(c))\n } else if (c === rangeStart) {\n ranges.push(braceEscape(c))\n }\n rangeStart = ''\n i++\n continue\n }\n\n // now might be the start of a range.\n // can be either c-d or c-] or c<more...>] or c] at this point\n if (glob.startsWith('-]', i + 1)) {\n ranges.push(braceEscape(c + '-'))\n i += 2\n continue\n }\n if (glob.startsWith('-', i + 1)) {\n rangeStart = c\n i += 2\n continue\n }\n\n // not the start of a range, just a single character\n ranges.push(braceEscape(c))\n i++\n }\n\n if (endPos < i) {\n // didn't see the end of the class, not a valid class,\n // but might still be valid as a literal match.\n return ['', false, 0, false]\n }\n\n // if we got no ranges and no negates, then we have a range that\n // cannot possibly match anything, and that poisons the whole glob\n if (!ranges.length && !negs.length) {\n return ['$.', false, glob.length - pos, true]\n }\n\n // if we got one positive range, and it's a single character, then that's\n // not actually a magic pattern, it's just that one literal character.\n // we should not treat that as \"magic\", we should just return the literal\n // character. [_] is a perfectly valid way to escape glob magic chars.\n if (\n negs.length === 0 &&\n ranges.length === 1 &&\n /^\\\\?.$/.test(ranges[0]) &&\n !negate\n ) {\n const r = ranges[0].length === 2 ? ranges[0].slice(-1) : ranges[0]\n return [regexpEscape(r), false, endPos - pos, false]\n }\n\n const sranges = '[' + (negate ? '^' : '') + rangesToString(ranges) + ']'\n const snegs = '[' + (negate ? '' : '^') + rangesToString(negs) + ']'\n const comb =\n ranges.length && negs.length\n ? '(' + sranges + '|' + snegs + ')'\n : ranges.length\n ? sranges\n : snegs\n\n return [comb, uflag, endPos - pos, true]\n}\n"]}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { MinimatchOptions } from './index.js';
|
2
|
+
/**
|
3
|
+
* Escape all magic characters in a glob pattern.
|
4
|
+
*
|
5
|
+
* If the {@link windowsPathsNoEscape | GlobOptions.windowsPathsNoEscape}
|
6
|
+
* option is used, then characters are escaped by wrapping in `[]`, because
|
7
|
+
* a magic character wrapped in a character class can only be satisfied by
|
8
|
+
* that exact character. In this mode, `\` is _not_ escaped, because it is
|
9
|
+
* not interpreted as a magic character, but instead as a path separator.
|
10
|
+
*/
|
11
|
+
export declare const escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, 'windowsPathsNoEscape'>) => string;
|
12
|
+
//# sourceMappingURL=escape.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"escape.d.ts","sourceRoot":"","sources":["../../src/escape.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM,MACd,MAAM,8BAGN,KAAK,gBAAgB,EAAE,sBAAsB,CAAC,WAQlD,CAAA"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.escape = void 0;
|
4
|
+
/**
|
5
|
+
* Escape all magic characters in a glob pattern.
|
6
|
+
*
|
7
|
+
* If the {@link windowsPathsNoEscape | GlobOptions.windowsPathsNoEscape}
|
8
|
+
* option is used, then characters are escaped by wrapping in `[]`, because
|
9
|
+
* a magic character wrapped in a character class can only be satisfied by
|
10
|
+
* that exact character. In this mode, `\` is _not_ escaped, because it is
|
11
|
+
* not interpreted as a magic character, but instead as a path separator.
|
12
|
+
*/
|
13
|
+
const escape = (s, { windowsPathsNoEscape = false, } = {}) => {
|
14
|
+
// don't need to escape +@! because we escape the parens
|
15
|
+
// that make those magic, and escaping ! as [!] isn't valid,
|
16
|
+
// because [!]] is a valid glob class meaning not ']'.
|
17
|
+
return windowsPathsNoEscape
|
18
|
+
? s.replace(/[?*()[\]]/g, '[$&]')
|
19
|
+
: s.replace(/[?*()[\]\\]/g, '\\$&');
|
20
|
+
};
|
21
|
+
exports.escape = escape;
|
22
|
+
//# sourceMappingURL=escape.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"escape.js","sourceRoot":"","sources":["../../src/escape.ts"],"names":[],"mappings":";;;AACA;;;;;;;;GAQG;AACI,MAAM,MAAM,GAAG,CACpB,CAAS,EACT,EACE,oBAAoB,GAAG,KAAK,MACsB,EAAE,EACtD,EAAE;IACF,wDAAwD;IACxD,4DAA4D;IAC5D,sDAAsD;IACtD,OAAO,oBAAoB;QACzB,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC;QACjC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,MAAM,CAAC,CAAA;AACvC,CAAC,CAAA;AAZY,QAAA,MAAM,UAYlB","sourcesContent":["import { MinimatchOptions } from './index.js'\n/**\n * Escape all magic characters in a glob pattern.\n *\n * If the {@link windowsPathsNoEscape | GlobOptions.windowsPathsNoEscape}\n * option is used, then characters are escaped by wrapping in `[]`, because\n * a magic character wrapped in a character class can only be satisfied by\n * that exact character. In this mode, `\\` is _not_ escaped, because it is\n * not interpreted as a magic character, but instead as a path separator.\n */\nexport const escape = (\n s: string,\n {\n windowsPathsNoEscape = false,\n }: Pick<MinimatchOptions, 'windowsPathsNoEscape'> = {}\n) => {\n // don't need to escape +@! because we escape the parens\n // that make those magic, and escaping ! as [!] isn't valid,\n // because [!]] is a valid glob class meaning not ']'.\n return windowsPathsNoEscape\n ? s.replace(/[?*()[\\]]/g, '[$&]')\n : s.replace(/[?*()[\\]\\\\]/g, '\\\\$&')\n}\n"]}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
import { AST } from './ast.js';
|
2
|
+
type Platform = 'aix' | 'android' | 'darwin' | 'freebsd' | 'haiku' | 'linux' | 'openbsd' | 'sunos' | 'win32' | 'cygwin' | 'netbsd';
|
3
|
+
export interface MinimatchOptions {
|
4
|
+
nobrace?: boolean;
|
5
|
+
nocomment?: boolean;
|
6
|
+
nonegate?: boolean;
|
7
|
+
debug?: boolean;
|
8
|
+
noglobstar?: boolean;
|
9
|
+
noext?: boolean;
|
10
|
+
nonull?: boolean;
|
11
|
+
windowsPathsNoEscape?: boolean;
|
12
|
+
allowWindowsEscape?: boolean;
|
13
|
+
partial?: boolean;
|
14
|
+
dot?: boolean;
|
15
|
+
nocase?: boolean;
|
16
|
+
nocaseMagicOnly?: boolean;
|
17
|
+
magicalBraces?: boolean;
|
18
|
+
matchBase?: boolean;
|
19
|
+
flipNegate?: boolean;
|
20
|
+
preserveMultipleSlashes?: boolean;
|
21
|
+
optimizationLevel?: number;
|
22
|
+
platform?: Platform;
|
23
|
+
windowsNoMagicRoot?: boolean;
|
24
|
+
}
|
25
|
+
export declare const minimatch: {
|
26
|
+
(p: string, pattern: string, options?: MinimatchOptions): boolean;
|
27
|
+
sep: Sep;
|
28
|
+
GLOBSTAR: typeof GLOBSTAR;
|
29
|
+
filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean;
|
30
|
+
defaults: (def: MinimatchOptions) => typeof minimatch;
|
31
|
+
braceExpand: (pattern: string, options?: MinimatchOptions) => string[];
|
32
|
+
makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp;
|
33
|
+
match: (list: string[], pattern: string, options?: MinimatchOptions) => string[];
|
34
|
+
AST: typeof AST;
|
35
|
+
Minimatch: typeof Minimatch;
|
36
|
+
escape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string;
|
37
|
+
unescape: (s: string, { windowsPathsNoEscape, }?: Pick<MinimatchOptions, "windowsPathsNoEscape">) => string;
|
38
|
+
};
|
39
|
+
type Sep = '\\' | '/';
|
40
|
+
export declare const sep: Sep;
|
41
|
+
export declare const GLOBSTAR: unique symbol;
|
42
|
+
export declare const filter: (pattern: string, options?: MinimatchOptions) => (p: string) => boolean;
|
43
|
+
export declare const defaults: (def: MinimatchOptions) => typeof minimatch;
|
44
|
+
export declare const braceExpand: (pattern: string, options?: MinimatchOptions) => string[];
|
45
|
+
export declare const makeRe: (pattern: string, options?: MinimatchOptions) => false | MMRegExp;
|
46
|
+
export declare const match: (list: string[], pattern: string, options?: MinimatchOptions) => string[];
|
47
|
+
export type MMRegExp = RegExp & {
|
48
|
+
_src?: string;
|
49
|
+
_glob?: string;
|
50
|
+
};
|
51
|
+
export type ParseReturnFiltered = string | MMRegExp | typeof GLOBSTAR;
|
52
|
+
export type ParseReturn = ParseReturnFiltered | false;
|
53
|
+
export declare class Minimatch {
|
54
|
+
options: MinimatchOptions;
|
55
|
+
set: ParseReturnFiltered[][];
|
56
|
+
pattern: string;
|
57
|
+
windowsPathsNoEscape: boolean;
|
58
|
+
nonegate: boolean;
|
59
|
+
negate: boolean;
|
60
|
+
comment: boolean;
|
61
|
+
empty: boolean;
|
62
|
+
preserveMultipleSlashes: boolean;
|
63
|
+
partial: boolean;
|
64
|
+
globSet: string[];
|
65
|
+
globParts: string[][];
|
66
|
+
nocase: boolean;
|
67
|
+
isWindows: boolean;
|
68
|
+
platform: Platform;
|
69
|
+
windowsNoMagicRoot: boolean;
|
70
|
+
regexp: false | null | MMRegExp;
|
71
|
+
constructor(pattern: string, options?: MinimatchOptions);
|
72
|
+
hasMagic(): boolean;
|
73
|
+
debug(..._: any[]): void;
|
74
|
+
make(): void;
|
75
|
+
preprocess(globParts: string[][]): string[][];
|
76
|
+
adjascentGlobstarOptimize(globParts: string[][]): string[][];
|
77
|
+
levelOneOptimize(globParts: string[][]): string[][];
|
78
|
+
levelTwoFileOptimize(parts: string | string[]): string[];
|
79
|
+
firstPhasePreProcess(globParts: string[][]): string[][];
|
80
|
+
secondPhasePreProcess(globParts: string[][]): string[][];
|
81
|
+
partsMatch(a: string[], b: string[], emptyGSMatch?: boolean): false | string[];
|
82
|
+
parseNegate(): void;
|
83
|
+
matchOne(file: string[], pattern: ParseReturn[], partial?: boolean): boolean;
|
84
|
+
braceExpand(): string[];
|
85
|
+
parse(pattern: string): ParseReturn;
|
86
|
+
makeRe(): false | MMRegExp;
|
87
|
+
slashSplit(p: string): string[];
|
88
|
+
match(f: string, partial?: boolean): boolean;
|
89
|
+
static defaults(def: MinimatchOptions): typeof Minimatch;
|
90
|
+
}
|
91
|
+
export { AST } from './ast.js';
|
92
|
+
export { escape } from './escape.js';
|
93
|
+
export { unescape } from './unescape.js';
|
94
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|