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
data/node_modules/@eslint-community/eslint-utils/node_modules/eslint/lib/rules/utils/ast-utils.js
DELETED
@@ -1,2172 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @fileoverview Common utils for AST.
|
3
|
-
* @author Gyandeep Singh
|
4
|
-
*/
|
5
|
-
|
6
|
-
"use strict";
|
7
|
-
|
8
|
-
//------------------------------------------------------------------------------
|
9
|
-
// Requirements
|
10
|
-
//------------------------------------------------------------------------------
|
11
|
-
|
12
|
-
const { KEYS: eslintVisitorKeys } = require("eslint-visitor-keys");
|
13
|
-
const esutils = require("esutils");
|
14
|
-
const espree = require("espree");
|
15
|
-
const escapeRegExp = require("escape-string-regexp");
|
16
|
-
const {
|
17
|
-
breakableTypePattern,
|
18
|
-
createGlobalLinebreakMatcher,
|
19
|
-
lineBreakPattern,
|
20
|
-
shebangPattern
|
21
|
-
} = require("../../shared/ast-utils");
|
22
|
-
|
23
|
-
//------------------------------------------------------------------------------
|
24
|
-
// Helpers
|
25
|
-
//------------------------------------------------------------------------------
|
26
|
-
|
27
|
-
const anyFunctionPattern = /^(?:Function(?:Declaration|Expression)|ArrowFunctionExpression)$/u;
|
28
|
-
const anyLoopPattern = /^(?:DoWhile|For|ForIn|ForOf|While)Statement$/u;
|
29
|
-
const arrayMethodWithThisArgPattern = /^(?:every|filter|find(?:Last)?(?:Index)?|flatMap|forEach|map|some)$/u;
|
30
|
-
const arrayOrTypedArrayPattern = /Array$/u;
|
31
|
-
const bindOrCallOrApplyPattern = /^(?:bind|call|apply)$/u;
|
32
|
-
const thisTagPattern = /^[\s*]*@this/mu;
|
33
|
-
|
34
|
-
|
35
|
-
const COMMENTS_IGNORE_PATTERN = /^\s*(?:eslint|jshint\s+|jslint\s+|istanbul\s+|globals?\s+|exported\s+|jscs)/u;
|
36
|
-
const ESLINT_DIRECTIVE_PATTERN = /^(?:eslint[- ]|(?:globals?|exported) )/u;
|
37
|
-
const LINEBREAKS = new Set(["\r\n", "\r", "\n", "\u2028", "\u2029"]);
|
38
|
-
|
39
|
-
// A set of node types that can contain a list of statements
|
40
|
-
const STATEMENT_LIST_PARENTS = new Set(["Program", "BlockStatement", "StaticBlock", "SwitchCase"]);
|
41
|
-
|
42
|
-
const DECIMAL_INTEGER_PATTERN = /^(?:0|0[0-7]*[89]\d*|[1-9](?:_?\d)*)$/u;
|
43
|
-
|
44
|
-
// Tests the presence of at least one LegacyOctalEscapeSequence or NonOctalDecimalEscapeSequence in a raw string
|
45
|
-
const OCTAL_OR_NON_OCTAL_DECIMAL_ESCAPE_PATTERN = /^(?:[^\\]|\\.)*\\(?:[1-9]|0[0-9])/su;
|
46
|
-
|
47
|
-
const LOGICAL_ASSIGNMENT_OPERATORS = new Set(["&&=", "||=", "??="]);
|
48
|
-
|
49
|
-
/**
|
50
|
-
* Checks reference if is non initializer and writable.
|
51
|
-
* @param {Reference} reference A reference to check.
|
52
|
-
* @param {int} index The index of the reference in the references.
|
53
|
-
* @param {Reference[]} references The array that the reference belongs to.
|
54
|
-
* @returns {boolean} Success/Failure
|
55
|
-
* @private
|
56
|
-
*/
|
57
|
-
function isModifyingReference(reference, index, references) {
|
58
|
-
const identifier = reference.identifier;
|
59
|
-
|
60
|
-
/*
|
61
|
-
* Destructuring assignments can have multiple default value, so
|
62
|
-
* possibly there are multiple writeable references for the same
|
63
|
-
* identifier.
|
64
|
-
*/
|
65
|
-
const modifyingDifferentIdentifier = index === 0 ||
|
66
|
-
references[index - 1].identifier !== identifier;
|
67
|
-
|
68
|
-
return (identifier &&
|
69
|
-
reference.init === false &&
|
70
|
-
reference.isWrite() &&
|
71
|
-
modifyingDifferentIdentifier
|
72
|
-
);
|
73
|
-
}
|
74
|
-
|
75
|
-
/**
|
76
|
-
* Checks whether the given string starts with uppercase or not.
|
77
|
-
* @param {string} s The string to check.
|
78
|
-
* @returns {boolean} `true` if the string starts with uppercase.
|
79
|
-
*/
|
80
|
-
function startsWithUpperCase(s) {
|
81
|
-
return s[0] !== s[0].toLocaleLowerCase();
|
82
|
-
}
|
83
|
-
|
84
|
-
/**
|
85
|
-
* Checks whether or not a node is a constructor.
|
86
|
-
* @param {ASTNode} node A function node to check.
|
87
|
-
* @returns {boolean} Whether or not a node is a constructor.
|
88
|
-
*/
|
89
|
-
function isES5Constructor(node) {
|
90
|
-
return (node.id && startsWithUpperCase(node.id.name));
|
91
|
-
}
|
92
|
-
|
93
|
-
/**
|
94
|
-
* Finds a function node from ancestors of a node.
|
95
|
-
* @param {ASTNode} node A start node to find.
|
96
|
-
* @returns {Node|null} A found function node.
|
97
|
-
*/
|
98
|
-
function getUpperFunction(node) {
|
99
|
-
for (let currentNode = node; currentNode; currentNode = currentNode.parent) {
|
100
|
-
if (anyFunctionPattern.test(currentNode.type)) {
|
101
|
-
return currentNode;
|
102
|
-
}
|
103
|
-
}
|
104
|
-
return null;
|
105
|
-
}
|
106
|
-
|
107
|
-
/**
|
108
|
-
* Checks whether a given node is a function node or not.
|
109
|
-
* The following types are function nodes:
|
110
|
-
*
|
111
|
-
* - ArrowFunctionExpression
|
112
|
-
* - FunctionDeclaration
|
113
|
-
* - FunctionExpression
|
114
|
-
* @param {ASTNode|null} node A node to check.
|
115
|
-
* @returns {boolean} `true` if the node is a function node.
|
116
|
-
*/
|
117
|
-
function isFunction(node) {
|
118
|
-
return Boolean(node && anyFunctionPattern.test(node.type));
|
119
|
-
}
|
120
|
-
|
121
|
-
/**
|
122
|
-
* Checks whether a given node is a loop node or not.
|
123
|
-
* The following types are loop nodes:
|
124
|
-
*
|
125
|
-
* - DoWhileStatement
|
126
|
-
* - ForInStatement
|
127
|
-
* - ForOfStatement
|
128
|
-
* - ForStatement
|
129
|
-
* - WhileStatement
|
130
|
-
* @param {ASTNode|null} node A node to check.
|
131
|
-
* @returns {boolean} `true` if the node is a loop node.
|
132
|
-
*/
|
133
|
-
function isLoop(node) {
|
134
|
-
return Boolean(node && anyLoopPattern.test(node.type));
|
135
|
-
}
|
136
|
-
|
137
|
-
/**
|
138
|
-
* Checks whether the given node is in a loop or not.
|
139
|
-
* @param {ASTNode} node The node to check.
|
140
|
-
* @returns {boolean} `true` if the node is in a loop.
|
141
|
-
*/
|
142
|
-
function isInLoop(node) {
|
143
|
-
for (let currentNode = node; currentNode && !isFunction(currentNode); currentNode = currentNode.parent) {
|
144
|
-
if (isLoop(currentNode)) {
|
145
|
-
return true;
|
146
|
-
}
|
147
|
-
}
|
148
|
-
|
149
|
-
return false;
|
150
|
-
}
|
151
|
-
|
152
|
-
/**
|
153
|
-
* Determines whether the given node is a `null` literal.
|
154
|
-
* @param {ASTNode} node The node to check
|
155
|
-
* @returns {boolean} `true` if the node is a `null` literal
|
156
|
-
*/
|
157
|
-
function isNullLiteral(node) {
|
158
|
-
|
159
|
-
/*
|
160
|
-
* Checking `node.value === null` does not guarantee that a literal is a null literal.
|
161
|
-
* When parsing values that cannot be represented in the current environment (e.g. unicode
|
162
|
-
* regexes in Node 4), `node.value` is set to `null` because it wouldn't be possible to
|
163
|
-
* set `node.value` to a unicode regex. To make sure a literal is actually `null`, check
|
164
|
-
* `node.regex` instead. Also see: https://github.com/eslint/eslint/issues/8020
|
165
|
-
*/
|
166
|
-
return node.type === "Literal" && node.value === null && !node.regex && !node.bigint;
|
167
|
-
}
|
168
|
-
|
169
|
-
/**
|
170
|
-
* Checks whether or not a node is `null` or `undefined`.
|
171
|
-
* @param {ASTNode} node A node to check.
|
172
|
-
* @returns {boolean} Whether or not the node is a `null` or `undefined`.
|
173
|
-
* @public
|
174
|
-
*/
|
175
|
-
function isNullOrUndefined(node) {
|
176
|
-
return (
|
177
|
-
isNullLiteral(node) ||
|
178
|
-
(node.type === "Identifier" && node.name === "undefined") ||
|
179
|
-
(node.type === "UnaryExpression" && node.operator === "void")
|
180
|
-
);
|
181
|
-
}
|
182
|
-
|
183
|
-
/**
|
184
|
-
* Checks whether or not a node is callee.
|
185
|
-
* @param {ASTNode} node A node to check.
|
186
|
-
* @returns {boolean} Whether or not the node is callee.
|
187
|
-
*/
|
188
|
-
function isCallee(node) {
|
189
|
-
return node.parent.type === "CallExpression" && node.parent.callee === node;
|
190
|
-
}
|
191
|
-
|
192
|
-
/**
|
193
|
-
* Returns the result of the string conversion applied to the evaluated value of the given expression node,
|
194
|
-
* if it can be determined statically.
|
195
|
-
*
|
196
|
-
* This function returns a `string` value for all `Literal` nodes and simple `TemplateLiteral` nodes only.
|
197
|
-
* In all other cases, this function returns `null`.
|
198
|
-
* @param {ASTNode} node Expression node.
|
199
|
-
* @returns {string|null} String value if it can be determined. Otherwise, `null`.
|
200
|
-
*/
|
201
|
-
function getStaticStringValue(node) {
|
202
|
-
switch (node.type) {
|
203
|
-
case "Literal":
|
204
|
-
if (node.value === null) {
|
205
|
-
if (isNullLiteral(node)) {
|
206
|
-
return String(node.value); // "null"
|
207
|
-
}
|
208
|
-
if (node.regex) {
|
209
|
-
return `/${node.regex.pattern}/${node.regex.flags}`;
|
210
|
-
}
|
211
|
-
if (node.bigint) {
|
212
|
-
return node.bigint;
|
213
|
-
}
|
214
|
-
|
215
|
-
// Otherwise, this is an unknown literal. The function will return null.
|
216
|
-
|
217
|
-
} else {
|
218
|
-
return String(node.value);
|
219
|
-
}
|
220
|
-
break;
|
221
|
-
case "TemplateLiteral":
|
222
|
-
if (node.expressions.length === 0 && node.quasis.length === 1) {
|
223
|
-
return node.quasis[0].value.cooked;
|
224
|
-
}
|
225
|
-
break;
|
226
|
-
|
227
|
-
// no default
|
228
|
-
}
|
229
|
-
|
230
|
-
return null;
|
231
|
-
}
|
232
|
-
|
233
|
-
/**
|
234
|
-
* Gets the property name of a given node.
|
235
|
-
* The node can be a MemberExpression, a Property, or a MethodDefinition.
|
236
|
-
*
|
237
|
-
* If the name is dynamic, this returns `null`.
|
238
|
-
*
|
239
|
-
* For examples:
|
240
|
-
*
|
241
|
-
* a.b // => "b"
|
242
|
-
* a["b"] // => "b"
|
243
|
-
* a['b'] // => "b"
|
244
|
-
* a[`b`] // => "b"
|
245
|
-
* a[100] // => "100"
|
246
|
-
* a[b] // => null
|
247
|
-
* a["a" + "b"] // => null
|
248
|
-
* a[tag`b`] // => null
|
249
|
-
* a[`${b}`] // => null
|
250
|
-
*
|
251
|
-
* let a = {b: 1} // => "b"
|
252
|
-
* let a = {["b"]: 1} // => "b"
|
253
|
-
* let a = {['b']: 1} // => "b"
|
254
|
-
* let a = {[`b`]: 1} // => "b"
|
255
|
-
* let a = {[100]: 1} // => "100"
|
256
|
-
* let a = {[b]: 1} // => null
|
257
|
-
* let a = {["a" + "b"]: 1} // => null
|
258
|
-
* let a = {[tag`b`]: 1} // => null
|
259
|
-
* let a = {[`${b}`]: 1} // => null
|
260
|
-
* @param {ASTNode} node The node to get.
|
261
|
-
* @returns {string|null} The property name if static. Otherwise, null.
|
262
|
-
*/
|
263
|
-
function getStaticPropertyName(node) {
|
264
|
-
let prop;
|
265
|
-
|
266
|
-
switch (node && node.type) {
|
267
|
-
case "ChainExpression":
|
268
|
-
return getStaticPropertyName(node.expression);
|
269
|
-
|
270
|
-
case "Property":
|
271
|
-
case "PropertyDefinition":
|
272
|
-
case "MethodDefinition":
|
273
|
-
prop = node.key;
|
274
|
-
break;
|
275
|
-
|
276
|
-
case "MemberExpression":
|
277
|
-
prop = node.property;
|
278
|
-
break;
|
279
|
-
|
280
|
-
// no default
|
281
|
-
}
|
282
|
-
|
283
|
-
if (prop) {
|
284
|
-
if (prop.type === "Identifier" && !node.computed) {
|
285
|
-
return prop.name;
|
286
|
-
}
|
287
|
-
|
288
|
-
return getStaticStringValue(prop);
|
289
|
-
}
|
290
|
-
|
291
|
-
return null;
|
292
|
-
}
|
293
|
-
|
294
|
-
/**
|
295
|
-
* Retrieve `ChainExpression#expression` value if the given node a `ChainExpression` node. Otherwise, pass through it.
|
296
|
-
* @param {ASTNode} node The node to address.
|
297
|
-
* @returns {ASTNode} The `ChainExpression#expression` value if the node is a `ChainExpression` node. Otherwise, the node.
|
298
|
-
*/
|
299
|
-
function skipChainExpression(node) {
|
300
|
-
return node && node.type === "ChainExpression" ? node.expression : node;
|
301
|
-
}
|
302
|
-
|
303
|
-
/**
|
304
|
-
* Check if the `actual` is an expected value.
|
305
|
-
* @param {string} actual The string value to check.
|
306
|
-
* @param {string | RegExp} expected The expected string value or pattern.
|
307
|
-
* @returns {boolean} `true` if the `actual` is an expected value.
|
308
|
-
*/
|
309
|
-
function checkText(actual, expected) {
|
310
|
-
return typeof expected === "string"
|
311
|
-
? actual === expected
|
312
|
-
: expected.test(actual);
|
313
|
-
}
|
314
|
-
|
315
|
-
/**
|
316
|
-
* Check if a given node is an Identifier node with a given name.
|
317
|
-
* @param {ASTNode} node The node to check.
|
318
|
-
* @param {string | RegExp} name The expected name or the expected pattern of the object name.
|
319
|
-
* @returns {boolean} `true` if the node is an Identifier node with the name.
|
320
|
-
*/
|
321
|
-
function isSpecificId(node, name) {
|
322
|
-
return node.type === "Identifier" && checkText(node.name, name);
|
323
|
-
}
|
324
|
-
|
325
|
-
/**
|
326
|
-
* Check if a given node is member access with a given object name and property name pair.
|
327
|
-
* This is regardless of optional or not.
|
328
|
-
* @param {ASTNode} node The node to check.
|
329
|
-
* @param {string | RegExp | null} objectName The expected name or the expected pattern of the object name. If this is nullish, this method doesn't check object.
|
330
|
-
* @param {string | RegExp | null} propertyName The expected name or the expected pattern of the property name. If this is nullish, this method doesn't check property.
|
331
|
-
* @returns {boolean} `true` if the node is member access with the object name and property name pair.
|
332
|
-
* The node is a `MemberExpression` or `ChainExpression`.
|
333
|
-
*/
|
334
|
-
function isSpecificMemberAccess(node, objectName, propertyName) {
|
335
|
-
const checkNode = skipChainExpression(node);
|
336
|
-
|
337
|
-
if (checkNode.type !== "MemberExpression") {
|
338
|
-
return false;
|
339
|
-
}
|
340
|
-
|
341
|
-
if (objectName && !isSpecificId(checkNode.object, objectName)) {
|
342
|
-
return false;
|
343
|
-
}
|
344
|
-
|
345
|
-
if (propertyName) {
|
346
|
-
const actualPropertyName = getStaticPropertyName(checkNode);
|
347
|
-
|
348
|
-
if (typeof actualPropertyName !== "string" || !checkText(actualPropertyName, propertyName)) {
|
349
|
-
return false;
|
350
|
-
}
|
351
|
-
}
|
352
|
-
|
353
|
-
return true;
|
354
|
-
}
|
355
|
-
|
356
|
-
/**
|
357
|
-
* Check if two literal nodes are the same value.
|
358
|
-
* @param {ASTNode} left The Literal node to compare.
|
359
|
-
* @param {ASTNode} right The other Literal node to compare.
|
360
|
-
* @returns {boolean} `true` if the two literal nodes are the same value.
|
361
|
-
*/
|
362
|
-
function equalLiteralValue(left, right) {
|
363
|
-
|
364
|
-
// RegExp literal.
|
365
|
-
if (left.regex || right.regex) {
|
366
|
-
return Boolean(
|
367
|
-
left.regex &&
|
368
|
-
right.regex &&
|
369
|
-
left.regex.pattern === right.regex.pattern &&
|
370
|
-
left.regex.flags === right.regex.flags
|
371
|
-
);
|
372
|
-
}
|
373
|
-
|
374
|
-
// BigInt literal.
|
375
|
-
if (left.bigint || right.bigint) {
|
376
|
-
return left.bigint === right.bigint;
|
377
|
-
}
|
378
|
-
|
379
|
-
return left.value === right.value;
|
380
|
-
}
|
381
|
-
|
382
|
-
/**
|
383
|
-
* Check if two expressions reference the same value. For example:
|
384
|
-
* a = a
|
385
|
-
* a.b = a.b
|
386
|
-
* a[0] = a[0]
|
387
|
-
* a['b'] = a['b']
|
388
|
-
* @param {ASTNode} left The left side of the comparison.
|
389
|
-
* @param {ASTNode} right The right side of the comparison.
|
390
|
-
* @param {boolean} [disableStaticComputedKey] Don't address `a.b` and `a["b"]` are the same if `true`. For backward compatibility.
|
391
|
-
* @returns {boolean} `true` if both sides match and reference the same value.
|
392
|
-
*/
|
393
|
-
function isSameReference(left, right, disableStaticComputedKey = false) {
|
394
|
-
if (left.type !== right.type) {
|
395
|
-
|
396
|
-
// Handle `a.b` and `a?.b` are samely.
|
397
|
-
if (left.type === "ChainExpression") {
|
398
|
-
return isSameReference(left.expression, right, disableStaticComputedKey);
|
399
|
-
}
|
400
|
-
if (right.type === "ChainExpression") {
|
401
|
-
return isSameReference(left, right.expression, disableStaticComputedKey);
|
402
|
-
}
|
403
|
-
|
404
|
-
return false;
|
405
|
-
}
|
406
|
-
|
407
|
-
switch (left.type) {
|
408
|
-
case "Super":
|
409
|
-
case "ThisExpression":
|
410
|
-
return true;
|
411
|
-
|
412
|
-
case "Identifier":
|
413
|
-
case "PrivateIdentifier":
|
414
|
-
return left.name === right.name;
|
415
|
-
case "Literal":
|
416
|
-
return equalLiteralValue(left, right);
|
417
|
-
|
418
|
-
case "ChainExpression":
|
419
|
-
return isSameReference(left.expression, right.expression, disableStaticComputedKey);
|
420
|
-
|
421
|
-
case "MemberExpression": {
|
422
|
-
if (!disableStaticComputedKey) {
|
423
|
-
const nameA = getStaticPropertyName(left);
|
424
|
-
|
425
|
-
// x.y = x["y"]
|
426
|
-
if (nameA !== null) {
|
427
|
-
return (
|
428
|
-
isSameReference(left.object, right.object, disableStaticComputedKey) &&
|
429
|
-
nameA === getStaticPropertyName(right)
|
430
|
-
);
|
431
|
-
}
|
432
|
-
}
|
433
|
-
|
434
|
-
/*
|
435
|
-
* x[0] = x[0]
|
436
|
-
* x[y] = x[y]
|
437
|
-
* x.y = x.y
|
438
|
-
*/
|
439
|
-
return (
|
440
|
-
left.computed === right.computed &&
|
441
|
-
isSameReference(left.object, right.object, disableStaticComputedKey) &&
|
442
|
-
isSameReference(left.property, right.property, disableStaticComputedKey)
|
443
|
-
);
|
444
|
-
}
|
445
|
-
|
446
|
-
default:
|
447
|
-
return false;
|
448
|
-
}
|
449
|
-
}
|
450
|
-
|
451
|
-
/**
|
452
|
-
* Checks whether or not a node is `Reflect.apply`.
|
453
|
-
* @param {ASTNode} node A node to check.
|
454
|
-
* @returns {boolean} Whether or not the node is a `Reflect.apply`.
|
455
|
-
*/
|
456
|
-
function isReflectApply(node) {
|
457
|
-
return isSpecificMemberAccess(node, "Reflect", "apply");
|
458
|
-
}
|
459
|
-
|
460
|
-
/**
|
461
|
-
* Checks whether or not a node is `Array.from`.
|
462
|
-
* @param {ASTNode} node A node to check.
|
463
|
-
* @returns {boolean} Whether or not the node is a `Array.from`.
|
464
|
-
*/
|
465
|
-
function isArrayFromMethod(node) {
|
466
|
-
return isSpecificMemberAccess(node, arrayOrTypedArrayPattern, "from");
|
467
|
-
}
|
468
|
-
|
469
|
-
/**
|
470
|
-
* Checks whether or not a node is a method which expects a function as a first argument, and `thisArg` as a second argument.
|
471
|
-
* @param {ASTNode} node A node to check.
|
472
|
-
* @returns {boolean} Whether or not the node is a method which expects a function as a first argument, and `thisArg` as a second argument.
|
473
|
-
*/
|
474
|
-
function isMethodWhichHasThisArg(node) {
|
475
|
-
return isSpecificMemberAccess(node, null, arrayMethodWithThisArgPattern);
|
476
|
-
}
|
477
|
-
|
478
|
-
/**
|
479
|
-
* Creates the negate function of the given function.
|
480
|
-
* @param {Function} f The function to negate.
|
481
|
-
* @returns {Function} Negated function.
|
482
|
-
*/
|
483
|
-
function negate(f) {
|
484
|
-
return token => !f(token);
|
485
|
-
}
|
486
|
-
|
487
|
-
/**
|
488
|
-
* Checks whether or not a node has a `@this` tag in its comments.
|
489
|
-
* @param {ASTNode} node A node to check.
|
490
|
-
* @param {SourceCode} sourceCode A SourceCode instance to get comments.
|
491
|
-
* @returns {boolean} Whether or not the node has a `@this` tag in its comments.
|
492
|
-
*/
|
493
|
-
function hasJSDocThisTag(node, sourceCode) {
|
494
|
-
const jsdocComment = sourceCode.getJSDocComment(node);
|
495
|
-
|
496
|
-
if (jsdocComment && thisTagPattern.test(jsdocComment.value)) {
|
497
|
-
return true;
|
498
|
-
}
|
499
|
-
|
500
|
-
// Checks `@this` in its leading comments for callbacks,
|
501
|
-
// because callbacks don't have its JSDoc comment.
|
502
|
-
// e.g.
|
503
|
-
// sinon.test(/* @this sinon.Sandbox */function() { this.spy(); });
|
504
|
-
return sourceCode.getCommentsBefore(node).some(comment => thisTagPattern.test(comment.value));
|
505
|
-
}
|
506
|
-
|
507
|
-
/**
|
508
|
-
* Determines if a node is surrounded by parentheses.
|
509
|
-
* @param {SourceCode} sourceCode The ESLint source code object
|
510
|
-
* @param {ASTNode} node The node to be checked.
|
511
|
-
* @returns {boolean} True if the node is parenthesised.
|
512
|
-
* @private
|
513
|
-
*/
|
514
|
-
function isParenthesised(sourceCode, node) {
|
515
|
-
const previousToken = sourceCode.getTokenBefore(node),
|
516
|
-
nextToken = sourceCode.getTokenAfter(node);
|
517
|
-
|
518
|
-
return Boolean(previousToken && nextToken) &&
|
519
|
-
previousToken.value === "(" && previousToken.range[1] <= node.range[0] &&
|
520
|
-
nextToken.value === ")" && nextToken.range[0] >= node.range[1];
|
521
|
-
}
|
522
|
-
|
523
|
-
/**
|
524
|
-
* Checks if the given token is a `=` token or not.
|
525
|
-
* @param {Token} token The token to check.
|
526
|
-
* @returns {boolean} `true` if the token is a `=` token.
|
527
|
-
*/
|
528
|
-
function isEqToken(token) {
|
529
|
-
return token.value === "=" && token.type === "Punctuator";
|
530
|
-
}
|
531
|
-
|
532
|
-
/**
|
533
|
-
* Checks if the given token is an arrow token or not.
|
534
|
-
* @param {Token} token The token to check.
|
535
|
-
* @returns {boolean} `true` if the token is an arrow token.
|
536
|
-
*/
|
537
|
-
function isArrowToken(token) {
|
538
|
-
return token.value === "=>" && token.type === "Punctuator";
|
539
|
-
}
|
540
|
-
|
541
|
-
/**
|
542
|
-
* Checks if the given token is a comma token or not.
|
543
|
-
* @param {Token} token The token to check.
|
544
|
-
* @returns {boolean} `true` if the token is a comma token.
|
545
|
-
*/
|
546
|
-
function isCommaToken(token) {
|
547
|
-
return token.value === "," && token.type === "Punctuator";
|
548
|
-
}
|
549
|
-
|
550
|
-
/**
|
551
|
-
* Checks if the given token is a dot token or not.
|
552
|
-
* @param {Token} token The token to check.
|
553
|
-
* @returns {boolean} `true` if the token is a dot token.
|
554
|
-
*/
|
555
|
-
function isDotToken(token) {
|
556
|
-
return token.value === "." && token.type === "Punctuator";
|
557
|
-
}
|
558
|
-
|
559
|
-
/**
|
560
|
-
* Checks if the given token is a `?.` token or not.
|
561
|
-
* @param {Token} token The token to check.
|
562
|
-
* @returns {boolean} `true` if the token is a `?.` token.
|
563
|
-
*/
|
564
|
-
function isQuestionDotToken(token) {
|
565
|
-
return token.value === "?." && token.type === "Punctuator";
|
566
|
-
}
|
567
|
-
|
568
|
-
/**
|
569
|
-
* Checks if the given token is a semicolon token or not.
|
570
|
-
* @param {Token} token The token to check.
|
571
|
-
* @returns {boolean} `true` if the token is a semicolon token.
|
572
|
-
*/
|
573
|
-
function isSemicolonToken(token) {
|
574
|
-
return token.value === ";" && token.type === "Punctuator";
|
575
|
-
}
|
576
|
-
|
577
|
-
/**
|
578
|
-
* Checks if the given token is a colon token or not.
|
579
|
-
* @param {Token} token The token to check.
|
580
|
-
* @returns {boolean} `true` if the token is a colon token.
|
581
|
-
*/
|
582
|
-
function isColonToken(token) {
|
583
|
-
return token.value === ":" && token.type === "Punctuator";
|
584
|
-
}
|
585
|
-
|
586
|
-
/**
|
587
|
-
* Checks if the given token is an opening parenthesis token or not.
|
588
|
-
* @param {Token} token The token to check.
|
589
|
-
* @returns {boolean} `true` if the token is an opening parenthesis token.
|
590
|
-
*/
|
591
|
-
function isOpeningParenToken(token) {
|
592
|
-
return token.value === "(" && token.type === "Punctuator";
|
593
|
-
}
|
594
|
-
|
595
|
-
/**
|
596
|
-
* Checks if the given token is a closing parenthesis token or not.
|
597
|
-
* @param {Token} token The token to check.
|
598
|
-
* @returns {boolean} `true` if the token is a closing parenthesis token.
|
599
|
-
*/
|
600
|
-
function isClosingParenToken(token) {
|
601
|
-
return token.value === ")" && token.type === "Punctuator";
|
602
|
-
}
|
603
|
-
|
604
|
-
/**
|
605
|
-
* Checks if the given token is an opening square bracket token or not.
|
606
|
-
* @param {Token} token The token to check.
|
607
|
-
* @returns {boolean} `true` if the token is an opening square bracket token.
|
608
|
-
*/
|
609
|
-
function isOpeningBracketToken(token) {
|
610
|
-
return token.value === "[" && token.type === "Punctuator";
|
611
|
-
}
|
612
|
-
|
613
|
-
/**
|
614
|
-
* Checks if the given token is a closing square bracket token or not.
|
615
|
-
* @param {Token} token The token to check.
|
616
|
-
* @returns {boolean} `true` if the token is a closing square bracket token.
|
617
|
-
*/
|
618
|
-
function isClosingBracketToken(token) {
|
619
|
-
return token.value === "]" && token.type === "Punctuator";
|
620
|
-
}
|
621
|
-
|
622
|
-
/**
|
623
|
-
* Checks if the given token is an opening brace token or not.
|
624
|
-
* @param {Token} token The token to check.
|
625
|
-
* @returns {boolean} `true` if the token is an opening brace token.
|
626
|
-
*/
|
627
|
-
function isOpeningBraceToken(token) {
|
628
|
-
return token.value === "{" && token.type === "Punctuator";
|
629
|
-
}
|
630
|
-
|
631
|
-
/**
|
632
|
-
* Checks if the given token is a closing brace token or not.
|
633
|
-
* @param {Token} token The token to check.
|
634
|
-
* @returns {boolean} `true` if the token is a closing brace token.
|
635
|
-
*/
|
636
|
-
function isClosingBraceToken(token) {
|
637
|
-
return token.value === "}" && token.type === "Punctuator";
|
638
|
-
}
|
639
|
-
|
640
|
-
/**
|
641
|
-
* Checks if the given token is a comment token or not.
|
642
|
-
* @param {Token} token The token to check.
|
643
|
-
* @returns {boolean} `true` if the token is a comment token.
|
644
|
-
*/
|
645
|
-
function isCommentToken(token) {
|
646
|
-
return token.type === "Line" || token.type === "Block" || token.type === "Shebang";
|
647
|
-
}
|
648
|
-
|
649
|
-
/**
|
650
|
-
* Checks if the given token is a keyword token or not.
|
651
|
-
* @param {Token} token The token to check.
|
652
|
-
* @returns {boolean} `true` if the token is a keyword token.
|
653
|
-
*/
|
654
|
-
function isKeywordToken(token) {
|
655
|
-
return token.type === "Keyword";
|
656
|
-
}
|
657
|
-
|
658
|
-
/**
|
659
|
-
* Gets the `(` token of the given function node.
|
660
|
-
* @param {ASTNode} node The function node to get.
|
661
|
-
* @param {SourceCode} sourceCode The source code object to get tokens.
|
662
|
-
* @returns {Token} `(` token.
|
663
|
-
*/
|
664
|
-
function getOpeningParenOfParams(node, sourceCode) {
|
665
|
-
|
666
|
-
// If the node is an arrow function and doesn't have parens, this returns the identifier of the first param.
|
667
|
-
if (node.type === "ArrowFunctionExpression" && node.params.length === 1) {
|
668
|
-
const argToken = sourceCode.getFirstToken(node.params[0]);
|
669
|
-
const maybeParenToken = sourceCode.getTokenBefore(argToken);
|
670
|
-
|
671
|
-
return isOpeningParenToken(maybeParenToken) ? maybeParenToken : argToken;
|
672
|
-
}
|
673
|
-
|
674
|
-
// Otherwise, returns paren.
|
675
|
-
return node.id
|
676
|
-
? sourceCode.getTokenAfter(node.id, isOpeningParenToken)
|
677
|
-
: sourceCode.getFirstToken(node, isOpeningParenToken);
|
678
|
-
}
|
679
|
-
|
680
|
-
/**
|
681
|
-
* Checks whether or not the tokens of two given nodes are same.
|
682
|
-
* @param {ASTNode} left A node 1 to compare.
|
683
|
-
* @param {ASTNode} right A node 2 to compare.
|
684
|
-
* @param {SourceCode} sourceCode The ESLint source code object.
|
685
|
-
* @returns {boolean} the source code for the given node.
|
686
|
-
*/
|
687
|
-
function equalTokens(left, right, sourceCode) {
|
688
|
-
const tokensL = sourceCode.getTokens(left);
|
689
|
-
const tokensR = sourceCode.getTokens(right);
|
690
|
-
|
691
|
-
if (tokensL.length !== tokensR.length) {
|
692
|
-
return false;
|
693
|
-
}
|
694
|
-
for (let i = 0; i < tokensL.length; ++i) {
|
695
|
-
if (tokensL[i].type !== tokensR[i].type ||
|
696
|
-
tokensL[i].value !== tokensR[i].value
|
697
|
-
) {
|
698
|
-
return false;
|
699
|
-
}
|
700
|
-
}
|
701
|
-
|
702
|
-
return true;
|
703
|
-
}
|
704
|
-
|
705
|
-
/**
|
706
|
-
* Check if the given node is a true logical expression or not.
|
707
|
-
*
|
708
|
-
* The three binary expressions logical-or (`||`), logical-and (`&&`), and
|
709
|
-
* coalesce (`??`) are known as `ShortCircuitExpression`.
|
710
|
-
* But ESTree represents those by `LogicalExpression` node.
|
711
|
-
*
|
712
|
-
* This function rejects coalesce expressions of `LogicalExpression` node.
|
713
|
-
* @param {ASTNode} node The node to check.
|
714
|
-
* @returns {boolean} `true` if the node is `&&` or `||`.
|
715
|
-
* @see https://tc39.es/ecma262/#prod-ShortCircuitExpression
|
716
|
-
*/
|
717
|
-
function isLogicalExpression(node) {
|
718
|
-
return (
|
719
|
-
node.type === "LogicalExpression" &&
|
720
|
-
(node.operator === "&&" || node.operator === "||")
|
721
|
-
);
|
722
|
-
}
|
723
|
-
|
724
|
-
/**
|
725
|
-
* Check if the given node is a nullish coalescing expression or not.
|
726
|
-
*
|
727
|
-
* The three binary expressions logical-or (`||`), logical-and (`&&`), and
|
728
|
-
* coalesce (`??`) are known as `ShortCircuitExpression`.
|
729
|
-
* But ESTree represents those by `LogicalExpression` node.
|
730
|
-
*
|
731
|
-
* This function finds only coalesce expressions of `LogicalExpression` node.
|
732
|
-
* @param {ASTNode} node The node to check.
|
733
|
-
* @returns {boolean} `true` if the node is `??`.
|
734
|
-
*/
|
735
|
-
function isCoalesceExpression(node) {
|
736
|
-
return node.type === "LogicalExpression" && node.operator === "??";
|
737
|
-
}
|
738
|
-
|
739
|
-
/**
|
740
|
-
* Check if given two nodes are the pair of a logical expression and a coalesce expression.
|
741
|
-
* @param {ASTNode} left A node to check.
|
742
|
-
* @param {ASTNode} right Another node to check.
|
743
|
-
* @returns {boolean} `true` if the two nodes are the pair of a logical expression and a coalesce expression.
|
744
|
-
*/
|
745
|
-
function isMixedLogicalAndCoalesceExpressions(left, right) {
|
746
|
-
return (
|
747
|
-
(isLogicalExpression(left) && isCoalesceExpression(right)) ||
|
748
|
-
(isCoalesceExpression(left) && isLogicalExpression(right))
|
749
|
-
);
|
750
|
-
}
|
751
|
-
|
752
|
-
/**
|
753
|
-
* Checks if the given operator is a logical assignment operator.
|
754
|
-
* @param {string} operator The operator to check.
|
755
|
-
* @returns {boolean} `true` if the operator is a logical assignment operator.
|
756
|
-
*/
|
757
|
-
function isLogicalAssignmentOperator(operator) {
|
758
|
-
return LOGICAL_ASSIGNMENT_OPERATORS.has(operator);
|
759
|
-
}
|
760
|
-
|
761
|
-
/**
|
762
|
-
* Get the colon token of the given SwitchCase node.
|
763
|
-
* @param {ASTNode} node The SwitchCase node to get.
|
764
|
-
* @param {SourceCode} sourceCode The source code object to get tokens.
|
765
|
-
* @returns {Token} The colon token of the node.
|
766
|
-
*/
|
767
|
-
function getSwitchCaseColonToken(node, sourceCode) {
|
768
|
-
if (node.test) {
|
769
|
-
return sourceCode.getTokenAfter(node.test, isColonToken);
|
770
|
-
}
|
771
|
-
return sourceCode.getFirstToken(node, 1);
|
772
|
-
}
|
773
|
-
|
774
|
-
/**
|
775
|
-
* Gets ESM module export name represented by the given node.
|
776
|
-
* @param {ASTNode} node `Identifier` or string `Literal` node in a position
|
777
|
-
* that represents a module export name:
|
778
|
-
* - `ImportSpecifier#imported`
|
779
|
-
* - `ExportSpecifier#local` (if it is a re-export from another module)
|
780
|
-
* - `ExportSpecifier#exported`
|
781
|
-
* - `ExportAllDeclaration#exported`
|
782
|
-
* @returns {string} The module export name.
|
783
|
-
*/
|
784
|
-
function getModuleExportName(node) {
|
785
|
-
if (node.type === "Identifier") {
|
786
|
-
return node.name;
|
787
|
-
}
|
788
|
-
|
789
|
-
// string literal
|
790
|
-
return node.value;
|
791
|
-
}
|
792
|
-
|
793
|
-
/**
|
794
|
-
* Returns literal's value converted to the Boolean type
|
795
|
-
* @param {ASTNode} node any `Literal` node
|
796
|
-
* @returns {boolean | null} `true` when node is truthy, `false` when node is falsy,
|
797
|
-
* `null` when it cannot be determined.
|
798
|
-
*/
|
799
|
-
function getBooleanValue(node) {
|
800
|
-
if (node.value === null) {
|
801
|
-
|
802
|
-
/*
|
803
|
-
* it might be a null literal or bigint/regex literal in unsupported environments .
|
804
|
-
* https://github.com/estree/estree/blob/14df8a024956ea289bd55b9c2226a1d5b8a473ee/es5.md#regexpliteral
|
805
|
-
* https://github.com/estree/estree/blob/14df8a024956ea289bd55b9c2226a1d5b8a473ee/es2020.md#bigintliteral
|
806
|
-
*/
|
807
|
-
|
808
|
-
if (node.raw === "null") {
|
809
|
-
return false;
|
810
|
-
}
|
811
|
-
|
812
|
-
// regex is always truthy
|
813
|
-
if (typeof node.regex === "object") {
|
814
|
-
return true;
|
815
|
-
}
|
816
|
-
|
817
|
-
return null;
|
818
|
-
}
|
819
|
-
|
820
|
-
return !!node.value;
|
821
|
-
}
|
822
|
-
|
823
|
-
/**
|
824
|
-
* Checks if a branch node of LogicalExpression short circuits the whole condition
|
825
|
-
* @param {ASTNode} node The branch of main condition which needs to be checked
|
826
|
-
* @param {string} operator The operator of the main LogicalExpression.
|
827
|
-
* @returns {boolean} true when condition short circuits whole condition
|
828
|
-
*/
|
829
|
-
function isLogicalIdentity(node, operator) {
|
830
|
-
switch (node.type) {
|
831
|
-
case "Literal":
|
832
|
-
return (operator === "||" && getBooleanValue(node) === true) ||
|
833
|
-
(operator === "&&" && getBooleanValue(node) === false);
|
834
|
-
|
835
|
-
case "UnaryExpression":
|
836
|
-
return (operator === "&&" && node.operator === "void");
|
837
|
-
|
838
|
-
case "LogicalExpression":
|
839
|
-
|
840
|
-
/*
|
841
|
-
* handles `a && false || b`
|
842
|
-
* `false` is an identity element of `&&` but not `||`
|
843
|
-
*/
|
844
|
-
return operator === node.operator &&
|
845
|
-
(
|
846
|
-
isLogicalIdentity(node.left, operator) ||
|
847
|
-
isLogicalIdentity(node.right, operator)
|
848
|
-
);
|
849
|
-
|
850
|
-
case "AssignmentExpression":
|
851
|
-
return ["||=", "&&="].includes(node.operator) &&
|
852
|
-
operator === node.operator.slice(0, -1) &&
|
853
|
-
isLogicalIdentity(node.right, operator);
|
854
|
-
|
855
|
-
// no default
|
856
|
-
}
|
857
|
-
return false;
|
858
|
-
}
|
859
|
-
|
860
|
-
/**
|
861
|
-
* Checks if an identifier is a reference to a global variable.
|
862
|
-
* @param {Scope} scope The scope in which the identifier is referenced.
|
863
|
-
* @param {ASTNode} node An identifier node to check.
|
864
|
-
* @returns {boolean} `true` if the identifier is a reference to a global variable.
|
865
|
-
*/
|
866
|
-
function isReferenceToGlobalVariable(scope, node) {
|
867
|
-
const reference = scope.references.find(ref => ref.identifier === node);
|
868
|
-
|
869
|
-
return Boolean(
|
870
|
-
reference &&
|
871
|
-
reference.resolved &&
|
872
|
-
reference.resolved.scope.type === "global" &&
|
873
|
-
reference.resolved.defs.length === 0
|
874
|
-
);
|
875
|
-
}
|
876
|
-
|
877
|
-
|
878
|
-
/**
|
879
|
-
* Checks if a node has a constant truthiness value.
|
880
|
-
* @param {Scope} scope Scope in which the node appears.
|
881
|
-
* @param {ASTNode} node The AST node to check.
|
882
|
-
* @param {boolean} inBooleanPosition `true` if checking the test of a
|
883
|
-
* condition. `false` in all other cases. When `false`, checks if -- for
|
884
|
-
* both string and number -- if coerced to that type, the value will
|
885
|
-
* be constant.
|
886
|
-
* @returns {boolean} true when node's truthiness is constant
|
887
|
-
* @private
|
888
|
-
*/
|
889
|
-
function isConstant(scope, node, inBooleanPosition) {
|
890
|
-
|
891
|
-
// node.elements can return null values in the case of sparse arrays ex. [,]
|
892
|
-
if (!node) {
|
893
|
-
return true;
|
894
|
-
}
|
895
|
-
switch (node.type) {
|
896
|
-
case "Literal":
|
897
|
-
case "ArrowFunctionExpression":
|
898
|
-
case "FunctionExpression":
|
899
|
-
return true;
|
900
|
-
case "ClassExpression":
|
901
|
-
case "ObjectExpression":
|
902
|
-
|
903
|
-
/**
|
904
|
-
* In theory objects like:
|
905
|
-
*
|
906
|
-
* `{toString: () => a}`
|
907
|
-
* `{valueOf: () => a}`
|
908
|
-
*
|
909
|
-
* Or a classes like:
|
910
|
-
*
|
911
|
-
* `class { static toString() { return a } }`
|
912
|
-
* `class { static valueOf() { return a } }`
|
913
|
-
*
|
914
|
-
* Are not constant verifiably when `inBooleanPosition` is
|
915
|
-
* false, but it's an edge case we've opted not to handle.
|
916
|
-
*/
|
917
|
-
return true;
|
918
|
-
case "TemplateLiteral":
|
919
|
-
return (inBooleanPosition && node.quasis.some(quasi => quasi.value.cooked.length)) ||
|
920
|
-
node.expressions.every(exp => isConstant(scope, exp, false));
|
921
|
-
|
922
|
-
case "ArrayExpression": {
|
923
|
-
if (!inBooleanPosition) {
|
924
|
-
return node.elements.every(element => isConstant(scope, element, false));
|
925
|
-
}
|
926
|
-
return true;
|
927
|
-
}
|
928
|
-
|
929
|
-
case "UnaryExpression":
|
930
|
-
if (
|
931
|
-
node.operator === "void" ||
|
932
|
-
node.operator === "typeof" && inBooleanPosition
|
933
|
-
) {
|
934
|
-
return true;
|
935
|
-
}
|
936
|
-
|
937
|
-
if (node.operator === "!") {
|
938
|
-
return isConstant(scope, node.argument, true);
|
939
|
-
}
|
940
|
-
|
941
|
-
return isConstant(scope, node.argument, false);
|
942
|
-
|
943
|
-
case "BinaryExpression":
|
944
|
-
return isConstant(scope, node.left, false) &&
|
945
|
-
isConstant(scope, node.right, false) &&
|
946
|
-
node.operator !== "in";
|
947
|
-
|
948
|
-
case "LogicalExpression": {
|
949
|
-
const isLeftConstant = isConstant(scope, node.left, inBooleanPosition);
|
950
|
-
const isRightConstant = isConstant(scope, node.right, inBooleanPosition);
|
951
|
-
const isLeftShortCircuit = (isLeftConstant && isLogicalIdentity(node.left, node.operator));
|
952
|
-
const isRightShortCircuit = (inBooleanPosition && isRightConstant && isLogicalIdentity(node.right, node.operator));
|
953
|
-
|
954
|
-
return (isLeftConstant && isRightConstant) ||
|
955
|
-
isLeftShortCircuit ||
|
956
|
-
isRightShortCircuit;
|
957
|
-
}
|
958
|
-
case "NewExpression":
|
959
|
-
return inBooleanPosition;
|
960
|
-
case "AssignmentExpression":
|
961
|
-
if (node.operator === "=") {
|
962
|
-
return isConstant(scope, node.right, inBooleanPosition);
|
963
|
-
}
|
964
|
-
|
965
|
-
if (["||=", "&&="].includes(node.operator) && inBooleanPosition) {
|
966
|
-
return isLogicalIdentity(node.right, node.operator.slice(0, -1));
|
967
|
-
}
|
968
|
-
|
969
|
-
return false;
|
970
|
-
|
971
|
-
case "SequenceExpression":
|
972
|
-
return isConstant(scope, node.expressions[node.expressions.length - 1], inBooleanPosition);
|
973
|
-
case "SpreadElement":
|
974
|
-
return isConstant(scope, node.argument, inBooleanPosition);
|
975
|
-
case "CallExpression":
|
976
|
-
if (node.callee.type === "Identifier" && node.callee.name === "Boolean") {
|
977
|
-
if (node.arguments.length === 0 || isConstant(scope, node.arguments[0], true)) {
|
978
|
-
return isReferenceToGlobalVariable(scope, node.callee);
|
979
|
-
}
|
980
|
-
}
|
981
|
-
return false;
|
982
|
-
case "Identifier":
|
983
|
-
return node.name === "undefined" && isReferenceToGlobalVariable(scope, node);
|
984
|
-
|
985
|
-
// no default
|
986
|
-
}
|
987
|
-
return false;
|
988
|
-
}
|
989
|
-
|
990
|
-
/**
|
991
|
-
* Checks whether a node is an ExpressionStatement at the top level of a file or function body.
|
992
|
-
* A top-level ExpressionStatement node is a directive if it contains a single unparenthesized
|
993
|
-
* string literal and if it occurs either as the first sibling or immediately after another
|
994
|
-
* directive.
|
995
|
-
* @param {ASTNode} node The node to check.
|
996
|
-
* @returns {boolean} Whether or not the node is an ExpressionStatement at the top level of a
|
997
|
-
* file or function body.
|
998
|
-
*/
|
999
|
-
function isTopLevelExpressionStatement(node) {
|
1000
|
-
if (node.type !== "ExpressionStatement") {
|
1001
|
-
return false;
|
1002
|
-
}
|
1003
|
-
const parent = node.parent;
|
1004
|
-
|
1005
|
-
return parent.type === "Program" || (parent.type === "BlockStatement" && isFunction(parent.parent));
|
1006
|
-
|
1007
|
-
}
|
1008
|
-
|
1009
|
-
/**
|
1010
|
-
* Check whether the given node is a part of a directive prologue or not.
|
1011
|
-
* @param {ASTNode} node The node to check.
|
1012
|
-
* @returns {boolean} `true` if the node is a part of directive prologue.
|
1013
|
-
*/
|
1014
|
-
function isDirective(node) {
|
1015
|
-
return node.type === "ExpressionStatement" && typeof node.directive === "string";
|
1016
|
-
}
|
1017
|
-
|
1018
|
-
//------------------------------------------------------------------------------
|
1019
|
-
// Public Interface
|
1020
|
-
//------------------------------------------------------------------------------
|
1021
|
-
|
1022
|
-
module.exports = {
|
1023
|
-
COMMENTS_IGNORE_PATTERN,
|
1024
|
-
LINEBREAKS,
|
1025
|
-
LINEBREAK_MATCHER: lineBreakPattern,
|
1026
|
-
SHEBANG_MATCHER: shebangPattern,
|
1027
|
-
STATEMENT_LIST_PARENTS,
|
1028
|
-
|
1029
|
-
/**
|
1030
|
-
* Determines whether two adjacent tokens are on the same line.
|
1031
|
-
* @param {Object} left The left token object.
|
1032
|
-
* @param {Object} right The right token object.
|
1033
|
-
* @returns {boolean} Whether or not the tokens are on the same line.
|
1034
|
-
* @public
|
1035
|
-
*/
|
1036
|
-
isTokenOnSameLine(left, right) {
|
1037
|
-
return left.loc.end.line === right.loc.start.line;
|
1038
|
-
},
|
1039
|
-
|
1040
|
-
isNullOrUndefined,
|
1041
|
-
isCallee,
|
1042
|
-
isES5Constructor,
|
1043
|
-
getUpperFunction,
|
1044
|
-
isFunction,
|
1045
|
-
isLoop,
|
1046
|
-
isInLoop,
|
1047
|
-
isArrayFromMethod,
|
1048
|
-
isParenthesised,
|
1049
|
-
createGlobalLinebreakMatcher,
|
1050
|
-
equalTokens,
|
1051
|
-
|
1052
|
-
isArrowToken,
|
1053
|
-
isClosingBraceToken,
|
1054
|
-
isClosingBracketToken,
|
1055
|
-
isClosingParenToken,
|
1056
|
-
isColonToken,
|
1057
|
-
isCommaToken,
|
1058
|
-
isCommentToken,
|
1059
|
-
isDotToken,
|
1060
|
-
isQuestionDotToken,
|
1061
|
-
isKeywordToken,
|
1062
|
-
isNotClosingBraceToken: negate(isClosingBraceToken),
|
1063
|
-
isNotClosingBracketToken: negate(isClosingBracketToken),
|
1064
|
-
isNotClosingParenToken: negate(isClosingParenToken),
|
1065
|
-
isNotColonToken: negate(isColonToken),
|
1066
|
-
isNotCommaToken: negate(isCommaToken),
|
1067
|
-
isNotDotToken: negate(isDotToken),
|
1068
|
-
isNotQuestionDotToken: negate(isQuestionDotToken),
|
1069
|
-
isNotOpeningBraceToken: negate(isOpeningBraceToken),
|
1070
|
-
isNotOpeningBracketToken: negate(isOpeningBracketToken),
|
1071
|
-
isNotOpeningParenToken: negate(isOpeningParenToken),
|
1072
|
-
isNotSemicolonToken: negate(isSemicolonToken),
|
1073
|
-
isOpeningBraceToken,
|
1074
|
-
isOpeningBracketToken,
|
1075
|
-
isOpeningParenToken,
|
1076
|
-
isSemicolonToken,
|
1077
|
-
isEqToken,
|
1078
|
-
|
1079
|
-
/**
|
1080
|
-
* Checks whether or not a given node is a string literal.
|
1081
|
-
* @param {ASTNode} node A node to check.
|
1082
|
-
* @returns {boolean} `true` if the node is a string literal.
|
1083
|
-
*/
|
1084
|
-
isStringLiteral(node) {
|
1085
|
-
return (
|
1086
|
-
(node.type === "Literal" && typeof node.value === "string") ||
|
1087
|
-
node.type === "TemplateLiteral"
|
1088
|
-
);
|
1089
|
-
},
|
1090
|
-
|
1091
|
-
/**
|
1092
|
-
* Checks whether a given node is a breakable statement or not.
|
1093
|
-
* The node is breakable if the node is one of the following type:
|
1094
|
-
*
|
1095
|
-
* - DoWhileStatement
|
1096
|
-
* - ForInStatement
|
1097
|
-
* - ForOfStatement
|
1098
|
-
* - ForStatement
|
1099
|
-
* - SwitchStatement
|
1100
|
-
* - WhileStatement
|
1101
|
-
* @param {ASTNode} node A node to check.
|
1102
|
-
* @returns {boolean} `true` if the node is breakable.
|
1103
|
-
*/
|
1104
|
-
isBreakableStatement(node) {
|
1105
|
-
return breakableTypePattern.test(node.type);
|
1106
|
-
},
|
1107
|
-
|
1108
|
-
/**
|
1109
|
-
* Gets references which are non initializer and writable.
|
1110
|
-
* @param {Reference[]} references An array of references.
|
1111
|
-
* @returns {Reference[]} An array of only references which are non initializer and writable.
|
1112
|
-
* @public
|
1113
|
-
*/
|
1114
|
-
getModifyingReferences(references) {
|
1115
|
-
return references.filter(isModifyingReference);
|
1116
|
-
},
|
1117
|
-
|
1118
|
-
/**
|
1119
|
-
* Validate that a string passed in is surrounded by the specified character
|
1120
|
-
* @param {string} val The text to check.
|
1121
|
-
* @param {string} character The character to see if it's surrounded by.
|
1122
|
-
* @returns {boolean} True if the text is surrounded by the character, false if not.
|
1123
|
-
* @private
|
1124
|
-
*/
|
1125
|
-
isSurroundedBy(val, character) {
|
1126
|
-
return val[0] === character && val[val.length - 1] === character;
|
1127
|
-
},
|
1128
|
-
|
1129
|
-
/**
|
1130
|
-
* Returns whether the provided node is an ESLint directive comment or not
|
1131
|
-
* @param {Line|Block} node The comment token to be checked
|
1132
|
-
* @returns {boolean} `true` if the node is an ESLint directive comment
|
1133
|
-
*/
|
1134
|
-
isDirectiveComment(node) {
|
1135
|
-
const comment = node.value.trim();
|
1136
|
-
|
1137
|
-
return (
|
1138
|
-
node.type === "Line" && comment.startsWith("eslint-") ||
|
1139
|
-
node.type === "Block" && ESLINT_DIRECTIVE_PATTERN.test(comment)
|
1140
|
-
);
|
1141
|
-
},
|
1142
|
-
|
1143
|
-
/**
|
1144
|
-
* Gets the trailing statement of a given node.
|
1145
|
-
*
|
1146
|
-
* if (code)
|
1147
|
-
* consequent;
|
1148
|
-
*
|
1149
|
-
* When taking this `IfStatement`, returns `consequent;` statement.
|
1150
|
-
* @param {ASTNode} A node to get.
|
1151
|
-
* @returns {ASTNode|null} The trailing statement's node.
|
1152
|
-
*/
|
1153
|
-
getTrailingStatement: esutils.ast.trailingStatement,
|
1154
|
-
|
1155
|
-
/**
|
1156
|
-
* Finds the variable by a given name in a given scope and its upper scopes.
|
1157
|
-
* @param {eslint-scope.Scope} initScope A scope to start find.
|
1158
|
-
* @param {string} name A variable name to find.
|
1159
|
-
* @returns {eslint-scope.Variable|null} A found variable or `null`.
|
1160
|
-
*/
|
1161
|
-
getVariableByName(initScope, name) {
|
1162
|
-
let scope = initScope;
|
1163
|
-
|
1164
|
-
while (scope) {
|
1165
|
-
const variable = scope.set.get(name);
|
1166
|
-
|
1167
|
-
if (variable) {
|
1168
|
-
return variable;
|
1169
|
-
}
|
1170
|
-
|
1171
|
-
scope = scope.upper;
|
1172
|
-
}
|
1173
|
-
|
1174
|
-
return null;
|
1175
|
-
},
|
1176
|
-
|
1177
|
-
/**
|
1178
|
-
* Checks whether or not a given function node is the default `this` binding.
|
1179
|
-
*
|
1180
|
-
* First, this checks the node:
|
1181
|
-
*
|
1182
|
-
* - The given node is not in `PropertyDefinition#value` position.
|
1183
|
-
* - The given node is not `StaticBlock`.
|
1184
|
-
* - The function name does not start with uppercase. It's a convention to capitalize the names
|
1185
|
-
* of constructor functions. This check is not performed if `capIsConstructor` is set to `false`.
|
1186
|
-
* - The function does not have a JSDoc comment that has a @this tag.
|
1187
|
-
*
|
1188
|
-
* Next, this checks the location of the node.
|
1189
|
-
* If the location is below, this judges `this` is valid.
|
1190
|
-
*
|
1191
|
-
* - The location is not on an object literal.
|
1192
|
-
* - The location is not assigned to a variable which starts with an uppercase letter. Applies to anonymous
|
1193
|
-
* functions only, as the name of the variable is considered to be the name of the function in this case.
|
1194
|
-
* This check is not performed if `capIsConstructor` is set to `false`.
|
1195
|
-
* - The location is not on an ES2015 class.
|
1196
|
-
* - Its `bind`/`call`/`apply` method is not called directly.
|
1197
|
-
* - The function is not a callback of array methods (such as `.forEach()`) if `thisArg` is given.
|
1198
|
-
* @param {ASTNode} node A function node to check. It also can be an implicit function, like `StaticBlock`
|
1199
|
-
* or any expression that is `PropertyDefinition#value` node.
|
1200
|
-
* @param {SourceCode} sourceCode A SourceCode instance to get comments.
|
1201
|
-
* @param {boolean} [capIsConstructor = true] `false` disables the assumption that functions which name starts
|
1202
|
-
* with an uppercase or are assigned to a variable which name starts with an uppercase are constructors.
|
1203
|
-
* @returns {boolean} The function node is the default `this` binding.
|
1204
|
-
*/
|
1205
|
-
isDefaultThisBinding(node, sourceCode, { capIsConstructor = true } = {}) {
|
1206
|
-
|
1207
|
-
/*
|
1208
|
-
* Class field initializers are implicit functions, but ESTree doesn't have the AST node of field initializers.
|
1209
|
-
* Therefore, A expression node at `PropertyDefinition#value` is a function.
|
1210
|
-
* In this case, `this` is always not default binding.
|
1211
|
-
*/
|
1212
|
-
if (node.parent.type === "PropertyDefinition" && node.parent.value === node) {
|
1213
|
-
return false;
|
1214
|
-
}
|
1215
|
-
|
1216
|
-
// Class static blocks are implicit functions. In this case, `this` is always not default binding.
|
1217
|
-
if (node.type === "StaticBlock") {
|
1218
|
-
return false;
|
1219
|
-
}
|
1220
|
-
|
1221
|
-
if (
|
1222
|
-
(capIsConstructor && isES5Constructor(node)) ||
|
1223
|
-
hasJSDocThisTag(node, sourceCode)
|
1224
|
-
) {
|
1225
|
-
return false;
|
1226
|
-
}
|
1227
|
-
const isAnonymous = node.id === null;
|
1228
|
-
let currentNode = node;
|
1229
|
-
|
1230
|
-
while (currentNode) {
|
1231
|
-
const parent = currentNode.parent;
|
1232
|
-
|
1233
|
-
switch (parent.type) {
|
1234
|
-
|
1235
|
-
/*
|
1236
|
-
* Looks up the destination.
|
1237
|
-
* e.g., obj.foo = nativeFoo || function foo() { ... };
|
1238
|
-
*/
|
1239
|
-
case "LogicalExpression":
|
1240
|
-
case "ConditionalExpression":
|
1241
|
-
case "ChainExpression":
|
1242
|
-
currentNode = parent;
|
1243
|
-
break;
|
1244
|
-
|
1245
|
-
/*
|
1246
|
-
* If the upper function is IIFE, checks the destination of the return value.
|
1247
|
-
* e.g.
|
1248
|
-
* obj.foo = (function() {
|
1249
|
-
* // setup...
|
1250
|
-
* return function foo() { ... };
|
1251
|
-
* })();
|
1252
|
-
* obj.foo = (() =>
|
1253
|
-
* function foo() { ... }
|
1254
|
-
* )();
|
1255
|
-
*/
|
1256
|
-
case "ReturnStatement": {
|
1257
|
-
const func = getUpperFunction(parent);
|
1258
|
-
|
1259
|
-
if (func === null || !isCallee(func)) {
|
1260
|
-
return true;
|
1261
|
-
}
|
1262
|
-
currentNode = func.parent;
|
1263
|
-
break;
|
1264
|
-
}
|
1265
|
-
case "ArrowFunctionExpression":
|
1266
|
-
if (currentNode !== parent.body || !isCallee(parent)) {
|
1267
|
-
return true;
|
1268
|
-
}
|
1269
|
-
currentNode = parent.parent;
|
1270
|
-
break;
|
1271
|
-
|
1272
|
-
/*
|
1273
|
-
* e.g.
|
1274
|
-
* var obj = { foo() { ... } };
|
1275
|
-
* var obj = { foo: function() { ... } };
|
1276
|
-
* class A { constructor() { ... } }
|
1277
|
-
* class A { foo() { ... } }
|
1278
|
-
* class A { get foo() { ... } }
|
1279
|
-
* class A { set foo() { ... } }
|
1280
|
-
* class A { static foo() { ... } }
|
1281
|
-
* class A { foo = function() { ... } }
|
1282
|
-
*/
|
1283
|
-
case "Property":
|
1284
|
-
case "PropertyDefinition":
|
1285
|
-
case "MethodDefinition":
|
1286
|
-
return parent.value !== currentNode;
|
1287
|
-
|
1288
|
-
/*
|
1289
|
-
* e.g.
|
1290
|
-
* obj.foo = function foo() { ... };
|
1291
|
-
* Foo = function() { ... };
|
1292
|
-
* [obj.foo = function foo() { ... }] = a;
|
1293
|
-
* [Foo = function() { ... }] = a;
|
1294
|
-
*/
|
1295
|
-
case "AssignmentExpression":
|
1296
|
-
case "AssignmentPattern":
|
1297
|
-
if (parent.left.type === "MemberExpression") {
|
1298
|
-
return false;
|
1299
|
-
}
|
1300
|
-
if (
|
1301
|
-
capIsConstructor &&
|
1302
|
-
isAnonymous &&
|
1303
|
-
parent.left.type === "Identifier" &&
|
1304
|
-
startsWithUpperCase(parent.left.name)
|
1305
|
-
) {
|
1306
|
-
return false;
|
1307
|
-
}
|
1308
|
-
return true;
|
1309
|
-
|
1310
|
-
/*
|
1311
|
-
* e.g.
|
1312
|
-
* var Foo = function() { ... };
|
1313
|
-
*/
|
1314
|
-
case "VariableDeclarator":
|
1315
|
-
return !(
|
1316
|
-
capIsConstructor &&
|
1317
|
-
isAnonymous &&
|
1318
|
-
parent.init === currentNode &&
|
1319
|
-
parent.id.type === "Identifier" &&
|
1320
|
-
startsWithUpperCase(parent.id.name)
|
1321
|
-
);
|
1322
|
-
|
1323
|
-
/*
|
1324
|
-
* e.g.
|
1325
|
-
* var foo = function foo() { ... }.bind(obj);
|
1326
|
-
* (function foo() { ... }).call(obj);
|
1327
|
-
* (function foo() { ... }).apply(obj, []);
|
1328
|
-
*/
|
1329
|
-
case "MemberExpression":
|
1330
|
-
if (
|
1331
|
-
parent.object === currentNode &&
|
1332
|
-
isSpecificMemberAccess(parent, null, bindOrCallOrApplyPattern)
|
1333
|
-
) {
|
1334
|
-
const maybeCalleeNode = parent.parent.type === "ChainExpression"
|
1335
|
-
? parent.parent
|
1336
|
-
: parent;
|
1337
|
-
|
1338
|
-
return !(
|
1339
|
-
isCallee(maybeCalleeNode) &&
|
1340
|
-
maybeCalleeNode.parent.arguments.length >= 1 &&
|
1341
|
-
!isNullOrUndefined(maybeCalleeNode.parent.arguments[0])
|
1342
|
-
);
|
1343
|
-
}
|
1344
|
-
return true;
|
1345
|
-
|
1346
|
-
/*
|
1347
|
-
* e.g.
|
1348
|
-
* Reflect.apply(function() {}, obj, []);
|
1349
|
-
* Array.from([], function() {}, obj);
|
1350
|
-
* list.forEach(function() {}, obj);
|
1351
|
-
*/
|
1352
|
-
case "CallExpression":
|
1353
|
-
if (isReflectApply(parent.callee)) {
|
1354
|
-
return (
|
1355
|
-
parent.arguments.length !== 3 ||
|
1356
|
-
parent.arguments[0] !== currentNode ||
|
1357
|
-
isNullOrUndefined(parent.arguments[1])
|
1358
|
-
);
|
1359
|
-
}
|
1360
|
-
if (isArrayFromMethod(parent.callee)) {
|
1361
|
-
return (
|
1362
|
-
parent.arguments.length !== 3 ||
|
1363
|
-
parent.arguments[1] !== currentNode ||
|
1364
|
-
isNullOrUndefined(parent.arguments[2])
|
1365
|
-
);
|
1366
|
-
}
|
1367
|
-
if (isMethodWhichHasThisArg(parent.callee)) {
|
1368
|
-
return (
|
1369
|
-
parent.arguments.length !== 2 ||
|
1370
|
-
parent.arguments[0] !== currentNode ||
|
1371
|
-
isNullOrUndefined(parent.arguments[1])
|
1372
|
-
);
|
1373
|
-
}
|
1374
|
-
return true;
|
1375
|
-
|
1376
|
-
// Otherwise `this` is default.
|
1377
|
-
default:
|
1378
|
-
return true;
|
1379
|
-
}
|
1380
|
-
}
|
1381
|
-
|
1382
|
-
/* c8 ignore next */
|
1383
|
-
return true;
|
1384
|
-
},
|
1385
|
-
|
1386
|
-
/**
|
1387
|
-
* Get the precedence level based on the node type
|
1388
|
-
* @param {ASTNode} node node to evaluate
|
1389
|
-
* @returns {int} precedence level
|
1390
|
-
* @private
|
1391
|
-
*/
|
1392
|
-
getPrecedence(node) {
|
1393
|
-
switch (node.type) {
|
1394
|
-
case "SequenceExpression":
|
1395
|
-
return 0;
|
1396
|
-
|
1397
|
-
case "AssignmentExpression":
|
1398
|
-
case "ArrowFunctionExpression":
|
1399
|
-
case "YieldExpression":
|
1400
|
-
return 1;
|
1401
|
-
|
1402
|
-
case "ConditionalExpression":
|
1403
|
-
return 3;
|
1404
|
-
|
1405
|
-
case "LogicalExpression":
|
1406
|
-
switch (node.operator) {
|
1407
|
-
case "||":
|
1408
|
-
case "??":
|
1409
|
-
return 4;
|
1410
|
-
case "&&":
|
1411
|
-
return 5;
|
1412
|
-
|
1413
|
-
// no default
|
1414
|
-
}
|
1415
|
-
|
1416
|
-
/* falls through */
|
1417
|
-
|
1418
|
-
case "BinaryExpression":
|
1419
|
-
|
1420
|
-
switch (node.operator) {
|
1421
|
-
case "|":
|
1422
|
-
return 6;
|
1423
|
-
case "^":
|
1424
|
-
return 7;
|
1425
|
-
case "&":
|
1426
|
-
return 8;
|
1427
|
-
case "==":
|
1428
|
-
case "!=":
|
1429
|
-
case "===":
|
1430
|
-
case "!==":
|
1431
|
-
return 9;
|
1432
|
-
case "<":
|
1433
|
-
case "<=":
|
1434
|
-
case ">":
|
1435
|
-
case ">=":
|
1436
|
-
case "in":
|
1437
|
-
case "instanceof":
|
1438
|
-
return 10;
|
1439
|
-
case "<<":
|
1440
|
-
case ">>":
|
1441
|
-
case ">>>":
|
1442
|
-
return 11;
|
1443
|
-
case "+":
|
1444
|
-
case "-":
|
1445
|
-
return 12;
|
1446
|
-
case "*":
|
1447
|
-
case "/":
|
1448
|
-
case "%":
|
1449
|
-
return 13;
|
1450
|
-
case "**":
|
1451
|
-
return 15;
|
1452
|
-
|
1453
|
-
// no default
|
1454
|
-
}
|
1455
|
-
|
1456
|
-
/* falls through */
|
1457
|
-
|
1458
|
-
case "UnaryExpression":
|
1459
|
-
case "AwaitExpression":
|
1460
|
-
return 16;
|
1461
|
-
|
1462
|
-
case "UpdateExpression":
|
1463
|
-
return 17;
|
1464
|
-
|
1465
|
-
case "CallExpression":
|
1466
|
-
case "ChainExpression":
|
1467
|
-
case "ImportExpression":
|
1468
|
-
return 18;
|
1469
|
-
|
1470
|
-
case "NewExpression":
|
1471
|
-
return 19;
|
1472
|
-
|
1473
|
-
default:
|
1474
|
-
if (node.type in eslintVisitorKeys) {
|
1475
|
-
return 20;
|
1476
|
-
}
|
1477
|
-
|
1478
|
-
/*
|
1479
|
-
* if the node is not a standard node that we know about, then assume it has the lowest precedence
|
1480
|
-
* this will mean that rules will wrap unknown nodes in parentheses where applicable instead of
|
1481
|
-
* unwrapping them and potentially changing the meaning of the code or introducing a syntax error.
|
1482
|
-
*/
|
1483
|
-
return -1;
|
1484
|
-
}
|
1485
|
-
},
|
1486
|
-
|
1487
|
-
/**
|
1488
|
-
* Checks whether the given node is an empty block node or not.
|
1489
|
-
* @param {ASTNode|null} node The node to check.
|
1490
|
-
* @returns {boolean} `true` if the node is an empty block.
|
1491
|
-
*/
|
1492
|
-
isEmptyBlock(node) {
|
1493
|
-
return Boolean(node && node.type === "BlockStatement" && node.body.length === 0);
|
1494
|
-
},
|
1495
|
-
|
1496
|
-
/**
|
1497
|
-
* Checks whether the given node is an empty function node or not.
|
1498
|
-
* @param {ASTNode|null} node The node to check.
|
1499
|
-
* @returns {boolean} `true` if the node is an empty function.
|
1500
|
-
*/
|
1501
|
-
isEmptyFunction(node) {
|
1502
|
-
return isFunction(node) && module.exports.isEmptyBlock(node.body);
|
1503
|
-
},
|
1504
|
-
|
1505
|
-
/**
|
1506
|
-
* Get directives from directive prologue of a Program or Function node.
|
1507
|
-
* @param {ASTNode} node The node to check.
|
1508
|
-
* @returns {ASTNode[]} The directives found in the directive prologue.
|
1509
|
-
*/
|
1510
|
-
getDirectivePrologue(node) {
|
1511
|
-
const directives = [];
|
1512
|
-
|
1513
|
-
// Directive prologues only occur at the top of files or functions.
|
1514
|
-
if (
|
1515
|
-
node.type === "Program" ||
|
1516
|
-
node.type === "FunctionDeclaration" ||
|
1517
|
-
node.type === "FunctionExpression" ||
|
1518
|
-
|
1519
|
-
/*
|
1520
|
-
* Do not check arrow functions with implicit return.
|
1521
|
-
* `() => "use strict";` returns the string `"use strict"`.
|
1522
|
-
*/
|
1523
|
-
(node.type === "ArrowFunctionExpression" && node.body.type === "BlockStatement")
|
1524
|
-
) {
|
1525
|
-
const statements = node.type === "Program" ? node.body : node.body.body;
|
1526
|
-
|
1527
|
-
for (const statement of statements) {
|
1528
|
-
if (
|
1529
|
-
statement.type === "ExpressionStatement" &&
|
1530
|
-
statement.expression.type === "Literal"
|
1531
|
-
) {
|
1532
|
-
directives.push(statement);
|
1533
|
-
} else {
|
1534
|
-
break;
|
1535
|
-
}
|
1536
|
-
}
|
1537
|
-
}
|
1538
|
-
|
1539
|
-
return directives;
|
1540
|
-
},
|
1541
|
-
|
1542
|
-
/**
|
1543
|
-
* Determines whether this node is a decimal integer literal. If a node is a decimal integer literal, a dot added
|
1544
|
-
* after the node will be parsed as a decimal point, rather than a property-access dot.
|
1545
|
-
* @param {ASTNode} node The node to check.
|
1546
|
-
* @returns {boolean} `true` if this node is a decimal integer.
|
1547
|
-
* @example
|
1548
|
-
*
|
1549
|
-
* 0 // true
|
1550
|
-
* 5 // true
|
1551
|
-
* 50 // true
|
1552
|
-
* 5_000 // true
|
1553
|
-
* 1_234_56 // true
|
1554
|
-
* 08 // true
|
1555
|
-
* 0192 // true
|
1556
|
-
* 5. // false
|
1557
|
-
* .5 // false
|
1558
|
-
* 5.0 // false
|
1559
|
-
* 5.00_00 // false
|
1560
|
-
* 05 // false
|
1561
|
-
* 0x5 // false
|
1562
|
-
* 0b101 // false
|
1563
|
-
* 0b11_01 // false
|
1564
|
-
* 0o5 // false
|
1565
|
-
* 5e0 // false
|
1566
|
-
* 5e1_000 // false
|
1567
|
-
* 5n // false
|
1568
|
-
* 1_000n // false
|
1569
|
-
* "5" // false
|
1570
|
-
*
|
1571
|
-
*/
|
1572
|
-
isDecimalInteger(node) {
|
1573
|
-
return node.type === "Literal" && typeof node.value === "number" &&
|
1574
|
-
DECIMAL_INTEGER_PATTERN.test(node.raw);
|
1575
|
-
},
|
1576
|
-
|
1577
|
-
/**
|
1578
|
-
* Determines whether this token is a decimal integer numeric token.
|
1579
|
-
* This is similar to isDecimalInteger(), but for tokens.
|
1580
|
-
* @param {Token} token The token to check.
|
1581
|
-
* @returns {boolean} `true` if this token is a decimal integer.
|
1582
|
-
*/
|
1583
|
-
isDecimalIntegerNumericToken(token) {
|
1584
|
-
return token.type === "Numeric" && DECIMAL_INTEGER_PATTERN.test(token.value);
|
1585
|
-
},
|
1586
|
-
|
1587
|
-
/**
|
1588
|
-
* Gets the name and kind of the given function node.
|
1589
|
-
*
|
1590
|
-
* - `function foo() {}` .................... `function 'foo'`
|
1591
|
-
* - `(function foo() {})` .................. `function 'foo'`
|
1592
|
-
* - `(function() {})` ...................... `function`
|
1593
|
-
* - `function* foo() {}` ................... `generator function 'foo'`
|
1594
|
-
* - `(function* foo() {})` ................. `generator function 'foo'`
|
1595
|
-
* - `(function*() {})` ..................... `generator function`
|
1596
|
-
* - `() => {}` ............................. `arrow function`
|
1597
|
-
* - `async () => {}` ....................... `async arrow function`
|
1598
|
-
* - `({ foo: function foo() {} })` ......... `method 'foo'`
|
1599
|
-
* - `({ foo: function() {} })` ............. `method 'foo'`
|
1600
|
-
* - `({ ['foo']: function() {} })` ......... `method 'foo'`
|
1601
|
-
* - `({ [foo]: function() {} })` ........... `method`
|
1602
|
-
* - `({ foo() {} })` ....................... `method 'foo'`
|
1603
|
-
* - `({ foo: function* foo() {} })` ........ `generator method 'foo'`
|
1604
|
-
* - `({ foo: function*() {} })` ............ `generator method 'foo'`
|
1605
|
-
* - `({ ['foo']: function*() {} })` ........ `generator method 'foo'`
|
1606
|
-
* - `({ [foo]: function*() {} })` .......... `generator method`
|
1607
|
-
* - `({ *foo() {} })` ...................... `generator method 'foo'`
|
1608
|
-
* - `({ foo: async function foo() {} })` ... `async method 'foo'`
|
1609
|
-
* - `({ foo: async function() {} })` ....... `async method 'foo'`
|
1610
|
-
* - `({ ['foo']: async function() {} })` ... `async method 'foo'`
|
1611
|
-
* - `({ [foo]: async function() {} })` ..... `async method`
|
1612
|
-
* - `({ async foo() {} })` ................. `async method 'foo'`
|
1613
|
-
* - `({ get foo() {} })` ................... `getter 'foo'`
|
1614
|
-
* - `({ set foo(a) {} })` .................. `setter 'foo'`
|
1615
|
-
* - `class A { constructor() {} }` ......... `constructor`
|
1616
|
-
* - `class A { foo() {} }` ................. `method 'foo'`
|
1617
|
-
* - `class A { *foo() {} }` ................ `generator method 'foo'`
|
1618
|
-
* - `class A { async foo() {} }` ........... `async method 'foo'`
|
1619
|
-
* - `class A { ['foo']() {} }` ............. `method 'foo'`
|
1620
|
-
* - `class A { *['foo']() {} }` ............ `generator method 'foo'`
|
1621
|
-
* - `class A { async ['foo']() {} }` ....... `async method 'foo'`
|
1622
|
-
* - `class A { [foo]() {} }` ............... `method`
|
1623
|
-
* - `class A { *[foo]() {} }` .............. `generator method`
|
1624
|
-
* - `class A { async [foo]() {} }` ......... `async method`
|
1625
|
-
* - `class A { get foo() {} }` ............. `getter 'foo'`
|
1626
|
-
* - `class A { set foo(a) {} }` ............ `setter 'foo'`
|
1627
|
-
* - `class A { static foo() {} }` .......... `static method 'foo'`
|
1628
|
-
* - `class A { static *foo() {} }` ......... `static generator method 'foo'`
|
1629
|
-
* - `class A { static async foo() {} }` .... `static async method 'foo'`
|
1630
|
-
* - `class A { static get foo() {} }` ...... `static getter 'foo'`
|
1631
|
-
* - `class A { static set foo(a) {} }` ..... `static setter 'foo'`
|
1632
|
-
* - `class A { foo = () => {}; }` .......... `method 'foo'`
|
1633
|
-
* - `class A { foo = function() {}; }` ..... `method 'foo'`
|
1634
|
-
* - `class A { foo = function bar() {}; }` . `method 'foo'`
|
1635
|
-
* - `class A { static foo = () => {}; }` ... `static method 'foo'`
|
1636
|
-
* - `class A { '#foo' = () => {}; }` ....... `method '#foo'`
|
1637
|
-
* - `class A { #foo = () => {}; }` ......... `private method #foo`
|
1638
|
-
* - `class A { static #foo = () => {}; }` .. `static private method #foo`
|
1639
|
-
* - `class A { '#foo'() {} }` .............. `method '#foo'`
|
1640
|
-
* - `class A { #foo() {} }` ................ `private method #foo`
|
1641
|
-
* - `class A { static #foo() {} }` ......... `static private method #foo`
|
1642
|
-
* @param {ASTNode} node The function node to get.
|
1643
|
-
* @returns {string} The name and kind of the function node.
|
1644
|
-
*/
|
1645
|
-
getFunctionNameWithKind(node) {
|
1646
|
-
const parent = node.parent;
|
1647
|
-
const tokens = [];
|
1648
|
-
|
1649
|
-
if (parent.type === "MethodDefinition" || parent.type === "PropertyDefinition") {
|
1650
|
-
|
1651
|
-
// The proposal uses `static` word consistently before visibility words: https://github.com/tc39/proposal-static-class-features
|
1652
|
-
if (parent.static) {
|
1653
|
-
tokens.push("static");
|
1654
|
-
}
|
1655
|
-
if (!parent.computed && parent.key.type === "PrivateIdentifier") {
|
1656
|
-
tokens.push("private");
|
1657
|
-
}
|
1658
|
-
}
|
1659
|
-
if (node.async) {
|
1660
|
-
tokens.push("async");
|
1661
|
-
}
|
1662
|
-
if (node.generator) {
|
1663
|
-
tokens.push("generator");
|
1664
|
-
}
|
1665
|
-
|
1666
|
-
if (parent.type === "Property" || parent.type === "MethodDefinition") {
|
1667
|
-
if (parent.kind === "constructor") {
|
1668
|
-
return "constructor";
|
1669
|
-
}
|
1670
|
-
if (parent.kind === "get") {
|
1671
|
-
tokens.push("getter");
|
1672
|
-
} else if (parent.kind === "set") {
|
1673
|
-
tokens.push("setter");
|
1674
|
-
} else {
|
1675
|
-
tokens.push("method");
|
1676
|
-
}
|
1677
|
-
} else if (parent.type === "PropertyDefinition") {
|
1678
|
-
tokens.push("method");
|
1679
|
-
} else {
|
1680
|
-
if (node.type === "ArrowFunctionExpression") {
|
1681
|
-
tokens.push("arrow");
|
1682
|
-
}
|
1683
|
-
tokens.push("function");
|
1684
|
-
}
|
1685
|
-
|
1686
|
-
if (parent.type === "Property" || parent.type === "MethodDefinition" || parent.type === "PropertyDefinition") {
|
1687
|
-
if (!parent.computed && parent.key.type === "PrivateIdentifier") {
|
1688
|
-
tokens.push(`#${parent.key.name}`);
|
1689
|
-
} else {
|
1690
|
-
const name = getStaticPropertyName(parent);
|
1691
|
-
|
1692
|
-
if (name !== null) {
|
1693
|
-
tokens.push(`'${name}'`);
|
1694
|
-
} else if (node.id) {
|
1695
|
-
tokens.push(`'${node.id.name}'`);
|
1696
|
-
}
|
1697
|
-
}
|
1698
|
-
} else if (node.id) {
|
1699
|
-
tokens.push(`'${node.id.name}'`);
|
1700
|
-
}
|
1701
|
-
|
1702
|
-
return tokens.join(" ");
|
1703
|
-
},
|
1704
|
-
|
1705
|
-
/**
|
1706
|
-
* Gets the location of the given function node for reporting.
|
1707
|
-
*
|
1708
|
-
* - `function foo() {}`
|
1709
|
-
* ^^^^^^^^^^^^
|
1710
|
-
* - `(function foo() {})`
|
1711
|
-
* ^^^^^^^^^^^^
|
1712
|
-
* - `(function() {})`
|
1713
|
-
* ^^^^^^^^
|
1714
|
-
* - `function* foo() {}`
|
1715
|
-
* ^^^^^^^^^^^^^
|
1716
|
-
* - `(function* foo() {})`
|
1717
|
-
* ^^^^^^^^^^^^^
|
1718
|
-
* - `(function*() {})`
|
1719
|
-
* ^^^^^^^^^
|
1720
|
-
* - `() => {}`
|
1721
|
-
* ^^
|
1722
|
-
* - `async () => {}`
|
1723
|
-
* ^^
|
1724
|
-
* - `({ foo: function foo() {} })`
|
1725
|
-
* ^^^^^^^^^^^^^^^^^
|
1726
|
-
* - `({ foo: function() {} })`
|
1727
|
-
* ^^^^^^^^^^^^^
|
1728
|
-
* - `({ ['foo']: function() {} })`
|
1729
|
-
* ^^^^^^^^^^^^^^^^^
|
1730
|
-
* - `({ [foo]: function() {} })`
|
1731
|
-
* ^^^^^^^^^^^^^^^
|
1732
|
-
* - `({ foo() {} })`
|
1733
|
-
* ^^^
|
1734
|
-
* - `({ foo: function* foo() {} })`
|
1735
|
-
* ^^^^^^^^^^^^^^^^^^
|
1736
|
-
* - `({ foo: function*() {} })`
|
1737
|
-
* ^^^^^^^^^^^^^^
|
1738
|
-
* - `({ ['foo']: function*() {} })`
|
1739
|
-
* ^^^^^^^^^^^^^^^^^^
|
1740
|
-
* - `({ [foo]: function*() {} })`
|
1741
|
-
* ^^^^^^^^^^^^^^^^
|
1742
|
-
* - `({ *foo() {} })`
|
1743
|
-
* ^^^^
|
1744
|
-
* - `({ foo: async function foo() {} })`
|
1745
|
-
* ^^^^^^^^^^^^^^^^^^^^^^^
|
1746
|
-
* - `({ foo: async function() {} })`
|
1747
|
-
* ^^^^^^^^^^^^^^^^^^^
|
1748
|
-
* - `({ ['foo']: async function() {} })`
|
1749
|
-
* ^^^^^^^^^^^^^^^^^^^^^^^
|
1750
|
-
* - `({ [foo]: async function() {} })`
|
1751
|
-
* ^^^^^^^^^^^^^^^^^^^^^
|
1752
|
-
* - `({ async foo() {} })`
|
1753
|
-
* ^^^^^^^^^
|
1754
|
-
* - `({ get foo() {} })`
|
1755
|
-
* ^^^^^^^
|
1756
|
-
* - `({ set foo(a) {} })`
|
1757
|
-
* ^^^^^^^
|
1758
|
-
* - `class A { constructor() {} }`
|
1759
|
-
* ^^^^^^^^^^^
|
1760
|
-
* - `class A { foo() {} }`
|
1761
|
-
* ^^^
|
1762
|
-
* - `class A { *foo() {} }`
|
1763
|
-
* ^^^^
|
1764
|
-
* - `class A { async foo() {} }`
|
1765
|
-
* ^^^^^^^^^
|
1766
|
-
* - `class A { ['foo']() {} }`
|
1767
|
-
* ^^^^^^^
|
1768
|
-
* - `class A { *['foo']() {} }`
|
1769
|
-
* ^^^^^^^^
|
1770
|
-
* - `class A { async ['foo']() {} }`
|
1771
|
-
* ^^^^^^^^^^^^^
|
1772
|
-
* - `class A { [foo]() {} }`
|
1773
|
-
* ^^^^^
|
1774
|
-
* - `class A { *[foo]() {} }`
|
1775
|
-
* ^^^^^^
|
1776
|
-
* - `class A { async [foo]() {} }`
|
1777
|
-
* ^^^^^^^^^^^
|
1778
|
-
* - `class A { get foo() {} }`
|
1779
|
-
* ^^^^^^^
|
1780
|
-
* - `class A { set foo(a) {} }`
|
1781
|
-
* ^^^^^^^
|
1782
|
-
* - `class A { static foo() {} }`
|
1783
|
-
* ^^^^^^^^^^
|
1784
|
-
* - `class A { static *foo() {} }`
|
1785
|
-
* ^^^^^^^^^^^
|
1786
|
-
* - `class A { static async foo() {} }`
|
1787
|
-
* ^^^^^^^^^^^^^^^^
|
1788
|
-
* - `class A { static get foo() {} }`
|
1789
|
-
* ^^^^^^^^^^^^^^
|
1790
|
-
* - `class A { static set foo(a) {} }`
|
1791
|
-
* ^^^^^^^^^^^^^^
|
1792
|
-
* - `class A { foo = function() {} }`
|
1793
|
-
* ^^^^^^^^^^^^^^
|
1794
|
-
* - `class A { static foo = function() {} }`
|
1795
|
-
* ^^^^^^^^^^^^^^^^^^^^^
|
1796
|
-
* - `class A { foo = (a, b) => {} }`
|
1797
|
-
* ^^^^^^
|
1798
|
-
* @param {ASTNode} node The function node to get.
|
1799
|
-
* @param {SourceCode} sourceCode The source code object to get tokens.
|
1800
|
-
* @returns {string} The location of the function node for reporting.
|
1801
|
-
*/
|
1802
|
-
getFunctionHeadLoc(node, sourceCode) {
|
1803
|
-
const parent = node.parent;
|
1804
|
-
let start = null;
|
1805
|
-
let end = null;
|
1806
|
-
|
1807
|
-
if (parent.type === "Property" || parent.type === "MethodDefinition" || parent.type === "PropertyDefinition") {
|
1808
|
-
start = parent.loc.start;
|
1809
|
-
end = getOpeningParenOfParams(node, sourceCode).loc.start;
|
1810
|
-
} else if (node.type === "ArrowFunctionExpression") {
|
1811
|
-
const arrowToken = sourceCode.getTokenBefore(node.body, isArrowToken);
|
1812
|
-
|
1813
|
-
start = arrowToken.loc.start;
|
1814
|
-
end = arrowToken.loc.end;
|
1815
|
-
} else {
|
1816
|
-
start = node.loc.start;
|
1817
|
-
end = getOpeningParenOfParams(node, sourceCode).loc.start;
|
1818
|
-
}
|
1819
|
-
|
1820
|
-
return {
|
1821
|
-
start: Object.assign({}, start),
|
1822
|
-
end: Object.assign({}, end)
|
1823
|
-
};
|
1824
|
-
},
|
1825
|
-
|
1826
|
-
/**
|
1827
|
-
* Gets next location when the result is not out of bound, otherwise returns null.
|
1828
|
-
*
|
1829
|
-
* Assumptions:
|
1830
|
-
*
|
1831
|
-
* - The given location represents a valid location in the given source code.
|
1832
|
-
* - Columns are 0-based.
|
1833
|
-
* - Lines are 1-based.
|
1834
|
-
* - Column immediately after the last character in a line (not incl. linebreaks) is considered to be a valid location.
|
1835
|
-
* - If the source code ends with a linebreak, `sourceCode.lines` array will have an extra element (empty string) at the end.
|
1836
|
-
* The start (column 0) of that extra line is considered to be a valid location.
|
1837
|
-
*
|
1838
|
-
* Examples of successive locations (line, column):
|
1839
|
-
*
|
1840
|
-
* code: foo
|
1841
|
-
* locations: (1, 0) -> (1, 1) -> (1, 2) -> (1, 3) -> null
|
1842
|
-
*
|
1843
|
-
* code: foo<LF>
|
1844
|
-
* locations: (1, 0) -> (1, 1) -> (1, 2) -> (1, 3) -> (2, 0) -> null
|
1845
|
-
*
|
1846
|
-
* code: foo<CR><LF>
|
1847
|
-
* locations: (1, 0) -> (1, 1) -> (1, 2) -> (1, 3) -> (2, 0) -> null
|
1848
|
-
*
|
1849
|
-
* code: a<LF>b
|
1850
|
-
* locations: (1, 0) -> (1, 1) -> (2, 0) -> (2, 1) -> null
|
1851
|
-
*
|
1852
|
-
* code: a<LF>b<LF>
|
1853
|
-
* locations: (1, 0) -> (1, 1) -> (2, 0) -> (2, 1) -> (3, 0) -> null
|
1854
|
-
*
|
1855
|
-
* code: a<CR><LF>b<CR><LF>
|
1856
|
-
* locations: (1, 0) -> (1, 1) -> (2, 0) -> (2, 1) -> (3, 0) -> null
|
1857
|
-
*
|
1858
|
-
* code: a<LF><LF>
|
1859
|
-
* locations: (1, 0) -> (1, 1) -> (2, 0) -> (3, 0) -> null
|
1860
|
-
*
|
1861
|
-
* code: <LF>
|
1862
|
-
* locations: (1, 0) -> (2, 0) -> null
|
1863
|
-
*
|
1864
|
-
* code:
|
1865
|
-
* locations: (1, 0) -> null
|
1866
|
-
* @param {SourceCode} sourceCode The sourceCode
|
1867
|
-
* @param {{line: number, column: number}} location The location
|
1868
|
-
* @returns {{line: number, column: number} | null} Next location
|
1869
|
-
*/
|
1870
|
-
getNextLocation(sourceCode, { line, column }) {
|
1871
|
-
if (column < sourceCode.lines[line - 1].length) {
|
1872
|
-
return {
|
1873
|
-
line,
|
1874
|
-
column: column + 1
|
1875
|
-
};
|
1876
|
-
}
|
1877
|
-
|
1878
|
-
if (line < sourceCode.lines.length) {
|
1879
|
-
return {
|
1880
|
-
line: line + 1,
|
1881
|
-
column: 0
|
1882
|
-
};
|
1883
|
-
}
|
1884
|
-
|
1885
|
-
return null;
|
1886
|
-
},
|
1887
|
-
|
1888
|
-
/**
|
1889
|
-
* Gets the parenthesized text of a node. This is similar to sourceCode.getText(node), but it also includes any parentheses
|
1890
|
-
* surrounding the node.
|
1891
|
-
* @param {SourceCode} sourceCode The source code object
|
1892
|
-
* @param {ASTNode} node An expression node
|
1893
|
-
* @returns {string} The text representing the node, with all surrounding parentheses included
|
1894
|
-
*/
|
1895
|
-
getParenthesisedText(sourceCode, node) {
|
1896
|
-
let leftToken = sourceCode.getFirstToken(node);
|
1897
|
-
let rightToken = sourceCode.getLastToken(node);
|
1898
|
-
|
1899
|
-
while (
|
1900
|
-
sourceCode.getTokenBefore(leftToken) &&
|
1901
|
-
sourceCode.getTokenBefore(leftToken).type === "Punctuator" &&
|
1902
|
-
sourceCode.getTokenBefore(leftToken).value === "(" &&
|
1903
|
-
sourceCode.getTokenAfter(rightToken) &&
|
1904
|
-
sourceCode.getTokenAfter(rightToken).type === "Punctuator" &&
|
1905
|
-
sourceCode.getTokenAfter(rightToken).value === ")"
|
1906
|
-
) {
|
1907
|
-
leftToken = sourceCode.getTokenBefore(leftToken);
|
1908
|
-
rightToken = sourceCode.getTokenAfter(rightToken);
|
1909
|
-
}
|
1910
|
-
|
1911
|
-
return sourceCode.getText().slice(leftToken.range[0], rightToken.range[1]);
|
1912
|
-
},
|
1913
|
-
|
1914
|
-
/**
|
1915
|
-
* Determine if a node has a possibility to be an Error object
|
1916
|
-
* @param {ASTNode} node ASTNode to check
|
1917
|
-
* @returns {boolean} True if there is a chance it contains an Error obj
|
1918
|
-
*/
|
1919
|
-
couldBeError(node) {
|
1920
|
-
switch (node.type) {
|
1921
|
-
case "Identifier":
|
1922
|
-
case "CallExpression":
|
1923
|
-
case "NewExpression":
|
1924
|
-
case "MemberExpression":
|
1925
|
-
case "TaggedTemplateExpression":
|
1926
|
-
case "YieldExpression":
|
1927
|
-
case "AwaitExpression":
|
1928
|
-
case "ChainExpression":
|
1929
|
-
return true; // possibly an error object.
|
1930
|
-
|
1931
|
-
case "AssignmentExpression":
|
1932
|
-
if (["=", "&&="].includes(node.operator)) {
|
1933
|
-
return module.exports.couldBeError(node.right);
|
1934
|
-
}
|
1935
|
-
|
1936
|
-
if (["||=", "??="].includes(node.operator)) {
|
1937
|
-
return module.exports.couldBeError(node.left) || module.exports.couldBeError(node.right);
|
1938
|
-
}
|
1939
|
-
|
1940
|
-
/**
|
1941
|
-
* All other assignment operators are mathematical assignment operators (arithmetic or bitwise).
|
1942
|
-
* An assignment expression with a mathematical operator can either evaluate to a primitive value,
|
1943
|
-
* or throw, depending on the operands. Thus, it cannot evaluate to an `Error` object.
|
1944
|
-
*/
|
1945
|
-
return false;
|
1946
|
-
|
1947
|
-
case "SequenceExpression": {
|
1948
|
-
const exprs = node.expressions;
|
1949
|
-
|
1950
|
-
return exprs.length !== 0 && module.exports.couldBeError(exprs[exprs.length - 1]);
|
1951
|
-
}
|
1952
|
-
|
1953
|
-
case "LogicalExpression":
|
1954
|
-
|
1955
|
-
/*
|
1956
|
-
* If the && operator short-circuits, the left side was falsy and therefore not an error, and if it
|
1957
|
-
* doesn't short-circuit, it takes the value from the right side, so the right side must always be
|
1958
|
-
* a plausible error. A future improvement could verify that the left side could be truthy by
|
1959
|
-
* excluding falsy literals.
|
1960
|
-
*/
|
1961
|
-
if (node.operator === "&&") {
|
1962
|
-
return module.exports.couldBeError(node.right);
|
1963
|
-
}
|
1964
|
-
|
1965
|
-
return module.exports.couldBeError(node.left) || module.exports.couldBeError(node.right);
|
1966
|
-
|
1967
|
-
case "ConditionalExpression":
|
1968
|
-
return module.exports.couldBeError(node.consequent) || module.exports.couldBeError(node.alternate);
|
1969
|
-
|
1970
|
-
default:
|
1971
|
-
return false;
|
1972
|
-
}
|
1973
|
-
},
|
1974
|
-
|
1975
|
-
/**
|
1976
|
-
* Check if a given node is a numeric literal or not.
|
1977
|
-
* @param {ASTNode} node The node to check.
|
1978
|
-
* @returns {boolean} `true` if the node is a number or bigint literal.
|
1979
|
-
*/
|
1980
|
-
isNumericLiteral(node) {
|
1981
|
-
return (
|
1982
|
-
node.type === "Literal" &&
|
1983
|
-
(typeof node.value === "number" || Boolean(node.bigint))
|
1984
|
-
);
|
1985
|
-
},
|
1986
|
-
|
1987
|
-
/**
|
1988
|
-
* Determines whether two tokens can safely be placed next to each other without merging into a single token
|
1989
|
-
* @param {Token|string} leftValue The left token. If this is a string, it will be tokenized and the last token will be used.
|
1990
|
-
* @param {Token|string} rightValue The right token. If this is a string, it will be tokenized and the first token will be used.
|
1991
|
-
* @returns {boolean} If the tokens cannot be safely placed next to each other, returns `false`. If the tokens can be placed
|
1992
|
-
* next to each other, behavior is undefined (although it should return `true` in most cases).
|
1993
|
-
*/
|
1994
|
-
canTokensBeAdjacent(leftValue, rightValue) {
|
1995
|
-
const espreeOptions = {
|
1996
|
-
ecmaVersion: espree.latestEcmaVersion,
|
1997
|
-
comment: true,
|
1998
|
-
range: true
|
1999
|
-
};
|
2000
|
-
|
2001
|
-
let leftToken;
|
2002
|
-
|
2003
|
-
if (typeof leftValue === "string") {
|
2004
|
-
let tokens;
|
2005
|
-
|
2006
|
-
try {
|
2007
|
-
tokens = espree.tokenize(leftValue, espreeOptions);
|
2008
|
-
} catch {
|
2009
|
-
return false;
|
2010
|
-
}
|
2011
|
-
|
2012
|
-
const comments = tokens.comments;
|
2013
|
-
|
2014
|
-
leftToken = tokens[tokens.length - 1];
|
2015
|
-
if (comments.length) {
|
2016
|
-
const lastComment = comments[comments.length - 1];
|
2017
|
-
|
2018
|
-
if (!leftToken || lastComment.range[0] > leftToken.range[0]) {
|
2019
|
-
leftToken = lastComment;
|
2020
|
-
}
|
2021
|
-
}
|
2022
|
-
} else {
|
2023
|
-
leftToken = leftValue;
|
2024
|
-
}
|
2025
|
-
|
2026
|
-
/*
|
2027
|
-
* If a hashbang comment was passed as a token object from SourceCode,
|
2028
|
-
* its type will be "Shebang" because of the way ESLint itself handles hashbangs.
|
2029
|
-
* If a hashbang comment was passed in a string and then tokenized in this function,
|
2030
|
-
* its type will be "Hashbang" because of the way Espree tokenizes hashbangs.
|
2031
|
-
*/
|
2032
|
-
if (leftToken.type === "Shebang" || leftToken.type === "Hashbang") {
|
2033
|
-
return false;
|
2034
|
-
}
|
2035
|
-
|
2036
|
-
let rightToken;
|
2037
|
-
|
2038
|
-
if (typeof rightValue === "string") {
|
2039
|
-
let tokens;
|
2040
|
-
|
2041
|
-
try {
|
2042
|
-
tokens = espree.tokenize(rightValue, espreeOptions);
|
2043
|
-
} catch {
|
2044
|
-
return false;
|
2045
|
-
}
|
2046
|
-
|
2047
|
-
const comments = tokens.comments;
|
2048
|
-
|
2049
|
-
rightToken = tokens[0];
|
2050
|
-
if (comments.length) {
|
2051
|
-
const firstComment = comments[0];
|
2052
|
-
|
2053
|
-
if (!rightToken || firstComment.range[0] < rightToken.range[0]) {
|
2054
|
-
rightToken = firstComment;
|
2055
|
-
}
|
2056
|
-
}
|
2057
|
-
} else {
|
2058
|
-
rightToken = rightValue;
|
2059
|
-
}
|
2060
|
-
|
2061
|
-
if (leftToken.type === "Punctuator" || rightToken.type === "Punctuator") {
|
2062
|
-
if (leftToken.type === "Punctuator" && rightToken.type === "Punctuator") {
|
2063
|
-
const PLUS_TOKENS = new Set(["+", "++"]);
|
2064
|
-
const MINUS_TOKENS = new Set(["-", "--"]);
|
2065
|
-
|
2066
|
-
return !(
|
2067
|
-
PLUS_TOKENS.has(leftToken.value) && PLUS_TOKENS.has(rightToken.value) ||
|
2068
|
-
MINUS_TOKENS.has(leftToken.value) && MINUS_TOKENS.has(rightToken.value)
|
2069
|
-
);
|
2070
|
-
}
|
2071
|
-
if (leftToken.type === "Punctuator" && leftToken.value === "/") {
|
2072
|
-
return !["Block", "Line", "RegularExpression"].includes(rightToken.type);
|
2073
|
-
}
|
2074
|
-
return true;
|
2075
|
-
}
|
2076
|
-
|
2077
|
-
if (
|
2078
|
-
leftToken.type === "String" || rightToken.type === "String" ||
|
2079
|
-
leftToken.type === "Template" || rightToken.type === "Template"
|
2080
|
-
) {
|
2081
|
-
return true;
|
2082
|
-
}
|
2083
|
-
|
2084
|
-
if (leftToken.type !== "Numeric" && rightToken.type === "Numeric" && rightToken.value.startsWith(".")) {
|
2085
|
-
return true;
|
2086
|
-
}
|
2087
|
-
|
2088
|
-
if (leftToken.type === "Block" || rightToken.type === "Block" || rightToken.type === "Line") {
|
2089
|
-
return true;
|
2090
|
-
}
|
2091
|
-
|
2092
|
-
if (rightToken.type === "PrivateIdentifier") {
|
2093
|
-
return true;
|
2094
|
-
}
|
2095
|
-
|
2096
|
-
return false;
|
2097
|
-
},
|
2098
|
-
|
2099
|
-
/**
|
2100
|
-
* Get the `loc` object of a given name in a `/*globals` directive comment.
|
2101
|
-
* @param {SourceCode} sourceCode The source code to convert index to loc.
|
2102
|
-
* @param {Comment} comment The `/*globals` directive comment which include the name.
|
2103
|
-
* @param {string} name The name to find.
|
2104
|
-
* @returns {SourceLocation} The `loc` object.
|
2105
|
-
*/
|
2106
|
-
getNameLocationInGlobalDirectiveComment(sourceCode, comment, name) {
|
2107
|
-
const namePattern = new RegExp(`[\\s,]${escapeRegExp(name)}(?:$|[\\s,:])`, "gu");
|
2108
|
-
|
2109
|
-
// To ignore the first text "global".
|
2110
|
-
namePattern.lastIndex = comment.value.indexOf("global") + 6;
|
2111
|
-
|
2112
|
-
// Search a given variable name.
|
2113
|
-
const match = namePattern.exec(comment.value);
|
2114
|
-
|
2115
|
-
// Convert the index to loc.
|
2116
|
-
const start = sourceCode.getLocFromIndex(
|
2117
|
-
comment.range[0] +
|
2118
|
-
"/*".length +
|
2119
|
-
(match ? match.index + 1 : 0)
|
2120
|
-
);
|
2121
|
-
const end = {
|
2122
|
-
line: start.line,
|
2123
|
-
column: start.column + (match ? name.length : 1)
|
2124
|
-
};
|
2125
|
-
|
2126
|
-
return { start, end };
|
2127
|
-
},
|
2128
|
-
|
2129
|
-
/**
|
2130
|
-
* Determines whether the given raw string contains an octal escape sequence
|
2131
|
-
* or a non-octal decimal escape sequence ("\8", "\9").
|
2132
|
-
*
|
2133
|
-
* "\1", "\2" ... "\7", "\8", "\9"
|
2134
|
-
* "\00", "\01" ... "\07", "\08", "\09"
|
2135
|
-
*
|
2136
|
-
* "\0", when not followed by a digit, is not an octal escape sequence.
|
2137
|
-
* @param {string} rawString A string in its raw representation.
|
2138
|
-
* @returns {boolean} `true` if the string contains at least one octal escape sequence
|
2139
|
-
* or at least one non-octal decimal escape sequence.
|
2140
|
-
*/
|
2141
|
-
hasOctalOrNonOctalDecimalEscapeSequence(rawString) {
|
2142
|
-
return OCTAL_OR_NON_OCTAL_DECIMAL_ESCAPE_PATTERN.test(rawString);
|
2143
|
-
},
|
2144
|
-
|
2145
|
-
/**
|
2146
|
-
* Determines whether the given node is a template literal without expressions.
|
2147
|
-
* @param {ASTNode} node Node to check.
|
2148
|
-
* @returns {boolean} True if the node is a template literal without expressions.
|
2149
|
-
*/
|
2150
|
-
isStaticTemplateLiteral(node) {
|
2151
|
-
return node.type === "TemplateLiteral" && node.expressions.length === 0;
|
2152
|
-
},
|
2153
|
-
|
2154
|
-
isReferenceToGlobalVariable,
|
2155
|
-
isLogicalExpression,
|
2156
|
-
isCoalesceExpression,
|
2157
|
-
isMixedLogicalAndCoalesceExpressions,
|
2158
|
-
isNullLiteral,
|
2159
|
-
getStaticStringValue,
|
2160
|
-
getStaticPropertyName,
|
2161
|
-
skipChainExpression,
|
2162
|
-
isSpecificId,
|
2163
|
-
isSpecificMemberAccess,
|
2164
|
-
equalLiteralValue,
|
2165
|
-
isSameReference,
|
2166
|
-
isLogicalAssignmentOperator,
|
2167
|
-
getSwitchCaseColonToken,
|
2168
|
-
getModuleExportName,
|
2169
|
-
isConstant,
|
2170
|
-
isTopLevelExpressionStatement,
|
2171
|
-
isDirective
|
2172
|
-
};
|