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,1483 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @fileoverview A class to manage state of generating a code path.
|
3
|
-
* @author Toru Nagashima
|
4
|
-
*/
|
5
|
-
|
6
|
-
"use strict";
|
7
|
-
|
8
|
-
//------------------------------------------------------------------------------
|
9
|
-
// Requirements
|
10
|
-
//------------------------------------------------------------------------------
|
11
|
-
|
12
|
-
const CodePathSegment = require("./code-path-segment"),
|
13
|
-
ForkContext = require("./fork-context");
|
14
|
-
|
15
|
-
//------------------------------------------------------------------------------
|
16
|
-
// Helpers
|
17
|
-
//------------------------------------------------------------------------------
|
18
|
-
|
19
|
-
/**
|
20
|
-
* Adds given segments into the `dest` array.
|
21
|
-
* If the `others` array does not includes the given segments, adds to the `all`
|
22
|
-
* array as well.
|
23
|
-
*
|
24
|
-
* This adds only reachable and used segments.
|
25
|
-
* @param {CodePathSegment[]} dest A destination array (`returnedSegments` or `thrownSegments`).
|
26
|
-
* @param {CodePathSegment[]} others Another destination array (`returnedSegments` or `thrownSegments`).
|
27
|
-
* @param {CodePathSegment[]} all The unified destination array (`finalSegments`).
|
28
|
-
* @param {CodePathSegment[]} segments Segments to add.
|
29
|
-
* @returns {void}
|
30
|
-
*/
|
31
|
-
function addToReturnedOrThrown(dest, others, all, segments) {
|
32
|
-
for (let i = 0; i < segments.length; ++i) {
|
33
|
-
const segment = segments[i];
|
34
|
-
|
35
|
-
dest.push(segment);
|
36
|
-
if (!others.includes(segment)) {
|
37
|
-
all.push(segment);
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
|
42
|
-
/**
|
43
|
-
* Gets a loop-context for a `continue` statement.
|
44
|
-
* @param {CodePathState} state A state to get.
|
45
|
-
* @param {string} label The label of a `continue` statement.
|
46
|
-
* @returns {LoopContext} A loop-context for a `continue` statement.
|
47
|
-
*/
|
48
|
-
function getContinueContext(state, label) {
|
49
|
-
if (!label) {
|
50
|
-
return state.loopContext;
|
51
|
-
}
|
52
|
-
|
53
|
-
let context = state.loopContext;
|
54
|
-
|
55
|
-
while (context) {
|
56
|
-
if (context.label === label) {
|
57
|
-
return context;
|
58
|
-
}
|
59
|
-
context = context.upper;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* c8 ignore next */
|
63
|
-
return null;
|
64
|
-
}
|
65
|
-
|
66
|
-
/**
|
67
|
-
* Gets a context for a `break` statement.
|
68
|
-
* @param {CodePathState} state A state to get.
|
69
|
-
* @param {string} label The label of a `break` statement.
|
70
|
-
* @returns {LoopContext|SwitchContext} A context for a `break` statement.
|
71
|
-
*/
|
72
|
-
function getBreakContext(state, label) {
|
73
|
-
let context = state.breakContext;
|
74
|
-
|
75
|
-
while (context) {
|
76
|
-
if (label ? context.label === label : context.breakable) {
|
77
|
-
return context;
|
78
|
-
}
|
79
|
-
context = context.upper;
|
80
|
-
}
|
81
|
-
|
82
|
-
/* c8 ignore next */
|
83
|
-
return null;
|
84
|
-
}
|
85
|
-
|
86
|
-
/**
|
87
|
-
* Gets a context for a `return` statement.
|
88
|
-
* @param {CodePathState} state A state to get.
|
89
|
-
* @returns {TryContext|CodePathState} A context for a `return` statement.
|
90
|
-
*/
|
91
|
-
function getReturnContext(state) {
|
92
|
-
let context = state.tryContext;
|
93
|
-
|
94
|
-
while (context) {
|
95
|
-
if (context.hasFinalizer && context.position !== "finally") {
|
96
|
-
return context;
|
97
|
-
}
|
98
|
-
context = context.upper;
|
99
|
-
}
|
100
|
-
|
101
|
-
return state;
|
102
|
-
}
|
103
|
-
|
104
|
-
/**
|
105
|
-
* Gets a context for a `throw` statement.
|
106
|
-
* @param {CodePathState} state A state to get.
|
107
|
-
* @returns {TryContext|CodePathState} A context for a `throw` statement.
|
108
|
-
*/
|
109
|
-
function getThrowContext(state) {
|
110
|
-
let context = state.tryContext;
|
111
|
-
|
112
|
-
while (context) {
|
113
|
-
if (context.position === "try" ||
|
114
|
-
(context.hasFinalizer && context.position === "catch")
|
115
|
-
) {
|
116
|
-
return context;
|
117
|
-
}
|
118
|
-
context = context.upper;
|
119
|
-
}
|
120
|
-
|
121
|
-
return state;
|
122
|
-
}
|
123
|
-
|
124
|
-
/**
|
125
|
-
* Removes a given element from a given array.
|
126
|
-
* @param {any[]} xs An array to remove the specific element.
|
127
|
-
* @param {any} x An element to be removed.
|
128
|
-
* @returns {void}
|
129
|
-
*/
|
130
|
-
function remove(xs, x) {
|
131
|
-
xs.splice(xs.indexOf(x), 1);
|
132
|
-
}
|
133
|
-
|
134
|
-
/**
|
135
|
-
* Disconnect given segments.
|
136
|
-
*
|
137
|
-
* This is used in a process for switch statements.
|
138
|
-
* If there is the "default" chunk before other cases, the order is different
|
139
|
-
* between node's and running's.
|
140
|
-
* @param {CodePathSegment[]} prevSegments Forward segments to disconnect.
|
141
|
-
* @param {CodePathSegment[]} nextSegments Backward segments to disconnect.
|
142
|
-
* @returns {void}
|
143
|
-
*/
|
144
|
-
function removeConnection(prevSegments, nextSegments) {
|
145
|
-
for (let i = 0; i < prevSegments.length; ++i) {
|
146
|
-
const prevSegment = prevSegments[i];
|
147
|
-
const nextSegment = nextSegments[i];
|
148
|
-
|
149
|
-
remove(prevSegment.nextSegments, nextSegment);
|
150
|
-
remove(prevSegment.allNextSegments, nextSegment);
|
151
|
-
remove(nextSegment.prevSegments, prevSegment);
|
152
|
-
remove(nextSegment.allPrevSegments, prevSegment);
|
153
|
-
}
|
154
|
-
}
|
155
|
-
|
156
|
-
/**
|
157
|
-
* Creates looping path.
|
158
|
-
* @param {CodePathState} state The instance.
|
159
|
-
* @param {CodePathSegment[]} unflattenedFromSegments Segments which are source.
|
160
|
-
* @param {CodePathSegment[]} unflattenedToSegments Segments which are destination.
|
161
|
-
* @returns {void}
|
162
|
-
*/
|
163
|
-
function makeLooped(state, unflattenedFromSegments, unflattenedToSegments) {
|
164
|
-
const fromSegments = CodePathSegment.flattenUnusedSegments(unflattenedFromSegments);
|
165
|
-
const toSegments = CodePathSegment.flattenUnusedSegments(unflattenedToSegments);
|
166
|
-
|
167
|
-
const end = Math.min(fromSegments.length, toSegments.length);
|
168
|
-
|
169
|
-
for (let i = 0; i < end; ++i) {
|
170
|
-
const fromSegment = fromSegments[i];
|
171
|
-
const toSegment = toSegments[i];
|
172
|
-
|
173
|
-
if (toSegment.reachable) {
|
174
|
-
fromSegment.nextSegments.push(toSegment);
|
175
|
-
}
|
176
|
-
if (fromSegment.reachable) {
|
177
|
-
toSegment.prevSegments.push(fromSegment);
|
178
|
-
}
|
179
|
-
fromSegment.allNextSegments.push(toSegment);
|
180
|
-
toSegment.allPrevSegments.push(fromSegment);
|
181
|
-
|
182
|
-
if (toSegment.allPrevSegments.length >= 2) {
|
183
|
-
CodePathSegment.markPrevSegmentAsLooped(toSegment, fromSegment);
|
184
|
-
}
|
185
|
-
|
186
|
-
state.notifyLooped(fromSegment, toSegment);
|
187
|
-
}
|
188
|
-
}
|
189
|
-
|
190
|
-
/**
|
191
|
-
* Finalizes segments of `test` chunk of a ForStatement.
|
192
|
-
*
|
193
|
-
* - Adds `false` paths to paths which are leaving from the loop.
|
194
|
-
* - Sets `true` paths to paths which go to the body.
|
195
|
-
* @param {LoopContext} context A loop context to modify.
|
196
|
-
* @param {ChoiceContext} choiceContext A choice context of this loop.
|
197
|
-
* @param {CodePathSegment[]} head The current head paths.
|
198
|
-
* @returns {void}
|
199
|
-
*/
|
200
|
-
function finalizeTestSegmentsOfFor(context, choiceContext, head) {
|
201
|
-
if (!choiceContext.processed) {
|
202
|
-
choiceContext.trueForkContext.add(head);
|
203
|
-
choiceContext.falseForkContext.add(head);
|
204
|
-
choiceContext.qqForkContext.add(head);
|
205
|
-
}
|
206
|
-
|
207
|
-
if (context.test !== true) {
|
208
|
-
context.brokenForkContext.addAll(choiceContext.falseForkContext);
|
209
|
-
}
|
210
|
-
context.endOfTestSegments = choiceContext.trueForkContext.makeNext(0, -1);
|
211
|
-
}
|
212
|
-
|
213
|
-
//------------------------------------------------------------------------------
|
214
|
-
// Public Interface
|
215
|
-
//------------------------------------------------------------------------------
|
216
|
-
|
217
|
-
/**
|
218
|
-
* A class which manages state to analyze code paths.
|
219
|
-
*/
|
220
|
-
class CodePathState {
|
221
|
-
|
222
|
-
/**
|
223
|
-
* @param {IdGenerator} idGenerator An id generator to generate id for code
|
224
|
-
* path segments.
|
225
|
-
* @param {Function} onLooped A callback function to notify looping.
|
226
|
-
*/
|
227
|
-
constructor(idGenerator, onLooped) {
|
228
|
-
this.idGenerator = idGenerator;
|
229
|
-
this.notifyLooped = onLooped;
|
230
|
-
this.forkContext = ForkContext.newRoot(idGenerator);
|
231
|
-
this.choiceContext = null;
|
232
|
-
this.switchContext = null;
|
233
|
-
this.tryContext = null;
|
234
|
-
this.loopContext = null;
|
235
|
-
this.breakContext = null;
|
236
|
-
this.chainContext = null;
|
237
|
-
|
238
|
-
this.currentSegments = [];
|
239
|
-
this.initialSegment = this.forkContext.head[0];
|
240
|
-
|
241
|
-
// returnedSegments and thrownSegments push elements into finalSegments also.
|
242
|
-
const final = this.finalSegments = [];
|
243
|
-
const returned = this.returnedForkContext = [];
|
244
|
-
const thrown = this.thrownForkContext = [];
|
245
|
-
|
246
|
-
returned.add = addToReturnedOrThrown.bind(null, returned, thrown, final);
|
247
|
-
thrown.add = addToReturnedOrThrown.bind(null, thrown, returned, final);
|
248
|
-
}
|
249
|
-
|
250
|
-
/**
|
251
|
-
* The head segments.
|
252
|
-
* @type {CodePathSegment[]}
|
253
|
-
*/
|
254
|
-
get headSegments() {
|
255
|
-
return this.forkContext.head;
|
256
|
-
}
|
257
|
-
|
258
|
-
/**
|
259
|
-
* The parent forking context.
|
260
|
-
* This is used for the root of new forks.
|
261
|
-
* @type {ForkContext}
|
262
|
-
*/
|
263
|
-
get parentForkContext() {
|
264
|
-
const current = this.forkContext;
|
265
|
-
|
266
|
-
return current && current.upper;
|
267
|
-
}
|
268
|
-
|
269
|
-
/**
|
270
|
-
* Creates and stacks new forking context.
|
271
|
-
* @param {boolean} forkLeavingPath A flag which shows being in a
|
272
|
-
* "finally" block.
|
273
|
-
* @returns {ForkContext} The created context.
|
274
|
-
*/
|
275
|
-
pushForkContext(forkLeavingPath) {
|
276
|
-
this.forkContext = ForkContext.newEmpty(
|
277
|
-
this.forkContext,
|
278
|
-
forkLeavingPath
|
279
|
-
);
|
280
|
-
|
281
|
-
return this.forkContext;
|
282
|
-
}
|
283
|
-
|
284
|
-
/**
|
285
|
-
* Pops and merges the last forking context.
|
286
|
-
* @returns {ForkContext} The last context.
|
287
|
-
*/
|
288
|
-
popForkContext() {
|
289
|
-
const lastContext = this.forkContext;
|
290
|
-
|
291
|
-
this.forkContext = lastContext.upper;
|
292
|
-
this.forkContext.replaceHead(lastContext.makeNext(0, -1));
|
293
|
-
|
294
|
-
return lastContext;
|
295
|
-
}
|
296
|
-
|
297
|
-
/**
|
298
|
-
* Creates a new path.
|
299
|
-
* @returns {void}
|
300
|
-
*/
|
301
|
-
forkPath() {
|
302
|
-
this.forkContext.add(this.parentForkContext.makeNext(-1, -1));
|
303
|
-
}
|
304
|
-
|
305
|
-
/**
|
306
|
-
* Creates a bypass path.
|
307
|
-
* This is used for such as IfStatement which does not have "else" chunk.
|
308
|
-
* @returns {void}
|
309
|
-
*/
|
310
|
-
forkBypassPath() {
|
311
|
-
this.forkContext.add(this.parentForkContext.head);
|
312
|
-
}
|
313
|
-
|
314
|
-
//--------------------------------------------------------------------------
|
315
|
-
// ConditionalExpression, LogicalExpression, IfStatement
|
316
|
-
//--------------------------------------------------------------------------
|
317
|
-
|
318
|
-
/**
|
319
|
-
* Creates a context for ConditionalExpression, LogicalExpression, AssignmentExpression (logical assignments only),
|
320
|
-
* IfStatement, WhileStatement, DoWhileStatement, or ForStatement.
|
321
|
-
*
|
322
|
-
* LogicalExpressions have cases that it goes different paths between the
|
323
|
-
* `true` case and the `false` case.
|
324
|
-
*
|
325
|
-
* For Example:
|
326
|
-
*
|
327
|
-
* if (a || b) {
|
328
|
-
* foo();
|
329
|
-
* } else {
|
330
|
-
* bar();
|
331
|
-
* }
|
332
|
-
*
|
333
|
-
* In this case, `b` is evaluated always in the code path of the `else`
|
334
|
-
* block, but it's not so in the code path of the `if` block.
|
335
|
-
* So there are 3 paths.
|
336
|
-
*
|
337
|
-
* a -> foo();
|
338
|
-
* a -> b -> foo();
|
339
|
-
* a -> b -> bar();
|
340
|
-
* @param {string} kind A kind string.
|
341
|
-
* If the new context is LogicalExpression's or AssignmentExpression's, this is `"&&"` or `"||"` or `"??"`.
|
342
|
-
* If it's IfStatement's or ConditionalExpression's, this is `"test"`.
|
343
|
-
* Otherwise, this is `"loop"`.
|
344
|
-
* @param {boolean} isForkingAsResult A flag that shows that goes different
|
345
|
-
* paths between `true` and `false`.
|
346
|
-
* @returns {void}
|
347
|
-
*/
|
348
|
-
pushChoiceContext(kind, isForkingAsResult) {
|
349
|
-
this.choiceContext = {
|
350
|
-
upper: this.choiceContext,
|
351
|
-
kind,
|
352
|
-
isForkingAsResult,
|
353
|
-
trueForkContext: ForkContext.newEmpty(this.forkContext),
|
354
|
-
falseForkContext: ForkContext.newEmpty(this.forkContext),
|
355
|
-
qqForkContext: ForkContext.newEmpty(this.forkContext),
|
356
|
-
processed: false
|
357
|
-
};
|
358
|
-
}
|
359
|
-
|
360
|
-
/**
|
361
|
-
* Pops the last choice context and finalizes it.
|
362
|
-
* @throws {Error} (Unreachable.)
|
363
|
-
* @returns {ChoiceContext} The popped context.
|
364
|
-
*/
|
365
|
-
popChoiceContext() {
|
366
|
-
const context = this.choiceContext;
|
367
|
-
|
368
|
-
this.choiceContext = context.upper;
|
369
|
-
|
370
|
-
const forkContext = this.forkContext;
|
371
|
-
const headSegments = forkContext.head;
|
372
|
-
|
373
|
-
switch (context.kind) {
|
374
|
-
case "&&":
|
375
|
-
case "||":
|
376
|
-
case "??":
|
377
|
-
|
378
|
-
/*
|
379
|
-
* If any result were not transferred from child contexts,
|
380
|
-
* this sets the head segments to both cases.
|
381
|
-
* The head segments are the path of the right-hand operand.
|
382
|
-
*/
|
383
|
-
if (!context.processed) {
|
384
|
-
context.trueForkContext.add(headSegments);
|
385
|
-
context.falseForkContext.add(headSegments);
|
386
|
-
context.qqForkContext.add(headSegments);
|
387
|
-
}
|
388
|
-
|
389
|
-
/*
|
390
|
-
* Transfers results to upper context if this context is in
|
391
|
-
* test chunk.
|
392
|
-
*/
|
393
|
-
if (context.isForkingAsResult) {
|
394
|
-
const parentContext = this.choiceContext;
|
395
|
-
|
396
|
-
parentContext.trueForkContext.addAll(context.trueForkContext);
|
397
|
-
parentContext.falseForkContext.addAll(context.falseForkContext);
|
398
|
-
parentContext.qqForkContext.addAll(context.qqForkContext);
|
399
|
-
parentContext.processed = true;
|
400
|
-
|
401
|
-
return context;
|
402
|
-
}
|
403
|
-
|
404
|
-
break;
|
405
|
-
|
406
|
-
case "test":
|
407
|
-
if (!context.processed) {
|
408
|
-
|
409
|
-
/*
|
410
|
-
* The head segments are the path of the `if` block here.
|
411
|
-
* Updates the `true` path with the end of the `if` block.
|
412
|
-
*/
|
413
|
-
context.trueForkContext.clear();
|
414
|
-
context.trueForkContext.add(headSegments);
|
415
|
-
} else {
|
416
|
-
|
417
|
-
/*
|
418
|
-
* The head segments are the path of the `else` block here.
|
419
|
-
* Updates the `false` path with the end of the `else`
|
420
|
-
* block.
|
421
|
-
*/
|
422
|
-
context.falseForkContext.clear();
|
423
|
-
context.falseForkContext.add(headSegments);
|
424
|
-
}
|
425
|
-
|
426
|
-
break;
|
427
|
-
|
428
|
-
case "loop":
|
429
|
-
|
430
|
-
/*
|
431
|
-
* Loops are addressed in popLoopContext().
|
432
|
-
* This is called from popLoopContext().
|
433
|
-
*/
|
434
|
-
return context;
|
435
|
-
|
436
|
-
/* c8 ignore next */
|
437
|
-
default:
|
438
|
-
throw new Error("unreachable");
|
439
|
-
}
|
440
|
-
|
441
|
-
// Merges all paths.
|
442
|
-
const prevForkContext = context.trueForkContext;
|
443
|
-
|
444
|
-
prevForkContext.addAll(context.falseForkContext);
|
445
|
-
forkContext.replaceHead(prevForkContext.makeNext(0, -1));
|
446
|
-
|
447
|
-
return context;
|
448
|
-
}
|
449
|
-
|
450
|
-
/**
|
451
|
-
* Makes a code path segment of the right-hand operand of a logical
|
452
|
-
* expression.
|
453
|
-
* @throws {Error} (Unreachable.)
|
454
|
-
* @returns {void}
|
455
|
-
*/
|
456
|
-
makeLogicalRight() {
|
457
|
-
const context = this.choiceContext;
|
458
|
-
const forkContext = this.forkContext;
|
459
|
-
|
460
|
-
if (context.processed) {
|
461
|
-
|
462
|
-
/*
|
463
|
-
* This got segments already from the child choice context.
|
464
|
-
* Creates the next path from own true/false fork context.
|
465
|
-
*/
|
466
|
-
let prevForkContext;
|
467
|
-
|
468
|
-
switch (context.kind) {
|
469
|
-
case "&&": // if true then go to the right-hand side.
|
470
|
-
prevForkContext = context.trueForkContext;
|
471
|
-
break;
|
472
|
-
case "||": // if false then go to the right-hand side.
|
473
|
-
prevForkContext = context.falseForkContext;
|
474
|
-
break;
|
475
|
-
case "??": // Both true/false can short-circuit, so needs the third path to go to the right-hand side. That's qqForkContext.
|
476
|
-
prevForkContext = context.qqForkContext;
|
477
|
-
break;
|
478
|
-
default:
|
479
|
-
throw new Error("unreachable");
|
480
|
-
}
|
481
|
-
|
482
|
-
forkContext.replaceHead(prevForkContext.makeNext(0, -1));
|
483
|
-
prevForkContext.clear();
|
484
|
-
context.processed = false;
|
485
|
-
} else {
|
486
|
-
|
487
|
-
/*
|
488
|
-
* This did not get segments from the child choice context.
|
489
|
-
* So addresses the head segments.
|
490
|
-
* The head segments are the path of the left-hand operand.
|
491
|
-
*/
|
492
|
-
switch (context.kind) {
|
493
|
-
case "&&": // the false path can short-circuit.
|
494
|
-
context.falseForkContext.add(forkContext.head);
|
495
|
-
break;
|
496
|
-
case "||": // the true path can short-circuit.
|
497
|
-
context.trueForkContext.add(forkContext.head);
|
498
|
-
break;
|
499
|
-
case "??": // both can short-circuit.
|
500
|
-
context.trueForkContext.add(forkContext.head);
|
501
|
-
context.falseForkContext.add(forkContext.head);
|
502
|
-
break;
|
503
|
-
default:
|
504
|
-
throw new Error("unreachable");
|
505
|
-
}
|
506
|
-
|
507
|
-
forkContext.replaceHead(forkContext.makeNext(-1, -1));
|
508
|
-
}
|
509
|
-
}
|
510
|
-
|
511
|
-
/**
|
512
|
-
* Makes a code path segment of the `if` block.
|
513
|
-
* @returns {void}
|
514
|
-
*/
|
515
|
-
makeIfConsequent() {
|
516
|
-
const context = this.choiceContext;
|
517
|
-
const forkContext = this.forkContext;
|
518
|
-
|
519
|
-
/*
|
520
|
-
* If any result were not transferred from child contexts,
|
521
|
-
* this sets the head segments to both cases.
|
522
|
-
* The head segments are the path of the test expression.
|
523
|
-
*/
|
524
|
-
if (!context.processed) {
|
525
|
-
context.trueForkContext.add(forkContext.head);
|
526
|
-
context.falseForkContext.add(forkContext.head);
|
527
|
-
context.qqForkContext.add(forkContext.head);
|
528
|
-
}
|
529
|
-
|
530
|
-
context.processed = false;
|
531
|
-
|
532
|
-
// Creates new path from the `true` case.
|
533
|
-
forkContext.replaceHead(
|
534
|
-
context.trueForkContext.makeNext(0, -1)
|
535
|
-
);
|
536
|
-
}
|
537
|
-
|
538
|
-
/**
|
539
|
-
* Makes a code path segment of the `else` block.
|
540
|
-
* @returns {void}
|
541
|
-
*/
|
542
|
-
makeIfAlternate() {
|
543
|
-
const context = this.choiceContext;
|
544
|
-
const forkContext = this.forkContext;
|
545
|
-
|
546
|
-
/*
|
547
|
-
* The head segments are the path of the `if` block.
|
548
|
-
* Updates the `true` path with the end of the `if` block.
|
549
|
-
*/
|
550
|
-
context.trueForkContext.clear();
|
551
|
-
context.trueForkContext.add(forkContext.head);
|
552
|
-
context.processed = true;
|
553
|
-
|
554
|
-
// Creates new path from the `false` case.
|
555
|
-
forkContext.replaceHead(
|
556
|
-
context.falseForkContext.makeNext(0, -1)
|
557
|
-
);
|
558
|
-
}
|
559
|
-
|
560
|
-
//--------------------------------------------------------------------------
|
561
|
-
// ChainExpression
|
562
|
-
//--------------------------------------------------------------------------
|
563
|
-
|
564
|
-
/**
|
565
|
-
* Push a new `ChainExpression` context to the stack.
|
566
|
-
* This method is called on entering to each `ChainExpression` node.
|
567
|
-
* This context is used to count forking in the optional chain then merge them on the exiting from the `ChainExpression` node.
|
568
|
-
* @returns {void}
|
569
|
-
*/
|
570
|
-
pushChainContext() {
|
571
|
-
this.chainContext = {
|
572
|
-
upper: this.chainContext,
|
573
|
-
countChoiceContexts: 0
|
574
|
-
};
|
575
|
-
}
|
576
|
-
|
577
|
-
/**
|
578
|
-
* Pop a `ChainExpression` context from the stack.
|
579
|
-
* This method is called on exiting from each `ChainExpression` node.
|
580
|
-
* This merges all forks of the last optional chaining.
|
581
|
-
* @returns {void}
|
582
|
-
*/
|
583
|
-
popChainContext() {
|
584
|
-
const context = this.chainContext;
|
585
|
-
|
586
|
-
this.chainContext = context.upper;
|
587
|
-
|
588
|
-
// pop all choice contexts of this.
|
589
|
-
for (let i = context.countChoiceContexts; i > 0; --i) {
|
590
|
-
this.popChoiceContext();
|
591
|
-
}
|
592
|
-
}
|
593
|
-
|
594
|
-
/**
|
595
|
-
* Create a choice context for optional access.
|
596
|
-
* This method is called on entering to each `(Call|Member)Expression[optional=true]` node.
|
597
|
-
* This creates a choice context as similar to `LogicalExpression[operator="??"]` node.
|
598
|
-
* @returns {void}
|
599
|
-
*/
|
600
|
-
makeOptionalNode() {
|
601
|
-
if (this.chainContext) {
|
602
|
-
this.chainContext.countChoiceContexts += 1;
|
603
|
-
this.pushChoiceContext("??", false);
|
604
|
-
}
|
605
|
-
}
|
606
|
-
|
607
|
-
/**
|
608
|
-
* Create a fork.
|
609
|
-
* This method is called on entering to the `arguments|property` property of each `(Call|Member)Expression` node.
|
610
|
-
* @returns {void}
|
611
|
-
*/
|
612
|
-
makeOptionalRight() {
|
613
|
-
if (this.chainContext) {
|
614
|
-
this.makeLogicalRight();
|
615
|
-
}
|
616
|
-
}
|
617
|
-
|
618
|
-
//--------------------------------------------------------------------------
|
619
|
-
// SwitchStatement
|
620
|
-
//--------------------------------------------------------------------------
|
621
|
-
|
622
|
-
/**
|
623
|
-
* Creates a context object of SwitchStatement and stacks it.
|
624
|
-
* @param {boolean} hasCase `true` if the switch statement has one or more
|
625
|
-
* case parts.
|
626
|
-
* @param {string|null} label The label text.
|
627
|
-
* @returns {void}
|
628
|
-
*/
|
629
|
-
pushSwitchContext(hasCase, label) {
|
630
|
-
this.switchContext = {
|
631
|
-
upper: this.switchContext,
|
632
|
-
hasCase,
|
633
|
-
defaultSegments: null,
|
634
|
-
defaultBodySegments: null,
|
635
|
-
foundDefault: false,
|
636
|
-
lastIsDefault: false,
|
637
|
-
countForks: 0
|
638
|
-
};
|
639
|
-
|
640
|
-
this.pushBreakContext(true, label);
|
641
|
-
}
|
642
|
-
|
643
|
-
/**
|
644
|
-
* Pops the last context of SwitchStatement and finalizes it.
|
645
|
-
*
|
646
|
-
* - Disposes all forking stack for `case` and `default`.
|
647
|
-
* - Creates the next code path segment from `context.brokenForkContext`.
|
648
|
-
* - If the last `SwitchCase` node is not a `default` part, creates a path
|
649
|
-
* to the `default` body.
|
650
|
-
* @returns {void}
|
651
|
-
*/
|
652
|
-
popSwitchContext() {
|
653
|
-
const context = this.switchContext;
|
654
|
-
|
655
|
-
this.switchContext = context.upper;
|
656
|
-
|
657
|
-
const forkContext = this.forkContext;
|
658
|
-
const brokenForkContext = this.popBreakContext().brokenForkContext;
|
659
|
-
|
660
|
-
if (context.countForks === 0) {
|
661
|
-
|
662
|
-
/*
|
663
|
-
* When there is only one `default` chunk and there is one or more
|
664
|
-
* `break` statements, even if forks are nothing, it needs to merge
|
665
|
-
* those.
|
666
|
-
*/
|
667
|
-
if (!brokenForkContext.empty) {
|
668
|
-
brokenForkContext.add(forkContext.makeNext(-1, -1));
|
669
|
-
forkContext.replaceHead(brokenForkContext.makeNext(0, -1));
|
670
|
-
}
|
671
|
-
|
672
|
-
return;
|
673
|
-
}
|
674
|
-
|
675
|
-
const lastSegments = forkContext.head;
|
676
|
-
|
677
|
-
this.forkBypassPath();
|
678
|
-
const lastCaseSegments = forkContext.head;
|
679
|
-
|
680
|
-
/*
|
681
|
-
* `brokenForkContext` is used to make the next segment.
|
682
|
-
* It must add the last segment into `brokenForkContext`.
|
683
|
-
*/
|
684
|
-
brokenForkContext.add(lastSegments);
|
685
|
-
|
686
|
-
/*
|
687
|
-
* A path which is failed in all case test should be connected to path
|
688
|
-
* of `default` chunk.
|
689
|
-
*/
|
690
|
-
if (!context.lastIsDefault) {
|
691
|
-
if (context.defaultBodySegments) {
|
692
|
-
|
693
|
-
/*
|
694
|
-
* Remove a link from `default` label to its chunk.
|
695
|
-
* It's false route.
|
696
|
-
*/
|
697
|
-
removeConnection(context.defaultSegments, context.defaultBodySegments);
|
698
|
-
makeLooped(this, lastCaseSegments, context.defaultBodySegments);
|
699
|
-
} else {
|
700
|
-
|
701
|
-
/*
|
702
|
-
* It handles the last case body as broken if `default` chunk
|
703
|
-
* does not exist.
|
704
|
-
*/
|
705
|
-
brokenForkContext.add(lastCaseSegments);
|
706
|
-
}
|
707
|
-
}
|
708
|
-
|
709
|
-
// Pops the segment context stack until the entry segment.
|
710
|
-
for (let i = 0; i < context.countForks; ++i) {
|
711
|
-
this.forkContext = this.forkContext.upper;
|
712
|
-
}
|
713
|
-
|
714
|
-
/*
|
715
|
-
* Creates a path from all brokenForkContext paths.
|
716
|
-
* This is a path after switch statement.
|
717
|
-
*/
|
718
|
-
this.forkContext.replaceHead(brokenForkContext.makeNext(0, -1));
|
719
|
-
}
|
720
|
-
|
721
|
-
/**
|
722
|
-
* Makes a code path segment for a `SwitchCase` node.
|
723
|
-
* @param {boolean} isEmpty `true` if the body is empty.
|
724
|
-
* @param {boolean} isDefault `true` if the body is the default case.
|
725
|
-
* @returns {void}
|
726
|
-
*/
|
727
|
-
makeSwitchCaseBody(isEmpty, isDefault) {
|
728
|
-
const context = this.switchContext;
|
729
|
-
|
730
|
-
if (!context.hasCase) {
|
731
|
-
return;
|
732
|
-
}
|
733
|
-
|
734
|
-
/*
|
735
|
-
* Merge forks.
|
736
|
-
* The parent fork context has two segments.
|
737
|
-
* Those are from the current case and the body of the previous case.
|
738
|
-
*/
|
739
|
-
const parentForkContext = this.forkContext;
|
740
|
-
const forkContext = this.pushForkContext();
|
741
|
-
|
742
|
-
forkContext.add(parentForkContext.makeNext(0, -1));
|
743
|
-
|
744
|
-
/*
|
745
|
-
* Save `default` chunk info.
|
746
|
-
* If the `default` label is not at the last, we must make a path from
|
747
|
-
* the last `case` to the `default` chunk.
|
748
|
-
*/
|
749
|
-
if (isDefault) {
|
750
|
-
context.defaultSegments = parentForkContext.head;
|
751
|
-
if (isEmpty) {
|
752
|
-
context.foundDefault = true;
|
753
|
-
} else {
|
754
|
-
context.defaultBodySegments = forkContext.head;
|
755
|
-
}
|
756
|
-
} else {
|
757
|
-
if (!isEmpty && context.foundDefault) {
|
758
|
-
context.foundDefault = false;
|
759
|
-
context.defaultBodySegments = forkContext.head;
|
760
|
-
}
|
761
|
-
}
|
762
|
-
|
763
|
-
context.lastIsDefault = isDefault;
|
764
|
-
context.countForks += 1;
|
765
|
-
}
|
766
|
-
|
767
|
-
//--------------------------------------------------------------------------
|
768
|
-
// TryStatement
|
769
|
-
//--------------------------------------------------------------------------
|
770
|
-
|
771
|
-
/**
|
772
|
-
* Creates a context object of TryStatement and stacks it.
|
773
|
-
* @param {boolean} hasFinalizer `true` if the try statement has a
|
774
|
-
* `finally` block.
|
775
|
-
* @returns {void}
|
776
|
-
*/
|
777
|
-
pushTryContext(hasFinalizer) {
|
778
|
-
this.tryContext = {
|
779
|
-
upper: this.tryContext,
|
780
|
-
position: "try",
|
781
|
-
hasFinalizer,
|
782
|
-
|
783
|
-
returnedForkContext: hasFinalizer
|
784
|
-
? ForkContext.newEmpty(this.forkContext)
|
785
|
-
: null,
|
786
|
-
|
787
|
-
thrownForkContext: ForkContext.newEmpty(this.forkContext),
|
788
|
-
lastOfTryIsReachable: false,
|
789
|
-
lastOfCatchIsReachable: false
|
790
|
-
};
|
791
|
-
}
|
792
|
-
|
793
|
-
/**
|
794
|
-
* Pops the last context of TryStatement and finalizes it.
|
795
|
-
* @returns {void}
|
796
|
-
*/
|
797
|
-
popTryContext() {
|
798
|
-
const context = this.tryContext;
|
799
|
-
|
800
|
-
this.tryContext = context.upper;
|
801
|
-
|
802
|
-
if (context.position === "catch") {
|
803
|
-
|
804
|
-
// Merges two paths from the `try` block and `catch` block merely.
|
805
|
-
this.popForkContext();
|
806
|
-
return;
|
807
|
-
}
|
808
|
-
|
809
|
-
/*
|
810
|
-
* The following process is executed only when there is the `finally`
|
811
|
-
* block.
|
812
|
-
*/
|
813
|
-
|
814
|
-
const returned = context.returnedForkContext;
|
815
|
-
const thrown = context.thrownForkContext;
|
816
|
-
|
817
|
-
if (returned.empty && thrown.empty) {
|
818
|
-
return;
|
819
|
-
}
|
820
|
-
|
821
|
-
// Separate head to normal paths and leaving paths.
|
822
|
-
const headSegments = this.forkContext.head;
|
823
|
-
|
824
|
-
this.forkContext = this.forkContext.upper;
|
825
|
-
const normalSegments = headSegments.slice(0, headSegments.length / 2 | 0);
|
826
|
-
const leavingSegments = headSegments.slice(headSegments.length / 2 | 0);
|
827
|
-
|
828
|
-
// Forwards the leaving path to upper contexts.
|
829
|
-
if (!returned.empty) {
|
830
|
-
getReturnContext(this).returnedForkContext.add(leavingSegments);
|
831
|
-
}
|
832
|
-
if (!thrown.empty) {
|
833
|
-
getThrowContext(this).thrownForkContext.add(leavingSegments);
|
834
|
-
}
|
835
|
-
|
836
|
-
// Sets the normal path as the next.
|
837
|
-
this.forkContext.replaceHead(normalSegments);
|
838
|
-
|
839
|
-
/*
|
840
|
-
* If both paths of the `try` block and the `catch` block are
|
841
|
-
* unreachable, the next path becomes unreachable as well.
|
842
|
-
*/
|
843
|
-
if (!context.lastOfTryIsReachable && !context.lastOfCatchIsReachable) {
|
844
|
-
this.forkContext.makeUnreachable();
|
845
|
-
}
|
846
|
-
}
|
847
|
-
|
848
|
-
/**
|
849
|
-
* Makes a code path segment for a `catch` block.
|
850
|
-
* @returns {void}
|
851
|
-
*/
|
852
|
-
makeCatchBlock() {
|
853
|
-
const context = this.tryContext;
|
854
|
-
const forkContext = this.forkContext;
|
855
|
-
const thrown = context.thrownForkContext;
|
856
|
-
|
857
|
-
// Update state.
|
858
|
-
context.position = "catch";
|
859
|
-
context.thrownForkContext = ForkContext.newEmpty(forkContext);
|
860
|
-
context.lastOfTryIsReachable = forkContext.reachable;
|
861
|
-
|
862
|
-
// Merge thrown paths.
|
863
|
-
thrown.add(forkContext.head);
|
864
|
-
const thrownSegments = thrown.makeNext(0, -1);
|
865
|
-
|
866
|
-
// Fork to a bypass and the merged thrown path.
|
867
|
-
this.pushForkContext();
|
868
|
-
this.forkBypassPath();
|
869
|
-
this.forkContext.add(thrownSegments);
|
870
|
-
}
|
871
|
-
|
872
|
-
/**
|
873
|
-
* Makes a code path segment for a `finally` block.
|
874
|
-
*
|
875
|
-
* In the `finally` block, parallel paths are created. The parallel paths
|
876
|
-
* are used as leaving-paths. The leaving-paths are paths from `return`
|
877
|
-
* statements and `throw` statements in a `try` block or a `catch` block.
|
878
|
-
* @returns {void}
|
879
|
-
*/
|
880
|
-
makeFinallyBlock() {
|
881
|
-
const context = this.tryContext;
|
882
|
-
let forkContext = this.forkContext;
|
883
|
-
const returned = context.returnedForkContext;
|
884
|
-
const thrown = context.thrownForkContext;
|
885
|
-
const headOfLeavingSegments = forkContext.head;
|
886
|
-
|
887
|
-
// Update state.
|
888
|
-
if (context.position === "catch") {
|
889
|
-
|
890
|
-
// Merges two paths from the `try` block and `catch` block.
|
891
|
-
this.popForkContext();
|
892
|
-
forkContext = this.forkContext;
|
893
|
-
|
894
|
-
context.lastOfCatchIsReachable = forkContext.reachable;
|
895
|
-
} else {
|
896
|
-
context.lastOfTryIsReachable = forkContext.reachable;
|
897
|
-
}
|
898
|
-
context.position = "finally";
|
899
|
-
|
900
|
-
if (returned.empty && thrown.empty) {
|
901
|
-
|
902
|
-
// This path does not leave.
|
903
|
-
return;
|
904
|
-
}
|
905
|
-
|
906
|
-
/*
|
907
|
-
* Create a parallel segment from merging returned and thrown.
|
908
|
-
* This segment will leave at the end of this finally block.
|
909
|
-
*/
|
910
|
-
const segments = forkContext.makeNext(-1, -1);
|
911
|
-
|
912
|
-
for (let i = 0; i < forkContext.count; ++i) {
|
913
|
-
const prevSegsOfLeavingSegment = [headOfLeavingSegments[i]];
|
914
|
-
|
915
|
-
for (let j = 0; j < returned.segmentsList.length; ++j) {
|
916
|
-
prevSegsOfLeavingSegment.push(returned.segmentsList[j][i]);
|
917
|
-
}
|
918
|
-
for (let j = 0; j < thrown.segmentsList.length; ++j) {
|
919
|
-
prevSegsOfLeavingSegment.push(thrown.segmentsList[j][i]);
|
920
|
-
}
|
921
|
-
|
922
|
-
segments.push(
|
923
|
-
CodePathSegment.newNext(
|
924
|
-
this.idGenerator.next(),
|
925
|
-
prevSegsOfLeavingSegment
|
926
|
-
)
|
927
|
-
);
|
928
|
-
}
|
929
|
-
|
930
|
-
this.pushForkContext(true);
|
931
|
-
this.forkContext.add(segments);
|
932
|
-
}
|
933
|
-
|
934
|
-
/**
|
935
|
-
* Makes a code path segment from the first throwable node to the `catch`
|
936
|
-
* block or the `finally` block.
|
937
|
-
* @returns {void}
|
938
|
-
*/
|
939
|
-
makeFirstThrowablePathInTryBlock() {
|
940
|
-
const forkContext = this.forkContext;
|
941
|
-
|
942
|
-
if (!forkContext.reachable) {
|
943
|
-
return;
|
944
|
-
}
|
945
|
-
|
946
|
-
const context = getThrowContext(this);
|
947
|
-
|
948
|
-
if (context === this ||
|
949
|
-
context.position !== "try" ||
|
950
|
-
!context.thrownForkContext.empty
|
951
|
-
) {
|
952
|
-
return;
|
953
|
-
}
|
954
|
-
|
955
|
-
context.thrownForkContext.add(forkContext.head);
|
956
|
-
forkContext.replaceHead(forkContext.makeNext(-1, -1));
|
957
|
-
}
|
958
|
-
|
959
|
-
//--------------------------------------------------------------------------
|
960
|
-
// Loop Statements
|
961
|
-
//--------------------------------------------------------------------------
|
962
|
-
|
963
|
-
/**
|
964
|
-
* Creates a context object of a loop statement and stacks it.
|
965
|
-
* @param {string} type The type of the node which was triggered. One of
|
966
|
-
* `WhileStatement`, `DoWhileStatement`, `ForStatement`, `ForInStatement`,
|
967
|
-
* and `ForStatement`.
|
968
|
-
* @param {string|null} label A label of the node which was triggered.
|
969
|
-
* @throws {Error} (Unreachable - unknown type.)
|
970
|
-
* @returns {void}
|
971
|
-
*/
|
972
|
-
pushLoopContext(type, label) {
|
973
|
-
const forkContext = this.forkContext;
|
974
|
-
const breakContext = this.pushBreakContext(true, label);
|
975
|
-
|
976
|
-
switch (type) {
|
977
|
-
case "WhileStatement":
|
978
|
-
this.pushChoiceContext("loop", false);
|
979
|
-
this.loopContext = {
|
980
|
-
upper: this.loopContext,
|
981
|
-
type,
|
982
|
-
label,
|
983
|
-
test: void 0,
|
984
|
-
continueDestSegments: null,
|
985
|
-
brokenForkContext: breakContext.brokenForkContext
|
986
|
-
};
|
987
|
-
break;
|
988
|
-
|
989
|
-
case "DoWhileStatement":
|
990
|
-
this.pushChoiceContext("loop", false);
|
991
|
-
this.loopContext = {
|
992
|
-
upper: this.loopContext,
|
993
|
-
type,
|
994
|
-
label,
|
995
|
-
test: void 0,
|
996
|
-
entrySegments: null,
|
997
|
-
continueForkContext: ForkContext.newEmpty(forkContext),
|
998
|
-
brokenForkContext: breakContext.brokenForkContext
|
999
|
-
};
|
1000
|
-
break;
|
1001
|
-
|
1002
|
-
case "ForStatement":
|
1003
|
-
this.pushChoiceContext("loop", false);
|
1004
|
-
this.loopContext = {
|
1005
|
-
upper: this.loopContext,
|
1006
|
-
type,
|
1007
|
-
label,
|
1008
|
-
test: void 0,
|
1009
|
-
endOfInitSegments: null,
|
1010
|
-
testSegments: null,
|
1011
|
-
endOfTestSegments: null,
|
1012
|
-
updateSegments: null,
|
1013
|
-
endOfUpdateSegments: null,
|
1014
|
-
continueDestSegments: null,
|
1015
|
-
brokenForkContext: breakContext.brokenForkContext
|
1016
|
-
};
|
1017
|
-
break;
|
1018
|
-
|
1019
|
-
case "ForInStatement":
|
1020
|
-
case "ForOfStatement":
|
1021
|
-
this.loopContext = {
|
1022
|
-
upper: this.loopContext,
|
1023
|
-
type,
|
1024
|
-
label,
|
1025
|
-
prevSegments: null,
|
1026
|
-
leftSegments: null,
|
1027
|
-
endOfLeftSegments: null,
|
1028
|
-
continueDestSegments: null,
|
1029
|
-
brokenForkContext: breakContext.brokenForkContext
|
1030
|
-
};
|
1031
|
-
break;
|
1032
|
-
|
1033
|
-
/* c8 ignore next */
|
1034
|
-
default:
|
1035
|
-
throw new Error(`unknown type: "${type}"`);
|
1036
|
-
}
|
1037
|
-
}
|
1038
|
-
|
1039
|
-
/**
|
1040
|
-
* Pops the last context of a loop statement and finalizes it.
|
1041
|
-
* @throws {Error} (Unreachable - unknown type.)
|
1042
|
-
* @returns {void}
|
1043
|
-
*/
|
1044
|
-
popLoopContext() {
|
1045
|
-
const context = this.loopContext;
|
1046
|
-
|
1047
|
-
this.loopContext = context.upper;
|
1048
|
-
|
1049
|
-
const forkContext = this.forkContext;
|
1050
|
-
const brokenForkContext = this.popBreakContext().brokenForkContext;
|
1051
|
-
|
1052
|
-
// Creates a looped path.
|
1053
|
-
switch (context.type) {
|
1054
|
-
case "WhileStatement":
|
1055
|
-
case "ForStatement":
|
1056
|
-
this.popChoiceContext();
|
1057
|
-
makeLooped(
|
1058
|
-
this,
|
1059
|
-
forkContext.head,
|
1060
|
-
context.continueDestSegments
|
1061
|
-
);
|
1062
|
-
break;
|
1063
|
-
|
1064
|
-
case "DoWhileStatement": {
|
1065
|
-
const choiceContext = this.popChoiceContext();
|
1066
|
-
|
1067
|
-
if (!choiceContext.processed) {
|
1068
|
-
choiceContext.trueForkContext.add(forkContext.head);
|
1069
|
-
choiceContext.falseForkContext.add(forkContext.head);
|
1070
|
-
}
|
1071
|
-
if (context.test !== true) {
|
1072
|
-
brokenForkContext.addAll(choiceContext.falseForkContext);
|
1073
|
-
}
|
1074
|
-
|
1075
|
-
// `true` paths go to looping.
|
1076
|
-
const segmentsList = choiceContext.trueForkContext.segmentsList;
|
1077
|
-
|
1078
|
-
for (let i = 0; i < segmentsList.length; ++i) {
|
1079
|
-
makeLooped(
|
1080
|
-
this,
|
1081
|
-
segmentsList[i],
|
1082
|
-
context.entrySegments
|
1083
|
-
);
|
1084
|
-
}
|
1085
|
-
break;
|
1086
|
-
}
|
1087
|
-
|
1088
|
-
case "ForInStatement":
|
1089
|
-
case "ForOfStatement":
|
1090
|
-
brokenForkContext.add(forkContext.head);
|
1091
|
-
makeLooped(
|
1092
|
-
this,
|
1093
|
-
forkContext.head,
|
1094
|
-
context.leftSegments
|
1095
|
-
);
|
1096
|
-
break;
|
1097
|
-
|
1098
|
-
/* c8 ignore next */
|
1099
|
-
default:
|
1100
|
-
throw new Error("unreachable");
|
1101
|
-
}
|
1102
|
-
|
1103
|
-
// Go next.
|
1104
|
-
if (brokenForkContext.empty) {
|
1105
|
-
forkContext.replaceHead(forkContext.makeUnreachable(-1, -1));
|
1106
|
-
} else {
|
1107
|
-
forkContext.replaceHead(brokenForkContext.makeNext(0, -1));
|
1108
|
-
}
|
1109
|
-
}
|
1110
|
-
|
1111
|
-
/**
|
1112
|
-
* Makes a code path segment for the test part of a WhileStatement.
|
1113
|
-
* @param {boolean|undefined} test The test value (only when constant).
|
1114
|
-
* @returns {void}
|
1115
|
-
*/
|
1116
|
-
makeWhileTest(test) {
|
1117
|
-
const context = this.loopContext;
|
1118
|
-
const forkContext = this.forkContext;
|
1119
|
-
const testSegments = forkContext.makeNext(0, -1);
|
1120
|
-
|
1121
|
-
// Update state.
|
1122
|
-
context.test = test;
|
1123
|
-
context.continueDestSegments = testSegments;
|
1124
|
-
forkContext.replaceHead(testSegments);
|
1125
|
-
}
|
1126
|
-
|
1127
|
-
/**
|
1128
|
-
* Makes a code path segment for the body part of a WhileStatement.
|
1129
|
-
* @returns {void}
|
1130
|
-
*/
|
1131
|
-
makeWhileBody() {
|
1132
|
-
const context = this.loopContext;
|
1133
|
-
const choiceContext = this.choiceContext;
|
1134
|
-
const forkContext = this.forkContext;
|
1135
|
-
|
1136
|
-
if (!choiceContext.processed) {
|
1137
|
-
choiceContext.trueForkContext.add(forkContext.head);
|
1138
|
-
choiceContext.falseForkContext.add(forkContext.head);
|
1139
|
-
}
|
1140
|
-
|
1141
|
-
// Update state.
|
1142
|
-
if (context.test !== true) {
|
1143
|
-
context.brokenForkContext.addAll(choiceContext.falseForkContext);
|
1144
|
-
}
|
1145
|
-
forkContext.replaceHead(choiceContext.trueForkContext.makeNext(0, -1));
|
1146
|
-
}
|
1147
|
-
|
1148
|
-
/**
|
1149
|
-
* Makes a code path segment for the body part of a DoWhileStatement.
|
1150
|
-
* @returns {void}
|
1151
|
-
*/
|
1152
|
-
makeDoWhileBody() {
|
1153
|
-
const context = this.loopContext;
|
1154
|
-
const forkContext = this.forkContext;
|
1155
|
-
const bodySegments = forkContext.makeNext(-1, -1);
|
1156
|
-
|
1157
|
-
// Update state.
|
1158
|
-
context.entrySegments = bodySegments;
|
1159
|
-
forkContext.replaceHead(bodySegments);
|
1160
|
-
}
|
1161
|
-
|
1162
|
-
/**
|
1163
|
-
* Makes a code path segment for the test part of a DoWhileStatement.
|
1164
|
-
* @param {boolean|undefined} test The test value (only when constant).
|
1165
|
-
* @returns {void}
|
1166
|
-
*/
|
1167
|
-
makeDoWhileTest(test) {
|
1168
|
-
const context = this.loopContext;
|
1169
|
-
const forkContext = this.forkContext;
|
1170
|
-
|
1171
|
-
context.test = test;
|
1172
|
-
|
1173
|
-
// Creates paths of `continue` statements.
|
1174
|
-
if (!context.continueForkContext.empty) {
|
1175
|
-
context.continueForkContext.add(forkContext.head);
|
1176
|
-
const testSegments = context.continueForkContext.makeNext(0, -1);
|
1177
|
-
|
1178
|
-
forkContext.replaceHead(testSegments);
|
1179
|
-
}
|
1180
|
-
}
|
1181
|
-
|
1182
|
-
/**
|
1183
|
-
* Makes a code path segment for the test part of a ForStatement.
|
1184
|
-
* @param {boolean|undefined} test The test value (only when constant).
|
1185
|
-
* @returns {void}
|
1186
|
-
*/
|
1187
|
-
makeForTest(test) {
|
1188
|
-
const context = this.loopContext;
|
1189
|
-
const forkContext = this.forkContext;
|
1190
|
-
const endOfInitSegments = forkContext.head;
|
1191
|
-
const testSegments = forkContext.makeNext(-1, -1);
|
1192
|
-
|
1193
|
-
// Update state.
|
1194
|
-
context.test = test;
|
1195
|
-
context.endOfInitSegments = endOfInitSegments;
|
1196
|
-
context.continueDestSegments = context.testSegments = testSegments;
|
1197
|
-
forkContext.replaceHead(testSegments);
|
1198
|
-
}
|
1199
|
-
|
1200
|
-
/**
|
1201
|
-
* Makes a code path segment for the update part of a ForStatement.
|
1202
|
-
* @returns {void}
|
1203
|
-
*/
|
1204
|
-
makeForUpdate() {
|
1205
|
-
const context = this.loopContext;
|
1206
|
-
const choiceContext = this.choiceContext;
|
1207
|
-
const forkContext = this.forkContext;
|
1208
|
-
|
1209
|
-
// Make the next paths of the test.
|
1210
|
-
if (context.testSegments) {
|
1211
|
-
finalizeTestSegmentsOfFor(
|
1212
|
-
context,
|
1213
|
-
choiceContext,
|
1214
|
-
forkContext.head
|
1215
|
-
);
|
1216
|
-
} else {
|
1217
|
-
context.endOfInitSegments = forkContext.head;
|
1218
|
-
}
|
1219
|
-
|
1220
|
-
// Update state.
|
1221
|
-
const updateSegments = forkContext.makeDisconnected(-1, -1);
|
1222
|
-
|
1223
|
-
context.continueDestSegments = context.updateSegments = updateSegments;
|
1224
|
-
forkContext.replaceHead(updateSegments);
|
1225
|
-
}
|
1226
|
-
|
1227
|
-
/**
|
1228
|
-
* Makes a code path segment for the body part of a ForStatement.
|
1229
|
-
* @returns {void}
|
1230
|
-
*/
|
1231
|
-
makeForBody() {
|
1232
|
-
const context = this.loopContext;
|
1233
|
-
const choiceContext = this.choiceContext;
|
1234
|
-
const forkContext = this.forkContext;
|
1235
|
-
|
1236
|
-
// Update state.
|
1237
|
-
if (context.updateSegments) {
|
1238
|
-
context.endOfUpdateSegments = forkContext.head;
|
1239
|
-
|
1240
|
-
// `update` -> `test`
|
1241
|
-
if (context.testSegments) {
|
1242
|
-
makeLooped(
|
1243
|
-
this,
|
1244
|
-
context.endOfUpdateSegments,
|
1245
|
-
context.testSegments
|
1246
|
-
);
|
1247
|
-
}
|
1248
|
-
} else if (context.testSegments) {
|
1249
|
-
finalizeTestSegmentsOfFor(
|
1250
|
-
context,
|
1251
|
-
choiceContext,
|
1252
|
-
forkContext.head
|
1253
|
-
);
|
1254
|
-
} else {
|
1255
|
-
context.endOfInitSegments = forkContext.head;
|
1256
|
-
}
|
1257
|
-
|
1258
|
-
let bodySegments = context.endOfTestSegments;
|
1259
|
-
|
1260
|
-
if (!bodySegments) {
|
1261
|
-
|
1262
|
-
/*
|
1263
|
-
* If there is not the `test` part, the `body` path comes from the
|
1264
|
-
* `init` part and the `update` part.
|
1265
|
-
*/
|
1266
|
-
const prevForkContext = ForkContext.newEmpty(forkContext);
|
1267
|
-
|
1268
|
-
prevForkContext.add(context.endOfInitSegments);
|
1269
|
-
if (context.endOfUpdateSegments) {
|
1270
|
-
prevForkContext.add(context.endOfUpdateSegments);
|
1271
|
-
}
|
1272
|
-
|
1273
|
-
bodySegments = prevForkContext.makeNext(0, -1);
|
1274
|
-
}
|
1275
|
-
context.continueDestSegments = context.continueDestSegments || bodySegments;
|
1276
|
-
forkContext.replaceHead(bodySegments);
|
1277
|
-
}
|
1278
|
-
|
1279
|
-
/**
|
1280
|
-
* Makes a code path segment for the left part of a ForInStatement and a
|
1281
|
-
* ForOfStatement.
|
1282
|
-
* @returns {void}
|
1283
|
-
*/
|
1284
|
-
makeForInOfLeft() {
|
1285
|
-
const context = this.loopContext;
|
1286
|
-
const forkContext = this.forkContext;
|
1287
|
-
const leftSegments = forkContext.makeDisconnected(-1, -1);
|
1288
|
-
|
1289
|
-
// Update state.
|
1290
|
-
context.prevSegments = forkContext.head;
|
1291
|
-
context.leftSegments = context.continueDestSegments = leftSegments;
|
1292
|
-
forkContext.replaceHead(leftSegments);
|
1293
|
-
}
|
1294
|
-
|
1295
|
-
/**
|
1296
|
-
* Makes a code path segment for the right part of a ForInStatement and a
|
1297
|
-
* ForOfStatement.
|
1298
|
-
* @returns {void}
|
1299
|
-
*/
|
1300
|
-
makeForInOfRight() {
|
1301
|
-
const context = this.loopContext;
|
1302
|
-
const forkContext = this.forkContext;
|
1303
|
-
const temp = ForkContext.newEmpty(forkContext);
|
1304
|
-
|
1305
|
-
temp.add(context.prevSegments);
|
1306
|
-
const rightSegments = temp.makeNext(-1, -1);
|
1307
|
-
|
1308
|
-
// Update state.
|
1309
|
-
context.endOfLeftSegments = forkContext.head;
|
1310
|
-
forkContext.replaceHead(rightSegments);
|
1311
|
-
}
|
1312
|
-
|
1313
|
-
/**
|
1314
|
-
* Makes a code path segment for the body part of a ForInStatement and a
|
1315
|
-
* ForOfStatement.
|
1316
|
-
* @returns {void}
|
1317
|
-
*/
|
1318
|
-
makeForInOfBody() {
|
1319
|
-
const context = this.loopContext;
|
1320
|
-
const forkContext = this.forkContext;
|
1321
|
-
const temp = ForkContext.newEmpty(forkContext);
|
1322
|
-
|
1323
|
-
temp.add(context.endOfLeftSegments);
|
1324
|
-
const bodySegments = temp.makeNext(-1, -1);
|
1325
|
-
|
1326
|
-
// Make a path: `right` -> `left`.
|
1327
|
-
makeLooped(this, forkContext.head, context.leftSegments);
|
1328
|
-
|
1329
|
-
// Update state.
|
1330
|
-
context.brokenForkContext.add(forkContext.head);
|
1331
|
-
forkContext.replaceHead(bodySegments);
|
1332
|
-
}
|
1333
|
-
|
1334
|
-
//--------------------------------------------------------------------------
|
1335
|
-
// Control Statements
|
1336
|
-
//--------------------------------------------------------------------------
|
1337
|
-
|
1338
|
-
/**
|
1339
|
-
* Creates new context for BreakStatement.
|
1340
|
-
* @param {boolean} breakable The flag to indicate it can break by
|
1341
|
-
* an unlabeled BreakStatement.
|
1342
|
-
* @param {string|null} label The label of this context.
|
1343
|
-
* @returns {Object} The new context.
|
1344
|
-
*/
|
1345
|
-
pushBreakContext(breakable, label) {
|
1346
|
-
this.breakContext = {
|
1347
|
-
upper: this.breakContext,
|
1348
|
-
breakable,
|
1349
|
-
label,
|
1350
|
-
brokenForkContext: ForkContext.newEmpty(this.forkContext)
|
1351
|
-
};
|
1352
|
-
return this.breakContext;
|
1353
|
-
}
|
1354
|
-
|
1355
|
-
/**
|
1356
|
-
* Removes the top item of the break context stack.
|
1357
|
-
* @returns {Object} The removed context.
|
1358
|
-
*/
|
1359
|
-
popBreakContext() {
|
1360
|
-
const context = this.breakContext;
|
1361
|
-
const forkContext = this.forkContext;
|
1362
|
-
|
1363
|
-
this.breakContext = context.upper;
|
1364
|
-
|
1365
|
-
// Process this context here for other than switches and loops.
|
1366
|
-
if (!context.breakable) {
|
1367
|
-
const brokenForkContext = context.brokenForkContext;
|
1368
|
-
|
1369
|
-
if (!brokenForkContext.empty) {
|
1370
|
-
brokenForkContext.add(forkContext.head);
|
1371
|
-
forkContext.replaceHead(brokenForkContext.makeNext(0, -1));
|
1372
|
-
}
|
1373
|
-
}
|
1374
|
-
|
1375
|
-
return context;
|
1376
|
-
}
|
1377
|
-
|
1378
|
-
/**
|
1379
|
-
* Makes a path for a `break` statement.
|
1380
|
-
*
|
1381
|
-
* It registers the head segment to a context of `break`.
|
1382
|
-
* It makes new unreachable segment, then it set the head with the segment.
|
1383
|
-
* @param {string} label A label of the break statement.
|
1384
|
-
* @returns {void}
|
1385
|
-
*/
|
1386
|
-
makeBreak(label) {
|
1387
|
-
const forkContext = this.forkContext;
|
1388
|
-
|
1389
|
-
if (!forkContext.reachable) {
|
1390
|
-
return;
|
1391
|
-
}
|
1392
|
-
|
1393
|
-
const context = getBreakContext(this, label);
|
1394
|
-
|
1395
|
-
|
1396
|
-
if (context) {
|
1397
|
-
context.brokenForkContext.add(forkContext.head);
|
1398
|
-
}
|
1399
|
-
|
1400
|
-
/* c8 ignore next */
|
1401
|
-
forkContext.replaceHead(forkContext.makeUnreachable(-1, -1));
|
1402
|
-
}
|
1403
|
-
|
1404
|
-
/**
|
1405
|
-
* Makes a path for a `continue` statement.
|
1406
|
-
*
|
1407
|
-
* It makes a looping path.
|
1408
|
-
* It makes new unreachable segment, then it set the head with the segment.
|
1409
|
-
* @param {string} label A label of the continue statement.
|
1410
|
-
* @returns {void}
|
1411
|
-
*/
|
1412
|
-
makeContinue(label) {
|
1413
|
-
const forkContext = this.forkContext;
|
1414
|
-
|
1415
|
-
if (!forkContext.reachable) {
|
1416
|
-
return;
|
1417
|
-
}
|
1418
|
-
|
1419
|
-
const context = getContinueContext(this, label);
|
1420
|
-
|
1421
|
-
if (context) {
|
1422
|
-
if (context.continueDestSegments) {
|
1423
|
-
makeLooped(this, forkContext.head, context.continueDestSegments);
|
1424
|
-
|
1425
|
-
// If the context is a for-in/of loop, this effects a break also.
|
1426
|
-
if (context.type === "ForInStatement" ||
|
1427
|
-
context.type === "ForOfStatement"
|
1428
|
-
) {
|
1429
|
-
context.brokenForkContext.add(forkContext.head);
|
1430
|
-
}
|
1431
|
-
} else {
|
1432
|
-
context.continueForkContext.add(forkContext.head);
|
1433
|
-
}
|
1434
|
-
}
|
1435
|
-
forkContext.replaceHead(forkContext.makeUnreachable(-1, -1));
|
1436
|
-
}
|
1437
|
-
|
1438
|
-
/**
|
1439
|
-
* Makes a path for a `return` statement.
|
1440
|
-
*
|
1441
|
-
* It registers the head segment to a context of `return`.
|
1442
|
-
* It makes new unreachable segment, then it set the head with the segment.
|
1443
|
-
* @returns {void}
|
1444
|
-
*/
|
1445
|
-
makeReturn() {
|
1446
|
-
const forkContext = this.forkContext;
|
1447
|
-
|
1448
|
-
if (forkContext.reachable) {
|
1449
|
-
getReturnContext(this).returnedForkContext.add(forkContext.head);
|
1450
|
-
forkContext.replaceHead(forkContext.makeUnreachable(-1, -1));
|
1451
|
-
}
|
1452
|
-
}
|
1453
|
-
|
1454
|
-
/**
|
1455
|
-
* Makes a path for a `throw` statement.
|
1456
|
-
*
|
1457
|
-
* It registers the head segment to a context of `throw`.
|
1458
|
-
* It makes new unreachable segment, then it set the head with the segment.
|
1459
|
-
* @returns {void}
|
1460
|
-
*/
|
1461
|
-
makeThrow() {
|
1462
|
-
const forkContext = this.forkContext;
|
1463
|
-
|
1464
|
-
if (forkContext.reachable) {
|
1465
|
-
getThrowContext(this).thrownForkContext.add(forkContext.head);
|
1466
|
-
forkContext.replaceHead(forkContext.makeUnreachable(-1, -1));
|
1467
|
-
}
|
1468
|
-
}
|
1469
|
-
|
1470
|
-
/**
|
1471
|
-
* Makes the final path.
|
1472
|
-
* @returns {void}
|
1473
|
-
*/
|
1474
|
-
makeFinal() {
|
1475
|
-
const segments = this.currentSegments;
|
1476
|
-
|
1477
|
-
if (segments.length > 0 && segments[0].reachable) {
|
1478
|
-
this.returnedForkContext.add(segments);
|
1479
|
-
}
|
1480
|
-
}
|
1481
|
-
}
|
1482
|
-
|
1483
|
-
module.exports = CodePathState;
|