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
@@ -1,1800 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @fileoverview This rule sets a specific indentation style and width for your code
|
3
|
-
*
|
4
|
-
* @author Teddy Katz
|
5
|
-
* @author Vitaly Puzrin
|
6
|
-
* @author Gyandeep Singh
|
7
|
-
*/
|
8
|
-
|
9
|
-
"use strict";
|
10
|
-
|
11
|
-
//------------------------------------------------------------------------------
|
12
|
-
// Requirements
|
13
|
-
//------------------------------------------------------------------------------
|
14
|
-
|
15
|
-
const astUtils = require("./utils/ast-utils");
|
16
|
-
|
17
|
-
//------------------------------------------------------------------------------
|
18
|
-
// Rule Definition
|
19
|
-
//------------------------------------------------------------------------------
|
20
|
-
|
21
|
-
const KNOWN_NODES = new Set([
|
22
|
-
"AssignmentExpression",
|
23
|
-
"AssignmentPattern",
|
24
|
-
"ArrayExpression",
|
25
|
-
"ArrayPattern",
|
26
|
-
"ArrowFunctionExpression",
|
27
|
-
"AwaitExpression",
|
28
|
-
"BlockStatement",
|
29
|
-
"BinaryExpression",
|
30
|
-
"BreakStatement",
|
31
|
-
"CallExpression",
|
32
|
-
"CatchClause",
|
33
|
-
"ChainExpression",
|
34
|
-
"ClassBody",
|
35
|
-
"ClassDeclaration",
|
36
|
-
"ClassExpression",
|
37
|
-
"ConditionalExpression",
|
38
|
-
"ContinueStatement",
|
39
|
-
"DoWhileStatement",
|
40
|
-
"DebuggerStatement",
|
41
|
-
"EmptyStatement",
|
42
|
-
"ExperimentalRestProperty",
|
43
|
-
"ExperimentalSpreadProperty",
|
44
|
-
"ExpressionStatement",
|
45
|
-
"ForStatement",
|
46
|
-
"ForInStatement",
|
47
|
-
"ForOfStatement",
|
48
|
-
"FunctionDeclaration",
|
49
|
-
"FunctionExpression",
|
50
|
-
"Identifier",
|
51
|
-
"IfStatement",
|
52
|
-
"Literal",
|
53
|
-
"LabeledStatement",
|
54
|
-
"LogicalExpression",
|
55
|
-
"MemberExpression",
|
56
|
-
"MetaProperty",
|
57
|
-
"MethodDefinition",
|
58
|
-
"NewExpression",
|
59
|
-
"ObjectExpression",
|
60
|
-
"ObjectPattern",
|
61
|
-
"PrivateIdentifier",
|
62
|
-
"Program",
|
63
|
-
"Property",
|
64
|
-
"PropertyDefinition",
|
65
|
-
"RestElement",
|
66
|
-
"ReturnStatement",
|
67
|
-
"SequenceExpression",
|
68
|
-
"SpreadElement",
|
69
|
-
"StaticBlock",
|
70
|
-
"Super",
|
71
|
-
"SwitchCase",
|
72
|
-
"SwitchStatement",
|
73
|
-
"TaggedTemplateExpression",
|
74
|
-
"TemplateElement",
|
75
|
-
"TemplateLiteral",
|
76
|
-
"ThisExpression",
|
77
|
-
"ThrowStatement",
|
78
|
-
"TryStatement",
|
79
|
-
"UnaryExpression",
|
80
|
-
"UpdateExpression",
|
81
|
-
"VariableDeclaration",
|
82
|
-
"VariableDeclarator",
|
83
|
-
"WhileStatement",
|
84
|
-
"WithStatement",
|
85
|
-
"YieldExpression",
|
86
|
-
"JSXFragment",
|
87
|
-
"JSXOpeningFragment",
|
88
|
-
"JSXClosingFragment",
|
89
|
-
"JSXIdentifier",
|
90
|
-
"JSXNamespacedName",
|
91
|
-
"JSXMemberExpression",
|
92
|
-
"JSXEmptyExpression",
|
93
|
-
"JSXExpressionContainer",
|
94
|
-
"JSXElement",
|
95
|
-
"JSXClosingElement",
|
96
|
-
"JSXOpeningElement",
|
97
|
-
"JSXAttribute",
|
98
|
-
"JSXSpreadAttribute",
|
99
|
-
"JSXText",
|
100
|
-
"ExportDefaultDeclaration",
|
101
|
-
"ExportNamedDeclaration",
|
102
|
-
"ExportAllDeclaration",
|
103
|
-
"ExportSpecifier",
|
104
|
-
"ImportDeclaration",
|
105
|
-
"ImportSpecifier",
|
106
|
-
"ImportDefaultSpecifier",
|
107
|
-
"ImportNamespaceSpecifier",
|
108
|
-
"ImportExpression"
|
109
|
-
]);
|
110
|
-
|
111
|
-
/*
|
112
|
-
* General rule strategy:
|
113
|
-
* 1. An OffsetStorage instance stores a map of desired offsets, where each token has a specified offset from another
|
114
|
-
* specified token or to the first column.
|
115
|
-
* 2. As the AST is traversed, modify the desired offsets of tokens accordingly. For example, when entering a
|
116
|
-
* BlockStatement, offset all of the tokens in the BlockStatement by 1 indent level from the opening curly
|
117
|
-
* brace of the BlockStatement.
|
118
|
-
* 3. After traversing the AST, calculate the expected indentation levels of every token according to the
|
119
|
-
* OffsetStorage container.
|
120
|
-
* 4. For each line, compare the expected indentation of the first token to the actual indentation in the file,
|
121
|
-
* and report the token if the two values are not equal.
|
122
|
-
*/
|
123
|
-
|
124
|
-
|
125
|
-
/**
|
126
|
-
* A mutable map that stores (key, value) pairs. The keys are numeric indices, and must be unique.
|
127
|
-
* This is intended to be a generic wrapper around a map with non-negative integer keys, so that the underlying implementation
|
128
|
-
* can easily be swapped out.
|
129
|
-
*/
|
130
|
-
class IndexMap {
|
131
|
-
|
132
|
-
/**
|
133
|
-
* Creates an empty map
|
134
|
-
* @param {number} maxKey The maximum key
|
135
|
-
*/
|
136
|
-
constructor(maxKey) {
|
137
|
-
|
138
|
-
// Initializing the array with the maximum expected size avoids dynamic reallocations that could degrade performance.
|
139
|
-
this._values = Array(maxKey + 1);
|
140
|
-
}
|
141
|
-
|
142
|
-
/**
|
143
|
-
* Inserts an entry into the map.
|
144
|
-
* @param {number} key The entry's key
|
145
|
-
* @param {any} value The entry's value
|
146
|
-
* @returns {void}
|
147
|
-
*/
|
148
|
-
insert(key, value) {
|
149
|
-
this._values[key] = value;
|
150
|
-
}
|
151
|
-
|
152
|
-
/**
|
153
|
-
* Finds the value of the entry with the largest key less than or equal to the provided key
|
154
|
-
* @param {number} key The provided key
|
155
|
-
* @returns {*|undefined} The value of the found entry, or undefined if no such entry exists.
|
156
|
-
*/
|
157
|
-
findLastNotAfter(key) {
|
158
|
-
const values = this._values;
|
159
|
-
|
160
|
-
for (let index = key; index >= 0; index--) {
|
161
|
-
const value = values[index];
|
162
|
-
|
163
|
-
if (value) {
|
164
|
-
return value;
|
165
|
-
}
|
166
|
-
}
|
167
|
-
return void 0;
|
168
|
-
}
|
169
|
-
|
170
|
-
/**
|
171
|
-
* Deletes all of the keys in the interval [start, end)
|
172
|
-
* @param {number} start The start of the range
|
173
|
-
* @param {number} end The end of the range
|
174
|
-
* @returns {void}
|
175
|
-
*/
|
176
|
-
deleteRange(start, end) {
|
177
|
-
this._values.fill(void 0, start, end);
|
178
|
-
}
|
179
|
-
}
|
180
|
-
|
181
|
-
/**
|
182
|
-
* A helper class to get token-based info related to indentation
|
183
|
-
*/
|
184
|
-
class TokenInfo {
|
185
|
-
|
186
|
-
/**
|
187
|
-
* @param {SourceCode} sourceCode A SourceCode object
|
188
|
-
*/
|
189
|
-
constructor(sourceCode) {
|
190
|
-
this.sourceCode = sourceCode;
|
191
|
-
this.firstTokensByLineNumber = new Map();
|
192
|
-
const tokens = sourceCode.tokensAndComments;
|
193
|
-
|
194
|
-
for (let i = 0; i < tokens.length; i++) {
|
195
|
-
const token = tokens[i];
|
196
|
-
|
197
|
-
if (!this.firstTokensByLineNumber.has(token.loc.start.line)) {
|
198
|
-
this.firstTokensByLineNumber.set(token.loc.start.line, token);
|
199
|
-
}
|
200
|
-
if (!this.firstTokensByLineNumber.has(token.loc.end.line) && sourceCode.text.slice(token.range[1] - token.loc.end.column, token.range[1]).trim()) {
|
201
|
-
this.firstTokensByLineNumber.set(token.loc.end.line, token);
|
202
|
-
}
|
203
|
-
}
|
204
|
-
}
|
205
|
-
|
206
|
-
/**
|
207
|
-
* Gets the first token on a given token's line
|
208
|
-
* @param {Token|ASTNode} token a node or token
|
209
|
-
* @returns {Token} The first token on the given line
|
210
|
-
*/
|
211
|
-
getFirstTokenOfLine(token) {
|
212
|
-
return this.firstTokensByLineNumber.get(token.loc.start.line);
|
213
|
-
}
|
214
|
-
|
215
|
-
/**
|
216
|
-
* Determines whether a token is the first token in its line
|
217
|
-
* @param {Token} token The token
|
218
|
-
* @returns {boolean} `true` if the token is the first on its line
|
219
|
-
*/
|
220
|
-
isFirstTokenOfLine(token) {
|
221
|
-
return this.getFirstTokenOfLine(token) === token;
|
222
|
-
}
|
223
|
-
|
224
|
-
/**
|
225
|
-
* Get the actual indent of a token
|
226
|
-
* @param {Token} token Token to examine. This should be the first token on its line.
|
227
|
-
* @returns {string} The indentation characters that precede the token
|
228
|
-
*/
|
229
|
-
getTokenIndent(token) {
|
230
|
-
return this.sourceCode.text.slice(token.range[0] - token.loc.start.column, token.range[0]);
|
231
|
-
}
|
232
|
-
}
|
233
|
-
|
234
|
-
/**
|
235
|
-
* A class to store information on desired offsets of tokens from each other
|
236
|
-
*/
|
237
|
-
class OffsetStorage {
|
238
|
-
|
239
|
-
/**
|
240
|
-
* @param {TokenInfo} tokenInfo a TokenInfo instance
|
241
|
-
* @param {number} indentSize The desired size of each indentation level
|
242
|
-
* @param {string} indentType The indentation character
|
243
|
-
* @param {number} maxIndex The maximum end index of any token
|
244
|
-
*/
|
245
|
-
constructor(tokenInfo, indentSize, indentType, maxIndex) {
|
246
|
-
this._tokenInfo = tokenInfo;
|
247
|
-
this._indentSize = indentSize;
|
248
|
-
this._indentType = indentType;
|
249
|
-
|
250
|
-
this._indexMap = new IndexMap(maxIndex);
|
251
|
-
this._indexMap.insert(0, { offset: 0, from: null, force: false });
|
252
|
-
|
253
|
-
this._lockedFirstTokens = new WeakMap();
|
254
|
-
this._desiredIndentCache = new WeakMap();
|
255
|
-
this._ignoredTokens = new WeakSet();
|
256
|
-
}
|
257
|
-
|
258
|
-
_getOffsetDescriptor(token) {
|
259
|
-
return this._indexMap.findLastNotAfter(token.range[0]);
|
260
|
-
}
|
261
|
-
|
262
|
-
/**
|
263
|
-
* Sets the offset column of token B to match the offset column of token A.
|
264
|
-
* - **WARNING**: This matches a *column*, even if baseToken is not the first token on its line. In
|
265
|
-
* most cases, `setDesiredOffset` should be used instead.
|
266
|
-
* @param {Token} baseToken The first token
|
267
|
-
* @param {Token} offsetToken The second token, whose offset should be matched to the first token
|
268
|
-
* @returns {void}
|
269
|
-
*/
|
270
|
-
matchOffsetOf(baseToken, offsetToken) {
|
271
|
-
|
272
|
-
/*
|
273
|
-
* lockedFirstTokens is a map from a token whose indentation is controlled by the "first" option to
|
274
|
-
* the token that it depends on. For example, with the `ArrayExpression: first` option, the first
|
275
|
-
* token of each element in the array after the first will be mapped to the first token of the first
|
276
|
-
* element. The desired indentation of each of these tokens is computed based on the desired indentation
|
277
|
-
* of the "first" element, rather than through the normal offset mechanism.
|
278
|
-
*/
|
279
|
-
this._lockedFirstTokens.set(offsetToken, baseToken);
|
280
|
-
}
|
281
|
-
|
282
|
-
/**
|
283
|
-
* Sets the desired offset of a token.
|
284
|
-
*
|
285
|
-
* This uses a line-based offset collapsing behavior to handle tokens on the same line.
|
286
|
-
* For example, consider the following two cases:
|
287
|
-
*
|
288
|
-
* (
|
289
|
-
* [
|
290
|
-
* bar
|
291
|
-
* ]
|
292
|
-
* )
|
293
|
-
*
|
294
|
-
* ([
|
295
|
-
* bar
|
296
|
-
* ])
|
297
|
-
*
|
298
|
-
* Based on the first case, it's clear that the `bar` token needs to have an offset of 1 indent level (4 spaces) from
|
299
|
-
* the `[` token, and the `[` token has to have an offset of 1 indent level from the `(` token. Since the `(` token is
|
300
|
-
* the first on its line (with an indent of 0 spaces), the `bar` token needs to be offset by 2 indent levels (8 spaces)
|
301
|
-
* from the start of its line.
|
302
|
-
*
|
303
|
-
* However, in the second case `bar` should only be indented by 4 spaces. This is because the offset of 1 indent level
|
304
|
-
* between the `(` and the `[` tokens gets "collapsed" because the two tokens are on the same line. As a result, the
|
305
|
-
* `(` token is mapped to the `[` token with an offset of 0, and the rule correctly decides that `bar` should be indented
|
306
|
-
* by 1 indent level from the start of the line.
|
307
|
-
*
|
308
|
-
* This is useful because rule listeners can usually just call `setDesiredOffset` for all the tokens in the node,
|
309
|
-
* without needing to check which lines those tokens are on.
|
310
|
-
*
|
311
|
-
* Note that since collapsing only occurs when two tokens are on the same line, there are a few cases where non-intuitive
|
312
|
-
* behavior can occur. For example, consider the following cases:
|
313
|
-
*
|
314
|
-
* foo(
|
315
|
-
* ).
|
316
|
-
* bar(
|
317
|
-
* baz
|
318
|
-
* )
|
319
|
-
*
|
320
|
-
* foo(
|
321
|
-
* ).bar(
|
322
|
-
* baz
|
323
|
-
* )
|
324
|
-
*
|
325
|
-
* Based on the first example, it would seem that `bar` should be offset by 1 indent level from `foo`, and `baz`
|
326
|
-
* should be offset by 1 indent level from `bar`. However, this is not correct, because it would result in `baz`
|
327
|
-
* being indented by 2 indent levels in the second case (since `foo`, `bar`, and `baz` are all on separate lines, no
|
328
|
-
* collapsing would occur).
|
329
|
-
*
|
330
|
-
* Instead, the correct way would be to offset `baz` by 1 level from `bar`, offset `bar` by 1 level from the `)`, and
|
331
|
-
* offset the `)` by 0 levels from `foo`. This ensures that the offset between `bar` and the `)` are correctly collapsed
|
332
|
-
* in the second case.
|
333
|
-
* @param {Token} token The token
|
334
|
-
* @param {Token} fromToken The token that `token` should be offset from
|
335
|
-
* @param {number} offset The desired indent level
|
336
|
-
* @returns {void}
|
337
|
-
*/
|
338
|
-
setDesiredOffset(token, fromToken, offset) {
|
339
|
-
return this.setDesiredOffsets(token.range, fromToken, offset);
|
340
|
-
}
|
341
|
-
|
342
|
-
/**
|
343
|
-
* Sets the desired offset of all tokens in a range
|
344
|
-
* It's common for node listeners in this file to need to apply the same offset to a large, contiguous range of tokens.
|
345
|
-
* Moreover, the offset of any given token is usually updated multiple times (roughly once for each node that contains
|
346
|
-
* it). This means that the offset of each token is updated O(AST depth) times.
|
347
|
-
* It would not be performant to store and update the offsets for each token independently, because the rule would end
|
348
|
-
* up having a time complexity of O(number of tokens * AST depth), which is quite slow for large files.
|
349
|
-
*
|
350
|
-
* Instead, the offset tree is represented as a collection of contiguous offset ranges in a file. For example, the following
|
351
|
-
* list could represent the state of the offset tree at a given point:
|
352
|
-
*
|
353
|
-
* - Tokens starting in the interval [0, 15) are aligned with the beginning of the file
|
354
|
-
* - Tokens starting in the interval [15, 30) are offset by 1 indent level from the `bar` token
|
355
|
-
* - Tokens starting in the interval [30, 43) are offset by 1 indent level from the `foo` token
|
356
|
-
* - Tokens starting in the interval [43, 820) are offset by 2 indent levels from the `bar` token
|
357
|
-
* - Tokens starting in the interval [820, ∞) are offset by 1 indent level from the `baz` token
|
358
|
-
*
|
359
|
-
* The `setDesiredOffsets` methods inserts ranges like the ones above. The third line above would be inserted by using:
|
360
|
-
* `setDesiredOffsets([30, 43], fooToken, 1);`
|
361
|
-
* @param {[number, number]} range A [start, end] pair. All tokens with range[0] <= token.start < range[1] will have the offset applied.
|
362
|
-
* @param {Token} fromToken The token that this is offset from
|
363
|
-
* @param {number} offset The desired indent level
|
364
|
-
* @param {boolean} force `true` if this offset should not use the normal collapsing behavior. This should almost always be false.
|
365
|
-
* @returns {void}
|
366
|
-
*/
|
367
|
-
setDesiredOffsets(range, fromToken, offset, force) {
|
368
|
-
|
369
|
-
/*
|
370
|
-
* Offset ranges are stored as a collection of nodes, where each node maps a numeric key to an offset
|
371
|
-
* descriptor. The tree for the example above would have the following nodes:
|
372
|
-
*
|
373
|
-
* * key: 0, value: { offset: 0, from: null }
|
374
|
-
* * key: 15, value: { offset: 1, from: barToken }
|
375
|
-
* * key: 30, value: { offset: 1, from: fooToken }
|
376
|
-
* * key: 43, value: { offset: 2, from: barToken }
|
377
|
-
* * key: 820, value: { offset: 1, from: bazToken }
|
378
|
-
*
|
379
|
-
* To find the offset descriptor for any given token, one needs to find the node with the largest key
|
380
|
-
* which is <= token.start. To make this operation fast, the nodes are stored in a map indexed by key.
|
381
|
-
*/
|
382
|
-
|
383
|
-
const descriptorToInsert = { offset, from: fromToken, force };
|
384
|
-
|
385
|
-
const descriptorAfterRange = this._indexMap.findLastNotAfter(range[1]);
|
386
|
-
|
387
|
-
const fromTokenIsInRange = fromToken && fromToken.range[0] >= range[0] && fromToken.range[1] <= range[1];
|
388
|
-
const fromTokenDescriptor = fromTokenIsInRange && this._getOffsetDescriptor(fromToken);
|
389
|
-
|
390
|
-
// First, remove any existing nodes in the range from the map.
|
391
|
-
this._indexMap.deleteRange(range[0] + 1, range[1]);
|
392
|
-
|
393
|
-
// Insert a new node into the map for this range
|
394
|
-
this._indexMap.insert(range[0], descriptorToInsert);
|
395
|
-
|
396
|
-
/*
|
397
|
-
* To avoid circular offset dependencies, keep the `fromToken` token mapped to whatever it was mapped to previously,
|
398
|
-
* even if it's in the current range.
|
399
|
-
*/
|
400
|
-
if (fromTokenIsInRange) {
|
401
|
-
this._indexMap.insert(fromToken.range[0], fromTokenDescriptor);
|
402
|
-
this._indexMap.insert(fromToken.range[1], descriptorToInsert);
|
403
|
-
}
|
404
|
-
|
405
|
-
/*
|
406
|
-
* To avoid modifying the offset of tokens after the range, insert another node to keep the offset of the following
|
407
|
-
* tokens the same as it was before.
|
408
|
-
*/
|
409
|
-
this._indexMap.insert(range[1], descriptorAfterRange);
|
410
|
-
}
|
411
|
-
|
412
|
-
/**
|
413
|
-
* Gets the desired indent of a token
|
414
|
-
* @param {Token} token The token
|
415
|
-
* @returns {string} The desired indent of the token
|
416
|
-
*/
|
417
|
-
getDesiredIndent(token) {
|
418
|
-
if (!this._desiredIndentCache.has(token)) {
|
419
|
-
|
420
|
-
if (this._ignoredTokens.has(token)) {
|
421
|
-
|
422
|
-
/*
|
423
|
-
* If the token is ignored, use the actual indent of the token as the desired indent.
|
424
|
-
* This ensures that no errors are reported for this token.
|
425
|
-
*/
|
426
|
-
this._desiredIndentCache.set(
|
427
|
-
token,
|
428
|
-
this._tokenInfo.getTokenIndent(token)
|
429
|
-
);
|
430
|
-
} else if (this._lockedFirstTokens.has(token)) {
|
431
|
-
const firstToken = this._lockedFirstTokens.get(token);
|
432
|
-
|
433
|
-
this._desiredIndentCache.set(
|
434
|
-
token,
|
435
|
-
|
436
|
-
// (indentation for the first element's line)
|
437
|
-
this.getDesiredIndent(this._tokenInfo.getFirstTokenOfLine(firstToken)) +
|
438
|
-
|
439
|
-
// (space between the start of the first element's line and the first element)
|
440
|
-
this._indentType.repeat(firstToken.loc.start.column - this._tokenInfo.getFirstTokenOfLine(firstToken).loc.start.column)
|
441
|
-
);
|
442
|
-
} else {
|
443
|
-
const offsetInfo = this._getOffsetDescriptor(token);
|
444
|
-
const offset = (
|
445
|
-
offsetInfo.from &&
|
446
|
-
offsetInfo.from.loc.start.line === token.loc.start.line &&
|
447
|
-
!/^\s*?\n/u.test(token.value) &&
|
448
|
-
!offsetInfo.force
|
449
|
-
) ? 0 : offsetInfo.offset * this._indentSize;
|
450
|
-
|
451
|
-
this._desiredIndentCache.set(
|
452
|
-
token,
|
453
|
-
(offsetInfo.from ? this.getDesiredIndent(offsetInfo.from) : "") + this._indentType.repeat(offset)
|
454
|
-
);
|
455
|
-
}
|
456
|
-
}
|
457
|
-
return this._desiredIndentCache.get(token);
|
458
|
-
}
|
459
|
-
|
460
|
-
/**
|
461
|
-
* Ignores a token, preventing it from being reported.
|
462
|
-
* @param {Token} token The token
|
463
|
-
* @returns {void}
|
464
|
-
*/
|
465
|
-
ignoreToken(token) {
|
466
|
-
if (this._tokenInfo.isFirstTokenOfLine(token)) {
|
467
|
-
this._ignoredTokens.add(token);
|
468
|
-
}
|
469
|
-
}
|
470
|
-
|
471
|
-
/**
|
472
|
-
* Gets the first token that the given token's indentation is dependent on
|
473
|
-
* @param {Token} token The token
|
474
|
-
* @returns {Token} The token that the given token depends on, or `null` if the given token is at the top level
|
475
|
-
*/
|
476
|
-
getFirstDependency(token) {
|
477
|
-
return this._getOffsetDescriptor(token).from;
|
478
|
-
}
|
479
|
-
}
|
480
|
-
|
481
|
-
const ELEMENT_LIST_SCHEMA = {
|
482
|
-
oneOf: [
|
483
|
-
{
|
484
|
-
type: "integer",
|
485
|
-
minimum: 0
|
486
|
-
},
|
487
|
-
{
|
488
|
-
enum: ["first", "off"]
|
489
|
-
}
|
490
|
-
]
|
491
|
-
};
|
492
|
-
|
493
|
-
/** @type {import('../shared/types').Rule} */
|
494
|
-
module.exports = {
|
495
|
-
meta: {
|
496
|
-
type: "layout",
|
497
|
-
|
498
|
-
docs: {
|
499
|
-
description: "Enforce consistent indentation",
|
500
|
-
recommended: false,
|
501
|
-
url: "https://eslint.org/docs/latest/rules/indent"
|
502
|
-
},
|
503
|
-
|
504
|
-
fixable: "whitespace",
|
505
|
-
|
506
|
-
schema: [
|
507
|
-
{
|
508
|
-
oneOf: [
|
509
|
-
{
|
510
|
-
enum: ["tab"]
|
511
|
-
},
|
512
|
-
{
|
513
|
-
type: "integer",
|
514
|
-
minimum: 0
|
515
|
-
}
|
516
|
-
]
|
517
|
-
},
|
518
|
-
{
|
519
|
-
type: "object",
|
520
|
-
properties: {
|
521
|
-
SwitchCase: {
|
522
|
-
type: "integer",
|
523
|
-
minimum: 0,
|
524
|
-
default: 0
|
525
|
-
},
|
526
|
-
VariableDeclarator: {
|
527
|
-
oneOf: [
|
528
|
-
ELEMENT_LIST_SCHEMA,
|
529
|
-
{
|
530
|
-
type: "object",
|
531
|
-
properties: {
|
532
|
-
var: ELEMENT_LIST_SCHEMA,
|
533
|
-
let: ELEMENT_LIST_SCHEMA,
|
534
|
-
const: ELEMENT_LIST_SCHEMA
|
535
|
-
},
|
536
|
-
additionalProperties: false
|
537
|
-
}
|
538
|
-
]
|
539
|
-
},
|
540
|
-
outerIIFEBody: {
|
541
|
-
oneOf: [
|
542
|
-
{
|
543
|
-
type: "integer",
|
544
|
-
minimum: 0
|
545
|
-
},
|
546
|
-
{
|
547
|
-
enum: ["off"]
|
548
|
-
}
|
549
|
-
]
|
550
|
-
},
|
551
|
-
MemberExpression: {
|
552
|
-
oneOf: [
|
553
|
-
{
|
554
|
-
type: "integer",
|
555
|
-
minimum: 0
|
556
|
-
},
|
557
|
-
{
|
558
|
-
enum: ["off"]
|
559
|
-
}
|
560
|
-
]
|
561
|
-
},
|
562
|
-
FunctionDeclaration: {
|
563
|
-
type: "object",
|
564
|
-
properties: {
|
565
|
-
parameters: ELEMENT_LIST_SCHEMA,
|
566
|
-
body: {
|
567
|
-
type: "integer",
|
568
|
-
minimum: 0
|
569
|
-
}
|
570
|
-
},
|
571
|
-
additionalProperties: false
|
572
|
-
},
|
573
|
-
FunctionExpression: {
|
574
|
-
type: "object",
|
575
|
-
properties: {
|
576
|
-
parameters: ELEMENT_LIST_SCHEMA,
|
577
|
-
body: {
|
578
|
-
type: "integer",
|
579
|
-
minimum: 0
|
580
|
-
}
|
581
|
-
},
|
582
|
-
additionalProperties: false
|
583
|
-
},
|
584
|
-
StaticBlock: {
|
585
|
-
type: "object",
|
586
|
-
properties: {
|
587
|
-
body: {
|
588
|
-
type: "integer",
|
589
|
-
minimum: 0
|
590
|
-
}
|
591
|
-
},
|
592
|
-
additionalProperties: false
|
593
|
-
},
|
594
|
-
CallExpression: {
|
595
|
-
type: "object",
|
596
|
-
properties: {
|
597
|
-
arguments: ELEMENT_LIST_SCHEMA
|
598
|
-
},
|
599
|
-
additionalProperties: false
|
600
|
-
},
|
601
|
-
ArrayExpression: ELEMENT_LIST_SCHEMA,
|
602
|
-
ObjectExpression: ELEMENT_LIST_SCHEMA,
|
603
|
-
ImportDeclaration: ELEMENT_LIST_SCHEMA,
|
604
|
-
flatTernaryExpressions: {
|
605
|
-
type: "boolean",
|
606
|
-
default: false
|
607
|
-
},
|
608
|
-
offsetTernaryExpressions: {
|
609
|
-
type: "boolean",
|
610
|
-
default: false
|
611
|
-
},
|
612
|
-
ignoredNodes: {
|
613
|
-
type: "array",
|
614
|
-
items: {
|
615
|
-
type: "string",
|
616
|
-
not: {
|
617
|
-
pattern: ":exit$"
|
618
|
-
}
|
619
|
-
}
|
620
|
-
},
|
621
|
-
ignoreComments: {
|
622
|
-
type: "boolean",
|
623
|
-
default: false
|
624
|
-
}
|
625
|
-
},
|
626
|
-
additionalProperties: false
|
627
|
-
}
|
628
|
-
],
|
629
|
-
messages: {
|
630
|
-
wrongIndentation: "Expected indentation of {{expected}} but found {{actual}}."
|
631
|
-
}
|
632
|
-
},
|
633
|
-
|
634
|
-
create(context) {
|
635
|
-
const DEFAULT_VARIABLE_INDENT = 1;
|
636
|
-
const DEFAULT_PARAMETER_INDENT = 1;
|
637
|
-
const DEFAULT_FUNCTION_BODY_INDENT = 1;
|
638
|
-
|
639
|
-
let indentType = "space";
|
640
|
-
let indentSize = 4;
|
641
|
-
const options = {
|
642
|
-
SwitchCase: 0,
|
643
|
-
VariableDeclarator: {
|
644
|
-
var: DEFAULT_VARIABLE_INDENT,
|
645
|
-
let: DEFAULT_VARIABLE_INDENT,
|
646
|
-
const: DEFAULT_VARIABLE_INDENT
|
647
|
-
},
|
648
|
-
outerIIFEBody: 1,
|
649
|
-
FunctionDeclaration: {
|
650
|
-
parameters: DEFAULT_PARAMETER_INDENT,
|
651
|
-
body: DEFAULT_FUNCTION_BODY_INDENT
|
652
|
-
},
|
653
|
-
FunctionExpression: {
|
654
|
-
parameters: DEFAULT_PARAMETER_INDENT,
|
655
|
-
body: DEFAULT_FUNCTION_BODY_INDENT
|
656
|
-
},
|
657
|
-
StaticBlock: {
|
658
|
-
body: DEFAULT_FUNCTION_BODY_INDENT
|
659
|
-
},
|
660
|
-
CallExpression: {
|
661
|
-
arguments: DEFAULT_PARAMETER_INDENT
|
662
|
-
},
|
663
|
-
MemberExpression: 1,
|
664
|
-
ArrayExpression: 1,
|
665
|
-
ObjectExpression: 1,
|
666
|
-
ImportDeclaration: 1,
|
667
|
-
flatTernaryExpressions: false,
|
668
|
-
ignoredNodes: [],
|
669
|
-
ignoreComments: false
|
670
|
-
};
|
671
|
-
|
672
|
-
if (context.options.length) {
|
673
|
-
if (context.options[0] === "tab") {
|
674
|
-
indentSize = 1;
|
675
|
-
indentType = "tab";
|
676
|
-
} else {
|
677
|
-
indentSize = context.options[0];
|
678
|
-
indentType = "space";
|
679
|
-
}
|
680
|
-
|
681
|
-
if (context.options[1]) {
|
682
|
-
Object.assign(options, context.options[1]);
|
683
|
-
|
684
|
-
if (typeof options.VariableDeclarator === "number" || options.VariableDeclarator === "first") {
|
685
|
-
options.VariableDeclarator = {
|
686
|
-
var: options.VariableDeclarator,
|
687
|
-
let: options.VariableDeclarator,
|
688
|
-
const: options.VariableDeclarator
|
689
|
-
};
|
690
|
-
}
|
691
|
-
}
|
692
|
-
}
|
693
|
-
|
694
|
-
const sourceCode = context.sourceCode;
|
695
|
-
const tokenInfo = new TokenInfo(sourceCode);
|
696
|
-
const offsets = new OffsetStorage(tokenInfo, indentSize, indentType === "space" ? " " : "\t", sourceCode.text.length);
|
697
|
-
const parameterParens = new WeakSet();
|
698
|
-
|
699
|
-
/**
|
700
|
-
* Creates an error message for a line, given the expected/actual indentation.
|
701
|
-
* @param {int} expectedAmount The expected amount of indentation characters for this line
|
702
|
-
* @param {int} actualSpaces The actual number of indentation spaces that were found on this line
|
703
|
-
* @param {int} actualTabs The actual number of indentation tabs that were found on this line
|
704
|
-
* @returns {string} An error message for this line
|
705
|
-
*/
|
706
|
-
function createErrorMessageData(expectedAmount, actualSpaces, actualTabs) {
|
707
|
-
const expectedStatement = `${expectedAmount} ${indentType}${expectedAmount === 1 ? "" : "s"}`; // e.g. "2 tabs"
|
708
|
-
const foundSpacesWord = `space${actualSpaces === 1 ? "" : "s"}`; // e.g. "space"
|
709
|
-
const foundTabsWord = `tab${actualTabs === 1 ? "" : "s"}`; // e.g. "tabs"
|
710
|
-
let foundStatement;
|
711
|
-
|
712
|
-
if (actualSpaces > 0) {
|
713
|
-
|
714
|
-
/*
|
715
|
-
* Abbreviate the message if the expected indentation is also spaces.
|
716
|
-
* e.g. 'Expected 4 spaces but found 2' rather than 'Expected 4 spaces but found 2 spaces'
|
717
|
-
*/
|
718
|
-
foundStatement = indentType === "space" ? actualSpaces : `${actualSpaces} ${foundSpacesWord}`;
|
719
|
-
} else if (actualTabs > 0) {
|
720
|
-
foundStatement = indentType === "tab" ? actualTabs : `${actualTabs} ${foundTabsWord}`;
|
721
|
-
} else {
|
722
|
-
foundStatement = "0";
|
723
|
-
}
|
724
|
-
return {
|
725
|
-
expected: expectedStatement,
|
726
|
-
actual: foundStatement
|
727
|
-
};
|
728
|
-
}
|
729
|
-
|
730
|
-
/**
|
731
|
-
* Reports a given indent violation
|
732
|
-
* @param {Token} token Token violating the indent rule
|
733
|
-
* @param {string} neededIndent Expected indentation string
|
734
|
-
* @returns {void}
|
735
|
-
*/
|
736
|
-
function report(token, neededIndent) {
|
737
|
-
const actualIndent = Array.from(tokenInfo.getTokenIndent(token));
|
738
|
-
const numSpaces = actualIndent.filter(char => char === " ").length;
|
739
|
-
const numTabs = actualIndent.filter(char => char === "\t").length;
|
740
|
-
|
741
|
-
context.report({
|
742
|
-
node: token,
|
743
|
-
messageId: "wrongIndentation",
|
744
|
-
data: createErrorMessageData(neededIndent.length, numSpaces, numTabs),
|
745
|
-
loc: {
|
746
|
-
start: { line: token.loc.start.line, column: 0 },
|
747
|
-
end: { line: token.loc.start.line, column: token.loc.start.column }
|
748
|
-
},
|
749
|
-
fix(fixer) {
|
750
|
-
const range = [token.range[0] - token.loc.start.column, token.range[0]];
|
751
|
-
const newText = neededIndent;
|
752
|
-
|
753
|
-
return fixer.replaceTextRange(range, newText);
|
754
|
-
}
|
755
|
-
});
|
756
|
-
}
|
757
|
-
|
758
|
-
/**
|
759
|
-
* Checks if a token's indentation is correct
|
760
|
-
* @param {Token} token Token to examine
|
761
|
-
* @param {string} desiredIndent Desired indentation of the string
|
762
|
-
* @returns {boolean} `true` if the token's indentation is correct
|
763
|
-
*/
|
764
|
-
function validateTokenIndent(token, desiredIndent) {
|
765
|
-
const indentation = tokenInfo.getTokenIndent(token);
|
766
|
-
|
767
|
-
return indentation === desiredIndent ||
|
768
|
-
|
769
|
-
// To avoid conflicts with no-mixed-spaces-and-tabs, don't report mixed spaces and tabs.
|
770
|
-
indentation.includes(" ") && indentation.includes("\t");
|
771
|
-
}
|
772
|
-
|
773
|
-
/**
|
774
|
-
* Check to see if the node is a file level IIFE
|
775
|
-
* @param {ASTNode} node The function node to check.
|
776
|
-
* @returns {boolean} True if the node is the outer IIFE
|
777
|
-
*/
|
778
|
-
function isOuterIIFE(node) {
|
779
|
-
|
780
|
-
/*
|
781
|
-
* Verify that the node is an IIFE
|
782
|
-
*/
|
783
|
-
if (!node.parent || node.parent.type !== "CallExpression" || node.parent.callee !== node) {
|
784
|
-
return false;
|
785
|
-
}
|
786
|
-
|
787
|
-
/*
|
788
|
-
* Navigate legal ancestors to determine whether this IIFE is outer.
|
789
|
-
* A "legal ancestor" is an expression or statement that causes the function to get executed immediately.
|
790
|
-
* For example, `!(function(){})()` is an outer IIFE even though it is preceded by a ! operator.
|
791
|
-
*/
|
792
|
-
let statement = node.parent && node.parent.parent;
|
793
|
-
|
794
|
-
while (
|
795
|
-
statement.type === "UnaryExpression" && ["!", "~", "+", "-"].includes(statement.operator) ||
|
796
|
-
statement.type === "AssignmentExpression" ||
|
797
|
-
statement.type === "LogicalExpression" ||
|
798
|
-
statement.type === "SequenceExpression" ||
|
799
|
-
statement.type === "VariableDeclarator"
|
800
|
-
) {
|
801
|
-
statement = statement.parent;
|
802
|
-
}
|
803
|
-
|
804
|
-
return (statement.type === "ExpressionStatement" || statement.type === "VariableDeclaration") && statement.parent.type === "Program";
|
805
|
-
}
|
806
|
-
|
807
|
-
/**
|
808
|
-
* Counts the number of linebreaks that follow the last non-whitespace character in a string
|
809
|
-
* @param {string} string The string to check
|
810
|
-
* @returns {number} The number of JavaScript linebreaks that follow the last non-whitespace character,
|
811
|
-
* or the total number of linebreaks if the string is all whitespace.
|
812
|
-
*/
|
813
|
-
function countTrailingLinebreaks(string) {
|
814
|
-
const trailingWhitespace = string.match(/\s*$/u)[0];
|
815
|
-
const linebreakMatches = trailingWhitespace.match(astUtils.createGlobalLinebreakMatcher());
|
816
|
-
|
817
|
-
return linebreakMatches === null ? 0 : linebreakMatches.length;
|
818
|
-
}
|
819
|
-
|
820
|
-
/**
|
821
|
-
* Check indentation for lists of elements (arrays, objects, function params)
|
822
|
-
* @param {ASTNode[]} elements List of elements that should be offset
|
823
|
-
* @param {Token} startToken The start token of the list that element should be aligned against, e.g. '['
|
824
|
-
* @param {Token} endToken The end token of the list, e.g. ']'
|
825
|
-
* @param {number|string} offset The amount that the elements should be offset
|
826
|
-
* @returns {void}
|
827
|
-
*/
|
828
|
-
function addElementListIndent(elements, startToken, endToken, offset) {
|
829
|
-
|
830
|
-
/**
|
831
|
-
* Gets the first token of a given element, including surrounding parentheses.
|
832
|
-
* @param {ASTNode} element A node in the `elements` list
|
833
|
-
* @returns {Token} The first token of this element
|
834
|
-
*/
|
835
|
-
function getFirstToken(element) {
|
836
|
-
let token = sourceCode.getTokenBefore(element);
|
837
|
-
|
838
|
-
while (astUtils.isOpeningParenToken(token) && token !== startToken) {
|
839
|
-
token = sourceCode.getTokenBefore(token);
|
840
|
-
}
|
841
|
-
return sourceCode.getTokenAfter(token);
|
842
|
-
}
|
843
|
-
|
844
|
-
// Run through all the tokens in the list, and offset them by one indent level (mainly for comments, other things will end up overridden)
|
845
|
-
offsets.setDesiredOffsets(
|
846
|
-
[startToken.range[1], endToken.range[0]],
|
847
|
-
startToken,
|
848
|
-
typeof offset === "number" ? offset : 1
|
849
|
-
);
|
850
|
-
offsets.setDesiredOffset(endToken, startToken, 0);
|
851
|
-
|
852
|
-
// If the preference is "first" but there is no first element (e.g. sparse arrays w/ empty first slot), fall back to 1 level.
|
853
|
-
if (offset === "first" && elements.length && !elements[0]) {
|
854
|
-
return;
|
855
|
-
}
|
856
|
-
elements.forEach((element, index) => {
|
857
|
-
if (!element) {
|
858
|
-
|
859
|
-
// Skip holes in arrays
|
860
|
-
return;
|
861
|
-
}
|
862
|
-
if (offset === "off") {
|
863
|
-
|
864
|
-
// Ignore the first token of every element if the "off" option is used
|
865
|
-
offsets.ignoreToken(getFirstToken(element));
|
866
|
-
}
|
867
|
-
|
868
|
-
// Offset the following elements correctly relative to the first element
|
869
|
-
if (index === 0) {
|
870
|
-
return;
|
871
|
-
}
|
872
|
-
if (offset === "first" && tokenInfo.isFirstTokenOfLine(getFirstToken(element))) {
|
873
|
-
offsets.matchOffsetOf(getFirstToken(elements[0]), getFirstToken(element));
|
874
|
-
} else {
|
875
|
-
const previousElement = elements[index - 1];
|
876
|
-
const firstTokenOfPreviousElement = previousElement && getFirstToken(previousElement);
|
877
|
-
const previousElementLastToken = previousElement && sourceCode.getLastToken(previousElement);
|
878
|
-
|
879
|
-
if (
|
880
|
-
previousElement &&
|
881
|
-
previousElementLastToken.loc.end.line - countTrailingLinebreaks(previousElementLastToken.value) > startToken.loc.end.line
|
882
|
-
) {
|
883
|
-
offsets.setDesiredOffsets(
|
884
|
-
[previousElement.range[1], element.range[1]],
|
885
|
-
firstTokenOfPreviousElement,
|
886
|
-
0
|
887
|
-
);
|
888
|
-
}
|
889
|
-
}
|
890
|
-
});
|
891
|
-
}
|
892
|
-
|
893
|
-
/**
|
894
|
-
* Check and decide whether to check for indentation for blockless nodes
|
895
|
-
* Scenarios are for or while statements without braces around them
|
896
|
-
* @param {ASTNode} node node to examine
|
897
|
-
* @returns {void}
|
898
|
-
*/
|
899
|
-
function addBlocklessNodeIndent(node) {
|
900
|
-
if (node.type !== "BlockStatement") {
|
901
|
-
const lastParentToken = sourceCode.getTokenBefore(node, astUtils.isNotOpeningParenToken);
|
902
|
-
|
903
|
-
let firstBodyToken = sourceCode.getFirstToken(node);
|
904
|
-
let lastBodyToken = sourceCode.getLastToken(node);
|
905
|
-
|
906
|
-
while (
|
907
|
-
astUtils.isOpeningParenToken(sourceCode.getTokenBefore(firstBodyToken)) &&
|
908
|
-
astUtils.isClosingParenToken(sourceCode.getTokenAfter(lastBodyToken))
|
909
|
-
) {
|
910
|
-
firstBodyToken = sourceCode.getTokenBefore(firstBodyToken);
|
911
|
-
lastBodyToken = sourceCode.getTokenAfter(lastBodyToken);
|
912
|
-
}
|
913
|
-
|
914
|
-
offsets.setDesiredOffsets([firstBodyToken.range[0], lastBodyToken.range[1]], lastParentToken, 1);
|
915
|
-
}
|
916
|
-
}
|
917
|
-
|
918
|
-
/**
|
919
|
-
* Checks the indentation for nodes that are like function calls (`CallExpression` and `NewExpression`)
|
920
|
-
* @param {ASTNode} node A CallExpression or NewExpression node
|
921
|
-
* @returns {void}
|
922
|
-
*/
|
923
|
-
function addFunctionCallIndent(node) {
|
924
|
-
let openingParen;
|
925
|
-
|
926
|
-
if (node.arguments.length) {
|
927
|
-
openingParen = sourceCode.getFirstTokenBetween(node.callee, node.arguments[0], astUtils.isOpeningParenToken);
|
928
|
-
} else {
|
929
|
-
openingParen = sourceCode.getLastToken(node, 1);
|
930
|
-
}
|
931
|
-
const closingParen = sourceCode.getLastToken(node);
|
932
|
-
|
933
|
-
parameterParens.add(openingParen);
|
934
|
-
parameterParens.add(closingParen);
|
935
|
-
|
936
|
-
/*
|
937
|
-
* If `?.` token exists, set desired offset for that.
|
938
|
-
* This logic is copied from `MemberExpression`'s.
|
939
|
-
*/
|
940
|
-
if (node.optional) {
|
941
|
-
const dotToken = sourceCode.getTokenAfter(node.callee, astUtils.isQuestionDotToken);
|
942
|
-
const calleeParenCount = sourceCode.getTokensBetween(node.callee, dotToken, { filter: astUtils.isClosingParenToken }).length;
|
943
|
-
const firstTokenOfCallee = calleeParenCount
|
944
|
-
? sourceCode.getTokenBefore(node.callee, { skip: calleeParenCount - 1 })
|
945
|
-
: sourceCode.getFirstToken(node.callee);
|
946
|
-
const lastTokenOfCallee = sourceCode.getTokenBefore(dotToken);
|
947
|
-
const offsetBase = lastTokenOfCallee.loc.end.line === openingParen.loc.start.line
|
948
|
-
? lastTokenOfCallee
|
949
|
-
: firstTokenOfCallee;
|
950
|
-
|
951
|
-
offsets.setDesiredOffset(dotToken, offsetBase, 1);
|
952
|
-
}
|
953
|
-
|
954
|
-
const offsetAfterToken = node.callee.type === "TaggedTemplateExpression" ? sourceCode.getFirstToken(node.callee.quasi) : openingParen;
|
955
|
-
const offsetToken = sourceCode.getTokenBefore(offsetAfterToken);
|
956
|
-
|
957
|
-
offsets.setDesiredOffset(openingParen, offsetToken, 0);
|
958
|
-
|
959
|
-
addElementListIndent(node.arguments, openingParen, closingParen, options.CallExpression.arguments);
|
960
|
-
}
|
961
|
-
|
962
|
-
/**
|
963
|
-
* Checks the indentation of parenthesized values, given a list of tokens in a program
|
964
|
-
* @param {Token[]} tokens A list of tokens
|
965
|
-
* @returns {void}
|
966
|
-
*/
|
967
|
-
function addParensIndent(tokens) {
|
968
|
-
const parenStack = [];
|
969
|
-
const parenPairs = [];
|
970
|
-
|
971
|
-
for (let i = 0; i < tokens.length; i++) {
|
972
|
-
const nextToken = tokens[i];
|
973
|
-
|
974
|
-
if (astUtils.isOpeningParenToken(nextToken)) {
|
975
|
-
parenStack.push(nextToken);
|
976
|
-
} else if (astUtils.isClosingParenToken(nextToken)) {
|
977
|
-
parenPairs.push({ left: parenStack.pop(), right: nextToken });
|
978
|
-
}
|
979
|
-
}
|
980
|
-
|
981
|
-
for (let i = parenPairs.length - 1; i >= 0; i--) {
|
982
|
-
const leftParen = parenPairs[i].left;
|
983
|
-
const rightParen = parenPairs[i].right;
|
984
|
-
|
985
|
-
// We only want to handle parens around expressions, so exclude parentheses that are in function parameters and function call arguments.
|
986
|
-
if (!parameterParens.has(leftParen) && !parameterParens.has(rightParen)) {
|
987
|
-
const parenthesizedTokens = new Set(sourceCode.getTokensBetween(leftParen, rightParen));
|
988
|
-
|
989
|
-
parenthesizedTokens.forEach(token => {
|
990
|
-
if (!parenthesizedTokens.has(offsets.getFirstDependency(token))) {
|
991
|
-
offsets.setDesiredOffset(token, leftParen, 1);
|
992
|
-
}
|
993
|
-
});
|
994
|
-
}
|
995
|
-
|
996
|
-
offsets.setDesiredOffset(rightParen, leftParen, 0);
|
997
|
-
}
|
998
|
-
}
|
999
|
-
|
1000
|
-
/**
|
1001
|
-
* Ignore all tokens within an unknown node whose offset do not depend
|
1002
|
-
* on another token's offset within the unknown node
|
1003
|
-
* @param {ASTNode} node Unknown Node
|
1004
|
-
* @returns {void}
|
1005
|
-
*/
|
1006
|
-
function ignoreNode(node) {
|
1007
|
-
const unknownNodeTokens = new Set(sourceCode.getTokens(node, { includeComments: true }));
|
1008
|
-
|
1009
|
-
unknownNodeTokens.forEach(token => {
|
1010
|
-
if (!unknownNodeTokens.has(offsets.getFirstDependency(token))) {
|
1011
|
-
const firstTokenOfLine = tokenInfo.getFirstTokenOfLine(token);
|
1012
|
-
|
1013
|
-
if (token === firstTokenOfLine) {
|
1014
|
-
offsets.ignoreToken(token);
|
1015
|
-
} else {
|
1016
|
-
offsets.setDesiredOffset(token, firstTokenOfLine, 0);
|
1017
|
-
}
|
1018
|
-
}
|
1019
|
-
});
|
1020
|
-
}
|
1021
|
-
|
1022
|
-
/**
|
1023
|
-
* Check whether the given token is on the first line of a statement.
|
1024
|
-
* @param {Token} token The token to check.
|
1025
|
-
* @param {ASTNode} leafNode The expression node that the token belongs directly.
|
1026
|
-
* @returns {boolean} `true` if the token is on the first line of a statement.
|
1027
|
-
*/
|
1028
|
-
function isOnFirstLineOfStatement(token, leafNode) {
|
1029
|
-
let node = leafNode;
|
1030
|
-
|
1031
|
-
while (node.parent && !node.parent.type.endsWith("Statement") && !node.parent.type.endsWith("Declaration")) {
|
1032
|
-
node = node.parent;
|
1033
|
-
}
|
1034
|
-
node = node.parent;
|
1035
|
-
|
1036
|
-
return !node || node.loc.start.line === token.loc.start.line;
|
1037
|
-
}
|
1038
|
-
|
1039
|
-
/**
|
1040
|
-
* Check whether there are any blank (whitespace-only) lines between
|
1041
|
-
* two tokens on separate lines.
|
1042
|
-
* @param {Token} firstToken The first token.
|
1043
|
-
* @param {Token} secondToken The second token.
|
1044
|
-
* @returns {boolean} `true` if the tokens are on separate lines and
|
1045
|
-
* there exists a blank line between them, `false` otherwise.
|
1046
|
-
*/
|
1047
|
-
function hasBlankLinesBetween(firstToken, secondToken) {
|
1048
|
-
const firstTokenLine = firstToken.loc.end.line;
|
1049
|
-
const secondTokenLine = secondToken.loc.start.line;
|
1050
|
-
|
1051
|
-
if (firstTokenLine === secondTokenLine || firstTokenLine === secondTokenLine - 1) {
|
1052
|
-
return false;
|
1053
|
-
}
|
1054
|
-
|
1055
|
-
for (let line = firstTokenLine + 1; line < secondTokenLine; ++line) {
|
1056
|
-
if (!tokenInfo.firstTokensByLineNumber.has(line)) {
|
1057
|
-
return true;
|
1058
|
-
}
|
1059
|
-
}
|
1060
|
-
|
1061
|
-
return false;
|
1062
|
-
}
|
1063
|
-
|
1064
|
-
const ignoredNodeFirstTokens = new Set();
|
1065
|
-
|
1066
|
-
const baseOffsetListeners = {
|
1067
|
-
"ArrayExpression, ArrayPattern"(node) {
|
1068
|
-
const openingBracket = sourceCode.getFirstToken(node);
|
1069
|
-
const closingBracket = sourceCode.getTokenAfter([...node.elements].reverse().find(_ => _) || openingBracket, astUtils.isClosingBracketToken);
|
1070
|
-
|
1071
|
-
addElementListIndent(node.elements, openingBracket, closingBracket, options.ArrayExpression);
|
1072
|
-
},
|
1073
|
-
|
1074
|
-
"ObjectExpression, ObjectPattern"(node) {
|
1075
|
-
const openingCurly = sourceCode.getFirstToken(node);
|
1076
|
-
const closingCurly = sourceCode.getTokenAfter(
|
1077
|
-
node.properties.length ? node.properties[node.properties.length - 1] : openingCurly,
|
1078
|
-
astUtils.isClosingBraceToken
|
1079
|
-
);
|
1080
|
-
|
1081
|
-
addElementListIndent(node.properties, openingCurly, closingCurly, options.ObjectExpression);
|
1082
|
-
},
|
1083
|
-
|
1084
|
-
ArrowFunctionExpression(node) {
|
1085
|
-
const maybeOpeningParen = sourceCode.getFirstToken(node, { skip: node.async ? 1 : 0 });
|
1086
|
-
|
1087
|
-
if (astUtils.isOpeningParenToken(maybeOpeningParen)) {
|
1088
|
-
const openingParen = maybeOpeningParen;
|
1089
|
-
const closingParen = sourceCode.getTokenBefore(node.body, astUtils.isClosingParenToken);
|
1090
|
-
|
1091
|
-
parameterParens.add(openingParen);
|
1092
|
-
parameterParens.add(closingParen);
|
1093
|
-
addElementListIndent(node.params, openingParen, closingParen, options.FunctionExpression.parameters);
|
1094
|
-
}
|
1095
|
-
|
1096
|
-
addBlocklessNodeIndent(node.body);
|
1097
|
-
},
|
1098
|
-
|
1099
|
-
AssignmentExpression(node) {
|
1100
|
-
const operator = sourceCode.getFirstTokenBetween(node.left, node.right, token => token.value === node.operator);
|
1101
|
-
|
1102
|
-
offsets.setDesiredOffsets([operator.range[0], node.range[1]], sourceCode.getLastToken(node.left), 1);
|
1103
|
-
offsets.ignoreToken(operator);
|
1104
|
-
offsets.ignoreToken(sourceCode.getTokenAfter(operator));
|
1105
|
-
},
|
1106
|
-
|
1107
|
-
"BinaryExpression, LogicalExpression"(node) {
|
1108
|
-
const operator = sourceCode.getFirstTokenBetween(node.left, node.right, token => token.value === node.operator);
|
1109
|
-
|
1110
|
-
/*
|
1111
|
-
* For backwards compatibility, don't check BinaryExpression indents, e.g.
|
1112
|
-
* var foo = bar &&
|
1113
|
-
* baz;
|
1114
|
-
*/
|
1115
|
-
|
1116
|
-
const tokenAfterOperator = sourceCode.getTokenAfter(operator);
|
1117
|
-
|
1118
|
-
offsets.ignoreToken(operator);
|
1119
|
-
offsets.ignoreToken(tokenAfterOperator);
|
1120
|
-
offsets.setDesiredOffset(tokenAfterOperator, operator, 0);
|
1121
|
-
},
|
1122
|
-
|
1123
|
-
"BlockStatement, ClassBody"(node) {
|
1124
|
-
let blockIndentLevel;
|
1125
|
-
|
1126
|
-
if (node.parent && isOuterIIFE(node.parent)) {
|
1127
|
-
blockIndentLevel = options.outerIIFEBody;
|
1128
|
-
} else if (node.parent && (node.parent.type === "FunctionExpression" || node.parent.type === "ArrowFunctionExpression")) {
|
1129
|
-
blockIndentLevel = options.FunctionExpression.body;
|
1130
|
-
} else if (node.parent && node.parent.type === "FunctionDeclaration") {
|
1131
|
-
blockIndentLevel = options.FunctionDeclaration.body;
|
1132
|
-
} else {
|
1133
|
-
blockIndentLevel = 1;
|
1134
|
-
}
|
1135
|
-
|
1136
|
-
/*
|
1137
|
-
* For blocks that aren't lone statements, ensure that the opening curly brace
|
1138
|
-
* is aligned with the parent.
|
1139
|
-
*/
|
1140
|
-
if (!astUtils.STATEMENT_LIST_PARENTS.has(node.parent.type)) {
|
1141
|
-
offsets.setDesiredOffset(sourceCode.getFirstToken(node), sourceCode.getFirstToken(node.parent), 0);
|
1142
|
-
}
|
1143
|
-
|
1144
|
-
addElementListIndent(node.body, sourceCode.getFirstToken(node), sourceCode.getLastToken(node), blockIndentLevel);
|
1145
|
-
},
|
1146
|
-
|
1147
|
-
CallExpression: addFunctionCallIndent,
|
1148
|
-
|
1149
|
-
"ClassDeclaration[superClass], ClassExpression[superClass]"(node) {
|
1150
|
-
const classToken = sourceCode.getFirstToken(node);
|
1151
|
-
const extendsToken = sourceCode.getTokenBefore(node.superClass, astUtils.isNotOpeningParenToken);
|
1152
|
-
|
1153
|
-
offsets.setDesiredOffsets([extendsToken.range[0], node.body.range[0]], classToken, 1);
|
1154
|
-
},
|
1155
|
-
|
1156
|
-
ConditionalExpression(node) {
|
1157
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1158
|
-
|
1159
|
-
// `flatTernaryExpressions` option is for the following style:
|
1160
|
-
// var a =
|
1161
|
-
// foo > 0 ? bar :
|
1162
|
-
// foo < 0 ? baz :
|
1163
|
-
// /*else*/ qiz ;
|
1164
|
-
if (!options.flatTernaryExpressions ||
|
1165
|
-
!astUtils.isTokenOnSameLine(node.test, node.consequent) ||
|
1166
|
-
isOnFirstLineOfStatement(firstToken, node)
|
1167
|
-
) {
|
1168
|
-
const questionMarkToken = sourceCode.getFirstTokenBetween(node.test, node.consequent, token => token.type === "Punctuator" && token.value === "?");
|
1169
|
-
const colonToken = sourceCode.getFirstTokenBetween(node.consequent, node.alternate, token => token.type === "Punctuator" && token.value === ":");
|
1170
|
-
|
1171
|
-
const firstConsequentToken = sourceCode.getTokenAfter(questionMarkToken);
|
1172
|
-
const lastConsequentToken = sourceCode.getTokenBefore(colonToken);
|
1173
|
-
const firstAlternateToken = sourceCode.getTokenAfter(colonToken);
|
1174
|
-
|
1175
|
-
offsets.setDesiredOffset(questionMarkToken, firstToken, 1);
|
1176
|
-
offsets.setDesiredOffset(colonToken, firstToken, 1);
|
1177
|
-
|
1178
|
-
offsets.setDesiredOffset(firstConsequentToken, firstToken, firstConsequentToken.type === "Punctuator" &&
|
1179
|
-
options.offsetTernaryExpressions ? 2 : 1);
|
1180
|
-
|
1181
|
-
/*
|
1182
|
-
* The alternate and the consequent should usually have the same indentation.
|
1183
|
-
* If they share part of a line, align the alternate against the first token of the consequent.
|
1184
|
-
* This allows the alternate to be indented correctly in cases like this:
|
1185
|
-
* foo ? (
|
1186
|
-
* bar
|
1187
|
-
* ) : ( // this '(' is aligned with the '(' above, so it's considered to be aligned with `foo`
|
1188
|
-
* baz // as a result, `baz` is offset by 1 rather than 2
|
1189
|
-
* )
|
1190
|
-
*/
|
1191
|
-
if (lastConsequentToken.loc.end.line === firstAlternateToken.loc.start.line) {
|
1192
|
-
offsets.setDesiredOffset(firstAlternateToken, firstConsequentToken, 0);
|
1193
|
-
} else {
|
1194
|
-
|
1195
|
-
/**
|
1196
|
-
* If the alternate and consequent do not share part of a line, offset the alternate from the first
|
1197
|
-
* token of the conditional expression. For example:
|
1198
|
-
* foo ? bar
|
1199
|
-
* : baz
|
1200
|
-
*
|
1201
|
-
* If `baz` were aligned with `bar` rather than being offset by 1 from `foo`, `baz` would end up
|
1202
|
-
* having no expected indentation.
|
1203
|
-
*/
|
1204
|
-
offsets.setDesiredOffset(firstAlternateToken, firstToken, firstAlternateToken.type === "Punctuator" &&
|
1205
|
-
options.offsetTernaryExpressions ? 2 : 1);
|
1206
|
-
}
|
1207
|
-
}
|
1208
|
-
},
|
1209
|
-
|
1210
|
-
"DoWhileStatement, WhileStatement, ForInStatement, ForOfStatement, WithStatement": node => addBlocklessNodeIndent(node.body),
|
1211
|
-
|
1212
|
-
ExportNamedDeclaration(node) {
|
1213
|
-
if (node.declaration === null) {
|
1214
|
-
const closingCurly = sourceCode.getLastToken(node, astUtils.isClosingBraceToken);
|
1215
|
-
|
1216
|
-
// Indent the specifiers in `export {foo, bar, baz}`
|
1217
|
-
addElementListIndent(node.specifiers, sourceCode.getFirstToken(node, { skip: 1 }), closingCurly, 1);
|
1218
|
-
|
1219
|
-
if (node.source) {
|
1220
|
-
|
1221
|
-
// Indent everything after and including the `from` token in `export {foo, bar, baz} from 'qux'`
|
1222
|
-
offsets.setDesiredOffsets([closingCurly.range[1], node.range[1]], sourceCode.getFirstToken(node), 1);
|
1223
|
-
}
|
1224
|
-
}
|
1225
|
-
},
|
1226
|
-
|
1227
|
-
ForStatement(node) {
|
1228
|
-
const forOpeningParen = sourceCode.getFirstToken(node, 1);
|
1229
|
-
|
1230
|
-
if (node.init) {
|
1231
|
-
offsets.setDesiredOffsets(node.init.range, forOpeningParen, 1);
|
1232
|
-
}
|
1233
|
-
if (node.test) {
|
1234
|
-
offsets.setDesiredOffsets(node.test.range, forOpeningParen, 1);
|
1235
|
-
}
|
1236
|
-
if (node.update) {
|
1237
|
-
offsets.setDesiredOffsets(node.update.range, forOpeningParen, 1);
|
1238
|
-
}
|
1239
|
-
addBlocklessNodeIndent(node.body);
|
1240
|
-
},
|
1241
|
-
|
1242
|
-
"FunctionDeclaration, FunctionExpression"(node) {
|
1243
|
-
const closingParen = sourceCode.getTokenBefore(node.body);
|
1244
|
-
const openingParen = sourceCode.getTokenBefore(node.params.length ? node.params[0] : closingParen);
|
1245
|
-
|
1246
|
-
parameterParens.add(openingParen);
|
1247
|
-
parameterParens.add(closingParen);
|
1248
|
-
addElementListIndent(node.params, openingParen, closingParen, options[node.type].parameters);
|
1249
|
-
},
|
1250
|
-
|
1251
|
-
IfStatement(node) {
|
1252
|
-
addBlocklessNodeIndent(node.consequent);
|
1253
|
-
if (node.alternate) {
|
1254
|
-
addBlocklessNodeIndent(node.alternate);
|
1255
|
-
}
|
1256
|
-
},
|
1257
|
-
|
1258
|
-
/*
|
1259
|
-
* For blockless nodes with semicolon-first style, don't indent the semicolon.
|
1260
|
-
* e.g.
|
1261
|
-
* if (foo)
|
1262
|
-
* bar()
|
1263
|
-
* ; [1, 2, 3].map(foo)
|
1264
|
-
*
|
1265
|
-
* Traversal into the node sets indentation of the semicolon, so we need to override it on exit.
|
1266
|
-
*/
|
1267
|
-
":matches(DoWhileStatement, ForStatement, ForInStatement, ForOfStatement, IfStatement, WhileStatement, WithStatement):exit"(node) {
|
1268
|
-
let nodesToCheck;
|
1269
|
-
|
1270
|
-
if (node.type === "IfStatement") {
|
1271
|
-
nodesToCheck = [node.consequent];
|
1272
|
-
if (node.alternate) {
|
1273
|
-
nodesToCheck.push(node.alternate);
|
1274
|
-
}
|
1275
|
-
} else {
|
1276
|
-
nodesToCheck = [node.body];
|
1277
|
-
}
|
1278
|
-
|
1279
|
-
for (const nodeToCheck of nodesToCheck) {
|
1280
|
-
const lastToken = sourceCode.getLastToken(nodeToCheck);
|
1281
|
-
|
1282
|
-
if (astUtils.isSemicolonToken(lastToken)) {
|
1283
|
-
const tokenBeforeLast = sourceCode.getTokenBefore(lastToken);
|
1284
|
-
const tokenAfterLast = sourceCode.getTokenAfter(lastToken);
|
1285
|
-
|
1286
|
-
// override indentation of `;` only if its line looks like a semicolon-first style line
|
1287
|
-
if (
|
1288
|
-
!astUtils.isTokenOnSameLine(tokenBeforeLast, lastToken) &&
|
1289
|
-
tokenAfterLast &&
|
1290
|
-
astUtils.isTokenOnSameLine(lastToken, tokenAfterLast)
|
1291
|
-
) {
|
1292
|
-
offsets.setDesiredOffset(
|
1293
|
-
lastToken,
|
1294
|
-
sourceCode.getFirstToken(node),
|
1295
|
-
0
|
1296
|
-
);
|
1297
|
-
}
|
1298
|
-
}
|
1299
|
-
}
|
1300
|
-
},
|
1301
|
-
|
1302
|
-
ImportDeclaration(node) {
|
1303
|
-
if (node.specifiers.some(specifier => specifier.type === "ImportSpecifier")) {
|
1304
|
-
const openingCurly = sourceCode.getFirstToken(node, astUtils.isOpeningBraceToken);
|
1305
|
-
const closingCurly = sourceCode.getLastToken(node, astUtils.isClosingBraceToken);
|
1306
|
-
|
1307
|
-
addElementListIndent(node.specifiers.filter(specifier => specifier.type === "ImportSpecifier"), openingCurly, closingCurly, options.ImportDeclaration);
|
1308
|
-
}
|
1309
|
-
|
1310
|
-
const fromToken = sourceCode.getLastToken(node, token => token.type === "Identifier" && token.value === "from");
|
1311
|
-
const sourceToken = sourceCode.getLastToken(node, token => token.type === "String");
|
1312
|
-
const semiToken = sourceCode.getLastToken(node, token => token.type === "Punctuator" && token.value === ";");
|
1313
|
-
|
1314
|
-
if (fromToken) {
|
1315
|
-
const end = semiToken && semiToken.range[1] === sourceToken.range[1] ? node.range[1] : sourceToken.range[1];
|
1316
|
-
|
1317
|
-
offsets.setDesiredOffsets([fromToken.range[0], end], sourceCode.getFirstToken(node), 1);
|
1318
|
-
}
|
1319
|
-
},
|
1320
|
-
|
1321
|
-
ImportExpression(node) {
|
1322
|
-
const openingParen = sourceCode.getFirstToken(node, 1);
|
1323
|
-
const closingParen = sourceCode.getLastToken(node);
|
1324
|
-
|
1325
|
-
parameterParens.add(openingParen);
|
1326
|
-
parameterParens.add(closingParen);
|
1327
|
-
offsets.setDesiredOffset(openingParen, sourceCode.getTokenBefore(openingParen), 0);
|
1328
|
-
|
1329
|
-
addElementListIndent([node.source], openingParen, closingParen, options.CallExpression.arguments);
|
1330
|
-
},
|
1331
|
-
|
1332
|
-
"MemberExpression, JSXMemberExpression, MetaProperty"(node) {
|
1333
|
-
const object = node.type === "MetaProperty" ? node.meta : node.object;
|
1334
|
-
const firstNonObjectToken = sourceCode.getFirstTokenBetween(object, node.property, astUtils.isNotClosingParenToken);
|
1335
|
-
const secondNonObjectToken = sourceCode.getTokenAfter(firstNonObjectToken);
|
1336
|
-
|
1337
|
-
const objectParenCount = sourceCode.getTokensBetween(object, node.property, { filter: astUtils.isClosingParenToken }).length;
|
1338
|
-
const firstObjectToken = objectParenCount
|
1339
|
-
? sourceCode.getTokenBefore(object, { skip: objectParenCount - 1 })
|
1340
|
-
: sourceCode.getFirstToken(object);
|
1341
|
-
const lastObjectToken = sourceCode.getTokenBefore(firstNonObjectToken);
|
1342
|
-
const firstPropertyToken = node.computed ? firstNonObjectToken : secondNonObjectToken;
|
1343
|
-
|
1344
|
-
if (node.computed) {
|
1345
|
-
|
1346
|
-
// For computed MemberExpressions, match the closing bracket with the opening bracket.
|
1347
|
-
offsets.setDesiredOffset(sourceCode.getLastToken(node), firstNonObjectToken, 0);
|
1348
|
-
offsets.setDesiredOffsets(node.property.range, firstNonObjectToken, 1);
|
1349
|
-
}
|
1350
|
-
|
1351
|
-
/*
|
1352
|
-
* If the object ends on the same line that the property starts, match against the last token
|
1353
|
-
* of the object, to ensure that the MemberExpression is not indented.
|
1354
|
-
*
|
1355
|
-
* Otherwise, match against the first token of the object, e.g.
|
1356
|
-
* foo
|
1357
|
-
* .bar
|
1358
|
-
* .baz // <-- offset by 1 from `foo`
|
1359
|
-
*/
|
1360
|
-
const offsetBase = lastObjectToken.loc.end.line === firstPropertyToken.loc.start.line
|
1361
|
-
? lastObjectToken
|
1362
|
-
: firstObjectToken;
|
1363
|
-
|
1364
|
-
if (typeof options.MemberExpression === "number") {
|
1365
|
-
|
1366
|
-
// Match the dot (for non-computed properties) or the opening bracket (for computed properties) against the object.
|
1367
|
-
offsets.setDesiredOffset(firstNonObjectToken, offsetBase, options.MemberExpression);
|
1368
|
-
|
1369
|
-
/*
|
1370
|
-
* For computed MemberExpressions, match the first token of the property against the opening bracket.
|
1371
|
-
* Otherwise, match the first token of the property against the object.
|
1372
|
-
*/
|
1373
|
-
offsets.setDesiredOffset(secondNonObjectToken, node.computed ? firstNonObjectToken : offsetBase, options.MemberExpression);
|
1374
|
-
} else {
|
1375
|
-
|
1376
|
-
// If the MemberExpression option is off, ignore the dot and the first token of the property.
|
1377
|
-
offsets.ignoreToken(firstNonObjectToken);
|
1378
|
-
offsets.ignoreToken(secondNonObjectToken);
|
1379
|
-
|
1380
|
-
// To ignore the property indentation, ensure that the property tokens depend on the ignored tokens.
|
1381
|
-
offsets.setDesiredOffset(firstNonObjectToken, offsetBase, 0);
|
1382
|
-
offsets.setDesiredOffset(secondNonObjectToken, firstNonObjectToken, 0);
|
1383
|
-
}
|
1384
|
-
},
|
1385
|
-
|
1386
|
-
NewExpression(node) {
|
1387
|
-
|
1388
|
-
// Only indent the arguments if the NewExpression has parens (e.g. `new Foo(bar)` or `new Foo()`, but not `new Foo`
|
1389
|
-
if (node.arguments.length > 0 ||
|
1390
|
-
astUtils.isClosingParenToken(sourceCode.getLastToken(node)) &&
|
1391
|
-
astUtils.isOpeningParenToken(sourceCode.getLastToken(node, 1))) {
|
1392
|
-
addFunctionCallIndent(node);
|
1393
|
-
}
|
1394
|
-
},
|
1395
|
-
|
1396
|
-
Property(node) {
|
1397
|
-
if (!node.shorthand && !node.method && node.kind === "init") {
|
1398
|
-
const colon = sourceCode.getFirstTokenBetween(node.key, node.value, astUtils.isColonToken);
|
1399
|
-
|
1400
|
-
offsets.ignoreToken(sourceCode.getTokenAfter(colon));
|
1401
|
-
}
|
1402
|
-
},
|
1403
|
-
|
1404
|
-
PropertyDefinition(node) {
|
1405
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1406
|
-
const maybeSemicolonToken = sourceCode.getLastToken(node);
|
1407
|
-
let keyLastToken = null;
|
1408
|
-
|
1409
|
-
// Indent key.
|
1410
|
-
if (node.computed) {
|
1411
|
-
const bracketTokenL = sourceCode.getTokenBefore(node.key, astUtils.isOpeningBracketToken);
|
1412
|
-
const bracketTokenR = keyLastToken = sourceCode.getTokenAfter(node.key, astUtils.isClosingBracketToken);
|
1413
|
-
const keyRange = [bracketTokenL.range[1], bracketTokenR.range[0]];
|
1414
|
-
|
1415
|
-
if (bracketTokenL !== firstToken) {
|
1416
|
-
offsets.setDesiredOffset(bracketTokenL, firstToken, 0);
|
1417
|
-
}
|
1418
|
-
offsets.setDesiredOffsets(keyRange, bracketTokenL, 1);
|
1419
|
-
offsets.setDesiredOffset(bracketTokenR, bracketTokenL, 0);
|
1420
|
-
} else {
|
1421
|
-
const idToken = keyLastToken = sourceCode.getFirstToken(node.key);
|
1422
|
-
|
1423
|
-
if (idToken !== firstToken) {
|
1424
|
-
offsets.setDesiredOffset(idToken, firstToken, 1);
|
1425
|
-
}
|
1426
|
-
}
|
1427
|
-
|
1428
|
-
// Indent initializer.
|
1429
|
-
if (node.value) {
|
1430
|
-
const eqToken = sourceCode.getTokenBefore(node.value, astUtils.isEqToken);
|
1431
|
-
const valueToken = sourceCode.getTokenAfter(eqToken);
|
1432
|
-
|
1433
|
-
offsets.setDesiredOffset(eqToken, keyLastToken, 1);
|
1434
|
-
offsets.setDesiredOffset(valueToken, eqToken, 1);
|
1435
|
-
if (astUtils.isSemicolonToken(maybeSemicolonToken)) {
|
1436
|
-
offsets.setDesiredOffset(maybeSemicolonToken, eqToken, 1);
|
1437
|
-
}
|
1438
|
-
} else if (astUtils.isSemicolonToken(maybeSemicolonToken)) {
|
1439
|
-
offsets.setDesiredOffset(maybeSemicolonToken, keyLastToken, 1);
|
1440
|
-
}
|
1441
|
-
},
|
1442
|
-
|
1443
|
-
StaticBlock(node) {
|
1444
|
-
const openingCurly = sourceCode.getFirstToken(node, { skip: 1 }); // skip the `static` token
|
1445
|
-
const closingCurly = sourceCode.getLastToken(node);
|
1446
|
-
|
1447
|
-
addElementListIndent(node.body, openingCurly, closingCurly, options.StaticBlock.body);
|
1448
|
-
},
|
1449
|
-
|
1450
|
-
SwitchStatement(node) {
|
1451
|
-
const openingCurly = sourceCode.getTokenAfter(node.discriminant, astUtils.isOpeningBraceToken);
|
1452
|
-
const closingCurly = sourceCode.getLastToken(node);
|
1453
|
-
|
1454
|
-
offsets.setDesiredOffsets([openingCurly.range[1], closingCurly.range[0]], openingCurly, options.SwitchCase);
|
1455
|
-
|
1456
|
-
if (node.cases.length) {
|
1457
|
-
sourceCode.getTokensBetween(
|
1458
|
-
node.cases[node.cases.length - 1],
|
1459
|
-
closingCurly,
|
1460
|
-
{ includeComments: true, filter: astUtils.isCommentToken }
|
1461
|
-
).forEach(token => offsets.ignoreToken(token));
|
1462
|
-
}
|
1463
|
-
},
|
1464
|
-
|
1465
|
-
SwitchCase(node) {
|
1466
|
-
if (!(node.consequent.length === 1 && node.consequent[0].type === "BlockStatement")) {
|
1467
|
-
const caseKeyword = sourceCode.getFirstToken(node);
|
1468
|
-
const tokenAfterCurrentCase = sourceCode.getTokenAfter(node);
|
1469
|
-
|
1470
|
-
offsets.setDesiredOffsets([caseKeyword.range[1], tokenAfterCurrentCase.range[0]], caseKeyword, 1);
|
1471
|
-
}
|
1472
|
-
},
|
1473
|
-
|
1474
|
-
TemplateLiteral(node) {
|
1475
|
-
node.expressions.forEach((expression, index) => {
|
1476
|
-
const previousQuasi = node.quasis[index];
|
1477
|
-
const nextQuasi = node.quasis[index + 1];
|
1478
|
-
const tokenToAlignFrom = previousQuasi.loc.start.line === previousQuasi.loc.end.line
|
1479
|
-
? sourceCode.getFirstToken(previousQuasi)
|
1480
|
-
: null;
|
1481
|
-
|
1482
|
-
offsets.setDesiredOffsets([previousQuasi.range[1], nextQuasi.range[0]], tokenToAlignFrom, 1);
|
1483
|
-
offsets.setDesiredOffset(sourceCode.getFirstToken(nextQuasi), tokenToAlignFrom, 0);
|
1484
|
-
});
|
1485
|
-
},
|
1486
|
-
|
1487
|
-
VariableDeclaration(node) {
|
1488
|
-
let variableIndent = Object.prototype.hasOwnProperty.call(options.VariableDeclarator, node.kind)
|
1489
|
-
? options.VariableDeclarator[node.kind]
|
1490
|
-
: DEFAULT_VARIABLE_INDENT;
|
1491
|
-
|
1492
|
-
const firstToken = sourceCode.getFirstToken(node),
|
1493
|
-
lastToken = sourceCode.getLastToken(node);
|
1494
|
-
|
1495
|
-
if (options.VariableDeclarator[node.kind] === "first") {
|
1496
|
-
if (node.declarations.length > 1) {
|
1497
|
-
addElementListIndent(
|
1498
|
-
node.declarations,
|
1499
|
-
firstToken,
|
1500
|
-
lastToken,
|
1501
|
-
"first"
|
1502
|
-
);
|
1503
|
-
return;
|
1504
|
-
}
|
1505
|
-
|
1506
|
-
variableIndent = DEFAULT_VARIABLE_INDENT;
|
1507
|
-
}
|
1508
|
-
|
1509
|
-
if (node.declarations[node.declarations.length - 1].loc.start.line > node.loc.start.line) {
|
1510
|
-
|
1511
|
-
/*
|
1512
|
-
* VariableDeclarator indentation is a bit different from other forms of indentation, in that the
|
1513
|
-
* indentation of an opening bracket sometimes won't match that of a closing bracket. For example,
|
1514
|
-
* the following indentations are correct:
|
1515
|
-
*
|
1516
|
-
* var foo = {
|
1517
|
-
* ok: true
|
1518
|
-
* };
|
1519
|
-
*
|
1520
|
-
* var foo = {
|
1521
|
-
* ok: true,
|
1522
|
-
* },
|
1523
|
-
* bar = 1;
|
1524
|
-
*
|
1525
|
-
* Account for when exiting the AST (after indentations have already been set for the nodes in
|
1526
|
-
* the declaration) by manually increasing the indentation level of the tokens in this declarator
|
1527
|
-
* on the same line as the start of the declaration, provided that there are declarators that
|
1528
|
-
* follow this one.
|
1529
|
-
*/
|
1530
|
-
offsets.setDesiredOffsets(node.range, firstToken, variableIndent, true);
|
1531
|
-
} else {
|
1532
|
-
offsets.setDesiredOffsets(node.range, firstToken, variableIndent);
|
1533
|
-
}
|
1534
|
-
|
1535
|
-
if (astUtils.isSemicolonToken(lastToken)) {
|
1536
|
-
offsets.ignoreToken(lastToken);
|
1537
|
-
}
|
1538
|
-
},
|
1539
|
-
|
1540
|
-
VariableDeclarator(node) {
|
1541
|
-
if (node.init) {
|
1542
|
-
const equalOperator = sourceCode.getTokenBefore(node.init, astUtils.isNotOpeningParenToken);
|
1543
|
-
const tokenAfterOperator = sourceCode.getTokenAfter(equalOperator);
|
1544
|
-
|
1545
|
-
offsets.ignoreToken(equalOperator);
|
1546
|
-
offsets.ignoreToken(tokenAfterOperator);
|
1547
|
-
offsets.setDesiredOffsets([tokenAfterOperator.range[0], node.range[1]], equalOperator, 1);
|
1548
|
-
offsets.setDesiredOffset(equalOperator, sourceCode.getLastToken(node.id), 0);
|
1549
|
-
}
|
1550
|
-
},
|
1551
|
-
|
1552
|
-
"JSXAttribute[value]"(node) {
|
1553
|
-
const equalsToken = sourceCode.getFirstTokenBetween(node.name, node.value, token => token.type === "Punctuator" && token.value === "=");
|
1554
|
-
|
1555
|
-
offsets.setDesiredOffsets([equalsToken.range[0], node.value.range[1]], sourceCode.getFirstToken(node.name), 1);
|
1556
|
-
},
|
1557
|
-
|
1558
|
-
JSXElement(node) {
|
1559
|
-
if (node.closingElement) {
|
1560
|
-
addElementListIndent(node.children, sourceCode.getFirstToken(node.openingElement), sourceCode.getFirstToken(node.closingElement), 1);
|
1561
|
-
}
|
1562
|
-
},
|
1563
|
-
|
1564
|
-
JSXOpeningElement(node) {
|
1565
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1566
|
-
let closingToken;
|
1567
|
-
|
1568
|
-
if (node.selfClosing) {
|
1569
|
-
closingToken = sourceCode.getLastToken(node, { skip: 1 });
|
1570
|
-
offsets.setDesiredOffset(sourceCode.getLastToken(node), closingToken, 0);
|
1571
|
-
} else {
|
1572
|
-
closingToken = sourceCode.getLastToken(node);
|
1573
|
-
}
|
1574
|
-
offsets.setDesiredOffsets(node.name.range, sourceCode.getFirstToken(node));
|
1575
|
-
addElementListIndent(node.attributes, firstToken, closingToken, 1);
|
1576
|
-
},
|
1577
|
-
|
1578
|
-
JSXClosingElement(node) {
|
1579
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1580
|
-
|
1581
|
-
offsets.setDesiredOffsets(node.name.range, firstToken, 1);
|
1582
|
-
},
|
1583
|
-
|
1584
|
-
JSXFragment(node) {
|
1585
|
-
const firstOpeningToken = sourceCode.getFirstToken(node.openingFragment);
|
1586
|
-
const firstClosingToken = sourceCode.getFirstToken(node.closingFragment);
|
1587
|
-
|
1588
|
-
addElementListIndent(node.children, firstOpeningToken, firstClosingToken, 1);
|
1589
|
-
},
|
1590
|
-
|
1591
|
-
JSXOpeningFragment(node) {
|
1592
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1593
|
-
const closingToken = sourceCode.getLastToken(node);
|
1594
|
-
|
1595
|
-
offsets.setDesiredOffsets(node.range, firstToken, 1);
|
1596
|
-
offsets.matchOffsetOf(firstToken, closingToken);
|
1597
|
-
},
|
1598
|
-
|
1599
|
-
JSXClosingFragment(node) {
|
1600
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1601
|
-
const slashToken = sourceCode.getLastToken(node, { skip: 1 });
|
1602
|
-
const closingToken = sourceCode.getLastToken(node);
|
1603
|
-
const tokenToMatch = astUtils.isTokenOnSameLine(slashToken, closingToken) ? slashToken : closingToken;
|
1604
|
-
|
1605
|
-
offsets.setDesiredOffsets(node.range, firstToken, 1);
|
1606
|
-
offsets.matchOffsetOf(firstToken, tokenToMatch);
|
1607
|
-
},
|
1608
|
-
|
1609
|
-
JSXExpressionContainer(node) {
|
1610
|
-
const openingCurly = sourceCode.getFirstToken(node);
|
1611
|
-
const closingCurly = sourceCode.getLastToken(node);
|
1612
|
-
|
1613
|
-
offsets.setDesiredOffsets(
|
1614
|
-
[openingCurly.range[1], closingCurly.range[0]],
|
1615
|
-
openingCurly,
|
1616
|
-
1
|
1617
|
-
);
|
1618
|
-
},
|
1619
|
-
|
1620
|
-
JSXSpreadAttribute(node) {
|
1621
|
-
const openingCurly = sourceCode.getFirstToken(node);
|
1622
|
-
const closingCurly = sourceCode.getLastToken(node);
|
1623
|
-
|
1624
|
-
offsets.setDesiredOffsets(
|
1625
|
-
[openingCurly.range[1], closingCurly.range[0]],
|
1626
|
-
openingCurly,
|
1627
|
-
1
|
1628
|
-
);
|
1629
|
-
},
|
1630
|
-
|
1631
|
-
"*"(node) {
|
1632
|
-
const firstToken = sourceCode.getFirstToken(node);
|
1633
|
-
|
1634
|
-
// Ensure that the children of every node are indented at least as much as the first token.
|
1635
|
-
if (firstToken && !ignoredNodeFirstTokens.has(firstToken)) {
|
1636
|
-
offsets.setDesiredOffsets(node.range, firstToken, 0);
|
1637
|
-
}
|
1638
|
-
}
|
1639
|
-
};
|
1640
|
-
|
1641
|
-
const listenerCallQueue = [];
|
1642
|
-
|
1643
|
-
/*
|
1644
|
-
* To ignore the indentation of a node:
|
1645
|
-
* 1. Don't call the node's listener when entering it (if it has a listener)
|
1646
|
-
* 2. Don't set any offsets against the first token of the node.
|
1647
|
-
* 3. Call `ignoreNode` on the node sometime after exiting it and before validating offsets.
|
1648
|
-
*/
|
1649
|
-
const offsetListeners = {};
|
1650
|
-
|
1651
|
-
for (const [selector, listener] of Object.entries(baseOffsetListeners)) {
|
1652
|
-
|
1653
|
-
/*
|
1654
|
-
* Offset listener calls are deferred until traversal is finished, and are called as
|
1655
|
-
* part of the final `Program:exit` listener. This is necessary because a node might
|
1656
|
-
* be matched by multiple selectors.
|
1657
|
-
*
|
1658
|
-
* Example: Suppose there is an offset listener for `Identifier`, and the user has
|
1659
|
-
* specified in configuration that `MemberExpression > Identifier` should be ignored.
|
1660
|
-
* Due to selector specificity rules, the `Identifier` listener will get called first. However,
|
1661
|
-
* if a given Identifier node is supposed to be ignored, then the `Identifier` offset listener
|
1662
|
-
* should not have been called at all. Without doing extra selector matching, we don't know
|
1663
|
-
* whether the Identifier matches the `MemberExpression > Identifier` selector until the
|
1664
|
-
* `MemberExpression > Identifier` listener is called.
|
1665
|
-
*
|
1666
|
-
* To avoid this, the `Identifier` listener isn't called until traversal finishes and all
|
1667
|
-
* ignored nodes are known.
|
1668
|
-
*/
|
1669
|
-
offsetListeners[selector] = node => listenerCallQueue.push({ listener, node });
|
1670
|
-
}
|
1671
|
-
|
1672
|
-
// For each ignored node selector, set up a listener to collect it into the `ignoredNodes` set.
|
1673
|
-
const ignoredNodes = new Set();
|
1674
|
-
|
1675
|
-
/**
|
1676
|
-
* Ignores a node
|
1677
|
-
* @param {ASTNode} node The node to ignore
|
1678
|
-
* @returns {void}
|
1679
|
-
*/
|
1680
|
-
function addToIgnoredNodes(node) {
|
1681
|
-
ignoredNodes.add(node);
|
1682
|
-
ignoredNodeFirstTokens.add(sourceCode.getFirstToken(node));
|
1683
|
-
}
|
1684
|
-
|
1685
|
-
const ignoredNodeListeners = options.ignoredNodes.reduce(
|
1686
|
-
(listeners, ignoredSelector) => Object.assign(listeners, { [ignoredSelector]: addToIgnoredNodes }),
|
1687
|
-
{}
|
1688
|
-
);
|
1689
|
-
|
1690
|
-
/*
|
1691
|
-
* Join the listeners, and add a listener to verify that all tokens actually have the correct indentation
|
1692
|
-
* at the end.
|
1693
|
-
*
|
1694
|
-
* Using Object.assign will cause some offset listeners to be overwritten if the same selector also appears
|
1695
|
-
* in `ignoredNodeListeners`. This isn't a problem because all of the matching nodes will be ignored,
|
1696
|
-
* so those listeners wouldn't be called anyway.
|
1697
|
-
*/
|
1698
|
-
return Object.assign(
|
1699
|
-
offsetListeners,
|
1700
|
-
ignoredNodeListeners,
|
1701
|
-
{
|
1702
|
-
"*:exit"(node) {
|
1703
|
-
|
1704
|
-
// If a node's type is nonstandard, we can't tell how its children should be offset, so ignore it.
|
1705
|
-
if (!KNOWN_NODES.has(node.type)) {
|
1706
|
-
addToIgnoredNodes(node);
|
1707
|
-
}
|
1708
|
-
},
|
1709
|
-
"Program:exit"() {
|
1710
|
-
|
1711
|
-
// If ignoreComments option is enabled, ignore all comment tokens.
|
1712
|
-
if (options.ignoreComments) {
|
1713
|
-
sourceCode.getAllComments()
|
1714
|
-
.forEach(comment => offsets.ignoreToken(comment));
|
1715
|
-
}
|
1716
|
-
|
1717
|
-
// Invoke the queued offset listeners for the nodes that aren't ignored.
|
1718
|
-
for (let i = 0; i < listenerCallQueue.length; i++) {
|
1719
|
-
const nodeInfo = listenerCallQueue[i];
|
1720
|
-
|
1721
|
-
if (!ignoredNodes.has(nodeInfo.node)) {
|
1722
|
-
nodeInfo.listener(nodeInfo.node);
|
1723
|
-
}
|
1724
|
-
}
|
1725
|
-
|
1726
|
-
// Update the offsets for ignored nodes to prevent their child tokens from being reported.
|
1727
|
-
ignoredNodes.forEach(ignoreNode);
|
1728
|
-
|
1729
|
-
addParensIndent(sourceCode.ast.tokens);
|
1730
|
-
|
1731
|
-
/*
|
1732
|
-
* Create a Map from (tokenOrComment) => (precedingToken).
|
1733
|
-
* This is necessary because sourceCode.getTokenBefore does not handle a comment as an argument correctly.
|
1734
|
-
*/
|
1735
|
-
const precedingTokens = new WeakMap();
|
1736
|
-
|
1737
|
-
for (let i = 0; i < sourceCode.ast.comments.length; i++) {
|
1738
|
-
const comment = sourceCode.ast.comments[i];
|
1739
|
-
|
1740
|
-
const tokenOrCommentBefore = sourceCode.getTokenBefore(comment, { includeComments: true });
|
1741
|
-
const hasToken = precedingTokens.has(tokenOrCommentBefore) ? precedingTokens.get(tokenOrCommentBefore) : tokenOrCommentBefore;
|
1742
|
-
|
1743
|
-
precedingTokens.set(comment, hasToken);
|
1744
|
-
}
|
1745
|
-
|
1746
|
-
for (let i = 1; i < sourceCode.lines.length + 1; i++) {
|
1747
|
-
|
1748
|
-
if (!tokenInfo.firstTokensByLineNumber.has(i)) {
|
1749
|
-
|
1750
|
-
// Don't check indentation on blank lines
|
1751
|
-
continue;
|
1752
|
-
}
|
1753
|
-
|
1754
|
-
const firstTokenOfLine = tokenInfo.firstTokensByLineNumber.get(i);
|
1755
|
-
|
1756
|
-
if (firstTokenOfLine.loc.start.line !== i) {
|
1757
|
-
|
1758
|
-
// Don't check the indentation of multi-line tokens (e.g. template literals or block comments) twice.
|
1759
|
-
continue;
|
1760
|
-
}
|
1761
|
-
|
1762
|
-
if (astUtils.isCommentToken(firstTokenOfLine)) {
|
1763
|
-
const tokenBefore = precedingTokens.get(firstTokenOfLine);
|
1764
|
-
const tokenAfter = tokenBefore ? sourceCode.getTokenAfter(tokenBefore) : sourceCode.ast.tokens[0];
|
1765
|
-
const mayAlignWithBefore = tokenBefore && !hasBlankLinesBetween(tokenBefore, firstTokenOfLine);
|
1766
|
-
const mayAlignWithAfter = tokenAfter && !hasBlankLinesBetween(firstTokenOfLine, tokenAfter);
|
1767
|
-
|
1768
|
-
/*
|
1769
|
-
* If a comment precedes a line that begins with a semicolon token, align to that token, i.e.
|
1770
|
-
*
|
1771
|
-
* let foo
|
1772
|
-
* // comment
|
1773
|
-
* ;(async () => {})()
|
1774
|
-
*/
|
1775
|
-
if (tokenAfter && astUtils.isSemicolonToken(tokenAfter) && !astUtils.isTokenOnSameLine(firstTokenOfLine, tokenAfter)) {
|
1776
|
-
offsets.setDesiredOffset(firstTokenOfLine, tokenAfter, 0);
|
1777
|
-
}
|
1778
|
-
|
1779
|
-
// If a comment matches the expected indentation of the token immediately before or after, don't report it.
|
1780
|
-
if (
|
1781
|
-
mayAlignWithBefore && validateTokenIndent(firstTokenOfLine, offsets.getDesiredIndent(tokenBefore)) ||
|
1782
|
-
mayAlignWithAfter && validateTokenIndent(firstTokenOfLine, offsets.getDesiredIndent(tokenAfter))
|
1783
|
-
) {
|
1784
|
-
continue;
|
1785
|
-
}
|
1786
|
-
}
|
1787
|
-
|
1788
|
-
// If the token matches the expected indentation, don't report it.
|
1789
|
-
if (validateTokenIndent(firstTokenOfLine, offsets.getDesiredIndent(firstTokenOfLine))) {
|
1790
|
-
continue;
|
1791
|
-
}
|
1792
|
-
|
1793
|
-
// Otherwise, report the token/comment.
|
1794
|
-
report(firstTokenOfLine, offsets.getDesiredIndent(firstTokenOfLine));
|
1795
|
-
}
|
1796
|
-
}
|
1797
|
-
}
|
1798
|
-
);
|
1799
|
-
}
|
1800
|
-
};
|